Pull request #4504 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 jinlinGuan for edgexfoundry/edgex-go Loading trusted files from base branch main at d6c81549b4558d5b86ba0b804c244a1077168aa0 rather than 8a4d6d14e43fb247d8ee34f628dc3a462ad5affe Obtained Jenkinsfile from d6c81549b4558d5b86ba0b804c244a1077168aa0 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-ssh12295678925010301363.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh5016791059673939678.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 66200e8eedfc470904d6b329e562ec5b45423d6a 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-4504/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-4504/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13846635912060680205.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-4504/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17488000895208120240.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > 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-ssh397750289309221512.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-4504/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-4504/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh682952419086670099.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 66200e8eedfc470904d6b329e562ec5b45423d6a Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-7287 in /w/workspace/edgexfoundry_edgex-go_PR-4504 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit d6c81549b4558d5b86ba0b804c244a1077168aa0 into PR head commit 8a4d6d14e43fb247d8ee34f628dc3a462ad5affe Merge succeeded, producing 8a4d6d14e43fb247d8ee34f628dc3a462ad5affe Checking out Revision 8a4d6d14e43fb247d8ee34f628dc3a462ad5affe (PR-4504) > 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/4504/head:refs/remotes/origin/PR-4504 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8a4d6d14e43fb247d8ee34f628dc3a462ad5affe # 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 d6c81549b4558d5b86ba0b804c244a1077168aa0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8a4d6d14e43fb247d8ee34f628dc3a462ad5affe # timeout=10 Commit message: "fix: Check the device service existence before calling the device validation" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:25:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:25:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:25:42 ========================================================= 08:25:42 EdgeX Global Pipelines Version Info 08:25:42 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:25:43 ------------------- 08:25:43 stable info: 08:25:43 ------------------- 08:25:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:25:43 Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a 08:25:43 Message: update stable to v1.0.245 08:25:43 ------------------- 08:25:43 experimental info: 08:25:43 ------------------- 08:25:43 Commited By: **** collab-it+edgex@linuxfoundation.org 08:25:43 Commit SHA: 046ad6d0e2e636d38ea4daf53c055316476b9501 08:25:43 Message: update experimental to v1.0.247 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:25:44 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 08:25:44 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 08:25:44 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:25:44 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:25:44 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:25:44 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 08:25:44 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 08:25:44 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 08:25:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 08:25:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 08:25:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:25:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:25:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 08:25:44 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:25:44 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:25:44 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:25:44 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:25:44 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:25:44 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:25:44 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 08:25:44 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 08:25:44 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:25:45 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 08:25:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4504 [Pipeline] echo 08:25:45 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4504 [Pipeline] echo 08:25:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4504 [Pipeline] echo 08:25:45 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8a4d6d14e43fb247d8ee34f628dc3a462ad5affe [Pipeline] echo 08:25:45 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8a4d6d1 [Pipeline] echo 08:25:45 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:25:45 provisioning config files... 08:25:45 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config3187822091889729235tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:25:45 ---> docker-login.sh 08:25:45 nexus3.edgexfoundry.org:10001 08:25:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:25:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:25:45 Configure a credential helper to remove this warning. See 08:25:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:25:45 08:25:45 Login Succeeded 08:25:45 nexus3.edgexfoundry.org:10002 08:25:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:25:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:25:45 Configure a credential helper to remove this warning. See 08:25:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:25:45 08:25:45 Login Succeeded 08:25:45 nexus3.edgexfoundry.org:10003 08:25:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:25:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:25:46 Configure a credential helper to remove this warning. See 08:25:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:25:46 08:25:46 Login Succeeded 08:25:46 nexus3.edgexfoundry.org:10004 08:25:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:25:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:25:46 Configure a credential helper to remove this warning. See 08:25:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:25:46 08:25:46 Login Succeeded 08:25:46 docker.io 08:25:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:25:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:25:46 Configure a credential helper to remove this warning. See 08:25:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:25:46 08:25:46 Login Succeeded 08:25:46 ---> docker-login.sh ends [Pipeline] } 08:25:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:25:46 + 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 08:25:46 + cut -d/ -f2 08:25:46 + dirname cmd/core-command/Dockerfile 08:25:46 + echo core-command,cmd/core-command/Dockerfile 08:25:46 + + dirname cmd/core-common-config-bootstrapper/Dockerfile 08:25:46 cut -d/ -f2 08:25:46 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 08:25:46 + cut -d/ -f2 08:25:46 + dirname cmd/core-data/Dockerfile 08:25:46 + echo core-data,cmd/core-data/Dockerfile 08:25:46 + dirname cmd/core-metadata/Dockerfile 08:25:46 + cut -d/ -f2 08:25:46 + echo core-metadata,cmd/core-metadata/Dockerfile 08:25:46 + + cutdirname -d/ cmd/security-bootstrapper/Dockerfile -f2 08:25:46 08:25:46 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 08:25:46 + cut+ -d/ -f2 08:25:46 dirname cmd/security-proxy-auth/Dockerfile 08:25:46 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 08:25:46 + dirname cmd/security-proxy-setup/Dockerfile 08:25:46 + cut -d/ -f2 08:25:46 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 08:25:46 + dirname cmd/security-secretstore-setup/Dockerfile 08:25:46 + cut -d/ -f2 08:25:46 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 08:25:46 + dirname cmd/security-spiffe-token-provider/Dockerfile 08:25:46 + cut -d/ -f2 08:25:46 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 08:25:46 + dirname cmd/security-spire-agent/Dockerfile 08:25:46 + cut -d/ -f2 08:25:46 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 08:25:46 + dirname cmd/security-spire-config/Dockerfile 08:25:46 + cut -d/ -f2 08:25:46 + echo security-spire-config,cmd/security-spire-config/Dockerfile 08:25:46 + dirname cmd/security-spire-server/Dockerfile 08:25:46 + cut -d/ -f2 08:25:46 + echo security-spire-server,cmd/security-spire-server/Dockerfile 08:25:46 + dirname cmd/support-notifications/Dockerfile 08:25:46 + cut -d/ -f2 08:25:46 + echo support-notifications,cmd/support-notifications/Dockerfile 08:25:46 + dirname cmd/support-scheduler/Dockerfile 08:25:46 + cut -d/ -f2 08:25:46 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 08:25:47 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 08:25:47 + git rev-list -1 --merges 8a4d6d14e43fb247d8ee34f628dc3a462ad5affe~1..8a4d6d14e43fb247d8ee34f628dc3a462ad5affe [Pipeline] echo 08:25:47 -----------> git rev-list -1 --merges 8a4d6d14e43fb247d8ee34f628dc3a462ad5affe~1..8a4d6d14e43fb247d8ee34f628dc3a462ad5affe 8a4d6d14e43fb247d8ee34f628dc3a462ad5affe [false] [Pipeline] sh 08:25:47 + git log --format=format:%s -1 8a4d6d14e43fb247d8ee34f628dc3a462ad5affe [Pipeline] echo 08:25:47 ========================================================= 08:25:47 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 08:25:47 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 08:25:48 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:25:48 + grep -v github /etc/ssh/ssh_known_hosts 08:25:48 + [ -e /tmp/ssh_known_hosts ] 08:25:48 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 08:25:48 + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= tee 08:25:48 -a /etc/ssh/ssh_known_hosts 08:25:48 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:25:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:25:48 08:25:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:25:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:25:49 0.1.4: Pulling from edgex-devops/py-git-semver 08:25:49 b85a868b505f: Pulling fs layer 08:25:49 e2be974225ed: Pulling fs layer 08:25:49 339a4e72a1f5: Pulling fs layer 08:25:49 988bab9f4d93: Pulling fs layer 08:25:49 1469e6f7b9e6: Pulling fs layer 08:25:49 eaf3925da568: Pulling fs layer 08:25:49 bab4dde63d76: Pulling fs layer 08:25:49 bde34c3a00c8: Pulling fs layer 08:25:49 b352a97aabf1: Pulling fs layer 08:25:49 4872d77fe225: Pulling fs layer 08:25:49 5851b861e8e6: Pulling fs layer 08:25:49 1469e6f7b9e6: Waiting 08:25:49 b352a97aabf1: Waiting 08:25:49 4872d77fe225: Waiting 08:25:49 5851b861e8e6: Waiting 08:25:49 eaf3925da568: Waiting 08:25:49 bab4dde63d76: Waiting 08:25:49 988bab9f4d93: Waiting 08:25:49 bde34c3a00c8: Waiting 08:25:49 e2be974225ed: Verifying Checksum 08:25:49 e2be974225ed: Download complete 08:25:49 988bab9f4d93: Download complete 08:25:49 339a4e72a1f5: Verifying Checksum 08:25:49 339a4e72a1f5: Download complete 08:25:49 1469e6f7b9e6: Verifying Checksum 08:25:49 1469e6f7b9e6: Download complete 08:25:49 eaf3925da568: Download complete 08:25:49 bde34c3a00c8: Verifying Checksum 08:25:49 bde34c3a00c8: Download complete 08:25:49 b352a97aabf1: Download complete 08:25:49 4872d77fe225: Download complete 08:25:49 5851b861e8e6: Download complete 08:25:49 b85a868b505f: Verifying Checksum 08:25:49 b85a868b505f: Download complete 08:25:49 bab4dde63d76: Verifying Checksum 08:25:49 bab4dde63d76: Download complete 08:25:50 b85a868b505f: Pull complete 08:25:50 e2be974225ed: Pull complete 08:25:51 339a4e72a1f5: Pull complete 08:25:51 988bab9f4d93: Pull complete 08:25:51 1469e6f7b9e6: Pull complete 08:25:51 eaf3925da568: Pull complete 08:25:53 bab4dde63d76: Pull complete 08:25:53 bde34c3a00c8: Pull complete 08:25:53 b352a97aabf1: Pull complete 08:25:53 4872d77fe225: Pull complete 08:25:53 5851b861e8e6: Pull complete 08:25:53 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 08:25:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:25:53 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:25:54 prd-ubuntu20.04-docker-8c-8g-7287 does not seem to be running inside a container 08:25:54 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 08:25:56 $ docker top 3a58ee7ddec10ba9d085b2250a3a8c08e0ed669cd5e4b0f11f3d6524aa7bb068 -eo pid,comm 08:25:56 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). 08:25:56 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:25:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:25:56 [ssh-agent] Looking for ssh-agent implementation... 08:25:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:25:56 $ docker exec 3a58ee7ddec10ba9d085b2250a3a8c08e0ed669cd5e4b0f11f3d6524aa7bb068 ssh-agent 08:25:57 SSH_AUTH_SOCK=/tmp/ssh-2oDTsCZVSfwF/agent.33 08:25:57 SSH_AGENT_PID=39 08:25:57 Running ssh-add (command line suppressed) 08:25:57 Identity added: /w/workspace/edgex-go/1@tmp/private_key_3957231884824223448.key (/w/workspace/edgex-go/1@tmp/private_key_3957231884824223448.key) 08:25:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:25:57 + git tag --points-at HEAD [Pipeline] } 08:25:57 $ docker exec --env ******** --env ******** 3a58ee7ddec10ba9d085b2250a3a8c08e0ed669cd5e4b0f11f3d6524aa7bb068 ssh-agent -k 08:25:57 unset SSH_AUTH_SOCK; 08:25:57 unset SSH_AGENT_PID; 08:25:57 echo Agent pid 39 killed; 08:25:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:25:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:25:57 [ssh-agent] Looking for ssh-agent implementation... 08:25:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:25:57 $ docker exec 3a58ee7ddec10ba9d085b2250a3a8c08e0ed669cd5e4b0f11f3d6524aa7bb068 ssh-agent 08:25:57 SSH_AUTH_SOCK=/tmp/ssh-3VKVT0Gk1Amo/agent.72 08:25:57 SSH_AGENT_PID=78 08:25:57 Running ssh-add (command line suppressed) 08:25:58 Identity added: /w/workspace/edgex-go/1@tmp/private_key_3027448924213394520.key (/w/workspace/edgex-go/1@tmp/private_key_3027448924213394520.key) 08:25:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:25:58 + git semver init 08:25:58 2023-04-10 08:25:58,538 [run_init] DEBUG init version:0.0.0 force:False 08:25:58 2023-04-10 08:25:58,540 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 08:25:58 2023-04-10 08:25:58,541 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 08:25:58 2023-04-10 08:25:58,541 [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) 08:26:03 2023-04-10 08:26:03,061 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 08:26:03 2023-04-10 08:26:03,061 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4504 with force:False 08:26:03 2023-04-10 08:26:03,061 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4504 08:26:03 2023-04-10 08:26:03,066 [execute] INFO git cat-file --batch-check 08:26:03 2023-04-10 08:26:03,066 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 08:26:03 2023-04-10 08:26:03,072 [execute] INFO git cat-file --batch 08:26:03 2023-04-10 08:26:03,073 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 08:26:03 2023-04-10 08:26:03,078 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4504 08:26:03 0.0.0 [Pipeline] } 08:26:03 $ docker exec --env ******** --env ******** 3a58ee7ddec10ba9d085b2250a3a8c08e0ed669cd5e4b0f11f3d6524aa7bb068 ssh-agent -k 08:26:04 unset SSH_AUTH_SOCK; 08:26:04 unset SSH_AGENT_PID; 08:26:04 echo Agent pid 78 killed; 08:26:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:26:04 + git semver [Pipeline] } 08:26:04 $ docker stop --time=1 3a58ee7ddec10ba9d085b2250a3a8c08e0ed669cd5e4b0f11f3d6524aa7bb068 08:26:06 $ docker rm -f --volumes 3a58ee7ddec10ba9d085b2250a3a8c08e0ed669cd5e4b0f11f3d6524aa7bb068 [Pipeline] // withDockerContainer [Pipeline] sh 08:26:06 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:26:06 Stashed 1 file(s) [Pipeline] echo 08:26:06 [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 08:26:07 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 08:26:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 08:26:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 08:26:07 ========================================================= 08:26:07 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 08:26:07 ========================================================= [Pipeline] fileExists [Pipeline] sh 08:26:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 08:26:08 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 08:26:08 63b65145d645: Pulling fs layer 08:26:08 a2d21d5440eb: Pulling fs layer 08:26:08 935e6c44a52c: Pulling fs layer 08:26:08 94cc34f8dd06: Pulling fs layer 08:26:08 30dea6a524f1: Pulling fs layer 08:26:08 a2aff8979fd8: Pulling fs layer 08:26:08 6808be2612f2: Pulling fs layer 08:26:08 f25807f1079a: Pulling fs layer 08:26:08 94cc34f8dd06: Waiting 08:26:08 a2aff8979fd8: Waiting 08:26:08 f25807f1079a: Waiting 08:26:08 6808be2612f2: Waiting 08:26:08 30dea6a524f1: Waiting 08:26:08 a2d21d5440eb: Verifying Checksum 08:26:08 a2d21d5440eb: Download complete 08:26:08 94cc34f8dd06: Verifying Checksum 08:26:08 94cc34f8dd06: Download complete 08:26:08 30dea6a524f1: Verifying Checksum 08:26:08 30dea6a524f1: Download complete 08:26:08 63b65145d645: Verifying Checksum 08:26:08 63b65145d645: Download complete 08:26:08 a2aff8979fd8: Verifying Checksum 08:26:08 a2aff8979fd8: Download complete 08:26:08 63b65145d645: Pull complete 08:26:08 a2d21d5440eb: Pull complete 08:26:08 f25807f1079a: Verifying Checksum 08:26:08 f25807f1079a: Download complete 08:26:08 935e6c44a52c: Verifying Checksum 08:26:08 935e6c44a52c: Download complete 08:26:09 6808be2612f2: Verifying Checksum 08:26:09 6808be2612f2: Download complete 08:26:12 935e6c44a52c: Pull complete 08:26:12 94cc34f8dd06: Pull complete 08:26:12 30dea6a524f1: Pull complete 08:26:12 a2aff8979fd8: Pull complete 08:26:15 6808be2612f2: Pull complete 08:26:15 f25807f1079a: Pull complete 08:26:15 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 08:26:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 08:26:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh 08:26:15 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 08:26:15 WORKDIR /edgex 08:26:15 COPY go.mod . 08:26:15 RUN go mod download 08:26:15 + docker build -t ci-base-image-x86_64 -f - . 08:26:16 Sending build context to Docker daemon 170.5MB 08:26:16 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 08:26:16 ---> 3b553350e43f 08:26:16 Step 2/4 : WORKDIR /edgex 08:26:20 ---> Running in 674ad823e7d2 08:26:20 Removing intermediate container 674ad823e7d2 08:26:20 ---> 36b9fe262710 08:26:20 Step 3/4 : COPY go.mod . 08:26:20 ---> 1b62995490b3 08:26:20 Step 4/4 : RUN go mod download 08:26:20 ---> Running in 6ca85bceadb8 08:26:22 Still waiting to schedule task 08:26:22 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 08:26:33 Removing intermediate container 6ca85bceadb8 08:26:33 ---> 77ff47d3faf8 08:26:33 Successfully built 77ff47d3faf8 08:26:33 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:26:33 + docker inspect -f . ci-base-image-x86_64 08:26:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:26:33 prd-ubuntu20.04-docker-8c-8g-7287 does not seem to be running inside a container 08:26: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 ******** ci-base-image-x86_64 cat 08:26:34 $ docker top fe0df72abd6e405929714205afbf351561c690358d1dd9819bc030454fb89c01 -eo pid,comm [Pipeline] { [Pipeline] sh 08:26:34 + go version 08:26:34 go version go1.20.2 linux/amd64 [Pipeline] } 08:26:34 $ docker stop --time=1 fe0df72abd6e405929714205afbf351561c690358d1dd9819bc030454fb89c01 08:26:35 $ docker rm -f --volumes fe0df72abd6e405929714205afbf351561c690358d1dd9819bc030454fb89c01 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:26:36 + docker inspect -f . ci-base-image-x86_64 08:26:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:26:36 prd-ubuntu20.04-docker-8c-8g-7287 does not seem to be running inside a container 08:26: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 ******** ci-base-image-x86_64 cat 08:26:36 $ docker top a8df6da0c2c7bc310c197a9e61c268c90da8a017d8a875cc05f647bfa2d66aa2 -eo pid,comm [Pipeline] { [Pipeline] echo 08:26:37 ========================================================= 08:26:37 [edgeXBuildGoParallel] Running Tests and Build... 08:26:37 ========================================================= [Pipeline] sh 08:26:37 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 08:26:37 + make test 08:26:37 go test -race -coverprofile=coverage.out ./... 08:26:45 ? github.com/edgexfoundry/edgex-go [no test files] 08:26:58 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:26:58 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 08:26:58 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:26:58 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:26:58 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:26:58 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:26:58 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:26:58 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 08:26:58 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:26:58 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 08:26:58 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:26:58 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:26:58 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:26:58 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 08:26:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:26:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:26:58 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.048s coverage: 28.7% of statements 08:26:58 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.064s coverage: 98.5% of statements 08:26:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 08:26:59 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 08:26:59 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 08:27:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:27:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:27:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 08:27:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 08:27:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:27:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 08:27:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 08:27:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:27:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:27:02 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.089s coverage: 71.3% of statements 08:27:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.073s coverage: 54.0% of statements 08:27:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.278s coverage: 88.5% of statements 08:27:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.086s coverage: 3.8% of statements 08:27:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 08:27:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 08:27:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 08:27:02 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:27:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 08:27:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 08:27:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:27:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:27:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.384s coverage: 95.6% of statements 08:27:03 ok github.com/edgexfoundry/edgex-go/internal/io 0.052s coverage: 72.2% of statements 08:27:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:27:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:27:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:27:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.066s coverage: 65.9% of statements 08:27:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 08:27:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:27:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.078s coverage: 0.9% of statements 08:27:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.061s coverage: 29.0% of statements 08:27:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.066s coverage: 44.1% of statements 08:27:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.054s coverage: 82.9% of statements 08:27:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.064s coverage: 94.1% of statements 08:27:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.084s coverage: 96.3% of statements 08:27:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.050s coverage: 87.5% of statements 08:27:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 08:27:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:27:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:27:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:27:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:27:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 08:27:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 08:27:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 08:27:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 08:27:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 08:27:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 08:27:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 08:27:07 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:27:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:27:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:27:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 08:27:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:27:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:27:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:27:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 08:27:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 08:27:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 08:27:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:27:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:27:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 08:27:14 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 08:27:14 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 08:27:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 08:27:14 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 08:27:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 08:27:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 08:27:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:27:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:27:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 08:27:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 08:27:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 08:27:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 08:27:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.063s coverage: 94.4% of statements 08:27:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:27:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:27:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 08:27:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 08:27:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.277s coverage: 79.9% of statements 08:27:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 19.073s coverage: 92.9% of statements 08:27:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.030s coverage: 64.4% of statements 08:27:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.075s coverage: 62.3% of statements 08:27:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.061s coverage: 87.2% of statements 08:27:31 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.050s coverage: 20.0% of statements 08:27:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.049s coverage: 100.0% of statements 08:27:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.106s coverage: 81.2% of statements 08:27:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.091s coverage: 82.1% of statements 08:27:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.066s coverage: 86.0% of statements 08:27:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.177s coverage: 63.1% of statements 08:27:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements 08:27:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.041s coverage: 89.4% of statements 08:27:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 08:27:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 08:27:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.026s coverage: 100.0% of statements 08:27:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.181s coverage: 38.4% of statements 08:27:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.062s coverage: 89.5% of statements 08:27:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.062s coverage: 84.8% of statements 08:27:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.072s coverage: 17.7% of statements 08:27:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.141s coverage: 92.3% of statements 08:27:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.061s coverage: 61.5% of statements 08:27:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.081s coverage: 97.7% of statements 08:27:31 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 08:27:31 running golangci-lint 08:27:31 golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z 08:27:31 go version go1.20.2 linux/amd64 08:27:31 level=info msg="[config_reader] Used config file .golangci.yml" 08:27:31 level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" 08:27:46 level=info msg="[loader] Go packages loading at mode 575 (deps|exports_file|files|types_sizes|compiled_files|imports|name) took 14.53708743s" 08:27:46 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 30.077922ms" 08:27:52 level=info msg="[linters_context/goanalysis] analyzers took 1m0.901634372s with top 10 stages: buildir: 34.364482837s, inspect: 1.725879955s, fact_deprecated: 1.479563161s, gosec: 1.176413135s, nilness: 1.090071768s, printf: 1.073031314s, ctrlflow: 1.057072283s, fact_purity: 947.183268ms, S1038: 889.669999ms, typedness: 612.200379ms" 08:27:52 level=info msg="[runner] Issues before processing: 201, after processing: 0" 08:27:52 level=info msg="[runner] Processors filtering stat (out/in): cgo: 201/201, filename_unadjuster: 201/201, exclude-rules: 21/201, nolint: 0/21, path_prettifier: 201/201, exclude: 201/201, skip_dirs: 201/201, skip_files: 201/201, autogenerated_exclude: 201/201, identifier_marker: 201/201" 08:27:52 level=info msg="[runner] processing took 17.214687ms with stages: nolint: 6.628316ms, identifier_marker: 4.699044ms, autogenerated_exclude: 2.500349ms, path_prettifier: 1.413036ms, exclude-rules: 1.214924ms, skip_dirs: 688.038µs, cgo: 42.83µs, filename_unadjuster: 21.97µs, max_same_issues: 1.19µs, uniq_by_line: 850ns, exclude: 710ns, severity-rules: 680ns, diff: 580ns, skip_files: 560ns, max_from_linter: 440ns, source_code: 380ns, path_shortener: 380ns, sort_results: 150ns, path_prefixer: 130ns, max_per_file_from_linter: 130ns" 08:27:52 level=info msg="[runner] linters took 8.221612239s with stages: goanalysis_metalinter: 8.204293111s" 08:27:52 level=info msg="File cache stats: 0 entries of total size 0B" 08:27:52 level=info msg="Memory: 228 samples, avg is 195.0MB, max is 777.7MB" 08:27:52 level=info msg="Execution took 22.797680177s" 08:27:52 go vet ./... 08:27:58 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 08:27:58 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 08:27:58 ./bin/test-attribution-txt.sh [Pipeline] echo 08:27:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 08:27:58 + ls -al . 08:27:58 total 704 08:27:58 drwxrwxr-x 11 1001 1001 4096 Apr 10 08:26 . 08:27:58 drwxr-xr-x 4 root root 4096 Apr 10 08:26 .. 08:27:58 drwxrwxr-x 2 1001 1001 4096 Apr 10 08:25 .blubracket 08:27:58 -rw-rw-r-- 1 1001 1001 16 Apr 10 08:25 .dockerignore 08:27:58 drwxrwxr-x 8 1001 1001 4096 Apr 10 08:26 .git 08:27:58 drwxrwxr-x 3 1001 1001 4096 Apr 10 08:25 .github 08:27:58 -rw-rw-r-- 1 1001 1001 1133 Apr 10 08:25 .gitignore 08:27:58 -rw-rw-r-- 1 1001 1001 42 Apr 10 08:25 .golangci.yml 08:27:58 -rw-rw-r-- 1 1001 1001 87 Apr 10 08:25 .hadolint.yml 08:27:58 drwxr-xr-x 3 1001 1001 4096 Apr 10 08:26 .semver 08:27:58 -rw-rw-r-- 1 1001 1001 166 Apr 10 08:25 .sonarcloud.properties 08:27:58 -rw-rw-r-- 1 1001 1001 1171 Apr 10 08:25 ADOPTERS.md 08:27:58 -rw-rw-r-- 1 1001 1001 10835 Apr 10 08:25 Attribution.txt 08:27:58 -rw-rw-r-- 1 1001 1001 73765 Apr 10 08:25 CHANGELOG.md 08:27:58 -rw-rw-r-- 1 1001 1001 3804 Apr 10 08:25 CONTRIBUTING.md 08:27:58 -rw-rw-r-- 1 1001 1001 677 Apr 10 08:25 GOVERNANCE.md 08:27:58 -rw-rw-r-- 1 1001 1001 883 Apr 10 08:25 Jenkinsfile 08:27:58 -rw-rw-r-- 1 1001 1001 10775 Apr 10 08:25 LICENSE 08:27:58 -rw-rw-r-- 1 1001 1001 14368 Apr 10 08:25 Makefile 08:27:58 -rw-rw-r-- 1 1001 1001 582 Apr 10 08:25 OWNERS.md 08:27:58 -rw-rw-r-- 1 1001 1001 9403 Apr 10 08:25 README.md 08:27:58 -rw-rw-r-- 1 1001 1001 789 Apr 10 08:25 SECURITY.md 08:27:58 -rw-rw-r-- 1 1001 1001 5 Apr 10 08:26 VERSION 08:27:58 drwxrwxr-x 2 1001 1001 4096 Apr 10 08:25 bin 08:27:58 drwxrwxr-x 18 1001 1001 4096 Apr 10 08:25 cmd 08:27:58 -rw-r--r-- 1 root root 448242 Apr 10 08:27 coverage.out 08:27:58 -rw-rw-r-- 1 1001 1001 3200 Apr 10 08:25 go.mod 08:27:58 -rw-rw-r-- 1 1001 1001 31265 Apr 10 08:25 go.sum 08:27:58 drwxrwxr-x 7 1001 1001 4096 Apr 10 08:25 internal 08:27:58 drwxrwxr-x 3 1001 1001 4096 Apr 10 08:25 openapi 08:27:58 -rw-rw-r-- 1 1001 1001 594 Apr 10 08:25 security.txt 08:27:58 drwxrwxr-x 4 1001 1001 4096 Apr 10 08:25 snap 08:27:58 -rw-rw-r-- 1 1001 1001 204 Apr 10 08:25 version.go [Pipeline] sh 08:27:58 + '[' -e coverage.out ] 08:27:58 + chown 1001:1001 coverage.out [Pipeline] stash 08:27:58 Stashed 1 file(s) [Pipeline] sh 08:27:59 + make build 08:27: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 08:28:00 Running on prd-ubuntu20.04-docker-arm64-4c-16g-7289 in /w/workspace/edgexfoundry_edgex-go_PR-4504 [Pipeline] { [Pipeline] ws 08:28:00 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 08:28:00 The recommended git tool is: git 08:28:05 using credential edgex-jenkins-ssh 08:28:05 Cloning the remote Git repository 08:28:05 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:28:05 > git init /w/workspace/edgex-go/1 # timeout=10 08:28:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:28:05 > git --version # timeout=10 08:28:05 > git --version # 'git version 2.25.1' 08:28:05 using GIT_SSH to set credentials SSH Credentials for GitHub 08:28:05 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:28:11 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 08:28:11 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 08:28:13 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 08:28:13 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 08:28:20 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 08:28:21 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 08:28:22 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:28:24 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 08:28:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:28:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:28:24 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:28: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 08:28:25 Merging remotes/origin/main commit d6c81549b4558d5b86ba0b804c244a1077168aa0 into PR head commit 8a4d6d14e43fb247d8ee34f628dc3a462ad5affe 08:28: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 08:28:25 Merge succeeded, producing 8a4d6d14e43fb247d8ee34f628dc3a462ad5affe 08:28:25 Checking out Revision 8a4d6d14e43fb247d8ee34f628dc3a462ad5affe (PR-4504) 08:28:24 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:28:24 using GIT_SSH to set credentials SSH Credentials for GitHub 08:28:24 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4504/head:refs/remotes/origin/PR-4504 +refs/heads/main:refs/remotes/origin/main # timeout=10 08:28:25 > git config core.sparsecheckout # timeout=10 08:28:25 > git checkout -f 8a4d6d14e43fb247d8ee34f628dc3a462ad5affe # timeout=10 08:28:25 > git remote # timeout=10 08:28:25 > git config --get remote.origin.url # timeout=10 08:28:25 using GIT_SSH to set credentials SSH Credentials for GitHub 08:28:25 > git merge d6c81549b4558d5b86ba0b804c244a1077168aa0 # timeout=10 08:28:25 > git rev-parse HEAD^{commit} # timeout=10 08:28:25 > git config core.sparsecheckout # timeout=10 08:28:25 > git checkout -f 8a4d6d14e43fb247d8ee34f628dc3a462ad5affe # timeout=10 08:28:27 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 08:28:27 $ docker stop --time=1 a8df6da0c2c7bc310c197a9e61c268c90da8a017d8a875cc05f647bfa2d66aa2 08:28:29 Commit message: "fix: Check the device service existence before calling the device validation" 08:28:29 > git --version # timeout=10 08:28:29 > git --version # 'git version 2.25.1' 08:28:29 fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a 08:28:31 $ docker rm -f --volumes a8df6da0c2c7bc310c197a9e61c268c90da8a017d8a875cc05f647bfa2d66aa2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 08:28:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:28:33 08:28:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:28:33 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 08:28:33 % Total % Received % Xferd Average Speed Time Time Time Current 08:28:33 Dload Upload Total Spent Left Speed 08:28:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 99k 0 --:--:-- --:--:-- --:--:-- 100k 08:28:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:28:33 latest: Pulling from edgex-devops/edgex-compose 08:28:33 cbdbe7a5bc2a: Pulling fs layer 08:28:33 ca9280d653b3: Pulling fs layer 08:28:33 7e9c9ca2126c: Pulling fs layer 08:28:33 cbdbe7a5bc2a: Download complete 08:28:33 cbdbe7a5bc2a: Pull complete 08:28:33 ca9280d653b3: Verifying Checksum 08:28:33 ca9280d653b3: Download complete [Pipeline] sh 08:28:34 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 08:28:34 7e9c9ca2126c: Download complete 08:28:34 ca9280d653b3: Pull complete 08:28:34 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 08:28:34 + sudo tee /etc/docker/daemon.new 08:28:34 { 08:28:34 "registry-mirrors": [ 08:28:34 "https://nexus3.edgexfoundry.org:10001" 08:28:34 ], 08:28:34 "bip": "10.250.0.254/24", 08:28:34 "hosts": [ 08:28:34 "tcp://0.0.0.0:5555", 08:28:34 "unix:///var/run/docker.sock" 08:28:34 ], 08:28:34 "mtu": 1458, 08:28:34 "selinux-enabled": true, 08:28:34 "seccomp-profile": "/etc/docker/seccomp.json" 08:28:34 } [Pipeline] sh 08:28:34 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 08:28:35 + sudo service docker restart 08:28:36 7e9c9ca2126c: Pull complete 08:28:36 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 08:28:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:28:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:28:37 prd-ubuntu20.04-docker-8c-8g-7287 does not seem to be running inside a container 08:28:37 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:28:40 $ docker top de3ffc272466b82bc2f26ac7d463e3cf40f5b20b6fc20e632c35269877e8a196 -eo pid,comm [Pipeline] { [Pipeline] sh 08:28:40 + docker-compose build --help 08:28:40 + grep parallel 08:28:41 --parallel Build images in parallel. [Pipeline] } 08:28:41 $ docker stop --time=1 de3ffc272466b82bc2f26ac7d463e3cf40f5b20b6fc20e632c35269877e8a196 08:28:42 $ docker rm -f --volumes de3ffc272466b82bc2f26ac7d463e3cf40f5b20b6fc20e632c35269877e8a196 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:28:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:28:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:28:43 prd-ubuntu20.04-docker-8c-8g-7287 does not seem to be running inside a container 08:28:43 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:28:43 $ docker top 669d62ce12dab4aca08e0927a23d5612c37959734a7669f754886e2d7fe387fc -eo pid,comm [Pipeline] { [Pipeline] sh 08:28:43 + docker-compose -f ./docker-compose-build.yml build --parallel 08:28:44 Building core-command ... 08:28:44 Building core-common-config-bootstrapper ... 08:28:44 Building core-data ... 08:28:44 Building core-metadata ... 08:28:44 Building security-bootstrapper ... 08:28:44 Building security-proxy-auth ... 08:28:44 Building security-proxy-setup ... 08:28:44 Building security-secretstore-setup ... 08:28:44 Building security-spiffe-token-provider ... 08:28:44 Building security-spire-agent ... 08:28:44 Building security-spire-config ... 08:28:44 Building security-spire-server ... 08:28:44 Building support-notifications ... 08:28:44 Building support-scheduler ... 08:28:44 Building security-bootstrapper 08:28:44 Building security-spire-server 08:28:44 Building security-spire-agent 08:28:44 Building core-metadata 08:28:44 Building core-command [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:28:53 provisioning config files... 08:28:53 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config8128755956531909214tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:28:53 ---> docker-login.sh 08:28:53 nexus3.edgexfoundry.org:10001 08:28:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:28:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:28:54 Configure a credential helper to remove this warning. See 08:28:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:28:54 08:28:54 Login Succeeded 08:28:54 nexus3.edgexfoundry.org:10002 08:28:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:28:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:28:54 Configure a credential helper to remove this warning. See 08:28:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:28:54 08:28:54 Login Succeeded 08:28:54 nexus3.edgexfoundry.org:10003 08:28:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:28:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:28:55 Configure a credential helper to remove this warning. See 08:28:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:28:55 08:28:55 Login Succeeded 08:28:55 nexus3.edgexfoundry.org:10004 08:28:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:28:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:28:55 Configure a credential helper to remove this warning. See 08:28:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:28:55 08:28:55 Login Succeeded 08:28:55 docker.io 08:28:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:28:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:28:56 Configure a credential helper to remove this warning. See 08:28:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:28:56 08:28:56 Login Succeeded 08:28:56 ---> docker-login.sh ends [Pipeline] } 08:28:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 08:28:56 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 08:28:56 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:28:56 ---> 77ff47d3faf8 08:28:56 Step 3/24 : ARG ADD_BUILD_TAGS="" 08:28:56 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 08:28:56 Step 2/25 : FROM ${BUILDER_BASE} AS builder 08:28:56 ---> 77ff47d3faf8 08:28:56 Step 3/25 : ARG ADD_BUILD_TAGS="" 08:28:56 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 08:28:56 Step 2/33 : FROM ${BUILDER_BASE} AS builder 08:28:56 ---> 77ff47d3faf8 08:28:56 Step 3/33 : WORKDIR /edgex-go 08:28:56 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 08:28:56 Step 2/27 : FROM ${BUILDER_BASE} AS builder 08:28:56 ---> 77ff47d3faf8 08:28:56 Step 3/27 : WORKDIR /edgex-go 08:28:56 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 08:28:56 Step 2/26 : FROM ${BUILDER_BASE} AS builder 08:28:56 ---> 77ff47d3faf8 08:28:56 Step 3/26 : WORKDIR /edgex-go 08:28:56 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 08:28:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 08:28:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 08:28:56 ========================================================= 08:28:56 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 08:28:56 ========================================================= [Pipeline] fileExists [Pipeline] sh 08:28:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 08:28:57 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:28:57 af6eaf76a39c: Pulling fs layer 08:28:57 55522c791124: Pulling fs layer 08:28:57 ce5c4a1c91eb: Pulling fs layer 08:28:57 169dfbe0d373: Pulling fs layer 08:28:57 e1ff8fa3b103: Pulling fs layer 08:28:57 52ebb69f0ebf: Pulling fs layer 08:28:57 5abe8eddf0d5: Pulling fs layer 08:28:57 e1ff8fa3b103: Waiting 08:28:57 52ebb69f0ebf: Waiting 08:28:57 5abe8eddf0d5: Waiting 08:28:57 169dfbe0d373: Waiting 08:28:57 55522c791124: Download complete 08:28:57 169dfbe0d373: Verifying Checksum 08:28:57 169dfbe0d373: Download complete 08:28:57 e1ff8fa3b103: Verifying Checksum 08:28:57 e1ff8fa3b103: Download complete 08:28:57 af6eaf76a39c: Download complete 08:28:58 af6eaf76a39c: Pull complete 08:28:58 5abe8eddf0d5: Verifying Checksum 08:28:58 5abe8eddf0d5: Download complete 08:28:59 55522c791124: Pull complete 08:29:00 52ebb69f0ebf: Verifying Checksum 08:29:00 52ebb69f0ebf: Download complete 08:29:00 ce5c4a1c91eb: Download complete 08:29:03 ---> Running in 71e52577fb4a 08:29:03 ---> Running in 6d50ebf89a31 08:29:03 ---> Running in 3351debc0f8c 08:29:03 ---> Running in 436efc797671 08:29:03 ---> Running in b70a331c9dab 08:29:03 Removing intermediate container 436efc797671 08:29:03 ---> f9323b53eb73 08:29:03 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 08:29:03 Removing intermediate container 71e52577fb4a 08:29:03 ---> e41e5c6f8228 08:29:03 Step 4/24 : WORKDIR /edgex-go 08:29:03 Removing intermediate container 3351debc0f8c 08:29:03 ---> 1bb45d6914dc 08:29:03 Step 4/25 : WORKDIR /edgex-go 08:29:03 Removing intermediate container 6d50ebf89a31 08:29:03 ---> 46fd13421450 08:29:03 Step 4/33 : RUN apk add --update --no-cache make git 08:29:03 Removing intermediate container b70a331c9dab 08:29:03 ---> b9ccf2533f73 08:29:03 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 08:29:03 ---> Running in edc6cda44bbe 08:29:03 ---> Running in 9deb1d586bd1 08:29:03 ---> Running in 27f01e600e7f 08:29:03 ---> Running in 9cd359cd794e 08:29:03 ---> Running in fb528b6a9ddf 08:29:03 Removing intermediate container 9deb1d586bd1 08:29:03 ---> 6bdcabea50be 08:29:03 Step 5/24 : RUN apk add --update --no-cache make git 08:29:03 Removing intermediate container 27f01e600e7f 08:29:03 ---> e1a61486b83e 08:29:03 Step 5/25 : RUN apk add --update --no-cache make git 08:29:03 ---> Running in 5521d068f5f8 08:29:03 ---> Running in 1ab1647aa11c 08:29:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:29:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:29:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:29:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:29:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:29:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:29:03 OK: 265 MiB in 53 packages 08:29:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:29:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:29:03 OK: 265 MiB in 53 packages 08:29:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:29:03 OK: 265 MiB in 53 packages 08:29:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:29:03 Removing intermediate container edc6cda44bbe 08:29:03 ---> 6e0bc0883e03 08:29:03 Step 5/26 : COPY go.mod vendor* ./ 08:29:03 OK: 265 MiB in 53 packages 08:29:03 OK: 265 MiB in 53 packages 08:29:03 ---> 0d58941d8c6b 08:29:03 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:29:03 ---> Running in a13664d29be6 08:29:04 Removing intermediate container fb528b6a9ddf 08:29:04 ---> 53297ab5f716 08:29:04 Step 5/27 : COPY go.mod vendor* ./ 08:29:04 Removing intermediate container 9cd359cd794e 08:29:04 ---> f02269718e85 08:29:04 Step 5/33 : COPY go.mod vendor* ./ 08:29:04 ---> cf53b4b8a0f2 08:29:04 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:29:04 ---> 7f0949df7d76 08:29:04 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:29:04 ---> Running in 9475cd5f8e03 08:29:04 ---> Running in a819fba36bff 08:29:04 Removing intermediate container 5521d068f5f8 08:29:04 ---> 4cae4dc94a39 08:29:04 Step 6/24 : COPY go.mod vendor* ./ 08:29:04 Removing intermediate container 1ab1647aa11c 08:29:04 ---> eafc538093fe 08:29:04 Step 6/25 : COPY go.mod vendor* ./ 08:29:04 ---> 09dfca5179b1 08:29:04 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:29:04 ---> Running in 787b928f6753 08:29:04 ---> 8149800172ac 08:29:04 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:29:04 ---> Running in c07c3bccbb2d 08:29:10 ce5c4a1c91eb: Pull complete 08:29:10 169dfbe0d373: Pull complete 08:29:10 e1ff8fa3b103: Pull complete 08:29:20 52ebb69f0ebf: Pull complete 08:29:21 5abe8eddf0d5: Pull complete 08:29:21 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 08:29:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 08:29:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh 08:29:21 + + dockerecho build FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 08:29:21 WORKDIR /edgex 08:29:21 COPY go.mod . 08:29:21 RUN go mod download -t 08:29:21 ci-base-image-arm64 -f - . 08:29:22 Sending build context to Docker daemon 2.936MB 08:29:22 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 08:29:22 ---> 6cb57ee374ae 08:29:22 Step 2/4 : WORKDIR /edgex 08:29:24 ---> Running in d843012f2e61 08:29:24 Removing intermediate container d843012f2e61 08:29:24 ---> 4a3291b20cef 08:29:24 Step 3/4 : COPY go.mod . 08:29:24 ---> aef1153ab8c7 08:29:24 Step 4/4 : RUN go mod download 08:29:24 ---> Running in cbc954318daf 08:29:57 Removing intermediate container cbc954318daf 08:29:57 ---> 054c3a399757 08:29:57 Successfully built 054c3a399757 08:29:57 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:29:57 + docker inspect -f . ci-base-image-arm64 08:29:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:29:58 prd-ubuntu20.04-docker-arm64-4c-16g-7289 does not seem to be running inside a container 08:29:58 $ 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 ******** ci-base-image-arm64 cat 08:29:59 $ docker top 0bce806ad485e21973e555d01b3456b80942a5394006b041dbc9d89144d0bccd -eo pid,comm [Pipeline] { [Pipeline] sh 08:30:00 + go version 08:30:00 go version go1.20.2 linux/arm64 [Pipeline] } 08:30:00 $ docker stop --time=1 0bce806ad485e21973e555d01b3456b80942a5394006b041dbc9d89144d0bccd 08:30:00 Removing intermediate container a819fba36bff 08:30:00 ---> b205a2ced5b3 08:30:00 Step 7/27 : COPY . . 08:30:00 Removing intermediate container a13664d29be6 08:30:00 ---> 791305f8e6f2 08:30:00 Step 7/26 : COPY . . 08:30:00 Removing intermediate container c07c3bccbb2d 08:30:00 ---> ff63353072d5 08:30:00 Step 8/25 : COPY . . 08:30:00 Removing intermediate container 9475cd5f8e03 08:30:00 ---> e4e414ef9a9b 08:30:00 Step 7/33 : COPY . . 08:30:00 Removing intermediate container 787b928f6753 08:30:00 ---> 3ba84f1566ff 08:30:00 Step 8/24 : COPY . . 08:30:01 $ docker rm -f --volumes 0bce806ad485e21973e555d01b3456b80942a5394006b041dbc9d89144d0bccd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:30:02 + docker inspect -f . ci-base-image-arm64 08:30:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:30:02 prd-ubuntu20.04-docker-arm64-4c-16g-7289 does not seem to be running inside a container 08:30:03 $ 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 ******** ci-base-image-arm64 cat 08:30:04 $ docker top 02eb4b0c9c6a3d343f4973cb42b70264b25e315282fdbc9b4f56c23d37c4acd7 -eo pid,comm [Pipeline] { [Pipeline] echo 08:30:04 ========================================================= 08:30:04 [edgeXBuildGoParallel] Running Tests and Build... 08:30:04 ========================================================= [Pipeline] sh 08:30:04 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 08:30:05 + make test 08:30:05 go test -race -coverprofile=coverage.out ./... 08:30:10 ---> af45b73717c6 08:30:10 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 08:30:10 ---> 9771c472f8bb 08:30:10 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 08:30:10 ---> f1152725c286 08:30:10 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 08:30:10 ---> Running in 0938ce6f54a4 08:30:10 ---> 2a22e7a3ff56 08:30:10 Step 8/26 : ARG SPIRE_RELEASE=1.2.1 08:30:10 ---> 7760876a6b3e 08:30:10 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 08:30:10 ---> Running in e3bbaba2d20a 08:30:10 ---> Running in 35e37407f4e0 08:30:11 ---> Running in 7b09fb1f5680 08:30:11 ---> Running in 5536a1629e85 08:30:11 Removing intermediate container 0938ce6f54a4 08:30:11 ---> 5f1d36740f32 08:30:11 Step 9/27 : WORKDIR /edgex-go/spire-build 08:30:11 ---> Running in 44ee294f8bfe 08:30:11 Removing intermediate container 7b09fb1f5680 08:30:11 ---> 98dafb7105d9 08:30:11 Step 9/26 : WORKDIR /edgex-go/spire-build 08:30:11 ---> Running in d46c82cec5e2 08:30:11 Removing intermediate container 44ee294f8bfe 08:30:11 ---> 0e051527b28a 08:30:11 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 08:30:11 ---> Running in c679682dc4e3 08:30:11 Removing intermediate container d46c82cec5e2 08:30:11 ---> d72d6c5a0af4 08:30:11 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 08:30:11 ---> Running in 888b397cc5ae 08:30:11 Removing intermediate container c679682dc4e3 08:30:11 ---> 3166728f2ae7 08:30:11 Step 11/27 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 08:30:11 Removing intermediate container 888b397cc5ae 08:30:11 ---> 940401f5615e 08:30:11 Step 11/26 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 08:30:11 ---> Running in e59ee1b22655 08:30:11 ---> Running in 3d7bd8cad68b 08:30:11 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 08:30:11 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 08:30:11 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 08:30:13 Removing intermediate container e59ee1b22655 08:30:13 ---> edd6ed4444df 08:30:13 Step 12/27 : WORKDIR /edgex-go 08:30:13 Removing intermediate container 3d7bd8cad68b 08:30:13 ---> f96a8753c1b0 08:30:13 Step 12/26 : WORKDIR /edgex-go 08:30:13 ---> Running in 3c1317435692 08:30:13 ---> Running in 35878edddd6c 08:30:13 Removing intermediate container 35878edddd6c 08:30:13 ---> 66903c757055 08:30:13 08:30:13 Step 13/26 : FROM alpine:3.17 08:30:13 Removing intermediate container 3c1317435692 08:30:13 ---> 2661539a3d65 08:30:13 08:30:13 Step 13/27 : FROM alpine:3.17 08:30:13 3.17: Pulling from library/alpine 08:30:13 3.17: Pulling from library/alpine 08:30:14 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 08:30:14 Status: Downloaded newer image for alpine:3.17 08:30:14 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 08:30:14 Status: Image is up to date for alpine:3.17 08:30:14 ---> 9ed4aefc74f6 08:30:14 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 08:30:14 ---> 9ed4aefc74f6 08:30:14 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 08:30:14 ---> Running in 9f69b0afda0c 08:30:14 ---> Running in 246af6db018e 08:30:14 Removing intermediate container 9f69b0afda0c 08:30:14 ---> 4e6d10d9f405 08:30:14 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 08:30:14 ---> Running in c9131964532d 08:30:15 Removing intermediate container 246af6db018e 08:30:15 ---> 4e2abdbc6648 08:30:15 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 08:30:15 ---> Running in b0ab70e3b26a 08:30:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:30:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:30:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:30:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:30:15 v3.17.3-51-gb3e182d1e6a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 08:30:15 v3.17.3-52-g138c24c548d [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 08:30:15 OK: 17818 distinct packages available 08:30:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:30:16 v3.17.3-51-gb3e182d1e6a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 08:30:16 v3.17.3-52-g138c24c548d [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 08:30:16 OK: 17818 distinct packages available 08:30:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:30:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:30:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:30:16 (1/5) Installing dumb-init (1.2.5-r2) 08:30:16 (2/5) Installing musl-obstack (1.2.3-r0) 08:30:16 (3/5) Installing libucontext (1.2-r0) 08:30:16 (4/5) Installing gcompat (1.1.0-r0) 08:30:16 (5/5) Installing openssl (3.0.8-r3) 08:30:16 Executing busybox-1.35.0-r29.trigger 08:30:16 OK: 8 MiB in 20 packages 08:30:16 (1/5) Installing dumb-init (1.2.5-r2) 08:30:16 (2/5) Installing musl-obstack (1.2.3-r0) 08:30:16 (3/5) Installing libucontext (1.2-r0) 08:30:16 (4/5) Installing gcompat (1.1.0-r0) 08:30:16 (5/5) Installing openssl (3.0.8-r3) 08:30:16 Executing busybox-1.35.0-r29.trigger 08:30:16 OK: 8 MiB in 20 packages 08:30:18 Removing intermediate container c9131964532d 08:30:18 ---> 5c6a11d37f52 08:30:18 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 08:30:19 Removing intermediate container b0ab70e3b26a 08:30:19 ---> d63d358e8fde 08:30:19 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 08:30:19 ---> 6fbc5567aa51 08:30:19 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 08:30:20 ---> ad7443994218 08:30:20 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 08:30:20 ---> e5f4338157fc 08:30:20 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 08:30:23 ---> 5fb81319a7c9 08:30:23 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 08:30:25 ---> 4205630f1125 08:30:25 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 08:30:25 ---> b7c31f5a179f 08:30:25 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 08:30:26 ---> fb2d94f80beb 08:30:26 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 08:30:26 ---> e809f9a044e3 08:30:26 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 08:30:27 ---> b179d3f8e711 08:30:27 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 08:30:28 ---> Running in e9fe6486a90b 08:30:28 ---> d62d01edafd7 08:30:28 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 08:30:29 Removing intermediate container e9fe6486a90b 08:30:29 ---> 42c1cd7eab6e 08:30:29 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 08:30:30 ---> 3b486fb07087 08:30:30 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 08:30:30 ---> Running in 4cf2ee1d5a6e 08:30:30 Removing intermediate container 4cf2ee1d5a6e 08:30:30 ---> 3eca9bf30b47 08:30:30 Step 24/26 : LABEL arch=x86_64 08:30:30 ---> Running in 97c61616008a 08:30:30 ---> a0e8492278c5 08:30:30 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 08:30:30 Removing intermediate container 97c61616008a 08:30:30 ---> 721a61fc8bc6 08:30:30 Step 25/26 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe 08:30:30 ---> Running in 63dfc8c73389 08:30:30 ---> 7f19a5302ec9 08:30:30 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 08:30:30 ---> Running in 705a97bee52e 08:30:30 Removing intermediate container 63dfc8c73389 08:30:30 ---> 4f0809040cf7 08:30:30 Step 26/26 : LABEL version=0.0.0 08:30:31 ---> Running in 104308e130cb 08:30:31 Removing intermediate container 705a97bee52e 08:30:31 ---> d832c688482a 08:30:31 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 08:30:31 ---> Running in 8f56d28a7877 08:30:31 Removing intermediate container 104308e130cb 08:30:31 ---> b34b92788f7e 08:30:31 08:30:31 Removing intermediate container 8f56d28a7877 08:30:31 ---> ede44062b5aa 08:30:31 Step 25/27 : LABEL arch=x86_64 08:30:31 Successfully built b34b92788f7e 08:30:31 Successfully tagged security-spire-server:latest 08:30:31 Building support-scheduler 08:30:31  Building security-spire-server ... done  ---> Running in aca59eb53560 08:30:34 Removing intermediate container aca59eb53560 08:30:34 ---> acb82b428b09 08:30:34 Step 26/27 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe 08:30:35 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 08:30:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:30:35 ---> 77ff47d3faf8 08:30:35 Step 3/23 : ARG ADD_BUILD_TAGS="" 08:30:35 ---> Using cache 08:30:35 ---> 1bb45d6914dc 08:30:35 Step 4/23 : WORKDIR /edgex-go 08:30:35 ---> Using cache 08:30:35 ---> e1a61486b83e 08:30:35 Step 5/23 : RUN apk add --update --no-cache make git 08:30:35 ---> Using cache 08:30:35 ---> eafc538093fe 08:30:35 Step 6/23 : COPY go.mod vendor* ./ 08:30:35 ---> Using cache 08:30:35 ---> 8149800172ac 08:30:35 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:30:35 ---> Using cache 08:30:35 ---> ff63353072d5 08:30:35 Step 8/23 : COPY . . 08:30:35 ---> Using cache 08:30:35 ---> 7760876a6b3e 08:30:35 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 08:30:39 ---> Running in 57b6a5bd0050 08:30:39 ---> Running in da71e3a51add 08:30:39 Removing intermediate container 57b6a5bd0050 08:30:39 ---> 0430b9eec9e2 08:30:39 Step 27/27 : LABEL version=0.0.0 08:30:39 ---> Running in 33beb8f3a7d5 08:30:39 Removing intermediate container 33beb8f3a7d5 08:30:39 ---> a19b64ca7976 08:30:39 08:30:39 Successfully built a19b64ca7976 08:30:39 Successfully tagged security-spire-agent:latest 08:30:39 Building support-notifications 08:30:40  Building security-spire-agent ... done 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 08:30:43 ? github.com/edgexfoundry/edgex-go [no test files] 08:30:44 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 08:30:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:30:44 ---> 77ff47d3faf8 08:30:44 Step 3/23 : ARG ADD_BUILD_TAGS="" 08:30:44 ---> Using cache 08:30:44 ---> 1bb45d6914dc 08:30:44 Step 4/23 : WORKDIR /edgex-go 08:30:44 ---> Using cache 08:30:44 ---> e1a61486b83e 08:30:44 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 08:30:50 ---> Running in b65844a51866 08:30:51 Removing intermediate container 5536a1629e85 08:30:51 ---> f116067a9023 08:30:51 08:30:51 Step 10/25 : FROM alpine:3.17 08:30:51 ---> 9ed4aefc74f6 08:30:51 Step 11/25 : RUN apk add --update --no-cache dumb-init 08:30:51 Removing intermediate container e3bbaba2d20a 08:30:51 ---> 3663ac4c5b8c 08:30:51 08:30:51 Step 10/24 : FROM alpine:3.17 08:30:51 Removing intermediate container 35e37407f4e0 08:30:51 ---> f9564b1d2ed7 08:30:51 08:30:51 Step 9/33 : FROM alpine:3.17 08:30:51 ---> 9ed4aefc74f6 08:30:51 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 08:30:51 ---> 9ed4aefc74f6 08:30:51 Step 11/24 : RUN apk add --update --no-cache dumb-init 08:30:51 ---> Running in e49970247db9 08:30:51 ---> Running in 9424389b147b 08:30:51 ---> Running in 643d83e97a2b 08:30:51 Removing intermediate container 9424389b147b 08:30:51 ---> fd68541ca2c2 08:30:51 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 08:30:51 ---> Running in 2270a5aacb35 08:30:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:30:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:30:51 OK: 265 MiB in 53 packages 08:30:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:30:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:30:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:30:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:30:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:30:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:30:52 (1/1) Installing dumb-init (1.2.5-r2) 08:30:52 Executing busybox-1.35.0-r29.trigger 08:30:52 OK: 7 MiB in 16 packages 08:30:52 (1/1) Installing dumb-init (1.2.5-r2) 08:30:52 Executing busybox-1.35.0-r29.trigger 08:30:52 OK: 7 MiB in 16 packages 08:30:52 (1/2) Installing dumb-init (1.2.5-r2) 08:30:52 (2/2) Installing su-exec (0.2-r2) 08:30:52 Executing busybox-1.35.0-r29.trigger 08:30:52 OK: 7 MiB in 17 packages 08:30:52 Removing intermediate container b65844a51866 08:30:52 ---> 1a20c73558eb 08:30:52 Step 6/23 : COPY go.mod vendor* ./ 08:30:53 ---> d8b94b7c0bbd 08:30:53 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:30:53 ---> Running in 21b6e621bcb7 08:30:53 Removing intermediate container e49970247db9 08:30:53 ---> f0aaec9fa275 08:30:53 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 08:30:53 ---> Running in 6aafe3e0c3d1 08:30:53 Removing intermediate container 2270a5aacb35 08:30:53 ---> f3a613fdbe0d 08:30:53 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 08:30:53 Removing intermediate container 643d83e97a2b 08:30:53 ---> 8039f9c9c11d 08:30:53 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 08:30:53 Removing intermediate container 6aafe3e0c3d1 08:30:53 ---> 81d564648439 08:30:53 Step 13/24 : ENV APP_PORT=59882 08:30:53 ---> Running in 1aa51893d673 08:30:53 ---> Running in 395d2df93c13 08:30:53 ---> Running in 43d8d1af6dab 08:30:53 Removing intermediate container 395d2df93c13 08:30:53 ---> 98c30a112920 08:30:53 Step 13/25 : ENV APP_PORT=59881 08:30:53 Removing intermediate container 1aa51893d673 08:30:53 ---> 47e670b7f6d5 08:30:53 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 08:30:53 ---> Running in b5dc7af16e64 08:30:53 Removing intermediate container 43d8d1af6dab 08:30:53 ---> 1be2424b07a5 08:30:53 Step 14/24 : EXPOSE $APP_PORT 08:30:53 ---> Running in 8658e6496700 08:30:53 ---> Running in 49a8c23ebefa 08:30:54 Removing intermediate container 49a8c23ebefa 08:30:54 ---> a2c758705ee6 08:30:54 Step 15/24 : WORKDIR / 08:30:54 Removing intermediate container 8658e6496700 08:30:54 ---> 6017ad78081e 08:30:54 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 08:30:54 Removing intermediate container b5dc7af16e64 08:30:54 ---> b996855ebbd5 08:30:54 Step 14/25 : EXPOSE $APP_PORT 08:30:54 ---> Running in 4996bd3515b1 08:30:54 ---> Running in 54487458e590 08:30:54 ---> Running in 10e75e351e3a 08:30:54 Removing intermediate container 4996bd3515b1 08:30:54 ---> 6a11387a47ec 08:30:54 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 08:30:54 ---> Running in 6a8082763ad2 08:30:54 Removing intermediate container 54487458e590 08:30:54 ---> db03487690b5 08:30:54 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 08:30:54 Removing intermediate container 10e75e351e3a 08:30:54 ---> 0c83ef81ade9 08:30:54 Step 15/25 : WORKDIR / 08:30:54 Removing intermediate container 6a8082763ad2 08:30:54 ---> 20fb84086b86 08:30:54 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 08:30:54 ---> Running in 988121a38e92 08:30:54 ---> Running in 6345cb69613f 08:30:54 ---> 4bd9a73f2e6d 08:30:54 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 08:30:54 Removing intermediate container 988121a38e92 08:30:54 ---> 7e8ba319d5eb 08:30:54 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 08:30:55 ---> 9d5ebd8ac4e2 08:30:55 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 08:30:55 ---> d6e181d68e9c 08:30:55 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:30:55 ---> 2f4065d06b49 08:30:55 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:30:55 ---> fc425a2f9e2e 08:30:55 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 08:30:55 Removing intermediate container 6345cb69613f 08:30:55 ---> 9eaf6d38ef97 08:30:55 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 08:30:56 ---> Running in 0b799264f240 08:30:56 ---> ce237770f084 08:30:56 Step 20/24 : ENTRYPOINT ["/core-command"] 08:30:56 Removing intermediate container 0b799264f240 08:30:56 ---> a23d611abd68 08:30:56 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 08:30:56 ---> Running in e8c13792c19b 08:30:56 ---> 9a34e8c1d0d9 08:30:56 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 08:30:56 Removing intermediate container e8c13792c19b 08:30:56 ---> 8f3eef54082f 08:30:56 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 08:30:56 ---> Running in ff66ac7213a5 08:30:56 ---> 950ccc2e1571 08:30:56 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 08:30:56 ---> Running in a68a9f06fab4 08:30:56 ---> 9a018845334a 08:30:56 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 08:30:56 Removing intermediate container ff66ac7213a5 08:30:56 ---> 63789d00066b 08:30:56 Step 22/24 : LABEL arch=x86_64 08:30:56 ---> Running in 3c16d17c3de9 08:30:57 ---> a21f8382bbe5 08:30:57 Step 21/25 : ENTRYPOINT ["/core-metadata"] 08:30:57 ---> Running in b041245439d0 08:30:57 Removing intermediate container 3c16d17c3de9 08:30:57 ---> 9a97f9aa3d62 08:30:57 Step 23/24 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe 08:30:57 ---> Running in 5c6cdb240c89 08:30:57 Removing intermediate container b041245439d0 08:30:57 ---> 6417f03ec23c 08:30:57 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 08:30:58 ---> Running in 68a694bb7145 08:31:02 Removing intermediate container 5c6cdb240c89 08:31:02 ---> e93cecb5a0cf 08:31:02 Step 24/24 : LABEL version=0.0.0 08:31:03 Removing intermediate container 68a694bb7145 08:31:03 ---> 3e38c036cddb 08:31:03 Step 23/25 : LABEL arch=x86_64 08:31:03 ---> Running in 26e8ecf9ad83 08:31:03 ---> Running in 5cbe0d4dca3f 08:31:03 Removing intermediate container a68a9f06fab4 08:31:03 ---> d04df6601189 08:31:03 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 08:31:03 Removing intermediate container 26e8ecf9ad83 08:31:03 ---> 01e4d9c46c4a 08:31:03 08:31:03 Removing intermediate container 5cbe0d4dca3f 08:31:03 ---> 6c1b9b747c98 08:31:03 Step 24/25 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe 08:31:03 Successfully built 01e4d9c46c4a 08:31:03 Successfully tagged core-command:latest 08:31:03  Building core-command ... done Building core-data 08:31:04 ---> 7abb30bbaef6 08:31:04 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 08:31:08 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 08:31:08 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:31:08 ---> 77ff47d3faf8 08:31:08 Step 3/23 : ARG ADD_BUILD_TAGS="" 08:31:08 ---> Using cache 08:31:08 ---> 1bb45d6914dc 08:31:08 Step 4/23 : WORKDIR /edgex-go 08:31:08 ---> Using cache 08:31:08 ---> e1a61486b83e 08:31:08 Step 5/23 : RUN apk add --update --no-cache make git 08:31:08 ---> Using cache 08:31:08 ---> eafc538093fe 08:31:08 Step 6/23 : COPY go.mod vendor* ./ 08:31:08 ---> Using cache 08:31:08 ---> 8149800172ac 08:31:08 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:31:08 ---> Using cache 08:31:08 ---> ff63353072d5 08:31:08 Step 8/23 : COPY . . 08:31:08 ---> Using cache 08:31:08 ---> 7760876a6b3e 08:31:08 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 08:31:12 ---> Running in 06a9e8d216e8 08:31:12 ---> 1fef2c0bf523 08:31:12 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:31:12 ---> Running in 4db1dba0b611 08:31:12 Removing intermediate container 06a9e8d216e8 08:31:12 ---> 54274e3c9717 08:31:12 Step 25/25 : LABEL version=0.0.0 08:31:13 Removing intermediate container da71e3a51add 08:31:13 ---> a7522cfd5745 08:31:13 08:31:13 Step 10/23 : FROM alpine:3.17 08:31:13 ---> 9ed4aefc74f6 08:31:13 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:31:13 ---> Using cache 08:31:13 ---> 8039f9c9c11d 08:31:13 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 08:31:13 ---> Using cache 08:31:13 ---> 98c30a112920 08:31:13 Step 13/23 : ENV APP_PORT=59861 08:31:13 ---> Running in e581868e50dc 08:31:13 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 08:31:13 ---> Running in c40088a7c677 08:31:13 ---> 421db3f4751a 08:31:13 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 08:31:13 Removing intermediate container e581868e50dc 08:31:13 ---> 058ad4c2d3e1 08:31:13 08:31:13 Successfully built 058ad4c2d3e1 08:31:13 Successfully tagged core-metadata:latest 08:31:13  Building core-metadata ... done Building security-spire-config 08:31:13 Removing intermediate container c40088a7c677 08:31:13 ---> 31542f6b04c8 08:31:13 Step 14/23 : EXPOSE $APP_PORT 08:31:13 ---> 7a113ee763f8 08:31:13 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 08:31:13 ---> Running in 7a9772f1c042 08:31:13 Removing intermediate container 21b6e621bcb7 08:31:13 ---> 14604c8622d9 08:31:13 Step 8/23 : COPY . . 08:31:19 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 08:31:19 Step 2/27 : FROM ${BUILDER_BASE} AS builder 08:31:19 ---> 77ff47d3faf8 08:31:19 Step 3/27 : WORKDIR /edgex-go 08:31:19 ---> Using cache 08:31:19 ---> b9ccf2533f73 08:31:19 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 08:31:19 ---> Using cache 08:31:19 ---> 53297ab5f716 08:31:19 Step 5/27 : COPY go.mod vendor* ./ 08:31:19 ---> Using cache 08:31:19 ---> cf53b4b8a0f2 08:31:19 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:31:19 ---> Using cache 08:31:19 ---> b205a2ced5b3 08:31:19 Step 7/27 : COPY . . 08:31:19 ---> Using cache 08:31:19 ---> af45b73717c6 08:31:19 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 08:31:19 ---> Using cache 08:31:19 ---> 5f1d36740f32 08:31:19 Step 9/27 : WORKDIR /edgex-go/spire-build 08:31:19 ---> Using cache 08:31:19 ---> 0e051527b28a 08:31:19 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 08:31:19 ---> Using cache 08:31:19 ---> 3166728f2ae7 08:31:19 Step 11/27 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 08:31:19 ---> Using cache 08:31:19 ---> edd6ed4444df 08:31:19 Step 12/27 : WORKDIR /edgex-go 08:31:19 ---> Using cache 08:31:19 ---> 2661539a3d65 08:31:19 08:31:19 Step 13/27 : FROM alpine:3.17 08:31:19 ---> 9ed4aefc74f6 08:31:19 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 08:31:19 ---> Using cache 08:31:19 ---> 4e2abdbc6648 08:31:19 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 08:31:22 Removing intermediate container 7a9772f1c042 08:31:22 ---> d49d6f7fb14e 08:31:22 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:31:22 ---> dea25faea6ba 08:31:22 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 08:31:22 ---> Running in f71cc7ee81d6 08:31:22 ---> 5437ff58d060 08:31:22 Step 9/23 : RUN make cmd/support-notifications/support-notifications 08:31:22 ---> 9a39128305fb 08:31:22 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 08:31:22 ---> Running in 4287cf257621 08:31:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:31:22 ---> f0a8c4342a53 08:31:22 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 08:31:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:31:23 v3.17.3-51-gb3e182d1e6a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 08:31:23 v3.17.3-52-g138c24c548d [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 08:31:23 OK: 17818 distinct packages available 08:31:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:31:23 ---> 2aa610e969ca 08:31:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:31:23 ---> 555c883f60e2 08:31:23 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:31:23 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 08:31:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:31:23 (1/4) Installing dumb-init (1.2.5-r2) 08:31:23 (2/4) Installing musl-obstack (1.2.3-r0) 08:31:23 (3/4) Installing libucontext (1.2-r0) 08:31:23 (4/4) Installing gcompat (1.1.0-r0) 08:31:23 Executing busybox-1.35.0-r29.trigger 08:31:23 OK: 7 MiB in 19 packages 08:31:24 ---> 0d45e11b81ee 08:31:24 Step 28/33 : RUN chmod +x /entrypoint.sh 08:31:24 ---> 8a6e805bb2a4 08:31:24 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 08:31:24 ---> Running in 9279119ec17a 08:31:24 ---> cd2765bd3cf6 08:31:24 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 08:31:24 Removing intermediate container f71cc7ee81d6 08:31:24 ---> 571d48f1a649 08:31:24 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 08:31:24 ---> Running in d4a690f0be1d 08:31:24 Removing intermediate container d4a690f0be1d 08:31:24 ---> 9a016701ccb9 08:31:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 08:31:24 ---> Running in 0a57576f3745 08:31:24 ---> 0fbd3b4e76d4 08:31:24 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 08:31:24 Removing intermediate container 0a57576f3745 08:31:24 ---> 14b8a83dc5aa 08:31:24 Step 21/23 : LABEL arch=x86_64 08:31:24 ---> Running in 80b4cc61fcf4 08:31:24 ---> 44257efd7cdc 08:31:24 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 08:31:25 Removing intermediate container 80b4cc61fcf4 08:31:25 ---> 8c3f7899dbe9 08:31:25 Step 22/23 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe 08:31:25 ---> Running in e9fa79e1d9cc 08:31:25 Removing intermediate container 9279119ec17a 08:31:25 ---> ab26c7754819 08:31:25 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 08:31:25 ---> Running in e7987e1457d2 08:31:25 Removing intermediate container e9fa79e1d9cc 08:31:25 ---> adc443118198 08:31:25 Step 23/23 : LABEL version=0.0.0 08:31:26 ---> Running in 92df4ba91dd2 08:31:26 Removing intermediate container e7987e1457d2 08:31:26 ---> ba2e66663677 08:31:26 Step 30/33 : CMD ["gate"] 08:31:26 ---> 6a656418fb9d 08:31:26 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 08:31:26 ---> Running in 94a6d563d247 08:31:26 Removing intermediate container 92df4ba91dd2 08:31:26 ---> 5516344bd250 08:31:26 08:31:26 Removing intermediate container 94a6d563d247 08:31:26 ---> fd34c65b821c 08:31:26 Step 31/33 : LABEL arch=x86_64 08:31:26 Successfully built 5516344bd250 08:31:26 Successfully tagged support-scheduler:latest 08:31:26  Building support-scheduler ... done Building security-proxy-auth 08:31:26 ---> Running in 21ddc5084ccd 08:31:26 ---> 8d7ef741984d 08:31:26 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 08:31:29 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 08:31:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:31:29 ---> 77ff47d3faf8 08:31:29 Step 3/23 : ARG ADD_BUILD_TAGS="" 08:31:29 ---> Using cache 08:31:29 ---> 1bb45d6914dc 08:31:29 Step 4/23 : WORKDIR /edgex-go 08:31:29 ---> Using cache 08:31:29 ---> e1a61486b83e 08:31:29 Step 5/23 : RUN apk add --update --no-cache make git 08:31:29 ---> Using cache 08:31:29 ---> eafc538093fe 08:31:29 Step 6/23 : COPY go.mod vendor* ./ 08:31:29 ---> Using cache 08:31:29 ---> 8149800172ac 08:31:29 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:31:29 ---> Using cache 08:31:29 ---> ff63353072d5 08:31:29 Step 8/23 : COPY . . 08:31:29 ---> Using cache 08:31:29 ---> 7760876a6b3e 08:31:29 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 08:31:30 ---> Running in 614c8e05a390 08:31:35 Removing intermediate container 21ddc5084ccd 08:31:35 ---> d4f06eadc661 08:31:35 Step 32/33 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe 08:31:35 ---> Running in 4e4feb6b8a1b 08:31:35 ---> Running in c7d6b6cea1d9 08:31:35 Removing intermediate container 614c8e05a390 08:31:35 ---> 9bd099f97f18 08:31:35 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 08:31:35 Removing intermediate container c7d6b6cea1d9 08:31:35 ---> 524ce5e508eb 08:31:35 Step 33/33 : LABEL version=0.0.0 08:31:35 ---> Running in ec05b512c9ce 08:31:35 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 08:31:36 ---> 301c828e8245 08:31:36 Step 22/27 : WORKDIR / 08:31:37 Removing intermediate container ec05b512c9ce 08:31:37 ---> 12fbfff6a060 08:31:37 08:31:37 ---> Running in 65d58db12971 08:31:37 Successfully built 12fbfff6a060 08:31:37 Successfully tagged security-bootstrapper:latest 08:31:37 Building security-spiffe-token-provider 08:31:37  Building security-bootstrapper ... done Removing intermediate container 4db1dba0b611 08:31:37 ---> 8db683467d88 08:31:37 08:31:37 Step 10/23 : FROM alpine:3.17 08:31:37 ---> 9ed4aefc74f6 08:31:37 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 08:31:38 ---> Running in 6a3dd2232ba0 08:31:38 Removing intermediate container 65d58db12971 08:31:38 ---> 60cd5ae3acd6 08:31:38 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 08:31:41 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 08:31:41 Step 2/20 : FROM ${BUILDER_BASE} AS builder 08:31:41 ---> 77ff47d3faf8 08:31:41 Step 3/20 : WORKDIR /edgex-go 08:31:41 ---> Using cache 08:31:41 ---> b9ccf2533f73 08:31:41 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 08:31:46 ---> Running in 7a38c0601815 08:31:46 Removing intermediate container 6a3dd2232ba0 08:31:46 ---> 17feb53db450 08:31:46 Step 12/23 : ENV APP_PORT=59880 08:31:46 ---> Running in 39f0a431b78a 08:31:46 ---> Running in d85cc2de4086 08:31:46 Removing intermediate container 7a38c0601815 08:31:46 ---> a661c6bdf4d5 08:31:46 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 08:31:46 ---> Running in 351db68ff2ee 08:31:46 Removing intermediate container d85cc2de4086 08:31:46 ---> 214bf6e78f40 08:31:46 Step 13/23 : EXPOSE $APP_PORT 08:31:46 ---> Running in 8e3cbe8cba68 08:31:46 Removing intermediate container 351db68ff2ee 08:31:46 ---> caee90caffc2 08:31:46 Step 25/27 : LABEL arch=x86_64 08:31:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:31:46 Removing intermediate container 8e3cbe8cba68 08:31:46 ---> 48c17ac84923 08:31:46 Step 14/23 : RUN apk add --update --no-cache dumb-init 08:31:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:31:46 ---> Running in a4b11bdd0453 08:31:46 ---> Running in 061365f8d7ab 08:31:47 v3.17.3-51-gb3e182d1e6a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 08:31:47 v3.17.3-52-g138c24c548d [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 08:31:47 OK: 17823 distinct packages available 08:31:47 Removing intermediate container a4b11bdd0453 08:31:47 ---> 884db3548a24 08:31:47 Step 26/27 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe 08:31:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:31:47 ---> Running in 2d44141fbcc6 08:31:47 Removing intermediate container 2d44141fbcc6 08:31:47 ---> b5558c26580b 08:31:47 Step 27/27 : LABEL version=0.0.0 08:31:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:31:47 ---> Running in a5fd6bff60ed 08:31:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:31:47 Removing intermediate container a5fd6bff60ed 08:31:47 ---> b7219da4d77b 08:31:47 08:31:47 OK: 265 MiB in 53 packages 08:31:47 Successfully built b7219da4d77b 08:31:47 Successfully tagged security-spire-config:latest 08:31:47  Building security-spire-config ... done Building core-common-config-bootstrapper 08:31:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:31:47 (1/1) Installing dumb-init (1.2.5-r2) 08:31:47 Executing busybox-1.35.0-r29.trigger 08:31:47 OK: 7 MiB in 16 packages 08:31:50 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 08:31:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:31:50 ---> 77ff47d3faf8 08:31:50 Step 3/23 : ARG ADD_BUILD_TAGS="" 08:31:50 ---> Using cache 08:31:50 ---> 1bb45d6914dc 08:31:50 Step 4/23 : WORKDIR /edgex-go 08:31:50 ---> Using cache 08:31:50 ---> e1a61486b83e 08:31:50 Step 5/23 : RUN apk add --update --no-cache make git 08:31:50 ---> Using cache 08:31:50 ---> eafc538093fe 08:31:50 Step 6/23 : COPY go.mod vendor* ./ 08:31:50 ---> Using cache 08:31:50 ---> 8149800172ac 08:31:50 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:31:50 ---> Using cache 08:31:50 ---> ff63353072d5 08:31:50 Step 8/23 : COPY . . 08:31:50 ---> Using cache 08:31:50 ---> 7760876a6b3e 08:31:50 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 08:31:53 ---> Running in 944c10ba16cf 08:31:54 Removing intermediate container 061365f8d7ab 08:31:54 ---> 9566dc2da077 08:31:54 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:31:54 Removing intermediate container 39f0a431b78a 08:31:54 ---> bdf2663882e8 08:31:54 Step 5/20 : COPY go.mod vendor* ./ 08:31:54 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 08:31:54 ---> 95d4a6a89f80 08:31:54 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 08:31:54 ---> b6300bf8e542 08:31:54 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:31:56 ---> Running in 219e7a1e46e0 08:32:00 ---> 7d5fe7b3b481 08:32:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:32:02 Removing intermediate container 4287cf257621 08:32:02 ---> 58357bde0a46 08:32:02 08:32:02 Step 10/23 : FROM alpine:3.17 08:32:02 ---> 9ed4aefc74f6 08:32:02 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 08:32:02 ---> dccdf88b8c42 08:32:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 08:32:02 ---> Running in 3a18a819aa20 08:32:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:32:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:32:03 (1/2) Installing ca-certificates (20220614-r4) 08:32:03 (2/2) Installing dumb-init (1.2.5-r2) 08:32:03 Executing busybox-1.35.0-r29.trigger 08:32:03 Executing ca-certificates-20220614-r4.trigger 08:32:03 OK: 8 MiB in 17 packages 08:32:05 ---> fe9f744608f4 08:32:05 Step 19/23 : ENTRYPOINT ["/core-data"] 08:32:05 ---> Running in 160dfed72da2 08:32:05 Removing intermediate container 4e4feb6b8a1b 08:32:05 ---> 379cf781571b 08:32:05 08:32:05 Step 10/23 : FROM alpine:3.17 08:32:05 ---> 9ed4aefc74f6 08:32:05 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 08:32:05 ---> Running in f0f457ae730e 08:32:05 Removing intermediate container 160dfed72da2 08:32:05 ---> dc63850acc62 08:32:05 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 08:32:05 Removing intermediate container 3a18a819aa20 08:32:05 ---> 09e5b5dd8d17 08:32:05 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 08:32:05 ---> Running in 456dbe692ef7 08:32:05 ---> Running in eeafb13708a3 08:32:05 Removing intermediate container f0f457ae730e 08:32:05 ---> 55731ea30a19 08:32:05 Step 12/23 : RUN apk add --update --no-cache dumb-init 08:32:05 ---> Running in fce7961ab5b0 08:32:05 Removing intermediate container eeafb13708a3 08:32:05 ---> 2d0a4d9cf5e9 08:32:05 Step 13/23 : ENV APP_PORT=59860 08:32:05 Removing intermediate container 456dbe692ef7 08:32:05 ---> f2d6a9612910 08:32:05 Step 21/23 : LABEL arch=x86_64 08:32:05 ---> Running in 3cb61db28ebc 08:32:05 ---> Running in 68b66bdc95cf 08:32:06 Removing intermediate container 68b66bdc95cf 08:32:06 ---> 1e401ed98fd3 08:32:06 Step 14/23 : EXPOSE $APP_PORT 08:32:06 Removing intermediate container 3cb61db28ebc 08:32:06 ---> 45bb124e598a 08:32:06 Step 22/23 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe 08:32:06 ---> Running in c382e9245733 08:32:06 ---> Running in ef7a651577b3 08:32:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:32:06 Removing intermediate container c382e9245733 08:32:06 ---> 8d0482e56a9a 08:32:06 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:32:06 Removing intermediate container ef7a651577b3 08:32:06 ---> bf6dc55491bc 08:32:06 Step 23/23 : LABEL version=0.0.0 08:32:06 ---> Running in f8dd73ccf953 08:32:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:32:06 Removing intermediate container f8dd73ccf953 08:32:06 ---> 1e77fad74523 08:32:06 08:32:06 ---> 8b8e108c5902 08:32:06 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 08:32:06 Successfully built 1e77fad74523 08:32:06 Successfully tagged core-data:latest 08:32:06 Building security-proxy-setup 08:32:06  Building core-data ... done (1/1) Installing dumb-init (1.2.5-r2) 08:32:06 Executing busybox-1.35.0-r29.trigger 08:32:06 OK: 7 MiB in 16 packages 08:32:10 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 08:32:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:32:10 ---> 77ff47d3faf8 08:32:10 Step 3/22 : WORKDIR /edgex-go 08:32:10 ---> Using cache 08:32:10 ---> b9ccf2533f73 08:32:10 Step 4/22 : RUN apk add --update --no-cache make git 08:32:12 ---> b95a855b6958 08:32:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:32:12 ---> Running in 84e6eb68908a 08:32:12 Removing intermediate container fce7961ab5b0 08:32:12 ---> b0cf8321dcda 08:32:12 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:32:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:32:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:32:13 ---> 3e599c2a7b1f 08:32:13 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 08:32:13 ---> aa50857262c3 08:32:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 08:32:13 OK: 265 MiB in 53 packages 08:32:13 ---> e613d4cd1311 08:32:13 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 08:32:13 ---> 4da6d0f1b32a 08:32:13 Step 19/23 : ENTRYPOINT ["/support-notifications"] 08:32:13 ---> Running in d0444c2ce86c 08:32:14 Removing intermediate container d0444c2ce86c 08:32:14 ---> 70908504da50 08:32:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 08:32:15 ---> 47b6934811e7 08:32:15 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 08:32:15 ---> Running in a599e0f426a7 08:32:15 ---> 39c4f5a255dc 08:32:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 08:32:15 Removing intermediate container 84e6eb68908a 08:32:15 ---> 4a7971306ac2 08:32:15 Step 5/22 : COPY go.mod vendor* ./ 08:32:15 Removing intermediate container a599e0f426a7 08:32:15 ---> 002e4ce9f83c 08:32:15 Step 21/23 : LABEL arch=x86_64 08:32:15 ---> Running in 60d0406f171d 08:32:15 ---> 070847445d61 08:32:15 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:32:15 Removing intermediate container 944c10ba16cf 08:32:15 ---> cdd0f459e66c 08:32:15 08:32:15 Step 10/23 : FROM alpine:3.17 08:32:15 ---> 9ed4aefc74f6 08:32:15 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 08:32:15 ---> Using cache 08:32:15 ---> 55731ea30a19 08:32:15 Step 12/23 : RUN apk add --update --no-cache dumb-init 08:32:15 ---> Using cache 08:32:15 ---> b0cf8321dcda 08:32:15 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:32:15 ---> Using cache 08:32:15 ---> Running in c52cf69dab61 08:32:15 Removing intermediate container 60d0406f171d 08:32:15 ---> 52d44d1f7216 08:32:15 Step 22/23 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe ---> 22f221075d53 08:32:15 08:32:15 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:32:15 ---> 3e599c2a7b1f 08:32:15 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 08:32:15 ---> Using cache 08:32:15 ---> e613d4cd1311 08:32:15 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 08:32:15 ---> Running in 94315288286c 08:32:15 ---> Running in 1f2777dd9bfa 08:32:15 Removing intermediate container 94315288286c 08:32:15 ---> 21f3cf1d7f7d 08:32:15 Step 23/23 : LABEL version=0.0.0 08:32:15 ---> Running in 05d77b2af853 08:32:15 Removing intermediate container 05d77b2af853 08:32:15 ---> 2b159a9f8a96 08:32:15 08:32:16 ---> 93074b9355b3 08:32:16 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 08:32:16 Successfully built 2b159a9f8a96 08:32:16 Successfully tagged support-notifications:latest 08:32:16  Building support-notifications ... done Building security-secretstore-setup 08:32:19 ---> 839b9dc52a01 08:32:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 08:32:19 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 08:32:19 Step 2/25 : FROM ${BUILDER_BASE} AS builder 08:32:19 ---> 77ff47d3faf8 08:32:19 Step 3/25 : WORKDIR /edgex-go 08:32:19 ---> Using cache 08:32:19 ---> b9ccf2533f73 08:32:19 Step 4/25 : RUN apk add --update --no-cache make git 08:32:19 ---> Using cache 08:32:19 ---> 4a7971306ac2 08:32:19 Step 5/25 : COPY go.mod vendor* ./ 08:32:19 ---> Using cache 08:32:19 ---> 22f221075d53 08:32:19 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:32:19 ---> Running in 5da65ecb0709 08:32:19 ---> 808e6f9cb1c1 08:32:20 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:32:20 ---> Running in 1aaa4f6b8b95 08:32:20 Removing intermediate container c52cf69dab61 08:32:20 ---> d5ca4e3eb321 08:32:20 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 08:32:20 ---> Running in ea22ace3804a 08:32:20 Removing intermediate container ea22ace3804a 08:32:20 ---> 6027b5225545 08:32:20 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 08:32:20 ---> Running in 4c2638ae0ca5 08:32:20 Removing intermediate container 4c2638ae0ca5 08:32:20 ---> 575bb411d8cb 08:32:20 Step 21/23 : LABEL arch=x86_64 08:32:20 ---> Running in 9b4a9e6cb864 08:32:20 Removing intermediate container 9b4a9e6cb864 08:32:20 ---> 44418c95df3b 08:32:20 Step 22/23 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe 08:32:20 ---> Running in 1c3ec32ee2f5 08:32:20 Removing intermediate container 1c3ec32ee2f5 08:32:20 ---> af3229272521 08:32:20 Step 23/23 : LABEL version=0.0.0 08:32:20 ---> Running in f1a023161eef 08:32:20 Removing intermediate container 1aaa4f6b8b95 08:32:20 ---> 5c126aec2f50 08:32:20 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 08:32:20 ---> Running in 1deb16432b0d 08:32:20 Removing intermediate container f1a023161eef 08:32:20 ---> c7d22c76efa0 08:32:20 08:32:20 Removing intermediate container 1deb16432b0d 08:32:20 ---> c313b7dd06d0 08:32:20 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 08:32:21 Successfully built c7d22c76efa0 08:32:21 ---> Running in bc7cb9d701cc 08:32:21 Successfully tagged security-proxy-auth:latest 08:32:21  Building security-proxy-auth ... done Removing intermediate container bc7cb9d701cc 08:32:21 ---> 83666e1a7d23 08:32:21 Step 21/23 : LABEL arch=x86_64 08:32:21 ---> Running in cdf9fb5f0607 08:32:21 Removing intermediate container cdf9fb5f0607 08:32:21 ---> 0a81ad55290b 08:32:21 Step 22/23 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe 08:32:21 ---> Running in a81ddd7a25c1 08:32:21 Removing intermediate container a81ddd7a25c1 08:32:21 ---> 0aa66025a406 08:32:21 Step 23/23 : LABEL version=0.0.0 08:32:21 ---> Running in ebea0bd81145 08:32:21 Removing intermediate container ebea0bd81145 08:32:21 ---> 1e654545e308 08:32:21 08:32:21 Successfully built 1e654545e308 08:32:21 Successfully tagged core-common-config-bootstrapper:latest 08:32:35 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:32:35 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 08:32:35 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:32:35 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:32:35 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:32:38 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:32:39 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:32:39 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 08:32:39 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:32:41 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 08:32:44 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:32:44 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:32:44 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:32:44 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 08:32:53  Building core-common-config-bootstrapper ... done Removing intermediate container 5da65ecb0709 08:32:53 ---> 8799fe3f9271 08:32:53 Step 7/25 : COPY . . 08:32:53 Removing intermediate container 1f2777dd9bfa 08:32:53 ---> ce02b3f7982c 08:32:53 Step 7/22 : COPY . . 08:32:53 Removing intermediate container 219e7a1e46e0 08:32:53 ---> f17dc7bbfc09 08:32:53 Step 7/20 : COPY . . 08:32:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:32:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:32:57 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.333s coverage: 28.7% of statements 08:33:03 ---> ada18264ecc8 08:33:03 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 08:33:03 ---> 61360eadd276 08:33:03 Step 8/22 : RUN make cmd/secrets-config/secrets-config 08:33:03 ---> 76a721efb152 08:33:03 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:33:03 ---> Running in 21613796339d 08:33:03 ---> Running in 454609dec1bf 08:33:03 ---> Running in 6b2f52295751 08:33: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-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:33: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 08:33:04 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 08:33:07 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.289s coverage: 98.5% of statements 08:33:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 08:33:13 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 08:33:13 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 08:33:17 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.905s coverage: 71.3% of statements 08:33:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:33:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:33:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.343s coverage: 54.0% of statements 08:33:22 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:33:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 08:33:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 08:33:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 08:33:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:33:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 08:33:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:33:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:33:32 Removing intermediate container 454609dec1bf 08:33:32 ---> 139e7c136100 08:33:32 08:33:32 Step 9/22 : FROM alpine:3.17 08:33:32 ---> 9ed4aefc74f6 08:33:32 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 08:33:32 Removing intermediate container 21613796339d 08:33:32 ---> 7f60c56346b6 08:33:32 08:33:32 Step 9/25 : FROM alpine:3.17 08:33:32 ---> 9ed4aefc74f6 08:33:32 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 08:33:32 ---> Running in c8de899b01dd 08:33:32 ---> Running in b4eb6bc5a0ad 08:33:32 Removing intermediate container 6b2f52295751 08:33:32 ---> 443e294d90c8 08:33:32 08:33:32 Step 9/20 : FROM alpine:3.17 08:33:32 ---> 9ed4aefc74f6 08:33:32 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 08:33:32 ---> Using cache 08:33:32 ---> fd68541ca2c2 08:33:32 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 08:33:32 ---> Running in e920e3349907 08:33:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:33:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:33:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:33:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:33:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:33:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:33:32 (1/2) Installing dumb-init (1.2.5-r2) 08:33:32 (1/3) Installing ca-certificates (20220614-r4) 08:33:32 (2/2) Installing openssl (3.0.8-r3) 08:33:32 Executing busybox-1.35.0-r29.trigger 08:33:32 OK: 8 MiB in 17 packages 08:33:32 (2/3) Installing dumb-init (1.2.5-r2) 08:33:32 (3/3) Installing su-exec (0.2-r2) 08:33:32 Executing busybox-1.35.0-r29.trigger 08:33:32 Executing ca-certificates-20220614-r4.trigger 08:33:32 v3.17.3-51-gb3e182d1e6a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 08:33:32 v3.17.3-52-g138c24c548d [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 08:33:32 OK: 17818 distinct packages available 08:33:33 OK: 8 MiB in 18 packages 08:33:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:33:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:33:33 (1/9) Installing ca-certificates (20220614-r4) 08:33:33 (2/9) Installing brotli-libs (1.0.9-r9) 08:33:33 (3/9) Installing nghttp2-libs (1.51.0-r0) 08:33:33 (4/9) Installing libcurl (7.88.1-r1) 08:33:33 (5/9) Installing curl (7.88.1-r1) 08:33:33 (6/9) Installing dumb-init (1.2.5-r2) 08:33:33 (7/9) Installing musl-obstack (1.2.3-r0) 08:33:33 (8/9) Installing libucontext (1.2-r0) 08:33:33 (9/9) Installing gcompat (1.1.0-r0) 08:33:33 Executing busybox-1.35.0-r29.trigger 08:33:33 Executing ca-certificates-20220614-r4.trigger 08:33:33 Removing intermediate container c8de899b01dd 08:33:33 ---> 5a77b4f18535 08:33:33 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 08:33:33 ---> Running in 51e59bb9a4fd 08:33:33 OK: 10 MiB in 24 packages 08:33:33 Removing intermediate container b4eb6bc5a0ad 08:33:33 ---> c23c2e71bc1d 08:33:33 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 08:33:33 ---> Running in 3b36d97e75aa 08:33:33 Removing intermediate container 51e59bb9a4fd 08:33:33 ---> 53514f219e9c 08:33:33 Step 12/22 : WORKDIR /edgex 08:33:33 ---> Running in 3abe1227476a 08:33:33 Removing intermediate container 3b36d97e75aa 08:33:33 ---> 8a4e4cab68cc 08:33:33 Step 12/25 : WORKDIR / 08:33:33 ---> Running in a85290411793 08:33:33 Removing intermediate container 3abe1227476a 08:33:33 ---> c9c8afb61162 08:33:33 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:33:33 Removing intermediate container a85290411793 08:33:33 ---> 81669ea13dbe 08:33:33 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 08:33:33 ---> 1f598e5c36cb 08:33:33 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 08:33:33 ---> 60e84212a70d 08:33:33 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 08:33:33 ---> 8b09b4b31630 08:33:33 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 08:33:33 Removing intermediate container e920e3349907 08:33:33 ---> 3b376b6d7737 08:33:33 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 08:33:34 ---> 66b5fc5a4c1f 08:33:34 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:33:34 ---> f5e8cf75b533 08:33:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:33:34 ---> b3b0cdd1cd44 08:33:34 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 08:33:34 ---> 6971a404f7c8 08:33:34 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 08:33:34 ---> a9614cc822c7 08:33:34 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 08:33:34 ---> 9980c5b70869 08:33:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 08:33:34 ---> 9b89b36b7851 08:33:34 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 08:33:34 ---> be6d17430d00 08:33:34 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:33:34 ---> de324559bacf 08:33:34 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:33:34 ---> ad5401f582d2 08:33:34 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 08:33:34 ---> Running in a5059e39394d 08:33:35 ---> f7567851c9b6 08:33:35 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 08:33:35 ---> 82876f8064a1 08:33:35 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:33:35 ---> Running in bb2a5013e5ef 08:33:35 Removing intermediate container bb2a5013e5ef 08:33:35 ---> 15a5d40053ef 08:33:35 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 08:33:35 ---> Running in 0bc0223cba09 08:33:35 Removing intermediate container 0bc0223cba09 08:33:35 ---> ded8f15720c2 08:33:35 Step 18/20 : LABEL arch=x86_64 08:33:35 ---> Running in bd3412ce653d 08:33:35 Removing intermediate container a5059e39394d 08:33:35 ---> bcce5336b82c 08:33:35 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 08:33:36 ---> 967e3f4cb85c 08:33:36 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:33:36 ---> Running in 0ef67e8fc8aa 08:33:36 Removing intermediate container bd3412ce653d 08:33:36 ---> a6991795985c 08:33:36 Step 19/20 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe 08:33:36 ---> Running in 6e7ca4f59584 08:33:36 Removing intermediate container 0ef67e8fc8aa 08:33:36 ---> 9ce943c7d199 08:33:36 Step 20/22 : LABEL arch=x86_64 08:33:36 ---> Running in e6037b7b53fe 08:33:36 ---> 3f348fbfdb62 08:33:36 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:33:36 Removing intermediate container 6e7ca4f59584 08:33:36 ---> 0566dc4b5ab1 08:33:36 Step 20/20 : LABEL version=0.0.0 08:33:36 ---> Running in 12745cd6ee72 08:33:36 ---> Running in 9b56947cb7e1 08:33:36 Removing intermediate container e6037b7b53fe 08:33:36 ---> 65caf8a7ab5b 08:33:36 Step 21/22 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe 08:33:36 ---> Running in 9aebc9837ba4 08:33:36 Removing intermediate container 9b56947cb7e1 08:33:36 ---> 8f7365d50491 08:33:36 08:33:36 Removing intermediate container 9aebc9837ba4 08:33:36 ---> ff2e5c9bcc10 08:33:36 Step 22/22 : LABEL version=0.0.0 08:33:36 Successfully built 8f7365d50491 08:33:36 Successfully tagged security-spiffe-token-provider:latest 08:33:36  Building security-spiffe-token-provider ... done  ---> Running in 36e6b819c5dc 08:33:36 Removing intermediate container 36e6b819c5dc 08:33:36 ---> f26f23d63e62 08:33:36 08:33:36 Successfully built f26f23d63e62 08:33:36 Successfully tagged security-proxy-setup:latest 08:33:36  Building security-proxy-setup ... done Removing intermediate container 12745cd6ee72 08:33:36 ---> 681e4cdb614a 08:33:36 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 08:33:36 ---> Running in ccc3b305ba3f 08:33:36 Removing intermediate container ccc3b305ba3f 08:33:36 ---> b124978f02cd 08:33:36 Step 23/25 : LABEL arch=x86_64 08:33:36 ---> Running in ec808e696664 08:33:36 Removing intermediate container ec808e696664 08:33:36 ---> a0a7146bfe91 08:33:36 Step 24/25 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe 08:33:36 ---> Running in 46c24a3a6289 08:33:36 Removing intermediate container 46c24a3a6289 08:33:36 ---> 74b0126b73ae 08:33:36 Step 25/25 : LABEL version=0.0.0 08:33:37 ---> Running in 6cb6b1e0a8b6 08:33:37 Removing intermediate container 6cb6b1e0a8b6 08:33:37 ---> 8ea47d48052b 08:33:37 08:33:37 Successfully built 8ea47d48052b 08:33:37 Successfully tagged security-secretstore-setup:latest 08:33:37  Building security-secretstore-setup ... done  [Pipeline] } 08:33:37 $ docker stop --time=1 669d62ce12dab4aca08e0927a23d5612c37959734a7669f754886e2d7fe387fc 08:33:38 $ docker rm -f --volumes 669d62ce12dab4aca08e0927a23d5612c37959734a7669f754886e2d7fe387fc [Pipeline] // withDockerContainer [Pipeline] sh 08:33:38 + docker images 08:33:38 REPOSITORY TAG IMAGE ID CREATED SIZE 08:33:38 security-secretstore-setup latest 8ea47d48052b 2 seconds ago 32.8MB 08:33:38 security-spiffe-token-provider latest 8f7365d50491 2 seconds ago 32.8MB 08:33:38 security-proxy-setup latest f26f23d63e62 2 seconds ago 18.7MB 08:33:38 7f60c56346b6 7 seconds ago 1.68GB 08:33:38 443e294d90c8 7 seconds ago 1.72GB 08:33:38 139e7c136100 10 seconds ago 1.66GB 08:33:38 core-common-config-bootstrapper latest 1e654545e308 About a minute ago 17.2MB 08:33:38 security-proxy-auth latest c7d22c76efa0 About a minute ago 18.3MB 08:33:38 cdd0f459e66c About a minute ago 1.68GB 08:33:38 support-notifications latest 2b159a9f8a96 About a minute ago 32.7MB 08:33:38 core-data latest 1e77fad74523 About a minute ago 20MB 08:33:38 379cf781571b About a minute ago 1.66GB 08:33:38 58357bde0a46 About a minute ago 1.75GB 08:33:38 security-spire-config latest b7219da4d77b About a minute ago 88.9MB 08:33:38 8db683467d88 2 minutes ago 1.69GB 08:33:38 security-bootstrapper latest 12fbfff6a060 2 minutes ago 22.2MB 08:33:38 support-scheduler latest 5516344bd250 2 minutes ago 32.1MB 08:33:38 core-metadata latest 058ad4c2d3e1 2 minutes ago 20.4MB 08:33:38 a7522cfd5745 2 minutes ago 1.75GB 08:33:38 core-command latest 01e4d9c46c4a 2 minutes ago 19.8MB 08:33:38 f9564b1d2ed7 2 minutes ago 1.67GB 08:33:38 3663ac4c5b8c 2 minutes ago 1.69GB 08:33:38 f116067a9023 2 minutes ago 1.69GB 08:33:38 security-spire-agent latest a19b64ca7976 3 minutes ago 129MB 08:33:38 security-spire-server latest b34b92788f7e 3 minutes ago 89.8MB 08:33:38 66903c757055 3 minutes ago 1.54GB 08:33:38 2661539a3d65 3 minutes ago 1.54GB 08:33:38 ci-base-image-x86_64 latest 77ff47d3faf8 7 minutes ago 881MB 08:33:38 alpine 3.17 9ed4aefc74f6 11 days ago 7.05MB 08:33:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine 3b553350e43f 4 weeks ago 664MB 08:33:38 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 9 months ago 253MB 08:33:38 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] } 08:33:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 21.642s coverage: 88.5% of statements 08:33:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.381s coverage: 3.8% of statements 08:33:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 08:33:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 08:33:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 08:33:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.635s coverage: 95.6% of statements 08:33:49 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:33:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 08:33:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 08:33:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:33:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:33:49 ok github.com/edgexfoundry/edgex-go/internal/io 0.210s coverage: 72.2% of statements 08:33:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:33:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:33:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:33:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.235s coverage: 65.9% of statements 08:34:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 08:34:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:34:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.417s coverage: 0.9% of statements 08:34:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.237s coverage: 29.0% of statements 08:34:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.305s coverage: 44.1% of statements 08:34:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.256s coverage: 82.9% of statements 08:34:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.248s coverage: 94.1% of statements 08:34:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.283s coverage: 96.3% of statements 08:34:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.221s coverage: 87.5% of statements 08:34:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 08:34:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:34:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:34:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 08:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 08:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 08:34:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.219s coverage: 94.4% of statements 08:34:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 08:34:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 08:34:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 08:34:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 08:34:29 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:34:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:34:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:34:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.142s coverage: 79.9% of statements 08:34:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.288s coverage: 92.9% of statements 08:34:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.081s coverage: 64.4% of statements 08:34:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.217s coverage: 62.3% of statements 08:34:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.209s coverage: 87.2% of statements 08:34:39 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.183s coverage: 20.0% of statements 08:34:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.172s coverage: 100.0% of statements 08:34:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.454s coverage: 81.2% of statements 08:34:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 08:34:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.489s coverage: 82.1% of statements 08:34:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:34:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.228s coverage: 86.0% of statements 08:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.976s coverage: 63.1% of statements 08:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.276s coverage: 100.0% of statements 08:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.132s coverage: 89.4% of statements 08:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.090s coverage: 100.0% of statements 08:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.095s coverage: 73.7% of statements 08:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 08:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 08:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 08:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.079s coverage: 100.0% of statements 08:34:56 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:34:56 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:34:56 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 08:34:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.007s coverage: 38.4% of statements 08:34:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.248s coverage: 89.5% of statements 08:35:03 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 08:35:03 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 08:35:03 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 08:35:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 08:35:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.217s coverage: 84.8% of statements 08:35:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 08:35:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 08:35:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:35:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:35:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.299s coverage: 17.7% of statements 08:35:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 08:35:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 08:35:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 08:35:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 08:35:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.594s coverage: 92.3% of statements 08:35:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:35:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:35:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.305s coverage: 61.5% of statements 08:35:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 08:35:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 08:35:21 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.374s coverage: 97.7% of statements 08:35:22 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 08:35:22 WARNING: Linting skipped (not on x86_64 or linter not installed) 08:35:22 go vet ./... 08:37:58 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 08:37:58 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 08:37:58 ./bin/test-attribution-txt.sh [Pipeline] echo 08:37:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 08:37:59 + ls -al . 08:37:59 total 700 08:37:59 drwxrwxr-x 10 1001 1001 4096 Apr 10 08:30 . 08:37:59 drwxr-xr-x 4 root root 4096 Apr 10 08:30 .. 08:37:59 drwxrwxr-x 2 1001 1001 4096 Apr 10 08:28 .blubracket 08:37:59 -rw-rw-r-- 1 1001 1001 16 Apr 10 08:28 .dockerignore 08:37:59 drwxrwxr-x 8 1001 1001 4096 Apr 10 08:28 .git 08:37:59 drwxrwxr-x 3 1001 1001 4096 Apr 10 08:28 .github 08:37:59 -rw-rw-r-- 1 1001 1001 1133 Apr 10 08:28 .gitignore 08:37:59 -rw-rw-r-- 1 1001 1001 42 Apr 10 08:28 .golangci.yml 08:37:59 -rw-rw-r-- 1 1001 1001 87 Apr 10 08:28 .hadolint.yml 08:37:59 -rw-rw-r-- 1 1001 1001 166 Apr 10 08:28 .sonarcloud.properties 08:37:59 -rw-rw-r-- 1 1001 1001 1171 Apr 10 08:28 ADOPTERS.md 08:37:59 -rw-rw-r-- 1 1001 1001 10835 Apr 10 08:28 Attribution.txt 08:37:59 -rw-rw-r-- 1 1001 1001 73765 Apr 10 08:28 CHANGELOG.md 08:37:59 -rw-rw-r-- 1 1001 1001 3804 Apr 10 08:28 CONTRIBUTING.md 08:37:59 -rw-rw-r-- 1 1001 1001 677 Apr 10 08:28 GOVERNANCE.md 08:37:59 -rw-rw-r-- 1 1001 1001 883 Apr 10 08:28 Jenkinsfile 08:37:59 -rw-rw-r-- 1 1001 1001 10775 Apr 10 08:28 LICENSE 08:37:59 -rw-rw-r-- 1 1001 1001 14368 Apr 10 08:28 Makefile 08:37:59 -rw-rw-r-- 1 1001 1001 582 Apr 10 08:28 OWNERS.md 08:37:59 -rw-rw-r-- 1 1001 1001 9403 Apr 10 08:28 README.md 08:37:59 -rw-rw-r-- 1 1001 1001 789 Apr 10 08:28 SECURITY.md 08:37:59 -rw-rw-r-- 1 1001 1001 5 Apr 10 08:26 VERSION 08:37:59 drwxrwxr-x 2 1001 1001 4096 Apr 10 08:28 bin 08:37:59 drwxrwxr-x 18 1001 1001 4096 Apr 10 08:28 cmd 08:37:59 -rw-r--r-- 1 root root 448242 Apr 10 08:35 coverage.out 08:37:59 -rw-rw-r-- 1 1001 1001 3200 Apr 10 08:28 go.mod 08:37:59 -rw-rw-r-- 1 1001 1001 31265 Apr 10 08:28 go.sum 08:37:59 drwxrwxr-x 7 1001 1001 4096 Apr 10 08:28 internal 08:37:59 drwxrwxr-x 3 1001 1001 4096 Apr 10 08:28 openapi 08:37:59 -rw-rw-r-- 1 1001 1001 594 Apr 10 08:28 security.txt 08:37:59 drwxrwxr-x 4 1001 1001 4096 Apr 10 08:28 snap 08:37:59 -rw-rw-r-- 1 1001 1001 204 Apr 10 08:28 version.go [Pipeline] sh 08:37:59 + '[' -e coverage.out ] 08:37:59 + chown 1001:1001 coverage.out [Pipeline] stash 08:37:59 Warning: overwriting stash ‘coverage-report’ 08:38:00 Stashed 1 file(s) [Pipeline] sh 08:38:00 + make build 08:38:00 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 08:39:37 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 08:39:37 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 08:39:37 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 08:39:39 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 08:40:26 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 08:40:29 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 08:40:34 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:40:41 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:40:43 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 08:40:47 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 08:40:54 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] } 08:40:59 $ docker stop --time=1 02eb4b0c9c6a3d343f4973cb42b70264b25e315282fdbc9b4f56c23d37c4acd7 08:41:02 $ docker rm -f --volumes 02eb4b0c9c6a3d343f4973cb42b70264b25e315282fdbc9b4f56c23d37c4acd7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:41:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:41:04 08:41:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:41:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:41:05 latest: Pulling from edgex-devops/edgex-compose-arm64 08:41:05 29e5d40040c1: Pulling fs layer 08:41:05 1ce36da41761: Pulling fs layer 08:41:05 25b303627fd3: Pulling fs layer 08:41:05 29e5d40040c1: Download complete 08:41:06 1ce36da41761: Verifying Checksum 08:41:06 1ce36da41761: Download complete 08:41:06 29e5d40040c1: Pull complete 08:41:07 25b303627fd3: Verifying Checksum 08:41:07 25b303627fd3: Download complete 08:41:07 1ce36da41761: Pull complete 08:41:17 25b303627fd3: Pull complete 08:41:17 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 08:41:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:41:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:41:17 prd-ubuntu20.04-docker-arm64-4c-16g-7289 does not seem to be running inside a container 08:41:17 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:41:20 $ docker top 2ce89f3b6cd26f0b40bbc70f3e055be099f98d54e9829a7d42396d715e5aadce -eo pid,comm [Pipeline] { [Pipeline] sh 08:41:21 + docker-compose build --help 08:41:21 + grep parallel 08:41:25 --parallel Build images in parallel. [Pipeline] } 08:41:25 $ docker stop --time=1 2ce89f3b6cd26f0b40bbc70f3e055be099f98d54e9829a7d42396d715e5aadce 08:41:27 $ docker rm -f --volumes 2ce89f3b6cd26f0b40bbc70f3e055be099f98d54e9829a7d42396d715e5aadce [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:41:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:41:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:41:28 prd-ubuntu20.04-docker-arm64-4c-16g-7289 does not seem to be running inside a container 08:41:28 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:41:29 $ docker top 9151c67261edade839ecfd0a9dab63cc165c5aecd65c0c6ec296dd0592057ca0 -eo pid,comm [Pipeline] { [Pipeline] sh 08:41:30 + docker-compose -f ./docker-compose-build.yml build --parallel 08:41:34 Building core-command ... 08:41:34 Building core-common-config-bootstrapper ... 08:41:34 Building core-data ... 08:41:34 Building core-metadata ... 08:41:34 Building security-bootstrapper ... 08:41:34 Building security-proxy-auth ... 08:41:34 Building security-proxy-setup ... 08:41:34 Building security-secretstore-setup ... 08:41:34 Building security-spiffe-token-provider ... 08:41:34 Building security-spire-agent ... 08:41:34 Building security-spire-config ... 08:41:34 Building security-spire-server ... 08:41:34 Building support-notifications ... 08:41:34 Building support-scheduler ... 08:41:34 Building security-spire-agent 08:41:34 Building support-notifications 08:41:34 Building security-bootstrapper 08:41:34 Building core-metadata 08:41:34 Building security-spire-config 08:42:30 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 08:42:30 Step 2/25 : FROM ${BUILDER_BASE} AS builder 08:42:30 ---> 054c3a399757 08:42:30 Step 3/25 : ARG ADD_BUILD_TAGS="" 08:42:30 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 08:42:30 Step 2/33 : FROM ${BUILDER_BASE} AS builder 08:42:30 ---> 054c3a399757 08:42:30 Step 3/33 : WORKDIR /edgex-go 08:42:30 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 08:42:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:42:30 ---> 054c3a399757 08:42:30 Step 3/23 : ARG ADD_BUILD_TAGS="" 08:42:30 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 08:42:30 Step 2/27 : FROM ${BUILDER_BASE} AS builder 08:42:30 ---> 054c3a399757 08:42:30 Step 3/27 : WORKDIR /edgex-go 08:42:30 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 08:42:30 Step 2/27 : FROM ${BUILDER_BASE} AS builder 08:42:30 ---> 054c3a399757 08:42:30 Step 3/27 : WORKDIR /edgex-go 08:42:30 ---> Running in 9f3c9824dc51 08:42:30 ---> Running in d05be5e2d402 08:42:30 ---> Running in 90e98698b811 08:42:30 ---> Running in b255f4d41da6 08:42:30 ---> Running in fe04b4436612 08:42:30 Removing intermediate container d05be5e2d402 08:42:30 ---> 371f899588a9 08:42:30 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 08:42:30 Removing intermediate container 90e98698b811 08:42:30 ---> 919778252b65 08:42:30 Step 4/25 : WORKDIR /edgex-go 08:42:30 Removing intermediate container fe04b4436612 08:42:30 ---> 4c9fe39620ad 08:42:30 Step 4/23 : WORKDIR /edgex-go 08:42:30 ---> Running in 45fff397fd14 08:42:30 Removing intermediate container b255f4d41da6 08:42:30 ---> 709c2b6f7eb2 08:42:30 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 08:42:30 Removing intermediate container 9f3c9824dc51 08:42:30 ---> 030e60b1da65 08:42:30 Step 4/33 : RUN apk add --update --no-cache make git 08:42:30 ---> Running in ecb314142823 08:42:30 ---> Running in aa924f9f5845 08:42:30 ---> Running in 28144ae636df 08:42:30 ---> Running in 450cc048a410 08:42:30 Removing intermediate container ecb314142823 08:42:30 ---> 4c7df8e1e2b8 08:42:30 Step 5/25 : RUN apk add --update --no-cache make git 08:42:30 Removing intermediate container aa924f9f5845 08:42:30 ---> 635d004437fb 08:42:30 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 08:42:30 ---> Running in 7a6cebc2bcbf 08:42:30 ---> Running in b01ca9987de9 08:42:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:42:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:42:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:42:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:42:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:42:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:42:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:42:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:42:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:42:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:42:30 OK: 263 MiB in 53 packages 08:42:30 OK: 263 MiB in 53 packages 08:42:30 OK: 263 MiB in 53 packages 08:42:30 OK: 263 MiB in 53 packages 08:42:30 OK: 263 MiB in 53 packages 08:42:31 Removing intermediate container 45fff397fd14 08:42:31 ---> 2b015ec87fb5 08:42:31 Step 5/27 : COPY go.mod vendor* ./ 08:42:31 Removing intermediate container 450cc048a410 08:42:31 ---> 444687628247 08:42:31 Step 5/33 : COPY go.mod vendor* ./ 08:42:31 Removing intermediate container 28144ae636df 08:42:31 ---> c53d2fa7e02a 08:42:31 Step 5/27 : COPY go.mod vendor* ./ 08:42:31 Removing intermediate container b01ca9987de9 08:42:31 ---> 239449cc98e9 08:42:31 Step 6/23 : COPY go.mod vendor* ./ 08:42:31 Removing intermediate container 7a6cebc2bcbf 08:42:31 ---> b4adb4e18351 08:42:31 Step 6/25 : COPY go.mod vendor* ./ 08:42:32 ---> 34413a994bae 08:42:32 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:42:32 ---> Running in 6995b8fb6e36 08:42:32 ---> d3e882a62769 08:42:32 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:42:32 ---> c53fe7ba2887 08:42:32 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:42:32 ---> Running in 4abfe2d3d701 08:42:33 ---> Running in 408d092bc7a2 08:42:33 ---> 3d224eede4d8 08:42:33 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:42:33 ---> 45ebc5edef3a 08:42:33 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:42:33 ---> Running in 6d4258daf071 08:42:33 ---> Running in 9332126f94db 08:44:25 Removing intermediate container 4abfe2d3d701 08:44:25 ---> b1da637c54ea 08:44:25 Step 7/33 : COPY . . 08:44:25 Removing intermediate container 408d092bc7a2 08:44:25 ---> e1ea52012052 08:44:25 Step 7/27 : COPY . . 08:44:25 Removing intermediate container 6995b8fb6e36 08:44:25 ---> dc3c70da675c 08:44:25 Step 7/27 : COPY . . 08:44:25 Removing intermediate container 9332126f94db 08:44:25 ---> 4e16fc0ab7a8 08:44:25 Step 8/25 : COPY . . 08:44:25 Removing intermediate container 6d4258daf071 08:44:25 ---> 0c86a9d9be3c 08:44:25 Step 8/23 : COPY . . 08:44:33 ---> ac155c7284c5 08:44:33 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 08:44:33 ---> Running in 61e4d78abecb 08:44:33 ---> c62f3b6a0720 08:44:33 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 08:44:33 ---> 1396bfd84598 08:44:33 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 08:44:33 ---> afe265182ca3 08:44:33 Step 9/23 : RUN make cmd/support-notifications/support-notifications 08:44:33 ---> 2e3fc8ac944f 08:44:33 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 08:44:33 ---> Running in a52dec9e703d 08:44:33 ---> Running in d19e4b982828 08:44:33 ---> Running in bf834f6e387b 08:44:34 ---> Running in 081d53fa1ace 08:44:34 Removing intermediate container 61e4d78abecb 08:44:34 ---> fa858eb19bfe 08:44:34 Step 9/27 : WORKDIR /edgex-go/spire-build 08:44:34 ---> Running in 4481a34f11af 08:44:34 Removing intermediate container bf834f6e387b 08:44:34 ---> 2a6a13ad5ca0 08:44:34 Step 9/27 : WORKDIR /edgex-go/spire-build 08:44:34 ---> Running in 39fc879f9f26 08:44:35 Removing intermediate container 4481a34f11af 08:44:35 ---> 33abae8a3e03 08:44:35 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 08:44:35 Removing intermediate container 39fc879f9f26 08:44:35 ---> 90658b89a0c1 08:44:35 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 08:44:35 ---> Running in 87df0d306404 08:44:35 ---> Running in 542dea7e2f53 08:44:35 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 08:44:36 Removing intermediate container 87df0d306404 08:44:36 ---> a0358aac4568 08:44:36 Step 11/27 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 08:44:36 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 08:44:36 Removing intermediate container 542dea7e2f53 08:44:36 ---> 999cb4965c02 08:44:36 Step 11/27 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 08:44:36 ---> Running in c8c6da9bf6bd 08:44:36 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 08:44:36 ---> Running in 56c112b5d5c1 08:44:43 Removing intermediate container 56c112b5d5c1 08:44:43 ---> 01da98030a60 08:44:43 Step 12/27 : WORKDIR /edgex-go 08:44:43 ---> Running in b4c5fc407c33 08:44:43 Removing intermediate container c8c6da9bf6bd 08:44:43 ---> 3c03b3e13496 08:44:43 Step 12/27 : WORKDIR /edgex-go 08:44:43 ---> Running in c787d0b7c0a1 08:44:43 Removing intermediate container b4c5fc407c33 08:44:43 ---> 32f9fca78613 08:44:43 08:44:43 Step 13/27 : FROM alpine:3.17 08:44:43 3.17: Pulling from library/alpine 08:44:43 Removing intermediate container c787d0b7c0a1 08:44:43 ---> f67f093444ac 08:44:43 08:44:43 Step 13/27 : FROM alpine:3.17 08:44:43 3.17: Pulling from library/alpine 08:44:45 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 08:44:45 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 08:44:45 Status: Downloaded newer image for alpine:3.17 08:44:45 Status: Downloaded newer image for alpine:3.17 08:44:45 ---> 51e60588ff2c 08:44:45 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 08:44:45 ---> 51e60588ff2c 08:44:45 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 08:44:45 ---> Running in 9f681c54dd74 08:44:45 ---> Running in c308e1bc56c4 08:44:45 Removing intermediate container c308e1bc56c4 08:44:45 ---> 963c9aa5e2ce 08:44:45 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 08:44:45 Removing intermediate container 9f681c54dd74 08:44:45 ---> cccb434eb752 08:44:45 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 08:44:45 ---> Running in 64291dc585f1 08:44:45 ---> Running in 5c4e02259811 08:44:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:44:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:44:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:44:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:44:51 v3.17.3-51-gb3e182d1e6a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 08:44:51 v3.17.3-52-g138c24c548d [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 08:44:51 OK: 17689 distinct packages available 08:44:51 v3.17.3-51-gb3e182d1e6a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 08:44:51 v3.17.3-52-g138c24c548d [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 08:44:51 OK: 17689 distinct packages available 08:44:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:44:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:44:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:44:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:44:53 (1/5) Installing dumb-init (1.2.5-r2) 08:44:53 (2/5) Installing musl-obstack (1.2.3-r0) 08:44:53 (3/5) Installing libucontext (1.2-r0) 08:44:53 (4/5) Installing gcompat (1.1.0-r0) 08:44:53 (5/5) Installing openssl (3.0.8-r3) 08:44:53 Executing busybox-1.35.0-r29.trigger 08:44:53 OK: 9 MiB in 20 packages 08:44:53 (1/4) Installing dumb-init (1.2.5-r2) 08:44:53 (2/4) Installing musl-obstack (1.2.3-r0) 08:44:53 (3/4) Installing libucontext (1.2-r0) 08:44:53 (4/4) Installing gcompat (1.1.0-r0) 08:44:53 Executing busybox-1.35.0-r29.trigger 08:44:53 OK: 8 MiB in 19 packages 08:44:55 Removing intermediate container 5c4e02259811 08:44:55 ---> 02d7df08d732 08:44:55 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 08:44:56 Removing intermediate container 64291dc585f1 08:44:56 ---> c7b32ed0bacf 08:44:56 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 08:44:56 ---> cff98fa056e1 08:44:56 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 08:44:57 ---> 9c18c53861ef 08:44:57 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 08:44:57 ---> 486eeff1d043 08:44:57 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 08:44:58 ---> a57ac86ff1f3 08:44:58 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 08:45:02 ---> 0511222be20a 08:45:02 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 08:45:08 ---> 31d986881366 08:45:08 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 08:45:08 ---> 1c0bac06e56d 08:45:08 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 08:45:08 ---> Running in e0a08020dc5f 08:45:09 Removing intermediate container e0a08020dc5f 08:45:09 ---> 80ae0be0e30b 08:45:09 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 08:45:10 ---> a78f0cf4847a 08:45:10 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 08:45:10 ---> 00b1df6a4521 08:45:10 Step 22/27 : WORKDIR / 08:45:11 ---> Running in 52c38987f268 08:45:11 Removing intermediate container 52c38987f268 08:45:11 ---> 54e7f2c21e88 08:45:11 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 08:45:12 ---> c398e901c893 08:45:12 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 08:45:12 ---> Running in 875931bfa898 08:45:12 Removing intermediate container 875931bfa898 08:45:12 ---> 09170b1f628e 08:45:12 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 08:45:12 ---> Running in 9e7b6f5197d3 08:45:12 ---> c6537e28fd86 08:45:13 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 08:45:13 Removing intermediate container 9e7b6f5197d3 08:45:13 ---> 36dcbc50c7e0 08:45:13 Step 25/27 : LABEL arch=arm64 08:45:13 ---> Running in e86036d8c20b 08:45:14 ---> 3db8da931b89 08:45:14 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 08:45:14 Removing intermediate container e86036d8c20b 08:45:14 ---> 8677ef19b315 08:45:14 Step 26/27 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe 08:45:14 ---> Running in 53a1f13abf65 08:45:14 ---> Running in c1c0d4ed5459 08:45:15 Removing intermediate container 53a1f13abf65 08:45:15 Removing intermediate container c1c0d4ed5459 08:45:15 ---> 2f96c1d02019 08:45:15 Step 27/27 : LABEL version=0.0.0 08:45:15 ---> f58b86ac1fb7 08:45:15 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 08:45:15 ---> Running in 9a0b5417d557 08:45:15 ---> Running in 577500bf27aa 08:45:15 Removing intermediate container 577500bf27aa 08:45:15 ---> 3628d1bbb4c4 08:45:15 Step 25/27 : LABEL arch=arm64 08:45:15 Removing intermediate container 9a0b5417d557 08:45:15 ---> 72cd6d665733 08:45:15 08:45:15 ---> Running in 0d4028ee171a 08:45:16 Successfully built 72cd6d665733 08:45:16 Successfully tagged security-spire-config-arm64:latest 08:45:16  Building security-spire-config ... done Building security-proxy-auth 08:45:16 Removing intermediate container 0d4028ee171a 08:45:16 ---> 0c2587504ac2 08:45:16 Step 26/27 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe 08:45:16 ---> Running in 2ac2e33ad2f7 08:45:17 Removing intermediate container 2ac2e33ad2f7 08:45:17 ---> 307645076441 08:45:17 Step 27/27 : LABEL version=0.0.0 08:45:17 ---> Running in 13c1f63a60d8 08:45:17 Removing intermediate container 13c1f63a60d8 08:45:17 ---> bd15d16271a1 08:45:17 08:45:18 Successfully built bd15d16271a1 08:45:18 Successfully tagged security-spire-agent-arm64:latest 08:45:18  Building security-spire-agent ... done Building security-proxy-setup 08:45:44 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 08:45:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:45:44 ---> 054c3a399757 08:45:44 Step 3/23 : ARG ADD_BUILD_TAGS="" 08:45:44 ---> Using cache 08:45:44 ---> 4c9fe39620ad 08:45:44 Step 4/23 : WORKDIR /edgex-go 08:45:44 ---> Using cache 08:45:44 ---> 635d004437fb 08:45:44 Step 5/23 : RUN apk add --update --no-cache make git 08:45:44 ---> Running in 1c4cd1432286 08:45:44 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 08:45:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:45:44 ---> 054c3a399757 08:45:44 Step 3/22 : WORKDIR /edgex-go 08:45:44 ---> Using cache 08:45:44 ---> 030e60b1da65 08:45:44 Step 4/22 : RUN apk add --update --no-cache make git 08:45:44 ---> Using cache 08:45:44 ---> 444687628247 08:45:44 Step 5/22 : COPY go.mod vendor* ./ 08:45:44 ---> Using cache 08:45:44 ---> d3e882a62769 08:45:44 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:45:44 ---> Using cache 08:45:44 ---> b1da637c54ea 08:45:44 Step 7/22 : COPY . . 08:45:44 ---> Using cache 08:45:44 ---> c62f3b6a0720 08:45:44 Step 8/22 : RUN make cmd/secrets-config/secrets-config 08:45:44 ---> Running in c865489f4e51 08:45:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:45:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:45:45 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 08:45:47 OK: 263 MiB in 53 packages 08:45:48 Removing intermediate container 1c4cd1432286 08:45:48 ---> d778d5524ad7 08:45:48 Step 6/23 : COPY go.mod vendor* ./ 08:45:49 ---> 2a77aa9c0159 08:45:49 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:45:49 ---> Running in b5be3aad62ef 08:47:25 Removing intermediate container b5be3aad62ef 08:47:25 ---> f2fefb237848 08:47:25 Step 8/23 : COPY . . 08:47:28 ---> 5039a0786047 08:47:28 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 08:47:28 ---> Running in 3ffcc0d230e0 08:47:30 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 08:51:07 Removing intermediate container a52dec9e703d 08:51:07 ---> 4bbc8d5a744f 08:51:07 08:51:07 Step 9/33 : FROM alpine:3.17 08:51:07 ---> 51e60588ff2c 08:51:07 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 08:51:07 ---> Running in c0d6b49d28fe 08:51:07 Removing intermediate container c0d6b49d28fe 08:51:07 ---> 361c8ac1de05 08:51:07 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 08:51:07 ---> Running in 750ae03cf31b 08:51:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:51:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:51:07 (1/2) Installing dumb-init (1.2.5-r2) 08:51:07 (2/2) Installing su-exec (0.2-r2) 08:51:07 Executing busybox-1.35.0-r29.trigger 08:51:07 OK: 8 MiB in 17 packages 08:51:07 Removing intermediate container 750ae03cf31b 08:51:07 ---> 79b0ec35834e 08:51:07 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 08:51:07 ---> Running in af544bd3d034 08:51:07 Removing intermediate container af544bd3d034 08:51:07 ---> da7e9045282c 08:51:07 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 08:51:07 ---> Running in ccf608656f5d 08:51:07 Removing intermediate container ccf608656f5d 08:51:07 ---> fbabfdbeac49 08:51:07 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 08:51:07 ---> Running in 291df64d0f5a 08:51:07 Removing intermediate container 291df64d0f5a 08:51:07 ---> 0759e284e220 08:51:07 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 08:51:07 ---> Running in d22ef59ab71a 08:51:07 Removing intermediate container d22ef59ab71a 08:51:07 ---> 36ac9c03c70e 08:51:07 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 08:51:07 ---> Running in b7b350cc19c8 08:51:10 Removing intermediate container b7b350cc19c8 08:51:10 ---> 7334baf34376 08:51:10 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 08:51:10 ---> Running in 0e2549b221d7 08:51:11 Removing intermediate container 0e2549b221d7 08:51:11 ---> 5bb3872b1777 08:51:11 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 08:51:12 ---> f0372f134993 08:51:12 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 08:51:12 ---> Running in 09e22b497b40 08:51:18 Removing intermediate container 09e22b497b40 08:51:18 ---> 7b1e5ddc4f4d 08:51:18 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 08:51:19 ---> b80368cc1bb8 08:51:19 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 08:51:20 ---> f106b4985d14 08:51:20 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:51:22 ---> a0e4ef8155d3 08:51:22 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 08:51:23 ---> e715fb550001 08:51:23 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 08:51:24 ---> cbe45cf8c10e 08:51:24 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 08:51:24 ---> b5c802006be2 08:51:24 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 08:51:25 ---> 9cd2d979151c 08:51:25 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:51:26 ---> 966f40672762 08:51:26 Step 28/33 : RUN chmod +x /entrypoint.sh 08:51:26 ---> Running in 81d57a8b35e7 08:51:32 Removing intermediate container 81d57a8b35e7 08:51:32 ---> d6f7f8a05214 08:51:32 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 08:51:32 ---> Running in 522a67fb9f03 08:51:32 Removing intermediate container 522a67fb9f03 08:51:32 ---> 40c66162597c 08:51:32 Step 30/33 : CMD ["gate"] 08:51:32 ---> Running in d31bc58cb7cd 08:51:33 Removing intermediate container d31bc58cb7cd 08:51:33 ---> 8182094c197c 08:51:33 Step 31/33 : LABEL arch=arm64 08:51:33 ---> Running in 678507b8091e 08:51:33 Removing intermediate container 678507b8091e 08:51:33 ---> f4cd65bea5cf 08:51:33 Step 32/33 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe 08:51:33 ---> Running in 54e5f19c4d74 08:51:34 Removing intermediate container 54e5f19c4d74 08:51:34 ---> 1206feee6018 08:51:34 Step 33/33 : LABEL version=0.0.0 08:51:34 ---> Running in 74812cf389d1 08:51:35 Removing intermediate container 74812cf389d1 08:51:35 ---> 458f3c4d6c3f 08:51:35 08:51:35 Successfully built 458f3c4d6c3f 08:51:35 Successfully tagged security-bootstrapper-arm64:latest 08:51:35  Building security-bootstrapper ... done Building core-data 08:51:53 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 08:51:53 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:51:53 ---> 054c3a399757 08:51:53 Step 3/23 : ARG ADD_BUILD_TAGS="" 08:51:53 ---> Using cache 08:51:53 ---> 4c9fe39620ad 08:51:53 Step 4/23 : WORKDIR /edgex-go 08:51:53 ---> Using cache 08:51:53 ---> 635d004437fb 08:51:53 Step 5/23 : RUN apk add --update --no-cache make git 08:51:53 ---> Using cache 08:51:53 ---> d778d5524ad7 08:51:53 Step 6/23 : COPY go.mod vendor* ./ 08:51:53 ---> Using cache 08:51:53 ---> 2a77aa9c0159 08:51:53 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:51:53 ---> Using cache 08:51:53 ---> f2fefb237848 08:51:53 Step 8/23 : COPY . . 08:51:53 ---> Using cache 08:51:53 ---> 5039a0786047 08:51:53 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 08:51:53 ---> Running in 9e58938616ff 08:51:53 Removing intermediate container 081d53fa1ace 08:51:53 ---> 57670ac1e82e 08:51:53 08:51:53 Step 10/25 : FROM alpine:3.17 08:51:53 ---> 51e60588ff2c 08:51:53 Step 11/25 : RUN apk add --update --no-cache dumb-init 08:51:53 ---> Running in 984da7ed88fe 08:51:56 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 08:51:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:51:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:51:58 (1/1) Installing dumb-init (1.2.5-r2) 08:51:58 Executing busybox-1.35.0-r29.trigger 08:51:58 OK: 8 MiB in 16 packages 08:52:01 Removing intermediate container 984da7ed88fe 08:52:01 ---> 44e711303907 08:52:01 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 08:52:01 ---> Running in cc3153c99e5e 08:52:01 Removing intermediate container cc3153c99e5e 08:52:01 ---> f4023c1abb68 08:52:01 Step 13/25 : ENV APP_PORT=59881 08:52:02 ---> Running in 1d3b7c5ba7eb 08:52:02 Removing intermediate container c865489f4e51 08:52:02 ---> e2d15eed1e10 08:52:02 08:52:02 Step 9/22 : FROM alpine:3.17 08:52:02 ---> 51e60588ff2c 08:52:02 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 08:52:02 ---> Running in b8bd89cb528c 08:52:02 Removing intermediate container 1d3b7c5ba7eb 08:52:02 ---> 520b9ae59b80 08:52:02 Step 14/25 : EXPOSE $APP_PORT 08:52:02 ---> Running in f9cbafdc339f 08:52:03 Removing intermediate container f9cbafdc339f 08:52:03 ---> c773b3222c5a 08:52:03 Step 15/25 : WORKDIR / 08:52:03 ---> Running in 056c7033fa0a 08:52:04 Removing intermediate container 056c7033fa0a 08:52:04 ---> b98158134664 08:52:04 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 08:52:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:52:05 ---> 004cdbad11e1 08:52:05 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 08:52:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:52:05 ---> b7616894a4db 08:52:05 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:52:07 (1/2) Installing dumb-init (1.2.5-r2) 08:52:07 (2/2) Installing openssl (3.0.8-r3) 08:52:07 Executing busybox-1.35.0-r29.trigger 08:52:07 OK: 8 MiB in 17 packages 08:52:07 ---> 4f7cb4d94692 08:52:07 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 08:52:12 ---> e4f5ca36e362 08:52:12 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 08:52:12 Removing intermediate container b8bd89cb528c 08:52:12 ---> 72d257236afd 08:52:12 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 08:52:12 ---> Running in 62e6c76c95fc 08:52:13 Removing intermediate container 62e6c76c95fc 08:52:13 ---> 96dd952ce6d2 08:52:13 Step 12/22 : WORKDIR /edgex 08:52:13 ---> fef5d09e64d3 08:52:13 Step 21/25 : ENTRYPOINT ["/core-metadata"] 08:52:13 ---> Running in cefcf76b1b5d 08:52:13 ---> Running in e1340ff74c12 08:52:14 Removing intermediate container cefcf76b1b5d 08:52:14 ---> d6280ca125e8 08:52:14 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:52:14 Removing intermediate container e1340ff74c12 08:52:14 ---> 356a17932eee 08:52:14 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 08:52:14 ---> Running in c05dcc2853d9 08:52:15 Removing intermediate container c05dcc2853d9 08:52:15 ---> a96da384d162 08:52:15 Step 23/25 : LABEL arch=arm64 08:52:15 ---> Running in 5ac64b37f250 08:52:15 ---> 2811921c1e0a 08:52:15 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 08:52:16 Removing intermediate container 5ac64b37f250 08:52:16 ---> a5ab4e45a456 08:52:16 Step 24/25 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe 08:52:16 ---> Running in 27e6793427b2 08:52:16 Removing intermediate container 27e6793427b2 08:52:16 ---> 2b9deff9c5fe 08:52:16 Step 25/25 : LABEL version=0.0.0 08:52:16 ---> 5426cd812af0 08:52:16 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 08:52:17 ---> Running in 58a17cbe1e87 08:52:17 Removing intermediate container 58a17cbe1e87 08:52:17 ---> 99ade488ff97 08:52:17 08:52:18 ---> 8fc06d279b61 08:52:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:52:18 Successfully built 99ade488ff97 08:52:18 Successfully tagged core-metadata-arm64:latest 08:52:18  Building core-metadata ... done Building core-common-config-bootstrapper 08:52:19 ---> 733d763e99db 08:52:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 08:52:20 ---> 528ce72853d5 08:52:20 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:52:20 ---> Running in 1bca208a6860 08:52:23 Removing intermediate container 1bca208a6860 08:52:23 ---> 1ad3c2796a23 08:52:23 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 08:52:23 ---> Running in d3d659bc454e 08:52:25 Removing intermediate container d3d659bc454e 08:52:25 ---> 601c2dab3688 08:52:25 Step 20/22 : LABEL arch=arm64 08:52:25 ---> Running in 1f2ceec908f3 08:52:25 Removing intermediate container 1f2ceec908f3 08:52:25 ---> 14f655af8752 08:52:25 Step 21/22 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe 08:52:25 ---> Running in 434e5fde252a 08:52:26 Removing intermediate container 434e5fde252a 08:52:26 ---> 4ea3b18d7472 08:52:26 Step 22/22 : LABEL version=0.0.0 08:52:26 ---> Running in 8db8029930c1 08:52:27 Removing intermediate container 8db8029930c1 08:52:27 ---> fcb1c4a11950 08:52:27 08:52:28 Successfully built fcb1c4a11950 08:52:28 Successfully tagged security-proxy-setup-arm64:latest 08:52:28 Building security-spiffe-token-provider 08:52:43  Building security-proxy-setup ... done Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 08:52:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:52:43 ---> 054c3a399757 08:52:43 Step 3/23 : ARG ADD_BUILD_TAGS="" 08:52:43 ---> Using cache 08:52:43 ---> 4c9fe39620ad 08:52:43 Step 4/23 : WORKDIR /edgex-go 08:52:43 ---> Using cache 08:52:43 ---> 635d004437fb 08:52:43 Step 5/23 : RUN apk add --update --no-cache make git 08:52:43 ---> Using cache 08:52:43 ---> d778d5524ad7 08:52:43 Step 6/23 : COPY go.mod vendor* ./ 08:52:43 ---> Using cache 08:52:43 ---> 2a77aa9c0159 08:52:43 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:52:43 ---> Using cache 08:52:43 ---> f2fefb237848 08:52:43 Step 8/23 : COPY . . 08:52:43 ---> Using cache 08:52:43 ---> 5039a0786047 08:52:43 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 08:52:43 ---> Running in 744084c02b7e 08:52:43 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 08:52:50 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 08:52:50 Step 2/20 : FROM ${BUILDER_BASE} AS builder 08:52:50 ---> 054c3a399757 08:52:50 Step 3/20 : WORKDIR /edgex-go 08:52:50 ---> Using cache 08:52:50 ---> 030e60b1da65 08:52:50 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 08:52:50 ---> Running in c759d7243f08 08:52:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:52:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:52:54 v3.17.3-51-gb3e182d1e6a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 08:52:54 v3.17.3-52-g138c24c548d [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 08:52:54 OK: 17694 distinct packages available 08:52:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:52:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:52:57 OK: 263 MiB in 53 packages 08:52:58 Removing intermediate container c759d7243f08 08:52:58 ---> 4722afbaf95e 08:52:58 Step 5/20 : COPY go.mod vendor* ./ 08:52:59 ---> b3187577195d 08:52:59 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:52:59 ---> Running in 7babc4f6fb25 08:53:21 Removing intermediate container 3ffcc0d230e0 08:53:21 ---> c3f822550a60 08:53:21 08:53:21 Step 10/23 : FROM alpine:3.17 08:53:21 ---> 51e60588ff2c 08:53:21 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 08:53:21 ---> Running in 53911d66d2ab 08:53:21 Removing intermediate container 53911d66d2ab 08:53:21 ---> ba27a8fd6b9b 08:53:21 Step 12/23 : RUN apk add --update --no-cache dumb-init 08:53:21 ---> Running in 24f19209117d 08:53:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:53:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:53:25 (1/1) Installing dumb-init (1.2.5-r2) 08:53:25 Executing busybox-1.35.0-r29.trigger 08:53:25 OK: 8 MiB in 16 packages 08:53:27 Removing intermediate container 24f19209117d 08:53:27 ---> 244470fa6996 08:53:27 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:53:30 ---> 5f806ec13ecd 08:53:30 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 08:53:31 ---> 2300c65034f2 08:53:31 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 08:53:33 ---> 6ca7d7733c54 08:53:33 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 08:53:33 ---> 46b04cbc7b52 08:53:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 08:53:35 ---> 00c0a34344b9 08:53:35 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:53:35 ---> Running in 80d838f807f0 08:53:38 Removing intermediate container 80d838f807f0 08:53:38 ---> 96e4ae5f2fd2 08:53:38 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 08:53:38 ---> Running in a1eb8b249b1a 08:53:39 Removing intermediate container a1eb8b249b1a 08:53:39 ---> 08f8a5c0ed70 08:53:39 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 08:53:39 ---> Running in 322d7ee85ddb 08:53:39 Removing intermediate container 322d7ee85ddb 08:53:39 ---> 864ab4e5635b 08:53:39 Step 21/23 : LABEL arch=arm64 08:53:40 ---> Running in ee104762ef5b 08:53:44 Removing intermediate container ee104762ef5b 08:53:44 ---> 6ecaf36f6986 08:53:44 Step 22/23 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe 08:53:44 ---> Running in 41e8eacbeb6b 08:53:44 Removing intermediate container 41e8eacbeb6b 08:53:44 ---> c605eba818b7 08:53:44 Step 23/23 : LABEL version=0.0.0 08:53:44 ---> Running in 766fe125f9fd 08:53:45 Removing intermediate container 766fe125f9fd 08:53:45 ---> 7d4ee285d451 08:53:45 08:53:45 Successfully built 7d4ee285d451 08:53:45 Successfully tagged security-proxy-auth-arm64:latest 08:53:45 Building security-spire-server 08:54:03  Building security-proxy-auth ... done Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 08:54:03 Step 2/26 : FROM ${BUILDER_BASE} AS builder 08:54:03 ---> 054c3a399757 08:54:03 Step 3/26 : WORKDIR /edgex-go 08:54:03 ---> Using cache 08:54:03 ---> 030e60b1da65 08:54:03 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 08:54:03 ---> Running in 915a68cea849 08:54:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:54:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:54:08 OK: 263 MiB in 53 packages 08:54:13 Removing intermediate container 915a68cea849 08:54:13 ---> 2b00654aee22 08:54:13 Step 5/26 : COPY go.mod vendor* ./ 08:54:15 ---> b9de4aa1e33c 08:54:15 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:54:15 ---> Running in 871df9aea7a5 08:54:30 Removing intermediate container d19e4b982828 08:54:30 ---> 33eacb8bfed2 08:54:30 08:54:30 Step 10/23 : FROM alpine:3.17 08:54:30 ---> 51e60588ff2c 08:54:30 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 08:54:30 ---> Running in ad8c835507f8 08:54:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:54:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:54:33 (1/2) Installing ca-certificates (20220614-r4) 08:54:33 (2/2) Installing dumb-init (1.2.5-r2) 08:54:33 Executing busybox-1.35.0-r29.trigger 08:54:33 Executing ca-certificates-20220614-r4.trigger 08:54:34 OK: 8 MiB in 17 packages 08:54:39 Removing intermediate container ad8c835507f8 08:54:39 ---> 752bf40cf475 08:54:39 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 08:54:39 ---> Running in 6b55a0ba3f2a 08:54:40 Removing intermediate container 6b55a0ba3f2a 08:54:40 ---> 40af8c5584fa 08:54:40 Step 13/23 : ENV APP_PORT=59860 08:54:40 ---> Running in 450bc092b3ee 08:54:41 Removing intermediate container 450bc092b3ee 08:54:41 ---> 7fae6c70dcfb 08:54:41 Step 14/23 : EXPOSE $APP_PORT 08:54:41 ---> Running in cce01a326ec9 08:54:42 Removing intermediate container cce01a326ec9 08:54:42 ---> 55f6c60c6111 08:54:42 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:54:43 ---> 969a9a95d38d 08:54:43 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 08:54:45 ---> 1b9e0afbdca5 08:54:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:54:49 ---> 3b9adcb61362 08:54:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 08:54:51 ---> 891a16e9d853 08:54:51 Step 19/23 : ENTRYPOINT ["/support-notifications"] 08:54:51 ---> Running in 85ffea947437 08:54:52 Removing intermediate container 85ffea947437 08:54:52 ---> f367a9d97aaf 08:54:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 08:54:52 ---> Running in 5adbfda9991c 08:54:52 Removing intermediate container 5adbfda9991c 08:54:52 ---> e2df8033d5d9 08:54:52 Step 21/23 : LABEL arch=arm64 08:54:53 ---> Running in 4ac6a2e6989d 08:54:53 Removing intermediate container 4ac6a2e6989d 08:54:53 ---> 47349a24438e 08:54:53 Step 22/23 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe 08:54:54 ---> Running in 6ce1f136369d 08:54:54 Removing intermediate container 6ce1f136369d 08:54:54 ---> 26e24ab58d16 08:54:54 Step 23/23 : LABEL version=0.0.0 08:54:54 Removing intermediate container 7babc4f6fb25 08:54:54 ---> ff521c3325c5 08:54:54 Step 7/20 : COPY . . 08:54:54 ---> Running in 6dae92b97cbc 08:54:55 Removing intermediate container 6dae92b97cbc 08:54:55 ---> a4000bbe9a24 08:54:55 08:54:56 Successfully built a4000bbe9a24 08:54:56 Successfully tagged support-notifications-arm64:latest 08:54:56  Building support-notifications ... done Building core-command 08:55:11 ---> 4703ca365788 08:55:11 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 08:55:11 ---> Running in 54a631760766 08:55: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-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 08:55:14 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 08:55:14 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:55:14 ---> 054c3a399757 08:55:14 Step 3/24 : ARG ADD_BUILD_TAGS="" 08:55:14 ---> Using cache 08:55:14 ---> 4c9fe39620ad 08:55:14 Step 4/24 : WORKDIR /edgex-go 08:55:14 ---> Using cache 08:55:14 ---> 635d004437fb 08:55:14 Step 5/24 : RUN apk add --update --no-cache make git 08:55:14 ---> Using cache 08:55:14 ---> d778d5524ad7 08:55:14 Step 6/24 : COPY go.mod vendor* ./ 08:55:14 ---> Using cache 08:55:14 ---> 2a77aa9c0159 08:55:14 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:55:14 ---> Using cache 08:55:14 ---> f2fefb237848 08:55:14 Step 8/24 : COPY . . 08:55:14 ---> Using cache 08:55:14 ---> 5039a0786047 08:55:14 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 08:55:16 ---> Running in 04836a3903b4 08:55:18 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 08:55:50 Removing intermediate container 871df9aea7a5 08:55:50 ---> 0e7a081e3abf 08:55:50 Step 7/26 : COPY . . 08:56:00 ---> e2e6c5ec9c5e 08:56:00 Step 8/26 : ARG SPIRE_RELEASE=1.2.1 08:56:01 ---> Running in 2e30ad5c3025 08:56:01 Removing intermediate container 2e30ad5c3025 08:56:01 ---> bc1e145f8540 08:56:01 Step 9/26 : WORKDIR /edgex-go/spire-build 08:56:01 ---> Running in f3ee86ecdd18 08:56:02 Removing intermediate container f3ee86ecdd18 08:56:02 ---> 0ebfa9c6a7b7 08:56:02 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 08:56:02 ---> Running in 4dd45b7073ba 08:56:02 Removing intermediate container 4dd45b7073ba 08:56:02 ---> f1d75739c4d1 08:56:02 Step 11/26 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 08:56:02 ---> Running in 31ffa2416dfa 08:56:06 Removing intermediate container 31ffa2416dfa 08:56:06 ---> 9d0ba1272a92 08:56:06 Step 12/26 : WORKDIR /edgex-go 08:56:06 ---> Running in c5fca329672c 08:56:06 Removing intermediate container c5fca329672c 08:56:06 ---> 42c70c232899 08:56:06 08:56:06 Step 13/26 : FROM alpine:3.17 08:56:06 ---> 51e60588ff2c 08:56:06 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 08:56:06 ---> Using cache 08:56:06 ---> cccb434eb752 08:56:06 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 08:56:06 ---> Running in d870a81c0296 08:56:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:56:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:56:10 v3.17.3-51-gb3e182d1e6a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 08:56:10 v3.17.3-52-g138c24c548d [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 08:56:10 OK: 17689 distinct packages available 08:56:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:56:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:56:12 (1/5) Installing dumb-init (1.2.5-r2) 08:56:12 (2/5) Installing musl-obstack (1.2.3-r0) 08:56:12 (3/5) Installing libucontext (1.2-r0) 08:56:12 (4/5) Installing gcompat (1.1.0-r0) 08:56:12 (5/5) Installing openssl (3.0.8-r3) 08:56:12 Executing busybox-1.35.0-r29.trigger 08:56:12 OK: 9 MiB in 20 packages 08:56:14 Removing intermediate container d870a81c0296 08:56:14 ---> aba73f5fd917 08:56:14 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 08:56:15 ---> feb102d32649 08:56:15 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 08:56:16 ---> 4583d7aa98fe 08:56:16 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 08:56:22 ---> 7bba608c3d68 08:56:22 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 08:56:23 ---> c3209d4649fe 08:56:23 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 08:56:24 ---> 1d0edec038d4 08:56:24 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 08:56:25 ---> 413d6df2ffe8 08:56:25 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 08:56:25 ---> Running in e7d52207d93b 08:56:26 Removing intermediate container e7d52207d93b 08:56:26 ---> d2d752ca4a89 08:56:26 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 08:56:26 ---> Running in 95ab7eba4f0e 08:56:26 Removing intermediate container 95ab7eba4f0e 08:56:26 ---> bace782b3eae 08:56:26 Step 24/26 : LABEL arch=arm64 08:56:26 ---> Running in f49d498f5c48 08:56:27 Removing intermediate container f49d498f5c48 08:56:27 ---> 325fe21277cf 08:56:27 Step 25/26 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe 08:56:27 ---> Running in 1566a5c02840 08:56:28 Removing intermediate container 1566a5c02840 08:56:28 ---> d0713ff7f9d5 08:56:28 Step 26/26 : LABEL version=0.0.0 08:56:28 ---> Running in 8c258ba11e6e 08:56:28 Removing intermediate container 8c258ba11e6e 08:56:28 ---> 52eaed66d34e 08:56:28 08:56:28 Successfully built 52eaed66d34e 08:56:28 Successfully tagged security-spire-server-arm64:latest 08:56:28  Building security-spire-server ... done Building support-scheduler 08:56:47 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 08:56:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:56:47 ---> 054c3a399757 08:56:47 Step 3/23 : ARG ADD_BUILD_TAGS="" 08:56:47 ---> Using cache 08:56:47 ---> 4c9fe39620ad 08:56:47 Step 4/23 : WORKDIR /edgex-go 08:56:47 ---> Using cache 08:56:47 ---> 635d004437fb 08:56:47 Step 5/23 : RUN apk add --update --no-cache make git 08:56:47 ---> Using cache 08:56:47 ---> d778d5524ad7 08:56:47 Step 6/23 : COPY go.mod vendor* ./ 08:56:47 ---> Using cache 08:56:47 ---> 2a77aa9c0159 08:56:47 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:56:47 ---> Using cache 08:56:47 ---> f2fefb237848 08:56:47 Step 8/23 : COPY . . 08:56:47 ---> Using cache 08:56:47 ---> 5039a0786047 08:56:47 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 08:56:47 ---> Running in 24b4ecaaaf0f 08:56:48 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 08:59:10 Removing intermediate container 9e58938616ff 08:59:10 ---> c8bf27f8826e 08:59:10 08:59:10 Step 10/23 : FROM alpine:3.17 08:59:10 ---> 51e60588ff2c 08:59:10 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 08:59:10 ---> Running in 1acfb744f1e1 08:59:10 Removing intermediate container 1acfb744f1e1 08:59:10 ---> 16c592326fbc 08:59:10 Step 12/23 : ENV APP_PORT=59880 08:59:10 ---> Running in 3e51ba5d13b8 08:59:10 Removing intermediate container 3e51ba5d13b8 08:59:10 ---> 4f8ffffdef64 08:59:10 Step 13/23 : EXPOSE $APP_PORT 08:59:10 ---> Running in 7bd743c0e582 08:59:10 Removing intermediate container 7bd743c0e582 08:59:10 ---> ebeb74a04877 08:59:10 Step 14/23 : RUN apk add --update --no-cache dumb-init 08:59:10 ---> Running in 71d6bc9ae06d 08:59:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:59:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:59:10 (1/1) Installing dumb-init (1.2.5-r2) 08:59:10 Executing busybox-1.35.0-r29.trigger 08:59:10 OK: 8 MiB in 16 packages 08:59:12 Removing intermediate container 71d6bc9ae06d 08:59:12 ---> 1ace1ebb13fb 08:59:12 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:59:14 ---> 25024b0d7563 08:59:14 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 08:59:15 ---> 64f26a4d1129 08:59:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:59:17 ---> da42cf911df9 08:59:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 08:59:18 ---> 706b90445d3c 08:59:18 Step 19/23 : ENTRYPOINT ["/core-data"] 08:59:18 ---> Running in 7ef54579d26a 08:59:19 Removing intermediate container 7ef54579d26a 08:59:19 ---> 170cdb0d3ef9 08:59:19 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 08:59:19 ---> Running in 295a3880a5b9 08:59:19 Removing intermediate container 295a3880a5b9 08:59:19 ---> 1ca5062b6734 08:59:19 Step 21/23 : LABEL arch=arm64 08:59:19 ---> Running in a383b4072172 08:59:20 Removing intermediate container a383b4072172 08:59:20 ---> 5e5893751d56 08:59:20 Step 22/23 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe 08:59:20 ---> Running in 510feac6e006 08:59:21 Removing intermediate container 510feac6e006 08:59:21 ---> cafea5ec895f 08:59:21 Step 23/23 : LABEL version=0.0.0 08:59:21 ---> Running in 14454d5050f9 08:59:22 Removing intermediate container 14454d5050f9 08:59:22 ---> da186e8a1070 08:59:22 08:59:22 Successfully built da186e8a1070 08:59:22 Successfully tagged core-data-arm64:latest 08:59:22  Building core-data ... done Building security-secretstore-setup 08:59:31 Removing intermediate container 744084c02b7e 08:59:31 ---> 272dbae2595e 08:59:31 08:59:31 Step 10/23 : FROM alpine:3.17 08:59:31 ---> 51e60588ff2c 08:59:31 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 08:59:31 ---> Using cache 08:59:31 ---> ba27a8fd6b9b 08:59:31 Step 12/23 : RUN apk add --update --no-cache dumb-init 08:59:31 ---> Using cache 08:59:31 ---> 244470fa6996 08:59:31 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:59:31 ---> Using cache 08:59:31 ---> 5f806ec13ecd 08:59:31 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 08:59:31 ---> Using cache 08:59:31 ---> 2300c65034f2 08:59:31 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 08:59:32 ---> 14da81421382 08:59:32 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 08:59:33 ---> 753ba69b3869 08:59:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 08:59:34 ---> d0ee478fb579 08:59:34 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:59:35 ---> Running in 2f305e8a5c13 08:59:39 Removing intermediate container 2f305e8a5c13 08:59:39 ---> 687198563814 08:59:39 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 08:59:39 ---> Running in 43ace58b24a5 08:59:40 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 08:59:40 Step 2/25 : FROM ${BUILDER_BASE} AS builder 08:59:40 ---> 054c3a399757 08:59:40 Step 3/25 : WORKDIR /edgex-go 08:59:40 ---> Using cache 08:59:40 ---> 030e60b1da65 08:59:40 Step 4/25 : RUN apk add --update --no-cache make git 08:59:40 ---> Using cache 08:59:40 ---> 444687628247 08:59:40 Step 5/25 : COPY go.mod vendor* ./ 08:59:40 ---> Using cache 08:59:40 ---> d3e882a62769 08:59:40 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:59:40 ---> Using cache 08:59:40 ---> b1da637c54ea 08:59:40 Step 7/25 : COPY . . 08:59:40 ---> Using cache 08:59:40 ---> c62f3b6a0720 08:59:40 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:59:42 Removing intermediate container 43ace58b24a5 08:59:42 ---> 7bd8d5a76182 08:59:42 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 08:59:42 ---> Running in 84247283cb77 08:59:43 ---> Running in 6157cbb2adf2 08:59:43 Removing intermediate container 6157cbb2adf2 08:59:43 ---> 068a263e8d18 08:59:43 Step 21/23 : LABEL arch=arm64 08:59:43 ---> Running in b976011b404f 08:59:44 Removing intermediate container b976011b404f 08:59:44 ---> eed0d4a047fe 08:59:44 Step 22/23 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe 08:59:44 ---> Running in b98bbd2c8148 08:59:45 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:59:45 Removing intermediate container b98bbd2c8148 08:59:45 ---> 4adfd832a5bc 08:59:45 Step 23/23 : LABEL version=0.0.0 08:59:45 ---> Running in fbc7ff9b1de0 08:59:46 Removing intermediate container fbc7ff9b1de0 08:59:46 ---> 92f87236390b 08:59:46 08:59:46 Successfully built 92f87236390b 08:59:46 Successfully tagged core-common-config-bootstrapper-arm64:latest 09:01:52  Building core-common-config-bootstrapper ... done Removing intermediate container 04836a3903b4 09:01:52 ---> 5bf69ff98ee0 09:01:52 09:01:52 Step 10/24 : FROM alpine:3.17 09:01:52 ---> 51e60588ff2c 09:01:52 Step 11/24 : RUN apk add --update --no-cache dumb-init 09:01:52 ---> Using cache 09:01:52 ---> 44e711303907 09:01:52 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 09:01:52 ---> Using cache 09:01:52 ---> f4023c1abb68 09:01:52 Step 13/24 : ENV APP_PORT=59882 09:01:52 ---> Running in 5a19e840abaf 09:01:52 Removing intermediate container 5a19e840abaf 09:01:52 ---> f8002d71fe00 09:01:52 Step 14/24 : EXPOSE $APP_PORT 09:01:52 ---> Running in 3a33cb80575f 09:01:52 Removing intermediate container 3a33cb80575f 09:01:52 ---> 0df1da2125fb 09:01:52 Step 15/24 : WORKDIR / 09:01:52 ---> Running in ae3d568bf50c 09:01:52 Removing intermediate container ae3d568bf50c 09:01:52 ---> 0fb5667a93d6 09:01:52 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 09:01:52 ---> ef9b4b977ea7 09:01:52 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 09:01:52 ---> d62be4f04b23 09:01:52 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:01:52 ---> 5a868ba2aaa1 09:01:52 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 09:01:52 ---> 5d752c1f9869 09:01:52 Step 20/24 : ENTRYPOINT ["/core-command"] 09:01:52 ---> Running in ffbb15661529 09:01:52 Removing intermediate container ffbb15661529 09:01:52 ---> 4250a346e6b6 09:01:52 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 09:01:52 ---> Running in f078cb6acb37 09:01:52 Removing intermediate container f078cb6acb37 09:01:52 ---> ca89fe2d53a9 09:01:52 Step 22/24 : LABEL arch=arm64 09:01:52 ---> Running in c8615b81228a 09:01:52 Removing intermediate container c8615b81228a 09:01:52 ---> 7a925e9dec5f 09:01:52 Step 23/24 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe 09:01:52 ---> Running in 67d6e1fad734 09:01:52 Removing intermediate container 67d6e1fad734 09:01:52 ---> 679ae8c3d7a3 09:01:52 Step 24/24 : LABEL version=0.0.0 09:01:52 ---> Running in 43721610fbb9 09:01:52 Removing intermediate container 43721610fbb9 09:01:52 ---> 92a48b2b7057 09:01:52 09:01:53 Successfully built 92a48b2b7057 09:01:53 Successfully tagged core-command-arm64:latest 09:02:49  Building core-command ... done Removing intermediate container 54a631760766 09:02:49 ---> 7913c6b01641 09:02:49 09:02:49 Step 9/20 : FROM alpine:3.17 09:02:49 ---> 51e60588ff2c 09:02:49 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 09:02:49 ---> Using cache 09:02:49 ---> 361c8ac1de05 09:02:49 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 09:02:49 ---> Running in e6ea17dcb171 09:02:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 09:02:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 09:02:50 v3.17.3-51-gb3e182d1e6a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 09:02:50 v3.17.3-52-g138c24c548d [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 09:02:50 OK: 17689 distinct packages available 09:02:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 09:02:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 09:02:54 (1/9) Installing ca-certificates (20220614-r4) 09:02:54 (2/9) Installing brotli-libs (1.0.9-r9) 09:02:54 (3/9) Installing nghttp2-libs (1.51.0-r0) 09:02:54 (4/9) Installing libcurl (7.88.1-r1) 09:02:54 (5/9) Installing curl (7.88.1-r1) 09:02:54 (6/9) Installing dumb-init (1.2.5-r2) 09:02:54 (7/9) Installing musl-obstack (1.2.3-r0) 09:02:54 (8/9) Installing libucontext (1.2-r0) 09:02:54 (9/9) Installing gcompat (1.1.0-r0) 09:02:54 Executing busybox-1.35.0-r29.trigger 09:02:54 Executing ca-certificates-20220614-r4.trigger 09:02:55 OK: 11 MiB in 24 packages 09:02:57 Removing intermediate container e6ea17dcb171 09:02:57 ---> 5cfe22f7a4ee 09:02:57 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 09:02:58 ---> 119f5dffbbb9 09:02:58 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 09:02:59 ---> 1f272c2ac39f 09:02:59 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 09:03:00 ---> 3ea84d2367b0 09:03:00 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 09:03:03 ---> d77054e58f0b 09:03:03 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 09:03:03 ---> Running in 1b1e1ad5ae62 09:03:03 Removing intermediate container 1b1e1ad5ae62 09:03:03 ---> cdba4e26023e 09:03:03 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 09:03:03 ---> Running in dabde896425f 09:03:04 Removing intermediate container dabde896425f 09:03:04 ---> 3633b1bafab5 09:03:04 Step 18/20 : LABEL arch=arm64 09:03:04 ---> Running in 069b8bf86f32 09:03:04 Removing intermediate container 069b8bf86f32 09:03:04 ---> 9c253e954b2b 09:03:04 Step 19/20 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe 09:03:04 ---> Running in 4de91dd56230 09:03:05 Removing intermediate container 4de91dd56230 09:03:05 ---> 5e5138794722 09:03:05 Step 20/20 : LABEL version=0.0.0 09:03:05 ---> Running in 01b00825fe77 09:03:05 Removing intermediate container 01b00825fe77 09:03:06 ---> b16b6756c998 09:03:06 09:03:06 Successfully built b16b6756c998 09:03:06 Successfully tagged security-spiffe-token-provider-arm64:latest 09:03:28  Building security-spiffe-token-provider ... 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 09:03:38 Removing intermediate container 84247283cb77 09:03:38 ---> 8451083d5e0b 09:03:38 09:03:38 Step 9/25 : FROM alpine:3.17 09:03:38 ---> 51e60588ff2c 09:03:38 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 09:03:38 ---> Running in a6286565b799 09:03:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 09:03:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 09:03:40 (1/3) Installing ca-certificates (20220614-r4) 09:03:40 (2/3) Installing dumb-init (1.2.5-r2) 09:03:40 (3/3) Installing su-exec (0.2-r2) 09:03:40 Executing busybox-1.35.0-r29.trigger 09:03:40 Executing ca-certificates-20220614-r4.trigger 09:03:40 OK: 8 MiB in 18 packages 09:03:43 Removing intermediate container a6286565b799 09:03:43 ---> ba76c38e40c1 09:03:43 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 09:03:43 ---> Running in 4d25763b3a8b 09:03:43 Removing intermediate container 4d25763b3a8b 09:03:43 ---> 7cd520ee88eb 09:03:43 Step 12/25 : WORKDIR / 09:03:43 ---> Running in 439c7561baa2 09:03:44 Removing intermediate container 439c7561baa2 09:03:44 ---> 5a247b1a3aac 09:03:44 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 09:03:45 ---> 3194e1878f88 09:03:45 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 09:03:45 ---> 00f2d6dac6a8 09:03:45 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 09:03:45 ---> 6ae32d7c0498 09:03:45 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 09:03:46 Removing intermediate container 24b4ecaaaf0f 09:03:46 ---> ca3e1d6e94b1 09:03:46 09:03:46 Step 10/23 : FROM alpine:3.17 09:03:46 ---> 51e60588ff2c 09:03:46 Step 11/23 : RUN apk add --update --no-cache dumb-init 09:03:46 ---> Using cache 09:03:46 ---> 44e711303907 09:03:46 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 09:03:46 ---> Using cache 09:03:46 ---> f4023c1abb68 09:03:46 Step 13/23 : ENV APP_PORT=59861 09:03:46 ---> Running in c3ffe2478359 09:03:46 Removing intermediate container c3ffe2478359 09:03:46 ---> 417a1c230035 09:03:46 Step 14/23 : EXPOSE $APP_PORT 09:03:46 ---> Running in 3a54f454d541 09:03:46 ---> 535e24b0a275 09:03:46 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 09:03:46 Removing intermediate container 3a54f454d541 09:03:46 ---> 5312572b0f29 09:03:46 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:03:47 ---> c82cdc807384 09:03:47 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:03:47 ---> 1432edf4d449 09:03:47 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 09:03:48 ---> 0d228b0fc588 09:03:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:03:48 ---> 21d0dc0664d1 09:03:48 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:03:49 ---> 3e8532fa01eb 09:03:49 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:03:49 ---> 70f4f5c07828 09:03:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 09:03:50 ---> 05d05aee799a 09:03:50 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:03:50 ---> af332a912a35 09:03:50 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 09:03:50 ---> Running in 0c90bd28c891 09:03:50 ---> Running in c2ea05572174 09:03:50 Removing intermediate container c2ea05572174 09:03:50 ---> 7e7a7715cbbe 09:03:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 09:03:50 ---> Running in 6f6d69f19efa 09:03:51 Removing intermediate container 6f6d69f19efa 09:03:51 ---> 949d3b5fd8f8 09:03:51 Step 21/23 : LABEL arch=arm64 09:03:51 ---> Running in 99e58ca0c23d 09:03:51 Removing intermediate container 99e58ca0c23d 09:03:51 ---> c1b1dd39acf0 09:03:51 Step 22/23 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe 09:03:51 ---> Running in d15c0a686584 09:03:51 Removing intermediate container d15c0a686584 09:03:51 ---> 026666cc3af9 09:03:51 Step 23/23 : LABEL version=0.0.0 09:03:52 ---> Running in d4d811e77fbd 09:03:52 Removing intermediate container 0c90bd28c891 09:03:52 ---> 4c1fe01ac07b 09:03:52 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 09:03:52 ---> Running in 7ccb83e4759d 09:03:52 Removing intermediate container d4d811e77fbd 09:03:52 ---> 02e36e471a08 09:03:52 09:03:52 Removing intermediate container 7ccb83e4759d 09:03:52 ---> 9ffcea76e685 09:03:52 Step 23/25 : LABEL arch=arm64 09:03:52 ---> Running in caaf83802d4a 09:03:52 Successfully built 02e36e471a08 09:03:52 Successfully tagged support-scheduler-arm64:latest 09:03:53  Building support-scheduler ... done Removing intermediate container caaf83802d4a 09:03:53 ---> 746d63a87ecf 09:03:53 Step 24/25 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe 09:03:53 ---> Running in b76136917981 09:03:53 Removing intermediate container b76136917981 09:03:53 ---> bf3f25f646ad 09:03:53 Step 25/25 : LABEL version=0.0.0 09:03:53 ---> Running in 981d73efa974 09:03:53 Removing intermediate container 981d73efa974 09:03:53 ---> 8af4381e74d2 09:03:53 09:03:54 Successfully built 8af4381e74d2 09:03:54 Successfully tagged security-secretstore-setup-arm64:latest 09:03:54  Building security-secretstore-setup ... done  [Pipeline] } 09:03:54 $ docker stop --time=1 9151c67261edade839ecfd0a9dab63cc165c5aecd65c0c6ec296dd0592057ca0 09:03:56 $ docker rm -f --volumes 9151c67261edade839ecfd0a9dab63cc165c5aecd65c0c6ec296dd0592057ca0 [Pipeline] // withDockerContainer [Pipeline] sh 09:03:56 + docker images 09:03:56 REPOSITORY TAG IMAGE ID CREATED SIZE 09:03:56 security-secretstore-setup-arm64 latest 8af4381e74d2 3 seconds ago 32.2MB 09:03:56 support-scheduler-arm64 latest 02e36e471a08 4 seconds ago 31.5MB 09:03:56 ca3e1d6e94b1 11 seconds ago 1.56GB 09:03:56 8451083d5e0b 20 seconds ago 1.49GB 09:03:56 security-spiffe-token-provider-arm64 latest b16b6756c998 51 seconds ago 32.7MB 09:03:56 7913c6b01641 About a minute ago 1.53GB 09:03:56 core-command-arm64 latest 92a48b2b7057 2 minutes ago 19.7MB 09:03:56 5bf69ff98ee0 2 minutes ago 1.49GB 09:03:56 core-common-config-bootstrapper-arm64 latest 92f87236390b 4 minutes ago 17.2MB 09:03:56 272dbae2595e 4 minutes ago 1.48GB 09:03:56 core-data-arm64 latest da186e8a1070 4 minutes ago 19.9MB 09:03:56 c8bf27f8826e 4 minutes ago 1.5GB 09:03:56 security-spire-server-arm64 latest 52eaed66d34e 7 minutes ago 87.1MB 09:03:56 42c70c232899 7 minutes ago 1.35GB 09:03:56 support-notifications-arm64 latest a4000bbe9a24 9 minutes ago 32.2MB 09:03:56 33eacb8bfed2 9 minutes ago 1.56GB 09:03:56 security-proxy-auth-arm64 latest 7d4ee285d451 10 minutes ago 18.3MB 09:03:56 c3f822550a60 10 minutes ago 1.47GB 09:03:56 security-proxy-setup-arm64 latest fcb1c4a11950 11 minutes ago 18.7MB 09:03:56 core-metadata-arm64 latest 99ade488ff97 11 minutes ago 20.2MB 09:03:56 e2d15eed1e10 11 minutes ago 1.47GB 09:03:56 57670ac1e82e 12 minutes ago 1.5GB 09:03:56 security-bootstrapper-arm64 latest 458f3c4d6c3f 12 minutes ago 21.9MB 09:03:56 4bbc8d5a744f 12 minutes ago 1.48GB 09:03:56 security-spire-agent-arm64 latest bd15d16271a1 18 minutes ago 125MB 09:03:56 security-spire-config-arm64 latest 72cd6d665733 18 minutes ago 86.2MB 09:03:56 f67f093444ac 19 minutes ago 1.35GB 09:03:56 32f9fca78613 19 minutes ago 1.35GB 09:03:56 ci-base-image-arm64 latest 054c3a399757 34 minutes ago 866MB 09:03:56 alpine 3.17 51e60588ff2c 11 days ago 7.46MB 09:03:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 6cb57ee374ae 4 weeks ago 648MB 09:03:56 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 09:03:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:03:57 09:03:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:03:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:03:58 arm64: Pulling from edgex-lftools-log-publisher 09:03:58 8998bd30e6a1: Pulling fs layer 09:03:58 04944245beec: Pulling fs layer 09:03:58 699f458cf7ca: Pulling fs layer 09:03:58 765212b225bb: Pulling fs layer 09:03:58 f23df028b6ca: Pulling fs layer 09:03:58 d65c8cfc05b1: Pulling fs layer 09:03:58 2437ff75d9bd: Pulling fs layer 09:03:58 d65c8cfc05b1: Waiting 09:03:58 f23df028b6ca: Waiting 09:03:58 2437ff75d9bd: Waiting 09:03:58 765212b225bb: Waiting 09:03:58 04944245beec: Verifying Checksum 09:03:58 04944245beec: Download complete 09:03:58 765212b225bb: Verifying Checksum 09:03:58 765212b225bb: Download complete 09:03:58 f23df028b6ca: Verifying Checksum 09:03:58 f23df028b6ca: Download complete 09:03:58 d65c8cfc05b1: Verifying Checksum 09:03:58 d65c8cfc05b1: Download complete 09:03:58 699f458cf7ca: Verifying Checksum 09:03:58 699f458cf7ca: Download complete 09:03:58 8998bd30e6a1: Verifying Checksum 09:03:58 8998bd30e6a1: Download complete 09:04:01 2437ff75d9bd: Verifying Checksum 09:04:01 2437ff75d9bd: Download complete 09:04:02 8998bd30e6a1: Pull complete 09:04:03 04944245beec: Pull complete 09:04:04 699f458cf7ca: Pull complete 09:04:04 765212b225bb: Pull complete 09:04:05 f23df028b6ca: Pull complete 09:04:05 d65c8cfc05b1: Pull complete 09:04:24 2437ff75d9bd: Pull complete 09:04:24 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 09:04:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:04:24 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:04:24 prd-ubuntu20.04-docker-arm64-4c-16g-7289 does not seem to be running inside a container 09:04:24 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 09:04:26 $ docker top 147fe8bb9e8318461a744496beca146b7abecb7e2cc3439ec1b26e7c0c87c2a4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:04:28 ---> job-cost.sh 09:04:28 lf-activate-venv: SKIPPING 09:04:28 INFO: No Stack... 09:04:28 INFO: Retrieving Pricing Info for: v3-standard-4 09:04:29 INFO: Archiving Costs [Pipeline] sh 09:04:29 + cut -d, -f6 09:04:29 + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock 09:04:29 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4504-1-stack-cost] 09:04:29 Resource [jenkins-edgexfoundry-edgex-go-PR-4504-1-stack-cost] did not exist. Created. 09:04:29 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4504-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:04:30 + echo total: 0.10999999940395355 [Pipeline] stash 09:04:30 Stashed 1 file(s) [Pipeline] } 09:04:30 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4504-1-stack-cost] [Pipeline] // lock [Pipeline] } 09:04:30 $ docker stop --time=1 147fe8bb9e8318461a744496beca146b7abecb7e2cc3439ec1b26e7c0c87c2a4 09:04:32 $ docker rm -f --volumes 147fe8bb9e8318461a744496beca146b7abecb7e2cc3439ec1b26e7c0c87c2a4 [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 09:04:33 provisioning config files... 09:04:33 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config17537893575785987613tmp [Pipeline] { [Pipeline] sh 09:04:33 + set +x 09:04:33 + curl -s https://codecov.io/bash 09:04:33 + bash -s -- 09:04:33 09:04:33 _____ _ 09:04:33 / ____| | | 09:04:33 | | ___ __| | ___ ___ _____ __ 09:04:33 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:04:33 | |___| (_) | (_| | __/ (_| (_) \ V / 09:04:33 \_____\___/ \__,_|\___|\___\___/ \_/ 09:04:33 Bash-1.0.6 09:04:33 09:04:33 09:04:33 ==> git version 2.25.1 found 09:04:33 ==> 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 09:04:33 Release-Date: 2020-01-08 09:04:33 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 09:04:33 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 09:04:33 ==> Jenkins CI detected. 09:04:33 current dir:  /w/workspace/edgex-go/1 09:04:33 project root: . 09:04:33 --> token set from env 09:04:33 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:04:33 ==> Running gcov in . (disable via -X gcov) 09:04:33 ==> Python coveragepy not found 09:04:33 ==> Searching for coverage reports in: 09:04:33 + . 09:04:34 -> Found 1 reports 09:04:34 ==> Detecting git/mercurial file structure 09:04:34 ==> Reading reports 09:04:34 + ./coverage.out bytes=448242 09:04:34 ==> Appending adjustments 09:04:34 https://docs.codecov.io/docs/fixing-reports 09:04:35 + Found adjustments 09:04:35 ==> Gzipping contents 09:04:35 60K /tmp/codecov.r4MiZ2.gz 09:04:35 ==> Uploading reports 09:04:35 url: https://codecov.io 09:04:35 query: branch=PR-4504&commit=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4504%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4504&job=&cmd_args= 09:04:35 -> Pinging Codecov 09:04:35 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4504&commit=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4504%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4504&job=&cmd_args= 09:04:35 -> Uploading to 09:04:35 https://storage.googleapis.com/codecov/v4/raw/2023-04-10/00271124DB129430A58F1EEE437C3FCB/8a4d6d14e43fb247d8ee34f628dc3a462ad5affe/351062ef-cdf5-4c9e-a450-76bbe382f860.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230410%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230410T090435Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2da1be1a949fa5128d75515014d829c9d5065416db7f1f15176d46a0a5bd028b 09:04:35 % Total % Received % Xferd Average Speed Time Time Time Current 09:04:35 Dload Upload Total Spent Left Speed 09:04:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57530 0 0 100 57530 0 196k --:--:-- --:--:-- --:--:-- 196k 09:04:35 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/8a4d6d14e43fb247d8ee34f628dc3a462ad5affe [Pipeline] } 09:04:35 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 09:04:36 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 09:04:37 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:04:38 ---> package-listing.sh 09:04:38 ++ tr '[:upper:]' '[:lower:]' 09:04:38 ++ facter osfamily 09:04:38 + OS_FAMILY=debian 09:04:38 + workspace=/w/workspace/edgex-go/1 09:04:38 + START_PACKAGES=/tmp/packages_start.txt 09:04:38 + END_PACKAGES=/tmp/packages_end.txt 09:04:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:04:38 + PACKAGES=/tmp/packages_start.txt 09:04:38 + '[' /w/workspace/edgex-go/1 ']' 09:04:38 + PACKAGES=/tmp/packages_end.txt 09:04:38 + case "${OS_FAMILY}" in 09:04:38 + dpkg -l 09:04:38 + grep '^ii' 09:04:38 + '[' -f /tmp/packages_start.txt ']' 09:04:38 + '[' -f /tmp/packages_end.txt ']' 09:04:38 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:04:38 + '[' /w/workspace/edgex-go/1 ']' 09:04:38 + mkdir -p /w/workspace/edgex-go/1/archives/ 09:04:38 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 09:04:38 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 09:04:38 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:04:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:04:39 09:04:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:04:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:04:39 latest: Pulling from edgex-lftools-log-publisher 09:04:39 5eb5b503b376: Pulling fs layer 09:04:39 5c69ac0246d0: Pulling fs layer 09:04:39 ec43610c2a17: Pulling fs layer 09:04:39 3a2ae6a8a46f: Pulling fs layer 09:04:39 33b1e0a273af: Pulling fs layer 09:04:39 5d3b04190fa2: Pulling fs layer 09:04:39 3a2ae6a8a46f: Waiting 09:04:39 33b1e0a273af: Waiting 09:04:39 2f39f015ded8: Pulling fs layer 09:04:39 5d3b04190fa2: Waiting 09:04:39 2f39f015ded8: Waiting 09:04:39 5c69ac0246d0: Download complete 09:04:39 3a2ae6a8a46f: Verifying Checksum 09:04:39 3a2ae6a8a46f: Download complete 09:04:39 33b1e0a273af: Verifying Checksum 09:04:39 33b1e0a273af: Download complete 09:04:39 5d3b04190fa2: Verifying Checksum 09:04:39 5d3b04190fa2: Download complete 09:04:40 ec43610c2a17: Verifying Checksum 09:04:40 ec43610c2a17: Download complete 09:04:40 5eb5b503b376: Download complete 09:04:41 5eb5b503b376: Pull complete 09:04:41 5c69ac0246d0: Pull complete 09:04:41 ec43610c2a17: Pull complete 09:04:41 3a2ae6a8a46f: Pull complete 09:04:42 33b1e0a273af: Pull complete 09:04:42 5d3b04190fa2: Pull complete 09:04:46 2f39f015ded8: Pull complete 09:04:46 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 09:04:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:04:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:04:46 prd-ubuntu20.04-docker-8c-8g-7287 does not seem to be running inside a container 09:04:46 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 09:04:51 $ docker top 94fe06bce7ea53da8583866945ba087fe9f6fb838fa15d165addd3ccfc7365aa -eo pid,comm [Pipeline] { [Pipeline] sh 09:04:52 + touch /tmp/pre-build-complete [Pipeline] sh 09:04:52 + mkdir -p /var/log/sysstat [Pipeline] sh 09:04:52 + ls /var/log/sa-host 09:04:52 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:04:52 provisioning config files... 09:04:52 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config4449331910785096494tmp [Pipeline] { [Pipeline] echo 09:04:52 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:04:53 ---> create-netrc.sh [Pipeline] } 09:04:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 09:04:53 ---> python-tools-install.sh [Pipeline] echo 09:04:53 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:04:54 ---> sudo-logs.sh 09:04:54 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 09:04:54 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:04:54 ---> job-cost.sh 09:04:54 lf-activate-venv: SKIPPING 09:04:54 DEBUG: total: 0.10999999940395355 09:04:54 INFO: Retrieving Stack Cost... 09:04:54 INFO: Retrieving Pricing Info for: v3-standard-8 09:04:55 INFO: Archiving Costs [Pipeline] echo 09:04:55 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:04:55 ---> logs-deploy.sh 09:04:55 lf-activate-venv: SKIPPING 09:04:55 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4504/1 09:04:55 INFO: archiving workspace using pattern(s): 09:04:56 Archives upload complete. 09:04:56 INFO: archiving logs to Nexus 09:04:57 ---> uname -a: 09:04:57 Linux prd-ubuntu20-04-docker-8c-8g-7287 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 09:04:57 09:04:57 09:04:57 ---> lscpu: 09:04:57 Architecture: x86_64 09:04:57 CPU op-mode(s): 32-bit, 64-bit 09:04:57 Byte Order: Little Endian 09:04:57 Address sizes: 40 bits physical, 48 bits virtual 09:04:57 CPU(s): 8 09:04:57 On-line CPU(s) list: 0-7 09:04:57 Thread(s) per core: 1 09:04:57 Core(s) per socket: 1 09:04:57 Socket(s): 8 09:04:57 NUMA node(s): 1 09:04:57 Vendor ID: AuthenticAMD 09:04:57 CPU family: 23 09:04:57 Model: 49 09:04:57 Model name: AMD EPYC-Rome Processor 09:04:57 Stepping: 0 09:04:57 CPU MHz: 2800.000 09:04:57 BogoMIPS: 5600.00 09:04:57 Virtualization: AMD-V 09:04:57 Hypervisor vendor: KVM 09:04:57 Virtualization type: full 09:04:57 L1d cache: 256 KiB 09:04:57 L1i cache: 256 KiB 09:04:57 L2 cache: 4 MiB 09:04:57 L3 cache: 128 MiB 09:04:57 NUMA node0 CPU(s): 0-7 09:04:57 Vulnerability Itlb multihit: Not affected 09:04:57 Vulnerability L1tf: Not affected 09:04:57 Vulnerability Mds: Not affected 09:04:57 Vulnerability Meltdown: Not affected 09:04:57 Vulnerability Mmio stale data: Not affected 09:04:57 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:04:57 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 09:04:57 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 09:04:57 Vulnerability Srbds: Not affected 09:04:57 Vulnerability Tsx async abort: Not affected 09:04:57 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 09:04:57 09:04:57 09:04:57 ---> nproc: 09:04:57 8 09:04:57 09:04:57 09:04:57 ---> df -h: 09:04:57 Filesystem Size Used Avail Use% Mounted on 09:04:57 overlay 155G 20G 136G 13% / 09:04:57 tmpfs 64M 0 64M 0% /dev 09:04:57 tmpfs 16G 0 16G 0% /sys/fs/cgroup 09:04:57 shm 64M 0 64M 0% /dev/shm 09:04:57 /dev/vda1 155G 20G 136G 13% /facter-os 09:04:57 09:04:57