Pull request #4335 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of ejlee3 for edgexfoundry/edgex-go Obtained Jenkinsfile from 0d5594433f71f2d730c4a31a556afe89dae55370+7290d2ed4a96933bf3c3f5b5e1425bd1c3f2311c (67be05015abd9d2e2bbb0843c71714711641cf10) 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-ssh4856139426373821416.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh11703222574956387272.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4335/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-4335/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15762102751716118140.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-4335/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13648052277508214904.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh1125969581100527526.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-4335/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-4335/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh17169080955398134725.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-5036 in /w/workspace/edgexfoundry_edgex-go_PR-4335 [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/4335/head:refs/remotes/origin/PR-4335 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 7290d2ed4a96933bf3c3f5b5e1425bd1c3f2311c into PR head commit 0d5594433f71f2d730c4a31a556afe89dae55370 Merge succeeded, producing 0d5594433f71f2d730c4a31a556afe89dae55370 Checking out Revision 0d5594433f71f2d730c4a31a556afe89dae55370 (PR-4335) > git config core.sparsecheckout # timeout=10 > git checkout -f 0d5594433f71f2d730c4a31a556afe89dae55370 # 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 7290d2ed4a96933bf3c3f5b5e1425bd1c3f2311c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0d5594433f71f2d730c4a31a556afe89dae55370 # timeout=10 Commit message: "feat!: updates to services for bootstrapping and using common config" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:20:57 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:20:57 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:20:57 ========================================================= 00:20:57 EdgeX Global Pipelines Version Info 00:20:57 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:20:58 ------------------- 00:20:58 stable info: 00:20:58 ------------------- 00:20:58 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:20:58 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 00:20:58 Message: update stable to v1.0.244 00:20:59 ------------------- 00:20:59 experimental info: 00:20:59 ------------------- 00:20:59 Commited By: **** collab-it+edgex@linuxfoundation.org 00:20:59 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 00:20:59 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:20:59 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:20:59 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:20:59 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:20:59 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:20:59 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:20:59 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 00:20:59 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 00:21:00 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:21:00 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 00:21:00 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 00:21:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:21:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:21:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 00:21:00 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:21:00 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:21:00 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:21:00 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:21:00 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:21:00 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:21:00 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 00:21:00 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 00:21:00 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:21:00 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 00:21:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4335 [Pipeline] echo 00:21:00 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4335 [Pipeline] echo 00:21:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4335 [Pipeline] echo 00:21:00 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0d5594433f71f2d730c4a31a556afe89dae55370 [Pipeline] echo 00:21:00 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0d55944 [Pipeline] echo 00:21:00 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:21:00 provisioning config files... 00:21:00 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config16524651908795945384tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:21:01 ---> docker-login.sh 00:21:01 nexus3.edgexfoundry.org:10001 00:21:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:21:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:21:01 Configure a credential helper to remove this warning. See 00:21:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:21:01 00:21:01 Login Succeeded 00:21:01 nexus3.edgexfoundry.org:10002 00:21:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:21:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:21:01 Configure a credential helper to remove this warning. See 00:21:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:21:01 00:21:01 Login Succeeded 00:21:01 nexus3.edgexfoundry.org:10003 00:21:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:21:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:21:01 Configure a credential helper to remove this warning. See 00:21:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:21:01 00:21:01 Login Succeeded 00:21:01 nexus3.edgexfoundry.org:10004 00:21:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:21:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:21:02 Configure a credential helper to remove this warning. See 00:21:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:21:02 00:21:02 Login Succeeded 00:21:02 docker.io 00:21:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:21:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:21:02 Configure a credential helper to remove this warning. See 00:21:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:21:02 00:21:02 Login Succeeded 00:21:02 ---> docker-login.sh ends [Pipeline] } 00:21:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:21:02 + 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-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 00:21:02 + + dirname cmd/core-command/Dockerfile 00:21:02 cut -d/ -f2 00:21:02 + echo core-command,cmd/core-command/Dockerfile 00:21:02 + dirname cmd/core-common-config-bootstrapper/Dockerfile 00:21:02 + cut -d/ -f2 00:21:02 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 00:21:02 + + dirname cmd/core-data/Dockerfile 00:21:02 cut -d/ -f2 00:21:02 + echo core-data,cmd/core-data/Dockerfile 00:21:02 + dirname cmd/core-metadata/Dockerfile 00:21:02 + cut -d/ -f2 00:21:02 + echo core-metadata,cmd/core-metadata/Dockerfile 00:21:02 + + dirname cmd/security-bootstrapper/Dockerfile 00:21:02 cut -d/ -f2 00:21:02 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:21:02 + + dirname cmd/security-proxy-setup/Dockerfile 00:21:02 cut -d/ -f2 00:21:02 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:21:02 + dirname cmd/security-secretstore-setup/Dockerfile 00:21:02 + cut -d/ -f2 00:21:02 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:21:02 + dirname cmd/security-spiffe-token-provider/Dockerfile 00:21:02 + cut -d/ -f2 00:21:02 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 00:21:02 + dirname cmd/security-spire-agent/Dockerfile 00:21:02 + cut -d/ -f2 00:21:02 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 00:21:02 + dirname cmd/security-spire-config/Dockerfile 00:21:02 + cut -d/ -f2 00:21:02 + echo security-spire-config,cmd/security-spire-config/Dockerfile 00:21:02 + + dirname cmd/security-spire-server/Dockerfile 00:21:02 cut -d/ -f2 00:21:02 + echo security-spire-server,cmd/security-spire-server/Dockerfile 00:21:02 + dirname cmd/support-notifications/Dockerfile 00:21:02 + cut -d/ -f2 00:21:02 + echo support-notifications,cmd/support-notifications/Dockerfile 00:21:02 + dirname cmd/support-scheduler/Dockerfile 00:21:02 + cut -d/ -f2 00:21:02 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 00:21:02 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-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 00:21:03 + git rev-list -1 --merges 0d5594433f71f2d730c4a31a556afe89dae55370~1..0d5594433f71f2d730c4a31a556afe89dae55370 [Pipeline] echo 00:21:03 -----------> git rev-list -1 --merges 0d5594433f71f2d730c4a31a556afe89dae55370~1..0d5594433f71f2d730c4a31a556afe89dae55370 0d5594433f71f2d730c4a31a556afe89dae55370 [false] [Pipeline] sh 00:21:03 + git log --format=format:%s -1 0d5594433f71f2d730c4a31a556afe89dae55370 [Pipeline] echo 00:21:03 ========================================================= 00:21:03 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 00:21:03 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 00:21:04 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:21:04 + grep -v github /etc/ssh/ssh_known_hosts 00:21:04 + [ -e /tmp/ssh_known_hosts ] 00:21:04 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 00:21:04 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 00:21:04 + sudo tee -a /etc/ssh/ssh_known_hosts 00:21:04 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:21:04 00:21:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:21:04 0.1.4: Pulling from edgex-devops/py-git-semver 00:21:04 b85a868b505f: Pulling fs layer 00:21:04 e2be974225ed: Pulling fs layer 00:21:04 339a4e72a1f5: Pulling fs layer 00:21:04 988bab9f4d93: Pulling fs layer 00:21:04 1469e6f7b9e6: Pulling fs layer 00:21:04 eaf3925da568: Pulling fs layer 00:21:04 bab4dde63d76: Pulling fs layer 00:21:04 bde34c3a00c8: Pulling fs layer 00:21:04 b352a97aabf1: Pulling fs layer 00:21:04 4872d77fe225: Pulling fs layer 00:21:04 5851b861e8e6: Pulling fs layer 00:21:04 1469e6f7b9e6: Waiting 00:21:04 988bab9f4d93: Waiting 00:21:04 bab4dde63d76: Waiting 00:21:04 bde34c3a00c8: Waiting 00:21:04 eaf3925da568: Waiting 00:21:04 b352a97aabf1: Waiting 00:21:04 4872d77fe225: Waiting 00:21:04 5851b861e8e6: Waiting 00:21:05 e2be974225ed: Download complete 00:21:05 988bab9f4d93: Verifying Checksum 00:21:05 988bab9f4d93: Download complete 00:21:05 1469e6f7b9e6: Verifying Checksum 00:21:05 1469e6f7b9e6: Download complete 00:21:05 339a4e72a1f5: Verifying Checksum 00:21:05 339a4e72a1f5: Download complete 00:21:05 eaf3925da568: Verifying Checksum 00:21:05 eaf3925da568: Download complete 00:21:05 bde34c3a00c8: Verifying Checksum 00:21:05 bde34c3a00c8: Download complete 00:21:05 b352a97aabf1: Download complete 00:21:05 4872d77fe225: Verifying Checksum 00:21:05 4872d77fe225: Download complete 00:21:05 5851b861e8e6: Verifying Checksum 00:21:05 5851b861e8e6: Download complete 00:21:05 b85a868b505f: Verifying Checksum 00:21:05 b85a868b505f: Download complete 00:21:06 bab4dde63d76: Verifying Checksum 00:21:06 bab4dde63d76: Download complete 00:21:06 b85a868b505f: Pull complete 00:21:07 e2be974225ed: Pull complete 00:21:07 339a4e72a1f5: Pull complete 00:21:08 988bab9f4d93: Pull complete 00:21:08 1469e6f7b9e6: Pull complete 00:21:08 eaf3925da568: Pull complete 00:21:10 bab4dde63d76: Pull complete 00:21:10 bde34c3a00c8: Pull complete 00:21:10 b352a97aabf1: Pull complete 00:21:10 4872d77fe225: Pull complete 00:21:10 5851b861e8e6: Pull complete 00:21:10 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 00:21:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:21:10 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:21:10 prd-ubuntu20.04-docker-8c-8g-5036 does not seem to be running inside a container 00:21:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 00:21:13 $ docker top ee4ca03c6c04d14ff7419f38da90333b2a67369bb20ecc413de54438cf8e1bf9 -eo pid,comm 00:21:14 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). 00:21:14 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:21:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:21:14 [ssh-agent] Looking for ssh-agent implementation... 00:21:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:21:14 $ docker exec ee4ca03c6c04d14ff7419f38da90333b2a67369bb20ecc413de54438cf8e1bf9 ssh-agent 00:21:14 SSH_AUTH_SOCK=/tmp/ssh-3WWOBD8eTtA3/agent.32 00:21:14 SSH_AGENT_PID=38 00:21:14 Running ssh-add (command line suppressed) 00:21:14 Identity added: /w/workspace/edgex-go/1@tmp/private_key_3624503886571800718.key (/w/workspace/edgex-go/1@tmp/private_key_3624503886571800718.key) 00:21:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:21:14 + git tag --points-at HEAD [Pipeline] } 00:21:14 $ docker exec --env ******** --env ******** ee4ca03c6c04d14ff7419f38da90333b2a67369bb20ecc413de54438cf8e1bf9 ssh-agent -k 00:21:15 unset SSH_AUTH_SOCK; 00:21:15 unset SSH_AGENT_PID; 00:21:15 echo Agent pid 38 killed; 00:21:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:21:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:21:15 [ssh-agent] Looking for ssh-agent implementation... 00:21:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:21:15 $ docker exec ee4ca03c6c04d14ff7419f38da90333b2a67369bb20ecc413de54438cf8e1bf9 ssh-agent 00:21:15 SSH_AUTH_SOCK=/tmp/ssh-0Pp3uUQgjfam/agent.71 00:21:15 SSH_AGENT_PID=77 00:21:15 Running ssh-add (command line suppressed) 00:21:15 Identity added: /w/workspace/edgex-go/1@tmp/private_key_18238947225329881302.key (/w/workspace/edgex-go/1@tmp/private_key_18238947225329881302.key) 00:21:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:21:15 + git semver init 00:21:16 2023-02-08 00:21:16,040 [run_init] DEBUG init version:0.0.0 force:False 00:21:16 2023-02-08 00:21:16,041 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 00:21:16 2023-02-08 00:21:16,041 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 00:21:16 2023-02-08 00:21:16,041 [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) 00:21:21 2023-02-08 00:21:21,169 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 00:21:21 2023-02-08 00:21:21,170 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4335 with force:False 00:21:21 2023-02-08 00:21:21,170 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4335 00:21:21 2023-02-08 00:21:21,174 [execute] INFO git cat-file --batch-check 00:21:21 2023-02-08 00:21:21,174 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 00:21:21 2023-02-08 00:21:21,180 [execute] INFO git cat-file --batch 00:21:21 2023-02-08 00:21:21,180 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 00:21:21 2023-02-08 00:21:21,185 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4335 00:21:21 0.0.0 [Pipeline] } 00:21:21 $ docker exec --env ******** --env ******** ee4ca03c6c04d14ff7419f38da90333b2a67369bb20ecc413de54438cf8e1bf9 ssh-agent -k 00:21:21 unset SSH_AUTH_SOCK; 00:21:21 unset SSH_AGENT_PID; 00:21:21 echo Agent pid 77 killed; 00:21:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:21:22 + git semver [Pipeline] } 00:21:22 $ docker stop --time=1 ee4ca03c6c04d14ff7419f38da90333b2a67369bb20ecc413de54438cf8e1bf9 00:21:23 $ docker rm -f --volumes ee4ca03c6c04d14ff7419f38da90333b2a67369bb20ecc413de54438cf8e1bf9 [Pipeline] // withDockerContainer [Pipeline] sh 00:21:24 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:21:24 Stashed 1 file(s) [Pipeline] echo 00:21:24 [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 00:21:25 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 00:21:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:21:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:21:25 ========================================================= 00:21:25 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 00:21:25 ========================================================= [Pipeline] fileExists [Pipeline] sh 00:21:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 00:21:25 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 00:21:25 213ec9aee27d: Pulling fs layer 00:21:25 4583459ba037: Pulling fs layer 00:21:25 93c1e223e6f2: Pulling fs layer 00:21:25 53926ce57604: Pulling fs layer 00:21:25 21b2b0c7a3f4: Pulling fs layer 00:21:25 22ff95d597cd: Pulling fs layer 00:21:25 12d6caf4c0d1: Pulling fs layer 00:21:25 96b7cbca73a9: Pulling fs layer 00:21:25 a7acece74701: Pulling fs layer 00:21:25 12d6caf4c0d1: Waiting 00:21:25 96b7cbca73a9: Waiting 00:21:25 a7acece74701: Waiting 00:21:25 21b2b0c7a3f4: Waiting 00:21:25 22ff95d597cd: Waiting 00:21:25 53926ce57604: Waiting 00:21:25 93c1e223e6f2: Verifying Checksum 00:21:25 93c1e223e6f2: Download complete 00:21:25 4583459ba037: Download complete 00:21:25 21b2b0c7a3f4: Verifying Checksum 00:21:25 21b2b0c7a3f4: Download complete 00:21:25 22ff95d597cd: Verifying Checksum 00:21:25 22ff95d597cd: Download complete 00:21:25 213ec9aee27d: Verifying Checksum 00:21:25 213ec9aee27d: Download complete 00:21:25 12d6caf4c0d1: Verifying Checksum 00:21:25 12d6caf4c0d1: Download complete 00:21:25 213ec9aee27d: Pull complete 00:21:26 4583459ba037: Pull complete 00:21:26 93c1e223e6f2: Pull complete 00:21:26 a7acece74701: Verifying Checksum 00:21:26 a7acece74701: Download complete 00:21:26 53926ce57604: Verifying Checksum 00:21:26 53926ce57604: Download complete 00:21:27 96b7cbca73a9: Verifying Checksum 00:21:27 96b7cbca73a9: Download complete 00:21:30 53926ce57604: Pull complete 00:21:30 21b2b0c7a3f4: Pull complete 00:21:30 22ff95d597cd: Pull complete 00:21:30 12d6caf4c0d1: Pull complete 00:21:32 96b7cbca73a9: Pull complete 00:21:33 a7acece74701: Pull complete 00:21:33 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 00:21:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 00:21:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 00:21:33 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 00:21:33 WORKDIR /edgex 00:21:33 COPY go.mod . 00:21:33 RUN go mod download 00:21:33 + docker build -t ci-base-image-x86_64 -f - . 00:21:34 Sending build context to Docker daemon 170.1MB 00:21:34 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 00:21:34 ---> db6d94c90886 00:21:34 Step 2/4 : WORKDIR /edgex 00:21:38 ---> Running in 3d66382d3b6b 00:21:39 Removing intermediate container 3d66382d3b6b 00:21:39 ---> 8a126c185f4a 00:21:39 Step 3/4 : COPY go.mod . 00:21:39 ---> 240700654947 00:21:39 Step 4/4 : RUN go mod download 00:21:39 ---> Running in e9799ad44cb8 00:21:39 Still waiting to schedule task 00:21:39 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 00:21:53 Removing intermediate container e9799ad44cb8 00:21:53 ---> 2af1ba6e6ddb 00:21:53 Successfully built 2af1ba6e6ddb 00:21:53 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:54 + docker inspect -f . ci-base-image-x86_64 00:21:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:21:54 prd-ubuntu20.04-docker-8c-8g-5036 does not seem to be running inside a container 00:21:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:21:54 $ docker top b3b0537f5baf47ff69ee49025fe292ba57a5007e18baf61d8687753b51f4aa21 -eo pid,comm [Pipeline] { [Pipeline] sh 00:21:55 + go version 00:21:55 go version go1.18.7 linux/amd64 [Pipeline] } 00:21:55 $ docker stop --time=1 b3b0537f5baf47ff69ee49025fe292ba57a5007e18baf61d8687753b51f4aa21 00:21:56 $ docker rm -f --volumes b3b0537f5baf47ff69ee49025fe292ba57a5007e18baf61d8687753b51f4aa21 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:57 + docker inspect -f . ci-base-image-x86_64 00:21:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:21:57 prd-ubuntu20.04-docker-8c-8g-5036 does not seem to be running inside a container 00:21:57 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:21:57 $ docker top c6152113930332908e04a826f971d87aeef379fc02059a124952f14f1ff63307 -eo pid,comm [Pipeline] { [Pipeline] echo 00:21:58 ========================================================= 00:21:58 [edgeXBuildGoParallel] Running Tests and Build... 00:21:58 ========================================================= [Pipeline] sh 00:21:58 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 00:21:58 + make test 00:21:58 go test -race -coverprofile=coverage.out ./... 00:22:05 ? github.com/edgexfoundry/edgex-go [no test files] 00:22:20 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:22:20 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 00:22:20 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:22:20 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:22:20 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:22:20 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:22:20 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:22:20 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:22:20 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:22:20 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 00:22:20 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:22:20 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:22:20 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:22:20 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 00:22:20 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.088s coverage: 28.7% of statements 00:22:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:22:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:22:20 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.115s coverage: 98.5% of statements 00:22:22 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.133s coverage: 73.2% of statements 00:22:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 00:22:22 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 00:22:22 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 00:22:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.104s coverage: 54.0% of statements 00:22:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:22:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:22:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.848s coverage: 89.2% of statements 00:22:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 00:22:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 00:22:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 00:22:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:22:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 00:22:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.066s coverage: 2.6% of statements 00:22:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:22:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:22:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.478s coverage: 95.6% of statements 00:22:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 00:22:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 00:22:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 00:22:23 ok github.com/edgexfoundry/edgex-go/internal/io 0.094s coverage: 72.2% of statements 00:22:23 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:22:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 00:22:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 00:22:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:22:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:22:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.082s coverage: 65.9% of statements 00:22:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:22:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:22:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:22:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.075s coverage: 0.9% of statements 00:22:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 00:22:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.075s coverage: 29.6% of statements 00:22:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:22:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.066s coverage: 47.1% of statements 00:22:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.061s coverage: 82.9% of statements 00:22:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements 00:22:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.102s coverage: 96.3% of statements 00:22:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.064s coverage: 87.5% of statements 00:22:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.065s coverage: 94.4% of statements 00:22:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.055s coverage: 44.8% of statements 00:22:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.301s coverage: 79.9% of statements 00:22:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 00:22:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.105s coverage: 92.9% of statements 00:22:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:22:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:22:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:22:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 64.4% of statements 00:22:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:22:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 00:22:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 00:22:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 00:22:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.076s coverage: 86.9% of statements 00:22:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:22:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:22:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:22:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:22:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements 00:22:39 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:22:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:22:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.072s coverage: 100.0% of statements 00:22:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:22:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.101s coverage: 77.4% of statements 00:22:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:22:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.074s coverage: 80.0% of statements 00:22:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 00:22:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.232s coverage: 91.2% of statements 00:22:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:22:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.193s coverage: 64.7% of statements 00:22:39 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:22:39 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:22:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements 00:22:39 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 89.4% of statements 00:22:39 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.020s coverage: 100.0% of statements 00:22:39 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.026s coverage: 73.7% of statements 00:22:39 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements 00:22:39 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.341s coverage: 65.3% of statements 00:22:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:22:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:22:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:22:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.160s coverage: 41.8% of statements 00:22:39 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:22:39 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:22:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.058s coverage: 89.5% of statements 00:22:39 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:22:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.065s coverage: 84.8% of statements 00:22:39 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 00:22:39 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 00:22:39 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 00:22:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 00:22:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.084s coverage: 17.7% of statements 00:22:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 00:22:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 00:22:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:22:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:22:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.168s coverage: 92.3% of statements 00:22:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 00:22:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 00:22:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 00:22:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 00:22:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.063s coverage: 63.2% of statements 00:22:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:22:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:22:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.108s coverage: 97.7% of statements 00:22:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 00:22:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 00:22:41 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 00:22:59 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 00:22:59 go vet ./... 00:23:02 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 00:23:02 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 00:23:02 ./bin/test-attribution-txt.sh [Pipeline] echo 00:23:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 00:23:10 + ls -al . 00:23:10 total 744 00:23:10 drwxrwxr-x 11 1001 1001 4096 Feb 8 00:21 . 00:23:10 drwxr-xr-x 4 root root 4096 Feb 8 00:21 .. 00:23:10 drwxrwxr-x 2 1001 1001 4096 Feb 8 00:20 .blubracket 00:23:10 -rw-rw-r-- 1 1001 1001 16 Feb 8 00:20 .dockerignore 00:23:10 drwxrwxr-x 8 1001 1001 4096 Feb 8 00:22 .git 00:23:10 drwxrwxr-x 3 1001 1001 4096 Feb 8 00:20 .github 00:23:10 -rw-rw-r-- 1 1001 1001 1024 Feb 8 00:20 .gitignore 00:23:10 -rw-rw-r-- 1 1001 1001 42 Feb 8 00:20 .golangci.yml 00:23:10 -rw-rw-r-- 1 1001 1001 87 Feb 8 00:20 .hadolint.yml 00:23:10 drwxr-xr-x 3 1001 1001 4096 Feb 8 00:21 .semver 00:23:10 -rw-rw-r-- 1 1001 1001 166 Feb 8 00:20 .sonarcloud.properties 00:23:10 -rw-rw-r-- 1 1001 1001 1171 Feb 8 00:20 ADOPTERS.md 00:23:10 -rw-rw-r-- 1 1001 1001 10825 Feb 8 00:20 Attribution.txt 00:23:10 -rw-rw-r-- 1 1001 1001 73765 Feb 8 00:20 CHANGELOG.md 00:23:10 -rw-rw-r-- 1 1001 1001 3804 Feb 8 00:20 CONTRIBUTING.md 00:23:10 -rw-rw-r-- 1 1001 1001 677 Feb 8 00:20 GOVERNANCE.md 00:23:10 -rw-rw-r-- 1 1001 1001 850 Feb 8 00:20 Jenkinsfile 00:23:10 -rw-rw-r-- 1 1001 1001 10775 Feb 8 00:20 LICENSE 00:23:10 -rw-rw-r-- 1 1001 1001 13375 Feb 8 00:20 Makefile 00:23:10 -rw-rw-r-- 1 1001 1001 582 Feb 8 00:20 OWNERS.md 00:23:10 -rw-rw-r-- 1 1001 1001 9403 Feb 8 00:20 README.md 00:23:10 -rw-rw-r-- 1 1001 1001 6912 Feb 8 00:20 SECURITY.md 00:23:10 -rw-rw-r-- 1 1001 1001 5 Feb 8 00:21 VERSION 00:23:10 drwxrwxr-x 2 1001 1001 4096 Feb 8 00:20 bin 00:23:10 drwxrwxr-x 17 1001 1001 4096 Feb 8 00:20 cmd 00:23:10 -rw-r--r-- 1 root root 484957 Feb 8 00:22 coverage.out 00:23:10 -rw-rw-r-- 1 1001 1001 3423 Feb 8 00:20 go.mod 00:23:10 -rw-rw-r-- 1 1001 1001 33346 Feb 8 00:20 go.sum 00:23:10 drwxrwxr-x 7 1001 1001 4096 Feb 8 00:20 internal 00:23:10 drwxrwxr-x 3 1001 1001 4096 Feb 8 00:20 openapi 00:23:10 drwxrwxr-x 4 1001 1001 4096 Feb 8 00:20 snap 00:23:10 -rw-rw-r-- 1 1001 1001 204 Feb 8 00:20 version.go [Pipeline] sh 00:23:10 + '[' -e coverage.out ] 00:23:10 + chown 1001:1001 coverage.out [Pipeline] stash 00:23:11 Stashed 1 file(s) [Pipeline] sh 00:23:11 + make build 00:23:11 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 00:23:23 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 00:23:23 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 00:23:24 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 00:23:25 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 00:23:33 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 00:23:33 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-setup/security-proxy-setup ./cmd/security-proxy-setup 00:23: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-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:23:36 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 00:23:36 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 00:23:37 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:23:40 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 00:23:41 $ docker stop --time=1 c6152113930332908e04a826f971d87aeef379fc02059a124952f14f1ff63307 00:23:46 $ docker rm -f --volumes c6152113930332908e04a826f971d87aeef379fc02059a124952f14f1ff63307 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:23:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:23:47 00:23:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:23:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:23:47 latest: Pulling from edgex-devops/edgex-compose 00:23:47 cbdbe7a5bc2a: Pulling fs layer 00:23:47 ca9280d653b3: Pulling fs layer 00:23:47 7e9c9ca2126c: Pulling fs layer 00:23:48 cbdbe7a5bc2a: Download complete 00:23:48 cbdbe7a5bc2a: Pull complete 00:23:48 ca9280d653b3: Verifying Checksum 00:23:48 ca9280d653b3: Download complete 00:23:48 7e9c9ca2126c: Download complete 00:23:48 ca9280d653b3: Pull complete 00:23:52 7e9c9ca2126c: Pull complete 00:23:52 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:23:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:23:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:23:52 prd-ubuntu20.04-docker-8c-8g-5036 does not seem to be running inside a container 00:23:52 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:23:55 $ docker top a3a7d250253be40811f00866d9dd637b3517fbffc9ee527cdc09e6cd42b78e5c -eo pid,comm [Pipeline] { [Pipeline] sh 00:23:55 + docker-compose build --help 00:23:55 + grep parallel 00:23:56 --parallel Build images in parallel. [Pipeline] } 00:23:56 $ docker stop --time=1 a3a7d250253be40811f00866d9dd637b3517fbffc9ee527cdc09e6cd42b78e5c 00:23:57 $ docker rm -f --volumes a3a7d250253be40811f00866d9dd637b3517fbffc9ee527cdc09e6cd42b78e5c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:23:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:23:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:23:58 prd-ubuntu20.04-docker-8c-8g-5036 does not seem to be running inside a container 00:23:58 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:23:58 $ docker top bae773d537ffcfcd423d40b3e19181b072178cd5241104388ca57de5f478721d -eo pid,comm [Pipeline] { [Pipeline] sh 00:23:59 + docker-compose -f ./docker-compose-build.yml build --parallel 00:23:59 Building core-command ... 00:23:59 Building core-common-config-bootstrapper ... 00:23:59 Building core-data ... 00:23:59 Building core-metadata ... 00:23:59 Building security-bootstrapper ... 00:23:59 Building security-proxy-setup ... 00:23:59 Building security-secretstore-setup ... 00:23:59 Building security-spiffe-token-provider ... 00:23:59 Building security-spire-agent ... 00:23:59 Building security-spire-config ... 00:23:59 Building security-spire-server ... 00:23:59 Building support-notifications ... 00:23:59 Building support-scheduler ... 00:23:59 Building security-spiffe-token-provider 00:23:59 Building core-metadata 00:23:59 Building security-bootstrapper 00:23:59 Building core-common-config-bootstrapper 00:23:59 Building support-notifications 00:24:11 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:24:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:24:11 ---> 2af1ba6e6ddb 00:24:11 Step 3/22 : ARG ADD_BUILD_TAGS="" 00:24:11 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:24:11 Step 2/19 : FROM ${BUILDER_BASE} AS builder 00:24:11 ---> 2af1ba6e6ddb 00:24:11 Step 3/19 : WORKDIR /edgex-go 00:24:11 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:24:11 Step 2/32 : FROM ${BUILDER_BASE} AS builder 00:24:11 ---> 2af1ba6e6ddb 00:24:11 Step 3/32 : WORKDIR /edgex-go 00:24:11 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:24:11 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:24:11 ---> 2af1ba6e6ddb 00:24:11 Step 3/24 : ARG ADD_BUILD_TAGS="" 00:24:11 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:24:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:24:11 ---> 2af1ba6e6ddb 00:24:11 Step 3/22 : ARG ADD_BUILD_TAGS="" 00:24:20 ---> Running in bf291eaced4b 00:24:20 ---> Running in f62d336ea45c 00:24:20 ---> Running in 91a1ce987dab 00:24:20 ---> Running in bead96933305 00:24:20 ---> Running in 66d9aeb90be3 00:24:20 Removing intermediate container 91a1ce987dab 00:24:20 ---> a96ef162138b 00:24:20 Step 4/24 : WORKDIR /edgex-go 00:24:20 Removing intermediate container bf291eaced4b 00:24:20 ---> bfe02e031684 00:24:20 Step 4/22 : WORKDIR /edgex-go 00:24:20 Removing intermediate container bead96933305 00:24:20 ---> 28ed26e62bd5 00:24:20 Step 4/22 : WORKDIR /edgex-go 00:24:20 Removing intermediate container 66d9aeb90be3 00:24:20 ---> 58c78c3c9c46 00:24:20 Step 4/32 : RUN apk add --update --no-cache make git 00:24:20 Removing intermediate container f62d336ea45c 00:24:20 ---> 7168940ad62e 00:24:20 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 00:24:20 ---> Running in af63ee76ee99 00:24:20 ---> Running in 600fe938c7d5 00:24:20 ---> Running in c9a558702a3c 00:24:20 ---> Running in 58bdbe3214b2 00:24:20 ---> Running in f6000d460cc1 00:24:20 Removing intermediate container 600fe938c7d5 00:24:20 ---> fe79b6b7743a 00:24:20 Step 5/22 : RUN apk add --update --no-cache make git 00:24:20 Removing intermediate container af63ee76ee99 00:24:20 ---> 2e36d55bbe30 00:24:20 Step 5/24 : RUN apk add --update --no-cache make git 00:24:20 Removing intermediate container c9a558702a3c 00:24:20 ---> d07cac3d33d2 00:24:20 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:24:20 ---> Running in a80054359632 00:24:20 ---> Running in 12da68b6f327 00:24:20 ---> Running in 2f65a0393c88 00:24:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:24:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:24:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:24:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:24:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:24:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:24:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:24:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:24:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:24:20 OK: 211 MiB in 51 packages 00:24:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:24:20 OK: 211 MiB in 51 packages 00:24:20 v3.16.3-158-gc0082ecfbed [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 00:24:20 v3.16.3-151-gb476f155c74 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 00:24:20 OK: 17046 distinct packages available 00:24:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:24:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:24:20 OK: 211 MiB in 51 packages 00:24:20 OK: 211 MiB in 51 packages 00:24:21 OK: 211 MiB in 51 packages 00:24:21 Removing intermediate container f6000d460cc1 00:24:21 ---> 8d07478c7c68 00:24:21 Step 5/32 : COPY go.mod vendor* ./ 00:24:21 Removing intermediate container 12da68b6f327 00:24:21 ---> a65e8c9236a3 00:24:21 Step 6/22 : COPY go.mod vendor* ./ 00:24:21 ---> af927edc63ca 00:24:21 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:24:21 ---> Running in 57c5773e8b82 00:24:21 Removing intermediate container 2f65a0393c88 00:24:21 ---> b21bf34a08b8 00:24:21 Step 6/22 : COPY go.mod vendor* ./ 00:24:21 ---> f968d635777c 00:24:21 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:24:21 ---> Running in f376cedcd127 00:24:21 ---> 4dbfed0bfbe9 00:24:21 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:24:21 Removing intermediate container a80054359632 00:24:21 ---> acb52810194a 00:24:21 Step 6/24 : COPY go.mod vendor* ./ 00:24:21 ---> Running in cd2a193bef31 00:24:21 Removing intermediate container 58bdbe3214b2 00:24:21 ---> c87be2d4e7b9 00:24:21 Step 5/19 : COPY go.mod vendor* ./ 00:24:21 ---> 3716ca9db240 00:24:21 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:24:21 ---> Running in 1228fe1d6709 00:24:21 ---> 230cd7064fb4 00:24:21 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:24:21 ---> Running in a52011100f34 00:24:37 Running on prd-ubuntu20.04-docker-arm64-4c-16g-5039 in /w/workspace/edgexfoundry_edgex-go_PR-4335 [Pipeline] { [Pipeline] ws 00:24:37 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 00:24:37 The recommended git tool is: git 00:24:45 using credential edgex-jenkins-ssh 00:24:46 Cloning the remote Git repository 00:24:46 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:24:46 > git init /w/workspace/edgex-go/1 # timeout=10 00:24:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:24:46 > git --version # timeout=10 00:24:46 > git --version # 'git version 2.25.1' 00:24:46 using GIT_SSH to set credentials SSH Credentials for GitHub 00:24:46 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:25:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:25:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:25:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:25:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:25:06 using GIT_SSH to set credentials SSH Credentials for GitHub 00:25:06 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4335/head:refs/remotes/origin/PR-4335 +refs/heads/main:refs/remotes/origin/main # timeout=10 00:25:07 Merging remotes/origin/main commit 7290d2ed4a96933bf3c3f5b5e1425bd1c3f2311c into PR head commit 0d5594433f71f2d730c4a31a556afe89dae55370 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 00:25:07 Failed in branch arm64 00:25:07 > git config core.sparsecheckout # timeout=10 00:25:07 > git checkout -f 0d5594433f71f2d730c4a31a556afe89dae55370 # timeout=10 00:25:18 Removing intermediate container f376cedcd127 00:25:18 ---> d323e5c74f8b 00:25:18 Step 8/22 : COPY . . 00:25:18 Removing intermediate container 1228fe1d6709 00:25:18 ---> b6e57e95878a 00:25:18 Step 8/24 : COPY . . 00:25:18 Removing intermediate container 57c5773e8b82 00:25:18 ---> 0ddf8e8d25ce 00:25:18 Step 7/32 : COPY . . 00:25:18 Removing intermediate container cd2a193bef31 00:25:18 Removing intermediate container a52011100f34 00:25:18 ---> a43ccdd77c28 00:25:18 ---> b5a0981694f9 00:25:18 Step 8/22 : COPY . . 00:25:18 Step 7/19 : COPY . . 00:25:33 ---> 2fee462feaea 00:25:33 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 00:25:33 ---> 4481d6fedbf2 00:25:33 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 00:25:33 ---> b70a3df3c9b3 00:25:33 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:25:33 ---> b684e1f04c68 00:25:33 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:25:33 ---> 769b54ce60db 00:25:33 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 00:25:33 ---> Running in 27159655da7f 00:25:33 ---> Running in 1bcd2cbc8fa4 00:25:33 ---> Running in d985b6ff3fd8 00:25:33 ---> Running in f73f7546b3be 00:25:33 ---> Running in 101153dd3783 00:25:33 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 00:25:33 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:25:33 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 00:25:33 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:25:33 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 00:26:19 Removing intermediate container 27159655da7f 00:26:19 ---> 3faf7bb9ed30 00:26:19 00:26:19 Step 10/22 : FROM alpine:3.16 00:26:19 Removing intermediate container 1bcd2cbc8fa4 00:26:19 ---> 04e1820b7848 00:26:19 00:26:19 Step 9/32 : FROM alpine:3.16 00:26:19 Removing intermediate container f73f7546b3be 00:26:19 ---> ed37aa89c826 00:26:19 00:26:19 Step 10/24 : FROM alpine:3.16 00:26:19 3.16: Pulling from library/alpine 00:26:19 3.16: Pulling from library/alpine 00:26:19 3.16: Pulling from library/alpine 00:26:21 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 00:26:21 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 00:26:21 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 00:26:21 Status: Image is up to date for alpine:3.16 00:26:21 Status: Image is up to date for alpine:3.16 00:26:21 Status: Downloaded newer image for alpine:3.16 00:26:21 ---> bfe296a52501 00:26:21 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 00:26:21 ---> bfe296a52501 00:26:21 Step 11/24 : RUN apk add --update --no-cache dumb-init 00:26:21 ---> bfe296a52501 00:26:21 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 00:26:21 ---> Running in 9a3d16c172bc 00:26:21 ---> Running in 44c4eadc6e80 00:26:21 ---> Running in 935ed7d35d47 00:26:21 Removing intermediate container d985b6ff3fd8 00:26:21 ---> 65a96798bcca 00:26:21 00:26:21 Step 10/22 : FROM alpine:3.16 00:26:21 ---> bfe296a52501 00:26:21 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:26:21 Removing intermediate container 101153dd3783 00:26:21 ---> eabe16879268 00:26:21 00:26:21 Step 9/19 : FROM alpine:3.15 00:26:21 ---> Running in ba480ae0e368 00:26:21 Removing intermediate container 9a3d16c172bc 00:26:21 ---> 44fcc533fc30 00:26:21 Step 12/22 : RUN apk add --update --no-cache dumb-init 00:26:21 Removing intermediate container 44c4eadc6e80 00:26:21 ---> b5e2bf4d825f 00:26:21 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 00:26:21 ---> Running in 57e1abec8288 00:26:21 ---> Running in c5d1bbbc6cbf 00:26:21 3.15: Pulling from library/alpine 00:26:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:26:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:26:21 Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 00:26:21 Status: Downloaded newer image for alpine:3.15 00:26:21 ---> c4fc93816858 00:26:21 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 00:26:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:26:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:26:22 ---> Running in a12785185213 00:26:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:26:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:26:22 Removing intermediate container a12785185213 00:26:22 ---> d379ec7119cd 00:26:22 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 00:26:22 ---> Running in 48d2caa7f78a 00:26:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:26:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:26:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:26:22 (1/2) Installing dumb-init (1.2.5-r1) 00:26:22 (1/2) Installing ca-certificates (20220614-r0) 00:26:22 (1/1) Installing dumb-init (1.2.5-r1) 00:26:22 (2/2) Installing su-exec (0.2-r1) 00:26:22 Executing busybox-1.35.0-r17.trigger 00:26:22 Executing busybox-1.35.0-r17.trigger 00:26:22 (1/1) Installing dumb-init (1.2.5-r1) 00:26:22 OK: 6 MiB in 16 packages 00:26:22 OK: 6 MiB in 15 packages 00:26:22 Executing busybox-1.35.0-r17.trigger 00:26:22 OK: 6 MiB in 15 packages 00:26:22 (2/2) Installing dumb-init (1.2.5-r1) 00:26:22 Executing busybox-1.35.0-r17.trigger 00:26:22 Executing ca-certificates-20220614-r0.trigger 00:26:22 OK: 6 MiB in 16 packages 00:26:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:26:22 v3.15.6-295-g1d57d748550 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 00:26:22 v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 00:26:22 OK: 15859 distinct packages available 00:26:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:26:23 Removing intermediate container 57e1abec8288 00:26:23 ---> a134cb1006e4 00:26:23 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 00:26:23 Removing intermediate container c5d1bbbc6cbf 00:26:23 ---> 05dea50c648d 00:26:23 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:26:23 ---> Running in aa949306b2e0 00:26:23 Removing intermediate container 935ed7d35d47 00:26:23 ---> b77b7bad2ae2 00:26:23 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:26:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:26:23 ---> Running in 95f0e9df9e28 00:26:23 Removing intermediate container aa949306b2e0 00:26:23 ---> ea12f2b7a6e5 00:26:23 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 00:26:23 ---> Running in e89c9c2e96cc 00:26:23 Removing intermediate container 95f0e9df9e28 00:26:23 ---> 9e3fb7602183 00:26:23 Step 13/24 : ENV APP_PORT=59881 00:26:23 ---> 1215c2da0b10 00:26:23 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 00:26:23 Removing intermediate container ba480ae0e368 00:26:23 ---> 2b624519a0ff 00:26:23 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:26:23 ---> Running in 8440c655c407 00:26:23 ---> Running in f7fb716bfb82 00:26:23 (1/9) Installing ca-certificates (20220614-r0) 00:26:23 (2/9) Installing brotli-libs (1.0.9-r5) 00:26:23 (3/9) Installing nghttp2-libs (1.46.0-r0) 00:26:23 (4/9) Installing libcurl (7.80.0-r5) 00:26:23 (5/9) Installing curl (7.80.0-r5) 00:26:23 Removing intermediate container e89c9c2e96cc 00:26:23 ---> 88fce0d177ce 00:26:23 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 00:26:23 (6/9) Installing dumb-init (1.2.5-r1) 00:26:23 (7/9) Installing musl-obstack (1.2.3-r0) 00:26:23 (8/9) Installing libucontext (1.1-r0) 00:26:23 (9/9) Installing gcompat (1.0.0-r4) 00:26:23 Executing busybox-1.34.1-r7.trigger 00:26:23 Executing ca-certificates-20220614-r0.trigger 00:26:23 OK: 8 MiB in 23 packages 00:26:23 Removing intermediate container 8440c655c407 00:26:23 ---> 807a9503ac69 00:26:23 Step 13/22 : ENV APP_PORT=59860 00:26:23 Removing intermediate container f7fb716bfb82 00:26:23 ---> cbde1eb45a05 00:26:23 Step 14/24 : EXPOSE $APP_PORT 00:26:23 ---> Running in 389095ea6838 00:26:23 ---> c451f90a1feb 00:26:23 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 00:26:23 ---> Running in dd77821f7014 00:26:23 ---> Running in 513ad436d942 00:26:23 Removing intermediate container 389095ea6838 00:26:23 ---> e05b9a7d5da9 00:26:23 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 00:26:23 ---> Running in b4ead8bf5467 00:26:23 Removing intermediate container dd77821f7014 00:26:23 ---> c8f4ab69d4d4 00:26:23 Step 15/24 : WORKDIR / 00:26:23 Removing intermediate container 513ad436d942 00:26:23 ---> 8db931319d20 00:26:23 Step 14/22 : EXPOSE $APP_PORT 00:26:23 ---> Running in 5cd1d049a462 00:26:23 ---> Running in 4abbf5c30c65 00:26:23 ---> 316f613f98fa 00:26:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 00:26:23 Removing intermediate container b4ead8bf5467 00:26:23 ---> b12c6915183a 00:26:23 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 00:26:23 Removing intermediate container 5cd1d049a462 00:26:23 ---> 902f63e97400 00:26:23 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 00:26:24 Removing intermediate container 4abbf5c30c65 00:26:24 ---> 30ac83229277 00:26:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:26:24 ---> Running in 69709e67eccf 00:26:24 Removing intermediate container 48d2caa7f78a 00:26:24 ---> 62e60cd56c02 00:26:24 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 00:26:24 ---> 972f8c884bcd 00:26:24 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:26:24 ---> Running in be06a9a5c38a 00:26:24 ---> fe3448e85e09 00:26:24 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:26:24 ---> 3b31c7d7174b 00:26:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:26:24 ---> 1682c45b4d31 00:26:24 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 00:26:25 ---> 582524328b6a 00:26:25 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:26:25 ---> 406d4464bc9f 00:26:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:26:25 ---> 51545644bdce 00:26:25 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 00:26:25 Removing intermediate container 69709e67eccf 00:26:25 ---> eb27455fce65 00:26:25 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 00:26:25 ---> 34bdbed1b3bc 00:26:25 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 00:26:25 ---> Running in 7eaf1e5f312c 00:26:26 ---> 4a72299eba77 00:26:26 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:26:26 ---> 3c68fd35d428 00:26:26 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 00:26:26 ---> Running in f278969bef7c 00:26:26 ---> Running in 4b92b0dd7662 00:26:26 Removing intermediate container 7eaf1e5f312c 00:26:26 ---> 753182b6e86d 00:26:26 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 00:26:26 Removing intermediate container f278969bef7c 00:26:26 ---> 34c6b26935ce 00:26:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 00:26:26 ---> c1791bde6f27 00:26:26 Step 20/24 : ENTRYPOINT ["/core-metadata"] 00:26:26 ---> Running in 8fd38507f66e 00:26:26 ---> Running in 547f4b85a214 00:26:26 Removing intermediate container be06a9a5c38a 00:26:26 ---> 763ffbe9bf10 00:26:26 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 00:26:26 Removing intermediate container 4b92b0dd7662 00:26:26 ---> 7014bbbd3e3f 00:26:26 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 00:26:26 ---> de3a25eb8826 00:26:26 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 00:26:26 ---> Running in 6bd2eb5ffd01 00:26:26 ---> Running in 4dc33099b6ae 00:26:26 Removing intermediate container 8fd38507f66e 00:26:26 ---> a34182c5c40b 00:26:26 Step 20/22 : LABEL arch=x86_64 00:26:26 ---> Running in f8c3cc11633f 00:26:26 Removing intermediate container 547f4b85a214 00:26:26 ---> 56e9a3ac3d4f 00:26:26 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 00:26:26 ---> Running in 3d37516fc1be 00:26:26 ---> Running in b839f090e29d 00:26:26 Removing intermediate container 6bd2eb5ffd01 00:26:26 ---> 73bbf86cbfc3 00:26:26 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 00:26:26 Removing intermediate container 4dc33099b6ae 00:26:26 ---> 4c1f4311fe0a 00:26:26 Step 17/19 : LABEL arch=x86_64 00:26:26 ---> Running in aefa90da746c 00:26:26 Removing intermediate container 3d37516fc1be 00:26:26 ---> 034c01b1deb6 00:26:26 Step 21/22 : LABEL git_sha=0d5594433f71f2d730c4a31a556afe89dae55370 00:26:26 ---> Running in 1f679572ab42 00:26:26 Removing intermediate container b839f090e29d 00:26:26 ---> 30236c30b34e 00:26:26 Step 22/24 : LABEL arch=x86_64 00:26:26 ---> Running in ef80090dd33b 00:26:26 ---> Running in 802a0b44756f 00:26:26 Removing intermediate container aefa90da746c 00:26:26 ---> bd53a02a4444 00:26:26 Step 20/22 : LABEL arch=x86_64 00:26:26 Removing intermediate container 1f679572ab42 00:26:26 ---> d1e03def4218 00:26:26 Step 18/19 : LABEL git_sha=0d5594433f71f2d730c4a31a556afe89dae55370 00:26:26 ---> Running in 0681ca528c48 00:26:26 ---> Running in 10cb7cc31706 00:26:26 Removing intermediate container ef80090dd33b 00:26:26 ---> 8b7d5a65b19c 00:26:26 Step 22/22 : LABEL version=0.0.0 00:26:26 Removing intermediate container 802a0b44756f 00:26:26 ---> 2faa46c63e55 00:26:26 Step 23/24 : LABEL git_sha=0d5594433f71f2d730c4a31a556afe89dae55370 00:26:26 ---> Running in ca08a1cc1e6f 00:26:26 ---> Running in d243778bd859 00:26:26 Removing intermediate container 0681ca528c48 00:26:26 ---> 70bc8d386fda 00:26:26 Step 21/22 : LABEL git_sha=0d5594433f71f2d730c4a31a556afe89dae55370 00:26:26 Removing intermediate container 10cb7cc31706 00:26:26 ---> 7c865f1edd74 00:26:26 Step 19/19 : LABEL version=0.0.0 00:26:27 ---> Running in b8d155ca9ef9 00:26:27 ---> Running in 5298bde0e96e 00:26:27 Removing intermediate container d243778bd859 00:26:27 ---> 444dbca862ae 00:26:27 Step 24/24 : LABEL version=0.0.0 00:26:27 Removing intermediate container ca08a1cc1e6f 00:26:27 ---> ee0f6e705ea7 00:26:27 00:26:27 ---> Running in 190ac2c30afb 00:26:27 Removing intermediate container 5298bde0e96e 00:26:27 ---> bb9005a02b31 00:26:27 Step 22/22 : LABEL version=0.0.0 00:26:27 Removing intermediate container b8d155ca9ef9 00:26:27 ---> bb1742b95859 00:26:27 00:26:27 ---> Running in e018ab8b5126 00:26:27 Successfully built ee0f6e705ea7 00:26:27 Successfully tagged support-notifications:latest 00:26:27 Building security-proxy-setup 00:26:27  Building support-notifications ... done Successfully built bb1742b95859 00:26:27 Successfully tagged security-spiffe-token-provider:latest 00:26:27  Building security-spiffe-token-provider ... done Building security-spire-server 00:26:27 Removing intermediate container 190ac2c30afb 00:26:27 ---> bf83c063abb1 00:26:27 00:26:27 Removing intermediate container f8c3cc11633f 00:26:27 ---> 84e2d8ea8846 00:26:27 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 00:26:27 Removing intermediate container e018ab8b5126 00:26:27 ---> afc6cdcf14ae 00:26:27 00:26:27 Successfully built bf83c063abb1 00:26:27 Successfully tagged core-metadata:latest 00:26:27  Building core-metadata ... done Building security-secretstore-setup 00:26:27 Successfully built afc6cdcf14ae 00:26:27 Successfully tagged core-common-config-bootstrapper:latest 00:26:27  Building core-common-config-bootstrapper ... done Building security-spire-config 00:26:27 ---> 9a50d5c0171b 00:26:27 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:26:35 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:26:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:26:35 ---> 2af1ba6e6ddb 00:26:35 Step 3/23 : WORKDIR /edgex-go 00:26:35 ---> Using cache 00:26:35 ---> 7168940ad62e 00:26:35 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 00:26:35 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:26:35 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:26:35 ---> 2af1ba6e6ddb 00:26:35 Step 3/21 : WORKDIR /edgex-go 00:26:35 ---> Using cache 00:26:35 ---> 7168940ad62e 00:26:35 Step 4/21 : RUN apk add --update --no-cache make git 00:26:35 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:26:35 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:26:35 ---> 2af1ba6e6ddb 00:26:35 Step 3/24 : WORKDIR /edgex-go 00:26:35 ---> Using cache 00:26:35 ---> 7168940ad62e 00:26:35 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 00:26:35 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:26:35 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:26:35 ---> 2af1ba6e6ddb 00:26:35 Step 3/24 : WORKDIR /edgex-go 00:26:35 ---> Using cache 00:26:35 ---> 7168940ad62e 00:26:35 Step 4/24 : RUN apk add --update --no-cache make git 00:26:40 ---> 4251b27895eb 00:26:40 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:26:40 ---> Running in 7afe45da4c37 00:26:40 ---> Running in 3711f6c1e3eb 00:26:40 ---> Running in 3ad8c68d2150 00:26:40 ---> Running in 14936f97a002 00:26:40 ---> bab3d4e27b10 00:26:40 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:26:40 ---> 0b1cfda00278 00:26:40 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 00:26:41 ---> d9ac6021ff3f 00:26:41 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 00:26:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:26:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:26:41 ---> 84637a330c6e 00:26:41 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:26:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:26:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:26:41 ---> aa838e75b3ad 00:26:41 Step 27/32 : RUN chmod +x /entrypoint.sh 00:26:41 ---> Running in fccd56dc8886 00:26:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:26:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:26:41 OK: 211 MiB in 51 packages 00:26:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:26:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:26:41 OK: 211 MiB in 51 packages 00:26:41 OK: 211 MiB in 51 packages 00:26:41 OK: 211 MiB in 51 packages 00:26:42 Removing intermediate container 3711f6c1e3eb 00:26:42 ---> cd27bf8d26da 00:26:42 Step 5/21 : COPY go.mod vendor* ./ 00:26:42 ---> 1914460a2645 00:26:42 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:26:42 ---> Running in 3d293ff21bdc 00:26:42 Removing intermediate container 14936f97a002 00:26:42 ---> f388a8a34167 00:26:42 Step 5/24 : COPY go.mod vendor* ./ 00:26:42 ---> 6c3d07547e61 00:26:42 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:26:42 Removing intermediate container 3ad8c68d2150 00:26:42 ---> fe641a554ed5 00:26:42 Step 5/24 : COPY go.mod vendor* ./ 00:26:42 ---> Running in bee350264f1b 00:26:42 Removing intermediate container fccd56dc8886 00:26:42 ---> 55620684bc9e 00:26:42 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 00:26:42 ---> Running in c02eb9e0c0ac 00:26:42 Removing intermediate container 7afe45da4c37 00:26:42 ---> 9d761218de2a 00:26:42 Step 5/23 : COPY go.mod vendor* ./ 00:26:42 Removing intermediate container c02eb9e0c0ac 00:26:42 ---> a2a9f327a2dc 00:26:42 Step 29/32 : CMD ["gate"] 00:26:42 ---> 09f846d2ec66 00:26:42 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:26:42 ---> Running in 3c35c5973385 00:26:42 ---> Running in 2da97c70d7f1 00:26:42 ---> 070e7d518a0d 00:26:42 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:26:42 ---> Running in c79801fd5fb6 00:26:42 Removing intermediate container 3c35c5973385 00:26:42 ---> b428dac6d1d2 00:26:42 Step 30/32 : LABEL arch=x86_64 00:26:42 ---> Running in 2e37221043ae 00:26:42 Removing intermediate container 2e37221043ae 00:26:42 ---> 6be2f210eb05 00:26:42 Step 31/32 : LABEL git_sha=0d5594433f71f2d730c4a31a556afe89dae55370 00:26:42 ---> Running in c876fc444fbd 00:26:43 Removing intermediate container c876fc444fbd 00:26:43 ---> 04680ad3acd9 00:26:43 Step 32/32 : LABEL version=0.0.0 00:26:43 ---> Running in 30d8686153aa 00:26:43 Removing intermediate container 30d8686153aa 00:26:43 ---> ea617441fbf5 00:26:43 00:26:43 Successfully built ea617441fbf5 00:26:43 Successfully tagged security-bootstrapper:latest 00:26:43  Building security-bootstrapper ... done Building core-command 00:26:45 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:26:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:26:45 ---> 2af1ba6e6ddb 00:26:45 Step 3/23 : ARG ADD_BUILD_TAGS="" 00:26:45 ---> Using cache 00:26:45 ---> 28ed26e62bd5 00:26:45 Step 4/23 : WORKDIR /edgex-go 00:26:45 ---> Using cache 00:26:45 ---> d07cac3d33d2 00:26:45 Step 5/23 : RUN apk add --update --no-cache make git 00:26:46 ---> Running in b5a3ecf12004 00:26:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:26:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:26:47 OK: 211 MiB in 51 packages 00:26:47 Removing intermediate container b5a3ecf12004 00:26:47 ---> 98c3ef61eaf9 00:26:47 Step 6/23 : COPY go.mod vendor* ./ 00:26:47 ---> f5fffa17dda0 00:26:47 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:26:47 ---> Running in fc0e79dbfb72 00:27:44 Removing intermediate container 3d293ff21bdc 00:27:44 ---> 3c8c8a3a7f9c 00:27:44 Step 7/21 : COPY . . 00:27:44 Removing intermediate container fc0e79dbfb72 00:27:44 ---> cf753bf4cc35 00:27:44 Step 8/23 : COPY . . 00:27:44 Removing intermediate container bee350264f1b 00:27:44 ---> f6bc0186935e 00:27:44 Step 7/24 : COPY . . 00:27:44 Removing intermediate container 2da97c70d7f1 00:27:44 ---> a1600397becd 00:27:44 Step 7/24 : COPY . . 00:27:44 Removing intermediate container c79801fd5fb6 00:27:44 ---> 1df78c6efd37 00:27:44 Step 7/23 : COPY . . 00:27:59 ---> f1f867dd95eb 00:27:59 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 00:27:59 ---> ce90ad0859d5 00:27:59 ---> bf4ed66999a7 00:27:59 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:27:59 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 00:27:59 ---> e084070e4e03 00:27:59 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:27:59 ---> c6e20ada8438 00:27:59 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 00:27:59 ---> Running in bf5f9b079778 00:27:59 ---> Running in e6b652acdbce 00:27:59 ---> Running in 546d56116b65 00:27:59 ---> Running in 61c54573a650 00:27:59 ---> Running in 27916d77456b 00:27:59 Removing intermediate container e6b652acdbce 00:27:59 ---> 1b72945d457e 00:27:59 Step 9/23 : WORKDIR /edgex-go/spire-build 00:27:59 Removing intermediate container 27916d77456b 00:27:59 ---> 2d4148e6c50a 00:27:59 Step 9/24 : WORKDIR /edgex-go/spire-build 00:27:59 ---> Running in cbdf2e9e4549 00:27:59 ---> Running in 83ed338a7ba1 00:27:59 Removing intermediate container 83ed338a7ba1 00:27:59 ---> 88ca6ae94965 00:27:59 Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 00:27:59 Removing intermediate container cbdf2e9e4549 00:27:59 ---> 0b89c6ac17ac 00:27:59 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 00:27:59 ---> Running in bc5ec4c8ecdd 00:27:59 ---> Running in f5158e943c83 00:27: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-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:27:59 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 00:27: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-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:27:59 Removing intermediate container f5158e943c83 00:27:59 ---> f9075f146dbd 00:27:59 Step 11/23 : WORKDIR /edgex-go 00:27:59 Removing intermediate container bc5ec4c8ecdd 00:27:59 ---> e97c94e06ad6 00:27:59 Step 11/24 : WORKDIR /edgex-go 00:27:59 ---> Running in 0311884a40cb 00:27:59 ---> Running in 0dda90089db1 00:27:59 Removing intermediate container 0311884a40cb 00:27:59 ---> e685d742f8bb 00:27:59 00:27:59 Step 12/23 : FROM alpine:3.15 00:27:59 ---> c4fc93816858 00:27:59 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 00:27:59 ---> Using cache 00:27:59 ---> d379ec7119cd 00:27:59 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 00:27:59 ---> Running in 0b5947d509c7 00:27:59 Removing intermediate container 0dda90089db1 00:27:59 ---> 9acb39a41f1a 00:27:59 00:27:59 Step 12/24 : FROM alpine:3.15 00:27:59 ---> c4fc93816858 00:27:59 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 00:27:59 ---> Using cache 00:27:59 ---> d379ec7119cd 00:27:59 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 00:27:59 ---> Running in 32a7bfce820e 00:27:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:28:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:28:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:28:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:28:00 v3.15.6-295-g1d57d748550 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 00:28:00 v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 00:28:00 OK: 15859 distinct packages available 00:28:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:28:00 v3.15.6-295-g1d57d748550 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 00:28:00 v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 00:28:00 OK: 15859 distinct packages available 00:28:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:28:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:28:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:28:00 (1/5) Installing dumb-init (1.2.5-r1) 00:28:00 (2/5) Installing musl-obstack (1.2.3-r0) 00:28:00 (3/5) Installing libucontext (1.1-r0) 00:28:00 (4/5) Installing gcompat (1.0.0-r4) 00:28:00 (5/5) Installing openssl (1.1.1t-r1) 00:28:00 Executing busybox-1.34.1-r7.trigger 00:28:00 OK: 7 MiB in 19 packages 00:28:00 (1/4) Installing dumb-init (1.2.5-r1) 00:28:00 (2/4) Installing musl-obstack (1.2.3-r0) 00:28:00 (3/4) Installing libucontext (1.1-r0) 00:28:00 (4/4) Installing gcompat (1.0.0-r4) 00:28:00 Executing busybox-1.34.1-r7.trigger 00:28:00 OK: 6 MiB in 18 packages 00:28:01 Removing intermediate container 0b5947d509c7 00:28:01 ---> 549c8cfaa43f 00:28:01 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 00:28:01 Removing intermediate container 32a7bfce820e 00:28:01 ---> d89961927999 00:28:01 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 00:28:07 ---> a1d02db06c18 00:28:07 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 00:28:07 ---> 4777fc68b9b8 00:28:07 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 00:28:07 ---> 3cbc249e9d4e 00:28:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 00:28:07 ---> 8c56365f3c37 00:28:07 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 00:28:07 ---> Running in 897edabbb0f3 00:28:08 ---> 236d1c809cf9 00:28:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 00:28:08 Removing intermediate container 897edabbb0f3 00:28:08 ---> bd0da4d7755e 00:28:08 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 00:28:09 ---> adc3bde169fc 00:28:09 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 00:28:09 ---> 8f3531144cf4 00:28:09 Step 19/24 : WORKDIR / 00:28:09 ---> Running in ac5d3a62a6ac 00:28:09 ---> Running in cdb50069f35e 00:28:09 Removing intermediate container ac5d3a62a6ac 00:28:09 ---> a274e1e4eed2 00:28:09 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 00:28:09 ---> Running in 5bc9a87fae71 00:28:09 Removing intermediate container cdb50069f35e 00:28:09 ---> 6c3a3784a4e5 00:28:09 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 00:28:09 ---> Running in afcda62446fa 00:28:09 Removing intermediate container afcda62446fa 00:28:09 ---> 75298c4e6240 00:28:09 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 00:28:10 Removing intermediate container 5bc9a87fae71 00:28:10 ---> 5b48d4b5e3d9 00:28:10 Step 21/23 : LABEL arch=x86_64 00:28:10 ---> Running in 4c25c3e5ae23 00:28:10 ---> Running in 4e76428f2fcf 00:28:10 Removing intermediate container 4c25c3e5ae23 00:28:10 ---> ed3059cf1726 00:28:10 Step 22/24 : LABEL arch=x86_64 00:28:10 Removing intermediate container 4e76428f2fcf 00:28:10 ---> 4c8c6879e504 00:28:10 Step 22/23 : LABEL git_sha=0d5594433f71f2d730c4a31a556afe89dae55370 00:28:10 ---> Running in bf3a09159c86 00:28:10 ---> Running in 759225a84a93 00:28:11 Removing intermediate container bf3a09159c86 00:28:11 ---> 0c00020ae5d2 00:28:11 Step 23/24 : LABEL git_sha=0d5594433f71f2d730c4a31a556afe89dae55370 00:28:11 Removing intermediate container 759225a84a93 00:28:11 ---> 5abd743305ce 00:28:11 Step 23/23 : LABEL version=0.0.0 00:28:11 ---> Running in 86cf6b880b74 00:28:11 ---> Running in 48b7e6116973 00:28:11 Removing intermediate container 86cf6b880b74 00:28:11 ---> dbac35dbe2ee 00:28:11 Step 24/24 : LABEL version=0.0.0 00:28:11 ---> Running in 34e55c409795 00:28:11 Removing intermediate container 48b7e6116973 00:28:11 ---> 6139f271094d 00:28:11 00:28:11 Successfully built 6139f271094d 00:28:11 Successfully tagged security-spire-server:latest 00:28:11  Building security-spire-server ... done Building security-spire-agent 00:28:11 Removing intermediate container 34e55c409795 00:28:11 ---> 5cc3358acdc2 00:28:11 00:28:12 Successfully built 5cc3358acdc2 00:28:12 Successfully tagged security-spire-config:latest 00:28:12  Building security-spire-config ... done Building support-scheduler 00:28:17 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:28:17 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:28:17 ---> 2af1ba6e6ddb 00:28:17 Step 3/24 : WORKDIR /edgex-go 00:28:17 ---> Using cache 00:28:17 ---> 7168940ad62e 00:28:17 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 00:28:17 ---> Using cache 00:28:17 ---> 9d761218de2a 00:28:17 Step 5/24 : COPY go.mod vendor* ./ 00:28:17 ---> Using cache 00:28:17 ---> 070e7d518a0d 00:28:17 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:28:17 ---> Using cache 00:28:17 ---> 1df78c6efd37 00:28:17 Step 7/24 : COPY . . 00:28:17 ---> Using cache 00:28:17 ---> f1f867dd95eb 00:28:17 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 00:28:17 ---> Using cache 00:28:17 ---> 1b72945d457e 00:28:17 Step 9/24 : WORKDIR /edgex-go/spire-build 00:28:17 ---> Using cache 00:28:17 ---> 88ca6ae94965 00:28:17 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 00:28:17 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:28:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:28:17 ---> 2af1ba6e6ddb 00:28:17 Step 3/22 : ARG ADD_BUILD_TAGS="" 00:28:17 ---> Using cache 00:28:17 ---> 28ed26e62bd5 00:28:17 Step 4/22 : WORKDIR /edgex-go 00:28:17 ---> Using cache 00:28:17 ---> d07cac3d33d2 00:28:17 Step 5/22 : RUN apk add --update --no-cache make git 00:28:17 ---> Using cache 00:28:17 ---> 98c3ef61eaf9 00:28:17 Step 6/22 : COPY go.mod vendor* ./ 00:28:17 ---> Using cache 00:28:17 ---> f5fffa17dda0 00:28:17 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:28:17 ---> Using cache 00:28:17 ---> cf753bf4cc35 00:28:17 Step 8/22 : COPY . . 00:28:17 ---> Using cache 00:28:17 ---> ce90ad0859d5 00:28:17 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:28:20 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 00:28:21 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:28:24 ---> Running in cf2bd3f6cb83 00:28:24 ---> Running in c2cd43206435 00:28:24 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 00:28:30 Removing intermediate container 61c54573a650 00:28:30 ---> 858405d2b432 00:28:30 00:28:30 Step 9/24 : FROM alpine:3.16 00:28:30 ---> bfe296a52501 00:28:30 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 00:28:30 Removing intermediate container 546d56116b65 00:28:30 ---> ffe47524d3c6 00:28:30 00:28:30 Step 9/21 : FROM alpine:3.16 00:28:30 Removing intermediate container bf5f9b079778 00:28:30 ---> 3a67ccd9bce5 00:28:30 00:28:30 Step 10/23 : FROM alpine:3.16 00:28:30 ---> bfe296a52501 00:28:30 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:28:30 ---> Using cache 00:28:30 ---> b77b7bad2ae2 00:28:30 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:28:30 ---> Using cache 00:28:30 ---> 9e3fb7602183 00:28:30 Step 13/23 : ENV APP_PORT=59882 00:28:30 ---> bfe296a52501 00:28:30 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 00:28:30 Removing intermediate container cf2bd3f6cb83 00:28:30 ---> f71dd0d95401 00:28:30 Step 11/24 : WORKDIR /edgex-go 00:28:30 ---> Running in cbeba64eb13e 00:28:30 ---> Running in 1aa716f9b7e7 00:28:30 ---> Running in 59905298b285 00:28:30 ---> Running in d4d03826471e 00:28:30 Removing intermediate container 59905298b285 00:28:30 ---> e13802bf3f84 00:28:30 Step 14/23 : EXPOSE $APP_PORT 00:28:30 ---> Running in 439004e6c02d 00:28:30 Removing intermediate container d4d03826471e 00:28:30 ---> 64b29ad46df6 00:28:30 00:28:30 Step 12/24 : FROM alpine:3.15 00:28:30 ---> c4fc93816858 00:28:30 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 00:28:30 ---> Using cache 00:28:30 ---> d379ec7119cd 00:28:30 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 00:28:30 ---> Using cache 00:28:30 ---> 549c8cfaa43f 00:28:30 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 00:28:30 Removing intermediate container 439004e6c02d 00:28:30 ---> fbd26cf5f2d5 00:28:30 Step 15/23 : WORKDIR / 00:28:30 ---> Running in 563a7ce3a275 00:28:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:28:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:28:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:28:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:28:31 (1/6) Installing ca-certificates (20220614-r0) 00:28:31 (1/3) Installing ca-certificates (20220614-r0) 00:28:31 (2/3) Installing dumb-init (1.2.5-r1) 00:28:31 (2/6) Installing brotli-libs (1.0.9-r6) 00:28:31 (3/6) Installing nghttp2-libs (1.47.0-r0) 00:28:31 (3/3) Installing su-exec (0.2-r1) 00:28:31 Executing busybox-1.35.0-r17.trigger 00:28:31 (4/6) Installing libcurl (7.83.1-r5) 00:28:31 Executing ca-certificates-20220614-r0.trigger 00:28:31 (5/6) Installing curl (7.83.1-r5) 00:28:31 (6/6) Installing dumb-init (1.2.5-r1) 00:28:31 Executing busybox-1.35.0-r17.trigger 00:28:31 Executing ca-certificates-20220614-r0.trigger 00:28:31 OK: 6 MiB in 17 packages 00:28:31 OK: 8 MiB in 20 packages 00:28:32 Removing intermediate container 563a7ce3a275 00:28:32 ---> 62c49c8ab439 00:28:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:28:32 ---> ca9ec59d3d56 00:28:32 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 00:28:32 ---> 7fcc59f89767 00:28:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:28:32 Removing intermediate container cbeba64eb13e 00:28:32 ---> 4c3c46c8b853 00:28:32 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:28:32 ---> Running in 503b9507240e 00:28:32 Removing intermediate container 1aa716f9b7e7 00:28:32 ---> 0d219b06a59d 00:28:32 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:28:34 Removing intermediate container 503b9507240e 00:28:34 ---> b798ac70dc49 00:28:34 Step 12/24 : WORKDIR / 00:28:34 ---> Running in a8ee7e41c848 00:28:34 ---> 94854f7cf223 00:28:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:28:34 ---> Running in 63e4efd31a4e 00:28:34 ---> 6d1e4078bf75 00:28:34 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 00:28:34 Removing intermediate container a8ee7e41c848 00:28:34 ---> f97d3f1f82cd 00:28:34 Step 12/21 : WORKDIR /edgex 00:28:34 ---> Running in 44878826943b 00:28:34 Removing intermediate container 63e4efd31a4e 00:28:34 ---> 7497b363941c 00:28:34 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:28:35 ---> d9dcfd478ddd 00:28:35 Step 19/23 : ENTRYPOINT ["/core-command"] 00:28:35 Removing intermediate container 44878826943b 00:28:35 ---> e1caf815c746 00:28:35 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:28:35 ---> Running in 868d6e5636be 00:28:35 ---> a05ca65d4cc8 00:28:35 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 00:28:35 ---> 3ca37a9e77e7 00:28:35 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:28:35 Removing intermediate container 868d6e5636be 00:28:35 ---> b6586e1adbac 00:28:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 00:28:35 ---> Running in b62d721a507f 00:28:35 ---> 140420b8cd05 00:28:35 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:28:35 ---> f0d5c1e843f5 00:28:35 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 00:28:35 ---> c17b9f6cb001 00:28:35 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:28:35 Removing intermediate container b62d721a507f 00:28:35 ---> d7c660f02e61 00:28:35 Step 21/23 : LABEL arch=x86_64 00:28:35 ---> Running in 60d8b292bea1 00:28:36 Removing intermediate container 60d8b292bea1 00:28:36 ---> a7a7f4ee3498 00:28:36 Step 22/23 : LABEL git_sha=0d5594433f71f2d730c4a31a556afe89dae55370 00:28:36 ---> ef9cfb4a7f98 00:28:36 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 00:28:36 ---> ed59b78f1424 00:28:36 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 00:28:36 ---> Running in 380dd362b2c2 00:28:36 ---> e5884c6bb321 00:28:36 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:28:36 ---> Running in e8345d3f499e 00:28:36 Removing intermediate container 380dd362b2c2 00:28:36 ---> f5370de50a48 00:28:36 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 00:28:36 ---> Running in 0d20fa883975 00:28:36 Removing intermediate container e8345d3f499e 00:28:36 ---> 4268532cd2e5 00:28:36 Step 23/23 : LABEL version=0.0.0 00:28:36 ---> Running in 0cec40a55b05 00:28:36 ---> 86ae04728025 00:28:36 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:28:37 Removing intermediate container 0cec40a55b05 00:28:37 ---> 83db10094d4a 00:28:37 00:28:37 Removing intermediate container 0d20fa883975 00:28:37 ---> 13d94656eb2d 00:28:37 Step 22/24 : LABEL arch=x86_64 00:28:37 Successfully built 83db10094d4a 00:28:37 ---> 9ac8282c54dc 00:28:37 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 00:28:37 Successfully tagged core-command:latest 00:28:37  Building core-command ... done Building core-data 00:28:37 ---> Running in df5e003bf2d7 00:28:39 ---> cb021ff1d4e1 00:28:39 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:28:40 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:28:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:28:40 ---> 2af1ba6e6ddb 00:28:40 Step 3/22 : ARG ADD_BUILD_TAGS="" 00:28:40 ---> Using cache 00:28:40 ---> 28ed26e62bd5 00:28:40 Step 4/22 : WORKDIR /edgex-go 00:28:40 ---> Using cache 00:28:40 ---> d07cac3d33d2 00:28:40 Step 5/22 : RUN apk add --update --no-cache make git 00:28:40 ---> Using cache 00:28:40 ---> 98c3ef61eaf9 00:28:40 Step 6/22 : COPY go.mod vendor* ./ 00:28:40 ---> Using cache 00:28:40 ---> f5fffa17dda0 00:28:40 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:28:40 ---> Using cache 00:28:40 ---> cf753bf4cc35 00:28:40 Step 8/22 : COPY . . 00:28:40 ---> Using cache 00:28:40 ---> ce90ad0859d5 00:28:40 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 00:28:43 ---> 96d537f8c293 00:28:43 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:28:43 Removing intermediate container df5e003bf2d7 00:28:43 ---> fb9f3b4abdad 00:28:43 Step 23/24 : LABEL git_sha=0d5594433f71f2d730c4a31a556afe89dae55370 00:28:43 ---> 63c33b86532d 00:28:43 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:28:43 ---> Running in dbd2c3b78778 00:28:43 ---> Running in 57e8f5e3092c 00:28:43 ---> Running in 5bb2f3d8be9f 00:28:43 Removing intermediate container 57e8f5e3092c 00:28:43 ---> 3bfb25b25f29 00:28:43 Step 24/24 : LABEL version=0.0.0 00:28:43 ---> 1b50a321488c 00:28:43 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:28:43 ---> Running in 6bfac3721dcc 00:28:43 ---> Running in 27e5c424aba3 00:28:43 Removing intermediate container 6bfac3721dcc 00:28:43 ---> 00c1b383fb0b 00:28:43 00:28:43 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 00:28:43 Successfully built 00c1b383fb0b 00:28:43 Successfully tagged security-spire-agent:latest 00:28:44  Building security-spire-agent ... done Removing intermediate container 5bb2f3d8be9f 00:28:44 ---> 3774babb605b 00:28:44 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 00:28:44 ---> Running in 893bf0a02342 00:28:44 Removing intermediate container 893bf0a02342 00:28:44 ---> 5791c305e5fa 00:28:44 Step 19/21 : LABEL arch=x86_64 00:28:44 ---> Running in 71ead7593c83 00:28:44 Removing intermediate container 71ead7593c83 00:28:44 ---> f2cdb54a05c4 00:28:44 Step 20/21 : LABEL git_sha=0d5594433f71f2d730c4a31a556afe89dae55370 00:28:44 ---> Running in 6b463d3414a5 00:28:44 Removing intermediate container 27e5c424aba3 00:28:44 ---> 058c7ac2f1df 00:28:44 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:28:44 ---> Running in 994702b18a7f 00:28:45 Removing intermediate container 6b463d3414a5 00:28:45 ---> 474aac245691 00:28:45 Step 21/21 : LABEL version=0.0.0 00:28:45 Removing intermediate container 994702b18a7f 00:28:45 ---> 81bdc1bcfec6 00:28:45 Step 22/24 : LABEL arch=x86_64 00:28:45 ---> Running in 05b4d250e083 00:28:45 ---> Running in 0434fbd82011 00:28:45 Removing intermediate container 05b4d250e083 00:28:45 ---> 8be1cc0afe71 00:28:45 00:28:45 Removing intermediate container 0434fbd82011 00:28:45 ---> 367dead4e80d 00:28:45 Step 23/24 : LABEL git_sha=0d5594433f71f2d730c4a31a556afe89dae55370 00:28:45 ---> Running in 8a3465e51005 00:28:45 Successfully built 8be1cc0afe71 00:28:45 Successfully tagged security-proxy-setup:latest 00:28:45  Building security-proxy-setup ... done Removing intermediate container 8a3465e51005 00:28:45 ---> 942d0e72a6eb 00:28:45 Step 24/24 : LABEL version=0.0.0 00:28:45 ---> Running in a52d24c2b6f3 00:28:45 Removing intermediate container a52d24c2b6f3 00:28:45 ---> 3604a0250de1 00:28:45 00:28:45 Successfully built 3604a0250de1 00:28:45 Successfully tagged security-secretstore-setup:latest 00:28:51  Building security-secretstore-setup ... done Removing intermediate container c2cd43206435 00:28:51 ---> 742569cdd318 00:28:51 00:28:51 Step 10/22 : FROM alpine:3.16 00:28:51 ---> bfe296a52501 00:28:51 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:28:51 ---> Using cache 00:28:51 ---> b77b7bad2ae2 00:28:51 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:28:51 ---> Using cache 00:28:51 ---> 9e3fb7602183 00:28:51 Step 13/22 : ENV APP_PORT=59861 00:28:51 ---> Running in c3584bc7bea7 00:28:51 Removing intermediate container c3584bc7bea7 00:28:51 ---> f836ecc64eba 00:28:51 Step 14/22 : EXPOSE $APP_PORT 00:28:51 ---> Running in aa13011ba726 00:28:51 Removing intermediate container aa13011ba726 00:28:51 ---> ddfd120dea84 00:28:51 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:28:51 ---> c0110d3f787e 00:28:51 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:28:53 ---> 531a26a61f7b 00:28:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:28:53 ---> dd9e9c0ea0be 00:28:53 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:28:53 ---> Running in 7b340881cb72 00:28:53 Removing intermediate container 7b340881cb72 00:28:53 ---> ae6064e83c9c 00:28:53 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 00:28:53 ---> Running in 3184c465d39d 00:28:54 Removing intermediate container 3184c465d39d 00:28:54 ---> 48d60112e442 00:28:54 Step 20/22 : LABEL arch=x86_64 00:28:54 ---> Running in 70150296a35b 00:28:54 Removing intermediate container 70150296a35b 00:28:54 ---> a7884a9d50a6 00:28:54 Step 21/22 : LABEL git_sha=0d5594433f71f2d730c4a31a556afe89dae55370 00:28:54 ---> Running in 8e9d520d98fb 00:28:54 Removing intermediate container 8e9d520d98fb 00:28:54 ---> eac01f762084 00:28:54 Step 22/22 : LABEL version=0.0.0 00:28:54 ---> Running in 84089cdde769 00:28:54 Removing intermediate container 84089cdde769 00:28:54 ---> e17d9d50063a 00:28:54 00:28:54 Successfully built e17d9d50063a 00:28:54 Successfully tagged support-scheduler:latest 00:29:04  Building support-scheduler ... done Removing intermediate container dbd2c3b78778 00:29:04 ---> 30fbdb4f02be 00:29:04 00:29:04 Step 10/22 : FROM alpine:3.16 00:29:04 ---> bfe296a52501 00:29:04 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:29:04 ---> Running in 0889c5598ba8 00:29:04 Removing intermediate container 0889c5598ba8 00:29:04 ---> 794a601d4209 00:29:04 Step 12/22 : ENV APP_PORT=59880 00:29:04 ---> Running in f08a1d6ce560 00:29:04 Removing intermediate container f08a1d6ce560 00:29:04 ---> 61d9bd2da33d 00:29:04 Step 13/22 : EXPOSE $APP_PORT 00:29:04 ---> Running in 5d349b88c7e2 00:29:04 Removing intermediate container 5d349b88c7e2 00:29:04 ---> e700a6f8709e 00:29:04 Step 14/22 : RUN apk add --update --no-cache dumb-init 00:29:04 ---> Running in 450e0ff948d7 00:29:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:29:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:29:04 (1/1) Installing dumb-init (1.2.5-r1) 00:29:04 Executing busybox-1.35.0-r17.trigger 00:29:04 OK: 6 MiB in 15 packages 00:29:04 Removing intermediate container 450e0ff948d7 00:29:04 ---> f7df904a47a7 00:29:04 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:29:04 ---> b05af7ab91f7 00:29:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:29:04 ---> 95e1916e11e7 00:29:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:29:04 ---> ca96bf38be86 00:29:04 Step 18/22 : ENTRYPOINT ["/core-data"] 00:29:04 ---> Running in 724b7f2dc1dd 00:29:04 Removing intermediate container 724b7f2dc1dd 00:29:04 ---> 40445f0f9fde 00:29:04 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 00:29:04 ---> Running in 6e7045981f1d 00:29:05 Removing intermediate container 6e7045981f1d 00:29:05 ---> 58d0c5285141 00:29:05 Step 20/22 : LABEL arch=x86_64 00:29:05 ---> Running in 75ec6d61e2b8 00:29:05 Removing intermediate container 75ec6d61e2b8 00:29:05 ---> 0e932af500ef 00:29:05 Step 21/22 : LABEL git_sha=0d5594433f71f2d730c4a31a556afe89dae55370 00:29:05 ---> Running in eee5159891cd 00:29:05 Removing intermediate container eee5159891cd 00:29:05 ---> d8954ab494e1 00:29:05 Step 22/22 : LABEL version=0.0.0 00:29:05 ---> Running in a777dca5a729 00:29:05 Removing intermediate container a777dca5a729 00:29:05 ---> 77e5bb39b9eb 00:29:05 00:29:05 Successfully built 77e5bb39b9eb 00:29:05 Successfully tagged core-data:latest 00:29:05  Building core-data ... done  [Pipeline] } 00:29:05 $ docker stop --time=1 bae773d537ffcfcd423d40b3e19181b072178cd5241104388ca57de5f478721d 00:29:06 $ docker rm -f --volumes bae773d537ffcfcd423d40b3e19181b072178cd5241104388ca57de5f478721d [Pipeline] // withDockerContainer [Pipeline] sh 00:29:07 + docker images 00:29:07 REPOSITORY TAG IMAGE ID CREATED SIZE 00:29:07 core-data latest 77e5bb39b9eb 1 second ago 17.9MB 00:29:07 30fbdb4f02be 5 seconds ago 1.68GB 00:29:07 support-scheduler latest e17d9d50063a 12 seconds ago 30MB 00:29:07 742569cdd318 18 seconds ago 1.74GB 00:29:07 security-secretstore-setup latest 3604a0250de1 21 seconds ago 29.9MB 00:29:07 security-proxy-setup latest 8be1cc0afe71 22 seconds ago 27.8MB 00:29:07 security-spire-agent latest 00c1b383fb0b 23 seconds ago 125MB 00:29:07 core-command latest 83db10094d4a 30 seconds ago 17.7MB 00:29:07 64b29ad46df6 36 seconds ago 1.55GB 00:29:07 858405d2b432 37 seconds ago 1.67GB 00:29:07 ffe47524d3c6 37 seconds ago 1.67GB 00:29:07 3a67ccd9bce5 37 seconds ago 1.68GB 00:29:07 security-spire-server latest 6139f271094d 55 seconds ago 86.5MB 00:29:07 security-spire-config latest 5cc3358acdc2 55 seconds ago 85.8MB 00:29:07 e685d742f8bb About a minute ago 1.55GB 00:29:07 9acb39a41f1a About a minute ago 1.55GB 00:29:07 security-bootstrapper latest ea617441fbf5 2 minutes ago 20.3MB 00:29:07 core-common-config-bootstrapper latest afc6cdcf14ae 2 minutes ago 15.5MB 00:29:07 core-metadata latest bf83c063abb1 2 minutes ago 18.5MB 00:29:07 support-notifications latest ee0f6e705ea7 2 minutes ago 30.6MB 00:29:07 security-spiffe-token-provider latest bb1742b95859 2 minutes ago 29.8MB 00:29:07 65a96798bcca 2 minutes ago 1.74GB 00:29:07 eabe16879268 2 minutes ago 1.71GB 00:29:07 ed37aa89c826 2 minutes ago 1.68GB 00:29:07 04e1820b7848 2 minutes ago 1.67GB 00:29:07 3faf7bb9ed30 2 minutes ago 1.67GB 00:29:07 ci-base-image-x86_64 latest 2af1ba6e6ddb 7 minutes ago 903MB 00:29:07 alpine 3.16 bfe296a52501 2 months ago 5.54MB 00:29:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 3 months ago 683MB 00:29:07 alpine 3.15 c4fc93816858 6 months ago 5.59MB 00:29:07 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 7 months ago 253MB 00:29:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 00:29:09 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 00:29:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:29:10 ---> package-listing.sh 00:29:10 ++ facter osfamily 00:29:10 ++ tr '[:upper:]' '[:lower:]' 00:29:10 + OS_FAMILY=debian 00:29:10 + workspace=/w/workspace/edgex-go/1 00:29:10 + START_PACKAGES=/tmp/packages_start.txt 00:29:10 + END_PACKAGES=/tmp/packages_end.txt 00:29:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:29:10 + PACKAGES=/tmp/packages_start.txt 00:29:10 + '[' /w/workspace/edgex-go/1 ']' 00:29:10 + PACKAGES=/tmp/packages_end.txt 00:29:10 + case "${OS_FAMILY}" in 00:29:10 + dpkg -l 00:29:10 + grep '^ii' 00:29:10 + '[' -f /tmp/packages_start.txt ']' 00:29:10 + '[' -f /tmp/packages_end.txt ']' 00:29:10 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:29:10 + '[' /w/workspace/edgex-go/1 ']' 00:29:10 + mkdir -p /w/workspace/edgex-go/1/archives/ 00:29:10 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 00:29:10 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 00:29:11 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:29:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:29:11 00:29:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:29:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:29:12 latest: Pulling from edgex-lftools-log-publisher 00:29:12 5eb5b503b376: Pulling fs layer 00:29:12 5c69ac0246d0: Pulling fs layer 00:29:12 ec43610c2a17: Pulling fs layer 00:29:12 3a2ae6a8a46f: Pulling fs layer 00:29:12 33b1e0a273af: Pulling fs layer 00:29:12 5d3b04190fa2: Pulling fs layer 00:29:12 2f39f015ded8: Pulling fs layer 00:29:12 33b1e0a273af: Waiting 00:29:12 5d3b04190fa2: Waiting 00:29:12 2f39f015ded8: Waiting 00:29:12 3a2ae6a8a46f: Waiting 00:29:12 5c69ac0246d0: Download complete 00:29:12 3a2ae6a8a46f: Verifying Checksum 00:29:12 3a2ae6a8a46f: Download complete 00:29:12 33b1e0a273af: Verifying Checksum 00:29:12 33b1e0a273af: Download complete 00:29:12 5d3b04190fa2: Verifying Checksum 00:29:12 5d3b04190fa2: Download complete 00:29:12 ec43610c2a17: Verifying Checksum 00:29:12 ec43610c2a17: Download complete 00:29:12 5eb5b503b376: Verifying Checksum 00:29:12 5eb5b503b376: Download complete 00:29:13 2f39f015ded8: Download complete 00:29:13 5eb5b503b376: Pull complete 00:29:14 5c69ac0246d0: Pull complete 00:29:14 ec43610c2a17: Pull complete 00:29:14 3a2ae6a8a46f: Pull complete 00:29:14 33b1e0a273af: Pull complete 00:29:14 5d3b04190fa2: Pull complete 00:29:19 2f39f015ded8: Pull complete 00:29:19 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 00:29:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:29:19 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:29:19 prd-ubuntu20.04-docker-8c-8g-5036 does not seem to be running inside a container 00:29:19 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 00:29:23 $ docker top f47082738c647692a6afad4495f61dc0b6de74981d0008f687b886d466f84248 -eo pid,comm [Pipeline] { [Pipeline] sh 00:29:23 + touch /tmp/pre-build-complete [Pipeline] sh 00:29:24 + mkdir -p /var/log/sysstat [Pipeline] sh 00:29:24 + ls /var/log/sa-host 00:29:24 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:29:24 provisioning config files... 00:29:24 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config3447272128063738818tmp [Pipeline] { [Pipeline] echo 00:29:24 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:29:25 ---> create-netrc.sh [Pipeline] } 00:29:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 00:29:25 ---> python-tools-install.sh [Pipeline] echo 00:29:25 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:29:25 ---> sudo-logs.sh 00:29:25 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:29:25 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:29:26 ---> job-cost.sh 00:29:26 lf-activate-venv: SKIPPING 00:29:26 INFO: No Stack... 00:29:30 INFO: Retrieving Pricing Info for: v3-standard-8 00:29:30 INFO: Archiving Costs [Pipeline] echo 00:29:30 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:29:30 ---> logs-deploy.sh 00:29:30 lf-activate-venv: SKIPPING 00:29:30 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4335/1 00:29:30 INFO: archiving workspace using pattern(s): 00:29:31 Archives upload complete. 00:29:31 INFO: archiving logs to Nexus