Pull request #4633 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 84c007a8eaed01a536b26f71b40f50dc6c67550f+fe3620ce412f86f9ce6eb635c00e802c499476bf (f69773cba671e28bc22681b2cadfd6f22109a0a0) 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-ssh5223768120689911670.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-ssh5747597056047380359.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-4633/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-4633/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9252082406357756447.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-4633/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11763513663913593445.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-ssh2054912189453818205.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-4633/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-4633/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh9487577823942259098.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 ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-3556 in /w/workspace/edgexfoundry_edgex-go_PR-4633 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit fe3620ce412f86f9ce6eb635c00e802c499476bf into PR head commit 84c007a8eaed01a536b26f71b40f50dc6c67550f Merge succeeded, producing 84c007a8eaed01a536b26f71b40f50dc6c67550f Checking out Revision 84c007a8eaed01a536b26f71b40f50dc6c67550f (PR-4633) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4633/head:refs/remotes/origin/PR-4633 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 84c007a8eaed01a536b26f71b40f50dc6c67550f # 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 fe3620ce412f86f9ce6eb635c00e802c499476bf # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 84c007a8eaed01a536b26f71b40f50dc6c67550f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:12:08 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:12:08 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:12:08 ========================================================= 19:12:08 EdgeX Global Pipelines Version Info 19:12:08 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:12:09 ------------------- 19:12:09 stable info: 19:12:09 ------------------- 19:12:09 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:12:09 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 19:12:09 Message: update stable to v1.0.253 19:12:09 ------------------- 19:12:09 experimental info: 19:12:09 ------------------- 19:12:09 Commited By: **** collab-it+edgex@linuxfoundation.org 19:12:09 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 19:12:09 Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:12:09 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:12:10 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:12:10 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:12:10 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:12:10 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:12:10 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 19:12:10 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:12:10 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:12:10 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:12:10 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:12:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:12:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:12:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:12:10 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:12:10 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:12:10 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:12:10 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:12:10 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:12:10 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:12:10 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 19:12:10 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:12:10 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:12:10 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 19:12:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4633 [Pipeline] echo 19:12:10 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4633 [Pipeline] echo 19:12:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4633 [Pipeline] echo 19:12:11 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 84c007a8eaed01a536b26f71b40f50dc6c67550f [Pipeline] echo 19:12:11 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 84c007a [Pipeline] echo 19:12:11 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:12:11 provisioning config files... 19:12:11 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config14472149630798715197tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:12:11 ---> docker-login.sh 19:12:11 nexus3.edgexfoundry.org:10001 19:12:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:12:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:12:11 Configure a credential helper to remove this warning. See 19:12:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:12:11 19:12:11 Login Succeeded 19:12:11 nexus3.edgexfoundry.org:10002 19:12:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:12:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:12:11 Configure a credential helper to remove this warning. See 19:12:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:12:11 19:12:11 Login Succeeded 19:12:11 nexus3.edgexfoundry.org:10003 19:12:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:12:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:12:12 Configure a credential helper to remove this warning. See 19:12:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:12:12 19:12:12 Login Succeeded 19:12:12 nexus3.edgexfoundry.org:10004 19:12:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:12:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:12:12 Configure a credential helper to remove this warning. See 19:12:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:12:12 19:12:12 Login Succeeded 19:12:12 docker.io 19:12:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:12:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:12:12 Configure a credential helper to remove this warning. See 19:12:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:12:12 19:12:12 Login Succeeded 19:12:12 ---> docker-login.sh ends [Pipeline] } 19:12:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:12:12 + 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 19:12:12 + + cut -d/ -f2 19:12:12 dirname cmd/core-command/Dockerfile 19:12:12 + echo core-command,cmd/core-command/Dockerfile 19:12:12 + dirname cmd/core-common-config-bootstrapper/Dockerfile 19:12:12 + cut -d/ -f2 19:12:12 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 19:12:12 + dirname cmd/core-data/Dockerfile 19:12:12 + cut -d/ -f2 19:12:12 + echo core-data,cmd/core-data/Dockerfile 19:12:12 + dirname cmd/core-metadata/Dockerfile 19:12:12 + cut -d/ -f2 19:12:12 + echo core-metadata,cmd/core-metadata/Dockerfile 19:12:12 + dirname cmd/security-bootstrapper/Dockerfile+ cut -d/ -f2 19:12:12 19:12:12 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:12:12 + dirname cmd/security-proxy-auth/Dockerfile 19:12:12 + cut -d/ -f2 19:12:12 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 19:12:12 + cut -d/ -f2 19:12:12 + dirname cmd/security-proxy-setup/Dockerfile 19:12:12 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:12:12 + dirname cmd/security-secretstore-setup/Dockerfile 19:12:12 + cut -d/ -f2 19:12:12 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:12:12 + dirname cmd/security-spiffe-token-provider/Dockerfile 19:12:12 + cut -d/ -f2 19:12:12 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 19:12:12 + dirname cmd/security-spire-agent/Dockerfile 19:12:12 + cut -d/ -f2 19:12:12 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 19:12:12 + dirname cmd/security-spire-config/Dockerfile+ 19:12:12 cut -d/ -f2 19:12:12 + echo security-spire-config,cmd/security-spire-config/Dockerfile 19:12:12 + dirname cmd/security-spire-server/Dockerfile 19:12:12 + cut -d/ -f2 19:12:12 + echo security-spire-server,cmd/security-spire-server/Dockerfile 19:12:12 + dirname cmd/support-notifications/Dockerfile 19:12:12 + cut -d/ -f2 19:12:12 + echo support-notifications,cmd/support-notifications/Dockerfile 19:12:12 + cut -d/ -f2 19:12:12 + dirname cmd/support-scheduler/Dockerfile 19:12:12 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 19:12:12 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 19:12:17 + git rev-list -1 --merges 84c007a8eaed01a536b26f71b40f50dc6c67550f~1..84c007a8eaed01a536b26f71b40f50dc6c67550f [Pipeline] echo 19:12:17 -----------> git rev-list -1 --merges 84c007a8eaed01a536b26f71b40f50dc6c67550f~1..84c007a8eaed01a536b26f71b40f50dc6c67550f 84c007a8eaed01a536b26f71b40f50dc6c67550f [false] [Pipeline] sh 19:12:18 + git log --format=format:%s -1 84c007a8eaed01a536b26f71b40f50dc6c67550f [Pipeline] echo 19:12:18 ========================================================= 19:12:18 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:12:18 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 19:12:18 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:12:18 + grep -v github /etc/ssh/ssh_known_hosts 19:12:18 + [ -e /tmp/ssh_known_hosts ] 19:12:18 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:12:18 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 19:12:18 + sudo tee -a /etc/ssh/ssh_known_hosts 19:12:18 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:12:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:12:18 19:12:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:12:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:12:19 0.1.4: Pulling from edgex-devops/py-git-semver 19:12:19 b85a868b505f: Pulling fs layer 19:12:19 e2be974225ed: Pulling fs layer 19:12:19 339a4e72a1f5: Pulling fs layer 19:12:19 988bab9f4d93: Pulling fs layer 19:12:19 1469e6f7b9e6: Pulling fs layer 19:12:19 eaf3925da568: Pulling fs layer 19:12:19 bab4dde63d76: Pulling fs layer 19:12:19 bde34c3a00c8: Pulling fs layer 19:12:19 b352a97aabf1: Pulling fs layer 19:12:19 4872d77fe225: Pulling fs layer 19:12:19 5851b861e8e6: Pulling fs layer 19:12:19 bab4dde63d76: Waiting 19:12:19 bde34c3a00c8: Waiting 19:12:19 b352a97aabf1: Waiting 19:12:19 4872d77fe225: Waiting 19:12:19 5851b861e8e6: Waiting 19:12:19 988bab9f4d93: Waiting 19:12:19 1469e6f7b9e6: Waiting 19:12:19 eaf3925da568: Waiting 19:12:19 e2be974225ed: Verifying Checksum 19:12:19 e2be974225ed: Download complete 19:12:19 988bab9f4d93: Download complete 19:12:19 1469e6f7b9e6: Verifying Checksum 19:12:19 1469e6f7b9e6: Download complete 19:12:19 339a4e72a1f5: Verifying Checksum 19:12:19 339a4e72a1f5: Download complete 19:12:19 eaf3925da568: Verifying Checksum 19:12:19 eaf3925da568: Download complete 19:12:19 bde34c3a00c8: Download complete 19:12:19 b352a97aabf1: Verifying Checksum 19:12:19 b352a97aabf1: Download complete 19:12:19 4872d77fe225: Verifying Checksum 19:12:19 4872d77fe225: Download complete 19:12:19 5851b861e8e6: Verifying Checksum 19:12:19 5851b861e8e6: Download complete 19:12:19 b85a868b505f: Verifying Checksum 19:12:19 b85a868b505f: Download complete 19:12:20 bab4dde63d76: Verifying Checksum 19:12:20 bab4dde63d76: Download complete 19:12:21 b85a868b505f: Pull complete 19:12:21 e2be974225ed: Pull complete 19:12:22 339a4e72a1f5: Pull complete 19:12:22 988bab9f4d93: Pull complete 19:12:22 1469e6f7b9e6: Pull complete 19:12:22 eaf3925da568: Pull complete 19:12:24 bab4dde63d76: Pull complete 19:12:24 bde34c3a00c8: Pull complete 19:12:24 b352a97aabf1: Pull complete 19:12:24 4872d77fe225: Pull complete 19:12:24 5851b861e8e6: Pull complete 19:12:24 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 19:12:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:12:24 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:12:25 prd-ubuntu20.04-docker-8c-8g-3556 does not seem to be running inside a container 19:12:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 19:12:27 $ docker top 1f8d963ae658c0c14270d627613adff8d4a3841fcf57c302a7e9b685dfa742f5 -eo pid,comm 19:12:27 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). 19:12:27 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:12:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:12:27 [ssh-agent] Looking for ssh-agent implementation... 19:12:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:12:28 $ docker exec 1f8d963ae658c0c14270d627613adff8d4a3841fcf57c302a7e9b685dfa742f5 ssh-agent 19:12:28 SSH_AUTH_SOCK=/tmp/ssh-Z7IGOjYTLYJX/agent.33 19:12:28 SSH_AGENT_PID=39 19:12:28 Running ssh-add (command line suppressed) 19:12:28 Identity added: /w/workspace/edgex-go/1@tmp/private_key_64155158543269129.key (/w/workspace/edgex-go/1@tmp/private_key_64155158543269129.key) 19:12:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:12:28 + git tag --points-at HEAD [Pipeline] } 19:12:28 $ docker exec --env ******** --env ******** 1f8d963ae658c0c14270d627613adff8d4a3841fcf57c302a7e9b685dfa742f5 ssh-agent -k 19:12:28 unset SSH_AUTH_SOCK; 19:12:28 unset SSH_AGENT_PID; 19:12:28 echo Agent pid 39 killed; 19:12:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:12:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:12:28 [ssh-agent] Looking for ssh-agent implementation... 19:12:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:12:28 $ docker exec 1f8d963ae658c0c14270d627613adff8d4a3841fcf57c302a7e9b685dfa742f5 ssh-agent 19:12:29 SSH_AUTH_SOCK=/tmp/ssh-9ywgippFwjxK/agent.71 19:12:29 SSH_AGENT_PID=77 19:12:29 Running ssh-add (command line suppressed) 19:12:29 Identity added: /w/workspace/edgex-go/1@tmp/private_key_16105390084726770582.key (/w/workspace/edgex-go/1@tmp/private_key_16105390084726770582.key) 19:12:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:12:29 + git semver init 19:12:29 2023-08-14 19:12:29,674 [run_init] DEBUG init version:0.0.0 force:False 19:12:29 2023-08-14 19:12:29,675 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 19:12:29 2023-08-14 19:12:29,675 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 19:12:29 2023-08-14 19:12:29,676 [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) 19:12:35 2023-08-14 19:12:34,759 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 19:12:35 2023-08-14 19:12:34,760 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4633 with force:False 19:12:35 2023-08-14 19:12:34,760 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4633 19:12:35 2023-08-14 19:12:34,764 [execute] INFO git cat-file --batch-check 19:12:35 2023-08-14 19:12:34,764 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:12:35 2023-08-14 19:12:34,771 [execute] INFO git cat-file --batch 19:12:35 2023-08-14 19:12:34,771 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:12:35 2023-08-14 19:12:34,777 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4633 19:12:35 0.0.0 [Pipeline] } 19:12:35 $ docker exec --env ******** --env ******** 1f8d963ae658c0c14270d627613adff8d4a3841fcf57c302a7e9b685dfa742f5 ssh-agent -k 19:12:35 unset SSH_AUTH_SOCK; 19:12:35 unset SSH_AGENT_PID; 19:12:35 echo Agent pid 77 killed; 19:12:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:12:35 + git semver [Pipeline] } 19:12:35 $ docker stop --time=1 1f8d963ae658c0c14270d627613adff8d4a3841fcf57c302a7e9b685dfa742f5 19:12:37 $ docker rm -f --volumes 1f8d963ae658c0c14270d627613adff8d4a3841fcf57c302a7e9b685dfa742f5 [Pipeline] // withDockerContainer [Pipeline] sh 19:12:38 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:12:38 Stashed 1 file(s) [Pipeline] echo 19:12:38 [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 19:12:39 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:12:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:12:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:12:39 ========================================================= 19:12:39 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 19:12:39 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:12:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:12:39 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 19:12:39 4db1b89c0bd1: Pulling fs layer 19:12:39 6911f1a30b25: Pulling fs layer 19:12:39 e194b8c5c2a9: Pulling fs layer 19:12:39 6863d3e3a2b1: Pulling fs layer 19:12:39 ec0bb842ea78: Pulling fs layer 19:12:39 40a00589a448: Pulling fs layer 19:12:39 6c08303d61cc: Pulling fs layer 19:12:39 798269fcf238: Pulling fs layer 19:12:39 6863d3e3a2b1: Waiting 19:12:39 ec0bb842ea78: Waiting 19:12:39 798269fcf238: Waiting 19:12:39 40a00589a448: Waiting 19:12:39 6c08303d61cc: Waiting 19:12:39 6911f1a30b25: Verifying Checksum 19:12:39 6911f1a30b25: Download complete 19:12:39 6863d3e3a2b1: Download complete 19:12:39 ec0bb842ea78: Download complete 19:12:39 4db1b89c0bd1: Verifying Checksum 19:12:39 4db1b89c0bd1: Download complete 19:12:39 40a00589a448: Verifying Checksum 19:12:39 40a00589a448: Download complete 19:12:40 4db1b89c0bd1: Pull complete 19:12:40 6911f1a30b25: Pull complete 19:12:40 798269fcf238: Verifying Checksum 19:12:40 798269fcf238: Download complete 19:12:40 e194b8c5c2a9: Verifying Checksum 19:12:40 e194b8c5c2a9: Download complete 19:12:40 6c08303d61cc: Verifying Checksum 19:12:40 6c08303d61cc: Download complete 19:12:44 e194b8c5c2a9: Pull complete 19:12:44 6863d3e3a2b1: Pull complete 19:12:44 ec0bb842ea78: Pull complete 19:12:45 40a00589a448: Pull complete 19:12:47 6c08303d61cc: Pull complete 19:12:48 798269fcf238: Pull complete 19:12:48 Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 19:12:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:12:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh 19:12:48 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:12:48 WORKDIR /edgex 19:12:48 COPY go.mod . 19:12:48 RUN go mod download 19:12:48 + docker build -t ci-base-image-x86_64 -f - . 19:12:49 Sending build context to Docker daemon 170.8MB 19:12:49 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:12:49 ---> ec979cd7f677 19:12:49 Step 2/4 : WORKDIR /edgex 19:12:53 Still waiting to schedule task 19:12:53 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 19:12:57 ---> Running in 6838e1ef0477 19:12:57 Removing intermediate container 6838e1ef0477 19:12:57 ---> 3549570c3369 19:12:57 Step 3/4 : COPY go.mod . 19:12:57 ---> 6e4dc1244bf3 19:12:57 Step 4/4 : RUN go mod download 19:12:57 ---> Running in 99565d1fdcd6 19:13:12 Removing intermediate container 99565d1fdcd6 19:13:12 ---> 8ab756a6801f 19:13:12 Successfully built 8ab756a6801f 19:13:12 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:13:13 + docker inspect -f . ci-base-image-x86_64 19:13:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:13:13 prd-ubuntu20.04-docker-8c-8g-3556 does not seem to be running inside a container 19:13:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:13:13 $ docker top 830dbfe420b41d273552ee66a2023d5df5a2296b59487f95055ffdbde08f8fa2 -eo pid,comm [Pipeline] { [Pipeline] sh 19:13:14 + go version 19:13:14 go version go1.20.6 linux/amd64 [Pipeline] } 19:13:14 $ docker stop --time=1 830dbfe420b41d273552ee66a2023d5df5a2296b59487f95055ffdbde08f8fa2 19:13:15 $ docker rm -f --volumes 830dbfe420b41d273552ee66a2023d5df5a2296b59487f95055ffdbde08f8fa2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:13:16 + docker inspect -f . ci-base-image-x86_64 19:13:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:13:16 prd-ubuntu20.04-docker-8c-8g-3556 does not seem to be running inside a container 19:13:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:13:16 $ docker top 99f8e468752473407fe83ba9772cb1eb48fd60cd4cbc68f24d81dd755c7f1bda -eo pid,comm [Pipeline] { [Pipeline] echo 19:13:16 ========================================================= 19:13:16 [edgeXBuildGoParallel] Running Tests and Build... 19:13:16 ========================================================= [Pipeline] sh 19:13:17 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:13:17 + make test 19:13:17 go test -race -coverprofile=coverage.out ./... 19:13:24 ? github.com/edgexfoundry/edgex-go [no test files] 19:13:36 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:13:36 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 19:13:36 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:13:36 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:13:36 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:13:37 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:13:37 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:13:37 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 19:13:37 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:13:37 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:13:37 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:13:38 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:13:38 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:13:38 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:13:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:13:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:13:39 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.052s coverage: 28.7% of statements 19:13:39 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.083s coverage: 97.0% of statements 19:13:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:13:39 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 19:13:39 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:13:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:13:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:13:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:13:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:13:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:13:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:13:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:13:43 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.094s coverage: 71.5% of statements 19:13:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.067s coverage: 54.0% of statements 19:13:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:13:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:13:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:13:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:13:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:13:44 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:13:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:13:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:13:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:13:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:13:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:13:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:13:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.444s coverage: 93.4% of statements 19:13:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.070s coverage: 3.8% of statements 19:13:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.340s coverage: 97.6% of statements 19:13:45 ok github.com/edgexfoundry/edgex-go/internal/io 0.043s coverage: 72.2% of statements 19:13:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:13:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:13:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.070s coverage: 0.9% of statements 19:13:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.072s coverage: 32.2% of statements 19:13:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.058s coverage: 42.9% of statements 19:13:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.072s coverage: 82.9% of statements 19:13:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.038s coverage: 94.1% of statements 19:13:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.058s coverage: 96.3% of statements 19:13:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.052s coverage: 87.5% of statements 19:13:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:13:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:13:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:13:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:13:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:13:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:13:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:13:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:13:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:13:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:13:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:13:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:13:49 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:13:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:13:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:13:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 19:13:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:13:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:13:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:13:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 19:13:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 19:13:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 19:13:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:13:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:13:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:13:56 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:13:56 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:13:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:13:56 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:13:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:13:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:13:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:13:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:13:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.060s coverage: 94.4% of statements 19:13:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:13:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:13:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:13:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:13:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:13:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:14:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:14:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:14:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.292s coverage: 79.9% of statements 19:14:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 25.075s coverage: 92.9% of statements 19:14:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.029s coverage: 64.4% of statements 19:14:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.065s coverage: 62.3% of statements 19:14:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.065s coverage: 87.2% of statements 19:14:12 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.044s coverage: 20.0% of statements 19:14:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.049s coverage: 100.0% of statements 19:14:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.100s coverage: 81.8% of statements 19:14:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.090s coverage: 82.1% of statements 19:14:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.059s coverage: 86.0% of statements 19:14:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.172s coverage: 63.1% of statements 19:14:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements 19:14:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 89.4% of statements 19:14:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements 19:14:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 19:14:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements 19:14:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.172s coverage: 38.4% of statements 19:14:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.058s coverage: 89.5% of statements 19:14:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.058s coverage: 84.8% of statements 19:14:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.070s coverage: 17.7% of statements 19:14:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.121s coverage: 95.7% of statements 19:14:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.063s coverage: 61.8% of statements 19:14:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.091s coverage: 98.9% of statements 19:14:12 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 19:14:13 running golangci-lint 19:14:13 golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z 19:14:13 go version go1.20.6 linux/amd64 19:14:13 level=info msg="[config_reader] Used config file .golangci.yml" 19:14:13 level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" 19:14:28 level=info msg="[loader] Go packages loading at mode 575 (name|exports_file|files|imports|types_sizes|compiled_files|deps) took 14.06276079s" 19:14:28 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 35.855671ms" 19:14:34 level=info msg="[linters_context/goanalysis] analyzers took 49.595708891s with top 10 stages: buildir: 29.286321701s, inspect: 1.458957179s, fact_deprecated: 1.158129609s, gosec: 1.032172038s, printf: 967.267497ms, ctrlflow: 944.686817ms, nilness: 838.458844ms, S1038: 793.73214ms, fact_purity: 755.481191ms, SA5012: 414.35378ms" 19:14:34 level=info msg="[runner] Issues before processing: 200, after processing: 0" 19:14:34 level=info msg="[runner] Processors filtering stat (out/in): filename_unadjuster: 200/200, exclude-rules: 21/200, identifier_marker: 200/200, skip_dirs: 200/200, nolint: 0/21, skip_files: 200/200, path_prettifier: 200/200, autogenerated_exclude: 200/200, exclude: 200/200, cgo: 200/200" 19:14:34 level=info msg="[runner] processing took 15.027705ms with stages: nolint: 6.607827ms, identifier_marker: 4.95604ms, exclude-rules: 1.305287ms, autogenerated_exclude: 908.356µs, path_prettifier: 797.252µs, skip_dirs: 417.952µs, cgo: 19.76µs, filename_unadjuster: 11.311µs, max_same_issues: 770ns, uniq_by_line: 500ns, severity-rules: 370ns, exclude: 350ns, skip_files: 330ns, diff: 300ns, source_code: 300ns, path_shortener: 270ns, sort_results: 260ns, max_from_linter: 200ns, max_per_file_from_linter: 150ns, path_prefixer: 120ns" 19:14:34 level=info msg="[runner] linters took 6.822431395s with stages: goanalysis_metalinter: 6.807261435s" 19:14:34 level=info msg="File cache stats: 0 entries of total size 0B" 19:14:34 level=info msg="Memory: 211 samples, avg is 195.4MB, max is 843.7MB" 19:14:34 level=info msg="Execution took 20.932003653s" 19:14:34 go vet ./... 19:14:39 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:14:39 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:14:39 ./bin/test-attribution-txt.sh 19:14:39 An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add 19:14:39 An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add 19:14:39 An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add 19:14:39 An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo 19:14:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:14:39 + ls -al . 19:14:39 total 724 19:14:39 drwxrwxr-x 11 1001 1001 4096 Aug 14 19:13 . 19:14:39 drwxr-xr-x 4 root root 4096 Aug 14 19:13 .. 19:14:39 drwxrwxr-x 2 1001 1001 4096 Aug 14 19:12 .blubracket 19:14:39 -rw-rw-r-- 1 1001 1001 16 Aug 14 19:12 .dockerignore 19:14:39 drwxrwxr-x 8 1001 1001 4096 Aug 14 19:12 .git 19:14:39 drwxrwxr-x 3 1001 1001 4096 Aug 14 19:12 .github 19:14:39 -rw-rw-r-- 1 1001 1001 1133 Aug 14 19:12 .gitignore 19:14:39 -rw-rw-r-- 1 1001 1001 42 Aug 14 19:12 .golangci.yml 19:14:39 -rw-rw-r-- 1 1001 1001 87 Aug 14 19:12 .hadolint.yml 19:14:39 drwxr-xr-x 3 1001 1001 4096 Aug 14 19:12 .semver 19:14:39 -rw-rw-r-- 1 1001 1001 166 Aug 14 19:12 .sonarcloud.properties 19:14:39 -rw-rw-r-- 1 1001 1001 1171 Aug 14 19:12 ADOPTERS.md 19:14:39 -rw-rw-r-- 1 1001 1001 11152 Aug 14 19:12 Attribution.txt 19:14:39 -rw-rw-r-- 1 1001 1001 93407 Aug 14 19:12 CHANGELOG.md 19:14:39 -rw-rw-r-- 1 1001 1001 3804 Aug 14 19:12 CONTRIBUTING.md 19:14:39 -rw-rw-r-- 1 1001 1001 677 Aug 14 19:12 GOVERNANCE.md 19:14:39 -rw-rw-r-- 1 1001 1001 883 Aug 14 19:12 Jenkinsfile 19:14:39 -rw-rw-r-- 1 1001 1001 10775 Aug 14 19:12 LICENSE 19:14:39 -rw-rw-r-- 1 1001 1001 14368 Aug 14 19:12 Makefile 19:14:39 -rw-rw-r-- 1 1001 1001 582 Aug 14 19:12 OWNERS.md 19:14:39 -rw-rw-r-- 1 1001 1001 9923 Aug 14 19:12 README.md 19:14:39 -rw-rw-r-- 1 1001 1001 789 Aug 14 19:12 SECURITY.md 19:14:39 -rw-rw-r-- 1 1001 1001 5 Aug 14 19:12 VERSION 19:14:39 drwxrwxr-x 2 1001 1001 4096 Aug 14 19:12 bin 19:14:39 drwxrwxr-x 18 1001 1001 4096 Aug 14 19:12 cmd 19:14:39 -rw-r--r-- 1 root root 446998 Aug 14 19:14 coverage.out 19:14:39 -rw-rw-r-- 1 1001 1001 3687 Aug 14 19:12 go.mod 19:14:39 -rw-rw-r-- 1 1001 1001 33714 Aug 14 19:12 go.sum 19:14:39 drwxrwxr-x 7 1001 1001 4096 Aug 14 19:12 internal 19:14:39 drwxrwxr-x 3 1001 1001 4096 Aug 14 19:12 openapi 19:14:39 -rw-rw-r-- 1 1001 1001 594 Aug 14 19:12 security.txt 19:14:39 drwxrwxr-x 4 1001 1001 4096 Aug 14 19:12 snap 19:14:39 -rw-rw-r-- 1 1001 1001 204 Aug 14 19:12 version.go [Pipeline] sh 19:14:39 + '[' -e coverage.out ] 19:14:39 + chown 1001:1001 coverage.out [Pipeline] stash 19:14:39 Stashed 1 file(s) [Pipeline] sh 19:14:40 + make build 19:14:40 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 19:14:52 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:14:52 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 19:14:54 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 19:14:54 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 19:15:01 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 19:15:02 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 19:15:04 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 19:15:05 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:15:06 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 19:15: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-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:15:08 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 19:15:09 $ docker stop --time=1 99f8e468752473407fe83ba9772cb1eb48fd60cd4cbc68f24d81dd755c7f1bda 19:15:15 $ docker rm -f --volumes 99f8e468752473407fe83ba9772cb1eb48fd60cd4cbc68f24d81dd755c7f1bda [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 19:15:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:15:16 19:15:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:15:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:15:17 latest: Pulling from edgex-devops/edgex-compose 19:15:17 91d30c5bc195: Pulling fs layer 19:15:17 2e9b0aa3be6d: Pulling fs layer 19:15:17 9c61dcf015f6: Pulling fs layer 19:15:17 4698f68db338: Pulling fs layer 19:15:17 2a2f49069b9e: Pulling fs layer 19:15:17 e0025b399a48: Pulling fs layer 19:15:17 4698f68db338: Waiting 19:15:17 2a2f49069b9e: Waiting 19:15:17 e0025b399a48: Waiting 19:15:17 91d30c5bc195: Verifying Checksum 19:15:17 91d30c5bc195: Download complete 19:15:17 4698f68db338: Download complete 19:15:17 2e9b0aa3be6d: Verifying Checksum 19:15:17 2e9b0aa3be6d: Download complete 19:15:17 e0025b399a48: Verifying Checksum 19:15:17 e0025b399a48: Download complete 19:15:17 2a2f49069b9e: Download complete 19:15:17 91d30c5bc195: Pull complete 19:15:17 9c61dcf015f6: Verifying Checksum 19:15:17 9c61dcf015f6: Download complete 19:15:17 2e9b0aa3be6d: Pull complete 19:15:20 9c61dcf015f6: Pull complete 19:15:20 4698f68db338: Pull complete 19:15:21 2a2f49069b9e: Pull complete 19:15:21 e0025b399a48: Pull complete 19:15:21 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 19:15:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:15:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:15:21 prd-ubuntu20.04-docker-8c-8g-3556 does not seem to be running inside a container 19:15:21 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:15:25 $ docker top d34faba49a6696af4859e7198dcdd9c894797d7eb891d648afef8eecd6fe9333 -eo pid,comm [Pipeline] { [Pipeline] sh 19:15:25 + docker compose -f ./docker-compose-build.yml build --parallel 19:15:27 #1 [security-secretstore-setup internal] load build definition from Dockerfile 19:15:28 #1 transferring dockerfile: 2.38kB done 19:15:28 #1 DONE 0.7s 19:15:28 19:15:28 #2 [security-spire-server internal] load .dockerignore 19:15:28 #2 DONE 0.0s 19:15:28 19:15:28 #3 [security-spiffe-token-provider internal] load .dockerignore 19:15:28 #3 ... 19:15:28 19:15:28 #4 [core-metadata internal] load build definition from Dockerfile 19:15:28 #4 transferring dockerfile: 1.96kB done 19:15:28 #4 DONE 0.7s 19:15:28 19:15:28 #5 [security-proxy-auth internal] load build definition from Dockerfile 19:15:28 #5 transferring dockerfile: 2.04kB done 19:15:29 #5 DONE 1.5s 19:15:29 19:15:29 #6 [security-bootstrapper internal] load build definition from Dockerfile 19:15:29 #6 transferring dockerfile: 2.82kB 0.0s done 19:15:29 #6 DONE 1.6s 19:15:29 19:15:29 #7 [core-command internal] load build definition from Dockerfile 19:15:29 #7 transferring dockerfile: 1.82kB done 19:15:30 #7 ... 19:15:30 19:15:30 #8 [security-spire-config internal] load build definition from Dockerfile 19:15:30 #8 transferring dockerfile: 2.58kB done 19:15:30 #8 DONE 2.6s 19:15:30 19:15:30 #9 [security-proxy-setup internal] load build definition from Dockerfile 19:15:30 #9 transferring dockerfile: 2.06kB done 19:15:30 #9 ... 19:15:30 19:15:30 #7 [core-command internal] load build definition from Dockerfile 19:15:30 #7 DONE 3.0s 19:15:31 19:15:31 #9 [security-proxy-setup internal] load build definition from Dockerfile 19:15:31 #9 DONE 3.1s 19:15:31 19:15:31 #10 [support-scheduler internal] load build definition from Dockerfile 19:15:31 #10 transferring dockerfile: 1.82kB done 19:15:31 #10 DONE 3.1s 19:15:31 19:15:31 #11 [core-data internal] load build definition from Dockerfile 19:15:31 #11 transferring dockerfile: 1.90kB done 19:15:31 #11 DONE 3.2s 19:15:31 19:15:31 #3 [security-spiffe-token-provider internal] load .dockerignore 19:15:31 #3 transferring context: 56B done 19:15:32 #3 ... 19:15:32 19:15:32 #12 [security-spire-server internal] load build definition from Dockerfile 19:15:32 #12 transferring dockerfile: 2.63kB done 19:15:32 #12 DONE 4.1s 19:15:32 19:15:32 #13 [security-secretstore-setup internal] load .dockerignore 19:15:32 #13 transferring context: 56B done 19:15:32 #13 DONE 4.2s 19:15:32 19:15:32 #14 [core-common-config-bootstrapper internal] load build definition from Dockerfile 19:15:32 #14 transferring dockerfile: 2.12kB done 19:15:32 #14 DONE 4.4s 19:15:32 19:15:32 #15 [security-spire-agent internal] load .dockerignore 19:15:32 #15 transferring context: 56B done 19:15:32 #15 ... 19:15:32 19:15:32 #16 [core-metadata internal] load .dockerignore 19:15:32 #16 transferring context: 56B done 19:15:32 #16 DONE 4.4s 19:15:32 19:15:32 #17 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:15:32 #17 DONE 0.0s 19:15:32 19:15:32 #18 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.17 19:15:32 #18 ... 19:15:32 19:15:32 #19 [core-common-config-bootstrapper internal] load .dockerignore 19:15:32 #19 transferring context: 56B done 19:15:32 #19 DONE 4.4s 19:15:32 19:15:32 #20 [security-proxy-setup internal] load .dockerignore 19:15:32 #20 transferring context: 56B done 19:15:32 #20 DONE 4.6s 19:15:32 19:15:32 #17 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:15:32 #17 DONE 0.0s 19:15:32 19:15:32 #21 [security-spire-agent internal] load build definition from Dockerfile 19:15:32 #21 transferring dockerfile: 2.68kB done 19:15:32 #21 DONE 4.9s 19:15:32 19:15:32 #18 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.17 19:15:33 #18 DONE 0.6s 19:15:33 19:15:33 #22 [security-proxy-setup internal] load build context 19:15:33 #22 DONE 0.0s 19:15:33 19:15:33 #23 [core-common-config-bootstrapper internal] load build context 19:15:33 #23 DONE 0.0s 19:15:33 19:15:33 #24 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-x86_64 19:15:33 #24 DONE 0.0s 19:15:33 19:15:33 #25 [security-secretstore-setup stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:15:33 #25 ... 19:15:33 19:15:33 #26 [security-spiffe-token-provider internal] load build definition from Dockerfile 19:15:33 #26 transferring dockerfile: 1.78kB done 19:15:33 #26 DONE 5.0s 19:15:33 19:15:33 #27 [core-data internal] load .dockerignore 19:15:33 #27 transferring context: 56B done 19:15:33 #27 DONE 4.8s 19:15:33 19:15:33 #2 [security-spire-server internal] load .dockerignore 19:15:33 #2 transferring context: 56B done 19:15:33 #2 DONE 4.6s 19:15:33 19:15:33 #25 [core-common-config-bootstrapper stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:15:33 #25 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done 19:15:33 #25 ... 19:15:33 19:15:33 #17 [security-spire-server internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:15:33 #17 DONE 0.0s 19:15:33 19:15:33 #25 [core-common-config-bootstrapper stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:15:33 #25 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 19:15:33 #25 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done 19:15:33 #25 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done 19:15:33 #25 ... 19:15:33 19:15:33 #15 [security-spire-agent internal] load .dockerignore 19:15:33 #15 DONE 4.9s 19:15:33 19:15:33 #18 [core-data internal] load metadata for docker.io/library/alpine:3.17 19:15:33 #18 DONE 0.6s 19:15:33 19:15:33 #28 [support-notifications internal] load build definition from Dockerfile 19:15:33 #28 transferring dockerfile: 1.84kB done 19:15:33 #28 DONE 5.3s 19:15:33 19:15:33 #25 [core-data stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:15:33 #25 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done 19:15:33 #25 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 19:15:33 #25 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done 19:15:33 #25 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done 19:15:33 #25 ... 19:15:33 19:15:33 #17 [security-spire-agent internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:15:33 #17 DONE 0.0s 19:15:33 19:15:33 #29 [support-notifications internal] load .dockerignore 19:15:33 #29 transferring context: 56B done 19:15:33 #29 DONE 5.1s 19:15:33 19:15:33 #25 [core-data stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:15:33 #25 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.15MB / 3.38MB 0.2s 19:15:33 #25 ... 19:15:33 19:15:33 #17 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:15:33 #17 DONE 0.0s 19:15:33 19:15:33 #25 [core-data stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:15:33 #25 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.4s 19:15:33 #25 ... 19:15:33 19:15:33 #30 [security-spire-config internal] load .dockerignore 19:15:33 #30 transferring context: 56B done 19:15:33 #30 DONE 5.4s 19:15:33 19:15:33 #31 [core-command internal] load .dockerignore 19:15:33 #31 transferring context: 56B done 19:15:33 #31 DONE 5.4s 19:15:33 19:15:33 #32 [support-scheduler internal] load .dockerignore 19:15:33 #32 transferring context: 56B done 19:15:33 #32 DONE 5.4s 19:15:33 19:15:33 #33 [security-proxy-auth internal] load .dockerignore 19:15:33 #33 transferring context: 56B done 19:15:33 #33 DONE 5.5s 19:15:33 19:15:33 #25 [security-spire-agent stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:15:33 #25 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done 19:15:33 #25 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 19:15:33 #25 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done 19:15:33 #25 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done 19:15:33 #25 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.4s done 19:15:33 #25 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 19:15:33 #25 ... 19:15:33 19:15:33 #34 [security-bootstrapper internal] load .dockerignore 19:15:33 #34 transferring context: 56B done 19:15:33 #34 DONE 5.6s 19:15:33 19:15:33 #3 [security-spiffe-token-provider internal] load .dockerignore 19:15:33 #3 DONE 5.5s 19:15:33 19:15:33 #25 [security-spire-config stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:15:33 #25 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done 19:15:33 #25 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 19:15:33 #25 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done 19:15:33 #25 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done 19:15:33 #25 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.4s done 19:15:33 #25 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.1s done 19:15:34 #25 ... 19:15:34 19:15:34 #17 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:15:34 #17 DONE 0.0s 19:15:34 19:15:34 #18 [support-scheduler internal] load metadata for docker.io/library/alpine:3.17 19:15:34 #18 DONE 1.2s 19:15:34 19:15:34 #25 [security-bootstrapper stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:15:34 #25 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done 19:15:34 #25 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 19:15:34 #25 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done 19:15:34 #25 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done 19:15:34 #25 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.4s done 19:15:34 #25 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.1s done 19:15:35 #25 DONE 2.2s 19:15:35 19:15:35 #35 [core-command internal] load build context 19:15:36 #35 transferring context: 74.62MB 2.2s 19:15:41 #35 transferring context: 259.16MB 7.3s 19:15:43 #35 ... 19:15:43 19:15:43 #22 [security-proxy-setup internal] load build context 19:15:43 #22 ... 19:15:43 19:15:43 #23 [core-common-config-bootstrapper internal] load build context 19:15:43 #23 transferring context: 364.90MB 8.2s done 19:15:43 #23 ... 19:15:43 19:15:43 #36 [security-secretstore-setup internal] load build context 19:15:43 #36 transferring context: 364.90MB 8.8s done 19:15:43 #36 ... 19:15:43 19:15:43 #37 [security-spire-server internal] load build context 19:15:43 #37 transferring context: 364.90MB 9.2s done 19:15:43 #37 ... 19:15:43 19:15:43 #38 [core-metadata internal] load build context 19:15:43 #38 transferring context: 364.90MB 8.6s done 19:15:43 #38 ... 19:15:43 19:15:43 #39 [support-notifications internal] load build context 19:15:43 #39 ... 19:15:43 19:15:43 #40 [core-data internal] load build context 19:15:43 #40 transferring context: 364.90MB 8.5s done 19:15:43 #40 ... 19:15:43 19:15:43 #41 [security-spire-agent internal] load build context 19:15:43 #41 transferring context: 364.90MB 9.1s done 19:15:44 #41 ... 19:15:44 19:15:44 #42 [security-spire-config internal] load build context 19:15:44 #42 transferring context: 364.90MB 9.4s done 19:15:44 #42 ... 19:15:44 19:15:44 #43 [security-proxy-auth internal] load build context 19:15:44 #43 transferring context: 364.90MB 8.4s done 19:15:44 Running on prd-ubuntu20.04-docker-arm64-4c-16g-3559 in /w/workspace/edgexfoundry_edgex-go_PR-4633 [Pipeline] { [Pipeline] ws 19:15:44 Running in /w/workspace/edgex-go/1 [Pipeline] { 19:15:44 #43 ... 19:15:44 19:15:44 #24 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 19:15:44 #24 ... 19:15:44 19:15:44 #44 [security-bootstrapper internal] load build context 19:15:44 #44 transferring context: 364.90MB 9.0s done [Pipeline] checkout 19:15:44 The recommended git tool is: git 19:15:44 #44 ... 19:15:44 19:15:44 #45 [support-scheduler internal] load build context 19:15:44 #45 transferring context: 364.90MB 9.1s done 19:15:44 #45 ... 19:15:44 19:15:44 #46 [security-spiffe-token-provider internal] load build context 19:15:44 #46 transferring context: 364.90MB 8.5s done 19:15:45 #46 ... 19:15:45 19:15:45 #47 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 19:15:45 #47 ... 19:15:45 19:15:45 #22 [security-proxy-setup internal] load build context 19:15:45 #22 transferring context: 364.90MB 9.8s done 19:15:46 #22 ... 19:15:46 19:15:46 #48 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 19:15:46 #48 ... 19:15:46 19:15:46 #49 [security-spire-server stage-1 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:15:46 #49 ... 19:15:46 19:15:46 #50 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init 19:15:46 #50 ... 19:15:46 19:15:46 #51 [core-command stage-1 2/8] RUN apk add --update --no-cache dumb-init 19:15:46 #0 3.908 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:15:46 #0 4.004 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:15:46 #0 4.329 (1/1) Installing dumb-init (1.2.5-r2) 19:15:46 #0 4.334 Executing busybox-1.35.0-r29.trigger 19:15:46 #0 4.346 OK: 7 MiB in 16 packages 19:15:46 #51 ... 19:15:46 19:15:46 #52 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:15:46 #52 ... 19:15:46 19:15:46 #53 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl 19:15:46 #0 3.234 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:15:46 #0 3.435 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:15:46 #0 3.700 (1/2) Installing dumb-init (1.2.5-r2) 19:15:46 #0 3.708 (2/2) Installing openssl (3.0.10-r0) 19:15:46 #0 3.711 Executing busybox-1.35.0-r29.trigger 19:15:46 #0 3.720 OK: 8 MiB in 17 packages 19:15:46 #53 ... 19:15:46 19:15:46 #54 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:15:47 #54 10.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:15:47 #54 ... 19:15:47 19:15:47 #55 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 19:15:47 #55 ... 19:15:47 19:15:47 #54 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:15:47 #54 11.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:15:47 #54 11.35 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 19:15:47 #54 11.35 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 19:15:47 #54 11.35 OK: 17818 distinct packages available 19:15:47 #54 11.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:15:47 #54 11.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:15:47 #54 11.71 (1/4) Installing dumb-init (1.2.5-r2) 19:15:47 #54 11.72 (2/4) Installing musl-obstack (1.2.3-r0) 19:15:47 #54 11.72 (3/4) Installing libucontext (1.2-r0) 19:15:47 #54 11.72 (4/4) Installing gcompat (1.1.0-r0) 19:15:47 #54 11.73 Executing busybox-1.35.0-r29.trigger 19:15:47 #54 11.73 OK: 7 MiB in 19 packages 19:15:50 using credential edgex-jenkins-ssh 19:15:50 Cloning the remote Git repository 19:15:50 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:15:50 > git init /w/workspace/edgex-go/1 # timeout=10 19:15:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:15:50 > git --version # timeout=10 19:15:50 > git --version # 'git version 2.25.1' 19:15:50 using GIT_SSH to set credentials SSH Credentials for GitHub 19:15:50 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:15:54 #54 ... 19:15:54 19:15:54 #35 [core-command internal] load build context 19:15:54 #35 transferring context: 364.90MB 9.1s done 19:15:54 #35 ... 19:15:54 19:15:54 #39 [support-notifications internal] load build context 19:15:54 #39 transferring context: 364.90MB 10.0s done 19:16:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:16:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:16:10 Merging remotes/origin/main commit fe3620ce412f86f9ce6eb635c00e802c499476bf into PR head commit 84c007a8eaed01a536b26f71b40f50dc6c67550f 19:16:10 Merge succeeded, producing 84c007a8eaed01a536b26f71b40f50dc6c67550f 19:16:10 Checking out Revision 84c007a8eaed01a536b26f71b40f50dc6c67550f (PR-4633) 19:16:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:16:09 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:16:09 using GIT_SSH to set credentials SSH Credentials for GitHub 19:16:09 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4633/head:refs/remotes/origin/PR-4633 +refs/heads/main:refs/remotes/origin/main # timeout=10 19:16:10 > git config core.sparsecheckout # timeout=10 19:16:10 > git checkout -f 84c007a8eaed01a536b26f71b40f50dc6c67550f # timeout=10 19:16:10 > git remote # timeout=10 19:16:10 > git config --get remote.origin.url # timeout=10 19:16:10 using GIT_SSH to set credentials SSH Credentials for GitHub 19:16:10 > git merge fe3620ce412f86f9ce6eb635c00e802c499476bf # timeout=10 19:16:10 > git rev-parse HEAD^{commit} # timeout=10 19:16:10 > git config core.sparsecheckout # timeout=10 19:16:10 > git checkout -f 84c007a8eaed01a536b26f71b40f50dc6c67550f # timeout=10 19:16:11 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" 19:16:11 > git --version # timeout=10 19:16:11 > git --version # 'git version 2.25.1' 19:16:11 fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:16:12 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 19:16:12 % Total % Received % Xferd Average Speed Time Time Time Current 19:16:12 Dload Upload Total Spent Left Speed 19:16:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 185k 0 --:--:-- --:--:-- --:--:-- 188k [Pipeline] sh 19:16:13 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 19:16:13 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 19:16:13 + sudo tee /etc/docker/daemon.new 19:16:14 { 19:16:14 "registry-mirrors": [ 19:16:14 "https://nexus3.edgexfoundry.org:10001" 19:16:14 ], 19:16:14 "bip": "10.250.0.254/24", 19:16:14 "hosts": [ 19:16:14 "tcp://0.0.0.0:5555", 19:16:14 "unix:///var/run/docker.sock" 19:16:14 ], 19:16:14 "mtu": 1458, 19:16:14 "selinux-enabled": true, 19:16:14 "seccomp-profile": "/etc/docker/seccomp.json" 19:16:14 } [Pipeline] sh 19:16:14 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 19:16:15 + sudo service docker restart 19:16:16 #39 ... 19:16:16 19:16:16 #23 [core-common-config-bootstrapper internal] load build context 19:16:16 #23 DONE 41.3s 19:16:16 19:16:16 #40 [core-data internal] load build context 19:16:16 #40 DONE 41.0s 19:16:16 19:16:16 #38 [core-metadata internal] load build context 19:16:16 #38 DONE 41.3s 19:16:16 19:16:16 #43 [security-proxy-auth internal] load build context 19:16:16 #43 DONE 40.5s 19:16:16 19:16:16 #36 [security-secretstore-setup internal] load build context 19:16:16 #36 DONE 41.3s 19:16:16 19:16:16 #41 [security-spire-agent internal] load build context 19:16:16 #41 DONE 40.6s 19:16:16 19:16:16 #46 [security-spiffe-token-provider internal] load build context 19:16:16 #46 DONE 40.3s 19:16:16 19:16:16 #35 [core-command internal] load build context 19:16:16 #35 DONE 40.5s 19:16:16 19:16:16 #54 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:16:16 #54 DONE 38.3s 19:16:16 19:16:16 #44 [security-bootstrapper internal] load build context 19:16:16 #44 DONE 40.4s 19:16:16 19:16:16 #37 [security-spire-server internal] load build context 19:16:16 #37 DONE 41.1s 19:16:16 19:16:16 #45 [support-scheduler internal] load build context 19:16:16 #45 DONE 40.4s 19:16:16 19:16:16 #22 [security-proxy-setup internal] load build context 19:16:16 #22 DONE 41.4s 19:16:16 19:16:16 #53 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl 19:16:16 #53 DONE 38.3s 19:16:16 19:16:16 #51 [core-command stage-1 2/8] RUN apk add --update --no-cache dumb-init 19:16:16 #51 DONE 38.4s 19:16:16 19:16:16 #42 [security-spire-config internal] load build context 19:16:16 #42 DONE 40.6s 19:16:16 19:16:16 #39 [support-notifications internal] load build context 19:16:16 #39 DONE 40.7s 19:16:16 19:16:16 #52 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:16:16 #52 ... 19:16:16 19:16:16 #56 [security-proxy-setup stage-1 3/9] WORKDIR /edgex 19:16:16 #56 DONE 0.1s 19:16:16 19:16:16 #24 [security-spire-agent builder 1/7] FROM docker.io/library/ci-base-image-x86_64 19:16:16 #24 DONE 41.7s 19:16:16 19:16:16 #57 [security-spire-config builder 2/7] WORKDIR /edgex-go 19:16:16 #57 DONE 0.1s 19:16:16 19:16:16 #58 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git 19:16:16 #58 ... 19:16:16 19:16:16 #47 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 19:16:16 #47 39.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:16:16 #47 39.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:16:16 #47 40.03 (1/2) Installing dumb-init (1.2.5-r2) 19:16:16 #47 40.03 (2/2) Installing su-exec (0.2-r2) 19:16:16 #47 40.04 Executing busybox-1.35.0-r29.trigger 19:16:16 #47 40.05 OK: 7 MiB in 17 packages 19:16:16 #47 DONE 40.3s 19:16:16 19:16:16 #55 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 19:16:16 #55 38.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:16:16 #55 38.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:16:16 #55 38.91 (1/4) Installing ca-certificates (20230506-r0) 19:16:16 #55 38.93 (2/4) Installing dumb-init (1.2.5-r2) 19:16:16 #55 38.93 (3/4) Installing su-exec (0.2-r2) 19:16:16 #55 38.93 (4/4) Installing yq (4.30.4-r4) 19:16:16 #55 39.00 Executing busybox-1.35.0-r29.trigger 19:16:16 #55 39.00 Executing ca-certificates-20230506-r0.trigger 19:16:16 #55 39.07 OK: 17 MiB in 19 packages 19:16:16 #55 DONE 39.4s 19:16:16 19:16:16 #50 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init 19:16:16 #50 39.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:16:16 #50 39.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:16:16 #50 39.54 (1/1) Installing dumb-init (1.2.5-r2) 19:16:16 #50 39.54 Executing busybox-1.35.0-r29.trigger 19:16:16 #50 39.55 OK: 7 MiB in 16 packages 19:16:16 #50 DONE 39.7s 19:16:16 19:16:16 #49 [security-spire-server stage-1 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:16:16 #49 38.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:16:16 #49 39.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:16:16 #49 39.41 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 19:16:16 #49 39.41 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 19:16:16 #49 39.41 OK: 17818 distinct packages available 19:16:16 #49 39.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:16:16 #49 39.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:16:16 #49 39.84 (1/5) Installing dumb-init (1.2.5-r2) 19:16:16 #49 39.86 (2/5) Installing musl-obstack (1.2.3-r0) 19:16:16 #49 39.86 (3/5) Installing libucontext (1.2-r0) 19:16:16 #49 39.87 (4/5) Installing gcompat (1.1.0-r0) 19:16:16 #49 39.87 (5/5) Installing openssl (3.0.10-r0) 19:16:16 #49 39.88 Executing busybox-1.35.0-r29.trigger 19:16:16 #49 39.89 OK: 8 MiB in 20 packages 19:16:16 #49 DONE 40.0s 19:16:16 19:16:16 #52 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:16:16 #52 39.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:16:16 #52 39.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:16:16 #52 39.76 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 19:16:16 #52 39.76 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 19:16:16 #52 39.76 OK: 17818 distinct packages available 19:16:16 #52 39.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:16:16 #52 39.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:16:16 #52 40.24 (1/9) Installing ca-certificates (20230506-r0) 19:16:16 #52 40.25 (2/9) Installing brotli-libs (1.0.9-r9) 19:16:16 #52 ... 19:16:16 19:16:16 #59 [security-spire-server builder 3/9] RUN apk add --update --no-cache make git build-base curl 19:16:16 #0 1.190 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:16:16 #0 1.367 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:16:16 #0 1.619 OK: 265 MiB in 53 packages 19:16:16 #59 DONE 1.7s 19:16:16 19:16:16 #52 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:16:16 #52 40.29 (3/9) Installing nghttp2-libs (1.51.0-r1) 19:16:16 #52 40.30 (4/9) Installing libcurl (8.2.1-r0) 19:16:16 #52 40.31 (5/9) Installing curl (8.2.1-r0) 19:16:16 #52 40.31 (6/9) Installing dumb-init (1.2.5-r2) 19:16:16 #52 40.32 (7/9) Installing musl-obstack (1.2.3-r0) 19:16:16 #52 40.33 (8/9) Installing libucontext (1.2-r0) 19:16:16 #52 40.33 (9/9) Installing gcompat (1.1.0-r0) 19:16:16 #52 40.33 Executing busybox-1.35.0-r29.trigger 19:16:16 #52 40.34 Executing ca-certificates-20230506-r0.trigger 19:16:16 #52 ... 19:16:16 19:16:16 #60 [security-spire-server builder 4/9] COPY go.mod vendor* ./ 19:16:16 #60 DONE 0.1s 19:16:16 19:16:16 #52 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:16:16 #52 40.45 OK: 10 MiB in 24 packages 19:16:16 #52 DONE 40.7s 19:16:16 19:16:16 #58 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git 19:16:16 #58 1.788 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:16:16 #58 1.921 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:16:16 #58 2.166 OK: 265 MiB in 53 packages 19:16:16 #58 DONE 2.3s 19:16:16 19:16:16 #61 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 19:16:16 #61 DONE 1.3s 19:16:16 19:16:16 #48 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 19:16:16 #48 39.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:16:16 #48 40.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:16:16 #48 40.44 (1/2) Installing ca-certificates (20230506-r0) 19:16:16 #48 40.45 (2/2) Installing dumb-init (1.2.5-r2) 19:16:16 #48 40.46 Executing busybox-1.35.0-r29.trigger 19:16:16 #48 40.47 Executing ca-certificates-20230506-r0.trigger 19:16:16 #48 40.67 OK: 8 MiB in 17 packages 19:16:16 #48 DONE 40.8s 19:16:16 19:16:16 #62 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 19:16:16 #0 1.794 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:16:16 #0 1.913 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:16:16 #0 2.171 OK: 265 MiB in 53 packages 19:16:16 #62 DONE 2.3s 19:16:16 19:16:16 #63 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging 19:16:16 #63 DONE 0.0s 19:16:16 19:16:16 #64 [support-notifications builder 4/7] COPY go.mod vendor* ./ 19:16:17 #64 DONE 0.0s 19:16:17 19:16:17 #65 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 19:16:17 #65 DONE 0.1s 19:16:17 19:16:17 #66 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:16:17 #66 ... 19:16:17 19:16:17 #67 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 19:16:17 #0 1.933 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:16:17 #0 2.143 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:16:17 #0 2.395 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 19:16:17 #0 2.395 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 19:16:17 #0 2.395 OK: 17823 distinct packages available 19:16:17 #0 2.435 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:16:17 #0 2.555 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:16:17 #0 2.798 OK: 265 MiB in 53 packages 19:16:17 #67 DONE 2.9s 19:16:17 19:16:17 #68 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 19:16:17 #68 DONE 0.1s 19:16:17 19:16:17 #69 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 19:16:17 #69 DONE 0.1s 19:16:17 19:16:17 #70 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 19:16:17 #0 1.447 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:16:17 #0 2.580 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:16:17 #0 2.796 OK: 265 MiB in 53 packages 19:16:17 #70 DONE 3.1s 19:16:17 19:16:17 #71 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:16:27 #71 ... 19:16:27 19:16:27 #72 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:16:27 #72 ... 19:16:27 19:16:27 #73 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:16:27 #73 ... 19:16:27 19:16:27 #74 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:16:33 provisioning config files... 19:16:33 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config16580205272177252679tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:16:34 ---> docker-login.sh 19:16:34 nexus3.edgexfoundry.org:10001 19:16:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:16:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:16:34 Configure a credential helper to remove this warning. See 19:16:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:16:34 19:16:34 Login Succeeded 19:16:34 nexus3.edgexfoundry.org:10002 19:16:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:16:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:16:35 Configure a credential helper to remove this warning. See 19:16:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:16:35 19:16:35 Login Succeeded 19:16:35 nexus3.edgexfoundry.org:10003 19:16:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:16:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:16:35 Configure a credential helper to remove this warning. See 19:16:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:16:35 19:16:35 Login Succeeded 19:16:35 nexus3.edgexfoundry.org:10004 19:16:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:16:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:16:35 Configure a credential helper to remove this warning. See 19:16:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:16:35 19:16:35 Login Succeeded 19:16:35 docker.io 19:16:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:16:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:16:36 Configure a credential helper to remove this warning. See 19:16:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:16:36 19:16:36 Login Succeeded 19:16:36 ---> docker-login.sh ends [Pipeline] } 19:16:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 19:16:37 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:16:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:16:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:16:37 ========================================================= 19:16:37 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 19:16:37 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:16:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 19:16:38 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:16:38 edb6bdbacee9: Pulling fs layer 19:16:38 5f9638ab2659: Pulling fs layer 19:16:38 8d51d6327a98: Pulling fs layer 19:16:38 8b374f2dd631: Pulling fs layer 19:16:38 ec14aa9079de: Pulling fs layer 19:16:38 2f466654f4bb: Pulling fs layer 19:16:38 554e91adad29: Pulling fs layer 19:16:38 ec14aa9079de: Waiting 19:16:38 8b374f2dd631: Waiting 19:16:38 2f466654f4bb: Waiting 19:16:38 554e91adad29: Waiting 19:16:38 5f9638ab2659: Verifying Checksum 19:16:38 5f9638ab2659: Download complete 19:16:38 8b374f2dd631: Verifying Checksum 19:16:38 8b374f2dd631: Download complete 19:16:38 ec14aa9079de: Verifying Checksum 19:16:38 ec14aa9079de: Download complete 19:16:38 edb6bdbacee9: Verifying Checksum 19:16:38 edb6bdbacee9: Download complete 19:16:39 edb6bdbacee9: Pull complete 19:16:39 554e91adad29: Verifying Checksum 19:16:39 554e91adad29: Download complete 19:16:39 5f9638ab2659: Pull complete 19:16:41 2f466654f4bb: Verifying Checksum 19:16:41 2f466654f4bb: Download complete 19:16:41 8d51d6327a98: Verifying Checksum 19:16:41 8d51d6327a98: Download complete 19:16:49 #74 ... 19:16:49 19:16:49 #73 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:16:49 #73 DONE 31.0s 19:16:49 19:16:49 #74 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:16:49 #74 ... 19:16:49 19:16:49 #71 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:16:49 #71 DONE 31.2s 19:16:49 19:16:49 #75 [security-proxy-setup builder 6/7] COPY . . 19:16:49 #75 ... 19:16:49 19:16:49 #74 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:16:49 #74 DONE 31.9s 19:16:49 19:16:49 #76 [core-common-config-bootstrapper builder 6/7] COPY . . 19:16:49 #76 ... 19:16:49 19:16:49 #72 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:16:49 #72 DONE 32.7s 19:16:49 19:16:49 #77 [security-spire-server builder 6/9] COPY . . 19:16:49 #77 ... 19:16:49 19:16:49 #66 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:16:49 #66 DONE 32.8s 19:16:49 19:16:49 #78 [support-notifications builder 6/7] COPY . . 19:16:56 8d51d6327a98: Pull complete 19:16:56 8b374f2dd631: Pull complete 19:16:56 ec14aa9079de: Pull complete 19:16:59 #78 ... 19:16:59 19:16:59 #79 [security-spiffe-token-provider builder 6/7] COPY . . 19:17:04 #79 DONE 14.9s 19:17:04 19:17:04 #80 [core-data builder 6/7] COPY . . 19:17:04 #80 CACHED 19:17:04 19:17:04 #81 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:17:04 #81 CACHED 19:17:04 19:17:04 #82 [core-data builder 4/7] COPY go.mod vendor* ./ 19:17:04 #82 CACHED 19:17:04 19:17:04 #83 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:17:04 #83 CACHED 19:17:04 19:17:04 #84 [core-command builder 4/7] COPY go.mod vendor* ./ 19:17:04 #84 CACHED 19:17:04 19:17:04 #85 [core-command builder 6/7] COPY . . 19:17:04 #85 CACHED 19:17:04 19:17:04 #86 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 19:17:04 #86 CACHED 19:17:04 19:17:04 #87 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:17:04 #87 CACHED 19:17:04 19:17:04 #88 [support-scheduler builder 6/7] COPY . . 19:17:04 #88 CACHED 19:17:04 19:17:04 #76 [core-common-config-bootstrapper builder 6/7] COPY . . 19:17:04 #76 DONE 14.6s 19:17:04 19:17:04 #78 [support-notifications builder 6/7] COPY . . 19:17:04 #78 DONE 13.8s 19:17:04 19:17:04 #75 [security-proxy-setup builder 6/7] COPY . . 19:17:04 #75 DONE 14.8s 19:17:04 19:17:04 #89 [security-bootstrapper builder 6/7] COPY . . 19:17:04 #89 CACHED 19:17:04 19:17:04 #90 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 19:17:04 #90 CACHED 19:17:04 19:17:04 #91 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:17:04 #91 CACHED 19:17:04 19:17:04 #92 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:17:04 #92 CACHED 19:17:04 19:17:04 #93 [core-metadata builder 4/7] COPY go.mod vendor* ./ 19:17:04 #93 CACHED 19:17:04 19:17:04 #94 [core-metadata builder 6/7] COPY . . 19:17:04 #94 CACHED 19:17:04 19:17:04 #95 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:17:04 #95 CACHED 19:17:04 19:17:04 #96 [security-proxy-auth builder 6/7] COPY . . 19:17:04 #96 CACHED 19:17:04 19:17:04 #97 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 19:17:04 #97 CACHED 19:17:04 19:17:04 #77 [security-spire-server builder 6/9] COPY . . 19:17:04 #77 DONE 14.3s 19:17:04 19:17:04 #98 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 19:17:04 #98 CACHED 19:17:04 19:17:04 #99 [security-secretstore-setup builder 6/7] COPY . . 19:17:04 #99 CACHED 19:17:04 19:17:04 #100 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:17:04 #100 CACHED 19:17:04 19:17:04 #101 [security-spire-server builder 7/9] WORKDIR /edgex-go/spire-build 19:17:04 #101 DONE 0.1s 19:17:04 19:17:04 #102 [security-spire-agent builder 6/9] COPY . . 19:17:04 #102 CACHED 19:17:04 19:17:04 #103 [security-spire-agent builder 4/9] COPY go.mod vendor* ./ 19:17:04 #103 CACHED 19:17:04 19:17:04 #104 [security-spire-agent builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:17:04 #104 CACHED 19:17:04 19:17:04 #105 [security-spire-agent builder 7/9] WORKDIR /edgex-go/spire-build 19:17:04 #105 CACHED 19:17:04 19:17:04 #106 [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 19:17:04 2f466654f4bb: Pull complete 19:17:06 554e91adad29: Pull complete 19:17:06 Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 19:17:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 19:17:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh 19:17:06 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 19:17:06 WORKDIR /edgex 19:17:06 COPY go.mod . 19:17:06 RUN go mod download 19:17:06 + docker build -t ci-base-image-arm64 -f - . 19:17:07 Sending build context to Docker daemon 2.938MB 19:17:07 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 19:17:07 ---> 1e15ea492957 19:17:07 Step 2/4 : WORKDIR /edgex 19:17:09 #106 ... 19:17:09 19:17:09 #107 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 19:17:09 #0 2.936 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 19:17:10 ---> Running in aea09dfc9c91 19:17:10 Removing intermediate container aea09dfc9c91 19:17:10 ---> 9477ff5c00ac 19:17:10 Step 3/4 : COPY go.mod . 19:17:11 #107 ... 19:17:11 19:17:11 #106 [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 19:17:11 #106 DONE 7.2s 19:17:11 19:17:11 #108 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:17:11 #0 1.324 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 19:17:11 #108 ... 19:17:11 19:17:11 #109 [security-spire-server builder 9/9] WORKDIR /edgex-go 19:17:11 ---> 6770f9a65193 19:17:11 Step 4/4 : RUN go mod download 19:17:11 ---> Running in d64d8eb751ba 19:17:11 #109 DONE 0.3s 19:17:11 19:17:11 #110 [security-spire-server stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 19:17:11 #110 DONE 0.2s 19:17:11 19:17:11 #111 [security-spire-server stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 19:17:11 #111 DONE 0.3s 19:17:11 19:17:11 #112 [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 19:17:11 #112 DONE 8.0s 19:17:11 19:17:11 #113 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:17:13 #113 ... 19:17:13 19:17:13 #114 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 19:17:13 #0 0.471 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 19:17:13 #114 ... 19:17:13 19:17:13 #115 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:17:13 #0 0.912 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 19:17:14 #115 ... 19:17:14 19:17:14 #116 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 19:17:14 #0 1.316 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 19:17:14 #116 ... 19:17:14 19:17:14 #117 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 19:17:14 #0 1.359 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 19:17:14 #117 ... 19:17:14 19:17:14 #118 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 19:17:14 #0 0.505 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 19:17:14 #118 ... 19:17:14 19:17:14 #119 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:17:14 #0 1.393 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 19:17:14 #119 ... 19:17:14 19:17:14 #120 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:17:14 #0 0.840 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 19:17:14 #120 ... 19:17:14 19:17:14 #121 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 19:17:14 #0 0.764 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 19:17:14 #121 ... 19:17:14 19:17:14 #122 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 19:17:14 #0 1.011 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 19:17:15 #122 ... 19:17:15 19:17:15 #123 [security-spire-agent builder 9/9] WORKDIR /edgex-go 19:17:19 #123 DONE 7.5s 19:17:19 19:17:19 #108 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:17:27 #108 ... 19:17:27 19:17:27 #113 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:17:27 #113 DONE 14.2s 19:17:27 19:17:27 #114 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 19:17:28 #114 ... 19:17:28 19:17:28 #124 [security-spire-server stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:17:31 #124 ... 19:17:31 19:17:31 #125 [security-spire-config builder 9/9] WORKDIR /edgex-go 19:17:31 #125 CACHED 19:17:31 19:17:31 #126 [security-spire-config builder 6/9] COPY . . 19:17:31 #126 CACHED 19:17:31 19:17:31 #127 [security-spire-config builder 7/9] WORKDIR /edgex-go/spire-build 19:17:31 #127 CACHED 19:17:31 19:17:31 #128 [security-spire-config builder 4/9] COPY go.mod vendor* ./ 19:17:31 #128 CACHED 19:17:31 19:17:31 #129 [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 19:17:31 #129 CACHED 19:17:31 19:17:31 #130 [security-spire-config builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:17:31 #130 CACHED 19:17:31 19:17:31 #131 [security-spire-agent stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / 19:17:31 #131 CACHED 19:17:31 19:17:31 #132 [security-spire-agent stage-1 4/9] COPY --from=builder /edgex-go/security.txt / 19:17:31 #132 CACHED 19:17:31 19:17:31 #133 [security-spire-agent stage-1 5/9] COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 19:17:41 #133 ... 19:17:41 19:17:41 #134 [security-spire-config stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / 19:17:50 Removing intermediate container d64d8eb751ba 19:17:50 ---> 6b30778f9442 19:17:50 Successfully built 6b30778f9442 19:17:50 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:17:50 + docker inspect -f . ci-base-image-arm64 19:17:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:17:51 prd-ubuntu20.04-docker-arm64-4c-16g-3559 does not seem to be running inside a container 19:17: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 ******** ci-base-image-arm64 cat 19:17:52 $ docker top 9e1c2912a775f372d219f5165c017b1343b1441c12349d56bc8b3a524dc46064 -eo pid,comm [Pipeline] { [Pipeline] sh 19:17:53 + go version 19:17:53 go version go1.20.6 linux/arm64 [Pipeline] } 19:17:53 $ docker stop --time=1 9e1c2912a775f372d219f5165c017b1343b1441c12349d56bc8b3a524dc46064 19:17:55 $ docker rm -f --volumes 9e1c2912a775f372d219f5165c017b1343b1441c12349d56bc8b3a524dc46064 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:17:55 + docker inspect -f . ci-base-image-arm64 19:17:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:17:56 prd-ubuntu20.04-docker-arm64-4c-16g-3559 does not seem to be running inside a container 19:17:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:17:57 $ docker top 72e674dbd070d13aec7dc6f73353a5f387aa3fed26d518f1b8f184c9cfe73c90 -eo pid,comm [Pipeline] { [Pipeline] echo 19:17:57 ========================================================= 19:17:57 [edgeXBuildGoParallel] Running Tests and Build... 19:17:57 ========================================================= [Pipeline] sh 19:17:58 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:17:59 + make test 19:17:59 go test -race -coverprofile=coverage.out ./... 19:18:20 #134 ... 19:18:20 19:18:20 #108 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:18:20 #108 70.87 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 19:18:38 #108 ... 19:18:38 19:18:38 #117 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 19:18:38 #117 DONE 94.3s 19:18:38 19:18:38 #116 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 19:18:38 #116 DONE 94.3s 19:18:38 19:18:38 #135 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 19:18:38 #135 ... 19:18:38 19:18:38 #114 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 19:18:38 #114 DONE 94.5s 19:18:38 19:18:38 #108 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:18:38 #108 DONE 94.7s 19:18:38 19:18:38 #124 [security-spire-server stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:18:38 #124 ... 19:18:38 19:18:38 #136 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 19:18:38 #136 ... 19:18:38 19:18:38 #115 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:18:38 #115 DONE 95.3s 19:18:39 19:18:39 #137 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / 19:18:39 #137 ... 19:18:39 19:18:39 #121 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 19:18:39 #121 DONE 95.9s 19:18:39 19:18:39 #138 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 19:18:39 #138 ... 19:18:39 19:18:39 #107 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 19:18:39 #107 DONE 96.2s 19:18:39 19:18:39 #118 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 19:18:39 #118 DONE 96.2s 19:18:39 19:18:39 #122 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 19:18:39 #122 DONE 96.2s 19:18:39 19:18:39 #119 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:18:39 #119 DONE 96.2s 19:18:39 19:18:39 #120 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:18:39 #120 DONE 96.2s 19:18:39 19:18:39 #133 [security-spire-agent stage-1 5/9] COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 19:18:39 #133 DONE 68.5s 19:18:40 19:18:40 #134 [security-spire-config stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / 19:18:40 #134 DONE 68.8s 19:18:40 19:18:40 #124 [security-spire-server stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:18:40 #124 DONE 71.7s 19:18:40 19:18:40 #139 [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 19:18:40 #139 ... 19:18:40 19:18:40 #136 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 19:18:40 #136 DONE 1.7s 19:18:40 19:18:40 #135 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 19:18:40 #135 DONE 2.1s 19:18:40 19:18:40 #140 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh 19:18:41 #140 ... 19:18:41 19:18:41 #138 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 19:18:41 #138 DONE 1.9s 19:18:41 19:18:41 #141 [security-proxy-setup stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 19:18:41 #141 DONE 1.3s 19:18:41 19:18:41 #137 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / 19:18:41 #137 DONE 2.4s 19:18:41 19:18:41 #142 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:18:41 #142 DONE 1.3s 19:18:41 19:18:41 #143 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 19:18:41 #143 DONE 1.3s 19:18:41 19:18:41 #144 [security-spire-config stage-1 4/9] COPY --from=builder /edgex-go/security.txt / 19:18:41 #144 DONE 1.3s 19:18:41 19:18:41 #139 [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 19:18:41 #139 DONE 1.4s 19:18:41 19:18:41 #145 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 19:18:41 #145 DONE 1.2s 19:18:41 19:18:41 #146 [security-spire-server stage-1 8/8] COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:18:41 #146 ... 19:18:41 19:18:41 #147 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / 19:18:41 #147 CACHED 19:18:41 19:18:41 #148 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / 19:18:41 #148 CACHED 19:18:41 19:18:41 #149 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 19:18:41 #149 CACHED 19:18:41 19:18:41 #150 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 19:18:41 #150 CACHED 19:18:41 19:18:41 #151 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 19:18:41 #151 CACHED 19:18:41 19:18:41 #152 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 19:18:41 #152 CACHED 19:18:41 19:18:41 #153 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 19:18:41 #153 CACHED 19:18:41 19:18:41 #154 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 19:18:41 #154 CACHED 19:18:41 19:18:41 #155 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 19:18:41 #155 DONE 1.2s 19:18:41 19:18:41 #156 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 19:18:41 #156 DONE 0.3s 19:18:41 19:18:41 #157 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:18:43 #157 ... 19:18:43 19:18:43 #158 [security-proxy-setup stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 19:18:43 #158 DONE 2.3s 19:18:43 19:18:43 #159 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / 19:18:43 #159 DONE 2.4s 19:18:43 19:18:43 #160 [security-spire-agent stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:18:43 #160 DONE 2.3s 19:18:43 19:18:43 #161 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 19:18:43 #161 DONE 2.3s 19:18:43 19:18:43 #162 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:18:43 #162 DONE 2.3s 19:18:43 19:18:43 #163 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:18:43 #163 ... 19:18:43 19:18:43 #146 [security-spire-server stage-1 8/8] COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:18:43 #146 DONE 2.6s 19:18:44 19:18:44 #140 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh 19:18:44 #140 DONE 3.8s 19:18:44 19:18:44 #164 [security-spire-server] exporting to image 19:18:44 #164 exporting layers 19:18:45 #164 ... 19:18:45 19:18:45 #165 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 19:18:45 #165 DONE 3.6s 19:18:45 19:18:45 #166 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:18:45 #166 ... 19:18:45 19:18:45 #167 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 19:18:45 #167 DONE 4.1s 19:18:45 19:18:45 #168 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:18:45 #168 DONE 4.1s 19:18:45 19:18:45 #169 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 19:18:45 #169 ... 19:18:45 19:18:45 #170 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:18:45 #170 DONE 4.6s 19:18:46 ? github.com/edgexfoundry/edgex-go [no test files] 19:18:46 19:18:46 #171 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:18:46 #171 DONE 4.2s 19:18:46 19:18:46 #157 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:18:46 #157 DONE 4.6s 19:18:46 19:18:46 #172 [security-proxy-setup stage-1 6/9] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 19:18:46 #172 DONE 2.5s 19:18:46 19:18:46 #173 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 19:18:46 #173 DONE 4.6s 19:18:46 19:18:46 #174 [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 19:18:46 #174 DONE 2.5s 19:18:46 19:18:46 #175 [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 19:18:47 #175 ... 19:18:47 19:18:47 #163 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:18:47 #163 DONE 3.4s 19:18:47 19:18:47 #176 [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 19:18:47 #176 DONE 3.5s 19:18:47 19:18:47 #177 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 19:18:47 #177 ... 19:18:47 19:18:47 #164 [security-spire-server] exporting to image 19:18:47 #164 exporting layers 2.0s done 19:18:47 #164 writing image sha256:834fb03b66f71365ebfd467a522efa4722d1a387d4f1bc3a0e11bcbabf9f49b2 done 19:18:47 #164 naming to docker.io/library/security-spire-server 0.4s done 19:18:47 #164 DONE 3.5s 19:18:47 19:18:47 #178 [security-proxy-setup stage-1 7/9] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:18:47 #178 ... 19:18:47 19:18:47 #179 [security-spire-config stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:18:47 #179 DONE 3.9s 19:18:47 19:18:47 #180 [security-spire-config stage-1 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d 19:18:48 #180 ... 19:18:48 19:18:48 #181 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / 19:18:48 #181 DONE 4.3s 19:18:48 19:18:48 #182 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / 19:18:48 #182 ... 19:18:48 19:18:48 #166 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:18:48 #166 DONE 3.9s 19:18:48 19:18:48 #183 [core-common-config-bootstrapper stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 19:18:48 #183 DONE 3.4s 19:18:48 19:18:48 #169 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 19:18:48 #169 DONE 3.3s 19:18:48 19:18:48 #177 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 19:18:48 #177 DONE 1.8s 19:18:48 19:18:48 #184 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 19:18:48 #184 DONE 3.0s 19:18:49 19:18:49 #185 [security-spiffe-token-provider stage-1 6/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 19:18:49 #185 DONE 3.0s 19:18:49 19:18:49 #186 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 19:18:49 #186 DONE 3.0s 19:18:49 19:18:49 #178 [security-proxy-setup stage-1 7/9] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:18:49 #178 DONE 3.0s 19:18:49 19:18:49 #164 [security-spiffe-token-provider] exporting to image 19:18:49 #164 exporting layers 0.3s done 19:18:49 #164 ... 19:18:49 19:18:49 #187 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 19:18:49 #187 DONE 3.3s 19:18:49 19:18:49 #188 [security-spire-agent stage-1 9/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:18:49 #188 DONE 1.8s 19:18:49 19:18:49 #175 [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 19:18:49 #175 DONE 3.4s 19:18:49 19:18:49 #189 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 19:18:49 #189 ... 19:18:49 19:18:49 #180 [security-spire-config stage-1 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d 19:18:49 #180 DONE 1.7s 19:18:49 19:18:49 #182 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / 19:18:49 #182 DONE 1.2s 19:18:49 19:18:49 #190 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 19:18:49 #190 DONE 0.8s 19:18:49 19:18:49 #191 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 19:18:49 #191 DONE 0.8s 19:18:49 19:18:49 #192 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 19:18:49 #192 DONE 0.7s 19:18:49 19:18:49 #164 [support-notifications] exporting to image 19:18:49 #164 ... 19:18:49 19:18:49 #193 [security-proxy-setup stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:18:49 #193 DONE 0.6s 19:18:49 19:18:49 #194 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 19:18:49 #194 DONE 0.7s 19:18:49 19:18:49 #189 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 19:18:49 #189 DONE 0.3s 19:18:49 19:18:49 #164 [core-metadata] exporting to image 19:18:49 #164 ... 19:18:49 19:18:49 #195 [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 19:18:49 #195 DONE 0.4s 19:18:49 19:18:49 #196 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:18:49 #196 DONE 0.4s 19:18:49 19:18:49 #164 [security-spire-config] exporting to image 19:18:50 #164 exporting layers 0.3s done 19:18:50 #164 writing image sha256:d400e2f82a0e70d6af22c07af88e4fc95b33c5162ec78f5217470ff87f0e2e03 19:18:50 #164 writing image sha256:14db076bd831d43618e6586cc1ac79615268fa4c2f5dab97a5aef1878cbf0766 19:18:50 #164 writing image sha256:7599401462496ce3ecdfcba5fbacc2c9902a2a1520f9f026cc7062f793482040 19:18:50 #164 writing image sha256:d31178cbd4df8518b84a741dd96e086e221d030ca05970f79f283d0757639fad 19:18:50 #164 writing image sha256:87be1deb30657e28e53d6850f9abef1c0ccd2c2887d12e7bcf4d45b7c0b7fd6d 19:18:50 #164 writing image sha256:fe01c55f3c420f211555c75c16645fca28cbf8d7689779e35880c8dc32eff77b 19:18:50 #164 ... 19:18:50 19:18:50 #197 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 19:18:50 #197 DONE 0.2s 19:18:50 19:18:50 #198 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:18:50 #198 DONE 0.4s 19:18:50 19:18:50 #164 [core-command] exporting to image 19:18:50 #164 writing image sha256:d400e2f82a0e70d6af22c07af88e4fc95b33c5162ec78f5217470ff87f0e2e03 0.2s done 19:18:50 #164 writing image sha256:14db076bd831d43618e6586cc1ac79615268fa4c2f5dab97a5aef1878cbf0766 0.2s done 19:18:50 #164 naming to docker.io/library/core-data done 19:18:50 #164 naming to docker.io/library/core-command done 19:18:50 #164 exporting layers 0.8s done 19:18:50 #164 writing image sha256:7599401462496ce3ecdfcba5fbacc2c9902a2a1520f9f026cc7062f793482040 0.3s done 19:18:50 #164 writing image sha256:d31178cbd4df8518b84a741dd96e086e221d030ca05970f79f283d0757639fad 0.3s done 19:18:50 #164 writing image sha256:87be1deb30657e28e53d6850f9abef1c0ccd2c2887d12e7bcf4d45b7c0b7fd6d 0.3s done 19:18:50 #164 writing image sha256:fe01c55f3c420f211555c75c16645fca28cbf8d7689779e35880c8dc32eff77b 0.3s done 19:18:50 #164 naming to docker.io/library/security-spiffe-token-provider done 19:18:50 #164 naming to docker.io/library/support-notifications done 19:18:50 #164 naming to docker.io/library/core-metadata done 19:18:50 #164 naming to docker.io/library/support-scheduler done 19:18:50 #164 writing image sha256:e6eca764f1785e9e10b1278ac64ce219576bf263a3dfec093cc432b17153386f 19:18:50 #164 ... 19:18:50 19:18:50 #199 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:18:50 #199 DONE 0.9s 19:18:50 19:18:50 #200 [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/ 19:18:50 #200 DONE 0.3s 19:18:50 19:18:50 #201 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:18:50 #201 DONE 0.4s 19:18:50 19:18:50 #164 [security-spire-agent] exporting to image 19:18:50 #164 writing image sha256:e6eca764f1785e9e10b1278ac64ce219576bf263a3dfec093cc432b17153386f 0.2s done 19:18:50 #164 naming to docker.io/library/security-spire-agent done 19:18:50 #164 exporting layers 1.0s done 19:18:51 #164 ... 19:18:51 19:18:51 #202 [security-proxy-setup stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:18:51 #202 DONE 1.3s 19:18:51 19:18:51 #203 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:18:51 #203 DONE 1.4s 19:18:51 19:18:51 #204 [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/ 19:18:51 #204 DONE 0.6s 19:18:51 19:18:51 #205 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:18:51 #205 DONE 0.5s 19:18:51 19:18:51 #164 [core-common-config-bootstrapper] exporting to image 19:18:51 #164 writing image sha256:1b8da50efde1fc75bcc5007c96ab142d912dc14d352a65c908a259e4ae5f869e 0.0s done 19:18:51 #164 writing image sha256:4814429f6c00628e26831b805327e335189becfa2b0b6bd025c943314991fe27 0.0s done 19:18:51 #164 naming to docker.io/library/security-spire-config done 19:18:51 #164 naming to docker.io/library/core-common-config-bootstrapper done 19:18:51 #164 exporting layers 0.3s done 19:18:51 #164 exporting layers 0.5s done 19:18:51 #164 writing image sha256:a7a4e45a5a3b415722982ded6f9f3e8e5fa998d7812f72e9690813c69bdca240 0.0s done 19:18:51 #164 naming to docker.io/library/security-proxy-setup 0.0s done 19:18:51 #164 writing image sha256:d61b6a1c4d85c0aa5f326a58149369a25ca936dcfa3d7981f383d9dfdfa79f41 0.0s done 19:18:51 #164 naming to docker.io/library/security-proxy-auth 0.0s done 19:18:51 #164 DONE 6.3s 19:18:51 19:18:51 #206 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 19:18:51 #206 DONE 0.4s 19:18:51 19:18:51 #207 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:18:51 #207 DONE 0.1s 19:18:51 19:18:51 #208 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:18:51 #208 DONE 0.7s 19:18:51 19:18:51 #209 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh 19:18:51 #209 DONE 0.4s 19:18:51 19:18:51 #164 [security-secretstore-setup] exporting to image 19:18:52 #164 exporting layers 0.3s done 19:18:52 #164 writing image sha256:6371272a6bf3f6be99470aa6884700a2ffca52b92f488b2fc9a2633c48848794 0.0s done 19:18:52 #164 naming to docker.io/library/security-secretstore-setup done 19:18:52 #164 exporting layers 0.7s done 19:18:52 #164 writing image sha256:b3f7fbb2da364745932b3eb477f945ef7f75bd430831ecf81545aa610b173b24 done 19:18:52 #164 naming to docker.io/library/security-bootstrapper done 19:18:52 #164 DONE 7.1s 19:18:52 time="2023-08-14T19:15:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:18:52 time="2023-08-14T19:15:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:18:52 time="2023-08-14T19:15:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:18:52 time="2023-08-14T19:15:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:18:52 time="2023-08-14T19:15:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:18:52 time="2023-08-14T19:15:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:18:52 time="2023-08-14T19:15:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:18:52 time="2023-08-14T19:15:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:18:52 time="2023-08-14T19:15:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:18:52 time="2023-08-14T19:15:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:18:52 time="2023-08-14T19:15:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:18:52 time="2023-08-14T19:15:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:18:52 time="2023-08-14T19:15:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:18:52 time="2023-08-14T19:15:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 19:18:52 $ docker stop --time=1 d34faba49a6696af4859e7198dcdd9c894797d7eb891d648afef8eecd6fe9333 19:18:54 $ docker rm -f --volumes d34faba49a6696af4859e7198dcdd9c894797d7eb891d648afef8eecd6fe9333 [Pipeline] // withDockerContainer [Pipeline] sh 19:18:54 + docker images 19:18:54 REPOSITORY TAG IMAGE ID CREATED SIZE 19:18:54 security-secretstore-setup latest 6371272a6bf3 3 seconds ago 44.1MB 19:18:54 security-bootstrapper latest b3f7fbb2da36 3 seconds ago 23MB 19:18:54 security-proxy-auth latest d61b6a1c4d85 4 seconds ago 19.4MB 19:18:54 security-proxy-setup latest a7a4e45a5a3b 4 seconds ago 19.6MB 19:18:54 core-common-config-bootstrapper latest 4814429f6c00 4 seconds ago 18MB 19:18:54 support-notifications latest 759940146249 5 seconds ago 34.3MB 19:18:54 security-spire-agent latest e6eca764f178 5 seconds ago 161MB 19:18:54 core-metadata latest d31178cbd4df 5 seconds ago 21.6MB 19:18:54 security-spire-config latest 1b8da50efde1 5 seconds ago 102MB 19:18:54 support-scheduler latest fe01c55f3c42 6 seconds ago 33.7MB 19:18:54 core-command latest d400e2f82a0e 6 seconds ago 21MB 19:18:54 core-data latest 14db076bd831 6 seconds ago 21.2MB 19:18:54 security-spiffe-token-provider latest 87be1deb3065 6 seconds ago 33.5MB 19:18:54 security-spire-server latest 834fb03b66f7 11 seconds ago 103MB 19:18:54 ci-base-image-x86_64 latest 8ab756a6801f 5 minutes ago 1.07GB 19:18:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine ec979cd7f677 4 weeks ago 696MB 19:18:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 2 months ago 334MB 19:18:54 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] } 19:21:22 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:21:22 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 19:21:22 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:21:26 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:21:26 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:21:27 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:21:28 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:21:28 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 19:21:28 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:21:30 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:21:33 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:21:33 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:21:33 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:21:33 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:21:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:21:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:21:45 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.299s coverage: 28.7% of statements 19:21:58 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.357s coverage: 97.0% of statements 19:22:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:22:03 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 19:22:03 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:22:05 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.478s coverage: 71.5% of statements 19:22:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:22:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:22:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.365s coverage: 54.0% of statements 19:22:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:22:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:22:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:22:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:22:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:22:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:22:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:22:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 18.067s coverage: 93.4% of statements 19:22:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.508s coverage: 3.8% of statements 19:22:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:22:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:22:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:22:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.234s coverage: 97.6% of statements 19:22:43 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:22:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:22:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:22:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:22:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:22:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:22:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:22:43 ok github.com/edgexfoundry/edgex-go/internal/io 0.268s coverage: 72.2% of statements 19:22:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:22:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:22:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.457s coverage: 0.9% of statements 19:22:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.296s coverage: 32.2% of statements 19:23:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.349s coverage: 42.9% of statements 19:23:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.316s coverage: 82.9% of statements 19:23:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.233s coverage: 94.1% of statements 19:23:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.331s coverage: 96.3% of statements 19:23:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.242s coverage: 87.5% of statements 19:23:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:23:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:23:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:23:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:23:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:23:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:23:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:23:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:23:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.235s coverage: 94.4% of statements 19:23:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:23:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:23:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:23:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:23:26 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:23:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:23:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:23:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.201s coverage: 79.9% of statements 19:23:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.289s coverage: 92.9% of statements 19:23:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.081s coverage: 64.4% of statements 19:23:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.261s coverage: 62.3% of statements 19:23:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.223s coverage: 87.2% of statements 19:23:32 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.226s coverage: 20.0% of statements 19:23:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.217s coverage: 100.0% of statements 19:23:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.538s coverage: 81.8% of statements 19:23:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 19:23:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:23:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.596s coverage: 82.1% of statements 19:23:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.299s coverage: 86.0% of statements 19:23:44 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:23:44 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:23:44 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.055s coverage: 63.1% of statements 19:23:44 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.277s coverage: 100.0% of statements 19:23:45 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.124s coverage: 89.4% of statements 19:23:45 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.097s coverage: 100.0% of statements 19:23:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.088s coverage: 73.7% of statements 19:23:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 19:23:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 19:23:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 19:23:46 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.091s coverage: 100.0% of statements 19:23:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:23:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:23:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:23:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.076s coverage: 38.4% of statements 19:23:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.263s coverage: 89.5% of statements 19:24:00 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:24:00 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:24:00 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:24:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:24:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.275s coverage: 84.8% of statements 19:24:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:24:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:24:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:24:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:24:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.294s coverage: 17.7% of statements 19:24:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:24:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:24:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:24:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:24:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.649s coverage: 95.7% of statements 19:24:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:24:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:24:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.335s coverage: 61.8% of statements 19:24:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:24:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:24:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.434s coverage: 98.9% of statements 19:24:22 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 19:24:22 WARNING: Linting skipped (not on x86_64 or linter not installed) 19:24:22 go vet ./... 19:27:29 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:27:29 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:27:29 ./bin/test-attribution-txt.sh 19:27:29 An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add 19:27:29 An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add 19:27:29 An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add 19:27:29 An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo 19:27:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:27:30 + ls -al . 19:27:30 total 720 19:27:30 drwxrwxr-x 10 1001 1001 4096 Aug 14 19:18 . 19:27:30 drwxr-xr-x 4 root root 4096 Aug 14 19:17 .. 19:27:30 drwxrwxr-x 2 1001 1001 4096 Aug 14 19:16 .blubracket 19:27:30 -rw-rw-r-- 1 1001 1001 16 Aug 14 19:16 .dockerignore 19:27:30 drwxrwxr-x 8 1001 1001 4096 Aug 14 19:16 .git 19:27:30 drwxrwxr-x 3 1001 1001 4096 Aug 14 19:16 .github 19:27:30 -rw-rw-r-- 1 1001 1001 1133 Aug 14 19:16 .gitignore 19:27:30 -rw-rw-r-- 1 1001 1001 42 Aug 14 19:16 .golangci.yml 19:27:30 -rw-rw-r-- 1 1001 1001 87 Aug 14 19:16 .hadolint.yml 19:27:30 -rw-rw-r-- 1 1001 1001 166 Aug 14 19:16 .sonarcloud.properties 19:27:30 -rw-rw-r-- 1 1001 1001 1171 Aug 14 19:16 ADOPTERS.md 19:27:30 -rw-rw-r-- 1 1001 1001 11152 Aug 14 19:16 Attribution.txt 19:27:30 -rw-rw-r-- 1 1001 1001 93407 Aug 14 19:16 CHANGELOG.md 19:27:30 -rw-rw-r-- 1 1001 1001 3804 Aug 14 19:16 CONTRIBUTING.md 19:27:30 -rw-rw-r-- 1 1001 1001 677 Aug 14 19:16 GOVERNANCE.md 19:27:30 -rw-rw-r-- 1 1001 1001 883 Aug 14 19:16 Jenkinsfile 19:27:30 -rw-rw-r-- 1 1001 1001 10775 Aug 14 19:16 LICENSE 19:27:30 -rw-rw-r-- 1 1001 1001 14368 Aug 14 19:16 Makefile 19:27:30 -rw-rw-r-- 1 1001 1001 582 Aug 14 19:16 OWNERS.md 19:27:30 -rw-rw-r-- 1 1001 1001 9923 Aug 14 19:16 README.md 19:27:30 -rw-rw-r-- 1 1001 1001 789 Aug 14 19:16 SECURITY.md 19:27:30 -rw-rw-r-- 1 1001 1001 5 Aug 14 19:12 VERSION 19:27:30 drwxrwxr-x 2 1001 1001 4096 Aug 14 19:16 bin 19:27:30 drwxrwxr-x 18 1001 1001 4096 Aug 14 19:16 cmd 19:27:30 -rw-r--r-- 1 root root 446998 Aug 14 19:24 coverage.out 19:27:30 -rw-rw-r-- 1 1001 1001 3687 Aug 14 19:16 go.mod 19:27:30 -rw-rw-r-- 1 1001 1001 33714 Aug 14 19:16 go.sum 19:27:30 drwxrwxr-x 7 1001 1001 4096 Aug 14 19:16 internal 19:27:30 drwxrwxr-x 3 1001 1001 4096 Aug 14 19:16 openapi 19:27:30 -rw-rw-r-- 1 1001 1001 594 Aug 14 19:16 security.txt 19:27:30 drwxrwxr-x 4 1001 1001 4096 Aug 14 19:16 snap 19:27:30 -rw-rw-r-- 1 1001 1001 204 Aug 14 19:16 version.go [Pipeline] sh 19:27:30 + '[' -e coverage.out ] 19:27:30 + chown 1001:1001 coverage.out [Pipeline] stash 19:27:30 Warning: overwriting stash ‘coverage-report’ 19:27:31 Stashed 1 file(s) [Pipeline] sh 19:27:31 + make build 19:27:31 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 19:29:38 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 19:29:38 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:29:39 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 19:29:43 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 19:30:39 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 19:30:40 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 19:30:51 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:30:56 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 19:31:01 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 19:31: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-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:31: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-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 19:31:21 $ docker stop --time=1 72e674dbd070d13aec7dc6f73353a5f387aa3fed26d518f1b8f184c9cfe73c90 19:31:24 $ docker rm -f --volumes 72e674dbd070d13aec7dc6f73353a5f387aa3fed26d518f1b8f184c9cfe73c90 [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 19:31:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:31:27 19:31:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:31:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:31:28 latest: Pulling from edgex-devops/edgex-compose-arm64 19:31:28 547446be3368: Pulling fs layer 19:31:28 d125d8839a47: Pulling fs layer 19:31:28 3e85d5ac6304: Pulling fs layer 19:31:28 c3105a71a48b: Pulling fs layer 19:31:28 0f093f025ec4: Pulling fs layer 19:31:28 c3106fc0e877: Pulling fs layer 19:31:28 0f093f025ec4: Waiting 19:31:28 c3106fc0e877: Waiting 19:31:28 c3105a71a48b: Waiting 19:31:28 547446be3368: Download complete 19:31:28 c3105a71a48b: Verifying Checksum 19:31:28 c3105a71a48b: Download complete 19:31:29 d125d8839a47: Verifying Checksum 19:31:29 d125d8839a47: Download complete 19:31:29 c3106fc0e877: Verifying Checksum 19:31:29 c3106fc0e877: Download complete 19:31:29 0f093f025ec4: Verifying Checksum 19:31:29 0f093f025ec4: Download complete 19:31:29 547446be3368: Pull complete 19:31:30 d125d8839a47: Pull complete 19:31:30 3e85d5ac6304: Verifying Checksum 19:31:30 3e85d5ac6304: Download complete 19:31:39 3e85d5ac6304: Pull complete 19:31:39 c3105a71a48b: Pull complete 19:31:40 0f093f025ec4: Pull complete 19:31:40 c3106fc0e877: Pull complete 19:31:40 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 19:31:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:31:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:31:40 prd-ubuntu20.04-docker-arm64-4c-16g-3559 does not seem to be running inside a container 19:31:40 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:31:43 $ docker top dd2a3f3c85f4425f6decdb10316883de27f910a5046305cf58bec193def27445 -eo pid,comm [Pipeline] { [Pipeline] sh 19:31:44 + docker compose -f ./docker-compose-build.yml build --parallel 19:31:56 #1 [security-spire-server internal] load build definition from Dockerfile 19:31:56 #1 transferring dockerfile: 19:31:56 #1 transferring dockerfile: 2.63kB done 19:31:56 #1 DONE 0.1s 19:31:56 19:31:56 #2 [support-notifications internal] load build definition from Dockerfile 19:31:56 #2 transferring dockerfile: 1.84kB done 19:31:56 #2 DONE 0.0s 19:31:56 19:31:56 #3 [core-command internal] load build definition from Dockerfile 19:31:56 #3 transferring dockerfile: 1.82kB done 19:31:56 #3 DONE 0.1s 19:31:56 19:31:56 #4 [core-common-config-bootstrapper internal] load build definition from Dockerfile 19:31:56 #4 transferring dockerfile: 2.12kB done 19:31:56 #4 DONE 0.1s 19:31:56 19:31:56 #5 [security-spire-config internal] load build definition from Dockerfile 19:31:56 #5 transferring dockerfile: 2.58kB done 19:31:56 #5 DONE 0.1s 19:31:56 19:31:56 #6 [security-secretstore-setup internal] load build definition from Dockerfile 19:31:56 #6 transferring dockerfile: 2.38kB 0.0s done 19:31:56 #6 DONE 0.1s 19:31:56 19:31:56 #7 [security-proxy-auth internal] load build definition from Dockerfile 19:31:56 #7 transferring dockerfile: 2.04kB done 19:31:56 #7 DONE 0.1s 19:31:56 19:31:56 #8 [core-metadata internal] load build definition from Dockerfile 19:31:56 #8 transferring dockerfile: 1.96kB done 19:31:56 #8 DONE 0.1s 19:31:56 19:31:56 #9 [core-data internal] load build definition from Dockerfile 19:31:56 #9 transferring dockerfile: 1.90kB done 19:31:56 #9 DONE 0.1s 19:31:56 19:31:56 #10 [security-bootstrapper internal] load build definition from Dockerfile 19:31:56 #10 transferring dockerfile: 2.82kB done 19:31:56 #10 DONE 0.1s 19:31:56 19:31:56 #11 [security-spiffe-token-provider internal] load build definition from Dockerfile 19:31:56 #11 transferring dockerfile: 1.78kB done 19:31:56 #11 DONE 0.1s 19:31:56 19:31:56 #12 [security-proxy-setup internal] load build definition from Dockerfile 19:31:56 #12 transferring dockerfile: 2.06kB 0.0s done 19:31:56 #12 DONE 0.1s 19:31:56 19:31:56 #13 [support-scheduler internal] load build definition from Dockerfile 19:31:56 #13 transferring dockerfile: 1.82kB done 19:31:56 #13 DONE 0.1s 19:31:56 19:31:56 #14 [security-spire-agent internal] load build definition from Dockerfile 19:31:56 #14 transferring dockerfile: 2.68kB done 19:31:56 #14 DONE 0.1s 19:31:56 19:31:56 #15 [security-spire-server internal] load .dockerignore 19:31:56 #15 transferring context: 56B done 19:31:56 #15 DONE 0.1s 19:31:57 19:31:57 #16 [support-notifications internal] load .dockerignore 19:31:57 #16 transferring context: 56B done 19:31:57 #16 DONE 0.0s 19:31:57 19:31:57 #17 [core-command internal] load .dockerignore 19:31:57 #17 transferring context: 56B done 19:31:57 #17 DONE 0.0s 19:31:57 19:31:57 #18 [core-common-config-bootstrapper internal] load .dockerignore 19:31:57 #18 transferring context: 56B done 19:31:57 #18 DONE 0.1s 19:31:57 19:31:57 #19 [security-spire-config internal] load .dockerignore 19:31:57 #19 transferring context: 56B done 19:31:57 #19 DONE 0.1s 19:31:57 19:31:57 #20 [security-secretstore-setup internal] load .dockerignore 19:31:57 #20 transferring context: 56B done 19:31:57 #20 DONE 0.1s 19:31:57 19:31:57 #21 [security-proxy-auth internal] load .dockerignore 19:31:57 #21 transferring context: 56B done 19:31:57 #21 DONE 0.1s 19:31:57 19:31:57 #22 [core-metadata internal] load .dockerignore 19:31:57 #22 transferring context: 56B done 19:31:57 #22 DONE 0.0s 19:31:57 19:31:57 #23 [core-data internal] load .dockerignore 19:31:57 #23 transferring context: 56B done 19:31:57 #23 DONE 0.1s 19:31:57 19:31:57 #24 [security-bootstrapper internal] load .dockerignore 19:31:57 #24 transferring context: 56B done 19:31:57 #24 DONE 0.1s 19:31:57 19:31:57 #25 [security-spiffe-token-provider internal] load .dockerignore 19:31:57 #25 transferring context: 56B 0.0s done 19:31:57 #25 DONE 0.1s 19:31:57 19:31:57 #26 [security-proxy-setup internal] load .dockerignore 19:31:57 #26 transferring context: 56B 0.0s done 19:31:57 #26 DONE 0.1s 19:31:57 19:31:57 #27 [support-scheduler internal] load .dockerignore 19:31:57 #27 transferring context: 56B done 19:31:57 #27 DONE 0.1s 19:31:57 19:31:57 #28 [security-spire-agent internal] load .dockerignore 19:31:57 #28 transferring context: 56B done 19:31:57 #28 DONE 0.1s 19:31:57 19:31:57 #29 [security-spire-server internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:31:57 #29 DONE 0.0s 19:31:57 19:31:57 #30 [security-spire-server internal] load metadata for docker.io/library/alpine:3.17 19:31:58 #30 DONE 0.1s 19:31:58 19:31:58 #31 [security-spire-server stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:31:58 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:31:58 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 19:31:58 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 19:31:58 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 19:31:58 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 19:31:58 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.05MB / 3.26MB 0.1s 19:31:58 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s 19:31:58 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 19:31:58 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 19:32:00 #31 ... 19:32:00 19:32:00 #29 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:32:00 #29 DONE 0.0s 19:32:00 19:32:00 #30 [support-notifications internal] load metadata for docker.io/library/alpine:3.17 19:32:00 #30 DONE 0.2s 19:32:00 19:32:00 #31 [security-spire-server stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:32:00 #31 ... 19:32:00 19:32:00 #29 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:32:00 #29 DONE 0.0s 19:32:00 19:32:00 #30 [core-command internal] load metadata for docker.io/library/alpine:3.17 19:32:00 #30 DONE 0.3s 19:32:00 19:32:00 #31 [support-notifications stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:32:00 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 19:32:00 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 19:32:00 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 19:32:00 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 19:32:00 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 19:32:00 #31 ... 19:32:00 19:32:00 #32 [core-command builder 1/9] FROM docker.io/library/ci-base-image-arm64 19:32:00 #32 DONE 2.0s 19:32:00 19:32:00 #31 [core-command stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:32:00 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 19:32:00 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 19:32:00 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 19:32:00 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 19:32:00 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 19:32:00 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.0s done 19:32:00 #31 ... 19:32:00 19:32:00 #29 [security-spire-config internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:32:00 #29 DONE 0.0s 19:32:00 19:32:00 #33 [core-command internal] load build context 19:32:00 #33 ... 19:32:00 19:32:00 #30 [security-spire-config internal] load metadata for docker.io/library/alpine:3.17 19:32:00 #30 DONE 0.5s 19:32:00 19:32:00 #33 [core-command internal] load build context 19:32:00 #33 ... 19:32:00 19:32:00 #29 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:32:00 #29 DONE 0.0s 19:32:00 19:32:00 #32 [security-spire-config builder 1/9] FROM docker.io/library/ci-base-image-arm64 19:32:00 #32 DONE 2.0s 19:32:00 19:32:00 #34 [security-spire-config builder 2/9] WORKDIR /edgex-go 19:32:00 #34 DONE 0.9s 19:32:00 19:32:00 #33 [core-command internal] load build context 19:32:00 #33 ... 19:32:00 19:32:00 #29 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:32:00 #29 DONE 0.0s 19:32:00 19:32:00 #33 [core-command internal] load build context 19:32:00 #33 ... 19:32:00 19:32:00 #29 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:32:00 #29 DONE 0.0s 19:32:00 19:32:00 #32 [security-secretstore-setup builder 1/9] FROM docker.io/library/ci-base-image-arm64 19:32:00 #32 DONE 2.1s 19:32:00 19:32:00 #34 [security-secretstore-setup builder 2/9] WORKDIR /edgex-go 19:32:00 #34 DONE 1.0s 19:32:00 19:32:00 #33 [core-command internal] load build context 19:32:00 #33 ... 19:32:00 19:32:00 #29 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:32:00 #29 DONE 0.0s 19:32:00 19:32:00 #31 [security-secretstore-setup stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:32:00 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 19:32:00 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 19:32:00 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 19:32:00 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 19:32:00 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 19:32:00 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.0s done 19:32:00 #31 DONE 3.1s 19:32:00 19:32:00 #33 [core-command internal] load build context 19:32:00 #33 ... 19:32:00 19:32:00 #29 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:32:00 #29 DONE 0.0s 19:32:00 19:32:00 #33 [core-command internal] load build context 19:32:01 #33 ... 19:32:01 19:32:01 #32 [core-data builder 1/9] FROM docker.io/library/ci-base-image-arm64 19:32:01 #32 DONE 2.1s 19:32:01 19:32:01 #34 [core-data builder 2/9] WORKDIR /edgex-go 19:32:01 #34 DONE 1.0s 19:32:01 19:32:01 #29 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:32:01 #29 DONE 0.0s 19:32:01 19:32:01 #31 [core-data stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:32:01 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 19:32:01 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 19:32:01 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 19:32:01 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 19:32:01 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 19:32:01 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.0s done 19:32:01 #31 DONE 3.1s 19:32:01 19:32:01 #33 [core-command internal] load build context 19:32:01 #33 ... 19:32:01 19:32:01 #32 [security-bootstrapper builder 1/9] FROM docker.io/library/ci-base-image-arm64 19:32:01 #32 DONE 2.1s 19:32:01 19:32:01 #34 [security-bootstrapper builder 2/9] WORKDIR /edgex-go 19:32:01 #34 DONE 1.0s 19:32:01 19:32:01 #29 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:32:01 #29 DONE 0.0s 19:32:01 19:32:01 #31 [security-bootstrapper stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:32:01 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 19:32:01 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 19:32:01 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 19:32:01 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 19:32:01 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 19:32:01 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.0s done 19:32:01 #31 DONE 3.2s 19:32:01 19:32:01 #33 [core-command internal] load build context 19:32:01 #33 ... 19:32:01 19:32:01 #29 [security-spire-agent internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:32:01 #29 DONE 0.0s 19:32:01 19:32:01 #33 [core-command internal] load build context 19:32:02 #33 transferring context: 16.10MB 3.2s 19:32:02 #33 ... 19:32:02 19:32:02 #32 [security-spire-agent builder 1/9] FROM docker.io/library/ci-base-image-arm64 19:32:02 #32 DONE 2.2s 19:32:02 19:32:02 #34 [security-spire-agent builder 2/9] WORKDIR /edgex-go 19:32:02 #34 DONE 1.1s 19:32:02 19:32:02 #31 [security-spire-agent stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:32:02 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 19:32:02 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 19:32:02 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 19:32:02 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 19:32:02 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 19:32:02 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.0s done 19:32:02 #31 DONE 3.2s 19:32:02 19:32:02 #30 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.17 19:32:02 #30 DONE 3.6s 19:32:02 19:32:02 #35 [security-spire-agent internal] load build context 19:32:02 #35 DONE 0.0s 19:32:02 19:32:02 #33 [core-command internal] load build context 19:32:03 #33 ... 19:32:03 19:32:03 #32 [support-scheduler builder 1/9] FROM docker.io/library/ci-base-image-arm64 19:32:03 #32 DONE 2.2s 19:32:03 19:32:03 #34 [support-scheduler builder 2/9] WORKDIR /edgex-go 19:32:03 #34 DONE 1.1s 19:32:03 19:32:03 #31 [support-scheduler stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:32:03 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 19:32:03 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 19:32:03 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 19:32:03 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 19:32:03 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 19:32:03 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.0s done 19:32:03 #31 DONE 3.2s 19:32:03 19:32:03 #32 [security-proxy-setup builder 1/9] FROM docker.io/library/ci-base-image-arm64 19:32:03 #32 DONE 2.2s 19:32:03 19:32:03 #34 [security-proxy-setup builder 2/9] WORKDIR /edgex-go 19:32:03 #34 DONE 1.1s 19:32:03 19:32:03 #31 [security-proxy-setup stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:32:03 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 19:32:03 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 19:32:03 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 19:32:03 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 19:32:03 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 19:32:03 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.0s done 19:32:03 #31 DONE 3.2s 19:32:03 19:32:03 #36 [support-scheduler internal] load build context 19:32:03 #36 DONE 0.0s 19:32:03 19:32:03 #35 [security-spire-agent internal] load build context 19:32:08 #35 ... 19:32:08 19:32:08 #37 [security-spire-server internal] load build context 19:32:08 #37 transferring context: 53.82MB 9.8s 19:32:08 #37 ... 19:32:08 19:32:08 #35 [security-spire-agent internal] load build context 19:32:09 #35 ... 19:32:09 19:32:09 #38 [support-notifications internal] load build context 19:32:09 #38 ... 19:32:09 19:32:09 #39 [core-metadata internal] load build context 19:32:09 #39 ... 19:32:09 19:32:09 #35 [security-spire-agent internal] load build context 19:32:09 #35 ... 19:32:09 19:32:09 #40 [security-spire-config internal] load build context 19:32:10 #40 ... 19:32:10 19:32:10 #41 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git 19:32:10 #0 8.371 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:32:10 #41 ... 19:32:10 19:32:10 #42 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 19:32:10 #0 6.045 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:32:10 #0 7.000 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:32:10 #0 9.488 OK: 263 MiB in 53 packages 19:32:10 #42 ... 19:32:10 19:32:10 #43 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 19:32:10 #0 5.750 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:32:10 #0 6.776 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:32:10 #0 10.01 OK: 263 MiB in 53 packages 19:32:10 #43 ... 19:32:10 19:32:10 #44 [security-secretstore-setup internal] load build context 19:32:10 #44 ... 19:32:10 19:32:10 #45 [security-spire-agent builder 3/9] RUN apk add --update --no-cache make git build-base curl 19:32:10 #0 10.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:32:10 #45 ... 19:32:10 19:32:10 #46 [security-proxy-auth internal] load build context 19:32:10 #46 ... 19:32:10 19:32:10 #47 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:32:10 #0 8.669 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:32:10 #47 ... 19:32:10 19:32:10 #48 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 19:32:10 #48 ... 19:32:10 19:32:10 #49 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache dumb-init 19:32:10 #49 ... 19:32:10 19:32:10 #50 [security-spire-agent stage-1 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:32:11 #50 ... 19:32:11 19:32:11 #51 [core-common-config-bootstrapper internal] load build context 19:32:11 #51 ... 19:32:11 19:32:11 #42 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 19:32:11 #42 DONE 11.4s 19:32:11 19:32:11 #51 [core-common-config-bootstrapper internal] load build context 19:32:11 #51 ... 19:32:11 19:32:11 #52 [security-bootstrapper internal] load build context 19:32:11 #52 ... 19:32:11 19:32:11 #53 [core-data internal] load build context 19:32:11 #53 ... 19:32:11 19:32:11 #54 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 19:32:11 #0 9.305 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:32:11 #54 ... 19:32:11 19:32:11 #55 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 19:32:11 #55 10.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:32:11 #55 ... 19:32:11 19:32:11 #56 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init 19:32:11 #56 ... 19:32:11 19:32:11 #57 [security-spiffe-token-provider internal] load build context 19:32:11 #57 ... 19:32:11 19:32:11 #58 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:32:11 #58 ... 19:32:11 19:32:11 #57 [security-spiffe-token-provider internal] load build context 19:32:12 #57 ... 19:32:12 19:32:12 #59 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 19:32:12 #59 ... 19:32:12 19:32:12 #51 [core-common-config-bootstrapper internal] load build context 19:32:12 #51 ... 19:32:12 19:32:12 #43 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 19:32:12 #43 DONE 12.0s 19:32:12 19:32:12 #51 [core-common-config-bootstrapper internal] load build context 19:32:13 #51 ... 19:32:13 19:32:13 #33 [core-command internal] load build context 19:32:13 #33 ... 19:32:13 19:32:13 #60 [security-proxy-setup internal] load build context 19:32:13 #60 ... 19:32:13 19:32:13 #36 [support-scheduler internal] load build context 19:32:13 #36 ... 19:32:13 19:32:13 #60 [security-proxy-setup internal] load build context 19:32:14 #60 transferring context: 3.36MB 9.4s 19:32:14 #60 ... 19:32:14 19:32:14 #61 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl 19:32:14 #61 ... 19:32:14 19:32:14 #60 [security-proxy-setup internal] load build context 19:32:16 #60 ... 19:32:16 19:32:16 #41 [core-command builder 3/7] RUN apk add --update --no-cache make git 19:32:16 #41 10.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:32:16 #41 14.58 OK: 263 MiB in 53 packages 19:32:16 #41 DONE 16.5s 19:32:16 19:32:16 #60 [security-proxy-setup internal] load build context 19:32:18 #60 ... 19:32:18 19:32:18 #37 [security-spire-server internal] load build context 19:32:18 #37 transferring context: 71.05MB 20.3s 19:32:18 #37 ... 19:32:18 19:32:18 #60 [security-proxy-setup internal] load build context 19:32:18 #60 ... 19:32:18 19:32:18 #45 [security-spire-config builder 3/9] RUN apk add --update --no-cache make git build-base curl 19:32:18 #45 12.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:32:18 #45 18.30 OK: 263 MiB in 53 packages 19:32:18 #45 DONE 20.3s 19:32:18 19:32:18 #60 [security-proxy-setup internal] load build context 19:32:19 #60 ... 19:32:19 19:32:19 #38 [support-notifications internal] load build context 19:32:19 #38 ... 19:32:19 19:32:19 #35 [security-spire-agent internal] load build context 19:32:19 #35 ... 19:32:19 19:32:19 #40 [security-spire-config internal] load build context 19:32:20 #40 ... 19:32:20 19:32:20 #39 [core-metadata internal] load build context 19:32:20 #39 ... 19:32:20 19:32:20 #35 [security-spire-agent internal] load build context 19:32:20 #35 ... 19:32:20 19:32:20 #44 [security-secretstore-setup internal] load build context 19:32:20 #44 ... 19:32:20 19:32:20 #35 [security-spire-agent internal] load build context 19:32:20 #35 ... 19:32:20 19:32:20 #46 [security-proxy-auth internal] load build context 19:32:20 #46 ... 19:32:20 19:32:20 #44 [security-secretstore-setup internal] load build context 19:32:21 #44 ... 19:32:21 19:32:21 #53 [core-data internal] load build context 19:32:21 #53 ... 19:32:21 19:32:21 #44 [security-secretstore-setup internal] load build context 19:32:21 #44 ... 19:32:21 19:32:21 #52 [security-bootstrapper internal] load build context 19:32:21 #52 ... 19:32:21 19:32:21 #47 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:32:21 #47 11.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:32:21 #47 16.92 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 19:32:21 #47 16.95 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 19:32:21 #47 16.95 OK: 17689 distinct packages available 19:32:21 #47 18.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:32:21 #47 ... 19:32:21 19:32:21 #44 [security-secretstore-setup internal] load build context 19:32:22 #44 ... 19:32:22 19:32:22 #57 [security-spiffe-token-provider internal] load build context 19:32:22 #57 ... 19:32:22 19:32:22 #54 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 19:32:22 #54 11.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:32:22 #54 18.07 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 19:32:22 #54 18.07 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 19:32:22 #54 18.07 OK: 17694 distinct packages available 19:32:22 #54 19.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:32:22 #54 ... 19:32:22 19:32:22 #44 [security-secretstore-setup internal] load build context 19:32:23 #44 ... 19:32:23 19:32:23 #51 [core-common-config-bootstrapper internal] load build context 19:32:23 #51 ... 19:32:23 19:32:23 #33 [core-command internal] load build context 19:32:23 #33 ... 19:32:23 19:32:23 #50 [security-spire-agent stage-1 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:32:23 #50 13.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:32:23 #50 17.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:32:23 #50 ... 19:32:23 19:32:23 #33 [core-command internal] load build context 19:32:24 #33 ... 19:32:24 19:32:24 #55 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 19:32:24 #55 13.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:32:24 #55 20.57 (1/4) Installing ca-certificates (20230506-r0) 19:32:24 #55 20.93 (2/4) Installing dumb-init (1.2.5-r2) 19:32:24 #55 20.94 (3/4) Installing su-exec (0.2-r2) 19:32:24 #55 20.95 (4/4) Installing yq (4.30.4-r4) 19:32:24 #55 22.17 Executing busybox-1.35.0-r29.trigger 19:32:24 #55 22.35 Executing ca-certificates-20230506-r0.trigger 19:32:24 #55 ... 19:32:24 19:32:24 #36 [support-scheduler internal] load build context 19:32:24 #36 ... 19:32:24 19:32:24 #33 [core-command internal] load build context 19:32:24 #33 transferring context: 56.23MB 25.0s 19:32:25 #33 ... 19:32:25 19:32:25 #49 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache dumb-init 19:32:25 #49 14.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:32:25 #49 18.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:32:25 #49 ... 19:32:25 19:32:25 #54 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 19:32:25 #54 24.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:32:26 #54 ... 19:32:26 19:32:26 #48 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 19:32:26 #48 15.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:32:26 #48 19.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:32:26 #48 ... 19:32:26 19:32:26 #49 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache dumb-init 19:32:26 #49 25.86 (1/1) Installing dumb-init (1.2.5-r2) 19:32:26 #49 25.93 Executing busybox-1.35.0-r29.trigger 19:32:26 #49 26.14 OK: 8 MiB in 16 packages 19:32:28 #49 ... 19:32:28 19:32:28 #37 [security-spire-server internal] load build context 19:32:28 #37 transferring context: 101.18MB 30.6s 19:32:28 #37 ... 19:32:28 19:32:28 #58 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:32:28 #58 16.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:32:28 #58 21.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:32:28 #58 ... 19:32:28 19:32:28 #55 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 19:32:28 #55 25.41 OK: 17 MiB in 19 packages 19:32:28 #55 DONE 28.2s 19:32:28 19:32:28 #56 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init 19:32:28 #56 17.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:32:28 #56 21.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:32:28 #56 ... 19:32:28 19:32:28 #37 [security-spire-server internal] load build context 19:32:29 #37 ... 19:32:29 19:32:29 #49 [core-metadata stage-1 2/7] RUN apk add --update --no-cache dumb-init 19:32:29 #49 DONE 28.7s 19:32:29 19:32:29 #37 [security-spire-server internal] load build context 19:32:29 #37 ... 19:32:29 19:32:29 #61 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl 19:32:29 #61 14.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:32:29 #61 19.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:32:29 #61 ... 19:32:29 19:32:29 #39 [core-metadata internal] load build context 19:32:29 #39 ... 19:32:29 19:32:29 #59 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 19:32:29 #59 17.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:32:29 #59 21.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:32:30 #59 ... 19:32:30 19:32:30 #60 [security-proxy-setup internal] load build context 19:32:30 #60 ... 19:32:30 19:32:30 #38 [support-notifications internal] load build context 19:32:30 #38 ... 19:32:30 19:32:30 #60 [security-proxy-setup internal] load build context 19:32:30 #60 ... 19:32:30 19:32:30 #40 [security-spire-config internal] load build context 19:32:30 #40 ... 19:32:30 19:32:30 #58 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:32:30 #58 28.42 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 19:32:30 #58 28.42 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 19:32:30 #58 28.42 OK: 17689 distinct packages available 19:32:30 #58 ... 19:32:30 19:32:30 #35 [security-spire-agent internal] load build context 19:32:30 #35 ... 19:32:30 19:32:30 #46 [security-proxy-auth internal] load build context 19:32:30 #46 ... 19:32:30 19:32:30 #61 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl 19:32:30 #61 26.48 (1/2) Installing dumb-init (1.2.5-r2) 19:32:31 #61 26.51 (2/2) Installing openssl (3.0.10-r0) 19:32:31 #61 26.78 Executing busybox-1.35.0-r29.trigger 19:32:31 #61 26.94 OK: 8 MiB in 17 packages 19:32:31 #61 ... 19:32:31 19:32:31 #53 [core-data internal] load build context 19:32:31 #53 ... 19:32:31 19:32:31 #59 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 19:32:31 #59 29.57 (1/2) Installing dumb-init (1.2.5-r2) 19:32:31 #59 29.57 (2/2) Installing su-exec (0.2-r2) 19:32:31 #59 29.57 Executing busybox-1.35.0-r29.trigger 19:32:32 #59 ... 19:32:32 19:32:32 #52 [security-bootstrapper internal] load build context 19:32:32 #52 ... 19:32:32 19:32:32 #59 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 19:32:32 #59 29.84 OK: 8 MiB in 17 packages 19:32:32 #59 ... 19:32:32 19:32:32 #47 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:32:32 #47 21.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:32:32 #47 29.40 (1/4) Installing dumb-init (1.2.5-r2) 19:32:32 #47 29.45 (2/4) Installing musl-obstack (1.2.3-r0) 19:32:32 #47 29.49 (3/4) Installing libucontext (1.2-r0) 19:32:32 #47 29.53 (4/4) Installing gcompat (1.1.0-r0) 19:32:32 #47 29.59 Executing busybox-1.35.0-r29.trigger 19:32:32 #47 29.78 OK: 8 MiB in 19 packages 19:32:32 #47 ... 19:32:32 19:32:32 #54 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 19:32:32 #54 31.45 OK: 263 MiB in 53 packages 19:32:32 #54 ... 19:32:32 19:32:32 #57 [security-spiffe-token-provider internal] load build context 19:32:32 #57 ... 19:32:32 19:32:32 #47 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:32:32 #47 DONE 32.1s 19:32:32 19:32:32 #39 [core-metadata internal] load build context 19:32:33 #39 ... 19:32:33 19:32:33 #56 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init 19:32:33 #56 29.44 (1/1) Installing dumb-init (1.2.5-r2) 19:32:33 #56 29.48 Executing busybox-1.35.0-r29.trigger 19:32:33 #56 29.55 OK: 8 MiB in 16 packages 19:32:33 #56 DONE 31.4s 19:32:33 19:32:33 #39 [core-metadata internal] load build context 19:32:33 #39 ... 19:32:33 19:32:33 #51 [core-common-config-bootstrapper internal] load build context 19:32:33 #51 ... 19:32:33 19:32:33 #61 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl 19:32:33 #61 DONE 29.2s 19:32:33 19:32:33 #51 [core-common-config-bootstrapper internal] load build context 19:32:33 #51 ... 19:32:33 19:32:33 #44 [security-secretstore-setup internal] load build context 19:32:33 #44 ... 19:32:33 19:32:33 #39 [core-metadata internal] load build context 19:32:34 #39 ... 19:32:34 19:32:34 #59 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 19:32:34 #59 DONE 32.0s 19:32:34 19:32:34 #39 [core-metadata internal] load build context 19:32:34 #39 ... 19:32:34 19:32:34 #54 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 19:32:34 #54 DONE 33.4s 19:32:34 19:32:34 #39 [core-metadata internal] load build context 19:32:34 #39 ... 19:32:34 19:32:34 #36 [support-scheduler internal] load build context 19:32:34 #36 ... 19:32:34 19:32:34 #48 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 19:32:34 #48 27.21 (1/2) Installing ca-certificates (20230506-r0) 19:32:34 #48 28.03 (2/2) Installing dumb-init (1.2.5-r2) 19:32:34 #48 28.03 Executing busybox-1.35.0-r29.trigger 19:32:34 #48 28.23 Executing ca-certificates-20230506-r0.trigger 19:32:34 #48 31.32 OK: 8 MiB in 17 packages 19:32:34 #48 DONE 33.9s 19:32:34 19:32:34 #39 [core-metadata internal] load build context 19:32:34 #39 transferring context: 78.65MB 34.6s 19:32:35 #39 ... 19:32:35 19:32:35 #33 [core-command internal] load build context 19:32:35 #33 ... 19:32:35 19:32:35 #39 [core-metadata internal] load build context 19:32:35 #39 ... 19:32:35 19:32:35 #62 [security-proxy-setup stage-1 3/9] WORKDIR /edgex 19:32:35 #62 DONE 1.5s 19:32:35 19:32:35 #39 [core-metadata internal] load build context 19:32:35 #39 ... 19:32:35 19:32:35 #50 [security-spire-agent stage-1 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:32:35 #50 27.70 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 19:32:35 #50 27.70 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 19:32:35 #50 27.70 OK: 17689 distinct packages available 19:32:35 #50 29.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:32:35 #50 32.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:32:35 #50 35.03 (1/5) Installing dumb-init (1.2.5-r2) 19:32:35 #50 35.05 (2/5) Installing musl-obstack (1.2.3-r0) 19:32:35 #50 35.05 (3/5) Installing libucontext (1.2-r0) 19:32:35 #50 35.06 (4/5) Installing gcompat (1.1.0-r0) 19:32:35 #50 35.09 (5/5) Installing openssl (3.0.10-r0) 19:32:35 #50 35.21 Executing busybox-1.35.0-r29.trigger 19:32:35 #50 35.21 OK: 9 MiB in 20 packages 19:32:35 #50 DONE 36.2s 19:32:35 19:32:35 #39 [core-metadata internal] load build context 19:32:37 #39 ... 19:32:37 19:32:37 #58 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:32:37 #58 29.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:32:37 #58 31.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:32:37 #58 33.76 (1/9) Installing ca-certificates (20230506-r0) 19:32:37 #58 33.85 (2/9) Installing brotli-libs (1.0.9-r9) 19:32:37 #58 33.90 (3/9) Installing nghttp2-libs (1.51.0-r1) 19:32:37 #58 33.90 (4/9) Installing libcurl (8.2.1-r0) 19:32:37 #58 33.94 (5/9) Installing curl (8.2.1-r0) 19:32:37 #58 33.94 (6/9) Installing dumb-init (1.2.5-r2) 19:32:37 #58 33.94 (7/9) Installing musl-obstack (1.2.3-r0) 19:32:37 #58 33.99 (8/9) Installing libucontext (1.2-r0) 19:32:37 #58 33.99 (9/9) Installing gcompat (1.1.0-r0) 19:32:37 #58 33.99 Executing busybox-1.35.0-r29.trigger 19:32:37 #58 34.09 Executing ca-certificates-20230506-r0.trigger 19:32:37 #58 34.57 OK: 11 MiB in 24 packages 19:32:37 #58 DONE 35.6s 19:32:37 19:32:37 #39 [core-metadata internal] load build context 19:32:39 #39 ... 19:32:39 19:32:39 #63 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 19:32:39 #63 DONE 5.2s 19:32:39 19:32:39 #39 [core-metadata internal] load build context 19:32:39 #39 ... 19:32:39 19:32:39 #37 [security-spire-server internal] load build context 19:32:39 #37 transferring context: 126.51MB 41.4s 19:32:39 #37 ... 19:32:39 19:32:39 #39 [core-metadata internal] load build context 19:32:40 #39 ... 19:32:40 19:32:40 #38 [support-notifications internal] load build context 19:32:40 #38 ... 19:32:40 19:32:40 #64 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging 19:32:40 #64 DONE 0.9s 19:32:40 19:32:40 #38 [support-notifications internal] load build context 19:32:40 #38 ... 19:32:40 19:32:40 #60 [security-proxy-setup internal] load build context 19:32:40 #60 ... 19:32:40 19:32:40 #40 [security-spire-config internal] load build context 19:32:40 #40 ... 19:32:40 19:32:40 #39 [core-metadata internal] load build context 19:32:41 #39 ... 19:32:41 19:32:41 #35 [security-spire-agent internal] load build context 19:32:41 #35 ... 19:32:41 19:32:41 #46 [security-proxy-auth internal] load build context 19:32:41 #46 ... 19:32:41 19:32:41 #60 [security-proxy-setup internal] load build context 19:32:42 #60 ... 19:32:42 19:32:42 #53 [core-data internal] load build context 19:32:42 #53 ... 19:32:42 19:32:42 #52 [security-bootstrapper internal] load build context 19:32:42 #52 ... 19:32:42 19:32:42 #60 [security-proxy-setup internal] load build context 19:32:42 #60 ... 19:32:42 19:32:42 #57 [security-spiffe-token-provider internal] load build context 19:32:42 #57 ... 19:32:42 19:32:42 #60 [security-proxy-setup internal] load build context 19:32:43 #60 ... 19:32:43 19:32:43 #44 [security-secretstore-setup internal] load build context 19:32:44 #44 ... 19:32:44 19:32:44 #60 [security-proxy-setup internal] load build context 19:32:44 #60 ... 19:32:44 19:32:44 #51 [core-common-config-bootstrapper internal] load build context 19:32:44 #51 ... 19:32:44 19:32:44 #60 [security-proxy-setup internal] load build context 19:32:44 #60 ... 19:32:44 19:32:44 #36 [support-scheduler internal] load build context 19:32:44 #36 ... 19:32:44 19:32:44 #51 [core-common-config-bootstrapper internal] load build context 19:32:45 #51 transferring context: 96.59MB 45.2s 19:32:45 #51 ... 19:32:45 19:32:45 #33 [core-command internal] load build context 19:32:45 #33 ... 19:32:45 19:32:45 #51 [core-common-config-bootstrapper internal] load build context 19:32:49 #51 ... 19:32:49 19:32:49 #37 [security-spire-server internal] load build context 19:32:49 #37 transferring context: 174.00MB 51.6s 19:32:49 #37 ... 19:32:49 19:32:49 #51 [core-common-config-bootstrapper internal] load build context 19:32:50 #51 ... 19:32:50 19:32:50 #38 [support-notifications internal] load build context 19:32:50 #38 ... 19:32:50 19:32:50 #51 [core-common-config-bootstrapper internal] load build context 19:32:50 #51 ... 19:32:50 19:32:50 #40 [security-spire-config internal] load build context 19:32:50 #40 ... 19:32:50 19:32:50 #38 [support-notifications internal] load build context 19:32:50 #38 ... 19:32:50 19:32:50 #39 [core-metadata internal] load build context 19:32:51 #39 ... 19:32:51 19:32:51 #37 [security-spire-server internal] load build context 19:32:51 #37 ... 19:32:51 19:32:51 #35 [security-spire-agent internal] load build context 19:32:51 #35 ... 19:32:51 19:32:51 #46 [security-proxy-auth internal] load build context 19:32:51 #46 ... 19:32:51 19:32:51 #35 [security-spire-agent internal] load build context 19:32:52 #35 ... 19:32:52 19:32:52 #53 [core-data internal] load build context 19:32:52 #53 ... 19:32:52 19:32:52 #35 [security-spire-agent internal] load build context 19:32:52 #35 ... 19:32:52 19:32:52 #52 [security-bootstrapper internal] load build context 19:32:52 #52 ... 19:32:52 19:32:52 #35 [security-spire-agent internal] load build context 19:32:52 #35 ... 19:32:52 19:32:52 #37 [security-spire-server internal] load build context 19:32:52 #37 transferring context: 188.04MB 54.3s done 19:32:52 #37 DONE 54.7s 19:32:52 19:32:52 #35 [security-spire-agent internal] load build context 19:32:52 #35 ... 19:32:52 19:32:52 #57 [security-spiffe-token-provider internal] load build context 19:32:53 #57 ... 19:32:53 19:32:53 #35 [security-spire-agent internal] load build context 19:32:54 #35 ... 19:32:54 19:32:54 #44 [security-secretstore-setup internal] load build context 19:32:54 #44 ... 19:32:54 19:32:54 #35 [security-spire-agent internal] load build context 19:32:55 #35 ... 19:32:55 19:32:55 #60 [security-proxy-setup internal] load build context 19:32:55 #60 ... 19:32:55 19:32:55 #36 [support-scheduler internal] load build context 19:32:55 #36 ... 19:32:55 19:32:55 #60 [security-proxy-setup internal] load build context 19:32:55 #60 ... 19:32:55 19:32:55 #65 [security-spire-server builder 4/9] COPY go.mod vendor* ./ 19:32:55 #65 DONE 2.6s 19:32:55 19:32:55 #60 [security-proxy-setup internal] load build context 19:32:55 #60 ... 19:32:55 19:32:55 #33 [core-command internal] load build context 19:32:55 #33 ... 19:32:55 19:32:55 #60 [security-proxy-setup internal] load build context 19:32:57 #60 ... 19:32:57 19:32:57 #39 [core-metadata internal] load build context 19:32:57 #39 transferring context: 188.04MB 56.7s done 19:32:57 #39 DONE 57.1s 19:32:57 19:32:57 #60 [security-proxy-setup internal] load build context 19:32:59 #60 ... 19:32:59 19:32:59 #66 [core-metadata builder 4/7] COPY go.mod vendor* ./ 19:32:59 #66 DONE 1.4s 19:32:59 19:32:59 #60 [security-proxy-setup internal] load build context 19:33:00 #60 ... 19:33:00 19:33:00 #46 [security-proxy-auth internal] load build context 19:33:00 #46 transferring context: 188.04MB 59.4s done 19:33:00 #46 DONE 59.9s 19:33:00 19:33:00 #60 [security-proxy-setup internal] load build context 19:33:00 #60 ... 19:33:00 19:33:00 #51 [core-common-config-bootstrapper internal] load build context 19:33:00 #51 ... 19:33:00 19:33:00 #60 [security-proxy-setup internal] load build context 19:33:00 #60 ... 19:33:00 19:33:00 #40 [security-spire-config internal] load build context 19:33:01 #40 ... 19:33:01 19:33:01 #38 [support-notifications internal] load build context 19:33:01 #38 ... 19:33:01 19:33:01 #51 [core-common-config-bootstrapper internal] load build context 19:33:02 #51 ... 19:33:02 19:33:02 #53 [core-data internal] load build context 19:33:02 #53 ... 19:33:02 19:33:02 #38 [support-notifications internal] load build context 19:33:02 #38 ... 19:33:02 19:33:02 #52 [security-bootstrapper internal] load build context 19:33:02 #52 ... 19:33:02 19:33:02 #57 [security-spiffe-token-provider internal] load build context 19:33:02 #57 transferring context: 188.04MB 59.7s done 19:33:02 #57 DONE 61.7s 19:33:02 19:33:02 #52 [security-bootstrapper internal] load build context 19:33:02 #52 ... 19:33:02 19:33:02 #53 [core-data internal] load build context 19:33:02 #53 ... 19:33:02 19:33:02 #33 [core-command internal] load build context 19:33:02 #33 transferring context: 188.04MB 63.4s done 19:33:02 #33 DONE 63.6s 19:33:02 19:33:02 #53 [core-data internal] load build context 19:33:04 #53 ... 19:33:04 19:33:04 #60 [security-proxy-setup internal] load build context 19:33:04 #60 transferring context: 188.04MB 59.1s done 19:33:04 #60 DONE 60.5s 19:33:04 19:33:04 #53 [core-data internal] load build context 19:33:04 #53 ... 19:33:04 19:33:04 #67 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 19:33:04 #67 DONE 1.4s 19:33:04 19:33:04 #44 [security-secretstore-setup internal] load build context 19:33:04 #44 ... 19:33:04 19:33:04 #38 [support-notifications internal] load build context 19:33:05 #38 ... 19:33:05 19:33:05 #35 [security-spire-agent internal] load build context 19:33:05 #35 ... 19:33:05 19:33:05 #38 [support-notifications internal] load build context 19:33:05 #38 ... 19:33:05 19:33:05 #36 [support-scheduler internal] load build context 19:33:05 #36 ... 19:33:05 19:33:05 #38 [support-notifications internal] load build context 19:33:05 #38 ... 19:33:05 19:33:05 #68 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 19:33:05 #68 DONE 1.4s 19:33:05 19:33:05 #38 [support-notifications internal] load build context 19:33:05 #38 ... 19:33:05 19:33:05 #69 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:05 #69 ... 19:33:05 19:33:05 #53 [core-data internal] load build context 19:33:05 #53 transferring context: 188.04MB 63.2s done 19:33:05 #53 DONE 64.7s 19:33:05 19:33:05 #38 [support-notifications internal] load build context 19:33:06 #38 ... 19:33:06 19:33:06 #36 [support-scheduler internal] load build context 19:33:06 #36 transferring context: 188.04MB 61.3s done 19:33:06 #36 DONE 62.7s 19:33:06 19:33:06 #38 [support-notifications internal] load build context 19:33:07 #38 transferring context: 188.04MB 67.7s done 19:33:07 #38 DONE 68.0s 19:33:07 19:33:07 #51 [core-common-config-bootstrapper internal] load build context 19:33:07 #51 transferring context: 188.04MB 66.9s done 19:33:07 #51 DONE 67.5s 19:33:07 19:33:07 #70 [support-notifications builder 4/7] COPY go.mod vendor* ./ 19:33:08 #70 DONE 1.2s 19:33:08 19:33:08 #71 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:09 #71 ... 19:33:09 19:33:09 #72 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:09 #72 ... 19:33:09 19:33:09 #44 [security-secretstore-setup internal] load build context 19:33:11 #44 ... 19:33:11 19:33:11 #40 [security-spire-config internal] load build context 19:33:11 #40 ... 19:33:11 19:33:11 #35 [security-spire-agent internal] load build context 19:33:11 #35 ... 19:33:11 19:33:11 #40 [security-spire-config internal] load build context 19:33:12 #40 transferring context: 170.68MB 72.0s 19:33:12 #40 ... 19:33:12 19:33:12 #52 [security-bootstrapper internal] load build context 19:33:12 #52 ... 19:33:12 19:33:12 #35 [security-spire-agent internal] load build context 19:33:13 #35 transferring context: 188.04MB 68.6s done 19:33:13 #35 DONE 70.0s 19:33:13 19:33:13 #52 [security-bootstrapper internal] load build context 19:33:14 #52 ... 19:33:14 19:33:14 #40 [security-spire-config internal] load build context 19:33:14 #40 transferring context: 188.04MB 73.8s done 19:33:14 #40 DONE 74.3s 19:33:14 19:33:14 #52 [security-bootstrapper internal] load build context 19:33:14 #52 transferring context: 188.04MB 72.0s done 19:33:14 #52 DONE 73.3s 19:33:14 19:33:14 #44 [security-secretstore-setup internal] load build context 19:33:14 #44 ... 19:33:14 19:33:14 #73 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:14 #73 ... 19:33:14 19:33:14 #44 [security-secretstore-setup internal] load build context 19:33:15 #44 transferring context: 188.04MB 75.3s done 19:33:15 #44 ... 19:33:15 19:33:15 #74 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:15 #74 ... 19:33:15 19:33:15 #44 [security-secretstore-setup internal] load build context 19:33:15 #44 DONE 75.6s 19:33:15 19:33:15 #74 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:54 #74 ... 19:33:54 19:33:54 #72 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:54 #72 DONE 53.1s 19:33:54 19:33:54 #69 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:54 #69 DONE 56.5s 19:33:54 19:33:54 #75 [security-spire-server builder 6/9] COPY . . 19:33:56 #75 ... 19:33:56 19:33:56 #76 [core-metadata builder 6/7] COPY . . 19:33:56 #76 DONE 4.1s 19:33:56 19:33:56 #77 [support-scheduler builder 6/7] COPY . . 19:33:56 #77 CACHED 19:33:56 19:33:56 #78 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 19:33:56 #78 CACHED 19:33:56 19:33:56 #79 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:56 #79 CACHED 19:33:56 19:33:56 #80 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:56 #80 CACHED 19:33:56 19:33:56 #81 [core-data builder 6/7] COPY . . 19:33:56 #81 CACHED 19:33:56 19:33:56 #82 [core-data builder 4/7] COPY go.mod vendor* ./ 19:33:56 #82 CACHED 19:33:56 19:33:56 #83 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 19:33:56 #83 CACHED 19:33:56 19:33:56 #84 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:56 #84 CACHED 19:33:56 19:33:56 #85 [security-proxy-auth builder 6/7] COPY . . 19:33:56 #85 CACHED 19:33:56 19:33:56 #86 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 19:33:56 #86 CACHED 19:33:56 19:33:56 #87 [core-common-config-bootstrapper builder 6/7] COPY . . 19:33:56 #87 CACHED 19:33:56 19:33:56 #88 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:56 #88 CACHED 19:33:56 19:33:56 #89 [core-command builder 4/7] COPY go.mod vendor* ./ 19:33:56 #89 CACHED 19:33:56 19:33:56 #90 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:56 #90 CACHED 19:33:56 19:33:56 #91 [core-command builder 6/7] COPY . . 19:33:56 #91 CACHED 19:33:56 19:33:56 #75 [security-spire-server builder 6/9] COPY . . 19:33:56 #75 DONE 4.0s 19:33:56 19:33:56 #92 [security-spire-server builder 7/9] WORKDIR /edgex-go/spire-build 19:33:57 #92 DONE 0.8s 19:33:57 19:33:57 #93 [security-spire-agent builder 4/9] COPY go.mod vendor* ./ 19:33:57 #93 CACHED 19:33:57 19:33:57 #94 [security-spire-agent builder 7/9] WORKDIR /edgex-go/spire-build 19:33:57 #94 CACHED 19:33:57 19:33:57 #95 [security-spire-agent builder 6/9] COPY . . 19:33:57 #95 CACHED 19:33:57 19:33:57 #96 [security-spire-agent builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:57 #96 CACHED 19:33:57 19:33:57 #97 [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 19:34:00 #97 ... 19:34:00 19:34:00 #74 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:34:00 #74 DONE 54.3s 19:34:00 19:34:00 #98 [security-proxy-setup builder 6/7] COPY . . 19:34:00 #98 ... 19:34:00 19:34:00 #71 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:34:00 #71 DONE 51.8s 19:34:00 19:34:00 #73 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:34:00 #73 DONE 55.9s 19:34:00 19:34:00 #99 [security-spiffe-token-provider builder 6/7] COPY . . 19:34:03 #99 ... 19:34:03 19:34:03 #100 [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 19:34:03 #100 DONE 6.4s 19:34:03 19:34:03 #97 [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 19:34:03 #97 DONE 6.5s 19:34:03 19:34:03 #101 [security-spire-agent builder 9/9] WORKDIR /edgex-go 19:34:03 #101 ... 19:34:03 19:34:03 #102 [security-spire-server builder 9/9] WORKDIR /edgex-go 19:34:03 #102 DONE 0.5s 19:34:03 19:34:03 #101 [security-spire-agent builder 9/9] WORKDIR /edgex-go 19:34:03 #101 DONE 0.5s 19:34:03 19:34:03 #103 [support-notifications builder 6/7] COPY . . 19:34:05 #103 ... 19:34:05 19:34:05 #104 [security-spire-agent stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / 19:34:06 #104 ... 19:34:06 19:34:06 #105 [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 19:34:06 #105 CACHED 19:34:06 19:34:06 #106 [security-spire-config builder 9/9] WORKDIR /edgex-go 19:34:06 #106 CACHED 19:34:06 19:34:06 #107 [security-spire-config builder 4/9] COPY go.mod vendor* ./ 19:34:06 #107 CACHED 19:34:06 19:34:06 #108 [security-spire-config builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:34:06 #108 CACHED 19:34:06 19:34:06 #109 [security-spire-config builder 6/9] COPY . . 19:34:06 #109 CACHED 19:34:06 19:34:06 #110 [security-spire-config builder 7/9] WORKDIR /edgex-go/spire-build 19:34:06 #110 CACHED 19:34:06 19:34:06 #111 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:34:06 #0 6.176 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 19:34:06 #111 ... 19:34:06 19:34:06 #104 [security-spire-agent stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / 19:34:06 #104 DONE 0.6s 19:34:06 19:34:06 #112 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 19:34:06 #0 5.361 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 19:34:06 #112 ... 19:34:06 19:34:06 #113 [security-spire-config stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / 19:34:06 #113 DONE 0.4s 19:34:06 19:34:06 #114 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 19:34:06 #0 6.119 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 19:34:06 #114 ... 19:34:06 19:34:06 #115 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 19:34:06 #0 5.674 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 19:34:06 #115 ... 19:34:06 19:34:06 #116 [security-spire-agent stage-1 4/9] COPY --from=builder /edgex-go/security.txt / 19:34:06 #116 DONE 0.4s 19:34:06 19:34:06 #117 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 19:34:06 #0 6.217 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 19:34:06 #117 ... 19:34:06 19:34:06 #118 [security-spire-config stage-1 4/9] COPY --from=builder /edgex-go/security.txt / 19:34:06 #118 DONE 0.3s 19:34:06 19:34:06 #119 [security-spire-server stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 19:34:06 #119 CACHED 19:34:06 19:34:06 #120 [security-spire-server stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 19:34:06 #120 CACHED 19:34:06 19:34:06 #121 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 19:34:06 #0 5.964 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 19:34:06 #121 ... 19:34:06 19:34:06 #122 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:34:09 #122 ... 19:34:09 19:34:09 #98 [security-proxy-setup builder 6/7] COPY . . 19:34:09 #98 DONE 9.6s 19:34:09 19:34:09 #123 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 19:34:09 #123 CACHED 19:34:09 19:34:09 #124 [security-bootstrapper builder 6/7] COPY . . 19:34:09 #124 CACHED 19:34:09 19:34:09 #125 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:34:09 #125 CACHED 19:34:09 19:34:09 #126 [security-spire-agent stage-1 5/9] COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 19:34:09 #126 DONE 2.8s 19:34:09 19:34:09 #99 [security-spiffe-token-provider builder 6/7] COPY . . 19:34:09 #99 DONE 9.3s 19:34:09 19:34:09 #127 [security-secretstore-setup builder 6/7] COPY . . 19:34:09 #127 CACHED 19:34:09 19:34:09 #128 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 19:34:09 #128 CACHED 19:34:09 19:34:09 #129 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:34:09 #129 CACHED 19:34:09 19:34:09 #103 [support-notifications builder 6/7] COPY . . 19:34:09 #103 DONE 9.4s 19:34:09 19:34:09 #122 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:34:09 #122 DONE 3.0s 19:34:09 19:34:09 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:34:09 #130 ... 19:34:09 19:34:09 #131 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:34:09 #131 DONE 2.5s 19:34:09 19:34:09 #132 [security-spire-config stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:34:10 #132 DONE 0.5s 19:34:10 19:34:10 #133 [security-spire-config stage-1 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d 19:34:10 #133 ... 19:34:10 19:34:10 #134 [security-spire-server stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:34:10 #134 DONE 0.7s 19:34:10 19:34:10 #135 [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 19:34:11 #135 ... 19:34:11 19:34:11 #133 [security-spire-config stage-1 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d 19:34:11 #133 DONE 0.8s 19:34:11 19:34:11 #136 [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 19:34:11 #136 ... 19:34:11 19:34:11 #135 [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 19:34:11 #135 DONE 1.2s 19:34:11 19:34:11 #136 [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 19:34:11 #136 DONE 0.8s 19:34:11 19:34:11 #137 [security-spire-server stage-1 8/8] COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:34:12 #137 DONE 0.8s 19:34:12 19:34:12 #138 [security-spire-config] exporting to image 19:34:12 #138 exporting layers 19:34:16 #138 ... 19:34:16 19:34:16 #139 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:34:16 #139 DONE 6.5s 19:34:16 19:34:16 #140 [security-spire-agent stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:34:16 #140 DONE 0.4s 19:34:16 19:34:16 #141 [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 19:34:16 #141 DONE 0.3s 19:34:16 19:34:16 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:34:16 #130 6.275 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 19:34:17 #130 ... 19:34:17 19:34:17 #142 [security-spire-agent stage-1 9/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:34:17 #142 DONE 0.3s 19:34:17 19:34:17 #138 [security-spire-agent] exporting to image 19:34:17 #138 exporting layers 19:34:17 #138 exporting layers 5.8s done 19:34:17 #138 exporting layers 5.2s done 19:34:17 #138 writing image sha256:bcde168fb8b779edf99f34c9a3c07fe94be7faad17fa919d60c4032efeed541f 0.0s done 19:34:17 #138 naming to docker.io/library/security-spire-config-arm64 0.0s done 19:34:17 #138 writing image sha256:b9ef2e2b0df244097e6228f1d7118ef21b54fdbad223a72020627c965c183857 0.0s done 19:34:17 #138 naming to docker.io/library/security-spire-server-arm64 0.0s done 19:34:19 #138 exporting layers 1.8s done 19:34:19 #138 writing image sha256:abb866dc42c7e2e23de5113e8500ecdf460cea496dbdb7886a36e7a95938f552 done 19:34:19 #138 naming to docker.io/library/security-spire-agent-arm64 done 19:34:19 #138 DONE 6.9s 19:34:19 19:34:19 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:34:19 #0 6.482 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 19:34:19 #143 ... 19:34:19 19:34:19 #144 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 19:34:19 #0 5.860 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 19:34:19 #144 ... 19:34:19 19:34:19 #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 19:34:19 #0 6.354 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 19:34:19 #145 ... 19:34:19 19:34:19 #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:34:19 #0 5.409 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 19:52:42 #146 1103.6 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 19:52:45 #146 ... 19:52:45 19:52:45 #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 19:52:45 #145 DONE 1115.9s 19:52:45 19:52:45 #121 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 19:52:46 #121 ... 19:52:46 19:52:46 #147 [security-proxy-setup stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 19:52:46 #147 DONE 0.2s 19:52:46 19:52:46 #148 [security-proxy-setup stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 19:52:46 #148 DONE 0.2s 19:52:46 19:52:46 #111 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:52:46 #111 ... 19:52:46 19:52:46 #149 [security-proxy-setup stage-1 6/9] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 19:52:46 #149 DONE 0.1s 19:52:46 19:52:46 #150 [security-proxy-setup stage-1 7/9] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:52:46 #150 DONE 0.4s 19:52:46 19:52:46 #151 [security-proxy-setup stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:52:47 #151 DONE 0.1s 19:52:47 19:52:47 #152 [security-proxy-setup stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:52:49 #152 DONE 2.3s 19:52:49 19:52:49 #114 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 19:52:49 #114 ... 19:52:49 19:52:49 #138 [security-proxy-setup] exporting to image 19:52:49 #138 exporting layers 19:52:50 #138 exporting layers 0.9s done 19:52:50 #138 writing image sha256:1cac08d67b965d59206fe3e7324234b34b894520cc8caa201873bfd3056bf0a1 done 19:52:50 #138 naming to docker.io/library/security-proxy-setup-arm64 done 19:52:50 #138 DONE 7.8s 19:52:50 19:52:50 #121 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 19:53:02 #121 ... 19:53:02 19:53:02 #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:53:02 #146 DONE 1131.2s 19:53:02 19:53:02 #121 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 19:53:02 #121 ... 19:53:02 19:53:02 #144 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 19:53:02 #144 DONE 1131.7s 19:53:02 19:53:02 #121 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 19:53:02 #121 ... 19:53:02 19:53:02 #153 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / 19:53:02 #153 DONE 0.5s 19:53:02 19:53:02 #154 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 19:53:02 #154 DONE 0.4s 19:53:02 19:53:02 #155 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh 19:53:02 #155 ... 19:53:02 19:53:02 #156 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / 19:53:02 #156 DONE 0.6s 19:53:02 19:53:02 #157 [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 19:53:03 #157 DONE 0.2s 19:53:03 19:53:03 #158 [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 19:53:03 #158 DONE 0.3s 19:53:03 19:53:03 #159 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 19:53:03 #159 DONE 0.2s 19:53:03 19:53:03 #160 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:53:04 #160 DONE 0.4s 19:53:04 19:53:04 #161 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:53:04 #161 DONE 0.7s 19:53:04 19:53:04 #121 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 19:53:04 #121 ... 19:53:04 19:53:04 #162 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:53:05 #162 DONE 0.3s 19:53:05 19:53:05 #163 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:53:05 #163 ... 19:53:05 19:53:05 #155 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh 19:53:05 #155 DONE 3.5s 19:53:05 19:53:05 #121 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 19:53:05 #121 DONE 1149.9s 19:53:05 19:53:05 #164 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / 19:53:06 #164 DONE 0.5s 19:53:06 19:53:06 #165 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / 19:53:06 #165 DONE 0.3s 19:53:06 19:53:06 #166 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:53:07 #166 DONE 0.8s 19:53:07 19:53:07 #167 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 19:53:07 #167 DONE 0.6s 19:53:07 19:53:07 #168 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 19:53:07 #168 DONE 0.3s 19:53:07 19:53:07 #169 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 19:53:07 #169 DONE 0.5s 19:53:07 19:53:07 #170 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 19:53:08 #170 ... 19:53:08 19:53:08 #171 [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/ 19:53:08 #171 DONE 0.3s 19:53:08 19:53:08 #163 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:53:08 #163 DONE 3.5s 19:53:08 19:53:08 #172 [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/ 19:53:09 #172 DONE 0.8s 19:53:09 19:53:09 #173 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 19:53:09 #173 ... 19:53:09 19:53:09 #170 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 19:53:09 #170 DONE 1.2s 19:53:09 19:53:09 #174 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 19:53:09 #174 ... 19:53:09 19:53:09 #173 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 19:53:09 #173 DONE 0.6s 19:53:09 19:53:09 #175 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:53:09 #175 ... 19:53:09 19:53:09 #174 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 19:53:09 #174 DONE 0.6s 19:53:10 19:53:10 #175 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:53:10 #175 DONE 0.4s 19:53:10 19:53:10 #176 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 19:53:10 #176 DONE 0.5s 19:53:10 19:53:10 #177 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh 19:53:11 #177 ... 19:53:11 19:53:11 #138 [security-secretstore-setup] exporting to image 19:53:11 #138 exporting layers 2.9s done 19:53:11 #138 writing image sha256:3ae4edc1ff47f7c170afc4eb9b26a600c94af8941172a23408c582dd70cb7757 done 19:53:11 #138 naming to docker.io/library/security-secretstore-setup-arm64 0.0s done 19:53:11 #138 DONE 10.7s 19:53:11 19:53:11 #178 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:53:13 #178 ... 19:53:13 19:53:13 #177 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh 19:53:13 #177 DONE 3.1s 19:53:13 19:53:13 #138 [security-bootstrapper] exporting to image 19:53:13 #138 ... 19:53:13 19:53:13 #178 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:53:13 #178 DONE 3.2s 19:53:14 19:53:14 #138 [security-proxy-auth] exporting to image 19:53:14 #138 exporting layers 1.1s done 19:53:14 #138 exporting layers 1.7s done 19:53:14 #138 writing image sha256:21d41b2e36a444004ae5ad6a0e91fd6458c938a1e64fa0b1bc1d223d5e4b51bf 0.0s done 19:53:14 #138 naming to docker.io/library/security-proxy-auth-arm64 0.0s done 19:53:14 #138 writing image sha256:a90d62446539b2a58b182e0c821bb77bd5242be466b3e9cca96c8d9b4222d2f3 19:53:15 #138 writing image sha256:a90d62446539b2a58b182e0c821bb77bd5242be466b3e9cca96c8d9b4222d2f3 0.0s done 19:53:15 #138 naming to docker.io/library/security-bootstrapper-arm64 0.0s done 19:53:15 #138 DONE 12.5s 19:53:15 19:53:15 #114 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 19:53:33 #114 ... 19:53:33 19:53:33 #112 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 19:53:33 #112 DONE 1176.0s 19:53:33 19:53:33 #111 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:53:33 #111 ... 19:53:33 19:53:33 #179 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 19:53:33 #179 DONE 0.2s 19:53:33 19:53:33 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:53:33 #143 ... 19:53:33 19:53:33 #180 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 19:53:33 #180 DONE 0.2s 19:53:33 19:53:33 #181 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 19:53:33 #181 DONE 0.3s 19:53:33 19:53:33 #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 19:53:33 #182 DONE 0.2s 19:53:33 19:53:33 #183 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 19:53:33 #183 DONE 0.2s 19:53:33 19:53:33 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:53:33 #130 ... 19:53:33 19:53:33 #184 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:53:36 #184 DONE 2.1s 19:53:36 19:53:36 #138 [core-common-config-bootstrapper] exporting to image 19:53:36 #138 exporting layers 19:53:36 #138 exporting layers 0.6s done 19:53:36 #138 writing image sha256:3dc7098f9281118d41685a4d889b8907ce92ed2e1e9e0c41eb6723760d27ada9 done 19:53:36 #138 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 19:53:36 #138 DONE 13.1s 19:53:36 19:53:36 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:54:23 #130 ... 19:54:23 19:54:23 #115 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 19:54:23 #115 DONE 1223.1s 19:54:23 19:54:23 #185 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / 19:54:23 #185 DONE 0.2s 19:54:23 19:54:23 #111 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:54:23 #111 ... 19:54:23 19:54:23 #186 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / 19:54:23 #186 DONE 0.1s 19:54:23 19:54:23 #187 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:54:23 #187 DONE 0.3s 19:54:23 19:54:23 #188 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 19:54:23 #188 DONE 0.1s 19:54:23 19:54:23 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:54:23 #130 ... 19:54:23 19:54:23 #138 [core-command] exporting to image 19:54:23 #138 exporting layers 19:54:23 #138 exporting layers 0.2s done 19:54:23 #138 writing image sha256:272cee2f7588c5474e71f7c66c5b317f9c9e9022315eadd368e4c1ffe31985bc done 19:54:23 #138 naming to docker.io/library/core-command-arm64 0.1s done 19:54:23 #138 DONE 13.5s 19:54:23 19:54:23 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:54:35 #130 ... 19:54:35 19:54:35 #111 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:54:35 #111 DONE 1239.1s 19:54:35 19:54:35 #114 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 19:54:35 #114 ... 19:54:35 19:54:35 #189 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 19:54:35 #189 DONE 0.1s 19:54:35 19:54:35 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:54:35 #130 ... 19:54:35 19:54:35 #190 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 19:54:36 #190 DONE 0.2s 19:54:36 19:54:36 #191 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:54:36 #191 DONE 0.4s 19:54:36 19:54:36 #192 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 19:54:36 #192 DONE 0.1s 19:54:36 19:54:36 #138 [core-data] exporting to image 19:54:36 #138 exporting layers 19:54:36 #138 exporting layers 0.3s done 19:54:36 #138 writing image sha256:781188e72aec103b805693ba690f8987ba07c52de8d257ea21b1db23ff4a160a done 19:54:36 #138 naming to docker.io/library/core-data-arm64 done 19:54:36 #138 DONE 13.8s 19:54:36 19:54:36 #114 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 19:54:41 #114 ... 19:54:41 19:54:41 #117 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 19:54:41 #117 DONE 1245.0s 19:54:41 19:54:41 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:54:41 #130 ... 19:54:41 19:54:41 #193 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 19:54:41 #193 DONE 0.1s 19:54:41 19:54:41 #114 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 19:54:42 #114 ... 19:54:42 19:54:42 #194 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 19:54:42 #194 DONE 0.1s 19:54:42 19:54:42 #195 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:54:42 #195 DONE 0.3s 19:54:42 19:54:42 #196 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 19:54:42 #196 DONE 0.2s 19:54:42 19:54:42 #197 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 19:54:42 #197 DONE 0.1s 19:54:42 19:54:42 #138 [core-metadata] exporting to image 19:54:42 #138 exporting layers 19:54:43 #138 exporting layers 0.5s done 19:54:43 #138 writing image sha256:f3a517e469df692a4a981f5b86324920070691a2566354b9df4e0d0c8936c800 done 19:54:43 #138 naming to docker.io/library/core-metadata-arm64 done 19:54:43 #138 DONE 14.3s 19:54:43 19:54:43 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:55:15 #130 ... 19:55:15 19:55:15 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:55:15 #143 DONE 1264.9s 19:55:15 19:55:15 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:55:15 #130 ... 19:55:15 19:55:15 #198 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 19:55:15 #198 DONE 0.1s 19:55:15 19:55:15 #199 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 19:55:15 #199 DONE 0.1s 19:55:15 19:55:15 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:55:15 #130 ... 19:55:15 19:55:15 #200 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:55:15 #200 DONE 0.4s 19:55:15 19:55:15 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:55:15 #130 ... 19:55:15 19:55:15 #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 19:55:15 #201 DONE 0.1s 19:55:15 19:55:15 #138 [security-spiffe-token-provider] exporting to image 19:55:15 #138 exporting layers 19:55:16 #138 exporting layers 0.7s done 19:55:16 #138 writing image sha256:49f41766afc35b143a034b0bc849e4878124cc6c4c653cf77837f5be8b2b3b7b done 19:55:16 #138 naming to docker.io/library/security-spiffe-token-provider-arm64 done 19:55:16 #138 DONE 15.0s 19:55:16 19:55:16 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:55:43 #130 ... 19:55:43 19:55:43 #114 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 19:55:43 #114 DONE 1304.4s 19:55:43 19:55:43 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:55:43 #130 ... 19:55:43 19:55:43 #202 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 19:55:43 #202 DONE 0.2s 19:55:43 19:55:43 #203 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 19:55:43 #203 DONE 0.1s 19:55:43 19:55:43 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:55:43 #130 DONE 1291.7s 19:55:43 19:55:43 #204 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:55:43 #204 DONE 0.6s 19:55:43 19:55:43 #205 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 19:55:43 #205 DONE 0.2s 19:55:43 19:55:43 #206 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 19:55:43 #206 DONE 0.2s 19:55:43 19:55:43 #207 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 19:55:43 #207 DONE 0.1s 19:55:43 19:55:43 #138 [support-scheduler] exporting to image 19:55:43 #138 exporting layers 19:55:43 #138 exporting layers 0.5s done 19:55:43 #138 writing image sha256:5d121f8d1b0d5f727a617215ea346a111fda6881d5e75e6e82589f32c291dbc2 done 19:55:43 #138 naming to docker.io/library/support-scheduler-arm64 done 19:55:43 #138 DONE 15.5s 19:55:43 19:55:43 #208 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:55:43 #208 DONE 0.4s 19:55:43 19:55:43 #209 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 19:55:43 #209 DONE 0.2s 19:55:43 19:55:43 #138 [support-notifications] exporting to image 19:55:43 #138 exporting layers 0.4s done 19:55:43 #138 writing image sha256:be790946a9f08b807aa063ff5eb0a0fe6b328622f9f9712e0705342a2de4d537 done 19:55:43 #138 naming to docker.io/library/support-notifications-arm64 done 19:55:43 #138 DONE 15.8s 19:55:43 time="2023-08-14T19:31:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:55:43 time="2023-08-14T19:31:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:55:43 time="2023-08-14T19:31:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:55:43 time="2023-08-14T19:31:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:55:43 time="2023-08-14T19:31:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:55:43 time="2023-08-14T19:31:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:55:43 time="2023-08-14T19:31:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:55:43 time="2023-08-14T19:31:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:55:43 time="2023-08-14T19:31:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:55:43 time="2023-08-14T19:31:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:55:43 time="2023-08-14T19:31:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:55:43 time="2023-08-14T19:31:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:55:43 time="2023-08-14T19:31:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:55:43 time="2023-08-14T19:31:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 19:55:43 $ docker stop --time=1 dd2a3f3c85f4425f6decdb10316883de27f910a5046305cf58bec193def27445 19:55:44 $ docker rm -f --volumes dd2a3f3c85f4425f6decdb10316883de27f910a5046305cf58bec193def27445 [Pipeline] // withDockerContainer [Pipeline] sh 19:55:45 + docker images 19:55:45 REPOSITORY TAG IMAGE ID CREATED SIZE 19:55:45 support-notifications-arm64 latest be790946a9f0 3 seconds ago 33.7MB 19:55:45 support-scheduler-arm64 latest 5d121f8d1b0d 4 seconds ago 32.9MB 19:55:45 security-spiffe-token-provider-arm64 latest 49f41766afc3 30 seconds ago 33.2MB 19:55:45 core-metadata-arm64 latest f3a517e469df About a minute ago 21.2MB 19:55:45 core-data-arm64 latest 781188e72aec About a minute ago 20.9MB 19:55:45 core-command-arm64 latest 272cee2f7588 About a minute ago 20.8MB 19:55:45 core-common-config-bootstrapper-arm64 latest 3dc7098f9281 2 minutes ago 18MB 19:55:45 security-proxy-auth-arm64 latest 21d41b2e36a4 2 minutes ago 19.3MB 19:55:45 security-bootstrapper-arm64 latest a90d62446539 2 minutes ago 22.6MB 19:55:45 security-secretstore-setup-arm64 latest 3ae4edc1ff47 2 minutes ago 42.9MB 19:55:45 security-proxy-setup-arm64 latest 1cac08d67b96 2 minutes ago 19.5MB 19:55:45 security-spire-agent-arm64 latest abb866dc42c7 21 minutes ago 152MB 19:55:45 security-spire-server-arm64 latest b9ef2e2b0df2 21 minutes ago 96.9MB 19:55:45 security-spire-config-arm64 latest bcde168fb8b7 21 minutes ago 96.1MB 19:55:45 ci-base-image-arm64 latest 6b30778f9442 38 minutes ago 1.05GB 19:55:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 1e15ea492957 4 weeks ago 677MB 19:55:45 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 19:55:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:55:46 19:55:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:55:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:55:46 arm64: Pulling from edgex-lftools-log-publisher 19:55:46 8998bd30e6a1: Pulling fs layer 19:55:46 04944245beec: Pulling fs layer 19:55:46 699f458cf7ca: Pulling fs layer 19:55:46 765212b225bb: Pulling fs layer 19:55:46 f23df028b6ca: Pulling fs layer 19:55:46 d65c8cfc05b1: Pulling fs layer 19:55:46 2437ff75d9bd: Pulling fs layer 19:55:46 765212b225bb: Waiting 19:55:46 f23df028b6ca: Waiting 19:55:46 d65c8cfc05b1: Waiting 19:55:46 2437ff75d9bd: Waiting 19:55:47 04944245beec: Verifying Checksum 19:55:47 04944245beec: Download complete 19:55:47 765212b225bb: Verifying Checksum 19:55:47 765212b225bb: Download complete 19:55:47 f23df028b6ca: Download complete 19:55:47 d65c8cfc05b1: Verifying Checksum 19:55:47 d65c8cfc05b1: Download complete 19:55:47 699f458cf7ca: Verifying Checksum 19:55:47 699f458cf7ca: Download complete 19:55:47 8998bd30e6a1: Verifying Checksum 19:55:47 8998bd30e6a1: Download complete 19:55:50 2437ff75d9bd: Download complete 19:55:52 8998bd30e6a1: Pull complete 19:55:53 04944245beec: Pull complete 19:55:54 699f458cf7ca: Pull complete 19:55:54 765212b225bb: Pull complete 19:55:55 f23df028b6ca: Pull complete 19:55:55 d65c8cfc05b1: Pull complete 19:56:10 2437ff75d9bd: Pull complete 19:56:10 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 19:56:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:56:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:56:10 prd-ubuntu20.04-docker-arm64-4c-16g-3559 does not seem to be running inside a container 19:56:10 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 19:56:13 $ docker top e2106bc73dff509ca13f97fb86ed73fbbd442f4c7ca12ba07f2913a39ad3d84b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:56:14 ---> job-cost.sh 19:56:14 lf-activate-venv: SKIPPING 19:56:14 INFO: No Stack... 19:56:14 INFO: Retrieving Pricing Info for: v3-standard-4 19:56:15 INFO: Archiving Costs [Pipeline] sh 19:56:16 + cat /w/workspace/edgex-go/1/archives/cost.csv 19:56:16 + cut -d, -f6 [Pipeline] lock 19:56:16 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4633-1-stack-cost] 19:56:16 Resource [jenkins-edgexfoundry-edgex-go-PR-4633-1-stack-cost] did not exist. Created. 19:56:16 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4633-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:56:16 + echo total: 0.10999999940395355 [Pipeline] stash 19:56:17 Stashed 1 file(s) [Pipeline] } 19:56:17 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4633-1-stack-cost] [Pipeline] // lock [Pipeline] } 19:56:17 $ docker stop --time=1 e2106bc73dff509ca13f97fb86ed73fbbd442f4c7ca12ba07f2913a39ad3d84b 19:56:20 $ docker rm -f --volumes e2106bc73dff509ca13f97fb86ed73fbbd442f4c7ca12ba07f2913a39ad3d84b [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 19:56:21 provisioning config files... 19:56:21 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config3979970185344167065tmp [Pipeline] { [Pipeline] sh 19:56:21 + set +x 19:56:21 + bash -s -- 19:56:21 + curl -s https://codecov.io/bash 19:56:21 19:56:21 _____ _ 19:56:21 / ____| | | 19:56:21 | | ___ __| | ___ ___ _____ __ 19:56:21 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:56:21 | |___| (_) | (_| | __/ (_| (_) \ V / 19:56:21 \_____\___/ \__,_|\___|\___\___/ \_/ 19:56:21 Bash-1.0.6 19:56:21 19:56:21 19:56:21 ==> git version 2.25.1 found 19:56:21 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 19:56:21 Release-Date: 2020-01-08 19:56:21 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 19:56:21 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 19:56:21 ==> Jenkins CI detected. 19:56:21 current dir:  /w/workspace/edgex-go/1 19:56:21 project root: . 19:56:21 --> token set from env 19:56:21 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:56:21 ==> Running gcov in . (disable via -X gcov) 19:56:21 ==> Python coveragepy not found 19:56:21 ==> Searching for coverage reports in: 19:56:21 + . 19:56:21 -> Found 1 reports 19:56:21 ==> Detecting git/mercurial file structure 19:56:21 ==> Reading reports 19:56:21 + ./coverage.out bytes=446998 19:56:21 ==> Appending adjustments 19:56:21 https://docs.codecov.io/docs/fixing-reports 19:56:22 + Found adjustments 19:56:22 ==> Gzipping contents 19:56:22 56K /tmp/codecov.pL3V40.gz 19:56:22 ==> Uploading reports 19:56:22 url: https://codecov.io 19:56:22 query: branch=PR-4633&commit=84c007a8eaed01a536b26f71b40f50dc6c67550f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4633%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4633&job=&cmd_args= 19:56:22 -> Pinging Codecov 19:56:22 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4633&commit=84c007a8eaed01a536b26f71b40f50dc6c67550f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4633%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4633&job=&cmd_args= 19:56:22 -> Uploading to 19:56:22 https://storage.googleapis.com/codecov/v4/raw/2023-08-14/00271124DB129430A58F1EEE437C3FCB/84c007a8eaed01a536b26f71b40f50dc6c67550f/ea2b90cb-d9fa-4fc1-b127-9977af18453f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230814%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230814T195622Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7935f1fb9c630a25243a35edaa6408b8b7c200d624e386a10f816ecd8d66a59c 19:56:22 % Total % Received % Xferd Average Speed Time Time Time Current 19:56:22 Dload Upload Total Spent Left Speed 19:56:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57294 0 0 100 57294 0 267k --:--:-- --:--:-- --:--:-- 267k 19:56:23 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/84c007a8eaed01a536b26f71b40f50dc6c67550f [Pipeline] } 19:56:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 19:56:24 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 19:56:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:56:25 ---> package-listing.sh 19:56:25 ++ facter osfamily 19:56:25 ++ tr '[:upper:]' '[:lower:]' 19:56:26 + OS_FAMILY=debian 19:56:26 + workspace=/w/workspace/edgex-go/1 19:56:26 + START_PACKAGES=/tmp/packages_start.txt 19:56:26 + END_PACKAGES=/tmp/packages_end.txt 19:56:26 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:56:26 + PACKAGES=/tmp/packages_start.txt 19:56:26 + '[' /w/workspace/edgex-go/1 ']' 19:56:26 + PACKAGES=/tmp/packages_end.txt 19:56:26 + case "${OS_FAMILY}" in 19:56:26 + dpkg -l 19:56:26 + grep '^ii' 19:56:26 + '[' -f /tmp/packages_start.txt ']' 19:56:26 + '[' -f /tmp/packages_end.txt ']' 19:56:26 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:56:26 + '[' /w/workspace/edgex-go/1 ']' 19:56:26 + mkdir -p /w/workspace/edgex-go/1/archives/ 19:56:26 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 19:56:26 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:56:26 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:56:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:56:26 19:56:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:56:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:56:27 latest: Pulling from edgex-lftools-log-publisher 19:56:27 5eb5b503b376: Pulling fs layer 19:56:27 5c69ac0246d0: Pulling fs layer 19:56:27 ec43610c2a17: Pulling fs layer 19:56:27 3a2ae6a8a46f: Pulling fs layer 19:56:27 33b1e0a273af: Pulling fs layer 19:56:27 5d3b04190fa2: Pulling fs layer 19:56:27 2f39f015ded8: Pulling fs layer 19:56:27 33b1e0a273af: Waiting 19:56:27 5d3b04190fa2: Waiting 19:56:27 2f39f015ded8: Waiting 19:56:27 3a2ae6a8a46f: Waiting 19:56:27 5c69ac0246d0: Verifying Checksum 19:56:27 5c69ac0246d0: Download complete 19:56:27 3a2ae6a8a46f: Verifying Checksum 19:56:27 3a2ae6a8a46f: Download complete 19:56:27 33b1e0a273af: Verifying Checksum 19:56:27 33b1e0a273af: Download complete 19:56:27 5d3b04190fa2: Download complete 19:56:27 ec43610c2a17: Download complete 19:56:27 5eb5b503b376: Verifying Checksum 19:56:27 5eb5b503b376: Download complete 19:56:28 2f39f015ded8: Download complete 19:56:28 5eb5b503b376: Pull complete 19:56:28 5c69ac0246d0: Pull complete 19:56:29 ec43610c2a17: Pull complete 19:56:29 3a2ae6a8a46f: Pull complete 19:56:29 33b1e0a273af: Pull complete 19:56:29 5d3b04190fa2: Pull complete 19:56:34 2f39f015ded8: Pull complete 19:56:34 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 19:56:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:56:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:56:35 prd-ubuntu20.04-docker-8c-8g-3556 does not seem to be running inside a container 19:56:35 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 19:56:38 $ docker top 601e3ffdb13af1b7a5d47a6c719da31f91938949eadd4af1934a83c760f5196a -eo pid,comm [Pipeline] { [Pipeline] sh 19:56:39 + touch /tmp/pre-build-complete [Pipeline] sh 19:56:39 + mkdir -p /var/log/sysstat [Pipeline] sh 19:56:39 + ls /var/log/sa-host 19:56:39 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:56:39 provisioning config files... 19:56:39 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config10411460582121381092tmp [Pipeline] { [Pipeline] echo 19:56:39 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:56:40 ---> create-netrc.sh [Pipeline] } 19:56:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 19:56:40 ---> python-tools-install.sh [Pipeline] echo 19:56:40 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:56:41 ---> sudo-logs.sh 19:56:41 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:56:41 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:56:41 ---> job-cost.sh 19:56:41 lf-activate-venv: SKIPPING 19:56:41 DEBUG: total: 0.10999999940395355 19:56:41 INFO: Retrieving Stack Cost... 19:56:42 INFO: Retrieving Pricing Info for: v3-standard-8 19:56:42 INFO: Archiving Costs [Pipeline] echo 19:56:42 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:56:42 ---> logs-deploy.sh 19:56:42 lf-activate-venv: SKIPPING 19:56:42 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4633/1 19:56:42 INFO: archiving workspace using pattern(s): 19:56:43 Archives upload complete. 19:56:43 INFO: archiving logs to Nexus