Pull request #4587 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 26afcec262dbc21f52849c9f055366058478ade7+1fb6775d8804dda106fccace673c66bb187c3e57 (e37eac2a3068e585b7152090bb88c212078e44cd) 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-ssh4448755276394699625.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 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-ssh18152563614580786686.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 d4291cbe28daa2a40ca94d44cc831565108a4ea5 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-4587/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-4587/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15529224280165982514.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-4587/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11166777888314501175.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d4291cbe28daa2a40ca94d44cc831565108a4ea5 # timeout=10 Commit message: "Merge pull request #431 from ernestojeda/update-compose" > 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-ssh5327767463558981436.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-4587/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-4587/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh17340945077837485028.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 d4291cbe28daa2a40ca94d44cc831565108a4ea5 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-17969 in /w/workspace/edgexfoundry_edgex-go_PR-4587 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4587/head:refs/remotes/origin/PR-4587 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 1fb6775d8804dda106fccace673c66bb187c3e57 into PR head commit 26afcec262dbc21f52849c9f055366058478ade7 Merge succeeded, producing 26afcec262dbc21f52849c9f055366058478ade7 Checking out Revision 26afcec262dbc21f52849c9f055366058478ade7 (PR-4587) Commit message: "build(deps): Bump github.com/spiffe/go-spiffe/v2 from 2.1.4 to 2.1.6" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object d4291cbe28daa2a40ca94d44cc831565108a4ea5 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:58:21 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:58:21 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:58:21 ========================================================= 19:58:21 EdgeX Global Pipelines Version Info 19:58:21 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git config core.sparsecheckout # timeout=10 > git checkout -f 26afcec262dbc21f52849c9f055366058478ade7 # 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 1fb6775d8804dda106fccace673c66bb187c3e57 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 26afcec262dbc21f52849c9f055366058478ade7 # timeout=10 19:58:22 ------------------- 19:58:22 stable info: 19:58:22 ------------------- 19:58:22 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:58:22 Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 19:58:22 Message: update stable to v1.0.250 19:58:23 ------------------- 19:58:23 experimental info: 19:58:23 ------------------- 19:58:23 Commited By: **** collab-it+edgex@linuxfoundation.org 19:58:23 Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 19:58:23 Message: update experimental to v1.0.250 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:58:23 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:58:23 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:58:23 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:58:23 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:58:23 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:58:23 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 19:58:23 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:58:23 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:58:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:58:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:58:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:58:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:58:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:58:23 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:58:23 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:58:24 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:58:24 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:58:24 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:58:24 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:58:24 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 19:58:24 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:58:24 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:58:24 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 19:58:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4587 [Pipeline] echo 19:58:24 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4587 [Pipeline] echo 19:58:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4587 [Pipeline] echo 19:58:24 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 26afcec262dbc21f52849c9f055366058478ade7 [Pipeline] echo 19:58:24 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 26afcec [Pipeline] echo 19:58:24 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:58:24 provisioning config files... 19:58:24 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config10604833534916142238tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:58:25 ---> docker-login.sh 19:58:25 nexus3.edgexfoundry.org:10001 19:58:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:58:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:58:25 Configure a credential helper to remove this warning. See 19:58:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:58:25 19:58:25 Login Succeeded 19:58:25 nexus3.edgexfoundry.org:10002 19:58:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:58:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:58:25 Configure a credential helper to remove this warning. See 19:58:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:58:25 19:58:25 Login Succeeded 19:58:25 nexus3.edgexfoundry.org:10003 19:58:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:58:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:58:25 Configure a credential helper to remove this warning. See 19:58:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:58:25 19:58:25 Login Succeeded 19:58:25 nexus3.edgexfoundry.org:10004 19:58:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:58:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:58:25 Configure a credential helper to remove this warning. See 19:58:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:58:25 19:58:25 Login Succeeded 19:58:25 docker.io 19:58:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:58:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:58:26 Configure a credential helper to remove this warning. See 19:58:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:58:26 19:58:26 Login Succeeded 19:58:26 ---> docker-login.sh ends [Pipeline] } 19:58:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:58:26 + 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:58:26 + cut -d/ -f2 19:58:26 + dirname cmd/core-command/Dockerfile 19:58:26 + echo core-command,cmd/core-command/Dockerfile 19:58:26 + cut+ -d/ -f2 19:58:26 dirname cmd/core-common-config-bootstrapper/Dockerfile 19:58:26 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 19:58:26 + dirname cmd/core-data/Dockerfile 19:58:26 + cut -d/ -f2 19:58:26 + echo core-data,cmd/core-data/Dockerfile 19:58:26 + + dirname cmd/core-metadata/Dockerfile 19:58:26 cut -d/ -f2 19:58:26 + echo core-metadata,cmd/core-metadata/Dockerfile 19:58:26 + dirname cmd/security-bootstrapper/Dockerfile 19:58:26 + cut -d/ -f2 19:58:26 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:58:26 + dirname cmd/security-proxy-auth/Dockerfile 19:58:26 + cut -d/ -f2 19:58:26 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 19:58:26 + dirname cmd/security-proxy-setup/Dockerfile 19:58:26 + cut -d/ -f2 19:58:26 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:58:26 + dirname cmd/security-secretstore-setup/Dockerfile 19:58:26 + cut -d/ -f2 19:58:26 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:58:26 + dirname cmd/security-spiffe-token-provider/Dockerfile 19:58:26 + cut -d/ -f2 19:58:26 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 19:58:26 + dirname cmd/security-spire-agent/Dockerfile 19:58:26 + cut -d/ -f2 19:58:26 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 19:58:26 + dirname cmd/security-spire-config/Dockerfile 19:58:26 + cut -d/ -f2 19:58:26 + echo security-spire-config,cmd/security-spire-config/Dockerfile 19:58:26 + + cutdirname -d/ cmd/security-spire-server/Dockerfile -f2 19:58:26 19:58:26 + echo security-spire-server,cmd/security-spire-server/Dockerfile 19:58:26 + cut -d/ -f2 19:58:26 + dirname cmd/support-notifications/Dockerfile 19:58:26 + echo support-notifications,cmd/support-notifications/Dockerfile 19:58:26 + dirname cmd/support-scheduler/Dockerfile 19:58:26 + cut -d/ -f2 19:58:26 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 19:58:26 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:58:27 + git rev-list -1 --merges 26afcec262dbc21f52849c9f055366058478ade7~1..26afcec262dbc21f52849c9f055366058478ade7 [Pipeline] echo 19:58:27 -----------> git rev-list -1 --merges 26afcec262dbc21f52849c9f055366058478ade7~1..26afcec262dbc21f52849c9f055366058478ade7 26afcec262dbc21f52849c9f055366058478ade7 [false] [Pipeline] sh 19:58:27 + git log --format=format:%s -1 26afcec262dbc21f52849c9f055366058478ade7 [Pipeline] echo 19:58:27 ========================================================= 19:58:27 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:58:27 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 19:58:27 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:58:27 + grep -v github /etc/ssh/ssh_known_hosts 19:58:27 + [ -e /tmp/ssh_known_hosts ] 19:58:27 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:58:27 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 19:58:27 + sudo tee -a /etc/ssh/ssh_known_hosts 19:58:27 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:58:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:58:28 19:58:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:58:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:58:28 0.1.4: Pulling from edgex-devops/py-git-semver 19:58:28 b85a868b505f: Pulling fs layer 19:58:28 e2be974225ed: Pulling fs layer 19:58:28 339a4e72a1f5: Pulling fs layer 19:58:28 988bab9f4d93: Pulling fs layer 19:58:28 1469e6f7b9e6: Pulling fs layer 19:58:28 eaf3925da568: Pulling fs layer 19:58:28 bab4dde63d76: Pulling fs layer 19:58:28 bde34c3a00c8: Pulling fs layer 19:58:28 b352a97aabf1: Pulling fs layer 19:58:28 4872d77fe225: Pulling fs layer 19:58:28 5851b861e8e6: Pulling fs layer 19:58:28 bab4dde63d76: Waiting 19:58:28 988bab9f4d93: Waiting 19:58:28 bde34c3a00c8: Waiting 19:58:28 1469e6f7b9e6: Waiting 19:58:28 b352a97aabf1: Waiting 19:58:28 eaf3925da568: Waiting 19:58:28 4872d77fe225: Waiting 19:58:28 5851b861e8e6: Waiting 19:58:28 e2be974225ed: Verifying Checksum 19:58:28 e2be974225ed: Download complete 19:58:28 988bab9f4d93: Download complete 19:58:28 1469e6f7b9e6: Verifying Checksum 19:58:28 1469e6f7b9e6: Download complete 19:58:29 339a4e72a1f5: Verifying Checksum 19:58:29 339a4e72a1f5: Download complete 19:58:29 eaf3925da568: Download complete 19:58:29 bde34c3a00c8: Download complete 19:58:29 b352a97aabf1: Download complete 19:58:29 4872d77fe225: Verifying Checksum 19:58:29 4872d77fe225: Download complete 19:58:29 5851b861e8e6: Download complete 19:58:29 b85a868b505f: Verifying Checksum 19:58:29 b85a868b505f: Download complete 19:58:29 bab4dde63d76: Verifying Checksum 19:58:29 bab4dde63d76: Download complete 19:58:30 b85a868b505f: Pull complete 19:58:30 e2be974225ed: Pull complete 19:58:30 339a4e72a1f5: Pull complete 19:58:30 988bab9f4d93: Pull complete 19:58:31 1469e6f7b9e6: Pull complete 19:58:31 eaf3925da568: Pull complete 19:58:33 bab4dde63d76: Pull complete 19:58:33 bde34c3a00c8: Pull complete 19:58:33 b352a97aabf1: Pull complete 19:58:33 4872d77fe225: Pull complete 19:58:33 5851b861e8e6: Pull complete 19:58:33 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 19:58:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:58:33 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:58:33 prd-ubuntu20.04-docker-8c-8g-17969 does not seem to be running inside a container 19:58:33 $ 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:58:35 $ docker top 593c026a590c552f4d5a336873c21226146e50b07b06d2315c49d1d60ef95989 -eo pid,comm 19:58:35 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:58:35 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:58:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:58:35 [ssh-agent] Looking for ssh-agent implementation... 19:58:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:58:35 $ docker exec 593c026a590c552f4d5a336873c21226146e50b07b06d2315c49d1d60ef95989 ssh-agent 19:58:35 SSH_AUTH_SOCK=/tmp/ssh-FUgcvuKcUEbf/agent.32 19:58:35 SSH_AGENT_PID=38 19:58:35 Running ssh-add (command line suppressed) 19:58:35 Identity added: /w/workspace/edgex-go/1@tmp/private_key_556404212160958899.key (/w/workspace/edgex-go/1@tmp/private_key_556404212160958899.key) 19:58:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:58:36 + git tag --points-at HEAD [Pipeline] } 19:58:36 $ docker exec --env ******** --env ******** 593c026a590c552f4d5a336873c21226146e50b07b06d2315c49d1d60ef95989 ssh-agent -k 19:58:36 unset SSH_AUTH_SOCK; 19:58:36 unset SSH_AGENT_PID; 19:58:36 echo Agent pid 38 killed; 19:58:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:58:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:58:36 [ssh-agent] Looking for ssh-agent implementation... 19:58:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:58:36 $ docker exec 593c026a590c552f4d5a336873c21226146e50b07b06d2315c49d1d60ef95989 ssh-agent 19:58:36 SSH_AUTH_SOCK=/tmp/ssh-draQZ5dZ2pTg/agent.70 19:58:36 SSH_AGENT_PID=76 19:58:36 Running ssh-add (command line suppressed) 19:58:36 Identity added: /w/workspace/edgex-go/1@tmp/private_key_4238299168751574990.key (/w/workspace/edgex-go/1@tmp/private_key_4238299168751574990.key) 19:58:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:58:37 + git semver init 19:58:37 2023-06-06 19:58:37,352 [run_init] DEBUG init version:0.0.0 force:False 19:58:37 2023-06-06 19:58:37,353 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 19:58:37 2023-06-06 19:58:37,353 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 19:58:37 2023-06-06 19:58:37,354 [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:58:41 2023-06-06 19:58:41,556 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 19:58:41 2023-06-06 19:58:41,557 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4587 with force:False 19:58:41 2023-06-06 19:58:41,557 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4587 19:58:41 2023-06-06 19:58:41,561 [execute] INFO git cat-file --batch-check 19:58:41 2023-06-06 19:58:41,561 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:58:41 2023-06-06 19:58:41,568 [execute] INFO git cat-file --batch 19:58:41 2023-06-06 19:58:41,568 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:58:41 2023-06-06 19:58:41,574 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4587 19:58:41 0.0.0 [Pipeline] } 19:58:41 $ docker exec --env ******** --env ******** 593c026a590c552f4d5a336873c21226146e50b07b06d2315c49d1d60ef95989 ssh-agent -k 19:58:41 unset SSH_AUTH_SOCK; 19:58:41 unset SSH_AGENT_PID; 19:58:41 echo Agent pid 76 killed; 19:58:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:58:42 + git semver [Pipeline] } 19:58:42 $ docker stop --time=1 593c026a590c552f4d5a336873c21226146e50b07b06d2315c49d1d60ef95989 19:58:43 $ docker rm -f --volumes 593c026a590c552f4d5a336873c21226146e50b07b06d2315c49d1d60ef95989 [Pipeline] // withDockerContainer [Pipeline] sh 19:58:44 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:58:44 Stashed 1 file(s) [Pipeline] echo 19:58:44 [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:58:45 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:58:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:58:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:58:45 ========================================================= 19:58:45 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 19:58:45 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:58:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:58:45 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 19:58:45 f56be85fc22e: Pulling fs layer 19:58:45 85791d961cd3: Pulling fs layer 19:58:45 d694b5ae8c79: Pulling fs layer 19:58:45 9f32a84ed3da: Pulling fs layer 19:58:45 9f32a84ed3da: Waiting 19:58:45 4d19c01a9841: Pulling fs layer 19:58:45 9325e15d5711: Pulling fs layer 19:58:45 556b6ee489ea: Pulling fs layer 19:58:45 c5a4b2cf53e6: Pulling fs layer 19:58:45 4d19c01a9841: Waiting 19:58:45 9325e15d5711: Waiting 19:58:45 c5a4b2cf53e6: Waiting 19:58:45 556b6ee489ea: Waiting 19:58:45 85791d961cd3: Verifying Checksum 19:58:45 85791d961cd3: Download complete 19:58:45 9f32a84ed3da: Verifying Checksum 19:58:45 9f32a84ed3da: Download complete 19:58:45 4d19c01a9841: Download complete 19:58:45 f56be85fc22e: Verifying Checksum 19:58:45 f56be85fc22e: Download complete 19:58:45 9325e15d5711: Verifying Checksum 19:58:45 9325e15d5711: Download complete 19:58:45 f56be85fc22e: Pull complete 19:58:45 85791d961cd3: Pull complete 19:58:46 c5a4b2cf53e6: Verifying Checksum 19:58:46 c5a4b2cf53e6: Download complete 19:58:46 d694b5ae8c79: Download complete 19:58:46 556b6ee489ea: Verifying Checksum 19:58:46 556b6ee489ea: Download complete 19:58:49 d694b5ae8c79: Pull complete 19:58:49 9f32a84ed3da: Pull complete 19:58:49 4d19c01a9841: Pull complete 19:58:49 9325e15d5711: Pull complete 19:58:52 556b6ee489ea: Pull complete 19:58:53 c5a4b2cf53e6: Pull complete 19:58:53 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 19:58:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:58:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh 19:58:53 + + echodocker FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:58:53 WORKDIR /edgex 19:58:53 COPY go.mod . 19:58:53 RUN go mod download build 19:58:53 -t ci-base-image-x86_64 -f - . 19:58:54 Sending build context to Docker daemon 170.8MB 19:58:54 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:58:54 ---> c4be618373d6 19:58:54 Step 2/4 : WORKDIR /edgex 19:58:57 ---> Running in d3684020d7e8 19:58:57 Removing intermediate container d3684020d7e8 19:58:57 ---> cf17e5577edb 19:58:57 Step 3/4 : COPY go.mod . 19:58:57 ---> e8717758af09 19:58:57 Step 4/4 : RUN go mod download 19:58:57 ---> Running in 19061d0839ec 19:58:59 Still waiting to schedule task 19:58:59 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 19:59:09 Removing intermediate container 19061d0839ec 19:59:09 ---> 6c1a661f601d 19:59:09 Successfully built 6c1a661f601d 19:59:09 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:10 + docker inspect -f . ci-base-image-x86_64 19:59:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:59:10 prd-ubuntu20.04-docker-8c-8g-17969 does not seem to be running inside a container 19:59:10 $ 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:59:10 $ docker top f2a4b3db472fdf800dca615fb944a6d27ed7489755afbd1cc17a344aae69ade7 -eo pid,comm [Pipeline] { [Pipeline] sh 19:59:10 + go version 19:59:10 go version go1.20.2 linux/amd64 [Pipeline] } 19:59:10 $ docker stop --time=1 f2a4b3db472fdf800dca615fb944a6d27ed7489755afbd1cc17a344aae69ade7 19:59:12 $ docker rm -f --volumes f2a4b3db472fdf800dca615fb944a6d27ed7489755afbd1cc17a344aae69ade7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:12 + docker inspect -f . ci-base-image-x86_64 19:59:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:59:13 prd-ubuntu20.04-docker-8c-8g-17969 does not seem to be running inside a container 19:59:13 $ 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:59:13 $ docker top 4739c99724b2971d9c1843c5cffc2fe10fa971915365cb65bf09935d44b0577e -eo pid,comm [Pipeline] { [Pipeline] echo 19:59:13 ========================================================= 19:59:13 [edgeXBuildGoParallel] Running Tests and Build... 19:59:13 ========================================================= [Pipeline] sh 19:59:13 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:59:14 + make test 19:59:14 go test -race -coverprofile=coverage.out ./... 19:59:20 ? github.com/edgexfoundry/edgex-go [no test files] 19:59:35 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:59:35 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 19:59:35 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:59:35 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:59:35 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:59:35 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:59:35 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:59:35 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 19:59:35 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:59:35 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:59:35 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:59:35 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:59:35 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:59:35 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:59:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:59:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:59:36 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.054s coverage: 28.7% of statements 19:59:37 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.071s coverage: 98.5% of statements 19:59:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:59:37 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 19:59:37 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:59:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:59:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:59:40 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.088s coverage: 71.5% of statements 19:59:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.069s coverage: 54.0% of statements 19:59:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.127s coverage: 88.5% of statements 19:59:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.067s coverage: 3.8% of statements 19:59:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:59:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:59:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:59:42 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:59:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:59:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:59:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:59:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:59:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.378s coverage: 95.6% of statements 19:59:42 ok github.com/edgexfoundry/edgex-go/internal/io 0.053s coverage: 72.2% of statements 19:59:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:59:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:59:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:59:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.065s coverage: 65.9% of statements 19:59:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:59:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:59:44 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.080s coverage: 0.9% of statements 19:59:44 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.047s coverage: 29.0% of statements 19:59:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.087s coverage: 42.9% of statements 19:59:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:59:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:59:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:59:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:59:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.083s coverage: 82.9% of statements 19:59:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements 19:59:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.069s coverage: 96.3% of statements 19:59:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.051s coverage: 87.5% of statements 19:59:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:59:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:59:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:59:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:59:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:59:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:59:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:59:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:59:47 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:59:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:59:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:59:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 19:59:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:59:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:59:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:59:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 19:59:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 19:59:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 19:59:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:59:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:59:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:59:54 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:59:54 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:59:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:59:54 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:59:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:59:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:59:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:59:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:59:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:59:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:59:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:59:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:59:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.066s coverage: 94.4% of statements 19:59:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:59:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:59:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:59:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:00:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.289s coverage: 79.9% of statements 20:00:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.067s coverage: 92.9% of statements 20:00:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 64.4% of statements 20:00:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.074s coverage: 62.3% of statements 20:00:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.063s coverage: 87.2% of statements 20:00:10 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.049s coverage: 20.0% of statements 20:00:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements 20:00:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.103s coverage: 81.8% of statements 20:00:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.125s coverage: 82.1% of statements 20:00:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.048s coverage: 86.0% of statements 20:00:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.197s coverage: 63.1% of statements 20:00:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.052s coverage: 100.0% of statements 20:00:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 89.4% of statements 20:00:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements 20:00:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 20:00:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements 20:00:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.184s coverage: 38.4% of statements 20:00:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.061s coverage: 89.5% of statements 20:00:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.059s coverage: 84.8% of statements 20:00:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.081s coverage: 17.7% of statements 20:00:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.132s coverage: 92.3% of statements 20:00:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.056s coverage: 61.5% of statements 20:00:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.092s coverage: 97.7% of statements 20:00:10 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 20:00:10 running golangci-lint 20:00:10 golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z 20:00:10 go version go1.20.2 linux/amd64 20:00:10 level=info msg="[config_reader] Used config file .golangci.yml" 20:00:10 level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" 20:00:24 level=info msg="[loader] Go packages loading at mode 575 (name|deps|files|imports|types_sizes|compiled_files|exports_file) took 13.84675023s" 20:00:24 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 43.93736ms" 20:00:25 Running on prd-ubuntu20.04-docker-arm64-4c-16g-17970 in /w/workspace/edgexfoundry_edgex-go_PR-4587 [Pipeline] { [Pipeline] ws 20:00:25 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 20:00:25 The recommended git tool is: git 20:00:30 level=info msg="[linters_context/goanalysis] analyzers took 47.708429068s with top 10 stages: buildir: 26.909200786s, fact_deprecated: 1.887713731s, inspect: 1.687542462s, printf: 1.200219894s, ctrlflow: 1.103713901s, gosec: 1.089242306s, fact_purity: 745.872951ms, S1038: 716.275033ms, nilness: 687.00439ms, unused: 437.683761ms" 20:00:30 level=info msg="[runner] Issues before processing: 203, after processing: 0" 20:00:30 level=info msg="[runner] Processors filtering stat (out/in): exclude: 203/203, exclude-rules: 23/203, nolint: 0/23, skip_dirs: 203/203, identifier_marker: 203/203, filename_unadjuster: 203/203, path_prettifier: 203/203, autogenerated_exclude: 203/203, cgo: 203/203, skip_files: 203/203" 20:00:30 level=info msg="[runner] processing took 20.763514ms with stages: nolint: 8.351108ms, identifier_marker: 7.33586ms, autogenerated_exclude: 1.631266ms, path_prettifier: 1.447997ms, exclude-rules: 1.239238ms, skip_dirs: 689.512µs, cgo: 41.742µs, filename_unadjuster: 20.221µs, severity-rules: 1.28µs, max_same_issues: 800ns, max_from_linter: 720ns, uniq_by_line: 710ns, exclude: 560ns, skip_files: 540ns, sort_results: 430ns, source_code: 420ns, diff: 400ns, path_prefixer: 300ns, max_per_file_from_linter: 260ns, path_shortener: 150ns" 20:00:30 level=info msg="[runner] linters took 6.637685079s with stages: goanalysis_metalinter: 6.616804488s" 20:00:30 level=info msg="File cache stats: 0 entries of total size 0B" 20:00:30 level=info msg="Memory: 207 samples, avg is 178.2MB, max is 753.6MB" 20:00:30 level=info msg="Execution took 20.538009986s" 20:00:30 go vet ./... 20:00:30 using credential edgex-jenkins-ssh 20:00:30 Cloning the remote Git repository 20:00:30 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:00:30 > git init /w/workspace/edgex-go/1 # timeout=10 20:00:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:00:30 > git --version # timeout=10 20:00:30 > git --version # 'git version 2.25.1' 20:00:30 using GIT_SSH to set credentials SSH Credentials for GitHub 20:00:30 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:00:34 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:00:34 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:00:34 ./bin/test-attribution-txt.sh [Pipeline] echo 20:00:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 20:00:34 + ls -al . 20:00:34 total 720 20:00:34 drwxrwxr-x 11 1001 1001 4096 Jun 6 19:59 . 20:00:34 drwxr-xr-x 4 root root 4096 Jun 6 19:59 .. 20:00:34 drwxrwxr-x 2 1001 1001 4096 Jun 6 19:58 .blubracket 20:00:34 -rw-rw-r-- 1 1001 1001 16 Jun 6 19:58 .dockerignore 20:00:34 drwxrwxr-x 8 1001 1001 4096 Jun 6 19:58 .git 20:00:34 drwxrwxr-x 3 1001 1001 4096 Jun 6 19:58 .github 20:00:34 -rw-rw-r-- 1 1001 1001 1133 Jun 6 19:58 .gitignore 20:00:34 -rw-rw-r-- 1 1001 1001 42 Jun 6 19:58 .golangci.yml 20:00:34 -rw-rw-r-- 1 1001 1001 87 Jun 6 19:58 .hadolint.yml 20:00:34 drwxr-xr-x 3 1001 1001 4096 Jun 6 19:58 .semver 20:00:34 -rw-rw-r-- 1 1001 1001 166 Jun 6 19:58 .sonarcloud.properties 20:00:34 -rw-rw-r-- 1 1001 1001 1171 Jun 6 19:58 ADOPTERS.md 20:00:34 -rw-rw-r-- 1 1001 1001 10835 Jun 6 19:58 Attribution.txt 20:00:34 -rw-rw-r-- 1 1001 1001 93407 Jun 6 19:58 CHANGELOG.md 20:00:34 -rw-rw-r-- 1 1001 1001 3804 Jun 6 19:58 CONTRIBUTING.md 20:00:34 -rw-rw-r-- 1 1001 1001 677 Jun 6 19:58 GOVERNANCE.md 20:00:34 -rw-rw-r-- 1 1001 1001 883 Jun 6 19:58 Jenkinsfile 20:00:34 -rw-rw-r-- 1 1001 1001 10775 Jun 6 19:58 LICENSE 20:00:34 -rw-rw-r-- 1 1001 1001 14368 Jun 6 19:58 Makefile 20:00:34 -rw-rw-r-- 1 1001 1001 582 Jun 6 19:58 OWNERS.md 20:00:34 -rw-rw-r-- 1 1001 1001 9923 Jun 6 19:58 README.md 20:00:34 -rw-rw-r-- 1 1001 1001 789 Jun 6 19:58 SECURITY.md 20:00:34 -rw-rw-r-- 1 1001 1001 5 Jun 6 19:58 VERSION 20:00:34 drwxrwxr-x 2 1001 1001 4096 Jun 6 19:58 bin 20:00:34 drwxrwxr-x 18 1001 1001 4096 Jun 6 19:58 cmd 20:00:34 -rw-r--r-- 1 root root 447731 Jun 6 20:00 coverage.out 20:00:34 -rw-rw-r-- 1 1001 1001 3159 Jun 6 19:58 go.mod 20:00:34 -rw-rw-r-- 1 1001 1001 30958 Jun 6 19:58 go.sum 20:00:34 drwxrwxr-x 7 1001 1001 4096 Jun 6 19:58 internal 20:00:34 drwxrwxr-x 3 1001 1001 4096 Jun 6 19:58 openapi 20:00:34 -rw-rw-r-- 1 1001 1001 594 Jun 6 19:58 security.txt 20:00:34 drwxrwxr-x 4 1001 1001 4096 Jun 6 19:58 snap 20:00:34 -rw-rw-r-- 1 1001 1001 204 Jun 6 19:58 version.go [Pipeline] sh 20:00:35 + '[' -e coverage.out ] 20:00:35 + chown 1001:1001 coverage.out [Pipeline] stash 20:00:35 Stashed 1 file(s) [Pipeline] sh 20:00:35 + make build 20:00:35 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 20:00:47 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:00:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:00:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:00:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:00:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:00:47 using GIT_SSH to set credentials SSH Credentials for GitHub 20:00:47 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4587/head:refs/remotes/origin/PR-4587 +refs/heads/main:refs/remotes/origin/main # timeout=10 20:00:47 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 20:00:48 Merging remotes/origin/main commit 1fb6775d8804dda106fccace673c66bb187c3e57 into PR head commit 26afcec262dbc21f52849c9f055366058478ade7 20:00:48 Merge succeeded, producing 26afcec262dbc21f52849c9f055366058478ade7 20:00:48 Checking out Revision 26afcec262dbc21f52849c9f055366058478ade7 (PR-4587) 20:00:49 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 20:00:49 Commit message: "build(deps): Bump github.com/spiffe/go-spiffe/v2 from 2.1.4 to 2.1.6" 20:00:49 > git --version # timeout=10 20:00:49 > git --version # 'git version 2.25.1' 20:00:49 fatal: bad object d4291cbe28daa2a40ca94d44cc831565108a4ea5 20:00:48 > git config core.sparsecheckout # timeout=10 20:00:48 > git checkout -f 26afcec262dbc21f52849c9f055366058478ade7 # timeout=10 20:00:48 > git remote # timeout=10 20:00:48 > git config --get remote.origin.url # timeout=10 20:00:48 using GIT_SSH to set credentials SSH Credentials for GitHub 20:00:48 > git merge 1fb6775d8804dda106fccace673c66bb187c3e57 # timeout=10 20:00:48 > git rev-parse HEAD^{commit} # timeout=10 20:00:48 > git config core.sparsecheckout # timeout=10 20:00:48 > git checkout -f 26afcec262dbc21f52849c9f055366058478ade7 # timeout=10 20:00:49 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 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:00:50 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 20:00:54 % Total % Received % Xferd Average Speed Time Time Time Current 20:00:54 Dload Upload Total Spent Left Speed 20:00:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 77750 0 --:--:-- --:--:-- --:--:-- 77750 [Pipeline] sh 20:00:54 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 20:00:55 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 20:00:55 + sudo tee /etc/docker/daemon.new 20:00:56 { 20:00:56 "registry-mirrors": [ 20:00:56 "https://nexus3.edgexfoundry.org:10001" 20:00:56 ], 20:00:56 "bip": "10.250.0.254/24", 20:00:56 "hosts": [ 20:00:56 "tcp://0.0.0.0:5555", 20:00:56 "unix:///var/run/docker.sock" 20:00:56 ], 20:00:56 "mtu": 1458, 20:00:56 "selinux-enabled": true, 20:00:56 "seccomp-profile": "/etc/docker/seccomp.json" 20:00:56 } 20:00:56 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 [Pipeline] sh 20:00:56 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 20:00:57 + sudo service docker restart 20:00:57 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 20:00:59 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:01:00 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:01:00 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 20:01:01 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:01: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-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 20:01:03 $ docker stop --time=1 4739c99724b2971d9c1843c5cffc2fe10fa971915365cb65bf09935d44b0577e 20:01:07 $ docker rm -f --volumes 4739c99724b2971d9c1843c5cffc2fe10fa971915365cb65bf09935d44b0577e [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 20:01:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:01:08 20:01:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:01:09 latest: Pulling from edgex-devops/edgex-compose 20:01:09 91d30c5bc195: Pulling fs layer 20:01:09 2e9b0aa3be6d: Pulling fs layer 20:01:09 9c61dcf015f6: Pulling fs layer 20:01:09 4698f68db338: Pulling fs layer 20:01:09 2a2f49069b9e: Pulling fs layer 20:01:09 e0025b399a48: Pulling fs layer 20:01:09 2a2f49069b9e: Waiting 20:01:09 4698f68db338: Waiting 20:01:09 e0025b399a48: Waiting 20:01:09 91d30c5bc195: Verifying Checksum 20:01:09 91d30c5bc195: Download complete 20:01:09 4698f68db338: Download complete 20:01:09 2e9b0aa3be6d: Verifying Checksum 20:01:09 2e9b0aa3be6d: Download complete 20:01:09 e0025b399a48: Download complete 20:01:09 91d30c5bc195: Pull complete 20:01:09 2a2f49069b9e: Verifying Checksum 20:01:09 2a2f49069b9e: Download complete 20:01:09 2e9b0aa3be6d: Pull complete 20:01:09 9c61dcf015f6: Verifying Checksum 20:01:09 9c61dcf015f6: Download complete 20:01:12 9c61dcf015f6: Pull complete 20:01:12 4698f68db338: Pull complete 20:01:12 2a2f49069b9e: Pull complete 20:01:12 e0025b399a48: Pull complete 20:01:12 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 20:01:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:01:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:01:13 prd-ubuntu20.04-docker-8c-8g-17969 does not seem to be running inside a container 20:01:13 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:01:16 $ docker top 6db9a85a05da42657bbc49f6919064f370eccd3fb1b1f36f757c7c9b7b82750e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] configFileProvider 20:01:16 provisioning config files... 20:01:16 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config18332017222099429748tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:01:16 + docker compose -f ./docker-compose-build.yml build --parallel 20:01:16 ---> docker-login.sh 20:01:16 nexus3.edgexfoundry.org:10001 20:01:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:01:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:01:17 Configure a credential helper to remove this warning. See 20:01:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:01:17 20:01:17 Login Succeeded 20:01:17 nexus3.edgexfoundry.org:10002 20:01:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:01:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:01:17 Configure a credential helper to remove this warning. See 20:01:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:01:17 20:01:17 Login Succeeded 20:01:17 nexus3.edgexfoundry.org:10003 20:01:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:01:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:01:18 Configure a credential helper to remove this warning. See 20:01:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:01:18 20:01:18 Login Succeeded 20:01:18 nexus3.edgexfoundry.org:10004 20:01:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:01:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:01:18 Configure a credential helper to remove this warning. See 20:01:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:01:18 20:01:18 Login Succeeded 20:01:18 docker.io 20:01:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:01:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:01:18 Configure a credential helper to remove this warning. See 20:01:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:01:18 20:01:18 Login Succeeded 20:01:18 ---> docker-login.sh ends [Pipeline] } 20:01:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 20:01:19 #1 [security-secretstore-setup internal] load build definition from Dockerfile 20:01:19 #1 transferring dockerfile: 2.38kB done 20:01:19 #1 DONE 0.0s 20:01:19 20:01:19 #2 [security-spire-agent internal] load build definition from Dockerfile 20:01:19 #2 transferring dockerfile: 2.68kB done 20:01:19 #2 DONE 0.0s 20:01:19 20:01:19 #3 [security-spire-config internal] load build definition from Dockerfile 20:01:19 #3 transferring dockerfile: 2.58kB done 20:01:19 #3 DONE 0.0s 20:01:19 20:01:19 #4 [support-scheduler internal] load build definition from Dockerfile 20:01:19 #4 transferring dockerfile: 1.82kB done 20:01:19 #4 DONE 0.0s 20:01:19 20:01:19 #5 [core-command internal] load build definition from Dockerfile 20:01:19 #5 DONE 0.0s 20:01:19 20:01:19 #6 [security-spire-server internal] load build definition from Dockerfile 20:01:19 #6 transferring dockerfile: 2.63kB done 20:01:19 #6 DONE 0.1s 20:01:19 20:01:19 #7 [security-proxy-auth internal] load build definition from Dockerfile 20:01:19 #7 transferring dockerfile: 2.04kB done 20:01:19 #7 DONE 0.1s 20:01:19 20:01:19 #8 [security-bootstrapper internal] load build definition from Dockerfile 20:01:19 #8 transferring dockerfile: 2.82kB done 20:01:19 #8 DONE 0.1s 20:01:19 20:01:19 #9 [core-common-config-bootstrapper internal] load build definition from Dockerfile 20:01:19 #9 transferring dockerfile: 2.12kB done 20:01:19 #9 DONE 0.1s 20:01:19 20:01:19 #5 [core-command internal] load build definition from Dockerfile 20:01:19 #5 transferring dockerfile: 1.82kB done 20:01:19 #5 DONE 0.1s 20:01:19 20:01:19 #10 [security-secretstore-setup internal] load .dockerignore 20:01:19 #10 transferring context: 56B done 20:01:19 #10 DONE 0.1s 20:01:19 20:01:19 #11 [security-proxy-setup internal] load build definition from Dockerfile 20:01:19 #11 transferring dockerfile: 2.06kB done 20:01:19 #11 DONE 0.1s 20:01:19 20:01:19 #12 [support-notifications internal] load build definition from Dockerfile 20:01:19 #12 transferring dockerfile: 1.84kB done 20:01:19 #12 DONE 0.1s 20:01:19 20:01:19 #13 [core-data internal] load build definition from Dockerfile 20:01:19 #13 transferring dockerfile: 1.90kB done 20:01:19 #13 DONE 0.1s 20:01:19 20:01:19 #14 [security-spiffe-token-provider internal] load build definition from Dockerfile 20:01:19 #14 transferring dockerfile: 1.78kB done 20:01:19 #14 DONE 0.1s 20:01:19 20:01:19 #15 [core-metadata internal] load build definition from Dockerfile 20:01:19 #15 transferring dockerfile: 1.96kB done 20:01:19 #15 DONE 0.1s 20:01:19 20:01:19 #16 [security-spire-agent internal] load .dockerignore 20:01:19 #16 transferring context: 56B done 20:01:19 #16 DONE 0.0s 20:01:19 20:01:19 #17 [security-spire-config internal] load .dockerignore 20:01:19 #17 transferring context: 56B done 20:01:19 #17 DONE 0.0s 20:01:19 20:01:19 #18 [support-scheduler internal] load .dockerignore 20:01:19 #18 transferring context: 56B done 20:01:19 #18 DONE 0.0s 20:01:19 20:01:19 #19 [core-command internal] load .dockerignore 20:01:19 #19 ... 20:01:19 20:01:19 #20 [security-proxy-auth internal] load .dockerignore 20:01:19 #20 transferring context: 56B done 20:01:19 #20 DONE 0.1s 20:01:19 20:01:19 #21 [security-bootstrapper internal] load .dockerignore 20:01:19 #21 transferring context: 56B done 20:01:19 #21 DONE 0.1s 20:01:19 20:01:19 #22 [security-spire-server internal] load .dockerignore 20:01:19 #22 transferring context: 56B done 20:01:19 #22 DONE 0.1s 20:01:19 20:01:19 #19 [core-command internal] load .dockerignore 20:01:19 #19 transferring context: 56B done [Pipeline] sh 20:01:19 #19 DONE 0.1s 20:01:19 20:01:19 #23 [core-common-config-bootstrapper internal] load .dockerignore 20:01:19 #23 transferring context: 56B done 20:01:19 #23 DONE 0.1s 20:01:19 20:01:19 #24 [support-notifications internal] load .dockerignore 20:01:19 #24 transferring context: 56B done 20:01:19 #24 DONE 0.1s 20:01:19 20:01:19 #25 [core-data internal] load .dockerignore 20:01:19 #25 transferring context: 56B done 20:01:19 #25 DONE 0.1s 20:01:19 20:01:19 #26 [core-metadata internal] load .dockerignore 20:01:19 #26 transferring context: 56B done 20:01:19 #26 DONE 0.1s 20:01:19 20:01:19 #27 [security-spiffe-token-provider internal] load .dockerignore 20:01:19 #27 transferring context: 56B done 20:01:19 #27 DONE 0.1s 20:01:19 20:01:19 #28 [security-proxy-setup internal] load .dockerignore 20:01:19 #28 transferring context: 56B done 20:01:19 #28 DONE 0.1s 20:01:19 20:01:19 #29 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 20:01:19 #29 DONE 0.0s 20:01:19 20:01:19 #30 [core-command internal] load metadata for docker.io/library/alpine:3.17 20:01:19 + git config --global --add safe.directory /w/workspace/edgex-go/1 20:01:19 #30 ... 20:01:19 20:01:19 #29 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 20:01:19 #29 DONE 0.0s 20:01:19 20:01:19 #30 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.17 [Pipeline] echo 20:01:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:01:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:01:19 ========================================================= 20:01:19 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 20:01:19 ========================================================= [Pipeline] fileExists [Pipeline] sh 20:01:19 #30 DONE 0.7s 20:01:19 20:01:19 #31 [security-secretstore-setup stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:01:19 #31 resolve docker.io/library/alpine:3.17@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 0.0s done 20:01:19 #31 sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 1.64kB / 1.64kB done 20:01:19 #31 sha256:b6ca290b6b4cdcca5b3db3ffa338ee0285c11744b4a6abaa9627746ee3291d8d 528B / 528B done 20:01:19 #31 sha256:9ed4aefc74f6792b5a804d1d146fe4b4a2299147b0f50eaf2b08435d7b38c27e 1.47kB / 1.47kB done 20:01:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:01:20 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:01:20 c41833b44d91: Pulling fs layer 20:01:20 ed15518f5707: Pulling fs layer 20:01:20 feae8fd75edb: Pulling fs layer 20:01:20 242c74f7c9fa: Pulling fs layer 20:01:20 3cdef696dda3: Pulling fs layer 20:01:20 2ced38df9373: Pulling fs layer 20:01:20 58f1dce35555: Pulling fs layer 20:01:20 3cdef696dda3: Waiting 20:01:20 2ced38df9373: Waiting 20:01:20 58f1dce35555: Waiting 20:01:20 242c74f7c9fa: Waiting 20:01:20 #31 DONE 0.4s 20:01:20 20:01:20 #32 [security-spire-agent builder 1/7] FROM docker.io/library/ci-base-image-x86_64 20:01:20 ed15518f5707: Verifying Checksum 20:01:20 ed15518f5707: Download complete 20:01:20 242c74f7c9fa: Verifying Checksum 20:01:20 242c74f7c9fa: Download complete 20:01:20 3cdef696dda3: Verifying Checksum 20:01:20 3cdef696dda3: Download complete 20:01:20 c41833b44d91: Verifying Checksum 20:01:20 #32 DONE 1.1s 20:01:20 20:01:20 #33 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go 20:01:21 c41833b44d91: Pull complete 20:01:21 58f1dce35555: Verifying Checksum 20:01:21 58f1dce35555: Download complete 20:01:21 ed15518f5707: Pull complete 20:01:22 feae8fd75edb: Verifying Checksum 20:01:22 feae8fd75edb: Download complete 20:01:22 2ced38df9373: Verifying Checksum 20:01:22 2ced38df9373: Download complete 20:01:23 #33 DONE 3.0s 20:01:23 20:01:23 #34 [core-command builder 3/7] RUN apk add --update --no-cache make git 20:01:26 #34 3.100 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:01:26 #34 3.208 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:01:27 #34 3.397 OK: 265 MiB in 53 packages 20:01:28 #34 ... 20:01:28 20:01:28 #35 [security-spire-config internal] load build context 20:01:28 #35 transferring context: 334.61MB 8.7s 20:01:28 #35 transferring context: 352.07MB 9.0s done 20:01:29 #35 ... 20:01:29 20:01:29 #36 [security-proxy-auth internal] load build context 20:01:29 #36 ... 20:01:29 20:01:29 #37 [support-notifications internal] load build context 20:01:29 #37 ... 20:01:29 20:01:29 #36 [security-proxy-auth internal] load build context 20:01:29 #36 ... 20:01:29 20:01:29 #38 [security-bootstrapper internal] load build context 20:01:29 #38 transferring context: 352.07MB 9.7s done 20:01:30 #38 ... 20:01:30 20:01:30 #39 [security-spiffe-token-provider internal] load build context 20:01:30 #39 transferring context: 352.07MB 8.8s done 20:01:30 #39 ... 20:01:30 20:01:30 #40 [security-proxy-setup internal] load build context 20:01:30 #40 ... 20:01:30 20:01:30 #41 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:01:30 #0 3.860 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:01:30 #0 3.992 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:01:30 #0 4.223 (1/3) Installing ca-certificates (20230506-r0) 20:01:30 #0 4.237 (2/3) Installing dumb-init (1.2.5-r2) 20:01:30 #0 4.245 (3/3) Installing su-exec (0.2-r2) 20:01:30 #0 4.247 Executing busybox-1.35.0-r29.trigger 20:01:30 #0 4.254 Executing ca-certificates-20230506-r0.trigger 20:01:30 #0 4.324 OK: 8 MiB in 18 packages 20:01:30 #41 ... 20:01:30 20:01:30 #42 [core-command internal] load build context 20:01:30 #42 transferring context: 352.07MB 10.1s done 20:01:30 #42 ... 20:01:30 20:01:30 #43 [security-secretstore-setup internal] load build context 20:01:30 #43 ... 20:01:30 20:01:30 #44 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 20:01:30 #0 3.770 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:01:30 #0 3.943 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:01:30 #0 4.206 v3.17.3-238-g7979b5b2f23 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:01:30 #0 4.206 v3.17.3-238-g7979b5b2f23 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:01:30 #0 4.206 OK: 17823 distinct packages available 20:01:30 #0 4.250 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:01:30 #0 4.373 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:01:30 #0 4.581 (1/4) Installing dumb-init (1.2.5-r2) 20:01:30 #0 4.590 (2/4) Installing musl-obstack (1.2.3-r0) 20:01:30 #0 4.592 (3/4) Installing libucontext (1.2-r0) 20:01:30 #0 4.596 (4/4) Installing gcompat (1.1.0-r0) 20:01:30 #0 4.603 Executing busybox-1.35.0-r29.trigger 20:01:30 #0 4.610 OK: 7 MiB in 19 packages 20:01:30 #44 ... 20:01:30 20:01:30 #45 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl 20:01:30 #0 3.416 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:01:30 #0 3.552 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:01:30 #0 3.822 (1/4) Upgrading libcrypto3 (3.0.8-r3 -> 3.0.9-r1) 20:01:30 #0 3.864 (2/4) Upgrading libssl3 (3.0.8-r3 -> 3.0.9-r1) 20:01:30 #0 3.877 (3/4) Installing dumb-init (1.2.5-r2) 20:01:30 #0 3.880 (4/4) Installing openssl (3.0.9-r1) 20:01:30 #0 3.896 Executing busybox-1.35.0-r29.trigger 20:01:30 #0 3.900 OK: 8 MiB in 17 packages 20:01:31 #45 ... 20:01:31 20:01:31 #46 [security-spire-server stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:01:31 #0 2.140 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:01:31 #0 4.764 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:01:31 #0 4.983 v3.17.3-238-g7979b5b2f23 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:01:31 #0 4.983 v3.17.3-238-g7979b5b2f23 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:01:31 #0 4.983 OK: 17823 distinct packages available 20:01:31 #0 5.028 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:01:31 #0 5.162 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:01:31 #0 5.463 (1/7) Upgrading libcrypto3 (3.0.8-r3 -> 3.0.9-r1) 20:01:31 #0 5.508 (2/7) Upgrading libssl3 (3.0.8-r3 -> 3.0.9-r1) 20:01:31 #0 5.534 (3/7) Installing dumb-init (1.2.5-r2) 20:01:31 #0 5.541 (4/7) Installing musl-obstack (1.2.3-r0) 20:01:31 #0 5.546 (5/7) Installing libucontext (1.2-r0) 20:01:31 #0 5.552 (6/7) Installing gcompat (1.1.0-r0) 20:01:31 #0 5.562 (7/7) Installing openssl (3.0.9-r1) 20:01:31 #0 5.575 Executing busybox-1.35.0-r29.trigger 20:01:31 #0 5.616 OK: 8 MiB in 20 packages 20:01:31 #46 ... 20:01:31 20:01:31 #47 [security-spire-server internal] load build context 20:01:31 #47 ... 20:01:31 20:01:31 #48 [core-metadata internal] load build context 20:01:31 #48 transferring context: 352.07MB 9.7s done 20:01:31 #48 ... 20:01:31 20:01:31 #49 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init 20:01:31 #0 5.408 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:01:31 #0 5.524 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:01:31 #0 5.732 (1/1) Installing dumb-init (1.2.5-r2) 20:01:31 #0 5.738 Executing busybox-1.35.0-r29.trigger 20:01:31 #0 5.746 OK: 7 MiB in 16 packages 20:01:31 #49 ... 20:01:31 20:01:31 #50 [core-common-config-bootstrapper internal] load build context 20:01:31 #50 transferring context: 352.07MB 11.5s done 20:01:31 #50 ... 20:01:31 20:01:31 #51 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 20:01:31 #0 4.130 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:01:31 #0 4.268 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:01:31 #0 4.480 (1/2) Installing dumb-init (1.2.5-r2) 20:01:31 #0 4.481 (2/2) Installing su-exec (0.2-r2) 20:01:31 #0 4.484 Executing busybox-1.35.0-r29.trigger 20:01:31 #0 4.493 OK: 7 MiB in 17 packages 20:01:31 #51 ... 20:01:31 20:01:31 #52 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init 20:01:31 #0 5.505 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:01:31 #0 5.666 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:01:31 #0 5.875 (1/1) Installing dumb-init (1.2.5-r2) 20:01:31 #0 5.886 Executing busybox-1.35.0-r29.trigger 20:01:31 #0 5.892 OK: 7 MiB in 16 packages 20:01:31 #52 ... 20:01:31 20:01:31 #53 [security-spire-agent internal] load build context 20:01:31 #53 transferring context: 352.07MB 10.3s done 20:01:31 #53 ... 20:01:31 20:01:31 #54 [core-data internal] load build context 20:01:31 #54 transferring context: 352.07MB 11.7s done 20:01:32 #54 ... 20:01:32 20:01:32 #55 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 20:01:32 #0 6.931 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:01:32 #0 7.043 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:01:32 #0 7.245 (1/2) Installing ca-certificates (20230506-r0) 20:01:32 #0 7.266 (2/2) Installing dumb-init (1.2.5-r2) 20:01:32 #0 7.266 Executing busybox-1.35.0-r29.trigger 20:01:32 #0 7.266 Executing ca-certificates-20230506-r0.trigger 20:01:32 #0 7.331 OK: 8 MiB in 17 packages 20:01:32 #55 ... 20:01:32 20:01:32 #56 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:01:32 #0 2.456 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:01:32 #0 5.086 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:01:32 #0 5.303 v3.17.3-238-g7979b5b2f23 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:01:32 #0 5.303 v3.17.3-238-g7979b5b2f23 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:01:32 #0 5.303 OK: 17823 distinct packages available 20:01:32 #0 5.354 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:01:32 #0 5.501 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:01:32 #0 5.704 (1/9) Installing ca-certificates (20230506-r0) 20:01:32 #0 5.718 (2/9) Installing brotli-libs (1.0.9-r9) 20:01:32 #0 5.731 (3/9) Installing nghttp2-libs (1.51.0-r0) 20:01:32 #0 5.737 (4/9) Installing libcurl (8.1.2-r0) 20:01:32 #0 5.746 (5/9) Installing curl (8.1.2-r0) 20:01:32 #0 5.756 (6/9) Installing dumb-init (1.2.5-r2) 20:01:32 #0 5.766 (7/9) Installing musl-obstack (1.2.3-r0) 20:01:32 #0 5.771 (8/9) Installing libucontext (1.2-r0) 20:01:32 #0 5.775 (9/9) Installing gcompat (1.1.0-r0) 20:01:32 #0 5.778 Executing busybox-1.35.0-r29.trigger 20:01:32 #0 5.795 Executing ca-certificates-20230506-r0.trigger 20:01:32 #0 5.869 OK: 10 MiB in 24 packages 20:01:32 #56 ... 20:01:32 20:01:32 #57 [support-scheduler internal] load build context 20:01:32 #57 transferring context: 352.07MB 12.5s done 20:01:33 #57 ... 20:01:33 20:01:33 #58 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 20:01:33 #58 ... 20:01:33 20:01:33 #59 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 20:01:33 #59 ... 20:01:33 20:01:33 #60 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 20:01:33 #0 2.623 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:01:33 #0 2.771 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:01:33 #0 2.984 v3.17.3-238-g7979b5b2f23 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:01:33 #0 2.984 v3.17.3-238-g7979b5b2f23 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:01:33 #0 2.984 OK: 17830 distinct packages available 20:01:33 #0 3.028 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:01:33 #0 3.133 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:01:33 #0 3.316 OK: 265 MiB in 53 packages 20:01:34 #60 ... 20:01:34 20:01:34 #61 [security-spire-config builder 3/9] RUN apk add --update --no-cache make git build-base curl 20:01:34 #61 ... 20:01:34 20:01:34 #43 [security-secretstore-setup internal] load build context 20:01:34 #43 transferring context: 352.07MB 12.4s done 20:01:35 feae8fd75edb: Pull complete 20:01:35 242c74f7c9fa: Pull complete 20:01:35 3cdef696dda3: Pull complete 20:01:40 2ced38df9373: Pull complete 20:01:40 #43 ... 20:01:40 20:01:40 #37 [support-notifications internal] load build context 20:01:40 #37 transferring context: 352.07MB 10.4s done 20:01:40 #37 ... 20:01:40 20:01:40 #36 [security-proxy-auth internal] load build context 20:01:40 #36 transferring context: 352.07MB 11.4s done 20:01:40 #36 ... 20:01:40 20:01:40 #40 [security-proxy-setup internal] load build context 20:01:40 #40 transferring context: 352.07MB 11.5s done 20:01:41 #40 ... 20:01:41 20:01:41 #47 [security-spire-server internal] load build context 20:01:41 #47 transferring context: 352.07MB 11.2s done 20:01:43 58f1dce35555: Pull complete 20:01:43 Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e 20:01:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:01:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh 20:01:43 + docker build -t ci-base-image-arm64 -f - . 20:01:43 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:01:43 WORKDIR /edgex 20:01:43 COPY go.mod . 20:01:43 RUN go mod download 20:01:44 Sending build context to Docker daemon 2.947MB 20:01:44 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:01:44 ---> fadd8f120f05 20:01:44 Step 2/4 : WORKDIR /edgex 20:01:45 #47 ... 20:01:45 20:01:45 #39 [security-spiffe-token-provider internal] load build context 20:01:45 #39 DONE 25.4s 20:01:45 20:01:45 #45 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl 20:01:45 #45 DONE 25.1s 20:01:45 20:01:45 #51 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 20:01:45 #51 DONE 25.2s 20:01:45 20:01:45 #52 [core-command stage-1 2/8] RUN apk add --update --no-cache dumb-init 20:01:45 #52 DONE 25.1s 20:01:45 20:01:45 #49 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init 20:01:45 #49 DONE 25.1s 20:01:45 20:01:45 #62 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 20:01:45 #62 ... 20:01:45 20:01:45 #55 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 20:01:45 #55 DONE 25.1s 20:01:45 20:01:45 #46 [security-spire-agent stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:01:45 #46 DONE 25.1s 20:01:45 20:01:45 #56 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:01:45 #56 DONE 25.1s 20:01:45 20:01:45 #34 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 20:01:45 #34 DONE 21.7s 20:01:45 20:01:45 #60 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 20:01:45 #60 DONE 21.7s 20:01:45 20:01:45 #44 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 20:01:45 #44 DONE 25.2s 20:01:45 20:01:45 #35 [security-spire-config internal] load build context 20:01:45 #35 DONE 25.5s 20:01:45 20:01:45 #38 [security-bootstrapper internal] load build context 20:01:45 #38 DONE 25.5s 20:01:45 20:01:45 #48 [core-metadata internal] load build context 20:01:45 #48 DONE 25.5s 20:01:45 20:01:45 #42 [core-command internal] load build context 20:01:45 #42 DONE 25.5s 20:01:45 20:01:45 #53 [security-spire-agent internal] load build context 20:01:45 #53 DONE 25.6s 20:01:45 20:01:45 #41 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:01:45 #41 DONE 25.1s 20:01:45 20:01:45 #37 [support-notifications internal] load build context 20:01:45 #37 DONE 25.6s 20:01:45 20:01:45 #47 [security-spire-server internal] load build context 20:01:45 #47 DONE 25.6s 20:01:45 20:01:45 #36 [security-proxy-auth internal] load build context 20:01:45 #36 DONE 25.6s 20:01:45 20:01:45 #50 [core-common-config-bootstrapper internal] load build context 20:01:45 #50 DONE 25.6s 20:01:45 20:01:45 #40 [security-proxy-setup internal] load build context 20:01:45 #40 DONE 25.6s 20:01:45 20:01:45 #54 [core-data internal] load build context 20:01:45 #54 DONE 25.6s 20:01:45 20:01:45 #57 [support-scheduler internal] load build context 20:01:45 #57 DONE 25.6s 20:01:45 20:01:45 #63 [security-proxy-setup stage-1 3/9] WORKDIR /edgex 20:01:45 #63 DONE 0.3s 20:01:45 20:01:45 #43 [security-secretstore-setup internal] load build context 20:01:45 #43 DONE 25.6s 20:01:45 20:01:45 #64 [core-metadata builder 4/7] COPY go.mod vendor* ./ 20:01:45 #64 DONE 0.1s 20:01:45 20:01:45 #65 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 20:01:45 #65 DONE 0.2s 20:01:45 20:01:45 #66 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:01:46 ---> Running in 88639d4c4711 20:01:46 Removing intermediate container 88639d4c4711 20:01:46 ---> 7fde1ea6c10d 20:01:46 Step 3/4 : COPY go.mod . 20:01:46 #66 ... 20:01:46 20:01:46 #59 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 20:01:46 #59 22.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:01:46 #59 22.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:01:46 #59 23.08 OK: 265 MiB in 53 packages 20:01:46 #59 DONE 23.2s 20:01:46 20:01:46 #67 [support-notifications builder 4/7] COPY go.mod vendor* ./ 20:01:46 #67 DONE 0.1s 20:01:46 20:01:46 #68 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 20:01:46 #68 DONE 0.1s 20:01:46 20:01:46 #58 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 20:01:46 #58 22.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:01:46 #58 22.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:01:46 #58 23.21 OK: 265 MiB in 53 packages 20:01:46 #58 DONE 23.3s 20:01:46 20:01:46 #61 [security-spire-config builder 3/9] RUN apk add --update --no-cache make git build-base curl 20:01:46 #61 22.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:01:46 #61 22.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:01:46 #61 23.18 OK: 265 MiB in 53 packages 20:01:46 #61 DONE 23.3s 20:01:46 20:01:46 #69 [security-spire-agent builder 4/9] COPY go.mod vendor* ./ 20:01:46 #69 DONE 0.0s 20:01:46 20:01:46 #70 [security-spire-agent builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:01:46 ---> 46afdf3cc1d5 20:01:46 Step 4/4 : RUN go mod download 20:01:46 ---> Running in 22133f990d70 20:01:47 #70 ... 20:01:47 20:01:47 #62 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 20:01:47 #62 DONE 2.2s 20:01:47 20:01:47 #71 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging 20:01:47 #71 DONE 0.0s 20:01:47 20:01:47 #72 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:01:55 #72 ... 20:01:55 20:01:55 #73 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:01:55 #73 ... 20:01:55 20:01:55 #74 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:13 Removing intermediate container 22133f990d70 20:02:13 ---> a36c8cd9fddc 20:02:13 Successfully built a36c8cd9fddc 20:02:13 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:02:14 + docker inspect -f . ci-base-image-arm64 20:02:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:02:14 prd-ubuntu20.04-docker-arm64-4c-16g-17970 does not seem to be running inside a container 20:02:14 $ 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 20:02:15 $ docker top 8dfbac1626157507a5431100d6cb56b1aa4fbc5d3147db287b53506e1631cd6b -eo pid,comm [Pipeline] { [Pipeline] sh 20:02:16 + go version 20:02:16 go version go1.20.2 linux/arm64 [Pipeline] } 20:02:16 $ docker stop --time=1 8dfbac1626157507a5431100d6cb56b1aa4fbc5d3147db287b53506e1631cd6b 20:02:17 #74 DONE 29.7s 20:02:17 20:02:17 #66 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:17 #66 DONE 31.0s 20:02:17 20:02:17 #70 [security-spire-agent builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:17 #70 DONE 29.6s 20:02:17 20:02:17 #72 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:17 #72 DONE 29.7s 20:02:17 20:02:17 #73 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:17 #73 DONE 31.1s 20:02:17 20:02:17 #75 [security-spiffe-token-provider builder 6/7] COPY . . 20:02:18 $ docker rm -f --volumes 8dfbac1626157507a5431100d6cb56b1aa4fbc5d3147db287b53506e1631cd6b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:02:19 + docker inspect -f . ci-base-image-arm64 20:02:19 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:02:19 prd-ubuntu20.04-docker-arm64-4c-16g-17970 does not seem to be running inside a container 20:02:19 $ 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 20:02:20 $ docker top 08c89d1f1707260658d4b8459ed31491d0eb967fc0191672039084942d614a1c -eo pid,comm [Pipeline] { [Pipeline] echo 20:02:20 ========================================================= 20:02:20 [edgeXBuildGoParallel] Running Tests and Build... 20:02:20 ========================================================= [Pipeline] sh 20:02:21 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 20:02:21 + make test 20:02:21 go test -race -coverprofile=coverage.out ./... 20:02:22 #75 ... 20:02:22 20:02:22 #76 [support-notifications builder 6/7] COPY . . 20:02:26 #76 ... 20:02:26 20:02:26 #77 [core-metadata builder 6/7] COPY . . 20:02:26 #77 ... 20:02:26 20:02:26 #78 [security-spire-agent builder 6/9] COPY . . 20:02:26 #78 ... 20:02:26 20:02:26 #79 [security-proxy-setup builder 6/7] COPY . . 20:02:27 #79 DONE 11.2s 20:02:27 20:02:27 #80 [security-bootstrapper builder 6/7] COPY . . 20:02:27 #80 CACHED 20:02:27 20:02:27 #81 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:27 #81 CACHED 20:02:27 20:02:27 #82 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 20:02:27 #82 CACHED 20:02:27 20:02:27 #75 [security-spiffe-token-provider builder 6/7] COPY . . 20:02:27 #75 DONE 11.2s 20:02:27 20:02:27 #78 [security-spire-agent builder 6/9] COPY . . 20:02:27 #78 DONE 11.2s 20:02:27 20:02:27 #77 [core-metadata builder 6/7] COPY . . 20:02:27 #77 DONE 11.3s 20:02:27 20:02:27 #83 [core-data builder 4/7] COPY go.mod vendor* ./ 20:02:27 #83 CACHED 20:02:27 20:02:27 #84 [core-data builder 6/7] COPY . . 20:02:27 #84 CACHED 20:02:27 20:02:27 #85 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:27 #85 CACHED 20:02:27 20:02:27 #86 [security-secretstore-setup builder 6/7] COPY . . 20:02:27 #86 CACHED 20:02:27 20:02:27 #87 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:27 #87 CACHED 20:02:27 20:02:27 #88 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 20:02:27 #88 CACHED 20:02:27 20:02:27 #89 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 20:02:27 #89 ... 20:02:27 20:02:27 #90 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 20:02:27 #90 CACHED 20:02:27 20:02:27 #91 [support-scheduler builder 6/7] COPY . . 20:02:27 #91 CACHED 20:02:27 20:02:27 #92 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:27 #92 CACHED 20:02:27 20:02:27 #93 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:27 #93 CACHED 20:02:27 20:02:27 #94 [core-command builder 6/7] COPY . . 20:02:27 #94 CACHED 20:02:27 20:02:27 #95 [core-command builder 4/7] COPY go.mod vendor* ./ 20:02:27 #95 CACHED 20:02:27 20:02:27 #96 [core-common-config-bootstrapper builder 6/7] COPY . . 20:02:27 #96 CACHED 20:02:27 20:02:27 #97 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:27 #97 CACHED 20:02:27 20:02:27 #98 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 20:02:27 #98 CACHED 20:02:27 20:02:27 #99 [security-proxy-auth builder 6/7] COPY . . 20:02:27 #99 CACHED 20:02:27 20:02:27 #100 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:27 #100 CACHED 20:02:27 20:02:27 #101 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 20:02:27 #101 CACHED 20:02:27 20:02:27 #76 [support-notifications builder 6/7] COPY . . 20:02:27 #76 DONE 11.3s 20:02:27 20:02:27 #102 [security-spire-agent builder 7/9] WORKDIR /edgex-go/spire-build 20:02:27 #102 DONE 0.1s 20:02:28 20:02:28 #103 [security-spire-server builder 7/9] WORKDIR /edgex-go/spire-build 20:02:28 #103 CACHED 20:02:28 20:02:28 #104 [security-spire-server builder 6/9] COPY . . 20:02:28 #104 CACHED 20:02:28 20:02:28 #105 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:28 #105 CACHED 20:02:28 20:02:28 #106 [security-spire-server builder 4/9] COPY go.mod vendor* ./ 20:02:28 #106 CACHED 20:02:28 20:02:28 #107 [security-spire-server builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:02:30 #107 DONE 1.9s 20:02:30 20:02:30 #108 [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 20:02:30 #108 DONE 1.9s 20:02:30 20:02:30 #109 [security-spire-agent builder 9/9] WORKDIR /edgex-go 20:02:30 #109 DONE 0.4s 20:02:30 20:02:30 #110 [security-spire-server builder 9/9] WORKDIR /edgex-go 20:02:30 #110 DONE 0.4s 20:02:30 20:02:30 #111 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:02:30 #0 0.751 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:02:31 #111 ... 20:02:31 20:02:31 #112 [security-spire-config builder 4/9] COPY go.mod vendor* ./ 20:02:31 #112 CACHED 20:02:31 20:02:31 #113 [security-spire-config builder 7/9] WORKDIR /edgex-go/spire-build 20:02:31 #113 CACHED 20:02:31 20:02:31 #114 [security-spire-config builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:31 #114 CACHED 20:02:31 20:02:31 #115 [security-spire-config builder 6/9] COPY . . 20:02:31 #115 CACHED 20:02:31 20:02:31 #116 [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 20:02:31 #116 CACHED 20:02:31 20:02:31 #117 [security-spire-config builder 9/9] WORKDIR /edgex-go 20:02:31 #117 CACHED 20:02:31 20:02:31 #118 [security-spire-config stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / 20:02:31 #118 ... 20:02:31 20:02:31 #119 [security-spire-server stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 20:02:31 #119 DONE 0.4s 20:02:31 20:02:31 #120 [security-spire-server stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 20:02:31 #120 ... 20:02:31 20:02:31 #118 [security-spire-config stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / 20:02:31 #118 DONE 0.6s 20:02:31 20:02:31 #121 [security-spire-agent stage-1 4/9] COPY --from=builder /edgex-go/security.txt / 20:02:31 #121 CACHED 20:02:31 20:02:31 #122 [security-spire-agent stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / 20:02:31 #122 CACHED 20:02:31 20:02:31 #120 [security-spire-server stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 20:02:31 #120 DONE 0.4s 20:02:31 20:02:31 #123 [security-spire-agent stage-1 5/9] COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 20:02:34 #123 DONE 2.4s 20:02:34 20:02:34 #124 [security-spire-config stage-1 4/9] COPY --from=builder /edgex-go/security.txt / 20:02:34 #124 DONE 2.5s 20:02:34 20:02:34 #125 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:02:34 #125 DONE 2.4s 20:02:34 20:02:34 #126 [security-spire-server stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:02:35 #126 ... 20:02:35 20:02:35 #127 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:02:35 #127 DONE 1.7s 20:02:36 20:02:36 #128 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:02:36 #128 DONE 1.7s 20:02:36 20:02:36 #126 [security-spire-server stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:02:36 #126 DONE 1.7s 20:02:36 20:02:36 #129 [security-spire-agent stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:02:36 #129 DONE 0.1s 20:02:36 20:02:36 #130 [security-spire-config stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:02:36 #130 DONE 0.1s 20:02:36 20:02:36 #131 [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 20:02:36 #131 ... 20:02:36 20:02:36 #132 [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 20:02:36 #132 DONE 0.1s 20:02:36 20:02:36 #133 [security-spire-config stage-1 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d 20:02:36 #133 DONE 0.2s 20:02:36 20:02:36 #134 [security-spire-server stage-1 8/8] COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:02:36 #134 DONE 0.2s 20:02:36 20:02:36 #131 [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 20:02:36 #131 DONE 0.2s 20:02:36 20:02:36 #135 [security-spire-server] exporting to image 20:02:36 #135 exporting layers 20:02:36 #135 ... 20:02:36 20:02:36 #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 20:02:36 #136 DONE 0.2s 20:02:36 20:02:36 #137 [security-spire-agent stage-1 9/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:02:36 #137 DONE 0.2s 20:02:36 20:02:36 #135 [security-spire-agent] exporting to image 20:02:36 #135 exporting layers 0.8s done 20:02:36 #135 writing image sha256:9d62a45227b2a81cf78ebe1b1593f1865dbeea07da00f2b67bd5557aebca768f done 20:02:36 #135 naming to docker.io/library/security-spire-server done 20:02:37 #135 exporting layers 0.9s done 20:02:37 #135 writing image sha256:b01d4db8841c4f56d302fe22d9bd3b8125d9c3b994b9089b1b93d496f278d29c 0.0s done 20:02:37 #135 naming to docker.io/library/security-spire-config done 20:02:37 #135 writing image sha256:120434b705220aaff82956cc5e8efa3cedff4daf2a2d4f43e1a8ac77b1ef7eba done 20:02:37 #135 naming to docker.io/library/security-spire-agent done 20:02:37 #135 DONE 1.1s 20:02:37 20:02:37 #138 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:02:37 #0 0.951 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 20:02:37 #138 ... 20:02:37 20:02:37 #139 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 20:02:37 #0 0.332 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:02:37 #139 ... 20:02:37 20:02:37 #140 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:02:37 #0 0.779 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 20:02:37 #140 ... 20:02:37 20:02:37 #141 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 20:02:37 #0 1.360 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 20:02:38 #141 ... 20:02:38 20:02:38 #142 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 20:02:38 #0 0.779 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 20:02:38 #142 ... 20:02:38 20:02:38 #143 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:02:38 #0 0.851 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:02:38 #143 ... 20:02:38 20:02:38 #144 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 20:02:38 #0 1.116 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:02:38 #144 ... 20:02:38 20:02:38 #145 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 20:02:38 #0 1.048 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 20:02:38 #145 ... 20:02:38 20:02:38 #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 20:02:38 #0 0.702 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:02:38 #146 ... 20:02:38 20:02:38 #89 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 20:02:38 #89 0.994 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 20:03:00 ? github.com/edgexfoundry/edgex-go [no test files] 20:03:46 #89 ... 20:03:46 20:03:46 #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 20:03:46 #146 68.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 20:03:54 #146 ... 20:03:54 20:03:54 #143 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:03:54 #143 DONE 87.0s 20:03:54 20:03:54 #141 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 20:03:54 #141 DONE 87.0s 20:03:54 20:03:54 #145 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 20:03:54 #145 DONE 87.0s 20:03:54 20:03:54 #140 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:03:54 #140 DONE 87.1s 20:03:54 20:03:54 #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 20:03:54 #146 DONE 87.1s 20:03:54 20:03:54 #147 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / 20:03:55 #147 ... 20:03:55 20:03:55 #144 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 20:03:55 #144 DONE 87.3s 20:03:55 20:03:55 #142 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 20:03:55 #142 DONE 87.4s 20:03:55 20:03:55 #139 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 20:03:55 #139 DONE 87.4s 20:03:55 20:03:55 #138 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:03:55 #138 DONE 87.3s 20:03:55 20:03:55 #111 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:03:55 #111 DONE 87.3s 20:03:55 20:03:55 #148 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 20:03:55 #148 ... 20:03:55 20:03:55 #89 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 20:03:55 #89 DONE 87.6s 20:03:55 20:03:55 #149 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 20:03:55 #149 DONE 0.7s 20:03:55 20:03:55 #150 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 20:03:55 #150 ... 20:03:55 20:03:55 #151 [security-proxy-setup stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 20:03:55 #151 DONE 0.6s 20:03:55 20:03:55 #152 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 20:03:55 #152 DONE 0.9s 20:03:55 20:03:55 #148 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 20:03:55 #148 DONE 0.6s 20:03:55 20:03:55 #147 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / 20:03:55 #147 DONE 1.0s 20:03:55 20:03:55 #153 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh 20:03:56 #153 ... 20:03:56 20:03:56 #154 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 20:03:56 #154 DONE 0.6s 20:03:56 20:03:56 #155 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 20:03:56 #155 DONE 0.5s 20:03:56 20:03:56 #150 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 20:03:56 #150 DONE 0.4s 20:03:56 20:03:56 #156 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 20:03:56 #156 CACHED 20:03:56 20:03:56 #157 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 20:03:56 #157 CACHED 20:03:56 20:03:56 #158 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / 20:03:56 #158 CACHED 20:03:56 20:03:56 #159 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / 20:03:56 #159 CACHED 20:03:56 20:03:56 #160 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 20:03:56 #160 CACHED 20:03:56 20:03:56 #161 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 20:03:56 #161 CACHED 20:03:56 20:03:56 #162 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 20:03:56 #162 CACHED 20:03:56 20:03:56 #163 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 20:03:56 #163 CACHED 20:03:56 20:03:56 #164 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / 20:03:56 #164 DONE 0.3s 20:03:56 20:03:56 #165 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:03:56 #165 ... 20:03:56 20:03:56 #166 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 20:03:56 #166 DONE 0.4s 20:03:56 20:03:56 #167 [security-proxy-setup stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 20:03:56 #167 DONE 0.4s 20:03:56 20:03:56 #168 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:03:57 #168 ... 20:03:57 20:03:57 #169 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 20:03:57 #169 DONE 1.2s 20:03:57 20:03:57 #170 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 20:03:57 #170 DONE 1.2s 20:03:57 20:03:57 #171 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:03:57 #171 DONE 1.2s 20:03:57 20:03:57 #172 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 20:03:57 #172 DONE 1.2s 20:03:57 20:03:57 #173 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:03:57 #173 DONE 1.3s 20:03:57 20:03:57 #174 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 20:03:57 #174 DONE 1.3s 20:03:57 20:03:57 #165 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:03:57 #165 DONE 1.3s 20:03:57 20:03:57 #175 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 20:03:58 #175 ... 20:03:58 20:03:58 #153 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh 20:03:58 #153 DONE 2.4s 20:03:58 20:03:58 #168 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:03:58 #168 DONE 2.0s 20:03:58 20:03:58 #176 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:03:58 #176 DONE 1.1s 20:03:58 20:03:58 #177 [security-proxy-setup stage-1 6/9] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 20:03:58 #177 DONE 1.7s 20:03:58 20:03:58 #178 [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 20:03:58 #178 DONE 2.0s 20:03:58 20:03:58 #179 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 20:03:58 #179 DONE 1.2s 20:03:58 20:03:58 #180 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:03:58 #180 DONE 1.2s 20:03:58 20:03:58 #181 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 20:03:58 #181 DONE 1.2s 20:03:58 20:03:58 #182 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 20:03:58 #182 ... 20:03:58 20:03:58 #183 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 20:03:58 #183 DONE 1.2s 20:03:58 20:03:58 #184 [core-common-config-bootstrapper stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 20:03:58 #184 DONE 1.2s 20:03:58 20:03:58 #175 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 20:03:58 #175 DONE 1.2s 20:03:58 20:03:58 #135 [support-scheduler] exporting to image 20:03:58 #135 exporting layers 0.3s done 20:03:58 #135 ... 20:03:58 20:03:58 #185 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / 20:03:58 #185 DONE 0.7s 20:03:58 20:03:58 #186 [security-secretstore-setup stage-1 6/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 20:03:58 #186 DONE 0.7s 20:03:58 20:03:58 #135 [support-scheduler] exporting to image 20:03:58 #135 exporting layers 0.5s done 20:03:59 #135 ... 20:03:59 20:03:59 #187 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 20:03:59 #187 DONE 0.7s 20:03:59 20:03:59 #188 [security-spiffe-token-provider stage-1 6/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 20:03:59 #188 DONE 0.8s 20:03:59 20:03:59 #189 [security-proxy-setup stage-1 7/9] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:03:59 #189 DONE 0.7s 20:03:59 20:03:59 #190 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 20:03:59 #190 DONE 0.6s 20:03:59 20:03:59 #182 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 20:03:59 #182 DONE 0.7s 20:03:59 20:03:59 #135 [security-spiffe-token-provider] exporting to image 20:03:59 #135 ... 20:03:59 20:03:59 #191 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 20:03:59 #191 DONE 0.7s 20:03:59 20:03:59 #135 [core-data] exporting to image 20:03:59 #135 ... 20:03:59 20:03:59 #192 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 20:03:59 #192 DONE 0.7s 20:03:59 20:03:59 #193 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / 20:03:59 #193 DONE 0.3s 20:03:59 20:03:59 #194 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 20:03:59 #194 DONE 0.3s 20:03:59 20:03:59 #135 [core-metadata] exporting to image 20:03:59 #135 exporting layers 0.3s done 20:03:59 #135 ... 20:03:59 20:03:59 #195 [security-proxy-setup stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:03:59 #195 DONE 0.3s 20:03:59 20:03:59 #135 [support-scheduler] exporting to image 20:03:59 #135 exporting layers 0.2s done 20:03:59 #135 writing image sha256:53d407943f9a33ec572c2d133a4e963341c57c4702d621902dcf11cd4e67a50a 0.0s done 20:03:59 #135 writing image sha256:6b8f80651aca85b3fe413d7f96b600f0cef7c3a32ac7e9345caf2d82a9f52b5b 0.0s done 20:03:59 #135 naming to docker.io/library/core-command done 20:03:59 #135 naming to docker.io/library/support-scheduler done 20:04:00 #135 ... 20:04:00 20:04:00 #196 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:04:00 #196 DONE 1.0s 20:04:00 20:04:00 #135 [security-spiffe-token-provider] exporting to image 20:04:00 #135 writing image sha256:ba0fcd216fb51fc6c8b17aee7f84a76ac68d8770d2ef98fbec754adfb0b555f9 20:04:00 #135 writing image sha256:11b3d4163e7ec021f071f2dbe8cc222d58543daff8cf96507c26522a53b873ea 0.0s done 20:04:00 #135 writing image sha256:37940c83c69371d7ed275027eed9e762e2435aef5df3030a708340419e78fc69 20:04:00 #135 writing image sha256:eb9cadce10cd6efacd0e3cfe21d556614739b78fdb856e23d7b7e4c6ea97754d 0.0s done 20:04:00 #135 naming to docker.io/library/security-spiffe-token-provider done 20:04:00 #135 naming to docker.io/library/support-notifications 20:04:00 #135 ... 20:04:00 20:04:00 #197 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:04:00 #197 DONE 0.9s 20:04:00 20:04:00 #198 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:04:00 #198 DONE 0.9s 20:04:00 20:04:00 #135 [core-data] exporting to image 20:04:00 #135 writing image sha256:ba0fcd216fb51fc6c8b17aee7f84a76ac68d8770d2ef98fbec754adfb0b555f9 0.1s done 20:04:00 #135 writing image sha256:37940c83c69371d7ed275027eed9e762e2435aef5df3030a708340419e78fc69 0.1s done 20:04:00 #135 naming to docker.io/library/support-notifications 0.1s done 20:04:00 #135 naming to docker.io/library/core-metadata done 20:04:00 #135 naming to docker.io/library/core-data done 20:04:00 #135 ... 20:04:00 20:04:00 #199 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:04:00 #199 DONE 1.2s 20:04:00 20:04:00 #135 [core-common-config-bootstrapper] exporting to image 20:04:00 #135 writing image sha256:e558e2beedf8b827a73e3d7b9ca38c9891ddec88185af4ce17d5a99bba9b92a9 20:04:00 #135 writing image sha256:e558e2beedf8b827a73e3d7b9ca38c9891ddec88185af4ce17d5a99bba9b92a9 0.3s done 20:04:00 #135 naming to docker.io/library/security-proxy-auth 20:04:00 #135 ... 20:04:00 20:04:00 #200 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 20:04:00 #200 DONE 0.6s 20:04:00 20:04:00 #201 [security-proxy-setup stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:04:00 #201 DONE 1.4s 20:04:00 20:04:00 #202 [security-bootstrapper stage-1 11/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 20:04:00 #202 DONE 0.1s 20:04:00 20:04:00 #203 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:04:00 #203 DONE 0.6s 20:04:00 20:04:00 #135 [core-common-config-bootstrapper] exporting to image 20:04:00 #135 naming to docker.io/library/security-proxy-auth done 20:04:00 #135 writing image sha256:711a3f57b2b2753ff1de3559b907d2d2a5ff68559ad8a6bde12723450278fc6c done 20:04:00 #135 naming to docker.io/library/core-common-config-bootstrapper done 20:04:00 #135 ... 20:04:00 20:04:00 #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/ 20:04:00 #204 DONE 0.1s 20:04:00 20:04:00 #205 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 20:04:00 #205 DONE 0.1s 20:04:00 20:04:00 #206 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:04:00 #206 DONE 0.1s 20:04:01 20:04:01 #135 [security-proxy-setup] exporting to image 20:04:01 #135 exporting layers 0.2s done 20:04:01 #135 writing image sha256:154186de8ae4302b0bc30b88aa34d0eea79f3ff5e77b727ad8e267bedd6976f6 done 20:04:01 #135 naming to docker.io/library/security-proxy-setup done 20:04:01 #135 DONE 3.7s 20:04:01 20:04:01 #207 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:04:01 #207 DONE 0.1s 20:04:01 20:04:01 #208 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh 20:04:01 #208 ... 20:04:01 20:04:01 #209 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:04:01 #209 DONE 0.6s 20:04:01 20:04:01 #208 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh 20:04:01 #208 DONE 0.7s 20:04:01 20:04:01 #135 [security-secretstore-setup] exporting to image 20:04:01 #135 exporting layers 0.2s done 20:04:01 #135 writing image sha256:d6af272ab5c7adb58135e32b52798ff1fc6a956dde0b4dbcfba4852b8f9322cb done 20:04:01 #135 naming to docker.io/library/security-secretstore-setup done 20:04:01 #135 DONE 3.9s 20:04:01 20:04:01 #135 [security-bootstrapper] exporting to image 20:04:02 #135 exporting layers 0.2s done 20:04:02 #135 writing image sha256:c70ae8dc190d337756e3928ceac032718d718f69f0bee71418e2b7bb2441c346 done 20:04:02 #135 naming to docker.io/library/security-bootstrapper done 20:04:02 #135 DONE 4.1s 20:04:02 time="2023-06-06T20:01:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:04:02 time="2023-06-06T20:01:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:04:02 time="2023-06-06T20:01:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:04:02 time="2023-06-06T20:01:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:04:02 time="2023-06-06T20:01:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:04:02 time="2023-06-06T20:01:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:04:02 time="2023-06-06T20:01:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:04:02 time="2023-06-06T20:01:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:04:02 time="2023-06-06T20:01:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:04:02 time="2023-06-06T20:01:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:04:02 time="2023-06-06T20:01:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:04:02 time="2023-06-06T20:01:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:04:02 time="2023-06-06T20:01:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:04:02 time="2023-06-06T20:01:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 20:04:02 $ docker stop --time=1 6db9a85a05da42657bbc49f6919064f370eccd3fb1b1f36f757c7c9b7b82750e 20:04:06 $ docker rm -f --volumes 6db9a85a05da42657bbc49f6919064f370eccd3fb1b1f36f757c7c9b7b82750e [Pipeline] // withDockerContainer [Pipeline] sh 20:04:06 + docker images 20:04:06 REPOSITORY TAG IMAGE ID CREATED SIZE 20:04:06 security-secretstore-setup latest d6af272ab5c7 5 seconds ago 32.8MB 20:04:06 security-bootstrapper latest c70ae8dc190d 5 seconds ago 22.2MB 20:04:06 security-proxy-setup latest 154186de8ae4 6 seconds ago 23.5MB 20:04:06 core-common-config-bootstrapper latest 711a3f57b2b2 6 seconds ago 17.2MB 20:04:06 core-metadata latest ba0fcd216fb5 7 seconds ago 20.4MB 20:04:06 security-proxy-auth latest e558e2beedf8 7 seconds ago 18.3MB 20:04:06 core-command latest 53d407943f9a 8 seconds ago 19.9MB 20:04:06 support-notifications latest 11b3d4163e7e 8 seconds ago 32.4MB 20:04:06 core-data latest 37940c83c693 8 seconds ago 20MB 20:04:06 security-spiffe-token-provider latest eb9cadce10cd 8 seconds ago 32.8MB 20:04:06 support-scheduler latest 6b8f80651aca 8 seconds ago 31.8MB 20:04:06 security-spire-agent latest 120434b70522 About a minute ago 166MB 20:04:06 security-spire-config latest b01d4db8841c About a minute ago 102MB 20:04:06 security-spire-server latest 9d62a45227b2 About a minute ago 107MB 20:04:06 ci-base-image-x86_64 latest 6c1a661f601d 4 minutes ago 918MB 20:04:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 5 days ago 334MB 20:04:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine c4be618373d6 6 weeks ago 700MB 20:04:06 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 11 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] } 20:04:37 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:04:37 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 20:04:39 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:04:39 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:04:39 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:04:44 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:04:44 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:04:44 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 20:04:44 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:04:44 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 20:04:45 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:04:45 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:04:45 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:04:45 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 20:04:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:04:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:04:57 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.252s coverage: 28.7% of statements 20:05:07 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.416s coverage: 98.5% of statements 20:05:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 20:05:13 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 20:05:13 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:05:16 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.504s coverage: 71.5% of statements 20:05:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:05:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:05:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.302s coverage: 54.0% of statements 20:05:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 20:05:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 20:05:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 20:05:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:05:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:05:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:05:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:05:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 14.933s coverage: 88.5% of statements 20:05:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.946s coverage: 3.8% of statements 20:05:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 20:05:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 20:05:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 20:05:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.464s coverage: 95.6% of statements 20:05:48 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:05:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 20:05:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 20:05:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:05:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:05:48 ok github.com/edgexfoundry/edgex-go/internal/io 0.196s coverage: 72.2% of statements 20:05:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:05:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:05:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:05:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.230s coverage: 65.9% of statements 20:06:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:06:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:06:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.417s coverage: 0.9% of statements 20:06:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.235s coverage: 29.0% of statements 20:06:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.270s coverage: 42.9% of statements 20:06:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.260s coverage: 82.9% of statements 20:06:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.223s coverage: 94.1% of statements 20:06:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.270s coverage: 96.3% of statements 20:06:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.207s coverage: 87.5% of statements 20:06:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:06:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:06:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:06:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:06:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:06:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 20:06:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 20:06:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 20:06:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.207s coverage: 94.4% of statements 20:06:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:06:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:06:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:06:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:06:26 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:06:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:06:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:06:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 20:06:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.932s coverage: 79.9% of statements 20:06:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 19.252s coverage: 92.9% of statements 20:06:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.087s coverage: 64.4% of statements 20:06:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.204s coverage: 62.3% of statements 20:06:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.196s coverage: 87.2% of statements 20:06:36 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.161s coverage: 20.0% of statements 20:06:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.172s coverage: 100.0% of statements 20:06:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.460s coverage: 81.8% of statements 20:06:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.461s coverage: 82.1% of statements 20:06:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:06:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.221s coverage: 86.0% of statements 20:06:42 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:06:42 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:06:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.971s coverage: 63.1% of statements 20:06:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.236s coverage: 100.0% of statements 20:06:44 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.128s coverage: 89.4% of statements 20:06:44 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.109s coverage: 100.0% of statements 20:06:44 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.073s coverage: 73.7% of statements 20:06:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 20:06:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 20:06:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 20:06:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.173s coverage: 100.0% of statements 20:06:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:06:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:06:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:06:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.986s coverage: 38.4% of statements 20:06:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.256s coverage: 89.5% of statements 20:06:57 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 20:06:57 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 20:06:57 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 20:06:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:06:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.206s coverage: 84.8% of statements 20:07:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:07:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:07:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:07:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:07:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.278s coverage: 17.7% of statements 20:07:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:07:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:07:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:07:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:07:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.542s coverage: 92.3% of statements 20:07:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:07:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:07:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.277s coverage: 61.5% of statements 20:07:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:07:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:07:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.370s coverage: 97.7% of statements 20:07:17 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 20:07:17 WARNING: Linting skipped (not on x86_64 or linter not installed) 20:07:17 go vet ./... 20:09:54 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:09:54 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:09:54 ./bin/test-attribution-txt.sh [Pipeline] echo 20:09:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 20:09:54 + ls -al . 20:09:54 total 716 20:09:54 drwxrwxr-x 10 1001 1001 4096 Jun 6 20:02 . 20:09:54 drwxr-xr-x 4 root root 4096 Jun 6 20:02 .. 20:09:54 drwxrwxr-x 2 1001 1001 4096 Jun 6 20:00 .blubracket 20:09:54 -rw-rw-r-- 1 1001 1001 16 Jun 6 20:00 .dockerignore 20:09:54 drwxrwxr-x 8 1001 1001 4096 Jun 6 20:00 .git 20:09:54 drwxrwxr-x 3 1001 1001 4096 Jun 6 20:00 .github 20:09:54 -rw-rw-r-- 1 1001 1001 1133 Jun 6 20:00 .gitignore 20:09:54 -rw-rw-r-- 1 1001 1001 42 Jun 6 20:00 .golangci.yml 20:09:54 -rw-rw-r-- 1 1001 1001 87 Jun 6 20:00 .hadolint.yml 20:09:54 -rw-rw-r-- 1 1001 1001 166 Jun 6 20:00 .sonarcloud.properties 20:09:54 -rw-rw-r-- 1 1001 1001 1171 Jun 6 20:00 ADOPTERS.md 20:09:54 -rw-rw-r-- 1 1001 1001 10835 Jun 6 20:00 Attribution.txt 20:09:54 -rw-rw-r-- 1 1001 1001 93407 Jun 6 20:00 CHANGELOG.md 20:09:54 -rw-rw-r-- 1 1001 1001 3804 Jun 6 20:00 CONTRIBUTING.md 20:09:54 -rw-rw-r-- 1 1001 1001 677 Jun 6 20:00 GOVERNANCE.md 20:09:54 -rw-rw-r-- 1 1001 1001 883 Jun 6 20:00 Jenkinsfile 20:09:54 -rw-rw-r-- 1 1001 1001 10775 Jun 6 20:00 LICENSE 20:09:54 -rw-rw-r-- 1 1001 1001 14368 Jun 6 20:00 Makefile 20:09:54 -rw-rw-r-- 1 1001 1001 582 Jun 6 20:00 OWNERS.md 20:09:54 -rw-rw-r-- 1 1001 1001 9923 Jun 6 20:00 README.md 20:09:54 -rw-rw-r-- 1 1001 1001 789 Jun 6 20:00 SECURITY.md 20:09:54 -rw-rw-r-- 1 1001 1001 5 Jun 6 19:58 VERSION 20:09:54 drwxrwxr-x 2 1001 1001 4096 Jun 6 20:00 bin 20:09:54 drwxrwxr-x 18 1001 1001 4096 Jun 6 20:00 cmd 20:09:54 -rw-r--r-- 1 root root 447731 Jun 6 20:07 coverage.out 20:09:54 -rw-rw-r-- 1 1001 1001 3159 Jun 6 20:00 go.mod 20:09:54 -rw-rw-r-- 1 1001 1001 30958 Jun 6 20:00 go.sum 20:09:54 drwxrwxr-x 7 1001 1001 4096 Jun 6 20:00 internal 20:09:54 drwxrwxr-x 3 1001 1001 4096 Jun 6 20:00 openapi 20:09:54 -rw-rw-r-- 1 1001 1001 594 Jun 6 20:00 security.txt 20:09:54 drwxrwxr-x 4 1001 1001 4096 Jun 6 20:00 snap 20:09:54 -rw-rw-r-- 1 1001 1001 204 Jun 6 20:00 version.go [Pipeline] sh 20:09:55 + '[' -e coverage.out ] 20:09:55 + chown 1001:1001 coverage.out [Pipeline] stash 20:09:55 Warning: overwriting stash ‘coverage-report’ 20:09:55 Stashed 1 file(s) [Pipeline] sh 20:09:56 + make build 20:09:56 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 20:11:18 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:11:21 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 20:11:26 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 20:11:30 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:12:16 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:12:16 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 20:12:22 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:12:27 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:12:31 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 20:12:34 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:12:39 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 20:12:46 $ docker stop --time=1 08c89d1f1707260658d4b8459ed31491d0eb967fc0191672039084942d614a1c 20:12:48 $ docker rm -f --volumes 08c89d1f1707260658d4b8459ed31491d0eb967fc0191672039084942d614a1c [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 20:12:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:12:50 20:12:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:12:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:12:51 latest: Pulling from edgex-devops/edgex-compose-arm64 20:12:51 547446be3368: Pulling fs layer 20:12:51 d125d8839a47: Pulling fs layer 20:12:51 3e85d5ac6304: Pulling fs layer 20:12:51 c3105a71a48b: Pulling fs layer 20:12:51 0f093f025ec4: Pulling fs layer 20:12:51 c3106fc0e877: Pulling fs layer 20:12:51 c3105a71a48b: Waiting 20:12:51 0f093f025ec4: Waiting 20:12:51 c3106fc0e877: Waiting 20:12:51 547446be3368: Verifying Checksum 20:12:51 547446be3368: Download complete 20:12:51 c3105a71a48b: Verifying Checksum 20:12:51 c3105a71a48b: Download complete 20:12:51 d125d8839a47: Verifying Checksum 20:12:51 d125d8839a47: Download complete 20:12:52 c3106fc0e877: Verifying Checksum 20:12:52 c3106fc0e877: Download complete 20:12:52 0f093f025ec4: Verifying Checksum 20:12:52 0f093f025ec4: Download complete 20:12:52 547446be3368: Pull complete 20:12:53 d125d8839a47: Pull complete 20:12:53 3e85d5ac6304: Verifying Checksum 20:12:53 3e85d5ac6304: Download complete 20:13:02 3e85d5ac6304: Pull complete 20:13:02 c3105a71a48b: Pull complete 20:13:02 0f093f025ec4: Pull complete 20:13:02 c3106fc0e877: Pull complete 20:13:02 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 20:13:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:13:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:13:03 prd-ubuntu20.04-docker-arm64-4c-16g-17970 does not seem to be running inside a container 20:13:03 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:13:05 $ docker top 48ec4aa237308f10ed8fd7b81a22e5017ef8e05c1a7bbdf5a9c9e4d23011a98a -eo pid,comm [Pipeline] { [Pipeline] sh 20:13:05 + docker compose -f ./docker-compose-build.yml build --parallel 20:13:14 #1 [core-data internal] load build definition from Dockerfile 20:13:14 #1 transferring dockerfile: 1.90kB done 20:13:14 #1 DONE 0.1s 20:13:14 20:13:14 #2 [support-scheduler internal] load build definition from Dockerfile 20:13:14 #2 transferring dockerfile: 1.82kB done 20:13:14 #2 DONE 0.1s 20:13:14 20:13:14 #3 [core-common-config-bootstrapper internal] load build definition from Dockerfile 20:13:14 #3 transferring dockerfile: 2.12kB 0.0s done 20:13:14 #3 DONE 0.1s 20:13:14 20:13:14 #4 [security-spire-agent internal] load build definition from Dockerfile 20:13:14 #4 transferring dockerfile: 2.68kB 0.0s done 20:13:14 #4 DONE 0.1s 20:13:14 20:13:14 #5 [security-spire-server internal] load build definition from Dockerfile 20:13:14 #5 transferring dockerfile: 2.63kB done 20:13:14 #5 DONE 0.1s 20:13:14 20:13:14 #6 [support-notifications internal] load build definition from Dockerfile 20:13:14 #6 transferring dockerfile: 1.84kB done 20:13:14 #6 DONE 0.1s 20:13:14 20:13:14 #7 [security-spire-config internal] load build definition from Dockerfile 20:13:14 #7 transferring dockerfile: 2.58kB done 20:13:14 #7 DONE 0.0s 20:13:14 20:13:14 #8 [security-proxy-setup internal] load build definition from Dockerfile 20:13:14 #8 transferring dockerfile: 2.06kB done 20:13:14 #8 DONE 0.1s 20:13:14 20:13:14 #9 [security-bootstrapper internal] load build definition from Dockerfile 20:13:15 #9 transferring dockerfile: 2.82kB done 20:13:15 #9 DONE 0.1s 20:13:15 20:13:15 #10 [security-spiffe-token-provider internal] load build definition from Dockerfile 20:13:15 #10 transferring dockerfile: 1.78kB done 20:13:15 #10 DONE 0.1s 20:13:15 20:13:15 #11 [core-metadata internal] load build definition from Dockerfile 20:13:15 #11 transferring dockerfile: 1.96kB 0.0s done 20:13:15 #11 DONE 0.1s 20:13:15 20:13:15 #12 [security-proxy-auth internal] load build definition from Dockerfile 20:13:15 #12 transferring dockerfile: 2.04kB done 20:13:15 #12 DONE 0.1s 20:13:15 20:13:15 #13 [core-command internal] load build definition from Dockerfile 20:13:15 #13 transferring dockerfile: 1.82kB 0.0s done 20:13:15 #13 DONE 0.1s 20:13:15 20:13:15 #14 [security-secretstore-setup internal] load build definition from Dockerfile 20:13:15 #14 transferring dockerfile: 2.38kB 0.0s done 20:13:15 #14 DONE 0.1s 20:13:15 20:13:15 #15 [core-data internal] load .dockerignore 20:13:15 #15 transferring context: 56B done 20:13:15 #15 DONE 0.0s 20:13:16 20:13:16 #16 [support-scheduler internal] load .dockerignore 20:13:16 #16 transferring context: 56B done 20:13:16 #16 DONE 0.0s 20:13:16 20:13:16 #17 [core-common-config-bootstrapper internal] load .dockerignore 20:13:16 #17 transferring context: 56B done 20:13:16 #17 DONE 0.0s 20:13:16 20:13:16 #18 [security-spire-agent internal] load .dockerignore 20:13:16 #18 transferring context: 56B done 20:13:16 #18 DONE 0.1s 20:13:16 20:13:16 #19 [security-spire-server internal] load .dockerignore 20:13:16 #19 transferring context: 56B 0.0s done 20:13:16 #19 DONE 0.1s 20:13:16 20:13:16 #20 [support-notifications internal] load .dockerignore 20:13:16 #20 transferring context: 56B done 20:13:16 #20 DONE 0.1s 20:13:16 20:13:16 #21 [security-spire-config internal] load .dockerignore 20:13:16 #21 transferring context: 56B done 20:13:16 #21 DONE 0.1s 20:13:16 20:13:16 #22 [security-proxy-setup internal] load .dockerignore 20:13:16 #22 transferring context: 56B 0.0s done 20:13:16 #22 DONE 0.0s 20:13:16 20:13:16 #23 [security-bootstrapper internal] load .dockerignore 20:13:16 #23 transferring context: 56B done 20:13:16 #23 DONE 0.0s 20:13:16 20:13:16 #24 [security-spiffe-token-provider internal] load .dockerignore 20:13:16 #24 transferring context: 56B done 20:13:16 #24 DONE 0.1s 20:13:16 20:13:16 #25 [core-metadata internal] load .dockerignore 20:13:16 #25 transferring context: 56B done 20:13:16 #25 DONE 0.1s 20:13:16 20:13:16 #26 [security-proxy-auth internal] load .dockerignore 20:13:16 #26 transferring context: 56B done 20:13:16 #26 DONE 0.1s 20:13:16 20:13:16 #27 [core-command internal] load .dockerignore 20:13:16 #27 transferring context: 56B done 20:13:16 #27 DONE 0.1s 20:13:16 20:13:16 #28 [security-secretstore-setup internal] load .dockerignore 20:13:16 #28 transferring context: 56B done 20:13:16 #28 DONE 0.1s 20:13:16 20:13:16 #29 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 20:13:16 #29 DONE 0.0s 20:13:16 20:13:16 #30 [core-data internal] load metadata for docker.io/library/alpine:3.17 20:13:17 #30 DONE 0.5s 20:13:17 20:13:17 #31 [core-data stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:13:17 #31 resolve docker.io/library/alpine:3.17@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 0.0s done 20:13:17 #31 sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 1.64kB / 1.64kB done 20:13:17 #31 sha256:b5a5b7ce4eabc8414bf367761a28f4e8b16952ce5de537c15ed917b71b245f11 528B / 528B done 20:13:17 #31 sha256:51e60588ff2cd9f45792b23de89bfface0a7fbd711d17c5f5ce900a4f6b16260 1.49kB / 1.49kB done 20:13:17 #31 DONE 0.2s 20:13:17 20:13:17 #32 [core-data internal] load build context 20:13:17 #32 ... 20:13:17 20:13:17 #29 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 20:13:17 #29 DONE 0.0s 20:13:17 20:13:17 #30 [support-scheduler internal] load metadata for docker.io/library/alpine:3.17 20:13:17 #30 DONE 0.5s 20:13:17 20:13:17 #32 [core-data internal] load build context 20:13:17 #32 ... 20:13:17 20:13:17 #29 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 20:13:17 #29 DONE 0.0s 20:13:17 20:13:17 #31 [support-scheduler stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:13:17 #31 resolve docker.io/library/alpine:3.17@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 0.0s done 20:13:17 #31 sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 1.64kB / 1.64kB done 20:13:17 #31 sha256:b5a5b7ce4eabc8414bf367761a28f4e8b16952ce5de537c15ed917b71b245f11 528B / 528B done 20:13:17 #31 sha256:51e60588ff2cd9f45792b23de89bfface0a7fbd711d17c5f5ce900a4f6b16260 1.49kB / 1.49kB done 20:13:17 #31 DONE 0.3s 20:13:17 20:13:17 #32 [core-data internal] load build context 20:13:17 #32 ... 20:13:17 20:13:17 #29 [security-spire-server internal] load metadata for docker.io/library/ci-base-image-arm64:latest 20:13:17 #29 DONE 0.0s 20:13:17 20:13:17 #31 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:13:17 #31 resolve docker.io/library/alpine:3.17@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 0.0s done 20:13:17 #31 sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 1.64kB / 1.64kB done 20:13:17 #31 sha256:b5a5b7ce4eabc8414bf367761a28f4e8b16952ce5de537c15ed917b71b245f11 528B / 528B done 20:13:17 #31 sha256:51e60588ff2cd9f45792b23de89bfface0a7fbd711d17c5f5ce900a4f6b16260 1.49kB / 1.49kB done 20:13:17 #31 DONE 0.3s 20:13:17 20:13:17 #32 [core-data internal] load build context 20:13:17 #32 ... 20:13:17 20:13:17 #29 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 20:13:17 #29 DONE 0.1s 20:13:17 20:13:17 #31 [security-spire-server stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:13:17 #31 resolve docker.io/library/alpine:3.17@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 0.0s done 20:13:17 #31 sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 1.64kB / 1.64kB done 20:13:17 #31 sha256:b5a5b7ce4eabc8414bf367761a28f4e8b16952ce5de537c15ed917b71b245f11 528B / 528B done 20:13:17 #31 sha256:51e60588ff2cd9f45792b23de89bfface0a7fbd711d17c5f5ce900a4f6b16260 1.49kB / 1.49kB done 20:13:17 #31 DONE 0.4s 20:13:17 20:13:17 #32 [core-data internal] load build context 20:13:17 #32 ... 20:13:17 20:13:17 #30 [support-notifications internal] load metadata for docker.io/library/alpine:3.17 20:13:17 #30 DONE 0.5s 20:13:17 20:13:17 #32 [core-data internal] load build context 20:13:18 #32 ... 20:13:18 20:13:18 #29 [security-spire-config internal] load metadata for docker.io/library/ci-base-image-arm64:latest 20:13:18 #29 DONE 0.1s 20:13:18 20:13:18 #30 [security-spire-config internal] load metadata for docker.io/library/alpine:3.17 20:13:18 #30 DONE 0.6s 20:13:18 20:13:18 #31 [support-notifications stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:13:18 #31 resolve docker.io/library/alpine:3.17@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 0.0s done 20:13:18 #31 sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 1.64kB / 1.64kB done 20:13:18 #31 sha256:b5a5b7ce4eabc8414bf367761a28f4e8b16952ce5de537c15ed917b71b245f11 528B / 528B done 20:13:18 #31 sha256:51e60588ff2cd9f45792b23de89bfface0a7fbd711d17c5f5ce900a4f6b16260 1.49kB / 1.49kB done 20:13:18 #31 DONE 0.4s 20:13:18 20:13:18 #32 [core-data internal] load build context 20:13:18 #32 ... 20:13:18 20:13:18 #29 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 20:13:18 #29 DONE 0.1s 20:13:18 20:13:18 #32 [core-data internal] load build context 20:13:18 #32 ... 20:13:18 20:13:18 #31 [security-spire-config stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:13:18 #31 resolve docker.io/library/alpine:3.17@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 0.0s done 20:13:18 #31 sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 1.64kB / 1.64kB done 20:13:18 #31 sha256:b5a5b7ce4eabc8414bf367761a28f4e8b16952ce5de537c15ed917b71b245f11 528B / 528B done 20:13:18 #31 sha256:51e60588ff2cd9f45792b23de89bfface0a7fbd711d17c5f5ce900a4f6b16260 1.49kB / 1.49kB done 20:13:18 #31 DONE 0.4s 20:13:18 20:13:18 #29 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 20:13:18 #29 DONE 0.1s 20:13:18 20:13:18 #30 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.17 20:13:18 #30 DONE 0.8s 20:13:18 20:13:18 #32 [core-data internal] load build context 20:13:18 #32 ... 20:13:18 20:13:18 #31 [security-bootstrapper stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:13:18 #31 resolve docker.io/library/alpine:3.17@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 0.0s done 20:13:18 #31 sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 1.64kB / 1.64kB done 20:13:18 #31 sha256:b5a5b7ce4eabc8414bf367761a28f4e8b16952ce5de537c15ed917b71b245f11 528B / 528B done 20:13:18 #31 sha256:51e60588ff2cd9f45792b23de89bfface0a7fbd711d17c5f5ce900a4f6b16260 1.49kB / 1.49kB done 20:13:18 #31 DONE 0.4s 20:13:18 20:13:18 #32 [core-data internal] load build context 20:13:18 #32 ... 20:13:18 20:13:18 #29 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 20:13:18 #29 DONE 0.1s 20:13:18 20:13:18 #29 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 20:13:18 #29 DONE 0.1s 20:13:18 20:13:18 #32 [core-data internal] load build context 20:13:18 #32 ... 20:13:18 20:13:18 #29 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 20:13:18 #29 DONE 0.1s 20:13:18 20:13:18 #32 [core-data internal] load build context 20:13:19 #32 ... 20:13:19 20:13:19 #29 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 20:13:19 #29 DONE 0.1s 20:13:19 20:13:19 #32 [core-data internal] load build context 20:13:19 #32 ... 20:13:19 20:13:19 #31 [core-metadata stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:13:19 #31 resolve docker.io/library/alpine:3.17@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 0.0s done 20:13:19 #31 sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 1.64kB / 1.64kB done 20:13:19 #31 sha256:b5a5b7ce4eabc8414bf367761a28f4e8b16952ce5de537c15ed917b71b245f11 528B / 528B done 20:13:19 #31 sha256:51e60588ff2cd9f45792b23de89bfface0a7fbd711d17c5f5ce900a4f6b16260 1.49kB / 1.49kB done 20:13:19 #31 DONE 0.5s 20:13:19 20:13:19 #30 [core-metadata internal] load metadata for docker.io/library/alpine:3.17 20:13:19 #30 DONE 1.6s 20:13:19 20:13:19 #32 [core-data internal] load build context 20:13:19 #32 ... 20:13:19 20:13:19 #31 [security-spiffe-token-provider stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:13:19 #31 resolve docker.io/library/alpine:3.17@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 0.0s done 20:13:19 #31 sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 1.64kB / 1.64kB done 20:13:19 #31 sha256:b5a5b7ce4eabc8414bf367761a28f4e8b16952ce5de537c15ed917b71b245f11 528B / 528B done 20:13:19 #31 sha256:51e60588ff2cd9f45792b23de89bfface0a7fbd711d17c5f5ce900a4f6b16260 1.49kB / 1.49kB done 20:13:19 #31 DONE 0.5s 20:13:19 20:13:19 #32 [core-data internal] load build context 20:13:19 #32 ... 20:13:19 20:13:19 #33 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 20:13:19 #33 DONE 3.2s 20:13:19 20:13:19 #32 [core-data internal] load build context 20:13:21 #32 transferring context: 27.49MB 3.8s 20:13:23 #32 ... 20:13:23 20:13:23 #34 [support-notifications builder 2/7] WORKDIR /edgex-go 20:13:23 #34 DONE 2.7s 20:13:23 20:13:23 #32 [core-data internal] load build context 20:13:26 #32 transferring context: 37.56MB 9.0s 20:13:27 #32 ... 20:13:27 20:13:27 #35 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init 20:13:27 #0 4.974 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:13:27 #0 5.889 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:13:27 #0 8.912 (1/1) Installing dumb-init (1.2.5-r2) 20:13:27 #0 8.912 Executing busybox-1.35.0-r29.trigger 20:13:27 #0 8.912 OK: 8 MiB in 16 packages 20:13:27 #35 ... 20:13:27 20:13:27 #36 [security-proxy-auth stage-1 2/6] RUN apk add --update --no-cache dumb-init 20:13:27 #0 5.509 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:13:27 #0 6.597 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:13:27 #36 10.09 (1/1) Installing dumb-init (1.2.5-r2) 20:13:27 #36 10.09 Executing busybox-1.35.0-r29.trigger 20:13:27 #36 ... 20:13:27 20:13:27 #37 [core-common-config-bootstrapper internal] load build context 20:13:27 #37 ... 20:13:27 20:13:27 #38 [security-spire-server stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:13:27 #0 6.445 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:13:27 #0 8.322 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:13:28 #38 ... 20:13:28 20:13:28 #39 [support-scheduler internal] load build context 20:13:28 #39 ... 20:13:28 20:13:28 #40 [security-spire-server internal] load build context 20:13:28 #40 ... 20:13:28 20:13:28 #41 [security-spire-agent internal] load build context 20:13:28 #41 ... 20:13:28 20:13:28 #42 [support-notifications internal] load build context 20:13:28 #42 ... 20:13:28 20:13:28 #43 [security-spire-config internal] load build context 20:13:28 #43 ... 20:13:28 20:13:28 #44 [security-proxy-setup internal] load build context 20:13:28 #44 ... 20:13:28 20:13:28 #45 [security-bootstrapper internal] load build context 20:13:28 #45 ... 20:13:28 20:13:28 #35 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init 20:13:28 #35 DONE 11.2s 20:13:28 20:13:28 #46 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 20:13:28 #0 5.458 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:13:28 #0 7.542 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:13:28 #46 ... 20:13:28 20:13:28 #47 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 20:13:28 #0 7.994 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:13:29 #47 10.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:13:29 #47 ... 20:13:29 20:13:29 #48 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 20:13:29 #48 ... 20:13:29 20:13:29 #49 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl 20:13:29 #49 10.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:13:29 #49 ... 20:13:29 20:13:29 #45 [security-bootstrapper internal] load build context 20:13:29 #45 ... 20:13:29 20:13:29 #50 [core-command internal] load build context 20:13:29 #50 ... 20:13:29 20:13:29 #51 [core-metadata internal] load build context 20:13:29 #51 ... 20:13:29 20:13:29 #36 [security-proxy-auth stage-1 2/6] RUN apk add --update --no-cache dumb-init 20:13:29 #36 10.18 OK: 8 MiB in 16 packages 20:13:29 #36 DONE 12.1s 20:13:29 20:13:29 #52 [security-spiffe-token-provider internal] load build context 20:13:29 #52 ... 20:13:29 20:13:29 #53 [security-secretstore-setup internal] load build context 20:13:29 #53 ... 20:13:29 20:13:29 #54 [security-proxy-auth internal] load build context 20:13:30 #54 ... 20:13:30 20:13:30 #50 [core-command internal] load build context 20:13:30 #50 ... 20:13:30 20:13:30 #55 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:13:31 #55 ... 20:13:31 20:13:31 #56 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:13:31 #56 ... 20:13:31 20:13:31 #54 [security-proxy-auth internal] load build context 20:13:32 #54 transferring context: 9.91MB 12.3s 20:13:33 #54 ... 20:13:33 20:13:33 #57 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 20:13:33 #57 ... 20:13:33 20:13:33 #46 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 20:13:33 #46 11.68 (1/2) Installing ca-certificates (20230506-r0) 20:13:33 #46 11.90 (2/2) Installing dumb-init (1.2.5-r2) 20:13:33 #46 11.90 Executing busybox-1.35.0-r29.trigger 20:13:33 #46 12.06 Executing ca-certificates-20230506-r0.trigger 20:13:33 #46 13.38 OK: 8 MiB in 17 packages 20:13:33 #46 DONE 14.8s 20:13:33 20:13:33 #58 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 20:13:33 #58 ... 20:13:33 20:13:33 #59 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 20:13:33 #59 ... 20:13:33 20:13:33 #60 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 20:13:33 #0 10.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:13:33 #60 ... 20:13:33 20:13:33 #61 [security-spire-server builder 3/9] RUN apk add --update --no-cache make git build-base curl 20:13:33 #61 ... 20:13:33 20:13:33 #56 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:13:33 #56 12.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:13:37 #56 16.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:13:37 #56 ... 20:13:37 20:13:37 #32 [core-data internal] load build context 20:13:37 #32 transferring context: 60.09MB 20.2s 20:13:37 #32 ... 20:13:37 20:13:37 #50 [core-command internal] load build context 20:13:37 #50 ... 20:13:37 20:13:37 #32 [core-data internal] load build context 20:13:38 #32 ... 20:13:38 20:13:38 #37 [core-common-config-bootstrapper internal] load build context 20:13:38 #37 ... 20:13:38 20:13:38 #39 [support-scheduler internal] load build context 20:13:38 #39 ... 20:13:38 20:13:38 #40 [security-spire-server internal] load build context 20:13:38 #40 ... 20:13:38 20:13:38 #39 [support-scheduler internal] load build context 20:13:38 #39 ... 20:13:38 20:13:38 #49 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl 20:13:38 #49 12.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:13:38 #49 17.24 (1/2) Installing dumb-init (1.2.5-r2) 20:13:38 #49 17.31 (2/2) Installing openssl (3.0.8-r4) 20:13:38 #49 17.57 Executing busybox-1.35.0-r29.trigger 20:13:38 #49 17.90 OK: 8 MiB in 17 packages 20:13:38 #49 DONE 19.7s 20:13:38 20:13:38 #42 [support-notifications internal] load build context 20:13:38 #42 ... 20:13:38 20:13:38 #41 [security-spire-agent internal] load build context 20:13:38 #41 ... 20:13:38 20:13:38 #43 [security-spire-config internal] load build context 20:13:38 #43 ... 20:13:38 20:13:38 #44 [security-proxy-setup internal] load build context 20:13:38 #44 ... 20:13:38 20:13:38 #43 [security-spire-config internal] load build context 20:13:39 #43 ... 20:13:39 20:13:39 #45 [security-bootstrapper internal] load build context 20:13:39 #45 ... 20:13:39 20:13:39 #62 [security-proxy-setup stage-1 3/9] WORKDIR /edgex 20:13:39 #62 DONE 1.1s 20:13:39 20:13:39 #45 [security-bootstrapper internal] load build context 20:13:39 #45 ... 20:13:39 20:13:39 #43 [security-spire-config internal] load build context 20:13:40 #43 ... 20:13:40 20:13:40 #51 [core-metadata internal] load build context 20:13:40 #51 ... 20:13:40 20:13:40 #43 [security-spire-config internal] load build context 20:13:40 #43 ... 20:13:40 20:13:40 #52 [security-spiffe-token-provider internal] load build context 20:13:40 #52 ... 20:13:40 20:13:40 #38 [security-spire-server stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:13:40 #38 12.29 v3.17.3-216-g54a39ace82a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:13:40 #38 12.29 v3.17.3-215-g6bd5159ef73 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:13:40 #38 12.29 OK: 17694 distinct packages available 20:13:40 #38 12.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:13:40 #38 14.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:13:40 #38 22.27 (1/5) Installing dumb-init (1.2.5-r2) 20:13:40 #38 22.30 (2/5) Installing musl-obstack (1.2.3-r0) 20:13:40 #38 22.32 (3/5) Installing libucontext (1.2-r0) 20:13:40 #38 22.33 (4/5) Installing gcompat (1.1.0-r0) 20:13:40 #38 22.36 (5/5) Installing openssl (3.0.8-r4) 20:13:40 #38 22.47 Executing busybox-1.35.0-r29.trigger 20:13:40 #38 ... 20:13:40 20:13:40 #53 [security-secretstore-setup internal] load build context 20:13:40 #53 ... 20:13:40 20:13:40 #52 [security-spiffe-token-provider internal] load build context 20:13:41 #52 ... 20:13:41 20:13:41 #48 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 20:13:41 #48 12.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:13:41 #48 14.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:13:41 #48 21.84 (1/2) Installing dumb-init (1.2.5-r2) 20:13:41 #48 21.84 (2/2) Installing su-exec (0.2-r2) 20:13:41 #48 21.93 Executing busybox-1.35.0-r29.trigger 20:13:41 #48 21.99 OK: 8 MiB in 17 packages 20:13:41 #48 ... 20:13:41 20:13:41 #52 [security-spiffe-token-provider internal] load build context 20:13:43 #52 ... 20:13:43 20:13:43 #38 [security-spire-server stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:13:43 #38 22.87 OK: 9 MiB in 20 packages 20:13:43 #38 DONE 25.1s 20:13:43 20:13:43 #52 [security-spiffe-token-provider internal] load build context 20:13:43 #52 ... 20:13:43 20:13:43 #54 [security-proxy-auth internal] load build context 20:13:43 #54 ... 20:13:43 20:13:43 #55 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:13:43 #55 12.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:13:43 #55 16.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:13:43 #55 ... 20:13:43 20:13:43 #48 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 20:13:43 #48 DONE 24.5s 20:13:43 20:13:43 #47 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 20:13:43 #47 14.65 v3.17.3-216-g54a39ace82a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:13:43 #47 14.65 v3.17.3-215-g6bd5159ef73 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:13:43 #47 14.65 OK: 17694 distinct packages available 20:13:43 #47 15.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:13:43 #47 18.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:13:43 #47 ... 20:13:43 20:13:43 #59 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 20:13:43 #59 10.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:13:43 #59 13.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:13:43 #59 ... 20:13:43 20:13:43 #37 [core-common-config-bootstrapper internal] load build context 20:13:43 #37 transferring context: 56.06MB 25.4s 20:13:43 #37 ... 20:13:43 20:13:43 #52 [security-spiffe-token-provider internal] load build context 20:13:45 #52 ... 20:13:45 20:13:45 #58 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 20:13:45 #58 11.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:13:45 #58 15.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:13:45 #58 ... 20:13:45 20:13:45 #37 [core-common-config-bootstrapper internal] load build context 20:13:45 #37 ... 20:13:45 20:13:45 #57 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 20:13:45 #57 12.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:13:45 #57 16.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:13:45 #57 ... 20:13:45 20:13:45 #37 [core-common-config-bootstrapper internal] load build context 20:13:45 #37 ... 20:13:45 20:13:45 #61 [security-spire-server builder 3/9] RUN apk add --update --no-cache make git build-base curl 20:13:45 #61 12.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:13:45 #61 16.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:13:45 #61 ... 20:13:45 20:13:45 #43 [security-spire-config internal] load build context 20:13:45 #43 ... 20:13:45 20:13:45 #37 [core-common-config-bootstrapper internal] load build context 20:13:45 #37 ... 20:13:45 20:13:45 #59 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 20:13:45 #59 21.40 OK: 263 MiB in 53 packages 20:13:45 #59 DONE 23.6s 20:13:45 20:13:45 #37 [core-common-config-bootstrapper internal] load build context 20:13:46 #37 ... 20:13:46 20:13:46 #47 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 20:13:46 #47 25.53 (1/4) Installing dumb-init (1.2.5-r2) 20:13:46 #47 25.63 (2/4) Installing musl-obstack (1.2.3-r0) 20:13:46 #47 25.67 (3/4) Installing libucontext (1.2-r0) 20:13:46 #47 25.67 (4/4) Installing gcompat (1.1.0-r0) 20:13:46 #47 25.77 Executing busybox-1.35.0-r29.trigger 20:13:46 #47 25.90 OK: 8 MiB in 19 packages 20:13:46 #47 DONE 27.9s 20:13:46 20:13:46 #40 [security-spire-server internal] load build context 20:13:46 #40 ... 20:13:46 20:13:46 #60 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 20:13:46 #60 13.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:13:46 #60 21.01 v3.17.3-216-g54a39ace82a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:13:46 #60 21.01 v3.17.3-215-g6bd5159ef73 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:13:46 #60 21.01 OK: 17699 distinct packages available 20:13:46 #60 22.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:13:46 #60 ... 20:13:46 20:13:46 #40 [security-spire-server internal] load build context 20:13:47 #40 ... 20:13:47 20:13:47 #57 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 20:13:47 #57 22.83 OK: 263 MiB in 53 packages 20:13:47 #57 DONE 24.3s 20:13:47 20:13:47 #40 [security-spire-server internal] load build context 20:13:47 #40 ... 20:13:47 20:13:47 #58 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 20:13:47 #58 22.82 OK: 263 MiB in 53 packages 20:13:47 #58 DONE 24.8s 20:13:47 20:13:47 #40 [security-spire-server internal] load build context 20:13:47 #40 ... 20:13:47 20:13:47 #50 [core-command internal] load build context 20:13:48 #50 ... 20:13:48 20:13:48 #61 [security-spire-agent builder 3/9] RUN apk add --update --no-cache make git build-base curl 20:13:48 #61 22.84 OK: 263 MiB in 53 packages 20:13:48 #61 DONE 25.1s 20:13:48 20:13:48 #40 [security-spire-server internal] load build context 20:13:48 #40 ... 20:13:48 20:13:48 #32 [core-data internal] load build context 20:13:48 #32 transferring context: 84.52MB 30.8s 20:13:48 #32 ... 20:13:48 20:13:48 #55 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:13:48 #55 23.11 (1/3) Installing ca-certificates (20230506-r0) 20:13:48 #55 23.85 (2/3) Installing dumb-init (1.2.5-r2) 20:13:48 #55 23.93 (3/3) Installing su-exec (0.2-r2) 20:13:48 #55 23.93 Executing busybox-1.35.0-r29.trigger 20:13:48 #55 24.13 Executing ca-certificates-20230506-r0.trigger 20:13:48 #55 26.22 OK: 8 MiB in 18 packages 20:13:48 #55 DONE 27.6s 20:13:48 20:13:48 #50 [core-command internal] load build context 20:13:48 #50 ... 20:13:48 20:13:48 #39 [support-scheduler internal] load build context 20:13:48 #39 ... 20:13:48 20:13:48 #50 [core-command internal] load build context 20:13:48 #50 ... 20:13:48 20:13:48 #41 [security-spire-agent internal] load build context 20:13:49 #41 ... 20:13:49 20:13:49 #42 [support-notifications internal] load build context 20:13:49 #42 ... 20:13:49 20:13:49 #44 [security-proxy-setup internal] load build context 20:13:49 #44 ... 20:13:49 20:13:49 #42 [support-notifications internal] load build context 20:13:49 #42 ... 20:13:49 20:13:49 #60 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 20:13:49 #60 24.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:13:49 #60 26.05 OK: 263 MiB in 53 packages 20:13:49 #60 DONE 26.8s 20:13:49 20:13:49 #42 [support-notifications internal] load build context 20:13:49 #42 ... 20:13:49 20:13:49 #45 [security-bootstrapper internal] load build context 20:13:49 #45 ... 20:13:49 20:13:49 #42 [support-notifications internal] load build context 20:13:50 #42 ... 20:13:50 20:13:50 #51 [core-metadata internal] load build context 20:13:50 #51 ... 20:13:50 20:13:50 #63 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 20:13:50 #63 DONE 6.8s 20:13:50 20:13:50 #51 [core-metadata internal] load build context 20:13:50 #51 ... 20:13:50 20:13:50 #64 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging 20:13:50 #64 ... 20:13:50 20:13:50 #53 [security-secretstore-setup internal] load build context 20:13:50 #53 ... 20:13:50 20:13:50 #45 [security-bootstrapper internal] load build context 20:13:50 #45 ... 20:13:50 20:13:50 #56 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:13:50 #56 23.49 v3.17.3-216-g54a39ace82a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:13:50 #56 23.49 v3.17.3-215-g6bd5159ef73 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:13:50 #56 23.49 OK: 17694 distinct packages available 20:13:50 #56 24.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:13:50 #56 26.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:13:50 #56 28.01 (1/9) Installing ca-certificates (20230506-r0) 20:13:50 #56 28.25 (2/9) Installing brotli-libs (1.0.9-r9) 20:13:50 #56 28.28 (3/9) Installing nghttp2-libs (1.51.0-r0) 20:13:50 #56 28.33 (4/9) Installing libcurl (8.1.1-r1) 20:13:50 #56 28.34 (5/9) Installing curl (8.1.1-r1) 20:13:50 #56 28.38 (6/9) Installing dumb-init (1.2.5-r2) 20:13:50 #56 28.39 (7/9) Installing musl-obstack (1.2.3-r0) 20:13:50 #56 28.48 (8/9) Installing libucontext (1.2-r0) 20:13:50 #56 28.52 (9/9) Installing gcompat (1.1.0-r0) 20:13:50 #56 28.58 Executing busybox-1.35.0-r29.trigger 20:13:50 #56 28.69 Executing ca-certificates-20230506-r0.trigger 20:13:50 #56 29.14 OK: 11 MiB in 24 packages 20:13:50 #56 DONE 29.9s 20:13:50 20:13:50 #45 [security-bootstrapper internal] load build context 20:13:51 #45 ... 20:13:51 20:13:51 #64 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging 20:13:51 #64 DONE 1.1s 20:13:51 20:13:51 #45 [security-bootstrapper internal] load build context 20:13:53 #45 ... 20:13:53 20:13:53 #54 [security-proxy-auth internal] load build context 20:13:53 #54 ... 20:13:53 20:13:53 #45 [security-bootstrapper internal] load build context 20:13:54 #45 transferring context: 60.98MB 34.2s 20:13:55 #45 ... 20:13:55 20:13:55 #52 [security-spiffe-token-provider internal] load build context 20:13:55 #52 ... 20:13:55 20:13:55 #45 [security-bootstrapper internal] load build context 20:13:55 #45 ... 20:13:55 20:13:55 #43 [security-spire-config internal] load build context 20:13:55 #43 ... 20:13:55 20:13:55 #45 [security-bootstrapper internal] load build context 20:13:57 #45 ... 20:13:57 20:13:57 #37 [core-common-config-bootstrapper internal] load build context 20:13:57 #37 ... 20:13:57 20:13:57 #45 [security-bootstrapper internal] load build context 20:13:58 #45 ... 20:13:58 20:13:58 #40 [security-spire-server internal] load build context 20:13:58 #40 ... 20:13:58 20:13:58 #32 [core-data internal] load build context 20:13:58 #32 transferring context: 133.66MB 40.9s 20:13:58 #32 ... 20:13:58 20:13:58 #45 [security-bootstrapper internal] load build context 20:13:58 #45 ... 20:13:58 20:13:58 #39 [support-scheduler internal] load build context 20:13:58 #39 ... 20:13:58 20:13:58 #32 [core-data internal] load build context 20:13:59 #32 ... 20:13:59 20:13:59 #50 [core-command internal] load build context 20:13:59 #50 ... 20:13:59 20:13:59 #41 [security-spire-agent internal] load build context 20:13:59 #41 ... 20:13:59 20:13:59 #50 [core-command internal] load build context 20:13:59 #50 ... 20:13:59 20:13:59 #44 [security-proxy-setup internal] load build context 20:13:59 #44 ... 20:13:59 20:13:59 #50 [core-command internal] load build context 20:14:00 #50 ... 20:14:00 20:14:00 #42 [support-notifications internal] load build context 20:14:00 #42 ... 20:14:00 20:14:00 #51 [core-metadata internal] load build context 20:14:00 #51 ... 20:14:00 20:14:00 #50 [core-command internal] load build context 20:14:00 #50 ... 20:14:00 20:14:00 #53 [security-secretstore-setup internal] load build context 20:14:01 #53 ... 20:14:01 20:14:01 #50 [core-command internal] load build context 20:14:03 #50 ... 20:14:03 20:14:03 #54 [security-proxy-auth internal] load build context 20:14:03 #54 ... 20:14:03 20:14:03 #50 [core-command internal] load build context 20:14:04 #50 transferring context: 104.31MB 43.7s 20:14:05 #50 ... 20:14:05 20:14:05 #52 [security-spiffe-token-provider internal] load build context 20:14:05 #52 ... 20:14:05 20:14:05 #53 [security-secretstore-setup internal] load build context 20:14:06 #53 ... 20:14:06 20:14:06 #43 [security-spire-config internal] load build context 20:14:06 #43 ... 20:14:06 20:14:06 #53 [security-secretstore-setup internal] load build context 20:14:06 #53 ... 20:14:06 20:14:06 #32 [core-data internal] load build context 20:14:06 #32 transferring context: 175.25MB 48.7s done 20:14:06 #32 DONE 48.8s 20:14:06 20:14:06 #65 [core-data builder 4/7] COPY go.mod vendor* ./ 20:14:07 #65 ... 20:14:07 20:14:07 #37 [core-common-config-bootstrapper internal] load build context 20:14:07 #37 ... 20:14:07 20:14:07 #53 [security-secretstore-setup internal] load build context 20:14:08 #53 ... 20:14:08 20:14:08 #40 [security-spire-server internal] load build context 20:14:08 #40 ... 20:14:08 20:14:08 #53 [security-secretstore-setup internal] load build context 20:14:09 #53 ... 20:14:09 20:14:09 #45 [security-bootstrapper internal] load build context 20:14:09 #45 ... 20:14:09 20:14:09 #65 [core-data builder 4/7] COPY go.mod vendor* ./ 20:14:09 #65 DONE 2.7s 20:14:09 20:14:09 #45 [security-bootstrapper internal] load build context 20:14:09 #45 ... 20:14:09 20:14:09 #39 [support-scheduler internal] load build context 20:14:09 #39 ... 20:14:09 20:14:09 #37 [core-common-config-bootstrapper internal] load build context 20:14:09 #37 transferring context: 175.25MB 51.0s done 20:14:09 #37 DONE 51.4s 20:14:09 20:14:09 #39 [support-scheduler internal] load build context 20:14:09 #39 ... 20:14:09 20:14:09 #50 [core-command internal] load build context 20:14:09 #50 ... 20:14:09 20:14:09 #41 [security-spire-agent internal] load build context 20:14:09 #41 ... 20:14:09 20:14:09 #50 [core-command internal] load build context 20:14:09 #50 ... 20:14:09 20:14:09 #44 [security-proxy-setup internal] load build context 20:14:09 #44 ... 20:14:09 20:14:09 #41 [security-spire-agent internal] load build context 20:14:10 #41 ... 20:14:10 20:14:10 #51 [core-metadata internal] load build context 20:14:10 #51 ... 20:14:10 20:14:10 #41 [security-spire-agent internal] load build context 20:14:10 #41 ... 20:14:10 20:14:10 #42 [support-notifications internal] load build context 20:14:10 #42 ... 20:14:10 20:14:10 #41 [security-spire-agent internal] load build context 20:14:11 #41 ... 20:14:11 20:14:11 #39 [support-scheduler internal] load build context 20:14:11 #39 transferring context: 175.25MB 53.2s done 20:14:11 #39 DONE 53.5s 20:14:11 20:14:11 #41 [security-spire-agent internal] load build context 20:14:11 #41 ... 20:14:11 20:14:11 #43 [security-spire-config internal] load build context 20:14:11 #43 transferring context: 175.25MB 52.6s done 20:14:11 #43 DONE 53.3s 20:14:11 20:14:11 #41 [security-spire-agent internal] load build context 20:14:13 #41 ... 20:14:13 20:14:13 #66 [security-spire-config builder 4/9] COPY go.mod vendor* ./ 20:14:13 #66 DONE 0.9s 20:14:13 20:14:13 #41 [security-spire-agent internal] load build context 20:14:13 #41 ... 20:14:13 20:14:13 #45 [security-bootstrapper internal] load build context 20:14:13 #45 transferring context: 175.25MB 53.6s done 20:14:13 #45 DONE 54.9s 20:14:13 20:14:13 #41 [security-spire-agent internal] load build context 20:14:13 #41 ... 20:14:13 20:14:13 #54 [security-proxy-auth internal] load build context 20:14:13 #54 ... 20:14:13 20:14:13 #41 [security-spire-agent internal] load build context 20:14:14 #41 ... 20:14:14 20:14:14 #54 [security-proxy-auth internal] load build context 20:14:14 #54 transferring context: 175.25MB 53.9s done 20:14:14 #54 DONE 54.6s 20:14:14 20:14:14 #41 [security-spire-agent internal] load build context 20:14:14 #41 ... 20:14:14 20:14:14 #67 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 20:14:14 #67 DONE 1.1s 20:14:14 20:14:14 #41 [security-spire-agent internal] load build context 20:14:15 #41 ... 20:14:15 20:14:15 #52 [security-spiffe-token-provider internal] load build context 20:14:15 #52 ... 20:14:15 20:14:15 #44 [security-proxy-setup internal] load build context 20:14:15 #44 ... 20:14:15 20:14:15 #41 [security-spire-agent internal] load build context 20:14:16 #41 ... 20:14:16 20:14:16 #53 [security-secretstore-setup internal] load build context 20:14:16 #53 transferring context: 175.25MB 55.2s done 20:14:16 #53 DONE 56.4s 20:14:16 20:14:16 #41 [security-spire-agent internal] load build context 20:14:16 #41 ... 20:14:16 20:14:16 #40 [security-spire-server internal] load build context 20:14:16 #40 transferring context: 175.25MB 58.4s done 20:14:16 #40 DONE 58.9s 20:14:16 20:14:16 #41 [security-spire-agent internal] load build context 20:14:17 #41 transferring context: 175.25MB 59.2s done 20:14:17 #41 DONE 59.5s 20:14:17 20:14:17 #52 [security-spiffe-token-provider internal] load build context 20:14:18 #52 ... 20:14:18 20:14:18 #50 [core-command internal] load build context 20:14:18 #50 transferring context: 175.25MB 57.3s done 20:14:18 #50 DONE 58.4s 20:14:18 20:14:18 #52 [security-spiffe-token-provider internal] load build context 20:14:19 #52 transferring context: 175.25MB 57.8s done 20:14:19 #52 DONE 59.5s 20:14:19 20:14:19 #68 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 20:14:19 #68 ... 20:14:19 20:14:19 #69 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:14:19 #69 ... 20:14:19 20:14:19 #44 [security-proxy-setup internal] load build context 20:14:20 #44 ... 20:14:20 20:14:20 #68 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 20:14:20 #68 DONE 0.9s 20:14:20 20:14:20 #44 [security-proxy-setup internal] load build context 20:14:20 #44 ... 20:14:20 20:14:20 #51 [core-metadata internal] load build context 20:14:20 #51 ... 20:14:20 20:14:20 #44 [security-proxy-setup internal] load build context 20:14:21 #44 ... 20:14:21 20:14:21 #42 [support-notifications internal] load build context 20:14:21 #42 ... 20:14:21 20:14:21 #44 [security-proxy-setup internal] load build context 20:14:21 #44 ... 20:14:21 20:14:21 #51 [core-metadata internal] load build context 20:14:21 #51 transferring context: 175.25MB 61.1s done 20:14:21 #51 DONE 62.1s 20:14:21 20:14:21 #44 [security-proxy-setup internal] load build context 20:14:21 #44 transferring context: 175.25MB 61.9s done 20:14:21 #44 DONE 63.2s 20:14:21 20:14:21 #42 [support-notifications internal] load build context 20:14:22 #42 transferring context: 175.25MB 63.5s done 20:14:22 #42 DONE 63.7s 20:14:22 20:14:22 #70 [support-notifications builder 4/7] COPY go.mod vendor* ./ 20:14:22 #70 DONE 0.4s 20:14:22 20:14:22 #71 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:14:22 #71 ... 20:14:22 20:14:22 #72 [security-spire-config builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:14:23 #72 ... 20:14:23 20:14:23 #73 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:14:24 #73 ... 20:14:24 20:14:24 #74 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:15:11 #74 ... 20:15:11 20:15:11 #69 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:15:11 #69 DONE 59.6s 20:15:11 20:15:11 #75 [core-data builder 6/7] COPY . . 20:15:11 #75 ... 20:15:11 20:15:11 #74 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:15:11 #74 DONE 54.2s 20:15:11 20:15:11 #72 [security-spire-config builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:15:11 #72 DONE 56.0s 20:15:11 20:15:11 #71 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:15:11 #71 DONE 48.8s 20:15:11 20:15:11 #76 [security-spiffe-token-provider builder 6/7] COPY . . 20:15:11 #76 ... 20:15:11 20:15:11 #73 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:15:11 #73 DONE 46.7s 20:15:11 20:15:11 #77 [support-notifications builder 6/7] COPY . . 20:15:13 #77 ... 20:15:13 20:15:13 #78 [core-command builder 4/7] COPY go.mod vendor* ./ 20:15:13 #78 CACHED 20:15:13 20:15:13 #79 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:15:13 #79 CACHED 20:15:13 20:15:13 #80 [core-command builder 6/7] COPY . . 20:15:13 #80 CACHED 20:15:13 20:15:13 #81 [security-proxy-auth builder 6/7] COPY . . 20:15:13 #81 CACHED 20:15:13 20:15:13 #82 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:15:13 #82 CACHED 20:15:13 20:15:13 #83 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 20:15:13 #83 CACHED 20:15:13 20:15:13 #84 [core-metadata builder 4/7] COPY go.mod vendor* ./ 20:15:13 #84 CACHED 20:15:13 20:15:13 #85 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:15:13 #85 CACHED 20:15:13 20:15:13 #86 [core-metadata builder 6/7] COPY . . 20:15:13 #86 CACHED 20:15:13 20:15:13 #76 [security-spiffe-token-provider builder 6/7] COPY . . 20:15:13 #76 DONE 3.9s 20:15:13 20:15:13 #87 [core-common-config-bootstrapper builder 6/7] COPY . . 20:15:13 #87 CACHED 20:15:13 20:15:13 #88 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 20:15:13 #88 CACHED 20:15:13 20:15:13 #89 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:15:13 #89 CACHED 20:15:13 20:15:13 #90 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 20:15:13 #90 CACHED 20:15:13 20:15:13 #91 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:15:13 #91 CACHED 20:15:13 20:15:13 #92 [support-scheduler builder 6/7] COPY . . 20:15:13 #92 CACHED 20:15:13 20:15:13 #75 [core-data builder 6/7] COPY . . 20:15:13 #75 DONE 4.0s 20:15:13 20:15:13 #93 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:15:13 #93 CACHED 20:15:13 20:15:13 #94 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 20:15:13 #94 CACHED 20:15:13 20:15:13 #95 [security-secretstore-setup builder 6/7] COPY . . 20:15:13 #95 CACHED 20:15:13 20:15:13 #96 [security-bootstrapper builder 6/7] COPY . . 20:15:13 #96 DONE 4.0s 20:15:13 20:15:13 #97 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 20:15:13 #97 CACHED 20:15:13 20:15:13 #98 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:15:13 #98 CACHED 20:15:13 20:15:13 #99 [security-proxy-setup builder 6/7] COPY . . 20:15:13 #99 CACHED 20:15:13 20:15:13 #77 [support-notifications builder 6/7] COPY . . 20:15:13 #77 DONE 3.7s 20:15:13 20:15:13 #100 [security-spire-config builder 6/9] COPY . . 20:15:13 #100 DONE 4.1s 20:15:13 20:15:13 #101 [security-spire-config builder 7/9] WORKDIR /edgex-go/spire-build 20:15:13 #101 DONE 0.5s 20:15:13 20:15:13 #102 [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 20:15:13 #102 ... 20:15:13 20:15:13 #103 [security-spire-server builder 6/9] COPY . . 20:15:13 #103 CACHED 20:15:13 20:15:13 #104 [security-spire-server builder 7/9] WORKDIR /edgex-go/spire-build 20:15:13 #104 CACHED 20:15:13 20:15:13 #105 [security-spire-server builder 4/9] COPY go.mod vendor* ./ 20:15:13 #105 CACHED 20:15:13 20:15:13 #106 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:15:13 #106 CACHED 20:15:13 20:15:13 #107 [security-spire-server builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:15:18 #107 ... 20:15:18 20:15:18 #108 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:15:18 #0 5.708 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 20:15:18 #108 ... 20:15:18 20:15:18 #109 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:15:18 #0 6.047 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:15:19 #109 ... 20:15:19 20:15:19 #102 [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 20:15:19 #102 DONE 6.2s 20:15:19 20:15:19 #110 [security-spire-config builder 9/9] WORKDIR /edgex-go 20:15:19 #110 DONE 0.4s 20:15:19 20:15:19 #107 [security-spire-server builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:15:19 #107 DONE 6.4s 20:15:19 20:15:19 #111 [security-spire-server builder 9/9] WORKDIR /edgex-go 20:15:20 #111 DONE 0.3s 20:15:20 20:15:20 #112 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 20:15:20 #0 6.828 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 20:15:21 #112 ... 20:15:21 20:15:21 #113 [security-spire-config stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / 20:15:21 #113 DONE 0.3s 20:15:21 20:15:21 #114 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 20:15:21 #0 6.779 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:15:21 #114 ... 20:15:21 20:15:21 #115 [security-spire-config stage-1 4/9] COPY --from=builder /edgex-go/security.txt / 20:15:21 #115 DONE 0.4s 20:15:21 20:15:21 #116 [security-spire-server stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 20:15:22 #116 DONE 0.3s 20:15:22 20:15:22 #117 [security-spire-server stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 20:15:22 #117 DONE 0.1s 20:15:22 20:15:22 #118 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:15:22 #118 ... 20:15:22 20:15:22 #119 [security-spire-agent builder 7/9] WORKDIR /edgex-go/spire-build 20:15:22 #119 CACHED 20:15:22 20:15:22 #120 [security-spire-agent builder 4/9] COPY go.mod vendor* ./ 20:15:22 #120 CACHED 20:15:22 20:15:22 #121 [security-spire-agent builder 6/9] COPY . . 20:15:22 #121 CACHED 20:15:22 20:15:22 #122 [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 20:15:22 #122 CACHED 20:15:22 20:15:22 #123 [security-spire-agent stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / 20:15:22 #123 CACHED 20:15:22 20:15:22 #124 [security-spire-agent stage-1 4/9] COPY --from=builder /edgex-go/security.txt / 20:15:22 #124 CACHED 20:15:22 20:15:22 #125 [security-spire-agent builder 9/9] WORKDIR /edgex-go 20:15:22 #125 CACHED 20:15:22 20:15:22 #126 [security-spire-agent builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:15:22 #126 CACHED 20:15:22 20:15:22 #127 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:15:22 #127 ... 20:15:22 20:15:22 #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:15:22 #0 6.597 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:15:23 #128 ... 20:15:23 20:15:23 #129 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 20:15:23 #0 6.053 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 20:15:23 #129 ... 20:15:23 20:15:23 #130 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:15:23 #0 6.072 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 20:15:23 #130 ... 20:15:23 20:15:23 #131 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 20:15:23 #0 5.269 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 20:15:23 #131 ... 20:15:23 20:15:23 #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 20:15:23 #0 4.180 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:15:23 #132 ... 20:15:23 20:15:23 #133 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 20:15:23 #0 6.411 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 20:15:23 #133 ... 20:15:23 20:15:23 #127 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:15:23 #127 DONE 1.2s 20:15:23 20:15:23 #134 [security-spire-agent stage-1 5/9] COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 20:15:23 #134 DONE 1.4s 20:15:23 20:15:23 #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:15:23 #0 5.656 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:15:23 #135 ... 20:15:23 20:15:23 #118 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:15:23 #118 DONE 1.8s 20:15:23 20:15:23 #136 [security-spire-server stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:15:24 #136 DONE 0.3s 20:15:24 20:15:24 #137 [security-spire-config stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:15:24 #137 DONE 0.3s 20:15:24 20:15:24 #138 [security-spire-server stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:15:24 #138 ... 20:15:24 20:15:24 #139 [security-spire-config stage-1 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d 20:15:24 #139 DONE 0.2s 20:15:24 20:15:24 #138 [security-spire-server stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:15:24 #138 DONE 0.2s 20:15:24 20:15:24 #140 [security-spire-server stage-1 8/8] COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:15:24 #140 ... 20:15:24 20:15:24 #141 [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 20:15:24 #141 DONE 0.2s 20:15:24 20:15:24 #140 [security-spire-server stage-1 8/8] COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:15:24 #140 DONE 0.3s 20:15:24 20:15:24 #142 [security-spire-server] exporting to image 20:15:24 #142 exporting layers 20:15:26 #142 ... 20:15:26 20:15:26 #143 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:15:26 #143 DONE 2.2s 20:15:26 20:15:26 #144 [security-spire-agent stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:15:26 #144 DONE 0.3s 20:15:26 20:15:26 #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:15:26 #128 ... 20:15:26 20:15:26 #145 [security-spire-agent stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:15:26 #145 DONE 0.2s 20:15:26 20:15:26 #146 [security-spire-agent stage-1 9/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:15:26 #146 DONE 0.3s 20:15:26 20:15:26 #130 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:15:26 #130 ... 20:15:26 20:15:26 #142 [security-spire-agent] exporting to image 20:15:27 #142 exporting layers 2.7s done 20:15:27 #142 writing image sha256:714abc51a21646d2427d0f77087c4f7fbf7e49a212a075dfc7eb66b1fc508a40 0.0s done 20:15:27 #142 naming to docker.io/library/security-spire-config-arm64 20:15:27 #142 exporting layers 2.7s done 20:15:27 #142 naming to docker.io/library/security-spire-config-arm64 done 20:15:27 #142 writing image sha256:992429b394f34160cfbb04e2045f956e5948d2dd27c9a82ea22686a0f38495d8 done 20:15:27 #142 naming to docker.io/library/security-spire-server-arm64 done 20:15:28 #142 exporting layers 1.7s done 20:15:28 #142 writing image sha256:f93318bda155efb2f35911eac99d7a556d670bedda050dfe9e4a982da1fe9492 done 20:15:28 #142 naming to docker.io/library/security-spire-agent-arm64 done 20:15:28 #142 DONE 3.8s 20:15:28 20:15:28 #131 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 20:28:20 #131 ... 20:28:20 20:28:20 #109 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:28:20 #109 785.2 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:28:20 #109 ... 20:28:20 20:28:20 #129 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 20:28:20 #129 DONE 785.4s 20:28:20 20:28:20 #114 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 20:28:20 #114 ... 20:28:20 20:28:20 #147 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 20:28:20 #147 DONE 0.4s 20:28:20 20:28:20 #130 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:28:20 #130 ... 20:28:20 20:28:20 #148 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 20:28:20 #148 DONE 0.2s 20:28:20 20:28:20 #149 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 20:28:20 #149 DONE 0.4s 20:28:20 20:28:20 #150 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 20:28:20 #150 DONE 0.3s 20:28:20 20:28:20 #151 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 20:28:20 #151 DONE 0.2s 20:28:20 20:28:20 #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:28:20 #135 ... 20:28:20 20:28:20 #152 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:28:22 #152 DONE 2.2s 20:28:22 20:28:22 #142 [security-proxy-auth] exporting to image 20:28:22 #142 exporting layers 20:28:23 #142 exporting layers 0.8s done 20:28:23 #142 writing image sha256:84f196f1234ab885e89a66dec0ed4ab31c2f02060323925a28b10c21bc7e2391 done 20:28:23 #142 naming to docker.io/library/security-proxy-auth-arm64 done 20:28:23 #142 DONE 4.7s 20:28:23 20:28:23 #112 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 20:28:23 #112 DONE 790.4s 20:28:23 20:28:23 #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:28:23 #128 ... 20:28:23 20:28:23 #153 [security-proxy-setup stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 20:28:23 #153 DONE 0.1s 20:28:23 20:28:23 #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:28:24 #135 ... 20:28:24 20:28:24 #154 [security-proxy-setup stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 20:28:24 #154 DONE 0.3s 20:28:24 20:28:24 #155 [security-proxy-setup stage-1 6/9] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 20:28:24 #155 DONE 0.1s 20:28:24 20:28:24 #114 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 20:28:24 #114 ... 20:28:24 20:28:24 #156 [security-proxy-setup stage-1 7/9] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:28:24 #156 DONE 0.3s 20:28:24 20:28:24 #157 [security-proxy-setup stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:28:24 #157 DONE 0.1s 20:28:24 20:28:24 #158 [security-proxy-setup stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:28:26 #158 DONE 1.8s 20:28:26 20:28:26 #142 [security-proxy-setup] exporting to image 20:28:27 #142 exporting layers 0.5s done 20:28:27 #142 writing image sha256:5b238687bdc0c2f0d0ca213f8bfd7df556a7de93aee7d5058ef834cd68c11a7d done 20:28:27 #142 naming to docker.io/library/security-proxy-setup-arm64 done 20:28:27 #142 DONE 5.2s 20:28:27 20:28:27 #131 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 20:28:39 #131 ... 20:28:39 20:28:39 #114 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 20:28:39 #114 DONE 805.2s 20:28:39 20:28:39 #159 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 20:28:39 #159 DONE 0.3s 20:28:39 20:28:39 #160 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh 20:28:40 #160 ... 20:28:40 20:28:40 #109 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:28:40 #109 DONE 807.2s 20:28:40 20:28:40 #133 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 20:28:40 #133 ... 20:28:40 20:28:40 #161 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / 20:28:40 #161 DONE 0.2s 20:28:40 20:28:40 #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:28:41 #128 ... 20:28:41 20:28:41 #162 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / 20:28:41 #162 DONE 0.1s 20:28:41 20:28:41 #163 [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 20:28:41 #163 DONE 0.1s 20:28:41 20:28:41 #130 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:28:41 #130 ... 20:28:41 20:28:41 #160 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh 20:28:41 #160 DONE 3.0s 20:28:41 20:28:41 #164 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / 20:28:42 #164 DONE 0.5s 20:28:42 20:28:42 #165 [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 20:28:42 #165 DONE 0.5s 20:28:42 20:28:42 #166 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / 20:28:42 #166 DONE 0.3s 20:28:42 20:28:42 #167 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 20:28:42 #167 DONE 0.3s 20:28:42 20:28:42 #168 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:28:42 #168 DONE 0.4s 20:28:42 20:28:42 #169 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:28:42 #169 DONE 0.5s 20:28:42 20:28:42 #170 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:28:43 #170 ... 20:28:43 20:28:43 #171 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 20:28:43 #171 DONE 0.3s 20:28:43 20:28:43 #172 [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/ 20:28:43 #172 DONE 0.2s 20:28:43 20:28:43 #173 [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/ 20:28:43 #173 ... 20:28:43 20:28:43 #170 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:28:43 #170 DONE 0.8s 20:28:43 20:28:43 #173 [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/ 20:28:43 #173 DONE 0.3s 20:28:43 20:28:43 #174 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 20:28:43 #174 ... 20:28:43 20:28:43 #175 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:28:43 #175 DONE 0.2s 20:28:43 20:28:43 #174 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 20:28:43 #174 DONE 0.2s 20:28:43 20:28:43 #176 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:28:44 #176 DONE 0.3s 20:28:44 20:28:44 #177 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:28:46 #177 DONE 2.8s 20:28:46 20:28:46 #178 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh 20:28:46 #178 DONE 2.3s 20:28:46 20:28:46 #142 [security-bootstrapper] exporting to image 20:28:46 #142 exporting layers 20:28:48 #142 exporting layers 1.8s done 20:28:48 #142 writing image sha256:b15bb28342005eeffdf183d0dbe8088d3e19fd96365f8eb6d37a80689ce888d9 0.0s done 20:28:48 #142 naming to docker.io/library/security-bootstrapper-arm64 done 20:28:48 #142 exporting layers 1.8s done 20:28:48 #142 writing image sha256:6fe6e6037b19271f905f34555b60ed8a6cde4c525e056ecdc19214ad5184125a done 20:28:48 #142 naming to docker.io/library/security-secretstore-setup-arm64 done 20:28:48 #142 DONE 7.0s 20:28:48 20:28:48 #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:29:10 #128 ... 20:29:10 20:29:10 #130 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:29:10 #130 DONE 835.5s 20:29:10 20:29:10 #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 20:29:10 #132 ... 20:29:10 20:29:10 #179 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 20:29:10 #179 DONE 0.2s 20:29:10 20:29:10 #180 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 20:29:10 #180 DONE 0.1s 20:29:10 20:29:10 #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:29:10 #128 ... 20:29:10 20:29:10 #181 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 20:29:10 #181 DONE 0.2s 20:29:10 20:29:10 #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 20:29:10 #182 DONE 0.1s 20:29:10 20:29:10 #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:29:10 #128 ... 20:29:10 20:29:10 #183 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 20:29:10 #183 DONE 0.1s 20:29:10 20:29:10 #184 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:29:11 #184 DONE 1.9s 20:29:11 20:29:11 #142 [core-common-config-bootstrapper] exporting to image 20:29:11 #142 exporting layers 20:29:11 #142 exporting layers 0.5s done 20:29:11 #142 writing image sha256:ca390c968de7b152569f7c4bf9b15988ec48831516d366b6f7b49d1f8147bbe9 done 20:29:11 #142 naming to docker.io/library/core-common-config-bootstrapper-arm64 20:29:12 #142 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 20:29:12 #142 DONE 7.5s 20:29:12 20:29:12 #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 20:29:27 #132 ... 20:29:27 20:29:27 #133 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 20:29:27 #133 DONE 853.3s 20:29:27 20:29:27 #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:29:27 #135 ... 20:29:27 20:29:27 #185 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / 20:29:27 #185 DONE 0.1s 20:29:27 20:29:27 #186 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / 20:29:27 #186 DONE 0.2s 20:29:27 20:29:27 #187 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:29:27 #187 DONE 0.3s 20:29:27 20:29:27 #188 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 20:29:27 #188 DONE 0.1s 20:29:27 20:29:27 #142 [core-command] exporting to image 20:29:27 #142 exporting layers 20:29:27 #142 exporting layers 0.4s done 20:29:27 #142 writing image sha256:3cfeee0ff1a24c98586bb5cb06f3f6841cc3a8c953ce226948a1e3467fc8a8d0 done 20:29:27 #142 naming to docker.io/library/core-command-arm64 done 20:29:27 #142 DONE 7.9s 20:29:27 20:29:27 #131 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 20:29:37 #131 DONE 864.6s 20:29:37 20:29:37 #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:29:38 #135 ... 20:29:38 20:29:38 #189 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 20:29:38 #189 DONE 0.3s 20:29:38 20:29:38 #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:29:38 #128 ... 20:29:38 20:29:38 #190 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 20:29:38 #190 DONE 0.1s 20:29:38 20:29:38 #191 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:29:38 #191 DONE 0.3s 20:29:38 20:29:38 #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:29:38 #128 ... 20:29:38 20:29:38 #192 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 20:29:38 #192 DONE 0.1s 20:29:39 20:29:39 #142 [core-data] exporting to image 20:29:39 #142 exporting layers 20:29:39 #142 exporting layers 0.2s done 20:29:39 #142 writing image sha256:e1f6e787ca22cca3d364190c892c021fd15ae384887875776b4bc98917656947 done 20:29:39 #142 naming to docker.io/library/core-data-arm64 done 20:29:39 #142 DONE 8.1s 20:29:39 20:29:39 #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:29:41 #135 ... 20:29:41 20:29:41 #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 20:29:41 #132 DONE 868.4s 20:29:41 20:29:41 #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:29:41 #128 ... 20:29:41 20:29:41 #193 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 20:29:41 #193 DONE 0.2s 20:29:41 20:29:41 #194 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 20:29:42 #194 DONE 0.2s 20:29:42 20:29:42 #195 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:29:42 #195 DONE 0.2s 20:29:42 20:29:42 #196 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 20:29:42 #196 DONE 0.1s 20:29:42 20:29:42 #108 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:29:42 #108 ... 20:29:42 20:29:42 #197 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 20:29:42 #197 DONE 0.1s 20:29:42 20:29:42 #142 [core-metadata] exporting to image 20:29:42 #142 exporting layers 0.4s done 20:29:43 #142 writing image sha256:becc7c7fc9f926a7560e87baff677362bed5cb6ad619f23577a8ec3dfa7e5ef9 done 20:29:43 #142 naming to docker.io/library/core-metadata-arm64 done 20:29:43 #142 DONE 8.6s 20:29:43 20:29:43 #108 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:30:39 #108 DONE 918.8s 20:30:39 20:30:39 #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:30:39 #128 ... 20:30:39 20:30:39 #198 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 20:30:39 #198 DONE 0.2s 20:30:39 20:30:39 #199 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 20:30:39 #199 DONE 0.2s 20:30:39 20:30:39 #200 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:30:39 #200 DONE 0.4s 20:30:39 20:30:39 #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:30:39 #128 ... 20:30:39 20:30:39 #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 20:30:39 #201 DONE 0.2s 20:30:39 20:30:39 #142 [security-spiffe-token-provider] exporting to image 20:30:39 #142 exporting layers 20:30:39 #142 exporting layers 0.6s done 20:30:39 #142 writing image sha256:c4f1f19218fee9b5d72b9b7f50884e33e877bf97daf55bd8290bc87afee4ff34 done 20:30:39 #142 naming to docker.io/library/security-spiffe-token-provider-arm64 done 20:30:39 #142 DONE 9.2s 20:30:39 20:30:39 #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:30:54 #128 ... 20:30:54 20:30:54 #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:30:54 #135 DONE 940.5s 20:30:54 20:30:54 #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:30:54 #128 ... 20:30:54 20:30:54 #202 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 20:30:54 #202 DONE 0.1s 20:30:54 20:30:54 #203 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 20:30:54 #203 DONE 0.1s 20:30:54 20:30:54 #204 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:30:54 #204 ... 20:30:54 20:30:54 #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:30:54 #128 DONE 941.5s 20:30:54 20:30:54 #204 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:30:54 #204 DONE 0.3s 20:30:54 20:30:54 #205 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 20:30:54 #205 DONE 0.3s 20:30:54 20:30:54 #206 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 20:30:54 #206 DONE 0.2s 20:30:54 20:30:54 #207 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 20:30:54 #207 DONE 0.1s 20:30:54 20:30:54 #208 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:30:55 #208 DONE 0.3s 20:30:55 20:30:55 #142 [support-scheduler] exporting to image 20:30:55 #142 exporting layers 0.5s done 20:30:55 #142 writing image sha256:98220edd2b5548574444a00f7cfae80a79b5a52f7bb589c0e831d87ac6c4611a done 20:30:55 #142 naming to docker.io/library/support-scheduler-arm64 done 20:30:55 #142 DONE 9.7s 20:30:55 20:30:55 #209 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 20:30:55 #209 DONE 0.1s 20:30:55 20:30:55 #142 [support-notifications] exporting to image 20:30:55 #142 exporting layers 0.4s done 20:30:55 #142 writing image sha256:964205d244e3b11dd8270fdfc60b18c002d9bd767fb1186ad1c7fabcfd7ab590 done 20:30:55 #142 naming to docker.io/library/support-notifications-arm64 done 20:30:55 #142 DONE 10.1s 20:30:55 time="2023-06-06T20:13:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:30:55 time="2023-06-06T20:13:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:30:55 time="2023-06-06T20:13:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:30:55 time="2023-06-06T20:13:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:30:55 time="2023-06-06T20:13:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:30:55 time="2023-06-06T20:13:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:30:55 time="2023-06-06T20:13:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:30:55 time="2023-06-06T20:13:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:30:55 time="2023-06-06T20:13:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:30:55 time="2023-06-06T20:13:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:30:55 time="2023-06-06T20:13:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:30:55 time="2023-06-06T20:13:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:30:55 time="2023-06-06T20:13:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:30:55 time="2023-06-06T20:13:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 20:30:55 $ docker stop --time=1 48ec4aa237308f10ed8fd7b81a22e5017ef8e05c1a7bbdf5a9c9e4d23011a98a 20:30:59 $ docker rm -f --volumes 48ec4aa237308f10ed8fd7b81a22e5017ef8e05c1a7bbdf5a9c9e4d23011a98a [Pipeline] // withDockerContainer [Pipeline] sh 20:30:59 + docker images 20:30:59 REPOSITORY TAG IMAGE ID CREATED SIZE 20:30:59 support-notifications-arm64 latest 964205d244e3 4 seconds ago 31.9MB 20:30:59 support-scheduler-arm64 latest 98220edd2b55 5 seconds ago 31.2MB 20:30:59 security-spiffe-token-provider-arm64 latest c4f1f19218fe 26 seconds ago 32.7MB 20:30:59 core-metadata-arm64 latest becc7c7fc9f9 About a minute ago 20.2MB 20:30:59 core-data-arm64 latest e1f6e787ca22 About a minute ago 19.9MB 20:30:59 core-command-arm64 latest 3cfeee0ff1a2 About a minute ago 19.7MB 20:30:59 core-common-config-bootstrapper-arm64 latest ca390c968de7 About a minute ago 17.2MB 20:30:59 security-secretstore-setup-arm64 latest 6fe6e6037b19 2 minutes ago 32.2MB 20:30:59 security-bootstrapper-arm64 latest b15bb2834200 2 minutes ago 21.9MB 20:30:59 security-proxy-setup-arm64 latest 5b238687bdc0 2 minutes ago 18.7MB 20:30:59 security-proxy-auth-arm64 latest 84f196f1234a 2 minutes ago 18.1MB 20:30:59 security-spire-agent-arm64 latest f93318bda155 15 minutes ago 153MB 20:30:59 security-spire-server-arm64 latest 992429b394f3 15 minutes ago 97MB 20:30:59 security-spire-config-arm64 latest 714abc51a216 15 minutes ago 96.1MB 20:30:59 ci-base-image-arm64 latest a36c8cd9fddc 28 minutes ago 899MB 20:30:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 5 days ago 332MB 20:30:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine fadd8f120f05 6 weeks ago 681MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:31:00 20:31:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:31:01 arm64: Pulling from edgex-lftools-log-publisher 20:31:01 8998bd30e6a1: Pulling fs layer 20:31:01 04944245beec: Pulling fs layer 20:31:01 699f458cf7ca: Pulling fs layer 20:31:01 765212b225bb: Pulling fs layer 20:31:01 f23df028b6ca: Pulling fs layer 20:31:01 d65c8cfc05b1: Pulling fs layer 20:31:01 2437ff75d9bd: Pulling fs layer 20:31:01 f23df028b6ca: Waiting 20:31:01 d65c8cfc05b1: Waiting 20:31:01 2437ff75d9bd: Waiting 20:31:01 765212b225bb: Waiting 20:31:01 04944245beec: Verifying Checksum 20:31:01 04944245beec: Download complete 20:31:01 765212b225bb: Verifying Checksum 20:31:01 765212b225bb: Download complete 20:31:01 f23df028b6ca: Verifying Checksum 20:31:01 f23df028b6ca: Download complete 20:31:01 d65c8cfc05b1: Verifying Checksum 20:31:01 d65c8cfc05b1: Download complete 20:31:01 699f458cf7ca: Verifying Checksum 20:31:01 699f458cf7ca: Download complete 20:31:01 8998bd30e6a1: Verifying Checksum 20:31:01 8998bd30e6a1: Download complete 20:31:04 2437ff75d9bd: Verifying Checksum 20:31:04 2437ff75d9bd: Download complete 20:31:05 8998bd30e6a1: Pull complete 20:31:06 04944245beec: Pull complete 20:31:07 699f458cf7ca: Pull complete 20:31:07 765212b225bb: Pull complete 20:31:11 f23df028b6ca: Pull complete 20:31:11 d65c8cfc05b1: Pull complete 20:31:26 2437ff75d9bd: Pull complete 20:31:26 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 20:31:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:31:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:31:26 prd-ubuntu20.04-docker-arm64-4c-16g-17970 does not seem to be running inside a container 20:31:26 $ 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 20:31:29 $ docker top b4357fc17e2487cea1d08dbe70cbe0f08e4f15d1dbcf7a43c93d1d3b119bac13 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:31:29 ---> job-cost.sh 20:31:30 lf-activate-venv: SKIPPING 20:31:30 INFO: No Stack... 20:31:30 INFO: Retrieving Pricing Info for: v3-standard-4 20:31:31 INFO: Archiving Costs [Pipeline] sh 20:31:32 + cat /w/workspace/edgex-go/1/archives/cost.csv 20:31:32 + cut -d, -f6 [Pipeline] lock 20:31:32 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4587-1-stack-cost] 20:31:32 Resource [jenkins-edgexfoundry-edgex-go-PR-4587-1-stack-cost] did not exist. Created. 20:31:32 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4587-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:31:32 + echo total: 0.10999999940395355 [Pipeline] stash 20:31:32 Stashed 1 file(s) [Pipeline] } 20:31:32 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4587-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:31:32 $ docker stop --time=1 b4357fc17e2487cea1d08dbe70cbe0f08e4f15d1dbcf7a43c93d1d3b119bac13 20:31:34 $ docker rm -f --volumes b4357fc17e2487cea1d08dbe70cbe0f08e4f15d1dbcf7a43c93d1d3b119bac13 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 20:31:35 provisioning config files... 20:31:35 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config12923328189374109538tmp [Pipeline] { [Pipeline] sh 20:31:35 + set +x 20:31:35 + bash -s -- 20:31:35 + curl -s https://codecov.io/bash 20:31:35 20:31:35 _____ _ 20:31:35 / ____| | | 20:31:35 | | ___ __| | ___ ___ _____ __ 20:31:35 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:31:35 | |___| (_) | (_| | __/ (_| (_) \ V / 20:31:35 \_____\___/ \__,_|\___|\___\___/ \_/ 20:31:35 Bash-1.0.6 20:31:35 20:31:35 20:31:35 ==> git version 2.25.1 found 20:31:35 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 20:31:35 Release-Date: 2020-01-08 20:31:35 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 20:31:35 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 20:31:35 ==> Jenkins CI detected. 20:31:35 current dir:  /w/workspace/edgex-go/1 20:31:35 project root: . 20:31:35 --> token set from env 20:31:35 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:31:35 ==> Running gcov in . (disable via -X gcov) 20:31:35 ==> Python coveragepy not found 20:31:35 ==> Searching for coverage reports in: 20:31:35 + . 20:31:35 -> Found 1 reports 20:31:35 ==> Detecting git/mercurial file structure 20:31:35 ==> Reading reports 20:31:35 + ./coverage.out bytes=447731 20:31:35 ==> Appending adjustments 20:31:35 https://docs.codecov.io/docs/fixing-reports 20:31:36 + Found adjustments 20:31:36 ==> Gzipping contents 20:31:36 60K /tmp/codecov.7YtvIn.gz 20:31:36 ==> Uploading reports 20:31:36 url: https://codecov.io 20:31:36 query: branch=PR-4587&commit=26afcec262dbc21f52849c9f055366058478ade7&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4587%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4587&job=&cmd_args= 20:31:36 -> Pinging Codecov 20:31:36 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4587&commit=26afcec262dbc21f52849c9f055366058478ade7&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4587%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4587&job=&cmd_args= 20:31:36 -> Uploading to 20:31:36 https://storage.googleapis.com/codecov/v4/raw/2023-06-06/00271124DB129430A58F1EEE437C3FCB/26afcec262dbc21f52849c9f055366058478ade7/6257f32b-45e7-4ba0-a05b-97c1abf53b22.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230606%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230606T203136Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=edda1cf9e396d80d0babdcd56e975816c7e8dba9f02440b82566ad30dd585b86 20:31:36 % Total % Received % Xferd Average Speed Time Time Time Current 20:31:36 Dload Upload Total Spent Left Speed 20:31:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57418 0 0 100 57418 0 240k --:--:-- --:--:-- --:--:-- 240k 20:31:37 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/26afcec262dbc21f52849c9f055366058478ade7 [Pipeline] } 20:31:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 20:31:38 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 20:31:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:31:39 ---> package-listing.sh 20:31:39 ++ facter osfamily 20:31:39 ++ tr '[:upper:]' '[:lower:]' 20:31:40 + OS_FAMILY=debian 20:31:40 + workspace=/w/workspace/edgex-go/1 20:31:40 + START_PACKAGES=/tmp/packages_start.txt 20:31:40 + END_PACKAGES=/tmp/packages_end.txt 20:31:40 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:31:40 + PACKAGES=/tmp/packages_start.txt 20:31:40 + '[' /w/workspace/edgex-go/1 ']' 20:31:40 + PACKAGES=/tmp/packages_end.txt 20:31:40 + case "${OS_FAMILY}" in 20:31:40 + dpkg -l 20:31:40 + grep '^ii' 20:31:40 + '[' -f /tmp/packages_start.txt ']' 20:31:40 + '[' -f /tmp/packages_end.txt ']' 20:31:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:31:40 + '[' /w/workspace/edgex-go/1 ']' 20:31:40 + mkdir -p /w/workspace/edgex-go/1/archives/ 20:31:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 20:31:40 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:31:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:31:41 20:31:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:31:41 latest: Pulling from edgex-lftools-log-publisher 20:31:41 5eb5b503b376: Pulling fs layer 20:31:41 5c69ac0246d0: Pulling fs layer 20:31:41 ec43610c2a17: Pulling fs layer 20:31:41 3a2ae6a8a46f: Pulling fs layer 20:31:41 33b1e0a273af: Pulling fs layer 20:31:41 5d3b04190fa2: Pulling fs layer 20:31:41 2f39f015ded8: Pulling fs layer 20:31:41 3a2ae6a8a46f: Waiting 20:31:41 33b1e0a273af: Waiting 20:31:41 5d3b04190fa2: Waiting 20:31:41 2f39f015ded8: Waiting 20:31:41 5c69ac0246d0: Verifying Checksum 20:31:41 5c69ac0246d0: Download complete 20:31:41 3a2ae6a8a46f: Verifying Checksum 20:31:41 3a2ae6a8a46f: Download complete 20:31:41 33b1e0a273af: Verifying Checksum 20:31:41 33b1e0a273af: Download complete 20:31:41 5d3b04190fa2: Verifying Checksum 20:31:41 5d3b04190fa2: Download complete 20:31:41 ec43610c2a17: Verifying Checksum 20:31:41 ec43610c2a17: Download complete 20:31:41 5eb5b503b376: Verifying Checksum 20:31:41 5eb5b503b376: Download complete 20:31:42 2f39f015ded8: Download complete 20:31:42 5eb5b503b376: Pull complete 20:31:43 5c69ac0246d0: Pull complete 20:31:43 ec43610c2a17: Pull complete 20:31:43 3a2ae6a8a46f: Pull complete 20:31:43 33b1e0a273af: Pull complete 20:31:43 5d3b04190fa2: Pull complete 20:31:47 2f39f015ded8: Pull complete 20:31:47 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:31:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:31:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:31:47 prd-ubuntu20.04-docker-8c-8g-17969 does not seem to be running inside a container 20:31:47 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 20:31:50 $ docker top 2d76174be8e23208ffdb89181bc524215912e1c929a78b0af1d889e6ec51a039 -eo pid,comm [Pipeline] { [Pipeline] sh 20:31:51 + touch /tmp/pre-build-complete [Pipeline] sh 20:31:51 + mkdir -p /var/log/sysstat [Pipeline] sh 20:31:51 + ls /var/log/sa-host 20:31:51 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:31:52 provisioning config files... 20:31:52 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config13535003928978948769tmp [Pipeline] { [Pipeline] echo 20:31:52 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:31:52 ---> create-netrc.sh [Pipeline] } 20:31:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:31:52 ---> python-tools-install.sh [Pipeline] echo 20:31:52 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:31:53 ---> sudo-logs.sh 20:31:53 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:31:53 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:31:53 ---> job-cost.sh 20:31:53 lf-activate-venv: SKIPPING 20:31:53 DEBUG: total: 0.10999999940395355 20:31:53 INFO: Retrieving Stack Cost... 20:31:53 INFO: Retrieving Pricing Info for: v3-standard-8 20:31:54 INFO: Archiving Costs [Pipeline] echo 20:31:54 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:31:55 ---> logs-deploy.sh 20:31:55 lf-activate-venv: SKIPPING 20:31:55 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4587/1 20:31:55 INFO: archiving workspace using pattern(s): 20:31:56 Archives upload complete. 20:31:56 INFO: archiving logs to Nexus