Pull request #4431 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 bnevis-i for edgexfoundry/edgex-go Obtained Jenkinsfile from 9bc23dae8268f53719886593a74d14a2f768ab7f+5942442abc70018486e4a97ccf80bb65ff67be19 (585c6d73763e80a349fa2277256a81a6f2e25ca6) 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-ssh6483400675853836314.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-ssh17253182183064601923.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-4431/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-4431/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17521259223569078559.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-4431/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13958652884109845843.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-ssh500394442964592043.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-4431/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-4431/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh13047766214315753064.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/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.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/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-9544 in /w/workspace/edgexfoundry_edgex-go_PR-4431 [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/4431/head:refs/remotes/origin/PR-4431 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 5942442abc70018486e4a97ccf80bb65ff67be19 into PR head commit 9bc23dae8268f53719886593a74d14a2f768ab7f Merge succeeded, producing 9bc23dae8268f53719886593a74d14a2f768ab7f Checking out Revision 9bc23dae8268f53719886593a74d14a2f768ab7f (PR-4431) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc23dae8268f53719886593a74d14a2f768ab7f # 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 5942442abc70018486e4a97ccf80bb65ff67be19 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc23dae8268f53719886593a74d14a2f768ab7f # timeout=10 Commit message: "docs(security): Clarify units of jwtTTL" 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:29:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:29:43 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:29:43 ========================================================= 00:29:43 EdgeX Global Pipelines Version Info 00:29:43 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:29:43 ------------------- 00:29:43 stable info: 00:29:43 ------------------- 00:29:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:29:43 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 00:29:43 Message: update stable to v1.0.244 00:29:44 ------------------- 00:29:44 experimental info: 00:29:44 ------------------- 00:29:44 Commited By: **** collab-it+edgex@linuxfoundation.org 00:29:44 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 00:29:44 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:29:44 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:29:44 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:29:44 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:29:45 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:29:45 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:29:45 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 00:29:45 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 00:29:45 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:29:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 00:29:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 00:29:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:29:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:29:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 00:29:45 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:29:45 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:29:45 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:29:45 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:29:45 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:29:45 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:29:45 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 00:29:45 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 00:29:45 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:29:45 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 00:29:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4431 [Pipeline] echo 00:29:45 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4431 [Pipeline] echo 00:29:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4431 [Pipeline] echo 00:29:45 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9bc23dae8268f53719886593a74d14a2f768ab7f [Pipeline] echo 00:29:45 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9bc23da [Pipeline] echo 00:29:46 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:29:46 provisioning config files... 00:29:46 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config13652223730991770389tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:29:46 ---> docker-login.sh 00:29:46 nexus3.edgexfoundry.org:10001 00:29:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:29:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:29:46 Configure a credential helper to remove this warning. See 00:29:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:29:46 00:29:46 Login Succeeded 00:29:46 nexus3.edgexfoundry.org:10002 00:29:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:29:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:29:46 Configure a credential helper to remove this warning. See 00:29:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:29:46 00:29:46 Login Succeeded 00:29:46 nexus3.edgexfoundry.org:10003 00:29:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:29:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:29:46 Configure a credential helper to remove this warning. See 00:29:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:29:46 00:29:46 Login Succeeded 00:29:46 nexus3.edgexfoundry.org:10004 00:29:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:29:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:29:47 Configure a credential helper to remove this warning. See 00:29:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:29:47 00:29:47 Login Succeeded 00:29:47 docker.io 00:29:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:29:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:29:47 Configure a credential helper to remove this warning. See 00:29:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:29:47 00:29:47 Login Succeeded 00:29:47 ---> docker-login.sh ends [Pipeline] } 00:29:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:29:47 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 00:29:47 + + dirname cmd/core-command/Dockerfile 00:29:47 cut -d/ -f2 00:29:47 + echo core-command,cmd/core-command/Dockerfile 00:29:47 + dirname cmd/core-common-config-bootstrapper/Dockerfile 00:29:47 + cut -d/ -f2 00:29:47 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 00:29:47 + dirname cmd/core-data/Dockerfile 00:29:47 + cut -d/ -f2 00:29:47 + echo core-data,cmd/core-data/Dockerfile 00:29:47 + dirname cmd/core-metadata/Dockerfile 00:29:47 + cut -d/ -f2 00:29:47 + echo core-metadata,cmd/core-metadata/Dockerfile 00:29:47 + dirname cmd/security-bootstrapper/Dockerfile 00:29:47 + cut -d/ -f2 00:29:47 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:29:47 + dirname cmd/security-proxy-auth/Dockerfile 00:29:47 + cut -d/ -f2 00:29:47 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 00:29:47 + dirname cmd/security-proxy-setup/Dockerfile 00:29:47 + cut -d/ -f2 00:29:47 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:29:47 + dirname cmd/security-secretstore-setup/Dockerfile 00:29:47 + cut -d/ -f2 00:29:47 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:29:47 + dirname cmd/security-spiffe-token-provider/Dockerfile 00:29:47 + cut -d/ -f2 00:29:47 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 00:29:47 + dirname cmd/security-spire-agent/Dockerfile 00:29:47 + cut -d/ -f2 00:29:47 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 00:29:47 + dirname cmd/security-spire-config/Dockerfile 00:29:47 + cut -d/ -f2 00:29:47 + echo security-spire-config,cmd/security-spire-config/Dockerfile 00:29:47 + dirname cmd/security-spire-server/Dockerfile 00:29:47 + cut -d/ -f2 00:29:47 + echo security-spire-server,cmd/security-spire-server/Dockerfile 00:29:47 + dirname cmd/support-notifications/Dockerfile 00:29:47 + cut -d/ -f2 00:29:47 + echo support-notifications,cmd/support-notifications/Dockerfile 00:29:47 + dirname cmd/support-scheduler/Dockerfile 00:29:47 + cut -d/ -f2 00:29:47 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 00:29:48 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 00:29:48 + git rev-list -1 --merges 9bc23dae8268f53719886593a74d14a2f768ab7f~1..9bc23dae8268f53719886593a74d14a2f768ab7f [Pipeline] echo 00:29:48 -----------> git rev-list -1 --merges 9bc23dae8268f53719886593a74d14a2f768ab7f~1..9bc23dae8268f53719886593a74d14a2f768ab7f 9bc23dae8268f53719886593a74d14a2f768ab7f [false] [Pipeline] sh 00:29:48 + git log --format=format:%s -1 9bc23dae8268f53719886593a74d14a2f768ab7f [Pipeline] echo 00:29:48 ========================================================= 00:29:48 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 00:29:48 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 00:29:49 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:29:49 + grep -v github /etc/ssh/ssh_known_hosts 00:29:49 + [ -e /tmp/ssh_known_hosts ] 00:29:49 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 00:29:49 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 00:29:49 sudo tee -a /etc/ssh/ssh_known_hosts 00:29:49 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:29:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:29:49 00:29:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:29:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:29:50 0.1.4: Pulling from edgex-devops/py-git-semver 00:29:50 b85a868b505f: Pulling fs layer 00:29:50 e2be974225ed: Pulling fs layer 00:29:50 339a4e72a1f5: Pulling fs layer 00:29:50 988bab9f4d93: Pulling fs layer 00:29:50 1469e6f7b9e6: Pulling fs layer 00:29:50 eaf3925da568: Pulling fs layer 00:29:50 bab4dde63d76: Pulling fs layer 00:29:50 bde34c3a00c8: Pulling fs layer 00:29:50 b352a97aabf1: Pulling fs layer 00:29:50 4872d77fe225: Pulling fs layer 00:29:50 5851b861e8e6: Pulling fs layer 00:29:50 988bab9f4d93: Waiting 00:29:50 bde34c3a00c8: Waiting 00:29:50 1469e6f7b9e6: Waiting 00:29:50 bab4dde63d76: Waiting 00:29:50 eaf3925da568: Waiting 00:29:50 b352a97aabf1: Waiting 00:29:50 4872d77fe225: Waiting 00:29:50 5851b861e8e6: Waiting 00:29:50 e2be974225ed: Verifying Checksum 00:29:50 e2be974225ed: Download complete 00:29:50 988bab9f4d93: Verifying Checksum 00:29:50 988bab9f4d93: Download complete 00:29:50 1469e6f7b9e6: Verifying Checksum 00:29:50 1469e6f7b9e6: Download complete 00:29:50 339a4e72a1f5: Verifying Checksum 00:29:50 339a4e72a1f5: Download complete 00:29:50 eaf3925da568: Verifying Checksum 00:29:50 eaf3925da568: Download complete 00:29:50 bde34c3a00c8: Verifying Checksum 00:29:50 bde34c3a00c8: Download complete 00:29:50 b352a97aabf1: Download complete 00:29:50 4872d77fe225: Download complete 00:29:50 5851b861e8e6: Verifying Checksum 00:29:50 5851b861e8e6: Download complete 00:29:50 b85a868b505f: Verifying Checksum 00:29:50 b85a868b505f: Download complete 00:29:50 bab4dde63d76: Verifying Checksum 00:29:50 bab4dde63d76: Download complete 00:29:52 b85a868b505f: Pull complete 00:29:52 e2be974225ed: Pull complete 00:29:52 339a4e72a1f5: Pull complete 00:29:52 988bab9f4d93: Pull complete 00:29:53 1469e6f7b9e6: Pull complete 00:29:53 eaf3925da568: Pull complete 00:29:55 bab4dde63d76: Pull complete 00:29:55 bde34c3a00c8: Pull complete 00:29:55 b352a97aabf1: Pull complete 00:29:55 4872d77fe225: Pull complete 00:29:55 5851b861e8e6: Pull complete 00:29:55 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 00:29:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:29:55 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:29:55 prd-ubuntu20.04-docker-8c-8g-9544 does not seem to be running inside a container 00:29:55 $ 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:29:57 $ docker top 1c044b3b94cd520a8dedfc5eba2c8500d2e5984a104b9af3e375e785fd21b3f9 -eo pid,comm 00:29:57 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:29:57 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:29:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:29:57 [ssh-agent] Looking for ssh-agent implementation... 00:29:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:29:57 $ docker exec 1c044b3b94cd520a8dedfc5eba2c8500d2e5984a104b9af3e375e785fd21b3f9 ssh-agent 00:29:57 SSH_AUTH_SOCK=/tmp/ssh-TkzWiHfxkJpX/agent.32 00:29:57 SSH_AGENT_PID=38 00:29:57 Running ssh-add (command line suppressed) 00:29:58 Identity added: /w/workspace/edgex-go/1@tmp/private_key_18210348862347513560.key (/w/workspace/edgex-go/1@tmp/private_key_18210348862347513560.key) 00:29:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:29:58 + git tag --points-at HEAD [Pipeline] } 00:29:58 $ docker exec --env ******** --env ******** 1c044b3b94cd520a8dedfc5eba2c8500d2e5984a104b9af3e375e785fd21b3f9 ssh-agent -k 00:29:58 unset SSH_AUTH_SOCK; 00:29:58 unset SSH_AGENT_PID; 00:29:58 echo Agent pid 38 killed; 00:29:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:29:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:29:58 [ssh-agent] Looking for ssh-agent implementation... 00:29:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:29:58 $ docker exec 1c044b3b94cd520a8dedfc5eba2c8500d2e5984a104b9af3e375e785fd21b3f9 ssh-agent 00:29:58 SSH_AUTH_SOCK=/tmp/ssh-VQKbl5iO1hB3/agent.70 00:29:58 SSH_AGENT_PID=76 00:29:58 Running ssh-add (command line suppressed) 00:29:58 Identity added: /w/workspace/edgex-go/1@tmp/private_key_8546231012742733125.key (/w/workspace/edgex-go/1@tmp/private_key_8546231012742733125.key) 00:29:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:29:59 + git semver init 00:29:59 2023-03-10 00:29:59,504 [run_init] DEBUG init version:0.0.0 force:False 00:29:59 2023-03-10 00:29:59,505 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 00:29:59 2023-03-10 00:29:59,505 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 00:29:59 2023-03-10 00:29:59,505 [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:30:04 2023-03-10 00:30:04,309 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 00:30:04 2023-03-10 00:30:04,309 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4431 with force:False 00:30:04 2023-03-10 00:30:04,310 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4431 00:30:04 2023-03-10 00:30:04,314 [execute] INFO git cat-file --batch-check 00:30:04 2023-03-10 00:30:04,314 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 00:30:04 2023-03-10 00:30:04,320 [execute] INFO git cat-file --batch 00:30:04 2023-03-10 00:30:04,320 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 00:30:04 2023-03-10 00:30:04,326 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4431 00:30:04 0.0.0 [Pipeline] } 00:30:04 $ docker exec --env ******** --env ******** 1c044b3b94cd520a8dedfc5eba2c8500d2e5984a104b9af3e375e785fd21b3f9 ssh-agent -k 00:30:04 unset SSH_AUTH_SOCK; 00:30:04 unset SSH_AGENT_PID; 00:30:04 echo Agent pid 76 killed; 00:30:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:30:05 + git semver [Pipeline] } 00:30:05 $ docker stop --time=1 1c044b3b94cd520a8dedfc5eba2c8500d2e5984a104b9af3e375e785fd21b3f9 00:30:06 $ docker rm -f --volumes 1c044b3b94cd520a8dedfc5eba2c8500d2e5984a104b9af3e375e785fd21b3f9 [Pipeline] // withDockerContainer [Pipeline] sh 00:30:07 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:30:07 Stashed 1 file(s) [Pipeline] echo 00:30:07 [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:30:08 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 00:30:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:30:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:30:08 ========================================================= 00:30:08 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 00:30:08 ========================================================= [Pipeline] fileExists [Pipeline] sh 00:30:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 00:30:08 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 00:30:08 213ec9aee27d: Pulling fs layer 00:30:08 4583459ba037: Pulling fs layer 00:30:08 93c1e223e6f2: Pulling fs layer 00:30:08 53926ce57604: Pulling fs layer 00:30:08 21b2b0c7a3f4: Pulling fs layer 00:30:08 22ff95d597cd: Pulling fs layer 00:30:08 12d6caf4c0d1: Pulling fs layer 00:30:08 96b7cbca73a9: Pulling fs layer 00:30:08 a7acece74701: Pulling fs layer 00:30:08 53926ce57604: Waiting 00:30:08 21b2b0c7a3f4: Waiting 00:30:08 22ff95d597cd: Waiting 00:30:08 12d6caf4c0d1: Waiting 00:30:08 96b7cbca73a9: Waiting 00:30:08 93c1e223e6f2: Download complete 00:30:08 4583459ba037: Verifying Checksum 00:30:08 4583459ba037: Download complete 00:30:08 21b2b0c7a3f4: Download complete 00:30:08 22ff95d597cd: Download complete 00:30:08 213ec9aee27d: Verifying Checksum 00:30:08 213ec9aee27d: Download complete 00:30:09 12d6caf4c0d1: Verifying Checksum 00:30:09 12d6caf4c0d1: Download complete 00:30:09 213ec9aee27d: Pull complete 00:30:09 4583459ba037: Pull complete 00:30:09 93c1e223e6f2: Pull complete 00:30:09 a7acece74701: Verifying Checksum 00:30:09 a7acece74701: Download complete 00:30:10 96b7cbca73a9: Verifying Checksum 00:30:10 96b7cbca73a9: Download complete 00:30:10 53926ce57604: Verifying Checksum 00:30:10 53926ce57604: Download complete 00:30:14 53926ce57604: Pull complete 00:30:14 21b2b0c7a3f4: Pull complete 00:30:14 22ff95d597cd: Pull complete 00:30:14 12d6caf4c0d1: Pull complete 00:30:16 96b7cbca73a9: Pull complete 00:30:17 a7acece74701: Pull complete 00:30:17 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 00:30:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 00:30:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 00:30:17 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 00:30:17 WORKDIR /edgex 00:30:17 COPY go.mod . 00:30:17 RUN go mod download 00:30:17 + docker build -t ci-base-image-x86_64 -f - . 00:30:18 Sending build context to Docker daemon 170.4MB 00:30:18 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 00:30:18 ---> db6d94c90886 00:30:18 Step 2/4 : WORKDIR /edgex 00:30:20 ---> Running in b7d287b453a8 00:30:20 Removing intermediate container b7d287b453a8 00:30:20 ---> 0c5db180e839 00:30:20 Step 3/4 : COPY go.mod . 00:30:20 ---> 72a16eea019d 00:30:20 Step 4/4 : RUN go mod download 00:30:20 ---> Running in 46ee2e4c9b85 00:30:23 Still waiting to schedule task 00:30:23 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-9542’ 00:30:32 Removing intermediate container 46ee2e4c9b85 00:30:32 ---> 09fb4f51299d 00:30:32 Successfully built 09fb4f51299d 00:30:32 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:30:33 + docker inspect -f . ci-base-image-x86_64 00:30:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:30:33 prd-ubuntu20.04-docker-8c-8g-9544 does not seem to be running inside a container 00:30:33 $ 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:30:33 $ docker top f5a0ec46e1140d8539fe433b29aa76175b607817010fd59666ec52c0a5aacaaa -eo pid,comm [Pipeline] { [Pipeline] sh 00:30:34 + go version 00:30:34 go version go1.18.7 linux/amd64 [Pipeline] } 00:30:34 $ docker stop --time=1 f5a0ec46e1140d8539fe433b29aa76175b607817010fd59666ec52c0a5aacaaa 00:30:35 $ docker rm -f --volumes f5a0ec46e1140d8539fe433b29aa76175b607817010fd59666ec52c0a5aacaaa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:30:36 + docker inspect -f . ci-base-image-x86_64 00:30:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:30:36 prd-ubuntu20.04-docker-8c-8g-9544 does not seem to be running inside a container 00:30:36 $ 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:30:36 $ docker top d7a630533de6c63b69dec8959511d2684cb28fab96b096b2b22a81fcfc14dc5b -eo pid,comm [Pipeline] { [Pipeline] echo 00:30:37 ========================================================= 00:30:37 [edgeXBuildGoParallel] Running Tests and Build... 00:30:37 ========================================================= [Pipeline] sh 00:30:37 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 00:30:37 + make test 00:30:37 go test -race -coverprofile=coverage.out ./... 00:30:44 ? github.com/edgexfoundry/edgex-go [no test files] 00:30:59 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:30:59 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 00:30:59 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:30:59 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:30:59 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:30:59 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:30:59 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:30:59 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 00:30:59 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:30:59 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 00:30:59 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:30:59 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:30:59 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:30:59 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 00:31:00 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.075s coverage: 28.7% of statements 00:31:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:31:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:31:00 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.112s coverage: 98.5% of statements 00:31:03 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.142s coverage: 71.2% of statements 00:31:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 00:31:03 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 00:31:03 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 00:31:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.087s coverage: 54.0% of statements 00:31:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:31:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:31:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 4.220s coverage: 88.5% of statements 00:31:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 00:31:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 00:31:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 00:31:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:31:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 00:31:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.090s coverage: 3.9% of statements 00:31:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:31:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:31:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.566s coverage: 95.6% of statements 00:31:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 00:31:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 00:31:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 00:31:05 ok github.com/edgexfoundry/edgex-go/internal/io 0.073s coverage: 72.2% of statements 00:31:05 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:31:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 00:31:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 00:31:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:31:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:31:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.054s coverage: 65.9% of statements 00:31:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:31:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:31:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:31:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.093s coverage: 0.9% of statements 00:31:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 00:31:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.090s coverage: 29.0% of statements 00:31:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:31:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.090s coverage: 45.5% of statements 00:31:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.087s coverage: 82.9% of statements 00:31:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.066s coverage: 94.1% of statements 00:31:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.086s coverage: 96.3% of statements 00:31:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.056s coverage: 87.5% of statements 00:31:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.097s coverage: 94.4% of statements 00:31:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.397s coverage: 79.9% of statements 00:31:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 00:31:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.081s coverage: 92.9% of statements 00:31:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:31:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:31:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:31:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.042s coverage: 64.4% of statements 00:31:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:31:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 00:31:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 00:31:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 00:31:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.067s coverage: 86.9% of statements 00:31:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:31:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:31:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:31:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:31:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements 00:31:27 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.055s coverage: 20.0% of statements 00:31:27 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:31:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:31:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 00:31:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:31:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 81.2% of statements 00:31:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.092s coverage: 82.1% of statements 00:31:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 00:31:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.059s coverage: 84.8% of statements 00:31:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:31:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.255s coverage: 63.1% of statements 00:31:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:31:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:31:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements 00:31:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements 00:31:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 00:31:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements 00:31:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.042s coverage: 100.0% of statements 00:31:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 00:31:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 00:31:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 00:31:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.213s coverage: 38.4% of statements 00:31:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:31:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:31:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.058s coverage: 89.5% of statements 00:31:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:31:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.076s coverage: 84.8% of statements 00:31:27 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 00:31:27 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 00:31:27 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 00:31:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 00:31:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.076s coverage: 17.7% of statements 00:31:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 00:31:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 00:31:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:31:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:31:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.169s coverage: 92.3% of statements 00:31:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 00:31:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 00:31:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 00:31:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 00:31:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.073s coverage: 61.5% of statements 00:31:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:31:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:31:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.121s coverage: 97.7% of statements 00:31:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 00:31:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 00:31:27 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:31:49 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:31:49 go vet ./... 00:31:50 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 00:31:50 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 00:31:50 ./bin/test-attribution-txt.sh [Pipeline] echo 00:31:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 00:31:51 + ls -al . 00:31:51 total 704 00:31:51 drwxrwxr-x 11 1001 1001 4096 Mar 10 00:30 . 00:31:51 drwxr-xr-x 4 root root 4096 Mar 10 00:30 .. 00:31:51 drwxrwxr-x 2 1001 1001 4096 Mar 10 00:29 .blubracket 00:31:51 -rw-rw-r-- 1 1001 1001 16 Mar 10 00:29 .dockerignore 00:31:51 drwxrwxr-x 8 1001 1001 4096 Mar 10 00:31 .git 00:31:51 drwxrwxr-x 3 1001 1001 4096 Mar 10 00:29 .github 00:31:51 -rw-rw-r-- 1 1001 1001 1112 Mar 10 00:29 .gitignore 00:31:51 -rw-rw-r-- 1 1001 1001 42 Mar 10 00:29 .golangci.yml 00:31:51 -rw-rw-r-- 1 1001 1001 87 Mar 10 00:29 .hadolint.yml 00:31:51 drwxr-xr-x 3 1001 1001 4096 Mar 10 00:30 .semver 00:31:51 -rw-rw-r-- 1 1001 1001 166 Mar 10 00:29 .sonarcloud.properties 00:31:51 -rw-rw-r-- 1 1001 1001 1171 Mar 10 00:29 ADOPTERS.md 00:31:51 -rw-rw-r-- 1 1001 1001 10825 Mar 10 00:29 Attribution.txt 00:31:51 -rw-rw-r-- 1 1001 1001 73765 Mar 10 00:29 CHANGELOG.md 00:31:51 -rw-rw-r-- 1 1001 1001 3804 Mar 10 00:29 CONTRIBUTING.md 00:31:51 -rw-rw-r-- 1 1001 1001 677 Mar 10 00:29 GOVERNANCE.md 00:31:51 -rw-rw-r-- 1 1001 1001 883 Mar 10 00:29 Jenkinsfile 00:31:51 -rw-rw-r-- 1 1001 1001 10775 Mar 10 00:29 LICENSE 00:31:51 -rw-rw-r-- 1 1001 1001 14071 Mar 10 00:29 Makefile 00:31:51 -rw-rw-r-- 1 1001 1001 582 Mar 10 00:29 OWNERS.md 00:31:51 -rw-rw-r-- 1 1001 1001 9403 Mar 10 00:29 README.md 00:31:51 -rw-rw-r-- 1 1001 1001 6912 Mar 10 00:29 SECURITY.md 00:31:51 -rw-rw-r-- 1 1001 1001 5 Mar 10 00:30 VERSION 00:31:51 drwxrwxr-x 2 1001 1001 4096 Mar 10 00:29 bin 00:31:51 drwxrwxr-x 18 1001 1001 4096 Mar 10 00:29 cmd 00:31:51 -rw-r--r-- 1 root root 447487 Mar 10 00:31 coverage.out 00:31:51 -rw-rw-r-- 1 1001 1001 3232 Mar 10 00:29 go.mod 00:31:51 -rw-rw-r-- 1 1001 1001 31098 Mar 10 00:29 go.sum 00:31:51 drwxrwxr-x 7 1001 1001 4096 Mar 10 00:29 internal 00:31:51 drwxrwxr-x 3 1001 1001 4096 Mar 10 00:29 openapi 00:31:51 drwxrwxr-x 4 1001 1001 4096 Mar 10 00:29 snap 00:31:51 -rw-rw-r-- 1 1001 1001 204 Mar 10 00:29 version.go [Pipeline] sh 00:31:51 + '[' -e coverage.out ] 00:31:51 + chown 1001:1001 coverage.out [Pipeline] stash 00:31:51 Stashed 1 file(s) [Pipeline] sh 00:31:51 + make build 00:31:51 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:32:06 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:32:06 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:32:07 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:32:07 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:32:16 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:32:17 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 00:32:19 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:32:20 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:32:21 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:32:22 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:32:23 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:32:25 $ docker stop --time=1 d7a630533de6c63b69dec8959511d2684cb28fab96b096b2b22a81fcfc14dc5b 00:32:27 $ docker rm -f --volumes d7a630533de6c63b69dec8959511d2684cb28fab96b096b2b22a81fcfc14dc5b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:32:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:32:29 00:32:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:32:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:32:29 latest: Pulling from edgex-devops/edgex-compose 00:32:29 cbdbe7a5bc2a: Pulling fs layer 00:32:29 ca9280d653b3: Pulling fs layer 00:32:29 7e9c9ca2126c: Pulling fs layer 00:32:29 cbdbe7a5bc2a: Verifying Checksum 00:32:29 cbdbe7a5bc2a: Download complete 00:32:29 ca9280d653b3: Verifying Checksum 00:32:29 ca9280d653b3: Download complete 00:32:29 cbdbe7a5bc2a: Pull complete 00:32:29 7e9c9ca2126c: Download complete 00:32:30 ca9280d653b3: Pull complete 00:32:33 7e9c9ca2126c: Pull complete 00:32:33 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:32:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:32:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:32:33 prd-ubuntu20.04-docker-8c-8g-9544 does not seem to be running inside a container 00:32:33 $ 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:32:35 $ docker top 0734ed1df8d1b132728928b9e88870d6c8f1f0afce7cf2a692898c57396c7306 -eo pid,comm [Pipeline] { [Pipeline] sh 00:32:35 + docker-compose build --help 00:32:35 + grep parallel 00:32:36 --parallel Build images in parallel. [Pipeline] } 00:32:36 $ docker stop --time=1 0734ed1df8d1b132728928b9e88870d6c8f1f0afce7cf2a692898c57396c7306 00:32:37 $ docker rm -f --volumes 0734ed1df8d1b132728928b9e88870d6c8f1f0afce7cf2a692898c57396c7306 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:32:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:32:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:32:38 prd-ubuntu20.04-docker-8c-8g-9544 does not seem to be running inside a container 00:32:38 $ 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:32:38 $ docker top 8baf261acc83335d2026169274d2a4d5ccce3ac2d1a851f0188fe53815bff499 -eo pid,comm [Pipeline] { [Pipeline] sh 00:32:39 + docker-compose -f ./docker-compose-build.yml build --parallel 00:32:39 Building core-command ... 00:32:39 Building core-common-config-bootstrapper ... 00:32:39 Building core-data ... 00:32:39 Building core-metadata ... 00:32:39 Building security-bootstrapper ... 00:32:39 Building security-proxy-auth ... 00:32:39 Building security-proxy-setup ... 00:32:39 Building security-secretstore-setup ... 00:32:39 Building security-spiffe-token-provider ... 00:32:39 Building security-spire-agent ... 00:32:39 Building security-spire-config ... 00:32:39 Building security-spire-server ... 00:32:39 Building support-notifications ... 00:32:39 Building support-scheduler ... 00:32:39 Building support-scheduler 00:32:39 Building core-common-config-bootstrapper 00:32:39 Building support-notifications 00:32:39 Building security-proxy-auth 00:32:39 Building security-spiffe-token-provider 00:32:51 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:32:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:32:51 ---> 09fb4f51299d 00:32:51 Step 3/22 : ARG ADD_BUILD_TAGS="" 00:32:51 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:32:51 Step 2/19 : FROM ${BUILDER_BASE} AS builder 00:32:51 ---> 09fb4f51299d 00:32:51 Step 3/19 : WORKDIR /edgex-go 00:32:51 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:32:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:32:51 ---> 09fb4f51299d 00:32:51 Step 3/22 : ARG ADD_BUILD_TAGS="" 00:32:51 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:32:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:32:51 ---> 09fb4f51299d 00:32:51 Step 3/22 : ARG ADD_BUILD_TAGS="" 00:32:52 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:32:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:32:52 ---> 09fb4f51299d 00:32:52 Step 3/22 : ARG ADD_BUILD_TAGS="" 00:32:55 ---> Running in aa40c0ea1343 00:32:55 ---> Running in 8ec856caf35a 00:32:55 ---> Running in fd688458d104 00:32:55 ---> Running in 6812657b5381 00:32:55 ---> Running in 5b14b3f0650a 00:32:55 Removing intermediate container 6812657b5381 00:32:55 ---> 47200ae98bf1 00:32:55 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 00:32:55 Removing intermediate container aa40c0ea1343 00:32:55 ---> e9cba2a58bb0 00:32:55 Step 4/22 : WORKDIR /edgex-go 00:32:55 Removing intermediate container 8ec856caf35a 00:32:55 ---> f547873b2cd9 00:32:55 Step 4/22 : WORKDIR /edgex-go 00:32:55 Removing intermediate container 5b14b3f0650a 00:32:55 ---> 6560ee2a927f 00:32:55 Step 4/22 : WORKDIR /edgex-go 00:32:55 ---> Running in 4fd712987b9a 00:32:55 Removing intermediate container fd688458d104 00:32:55 ---> 0109b10be3cb 00:32:55 Step 4/22 : WORKDIR /edgex-go 00:32:55 ---> Running in 202708e5cb91 00:32:55 ---> Running in f4a7712a3dab 00:32:55 ---> Running in 10bb53c4882a 00:32:55 ---> Running in f4a41286880e 00:32:55 Removing intermediate container 202708e5cb91 00:32:55 ---> d716ded1c89d 00:32:55 Step 5/22 : RUN apk add --update --no-cache make git 00:32:55 Removing intermediate container 10bb53c4882a 00:32:55 ---> f6d9eb8b918f 00:32:55 Step 5/22 : RUN apk add --update --no-cache make git 00:32:55 Removing intermediate container f4a7712a3dab 00:32:55 ---> 39e35ee32a2b 00:32:55 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates ---> Running in 776011ecd51c 00:32:55 00:32:55 ---> Running in 1e6978b1c995 00:32:55 Removing intermediate container f4a41286880e 00:32:55 ---> cce2059bf5ce 00:32:55 Step 5/22 : RUN apk add --update --no-cache make git 00:32:55 ---> Running in d00d3356a7ee 00:32:55 ---> Running in c540da233722 00:32:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:32:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:32:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:32:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:32:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:32:56 v3.16.4-45-gacf6038d705 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 00:32:56 v3.16.4-42-gf483c31bb36 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 00:32:56 OK: 17046 distinct packages available 00:32:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:32:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:32:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:32:56 OK: 211 MiB in 51 packages 00:32:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:32:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:32:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:32:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:32:56 OK: 211 MiB in 51 packages 00:32:56 OK: 211 MiB in 51 packages 00:32:56 OK: 211 MiB in 51 packages 00:32:56 OK: 211 MiB in 51 packages 00:32:56 Removing intermediate container 776011ecd51c 00:32:56 ---> 64880ad82ec5 00:32:56 Step 6/22 : COPY go.mod vendor* ./ 00:32:56 Removing intermediate container 1e6978b1c995 00:32:56 ---> 49194d6b4909 00:32:56 Step 6/22 : COPY go.mod vendor* ./ 00:32:56 ---> f07a8a73de45 00:32:56 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:32:57 ---> Running in 83b866624190 00:32:57 ---> 52e6ed708cdf 00:32:57 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:32:57 ---> Running in 5b1b96513025 00:32:57 Removing intermediate container c540da233722 00:32:57 ---> e4b88fc731c9 00:32:57 Step 6/22 : COPY go.mod vendor* ./ 00:32:57 Removing intermediate container 4fd712987b9a 00:32:57 ---> 46febf0924e9 00:32:57 Step 5/19 : COPY go.mod vendor* ./ 00:32:57 Removing intermediate container d00d3356a7ee 00:32:57 ---> 5d480e6d4f0c 00:32:57 Step 6/22 : COPY go.mod vendor* ./ 00:32:57 ---> a7b9b0dff0aa 00:32:57 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:32:57 ---> d45d91abafc9 00:32:57 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:32:57 ---> e115e8414fda 00:32:57 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:32:57 ---> Running in 7deb8cea6c41 00:32:57 ---> Running in 76551028d2ea 00:32:57 ---> Running in 05e96e77da9e 00:33:44 Removing intermediate container 05e96e77da9e 00:33:44 ---> 45543b7b5aeb 00:33:44 Step 7/19 : COPY . . 00:33:44 Removing intermediate container 76551028d2ea 00:33:44 ---> 07a768fa4156 00:33:44 Step 8/22 : COPY . . 00:33:44 Removing intermediate container 7deb8cea6c41 00:33:44 ---> 9e9df103954b 00:33:44 Step 8/22 : COPY . . 00:33:44 Removing intermediate container 5b1b96513025 00:33:44 ---> 860f0fefb90e 00:33:44 Step 8/22 : COPY . . 00:33:44 Removing intermediate container 83b866624190 00:33:44 ---> e78a253e97a4 00:33:44 Step 8/22 : COPY . . 00:33:49 ---> 9e6de4f26dcc 00:33:49 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 00:33:49 ---> 4bf0e10511f9 00:33:49 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 00:33:49 ---> 9ffbea217c99 00:33:49 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:33:49 ---> c4268478d392 00:33:49 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 00:33:49 ---> 23c379196370 00:33:49 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:33:49 ---> Running in 6b46b36100fa 00:33:49 ---> Running in f92cc635932b 00:33:49 ---> Running in 498b95580832 00:33:49 ---> Running in 46ac7484a6bc 00:33:49 ---> Running in bd3cf99b4578 00:33:49 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 00:33:49 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 00:33:49 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:33:49 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:33:49 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:33:56 Running on prd-ubuntu20.04-docker-arm64-4c-16g-9546 in /w/workspace/edgexfoundry_edgex-go_PR-4431 [Pipeline] { [Pipeline] ws 00:33:56 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 00:33:57 The recommended git tool is: git 00:34:07 using credential edgex-jenkins-ssh 00:34:07 Cloning the remote Git repository 00:34:07 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:34:08 > git init /w/workspace/edgex-go/1 # timeout=10 00:34:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:34:08 > git --version # timeout=10 00:34:08 > git --version # 'git version 2.25.1' 00:34:08 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:08 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:34:29 Merging remotes/origin/main commit 5942442abc70018486e4a97ccf80bb65ff67be19 into PR head commit 9bc23dae8268f53719886593a74d14a2f768ab7f 00:34:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:34:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:34:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:34:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:34:29 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:29 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4431/head:refs/remotes/origin/PR-4431 +refs/heads/main:refs/remotes/origin/main # timeout=10 00:34:29 > git config core.sparsecheckout # timeout=10 00:34:30 Merge succeeded, producing 9bc23dae8268f53719886593a74d14a2f768ab7f 00:34:30 Checking out Revision 9bc23dae8268f53719886593a74d14a2f768ab7f (PR-4431) 00:34:29 > git checkout -f 9bc23dae8268f53719886593a74d14a2f768ab7f # timeout=10 00:34:30 > git remote # timeout=10 00:34:30 > git config --get remote.origin.url # timeout=10 00:34:30 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:30 > git merge 5942442abc70018486e4a97ccf80bb65ff67be19 # timeout=10 00:34:30 > git rev-parse HEAD^{commit} # timeout=10 00:34:30 > git config core.sparsecheckout # timeout=10 00:34:30 > git checkout -f 9bc23dae8268f53719886593a74d14a2f768ab7f # timeout=10 00:34:33 Commit message: "docs(security): Clarify units of jwtTTL" 00:34:33 > git --version # timeout=10 00:34:33 > git --version # 'git version 2.25.1' 00:34:33 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:34:35 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 00:34:35 % Total % Received % Xferd Average Speed Time Time Time Current 00:34:35 Dload Upload Total Spent Left Speed 00:34:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 72448 0 --:--:-- --:--:-- --:--:-- 72862 [Pipeline] sh 00:34:35 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 00:34:36 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 00:34:36 + sudo tee /etc/docker/daemon.new 00:34:36 { 00:34:36 "registry-mirrors": [ 00:34:36 "https://nexus3.edgexfoundry.org:10001" 00:34:36 ], 00:34:36 "bip": "10.250.0.254/24", 00:34:36 "hosts": [ 00:34:36 "tcp://0.0.0.0:5555", 00:34:36 "unix:///var/run/docker.sock" 00:34:36 ], 00:34:36 "mtu": 1458, 00:34:36 "selinux-enabled": true, 00:34:36 "seccomp-profile": "/etc/docker/seccomp.json" 00:34:36 } [Pipeline] sh 00:34:36 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 00:34:36 Removing intermediate container f92cc635932b 00:34:36 ---> bf36393217d0 00:34:36 00:34:36 Step 10/22 : FROM alpine:3.16 00:34:36 Removing intermediate container 6b46b36100fa 00:34:36 ---> 7da52dc3a2a6 00:34:36 00:34:36 Step 10/22 : FROM alpine:3.16 00:34:36 3.16: Pulling from library/alpine 00:34:36 3.16: Pulling from library/alpine 00:34:36 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 00:34:36 Status: Downloaded newer image for alpine:3.16 00:34:36 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 00:34:36 Status: Image is up to date for alpine:3.16 00:34:36 ---> dfd21b5a31f5 00:34:36 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 00:34:36 ---> dfd21b5a31f5 00:34:36 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 00:34:36 ---> Running in 232fb36efc62 00:34:36 ---> Running in 7063f23aec6a 00:34:36 Removing intermediate container 232fb36efc62 00:34:36 ---> 649751187875 00:34:36 Step 12/22 : RUN apk add --update --no-cache dumb-init 00:34:36 Removing intermediate container 7063f23aec6a 00:34:36 ---> 5251156465dc 00:34:36 Step 12/22 : RUN apk add --update --no-cache dumb-init 00:34:36 ---> Running in dab11cc1edd5 00:34:36 ---> Running in 1f8f06024e6f 00:34:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:34:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:34:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:34:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:34:36 + sudo service docker restart 00:34:37 (1/1) Installing dumb-init (1.2.5-r1) 00:34:37 (1/1) Installing dumb-init (1.2.5-r1) 00:34:37 Executing busybox-1.35.0-r17.trigger 00:34:37 Executing busybox-1.35.0-r17.trigger 00:34:37 OK: 6 MiB in 15 packages 00:34:37 OK: 6 MiB in 15 packages 00:34:38 Removing intermediate container 46ac7484a6bc 00:34:38 ---> fcc1c800c729 00:34:38 00:34:38 Step 9/19 : FROM alpine:3.15 00:34:38 Removing intermediate container dab11cc1edd5 00:34:38 ---> bede8ad0ff15 00:34:38 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:34:38 Removing intermediate container 1f8f06024e6f 00:34:38 ---> 4a3ce5d85e22 00:34:38 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:34:38 3.15: Pulling from library/alpine 00:34:38 ---> 278d7623e89e 00:34:38 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 00:34:38 ---> de4896fd2882 00:34:38 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 00:34:40 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 00:34:40 Status: Downloaded newer image for alpine:3.15 00:34:41 ---> 5ce65d7b0fde 00:34:41 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 00:34:41 ---> 016844fe1746 00:34:41 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml 00:34:41 ---> 65754ef78e26 00:34:41 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 00:34:41 ---> Running in 3003cd21b7b2 00:34:41 ---> 7bd073d32e10 00:34:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 00:34:41 Removing intermediate container 3003cd21b7b2 00:34:41 ---> f99020db0988 00:34:41 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 00:34:41 ---> 02aa054cf497 00:34:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 00:34:41 ---> Running in 64d7cb216ffe 00:34:41 Removing intermediate container bd3cf99b4578 00:34:41 ---> 36f9141c5b46 00:34:41 00:34:41 Step 10/22 : FROM alpine:3.16 00:34:41 ---> dfd21b5a31f5 00:34:41 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:34:41 ---> 6574ed697ecf 00:34:41 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:34:42 ---> Running in 7f78a06aa255 00:34:42 Removing intermediate container 498b95580832 00:34:42 ---> f54e1a1e2a27 00:34:42 00:34:42 Step 10/22 : FROM alpine:3.16 00:34:42 ---> dfd21b5a31f5 00:34:42 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:34:42 ---> ac1e39b11436 00:34:42 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:34:42 ---> Running in c28e3e1ceb54 00:34:42 ---> Running in 151da64d6bcc 00:34:42 ---> Running in e419e855afc0 00:34:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:34:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:34:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:34:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:34:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:34:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:34:42 (1/2) Installing ca-certificates (20220614-r0) 00:34:42 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 00:34:42 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 00:34:42 OK: 15859 distinct packages available 00:34:42 (2/2) Installing dumb-init (1.2.5-r1) 00:34:42 Executing busybox-1.35.0-r17.trigger 00:34:42 Executing ca-certificates-20220614-r0.trigger 00:34:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:34:42 OK: 6 MiB in 16 packages 00:34:42 (1/1) Installing dumb-init (1.2.5-r1) 00:34:42 Executing busybox-1.35.0-r17.trigger 00:34:42 OK: 6 MiB in 15 packages 00:34:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:34:43 (1/9) Installing ca-certificates (20220614-r0) 00:34:43 Removing intermediate container c28e3e1ceb54 00:34:43 ---> 63451c02b98b 00:34:43 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 00:34:43 (2/9) Installing brotli-libs (1.0.9-r5) 00:34:43 (3/9) Installing nghttp2-libs (1.46.0-r0) 00:34:43 (4/9) Installing libcurl (7.80.0-r6) 00:34:43 Removing intermediate container e419e855afc0 00:34:43 ---> 2e8c4a1cb9d5 00:34:43 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 00:34:43 (5/9) Installing curl (7.80.0-r6) 00:34:43 (6/9) Installing dumb-init (1.2.5-r1) 00:34:43 (7/9) Installing musl-obstack (1.2.3-r0) 00:34:43 (8/9) Installing libucontext (1.1-r0) 00:34:43 (9/9) Installing gcompat (1.0.0-r4) 00:34:43 Executing busybox-1.34.1-r7.trigger 00:34:43 Executing ca-certificates-20220614-r0.trigger 00:34:43 ---> Running in 9c625ffa589d 00:34:43 ---> Running in 9fd992757a0c 00:34:43 OK: 8 MiB in 23 packages 00:34:43 Removing intermediate container 9c625ffa589d 00:34:43 ---> b3bb91679ab8 00:34:43 Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 00:34:43 Removing intermediate container 151da64d6bcc 00:34:43 ---> 97ce710dc182 00:34:43 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:34:43 Removing intermediate container 9fd992757a0c 00:34:43 ---> 51bf14dc50ba 00:34:43 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 00:34:43 ---> Running in e3b4603d3e8f 00:34:43 ---> Running in a135d8f00bcb 00:34:43 ---> Running in a752eb8f1cf0 00:34:43 Removing intermediate container 7f78a06aa255 00:34:43 ---> 2eaf4c52ac95 00:34:43 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:34:44 Removing intermediate container e3b4603d3e8f 00:34:44 ---> 856d8abf64e7 00:34:44 Step 20/22 : LABEL arch=x86_64 00:34:44 ---> Running in e3e9b510cd0d 00:34:44 Removing intermediate container a135d8f00bcb 00:34:44 ---> 1696655e8f7a 00:34:44 Step 13/22 : ENV APP_PORT=59861 00:34:44 Removing intermediate container a752eb8f1cf0 00:34:44 ---> 54f916a9d5cb 00:34:44 Step 20/22 : LABEL arch=x86_64 00:34:44 ---> Running in 1975a279ac97 00:34:44 ---> Running in 33f6199476f6 00:34:44 ---> Running in fa157c9d5020 00:34:44 Removing intermediate container e3e9b510cd0d 00:34:44 ---> 6a544a6fc3ac 00:34:44 Step 13/22 : ENV APP_PORT=59860 00:34:44 Removing intermediate container 1975a279ac97 00:34:44 ---> e0b64c969473 00:34:44 Step 21/22 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f 00:34:44 Removing intermediate container 64d7cb216ffe 00:34:44 ---> 8996ff591d39 00:34:44 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 00:34:44 ---> Running in 85596f1c771d 00:34:44 ---> Running in ddf7871925e9 00:34:44 Removing intermediate container fa157c9d5020 00:34:44 ---> 1a6f4d4ed9bc 00:34:44 Step 21/22 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f 00:34:44 Removing intermediate container 33f6199476f6 00:34:44 ---> f06e08c0f641 00:34:44 Step 14/22 : EXPOSE $APP_PORT 00:34:44 ---> Running in be53184d71ff 00:34:44 Removing intermediate container 85596f1c771d 00:34:44 ---> 103bfdbb04ec 00:34:44 Step 14/22 : EXPOSE $APP_PORT 00:34:44 ---> Running in a124d4a187f0 00:34:44 ---> 58b75bb46f96 00:34:44 ---> Running in e0e14e67c0e3 00:34:44 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 00:34:44 Removing intermediate container ddf7871925e9 00:34:44 ---> b670381bdbe6 00:34:44 Step 22/22 : LABEL version=0.0.0 00:34:44 ---> Running in 2c6ed2e372b0 00:34:44 Removing intermediate container be53184d71ff 00:34:44 ---> ed62e3a4a593 00:34:44 Step 22/22 : LABEL version=0.0.0 00:34:44 Removing intermediate container a124d4a187f0 00:34:44 ---> 220257c80e28 00:34:44 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:34:44 Removing intermediate container e0e14e67c0e3 00:34:44 ---> d7d175bf5245 00:34:44 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:34:44 ---> Running in 2bffc5e6109c 00:34:44 Removing intermediate container 2c6ed2e372b0 00:34:44 ---> fe05bda2fabc 00:34:44 00:34:45 Successfully built fe05bda2fabc 00:34:45 ---> 1421e54f56d7 00:34:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:34:45 Successfully tagged security-proxy-auth:latest 00:34:45 Building security-proxy-setup 00:34:45  Building security-proxy-auth ... done Removing intermediate container 2bffc5e6109c 00:34:45 ---> 7e8a3f6c2a5e 00:34:45 00:34:45 ---> 772b3756a434 00:34:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:34:45 Successfully built 7e8a3f6c2a5e 00:34:45 Successfully tagged core-common-config-bootstrapper:latest 00:34:45 Building security-spire-config 00:34:45  Building core-common-config-bootstrapper ... done  ---> 339ae849f77e 00:34:45 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 00:34:48 ---> e8a03556e192 00:34:48 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:34:48 ---> c59f7a709488 00:34:48 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:34:48 ---> 41e1ca3625ef 00:34:48 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 00:34:48 ---> Running in 0139c6edf033 00:34:48 ---> b17b08e30d3f 00:34:48 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:34:48 ---> fd6cd1b855ff 00:34:48 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:34:48 ---> Running in 7e5f536a18b4 00:34:48 Removing intermediate container 0139c6edf033 00:34:48 ---> c4dff843be8f 00:34:48 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 00:34:48 ---> Running in 906e06077f0c 00:34:48 ---> Running in d060bdfe2a86 00:34:48 Removing intermediate container 7e5f536a18b4 00:34:48 ---> 078dd79f68bf 00:34:48 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 00:34:49 Removing intermediate container 906e06077f0c 00:34:49 ---> fdaa107fa09b 00:34:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 00:34:49 Removing intermediate container d060bdfe2a86 00:34:49 ---> 72840e0be782 00:34:49 Step 17/19 : LABEL arch=x86_64 00:34:49 ---> Running in a82ffb466f35 00:34:49 ---> Running in 6ac14de53f1a 00:34:49 ---> Running in 7209f9b82f20 00:34:49 Removing intermediate container a82ffb466f35 00:34:49 ---> cba5887b9f0a 00:34:49 Step 20/22 : LABEL arch=x86_64 00:34:49 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:34:49 Step 2/20 : FROM ${BUILDER_BASE} AS builder 00:34:49 ---> 09fb4f51299d 00:34:49 Step 3/20 : WORKDIR /edgex-go 00:34:49 ---> Using cache 00:34:49 ---> 47200ae98bf1 00:34:49 Step 4/20 : RUN apk add --update --no-cache make git 00:34:49 Removing intermediate container 7209f9b82f20 00:34:49 ---> 088c547cb68e 00:34:49 Step 18/19 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f 00:34:49 Removing intermediate container 6ac14de53f1a 00:34:49 ---> 43a954178a5b 00:34:49 Step 20/22 : LABEL arch=x86_64 00:34:49 ---> Running in e462f5448ccc 00:34:49 ---> Running in bea8f8cd9396 00:34:50 ---> Running in 27535bb8bb16 00:34:50 ---> Running in 3f1255dbc459 00:34:50 Removing intermediate container e462f5448ccc 00:34:50 ---> e503cddeb235 00:34:50 Step 21/22 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f 00:34:50 ---> Running in 6f8d0957ecf3 00:34:50 Removing intermediate container 3f1255dbc459 00:34:50 ---> a152d45c901a 00:34:50 Step 19/19 : LABEL version=0.0.0 00:34:50 Removing intermediate container 27535bb8bb16 00:34:50 ---> cc53e38b445c 00:34:50 Step 21/22 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f 00:34:50 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:34:50 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:34:50 ---> 09fb4f51299d 00:34:50 Step 3/24 : WORKDIR /edgex-go 00:34:50 ---> Using cache 00:34:50 ---> 47200ae98bf1 00:34:50 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 00:34:50 ---> Running in fbbc5cf8bfc1 00:34:50 ---> Running in 03d734e8ed12 00:34:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:34:50 ---> Running in 1de62fb2c2b7 00:34:50 Removing intermediate container 6f8d0957ecf3 00:34:50 ---> 4d15aeedc2fa 00:34:50 Step 22/22 : LABEL version=0.0.0 00:34:50 ---> Running in 005c39021015 00:34:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:34:50 Removing intermediate container 1de62fb2c2b7 00:34:50 ---> 1c1fa3962b7b 00:34:50 Step 22/22 : LABEL version=0.0.0 00:34:50 Removing intermediate container fbbc5cf8bfc1 00:34:50 ---> 91efc8d853fc 00:34:50 00:34:50 ---> Running in 9268bd172d66 00:34:50 Removing intermediate container 005c39021015 00:34:50 ---> a7b4f6c9f66c 00:34:50 00:34:50 Successfully built 91efc8d853fc 00:34:50 Successfully tagged security-spiffe-token-provider:latest 00:34:50  Building security-spiffe-token-provider ... done Building core-data 00:34:51 Successfully built a7b4f6c9f66c 00:34:51 Successfully tagged support-notifications:latest 00:34:51  Building support-notifications ... done Building security-spire-server 00:34:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:34:51 Removing intermediate container 9268bd172d66 00:34:51 ---> f19b90f13c6d 00:34:51 00:34:51 OK: 211 MiB in 51 packages 00:34:51 Successfully built f19b90f13c6d 00:34:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:34:51 Successfully tagged support-scheduler:latest 00:34:51  Building support-scheduler ... done Building security-spire-agent 00:34:51 OK: 211 MiB in 51 packages 00:34:54 Removing intermediate container bea8f8cd9396 00:34:54 ---> b158a760521e 00:34:54 Step 5/20 : COPY go.mod vendor* ./ 00:34:54 Removing intermediate container 03d734e8ed12 00:34:54 ---> cc97ee2b3ccd 00:34:54 Step 5/24 : COPY go.mod vendor* ./ 00:34:54 ---> 34f2b7772581 00:34:54 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:34:54 ---> dda2a06fc716 00:34:54 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:34:54 ---> Running in 488a1b6c13bc [Pipeline] withEnv [Pipeline] { 00:34:55 ---> Running in f444bbad05cb [Pipeline] configFileProvider 00:34:55 provisioning config files... 00:34:55 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config14590999840343752831tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:34:55 ---> docker-login.sh 00:34:55 nexus3.edgexfoundry.org:10001 00:34:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:56 Configure a credential helper to remove this warning. See 00:34:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:56 00:34:56 Login Succeeded 00:34:56 nexus3.edgexfoundry.org:10002 00:34:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:56 Configure a credential helper to remove this warning. See 00:34:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:56 00:34:56 Login Succeeded 00:34:56 nexus3.edgexfoundry.org:10003 00:34:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:57 Configure a credential helper to remove this warning. See 00:34:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:57 00:34:57 Login Succeeded 00:34:57 nexus3.edgexfoundry.org:10004 00:34:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:57 Configure a credential helper to remove this warning. See 00:34:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:57 00:34:57 Login Succeeded 00:34:57 docker.io 00:34:57 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:34:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:34:57 ---> 09fb4f51299d 00:34:57 Step 3/22 : ARG ADD_BUILD_TAGS="" 00:34:57 ---> Using cache 00:34:57 ---> 0109b10be3cb 00:34:57 Step 4/22 : WORKDIR /edgex-go 00:34:57 ---> Using cache 00:34:57 ---> cce2059bf5ce 00:34:57 Step 5/22 : RUN apk add --update --no-cache make git 00:34:57 ---> Using cache 00:34:57 ---> e4b88fc731c9 00:34:57 Step 6/22 : COPY go.mod vendor* ./ 00:34:57 ---> Using cache 00:34:57 ---> a7b9b0dff0aa 00:34:57 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:34:57 ---> Using cache 00:34:57 ---> 9e9df103954b 00:34:57 Step 8/22 : COPY . . 00:34:57 ---> Using cache 00:34:57 ---> 9ffbea217c99 00:34:57 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 00:34:57 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:34:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:34:57 ---> 09fb4f51299d 00:34:57 Step 3/23 : WORKDIR /edgex-go 00:34:57 ---> Using cache 00:34:57 ---> 47200ae98bf1 00:34:57 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 00:34:57 ---> Using cache 00:34:57 ---> cc97ee2b3ccd 00:34:57 Step 5/23 : COPY go.mod vendor* ./ 00:34:57 ---> Using cache 00:34:57 ---> dda2a06fc716 00:34:57 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:34:57 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:34:57 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:34:57 ---> 09fb4f51299d 00:34:57 Step 3/24 : WORKDIR /edgex-go 00:34:57 ---> Using cache 00:34:57 ---> 47200ae98bf1 00:34:57 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 00:34:57 ---> Using cache 00:34:57 ---> cc97ee2b3ccd 00:34:57 Step 5/24 : COPY go.mod vendor* ./ 00:34:57 ---> Using cache 00:34:57 ---> dda2a06fc716 00:34:57 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:34:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:58 Configure a credential helper to remove this warning. See 00:34:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:58 00:34:58 Login Succeeded 00:34:58 ---> docker-login.sh ends [Pipeline] } 00:34:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 00:34:58 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 00:34:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:34:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:34:58 ========================================================= 00:34:58 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 00:34:58 ========================================================= [Pipeline] fileExists [Pipeline] sh 00:34:59 ---> Running in c715603340ab 00:34:59 ---> Running in 3e3ef7449e3f 00:34:59 ---> Running in 2e382ad286cf 00:34:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 00:34:59 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:34:59 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:34:59 9b18e9b68314: Pulling fs layer 00:34:59 35d82f9e3411: Pulling fs layer 00:34:59 e16973657156: Pulling fs layer 00:34:59 fc693d55d65f: Pulling fs layer 00:34:59 7e9fc2657dce: Pulling fs layer 00:34:59 dda99020689f: Pulling fs layer 00:34:59 db1c61fa0a46: Pulling fs layer 00:34:59 891c053d2c06: Pulling fs layer 00:34:59 dda99020689f: Waiting 00:34:59 db1c61fa0a46: Waiting 00:34:59 891c053d2c06: Waiting 00:34:59 fc693d55d65f: Waiting 00:34:59 7e9fc2657dce: Waiting 00:34:59 e16973657156: Verifying Checksum 00:34:59 e16973657156: Download complete 00:34:59 35d82f9e3411: Download complete 00:34:59 7e9fc2657dce: Verifying Checksum 00:34:59 7e9fc2657dce: Download complete 00:34:59 dda99020689f: Verifying Checksum 00:34:59 dda99020689f: Download complete 00:34:59 9b18e9b68314: Verifying Checksum 00:35:00 9b18e9b68314: Pull complete 00:35:00 891c053d2c06: Verifying Checksum 00:35:00 891c053d2c06: Download complete 00:35:01 35d82f9e3411: Pull complete 00:35:01 e16973657156: Pull complete 00:35:02 db1c61fa0a46: Verifying Checksum 00:35:02 db1c61fa0a46: Download complete 00:35:02 fc693d55d65f: Verifying Checksum 00:35:02 fc693d55d65f: Download complete 00:35:14 fc693d55d65f: Pull complete 00:35:15 7e9fc2657dce: Pull complete 00:35:15 dda99020689f: Pull complete 00:35:23 db1c61fa0a46: Pull complete 00:35:25 891c053d2c06: Pull complete 00:35:25 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 00:35:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 00:35:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 00:35:26 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 00:35:26 WORKDIR /edgex 00:35:26 COPY go.mod . 00:35:26 RUN go mod download 00:35:26 + docker build -t ci-base-image-arm64 -f - . 00:35:26 Sending build context to Docker daemon 2.95MB 00:35:26 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 00:35:26 ---> f96f9c87975a 00:35:26 Step 2/4 : WORKDIR /edgex 00:35:28 ---> Running in ab490dcf8ae3 00:35:28 Removing intermediate container ab490dcf8ae3 00:35:28 ---> e71df16310c3 00:35:28 Step 3/4 : COPY go.mod . 00:35:29 ---> 30d08cd0e04a 00:35:29 Step 4/4 : RUN go mod download 00:35:29 ---> Running in d6a63d899c7c 00:35:31 Removing intermediate container 2e382ad286cf 00:35:31 ---> d6d6473bffe7 00:35:31 00:35:31 Step 10/22 : FROM alpine:3.16 00:35:31 ---> dfd21b5a31f5 00:35:31 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:35:31 ---> Running in c4898fff273b 00:35:31 Removing intermediate container c4898fff273b 00:35:31 ---> a1f2d2321539 00:35:31 Step 12/22 : ENV APP_PORT=59880 00:35:31 ---> Running in bdb30c3b5854 00:35:31 Removing intermediate container 488a1b6c13bc 00:35:31 ---> e5eb64e445f5 00:35:31 Step 7/20 : COPY . . 00:35:31 Removing intermediate container f444bbad05cb 00:35:31 ---> a31191db8e8a 00:35:31 Step 7/24 : COPY . . 00:35:31 Removing intermediate container 3e3ef7449e3f 00:35:31 ---> f37482342cb4 00:35:31 Step 7/23 : COPY . . 00:35:31 Removing intermediate container bdb30c3b5854 00:35:31 ---> cb164c4b6e82 00:35:31 Step 13/22 : EXPOSE $APP_PORT 00:35:31 Removing intermediate container c715603340ab 00:35:31 ---> ddf02d5e0962 00:35:31 Step 7/24 : COPY . . 00:35:33 ---> Running in fedb1426313a 00:35:33 Removing intermediate container fedb1426313a 00:35:33 ---> 1daddc8752d2 00:35:33 Step 14/22 : RUN apk add --update --no-cache dumb-init 00:35:33 ---> 74c8d83f265d 00:35:33 Step 8/20 : RUN make cmd/secrets-config/secrets-config 00:35:33 ---> e99400c0bb38 00:35:33 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 00:35:33 ---> Running in 0f216d606841 00:35:33 ---> 8563142793d0 00:35:33 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 00:35:33 ---> 93bac05e7cb1 00:35:33 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 00:35:33 ---> Running in 001830e480e1 00:35:33 ---> Running in 59a6b0779bbe 00:35:33 ---> Running in fbb3a7b10a0a 00:35:33 ---> Running in 51546e468288 00:35:33 Removing intermediate container 51546e468288 00:35:33 ---> e066e5088730 00:35:33 Step 9/24 : WORKDIR /edgex-go/spire-build 00:35:33 Removing intermediate container 59a6b0779bbe 00:35:33 ---> 2e66753f6fe3 00:35:33 Step 9/24 : WORKDIR /edgex-go/spire-build 00:35:33 Removing intermediate container fbb3a7b10a0a 00:35:33 ---> 7f884aa57bf4 00:35:33 Step 9/23 : WORKDIR /edgex-go/spire-build 00:35:33 ---> Running in e15a4d6522fb 00:35:33 ---> Running in f1e4ace1f438 00:35:33 ---> Running in be02b516b9d2 00:35:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:35:33 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:35:33 Removing intermediate container f1e4ace1f438 00:35:33 ---> 20c3604f483a 00:35:33 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:35:33 Removing intermediate container e15a4d6522fb 00:35:33 ---> 648a24b770fe 00:35:33 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:35:33 Removing intermediate container be02b516b9d2 00:35:33 ---> 7800c57828f9 00:35:33 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:35:33 ---> Running in e92fb8b3c83e 00:35:33 ---> Running in fa96738812d5 00:35:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:35:33 ---> Running in 7c7702cbfc79 00:35:34 (1/1) Installing dumb-init (1.2.5-r1) 00:35:34 Executing busybox-1.35.0-r17.trigger 00:35:34 OK: 6 MiB in 15 packages 00:35:35 Removing intermediate container fa96738812d5 00:35:35 ---> 6b1c4d06f4bf 00:35:35 Step 11/24 : WORKDIR /edgex-go 00:35:35 ---> Running in 078972a7989c 00:35:35 Removing intermediate container 0f216d606841 00:35:35 ---> 274c70fe62b8 00:35:35 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:35:35 Removing intermediate container 078972a7989c 00:35:35 ---> 88e4f04b5be0 00:35:35 00:35:35 Step 12/24 : FROM alpine:3.15 00:35:35 ---> 5ce65d7b0fde 00:35:35 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 00:35:35 ---> Using cache 00:35:35 ---> f99020db0988 00:35:35 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 00:35:35 ---> b0a2952dd3e1 00:35:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:35:35 ---> Running in b292a1176ff1 00:35:35 Removing intermediate container e92fb8b3c83e 00:35:35 ---> 6bd0384464df 00:35:35 Step 11/24 : WORKDIR /edgex-go 00:35:35 Removing intermediate container 7c7702cbfc79 00:35:35 ---> f01539e75302 00:35:35 Step 11/23 : WORKDIR /edgex-go 00:35:35 ---> Running in a615357506dc 00:35:35 ---> Running in cdff53140563 00:35:35 Removing intermediate container a615357506dc 00:35:35 ---> 8e5e46200bbf 00:35:35 00:35:35 Step 12/24 : FROM alpine:3.15 00:35:35 ---> 5ce65d7b0fde 00:35:35 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 00:35:35 ---> Using cache 00:35:35 ---> f99020db0988 00:35:35 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 00:35:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:35:35 Removing intermediate container cdff53140563 00:35:35 ---> c915c8f55e1f 00:35:35 00:35:35 Step 12/23 : FROM alpine:3.15 00:35:35 ---> 5ce65d7b0fde 00:35:35 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 00:35:35 ---> Using cache 00:35:35 ---> f99020db0988 00:35:35 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 00:35:35 ---> Running in 45a9bde6abf7 00:35:35 ---> a07e43c5f111 00:35:35 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:35:35 ---> Running in 531724407bfe 00:35:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:35:35 ---> 952c0c677d02 00:35:35 Step 18/22 : ENTRYPOINT ["/core-data"] 00:35:36 ---> Running in 412271f9519b 00:35:36 Removing intermediate container 412271f9519b 00:35:36 ---> f89f9c63bcaa 00:35:36 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 00:35:36 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 00:35:36 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 00:35:36 OK: 15859 distinct packages available 00:35:36 ---> Running in 68437f4d6a81 00:35:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:35:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:35:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:35:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:35:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:35:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:35:36 Removing intermediate container 68437f4d6a81 00:35:36 ---> 163562bba2b6 00:35:36 Step 20/22 : LABEL arch=x86_64 00:35:36 ---> Running in e453d9fc1516 00:35:36 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 00:35:36 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 00:35:36 OK: 15859 distinct packages available 00:35:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:35:36 (1/5) Installing dumb-init (1.2.5-r1) 00:35:36 (2/5) Installing musl-obstack (1.2.3-r0) 00:35:36 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 00:35:36 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 00:35:36 OK: 15859 distinct packages available 00:35:36 (3/5) Installing libucontext (1.1-r0) 00:35:36 Removing intermediate container e453d9fc1516 00:35:36 ---> 5377105046f7 00:35:36 Step 21/22 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f 00:35:36 (4/5) Installing gcompat (1.0.0-r4) 00:35:36 (5/5) Installing openssl (1.1.1t-r1) 00:35:36 Executing busybox-1.34.1-r7.trigger 00:35:36 OK: 7 MiB in 19 packages 00:35:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:35:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:35:36 ---> Running in 9e5118a0ce04 00:35:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:35:36 (1/5) Installing dumb-init (1.2.5-r1) 00:35:36 (2/5) Installing musl-obstack (1.2.3-r0) 00:35:36 (3/5) Installing libucontext (1.1-r0) 00:35:36 (4/5) Installing gcompat (1.0.0-r4) 00:35:36 (5/5) Installing openssl (1.1.1t-r1) 00:35:36 Executing busybox-1.34.1-r7.trigger 00:35:36 OK: 7 MiB in 19 packages 00:35:36 (1/4) Installing dumb-init (1.2.5-r1) 00:35:36 (2/4) Installing musl-obstack (1.2.3-r0) 00:35:36 (3/4) Installing libucontext (1.1-r0) 00:35:36 (4/4) Installing gcompat (1.0.0-r4) 00:35:36 Executing busybox-1.34.1-r7.trigger 00:35:36 OK: 6 MiB in 18 packages 00:35:37 Removing intermediate container 9e5118a0ce04 00:35:37 ---> 779346f1dae3 00:35:37 Step 22/22 : LABEL version=0.0.0 00:35:37 ---> Running in 8d75ed0f42a5 00:35:37 Removing intermediate container 8d75ed0f42a5 00:35:37 ---> 3de390017523 00:35:37 00:35:37 Removing intermediate container b292a1176ff1 00:35:37 ---> b5bd7a8b74e5 00:35:37 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 00:35:37 Successfully built 3de390017523 00:35:37 Successfully tagged core-data:latest 00:35:37  Building core-data ... done Building security-bootstrapper 00:35:39 Removing intermediate container 531724407bfe 00:35:39 ---> 08af6bff33e0 00:35:39 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 00:35:39 Removing intermediate container 45a9bde6abf7 00:35:39 ---> 8c2377fac322 00:35:39 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 00:35:39 ---> c75cdb0c1030 00:35:39 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 00:35:41 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:35:41 Step 2/32 : FROM ${BUILDER_BASE} AS builder 00:35:41 ---> 09fb4f51299d 00:35:41 Step 3/32 : WORKDIR /edgex-go 00:35:41 ---> Using cache 00:35:41 ---> 47200ae98bf1 00:35:41 Step 4/32 : RUN apk add --update --no-cache make git 00:35:41 ---> Using cache 00:35:41 ---> b158a760521e 00:35:41 Step 5/32 : COPY go.mod vendor* ./ 00:35:41 ---> Using cache 00:35:41 ---> 34f2b7772581 00:35:41 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:35:41 ---> Using cache 00:35:41 ---> e5eb64e445f5 00:35:41 Step 7/32 : COPY . . 00:35:41 ---> Using cache 00:35:41 ---> 74c8d83f265d 00:35:41 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:35:42 ---> f3b52d94056f 00:35:42 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 00:35:42 ---> Running in f2bd1cbd0e65 00:35:42 ---> 5f0455f9ed6a 00:35:42 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 00:35:42 ---> 7a6a83fd3a5b 00:35:42 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 00:35:42 ---> 259c03adb39f 00:35:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 00:35:42 ---> 770c6190153b 00:35:42 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 00:35:42 ---> db570b2cd451 00:35:42 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 00:35:43 ---> Running in ac92324f1c85 00:35:43 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:35:43 ---> 468027eae4c7 00:35:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 00:35:43 Removing intermediate container ac92324f1c85 00:35:43 ---> 5e4ca2fb7e58 00:35:43 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 00:35:43 ---> acc034ae24de 00:35:43 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 00:35:43 ---> 6a6a40ecb294 00:35:43 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 00:35:43 ---> Running in 6898e287508d 00:35:43 ---> 53fd9d4d633d 00:35:43 Step 19/24 : WORKDIR / 00:35:43 ---> Running in 4c9c08bf1409 00:35:43 ---> 754a33f7c56c 00:35:43 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 00:35:43 Removing intermediate container 6898e287508d 00:35:43 ---> 203018c4df92 00:35:43 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 00:35:43 ---> Running in b64baf7e0516 00:35:43 ---> Running in c04600d11c3d 00:35:43 Removing intermediate container 4c9c08bf1409 00:35:43 ---> 8da5c02763a3 00:35:43 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 00:35:43 ---> Running in c876814b6d7d 00:35:44 Removing intermediate container b64baf7e0516 00:35:44 ---> ece1f7f0e2f1 00:35:44 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 00:35:44 Removing intermediate container c04600d11c3d 00:35:44 ---> dd57c915d2fe 00:35:44 Step 21/23 : LABEL arch=x86_64 00:35:44 ---> Running in 6214e9050400 00:35:44 ---> Running in cccb3afcf6c8 00:35:44 Removing intermediate container c876814b6d7d 00:35:44 ---> 6f1397c7d350 00:35:44 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 00:35:44 ---> Running in 00ad987db16c 00:35:44 Removing intermediate container cccb3afcf6c8 00:35:44 ---> 541e108d2dc3 00:35:44 Step 22/23 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f 00:35:44 Removing intermediate container 6214e9050400 00:35:44 ---> 39d284b9e317 00:35:44 Step 22/24 : LABEL arch=x86_64 00:35:44 ---> Running in 730e8a9a4003 00:35:44 ---> Running in 4e29196192d3 00:35:44 Removing intermediate container 00ad987db16c 00:35:44 ---> 6fc57d47d962 00:35:44 Step 22/24 : LABEL arch=x86_64 00:35:44 ---> Running in 0002eb19f646 00:35:44 Removing intermediate container 4e29196192d3 00:35:44 ---> 5f013d989f42 00:35:44 Step 23/24 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f 00:35:44 Removing intermediate container 730e8a9a4003 00:35:44 ---> 3dc6e639d54e 00:35:44 Step 23/23 : LABEL version=0.0.0 00:35:44 ---> Running in 703a80b5c1ed 00:35:44 ---> Running in 4b681353e10b 00:35:44 Removing intermediate container 0002eb19f646 00:35:44 ---> 7fa10224ea5c 00:35:44 Step 23/24 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f 00:35:44 Removing intermediate container 703a80b5c1ed 00:35:44 ---> a766c4c39596 00:35:44 Step 24/24 : LABEL version=0.0.0 00:35:44 ---> Running in a0d417503703 00:35:44 Removing intermediate container 4b681353e10b 00:35:44 ---> 90844a93e4d9 00:35:44 00:35:44 ---> Running in b996954e28fe 00:35:45 Successfully built 90844a93e4d9 00:35:45 Successfully tagged security-spire-server:latest 00:35:45 Building security-secretstore-setup 00:35:45  Building security-spire-server ... done Removing intermediate container a0d417503703 00:35:45 ---> 17d49f5a0ce2 00:35:45 Step 24/24 : LABEL version=0.0.0 00:35:45 ---> Running in 96bdd913343f 00:35:45 Removing intermediate container b996954e28fe 00:35:45 ---> 668839ad635d 00:35:45 00:35:45 Successfully built 668839ad635d 00:35:46 Successfully tagged security-spire-agent:latest 00:35:46 Building core-command 00:35:46  Building security-spire-agent ... done Removing intermediate container 96bdd913343f 00:35:46 ---> f6b5e73e7eee 00:35:46 00:35:46 Successfully built f6b5e73e7eee 00:35:46 Successfully tagged security-spire-config:latest 00:35:46  Building security-spire-config ... done Building core-metadata 00:35:52 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:35:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:35:52 ---> 09fb4f51299d 00:35:52 Step 3/23 : WORKDIR /edgex-go 00:35:52 ---> Using cache 00:35:52 ---> 47200ae98bf1 00:35:52 Step 4/23 : RUN apk add --update --no-cache make git 00:35:52 ---> Using cache 00:35:52 ---> b158a760521e 00:35:52 Step 5/23 : COPY go.mod vendor* ./ 00:35:52 ---> Using cache 00:35:52 ---> 34f2b7772581 00:35:52 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:35:52 ---> Using cache 00:35:52 ---> e5eb64e445f5 00:35:52 Step 7/23 : COPY . . 00:35:52 ---> Using cache 00:35:52 ---> 74c8d83f265d 00:35:52 Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:35:53 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:35:53 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:35:53 ---> 09fb4f51299d 00:35:53 Step 3/23 : ARG ADD_BUILD_TAGS="" 00:35:53 ---> Using cache 00:35:53 ---> 0109b10be3cb 00:35:53 Step 4/23 : WORKDIR /edgex-go 00:35:53 ---> Using cache 00:35:53 ---> cce2059bf5ce 00:35:53 Step 5/23 : RUN apk add --update --no-cache make git 00:35:53 ---> Using cache 00:35:53 ---> e4b88fc731c9 00:35:53 Step 6/23 : COPY go.mod vendor* ./ 00:35:53 ---> Using cache 00:35:53 ---> a7b9b0dff0aa 00:35:53 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:35:53 ---> Using cache 00:35:53 ---> 9e9df103954b 00:35:53 Step 8/23 : COPY . . 00:35:53 ---> Using cache 00:35:53 ---> 9ffbea217c99 00:35:53 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 00:35:53 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:35:53 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:35:53 ---> 09fb4f51299d 00:35:53 Step 3/24 : ARG ADD_BUILD_TAGS="" 00:35:53 ---> Using cache 00:35:53 ---> 0109b10be3cb 00:35:53 Step 4/24 : WORKDIR /edgex-go 00:35:53 ---> Using cache 00:35:53 ---> cce2059bf5ce 00:35:53 Step 5/24 : RUN apk add --update --no-cache make git 00:35:53 ---> Using cache 00:35:53 ---> e4b88fc731c9 00:35:53 Step 6/24 : COPY go.mod vendor* ./ 00:35:53 ---> Using cache 00:35:53 ---> a7b9b0dff0aa 00:35:53 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:35:53 ---> Using cache 00:35:53 ---> 9e9df103954b 00:35:53 Step 8/24 : COPY . . 00:35:53 ---> Using cache 00:35:53 ---> 9ffbea217c99 00:35:53 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 00:35:57 ---> Running in 2d38ff91ce82 00:35:57 ---> Running in 894b3a8adbbb 00:35:57 ---> Running in aa4b6567e9e0 00:35:58 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:35:58 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:35:58 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:35:59 Removing intermediate container 001830e480e1 00:35:59 ---> 419f59a87d2d 00:35:59 00:35:59 Step 9/20 : FROM alpine:3.16 00:35:59 ---> dfd21b5a31f5 00:35:59 Step 10/20 : RUN apk add --update --no-cache dumb-init openssl 00:36:00 ---> Running in 4c685c9b9a1e 00:36:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:36:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:36:01 (1/2) Installing dumb-init (1.2.5-r1) 00:36:01 (2/2) Installing openssl (1.1.1t-r0) 00:36:01 Executing busybox-1.35.0-r17.trigger 00:36:01 OK: 6 MiB in 16 packages 00:36:01 Removing intermediate container d6a63d899c7c 00:36:01 ---> 3406c6806aa5 00:36:01 Successfully built 3406c6806aa5 00:36:01 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv 00:36:01 Removing intermediate container 4c685c9b9a1e 00:36:01 ---> c06cf5b83e3e 00:36:01 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 00:36:01 ---> Running in 82aae2dfd683 [Pipeline] { [Pipeline] sh 00:36:01 Removing intermediate container 82aae2dfd683 00:36:01 ---> 0346d29af230 00:36:01 Step 12/20 : WORKDIR /edgex 00:36:02 + docker inspect -f . ci-base-image-arm64 00:36:02 . 00:36:02 ---> Running in c5c75c997bff 00:36:02 Removing intermediate container c5c75c997bff 00:36:02 ---> 53e96d854b6f 00:36:02 Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:36:02 prd-ubuntu20.04-docker-arm64-4c-16g-9546 does not seem to be running inside a container 00:36:02 $ 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-arm64 cat 00:36:03 ---> 770cd63a6439 00:36:03 Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:36:03 $ docker top c0a7340754991fed04b359166bdb5d5d44f0f6d38013bb62ad0bbdba8d448805 -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:04 ---> 22156ab89e4e 00:36:04 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 00:36:04 + go version 00:36:04 go version go1.18.7 linux/arm64 [Pipeline] } 00:36:04 $ docker stop --time=1 c0a7340754991fed04b359166bdb5d5d44f0f6d38013bb62ad0bbdba8d448805 00:36:05 Removing intermediate container f2bd1cbd0e65 00:36:05 ---> 3b2d0f84dbcf 00:36:05 00:36:05 Step 9/32 : FROM alpine:3.16 00:36:05 ---> dfd21b5a31f5 00:36:05 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 00:36:06 ---> 407286943bcc 00:36:06 Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:36:06 ---> Running in 42b8046861e8 00:36:06 ---> Running in dc51783981e7 00:36:06 $ docker rm -f --volumes c0a7340754991fed04b359166bdb5d5d44f0f6d38013bb62ad0bbdba8d448805 00:36:06 Removing intermediate container 42b8046861e8 00:36:06 ---> 0e0e1b178e72 00:36:06 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [Pipeline] // withDockerContainer 00:36:06 ---> Running in 6305b2bf5c8c [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:36:07 + docker inspect -f . ci-base-image-arm64 00:36:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:36:07 prd-ubuntu20.04-docker-arm64-4c-16g-9546 does not seem to be running inside a container 00:36:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:36:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:36:07 Removing intermediate container dc51783981e7 00:36:07 ---> d976b7dc02a3 00:36:07 Step 17/20 : ENTRYPOINT ["entrypoint.sh"] 00:36:07 ---> Running in 9277d6875c31 00:36:07 $ 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-arm64 cat 00:36:07 (1/2) Installing dumb-init (1.2.5-r1) 00:36:07 (2/2) Installing su-exec (0.2-r1) 00:36:07 Executing busybox-1.35.0-r17.trigger 00:36:07 OK: 6 MiB in 16 packages 00:36:08 Removing intermediate container 9277d6875c31 00:36:08 ---> 7a85b7a25925 00:36:08 Step 18/20 : LABEL arch=x86_64 00:36:08 ---> Running in 8851f6a8536a 00:36:08 Removing intermediate container 6305b2bf5c8c 00:36:08 ---> baac6d0ec302 00:36:08 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 00:36:08 Removing intermediate container 8851f6a8536a 00:36:08 ---> 93bccef61561 00:36:08 Step 19/20 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f 00:36:08 ---> Running in 0f126783d699 00:36:08 ---> Running in e7e899fd419e 00:36:08 $ docker top f9ab72b70bb9cc3f6fec6c8f8f89c5a9fb1a1c02aff455a9b571b72b833cae51 -eo pid,comm [Pipeline] { [Pipeline] echo 00:36:09 Removing intermediate container 0f126783d699 00:36:09 ---> 4671fa6e8f60 00:36:09 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 00:36:09 Removing intermediate container e7e899fd419e 00:36:09 ---> f4447810ac2e 00:36:09 Step 20/20 : LABEL version=0.0.0 00:36:09 ---> Running in c5cd941dce68 00:36:09 ========================================================= 00:36:09 [edgeXBuildGoParallel] Running Tests and Build... 00:36:09 ========================================================= [Pipeline] sh 00:36:09 ---> Running in ad2fe0b9df7a 00:36:09 Removing intermediate container c5cd941dce68 00:36:09 ---> 23379b3dddeb 00:36:09 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 00:36:09 ---> Running in 998ab15bbc0d 00:36:09 Removing intermediate container ad2fe0b9df7a 00:36:09 ---> 7dec8c8bb0b3 00:36:09 00:36:09 Successfully built 7dec8c8bb0b3 00:36:09 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 00:36:10 Successfully tagged security-proxy-setup:latest 00:36:10  Building security-proxy-setup ... done Removing intermediate container 998ab15bbc0d 00:36:10 ---> df35ac5ea8b1 00:36:10 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 00:36:10 ---> Running in d3904d4a6524 00:36:10 + make test 00:36:10 go test -race -coverprofile=coverage.out ./... 00:36:10 Removing intermediate container d3904d4a6524 00:36:10 ---> 3d8e1068283e 00:36:10 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 00:36:11 ---> Running in 5583e2a46c6d 00:36:13 Removing intermediate container 5583e2a46c6d 00:36:13 ---> 6ea46d0369c8 00:36:13 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 00:36:13 ---> Running in c74853902bad 00:36:13 Removing intermediate container c74853902bad 00:36:13 ---> 71e9974e9638 00:36:13 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 00:36:13 ---> f415800ae736 00:36:13 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 00:36:13 ---> Running in 9bc911d42978 00:36:15 Removing intermediate container 9bc911d42978 00:36:15 ---> 67c61a31c865 00:36:15 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 00:36:15 ---> 0e002a541148 00:36:15 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:36:16 ---> ae7e8ebd7726 00:36:16 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:36:16 ---> a73d80533d73 00:36:16 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:36:16 ---> 31c8bf18b5b4 00:36:16 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 00:36:17 ---> 81fbf235cd48 00:36:17 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 00:36:17 ---> c3b0f26da1a8 00:36:17 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:36:17 ---> 03a5ad8802f4 00:36:17 Step 27/32 : RUN chmod +x /entrypoint.sh 00:36:18 ---> Running in dd28ec1f448e 00:36:19 Removing intermediate container dd28ec1f448e 00:36:19 ---> ba59f898d366 00:36:19 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 00:36:19 ---> Running in eea30cc1ec7a 00:36:19 Removing intermediate container eea30cc1ec7a 00:36:19 ---> 06c5e446e96a 00:36:19 Step 29/32 : CMD ["gate"] 00:36:19 ---> Running in d8a9a97ee6e1 00:36:20 Removing intermediate container d8a9a97ee6e1 00:36:20 ---> 1472277ad195 00:36:20 Step 30/32 : LABEL arch=x86_64 00:36:20 ---> Running in 4ec6363169a1 00:36:20 Removing intermediate container 4ec6363169a1 00:36:20 ---> b02a274b9fc5 00:36:20 Step 31/32 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f 00:36:20 ---> Running in 7fd13d3cad8e 00:36:20 Removing intermediate container 7fd13d3cad8e 00:36:20 ---> 29bdf43c5c49 00:36:20 Step 32/32 : LABEL version=0.0.0 00:36:20 ---> Running in 39bc6c1b1659 00:36:21 Removing intermediate container 39bc6c1b1659 00:36:21 ---> d2806ca998fe 00:36:21 00:36:21 Successfully built d2806ca998fe 00:36:21 Successfully tagged security-bootstrapper:latest 00:36:22  Building security-bootstrapper ... done 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:36:28 Removing intermediate container 2d38ff91ce82 00:36:28 ---> 71dc39793664 00:36:28 00:36:28 Step 9/23 : FROM alpine:3.16 00:36:28 ---> dfd21b5a31f5 00:36:28 Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 00:36:28 Removing intermediate container aa4b6567e9e0 00:36:28 ---> 078f9e620bf8 00:36:28 00:36:28 Step 10/23 : FROM alpine:3.16 00:36:28 ---> dfd21b5a31f5 00:36:28 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:36:28 ---> Using cache 00:36:28 ---> 97ce710dc182 00:36:28 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:36:28 ---> Using cache 00:36:28 ---> 1696655e8f7a 00:36:28 Step 13/23 : ENV APP_PORT=59882 00:36:28 Removing intermediate container 894b3a8adbbb 00:36:28 ---> Running in 2fd4982d5d36 00:36:28 ---> 6db19eef2049 00:36:28 ---> Running in 674b782e6445 00:36:28 00:36:28 Step 10/24 : FROM alpine:3.16 00:36:28 ---> dfd21b5a31f5 00:36:28 Step 11/24 : RUN apk add --update --no-cache dumb-init 00:36:28 ---> Using cache 00:36:28 ---> 97ce710dc182 00:36:28 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:36:28 ---> Using cache 00:36:28 ---> 1696655e8f7a 00:36:28 Step 13/24 : ENV APP_PORT=59881 00:36:28 ---> Running in e40b53cf9fc8 00:36:28 Removing intermediate container 674b782e6445 00:36:28 ---> 7b1d0e538103 00:36:28 Step 14/23 : EXPOSE $APP_PORT 00:36:28 ---> Running in 6a67163890b8 00:36:28 Removing intermediate container e40b53cf9fc8 00:36:28 ---> a9fdbe383c49 00:36:28 Step 14/24 : EXPOSE $APP_PORT 00:36:28 ---> Running in 5f0ca2efb9e4 00:36:28 Removing intermediate container 6a67163890b8 00:36:28 ---> 2705d63353fa 00:36:28 Step 15/23 : WORKDIR / 00:36:28 Removing intermediate container 5f0ca2efb9e4 00:36:28 ---> a36ca0bb5156 00:36:28 Step 15/24 : WORKDIR / 00:36:28 ---> Running in 31f0d18490aa 00:36:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:36:28 ---> Running in 541b54c84f8a 00:36:28 Removing intermediate container 31f0d18490aa 00:36:28 ---> 157d3428c43b 00:36:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:36:28 Removing intermediate container 541b54c84f8a 00:36:28 ---> b6e69dedf646 00:36:28 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 00:36:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:36:28 ---> f6294eb2bb3d 00:36:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:36:28 ---> 0a82c866174c 00:36:28 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:36:28 (1/3) Installing ca-certificates (20220614-r0) 00:36:28 (2/3) Installing dumb-init (1.2.5-r1) 00:36:28 (3/3) Installing su-exec (0.2-r1) 00:36:28 Executing busybox-1.35.0-r17.trigger 00:36:28 Executing ca-certificates-20220614-r0.trigger 00:36:28 OK: 6 MiB in 17 packages 00:36:28 ---> 15ef822fc95c 00:36:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:36:28 ---> 34d6cb7257de 00:36:28 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:36:28 ---> f2965f5ed51f 00:36:28 ---> e11c32f54d92 00:36:28 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.tomlStep 19/23 : ENTRYPOINT ["/core-command"] 00:36:28 00:36:28 ---> Running in c2ba9a48f7a8 00:36:28 Removing intermediate container 2fd4982d5d36 00:36:28 ---> 4ef4f29edec5 00:36:28 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:36:28 ---> c89c20110193 00:36:28 Step 20/24 : ENTRYPOINT ["/core-metadata"]Removing intermediate container c2ba9a48f7a8 00:36:28 00:36:28 ---> 44cae0f19d10 00:36:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 00:36:28 ---> Running in 1a2fe37a32f7 00:36:28 ---> Running in c3698a566dd2 00:36:28 ---> Running in aa08c73614d3 00:36:29 Removing intermediate container aa08c73614d3 00:36:29 ---> b05ba6ba8241 00:36:29 Step 12/23 : WORKDIR / 00:36:29 Removing intermediate container 1a2fe37a32f7 00:36:29 ---> ac5a40e87cc2 00:36:29 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 00:36:29 Removing intermediate container c3698a566dd2 00:36:29 ---> c6d6a5d61e9a 00:36:29 Step 21/23 : LABEL arch=x86_64 00:36:29 ---> Running in e488b284b510 00:36:29 ---> Running in 81910c2d479f 00:36:29 ---> Running in 00c44cb7c9b0 00:36:29 Removing intermediate container 81910c2d479f 00:36:29 ---> bd2fb89f039a 00:36:29 Step 22/23 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f 00:36:29 Removing intermediate container e488b284b510 00:36:29 ---> f4e3007ca7fe 00:36:29 Step 13/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:36:29 Removing intermediate container 00c44cb7c9b0 00:36:29 ---> 3f644938afaf 00:36:29 Step 22/24 : LABEL arch=x86_64 00:36:29 ---> Running in cfd41a1a2555 00:36:29 ---> Running in 54309785c6ee 00:36:29 Removing intermediate container cfd41a1a2555 00:36:29 ---> 8a215f4e920f 00:36:29 Step 23/23 : LABEL version=0.0.0 00:36:29 ---> Running in bfd4f0c7dfdc 00:36:29 Removing intermediate container 54309785c6ee 00:36:29 ---> 08173ddb4619 00:36:29 Step 23/24 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f 00:36:29 ---> 3392e64211e4 00:36:29 Step 14/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:36:29 ---> Running in d9b0886afe0b 00:36:29 Removing intermediate container bfd4f0c7dfdc 00:36:29 ---> f06625784cf9 00:36:29 00:36:29 ---> 464c4694f572 00:36:29 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:36:29 Removing intermediate container d9b0886afe0b 00:36:29 ---> 9c7f100a8dcb 00:36:29 Step 24/24 : LABEL version=0.0.0 00:36:29 Successfully built f06625784cf9 00:36:29 Successfully tagged core-command:latest 00:36:29  Building core-command ... done  ---> Running in 19c8c7ad7de7 00:36:29 ---> abea5597e7dc 00:36:29 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:36:29 Removing intermediate container 19c8c7ad7de7 00:36:29 ---> 6bec0e19027d 00:36:29 00:36:29 Successfully built 6bec0e19027d 00:36:29 Successfully tagged core-metadata:latest 00:36:30  Building core-metadata ... done  ---> 00cf95c66bdc 00:36:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:36:30 ---> 1f02f762254b 00:36:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:36:30 ---> 9a489439578c 00:36:30 Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:36:30 ---> Running in 40b531ceaf2d 00:36:31 Removing intermediate container 40b531ceaf2d 00:36:31 ---> 35a5b82b0e7c 00:36:31 Step 20/23 : ENTRYPOINT ["entrypoint.sh"] 00:36:31 ---> Running in c1883a29b85d 00:36:31 Removing intermediate container c1883a29b85d 00:36:31 ---> a1299f7d4e7b 00:36:31 Step 21/23 : LABEL arch=x86_64 00:36:31 ---> Running in 8037970a05f6 00:36:31 Removing intermediate container 8037970a05f6 00:36:31 ---> 6d8d5e4148be 00:36:31 Step 22/23 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f 00:36:31 ---> Running in 80c78eb57f59 00:36:31 Removing intermediate container 80c78eb57f59 00:36:31 ---> d5ecb9f513f0 00:36:31 Step 23/23 : LABEL version=0.0.0 00:36:31 ---> Running in e69b06a99609 00:36:32 Removing intermediate container e69b06a99609 00:36:32 ---> cf9255a53b5e 00:36:32 00:36:32 Successfully built cf9255a53b5e 00:36:32 Successfully tagged security-secretstore-setup:latest 00:36:32  Building security-secretstore-setup ... done  [Pipeline] } 00:36:32 $ docker stop --time=1 8baf261acc83335d2026169274d2a4d5ccce3ac2d1a851f0188fe53815bff499 00:36:33 $ docker rm -f --volumes 8baf261acc83335d2026169274d2a4d5ccce3ac2d1a851f0188fe53815bff499 [Pipeline] // withDockerContainer [Pipeline] sh 00:36:33 + docker images 00:36:33 REPOSITORY TAG IMAGE ID CREATED SIZE 00:36:33 security-secretstore-setup latest cf9255a53b5e 2 seconds ago 29.9MB 00:36:33 core-command latest f06625784cf9 4 seconds ago 17.8MB 00:36:33 core-metadata latest 6bec0e19027d 4 seconds ago 18.5MB 00:36:33 078f9e620bf8 7 seconds ago 1.68GB 00:36:33 6db19eef2049 7 seconds ago 1.69GB 00:36:33 71dc39793664 8 seconds ago 1.67GB 00:36:33 security-bootstrapper latest d2806ca998fe 12 seconds ago 19.8MB 00:36:33 security-proxy-setup latest 7dec8c8bb0b3 24 seconds ago 16.4MB 00:36:33 3b2d0f84dbcf 28 seconds ago 1.67GB 00:36:33 419f59a87d2d 35 seconds ago 1.66GB 00:36:33 security-spire-config latest f6b5e73e7eee 48 seconds ago 85.8MB 00:36:33 security-spire-server latest 90844a93e4d9 49 seconds ago 86.5MB 00:36:33 security-spire-agent latest 668839ad635d 49 seconds ago 125MB 00:36:33 core-data latest 3de390017523 56 seconds ago 18MB 00:36:33 8e5e46200bbf 58 seconds ago 1.55GB 00:36:33 c915c8f55e1f 58 seconds ago 1.55GB 00:36:33 88e4f04b5be0 59 seconds ago 1.55GB 00:36:33 d6d6473bffe7 About a minute ago 1.69GB 00:36:33 security-spiffe-token-provider latest 91efc8d853fc About a minute ago 30MB 00:36:33 support-scheduler latest f19b90f13c6d About a minute ago 30.1MB 00:36:33 support-notifications latest a7b4f6c9f66c About a minute ago 30.7MB 00:36:33 core-common-config-bootstrapper latest 7e8a3f6c2a5e About a minute ago 15.5MB 00:36:33 security-proxy-auth latest fe05bda2fabc About a minute ago 16.2MB 00:36:33 36f9141c5b46 About a minute ago 1.75GB 00:36:33 f54e1a1e2a27 About a minute ago 1.75GB 00:36:33 fcc1c800c729 About a minute ago 1.72GB 00:36:33 7da52dc3a2a6 2 minutes ago 1.68GB 00:36:33 bf36393217d0 2 minutes ago 1.66GB 00:36:33 ci-base-image-x86_64 latest 09fb4f51299d 6 minutes ago 903MB 00:36:33 alpine 3.15 5ce65d7b0fde 3 weeks ago 5.59MB 00:36:33 alpine 3.16 dfd21b5a31f5 3 weeks ago 5.55MB 00:36:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 4 months ago 683MB 00:36:33 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 8 months ago 253MB 00:36:33 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] } 00:36:42 ? github.com/edgexfoundry/edgex-go [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 00:38:39 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.249s coverage: 28.7% of statements 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.346s coverage: 98.5% of statements 00:38:50 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.579s coverage: 71.2% of statements 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 00:38:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.453s coverage: 54.0% of statements 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:39:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 18.478s coverage: 88.5% of statements 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 00:39:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.477s coverage: 3.9% of statements 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:39:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.295s coverage: 95.6% of statements 00:39:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 00:39:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 00:39:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 00:39:07 ok github.com/edgexfoundry/edgex-go/internal/io 0.507s coverage: 72.2% of statements 00:39:07 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:39:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 00:39:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 00:39:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:39:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:39:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.605s coverage: 65.9% of statements 00:39:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:39:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:39:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:39:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.369s coverage: 0.9% of statements 00:39:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 00:39:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.346s coverage: 29.0% of statements 00:39:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:39:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.258s coverage: 45.5% of statements 00:39:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.291s coverage: 82.9% of statements 00:39:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.227s coverage: 94.1% of statements 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.282s coverage: 96.3% of statements 00:39:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.229s coverage: 87.5% of statements 00:39:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.269s coverage: 94.4% of statements 00:39:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.268s coverage: 79.9% of statements 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 00:39:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.285s coverage: 92.9% of statements 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:39:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.060s coverage: 64.4% of statements 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 00:39:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.233s coverage: 86.9% of statements 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:39:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.231s coverage: 87.2% of statements 00:39:41 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.185s coverage: 20.0% of statements 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:39:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.174s coverage: 100.0% of statements 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:39:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.292s coverage: 81.2% of statements 00:39:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.292s coverage: 82.1% of statements 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 00:39:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.251s coverage: 84.8% of statements 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:39:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.171s coverage: 63.1% of statements 00:39:42 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:39:42 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:39:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.234s coverage: 100.0% of statements 00:39:42 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.102s coverage: 89.4% of statements 00:39:42 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.156s coverage: 100.0% of statements 00:39:42 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.087s coverage: 73.7% of statements 00:39:42 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.107s coverage: 100.0% of statements 00:39:42 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 00:39:42 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 00:39:42 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.932s coverage: 38.4% of statements 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.232s coverage: 89.5% of statements 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.270s coverage: 84.8% of statements 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 00:39:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.310s coverage: 17.7% of statements 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:39:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.632s coverage: 92.3% of statements 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 00:39:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.320s coverage: 61.5% of statements 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:39:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.425s coverage: 97.7% of statements 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 00:39:58 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 00:39:58 WARNING: Linting skipped (not on x86_64 or linter not installed) 00:39:58 go vet ./... 00:41:49 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 00:41:49 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 00:41:49 ./bin/test-attribution-txt.sh [Pipeline] echo 00:41:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 00:41:50 + ls -al . 00:41:50 total 700 00:41:50 drwxrwxr-x 10 1001 1001 4096 Mar 10 00:36 . 00:41:50 drwxr-xr-x 4 root root 4096 Mar 10 00:36 .. 00:41:50 drwxrwxr-x 2 1001 1001 4096 Mar 10 00:34 .blubracket 00:41:50 -rw-rw-r-- 1 1001 1001 16 Mar 10 00:34 .dockerignore 00:41:50 drwxrwxr-x 8 1001 1001 4096 Mar 10 00:34 .git 00:41:50 drwxrwxr-x 3 1001 1001 4096 Mar 10 00:34 .github 00:41:50 -rw-rw-r-- 1 1001 1001 1112 Mar 10 00:34 .gitignore 00:41:50 -rw-rw-r-- 1 1001 1001 42 Mar 10 00:34 .golangci.yml 00:41:50 -rw-rw-r-- 1 1001 1001 87 Mar 10 00:34 .hadolint.yml 00:41:50 -rw-rw-r-- 1 1001 1001 166 Mar 10 00:34 .sonarcloud.properties 00:41:50 -rw-rw-r-- 1 1001 1001 1171 Mar 10 00:34 ADOPTERS.md 00:41:50 -rw-rw-r-- 1 1001 1001 10825 Mar 10 00:34 Attribution.txt 00:41:50 -rw-rw-r-- 1 1001 1001 73765 Mar 10 00:34 CHANGELOG.md 00:41:50 -rw-rw-r-- 1 1001 1001 3804 Mar 10 00:34 CONTRIBUTING.md 00:41:50 -rw-rw-r-- 1 1001 1001 677 Mar 10 00:34 GOVERNANCE.md 00:41:50 -rw-rw-r-- 1 1001 1001 883 Mar 10 00:34 Jenkinsfile 00:41:50 -rw-rw-r-- 1 1001 1001 10775 Mar 10 00:34 LICENSE 00:41:50 -rw-rw-r-- 1 1001 1001 14071 Mar 10 00:34 Makefile 00:41:50 -rw-rw-r-- 1 1001 1001 582 Mar 10 00:34 OWNERS.md 00:41:50 -rw-rw-r-- 1 1001 1001 9403 Mar 10 00:34 README.md 00:41:50 -rw-rw-r-- 1 1001 1001 6912 Mar 10 00:34 SECURITY.md 00:41:50 -rw-rw-r-- 1 1001 1001 5 Mar 10 00:30 VERSION 00:41:50 drwxrwxr-x 2 1001 1001 4096 Mar 10 00:34 bin 00:41:50 drwxrwxr-x 18 1001 1001 4096 Mar 10 00:34 cmd 00:41:50 -rw-r--r-- 1 root root 447487 Mar 10 00:39 coverage.out 00:41:50 -rw-rw-r-- 1 1001 1001 3232 Mar 10 00:34 go.mod 00:41:50 -rw-rw-r-- 1 1001 1001 31098 Mar 10 00:34 go.sum 00:41:50 drwxrwxr-x 7 1001 1001 4096 Mar 10 00:34 internal 00:41:50 drwxrwxr-x 3 1001 1001 4096 Mar 10 00:34 openapi 00:41:50 drwxrwxr-x 4 1001 1001 4096 Mar 10 00:34 snap 00:41:50 -rw-rw-r-- 1 1001 1001 204 Mar 10 00:34 version.go [Pipeline] sh 00:41:50 + '[' -e coverage.out ] 00:41:50 + chown 1001:1001 coverage.out [Pipeline] stash 00:41:50 Warning: overwriting stash ‘coverage-report’ 00:41:51 Stashed 1 file(s) [Pipeline] sh 00:41:52 + make build 00:41:52 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 00:43:13 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:43:13 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:43:19 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 00:43:22 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:44:09 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:44:09 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 00:44:14 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:44:20 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:44:24 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 00:44:28 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:44: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-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 00:44:40 $ docker stop --time=1 f9ab72b70bb9cc3f6fec6c8f8f89c5a9fb1a1c02aff455a9b571b72b833cae51 00:44:45 $ docker rm -f --volumes f9ab72b70bb9cc3f6fec6c8f8f89c5a9fb1a1c02aff455a9b571b72b833cae51 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:44:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:47 00:44:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:44:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:47 latest: Pulling from edgex-devops/edgex-compose-arm64 00:44:47 29e5d40040c1: Pulling fs layer 00:44:47 1ce36da41761: Pulling fs layer 00:44:47 25b303627fd3: Pulling fs layer 00:44:47 29e5d40040c1: Download complete 00:44:48 1ce36da41761: Verifying Checksum 00:44:48 1ce36da41761: Download complete 00:44:48 29e5d40040c1: Pull complete 00:44:49 1ce36da41761: Pull complete 00:44:49 25b303627fd3: Verifying Checksum 00:44:49 25b303627fd3: Download complete 00:44:59 25b303627fd3: Pull complete 00:44:59 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:44:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:45:00 prd-ubuntu20.04-docker-arm64-4c-16g-9546 does not seem to be running inside a container 00:45:00 $ 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-arm64:latest cat 00:45:02 $ docker top 7141f2559317367da91b078cad40f56f2453e42472c5a4d26b1bf82942fc7bd1 -eo pid,comm [Pipeline] { [Pipeline] sh 00:45:03 + docker-compose+ build --helpgrep parallel 00:45:03 00:45:07 --parallel Build images in parallel. [Pipeline] } 00:45:07 $ docker stop --time=1 7141f2559317367da91b078cad40f56f2453e42472c5a4d26b1bf82942fc7bd1 00:45:09 $ docker rm -f --volumes 7141f2559317367da91b078cad40f56f2453e42472c5a4d26b1bf82942fc7bd1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:45:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:45:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:45:10 prd-ubuntu20.04-docker-arm64-4c-16g-9546 does not seem to be running inside a container 00:45:10 $ 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-arm64:latest cat 00:45:11 $ docker top 2cbf74f661e099219e63e02b4b05687cbbf39d0fc15c1620a7c56b91d8fe7d63 -eo pid,comm [Pipeline] { [Pipeline] sh 00:45:12 + docker-compose -f ./docker-compose-build.yml build --parallel 00:45:17 Building core-command ... 00:45:17 Building core-common-config-bootstrapper ... 00:45:17 Building core-data ... 00:45:17 Building core-metadata ... 00:45:17 Building security-bootstrapper ... 00:45:17 Building security-proxy-auth ... 00:45:17 Building security-proxy-setup ... 00:45:17 Building security-secretstore-setup ... 00:45:17 Building security-spiffe-token-provider ... 00:45:17 Building security-spire-agent ... 00:45:17 Building security-spire-config ... 00:45:17 Building security-spire-server ... 00:45:17 Building support-notifications ... 00:45:17 Building support-scheduler ... 00:45:17 Building support-notifications 00:45:17 Building security-proxy-setup 00:45:17 Building security-spire-config 00:45:17 Building support-scheduler 00:45:17 Building core-command 00:46:04 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:46:04 Step 2/20 : FROM ${BUILDER_BASE} AS builder 00:46:04 ---> 3406c6806aa5 00:46:04 Step 3/20 : WORKDIR /edgex-go 00:46:04 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:46:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:04 ---> 3406c6806aa5 00:46:04 Step 3/23 : ARG ADD_BUILD_TAGS=""Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:46:04 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:46:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:46:04 ---> 3406c6806aa5 00:46:04 Step 3/22 : ARG ADD_BUILD_TAGS="" 00:46:04 00:46:04 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:46:04 ---> 3406c6806aa5 00:46:04 Step 3/24 : WORKDIR /edgex-go 00:46:04 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:46:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:46:04 ---> 3406c6806aa5 00:46:04 Step 3/22 : ARG ADD_BUILD_TAGS="" 00:46:04 ---> Running in 168c069ecd74 00:46:04 ---> Running in 58bbcc45e431 00:46:04 ---> Running in fbe227a05ba9 00:46:04 ---> Running in 19949010fc38 00:46:04 ---> Running in 9101d9742d84 00:46:04 Removing intermediate container 168c069ecd74 00:46:04 ---> 0560fb9bf560 00:46:04 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 00:46:04 Removing intermediate container 58bbcc45e431 00:46:04 ---> 9884aa1b5f25 00:46:04 Step 4/23 : WORKDIR /edgex-go 00:46:04 ---> Running in 9073a8b33d4c 00:46:04 Removing intermediate container fbe227a05ba9 00:46:04 ---> 0641e007ef26 00:46:04 Step 4/22 : WORKDIR /edgex-go 00:46:04 Removing intermediate container 9101d9742d84 00:46:04 Removing intermediate container 19949010fc38 00:46:04 ---> 88ac4e25a075 00:46:04 Step 4/22 : WORKDIR /edgex-go 00:46:04 ---> f347be4d2e02 00:46:04 Step 4/20 : RUN apk add --update --no-cache make git 00:46:04 ---> Running in 5437f09aef9c 00:46:04 ---> Running in c4a1d5f1f65d 00:46:04 ---> Running in a76c798bcc8f 00:46:04 ---> Running in 7e1db0033956 00:46:04 Removing intermediate container 5437f09aef9c 00:46:04 ---> d5a381388c7c 00:46:04 Step 5/23 : RUN apk add --update --no-cache make git 00:46:04 Removing intermediate container c4a1d5f1f65d 00:46:04 ---> 4760582dee2d 00:46:04 Step 5/22 : RUN apk add --update --no-cache make git 00:46:04 ---> Running in f05b03dbd18e 00:46:04 Removing intermediate container 7e1db0033956 00:46:04 ---> 70eb9e973448 00:46:04 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:46:04 ---> Running in 7b28ab363434 00:46:04 ---> Running in 67457c37b083 00:46:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 00:46:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 00:46:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 00:46:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 00:46:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 00:46:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 00:46:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 00:46:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 00:46:05 OK: 221 MiB in 51 packages 00:46:05 OK: 221 MiB in 51 packages 00:46:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 00:46:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 00:46:06 OK: 221 MiB in 51 packages 00:46:07 OK: 221 MiB in 51 packages 00:46:07 OK: 221 MiB in 51 packages 00:46:07 Removing intermediate container 9073a8b33d4c 00:46:07 ---> 02f3037a4c73 00:46:07 Step 5/24 : COPY go.mod vendor* ./ 00:46:07 Removing intermediate container a76c798bcc8f 00:46:07 ---> f339a78abb48 00:46:07 Step 5/20 : COPY go.mod vendor* ./ 00:46:08 Removing intermediate container f05b03dbd18e 00:46:08 ---> 0f9cd81d2354 00:46:08 Step 6/23 : COPY go.mod vendor* ./ 00:46:08 Removing intermediate container 7b28ab363434 00:46:08 ---> 4ad3c6c2c203 00:46:08 Step 6/22 : COPY go.mod vendor* ./ 00:46:08 ---> 7edcf3d638a8 00:46:08 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:46:08 ---> 146d26a1ca81 00:46:08 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:46:08 ---> Running in 7f48d1c2fead 00:46:08 Removing intermediate container 67457c37b083 00:46:08 ---> b71305a24dae 00:46:08 Step 6/22 : COPY go.mod vendor* ./ 00:46:08 ---> Running in 5087a1ce9171 00:46:09 ---> 6400b3b0e009 00:46:09 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:46:09 ---> Running in 9a9d0cef775a 00:46:10 ---> 537462207740 00:46:10 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:46:10 ---> a356e4856c1e 00:46:10 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:46:10 ---> Running in 45d29600d64c 00:46:10 ---> Running in 41e985275dee 00:48:02 Removing intermediate container 41e985275dee 00:48:02 ---> 807865820721 00:48:02 Step 8/22 : COPY . . 00:48:02 Removing intermediate container 5087a1ce9171 00:48:02 ---> 85fd38d9c0a3 00:48:02 Step 7/24 : COPY . . 00:48:02 Removing intermediate container 45d29600d64c 00:48:02 ---> a3cc7a1d5c34 00:48:02 Step 8/22 : COPY . . 00:48:02 Removing intermediate container 9a9d0cef775a 00:48:02 ---> fabe2bcabd44 00:48:02 Step 8/23 : COPY . . 00:48:02 Removing intermediate container 7f48d1c2fead 00:48:02 ---> 4b1da86d24a5 00:48:02 Step 7/20 : COPY . . 00:48:12 ---> 46634d188a20 00:48:12 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:48:12 ---> c80248597549 00:48:12 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:48:12 ---> 6b0b49667278 00:48:12 Step 8/20 : RUN make cmd/secrets-config/secrets-config 00:48:12 ---> Running in 4a4b1cbe5bec 00:48:12 ---> Running in cdd5985b2a55 00:48:12 ---> b430231e48d4 00:48:12 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 00:48:12 ---> 35395af201f8 00:48:12 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 00:48:12 ---> Running in c92f7311cf31 00:48:12 ---> Running in 3879341ebafb 00:48:12 ---> Running in 3976e2150924 00:48:12 Removing intermediate container 3976e2150924 00:48:12 ---> 89760e267fad 00:48:12 Step 9/24 : WORKDIR /edgex-go/spire-build 00:48:12 ---> Running in 9c9104b69361 00:48:13 Removing intermediate container 9c9104b69361 00:48:13 ---> e9fa4750e311 00:48:13 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:48:13 ---> Running in 8a22de8c4fbb 00:48:14 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:48:14 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:48:14 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:48:14 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:48:16 Removing intermediate container 8a22de8c4fbb 00:48:16 ---> 258cebd3a30a 00:48:16 Step 11/24 : WORKDIR /edgex-go 00:48:16 ---> Running in bef4b47927a1 00:48:17 Removing intermediate container bef4b47927a1 00:48:17 ---> 5eb83ce2538b 00:48:17 00:48:17 Step 12/24 : FROM alpine:3.15 00:48:17 3.15: Pulling from library/alpine 00:48:18 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 00:48:18 Status: Downloaded newer image for alpine:3.15 00:48:18 ---> 354640af7b1b 00:48:18 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 00:48:18 ---> Running in 9425f24fd79e 00:48:19 Removing intermediate container 9425f24fd79e 00:48:19 ---> c5c81c31da66 00:48:19 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 00:48:19 ---> Running in fb02b499e929 00:48:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 00:48:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 00:48:23 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 00:48:23 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 00:48:23 OK: 15736 distinct packages available 00:48:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 00:48:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 00:48:24 (1/4) Installing dumb-init (1.2.5-r1) 00:48:24 (2/4) Installing musl-obstack (1.2.3-r0) 00:48:24 (3/4) Installing libucontext (1.1-r0) 00:48:24 (4/4) Installing gcompat (1.0.0-r4) 00:48:24 Executing busybox-1.34.1-r7.trigger 00:48:24 OK: 6 MiB in 18 packages 00:48:26 Removing intermediate container fb02b499e929 00:48:26 ---> 2df44a023963 00:48:26 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 00:48:32 ---> c45ac5334464 00:48:32 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 00:48:32 ---> 921806dec84d 00:48:32 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 00:48:33 ---> Running in 7b4062e11e45 00:48:33 Removing intermediate container 7b4062e11e45 00:48:33 ---> 300f435ffdd5 00:48:33 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 00:48:34 ---> ac88e113af6d 00:48:34 Step 19/24 : WORKDIR / 00:48:34 ---> Running in d96f5a96f0da 00:48:34 Removing intermediate container d96f5a96f0da 00:48:34 ---> 0f6aa2531aea 00:48:34 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 00:48:34 ---> Running in fd4cfbb308d9 00:48:35 Removing intermediate container fd4cfbb308d9 00:48:35 ---> e91004d69198 00:48:35 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 00:48:35 ---> Running in 3dfb6fbbb41a 00:48:36 Removing intermediate container 3dfb6fbbb41a 00:48:36 ---> 6460e0fffb2d 00:48:36 Step 22/24 : LABEL arch=arm64 00:48:36 ---> Running in 18eec669f712 00:48:36 Removing intermediate container 18eec669f712 00:48:36 ---> 853daaeea05c 00:48:36 Step 23/24 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f 00:48:36 ---> Running in 4a98bb8959f5 00:48:37 Removing intermediate container 4a98bb8959f5 00:48:37 ---> 202604d0a999 00:48:37 Step 24/24 : LABEL version=0.0.0 00:48:37 ---> Running in e1b6859e2383 00:48:37 Removing intermediate container e1b6859e2383 00:48:37 ---> 47e6d3578829 00:48:37 00:48:38 Successfully built 47e6d3578829 00:48:38 Successfully tagged security-spire-config-arm64:latest 00:48:38  Building security-spire-config ... done Building security-spire-server 00:48:56 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:48:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:48:56 ---> 3406c6806aa5 00:48:56 Step 3/23 : WORKDIR /edgex-go 00:48:56 ---> Using cache 00:48:56 ---> f347be4d2e02 00:48:56 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 00:48:56 ---> Running in eb05c0ec863f 00:48:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 00:48:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 00:48:57 OK: 221 MiB in 51 packages 00:48:59 Removing intermediate container eb05c0ec863f 00:48:59 ---> 27342b745143 00:48:59 Step 5/23 : COPY go.mod vendor* ./ 00:48:59 ---> d6d1c5131732 00:48:59 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:49:00 ---> Running in 0956f1380797 00:50:36 Removing intermediate container 0956f1380797 00:50:36 ---> 718d4421c24c 00:50:36 Step 7/23 : COPY . . 00:50:49 ---> e45eb7964e10 00:50:49 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 00:50:49 ---> Running in 473fd7e80538 00:50:49 Removing intermediate container 473fd7e80538 00:50:49 ---> 9ccfd2127457 00:50:49 Step 9/23 : WORKDIR /edgex-go/spire-build 00:50:49 ---> Running in 9fcd5e2cebcc 00:50:49 Removing intermediate container 9fcd5e2cebcc 00:50:49 ---> 10911d608f75 00:50:49 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:50:49 ---> Running in de4658e55681 00:50:52 Removing intermediate container de4658e55681 00:50:52 ---> b867036a46e9 00:50:52 Step 11/23 : WORKDIR /edgex-go 00:50:52 ---> Running in dc8d3d4c5d1e 00:50:53 Removing intermediate container dc8d3d4c5d1e 00:50:53 ---> 3c9f6fb48038 00:50:53 00:50:53 Step 12/23 : FROM alpine:3.15 00:50:53 ---> 354640af7b1b 00:50:53 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 00:50:53 ---> Using cache 00:50:53 ---> c5c81c31da66 00:50:53 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 00:50:53 ---> Running in 7278381abd6a 00:50:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 00:50:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 00:50:57 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 00:50:57 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 00:50:57 OK: 15736 distinct packages available 00:50:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 00:50:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 00:51:00 (1/5) Installing dumb-init (1.2.5-r1) 00:51:00 (2/5) Installing musl-obstack (1.2.3-r0) 00:51:00 (3/5) Installing libucontext (1.1-r0) 00:51:00 (4/5) Installing gcompat (1.0.0-r4) 00:51:00 (5/5) Installing openssl (1.1.1t-r1) 00:51:00 Executing busybox-1.34.1-r7.trigger 00:51:00 OK: 6 MiB in 19 packages 00:51:02 Removing intermediate container 7278381abd6a 00:51:02 ---> 52671468541c 00:51:02 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 00:51:08 ---> f6f837445794 00:51:08 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 00:51:08 ---> 48a20517bf9d 00:51:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 00:51:09 ---> aec7eed4c56c 00:51:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 00:51:10 ---> 58a3154f068a 00:51:10 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 00:51:11 ---> Running in 738d66af1a4f 00:51:11 Removing intermediate container 738d66af1a4f 00:51:11 ---> 27a6ffae2e07 00:51:11 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 00:51:11 ---> Running in 81fc9f1f37c4 00:51:12 Removing intermediate container 81fc9f1f37c4 00:51:12 ---> 2524caaf524f 00:51:12 Step 21/23 : LABEL arch=arm64 00:51:12 ---> Running in 196cf4773f79 00:51:13 Removing intermediate container 196cf4773f79 00:51:13 ---> 270c1235bc3d 00:51:13 Step 22/23 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f 00:51:13 ---> Running in cb224c77fa1a 00:51:13 Removing intermediate container cb224c77fa1a 00:51:13 ---> 41fd1aae299b 00:51:13 Step 23/23 : LABEL version=0.0.0 00:51:13 ---> Running in d0ad5d8370b6 00:51:14 Removing intermediate container d0ad5d8370b6 00:51:14 ---> 0714b7f87c94 00:51:14 00:51:14 Successfully built 0714b7f87c94 00:51:14 Successfully tagged security-spire-server-arm64:latest 00:51:14  Building security-spire-server ... done Building core-common-config-bootstrapper 00:51:32 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:51:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:51:32 ---> 3406c6806aa5 00:51:32 Step 3/22 : ARG ADD_BUILD_TAGS="" 00:51:32 ---> Using cache 00:51:32 ---> 88ac4e25a075 00:51:32 Step 4/22 : WORKDIR /edgex-go 00:51:32 ---> Using cache 00:51:32 ---> 70eb9e973448 00:51:32 Step 5/22 : RUN apk add --update --no-cache make git 00:51:32 ---> Running in db6ee97f8050 00:51:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 00:51:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 00:51:35 OK: 221 MiB in 51 packages 00:51:37 Removing intermediate container db6ee97f8050 00:51:37 ---> e712be64f849 00:51:37 Step 6/22 : COPY go.mod vendor* ./ 00:51:38 ---> 4f357de00a9c 00:51:38 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:51:38 ---> Running in 7ce9c319edf2 00:53:15 Removing intermediate container 7ce9c319edf2 00:53:15 ---> d6174c2603ce 00:53:15 Step 8/22 : COPY . . 00:53:30 ---> dbd4208f2fa3 00:53:30 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 00:53:30 ---> Running in 90b1896b2a13 00:53:30 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:55:07 Removing intermediate container c92f7311cf31 00:55:07 ---> b4ad4890cd00 00:55:07 00:55:07 Step 9/20 : FROM alpine:3.16 00:55:07 3.16: Pulling from library/alpine 00:55:07 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 00:55:07 Status: Downloaded newer image for alpine:3.16 00:55:07 ---> 4c81e5bf8899 00:55:07 Step 10/20 : RUN apk add --update --no-cache dumb-init openssl 00:55:07 ---> Running in f7835bbbfa2c 00:55:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 00:55:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 00:55:07 (1/2) Installing dumb-init (1.2.5-r1) 00:55:07 (2/2) Installing openssl (1.1.1t-r0) 00:55:07 Executing busybox-1.35.0-r17.trigger 00:55:07 OK: 6 MiB in 16 packages 00:55:09 Removing intermediate container f7835bbbfa2c 00:55:09 ---> bbae9f29692c 00:55:09 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 00:55:09 ---> Running in 22d0d5cf7fcc 00:55:09 Removing intermediate container 22d0d5cf7fcc 00:55:09 ---> 9c267e10ac2d 00:55:09 Step 12/20 : WORKDIR /edgex 00:55:09 ---> Running in 37dfbda50fc5 00:55:10 Removing intermediate container 37dfbda50fc5 00:55:10 ---> e20780416ec8 00:55:10 Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml 00:55:11 ---> dd12b2dd3c76 00:55:11 Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:55:12 ---> 2eeb4e7c6490 00:55:12 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 00:55:13 ---> 75e0fc334fa4 00:55:13 Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:55:13 ---> Running in 05fc72116fda 00:55:17 Removing intermediate container 05fc72116fda 00:55:17 ---> 72eaaf6c2e8d 00:55:17 Step 17/20 : ENTRYPOINT ["entrypoint.sh"] 00:55:17 ---> Running in 51b93765fe10 00:55:17 Removing intermediate container 51b93765fe10 00:55:17 ---> a2e2a71675df 00:55:17 Step 18/20 : LABEL arch=arm64 00:55:17 ---> Running in 4871d56492a9 00:55:18 Removing intermediate container 4871d56492a9 00:55:18 ---> d96404166bfc 00:55:18 Step 19/20 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f 00:55:18 ---> Running in 2834a83bd0c7 00:55:19 Removing intermediate container 2834a83bd0c7 00:55:19 ---> 2bedaaf428f6 00:55:19 Step 20/20 : LABEL version=0.0.0 00:55:19 ---> Running in 350704dfed6d 00:55:19 Removing intermediate container 350704dfed6d 00:55:19 ---> 05736ead9213 00:55:19 00:55:20 Successfully built 05736ead9213 00:55:20 Successfully tagged security-proxy-setup-arm64:latest 00:55:20  Building security-proxy-setup ... done Building security-secretstore-setup 00:55:38 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:55:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:55:38 ---> 3406c6806aa5 00:55:38 Step 3/23 : WORKDIR /edgex-go 00:55:38 ---> Using cache 00:55:38 ---> f347be4d2e02 00:55:38 Step 4/23 : RUN apk add --update --no-cache make git 00:55:38 ---> Using cache 00:55:38 ---> f339a78abb48 00:55:38 Step 5/23 : COPY go.mod vendor* ./ 00:55:38 ---> Using cache 00:55:38 ---> 7edcf3d638a8 00:55:38 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:55:38 ---> Using cache 00:55:38 ---> 4b1da86d24a5 00:55:38 Step 7/23 : COPY . . 00:55:38 ---> Using cache 00:55:38 ---> 6b0b49667278 00:55:38 Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:55:38 ---> Running in 3a1545d6761a 00:55: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-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:55:48 Removing intermediate container 3879341ebafb 00:55:48 ---> c419e8b83331 00:55:48 00:55:48 Step 10/23 : FROM alpine:3.16 00:55:48 ---> 4c81e5bf8899 00:55:48 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:55:48 ---> Running in e4c332cd2470 00:55:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 00:55:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 00:55:52 (1/1) Installing dumb-init (1.2.5-r1) 00:55:52 Executing busybox-1.35.0-r17.trigger 00:55:52 OK: 5 MiB in 15 packages 00:55:54 Removing intermediate container e4c332cd2470 00:55:54 ---> b714d0d2c10f 00:55:54 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:55:54 ---> Running in ad59854d2e83 00:55:54 Removing intermediate container ad59854d2e83 00:55:54 ---> 4270b5baa93c 00:55:54 Step 13/23 : ENV APP_PORT=59882 00:55:54 ---> Running in 0828cfdf9f0f 00:55:55 Removing intermediate container 0828cfdf9f0f 00:55:55 ---> 7361fc24d556 00:55:55 Step 14/23 : EXPOSE $APP_PORT 00:55:55 ---> Running in b6442adc0a6e 00:55:55 Removing intermediate container b6442adc0a6e 00:55:55 ---> a18cfed4eb0d 00:55:55 Step 15/23 : WORKDIR / 00:55:55 ---> Running in 95e7404e1422 00:55:56 Removing intermediate container 95e7404e1422 00:55:56 ---> 4c608f72e8ec 00:55:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:55:57 ---> 723afa56e7f2 00:55:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:55:58 ---> 2885f76fb064 00:55:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:55:59 ---> f9312a16d7f3 00:55:59 Step 19/23 : ENTRYPOINT ["/core-command"] 00:55:59 ---> Running in 11f4118395e8 00:56:00 Removing intermediate container 11f4118395e8 00:56:00 ---> 7bde1c2e9af3 00:56:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 00:56:00 ---> Running in 8bb6500bdfcd 00:56:01 Removing intermediate container 8bb6500bdfcd 00:56:01 ---> 685d97b0c224 00:56:01 Step 21/23 : LABEL arch=arm64 00:56:01 ---> Running in 34d3ec99c11b 00:56:01 Removing intermediate container 34d3ec99c11b 00:56:01 ---> dd7e16f05a3b 00:56:01 Step 22/23 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f 00:56:01 ---> Running in 5f794ad532aa 00:56:02 Removing intermediate container 5f794ad532aa 00:56:02 ---> 9a02842ec4e6 00:56:02 Step 23/23 : LABEL version=0.0.0 00:56:02 ---> Running in f34246dfb673 00:56:03 Removing intermediate container f34246dfb673 00:56:03 ---> deb6c24b9abb 00:56:03 00:56:03 Successfully built deb6c24b9abb 00:56:03 Successfully tagged core-command-arm64:latest 00:56:03  Building core-command ... done Building security-bootstrapper 00:56:25 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:56:25 Step 2/32 : FROM ${BUILDER_BASE} AS builder 00:56:25 ---> 3406c6806aa5 00:56:25 Step 3/32 : WORKDIR /edgex-go 00:56:25 ---> Using cache 00:56:25 ---> f347be4d2e02 00:56:25 Step 4/32 : RUN apk add --update --no-cache make git 00:56:25 ---> Using cache 00:56:25 ---> f339a78abb48 00:56:25 Step 5/32 : COPY go.mod vendor* ./ 00:56:25 ---> Using cache 00:56:25 ---> 7edcf3d638a8 00:56:25 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:56:25 ---> Using cache 00:56:25 ---> 4b1da86d24a5 00:56:25 Step 7/32 : COPY . . 00:56:25 ---> Using cache 00:56:25 ---> 6b0b49667278 00:56:25 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:56:25 ---> Running in 259df5cf7d71 00:56:25 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:59:17 Removing intermediate container cdd5985b2a55 00:59:17 ---> dfedbb415d6d 00:59:17 00:59:17 Step 10/22 : FROM alpine:3.16 00:59:17 ---> 4c81e5bf8899 00:59:17 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:59:17 ---> Using cache 00:59:17 ---> b714d0d2c10f 00:59:17 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:59:17 ---> Using cache 00:59:17 ---> 4270b5baa93c 00:59:17 Step 13/22 : ENV APP_PORT=59861 00:59:17 ---> Running in 5e17406ecf9a 00:59:17 Removing intermediate container 5e17406ecf9a 00:59:17 ---> 6f25fd26cfe8 00:59:17 Step 14/22 : EXPOSE $APP_PORT 00:59:17 ---> Running in ec84ee0cdb78 00:59:17 Removing intermediate container ec84ee0cdb78 00:59:17 ---> e9d2d808e5d7 00:59:17 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:59:17 Removing intermediate container 4a4b1cbe5bec 00:59:17 ---> ed35287aec66 00:59:17 00:59:17 Step 10/22 : FROM alpine:3.16 00:59:17 ---> 4c81e5bf8899 00:59:17 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:59:17 ---> Running in 01398f613b41 00:59:18 ---> d30169ff78cf 00:59:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:59:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 00:59:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 00:59:22 ---> e91ca6037e09 00:59:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:59:22 (1/2) Installing ca-certificates (20220614-r0) 00:59:22 (2/2) Installing dumb-init (1.2.5-r1) 00:59:22 Executing busybox-1.35.0-r17.trigger 00:59:22 Executing ca-certificates-20220614-r0.trigger 00:59:23 ---> a416d6c59264 00:59:23 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:59:23 ---> Running in 8f14a13d5b13 00:59:23 OK: 6 MiB in 16 packages 00:59:23 Removing intermediate container 8f14a13d5b13 00:59:23 ---> aee38340d6e1 00:59:23 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 00:59:24 ---> Running in 03230ac40068 00:59:24 Removing intermediate container 03230ac40068 00:59:24 ---> 121fce7f83f4 00:59:24 Step 20/22 : LABEL arch=arm64 00:59:25 ---> Running in 9688818556f7 00:59:26 Removing intermediate container 01398f613b41 00:59:26 ---> f08e109bac75 00:59:26 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:59:26 ---> Running in c6d4d9fd1d06 00:59:26 Removing intermediate container 9688818556f7 00:59:26 ---> 36c8e87ff6ee 00:59:26 Step 21/22 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f 00:59:26 ---> Running in da08e2b14e9a 00:59:27 Removing intermediate container c6d4d9fd1d06 00:59:27 ---> 16e5552c533e 00:59:27 Step 13/22 : ENV APP_PORT=59860 00:59:27 Removing intermediate container da08e2b14e9a 00:59:27 ---> 53e6faba02bd 00:59:27 Step 22/22 : LABEL version=0.0.0 00:59:27 ---> Running in add1c40c4c9b 00:59:27 ---> Running in 14f47d9c2e5a 00:59:28 Removing intermediate container add1c40c4c9b 00:59:28 ---> 72afc1a9a631 00:59:28 Step 14/22 : EXPOSE $APP_PORT 00:59:28 ---> Running in e8fa56feff56 00:59:28 Removing intermediate container 14f47d9c2e5a 00:59:28 ---> 8fc71aa146b1 00:59:28 00:59:28 Removing intermediate container e8fa56feff56 00:59:28 ---> be8cf2df44f3 00:59:28 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:59:29 Successfully built 8fc71aa146b1 00:59:29 Successfully tagged support-scheduler-arm64:latest 00:59:29 Building security-spiffe-token-provider 00:59:29  Building support-scheduler ... done  ---> 2c3ca395c8d4 00:59:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:59:32 ---> 0398a6609967 00:59:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:59:34 ---> faab669ae4f6 00:59:34 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:59:34 ---> Running in fd8d90b6218a 00:59:35 Removing intermediate container fd8d90b6218a 00:59:35 ---> 744f311b614c 00:59:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 00:59:35 ---> Running in edcbd51c9d63 00:59:35 Removing intermediate container edcbd51c9d63 00:59:35 ---> 807611d65609 00:59:35 Step 20/22 : LABEL arch=arm64 00:59:36 ---> Running in 772c856446cf 00:59:36 Removing intermediate container 772c856446cf 00:59:36 ---> fc6a02f8c365 00:59:36 Step 21/22 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f 00:59:36 ---> Running in d88257e4f584 00:59:37 Removing intermediate container d88257e4f584 00:59:37 ---> 4d14889e178d 00:59:37 Step 22/22 : LABEL version=0.0.0 00:59:37 ---> Running in ead9bb869c6b 00:59:38 Removing intermediate container ead9bb869c6b 00:59:38 ---> 7623df76ef11 00:59:38 00:59:38 Successfully built 7623df76ef11 00:59:38 Successfully tagged support-notifications-arm64:latest 00:59:38 Building core-metadata 00:59:51  Building support-notifications ... done Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:59:51 Step 2/19 : FROM ${BUILDER_BASE} AS builder 00:59:51 ---> 3406c6806aa5 00:59:51 Step 3/19 : WORKDIR /edgex-go 00:59:51 ---> Using cache 00:59:51 ---> f347be4d2e02 00:59:51 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 00:59:51 ---> Running in 8f8b3cdc8930 00:59:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 00:59:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 00:59:55 v3.16.4-45-gacf6038d705 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 00:59:55 v3.16.4-42-gf483c31bb36 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 00:59:55 OK: 16903 distinct packages available 00:59:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 00:59:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 00:59:59 OK: 221 MiB in 51 packages 01:00:00 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:00:00 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:00:00 ---> 3406c6806aa5 01:00:00 Step 3/24 : ARG ADD_BUILD_TAGS="" 01:00:00 ---> Using cache 01:00:00 ---> 88ac4e25a075 01:00:00 Step 4/24 : WORKDIR /edgex-go 01:00:00 ---> Using cache 01:00:00 ---> 70eb9e973448 01:00:00 Step 5/24 : RUN apk add --update --no-cache make git 01:00:00 ---> Using cache 01:00:00 ---> e712be64f849 01:00:00 Step 6/24 : COPY go.mod vendor* ./ 01:00:00 ---> Using cache 01:00:00 ---> 4f357de00a9c 01:00:00 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:00:00 ---> Using cache 01:00:00 ---> d6174c2603ce 01:00:00 Step 8/24 : COPY . . 01:00:00 ---> Using cache 01:00:00 ---> dbd4208f2fa3 01:00:00 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 01:00:00 ---> Running in 225c6b12e7cf 01:00:01 Removing intermediate container 8f8b3cdc8930 01:00:01 ---> 1c5341d5092a 01:00:01 Step 5/19 : COPY go.mod vendor* ./ 01:00:03 ---> cc11f695a107 01:00:03 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:00:03 ---> Running in b04777d26299 01:00:03 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:00:59 Removing intermediate container 90b1896b2a13 01:00:59 ---> d4a3786acd0e 01:00:59 01:00:59 Step 10/22 : FROM alpine:3.16 01:00:59 ---> 4c81e5bf8899 01:00:59 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 01:00:59 ---> Running in ec07f41718e4 01:00:59 Removing intermediate container ec07f41718e4 01:00:59 ---> 4db52079283d 01:00:59 Step 12/22 : RUN apk add --update --no-cache dumb-init 01:00:59 ---> Running in 16d593888d0b 01:01:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:01:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:01:02 (1/1) Installing dumb-init (1.2.5-r1) 01:01:02 Executing busybox-1.35.0-r17.trigger 01:01:02 OK: 5 MiB in 15 packages 01:01:04 Removing intermediate container 16d593888d0b 01:01:04 ---> d24bb23b06b8 01:01:04 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:01:05 ---> fd69b19d667c 01:01:05 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 01:01:08 ---> 68b6d9273576 01:01:08 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 01:01:09 ---> 7a70323cac4e 01:01:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 01:01:10 ---> 383ef2775bc1 01:01:10 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:01:11 ---> Running in 385e0d3124b9 01:01:15 Removing intermediate container 385e0d3124b9 01:01:15 ---> 988af9e01faa 01:01:15 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 01:01:15 ---> Running in b1bda1587f4f 01:01:19 Removing intermediate container b1bda1587f4f 01:01:19 ---> 237cc714968d 01:01:19 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 01:01:19 ---> Running in b546c69d78af 01:01:20 Removing intermediate container b546c69d78af 01:01:20 ---> 6f80f6fd582b 01:01:20 Step 20/22 : LABEL arch=arm64 01:01:20 ---> Running in d2743400e3ad 01:01:21 Removing intermediate container d2743400e3ad 01:01:21 ---> e893520764c5 01:01:21 Step 21/22 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f 01:01:21 ---> Running in 403f491783a3 01:01:22 Removing intermediate container 403f491783a3 01:01:22 ---> b2dc878bc1bc 01:01:22 Step 22/22 : LABEL version=0.0.0 01:01:22 ---> Running in 2b7d8ee70412 01:01:23 Removing intermediate container 2b7d8ee70412 01:01:23 ---> e9e3590dcb92 01:01:23 01:01:23 Successfully built e9e3590dcb92 01:01:23 Successfully tagged core-common-config-bootstrapper-arm64:latest 01:01:23  Building core-common-config-bootstrapper ... done Building core-data 01:01:45 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:01:45 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:01:45 ---> 3406c6806aa5 01:01:45 Step 3/22 : ARG ADD_BUILD_TAGS="" 01:01:45 ---> Using cache 01:01:45 ---> 88ac4e25a075 01:01:45 Step 4/22 : WORKDIR /edgex-go 01:01:45 ---> Using cache 01:01:45 ---> 70eb9e973448 01:01:45 Step 5/22 : RUN apk add --update --no-cache make git 01:01:45 ---> Using cache 01:01:45 ---> e712be64f849 01:01:45 Step 6/22 : COPY go.mod vendor* ./ 01:01:45 ---> Using cache 01:01:45 ---> 4f357de00a9c 01:01:45 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:01:45 ---> Using cache 01:01:45 ---> d6174c2603ce 01:01:45 Step 8/22 : COPY . . 01:01:45 ---> Using cache 01:01:45 ---> dbd4208f2fa3 01:01:45 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 01:01:45 ---> Running in 5e31bfb81976 01:01:47 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 01:01:49 Removing intermediate container b04777d26299 01:01:49 ---> fec32defd511 01:01:49 Step 7/19 : COPY . . 01:02:02 ---> da96d9e36810 01:02:02 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:02:02 ---> Running in 27579a26cf10 01:02:04 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 01:02:16 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:02:38 Removing intermediate container 3a1545d6761a 01:02:38 ---> e18e5c70dfa7 01:02:38 01:02:38 Step 9/23 : FROM alpine:3.16 01:02:38 ---> 4c81e5bf8899 01:02:38 Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 01:02:38 ---> Running in 60debc748150 01:02:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:02:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:02:39 (1/3) Installing ca-certificates (20220614-r0) 01:02:39 (2/3) Installing dumb-init (1.2.5-r1) 01:02:39 (3/3) Installing su-exec (0.2-r1) 01:02:39 Executing busybox-1.35.0-r17.trigger 01:02:39 Executing ca-certificates-20220614-r0.trigger 01:02:40 OK: 6 MiB in 17 packages 01:02:42 Removing intermediate container 60debc748150 01:02:42 ---> 9d34bdfccbd5 01:02:42 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:02:42 ---> Running in 4db66e0bb3a9 01:02:43 Removing intermediate container 4db66e0bb3a9 01:02:43 ---> ad61bfc20209 01:02:43 Step 12/23 : WORKDIR / 01:02:43 ---> Running in 77b4cb77368d 01:02:43 Removing intermediate container 77b4cb77368d 01:02:43 ---> b0076a242ab2 01:02:43 Step 13/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:02:44 ---> 2feb47cdd3a5 01:02:44 Step 14/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 01:02:45 ---> 198c7cc204b2 01:02:45 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 01:02:46 ---> b7419d52586f 01:02:46 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:02:50 ---> 6d8d2ece4b87 01:02:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:02:52 ---> cfa2241bc9de 01:02:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:02:52 ---> f79b60b4a69a 01:02:52 Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:02:52 ---> Running in 8d386e6a3619 01:02:56 Removing intermediate container 8d386e6a3619 01:02:56 ---> 4209dd15dc44 01:02:56 Step 20/23 : ENTRYPOINT ["entrypoint.sh"] 01:02:56 ---> Running in c003127e7b79 01:02:56 Removing intermediate container c003127e7b79 01:02:56 ---> 9604af9db9f1 01:02:56 Step 21/23 : LABEL arch=arm64 01:02:56 ---> Running in c3dc2520e089 01:02:57 Removing intermediate container c3dc2520e089 01:02:57 ---> ba8fbdf8a05e 01:02:57 Step 22/23 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f 01:02:57 ---> Running in c7c13016232b 01:02:57 Removing intermediate container c7c13016232b 01:02:57 ---> 8ee895a0f0eb 01:02:57 Step 23/23 : LABEL version=0.0.0 01:02:58 ---> Running in 7d1a13a5e0d2 01:02:58 Removing intermediate container 7d1a13a5e0d2 01:02:58 ---> 3df4258654eb 01:02:58 01:02:59 Successfully built 3df4258654eb 01:02:59 Successfully tagged security-secretstore-setup-arm64:latest 01:02:59  Building security-secretstore-setup ... done Building security-proxy-auth 01:03:17 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:03:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:03:17 ---> 3406c6806aa5 01:03:17 Step 3/22 : ARG ADD_BUILD_TAGS="" 01:03:17 ---> Using cache 01:03:17 ---> 88ac4e25a075 01:03:17 Step 4/22 : WORKDIR /edgex-go 01:03:17 ---> Using cache 01:03:17 ---> 70eb9e973448 01:03:17 Step 5/22 : RUN apk add --update --no-cache make git 01:03:17 ---> Using cache 01:03:17 ---> e712be64f849 01:03:17 Step 6/22 : COPY go.mod vendor* ./ 01:03:17 ---> Using cache 01:03:17 ---> 4f357de00a9c 01:03:17 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:03:17 ---> Using cache 01:03:17 ---> d6174c2603ce 01:03:17 Step 8/22 : COPY . . 01:03:17 ---> Using cache 01:03:17 ---> dbd4208f2fa3 01:03:17 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 01:03:17 ---> Running in 95d1a60a9dda 01:03:17 Removing intermediate container 259df5cf7d71 01:03:17 ---> a57433c5b6d4 01:03:17 01:03:17 Step 9/32 : FROM alpine:3.16 01:03:17 ---> 4c81e5bf8899 01:03:17 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 01:03:17 ---> Running in 1ba6b78c8090 01:03:17 Removing intermediate container 1ba6b78c8090 01:03:17 ---> 94fc455be6a1 01:03:17 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 01:03:17 ---> Running in 773d9d7c7641 01:03:18 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 01:03:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:03:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:03:22 (1/2) Installing dumb-init (1.2.5-r1) 01:03:22 (2/2) Installing su-exec (0.2-r1) 01:03:22 Executing busybox-1.35.0-r17.trigger 01:03:22 OK: 5 MiB in 16 packages 01:03:24 Removing intermediate container 773d9d7c7641 01:03:24 ---> b1b66afc75c5 01:03:24 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 01:03:24 ---> Running in 80a5a950e3f1 01:03:25 Removing intermediate container 80a5a950e3f1 01:03:25 ---> 736e380f7099 01:03:25 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 01:03:25 ---> Running in be6b801bfa11 01:03:25 Removing intermediate container be6b801bfa11 01:03:25 ---> 936eb73f82cb 01:03:25 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 01:03:26 ---> Running in fe373adc66d7 01:03:26 Removing intermediate container fe373adc66d7 01:03:26 ---> 67ff0b65334c 01:03:26 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 01:03:26 ---> Running in 8f66b92c9c3c 01:03:27 Removing intermediate container 8f66b92c9c3c 01:03:27 ---> d61ce29af8db 01:03:27 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 01:03:27 ---> Running in e84ec37a245b 01:03:30 Removing intermediate container e84ec37a245b 01:03:30 ---> 9c881d5d0f61 01:03:30 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 01:03:30 ---> Running in 616f659e7ab1 01:03:31 Removing intermediate container 616f659e7ab1 01:03:31 ---> 0c8488cd2a16 01:03:31 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 01:03:32 ---> 59371215209f 01:03:32 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 01:03:32 ---> Running in f3b394637baa 01:03:36 Removing intermediate container f3b394637baa 01:03:36 ---> 5fa5e71fa05e 01:03:36 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 01:03:36 ---> f2155d2987af 01:03:36 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:03:38 ---> 4f66e41658b2 01:03:38 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 01:03:39 ---> 91ce0fc4a60f 01:03:39 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 01:03:40 ---> 300813eb0e18 01:03:40 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 01:03:41 ---> 41a35d143614 01:03:41 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 01:03:42 ---> 188721909abc 01:03:42 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:03:43 ---> 26cd08fa9c16 01:03:43 Step 27/32 : RUN chmod +x /entrypoint.sh 01:03:43 ---> Running in 5c2fde34aa36 01:03:46 Removing intermediate container 5c2fde34aa36 01:03:46 ---> d9c8b0df6d66 01:03:46 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 01:03:46 ---> Running in 6a0c26c2d4e0 01:03:47 Removing intermediate container 6a0c26c2d4e0 01:03:47 ---> 1ea0e615308e 01:03:47 Step 29/32 : CMD ["gate"] 01:03:47 ---> Running in 81fe477ef710 01:03:47 Removing intermediate container 81fe477ef710 01:03:47 ---> 181f077dbeee 01:03:47 Step 30/32 : LABEL arch=arm64 01:03:48 ---> Running in 4f2a2af09d17 01:03:48 Removing intermediate container 4f2a2af09d17 01:03:48 ---> cf16cdd54ccc 01:03:48 Step 31/32 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f 01:03:48 ---> Running in 28bcf3b219ac 01:03:49 Removing intermediate container 28bcf3b219ac 01:03:49 ---> 9801f2382051 01:03:49 Step 32/32 : LABEL version=0.0.0 01:03:49 ---> Running in 058ad64a3636 01:03:50 Removing intermediate container 058ad64a3636 01:03:50 ---> d48fd10024e4 01:03:50 01:03:50 Successfully built d48fd10024e4 01:03:50 Successfully tagged security-bootstrapper-arm64:latest 01:03:50  Building security-bootstrapper ... done Building security-spire-agent 01:04:08 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:04:08 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:04:08 ---> 3406c6806aa5 01:04:08 Step 3/24 : WORKDIR /edgex-go 01:04:08 ---> Using cache 01:04:08 ---> f347be4d2e02 01:04:08 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 01:04:08 ---> Using cache 01:04:08 ---> 27342b745143 01:04:08 Step 5/24 : COPY go.mod vendor* ./ 01:04:08 ---> Using cache 01:04:08 ---> d6d1c5131732 01:04:08 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:04:08 ---> Using cache 01:04:08 ---> 718d4421c24c 01:04:08 Step 7/24 : COPY . . 01:04:08 ---> Using cache 01:04:08 ---> e45eb7964e10 01:04:08 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 01:04:08 ---> Using cache 01:04:08 ---> 9ccfd2127457 01:04:08 Step 9/24 : WORKDIR /edgex-go/spire-build 01:04:08 ---> Using cache 01:04:08 ---> 10911d608f75 01:04:08 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 01:04:08 ---> Running in e08f6ba3aa6b 01:04:11 Removing intermediate container e08f6ba3aa6b 01:04:11 ---> 216e84304543 01:04:11 Step 11/24 : WORKDIR /edgex-go 01:04:11 ---> Running in a66ad79febe0 01:04:11 Removing intermediate container a66ad79febe0 01:04:11 ---> ae1cb81bf5f9 01:04:11 01:04:11 Step 12/24 : FROM alpine:3.15 01:04:11 ---> 354640af7b1b 01:04:11 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 01:04:11 ---> Using cache 01:04:11 ---> c5c81c31da66 01:04:11 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:04:11 ---> Using cache 01:04:11 ---> 52671468541c 01:04:11 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 01:04:16 ---> 251e7da695fb 01:04:16 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 01:04:21 ---> aa3db013d2be 01:04:21 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 01:04:21 ---> 7da0633cd363 01:04:21 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 01:04:22 ---> b8e0c9582f66 01:04:22 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 01:04:23 ---> 0708374c8856 01:04:23 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 01:04:23 ---> Running in 28de1c24bda5 01:04:24 Removing intermediate container 28de1c24bda5 01:04:24 ---> 100e263a55a6 01:04:24 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 01:04:24 ---> Running in e6d22e1b4ba1 01:04:24 Removing intermediate container e6d22e1b4ba1 01:04:24 ---> a3a43037732c 01:04:24 Step 22/24 : LABEL arch=arm64 01:04:24 ---> Running in d198f7ce232c 01:04:25 Removing intermediate container d198f7ce232c 01:04:25 ---> b8010c9ab9be 01:04:25 Step 23/24 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f 01:04:25 ---> Running in d7571a5f1f3d 01:04:26 Removing intermediate container d7571a5f1f3d 01:04:26 ---> 35fdcf08f3ac 01:04:26 Step 24/24 : LABEL version=0.0.0 01:04:26 ---> Running in d59c12354ac9 01:04:26 Removing intermediate container d59c12354ac9 01:04:26 ---> 3060d22ab853 01:04:26 01:04:27 Successfully built 3060d22ab853 01:04:27 Successfully tagged security-spire-agent-arm64:latest 01:07:18  Building security-spire-agent ... done Removing intermediate container 225c6b12e7cf 01:07:18 ---> 6220396de4c5 01:07:18 01:07:18 Step 10/24 : FROM alpine:3.16 01:07:18 ---> 4c81e5bf8899 01:07:18 Step 11/24 : RUN apk add --update --no-cache dumb-init 01:07:18 ---> Using cache 01:07:18 ---> b714d0d2c10f 01:07:18 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:07:18 ---> Using cache 01:07:18 ---> 4270b5baa93c 01:07:18 Step 13/24 : ENV APP_PORT=59881 01:07:18 ---> Running in 91e0b7d1c010 01:07:18 Removing intermediate container 91e0b7d1c010 01:07:18 ---> 68d3c5458ed2 01:07:18 Step 14/24 : EXPOSE $APP_PORT 01:07:18 ---> Running in eeed50b5bf4d 01:07:18 Removing intermediate container eeed50b5bf4d 01:07:18 ---> 5c7f5111540d 01:07:18 Step 15/24 : WORKDIR / 01:07:18 ---> Running in 7da6cceb1cbc 01:07:18 Removing intermediate container 7da6cceb1cbc 01:07:18 ---> 7ada7a2f3f1b 01:07:18 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 01:07:18 ---> d43ac6d36cd5 01:07:18 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:07:18 ---> f64cd77279f9 01:07:18 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 01:07:18 ---> 398a0fad4059 01:07:18 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 01:07:18 ---> e1f75cc65729 01:07:18 Step 20/24 : ENTRYPOINT ["/core-metadata"] 01:07:18 ---> Running in 0cdba6c9c4de 01:07:18 Removing intermediate container 0cdba6c9c4de 01:07:18 ---> c47db4685210 01:07:18 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 01:07:18 ---> Running in e87a06d3e8df 01:07:18 Removing intermediate container e87a06d3e8df 01:07:18 ---> 55e8a8c92683 01:07:18 Step 22/24 : LABEL arch=arm64 01:07:18 ---> Running in c945b5ef67b7 01:07:18 Removing intermediate container c945b5ef67b7 01:07:18 ---> 8aecca1fd559 01:07:18 Step 23/24 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f 01:07:18 ---> Running in 5e663e741ede 01:07:18 Removing intermediate container 5e663e741ede 01:07:18 ---> b3599c37def9 01:07:18 Step 24/24 : LABEL version=0.0.0 01:07:18 ---> Running in 5bf8fc51aff2 01:07:18 Removing intermediate container 5bf8fc51aff2 01:07:18 ---> 7fd5e697f2dd 01:07:18 01:07:18 Successfully built 7fd5e697f2dd 01:07:18 Successfully tagged core-metadata-arm64:latest 01:08:26  Building core-metadata ... done Removing intermediate container 5e31bfb81976 01:08:26 ---> 3174a3a8a314 01:08:26 01:08:26 Step 10/22 : FROM alpine:3.16 01:08:26 ---> 4c81e5bf8899 01:08:26 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:08:26 ---> Running in 0624fdecd383 01:08:26 Removing intermediate container 0624fdecd383 01:08:26 ---> 4db9669ef2b4 01:08:26 Step 12/22 : ENV APP_PORT=59880 01:08:26 ---> Running in 0d45243f1afa 01:08:26 Removing intermediate container 0d45243f1afa 01:08:26 ---> 4199e8bab37d 01:08:26 Step 13/22 : EXPOSE $APP_PORT 01:08:26 ---> Running in 7478b1027226 01:08:26 Removing intermediate container 7478b1027226 01:08:26 ---> 5387d1f64e02 01:08:26 Step 14/22 : RUN apk add --update --no-cache dumb-init 01:08:26 ---> Running in da86551e408b 01:08:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:08:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:08:26 (1/1) Installing dumb-init (1.2.5-r1) 01:08:26 Executing busybox-1.35.0-r17.trigger 01:08:26 OK: 5 MiB in 15 packages 01:08:26 Removing intermediate container da86551e408b 01:08:26 ---> 9761484bf0e1 01:08:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:08:26 ---> 4c4927964cb2 01:08:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:08:27 Removing intermediate container 95d1a60a9dda 01:08:27 ---> 20b0894de668 01:08:27 01:08:27 Step 10/22 : FROM alpine:3.16 01:08:27 ---> 4c81e5bf8899 01:08:27 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 01:08:27 ---> Using cache 01:08:27 ---> 4db52079283d 01:08:27 Step 12/22 : RUN apk add --update --no-cache dumb-init 01:08:27 ---> Using cache 01:08:27 ---> d24bb23b06b8 01:08:27 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:08:27 ---> Using cache 01:08:27 ---> fd69b19d667c 01:08:27 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 01:08:29 ---> 9f60762c6f9d 01:08:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 01:08:29 ---> a3d81de28b12 01:08:29 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml 01:08:30 ---> bcfee26fe84a 01:08:30 Step 18/22 : ENTRYPOINT ["/core-data"] 01:08:30 ---> Running in d3e7850b7355 01:08:30 ---> 2efea804ac0e 01:08:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 01:08:30 Removing intermediate container d3e7850b7355 01:08:30 ---> 8e7ab2c15971 01:08:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 01:08:30 ---> Running in bae0a6248cf6 01:08:31 ---> 8f6c27f4a9d6 01:08:31 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:08:31 Removing intermediate container bae0a6248cf6 01:08:31 ---> 096ebaf796ce 01:08:31 Step 20/22 : LABEL arch=arm64 01:08:31 ---> Running in 5f412ef48a05 01:08:31 ---> Running in 6229b1203cd4 01:08:32 Removing intermediate container 6229b1203cd4 01:08:32 ---> 8013ceacdff7 01:08:32 Step 21/22 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f 01:08:32 ---> Running in 5769b33bb945 01:08:33 Removing intermediate container 5769b33bb945 01:08:33 ---> 00d72124447a 01:08:33 Step 22/22 : LABEL version=0.0.0 01:08:33 ---> Running in a184ea52dc13 01:08:33 Removing intermediate container a184ea52dc13 01:08:33 ---> 538a22310dd9 01:08:33 01:08:34 Successfully built 538a22310dd9 01:08:34 Successfully tagged core-data-arm64:latest 01:08:34  Building core-data ... done Removing intermediate container 5f412ef48a05 01:08:34 ---> 509e9f178e11 01:08:34 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 01:08:34 ---> Running in a70db7841e76 01:08:34 Removing intermediate container a70db7841e76 01:08:34 ---> 9faa05c56902 01:08:34 Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 01:08:35 ---> Running in 2bfc7853bbb4 01:08:35 Removing intermediate container 2bfc7853bbb4 01:08:35 ---> 9a7799e5675b 01:08:35 Step 20/22 : LABEL arch=arm64 01:08:35 ---> Running in 22dee58ec9fb 01:08:36 Removing intermediate container 22dee58ec9fb 01:08:36 ---> f3aa930917ce 01:08:36 Step 21/22 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f 01:08:36 ---> Running in a7679e0d2790 01:08:36 Removing intermediate container a7679e0d2790 01:08:36 ---> 60838a275892 01:08:36 Step 22/22 : LABEL version=0.0.0 01:08:36 ---> Running in 3839994e7324 01:08:36 Removing intermediate container 3839994e7324 01:08:36 ---> 5c999fd6b130 01:08:36 01:08:37 Successfully built 5c999fd6b130 01:08:37 Successfully tagged security-proxy-auth-arm64:latest 01:08:52  Building security-proxy-auth ... done Removing intermediate container 27579a26cf10 01:08:52 ---> 5132c42b7324 01:08:52 01:08:52 Step 9/19 : FROM alpine:3.15 01:08:52 ---> 354640af7b1b 01:08:52 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 01:08:52 ---> Using cache 01:08:52 ---> c5c81c31da66 01:08:52 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:08:52 ---> Running in 7f61d828d909 01:08:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 01:08:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 01:08:54 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 01:08:54 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 01:08:54 OK: 15736 distinct packages available 01:08:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 01:08:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 01:08:57 (1/9) Installing ca-certificates (20220614-r0) 01:08:57 (2/9) Installing brotli-libs (1.0.9-r5) 01:08:57 (3/9) Installing nghttp2-libs (1.46.0-r0) 01:08:57 (4/9) Installing libcurl (7.80.0-r6) 01:08:57 (5/9) Installing curl (7.80.0-r6) 01:08:57 (6/9) Installing dumb-init (1.2.5-r1) 01:08:57 (7/9) Installing musl-obstack (1.2.3-r0) 01:08:57 (8/9) Installing libucontext (1.1-r0) 01:08:57 (9/9) Installing gcompat (1.0.0-r4) 01:08:57 Executing busybox-1.34.1-r7.trigger 01:08:57 Executing ca-certificates-20220614-r0.trigger 01:08:57 OK: 8 MiB in 23 packages 01:08:58 Removing intermediate container 7f61d828d909 01:08:58 ---> 620d709f7215 01:08:58 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 01:08:59 ---> bfdc7e545a96 01:08:59 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 01:09:00 ---> 5fd0d6d884af 01:09:00 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 01:09:01 ---> 052ebb5e383e 01:09:01 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 01:09:01 ---> Running in 2f44b0281580 01:09:01 Removing intermediate container 2f44b0281580 01:09:01 ---> 03feb60fdd1e 01:09:01 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 01:09:01 ---> Running in cc92ca02aaf0 01:09:02 Removing intermediate container cc92ca02aaf0 01:09:02 ---> 73accc7d4156 01:09:02 Step 17/19 : LABEL arch=arm64 01:09:02 ---> Running in fae201c0e567 01:09:02 Removing intermediate container fae201c0e567 01:09:02 ---> b7ffc7955d64 01:09:02 Step 18/19 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f 01:09:02 ---> Running in 8913b8358bbc 01:09:02 Removing intermediate container 8913b8358bbc 01:09:02 ---> 3c6529615177 01:09:02 Step 19/19 : LABEL version=0.0.0 01:09:02 ---> Running in e39fdb9d01e7 01:09:03 Removing intermediate container e39fdb9d01e7 01:09:03 ---> 25a71076d3e8 01:09:03 01:09:03 Successfully built 25a71076d3e8 01:09:03 Successfully tagged security-spiffe-token-provider-arm64:latest 01:09:03  Building security-spiffe-token-provider ... done  [Pipeline] } 01:09:03 $ docker stop --time=1 2cbf74f661e099219e63e02b4b05687cbbf39d0fc15c1620a7c56b91d8fe7d63 01:09:05 $ docker rm -f --volumes 2cbf74f661e099219e63e02b4b05687cbbf39d0fc15c1620a7c56b91d8fe7d63 [Pipeline] // withDockerContainer [Pipeline] sh 01:09:06 + docker images 01:09:06 REPOSITORY TAG IMAGE ID CREATED SIZE 01:09:06 security-spiffe-token-provider-arm64 latest 25a71076d3e8 4 seconds ago 29.1MB 01:09:06 5132c42b7324 16 seconds ago 1.54GB 01:09:06 security-proxy-auth-arm64 latest 5c999fd6b130 30 seconds ago 15.7MB 01:09:06 core-data-arm64 latest 538a22310dd9 33 seconds ago 17.3MB 01:09:06 20b0894de668 40 seconds ago 1.49GB 01:09:06 3174a3a8a314 54 seconds ago 1.51GB 01:09:06 core-metadata-arm64 latest 7fd5e697f2dd About a minute ago 17.8MB 01:09:06 6220396de4c5 2 minutes ago 1.51GB 01:09:06 security-spire-agent-arm64 latest 3060d22ab853 4 minutes ago 122MB 01:09:06 ae1cb81bf5f9 4 minutes ago 1.38GB 01:09:06 security-bootstrapper-arm64 latest d48fd10024e4 5 minutes ago 19MB 01:09:06 a57433c5b6d4 5 minutes ago 1.49GB 01:09:06 security-secretstore-setup-arm64 latest 3df4258654eb 6 minutes ago 28.7MB 01:09:06 e18e5c70dfa7 6 minutes ago 1.5GB 01:09:06 core-common-config-bootstrapper-arm64 latest e9e3590dcb92 7 minutes ago 14.9MB 01:09:06 d4a3786acd0e 8 minutes ago 1.5GB 01:09:06 support-notifications-arm64 latest 7623df76ef11 9 minutes ago 29.7MB 01:09:06 support-scheduler-arm64 latest 8fc71aa146b1 9 minutes ago 29.1MB 01:09:06 ed35287aec66 9 minutes ago 1.57GB 01:09:06 dfedbb415d6d 9 minutes ago 1.57GB 01:09:06 core-command-arm64 latest deb6c24b9abb 13 minutes ago 17.1MB 01:09:06 c419e8b83331 13 minutes ago 1.51GB 01:09:06 security-proxy-setup-arm64 latest 05736ead9213 13 minutes ago 15.8MB 01:09:06 b4ad4890cd00 14 minutes ago 1.49GB 01:09:06 security-spire-server-arm64 latest 0714b7f87c94 17 minutes ago 84.3MB 01:09:06 3c9f6fb48038 18 minutes ago 1.38GB 01:09:06 security-spire-config-arm64 latest 47e6d3578829 20 minutes ago 83.6MB 01:09:06 5eb83ce2538b 20 minutes ago 1.38GB 01:09:06 ci-base-image-arm64 latest 3406c6806aa5 33 minutes ago 904MB 01:09:06 alpine 3.15 354640af7b1b 3 weeks ago 5.34MB 01:09:06 alpine 3.16 4c81e5bf8899 3 weeks ago 5.3MB 01:09:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 4 months ago 685MB 01:09:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:09:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:09:07 01:09:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:09:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:09:07 arm64: Pulling from edgex-lftools-log-publisher 01:09:07 8998bd30e6a1: Pulling fs layer 01:09:07 04944245beec: Pulling fs layer 01:09:07 699f458cf7ca: Pulling fs layer 01:09:07 765212b225bb: Pulling fs layer 01:09:07 f23df028b6ca: Pulling fs layer 01:09:07 d65c8cfc05b1: Pulling fs layer 01:09:07 2437ff75d9bd: Pulling fs layer 01:09:07 765212b225bb: Waiting 01:09:07 f23df028b6ca: Waiting 01:09:07 d65c8cfc05b1: Waiting 01:09:07 2437ff75d9bd: Waiting 01:09:07 04944245beec: Verifying Checksum 01:09:07 04944245beec: Download complete 01:09:07 765212b225bb: Download complete 01:09:08 f23df028b6ca: Verifying Checksum 01:09:08 f23df028b6ca: Download complete 01:09:08 d65c8cfc05b1: Verifying Checksum 01:09:08 d65c8cfc05b1: Download complete 01:09:08 699f458cf7ca: Download complete 01:09:08 8998bd30e6a1: Verifying Checksum 01:09:08 8998bd30e6a1: Download complete 01:09:11 2437ff75d9bd: Verifying Checksum 01:09:11 2437ff75d9bd: Download complete 01:09:13 8998bd30e6a1: Pull complete 01:09:13 04944245beec: Pull complete 01:09:14 699f458cf7ca: Pull complete 01:09:15 765212b225bb: Pull complete 01:09:16 f23df028b6ca: Pull complete 01:09:16 d65c8cfc05b1: Pull complete 01:09:31 2437ff75d9bd: Pull complete 01:09:31 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 01:09:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:09:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:09:31 prd-ubuntu20.04-docker-arm64-4c-16g-9546 does not seem to be running inside a container 01:09:31 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 01:09:34 $ docker top 4a8d8569b10991ca304c1b9abbaba4ffa4ca38a718d6a0602338fd7b2b0fbf5b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:09:35 ---> job-cost.sh 01:09:35 lf-activate-venv: SKIPPING 01:09:35 INFO: No Stack... 01:09:36 INFO: Retrieving Pricing Info for: v3-standard-4 01:09:37 INFO: Archiving Costs [Pipeline] sh 01:09:38 + cat /w/workspace/edgex-go/1/archives/cost.csv 01:09:38 + cut -d, -f6 [Pipeline] lock 01:09:38 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4431-1-stack-cost] 01:09:38 Resource [jenkins-edgexfoundry-edgex-go-PR-4431-1-stack-cost] did not exist. Created. 01:09:38 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4431-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:09:38 + echo total: 0.10999999940395355 [Pipeline] stash 01:09:39 Stashed 1 file(s) [Pipeline] } 01:09:39 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4431-1-stack-cost] [Pipeline] // lock [Pipeline] } 01:09:39 $ docker stop --time=1 4a8d8569b10991ca304c1b9abbaba4ffa4ca38a718d6a0602338fd7b2b0fbf5b 01:09:40 $ docker rm -f --volumes 4a8d8569b10991ca304c1b9abbaba4ffa4ca38a718d6a0602338fd7b2b0fbf5b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 01:09:41 provisioning config files... 01:09:41 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config6890973565809039935tmp [Pipeline] { [Pipeline] sh 01:09:42 + set +x 01:09:42 + curl -s https://codecov.io/bash 01:09:42 + bash -s -- 01:09:42 01:09:42 _____ _ 01:09:42 / ____| | | 01:09:42 | | ___ __| | ___ ___ _____ __ 01:09:42 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:09:42 | |___| (_) | (_| | __/ (_| (_) \ V / 01:09:42 \_____\___/ \__,_|\___|\___\___/ \_/ 01:09:42 Bash-1.0.6 01:09:42 01:09:42 01:09:42 ==> git version 2.25.1 found 01:09:42 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 01:09:42 Release-Date: 2020-01-08 01:09:42 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 01:09:42 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 01:09:42 ==> Jenkins CI detected. 01:09:42 current dir:  /w/workspace/edgex-go/1 01:09:42 project root: . 01:09:42 --> token set from env 01:09:42 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:09:42 ==> Running gcov in . (disable via -X gcov) 01:09:42 ==> Python coveragepy not found 01:09:42 ==> Searching for coverage reports in: 01:09:42 + . 01:09:42 -> Found 1 reports 01:09:42 ==> Detecting git/mercurial file structure 01:09:42 ==> Reading reports 01:09:42 + ./coverage.out bytes=447487 01:09:42 ==> Appending adjustments 01:09:42 https://docs.codecov.io/docs/fixing-reports 01:09:43 + Found adjustments 01:09:43 ==> Gzipping contents 01:09:43 60K /tmp/codecov.B58lNZ.gz 01:09:43 ==> Uploading reports 01:09:43 url: https://codecov.io 01:09:43 query: branch=PR-4431&commit=9bc23dae8268f53719886593a74d14a2f768ab7f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4431%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4431&job=&cmd_args= 01:09:43 -> Pinging Codecov 01:09:43 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4431&commit=9bc23dae8268f53719886593a74d14a2f768ab7f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4431%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4431&job=&cmd_args= 01:09:43 -> Uploading to 01:09:43 https://storage.googleapis.com/codecov/v4/raw/2023-03-10/00271124DB129430A58F1EEE437C3FCB/9bc23dae8268f53719886593a74d14a2f768ab7f/cfa107e2-14f5-4c91-b91e-37a0d5b70315.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230310%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230310T010943Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=46be7fbf24421524ecdcbcfc13ddbed7ca3667a7139720ed2cea1957bbae0e0e 01:09:43 % Total % Received % Xferd Average Speed Time Time Time Current 01:09:43 Dload Upload Total Spent Left Speed 01:09:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58103 0 0 100 58103 0 179k --:--:-- --:--:-- --:--:-- 179k 01:09:44 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/9bc23dae8268f53719886593a74d14a2f768ab7f [Pipeline] } 01:09:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 01:09:45 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 01:09:45 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:09:46 ---> package-listing.sh 01:09:46 ++ facter osfamily 01:09:46 ++ tr '[:upper:]' '[:lower:]' 01:09:46 + OS_FAMILY=debian 01:09:46 + workspace=/w/workspace/edgex-go/1 01:09:46 + START_PACKAGES=/tmp/packages_start.txt 01:09:46 + END_PACKAGES=/tmp/packages_end.txt 01:09:46 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:09:46 + PACKAGES=/tmp/packages_start.txt 01:09:46 + '[' /w/workspace/edgex-go/1 ']' 01:09:46 + PACKAGES=/tmp/packages_end.txt 01:09:46 + case "${OS_FAMILY}" in 01:09:46 + grep '^ii' 01:09:46 + dpkg -l 01:09:46 + '[' -f /tmp/packages_start.txt ']' 01:09:46 + '[' -f /tmp/packages_end.txt ']' 01:09:46 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:09:46 + '[' /w/workspace/edgex-go/1 ']' 01:09:46 + mkdir -p /w/workspace/edgex-go/1/archives/ 01:09:46 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 01:09:46 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 01:09:47 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:09:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:09:47 01:09:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:09:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:09:48 latest: Pulling from edgex-lftools-log-publisher 01:09:48 5eb5b503b376: Pulling fs layer 01:09:48 5c69ac0246d0: Pulling fs layer 01:09:48 ec43610c2a17: Pulling fs layer 01:09:48 3a2ae6a8a46f: Pulling fs layer 01:09:48 33b1e0a273af: Pulling fs layer 01:09:48 5d3b04190fa2: Pulling fs layer 01:09:48 2f39f015ded8: Pulling fs layer 01:09:48 3a2ae6a8a46f: Waiting 01:09:48 33b1e0a273af: Waiting 01:09:48 5d3b04190fa2: Waiting 01:09:48 2f39f015ded8: Waiting 01:09:48 5c69ac0246d0: Verifying Checksum 01:09:48 5c69ac0246d0: Download complete 01:09:48 3a2ae6a8a46f: Download complete 01:09:48 33b1e0a273af: Verifying Checksum 01:09:48 33b1e0a273af: Download complete 01:09:48 5d3b04190fa2: Verifying Checksum 01:09:48 5d3b04190fa2: Download complete 01:09:48 ec43610c2a17: Verifying Checksum 01:09:48 ec43610c2a17: Download complete 01:09:48 5eb5b503b376: Verifying Checksum 01:09:48 5eb5b503b376: Download complete 01:09:49 2f39f015ded8: Download complete 01:09:49 5eb5b503b376: Pull complete 01:09:49 5c69ac0246d0: Pull complete 01:09:50 ec43610c2a17: Pull complete 01:09:50 3a2ae6a8a46f: Pull complete 01:09:50 33b1e0a273af: Pull complete 01:09:50 5d3b04190fa2: Pull complete 01:09:54 2f39f015ded8: Pull complete 01:09:54 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:09:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:09:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:09:55 prd-ubuntu20.04-docker-8c-8g-9544 does not seem to be running inside a container 01:09:55 $ 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 01:09:57 $ docker top 258c42723adffcd2f35d8b851ab9083943f6fcc6c459fae630cfdac079b0af32 -eo pid,comm [Pipeline] { [Pipeline] sh 01:09:57 + touch /tmp/pre-build-complete [Pipeline] sh 01:09:58 + mkdir -p /var/log/sysstat [Pipeline] sh 01:09:58 + ls /var/log/sa-host 01:09:58 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:09:58 provisioning config files... 01:09:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config8726703420297480591tmp [Pipeline] { [Pipeline] echo 01:09:58 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:09:59 ---> create-netrc.sh [Pipeline] } 01:09:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:09:59 ---> python-tools-install.sh [Pipeline] echo 01:09:59 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:09:59 ---> sudo-logs.sh 01:09:59 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 01:09:59 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:10:00 ---> job-cost.sh 01:10:00 lf-activate-venv: SKIPPING 01:10:00 DEBUG: total: 0.10999999940395355 01:10:00 INFO: Retrieving Stack Cost... 01:10:00 INFO: Retrieving Pricing Info for: v3-standard-8 01:10:01 INFO: Archiving Costs [Pipeline] echo 01:10:01 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:10:01 ---> logs-deploy.sh 01:10:01 lf-activate-venv: SKIPPING 01:10:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4431/1 01:10:01 INFO: archiving workspace using pattern(s): 01:10:02 Archives upload complete. 01:10:02 INFO: archiving logs to Nexus