Pull request #4628 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of jackchenjc for edgexfoundry/edgex-go Loading trusted files from base branch main at cd65a25beffaabdac7b93615b889770af2fe749c rather than 92b822a68c558b3dd9ced080e641f36bf1f29027 Obtained Jenkinsfile from cd65a25beffaabdac7b93615b889770af2fe749c 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-ssh1959629475171799550.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh2907198116230201143.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-4628/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-4628/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16323680311376299916.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-4628/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14845825965481912747.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a0327f913308fcf13875ae7a2d6e6099471c5ff1 # timeout=10 Commit message: "fix: dry-run use case (#441)" > 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-ssh5690894704116049972.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-4628/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-4628/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh11138733526193240498.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 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 Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-3322’ Running on prd-ubuntu20.04-docker-8c-8g-3325 in /w/workspace/edgexfoundry_edgex-go_PR-4628 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit cd65a25beffaabdac7b93615b889770af2fe749c into PR head commit 92b822a68c558b3dd9ced080e641f36bf1f29027 Merge succeeded, producing 92b822a68c558b3dd9ced080e641f36bf1f29027 Checking out Revision 92b822a68c558b3dd9ced080e641f36bf1f29027 (PR-4628) > 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/4628/head:refs/remotes/origin/PR-4628 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 92b822a68c558b3dd9ced080e641f36bf1f29027 # 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 cd65a25beffaabdac7b93615b889770af2fe749c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 92b822a68c558b3dd9ced080e641f36bf1f29027 # timeout=10 Commit message: "refactor: Remove github.com/pkg/errors from Attribution.txt" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:28:54 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:28:54 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:28:54 ========================================================= 01:28:54 EdgeX Global Pipelines Version Info 01:28:54 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:28:55 ------------------- 01:28:55 stable info: 01:28:55 ------------------- 01:28:55 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:28:55 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 01:28:55 Message: update stable to v1.0.253 01:28:55 ------------------- 01:28:55 experimental info: 01:28:55 ------------------- 01:28:55 Commited By: **** collab-it+edgex@linuxfoundation.org 01:28:55 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 01:28:55 Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:28:56 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 01:28:56 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 01:28:56 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:28:56 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:28:56 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:28:56 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 01:28:56 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 01:28:56 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 01:28:56 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 01:28:56 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 01:28:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:28:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:28:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 01:28:56 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:28:56 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:28:56 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:28:56 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:28:56 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:28:56 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 01:28:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 01:28:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:28:56 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:28:56 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 01:28:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4628 [Pipeline] echo 01:28:57 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4628 [Pipeline] echo 01:28:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4628 [Pipeline] echo 01:28:57 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 92b822a68c558b3dd9ced080e641f36bf1f29027 [Pipeline] echo 01:28:57 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 92b822a [Pipeline] echo 01:28:57 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:28:57 provisioning config files... 01:28:57 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config10685759232403239149tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:28:57 ---> docker-login.sh 01:28:57 nexus3.edgexfoundry.org:10001 01:28:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:28:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:28:57 Configure a credential helper to remove this warning. See 01:28:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:28:57 01:28:57 Login Succeeded 01:28:57 nexus3.edgexfoundry.org:10002 01:28:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:28:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:28:57 Configure a credential helper to remove this warning. See 01:28:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:28:57 01:28:57 Login Succeeded 01:28:57 nexus3.edgexfoundry.org:10003 01:28:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:28:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:28:58 Configure a credential helper to remove this warning. See 01:28:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:28:58 01:28:58 Login Succeeded 01:28:58 nexus3.edgexfoundry.org:10004 01:28:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:28:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:28:58 Configure a credential helper to remove this warning. See 01:28:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:28:58 01:28:58 Login Succeeded 01:28:58 docker.io 01:28:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:28:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:28:58 Configure a credential helper to remove this warning. See 01:28:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:28:58 01:28:58 Login Succeeded 01:28:58 ---> docker-login.sh ends [Pipeline] } 01:28:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:28:58 + 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 01:28:58 + dirname cmd/core-command/Dockerfile 01:28:58 + cut -d/ -f2 01:28:58 + echo core-command,cmd/core-command/Dockerfile 01:28:58 + dirname cmd/core-common-config-bootstrapper/Dockerfile 01:28:58 + cut -d/ -f2 01:28:58 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 01:28:58 + dirname cmd/core-data/Dockerfile 01:28:58 + cut -d/ -f2 01:28:58 + echo core-data,cmd/core-data/Dockerfile 01:28:58 + dirname cmd/core-metadata/Dockerfile 01:28:58 + cut -d/ -f2 01:28:58 + echo core-metadata,cmd/core-metadata/Dockerfile 01:28:58 + dirname cmd/security-bootstrapper/Dockerfile 01:28:58 + cut -d/ -f2 01:28:58 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 01:28:58 + dirname cmd/security-proxy-auth/Dockerfile 01:28:58 + cut -d/ -f2 01:28:58 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 01:28:58 + dirname cmd/security-proxy-setup/Dockerfile 01:28:58 + cut -d/ -f2 01:28:58 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 01:28:58 + dirname cmd/security-secretstore-setup/Dockerfile 01:28:58 + cut -d/ -f2 01:28:58 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 01:28:58 + dirname cmd/security-spiffe-token-provider/Dockerfile 01:28:58 + cut -d/ -f2 01:28:58 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 01:28:58 + cut -d/ -f2 01:28:58 + dirname cmd/security-spire-agent/Dockerfile 01:28:58 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 01:28:58 + dirname cmd/security-spire-config/Dockerfile 01:28:58 + cut -d/ -f2 01:28:58 + echo security-spire-config,cmd/security-spire-config/Dockerfile 01:28:58 + dirname cmd/security-spire-server/Dockerfile 01:28:58 + cut -d/ -f2 01:28:58 + echo security-spire-server,cmd/security-spire-server/Dockerfile 01:28:58 + cut -d/ -f2 01:28:58 + dirname cmd/support-notifications/Dockerfile 01:28:58 + echo support-notifications,cmd/support-notifications/Dockerfile 01:28:58 + dirname cmd/support-scheduler/Dockerfile 01:28:58 + cut -d/ -f2 01:28:58 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 01:28:58 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 01:28:59 + git rev-list -1 --merges 92b822a68c558b3dd9ced080e641f36bf1f29027~1..92b822a68c558b3dd9ced080e641f36bf1f29027 [Pipeline] echo 01:28:59 -----------> git rev-list -1 --merges 92b822a68c558b3dd9ced080e641f36bf1f29027~1..92b822a68c558b3dd9ced080e641f36bf1f29027 92b822a68c558b3dd9ced080e641f36bf1f29027 [false] [Pipeline] sh 01:28:59 + git log --format=format:%s -1 92b822a68c558b3dd9ced080e641f36bf1f29027 [Pipeline] echo 01:28:59 ========================================================= 01:28:59 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 01:28:59 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 01:29:00 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:29:00 + grep -v github /etc/ssh/ssh_known_hosts 01:29:00 + [ -e /tmp/ssh_known_hosts ] 01:29:00 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 01:29:00 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 01:29:00 + sudo tee -a /etc/ssh/ssh_known_hosts 01:29:00 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:29:00 01:29:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:29:01 0.1.4: Pulling from edgex-devops/py-git-semver 01:29:01 b85a868b505f: Pulling fs layer 01:29:01 e2be974225ed: Pulling fs layer 01:29:01 339a4e72a1f5: Pulling fs layer 01:29:01 988bab9f4d93: Pulling fs layer 01:29:01 1469e6f7b9e6: Pulling fs layer 01:29:01 eaf3925da568: Pulling fs layer 01:29:01 bab4dde63d76: Pulling fs layer 01:29:01 bde34c3a00c8: Pulling fs layer 01:29:01 988bab9f4d93: Waiting 01:29:01 b352a97aabf1: Pulling fs layer 01:29:01 1469e6f7b9e6: Waiting 01:29:01 eaf3925da568: Waiting 01:29:01 4872d77fe225: Pulling fs layer 01:29:01 5851b861e8e6: Pulling fs layer 01:29:01 bde34c3a00c8: Waiting 01:29:01 bab4dde63d76: Waiting 01:29:01 b352a97aabf1: Waiting 01:29:01 4872d77fe225: Waiting 01:29:01 5851b861e8e6: Waiting 01:29:01 e2be974225ed: Verifying Checksum 01:29:01 e2be974225ed: Download complete 01:29:01 988bab9f4d93: Verifying Checksum 01:29:01 988bab9f4d93: Download complete 01:29:01 1469e6f7b9e6: Verifying Checksum 01:29:01 1469e6f7b9e6: Download complete 01:29:01 339a4e72a1f5: Verifying Checksum 01:29:01 339a4e72a1f5: Download complete 01:29:01 eaf3925da568: Verifying Checksum 01:29:01 eaf3925da568: Download complete 01:29:01 bde34c3a00c8: Download complete 01:29:01 b352a97aabf1: Download complete 01:29:01 4872d77fe225: Download complete 01:29:01 5851b861e8e6: Verifying Checksum 01:29:01 b85a868b505f: Verifying Checksum 01:29:01 b85a868b505f: Download complete 01:29:01 bab4dde63d76: Verifying Checksum 01:29:01 bab4dde63d76: Download complete 01:29:02 b85a868b505f: Pull complete 01:29:02 e2be974225ed: Pull complete 01:29:03 339a4e72a1f5: Pull complete 01:29:03 988bab9f4d93: Pull complete 01:29:03 1469e6f7b9e6: Pull complete 01:29:03 eaf3925da568: Pull complete 01:29:05 bab4dde63d76: Pull complete 01:29:05 bde34c3a00c8: Pull complete 01:29:05 b352a97aabf1: Pull complete 01:29:05 4872d77fe225: Pull complete 01:29:05 5851b861e8e6: Pull complete 01:29:05 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 01:29:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:29:05 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:29:06 prd-ubuntu20.04-docker-8c-8g-3325 does not seem to be running inside a container 01:29:06 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 01:29:09 $ docker top 2bba5421ccbb2a9a7da0813d13baed002b4465cfc311cad383187ddd7568625d -eo pid,comm 01:29:09 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). 01:29:09 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:29:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:29:09 [ssh-agent] Looking for ssh-agent implementation... 01:29:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:29:09 $ docker exec 2bba5421ccbb2a9a7da0813d13baed002b4465cfc311cad383187ddd7568625d ssh-agent 01:29:09 SSH_AUTH_SOCK=/tmp/ssh-8HFSAAmAJ60P/agent.32 01:29:09 SSH_AGENT_PID=38 01:29:09 Running ssh-add (command line suppressed) 01:29:09 Identity added: /w/workspace/edgex-go/1@tmp/private_key_5568804126526346707.key (/w/workspace/edgex-go/1@tmp/private_key_5568804126526346707.key) 01:29:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:29:10 + git tag --points-at HEAD [Pipeline] } 01:29:10 $ docker exec --env ******** --env ******** 2bba5421ccbb2a9a7da0813d13baed002b4465cfc311cad383187ddd7568625d ssh-agent -k 01:29:10 unset SSH_AUTH_SOCK; 01:29:10 unset SSH_AGENT_PID; 01:29:10 echo Agent pid 38 killed; 01:29:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:29:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:29:10 [ssh-agent] Looking for ssh-agent implementation... 01:29:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:29:10 $ docker exec 2bba5421ccbb2a9a7da0813d13baed002b4465cfc311cad383187ddd7568625d ssh-agent 01:29:10 SSH_AUTH_SOCK=/tmp/ssh-cl289V1c7WaZ/agent.72 01:29:10 SSH_AGENT_PID=78 01:29:10 Running ssh-add (command line suppressed) 01:29:10 Identity added: /w/workspace/edgex-go/1@tmp/private_key_5634748610810978055.key (/w/workspace/edgex-go/1@tmp/private_key_5634748610810978055.key) 01:29:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:29:10 + git semver init 01:29:11 2023-08-11 01:29:11,161 [run_init] DEBUG init version:0.0.0 force:False 01:29:11 2023-08-11 01:29:11,161 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 01:29:11 2023-08-11 01:29:11,162 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 01:29:11 2023-08-11 01:29:11,162 [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) 01:29:16 2023-08-11 01:29:15,799 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 01:29:16 2023-08-11 01:29:15,799 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4628 with force:False 01:29:16 2023-08-11 01:29:15,800 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4628 01:29:16 2023-08-11 01:29:15,804 [execute] INFO git cat-file --batch-check 01:29:16 2023-08-11 01:29:15,805 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 01:29:16 2023-08-11 01:29:15,809 [execute] INFO git cat-file --batch 01:29:16 2023-08-11 01:29:15,810 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 01:29:16 2023-08-11 01:29:15,814 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4628 01:29:16 0.0.0 [Pipeline] } 01:29:16 $ docker exec --env ******** --env ******** 2bba5421ccbb2a9a7da0813d13baed002b4465cfc311cad383187ddd7568625d ssh-agent -k 01:29:16 unset SSH_AUTH_SOCK; 01:29:16 unset SSH_AGENT_PID; 01:29:16 echo Agent pid 78 killed; 01:29:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:29:17 + git semver [Pipeline] } 01:29:17 $ docker stop --time=1 2bba5421ccbb2a9a7da0813d13baed002b4465cfc311cad383187ddd7568625d 01:29:18 $ docker rm -f --volumes 2bba5421ccbb2a9a7da0813d13baed002b4465cfc311cad383187ddd7568625d [Pipeline] // withDockerContainer [Pipeline] sh 01:29:19 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:29:19 Stashed 1 file(s) [Pipeline] echo 01:29:19 [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 01:29:20 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 01:29:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:29:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:29:20 ========================================================= 01:29:20 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 01:29:20 ========================================================= [Pipeline] fileExists [Pipeline] sh 01:29:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 01:29:20 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 01:29:20 4db1b89c0bd1: Pulling fs layer 01:29:20 6911f1a30b25: Pulling fs layer 01:29:20 e194b8c5c2a9: Pulling fs layer 01:29:20 6863d3e3a2b1: Pulling fs layer 01:29:20 ec0bb842ea78: Pulling fs layer 01:29:20 40a00589a448: Pulling fs layer 01:29:20 6c08303d61cc: Pulling fs layer 01:29:20 798269fcf238: Pulling fs layer 01:29:20 6863d3e3a2b1: Waiting 01:29:20 ec0bb842ea78: Waiting 01:29:20 40a00589a448: Waiting 01:29:20 798269fcf238: Waiting 01:29:20 6c08303d61cc: Waiting 01:29:20 6911f1a30b25: Verifying Checksum 01:29:20 6911f1a30b25: Download complete 01:29:20 6863d3e3a2b1: Verifying Checksum 01:29:20 6863d3e3a2b1: Download complete 01:29:20 ec0bb842ea78: Verifying Checksum 01:29:20 ec0bb842ea78: Download complete 01:29:20 4db1b89c0bd1: Verifying Checksum 01:29:20 4db1b89c0bd1: Download complete 01:29:20 40a00589a448: Verifying Checksum 01:29:20 40a00589a448: Download complete 01:29:20 4db1b89c0bd1: Pull complete 01:29:21 6911f1a30b25: Pull complete 01:29:21 798269fcf238: Verifying Checksum 01:29:21 798269fcf238: Download complete 01:29:21 e194b8c5c2a9: Download complete 01:29:21 6c08303d61cc: Verifying Checksum 01:29:24 e194b8c5c2a9: Pull complete 01:29:24 6863d3e3a2b1: Pull complete 01:29:24 ec0bb842ea78: Pull complete 01:29:24 40a00589a448: Pull complete 01:29:27 6c08303d61cc: Pull complete 01:29:28 798269fcf238: Pull complete 01:29:28 Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 01:29:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 01:29:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh 01:29:28 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 01:29:28 WORKDIR /edgex 01:29:28 COPY go.mod . 01:29:28 RUN go mod download 01:29:28 + docker build -t ci-base-image-x86_64 -f - . 01:29:28 Sending build context to Docker daemon 170.8MB 01:29:28 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 01:29:28 ---> ec979cd7f677 01:29:28 Step 2/4 : WORKDIR /edgex 01:29:33 ---> Running in 2041bef6adaf 01:29:33 Removing intermediate container 2041bef6adaf 01:29:33 ---> b908e49c5c3b 01:29:33 Step 3/4 : COPY go.mod . 01:29:33 ---> 31b63c1803be 01:29:33 Step 4/4 : RUN go mod download 01:29:33 ---> Running in 56f0e2dcf7a8 01:29:34 Still waiting to schedule task 01:29:34 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-3323’ 01:29:51 Removing intermediate container 56f0e2dcf7a8 01:29:51 ---> a7c83c8a8cc0 01:29:51 Successfully built a7c83c8a8cc0 01:29:51 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:51 + docker inspect -f . ci-base-image-x86_64 01:29:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:29:51 prd-ubuntu20.04-docker-8c-8g-3325 does not seem to be running inside a container 01:29:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:29:52 $ docker top d1c490cac929217f329265e481bbd79bcc1a7f50eca08d2909d51fc4b0fe8975 -eo pid,comm [Pipeline] { [Pipeline] sh 01:29:52 + go version 01:29:52 go version go1.20.6 linux/amd64 [Pipeline] } 01:29:52 $ docker stop --time=1 d1c490cac929217f329265e481bbd79bcc1a7f50eca08d2909d51fc4b0fe8975 01:29:53 $ docker rm -f --volumes d1c490cac929217f329265e481bbd79bcc1a7f50eca08d2909d51fc4b0fe8975 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:54 + docker inspect -f . ci-base-image-x86_64 01:29:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:29:54 prd-ubuntu20.04-docker-8c-8g-3325 does not seem to be running inside a container 01:29:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:29:55 $ docker top 81e7996b44c570afb415b6c4890fa63061fb50b55cff8499d7a41dd10323f8ac -eo pid,comm [Pipeline] { [Pipeline] echo 01:29:55 ========================================================= 01:29:55 [edgeXBuildGoParallel] Running Tests and Build... 01:29:55 ========================================================= [Pipeline] sh 01:29:55 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 01:29:55 + make test 01:29:55 go test -race -coverprofile=coverage.out ./... 01:30:03 ? github.com/edgexfoundry/edgex-go [no test files] 01:30:16 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 01:30:16 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 01:30:16 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 01:30:16 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 01:30:16 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 01:30:16 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 01:30:16 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 01:30:16 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 01:30:16 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 01:30:16 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 01:30:16 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 01:30:16 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 01:30:16 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:30:16 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 01:30:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 01:30:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 01:30:17 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.059s coverage: 28.7% of statements 01:30:18 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.071s coverage: 97.0% of statements 01:30:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 01:30:18 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 01:30:18 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 01:30:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 01:30:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 01:30:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 01:30:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 01:30:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 01:30:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 01:30:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 01:30:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 01:30:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 01:30:21 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.094s coverage: 71.5% of statements 01:30:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.078s coverage: 54.0% of statements 01:30:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.744s coverage: 93.4% of statements 01:30:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.066s coverage: 3.8% of statements 01:30:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 01:30:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 01:30:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 01:30:23 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 01:30:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 01:30:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:30:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 01:30:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 01:30:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:30:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 01:30:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.365s coverage: 97.6% of statements 01:30:23 ok github.com/edgexfoundry/edgex-go/internal/io 0.044s coverage: 72.2% of statements 01:30:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 01:30:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 01:30:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.088s coverage: 0.9% of statements 01:30:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.088s coverage: 32.2% of statements 01:30:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.062s coverage: 42.9% of statements 01:30:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.066s coverage: 82.9% of statements 01:30:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.070s coverage: 94.1% of statements 01:30:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.066s coverage: 96.3% of statements 01:30:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements 01:30:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 01:30:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 01:30:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 01:30:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 01:30:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:30:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 01:30:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 01:30:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 01:30:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 01:30:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 01:30:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 01:30:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 01:30:27 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 01:30:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 01:30:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 01:30:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 01:30:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:30:30 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 01:30:30 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 01:30:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 01:30:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 01:30:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 01:30:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 01:30:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 01:30:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 01:30:34 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 01:30:34 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 01:30:34 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 01:30:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 01:30:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 01:30:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 01:30:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 01:30:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 01:30:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 01:30:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 01:30:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 01:30:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 01:30:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.059s coverage: 94.4% of statements 01:30:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 01:30:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 01:30:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 01:30:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 01:30:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.284s coverage: 79.9% of statements 01:30:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 18.083s coverage: 92.9% of statements 01:30:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.029s coverage: 64.4% of statements 01:30:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.064s coverage: 62.3% of statements 01:30:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.062s coverage: 87.2% of statements 01:30:51 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.046s coverage: 20.0% of statements 01:30:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements 01:30:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 81.8% of statements 01:30:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.097s coverage: 82.1% of statements 01:30:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.048s coverage: 86.0% of statements 01:30:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.152s coverage: 63.1% of statements 01:30:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements 01:30:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.035s coverage: 89.4% of statements 01:30:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements 01:30:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.028s coverage: 73.7% of statements 01:30:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements 01:30:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.179s coverage: 38.4% of statements 01:30:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.059s coverage: 89.5% of statements 01:30:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.059s coverage: 84.8% of statements 01:30:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.070s coverage: 17.7% of statements 01:30:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.119s coverage: 95.7% of statements 01:30:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.059s coverage: 61.8% of statements 01:30:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.087s coverage: 98.9% of statements 01:30:51 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 01:30:51 running golangci-lint 01:30:51 golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z 01:30:51 go version go1.20.6 linux/amd64 01:30:51 level=info msg="[config_reader] Used config file .golangci.yml" 01:30:51 level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" 01:31:06 level=info msg="[loader] Go packages loading at mode 575 (deps|exports_file|files|name|types_sizes|compiled_files|imports) took 14.210581748s" 01:31:06 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 36.360656ms" 01:31:12 level=info msg="[linters_context/goanalysis] analyzers took 57.313731584s with top 10 stages: buildir: 33.580040606s, fact_deprecated: 1.914946839s, inspect: 1.792923056s, gosec: 1.564633903s, printf: 1.23451798s, ctrlflow: 1.17022082s, S1038: 951.129012ms, nilness: 931.197682ms, fact_purity: 805.065999ms, directives: 723.716603ms" 01:31:12 level=info msg="[runner] Issues before processing: 200, after processing: 0" 01:31:12 level=info msg="[runner] Processors filtering stat (out/in): nolint: 0/21, autogenerated_exclude: 200/200, skip_dirs: 200/200, exclude: 200/200, cgo: 200/200, identifier_marker: 200/200, exclude-rules: 21/200, skip_files: 200/200, path_prettifier: 200/200, filename_unadjuster: 200/200" 01:31:12 level=info msg="[runner] processing took 18.268543ms with stages: nolint: 7.404715ms, identifier_marker: 6.394889ms, autogenerated_exclude: 1.399922ms, path_prettifier: 1.30812ms, exclude-rules: 1.090767ms, skip_dirs: 627.66µs, cgo: 25.19µs, filename_unadjuster: 13.48µs, max_same_issues: 680ns, uniq_by_line: 590ns, skip_files: 430ns, severity-rules: 350ns, exclude: 290ns, source_code: 280ns, sort_results: 260ns, path_prefixer: 250ns, diff: 210ns, max_from_linter: 190ns, path_shortener: 140ns, max_per_file_from_linter: 130ns" 01:31:12 level=info msg="[runner] linters took 8.070406143s with stages: goanalysis_metalinter: 8.052048429s" 01:31:12 level=info msg="File cache stats: 0 entries of total size 0B" 01:31:12 level=info msg="Memory: 224 samples, avg is 207.5MB, max is 824.6MB" 01:31:12 level=info msg="Execution took 22.325406016s" 01:31:12 go vet ./... 01:31:17 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:31:17 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:31:17 ./bin/test-attribution-txt.sh 01:31:17 An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add 01:31:17 An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add 01:31:17 An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add 01:31:17 An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo 01:31:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 01:31:18 + ls -al . 01:31:18 total 724 01:31:18 drwxrwxr-x 11 1001 1001 4096 Aug 11 01:29 . 01:31:18 drwxr-xr-x 4 root root 4096 Aug 11 01:29 .. 01:31:18 drwxrwxr-x 2 1001 1001 4096 Aug 11 01:28 .blubracket 01:31:18 -rw-rw-r-- 1 1001 1001 16 Aug 11 01:28 .dockerignore 01:31:18 drwxrwxr-x 8 1001 1001 4096 Aug 11 01:29 .git 01:31:18 drwxrwxr-x 3 1001 1001 4096 Aug 11 01:28 .github 01:31:18 -rw-rw-r-- 1 1001 1001 1133 Aug 11 01:28 .gitignore 01:31:18 -rw-rw-r-- 1 1001 1001 42 Aug 11 01:28 .golangci.yml 01:31:18 -rw-rw-r-- 1 1001 1001 87 Aug 11 01:28 .hadolint.yml 01:31:18 drwxr-xr-x 3 1001 1001 4096 Aug 11 01:29 .semver 01:31:18 -rw-rw-r-- 1 1001 1001 166 Aug 11 01:28 .sonarcloud.properties 01:31:18 -rw-rw-r-- 1 1001 1001 1171 Aug 11 01:28 ADOPTERS.md 01:31:18 -rw-rw-r-- 1 1001 1001 11152 Aug 11 01:28 Attribution.txt 01:31:18 -rw-rw-r-- 1 1001 1001 93407 Aug 11 01:28 CHANGELOG.md 01:31:18 -rw-rw-r-- 1 1001 1001 3804 Aug 11 01:28 CONTRIBUTING.md 01:31:18 -rw-rw-r-- 1 1001 1001 677 Aug 11 01:28 GOVERNANCE.md 01:31:18 -rw-rw-r-- 1 1001 1001 883 Aug 11 01:28 Jenkinsfile 01:31:18 -rw-rw-r-- 1 1001 1001 10775 Aug 11 01:28 LICENSE 01:31:18 -rw-rw-r-- 1 1001 1001 14368 Aug 11 01:28 Makefile 01:31:18 -rw-rw-r-- 1 1001 1001 582 Aug 11 01:28 OWNERS.md 01:31:18 -rw-rw-r-- 1 1001 1001 9923 Aug 11 01:28 README.md 01:31:18 -rw-rw-r-- 1 1001 1001 789 Aug 11 01:28 SECURITY.md 01:31:18 -rw-rw-r-- 1 1001 1001 5 Aug 11 01:29 VERSION 01:31:18 drwxrwxr-x 2 1001 1001 4096 Aug 11 01:28 bin 01:31:18 drwxrwxr-x 18 1001 1001 4096 Aug 11 01:28 cmd 01:31:18 -rw-r--r-- 1 root root 446998 Aug 11 01:30 coverage.out 01:31:18 -rw-rw-r-- 1 1001 1001 3687 Aug 11 01:28 go.mod 01:31:18 -rw-rw-r-- 1 1001 1001 33714 Aug 11 01:28 go.sum 01:31:18 drwxrwxr-x 7 1001 1001 4096 Aug 11 01:28 internal 01:31:18 drwxrwxr-x 3 1001 1001 4096 Aug 11 01:28 openapi 01:31:18 -rw-rw-r-- 1 1001 1001 594 Aug 11 01:28 security.txt 01:31:18 drwxrwxr-x 4 1001 1001 4096 Aug 11 01:28 snap 01:31:18 -rw-rw-r-- 1 1001 1001 204 Aug 11 01:28 version.go [Pipeline] sh 01:31:18 + '[' -e coverage.out ] 01:31:18 + chown 1001:1001 coverage.out [Pipeline] stash 01:31:18 Stashed 1 file(s) [Pipeline] sh 01:31:19 + make build 01:31:19 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 01:31:31 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 01:31:31 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 01:31:33 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 01:31:33 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 01:31:40 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 01:31: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-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 01:31: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-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:31: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-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:31:44 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 01:31:45 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 01:31:46 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 01:31:48 $ docker stop --time=1 81e7996b44c570afb415b6c4890fa63061fb50b55cff8499d7a41dd10323f8ac 01:31:53 $ docker rm -f --volumes 81e7996b44c570afb415b6c4890fa63061fb50b55cff8499d7a41dd10323f8ac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:31:54 01:31:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:31:55 latest: Pulling from edgex-devops/edgex-compose 01:31:55 91d30c5bc195: Pulling fs layer 01:31:55 2e9b0aa3be6d: Pulling fs layer 01:31:55 9c61dcf015f6: Pulling fs layer 01:31:55 4698f68db338: Pulling fs layer 01:31:55 2a2f49069b9e: Pulling fs layer 01:31:55 e0025b399a48: Pulling fs layer 01:31:55 4698f68db338: Waiting 01:31:55 2a2f49069b9e: Waiting 01:31:55 e0025b399a48: Waiting 01:31:55 91d30c5bc195: Verifying Checksum 01:31:55 91d30c5bc195: Download complete 01:31:55 4698f68db338: Verifying Checksum 01:31:55 4698f68db338: Download complete 01:31:55 2e9b0aa3be6d: Verifying Checksum 01:31:55 2e9b0aa3be6d: Download complete 01:31:55 91d30c5bc195: Pull complete 01:31:55 2e9b0aa3be6d: Pull complete 01:31:55 e0025b399a48: Verifying Checksum 01:31:55 e0025b399a48: Download complete 01:32:00 2a2f49069b9e: Download complete 01:32:00 9c61dcf015f6: Verifying Checksum 01:32:00 9c61dcf015f6: Download complete 01:32:03 9c61dcf015f6: Pull complete 01:32:03 4698f68db338: Pull complete 01:32:03 2a2f49069b9e: Pull complete 01:32:03 e0025b399a48: Pull complete 01:32:03 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 01:32:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:32:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:32:03 prd-ubuntu20.04-docker-8c-8g-3325 does not seem to be running inside a container 01:32:03 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 01:32:06 $ docker top 016cf621b4fa93746b7daf3cb9e4fb828f6f9182bf5c1ee9634370eb829fed38 -eo pid,comm [Pipeline] { [Pipeline] sh 01:32:07 + docker compose -f ./docker-compose-build.yml build --parallel 01:32:09 #1 [core-common-config-bootstrapper internal] load build definition from Dockerfile 01:32:09 #1 transferring dockerfile: 01:32:09 #1 transferring dockerfile: 2.12kB done 01:32:09 #1 DONE 0.0s 01:32:09 01:32:09 #2 [core-data internal] load build definition from Dockerfile 01:32:09 #2 transferring dockerfile: 1.90kB done 01:32:09 #2 DONE 0.0s 01:32:09 01:32:09 #3 [support-scheduler internal] load build definition from Dockerfile 01:32:09 #3 transferring dockerfile: 1.82kB done 01:32:09 #3 DONE 0.0s 01:32:09 01:32:09 #4 [security-secretstore-setup internal] load build definition from Dockerfile 01:32:09 #4 transferring dockerfile: 2.38kB done 01:32:09 #4 DONE 0.0s 01:32:09 01:32:09 #5 [security-bootstrapper internal] load build definition from Dockerfile 01:32:09 #5 transferring dockerfile: 2.82kB done 01:32:09 #5 DONE 0.0s 01:32:09 01:32:09 #6 [security-spire-agent internal] load build definition from Dockerfile 01:32:09 #6 transferring dockerfile: 2.68kB done 01:32:09 #6 DONE 0.0s 01:32:09 01:32:09 #7 [security-spiffe-token-provider internal] load build definition from Dockerfile 01:32:09 #7 transferring dockerfile: 1.78kB done 01:32:09 #7 DONE 0.0s 01:32:09 01:32:09 #8 [security-spire-config internal] load build definition from Dockerfile 01:32:09 #8 transferring dockerfile: 2.58kB done 01:32:09 #8 DONE 0.0s 01:32:09 01:32:09 #9 [core-command internal] load build definition from Dockerfile 01:32:09 #9 transferring dockerfile: 1.82kB done 01:32:09 #9 DONE 0.0s 01:32:09 01:32:09 #10 [support-notifications internal] load build definition from Dockerfile 01:32:09 #10 transferring dockerfile: 1.84kB done 01:32:09 #10 DONE 0.0s 01:32:09 01:32:09 #11 [security-spire-server internal] load build definition from Dockerfile 01:32:09 #11 transferring dockerfile: 2.63kB done 01:32:09 #11 DONE 0.0s 01:32:09 01:32:09 #12 [security-proxy-auth internal] load build definition from Dockerfile 01:32:09 #12 transferring dockerfile: 2.04kB done 01:32:09 #12 DONE 0.1s 01:32:09 01:32:09 #13 [core-metadata internal] load build definition from Dockerfile 01:32:09 #13 transferring dockerfile: 1.96kB done 01:32:09 #13 DONE 0.0s 01:32:09 01:32:09 #14 [security-proxy-setup internal] load build definition from Dockerfile 01:32:09 #14 transferring dockerfile: 2.06kB done 01:32:09 #14 DONE 0.1s 01:32:09 01:32:09 #15 [core-common-config-bootstrapper internal] load .dockerignore 01:32:09 #15 transferring context: 56B done 01:32:09 #15 DONE 0.0s 01:32:09 01:32:09 #16 [core-data internal] load .dockerignore 01:32:09 #16 transferring context: 56B done 01:32:09 #16 DONE 0.0s 01:32:09 01:32:09 #17 [support-scheduler internal] load .dockerignore 01:32:09 #17 transferring context: 56B done 01:32:09 #17 DONE 0.0s 01:32:09 01:32:09 #18 [security-secretstore-setup internal] load .dockerignore 01:32:09 #18 transferring context: 56B done 01:32:09 #18 DONE 0.0s 01:32:09 01:32:09 #19 [security-bootstrapper internal] load .dockerignore 01:32:09 #19 transferring context: 56B done 01:32:09 #19 DONE 0.0s 01:32:09 01:32:09 #20 [security-spire-agent internal] load .dockerignore 01:32:09 #20 transferring context: 56B done 01:32:09 #20 DONE 0.0s 01:32:09 01:32:09 #21 [security-spiffe-token-provider internal] load .dockerignore 01:32:09 #21 transferring context: 56B done 01:32:09 #21 DONE 0.0s 01:32:09 01:32:09 #22 [security-spire-config internal] load .dockerignore 01:32:09 #22 transferring context: 56B done 01:32:09 #22 DONE 0.0s 01:32:09 01:32:09 #23 [core-command internal] load .dockerignore 01:32:09 #23 transferring context: 56B done 01:32:09 #23 DONE 0.0s 01:32:09 01:32:09 #24 [support-notifications internal] load .dockerignore 01:32:09 #24 transferring context: 56B done 01:32:09 #24 DONE 0.0s 01:32:09 01:32:09 #25 [security-proxy-auth internal] load .dockerignore 01:32:09 #25 transferring context: 56B done 01:32:09 #25 DONE 0.0s 01:32:09 01:32:09 #26 [security-spire-server internal] load .dockerignore 01:32:09 #26 transferring context: 56B done 01:32:09 #26 DONE 0.0s 01:32:09 01:32:09 #27 [core-metadata internal] load .dockerignore 01:32:09 #27 transferring context: 56B done 01:32:09 #27 DONE 0.0s 01:32:09 01:32:09 #28 [security-proxy-setup internal] load .dockerignore 01:32:09 #28 transferring context: 56B done 01:32:09 #28 DONE 0.0s 01:32:09 01:32:09 #29 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:32:09 #29 DONE 0.0s 01:32:09 01:32:09 #30 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.17 01:32:10 #30 ... 01:32:10 01:32:10 #29 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:32:10 #29 DONE 0.0s 01:32:10 01:32:10 #30 [core-metadata internal] load metadata for docker.io/library/alpine:3.17 01:32:15 #30 DONE 5.5s 01:32:15 01:32:15 #31 [security-spiffe-token-provider stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 01:32:15 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done 01:32:15 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 01:32:15 #31 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done 01:32:15 #31 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done 01:32:15 #31 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0B / 3.38MB 0.1s 01:32:15 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 01:32:15 #31 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done 01:32:15 #31 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done 01:32:15 #31 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 2.10MB / 3.38MB 0.2s 01:32:15 #31 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.3s done 01:32:15 #31 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 01:32:16 #31 ... 01:32:16 01:32:16 #32 [security-spire-server builder 1/7] FROM docker.io/library/ci-base-image-x86_64 01:32:16 #32 DONE 0.9s 01:32:16 01:32:16 #31 [security-spiffe-token-provider stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 01:32:16 #31 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.4s done 01:32:20 #31 ... 01:32:20 01:32:20 #33 [security-proxy-auth internal] load build context 01:32:20 #33 transferring context: 199.91MB 4.8s 01:32:24 #33 transferring context: 364.87MB 9.3s done 01:32:25 #33 ... 01:32:25 01:32:25 #34 [core-metadata internal] load build context 01:32:25 #34 ... 01:32:25 01:32:25 #35 [security-spire-config internal] load build context 01:32:25 #35 ... 01:32:25 01:32:25 #36 [support-scheduler internal] load build context 01:32:25 #36 ... 01:32:25 01:32:25 #37 [core-data internal] load build context 01:32:25 #37 ... 01:32:25 01:32:25 #38 [security-proxy-setup internal] load build context 01:32:25 #38 ... 01:32:25 01:32:25 #39 [security-spire-server internal] load build context 01:32:26 #39 ... 01:32:26 01:32:26 #40 [security-spiffe-token-provider internal] load build context 01:32:26 #40 ... 01:32:26 01:32:26 #41 [security-spire-server builder 2/7] WORKDIR /edgex-go 01:32:26 #41 ... 01:32:26 01:32:26 #42 [core-command internal] load build context 01:32:26 #42 ... 01:32:26 01:32:26 #43 [support-notifications internal] load build context 01:32:26 #43 ... 01:32:26 01:32:26 #44 [security-bootstrapper internal] load build context 01:32:26 #44 ... 01:32:26 01:32:26 #45 [security-secretstore-setup internal] load build context 01:32:26 #45 ... 01:32:26 01:32:26 #46 [security-spire-agent internal] load build context 01:32:26 #46 ... 01:32:26 01:32:26 #47 [core-common-config-bootstrapper internal] load build context 01:32:26 #47 ... 01:32:26 01:32:26 #46 [security-spire-agent internal] load build context 01:32:28 #46 transferring context: 364.87MB 12.6s done 01:32:32 #46 ... 01:32:32 01:32:32 #43 [support-notifications internal] load build context 01:32:32 #43 transferring context: 364.87MB 13.3s done 01:32:35 Running on prd-ubuntu20.04-docker-arm64-4c-16g-3328 in /w/workspace/edgexfoundry_edgex-go_PR-4628 [Pipeline] { [Pipeline] ws 01:32:35 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 01:32:35 The recommended git tool is: git 01:32:35 #43 ... 01:32:35 01:32:35 #35 [security-spire-config internal] load build context 01:32:35 #35 transferring context: 364.87MB 10.1s done 01:32:35 #35 ... 01:32:35 01:32:35 #36 [support-scheduler internal] load build context 01:32:35 #36 transferring context: 364.87MB 10.3s done 01:32:35 #36 ... 01:32:35 01:32:35 #37 [core-data internal] load build context 01:32:35 #37 transferring context: 364.87MB 13.4s done 01:32:36 #37 ... 01:32:36 01:32:36 #40 [security-spiffe-token-provider internal] load build context 01:32:36 #40 transferring context: 364.87MB 12.4s done 01:32:36 #40 ... 01:32:36 01:32:36 #39 [security-spire-server internal] load build context 01:32:36 #39 transferring context: 364.87MB 12.4s done 01:32:36 #39 ... 01:32:36 01:32:36 #42 [core-command internal] load build context 01:32:36 #42 transferring context: 364.87MB 12.4s done 01:32:36 #42 ... 01:32:36 01:32:36 #45 [security-secretstore-setup internal] load build context 01:32:36 #45 transferring context: 364.87MB 13.2s done 01:32:37 #45 ... 01:32:37 01:32:37 #34 [core-metadata internal] load build context 01:32:37 #34 transferring context: 364.87MB 13.1s done 01:32:37 #34 ... 01:32:37 01:32:37 #38 [security-proxy-setup internal] load build context 01:32:37 #38 transferring context: 364.87MB 13.1s done 01:32:37 #38 ... 01:32:37 01:32:37 #44 [security-bootstrapper internal] load build context 01:32:37 #44 transferring context: 364.87MB 13.2s done 01:32:37 #44 ... 01:32:37 01:32:37 #47 [core-common-config-bootstrapper internal] load build context 01:32:37 #47 transferring context: 364.87MB 13.4s done 01:32:39 #47 ... 01:32:39 01:32:39 #33 [security-proxy-auth internal] load build context 01:32:39 #33 DONE 24.1s 01:32:39 01:32:39 #35 [security-spire-config internal] load build context 01:32:39 #35 DONE 24.2s 01:32:39 01:32:39 #36 [support-scheduler internal] load build context 01:32:39 #36 DONE 24.2s 01:32:39 01:32:39 #40 [security-spiffe-token-provider internal] load build context 01:32:39 #40 DONE 24.2s 01:32:39 01:32:39 #42 [core-command internal] load build context 01:32:39 #42 DONE 24.2s 01:32:39 01:32:39 #39 [security-spire-server internal] load build context 01:32:39 #39 DONE 24.2s 01:32:39 01:32:39 #46 [security-spire-agent internal] load build context 01:32:39 #46 DONE 24.2s 01:32:39 01:32:39 #34 [core-metadata internal] load build context 01:32:39 #34 DONE 24.2s 01:32:39 01:32:39 #38 [security-proxy-setup internal] load build context 01:32:39 #38 DONE 24.2s 01:32:39 01:32:39 #45 [security-secretstore-setup internal] load build context 01:32:39 #45 DONE 24.2s 01:32:39 01:32:39 #31 [core-metadata stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 01:32:39 #31 DONE 24.3s 01:32:39 01:32:39 #41 [security-proxy-setup builder 2/7] WORKDIR /edgex-go 01:32:39 #41 DONE 23.6s 01:32:39 01:32:39 #48 [core-metadata stage-1 2/6] RUN apk add --update --no-cache dumb-init 01:32:39 #48 ... 01:32:39 01:32:39 #43 [support-notifications internal] load build context 01:32:39 #43 DONE 24.3s 01:32:39 01:32:39 #44 [security-bootstrapper internal] load build context 01:32:39 #44 DONE 24.2s 01:32:39 01:32:39 #37 [core-data internal] load build context 01:32:39 #37 DONE 24.3s 01:32:39 01:32:39 #47 [core-common-config-bootstrapper internal] load build context 01:32:39 #47 DONE 24.3s 01:32:39 01:32:39 #49 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 01:32:40 #49 1.042 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 01:32:40 #49 1.205 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 01:32:41 #49 1.468 OK: 265 MiB in 53 packages 01:32:43 using credential edgex-jenkins-ssh 01:32:43 Cloning the remote Git repository 01:32:43 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:32:43 > git init /w/workspace/edgex-go/1 # timeout=10 01:32:45 #49 ... 01:32:45 01:32:45 #50 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:32:45 #0 1.154 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 01:32:45 #0 1.326 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 01:32:45 #0 1.568 v3.17.5-12-gbb3d15e62a1 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 01:32:45 #0 1.568 v3.17.5-11-g5c54257e58e [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 01:32:45 #0 1.568 OK: 17818 distinct packages available 01:32:45 #0 1.615 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 01:32:45 #0 1.742 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 01:32:45 #0 1.945 (1/9) Installing ca-certificates (20230506-r0) 01:32:45 #0 1.964 (2/9) Installing brotli-libs (1.0.9-r9) 01:32:45 #0 1.974 (3/9) Installing nghttp2-libs (1.51.0-r1) 01:32:45 #0 1.982 (4/9) Installing libcurl (8.2.1-r0) 01:32:45 #0 1.998 (5/9) Installing curl (8.2.1-r0) 01:32:45 #0 2.013 (6/9) Installing dumb-init (1.2.5-r2) 01:32:45 #0 2.018 (7/9) Installing musl-obstack (1.2.3-r0) 01:32:45 #0 2.022 (8/9) Installing libucontext (1.2-r0) 01:32:45 #0 2.026 (9/9) Installing gcompat (1.1.0-r0) 01:32:45 #0 2.031 Executing busybox-1.35.0-r29.trigger 01:32:45 #0 2.038 Executing ca-certificates-20230506-r0.trigger 01:32:45 #0 2.105 OK: 10 MiB in 24 packages 01:32:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:32:44 > git --version # timeout=10 01:32:44 > git --version # 'git version 2.25.1' 01:32:44 using GIT_SSH to set credentials SSH Credentials for GitHub 01:32:45 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:32:50 #50 ... 01:32:50 01:32:50 #51 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init 01:32:50 #0 1.181 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 01:32:50 #0 1.298 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 01:32:50 #0 1.546 (1/1) Installing dumb-init (1.2.5-r2) 01:32:50 #0 1.551 Executing busybox-1.35.0-r29.trigger 01:32:50 #0 1.557 OK: 7 MiB in 16 packages 01:32:50 #51 ... 01:32:50 01:32:50 #52 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 01:32:50 #0 4.921 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 01:32:50 #0 5.065 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 01:32:50 #0 5.307 (1/2) Installing dumb-init (1.2.5-r2) 01:32:50 #0 5.313 (2/2) Installing su-exec (0.2-r2) 01:32:50 #0 5.319 Executing busybox-1.35.0-r29.trigger 01:32:50 #0 5.325 OK: 7 MiB in 17 packages 01:32:50 #52 ... 01:32:50 01:32:50 #53 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 01:32:50 #0 0.885 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 01:32:50 #0 1.015 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 01:32:50 #0 1.339 OK: 265 MiB in 53 packages 01:32:50 #53 ... 01:32:50 01:32:50 #54 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:32:50 #0 0.740 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 01:32:50 #0 1.017 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 01:32:50 #0 1.346 (1/4) Installing ca-certificates (20230506-r0) 01:32:50 #0 1.358 (2/4) Installing dumb-init (1.2.5-r2) 01:32:50 #0 1.363 (3/4) Installing su-exec (0.2-r2) 01:32:50 #0 1.370 (4/4) Installing yq (4.30.4-r4) 01:32:50 #0 1.579 Executing busybox-1.35.0-r29.trigger 01:32:50 #0 1.579 Executing ca-certificates-20230506-r0.trigger 01:32:50 #0 1.662 OK: 17 MiB in 19 packages 01:32:50 #54 ... 01:32:50 01:32:50 #55 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 01:32:50 #0 1.152 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 01:32:50 #0 1.283 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 01:32:50 #0 1.564 (1/2) Installing ca-certificates (20230506-r0) 01:32:50 #0 1.580 (2/2) Installing dumb-init (1.2.5-r2) 01:32:50 #0 1.585 Executing busybox-1.35.0-r29.trigger 01:32:50 #0 1.595 Executing ca-certificates-20230506-r0.trigger 01:32:50 #0 1.677 OK: 8 MiB in 17 packages 01:32:50 #55 ... 01:32:50 01:32:50 #56 [security-spire-server builder 3/9] RUN apk add --update --no-cache make git build-base curl 01:32:50 #0 0.750 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 01:32:50 #0 1.035 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 01:32:50 #0 1.385 OK: 265 MiB in 53 packages 01:32:50 #56 ... 01:32:50 01:32:50 #57 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:32:50 #0 1.273 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 01:32:50 #0 1.435 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 01:32:50 #0 1.663 v3.17.5-12-gbb3d15e62a1 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 01:32:50 #0 1.663 v3.17.5-11-g5c54257e58e [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 01:32:50 #0 1.663 OK: 17818 distinct packages available 01:32:50 #0 1.708 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 01:32:50 #0 1.819 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 01:32:50 #0 2.023 (1/4) Installing dumb-init (1.2.5-r2) 01:32:50 #0 2.027 (2/4) Installing musl-obstack (1.2.3-r0) 01:32:50 #0 2.031 (3/4) Installing libucontext (1.2-r0) 01:32:50 #0 2.035 (4/4) Installing gcompat (1.1.0-r0) 01:32:50 #0 2.041 Executing busybox-1.35.0-r29.trigger 01:32:50 #0 2.047 OK: 7 MiB in 19 packages 01:32:51 #57 ... 01:32:51 01:32:51 #58 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:32:51 #0 0.915 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 01:32:51 #0 1.094 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 01:32:51 #0 1.321 OK: 265 MiB in 53 packages 01:32:51 #58 ... 01:32:51 01:32:51 #59 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:32:51 #0 0.894 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 01:32:51 #0 1.040 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 01:32:51 #0 1.463 v3.17.5-12-gbb3d15e62a1 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 01:32:51 #0 1.463 v3.17.5-11-g5c54257e58e [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 01:32:51 #0 1.463 OK: 17823 distinct packages available 01:32:51 #0 1.513 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 01:32:51 #0 1.648 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 01:32:51 #0 1.905 OK: 265 MiB in 53 packages 01:32:51 #59 ... 01:32:51 01:32:51 #60 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl 01:32:51 #0 1.010 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 01:32:51 #0 1.143 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 01:32:51 #0 1.434 (1/2) Installing dumb-init (1.2.5-r2) 01:32:51 #0 1.442 (2/2) Installing openssl (3.0.10-r0) 01:32:51 #0 1.452 Executing busybox-1.35.0-r29.trigger 01:32:51 #0 1.459 OK: 8 MiB in 17 packages 01:32:51 #60 ... 01:32:51 01:32:51 #61 [security-spire-agent stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:32:51 #61 ... 01:32:51 01:32:51 #48 [core-metadata stage-1 2/6] RUN apk add --update --no-cache dumb-init 01:32:51 #48 3.843 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 01:32:51 #48 3.972 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 01:32:51 #48 4.223 (1/1) Installing dumb-init (1.2.5-r2) 01:32:51 #48 4.233 Executing busybox-1.35.0-r29.trigger 01:32:51 #48 4.240 OK: 7 MiB in 16 packages 01:32:57 #48 ... 01:32:57 01:32:57 #58 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:32:57 #58 DONE 17.8s 01:32:57 01:32:57 #55 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 01:32:57 #55 DONE 17.7s 01:32:57 01:32:57 #57 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:32:57 #57 DONE 17.7s 01:32:57 01:32:57 #56 [security-spire-server builder 3/9] RUN apk add --update --no-cache make git build-base curl 01:32:57 #56 DONE 17.8s 01:32:57 01:32:57 #59 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:32:57 #59 DONE 17.8s 01:32:57 01:32:57 #60 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl 01:32:57 #60 DONE 17.8s 01:32:57 01:32:57 #53 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 01:32:57 #53 DONE 17.8s 01:32:57 01:32:57 #62 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 01:32:57 #62 ... 01:32:57 01:32:57 #54 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:32:57 #54 DONE 17.8s 01:32:57 01:32:57 #50 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:32:57 #50 DONE 17.8s 01:32:57 01:32:57 #52 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 01:32:57 #52 DONE 17.8s 01:32:57 01:32:57 #51 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init 01:32:57 #51 DONE 17.8s 01:32:57 01:32:57 #63 [support-notifications builder 4/7] COPY go.mod vendor* ./ 01:32:57 #63 DONE 0.2s 01:32:57 01:32:57 #48 [core-metadata stage-1 2/6] RUN apk add --update --no-cache dumb-init 01:32:57 #48 DONE 18.0s 01:32:57 01:32:57 #49 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git 01:32:57 #49 DONE 18.0s 01:32:57 01:32:57 #64 [security-spire-config builder 4/9] COPY go.mod vendor* ./ 01:32:57 #64 DONE 0.2s 01:32:57 01:32:57 #65 [security-proxy-setup stage-1 3/9] WORKDIR /edgex 01:32:57 #65 DONE 0.2s 01:32:57 01:32:57 #66 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 01:32:57 #66 DONE 0.2s 01:32:57 01:32:57 #62 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 01:32:57 #62 DONE 0.2s 01:32:57 01:32:57 #67 [core-data builder 4/7] COPY go.mod vendor* ./ 01:32:57 #67 DONE 0.1s 01:32:57 01:32:57 #68 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:32:59 #68 ... 01:32:59 01:32:59 #61 [security-spire-server stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:32:59 #61 18.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 01:32:59 #61 18.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 01:32:59 #61 18.97 v3.17.5-12-gbb3d15e62a1 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 01:32:59 #61 18.97 v3.17.5-11-g5c54257e58e [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 01:32:59 #61 18.97 OK: 17818 distinct packages available 01:32:59 #61 19.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 01:32:59 #61 19.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 01:32:59 #61 19.33 (1/5) Installing dumb-init (1.2.5-r2) 01:32:59 #61 19.33 (2/5) Installing musl-obstack (1.2.3-r0) 01:32:59 #61 19.34 (3/5) Installing libucontext (1.2-r0) 01:32:59 #61 19.34 (4/5) Installing gcompat (1.1.0-r0) 01:32:59 #61 19.35 (5/5) Installing openssl (3.0.10-r0) 01:32:59 #61 19.36 Executing busybox-1.35.0-r29.trigger 01:32:59 #61 19.36 OK: 8 MiB in 20 packages 01:32:59 #61 DONE 19.6s 01:32:59 01:32:59 #69 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 01:32:59 #69 DONE 1.9s 01:32:59 01:32:59 #70 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging 01:32:59 #70 DONE 0.0s 01:32:59 01:32:59 #71 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:33:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:33:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:33:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:33:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:33:06 using GIT_SSH to set credentials SSH Credentials for GitHub 01:33:06 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4628/head:refs/remotes/origin/PR-4628 +refs/heads/main:refs/remotes/origin/main # timeout=10 01:33:07 Merging remotes/origin/main commit cd65a25beffaabdac7b93615b889770af2fe749c into PR head commit 92b822a68c558b3dd9ced080e641f36bf1f29027 01:33:07 Merge succeeded, producing 92b822a68c558b3dd9ced080e641f36bf1f29027 01:33:07 Checking out Revision 92b822a68c558b3dd9ced080e641f36bf1f29027 (PR-4628) 01:33:07 > git config core.sparsecheckout # timeout=10 01:33:07 > git checkout -f 92b822a68c558b3dd9ced080e641f36bf1f29027 # timeout=10 01:33:07 > git remote # timeout=10 01:33:07 > git config --get remote.origin.url # timeout=10 01:33:07 using GIT_SSH to set credentials SSH Credentials for GitHub 01:33:07 > git merge cd65a25beffaabdac7b93615b889770af2fe749c # timeout=10 01:33:07 > git rev-parse HEAD^{commit} # timeout=10 01:33:07 > git config core.sparsecheckout # timeout=10 01:33:07 > git checkout -f 92b822a68c558b3dd9ced080e641f36bf1f29027 # timeout=10 01:33:11 Commit message: "refactor: Remove github.com/pkg/errors from Attribution.txt" 01:33:11 > git --version # timeout=10 01:33:11 > git --version # 'git version 2.25.1' 01:33:11 fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 01:33:11 #71 ... 01:33:11 01:33:11 #72 [security-spire-config builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:33:11 #72 ... 01:33:11 01:33:11 #73 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:33:11 #73 ... 01:33:11 01:33:11 #74 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:33:12 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 01:33:12 % Total % Received % Xferd Average Speed Time Time Time Current 01:33:12 Dload Upload Total Spent Left Speed 01:33:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 98k 0 --:--:-- --:--:-- --:--:-- 99k [Pipeline] sh 01:33:13 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 01:33:13 + sudo tee /etc/docker/daemon.new 01:33:13 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 01:33:13 { 01:33:13 "registry-mirrors": [ 01:33:13 "https://nexus3.edgexfoundry.org:10001" 01:33:13 ], 01:33:13 "bip": "10.250.0.254/24", 01:33:13 "hosts": [ 01:33:13 "tcp://0.0.0.0:5555", 01:33:13 "unix:///var/run/docker.sock" 01:33:13 ], 01:33:13 "mtu": 1458, 01:33:13 "selinux-enabled": true, 01:33:13 "seccomp-profile": "/etc/docker/seccomp.json" 01:33:13 } [Pipeline] sh 01:33:14 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 01:33:14 + sudo service docker restart 01:33:29 #74 DONE 31.9s 01:33:29 01:33:29 #68 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:33:29 #68 DONE 31.9s 01:33:29 01:33:29 #72 [security-spire-config builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:33:29 #72 DONE 31.9s 01:33:29 01:33:29 #73 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:33:29 #73 DONE 32.0s 01:33:29 01:33:29 #71 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:33:29 #71 DONE 31.9s 01:33:29 01:33:29 #75 [support-notifications builder 6/7] COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:33:32 provisioning config files... 01:33:32 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config286758823078491304tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:33:33 ---> docker-login.sh 01:33:33 nexus3.edgexfoundry.org:10001 01:33:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:33:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:33:34 Configure a credential helper to remove this warning. See 01:33:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:33:34 01:33:34 Login Succeeded 01:33:34 nexus3.edgexfoundry.org:10002 01:33:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:33:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:33:35 Configure a credential helper to remove this warning. See 01:33:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:33:35 01:33:35 Login Succeeded 01:33:35 nexus3.edgexfoundry.org:10003 01:33:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:33:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:33:35 Configure a credential helper to remove this warning. See 01:33:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:33:35 01:33:35 Login Succeeded 01:33:35 nexus3.edgexfoundry.org:10004 01:33:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:33:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:33:36 Configure a credential helper to remove this warning. See 01:33:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:33:36 01:33:36 Login Succeeded 01:33:36 docker.io 01:33:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:33:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:33:36 Configure a credential helper to remove this warning. See 01:33:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:33:36 01:33:36 Login Succeeded 01:33:36 ---> docker-login.sh ends [Pipeline] } 01:33:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 01:33:37 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 01:33:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:33:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:33:37 ========================================================= 01:33:37 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 01:33:37 ========================================================= [Pipeline] fileExists [Pipeline] sh 01:33:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 01:33:38 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:33:38 edb6bdbacee9: Pulling fs layer 01:33:38 5f9638ab2659: Pulling fs layer 01:33:38 8d51d6327a98: Pulling fs layer 01:33:38 8b374f2dd631: Pulling fs layer 01:33:38 ec14aa9079de: Pulling fs layer 01:33:38 2f466654f4bb: Pulling fs layer 01:33:38 554e91adad29: Pulling fs layer 01:33:38 8b374f2dd631: Waiting 01:33:38 ec14aa9079de: Waiting 01:33:38 2f466654f4bb: Waiting 01:33:38 554e91adad29: Waiting 01:33:38 5f9638ab2659: Download complete 01:33:38 8b374f2dd631: Verifying Checksum 01:33:38 8b374f2dd631: Download complete 01:33:38 ec14aa9079de: Verifying Checksum 01:33:38 ec14aa9079de: Download complete 01:33:38 edb6bdbacee9: Verifying Checksum 01:33:38 edb6bdbacee9: Download complete 01:33:39 edb6bdbacee9: Pull complete 01:33:40 554e91adad29: Verifying Checksum 01:33:40 554e91adad29: Download complete 01:33:40 #75 ... 01:33:40 01:33:40 #76 [security-spire-config builder 6/9] COPY . . 01:33:40 #76 ... 01:33:40 01:33:40 #77 [security-proxy-setup builder 6/7] COPY . . 01:33:40 #77 ... 01:33:40 01:33:40 #78 [security-spiffe-token-provider builder 6/7] COPY . . 01:33:40 #78 ... 01:33:40 01:33:40 #79 [core-data builder 6/7] COPY . . 01:33:40 5f9638ab2659: Pull complete 01:33:41 #79 ... 01:33:41 01:33:41 #75 [support-notifications builder 6/7] COPY . . 01:33:41 #75 DONE 11.5s 01:33:41 01:33:41 #78 [security-spiffe-token-provider builder 6/7] COPY . . 01:33:41 #78 DONE 11.6s 01:33:41 01:33:41 #80 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 01:33:41 #80 CACHED 01:33:41 01:33:41 #81 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:33:41 #81 CACHED 01:33:41 01:33:41 #82 [security-secretstore-setup builder 6/7] COPY . . 01:33:41 #82 CACHED 01:33:41 01:33:41 #77 [security-proxy-setup builder 6/7] COPY . . 01:33:41 #77 DONE 11.6s 01:33:41 01:33:41 #83 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:33:41 #83 ... 01:33:41 01:33:41 #79 [core-data builder 6/7] COPY . . 01:33:41 #79 DONE 11.6s 01:33:41 01:33:41 #84 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:33:41 #84 CACHED 01:33:41 01:33:41 #85 [core-command builder 4/7] COPY go.mod vendor* ./ 01:33:41 #85 CACHED 01:33:41 01:33:41 #86 [core-command builder 6/7] COPY . . 01:33:41 #86 CACHED 01:33:41 01:33:41 #87 [security-bootstrapper builder 6/7] COPY . . 01:33:41 #87 CACHED 01:33:41 01:33:41 #88 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:33:41 #88 CACHED 01:33:41 01:33:41 #89 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:33:41 #89 CACHED 01:33:41 01:33:41 #90 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:33:41 #90 CACHED 01:33:41 01:33:41 #91 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 01:33:41 #91 CACHED 01:33:41 01:33:41 #92 [security-proxy-auth builder 6/7] COPY . . 01:33:41 #92 CACHED 01:33:41 01:33:41 #93 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 01:33:41 #93 CACHED 01:33:41 01:33:41 #94 [support-scheduler builder 6/7] COPY . . 01:33:41 #94 CACHED 01:33:41 01:33:41 #95 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:33:41 #95 CACHED 01:33:41 01:33:41 #96 [core-metadata builder 6/7] COPY . . 01:33:41 #96 CACHED 01:33:41 01:33:41 #97 [core-metadata builder 4/7] COPY go.mod vendor* ./ 01:33:41 #97 CACHED 01:33:41 01:33:41 #98 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:33:41 #98 CACHED 01:33:41 01:33:41 #76 [security-spire-config builder 6/9] COPY . . 01:33:41 #76 DONE 11.6s 01:33:41 01:33:41 #99 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:33:41 #99 CACHED 01:33:41 01:33:41 #100 [core-common-config-bootstrapper builder 6/7] COPY . . 01:33:41 #100 CACHED 01:33:41 01:33:41 #101 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:33:41 #101 CACHED 01:33:41 01:33:41 #102 [security-spire-config builder 7/9] WORKDIR /edgex-go/spire-build 01:33:41 #102 DONE 0.2s 01:33:41 01:33:41 #103 [security-spire-server builder 4/9] COPY go.mod vendor* ./ 01:33:41 #103 CACHED 01:33:41 01:33:41 #104 [security-spire-server builder 6/9] COPY . . 01:33:41 #104 CACHED 01:33:41 01:33:41 #105 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:33:41 #105 CACHED 01:33:41 01:33:41 #106 [security-spire-server builder 7/9] WORKDIR /edgex-go/spire-build 01:33:41 #106 CACHED 01:33:41 01:33:41 #107 [security-spire-config builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.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 01:33:41 8d51d6327a98: Verifying Checksum 01:33:41 8d51d6327a98: Download complete 01:33:41 2f466654f4bb: Verifying Checksum 01:33:41 2f466654f4bb: Download complete 01:33:43 #107 ... 01:33:43 01:33:43 #108 [security-spire-server builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.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 01:33:43 #108 DONE 2.3s 01:33:43 01:33:43 #107 [security-spire-config builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.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 01:33:43 #107 DONE 2.4s 01:33:43 01:33:43 #109 [security-spire-config builder 9/9] WORKDIR /edgex-go 01:33:44 #109 DONE 0.6s 01:33:44 01:33:44 #110 [security-spire-server builder 9/9] WORKDIR /edgex-go 01:33:44 #110 DONE 0.5s 01:33:44 01:33:44 #111 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:33:44 #0 1.376 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 01:33:44 #111 ... 01:33:44 01:33:44 #112 [security-spire-server stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 01:33:44 #112 DONE 0.4s 01:33:44 01:33:44 #113 [security-spire-server stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 01:33:45 #113 ... 01:33:45 01:33:45 #114 [security-spire-config stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / 01:33:45 #114 DONE 0.5s 01:33:45 01:33:45 #113 [security-spire-server stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 01:33:45 #113 DONE 0.2s 01:33:45 01:33:45 #115 [security-spire-config stage-1 4/9] COPY --from=builder /edgex-go/security.txt / 01:33:45 #115 ... 01:33:45 01:33:45 #116 [security-spire-agent builder 4/9] COPY go.mod vendor* ./ 01:33:45 #116 CACHED 01:33:45 01:33:45 #117 [security-spire-agent builder 6/9] COPY . . 01:33:45 #117 CACHED 01:33:45 01:33:45 #118 [security-spire-agent builder 9/9] WORKDIR /edgex-go 01:33:45 #118 CACHED 01:33:45 01:33:45 #119 [security-spire-agent stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / 01:33:45 #119 CACHED 01:33:45 01:33:45 #120 [security-spire-agent builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:33:45 #120 CACHED 01:33:45 01:33:45 #121 [security-spire-agent builder 7/9] WORKDIR /edgex-go/spire-build 01:33:45 #121 CACHED 01:33:45 01:33:45 #122 [security-spire-agent stage-1 4/9] COPY --from=builder /edgex-go/security.txt / 01:33:45 #122 CACHED 01:33:45 01:33:45 #123 [security-spire-agent builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.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 01:33:45 #123 CACHED 01:33:45 01:33:45 #115 [security-spire-config stage-1 4/9] COPY --from=builder /edgex-go/security.txt / 01:33:45 #115 DONE 0.6s 01:33:45 01:33:45 #124 [security-spire-agent stage-1 5/9] COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 01:33:47 #124 DONE 2.3s 01:33:47 01:33:47 #125 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 01:33:47 #125 DONE 2.3s 01:33:47 01:33:47 #126 [security-spire-server stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 01:33:48 #126 ... 01:33:48 01:33:48 #127 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 01:33:48 #127 DONE 3.3s 01:33:48 01:33:48 #126 [security-spire-server stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 01:33:48 #126 DONE 1.3s 01:33:48 01:33:48 #128 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 01:33:48 #128 DONE 1.3s 01:33:48 01:33:48 #129 [security-spire-config stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 01:33:48 #129 DONE 0.1s 01:33:48 01:33:48 #130 [security-spire-agent stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 01:33:48 #130 DONE 0.1s 01:33:48 01:33:48 #131 [security-spire-server stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 01:33:48 #131 DONE 0.1s 01:33:48 01:33:48 #132 [security-spire-config stage-1 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d 01:33:48 #132 DONE 0.1s 01:33:48 01:33:48 #133 [security-spire-config stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 01:33:49 #133 DONE 0.1s 01:33:49 01:33:49 #134 [security-spire-agent stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 01:33:49 #134 DONE 0.1s 01:33:49 01:33:49 #135 [security-spire-server stage-1 8/8] COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 01:33:49 #135 DONE 0.1s 01:33:49 01:33:49 #136 [security-spire-server] exporting to image 01:33:49 #136 exporting layers 01:33:49 #136 ... 01:33:49 01:33:49 #137 [security-spire-agent stage-1 9/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 01:33:49 #137 DONE 0.2s 01:33:49 01:33:49 #136 [security-spire-agent] exporting to image 01:33:49 #136 exporting layers 0.8s done 01:33:49 #136 writing image sha256:826f62de26f06c71c3885c0ea2418143f972269a8f8399f6ad3cd4d3d8d4b0fd 0.0s done 01:33:49 #136 naming to docker.io/library/security-spire-server done 01:33:50 #136 exporting layers 0.9s done 01:33:50 #136 writing image sha256:cd76ded3a310b6bd0f9c56f3324d7584ea521be0f26399986758b18a6e26891a 0.0s done 01:33:50 #136 naming to docker.io/library/security-spire-agent done 01:33:50 #136 writing image sha256:94cdda9f836ea054ce8fc5a081e7a48b3264440354bcf17d55caea2f8cef1f0d done 01:33:50 #136 naming to docker.io/library/security-spire-config done 01:33:50 #136 DONE 1.0s 01:33:50 01:33:50 #138 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:33:50 #0 1.112 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 01:33:51 #138 ... 01:33:51 01:33:51 #139 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:33:51 #0 0.435 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 01:33:51 #139 ... 01:33:51 01:33:51 #140 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:33:51 #0 1.116 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 01:33:51 #140 ... 01:33:51 01:33:51 #141 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:33:51 #0 1.267 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 01:33:51 #141 ... 01:33:51 01:33:51 #142 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:33:51 #0 0.678 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 01:33:51 #142 ... 01:33:51 01:33:51 #143 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:33:51 #0 1.593 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 01:33:51 #143 ... 01:33:51 01:33:51 #144 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:33:51 #0 1.276 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 01:33:51 #144 ... 01:33:51 01:33:51 #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:33:51 #0 0.821 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 01:33:51 #145 ... 01:33:51 01:33:51 #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:33:51 #0 0.779 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 01:33:52 #146 ... 01:33:52 01:33:52 #83 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:33:52 #83 1.377 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 01:33:53 8d51d6327a98: Pull complete 01:33:53 8b374f2dd631: Pull complete 01:33:53 ec14aa9079de: Pull complete 01:34:00 2f466654f4bb: Pull complete 01:34:02 554e91adad29: Pull complete 01:34:02 Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 01:34:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 01:34:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh 01:34:02 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 01:34:02 WORKDIR /edgex 01:34:02 COPY go.mod . 01:34:02 RUN go mod download 01:34:02 + docker build -t ci-base-image-arm64 -f - . 01:34:03 Sending build context to Docker daemon 2.937MB 01:34:03 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 01:34:03 ---> 1e15ea492957 01:34:03 Step 2/4 : WORKDIR /edgex 01:34:05 ---> Running in 6e099eb4bef7 01:34:05 Removing intermediate container 6e099eb4bef7 01:34:05 ---> 365456839304 01:34:05 Step 3/4 : COPY go.mod . 01:34:07 ---> 26075619d725 01:34:07 Step 4/4 : RUN go mod download 01:34:07 ---> Running in 3e6f1c080d60 01:34:46 Removing intermediate container 3e6f1c080d60 01:34:46 ---> 33892c30d808 01:34:46 Successfully built 33892c30d808 01:34:46 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:46 + docker inspect -f . ci-base-image-arm64 01:34:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:34:47 prd-ubuntu20.04-docker-arm64-4c-16g-3328 does not seem to be running inside a container 01:34:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:34:48 $ docker top 6dd7285ffdf81911ddc5f10db40672bd40d96ce3acd11541cdbf1c6eaeff07ba -eo pid,comm [Pipeline] { [Pipeline] sh 01:34:49 + go version 01:34:49 go version go1.20.6 linux/arm64 [Pipeline] } 01:34:49 $ docker stop --time=1 6dd7285ffdf81911ddc5f10db40672bd40d96ce3acd11541cdbf1c6eaeff07ba 01:34:51 $ docker rm -f --volumes 6dd7285ffdf81911ddc5f10db40672bd40d96ce3acd11541cdbf1c6eaeff07ba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:52 + docker inspect -f . ci-base-image-arm64 01:34:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:34:52 prd-ubuntu20.04-docker-arm64-4c-16g-3328 does not seem to be running inside a container 01:34:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:34:53 $ docker top 124fe5db587fe43b0c75a345ca6103e7065d7470318ce1934e936e8cab93cc74 -eo pid,comm [Pipeline] { [Pipeline] echo 01:34:53 ========================================================= 01:34:53 [edgeXBuildGoParallel] Running Tests and Build... 01:34:53 ========================================================= [Pipeline] sh 01:34:54 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 01:34:54 + make test 01:34:55 go test -race -coverprofile=coverage.out ./... 01:35:14 #83 83.28 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:35:14 #83 ... 01:35:14 01:35:14 #142 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:35:14 #142 DONE 93.7s 01:35:14 01:35:14 #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:35:14 #146 DONE 93.7s 01:35:14 01:35:14 #83 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:35:14 #83 DONE 93.7s 01:35:14 01:35:14 #111 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:35:14 #111 DONE 93.8s 01:35:14 01:35:14 #138 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:35:14 #138 DONE 93.7s 01:35:14 01:35:14 #147 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 01:35:15 #147 ... 01:35:15 01:35:15 #144 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:35:15 #144 DONE 93.8s 01:35:15 01:35:15 #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:35:15 #145 DONE 93.8s 01:35:15 01:35:15 #141 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:35:15 #141 DONE 94.0s 01:35:15 01:35:15 #148 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 01:35:15 #148 ... 01:35:15 01:35:15 #140 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:35:15 #140 DONE 94.1s 01:35:15 01:35:15 #143 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:35:15 #143 DONE 94.2s 01:35:15 01:35:15 #139 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:35:15 #139 DONE 94.2s 01:35:15 01:35:15 #149 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 01:35:15 #149 ... 01:35:15 01:35:15 #150 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 01:35:15 #150 DONE 0.7s 01:35:15 01:35:15 #147 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 01:35:15 #147 DONE 0.7s 01:35:15 01:35:15 #148 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 01:35:15 #148 DONE 0.5s 01:35:15 01:35:15 #151 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / 01:35:15 #151 DONE 0.6s 01:35:15 01:35:15 #152 [security-proxy-setup stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:35:15 #152 DONE 0.7s 01:35:15 01:35:15 #153 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 01:35:15 #153 DONE 0.5s 01:35:15 01:35:15 #154 [security-proxy-setup stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:35:15 #154 ... 01:35:15 01:35:15 #149 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 01:35:15 #149 DONE 0.4s 01:35:16 01:35:16 #155 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 01:35:16 #155 DONE 0.4s 01:35:16 01:35:16 #156 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / 01:35:16 #156 CACHED 01:35:16 01:35:16 #157 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / 01:35:16 #157 CACHED 01:35:16 01:35:16 #158 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 01:35:16 #158 CACHED 01:35:16 01:35:16 #159 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 01:35:16 #159 CACHED 01:35:16 01:35:16 #160 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 01:35:16 #160 CACHED 01:35:16 01:35:16 #161 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 01:35:16 #161 CACHED 01:35:16 01:35:16 #162 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / 01:35:16 #162 DONE 0.3s 01:35:16 01:35:16 #163 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 01:35:16 #163 CACHED 01:35:16 01:35:16 #164 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 01:35:16 #164 CACHED 01:35:16 01:35:16 #165 [security-secretstore-setup stage-1 5/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:35:16 #165 ... 01:35:16 01:35:16 #166 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 01:35:16 #166 DONE 0.4s 01:35:16 01:35:16 #154 [security-proxy-setup stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:35:16 #154 DONE 0.3s 01:35:16 01:35:16 #167 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 01:35:16 #167 DONE 0.4s 01:35:16 01:35:16 #168 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:35:16 #168 ... 01:35:16 01:35:16 #169 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 01:35:16 #169 DONE 0.7s 01:35:16 01:35:16 #170 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:35:17 #170 ... 01:35:17 01:35:17 #171 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 01:35:17 #171 DONE 1.5s 01:35:17 01:35:17 #172 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:35:17 #172 DONE 1.5s 01:35:17 01:35:17 #173 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:35:17 #173 DONE 1.5s 01:35:17 01:35:17 #174 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 01:35:17 #174 DONE 1.5s 01:35:17 01:35:17 #175 [security-proxy-setup stage-1 6/9] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 01:35:17 #175 DONE 1.4s 01:35:17 01:35:17 #176 [security-proxy-setup stage-1 7/9] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:35:17 #176 ... 01:35:17 01:35:17 #165 [security-secretstore-setup stage-1 5/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:35:17 #165 DONE 1.8s 01:35:17 01:35:17 #177 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 01:35:17 #177 DONE 1.9s 01:35:18 01:35:18 #178 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:35:18 #178 DONE 1.9s 01:35:18 01:35:18 #179 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 01:35:18 #179 ... 01:35:18 01:35:18 #180 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh 01:35:18 #180 DONE 2.5s 01:35:18 01:35:18 #168 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:35:18 #168 DONE 1.9s 01:35:18 01:35:18 #181 [security-spiffe-token-provider stage-1 6/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 01:35:18 #181 DONE 0.5s 01:35:18 01:35:18 #182 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 01:35:18 #182 ... 01:35:18 01:35:18 #170 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:35:18 #170 DONE 1.8s 01:35:18 01:35:18 #176 [security-proxy-setup stage-1 7/9] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:35:18 #176 DONE 0.7s 01:35:18 01:35:18 #183 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 01:35:18 #183 DONE 0.9s 01:35:18 01:35:18 #184 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 01:35:18 #184 DONE 0.9s 01:35:18 01:35:18 #185 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 01:35:18 #185 DONE 1.0s 01:35:18 01:35:18 #186 [security-secretstore-setup stage-1 6/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 01:35:18 #186 DONE 0.6s 01:35:18 01:35:18 #179 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 01:35:18 #179 DONE 0.6s 01:35:18 01:35:18 #187 [security-proxy-setup stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 01:35:18 #187 DONE 0.2s 01:35:18 01:35:18 #136 [core-command] exporting to image 01:35:18 #136 exporting layers 01:35:18 #136 ... 01:35:18 01:35:18 #188 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / 01:35:18 #188 DONE 0.5s 01:35:18 01:35:18 #136 [core-command] exporting to image 01:35:18 #136 exporting layers 0.2s done 01:35:18 #136 ... 01:35:18 01:35:18 #182 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 01:35:18 #182 DONE 0.6s 01:35:18 01:35:18 #189 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 01:35:18 #189 DONE 0.4s 01:35:18 01:35:18 #190 [core-common-config-bootstrapper stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 01:35:18 #190 DONE 0.8s 01:35:18 01:35:18 #136 [support-notifications] exporting to image 01:35:18 #136 ... 01:35:18 01:35:18 #191 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 01:35:18 #191 DONE 0.4s 01:35:18 01:35:18 #192 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 01:35:18 #192 DONE 0.4s 01:35:18 01:35:18 #136 [support-scheduler] exporting to image 01:35:18 #136 writing image sha256:1d9d3bc6f608a5e5527b31420136d3c606838d361d85afae5cec9cbc7ecd910d done 01:35:18 #136 naming to docker.io/library/security-spiffe-token-provider done 01:35:18 #136 writing image sha256:4a26e146e6bcaee58a5687fd6fb2fa038c851392539c6b86bc571f2c74f22666 done 01:35:18 #136 naming to docker.io/library/support-scheduler done 01:35:18 #136 writing image sha256:c03d44ec80dda4dad4f0a90787371404aaf5f06f91dd7ac555b1d05866fec3b1 01:35:19 #136 ... 01:35:19 01:35:19 #193 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 01:35:19 #193 DONE 0.4s 01:35:19 01:35:19 #136 [core-metadata] exporting to image 01:35:19 #136 exporting layers 0.3s done 01:35:19 #136 writing image sha256:c03d44ec80dda4dad4f0a90787371404aaf5f06f91dd7ac555b1d05866fec3b1 0.0s done 01:35:19 #136 naming to docker.io/library/core-command done 01:35:19 #136 exporting layers 0.1s done 01:35:19 #136 writing image sha256:e053e3c498a222c83202b744bf4456895f1ad02533d6cbb766178e0c708653cd done 01:35:19 #136 writing image sha256:f7428e5e743786d455b3dbaaec857dc568c9dae1f7a6fc3be7c22f79d5e3b7a6 done 01:35:19 #136 writing image sha256:8d34cf02a39a8766de9477b1e6fda9f0af5d3ef51a12d5e04868f58f9e964a3c done 01:35:19 #136 naming to docker.io/library/support-notifications done 01:35:19 #136 naming to docker.io/library/core-data done 01:35:19 #136 naming to docker.io/library/core-metadata done 01:35:19 #136 DONE 1.7s 01:35:19 01:35:19 #194 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / 01:35:19 #194 DONE 0.4s 01:35:19 01:35:19 #195 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 01:35:19 #195 DONE 0.4s 01:35:19 01:35:19 #196 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:35:19 #196 ... 01:35:19 01:35:19 #197 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:35:19 #197 DONE 0.5s 01:35:19 01:35:19 #198 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:35:19 #198 DONE 0.6s 01:35:19 01:35:19 #199 [security-proxy-setup stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:35:19 #199 DONE 1.0s 01:35:19 01:35:19 #136 [security-proxy-setup] exporting to image 01:35:20 #136 ... 01:35:20 01:35:20 #200 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 01:35:20 #200 DONE 0.3s 01:35:20 01:35:20 #201 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:35:20 #201 DONE 0.3s 01:35:20 01:35:20 #202 [security-bootstrapper stage-1 11/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 01:35:20 #202 DONE 0.1s 01:35:20 01:35:20 #203 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:35:20 #203 DONE 0.1s 01:35:20 01:35:20 #204 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:35:20 #204 DONE 1.2s 01:35:20 01:35:20 #205 [security-bootstrapper stage-1 12/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 01:35:20 #205 DONE 0.1s 01:35:20 01:35:20 #136 [security-proxy-setup] exporting to image 01:35:20 #136 writing image sha256:6930aa36930ff1783e1f1bdf37a0343e07ce74b0b0d8e02262ae0a3b0e541d79 done 01:35:20 #136 naming to docker.io/library/security-proxy-setup done 01:35:20 #136 exporting layers 0.1s done 01:35:20 #136 writing image sha256:694ae053bedeee28eab7de57afde74a7120c02de25c44a6d2bbcfb2dc13e5134 done 01:35:20 #136 naming to docker.io/library/security-proxy-auth done 01:35:20 #136 DONE 2.3s 01:35:20 01:35:20 #206 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 01:35:20 #206 DONE 0.1s 01:35:20 01:35:20 #207 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:35:20 #207 DONE 0.1s 01:35:20 01:35:20 #196 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:35:20 #196 DONE 1.2s 01:35:20 01:35:20 #136 [core-common-config-bootstrapper] exporting to image 01:35:20 #136 exporting layers 0.1s done 01:35:20 #136 writing image sha256:5c8020eb5534d327778fc70a30524c12c27872be0fb50a02a8c023bf6497f515 done 01:35:20 #136 naming to docker.io/library/core-common-config-bootstrapper done 01:35:20 #136 DONE 2.4s 01:35:20 01:35:20 #208 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:35:20 #208 DONE 0.5s 01:35:20 01:35:20 #209 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh 01:35:20 #209 DONE 0.5s 01:35:20 01:35:20 #136 [security-secretstore-setup] exporting to image 01:35:20 #136 exporting layers 0.2s done 01:35:20 #136 writing image sha256:939f83f48541ff0f658b98349036044f5f66e0979e8a7dc26670de29bb2a07b6 0.0s done 01:35:20 #136 naming to docker.io/library/security-secretstore-setup done 01:35:20 #136 exporting layers 0.2s done 01:35:20 #136 writing image sha256:fc3a2f983144dc5438673f273b64aa687707b1acfa0800b2dde2565f8149c691 done 01:35:20 #136 naming to docker.io/library/security-bootstrapper done 01:35:20 #136 DONE 2.8s 01:35:20 time="2023-08-11T01:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:35:20 time="2023-08-11T01:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:35:20 time="2023-08-11T01:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:35:20 time="2023-08-11T01:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:35:20 time="2023-08-11T01:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:35:20 time="2023-08-11T01:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:35:20 time="2023-08-11T01:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:35:20 time="2023-08-11T01:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:35:20 time="2023-08-11T01:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:35:20 time="2023-08-11T01:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:35:20 time="2023-08-11T01:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:35:20 time="2023-08-11T01:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:35:20 time="2023-08-11T01:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:35:20 time="2023-08-11T01:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 01:35:20 $ docker stop --time=1 016cf621b4fa93746b7daf3cb9e4fb828f6f9182bf5c1ee9634370eb829fed38 01:35:22 $ docker rm -f --volumes 016cf621b4fa93746b7daf3cb9e4fb828f6f9182bf5c1ee9634370eb829fed38 [Pipeline] // withDockerContainer [Pipeline] sh 01:35:22 + docker images 01:35:22 REPOSITORY TAG IMAGE ID CREATED SIZE 01:35:22 security-bootstrapper latest fc3a2f983144 2 seconds ago 23MB 01:35:22 security-secretstore-setup latest 939f83f48541 2 seconds ago 44.1MB 01:35:22 core-common-config-bootstrapper latest 5c8020eb5534 2 seconds ago 18MB 01:35:22 security-proxy-setup latest 6930aa36930f 3 seconds ago 19.6MB 01:35:22 security-proxy-auth latest 694ae053bede 3 seconds ago 19.4MB 01:35:22 support-scheduler latest 4a26e146e6bc 4 seconds ago 33.7MB 01:35:22 core-command latest c03d44ec80dd 4 seconds ago 21MB 01:35:22 core-metadata latest 8d34cf02a39a 4 seconds ago 21.6MB 01:35:22 core-data latest e053e3c498a2 4 seconds ago 21.2MB 01:35:22 security-spiffe-token-provider latest 1d9d3bc6f608 4 seconds ago 33.5MB 01:35:22 support-notifications latest f7428e5e7437 4 seconds ago 34.3MB 01:35:22 security-spire-server latest 826f62de26f0 About a minute ago 103MB 01:35:22 security-spire-config latest 94cdda9f836e About a minute ago 102MB 01:35:22 security-spire-agent latest cd76ded3a310 About a minute ago 161MB 01:35:22 ci-base-image-x86_64 latest a7c83c8a8cc0 5 minutes ago 1.07GB 01:35:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine ec979cd7f677 4 weeks ago 696MB 01:35:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 2 months ago 334MB 01:35:22 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 13 months ago 253MB [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] } 01:35:41 ? github.com/edgexfoundry/edgex-go [no test files] 01:37:48 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 01:37:48 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 01:37:48 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 01:37:48 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 01:37:48 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 01:37:49 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 01:37:50 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 01:37:50 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 01:37:50 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 01:37:51 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 01:37:54 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 01:37:54 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 01:37:54 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:37:54 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 01:38:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 01:38:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 01:38:06 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.252s coverage: 28.7% of statements 01:38:16 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.311s coverage: 97.0% of statements 01:38:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 01:38:22 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 01:38:22 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 01:38:24 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.441s coverage: 71.5% of statements 01:38:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 01:38:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 01:38:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.357s coverage: 54.0% of statements 01:38:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 01:38:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 01:38:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 01:38:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 01:38:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 01:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 01:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 01:38:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 01:38:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 01:38:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 01:38:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 26.370s coverage: 93.4% of statements 01:38:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.423s coverage: 3.8% of statements 01:39:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.707s coverage: 97.6% of statements 01:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 01:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 01:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 01:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 01:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 01:39:00 ok github.com/edgexfoundry/edgex-go/internal/io 0.227s coverage: 72.2% of statements 01:39:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 01:39:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 01:39:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.465s coverage: 0.9% of statements 01:39:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.275s coverage: 32.2% of statements 01:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.301s coverage: 42.9% of statements 01:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.267s coverage: 82.9% of statements 01:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.241s coverage: 94.1% of statements 01:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.294s coverage: 96.3% of statements 01:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.233s coverage: 87.5% of statements 01:39:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 01:39:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 01:39:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 01:39:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 01:39:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:39:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 01:39:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 01:39:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 01:39:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.217s coverage: 94.4% of statements 01:39:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 01:39:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 01:39:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 01:39:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 01:39:39 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 01:39:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 01:39:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 01:39:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.043s coverage: 79.9% of statements 01:39:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.270s coverage: 92.9% of statements 01:39:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.078s coverage: 64.4% of statements 01:39:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.229s coverage: 62.3% of statements 01:39:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.217s coverage: 87.2% of statements 01:39:45 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.206s coverage: 20.0% of statements 01:39:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.171s coverage: 100.0% of statements 01:39:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.474s coverage: 81.8% of statements 01:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 01:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.529s coverage: 82.1% of statements 01:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.285s coverage: 86.0% of statements 01:39:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 01:39:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 01:39:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.020s coverage: 63.1% of statements 01:39:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.293s coverage: 100.0% of statements 01:39:57 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.120s coverage: 89.4% of statements 01:39:57 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.079s coverage: 100.0% of statements 01:39:57 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.094s coverage: 73.7% of statements 01:39:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 01:39:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 01:39:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 01:39:57 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.077s coverage: 100.0% of statements 01:40:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 01:40:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 01:40:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 01:40:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.036s coverage: 38.4% of statements 01:40:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.259s coverage: 89.5% of statements 01:40:11 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 01:40:11 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 01:40:11 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 01:40:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 01:40:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.232s coverage: 84.8% of statements 01:40:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 01:40:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 01:40:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 01:40:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 01:40:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.288s coverage: 17.7% of statements 01:40:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 01:40:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 01:40:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 01:40:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 01:40:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.628s coverage: 95.7% of statements 01:40:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 01:40:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 01:40:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.295s coverage: 61.8% of statements 01:40:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 01:40:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 01:40:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.426s coverage: 98.9% of statements 01:40:33 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 01:40:33 WARNING: Linting skipped (not on x86_64 or linter not installed) 01:40:33 go vet ./... 01:43:25 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:43:25 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:43:25 ./bin/test-attribution-txt.sh 01:43:25 An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add 01:43:25 An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add 01:43:25 An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add 01:43:25 An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo 01:43:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 01:43:25 + ls -al . 01:43:25 total 720 01:43:25 drwxrwxr-x 10 1001 1001 4096 Aug 11 01:34 . 01:43:25 drwxr-xr-x 4 root root 4096 Aug 11 01:34 .. 01:43:25 drwxrwxr-x 2 1001 1001 4096 Aug 11 01:33 .blubracket 01:43:25 -rw-rw-r-- 1 1001 1001 16 Aug 11 01:33 .dockerignore 01:43:25 drwxrwxr-x 8 1001 1001 4096 Aug 11 01:33 .git 01:43:25 drwxrwxr-x 3 1001 1001 4096 Aug 11 01:33 .github 01:43:25 -rw-rw-r-- 1 1001 1001 1133 Aug 11 01:33 .gitignore 01:43:25 -rw-rw-r-- 1 1001 1001 42 Aug 11 01:33 .golangci.yml 01:43:25 -rw-rw-r-- 1 1001 1001 87 Aug 11 01:33 .hadolint.yml 01:43:25 -rw-rw-r-- 1 1001 1001 166 Aug 11 01:33 .sonarcloud.properties 01:43:25 -rw-rw-r-- 1 1001 1001 1171 Aug 11 01:33 ADOPTERS.md 01:43:25 -rw-rw-r-- 1 1001 1001 11152 Aug 11 01:33 Attribution.txt 01:43:25 -rw-rw-r-- 1 1001 1001 93407 Aug 11 01:33 CHANGELOG.md 01:43:25 -rw-rw-r-- 1 1001 1001 3804 Aug 11 01:33 CONTRIBUTING.md 01:43:25 -rw-rw-r-- 1 1001 1001 677 Aug 11 01:33 GOVERNANCE.md 01:43:25 -rw-rw-r-- 1 1001 1001 883 Aug 11 01:33 Jenkinsfile 01:43:25 -rw-rw-r-- 1 1001 1001 10775 Aug 11 01:33 LICENSE 01:43:25 -rw-rw-r-- 1 1001 1001 14368 Aug 11 01:33 Makefile 01:43:25 -rw-rw-r-- 1 1001 1001 582 Aug 11 01:33 OWNERS.md 01:43:25 -rw-rw-r-- 1 1001 1001 9923 Aug 11 01:33 README.md 01:43:25 -rw-rw-r-- 1 1001 1001 789 Aug 11 01:33 SECURITY.md 01:43:25 -rw-rw-r-- 1 1001 1001 5 Aug 11 01:29 VERSION 01:43:25 drwxrwxr-x 2 1001 1001 4096 Aug 11 01:33 bin 01:43:25 drwxrwxr-x 18 1001 1001 4096 Aug 11 01:33 cmd 01:43:25 -rw-r--r-- 1 root root 446998 Aug 11 01:40 coverage.out 01:43:25 -rw-rw-r-- 1 1001 1001 3687 Aug 11 01:33 go.mod 01:43:25 -rw-rw-r-- 1 1001 1001 33714 Aug 11 01:33 go.sum 01:43:25 drwxrwxr-x 7 1001 1001 4096 Aug 11 01:33 internal 01:43:25 drwxrwxr-x 3 1001 1001 4096 Aug 11 01:33 openapi 01:43:25 -rw-rw-r-- 1 1001 1001 594 Aug 11 01:33 security.txt 01:43:25 drwxrwxr-x 4 1001 1001 4096 Aug 11 01:33 snap 01:43:25 -rw-rw-r-- 1 1001 1001 204 Aug 11 01:33 version.go [Pipeline] sh 01:43:26 + '[' -e coverage.out ] 01:43:26 + chown 1001:1001 coverage.out [Pipeline] stash 01:43:26 Warning: overwriting stash ‘coverage-report’ 01:43:27 Stashed 1 file(s) [Pipeline] sh 01:43:27 + make build 01:43:27 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 01:45:19 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 01:45:19 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 01:45:19 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 01:45: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 01:45:59 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 01:46:07 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 01:46:15 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 01:46:21 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 01:46:24 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 01:46:28 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:46: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-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 01:46:43 $ docker stop --time=1 124fe5db587fe43b0c75a345ca6103e7065d7470318ce1934e936e8cab93cc74 01:46:45 $ docker rm -f --volumes 124fe5db587fe43b0c75a345ca6103e7065d7470318ce1934e936e8cab93cc74 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:46:48 01:46:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:46:49 latest: Pulling from edgex-devops/edgex-compose-arm64 01:46:49 547446be3368: Pulling fs layer 01:46:49 d125d8839a47: Pulling fs layer 01:46:49 3e85d5ac6304: Pulling fs layer 01:46:49 c3105a71a48b: Pulling fs layer 01:46:49 0f093f025ec4: Pulling fs layer 01:46:49 c3106fc0e877: Pulling fs layer 01:46:49 c3105a71a48b: Waiting 01:46:49 c3106fc0e877: Waiting 01:46:49 547446be3368: Verifying Checksum 01:46:49 547446be3368: Download complete 01:46:49 c3105a71a48b: Download complete 01:46:49 d125d8839a47: Verifying Checksum 01:46:49 d125d8839a47: Download complete 01:46:49 c3106fc0e877: Verifying Checksum 01:46:49 c3106fc0e877: Download complete 01:46:50 0f093f025ec4: Verifying Checksum 01:46:50 0f093f025ec4: Download complete 01:46:50 547446be3368: Pull complete 01:46:51 d125d8839a47: Pull complete 01:46:51 3e85d5ac6304: Verifying Checksum 01:46:51 3e85d5ac6304: Download complete 01:46:59 3e85d5ac6304: Pull complete 01:46:59 c3105a71a48b: Pull complete 01:47:01 0f093f025ec4: Pull complete 01:47:01 c3106fc0e877: Pull complete 01:47:01 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 01:47:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:47:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:47:01 prd-ubuntu20.04-docker-arm64-4c-16g-3328 does not seem to be running inside a container 01:47:01 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 01:47:03 $ docker top 5ade86bffa7a0321530d5f7ee1627504def64491e87802d343aaf7a99938838c -eo pid,comm [Pipeline] { [Pipeline] sh 01:47:04 + docker compose -f ./docker-compose-build.yml build --parallel 01:47:12 #1 [security-spiffe-token-provider internal] load build definition from Dockerfile 01:47:12 #1 transferring dockerfile: 01:47:12 #1 transferring dockerfile: 1.78kB done 01:47:13 #1 DONE 0.4s 01:47:13 01:47:13 #2 [core-metadata internal] load build definition from Dockerfile 01:47:13 #2 transferring dockerfile: 1.96kB done 01:47:13 #2 DONE 0.0s 01:47:13 01:47:13 #3 [core-common-config-bootstrapper internal] load build definition from Dockerfile 01:47:13 #3 transferring dockerfile: 2.12kB done 01:47:13 #3 DONE 0.1s 01:47:13 01:47:13 #4 [support-notifications internal] load build definition from Dockerfile 01:47:13 #4 transferring dockerfile: 1.84kB done 01:47:13 #4 DONE 0.1s 01:47:13 01:47:13 #5 [core-command internal] load build definition from Dockerfile 01:47:13 #5 transferring dockerfile: 1.82kB done 01:47:13 #5 DONE 0.1s 01:47:13 01:47:13 #6 [security-spire-config internal] load build definition from Dockerfile 01:47:13 #6 transferring dockerfile: 2.58kB 0.0s done 01:47:13 #6 DONE 0.1s 01:47:13 01:47:13 #7 [core-data internal] load build definition from Dockerfile 01:47:13 #7 transferring dockerfile: 1.90kB done 01:47:13 #7 DONE 0.0s 01:47:13 01:47:13 #8 [security-secretstore-setup internal] load build definition from Dockerfile 01:47:13 #8 transferring dockerfile: 2.38kB done 01:47:13 #8 DONE 0.1s 01:47:13 01:47:13 #9 [security-spire-server internal] load build definition from Dockerfile 01:47:13 #9 transferring dockerfile: 2.63kB done 01:47:13 #9 DONE 0.1s 01:47:13 01:47:13 #10 [security-proxy-auth internal] load build definition from Dockerfile 01:47:13 #10 transferring dockerfile: 2.04kB done 01:47:13 #10 DONE 0.1s 01:47:13 01:47:13 #11 [security-bootstrapper internal] load build definition from Dockerfile 01:47:13 #11 transferring dockerfile: 2.82kB done 01:47:13 #11 DONE 0.1s 01:47:13 01:47:13 #12 [security-proxy-setup internal] load build definition from Dockerfile 01:47:14 #12 transferring dockerfile: 2.06kB 0.0s done 01:47:14 #12 DONE 0.1s 01:47:14 01:47:14 #13 [security-spire-agent internal] load build definition from Dockerfile 01:47:14 #13 transferring dockerfile: 2.68kB done 01:47:14 #13 DONE 0.1s 01:47:14 01:47:14 #14 [support-scheduler internal] load build definition from Dockerfile 01:47:14 #14 transferring dockerfile: 1.82kB done 01:47:14 #14 DONE 0.0s 01:47:14 01:47:14 #15 [security-spiffe-token-provider internal] load .dockerignore 01:47:14 #15 transferring context: 56B done 01:47:14 #15 DONE 0.1s 01:47:15 01:47:15 #16 [core-metadata internal] load .dockerignore 01:47:15 #16 transferring context: 56B done 01:47:15 #16 DONE 0.0s 01:47:15 01:47:15 #17 [core-common-config-bootstrapper internal] load .dockerignore 01:47:15 #17 transferring context: 56B done 01:47:15 #17 DONE 0.0s 01:47:15 01:47:15 #18 [support-notifications internal] load .dockerignore 01:47:15 #18 transferring context: 56B done 01:47:15 #18 DONE 0.1s 01:47:15 01:47:15 #19 [core-command internal] load .dockerignore 01:47:15 #19 transferring context: 56B done 01:47:15 #19 DONE 0.0s 01:47:15 01:47:15 #20 [security-spire-config internal] load .dockerignore 01:47:15 #20 transferring context: 56B done 01:47:15 #20 DONE 0.0s 01:47:15 01:47:15 #21 [core-data internal] load .dockerignore 01:47:15 #21 transferring context: 56B done 01:47:15 #21 DONE 0.1s 01:47:15 01:47:15 #22 [security-secretstore-setup internal] load .dockerignore 01:47:15 #22 transferring context: 56B done 01:47:15 #22 DONE 0.0s 01:47:15 01:47:15 #23 [security-spire-server internal] load .dockerignore 01:47:15 #23 transferring context: 56B done 01:47:15 #23 DONE 0.1s 01:47:15 01:47:15 #24 [security-proxy-auth internal] load .dockerignore 01:47:15 #24 transferring context: 56B done 01:47:15 #24 DONE 0.1s 01:47:15 01:47:15 #25 [security-bootstrapper internal] load .dockerignore 01:47:15 #25 transferring context: 56B done 01:47:15 #25 DONE 0.1s 01:47:15 01:47:15 #26 [security-proxy-setup internal] load .dockerignore 01:47:15 #26 transferring context: 56B done 01:47:15 #26 DONE 0.1s 01:47:15 01:47:15 #27 [security-spire-agent internal] load .dockerignore 01:47:15 #27 transferring context: 56B done 01:47:15 #27 DONE 0.1s 01:47:15 01:47:15 #28 [support-scheduler internal] load .dockerignore 01:47:15 #28 transferring context: 56B 0.0s done 01:47:15 #28 DONE 0.1s 01:47:15 01:47:15 #29 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:47:15 #29 DONE 0.0s 01:47:15 01:47:15 #30 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.17 01:47:16 #30 DONE 0.5s 01:47:16 01:47:16 #31 [security-spiffe-token-provider stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 01:47:16 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 01:47:16 #31 ... 01:47:16 01:47:16 #29 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:47:16 #29 DONE 0.0s 01:47:16 01:47:16 #31 [security-spiffe-token-provider stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 01:47:16 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 01:47:16 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 01:47:16 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 01:47:16 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.05MB / 3.26MB 0.1s 01:47:16 #31 ... 01:47:16 01:47:16 #29 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:47:16 #29 DONE 0.0s 01:47:16 01:47:16 #31 [core-metadata stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 01:47:16 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 01:47:16 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 01:47:16 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 01:47:16 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 01:47:16 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s 01:47:16 #31 ... 01:47:16 01:47:16 #29 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:47:16 #29 DONE 0.0s 01:47:16 01:47:16 #31 [core-common-config-bootstrapper stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 01:47:16 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 01:47:16 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 01:47:16 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 01:47:16 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 01:47:16 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 01:47:16 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 01:47:16 #31 ... 01:47:16 01:47:16 #29 [security-spire-config internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:47:16 #29 DONE 0.0s 01:47:16 01:47:16 #31 [core-command stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 01:47:16 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 01:47:16 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 01:47:16 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 01:47:16 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 01:47:16 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 01:47:16 #31 ... 01:47:16 01:47:16 #29 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:47:16 #29 DONE 0.0s 01:47:16 01:47:16 #31 [security-spire-config stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 01:47:16 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 01:47:16 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 01:47:16 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 01:47:16 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 01:47:16 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 01:47:16 #31 ... 01:47:16 01:47:16 #30 [core-data internal] load metadata for docker.io/library/alpine:3.17 01:47:16 #30 DONE 0.6s 01:47:16 01:47:16 #31 [security-spire-config stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 01:47:16 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 01:47:16 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 01:47:16 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 01:47:16 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 01:47:16 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 01:47:17 #31 ... 01:47:17 01:47:17 #29 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:47:17 #29 DONE 0.0s 01:47:17 01:47:17 #30 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.17 01:47:17 #30 DONE 0.7s 01:47:17 01:47:17 #31 [core-data stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 01:47:17 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 01:47:17 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 01:47:17 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 01:47:17 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 01:47:17 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 01:47:17 #31 ... 01:47:17 01:47:17 #29 [security-spire-server internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:47:17 #29 DONE 0.0s 01:47:17 01:47:17 #31 [security-secretstore-setup stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 01:47:17 #31 ... 01:47:17 01:47:17 #29 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:47:17 #29 DONE 0.0s 01:47:17 01:47:17 #30 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.17 01:47:17 #30 DONE 1.0s 01:47:17 01:47:17 #31 [security-spire-server stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 01:47:17 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 01:47:17 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 01:47:17 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 01:47:17 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 01:47:17 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 01:47:17 #31 ... 01:47:17 01:47:17 #29 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:47:17 #29 DONE 0.0s 01:47:17 01:47:17 #31 [security-spire-server stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 01:47:18 #31 ... 01:47:18 01:47:18 #29 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:47:18 #29 DONE 0.0s 01:47:18 01:47:18 #31 [security-spire-server stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 01:47:18 #31 ... 01:47:18 01:47:18 #30 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.17 01:47:18 #30 DONE 1.2s 01:47:18 01:47:18 #32 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:47:18 #32 DONE 2.7s 01:47:18 01:47:18 #31 [security-proxy-setup stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 01:47:18 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 01:47:18 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 01:47:18 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 01:47:18 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 01:47:18 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 01:47:18 #31 ... 01:47:18 01:47:18 #32 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:47:18 #32 DONE 2.7s 01:47:18 01:47:18 #31 [security-bootstrapper stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 01:47:18 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 01:47:18 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 01:47:18 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 01:47:18 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 01:47:18 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 01:47:18 #31 ... 01:47:18 01:47:18 #29 [security-spire-agent internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:47:18 #29 DONE 0.1s 01:47:18 01:47:18 #31 [security-bootstrapper stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 01:47:18 #31 ... 01:47:18 01:47:18 #29 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:47:18 #29 DONE 0.1s 01:47:18 01:47:18 #31 [security-bootstrapper stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 01:47:18 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 2.0s done 01:47:18 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 2.0s done 01:47:18 #31 ... 01:47:18 01:47:18 #30 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.17 01:47:18 #30 DONE 1.6s 01:47:18 01:47:18 #32 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:47:18 #32 DONE 2.8s 01:47:18 01:47:18 #31 [support-scheduler stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 01:47:18 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 01:47:18 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 01:47:18 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 01:47:18 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 01:47:18 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 01:47:18 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 2.0s done 01:47:18 #31 ... 01:47:18 01:47:18 #32 [security-spire-agent builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:47:18 #32 DONE 2.8s 01:47:18 01:47:18 #31 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 01:47:18 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 01:47:18 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 01:47:18 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 01:47:18 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 01:47:18 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 01:47:18 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 2.0s done 01:47:19 #31 ... 01:47:19 01:47:19 #33 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go 01:47:19 #33 DONE 2.0s 01:47:19 01:47:19 #34 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git 01:47:20 #34 ... 01:47:20 01:47:20 #31 [core-metadata stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 01:47:20 #31 DONE 5.1s 01:47:20 01:47:20 #35 [security-spiffe-token-provider internal] load build context 01:47:20 #35 transferring context: 27.69MB 4.4s 01:47:21 #35 ... 01:47:21 01:47:21 #36 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:47:26 #36 ... 01:47:26 01:47:26 #37 [core-metadata internal] load build context 01:47:26 #37 transferring context: 24.42MB 9.7s 01:47:26 #37 ... 01:47:26 01:47:26 #38 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 01:47:26 #0 3.069 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 01:47:26 #0 3.905 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 01:47:26 #0 5.602 OK: 263 MiB in 53 packages 01:47:26 #38 DONE 7.3s 01:47:26 01:47:26 #37 [core-metadata internal] load build context 01:47:26 #37 ... 01:47:26 01:47:26 #39 [support-notifications internal] load build context 01:47:26 #39 ... 01:47:26 01:47:26 #40 [core-command internal] load build context 01:47:26 #40 ... 01:47:26 01:47:26 #41 [core-common-config-bootstrapper internal] load build context 01:47:26 #41 ... 01:47:26 01:47:26 #42 [security-spire-config internal] load build context 01:47:26 #42 ... 01:47:26 01:47:26 #40 [core-command internal] load build context 01:47:27 #40 ... 01:47:27 01:47:27 #34 [core-data builder 3/7] RUN apk add --update --no-cache make git 01:47:27 #34 5.166 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 01:47:27 #34 6.152 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 01:47:27 #34 7.378 OK: 263 MiB in 53 packages 01:47:27 #34 DONE 8.1s 01:47:27 01:47:27 #40 [core-command internal] load build context 01:47:27 #40 ... 01:47:27 01:47:27 #43 [core-data internal] load build context 01:47:27 #43 ... 01:47:27 01:47:27 #44 [security-secretstore-setup internal] load build context 01:47:27 #44 ... 01:47:27 01:47:27 #42 [security-spire-config internal] load build context 01:47:27 #42 ... 01:47:27 01:47:27 #45 [security-proxy-auth internal] load build context 01:47:27 #45 ... 01:47:27 01:47:27 #46 [security-spire-server internal] load build context 01:47:27 #46 ... 01:47:27 01:47:27 #45 [security-proxy-auth internal] load build context 01:47:28 #45 ... 01:47:28 01:47:28 #47 [security-proxy-setup internal] load build context 01:47:28 #47 ... 01:47:28 01:47:28 #48 [security-bootstrapper internal] load build context 01:47:28 #48 ... 01:47:28 01:47:28 #44 [security-secretstore-setup internal] load build context 01:47:28 #44 ... 01:47:28 01:47:28 #49 [support-scheduler internal] load build context 01:47:28 #49 ... 01:47:28 01:47:28 #50 [security-spire-agent internal] load build context 01:47:28 #50 ... 01:47:28 01:47:28 #49 [support-scheduler internal] load build context 01:47:29 #49 ... 01:47:29 01:47:29 #51 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:47:29 #0 7.944 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 01:47:29 #0 9.141 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 01:47:29 #51 ... 01:47:29 01:47:29 #52 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:47:29 #0 7.458 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 01:47:29 #0 9.631 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 01:47:29 #52 ... 01:47:29 01:47:29 #53 [security-spire-agent builder 3/9] RUN apk add --update --no-cache make git build-base curl 01:47:29 #0 7.804 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 01:47:29 #0 9.116 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 01:47:29 #53 ... 01:47:29 01:47:29 #49 [support-scheduler internal] load build context 01:47:30 #49 ... 01:47:30 01:47:30 #54 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 01:47:30 #0 8.454 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 01:47:30 #54 ... 01:47:30 01:47:30 #37 [core-metadata internal] load build context 01:47:31 #37 transferring context: 30.03MB 14.8s 01:47:31 #37 ... 01:47:31 01:47:31 #55 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init 01:47:31 #55 ... 01:47:31 01:47:31 #56 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init 01:47:31 #56 ... 01:47:31 01:47:31 #57 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:47:31 #57 ... 01:47:31 01:47:31 #58 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl 01:47:31 #58 ... 01:47:31 01:47:31 #59 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:47:32 #59 ... 01:47:32 01:47:32 #35 [security-spiffe-token-provider internal] load build context 01:47:32 #35 ... 01:47:32 01:47:32 #60 [security-spire-server stage-1 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:47:32 #60 ... 01:47:32 01:47:32 #61 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 01:47:32 #61 ... 01:47:32 01:47:32 #36 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:47:32 #36 10.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 01:47:33 #36 ... 01:47:33 01:47:33 #53 [security-spire-agent builder 3/9] RUN apk add --update --no-cache make git build-base curl 01:47:33 #53 12.37 OK: 263 MiB in 53 packages 01:47:33 #53 DONE 14.6s 01:47:33 01:47:33 #46 [security-spire-server internal] load build context 01:47:33 #46 ... 01:47:33 01:47:33 #35 [security-spiffe-token-provider internal] load build context 01:47:34 #35 ... 01:47:34 01:47:34 #51 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:47:34 #51 13.64 OK: 263 MiB in 53 packages 01:47:34 #51 DONE 14.9s 01:47:34 01:47:34 #35 [security-spiffe-token-provider internal] load build context 01:47:35 #35 transferring context: 52.30MB 19.6s 01:47:36 #35 ... 01:47:36 01:47:36 #54 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 01:47:36 #54 10.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 01:47:36 #54 14.39 (1/2) Installing dumb-init (1.2.5-r2) 01:47:36 #54 14.39 (2/2) Installing su-exec (0.2-r2) 01:47:36 #54 14.39 Executing busybox-1.35.0-r29.trigger 01:47:36 #54 14.58 OK: 8 MiB in 17 packages 01:47:36 #54 DONE 15.9s 01:47:36 01:47:36 #35 [security-spiffe-token-provider internal] load build context 01:47:36 #35 ... 01:47:36 01:47:36 #39 [support-notifications internal] load build context 01:47:36 #39 ... 01:47:36 01:47:36 #41 [core-common-config-bootstrapper internal] load build context 01:47:37 #41 ... 01:47:37 01:47:37 #39 [support-notifications internal] load build context 01:47:37 #39 ... 01:47:37 01:47:37 #40 [core-command internal] load build context 01:47:37 #40 ... 01:47:37 01:47:37 #41 [core-common-config-bootstrapper internal] load build context 01:47:37 #41 ... 01:47:37 01:47:37 #43 [core-data internal] load build context 01:47:37 #43 ... 01:47:37 01:47:37 #41 [core-common-config-bootstrapper internal] load build context 01:47:37 #41 ... 01:47:37 01:47:37 #42 [security-spire-config internal] load build context 01:47:38 #42 ... 01:47:38 01:47:38 #43 [core-data internal] load build context 01:47:38 #43 ... 01:47:38 01:47:38 #47 [security-proxy-setup internal] load build context 01:47:38 #47 ... 01:47:38 01:47:38 #45 [security-proxy-auth internal] load build context 01:47:38 #45 ... 01:47:38 01:47:38 #44 [security-secretstore-setup internal] load build context 01:47:38 #44 ... 01:47:38 01:47:38 #47 [security-proxy-setup internal] load build context 01:47:38 #47 ... 01:47:38 01:47:38 #48 [security-bootstrapper internal] load build context 01:47:38 #48 ... 01:47:38 01:47:39 #50 [security-spire-agent internal] load build context 01:47:39 #50 ... 01:47:39 01:47:39 #48 [security-bootstrapper internal] load build context 01:47:41 #48 ... 01:47:41 01:47:41 #49 [support-scheduler internal] load build context 01:47:41 #49 ... 01:47:41 01:47:41 #48 [security-bootstrapper internal] load build context 01:47:41 #48 ... 01:47:41 01:47:41 #37 [core-metadata internal] load build context 01:47:41 #37 transferring context: 44.23MB 25.1s 01:47:41 #37 ... 01:47:41 01:47:41 #47 [security-proxy-setup internal] load build context 01:47:41 #47 ... 01:47:41 01:47:41 #62 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 01:47:41 #62 DONE 5.3s 01:47:41 01:47:41 #47 [security-proxy-setup internal] load build context 01:47:42 #47 ... 01:47:42 01:47:42 #52 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:47:42 #52 13.32 v3.17.5-12-gbb3d15e62a1 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 01:47:42 #52 13.32 v3.17.5-11-g5c54257e58e [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 01:47:42 #52 13.32 OK: 17694 distinct packages available 01:47:42 #52 14.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 01:47:42 #52 15.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 01:47:42 #52 22.30 OK: 263 MiB in 53 packages 01:47:42 #52 DONE 23.5s 01:47:42 01:47:42 #47 [security-proxy-setup internal] load build context 01:47:42 #47 ... 01:47:42 01:47:42 #61 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 01:47:42 #61 11.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 01:47:42 #61 13.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 01:47:42 #61 19.99 (1/2) Installing ca-certificates (20230506-r0) 01:47:42 #61 20.61 (2/2) Installing dumb-init (1.2.5-r2) 01:47:42 #61 20.75 Executing busybox-1.35.0-r29.trigger 01:47:42 #61 20.94 Executing ca-certificates-20230506-r0.trigger 01:47:42 #61 ... 01:47:42 01:47:42 #37 [core-metadata internal] load build context 01:47:43 #37 ... 01:47:43 01:47:43 #63 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging 01:47:43 #63 DONE 1.1s 01:47:43 01:47:43 #40 [core-command internal] load build context 01:47:43 #40 ... 01:47:43 01:47:43 #37 [core-metadata internal] load build context 01:47:44 #37 ... 01:47:44 01:47:44 #46 [security-spire-server internal] load build context 01:47:44 #46 ... 01:47:44 01:47:44 #40 [core-command internal] load build context 01:47:44 #40 ... 01:47:44 01:47:44 #55 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init 01:47:44 #55 13.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 01:47:44 #55 16.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 01:47:44 #55 22.76 (1/1) Installing dumb-init (1.2.5-r2) 01:47:44 #55 22.80 Executing busybox-1.35.0-r29.trigger 01:47:44 #55 22.93 OK: 8 MiB in 16 packages 01:47:44 #55 ... 01:47:44 01:47:44 #49 [support-scheduler internal] load build context 01:47:45 #49 ... 01:47:45 01:47:45 #36 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:47:45 #36 13.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 01:47:45 #36 19.69 v3.17.5-12-gbb3d15e62a1 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 01:47:45 #36 19.72 v3.17.5-11-g5c54257e58e [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 01:47:45 #36 19.72 OK: 17689 distinct packages available 01:47:45 #36 21.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 01:47:45 #36 ... 01:47:45 01:47:45 #55 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init 01:47:45 #55 DONE 24.2s 01:47:45 01:47:45 #49 [support-scheduler internal] load build context 01:47:46 #49 ... 01:47:46 01:47:46 #56 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init 01:47:46 #56 14.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 01:47:46 #56 17.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 01:47:46 #56 22.88 (1/1) Installing dumb-init (1.2.5-r2) 01:47:46 #56 22.88 Executing busybox-1.35.0-r29.trigger 01:47:46 #56 23.01 OK: 8 MiB in 16 packages 01:47:46 #56 ... 01:47:46 01:47:46 #49 [support-scheduler internal] load build context 01:47:46 #49 ... 01:47:46 01:47:46 #56 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init 01:47:46 #56 DONE 24.9s 01:47:46 01:47:46 #49 [support-scheduler internal] load build context 01:47:46 #49 ... 01:47:46 01:47:46 #59 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:47:46 #59 14.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 01:47:46 #59 19.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 01:47:46 #59 ... 01:47:46 01:47:46 #61 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 01:47:46 #61 23.25 OK: 8 MiB in 17 packages 01:47:46 #61 DONE 25.0s 01:47:46 01:47:46 #57 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:47:46 #57 15.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 01:47:46 #57 18.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 01:47:46 #57 24.60 (1/4) Installing ca-certificates (20230506-r0) 01:47:46 #57 24.97 (2/4) Installing dumb-init (1.2.5-r2) 01:47:46 #57 25.03 (3/4) Installing su-exec (0.2-r2) 01:47:46 #57 25.03 (4/4) Installing yq (4.30.4-r4) 01:47:46 #57 ... 01:47:46 01:47:46 #35 [security-spiffe-token-provider internal] load build context 01:47:46 #35 transferring context: 73.80MB 30.5s 01:47:46 #35 ... 01:47:46 01:47:46 #49 [support-scheduler internal] load build context 01:47:47 #49 ... 01:47:47 01:47:47 #39 [support-notifications internal] load build context 01:47:47 #39 ... 01:47:47 01:47:47 #58 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl 01:47:47 #58 15.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 01:47:47 #58 18.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 01:47:47 #58 25.30 (1/2) Installing dumb-init (1.2.5-r2) 01:47:47 #58 25.33 (2/2) Installing openssl (3.0.10-r0) 01:47:47 #58 25.35 Executing busybox-1.35.0-r29.trigger 01:47:47 #58 25.39 OK: 8 MiB in 17 packages 01:47:47 #58 ... 01:47:47 01:47:47 #49 [support-scheduler internal] load build context 01:47:47 #49 ... 01:47:47 01:47:47 #60 [security-spire-server stage-1 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:47:47 #60 15.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 01:47:47 #60 19.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 01:47:47 #60 25.68 v3.17.5-12-gbb3d15e62a1 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 01:47:47 #60 25.68 v3.17.5-11-g5c54257e58e [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 01:47:47 #60 25.68 OK: 17689 distinct packages available 01:47:47 #60 ... 01:47:47 01:47:47 #57 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:47:47 #57 26.00 Executing busybox-1.35.0-r29.trigger 01:47:47 #57 26.14 Executing ca-certificates-20230506-r0.trigger 01:47:48 #57 ... 01:47:48 01:47:48 #41 [core-common-config-bootstrapper internal] load build context 01:47:48 #41 ... 01:47:48 01:47:48 #42 [security-spire-config internal] load build context 01:47:48 #42 ... 01:47:48 01:47:48 #41 [core-common-config-bootstrapper internal] load build context 01:47:48 #41 ... 01:47:48 01:47:48 #43 [core-data internal] load build context 01:47:48 #43 ... 01:47:48 01:47:48 #58 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl 01:47:48 #58 DONE 26.8s 01:47:48 01:47:48 #64 [security-proxy-setup stage-1 3/9] WORKDIR /edgex 01:47:48 #64 ... 01:47:48 01:47:48 #45 [security-proxy-auth internal] load build context 01:47:48 #45 ... 01:47:48 01:47:48 #41 [core-common-config-bootstrapper internal] load build context 01:47:48 #41 ... 01:47:48 01:47:48 #44 [security-secretstore-setup internal] load build context 01:47:49 #44 ... 01:47:49 01:47:49 #41 [core-common-config-bootstrapper internal] load build context 01:47:49 #41 ... 01:47:49 01:47:49 #50 [security-spire-agent internal] load build context 01:47:49 #50 ... 01:47:49 01:47:49 #45 [security-proxy-auth internal] load build context 01:47:49 #45 ... 01:47:49 01:47:49 #64 [security-proxy-setup stage-1 3/9] WORKDIR /edgex 01:47:49 #64 DONE 0.9s 01:47:49 01:47:49 #45 [security-proxy-auth internal] load build context 01:47:50 #45 ... 01:47:50 01:47:50 #57 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:47:50 #57 27.52 OK: 17 MiB in 19 packages 01:47:50 #57 DONE 28.3s 01:47:50 01:47:50 #45 [security-proxy-auth internal] load build context 01:47:51 #45 ... 01:47:51 01:47:51 #48 [security-bootstrapper internal] load build context 01:47:51 #48 ... 01:47:51 01:47:51 #45 [security-proxy-auth internal] load build context 01:47:52 #45 ... 01:47:52 01:47:52 #36 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:47:52 #36 24.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 01:47:52 #36 28.32 (1/9) Installing ca-certificates (20230506-r0) 01:47:52 #36 28.55 (2/9) Installing brotli-libs (1.0.9-r9) 01:47:52 #36 28.60 (3/9) Installing nghttp2-libs (1.51.0-r1) 01:47:52 #36 28.62 (4/9) Installing libcurl (8.2.1-r0) 01:47:52 #36 28.67 (5/9) Installing curl (8.2.1-r0) 01:47:52 #36 28.69 (6/9) Installing dumb-init (1.2.5-r2) 01:47:52 #36 28.73 (7/9) Installing musl-obstack (1.2.3-r0) 01:47:52 #36 28.86 (8/9) Installing libucontext (1.2-r0) 01:47:52 #36 28.86 (9/9) Installing gcompat (1.1.0-r0) 01:47:52 #36 28.86 Executing busybox-1.35.0-r29.trigger 01:47:52 #36 28.94 Executing ca-certificates-20230506-r0.trigger 01:47:52 #36 29.95 OK: 11 MiB in 24 packages 01:47:52 #36 DONE 31.1s 01:47:52 01:47:52 #45 [security-proxy-auth internal] load build context 01:47:52 #45 transferring context: 63.48MB 34.7s 01:47:52 #45 ... 01:47:52 01:47:52 #59 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:47:52 #59 25.41 v3.17.5-12-gbb3d15e62a1 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 01:47:52 #59 25.41 v3.17.5-11-g5c54257e58e [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 01:47:52 #59 25.41 OK: 17689 distinct packages available 01:47:52 #59 26.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 01:47:52 #59 27.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 01:47:52 #59 29.86 (1/4) Installing dumb-init (1.2.5-r2) 01:47:52 #59 29.88 (2/4) Installing musl-obstack (1.2.3-r0) 01:47:52 #59 29.89 (3/4) Installing libucontext (1.2-r0) 01:47:52 #59 29.90 (4/4) Installing gcompat (1.1.0-r0) 01:47:52 #59 29.92 Executing busybox-1.35.0-r29.trigger 01:47:52 #59 29.97 OK: 8 MiB in 19 packages 01:47:52 #59 DONE 31.2s 01:47:52 01:47:52 #45 [security-proxy-auth internal] load build context 01:47:53 #45 ... 01:47:53 01:47:53 #60 [security-spire-server stage-1 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:47:53 #60 26.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 01:47:53 #60 28.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 01:47:53 #60 30.35 (1/5) Installing dumb-init (1.2.5-r2) 01:47:53 #60 30.35 (2/5) Installing musl-obstack (1.2.3-r0) 01:47:53 #60 30.35 (3/5) Installing libucontext (1.2-r0) 01:47:53 #60 30.35 (4/5) Installing gcompat (1.1.0-r0) 01:47:53 #60 30.35 (5/5) Installing openssl (3.0.10-r0) 01:47:53 #60 30.35 Executing busybox-1.35.0-r29.trigger 01:47:53 #60 30.49 OK: 9 MiB in 20 packages 01:47:53 #60 DONE 31.4s 01:47:53 01:47:53 #45 [security-proxy-auth internal] load build context 01:47:53 #45 ... 01:47:53 01:47:53 #47 [security-proxy-setup internal] load build context 01:47:53 #47 ... 01:47:53 01:47:53 #45 [security-proxy-auth internal] load build context 01:47:54 #45 ... 01:47:54 01:47:54 #37 [core-metadata internal] load build context 01:47:54 #37 ... 01:47:54 01:47:54 #46 [security-spire-server internal] load build context 01:47:54 #46 ... 01:47:54 01:47:54 #37 [core-metadata internal] load build context 01:47:54 #37 ... 01:47:54 01:47:54 #40 [core-command internal] load build context 01:47:55 #40 ... 01:47:55 01:47:55 #46 [security-spire-server internal] load build context 01:47:57 #46 ... 01:47:57 01:47:57 #35 [security-spiffe-token-provider internal] load build context 01:47:57 #35 transferring context: 107.61MB 40.9s 01:47:57 #35 ... 01:47:57 01:47:57 #46 [security-spire-server internal] load build context 01:47:57 #46 ... 01:47:57 01:47:57 #39 [support-notifications internal] load build context 01:47:57 #39 ... 01:47:57 01:47:57 #49 [support-scheduler internal] load build context 01:47:57 #49 ... 01:47:57 01:47:57 #39 [support-notifications internal] load build context 01:47:58 #39 ... 01:47:58 01:47:58 #42 [security-spire-config internal] load build context 01:47:58 #42 ... 01:47:58 01:47:58 #49 [support-scheduler internal] load build context 01:47:58 #49 ... 01:47:58 01:47:58 #43 [core-data internal] load build context 01:47:58 #43 ... 01:47:58 01:47:58 #49 [support-scheduler internal] load build context 01:47:59 #49 ... 01:47:59 01:47:59 #44 [security-secretstore-setup internal] load build context 01:47:59 #44 ... 01:47:59 01:47:59 #49 [support-scheduler internal] load build context 01:47:59 #49 ... 01:47:59 01:47:59 #41 [core-common-config-bootstrapper internal] load build context 01:47:59 #41 ... 01:47:59 01:47:59 #50 [security-spire-agent internal] load build context 01:47:59 #50 ... 01:47:59 01:47:59 #49 [support-scheduler internal] load build context 01:48:02 #49 ... 01:48:02 01:48:02 #48 [security-bootstrapper internal] load build context 01:48:02 #48 ... 01:48:02 01:48:02 #49 [support-scheduler internal] load build context 01:48:03 #49 transferring context: 135.55MB 44.2s 01:48:03 #49 ... 01:48:03 01:48:03 #47 [security-proxy-setup internal] load build context 01:48:03 #47 ... 01:48:03 01:48:03 #49 [support-scheduler internal] load build context 01:48:04 #49 ... 01:48:04 01:48:04 #45 [security-proxy-auth internal] load build context 01:48:04 #45 ... 01:48:04 01:48:04 #47 [security-proxy-setup internal] load build context 01:48:05 #47 ... 01:48:05 01:48:05 #37 [core-metadata internal] load build context 01:48:05 #37 ... 01:48:05 01:48:05 #40 [core-command internal] load build context 01:48:05 #40 ... 01:48:05 01:48:05 #37 [core-metadata internal] load build context 01:48:07 #37 ... 01:48:07 01:48:07 #35 [security-spiffe-token-provider internal] load build context 01:48:07 #35 transferring context: 158.44MB 51.0s 01:48:07 #35 ... 01:48:07 01:48:07 #37 [core-metadata internal] load build context 01:48:07 #37 ... 01:48:07 01:48:07 #46 [security-spire-server internal] load build context 01:48:07 #46 ... 01:48:07 01:48:07 #37 [core-metadata internal] load build context 01:48:08 #37 ... 01:48:08 01:48:08 #39 [support-notifications internal] load build context 01:48:08 #39 ... 01:48:08 01:48:08 #42 [security-spire-config internal] load build context 01:48:08 #42 ... 01:48:08 01:48:08 #43 [core-data internal] load build context 01:48:09 #43 ... 01:48:09 01:48:09 #42 [security-spire-config internal] load build context 01:48:09 #42 ... 01:48:09 01:48:09 #44 [security-secretstore-setup internal] load build context 01:48:09 #44 ... 01:48:09 01:48:09 #42 [security-spire-config internal] load build context 01:48:09 #42 ... 01:48:09 01:48:09 #50 [security-spire-agent internal] load build context 01:48:09 #50 ... 01:48:09 01:48:09 #41 [core-common-config-bootstrapper internal] load build context 01:48:09 #41 ... 01:48:09 01:48:09 #50 [security-spire-agent internal] load build context 01:48:12 #50 ... 01:48:12 01:48:12 #48 [security-bootstrapper internal] load build context 01:48:12 #48 ... 01:48:12 01:48:12 #50 [security-spire-agent internal] load build context 01:48:13 #50 transferring context: 135.42MB 54.1s 01:48:13 #50 ... 01:48:13 01:48:13 #41 [core-common-config-bootstrapper internal] load build context 01:48:13 #41 transferring context: 188.04MB 56.2s done 01:48:13 #41 DONE 56.8s 01:48:13 01:48:13 #49 [support-scheduler internal] load build context 01:48:13 #49 transferring context: 188.04MB 54.2s done 01:48:13 #49 DONE 54.8s 01:48:13 01:48:13 #50 [security-spire-agent internal] load build context 01:48:13 #50 ... 01:48:13 01:48:13 #35 [security-spiffe-token-provider internal] load build context 01:48:13 #35 transferring context: 188.04MB 57.3s done 01:48:13 #35 DONE 57.7s 01:48:13 01:48:13 #65 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 01:48:14 #65 ... 01:48:14 01:48:14 #45 [security-proxy-auth internal] load build context 01:48:14 #45 ... 01:48:14 01:48:14 #44 [security-secretstore-setup internal] load build context 01:48:15 #44 ... 01:48:15 01:48:15 #45 [security-proxy-auth internal] load build context 01:48:15 #45 ... 01:48:15 01:48:15 #47 [security-proxy-setup internal] load build context 01:48:15 #47 ... 01:48:15 01:48:15 #45 [security-proxy-auth internal] load build context 01:48:15 #45 ... 01:48:15 01:48:15 #40 [core-command internal] load build context 01:48:15 #40 transferring context: 188.04MB 58.5s done 01:48:15 #40 ... 01:48:15 01:48:15 #47 [security-proxy-setup internal] load build context 01:48:17 #47 transferring context: 188.04MB 59.1s done 01:48:17 #47 ... 01:48:17 01:48:17 #46 [security-spire-server internal] load build context 01:48:17 #46 transferring context: 188.04MB 56.2s done 01:48:18 #46 ... 01:48:18 01:48:18 #44 [security-secretstore-setup internal] load build context 01:48:18 #44 transferring context: 188.04MB 60.4s done 01:48:18 #44 ... 01:48:18 01:48:18 #37 [core-metadata internal] load build context 01:48:18 #37 ... 01:48:18 01:48:18 #39 [support-notifications internal] load build context 01:48:18 #39 transferring context: 188.04MB 61.0s done 01:48:19 #39 ... 01:48:19 01:48:19 #37 [core-metadata internal] load build context 01:48:19 #37 transferring context: 188.04MB 62.5s done 01:48:19 #37 ... 01:48:19 01:48:19 #43 [core-data internal] load build context 01:48:19 #43 ... 01:48:19 01:48:19 #46 [security-spire-server internal] load build context 01:48:19 #46 DONE 61.6s 01:48:19 01:48:19 #48 [security-bootstrapper internal] load build context 01:48:19 #48 ... 01:48:19 01:48:19 #43 [core-data internal] load build context 01:48:19 #43 ... 01:48:19 01:48:19 #42 [security-spire-config internal] load build context 01:48:19 #42 transferring context: 188.04MB 59.1s done 01:48:20 #42 ... 01:48:20 01:48:20 #48 [security-bootstrapper internal] load build context 01:48:21 #48 ... 01:48:21 01:48:21 #40 [core-command internal] load build context 01:48:21 #40 DONE 64.3s 01:48:21 01:48:21 #48 [security-bootstrapper internal] load build context 01:48:21 #48 ... 01:48:21 01:48:21 #45 [security-proxy-auth internal] load build context 01:48:21 #45 transferring context: 188.04MB 58.3s done 01:48:21 #45 DONE 63.6s 01:48:21 01:48:21 #42 [security-spire-config internal] load build context 01:48:21 #42 DONE 64.3s 01:48:21 01:48:21 #47 [security-proxy-setup internal] load build context 01:48:21 #47 DONE 63.2s 01:48:21 01:48:21 #48 [security-bootstrapper internal] load build context 01:48:21 #48 transferring context: 154.71MB 62.9s 01:48:21 #48 ... 01:48:21 01:48:21 #44 [security-secretstore-setup internal] load build context 01:48:21 #44 DONE 64.2s 01:48:21 01:48:21 #39 [support-notifications internal] load build context 01:48:21 #39 DONE 64.9s 01:48:21 01:48:21 #37 [core-metadata internal] load build context 01:48:21 #37 DONE 65.1s 01:48:21 01:48:21 #48 [security-bootstrapper internal] load build context 01:48:21 #48 ... 01:48:21 01:48:21 #50 [security-spire-agent internal] load build context 01:48:21 #50 transferring context: 188.04MB 60.9s done 01:48:21 #50 DONE 63.0s 01:48:21 01:48:21 #48 [security-bootstrapper internal] load build context 01:48:21 #48 ... 01:48:21 01:48:21 #66 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:48:21 #66 DONE 8.4s 01:48:21 01:48:21 #48 [security-bootstrapper internal] load build context 01:48:22 #48 ... 01:48:22 01:48:22 #65 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 01:48:22 #65 DONE 8.2s 01:48:22 01:48:22 #48 [security-bootstrapper internal] load build context 01:48:22 #48 ... 01:48:22 01:48:22 #67 [security-spire-server builder 4/9] COPY go.mod vendor* ./ 01:48:22 #67 DONE 1.9s 01:48:22 01:48:22 #68 [support-notifications builder 4/7] COPY go.mod vendor* ./ 01:48:22 #68 DONE 1.0s 01:48:22 01:48:22 #48 [security-bootstrapper internal] load build context 01:48:22 #48 ... 01:48:22 01:48:22 #43 [core-data internal] load build context 01:48:22 #43 transferring context: 188.04MB 65.1s done 01:48:22 #43 DONE 65.6s 01:48:22 01:48:22 #48 [security-bootstrapper internal] load build context 01:48:22 #48 ... 01:48:22 01:48:22 #69 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 01:48:22 #69 DONE 1.4s 01:48:22 01:48:22 #48 [security-bootstrapper internal] load build context 01:48:24 #48 transferring context: 188.04MB 66.1s done 01:48:24 #48 DONE 66.3s 01:48:24 01:48:24 #70 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:48:32 #70 ... 01:48:32 01:48:32 #71 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:48:32 #71 ... 01:48:32 01:48:32 #72 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:48:32 #72 ... 01:48:32 01:48:32 #73 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:48:32 #73 ... 01:48:32 01:48:32 #74 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:49:19 #74 ... 01:49:19 01:49:19 #70 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:49:19 #70 DONE 52.4s 01:49:19 01:49:19 #75 [security-proxy-setup builder 6/7] COPY . . 01:49:19 #75 ... 01:49:19 01:49:19 #74 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:49:19 #74 DONE 52.9s 01:49:19 01:49:19 #73 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:49:19 #73 DONE 52.8s 01:49:19 01:49:19 #71 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:49:19 #71 DONE 53.4s 01:49:19 01:49:19 #72 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:49:19 #72 DONE 53.3s 01:49:19 01:49:19 #76 [security-spiffe-token-provider builder 6/7] COPY . . 01:49:19 #76 ... 01:49:19 01:49:19 #77 [support-scheduler builder 6/7] COPY . . 01:49:19 #77 CACHED 01:49:19 01:49:19 #78 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:49:19 #78 CACHED 01:49:19 01:49:19 #79 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 01:49:19 #79 CACHED 01:49:19 01:49:19 #80 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:49:19 #80 CACHED 01:49:19 01:49:19 #81 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 01:49:19 #81 CACHED 01:49:19 01:49:19 #82 [security-proxy-auth builder 6/7] COPY . . 01:49:19 #82 CACHED 01:49:19 01:49:19 #83 [security-spire-server builder 6/9] COPY . . 01:49:19 #83 DONE 3.9s 01:49:19 01:49:19 #84 [core-data builder 6/7] COPY . . 01:49:19 #84 CACHED 01:49:19 01:49:19 #85 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:49:19 #85 CACHED 01:49:19 01:49:19 #86 [core-data builder 4/7] COPY go.mod vendor* ./ 01:49:19 #86 CACHED 01:49:19 01:49:19 #87 [core-command builder 4/7] COPY go.mod vendor* ./ 01:49:19 #87 CACHED 01:49:19 01:49:19 #88 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:49:19 #88 CACHED 01:49:19 01:49:19 #89 [core-command builder 6/7] COPY . . 01:49:19 #89 CACHED 01:49:19 01:49:19 #90 [core-common-config-bootstrapper builder 6/7] COPY . . 01:49:19 #90 DONE 3.9s 01:49:19 01:49:19 #91 [core-metadata builder 6/7] COPY . . 01:49:19 #91 CACHED 01:49:19 01:49:19 #92 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:49:19 #92 CACHED 01:49:19 01:49:19 #93 [core-metadata builder 4/7] COPY go.mod vendor* ./ 01:49:19 #93 CACHED 01:49:19 01:49:19 #94 [support-notifications builder 6/7] COPY . . 01:49:19 #94 DONE 4.0s 01:49:19 01:49:19 #75 [security-proxy-setup builder 6/7] COPY . . 01:49:19 #75 DONE 4.0s 01:49:19 01:49:19 #95 [security-bootstrapper builder 6/7] COPY . . 01:49:19 #95 CACHED 01:49:19 01:49:19 #96 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:49:19 #96 CACHED 01:49:19 01:49:19 #97 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:49:19 #97 CACHED 01:49:19 01:49:19 #98 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 01:49:19 #98 CACHED 01:49:19 01:49:19 #99 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:49:19 #99 CACHED 01:49:19 01:49:19 #100 [security-secretstore-setup builder 6/7] COPY . . 01:49:19 #100 CACHED 01:49:19 01:49:19 #76 [security-spiffe-token-provider builder 6/7] COPY . . 01:49:19 #76 DONE 4.0s 01:49:19 01:49:19 #101 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:49:19 #101 ... 01:49:19 01:49:19 #102 [security-spire-server builder 7/9] WORKDIR /edgex-go/spire-build 01:49:19 #102 DONE 0.5s 01:49:19 01:49:19 #103 [security-spire-config builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:49:19 #103 CACHED 01:49:19 01:49:19 #104 [security-spire-config builder 7/9] WORKDIR /edgex-go/spire-build 01:49:19 #104 CACHED 01:49:19 01:49:19 #105 [security-spire-config builder 6/9] COPY . . 01:49:19 #105 CACHED 01:49:19 01:49:19 #106 [security-spire-config builder 4/9] COPY go.mod vendor* ./ 01:49:19 #106 CACHED 01:49:19 01:49:19 #107 [security-spire-server builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.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 01:49:25 #107 ... 01:49:25 01:49:25 #101 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:49:25 #101 5.667 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 01:49:26 #101 ... 01:49:26 01:49:26 #107 [security-spire-server builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.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 01:49:26 #107 DONE 6.2s 01:49:26 01:49:26 #108 [security-spire-server builder 9/9] WORKDIR /edgex-go 01:49:26 #108 DONE 0.2s 01:49:26 01:49:26 #109 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:49:26 #0 6.036 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 01:49:26 #109 ... 01:49:26 01:49:26 #110 [security-spire-config builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.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 01:49:26 #110 DONE 6.7s 01:49:26 01:49:26 #111 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:49:26 #0 6.803 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 01:49:26 #111 ... 01:49:26 01:49:26 #112 [security-spire-config builder 9/9] WORKDIR /edgex-go 01:49:26 #112 DONE 0.3s 01:49:26 01:49:26 #113 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:49:26 #0 6.895 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 01:49:27 #113 ... 01:49:27 01:49:27 #114 [security-spire-server stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 01:49:28 #114 DONE 0.3s 01:49:28 01:49:28 #115 [security-spire-config stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / 01:49:28 #115 DONE 0.2s 01:49:28 01:49:28 #116 [security-spire-server stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 01:49:28 #116 ... 01:49:28 01:49:28 #117 [security-spire-config stage-1 4/9] COPY --from=builder /edgex-go/security.txt / 01:49:28 #117 DONE 0.2s 01:49:28 01:49:28 #116 [security-spire-server stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 01:49:28 #116 DONE 0.3s 01:49:28 01:49:28 #118 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:49:28 #0 6.774 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 01:49:28 #118 ... 01:49:28 01:49:28 #119 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 01:49:28 #119 ... 01:49:28 01:49:28 #120 [security-spire-agent builder 6/9] COPY . . 01:49:28 #120 CACHED 01:49:28 01:49:28 #121 [security-spire-agent builder 4/9] COPY go.mod vendor* ./ 01:49:28 #121 CACHED 01:49:28 01:49:28 #122 [security-spire-agent builder 7/9] WORKDIR /edgex-go/spire-build 01:49:28 #122 CACHED 01:49:28 01:49:28 #123 [security-spire-agent builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:49:28 #123 CACHED 01:49:28 01:49:28 #124 [security-spire-agent stage-1 4/9] COPY --from=builder /edgex-go/security.txt / 01:49:28 #124 CACHED 01:49:28 01:49:28 #125 [security-spire-agent builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.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 01:49:28 #125 CACHED 01:49:28 01:49:28 #126 [security-spire-agent builder 9/9] WORKDIR /edgex-go 01:49:28 #126 CACHED 01:49:28 01:49:28 #127 [security-spire-agent stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / 01:49:28 #127 CACHED 01:49:29 01:49:29 #128 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 01:49:29 #128 ... 01:49:29 01:49:29 #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:49:29 #0 5.339 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 01:49:29 #129 ... 01:49:29 01:49:29 #130 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:49:29 #0 4.881 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 01:49:29 #130 ... 01:49:29 01:49:29 #131 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:49:29 #0 5.644 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 01:49:29 #131 ... 01:49:29 01:49:29 #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:49:29 #0 4.611 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 01:49:29 #132 ... 01:49:29 01:49:29 #133 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:49:29 #0 5.005 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 01:49:30 #133 ... 01:49:30 01:49:30 #119 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 01:49:30 #119 DONE 1.8s 01:49:30 01:49:30 #134 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:49:30 #0 6.393 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 01:49:30 #134 ... 01:49:30 01:49:30 #135 [security-spire-server stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 01:49:30 #135 ... 01:49:30 01:49:30 #136 [security-spire-agent stage-1 5/9] COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 01:49:30 #136 DONE 1.5s 01:49:30 01:49:30 #135 [security-spire-server stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 01:49:30 #135 DONE 0.3s 01:49:30 01:49:30 #137 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 01:49:30 #137 ... 01:49:30 01:49:30 #138 [security-spire-server stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 01:49:30 #138 DONE 0.4s 01:49:30 01:49:30 #128 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 01:49:30 #128 DONE 1.6s 01:49:30 01:49:30 #139 [security-spire-config stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 01:49:30 #139 DONE 0.2s 01:49:30 01:49:30 #140 [security-spire-server stage-1 8/8] COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 01:49:31 #140 DONE 0.4s 01:49:31 01:49:31 #141 [security-spire-server] exporting to image 01:49:31 #141 exporting layers 01:49:31 #141 ... 01:49:31 01:49:31 #142 [security-spire-config stage-1 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d 01:49:31 #142 DONE 0.5s 01:49:31 01:49:31 #143 [security-spire-config stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 01:49:32 #143 DONE 0.5s 01:49:32 01:49:32 #141 [security-spire-config] exporting to image 01:49:33 #141 ... 01:49:33 01:49:33 #137 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 01:49:33 #137 DONE 2.8s 01:49:33 01:49:33 #144 [security-spire-agent stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 01:49:33 #144 DONE 0.3s 01:49:33 01:49:33 #145 [security-spire-agent stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 01:49:33 #145 DONE 0.2s 01:49:33 01:49:33 #146 [security-spire-agent stage-1 9/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 01:49:34 #146 DONE 0.3s 01:49:34 01:49:34 #141 [security-spire-server] exporting to image 01:49:34 #141 exporting layers 2.6s done 01:49:34 #141 writing image sha256:4abebfd60184d6c2627e73f19392c006c338597da31612b9648ae0d7707af77a done 01:49:34 #141 naming to docker.io/library/security-spire-server-arm64 done 01:49:34 #141 exporting layers 2.2s done 01:49:34 #141 writing image sha256:fb3c394e01f3bbb416ec23b9c732fb5b7535bd63afa10deaa8549e2a9e4c6521 0.1s done 01:49:34 #141 naming to docker.io/library/security-spire-config-arm64 01:49:34 #141 naming to docker.io/library/security-spire-config-arm64 done 01:49:35 #141 exporting layers 1.5s done 01:49:35 #141 writing image sha256:50fa4c8483c102dac14850971c571391e2368eee29e7a6dfc4f93000f844d34c done 01:49:35 #141 naming to docker.io/library/security-spire-agent-arm64 done 01:49:35 #141 DONE 4.3s 01:49:35 01:49:35 #134 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:05:58 #134 ... 02:05:58 02:05:58 #111 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:05:58 #111 991.1 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 02:05:58 #111 ... 02:05:58 02:05:58 #109 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:05:58 #109 DONE 997.6s 02:05:58 02:05:58 #130 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 02:05:58 #130 ... 02:05:58 02:05:58 #147 [security-proxy-setup stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:05:58 #147 DONE 0.2s 02:05:58 02:05:58 #148 [security-proxy-setup stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:05:58 #148 DONE 0.2s 02:05:58 02:05:58 #130 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 02:05:58 #130 ... 02:05:58 02:05:58 #149 [security-proxy-setup stage-1 6/9] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 02:05:58 #149 DONE 0.2s 02:05:58 02:05:58 #150 [security-proxy-setup stage-1 7/9] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:05:58 #150 DONE 0.3s 02:05:58 02:05:58 #151 [security-proxy-setup stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 02:05:58 #151 DONE 0.1s 02:05:58 02:05:58 #152 [security-proxy-setup stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:06:00 #152 DONE 2.2s 02:06:00 02:06:00 #141 [security-proxy-setup] exporting to image 02:06:00 #141 exporting layers 02:06:01 #141 exporting layers 0.7s done 02:06:01 #141 writing image sha256:a74073dfb62e2c837368db84f7fe0de9998802ce79052bf35a779ed33ee5a58a done 02:06:01 #141 naming to docker.io/library/security-proxy-setup-arm64 done 02:06:01 #141 DONE 5.0s 02:06:01 02:06:01 #130 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 02:06:11 #130 ... 02:06:11 02:06:11 #113 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 02:06:11 #113 DONE 1012.3s 02:06:11 02:06:11 #131 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:06:12 #131 ... 02:06:12 02:06:12 #153 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 02:06:12 #153 DONE 0.3s 02:06:12 02:06:12 #101 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:06:12 #101 ... 02:06:12 02:06:12 #154 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh 02:06:16 #154 DONE 4.1s 02:06:16 02:06:16 #111 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:06:16 #111 DONE 1017.3s 02:06:16 02:06:16 #130 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 02:06:16 #130 ... 02:06:16 02:06:16 #155 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / 02:06:17 #155 DONE 0.6s 02:06:17 02:06:17 #101 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:06:17 #101 ... 02:06:17 02:06:17 #156 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / 02:06:17 #156 DONE 0.4s 02:06:17 02:06:17 #157 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 02:06:18 #157 ... 02:06:18 02:06:18 #158 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / 02:06:18 #158 DONE 0.2s 02:06:18 02:06:18 #159 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / 02:06:18 #159 ... 02:06:18 02:06:18 #157 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 02:06:18 #157 DONE 0.6s 02:06:18 02:06:18 #159 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / 02:06:18 #159 DONE 0.3s 02:06:18 02:06:18 #160 [security-secretstore-setup stage-1 5/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 02:06:18 #160 ... 02:06:18 02:06:18 #161 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 02:06:18 #161 DONE 0.3s 02:06:18 02:06:18 #160 [security-secretstore-setup stage-1 5/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 02:06:18 #160 DONE 0.3s 02:06:18 02:06:18 #162 [security-secretstore-setup stage-1 6/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 02:06:19 #162 DONE 0.3s 02:06:19 02:06:19 #163 [security-bootstrapper stage-1 11/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 02:06:19 #163 DONE 0.3s 02:06:19 02:06:19 #164 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 02:06:19 #164 DONE 0.3s 02:06:19 02:06:19 #165 [security-bootstrapper stage-1 12/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 02:06:19 #165 DONE 0.4s 02:06:19 02:06:19 #166 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 02:06:19 #166 DONE 0.2s 02:06:19 02:06:19 #167 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 02:06:19 #167 DONE 0.3s 02:06:19 02:06:19 #168 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:06:19 #168 DONE 0.5s 02:06:19 02:06:19 #169 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:06:20 #169 DONE 0.6s 02:06:20 02:06:20 #170 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:06:20 #170 DONE 0.2s 02:06:20 02:06:20 #171 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh 02:06:22 #171 DONE 2.7s 02:06:22 02:06:22 #141 [security-bootstrapper] exporting to image 02:06:22 #141 exporting layers 02:06:23 #141 ... 02:06:23 02:06:23 #172 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:06:23 #172 DONE 2.7s 02:06:23 02:06:23 #141 [security-secretstore-setup] exporting to image 02:06:24 #141 exporting layers 1.5s done 02:06:24 #141 writing image sha256:608e573685d3cb6986aa73dfe0b5e3370ba0b9969577d30d1b1fe60fd595197c done 02:06:24 #141 naming to docker.io/library/security-bootstrapper-arm64 done 02:06:24 #141 exporting layers 1.3s done 02:06:24 #141 writing image sha256:e4a3a5b6d64b7d2e271278643f2f97611a33285b9c834c5286477b3d416b1cd9 done 02:06:24 #141 naming to docker.io/library/security-secretstore-setup-arm64 done 02:06:24 #141 DONE 7.2s 02:06:24 02:06:24 #131 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:06:30 #131 ... 02:06:30 02:06:30 #134 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:06:30 #134 DONE 1030.3s 02:06:30 02:06:30 #130 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 02:06:30 #130 ... 02:06:30 02:06:30 #173 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 02:06:30 #173 DONE 0.4s 02:06:30 02:06:30 #174 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 02:06:30 #174 DONE 0.1s 02:06:30 02:06:30 #175 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 02:06:31 #175 DONE 0.3s 02:06:31 02:06:31 #131 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:06:31 #131 ... 02:06:31 02:06:31 #176 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 02:06:31 #176 DONE 0.2s 02:06:31 02:06:31 #177 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 02:06:31 #177 DONE 0.2s 02:06:31 02:06:31 #178 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:06:33 #178 DONE 2.1s 02:06:33 02:06:33 #130 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 02:06:33 #130 ... 02:06:33 02:06:33 #141 [security-proxy-auth] exporting to image 02:06:33 #141 exporting layers 02:06:34 #141 exporting layers 0.6s done 02:06:34 #141 writing image sha256:2bdaff1ad5c8bbe5460122e9da535dd063cc89b3318bc0a20f553bf8193e5501 done 02:06:34 #141 naming to docker.io/library/security-proxy-auth-arm64 done 02:06:34 #141 DONE 7.7s 02:06:34 02:06:34 #131 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:06:44 #131 ... 02:06:44 02:06:44 #130 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 02:06:44 #130 DONE 1044.2s 02:06:44 02:06:44 #101 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:06:44 #101 ... 02:06:44 02:06:44 #179 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 02:06:44 #179 DONE 0.2s 02:06:44 02:06:44 #180 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 02:06:44 #180 DONE 0.1s 02:06:44 02:06:44 #181 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 02:06:44 #181 DONE 0.3s 02:06:44 02:06:44 #182 [core-common-config-bootstrapper stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 02:06:44 #182 DONE 0.2s 02:06:44 02:06:44 #183 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 02:06:45 #183 DONE 0.2s 02:06:45 02:06:45 #184 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:06:47 #184 DONE 2.1s 02:06:47 02:06:47 #141 [core-common-config-bootstrapper] exporting to image 02:06:47 #141 exporting layers 02:06:47 #141 exporting layers 0.8s done 02:06:47 #141 writing image sha256:83851d4e71bf8d6aa0fc7bbd174eda9084f4662051bcb8c57560cf6b97c61a53 done 02:06:47 #141 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 02:06:47 #141 DONE 8.5s 02:06:47 02:06:47 #101 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:07:34 #101 ... 02:07:34 02:07:34 #131 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:07:34 #131 DONE 1092.0s 02:07:34 02:07:34 #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:07:34 #129 ... 02:07:34 02:07:34 #185 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / 02:07:34 #185 DONE 0.2s 02:07:34 02:07:34 #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:07:34 #129 ... 02:07:34 02:07:34 #186 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / 02:07:34 #186 DONE 0.2s 02:07:34 02:07:34 #187 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:07:34 #187 DONE 0.3s 02:07:34 02:07:34 #118 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:07:34 #118 ... 02:07:34 02:07:34 #188 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 02:07:34 #188 DONE 0.1s 02:07:34 02:07:34 #141 [core-command] exporting to image 02:07:34 #141 exporting layers 02:07:34 #141 exporting layers 0.3s done 02:07:34 #141 writing image sha256:613c5c7d9d83ab1a7ef2d3587ddf90f9d1a7ffc64b9a7725139922558405ee25 done 02:07:34 #141 naming to docker.io/library/core-command-arm64 done 02:07:34 #141 DONE 8.8s 02:07:34 02:07:34 #101 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:07:45 #101 ... 02:07:45 02:07:45 #133 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:07:45 #133 DONE 1104.8s 02:07:45 02:07:45 #101 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:07:45 #101 ... 02:07:45 02:07:45 #189 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 02:07:45 #189 DONE 0.2s 02:07:45 02:07:45 #190 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 02:07:45 #190 DONE 0.2s 02:07:45 02:07:45 #191 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:07:45 #191 DONE 0.3s 02:07:45 02:07:45 #101 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:07:45 #101 ... 02:07:45 02:07:45 #192 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 02:07:45 #192 DONE 0.2s 02:07:45 02:07:45 #141 [core-data] exporting to image 02:07:45 #141 exporting layers 02:07:46 #141 exporting layers 0.5s done 02:07:46 #141 writing image sha256:c296e9d573de542ec05669f82671779cb45853dda03db9ff4fedf2289f75350c done 02:07:46 #141 naming to docker.io/library/core-data-arm64 done 02:07:46 #141 DONE 9.3s 02:07:46 02:07:46 #118 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:07:48 #118 ... 02:07:48 02:07:48 #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:07:48 #132 DONE 1109.0s 02:07:48 02:07:48 #118 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:07:48 #118 ... 02:07:48 02:07:48 #193 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 02:07:48 #193 DONE 0.1s 02:07:48 02:07:48 #194 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 02:07:49 #194 DONE 0.2s 02:07:49 02:07:49 #195 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:07:49 #195 DONE 0.3s 02:07:49 02:07:49 #101 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:07:49 #101 ... 02:07:49 02:07:49 #196 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 02:07:49 #196 DONE 0.1s 02:07:49 02:07:49 #197 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 02:07:49 #197 DONE 0.2s 02:07:49 02:07:49 #141 [core-metadata] exporting to image 02:07:50 #141 exporting layers 0.3s done 02:07:50 #141 writing image sha256:caf297b8b19cde7b2661445ebc892e7fcff68011815416ddcdd5de3da4646cba done 02:07:50 #141 naming to docker.io/library/core-metadata-arm64 done 02:07:50 #141 DONE 9.6s 02:07:50 02:07:50 #101 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:08:16 #101 DONE 1136.1s 02:08:16 02:08:16 #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:08:16 #129 ... 02:08:16 02:08:16 #198 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 02:08:16 #198 DONE 0.1s 02:08:16 02:08:16 #199 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 02:08:16 #199 DONE 0.2s 02:08:16 02:08:16 #200 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 02:08:16 #200 DONE 0.3s 02:08:16 02:08:16 #201 [security-spiffe-token-provider stage-1 6/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 02:08:16 #201 DONE 0.2s 02:08:16 02:08:16 #141 [security-spiffe-token-provider] exporting to image 02:08:16 #141 exporting layers 02:08:17 #141 exporting layers 0.5s done 02:08:17 #141 writing image sha256:c8425e37af1fab02469277c9bb5e018410e6daa493e6c0fb2741a588591970a7 done 02:08:17 #141 naming to docker.io/library/security-spiffe-token-provider-arm64 done 02:08:17 #141 DONE 10.1s 02:08:17 02:08:17 #118 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:08:44 #118 ... 02:08:44 02:08:44 #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:08:44 #129 DONE 1164.7s 02:08:44 02:08:44 #118 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:08:44 #118 ... 02:08:44 02:08:44 #202 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 02:08:44 #202 DONE 0.1s 02:08:44 02:08:44 #203 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 02:08:44 #203 DONE 0.1s 02:08:44 02:08:44 #118 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:08:44 #118 DONE 1165.0s 02:08:44 02:08:44 #204 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:08:44 #204 ... 02:08:44 02:08:44 #205 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 02:08:44 #205 DONE 0.2s 02:08:44 02:08:44 #206 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 02:08:44 #206 DONE 0.2s 02:08:44 02:08:44 #204 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:08:44 #204 DONE 0.5s 02:08:44 02:08:44 #207 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 02:08:45 #207 DONE 0.1s 02:08:45 02:08:45 #141 [support-scheduler] exporting to image 02:08:45 #141 exporting layers 02:08:45 #141 ... 02:08:45 02:08:45 #208 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:08:45 #208 DONE 0.3s 02:08:45 02:08:45 #209 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 02:08:45 #209 DONE 0.1s 02:08:45 02:08:45 #141 [support-notifications] exporting to image 02:08:45 #141 exporting layers 0.4s done 02:08:45 #141 writing image sha256:788817c15c5aa2ab2373fc1c1fdb84697d47d8e7088e5acd4ce5e8012896d3c0 02:08:45 #141 writing image sha256:788817c15c5aa2ab2373fc1c1fdb84697d47d8e7088e5acd4ce5e8012896d3c0 done 02:08:45 #141 naming to docker.io/library/support-scheduler-arm64 done 02:08:45 #141 exporting layers 0.4s done 02:08:45 #141 writing image sha256:aed19b2e88cbc78a3de7ec8b911c2f0430dd624a6038b7b1514dce6b18f65196 done 02:08:45 #141 naming to docker.io/library/support-notifications-arm64 done 02:08:45 #141 DONE 11.0s 02:08:45 time="2023-08-11T01:47:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:08:45 time="2023-08-11T01:47:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:08:45 time="2023-08-11T01:47:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:08:45 time="2023-08-11T01:47:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:08:45 time="2023-08-11T01:47:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:08:45 time="2023-08-11T01:47:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:08:45 time="2023-08-11T01:47:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:08:45 time="2023-08-11T01:47:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:08:45 time="2023-08-11T01:47:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:08:45 time="2023-08-11T01:47:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:08:45 time="2023-08-11T01:47:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:08:45 time="2023-08-11T01:47:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:08:45 time="2023-08-11T01:47:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:08:45 time="2023-08-11T01:47:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 02:08:45 $ docker stop --time=1 5ade86bffa7a0321530d5f7ee1627504def64491e87802d343aaf7a99938838c 02:08:47 $ docker rm -f --volumes 5ade86bffa7a0321530d5f7ee1627504def64491e87802d343aaf7a99938838c [Pipeline] // withDockerContainer [Pipeline] sh 02:08:47 + docker images 02:08:47 REPOSITORY TAG IMAGE ID CREATED SIZE 02:08:47 support-notifications-arm64 latest aed19b2e88cb 2 seconds ago 33.7MB 02:08:47 support-scheduler-arm64 latest 788817c15c5a 3 seconds ago 32.9MB 02:08:47 security-spiffe-token-provider-arm64 latest c8425e37af1f 31 seconds ago 33.2MB 02:08:47 core-metadata-arm64 latest caf297b8b19c 58 seconds ago 21.2MB 02:08:47 core-data-arm64 latest c296e9d573de About a minute ago 20.9MB 02:08:47 core-command-arm64 latest 613c5c7d9d83 About a minute ago 20.8MB 02:08:47 core-common-config-bootstrapper-arm64 latest 83851d4e71bf 2 minutes ago 18MB 02:08:47 security-proxy-auth-arm64 latest 2bdaff1ad5c8 2 minutes ago 19.3MB 02:08:47 security-secretstore-setup-arm64 latest e4a3a5b6d64b 2 minutes ago 42.9MB 02:08:47 security-bootstrapper-arm64 latest 608e573685d3 2 minutes ago 22.6MB 02:08:47 security-proxy-setup-arm64 latest a74073dfb62e 2 minutes ago 19.5MB 02:08:47 security-spire-agent-arm64 latest 50fa4c8483c1 19 minutes ago 152MB 02:08:47 security-spire-config-arm64 latest fb3c394e01f3 19 minutes ago 96.1MB 02:08:47 security-spire-server-arm64 latest 4abebfd60184 19 minutes ago 96.9MB 02:08:47 ci-base-image-arm64 latest 33892c30d808 34 minutes ago 1.05GB 02:08:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 1e15ea492957 4 weeks ago 677MB 02:08:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 2 months ago 332MB [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 02:08:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:08:48 02:08:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:08:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:08:49 arm64: Pulling from edgex-lftools-log-publisher 02:08:49 8998bd30e6a1: Pulling fs layer 02:08:49 04944245beec: Pulling fs layer 02:08:49 699f458cf7ca: Pulling fs layer 02:08:49 765212b225bb: Pulling fs layer 02:08:49 f23df028b6ca: Pulling fs layer 02:08:49 d65c8cfc05b1: Pulling fs layer 02:08:49 2437ff75d9bd: Pulling fs layer 02:08:49 765212b225bb: Waiting 02:08:49 f23df028b6ca: Waiting 02:08:49 d65c8cfc05b1: Waiting 02:08:49 2437ff75d9bd: Waiting 02:08:49 04944245beec: Verifying Checksum 02:08:49 04944245beec: Download complete 02:08:49 765212b225bb: Verifying Checksum 02:08:49 765212b225bb: Download complete 02:08:49 f23df028b6ca: Verifying Checksum 02:08:49 f23df028b6ca: Download complete 02:08:49 d65c8cfc05b1: Verifying Checksum 02:08:49 d65c8cfc05b1: Download complete 02:08:49 699f458cf7ca: Verifying Checksum 02:08:49 699f458cf7ca: Download complete 02:08:50 8998bd30e6a1: Verifying Checksum 02:08:50 8998bd30e6a1: Download complete 02:08:52 2437ff75d9bd: Verifying Checksum 02:08:52 2437ff75d9bd: Download complete 02:08:56 8998bd30e6a1: Pull complete 02:08:56 04944245beec: Pull complete 02:08:58 699f458cf7ca: Pull complete 02:08:58 765212b225bb: Pull complete 02:08:59 f23df028b6ca: Pull complete 02:08:59 d65c8cfc05b1: Pull complete 02:09:14 2437ff75d9bd: Pull complete 02:09:14 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 02:09:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:09:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:09:14 prd-ubuntu20.04-docker-arm64-4c-16g-3328 does not seem to be running inside a container 02:09:14 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 02:09:17 $ docker top c16cbb135950e8fbaf44905205a6f88a336611bd09d72bae51559fa49b9b4b51 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:09:18 ---> job-cost.sh 02:09:18 lf-activate-venv: SKIPPING 02:09:18 INFO: No Stack... 02:09:18 INFO: Retrieving Pricing Info for: v3-standard-4 02:09:19 INFO: Archiving Costs [Pipeline] sh 02:09:20 + + cut -d,cat -f6 /w/workspace/edgex-go/1/archives/cost.csv 02:09:20 [Pipeline] lock 02:09:20 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4628-1-stack-cost] 02:09:20 Resource [jenkins-edgexfoundry-edgex-go-PR-4628-1-stack-cost] did not exist. Created. 02:09:20 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4628-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:09:21 + echo total: 0.10999999940395355 [Pipeline] stash 02:09:21 Stashed 1 file(s) [Pipeline] } 02:09:21 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4628-1-stack-cost] [Pipeline] // lock [Pipeline] } 02:09:21 $ docker stop --time=1 c16cbb135950e8fbaf44905205a6f88a336611bd09d72bae51559fa49b9b4b51 02:09:22 $ docker rm -f --volumes c16cbb135950e8fbaf44905205a6f88a336611bd09d72bae51559fa49b9b4b51 [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 02:09:24 provisioning config files... 02:09:24 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config2707999330694493073tmp [Pipeline] { [Pipeline] sh 02:09:25 + set +x 02:09:25 + curl -s https://codecov.io/bash 02:09:25 + bash -s -- 02:09:25 02:09:25 _____ _ 02:09:25 / ____| | | 02:09:25 | | ___ __| | ___ ___ _____ __ 02:09:25 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:09:25 | |___| (_) | (_| | __/ (_| (_) \ V / 02:09:25 \_____\___/ \__,_|\___|\___\___/ \_/ 02:09:25 Bash-1.0.6 02:09:25 02:09:25 02:09:25 ==> git version 2.25.1 found 02:09:25 ==> 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 02:09:25 Release-Date: 2020-01-08 02:09:25 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 02:09:25 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 02:09:25 ==> Jenkins CI detected. 02:09:25 current dir:  /w/workspace/edgex-go/1 02:09:25 project root: . 02:09:25 --> token set from env 02:09:25 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:09:25 ==> Running gcov in . (disable via -X gcov) 02:09:25 ==> Python coveragepy not found 02:09:25 ==> Searching for coverage reports in: 02:09:25 + . 02:09:25 -> Found 1 reports 02:09:25 ==> Detecting git/mercurial file structure 02:09:25 ==> Reading reports 02:09:25 + ./coverage.out bytes=446998 02:09:25 ==> Appending adjustments 02:09:25 https://docs.codecov.io/docs/fixing-reports 02:09:26 + Found adjustments 02:09:26 ==> Gzipping contents 02:09:26 56K /tmp/codecov.xkQRKP.gz 02:09:26 ==> Uploading reports 02:09:26 url: https://codecov.io 02:09:26 query: branch=PR-4628&commit=92b822a68c558b3dd9ced080e641f36bf1f29027&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4628%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4628&job=&cmd_args= 02:09:26 -> Pinging Codecov 02:09:26 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4628&commit=92b822a68c558b3dd9ced080e641f36bf1f29027&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4628%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4628&job=&cmd_args= 02:09:26 -> Uploading to 02:09:26 https://storage.googleapis.com/codecov/v4/raw/2023-08-11/00271124DB129430A58F1EEE437C3FCB/92b822a68c558b3dd9ced080e641f36bf1f29027/87a47306-60c7-46a7-bd73-e9f7240efb4f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230811%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230811T020926Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9f7afe66256403863dd5544dcae8b52b2fd67df7fc4cf902a33bbf0f6d5ac62d 02:09:26 % Total % Received % Xferd Average Speed Time Time Time Current 02:09:26 Dload Upload Total Spent Left Speed 02:09:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57275 0 0 100 57275 0 248k --:--:-- --:--:-- --:--:-- 248k 02:09:26 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/92b822a68c558b3dd9ced080e641f36bf1f29027 [Pipeline] } 02:09:26 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 02:09:28 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 02:09:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:09:29 ---> package-listing.sh 02:09:29 ++ facter osfamily 02:09:29 ++ tr '[:upper:]' '[:lower:]' 02:09:30 + OS_FAMILY=debian 02:09:30 + workspace=/w/workspace/edgex-go/1 02:09:30 + START_PACKAGES=/tmp/packages_start.txt 02:09:30 + END_PACKAGES=/tmp/packages_end.txt 02:09:30 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:09:30 + PACKAGES=/tmp/packages_start.txt 02:09:30 + '[' /w/workspace/edgex-go/1 ']' 02:09:30 + PACKAGES=/tmp/packages_end.txt 02:09:30 + case "${OS_FAMILY}" in 02:09:30 + dpkg -l 02:09:30 + grep '^ii' 02:09:30 + '[' -f /tmp/packages_start.txt ']' 02:09:30 + '[' -f /tmp/packages_end.txt ']' 02:09:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:09:30 + '[' /w/workspace/edgex-go/1 ']' 02:09:30 + mkdir -p /w/workspace/edgex-go/1/archives/ 02:09:30 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 02:09:30 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 02:09:30 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:09:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:09:31 02:09:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:09:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:09:31 latest: Pulling from edgex-lftools-log-publisher 02:09:31 5eb5b503b376: Pulling fs layer 02:09:31 5c69ac0246d0: Pulling fs layer 02:09:31 ec43610c2a17: Pulling fs layer 02:09:31 3a2ae6a8a46f: Pulling fs layer 02:09:31 33b1e0a273af: Pulling fs layer 02:09:31 5d3b04190fa2: Pulling fs layer 02:09:31 2f39f015ded8: Pulling fs layer 02:09:31 3a2ae6a8a46f: Waiting 02:09:31 33b1e0a273af: Waiting 02:09:31 5d3b04190fa2: Waiting 02:09:31 2f39f015ded8: Waiting 02:09:31 5c69ac0246d0: Download complete 02:09:31 3a2ae6a8a46f: Verifying Checksum 02:09:31 3a2ae6a8a46f: Download complete 02:09:31 33b1e0a273af: Verifying Checksum 02:09:31 33b1e0a273af: Download complete 02:09:31 5d3b04190fa2: Verifying Checksum 02:09:31 5d3b04190fa2: Download complete 02:09:31 ec43610c2a17: Verifying Checksum 02:09:31 ec43610c2a17: Download complete 02:09:31 5eb5b503b376: Verifying Checksum 02:09:31 5eb5b503b376: Download complete 02:09:32 2f39f015ded8: Download complete 02:09:32 5eb5b503b376: Pull complete 02:09:33 5c69ac0246d0: Pull complete 02:09:33 ec43610c2a17: Pull complete 02:09:33 3a2ae6a8a46f: Pull complete 02:09:33 33b1e0a273af: Pull complete 02:09:33 5d3b04190fa2: Pull complete 02:09:39 2f39f015ded8: Pull complete 02:09:39 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 02:09:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:09:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:09:39 prd-ubuntu20.04-docker-8c-8g-3325 does not seem to be running inside a container 02:09:39 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 02:09:49 $ docker top f204e449650933ecbcd87f86cd02b6dff779dd50e311cc6b7179b609b4d49297 -eo pid,comm [Pipeline] { [Pipeline] sh 02:09:50 + touch /tmp/pre-build-complete [Pipeline] sh 02:09:50 + mkdir -p /var/log/sysstat [Pipeline] sh 02:09:50 + ls /var/log/sa-host 02:09:50 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:09:51 provisioning config files... 02:09:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config9055739231020098560tmp [Pipeline] { [Pipeline] echo 02:09:51 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:09:51 ---> create-netrc.sh [Pipeline] } 02:09:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:09:51 ---> python-tools-install.sh [Pipeline] echo 02:09:51 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:09:52 ---> sudo-logs.sh 02:09:52 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:09:52 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:09:52 ---> job-cost.sh 02:09:52 lf-activate-venv: SKIPPING 02:09:52 DEBUG: total: 0.10999999940395355 02:09:52 INFO: Retrieving Stack Cost... 02:09:53 INFO: Retrieving Pricing Info for: v3-standard-8 02:09:53 INFO: Archiving Costs [Pipeline] echo 02:09:53 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:09:53 ---> logs-deploy.sh 02:09:53 lf-activate-venv: SKIPPING 02:09:53 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4628/1 02:09:53 INFO: archiving workspace using pattern(s): 02:09:54 Archives upload complete. 02:09:54 INFO: archiving logs to Nexus