Pull request #4440 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 geraldzm for edgexfoundry/edgex-go Loading trusted files from base branch main at b04a3d3d1e8b170615277c92e9d3b61dd4f71d8e rather than d61ec578008716961dada57dfc7805efd6f9e5ec Obtained Jenkinsfile from b04a3d3d1e8b170615277c92e9d3b61dd4f71d8e 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-ssh3607633806692562797.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-ssh2409678071030229546.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-4440/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-4440/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4864254297933122385.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-4440/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh715153486095125176.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-ssh5731381127490375528.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-4440/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-4440/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh1308950177319997137.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-165 in /w/workspace/edgexfoundry_edgex-go_PR-4440 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4440/head:refs/remotes/origin/PR-4440 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit b04a3d3d1e8b170615277c92e9d3b61dd4f71d8e into PR head commit d61ec578008716961dada57dfc7805efd6f9e5ec Merge succeeded, producing d61ec578008716961dada57dfc7805efd6f9e5ec Checking out Revision d61ec578008716961dada57dfc7805efd6f9e5ec (PR-4440) > git config core.sparsecheckout # timeout=10 > git checkout -f d61ec578008716961dada57dfc7805efd6f9e5ec # 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 b04a3d3d1e8b170615277c92e9d3b61dd4f71d8e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d61ec578008716961dada57dfc7805efd6f9e5ec # timeout=10 Commit message: "feat(security): add security.txt to docker images (#4407)" 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 15:36:07 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:36:07 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:36:07 ========================================================= 15:36:07 EdgeX Global Pipelines Version Info 15:36:07 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:36:08 ------------------- 15:36:08 stable info: 15:36:08 ------------------- 15:36:08 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:36:08 Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a 15:36:08 Message: update stable to v1.0.245 15:36:09 ------------------- 15:36:09 experimental info: 15:36:09 ------------------- 15:36:09 Commited By: **** collab-it+edgex@linuxfoundation.org 15:36:09 Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a 15:36:09 Message: update experimental to v1.0.245 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:36:09 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 15:36:09 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 15:36:09 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:36:09 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:36:09 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:36:09 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 15:36:09 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 15:36:09 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 15:36:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 15:36:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 15:36:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:36:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:36:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 15:36:10 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:36:10 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:36:10 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:36:10 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:36:10 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:36:10 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:36:10 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 15:36:10 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:36:10 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:36:10 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 15:36:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4440 [Pipeline] echo 15:36:10 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4440 [Pipeline] echo 15:36:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4440 [Pipeline] echo 15:36:10 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d61ec578008716961dada57dfc7805efd6f9e5ec [Pipeline] echo 15:36:10 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d61ec57 [Pipeline] echo 15:36:10 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:36:10 provisioning config files... 15:36:10 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config7672247641791266456tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:36:11 ---> docker-login.sh 15:36:11 nexus3.edgexfoundry.org:10001 15:36:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:36:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:36:11 Configure a credential helper to remove this warning. See 15:36:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:36:11 15:36:11 Login Succeeded 15:36:11 nexus3.edgexfoundry.org:10002 15:36:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:36:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:36:11 Configure a credential helper to remove this warning. See 15:36:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:36:11 15:36:11 Login Succeeded 15:36:11 nexus3.edgexfoundry.org:10003 15:36:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:36:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:36:11 Configure a credential helper to remove this warning. See 15:36:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:36:11 15:36:11 Login Succeeded 15:36:11 nexus3.edgexfoundry.org:10004 15:36:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:36:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:36:11 Configure a credential helper to remove this warning. See 15:36:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:36:11 15:36:11 Login Succeeded 15:36:11 docker.io 15:36:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:36:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:36:12 Configure a credential helper to remove this warning. See 15:36:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:36:12 15:36:12 Login Succeeded 15:36:12 ---> docker-login.sh ends [Pipeline] } 15:36:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:36:12 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 15:36:12 + dirname cmd/core-command/Dockerfile 15:36:12 + cut -d/ -f2 15:36:12 + echo core-command,cmd/core-command/Dockerfile 15:36:12 + dirname cmd/core-common-config-bootstrapper/Dockerfile 15:36:12 + cut -d/ -f2 15:36:12 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 15:36:12 + dirname cmd/core-data/Dockerfile 15:36:12 + cut -d/ -f2 15:36:12 + echo core-data,cmd/core-data/Dockerfile 15:36:12 + dirname cmd/core-metadata/Dockerfile 15:36:12 + cut -d/ -f2 15:36:12 + echo core-metadata,cmd/core-metadata/Dockerfile 15:36:12 + + dirnamecut cmd/security-bootstrapper/Dockerfile -d/ 15:36:12 -f2 15:36:12 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 15:36:12 + dirname cmd/security-proxy-auth/Dockerfile 15:36:12 + cut -d/ -f2 15:36:12 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 15:36:12 + dirname cmd/security-proxy-setup/Dockerfile 15:36:12 + cut -d/ -f2 15:36:12 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 15:36:12 + dirname cmd/security-secretstore-setup/Dockerfile 15:36:12 + cut -d/ -f2 15:36:12 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 15:36:12 + dirname cmd/security-spiffe-token-provider/Dockerfile 15:36:12 + cut -d/ -f2 15:36:12 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 15:36:12 + dirname cmd/security-spire-agent/Dockerfile 15:36:12 + cut -d/ -f2 15:36:12 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 15:36:12 + dirname cmd/security-spire-config/Dockerfile 15:36:12 + cut -d/ -f2 15:36:12 + echo security-spire-config,cmd/security-spire-config/Dockerfile 15:36:12 + dirname cmd/security-spire-server/Dockerfile 15:36:12 + cut -d/ -f2 15:36:12 + echo security-spire-server,cmd/security-spire-server/Dockerfile 15:36:12 + dirname cmd/support-notifications/Dockerfile 15:36:12 + cut -d/ -f2 15:36:12 + echo support-notifications,cmd/support-notifications/Dockerfile 15:36:12 + dirname cmd/support-scheduler/Dockerfile 15:36:12 + cut -d/ -f2 15:36:12 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 15:36:12 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 15:36:13 + git rev-list -1 --merges d61ec578008716961dada57dfc7805efd6f9e5ec~1..d61ec578008716961dada57dfc7805efd6f9e5ec [Pipeline] echo 15:36:13 -----------> git rev-list -1 --merges d61ec578008716961dada57dfc7805efd6f9e5ec~1..d61ec578008716961dada57dfc7805efd6f9e5ec d61ec578008716961dada57dfc7805efd6f9e5ec [false] [Pipeline] sh 15:36:13 + git log --format=format:%s -1 d61ec578008716961dada57dfc7805efd6f9e5ec [Pipeline] echo 15:36:13 ========================================================= 15:36:13 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 15:36:13 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 15:36:14 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:36:14 + grep -v github /etc/ssh/ssh_known_hosts 15:36:14 + [ -e /tmp/ssh_known_hosts ] 15:36:14 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 15:36:14 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 15:36:14 + sudo tee -a /etc/ssh/ssh_known_hosts 15:36:14 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:36:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:36:14 15:36:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:36:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:36:14 0.1.4: Pulling from edgex-devops/py-git-semver 15:36:14 b85a868b505f: Pulling fs layer 15:36:14 e2be974225ed: Pulling fs layer 15:36:14 339a4e72a1f5: Pulling fs layer 15:36:14 988bab9f4d93: Pulling fs layer 15:36:14 1469e6f7b9e6: Pulling fs layer 15:36:14 eaf3925da568: Pulling fs layer 15:36:14 bab4dde63d76: Pulling fs layer 15:36:14 bde34c3a00c8: Pulling fs layer 15:36:14 b352a97aabf1: Pulling fs layer 15:36:14 4872d77fe225: Pulling fs layer 15:36:14 5851b861e8e6: Pulling fs layer 15:36:14 988bab9f4d93: Waiting 15:36:14 b352a97aabf1: Waiting 15:36:14 eaf3925da568: Waiting 15:36:14 bab4dde63d76: Waiting 15:36:14 bde34c3a00c8: Waiting 15:36:14 1469e6f7b9e6: Waiting 15:36:14 4872d77fe225: Waiting 15:36:14 5851b861e8e6: Waiting 15:36:14 e2be974225ed: Verifying Checksum 15:36:14 e2be974225ed: Download complete 15:36:14 988bab9f4d93: Verifying Checksum 15:36:15 1469e6f7b9e6: Verifying Checksum 15:36:15 1469e6f7b9e6: Download complete 15:36:15 339a4e72a1f5: Verifying Checksum 15:36:15 339a4e72a1f5: Download complete 15:36:15 eaf3925da568: Download complete 15:36:15 bde34c3a00c8: Download complete 15:36:15 b352a97aabf1: Verifying Checksum 15:36:15 4872d77fe225: Verifying Checksum 15:36:15 4872d77fe225: Download complete 15:36:15 5851b861e8e6: Verifying Checksum 15:36:15 5851b861e8e6: Download complete 15:36:15 b85a868b505f: Verifying Checksum 15:36:15 b85a868b505f: Download complete 15:36:15 bab4dde63d76: Verifying Checksum 15:36:15 bab4dde63d76: Download complete 15:36:16 b85a868b505f: Pull complete 15:36:16 e2be974225ed: Pull complete 15:36:17 339a4e72a1f5: Pull complete 15:36:17 988bab9f4d93: Pull complete 15:36:17 1469e6f7b9e6: Pull complete 15:36:17 eaf3925da568: Pull complete 15:36:19 bab4dde63d76: Pull complete 15:36:19 bde34c3a00c8: Pull complete 15:36:19 b352a97aabf1: Pull complete 15:36:19 4872d77fe225: Pull complete 15:36:19 5851b861e8e6: Pull complete 15:36:19 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 15:36:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:36:19 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:36:19 prd-ubuntu20.04-docker-8c-8g-165 does not seem to be running inside a container 15:36:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:36:21 $ docker top f59c722e6e52a750d002eae51ca15db104cf75f0d218dd52cd254e55abc0a3f8 -eo pid,comm 15:36:21 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). 15:36:21 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:36:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:36:21 [ssh-agent] Looking for ssh-agent implementation... 15:36:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:36:21 $ docker exec f59c722e6e52a750d002eae51ca15db104cf75f0d218dd52cd254e55abc0a3f8 ssh-agent 15:36:21 SSH_AUTH_SOCK=/tmp/ssh-JoCL15ZfBdiA/agent.33 15:36:21 SSH_AGENT_PID=39 15:36:21 Running ssh-add (command line suppressed) 15:36:21 Identity added: /w/workspace/edgex-go/1@tmp/private_key_2816163594148586502.key (/w/workspace/edgex-go/1@tmp/private_key_2816163594148586502.key) 15:36:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:36:22 + git tag --points-at HEAD [Pipeline] } 15:36:22 $ docker exec --env ******** --env ******** f59c722e6e52a750d002eae51ca15db104cf75f0d218dd52cd254e55abc0a3f8 ssh-agent -k 15:36:22 unset SSH_AUTH_SOCK; 15:36:22 unset SSH_AGENT_PID; 15:36:22 echo Agent pid 39 killed; 15:36:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:36:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:36:22 [ssh-agent] Looking for ssh-agent implementation... 15:36:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:36:22 $ docker exec f59c722e6e52a750d002eae51ca15db104cf75f0d218dd52cd254e55abc0a3f8 ssh-agent 15:36:22 SSH_AUTH_SOCK=/tmp/ssh-zqzGPoPr9HCg/agent.72 15:36:22 SSH_AGENT_PID=78 15:36:22 Running ssh-add (command line suppressed) 15:36:22 Identity added: /w/workspace/edgex-go/1@tmp/private_key_2138517275204605564.key (/w/workspace/edgex-go/1@tmp/private_key_2138517275204605564.key) 15:36:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:36:23 + git semver init 15:36:23 2023-03-14 15:36:23,178 [run_init] DEBUG init version:0.0.0 force:False 15:36:23 2023-03-14 15:36:23,179 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 15:36:23 2023-03-14 15:36:23,180 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 15:36:23 2023-03-14 15:36:23,180 [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) 15:36:27 2023-03-14 15:36:27,239 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 15:36:27 2023-03-14 15:36:27,239 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4440 with force:False 15:36:27 2023-03-14 15:36:27,239 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4440 15:36:27 2023-03-14 15:36:27,244 [execute] INFO git cat-file --batch-check 15:36:27 2023-03-14 15:36:27,244 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 15:36:27 2023-03-14 15:36:27,251 [execute] INFO git cat-file --batch 15:36:27 2023-03-14 15:36:27,252 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 15:36:27 2023-03-14 15:36:27,256 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4440 15:36:27 0.0.0 [Pipeline] } 15:36:27 $ docker exec --env ******** --env ******** f59c722e6e52a750d002eae51ca15db104cf75f0d218dd52cd254e55abc0a3f8 ssh-agent -k 15:36:27 unset SSH_AUTH_SOCK; 15:36:27 unset SSH_AGENT_PID; 15:36:27 echo Agent pid 78 killed; 15:36:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:36:28 + git semver [Pipeline] } 15:36:28 $ docker stop --time=1 f59c722e6e52a750d002eae51ca15db104cf75f0d218dd52cd254e55abc0a3f8 15:36:29 $ docker rm -f --volumes f59c722e6e52a750d002eae51ca15db104cf75f0d218dd52cd254e55abc0a3f8 [Pipeline] // withDockerContainer [Pipeline] sh 15:36:30 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:36:30 Stashed 1 file(s) [Pipeline] echo 15:36:30 [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 15:36:31 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 15:36:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:36:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:36:31 ========================================================= 15:36:31 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 15:36:31 ========================================================= [Pipeline] fileExists [Pipeline] sh 15:36:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 15:36:31 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 15:36:31 63b65145d645: Pulling fs layer 15:36:31 a2d21d5440eb: Pulling fs layer 15:36:31 935e6c44a52c: Pulling fs layer 15:36:31 94cc34f8dd06: Pulling fs layer 15:36:31 30dea6a524f1: Pulling fs layer 15:36:31 a2aff8979fd8: Pulling fs layer 15:36:31 6808be2612f2: Pulling fs layer 15:36:31 f25807f1079a: Pulling fs layer 15:36:31 f25807f1079a: Waiting 15:36:31 30dea6a524f1: Waiting 15:36:31 6808be2612f2: Waiting 15:36:31 a2aff8979fd8: Waiting 15:36:31 a2d21d5440eb: Download complete 15:36:31 30dea6a524f1: Download complete 15:36:31 63b65145d645: Download complete 15:36:31 a2aff8979fd8: Verifying Checksum 15:36:31 a2aff8979fd8: Download complete 15:36:31 63b65145d645: Pull complete 15:36:31 a2d21d5440eb: Pull complete 15:36:32 f25807f1079a: Verifying Checksum 15:36:32 f25807f1079a: Download complete 15:36:32 935e6c44a52c: Verifying Checksum 15:36:32 935e6c44a52c: Download complete 15:36:32 6808be2612f2: Verifying Checksum 15:36:32 6808be2612f2: Download complete 15:36:35 935e6c44a52c: Pull complete 15:36:35 94cc34f8dd06: Pull complete 15:36:35 30dea6a524f1: Pull complete 15:36:35 a2aff8979fd8: Pull complete 15:36:38 6808be2612f2: Pull complete 15:36:39 f25807f1079a: Pull complete 15:36:39 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 15:36:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 15:36:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh 15:36:39 + + echodocker FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 15:36:39 WORKDIR /edgex 15:36:39 COPY go.mod . 15:36:39 RUN go mod download build 15:36:39 -t ci-base-image-x86_64 -f - . 15:36:39 Sending build context to Docker daemon 170.4MB 15:36:39 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 15:36:39 ---> 3b553350e43f 15:36:39 Step 2/4 : WORKDIR /edgex 15:36:41 ---> Running in 2ef39cf14ba1 15:36:41 Removing intermediate container 2ef39cf14ba1 15:36:41 ---> 0c992455542e 15:36:41 Step 3/4 : COPY go.mod . 15:36:42 ---> 975cf8ef941a 15:36:42 Step 4/4 : RUN go mod download 15:36:42 ---> Running in 063bc5b31849 15:36:45 Still waiting to schedule task 15:36:45 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 15:36:54 Removing intermediate container 063bc5b31849 15:36:54 ---> e4cbbc07468c 15:36:54 Successfully built e4cbbc07468c 15:36:54 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:36:54 + docker inspect -f . ci-base-image-x86_64 15:36:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:36:54 prd-ubuntu20.04-docker-8c-8g-165 does not seem to be running inside a container 15:36:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:36:55 $ docker top 847eb1a911afa71cc173479c86fbf5a65163ecbf0510c61afb88972d5feeb70a -eo pid,comm [Pipeline] { [Pipeline] sh 15:36:55 + go version 15:36:55 go version go1.20.2 linux/amd64 [Pipeline] } 15:36:55 $ docker stop --time=1 847eb1a911afa71cc173479c86fbf5a65163ecbf0510c61afb88972d5feeb70a 15:36:56 $ docker rm -f --volumes 847eb1a911afa71cc173479c86fbf5a65163ecbf0510c61afb88972d5feeb70a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:36:57 + docker inspect -f . ci-base-image-x86_64 15:36:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:36:57 prd-ubuntu20.04-docker-8c-8g-165 does not seem to be running inside a container 15:36:57 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:36:59 $ docker top 16e520fbde59c084e3c444130fe481f18ef8c8b523e3ea4497ab60556a1a1f17 -eo pid,comm [Pipeline] { [Pipeline] echo 15:36:59 ========================================================= 15:36:59 [edgeXBuildGoParallel] Running Tests and Build... 15:36:59 ========================================================= [Pipeline] sh 15:36:59 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 15:37:00 + make test 15:37:00 go test -race -coverprofile=coverage.out ./... 15:37:08 ? github.com/edgexfoundry/edgex-go [no test files] 15:37:23 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:37:23 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 15:37:23 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:37:23 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:37:24 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:37:24 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 15:37:24 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:37:24 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 15:37:24 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:37:25 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 15:37:26 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:37:26 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:37:26 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:37:26 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 15:37:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:37:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:37:27 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.060s coverage: 28.7% of statements 15:37:28 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.070s coverage: 98.5% of statements 15:37:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 15:37:29 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 15:37:29 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 15:37:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:37:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:37:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 15:37:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 15:37:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 15:37:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:37:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 15:37:32 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.095s coverage: 71.2% of statements 15:37:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.076s coverage: 54.0% of statements 15:37:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:37:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:37:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.792s coverage: 88.5% of statements 15:37:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.071s coverage: 3.9% of statements 15:37:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 15:37:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 15:37:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 15:37:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.369s coverage: 95.6% of statements 15:37:35 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:37:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 15:37:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 15:37:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:37:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:37:35 ok github.com/edgexfoundry/edgex-go/internal/io 0.056s coverage: 72.2% of statements 15:37:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:37:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:37:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:37:36 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.070s coverage: 65.9% of statements 15:37:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 15:37:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 15:37:37 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.078s coverage: 0.9% of statements 15:37:37 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.049s coverage: 29.0% of statements 15:37:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.041s coverage: 45.5% of statements 15:37:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.050s coverage: 82.9% of statements 15:37:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.064s coverage: 94.1% of statements 15:37:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.062s coverage: 96.3% of statements 15:37:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.051s coverage: 87.5% of statements 15:37:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 15:37:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 15:37:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 15:37:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 15:37:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 15:37:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 15:37:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 15:37:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 15:37:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 15:37:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 15:37:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 15:37:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 15:37:40 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:37:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:37:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:37:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 15:37:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:37:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:37:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:37:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 15:37:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 15:37:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 15:37:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:37:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:37:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 15:37:47 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 15:37:47 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 15:37:47 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 15:37:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 15:37:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 15:37:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 15:37:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:37:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:37:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 15:37:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 15:37:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 15:37:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 15:37:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.063s coverage: 94.4% of statements 15:37:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:37:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:37:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 15:37:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 15:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.315s coverage: 79.9% of statements 15:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 19.076s coverage: 92.9% of statements 15:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.024s coverage: 64.4% of statements 15:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.055s coverage: 86.9% of statements 15:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.064s coverage: 87.2% of statements 15:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.045s coverage: 20.0% of statements 15:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.050s coverage: 100.0% of statements 15:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 81.2% of statements 15:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.103s coverage: 82.1% of statements 15:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.050s coverage: 84.8% of statements 15:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.182s coverage: 63.1% of statements 15:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.051s coverage: 100.0% of statements 15:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.041s coverage: 89.4% of statements 15:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.030s coverage: 100.0% of statements 15:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.037s coverage: 73.7% of statements 15:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements 15:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.192s coverage: 38.4% of statements 15:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.060s coverage: 89.5% of statements 15:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.061s coverage: 84.8% of statements 15:38:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.071s coverage: 17.7% of statements 15:38:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.113s coverage: 92.3% of statements 15:38:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.063s coverage: 61.5% of statements 15:38:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.094s coverage: 97.7% of statements 15:38:03 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 15:38:16 Running on prd-ubuntu20.04-docker-arm64-4c-16g-166 in /w/workspace/edgexfoundry_edgex-go_PR-4440 [Pipeline] { [Pipeline] ws 15:38:16 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 15:38:16 The recommended git tool is: git 15:38:22 using credential edgex-jenkins-ssh 15:38:22 Cloning the remote Git repository 15:38:23 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:38:23 > git init /w/workspace/edgex-go/1 # timeout=10 15:38:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:38:23 > git --version # timeout=10 15:38:23 > git --version # 'git version 2.25.1' 15:38:23 using GIT_SSH to set credentials SSH Credentials for GitHub 15:38:23 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:38:25 go vet ./... 15:38:29 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:38:30 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 15:38:30 ./bin/test-attribution-txt.sh [Pipeline] echo 15:38:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 15:38:30 + ls -al . 15:38:30 total 704 15:38:30 drwxrwxr-x 11 1001 1001 4096 Mar 14 15:37 . 15:38:30 drwxr-xr-x 4 root root 4096 Mar 14 15:36 .. 15:38:30 drwxrwxr-x 2 1001 1001 4096 Mar 14 15:36 .blubracket 15:38:30 -rw-rw-r-- 1 1001 1001 16 Mar 14 15:36 .dockerignore 15:38:30 drwxrwxr-x 8 1001 1001 4096 Mar 14 15:36 .git 15:38:30 drwxrwxr-x 3 1001 1001 4096 Mar 14 15:36 .github 15:38:30 -rw-rw-r-- 1 1001 1001 1133 Mar 14 15:36 .gitignore 15:38:30 -rw-rw-r-- 1 1001 1001 42 Mar 14 15:36 .golangci.yml 15:38:30 -rw-rw-r-- 1 1001 1001 87 Mar 14 15:36 .hadolint.yml 15:38:30 drwxr-xr-x 3 1001 1001 4096 Mar 14 15:36 .semver 15:38:30 -rw-rw-r-- 1 1001 1001 166 Mar 14 15:36 .sonarcloud.properties 15:38:30 -rw-rw-r-- 1 1001 1001 1171 Mar 14 15:36 ADOPTERS.md 15:38:30 -rw-rw-r-- 1 1001 1001 10825 Mar 14 15:36 Attribution.txt 15:38:30 -rw-rw-r-- 1 1001 1001 73765 Mar 14 15:36 CHANGELOG.md 15:38:30 -rw-rw-r-- 1 1001 1001 3804 Mar 14 15:36 CONTRIBUTING.md 15:38:30 -rw-rw-r-- 1 1001 1001 677 Mar 14 15:36 GOVERNANCE.md 15:38:30 -rw-rw-r-- 1 1001 1001 883 Mar 14 15:36 Jenkinsfile 15:38:30 -rw-rw-r-- 1 1001 1001 10775 Mar 14 15:36 LICENSE 15:38:30 -rw-rw-r-- 1 1001 1001 14266 Mar 14 15:36 Makefile 15:38:30 -rw-rw-r-- 1 1001 1001 582 Mar 14 15:36 OWNERS.md 15:38:30 -rw-rw-r-- 1 1001 1001 9403 Mar 14 15:36 README.md 15:38:30 -rw-rw-r-- 1 1001 1001 789 Mar 14 15:36 SECURITY.md 15:38:30 -rw-rw-r-- 1 1001 1001 5 Mar 14 15:36 VERSION 15:38:30 drwxrwxr-x 2 1001 1001 4096 Mar 14 15:36 bin 15:38:30 drwxrwxr-x 18 1001 1001 4096 Mar 14 15:36 cmd 15:38:30 -rw-r--r-- 1 root root 447486 Mar 14 15:38 coverage.out 15:38:30 -rw-rw-r-- 1 1001 1001 3232 Mar 14 15:36 go.mod 15:38:30 -rw-rw-r-- 1 1001 1001 31098 Mar 14 15:36 go.sum 15:38:30 drwxrwxr-x 7 1001 1001 4096 Mar 14 15:36 internal 15:38:30 drwxrwxr-x 3 1001 1001 4096 Mar 14 15:36 openapi 15:38:30 -rw-rw-r-- 1 1001 1001 594 Mar 14 15:36 security.txt 15:38:30 drwxrwxr-x 4 1001 1001 4096 Mar 14 15:36 snap 15:38:30 -rw-rw-r-- 1 1001 1001 204 Mar 14 15:36 version.go [Pipeline] sh 15:38:30 + '[' -e coverage.out ] 15:38:30 + chown 1001:1001 coverage.out [Pipeline] stash 15:38:30 Stashed 1 file(s) [Pipeline] sh 15:38:31 + make build 15:38:31 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 15:38:40 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:38:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:38:42 Merging remotes/origin/main commit b04a3d3d1e8b170615277c92e9d3b61dd4f71d8e into PR head commit d61ec578008716961dada57dfc7805efd6f9e5ec 15:38:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:38:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:38:41 using GIT_SSH to set credentials SSH Credentials for GitHub 15:38:41 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4440/head:refs/remotes/origin/PR-4440 +refs/heads/main:refs/remotes/origin/main # timeout=10 15:38:42 > git config core.sparsecheckout # timeout=10 15:38:42 > git checkout -f d61ec578008716961dada57dfc7805efd6f9e5ec # timeout=10 15:38:42 > git remote # timeout=10 15:38:42 > git config --get remote.origin.url # timeout=10 15:38:42 using GIT_SSH to set credentials SSH Credentials for GitHub 15:38:42 > git merge b04a3d3d1e8b170615277c92e9d3b61dd4f71d8e # timeout=10 15:38:43 > git rev-parse HEAD^{commit} # timeout=10 15:38:43 Merge succeeded, producing d61ec578008716961dada57dfc7805efd6f9e5ec 15:38:43 Checking out Revision d61ec578008716961dada57dfc7805efd6f9e5ec (PR-4440) 15:38:43 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 15:38:44 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 15:38:45 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 15:38:43 > git config core.sparsecheckout # timeout=10 15:38:43 > git checkout -f d61ec578008716961dada57dfc7805efd6f9e5ec # timeout=10 15:38:46 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 15:38:46 Commit message: "feat(security): add security.txt to docker images (#4407)" 15:38:46 > git --version # timeout=10 15:38:46 > git --version # 'git version 2.25.1' 15:38:46 fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:38:47 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 15:38:47 % Total % Received % Xferd Average Speed Time Time Time Current 15:38:47 Dload Upload Total Spent Left Speed 15:38:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 93072 0 --:--:-- --:--:-- --:--:-- 93757 [Pipeline] sh 15:38:48 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 15:38:48 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 15:38:48 + sudo tee /etc/docker/daemon.new 15:38:48 { 15:38:48 "registry-mirrors": [ 15:38:48 "https://nexus3.edgexfoundry.org:10001" 15:38:48 ], 15:38:48 "bip": "10.250.0.254/24", 15:38:48 "hosts": [ 15:38:48 "tcp://0.0.0.0:5555", 15:38:48 "unix:///var/run/docker.sock" 15:38:48 ], 15:38:48 "mtu": 1458, 15:38:48 "selinux-enabled": true, 15:38:48 "seccomp-profile": "/etc/docker/seccomp.json" 15:38:48 } [Pipeline] sh 15:38:49 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 15:38:49 + sudo service docker restart 15:38:52 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 15:38: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-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 15:38:55 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 15:38:56 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:38:57 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 15:38:57 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:38:59 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 15:39:00 $ docker stop --time=1 16e520fbde59c084e3c444130fe481f18ef8c8b523e3ea4497ab60556a1a1f17 15:39:03 $ docker rm -f --volumes 16e520fbde59c084e3c444130fe481f18ef8c8b523e3ea4497ab60556a1a1f17 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:39:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:39:04 15:39:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:39:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:39:04 latest: Pulling from edgex-devops/edgex-compose 15:39:04 cbdbe7a5bc2a: Pulling fs layer 15:39:04 ca9280d653b3: Pulling fs layer 15:39:04 7e9c9ca2126c: Pulling fs layer 15:39:04 cbdbe7a5bc2a: Verifying Checksum 15:39:04 cbdbe7a5bc2a: Download complete 15:39:05 ca9280d653b3: Verifying Checksum 15:39:05 ca9280d653b3: Download complete 15:39:05 cbdbe7a5bc2a: Pull complete 15:39:05 7e9c9ca2126c: Verifying Checksum 15:39:05 7e9c9ca2126c: Download complete 15:39:05 ca9280d653b3: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:39:07 provisioning config files... 15:39:07 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config8561875730932875216tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:39:08 ---> docker-login.sh 15:39:08 nexus3.edgexfoundry.org:10001 15:39:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:39:08 7e9c9ca2126c: Pull complete 15:39:08 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 15:39:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:39:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:39:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:39:08 Configure a credential helper to remove this warning. See 15:39:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:39:08 15:39:08 Login Succeeded 15:39:08 nexus3.edgexfoundry.org:10002 15:39:08 prd-ubuntu20.04-docker-8c-8g-165 does not seem to be running inside a container 15:39:08 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:39:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:39:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:39:09 Configure a credential helper to remove this warning. See 15:39:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:39:09 15:39:09 Login Succeeded 15:39:09 nexus3.edgexfoundry.org:10003 15:39:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:39:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:39:09 Configure a credential helper to remove this warning. See 15:39:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:39:09 15:39:09 Login Succeeded 15:39:09 nexus3.edgexfoundry.org:10004 15:39:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:39:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:39:09 Configure a credential helper to remove this warning. See 15:39:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:39:09 15:39:09 Login Succeeded 15:39:09 docker.io 15:39:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:39:10 $ docker top 055ab6a2d7dc06be8486e237c8defcd55445a631646a16d60911dae63f2ac33b -eo pid,comm 15:39:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:39:10 Configure a credential helper to remove this warning. See 15:39:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:39:10 15:39:10 Login Succeeded 15:39:10 ---> docker-login.sh ends [Pipeline] { [Pipeline] } 15:39:10 Deleting 1 temporary files [Pipeline] sh [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 15:39:11 + docker-compose build --help 15:39:11 + grep parallel [Pipeline] sh 15:39:11 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 15:39:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:39:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:39:11 ========================================================= 15:39:11 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 15:39:11 ========================================================= [Pipeline] fileExists 15:39:11 --parallel Build images in parallel. [Pipeline] sh [Pipeline] } 15:39:11 $ docker stop --time=1 055ab6a2d7dc06be8486e237c8defcd55445a631646a16d60911dae63f2ac33b 15:39:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 15:39:12 $ docker rm -f --volumes 055ab6a2d7dc06be8486e237c8defcd55445a631646a16d60911dae63f2ac33b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:39:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:39:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:39:13 prd-ubuntu20.04-docker-8c-8g-165 does not seem to be running inside a container 15:39:13 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:39:14 $ docker top 6ca8431f45dcf13f4bcc6ac0ca38cb37b24678883869b6b6e873671d6591c9d9 -eo pid,comm [Pipeline] { [Pipeline] sh 15:39:14 + docker-compose -f ./docker-compose-build.yml build --parallel 15:39:14 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:39:14 af6eaf76a39c: Pulling fs layer 15:39:14 55522c791124: Pulling fs layer 15:39:14 ce5c4a1c91eb: Pulling fs layer 15:39:14 169dfbe0d373: Pulling fs layer 15:39:14 e1ff8fa3b103: Pulling fs layer 15:39:14 52ebb69f0ebf: Pulling fs layer 15:39:14 169dfbe0d373: Waiting 15:39:14 5abe8eddf0d5: Pulling fs layer 15:39:14 e1ff8fa3b103: Waiting 15:39:14 52ebb69f0ebf: Waiting 15:39:14 5abe8eddf0d5: Waiting 15:39:14 55522c791124: Download complete 15:39:14 169dfbe0d373: Verifying Checksum 15:39:14 169dfbe0d373: Download complete 15:39:14 e1ff8fa3b103: Verifying Checksum 15:39:14 e1ff8fa3b103: Download complete 15:39:14 af6eaf76a39c: Verifying Checksum 15:39:14 af6eaf76a39c: Download complete 15:39:15 Building core-command ... 15:39:15 Building core-common-config-bootstrapper ... 15:39:15 Building core-data ... 15:39:15 Building core-metadata ... 15:39:15 Building security-bootstrapper ... 15:39:15 Building security-proxy-auth ... 15:39:15 Building security-proxy-setup ... 15:39:15 Building security-secretstore-setup ... 15:39:15 Building security-spiffe-token-provider ... 15:39:15 Building security-spire-agent ... 15:39:15 Building security-spire-config ... 15:39:15 Building security-spire-server ... 15:39:15 Building support-notifications ... 15:39:15 Building support-scheduler ... 15:39:15 Building security-bootstrapper 15:39:15 Building core-metadata 15:39:15 Building core-command 15:39:15 Building security-spire-server 15:39:15 Building support-notifications 15:39:15 af6eaf76a39c: Pull complete 15:39:15 5abe8eddf0d5: Verifying Checksum 15:39:15 5abe8eddf0d5: Download complete 15:39:16 55522c791124: Pull complete 15:39:16 52ebb69f0ebf: Verifying Checksum 15:39:16 52ebb69f0ebf: Download complete 15:39:16 ce5c4a1c91eb: Verifying Checksum 15:39:16 ce5c4a1c91eb: Download complete 15:39:27 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 15:39:27 Step 2/25 : FROM ${BUILDER_BASE} AS builder 15:39:27 ---> e4cbbc07468c 15:39:27 Step 3/25 : WORKDIR /edgex-go 15:39:27 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 15:39:27 Step 2/25 : FROM ${BUILDER_BASE} AS builder 15:39:27 ---> e4cbbc07468c 15:39:27 Step 3/25 : ARG ADD_BUILD_TAGS="" 15:39:27 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 15:39:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:39:27 ---> e4cbbc07468c 15:39:27 Step 3/23 : ARG ADD_BUILD_TAGS="" 15:39:27 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 15:39:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:39:27 ---> e4cbbc07468c 15:39:27 Step 3/24 : ARG ADD_BUILD_TAGS="" 15:39:28 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 15:39:28 Step 2/33 : FROM ${BUILDER_BASE} AS builder 15:39:28 ---> e4cbbc07468c 15:39:28 Step 3/33 : WORKDIR /edgex-go 15:39:29 ce5c4a1c91eb: Pull complete 15:39:29 169dfbe0d373: Pull complete 15:39:29 e1ff8fa3b103: Pull complete 15:39:33 52ebb69f0ebf: Pull complete 15:39:35 5abe8eddf0d5: Pull complete 15:39:35 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 15:39:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 15:39:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh 15:39:35 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 15:39:35 WORKDIR /edgex 15:39:35 COPY go.mod . 15:39:35 RUN go mod download 15:39:35 + docker build -t ci-base-image-arm64 -f - . 15:39:36 Sending build context to Docker daemon 2.944MB 15:39:36 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 15:39:36 ---> 6cb57ee374ae 15:39:36 Step 2/4 : WORKDIR /edgex 15:39:36 ---> Running in 6b1d7bdfae77 15:39:36 ---> Running in 867d362bf9d2 15:39:36 ---> Running in 06e78b9d142a 15:39:36 ---> Running in 4609d144a769 15:39:36 ---> Running in 814664123f4a 15:39:36 Removing intermediate container 06e78b9d142a 15:39:36 ---> 95abbac02be4 15:39:36 Step 4/23 : WORKDIR /edgex-go 15:39:36 Removing intermediate container 867d362bf9d2 15:39:36 ---> 54315509d26b 15:39:36 Step 4/25 : WORKDIR /edgex-go 15:39:36 Removing intermediate container 6b1d7bdfae77 15:39:36 ---> 27cbc22624f8 15:39:36 Step 4/25 : RUN apk add --update --no-cache make git build-base curl 15:39:36 ---> Running in 0e82b75250a8 15:39:36 Removing intermediate container 4609d144a769 15:39:36 ---> b144541c99e7 15:39:36 Step 4/24 : WORKDIR /edgex-go 15:39:36 ---> Running in b8fa8e02346d 15:39:36 Removing intermediate container 814664123f4a 15:39:36 ---> 2e93d2001d54 15:39:36 Step 4/33 : RUN apk add --update --no-cache make git 15:39:36 ---> Running in f071611a6d10 15:39:36 ---> Running in 583332bf781f 15:39:36 ---> Running in 00ac51bc2e31 15:39:36 Removing intermediate container b8fa8e02346d 15:39:36 ---> 862ce0014434 15:39:36 Step 5/25 : RUN apk add --update --no-cache make git 15:39:36 Removing intermediate container 0e82b75250a8 15:39:36 ---> b68235d7c827 15:39:36 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 15:39:36 Removing intermediate container 583332bf781f 15:39:36 ---> ef4286c1d3bb 15:39:36 Step 5/24 : RUN apk add --update --no-cache make git 15:39:36 ---> Running in 73d688d8b554 15:39:36 ---> Running in cfba58369dc2 15:39:36 ---> Running in 18a017981724 15:39:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 15:39:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 15:39:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 15:39:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 15:39:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 15:39:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 15:39:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 15:39:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 15:39:37 OK: 265 MiB in 53 packages 15:39:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 15:39:37 OK: 265 MiB in 53 packages 15:39:37 OK: 265 MiB in 53 packages 15:39:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 15:39:37 OK: 265 MiB in 53 packages 15:39:37 OK: 265 MiB in 53 packages 15:39:37 Removing intermediate container f071611a6d10 15:39:37 ---> 90d84b21a807 15:39:37 Step 5/25 : COPY go.mod vendor* ./ 15:39:37 Removing intermediate container 00ac51bc2e31 15:39:37 ---> e0d7e736d9b3 15:39:37 Step 5/33 : COPY go.mod vendor* ./ 15:39:37 Removing intermediate container 73d688d8b554 15:39:37 ---> e5c658639cab 15:39:37 Step 6/25 : COPY go.mod vendor* ./ 15:39:37 ---> a8afea4caf17 15:39:37 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:39:38 ---> Running in 0d67858ea376 15:39:38 Removing intermediate container 18a017981724 15:39:38 ---> bffcb5f1c797 15:39:38 Step 6/24 : COPY go.mod vendor* ./ 15:39:38 Removing intermediate container cfba58369dc2 15:39:38 ---> 9c4533cae625 15:39:38 Step 6/23 : COPY go.mod vendor* ./ 15:39:38 ---> 7170e8a8590a 15:39:38 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:39:38 ---> d5316a024daa 15:39:38 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:39:38 ---> Running in 633632fa4473 15:39:38 ---> Running in 7e2e2d66b462 15:39:38 ---> ed9c40f37c8d 15:39:38 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:39:38 ---> bdd2fdba7992 15:39:38 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:39:38 ---> Running in 39394ce26952 15:39:38 ---> Running in 4e95c78fc351 15:39:38 ---> Running in 3059b84bed3d 15:39:38 Removing intermediate container 3059b84bed3d 15:39:38 ---> 9af5d81cc361 15:39:38 Step 3/4 : COPY go.mod . 15:39:39 ---> 100d2e396fbb 15:39:39 Step 4/4 : RUN go mod download 15:39:39 ---> Running in b781220ed792 15:40:11 Removing intermediate container b781220ed792 15:40:11 ---> f3497487a33f 15:40:11 Successfully built f3497487a33f 15:40:11 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:40:12 + docker inspect -f . ci-base-image-arm64 15:40:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:40:12 prd-ubuntu20.04-docker-arm64-4c-16g-166 does not seem to be running inside a container 15:40:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:40:13 $ docker top f8eef7c4be779bfccd363314f68925a0fe76705679f14452fc1fd2432f8dae52 -eo pid,comm [Pipeline] { [Pipeline] sh 15:40:14 + go version 15:40:14 go version go1.20.2 linux/arm64 [Pipeline] } 15:40:14 $ docker stop --time=1 f8eef7c4be779bfccd363314f68925a0fe76705679f14452fc1fd2432f8dae52 15:40:16 $ docker rm -f --volumes f8eef7c4be779bfccd363314f68925a0fe76705679f14452fc1fd2432f8dae52 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:40:16 + docker inspect -f . ci-base-image-arm64 15:40:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:40:17 prd-ubuntu20.04-docker-arm64-4c-16g-166 does not seem to be running inside a container 15:40:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:40:18 $ docker top f98f0499ddd5043b6f55fbd56572f069fc58b30940c0596362495ab0e0b4b333 -eo pid,comm [Pipeline] { [Pipeline] echo 15:40:18 ========================================================= 15:40:18 [edgeXBuildGoParallel] Running Tests and Build... 15:40:18 ========================================================= [Pipeline] sh 15:40:18 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 15:40:19 + make test 15:40:19 go test -race -coverprofile=coverage.out ./... 15:40:34 Removing intermediate container 39394ce26952 15:40:34 ---> 2b44028e1ee8 15:40:34 Step 8/23 : COPY . . 15:40:34 Removing intermediate container 4e95c78fc351 15:40:34 ---> e56f6fafa757 15:40:34 Step 8/24 : COPY . . 15:40:34 Removing intermediate container 0d67858ea376 15:40:34 ---> 7494266c133b 15:40:34 Step 7/25 : COPY . . 15:40:34 Removing intermediate container 7e2e2d66b462 15:40:34 ---> e160dadb379d 15:40:34 Step 8/25 : COPY . . 15:40:34 Removing intermediate container 633632fa4473 15:40:34 ---> ddfbb6e2adf7 15:40:34 Step 7/33 : COPY . . 15:40:52 ---> 723a772fe4f4 15:40:52 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 15:40:52 ---> 4ba6288aec62 15:40:52 Step 8/25 : ARG SPIRE_RELEASE=1.2.1 15:40:52 ---> 5da89ba037d1 15:40:52 Step 9/23 : RUN make cmd/support-notifications/support-notifications 15:40:52 ---> 99414dd25823 15:40:52 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 15:40:52 ---> bb15cf42209c 15:40:52 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 15:40:52 ---> Running in e9e84a1284ef 15:40:52 ---> Running in 1c9740c4732f 15:40:52 ---> Running in f0c5a9e789b0 15:40:52 ---> Running in bb1ac1b69f35 15:40:52 ---> Running in 65ea1c49efc0 15:40:52 Removing intermediate container 65ea1c49efc0 15:40:52 ---> 47d7236f5bd0 15:40:52 Step 9/25 : WORKDIR /edgex-go/spire-build 15:40:52 ---> Running in bc0ecec29bdf 15:40:53 Removing intermediate container bc0ecec29bdf 15:40:53 ---> 79a97d91641c 15:40:53 Step 10/25 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 15:40:53 ---> Running in 2fd02043627d 15:40:53 Removing intermediate container 2fd02043627d 15:40:53 ---> a91c0c69623d 15:40:53 Step 11/25 : 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 15:40:53 ---> Running in 070c4a4f3a7c 15:40:53 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 15:40:53 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 15:40:53 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 15:40:53 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 15:40:54 Removing intermediate container 070c4a4f3a7c 15:40:54 ---> 2fff51791928 15:40:54 Step 12/25 : WORKDIR /edgex-go 15:40:54 ---> Running in fa1dad6a0822 15:40:54 Removing intermediate container fa1dad6a0822 15:40:54 ---> 2b1a741e7abd 15:40:54 15:40:54 Step 13/25 : FROM alpine:3.17 15:40:54 3.17: Pulling from library/alpine 15:40:54 Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 15:40:54 Status: Downloaded newer image for alpine:3.17 15:40:54 ---> b2aa39c304c2 15:40:54 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:40:55 ---> Running in 5112d92bf8fd 15:40:55 Removing intermediate container 5112d92bf8fd 15:40:55 ---> 231ee623cb3f 15:40:55 Step 15/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 15:40:55 ---> Running in 84361c9886e0 15:40:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 15:40:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 15:40:55 v3.17.2-194-gec14c5f7a35 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 15:40:55 v3.17.2-195-gc56b42b1969 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 15:40:55 OK: 17812 distinct packages available 15:40:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 15:40:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 15:40:56 (1/5) Installing dumb-init (1.2.5-r2) 15:40:56 (2/5) Installing musl-obstack (1.2.3-r0) 15:40:56 (3/5) Installing libucontext (1.2-r0) 15:40:56 (4/5) Installing gcompat (1.1.0-r0) 15:40:56 (5/5) Installing openssl (3.0.8-r0) 15:40:56 Executing busybox-1.35.0-r29.trigger 15:40:56 OK: 8 MiB in 20 packages 15:40:57 Removing intermediate container 84361c9886e0 15:40:57 ---> 317648b27c65 15:40:57 Step 16/25 : COPY --from=builder /edgex-go/security.txt / 15:40:57 ---> f598af13b720 15:40:57 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:40:58 ? github.com/edgexfoundry/edgex-go [no test files] 15:41:02 ---> eaec09a35193 15:41:02 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 15:41:03 ---> 670d215e3fd6 15:41:03 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 15:41:04 ---> ec0caf9fccf1 15:41:04 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 15:41:05 ---> 101e2ace0304 15:41:05 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:41:05 ---> Running in c6d749ebad9c 15:41:06 Removing intermediate container c6d749ebad9c 15:41:06 ---> 7ce84820014d 15:41:06 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:41:07 ---> Running in f0fe0e23473c 15:41:07 Removing intermediate container f0fe0e23473c 15:41:07 ---> 94e3f977f2f3 15:41:07 Step 23/25 : LABEL arch=x86_64 15:41:08 ---> Running in d9d50fb3d99a 15:41:08 Removing intermediate container d9d50fb3d99a 15:41:08 ---> dd8f3a92986f 15:41:08 Step 24/25 : LABEL git_sha=d61ec578008716961dada57dfc7805efd6f9e5ec 15:41:08 ---> Running in 892c81e8dce2 15:41:09 Removing intermediate container 892c81e8dce2 15:41:09 ---> 8815081fe81b 15:41:09 Step 25/25 : LABEL version=0.0.0 15:41:10 ---> Running in 0370bcdfafba 15:41:11 Removing intermediate container 0370bcdfafba 15:41:11 ---> 98389b37e308 15:41:11 15:41:11 Successfully built 98389b37e308 15:41:11 Successfully tagged security-spire-server:latest 15:41:11  Building security-spire-server ... done Building core-data 15:41:19 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 15:41:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:41:19 ---> e4cbbc07468c 15:41:19 Step 3/23 : ARG ADD_BUILD_TAGS="" 15:41:19 ---> Using cache 15:41:19 ---> b144541c99e7 15:41:19 Step 4/23 : WORKDIR /edgex-go 15:41:19 ---> Using cache 15:41:19 ---> ef4286c1d3bb 15:41:19 Step 5/23 : RUN apk add --update --no-cache make git 15:41:19 ---> Using cache 15:41:19 ---> bffcb5f1c797 15:41:19 Step 6/23 : COPY go.mod vendor* ./ 15:41:19 ---> Using cache 15:41:19 ---> bdd2fdba7992 15:41:19 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:41:19 ---> Using cache 15:41:19 ---> e56f6fafa757 15:41:19 Step 8/23 : COPY . . 15:41:19 ---> Using cache 15:41:19 ---> bb15cf42209c 15:41:19 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 15:41:26 ---> Running in ffc7c331a165 15:41:31 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 15:41:31 Removing intermediate container f0c5a9e789b0 15:41:31 ---> 10337e0cbbe6 15:41:31 15:41:31 Step 10/24 : FROM alpine:3.17 15:41:31 ---> b2aa39c304c2 15:41:31 Step 11/24 : RUN apk add --update --no-cache dumb-init 15:41:31 Removing intermediate container e9e84a1284ef 15:41:31 ---> 3027d6996ece 15:41:31 15:41:31 Step 9/33 : FROM alpine:3.17 15:41:31 ---> b2aa39c304c2 15:41:31 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:41:31 ---> Using cache 15:41:31 ---> 231ee623cb3f 15:41:31 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 15:41:31 ---> Running in 65a840b87ca3 15:41:31 ---> Running in 27e4dd3b7da6 15:41:31 Removing intermediate container 1c9740c4732f 15:41:31 ---> b35b672ec52e 15:41:31 15:41:31 Step 10/23 : FROM alpine:3.17 15:41:31 ---> b2aa39c304c2 15:41:31 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 15:41:31 Removing intermediate container bb1ac1b69f35 15:41:31 ---> 09513bcf590f 15:41:31 15:41:31 Step 10/25 : FROM alpine:3.17 15:41:31 ---> b2aa39c304c2 15:41:31 Step 11/25 : RUN apk add --update --no-cache dumb-init 15:41:31 ---> Running in de6244a5930e 15:41:31 ---> Running in 9ee9d8427974 15:41:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 15:41:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 15:41:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 15:41:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 15:41:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 15:41:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 15:41:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 15:41:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 15:41:32 (1/2) Installing dumb-init (1.2.5-r2) 15:41:32 (2/2) Installing su-exec (0.2-r2) 15:41:32 (1/1) Installing dumb-init (1.2.5-r2) 15:41:32 Executing busybox-1.35.0-r29.trigger 15:41:32 Executing busybox-1.35.0-r29.trigger 15:41:32 OK: 7 MiB in 17 packages 15:41:32 OK: 7 MiB in 16 packages 15:41:32 (1/1) Installing dumb-init (1.2.5-r2) 15:41:32 Executing busybox-1.35.0-r29.trigger 15:41:32 OK: 7 MiB in 16 packages 15:41:32 (1/2) Installing ca-certificates (20220614-r4) 15:41:32 (2/2) Installing dumb-init (1.2.5-r2) 15:41:32 Executing busybox-1.35.0-r29.trigger 15:41:32 Executing ca-certificates-20220614-r4.trigger 15:41:32 OK: 8 MiB in 17 packages 15:41:33 Removing intermediate container 9ee9d8427974 15:41:33 ---> 818e35fd554a 15:41:33 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:41:33 ---> Running in 4d632814a91e 15:41:33 Removing intermediate container 27e4dd3b7da6 15:41:33 ---> f44415da044a 15:41:33 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 15:41:33 ---> Running in dde6b70ad068 15:41:33 Removing intermediate container 65a840b87ca3 15:41:33 ---> 4400c15b16b1 15:41:33 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:41:33 ---> Running in 04a15a1b578a 15:41:33 Removing intermediate container 4d632814a91e 15:41:33 ---> 43b9d5300ed5 15:41:33 Step 13/25 : ENV APP_PORT=59881 15:41:33 Removing intermediate container dde6b70ad068 15:41:33 ---> 5fe0d53b0cee 15:41:33 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 15:41:33 ---> Running in 17d952ef8b3c 15:41:33 ---> Running in 01a6455a7a18 15:41:33 Removing intermediate container de6244a5930e 15:41:33 ---> a51b1a73a16c 15:41:33 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 15:41:33 ---> Running in b2846c23ad9a 15:41:33 Removing intermediate container 01a6455a7a18 15:41:33 ---> ae02fd4ffd7f 15:41:33 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 15:41:33 Removing intermediate container 04a15a1b578a 15:41:33 ---> 58b2c8b03028 15:41:33 Step 13/24 : ENV APP_PORT=59882 15:41:33 Removing intermediate container 17d952ef8b3c 15:41:33 ---> 5e5f7088f802 15:41:33 Step 14/25 : EXPOSE $APP_PORT 15:41:33 ---> Running in 5aa0d328e519 15:41:33 ---> Running in 8853bf2f278c 15:41:33 ---> Running in 37547f158090 15:41:33 Removing intermediate container b2846c23ad9a 15:41:33 ---> 30c75d423a5e 15:41:33 Step 13/23 : ENV APP_PORT=59860 15:41:33 ---> Running in 3609814fb60f 15:41:33 Removing intermediate container 5aa0d328e519 15:41:33 ---> a3b4a4d46992 15:41:33 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 15:41:33 Removing intermediate container 8853bf2f278c 15:41:33 ---> 7d36cfff9320 15:41:33 Step 14/24 : EXPOSE $APP_PORT 15:41:33 ---> Running in 8397d9a11f04 15:41:33 Removing intermediate container 37547f158090 15:41:33 ---> a67b76fdf4fe 15:41:33 Step 15/25 : WORKDIR / 15:41:33 ---> Running in f454442a1b17 15:41:33 Removing intermediate container 3609814fb60f 15:41:33 ---> 37c5397ab668 15:41:33 Step 14/23 : EXPOSE $APP_PORT 15:41:33 ---> Running in 7a12dcdd37a8 15:41:33 ---> Running in 0a963f8f6e06 15:41:33 Removing intermediate container 8397d9a11f04 15:41:33 ---> f70b1df1bfbe 15:41:33 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 15:41:33 Removing intermediate container f454442a1b17 15:41:33 ---> 7a597e240dbc 15:41:33 Step 15/24 : WORKDIR / 15:41:33 ---> Running in 4ceb3c163247 15:41:33 Removing intermediate container 0a963f8f6e06 15:41:33 ---> dbfb977a9e92 15:41:33 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:41:33 Removing intermediate container 7a12dcdd37a8 15:41:33 ---> c45760f8b515 15:41:33 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 15:41:33 ---> Running in f7001e145595 15:41:34 Removing intermediate container f7001e145595 15:41:34 ---> 2f4419164601 15:41:34 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 15:41:34 ---> 0d8499bf8813 15:41:34 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 15:41:34 ---> 571f62c1b9b4 15:41:34 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 15:41:34 ---> 92166e8fb7de 15:41:34 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 15:41:34 ---> e483ea02267f 15:41:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:41:34 ---> 54585c5054f1 15:41:34 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:41:34 ---> d8cc6809b75d 15:41:34 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:41:35 Removing intermediate container 4ceb3c163247 15:41:35 ---> cfd3c58eb35f 15:41:35 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 15:41:36 ---> Running in d99a2a10b72a 15:41:36 ---> 629678926d31 15:41:36 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:41:36 ---> f00069610405 15:41:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:41:36 ---> 09041737ca37 15:41:36 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:41:36 Removing intermediate container d99a2a10b72a 15:41:36 ---> 37acfc06e355 15:41:36 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 15:41:36 ---> a2af9018c93a 15:41:36 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 15:41:36 ---> 8a373f7689e5 15:41:36 Step 19/23 : ENTRYPOINT ["/support-notifications"] 15:41:37 ---> bde2edb60d1f 15:41:37 Step 20/24 : ENTRYPOINT ["/core-command"] 15:41:37 ---> c6821a338cdc 15:41:37 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 15:41:37 ---> Running in 3b63804aee1e 15:41:37 ---> Running in d7fab6bd0d97 15:41:37 ---> Running in d967f88ddb4b 15:41:37 ---> 657df4c9425e 15:41:37 Step 21/25 : ENTRYPOINT ["/core-metadata"] 15:41:37 Removing intermediate container 3b63804aee1e 15:41:37 ---> e1ba3ca6d861 15:41:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:41:37 ---> Running in 316fe44a2c6f 15:41:37 Removing intermediate container d7fab6bd0d97 15:41:37 ---> e9f680ddce55 15:41:37 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:41:37 ---> Running in 8e8509c2d10a 15:41:37 ---> Running in 5965ca94e0a8 15:41:37 Removing intermediate container 316fe44a2c6f 15:41:37 ---> 6cd02c198a18 15:41:37 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:41:37 Removing intermediate container 8e8509c2d10a 15:41:37 ---> 5d7ef077f6d8 15:41:37 Step 21/23 : LABEL arch=x86_64 15:41:37 ---> Running in 73fb0bebdcef 15:41:37 ---> Running in a2e944a8400d 15:41:37 Removing intermediate container 5965ca94e0a8 15:41:37 ---> 3cbff2e05515 15:41:37 Step 22/24 : LABEL arch=x86_64 15:41:37 ---> Running in 70a4c45b7d69 15:41:38 Removing intermediate container 73fb0bebdcef 15:41:38 ---> 74e07b42e5bb 15:41:38 Step 23/25 : LABEL arch=x86_64 15:41:38 Removing intermediate container a2e944a8400d 15:41:38 ---> 6547477482ee 15:41:38 Step 22/23 : LABEL git_sha=d61ec578008716961dada57dfc7805efd6f9e5ec 15:41:38 ---> Running in 7fa36c660f79 15:41:38 Removing intermediate container 70a4c45b7d69 15:41:38 ---> 2ee861273200 15:41:38 Step 23/24 : LABEL git_sha=d61ec578008716961dada57dfc7805efd6f9e5ec 15:41:38 ---> Running in 9fc973ed856f 15:41:38 ---> Running in d4abb28ecb6e 15:41:38 Removing intermediate container d967f88ddb4b 15:41:38 ---> 8d4efaf8e8b0 15:41:38 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 15:41:38 Removing intermediate container 7fa36c660f79 15:41:38 ---> 58e0dede4ca6 15:41:38 Step 24/25 : LABEL git_sha=d61ec578008716961dada57dfc7805efd6f9e5ec 15:41:38 Removing intermediate container 9fc973ed856f 15:41:38 ---> bbc24b8c8f52 15:41:38 Step 23/23 : LABEL version=0.0.0 15:41:38 ---> Running in b11a3c3f300b 15:41:38 Removing intermediate container d4abb28ecb6e 15:41:38 ---> 1b92c8dd2296 15:41:38 Step 24/24 : LABEL version=0.0.0 15:41:38 ---> Running in b401018dd6a2 15:41:38 ---> Running in 6d4346c98b38 15:41:38 ---> 1e522a95afde 15:41:38 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 15:41:38 Removing intermediate container b401018dd6a2 15:41:38 ---> 364fc795124f 15:41:38 15:41:38 Removing intermediate container 6d4346c98b38 15:41:38 ---> 77dac3fbcb3e 15:41:38 15:41:38 Removing intermediate container b11a3c3f300b 15:41:38 ---> 9ff1c49c43c4 15:41:38 Step 25/25 : LABEL version=0.0.0 15:41:38 Successfully built 77dac3fbcb3e 15:41:38 ---> Running in 99dc1b1ddb32 15:41:38 Successfully built 364fc795124f 15:41:38 Successfully tagged core-command:latest 15:41:39  Building core-command ... done Building security-spire-config 15:41:39 Successfully tagged support-notifications:latest 15:41:39 Building security-proxy-auth 15:41:39  Building support-notifications ... done  ---> 512da0d97722 15:41:39 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:41:41 Removing intermediate container 99dc1b1ddb32 15:41:41 ---> 99adf6d68b37 15:41:41 15:41:41 Successfully built 99adf6d68b37 15:41:43 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 15:41:43 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:41:43 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 15:41:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:41:44 ---> e4cbbc07468c 15:41:44 Step 3/26 : WORKDIR /edgex-go 15:41:44 Successfully tagged core-metadata:latest 15:41:44 Building security-spiffe-token-provider 15:41:44 ---> Using cache 15:41:44 ---> 2e93d2001d54 15:41:44 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 15:41:44 ---> e4cbbc07468c 15:41:44 Step 3/23 : ARG ADD_BUILD_TAGS="" 15:41:44 ---> Using cache 15:41:44 ---> b144541c99e7 15:41:44 Step 4/23 : WORKDIR /edgex-go 15:41:44 ---> Using cache 15:41:44 ---> ef4286c1d3bb 15:41:44 Step 5/23 : RUN apk add --update --no-cache make git 15:41:44 ---> Using cache 15:41:44 ---> bffcb5f1c797 15:41:44 Step 6/23 : COPY go.mod vendor* ./ 15:41:44  Building core-metadata ... done  ---> Using cache 15:41:44 ---> bdd2fdba7992 15:41:44 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:41:44 ---> Using cache 15:41:44 ---> e56f6fafa757 15:41:44 Step 8/23 : COPY . . 15:41:44 ---> Using cache 15:41:44 ---> bb15cf42209c 15:41:44 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 15:41:47 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 15:41:47 Step 2/20 : FROM ${BUILDER_BASE} AS builder 15:41:47 ---> e4cbbc07468c 15:41:47 Step 3/20 : WORKDIR /edgex-go 15:41:47 ---> Using cache 15:41:47 ---> 2e93d2001d54 15:41:47 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 15:41:50 ---> 92d6dac04e26 15:41:50 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:41:50 ---> Running in bcf7f2ed4a5c 15:41:50 ---> Running in 56af82932e55 15:41:50 ---> Running in 73eae7077628 15:41:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 15:41:51 ---> e7795bcfe284 15:41:51 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:41:51 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 15:41:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 15:41:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 15:41:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 15:41:51 OK: 265 MiB in 53 packages 15:41:51 v3.17.2-194-gec14c5f7a35 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 15:41:51 v3.17.2-195-gc56b42b1969 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 15:41:51 OK: 17812 distinct packages available 15:41:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 15:41:51 ---> 94fe922fa609 15:41:51 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 15:41:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 15:41:51 ---> 05ec24ec9bb8 15:41:51 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 15:41:52 Removing intermediate container bcf7f2ed4a5c 15:41:52 ---> 327d1a581f4e 15:41:52 Step 5/26 : COPY go.mod vendor* ./ 15:41:52 OK: 265 MiB in 53 packages 15:41:52 ---> cafcc7d24e63 15:41:52 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:41:52 ---> 7f1804d17a5e 15:41:52 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:41:52 ---> Running in d3eb6978e799 15:41:52 ---> 15bc785fa7b7 15:41:52 Step 28/33 : RUN chmod +x /entrypoint.sh 15:41:52 ---> Running in 3c3288f641fc 15:41:52 Removing intermediate container 73eae7077628 15:41:52 ---> b2d5fe6656c4 15:41:52 Step 5/20 : COPY go.mod vendor* ./ 15:41:53 ---> 63a6d6192159 15:41:53 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:41:53 ---> Running in 215d3dec064f 15:41:53 Removing intermediate container ffc7c331a165 15:41:53 ---> f3b5b888f17e 15:41:53 15:41:53 Step 10/23 : FROM alpine:3.17 15:41:53 ---> b2aa39c304c2 15:41:53 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:41:53 ---> Running in 750f6e9af5d6 15:41:53 Removing intermediate container 750f6e9af5d6 15:41:53 ---> 324a85530d70 15:41:53 Step 12/23 : ENV APP_PORT=59880 15:41:53 Removing intermediate container 3c3288f641fc 15:41:53 ---> 4c91e2748209 15:41:53 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 15:41:53 ---> Running in 6acf99c10682 15:41:53 ---> Running in 8778387f9a7a 15:41:53 Removing intermediate container 8778387f9a7a 15:41:53 ---> 315663facdde 15:41:53 Step 13/23 : EXPOSE $APP_PORT 15:41:53 Removing intermediate container 6acf99c10682 15:41:53 ---> 2cd59a7d0dce 15:41:53 Step 30/33 : CMD ["gate"] 15:41:53 ---> Running in 78623c5348ae 15:41:53 ---> Running in b817bd172639 15:41:53 Removing intermediate container 78623c5348ae 15:41:53 ---> a503271e8314 15:41:53 Step 14/23 : RUN apk add --update --no-cache dumb-init 15:41:53 Removing intermediate container b817bd172639 15:41:53 ---> 7116c4757c7a 15:41:53 Step 31/33 : LABEL arch=x86_64 15:41:53 ---> Running in 078522d93db7 15:41:53 ---> Running in 6f82b3e3fe12 15:41:53 Removing intermediate container 6f82b3e3fe12 15:41:53 ---> db805b5f2f6c 15:41:53 Step 32/33 : LABEL git_sha=d61ec578008716961dada57dfc7805efd6f9e5ec 15:41:53 ---> Running in 43b097d7c32a 15:41:54 Removing intermediate container 43b097d7c32a 15:41:54 ---> a0f908c5d9f5 15:41:54 Step 33/33 : LABEL version=0.0.0 15:41:54 ---> Running in 65ac1a1cd21a 15:41:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 15:41:54 Removing intermediate container 65ac1a1cd21a 15:41:54 ---> ae1a05cea5c0 15:41:54 15:41:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 15:41:54 Successfully built ae1a05cea5c0 15:41:54 Successfully tagged security-bootstrapper:latest 15:41:54  Building security-bootstrapper ... done Building core-common-config-bootstrapper 15:41:54 (1/1) Installing dumb-init (1.2.5-r2) 15:41:54 Executing busybox-1.35.0-r29.trigger 15:41:54 OK: 7 MiB in 16 packages 15:41:58 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 15:41:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:41:58 ---> e4cbbc07468c 15:41:58 Step 3/23 : ARG ADD_BUILD_TAGS="" 15:41:58 ---> Using cache 15:41:58 ---> b144541c99e7 15:41:58 Step 4/23 : WORKDIR /edgex-go 15:41:58 ---> Using cache 15:41:58 ---> ef4286c1d3bb 15:41:58 Step 5/23 : RUN apk add --update --no-cache make git 15:41:58 ---> Using cache 15:41:58 ---> bffcb5f1c797 15:41:58 Step 6/23 : COPY go.mod vendor* ./ 15:41:58 ---> Using cache 15:41:58 ---> bdd2fdba7992 15:41:58 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:41:58 ---> Using cache 15:41:58 ---> e56f6fafa757 15:41:58 Step 8/23 : COPY . . 15:41:58 ---> Using cache 15:41:58 ---> bb15cf42209c 15:41:58 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 15:42:00 ---> Running in 4d68ca16188f 15:42:00 Removing intermediate container 078522d93db7 15:42:00 ---> 44de381e699b 15:42:00 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:42:01 ---> 943fa1d17449 15:42:01 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 15:42:01 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 15:42:01 ---> a970d04c0f3e 15:42:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:42:02 ---> e8fd8d1775b9 15:42:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:42:02 ---> 55db3f5d8147 15:42:02 Step 19/23 : ENTRYPOINT ["/core-data"] 15:42:02 ---> Running in b545a1843c58 15:42:02 Removing intermediate container b545a1843c58 15:42:02 ---> acdaeccab69d 15:42:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:42:02 ---> Running in 9f84adab22ce 15:42:02 Removing intermediate container 9f84adab22ce 15:42:02 ---> 0a0bd4d3afb1 15:42:02 Step 21/23 : LABEL arch=x86_64 15:42:02 ---> Running in 4528dd57f6f7 15:42:02 Removing intermediate container 4528dd57f6f7 15:42:02 ---> ba6dc45793d0 15:42:02 Step 22/23 : LABEL git_sha=d61ec578008716961dada57dfc7805efd6f9e5ec 15:42:02 ---> Running in 73aedd71bf49 15:42:02 Removing intermediate container 73aedd71bf49 15:42:02 ---> a463f70bc893 15:42:02 Step 23/23 : LABEL version=0.0.0 15:42:02 ---> Running in eca1e2c9ccbb 15:42:02 Removing intermediate container eca1e2c9ccbb 15:42:02 ---> 4699b6d1bdd6 15:42:02 15:42:02 Successfully built 4699b6d1bdd6 15:42:02 Successfully tagged core-data:latest 15:42:02 Building security-spire-agent 15:42:07  Building core-data ... done Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 15:42:07 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:42:07 ---> e4cbbc07468c 15:42:07 Step 3/26 : WORKDIR /edgex-go 15:42:07 ---> Using cache 15:42:07 ---> 2e93d2001d54 15:42:07 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 15:42:07 ---> Using cache 15:42:07 ---> 327d1a581f4e 15:42:07 Step 5/26 : COPY go.mod vendor* ./ 15:42:07 ---> Using cache 15:42:07 ---> 7f1804d17a5e 15:42:07 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:42:17 ---> Running in 56eff7b7a63d 15:42:26 Removing intermediate container 56af82932e55 15:42:26 ---> 1434523fdf0e 15:42:26 15:42:26 Step 10/23 : FROM alpine:3.17 15:42:26 ---> b2aa39c304c2 15:42:26 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 15:42:28 ---> Running in fa04b3d83106 15:42:28 Removing intermediate container 215d3dec064f 15:42:28 ---> 9767cfe905e1 15:42:28 Step 7/20 : COPY . . 15:42:28 Removing intermediate container d3eb6978e799 15:42:28 ---> b9c79458f19d 15:42:28 Step 7/26 : COPY . . 15:42:28 Removing intermediate container fa04b3d83106 15:42:28 ---> 0e4bf9001783 15:42:28 Step 12/23 : RUN apk add --update --no-cache dumb-init 15:42:38 ---> Running in 5292b73b4e54 15:42:38 ---> 90d9dc42ddba 15:42:38 Step 8/26 : ARG SPIRE_RELEASE=1.2.1 15:42:38 Removing intermediate container 4d68ca16188f 15:42:38 ---> 0a9c2d376aad 15:42:38 15:42:38 Step 10/23 : FROM alpine:3.17 15:42:38 ---> b2aa39c304c2 15:42:38 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 15:42:38 ---> Using cache 15:42:38 ---> 0e4bf9001783 15:42:38 Step 12/23 : RUN apk add --update --no-cache dumb-init 15:42:38 ---> 7bf0fe140457 15:42:38 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 15:42:38 ---> Running in 9e2f728113a3 15:42:38 ---> Running in 82ab26383931 15:42:38 ---> Running in 0174fd643f75 15:42:38 Removing intermediate container 9e2f728113a3 15:42:38 ---> 91484d1ed2b3 15:42:38 Step 9/26 : WORKDIR /edgex-go/spire-build 15:42:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 15:42:38 ---> Running in 6bd9137f1e71 15:42:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 15:42:38 (1/1) Installing dumb-init (1.2.5-r2) 15:42:38 Executing busybox-1.35.0-r29.trigger 15:42:38 OK: 7 MiB in 16 packages 15:42:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 15:42:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 15:42:38 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 15:42:38 Removing intermediate container 6bd9137f1e71 15:42:38 ---> 9d0a998c26c2 15:42:38 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 15:42:39 (1/1) Installing dumb-init (1.2.5-r2) 15:42:39 Executing busybox-1.35.0-r29.trigger 15:42:39 OK: 7 MiB in 16 packages 15:42:43 ---> Running in 4c09f3f8b342 15:42:43 Removing intermediate container 5292b73b4e54 15:42:43 ---> bc4ab180cc77 15:42:43 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:42:43 Removing intermediate container 4c09f3f8b342 15:42:43 ---> 980213c3f239 15:42:43 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 15:42:43 Removing intermediate container 82ab26383931 15:42:43 ---> 70b0b71913d8 15:42:43 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:42:43 ---> Running in d10a2119e691 15:42:43 ---> 36a2a3a5b746 15:42:43 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 15:42:43 ---> bd260f6c3b38 15:42:43 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 15:42:45 ---> 2aa469ed91b0 15:42:45 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 15:42:45 ---> 29490f1db402 15:42:45 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 15:42:46 Removing intermediate container d10a2119e691 15:42:46 ---> ded898a692c5 15:42:46 Step 12/26 : WORKDIR /edgex-go 15:42:47 ---> b29ade6b2859 15:42:47 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 15:42:48 ---> a1796859d320 15:42:48 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml 15:42:48 ---> Running in 1e20cca90d39 15:42:48 ---> 03320291802f 15:42:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 15:42:48 ---> 15daf494e4ef 15:42:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 15:42:48 Removing intermediate container 1e20cca90d39 15:42:48 ---> 15656c497f9a 15:42:48 15:42:48 Step 13/26 : FROM alpine:3.17 15:42:48 ---> b2aa39c304c2 15:42:48 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:42:48 ---> Using cache 15:42:48 ---> 231ee623cb3f 15:42:48 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 15:42:48 ---> Running in 2731a8fcbfb4 15:42:48 ---> e3bac1594467 15:42:48 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:42:49 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:42:49 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 15:42:49 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:42:49 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:42:49 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:42:49 ---> 0740ad3d2d03 15:42:49 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:42:49 ---> Running in a82e9a7a4227 15:42:49 ---> Running in 7858ce1cbae7 15:42:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 15:42:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 15:42:50 v3.17.2-194-gec14c5f7a35 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 15:42:50 v3.17.2-195-gc56b42b1969 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 15:42:50 OK: 17812 distinct packages available 15:42:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 15:42:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 15:42:50 (1/4) Installing dumb-init (1.2.5-r2) 15:42:50 (2/4) Installing musl-obstack (1.2.3-r0) 15:42:50 (3/4) Installing libucontext (1.2-r0) 15:42:50 (4/4) Installing gcompat (1.1.0-r0) 15:42:50 Executing busybox-1.35.0-r29.trigger 15:42:50 OK: 7 MiB in 19 packages 15:42:52 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 15:42:52 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:42:52 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 15:42:52 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:42:53 Removing intermediate container a82e9a7a4227 15:42:53 ---> e85b00a6c059 15:42:53 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 15:42:53 Removing intermediate container 7858ce1cbae7 15:42:53 ---> 0d5fac5f2507 15:42:53 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 15:42:53 ---> Running in aa7464700952 15:42:53 ---> Running in 55e46d943af2 15:42:53 Removing intermediate container 2731a8fcbfb4 15:42:53 ---> d01403777b95 15:42:53 Step 16/26 : COPY --from=builder /edgex-go/security.txt / 15:42:53 Removing intermediate container aa7464700952 15:42:53 ---> 58a700be1ff7 15:42:53 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 15:42:53 Removing intermediate container 55e46d943af2 15:42:53 ---> 3919f50d64b9 15:42:53 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 15:42:53 Removing intermediate container 56eff7b7a63d 15:42:53 ---> f0eba5470e58 15:42:53 Step 7/26 : COPY . . 15:42:53 ---> Running in 4a7bb2947021 15:42:53 ---> Running in 17e5b1096c36 15:42:53 ---> ccb56e2ff52b 15:42:53 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:42:54 Removing intermediate container 17e5b1096c36 15:42:54 ---> 47e745739c52 15:42:54 Step 21/23 : LABEL arch=x86_64 15:42:54 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 15:42:59 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:42:59 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:42:59 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:42:59 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 15:43:04 ---> Running in 3cb7f72f5584 15:43:04 ---> 995e629888a5 15:43:04 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 15:43:04 Removing intermediate container 4a7bb2947021 15:43:04 ---> efcaa9e8b18d 15:43:04 Step 21/23 : LABEL arch=x86_64 15:43:04 ---> Running in 63682c032446 15:43:04 ---> eb34fbe7a8eb 15:43:04 Step 8/26 : ARG SPIRE_RELEASE=1.2.1 15:43:04 Removing intermediate container 3cb7f72f5584 15:43:04 ---> 73e5f278e263 15:43:04 Step 22/23 : LABEL git_sha=d61ec578008716961dada57dfc7805efd6f9e5ec 15:43:04 ---> Running in ee7b109571ce 15:43:04 ---> Running in eaabcc37161d 15:43:04 Removing intermediate container 63682c032446 15:43:04 ---> 78a670c5d861 15:43:04 Step 22/23 : LABEL git_sha=d61ec578008716961dada57dfc7805efd6f9e5ec 15:43:04 ---> 732140cb34fe 15:43:04 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 15:43:04 Removing intermediate container ee7b109571ce 15:43:04 ---> 17d32699439c 15:43:04 Step 9/26 : WORKDIR /edgex-go/spire-build 15:43:05 ---> Running in 4aee96415252 15:43:05 ---> Running in aacb3fcf19ec 15:43:05 Removing intermediate container eaabcc37161d 15:43:05 ---> 312939441c1e 15:43:05 Step 23/23 : LABEL version=0.0.0 15:43:05 ---> Running in 7937d138e314 15:43:05 ---> Running in 8d316add8ece 15:43:05 Removing intermediate container aacb3fcf19ec 15:43:05 ---> dd113b632d92 15:43:05 Step 23/23 : LABEL version=0.0.0 15:43:05 ---> Running in d037d736a591 15:43:05 Removing intermediate container 4aee96415252 15:43:05 ---> 1b45b73e36af 15:43:05 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 15:43:05 Removing intermediate container 7937d138e314 15:43:05 ---> 96d4f19d445e 15:43:05 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 15:43:05 Removing intermediate container 8d316add8ece 15:43:05 ---> c38a89e2284f 15:43:05 15:43:05 ---> Running in 7e0b3e72313c 15:43:05 Removing intermediate container d037d736a591 15:43:05 ---> ebb00c7b6139 15:43:05 15:43:05 Removing intermediate container 0174fd643f75 15:43:05 Successfully built c38a89e2284f 15:43:05 ---> b60376bb1a1e 15:43:05 15:43:05 Step 9/20 : FROM alpine:3.17 15:43:05 Successfully tagged security-proxy-auth:latest 15:43:05 ---> b2aa39c304c2 15:43:05 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:43:05  Building security-proxy-auth ... done  ---> Using cache 15:43:05 ---> 231ee623cb3f 15:43:05 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 15:43:05 Building security-proxy-setup 15:43:05 ---> 532172cc91ca 15:43:05 Step 21/26 : WORKDIR / 15:43:05 Removing intermediate container 7e0b3e72313c 15:43:05 ---> 0624fff28099 15:43:05 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 15:43:05 ---> Running in e51ec2013e77 15:43:05 ---> Running in cf80530222d5 15:43:05 Successfully built ebb00c7b6139 15:43:05 Successfully tagged core-common-config-bootstrapper:latest 15:43:05  Building core-common-config-bootstrapper ... done Building support-scheduler 15:43:05 ---> Running in 6936b3925fbd 15:43:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 15:43:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 15:43:07 v3.17.2-194-gec14c5f7a35 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 15:43:07 v3.17.2-195-gc56b42b1969 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 15:43:07 OK: 17812 distinct packages available 15:43:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 15:43:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 15:43:08 (1/9) Installing ca-certificates (20220614-r4) 15:43:08 (2/9) Installing brotli-libs (1.0.9-r9) 15:43:08 (3/9) Installing nghttp2-libs (1.51.0-r0) 15:43:08 (4/9) Installing libcurl (7.88.1-r0) 15:43:08 (5/9) Installing curl (7.88.1-r0) 15:43:08 (6/9) Installing dumb-init (1.2.5-r2) 15:43:08 (7/9) Installing musl-obstack (1.2.3-r0) 15:43:08 (8/9) Installing libucontext (1.2-r0) 15:43:08 (9/9) Installing gcompat (1.1.0-r0) 15:43:08 Executing busybox-1.35.0-r29.trigger 15:43:08 Executing ca-certificates-20220614-r4.trigger 15:43:08 OK: 10 MiB in 24 packages 15:43:09 Step 1/21 : ARG BUILDER_BASE=golang:1.20-alpine3.17 15:43:09 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:43:09 ---> e4cbbc07468c 15:43:09 Step 3/21 : WORKDIR /edgex-go 15:43:09 ---> Using cache 15:43:09 ---> 2e93d2001d54 15:43:09 Step 4/21 : RUN apk add --update --no-cache make git 15:43:09 ---> Using cache 15:43:09 ---> e0d7e736d9b3 15:43:09 Step 5/21 : COPY go.mod vendor* ./ 15:43:09 ---> Using cache 15:43:09 ---> 7170e8a8590a 15:43:09 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:43:09 ---> Using cache 15:43:09 ---> ddfbb6e2adf7 15:43:09 Step 7/21 : COPY . . 15:43:09 ---> Using cache 15:43:09 ---> 723a772fe4f4 15:43:09 Step 8/21 : RUN make cmd/secrets-config/secrets-config 15:43:09 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 15:43:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:43:09 ---> e4cbbc07468c 15:43:09 Step 3/23 : ARG ADD_BUILD_TAGS="" 15:43:09 ---> Using cache 15:43:09 ---> b144541c99e7 15:43:09 Step 4/23 : WORKDIR /edgex-go 15:43:09 ---> Using cache 15:43:09 ---> ef4286c1d3bb 15:43:09 Step 5/23 : RUN apk add --update --no-cache make git 15:43:09 ---> Using cache 15:43:09 ---> bffcb5f1c797 15:43:09 Step 6/23 : COPY go.mod vendor* ./ 15:43:09 ---> Using cache 15:43:09 ---> bdd2fdba7992 15:43:09 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:43:09 ---> Using cache 15:43:09 ---> e56f6fafa757 15:43:09 Step 8/23 : COPY . . 15:43:09 ---> Using cache 15:43:09 ---> bb15cf42209c 15:43:09 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 15:43:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:43:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:43:11 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.391s coverage: 28.7% of statements 15:43:12 Removing intermediate container e51ec2013e77 15:43:12 ---> 689012b1b4d3 15:43:12 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:43:12 ---> Running in 2db7f42fcded 15:43:12 ---> Running in ab89847939bc 15:43:12 ---> Running in 4160fe860f8c 15:43:12 Removing intermediate container 4160fe860f8c 15:43:12 ---> 63a7022057d3 15:43:12 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:43:12 Removing intermediate container 6936b3925fbd 15:43:12 ---> de8eb81baa0b 15:43:12 Step 12/26 : WORKDIR /edgex-go 15:43:12 ---> Running in 3ea07a09b44a 15:43:12 ---> Running in 4f96e7fbb9ec 15:43:12 Removing intermediate container 3ea07a09b44a 15:43:12 ---> 574f128e1e8c 15:43:12 Step 24/26 : LABEL arch=x86_64 15:43:12 Removing intermediate container 4f96e7fbb9ec 15:43:12 ---> e9e098e557fc 15:43:12 15:43:12 Step 13/26 : FROM alpine:3.17 15:43:12 ---> b2aa39c304c2 15:43:12 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:43:12 ---> Using cache 15:43:12 ---> 231ee623cb3f 15:43:12 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 15:43:12 ---> Using cache 15:43:12 ---> 317648b27c65 15:43:12 Step 16/26 : COPY --from=builder /edgex-go/security.txt / 15:43:12 ---> Using cache 15:43:12 ---> Running in 4300f114632b 15:43:12 ---> f598af13b720 15:43:12 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 15:43:12 Removing intermediate container cf80530222d5 15:43:12 ---> 6a077a789477 15:43:12 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 15:43:12 Removing intermediate container 4300f114632b 15:43:12 ---> 945c0faf18b0 15:43:12 Step 25/26 : LABEL git_sha=d61ec578008716961dada57dfc7805efd6f9e5ec 15:43:12 ---> Running in 23fd0b7f3bab 15:43:12 ---> b3fae9c598d1 15:43:12 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 15:43:13 Removing intermediate container 23fd0b7f3bab 15:43:13 ---> eae4cf988b2d 15:43:13 Step 26/26 : LABEL version=0.0.0 15:43:13 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 15:43:13 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 15:43:14 ---> Running in 9b25443b8010 15:43:14 ---> 44e8911de791 15:43:14 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 15:43:14 ---> 5a7a2914ee2b 15:43:14 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:43:14 Removing intermediate container 9b25443b8010 15:43:14 ---> 21cb9beecaad 15:43:14 15:43:14 Successfully built 21cb9beecaad 15:43:14 Successfully tagged security-spire-config:latest 15:43:14  Building security-spire-config ... done Building security-secretstore-setup 15:43:17 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 15:43:17 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:43:17 ---> e4cbbc07468c 15:43:17 Step 3/24 : WORKDIR /edgex-go 15:43:17 ---> Using cache 15:43:17 ---> 2e93d2001d54 15:43:17 Step 4/24 : RUN apk add --update --no-cache make git 15:43:17 ---> Using cache 15:43:17 ---> e0d7e736d9b3 15:43:17 Step 5/24 : COPY go.mod vendor* ./ 15:43:17 ---> Using cache 15:43:17 ---> 7170e8a8590a 15:43:17 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:43:17 ---> Using cache 15:43:17 ---> ddfbb6e2adf7 15:43:17 Step 7/24 : COPY . . 15:43:17 ---> Using cache 15:43:17 ---> 723a772fe4f4 15:43:17 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:43:22 ---> bcf1049e02f4 15:43:22 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 15:43:22 ---> Running in 07fec8903f91 15:43:22 ---> 5455ce4e3ed9 15:43:22 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 15:43:23 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:43:23 ---> 693e14acaa5f 15:43:23 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 15:43:23 ---> Running in 00bacf986791 15:43:23 ---> 170d893b4619 15:43:23 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 15:43:23 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.283s coverage: 98.5% of statements 15:43:24 Removing intermediate container 00bacf986791 15:43:24 ---> 82ef06eddd8b 15:43:24 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:43:24 ---> 4888b5867b15 15:43:24 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 15:43:26 ---> Running in c4058d013f95 15:43:26 ---> 2081d75aa86b 15:43:26 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:43:26 ---> Running in 1d5d23fd0a7c 15:43:26 Removing intermediate container c4058d013f95 15:43:26 ---> 817505ab17d8 15:43:26 Step 18/20 : LABEL arch=x86_64 15:43:26 ---> Running in bf47e9bf5b95 15:43:26 Removing intermediate container 1d5d23fd0a7c 15:43:26 ---> 9f4851754640 15:43:26 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:43:26 ---> Running in 4a2c7fa6cea3 15:43:26 Removing intermediate container bf47e9bf5b95 15:43:26 ---> f97dd263eef3 15:43:26 Step 19/20 : LABEL git_sha=d61ec578008716961dada57dfc7805efd6f9e5ec 15:43:26 ---> Running in 0f6182ffce56 15:43:26 Removing intermediate container 4a2c7fa6cea3 15:43:26 ---> 55ea191c7642 15:43:26 Step 24/26 : LABEL arch=x86_64 15:43:26 ---> Running in 4804338b3b5f 15:43:27 Removing intermediate container 4804338b3b5f 15:43:27 ---> 3594ee20acef 15:43:27 Step 25/26 : LABEL git_sha=d61ec578008716961dada57dfc7805efd6f9e5ec 15:43:27 Removing intermediate container 0f6182ffce56 15:43:27 ---> 1a60b147afa7 15:43:27 Step 20/20 : LABEL version=0.0.0 15:43:27 ---> Running in e60c8f13fd11 15:43:27 ---> Running in e5777863b22d 15:43:27 Removing intermediate container e5777863b22d 15:43:27 Removing intermediate container e60c8f13fd11 15:43:27 ---> 1a8983912fb2 15:43:27 Step 26/26 : LABEL version=0.0.0 15:43:27 ---> 32365ef7b8ac 15:43:27 15:43:27 Successfully built 32365ef7b8ac 15:43:27 Successfully tagged security-spiffe-token-provider:latest 15:43:27  Building security-spiffe-token-provider ... done  ---> Running in d357753833b0 15:43:28 Removing intermediate container d357753833b0 15:43:28 ---> 31e3cb8e7bb3 15:43:28 15:43:28 Successfully built 31e3cb8e7bb3 15:43:28 Successfully tagged security-spire-agent:latest 15:43:34 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.460s coverage: 71.2% of statements 15:43:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 15:43:34 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 15:43:34 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 15:43:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:43:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:43:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.396s coverage: 54.0% of statements 15:43:42  Building security-spire-agent ... 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 15:43:43 Removing intermediate container 2db7f42fcded 15:43:43 ---> 529eaa109d40 15:43:43 15:43:43 Step 9/21 : FROM alpine:3.17 15:43:43 ---> b2aa39c304c2 15:43:43 Step 10/21 : RUN apk add --update --no-cache dumb-init openssl 15:43:43 ---> Running in b46592eeb52d 15:43:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 15:43:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 15:43:44 (1/2) Installing dumb-init (1.2.5-r2) 15:43:44 (2/2) Installing openssl (3.0.8-r0) 15:43:44 Executing busybox-1.35.0-r29.trigger 15:43:44 OK: 8 MiB in 17 packages 15:43:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 15:43:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 15:43:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 15:43:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:43:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 15:43:46 Removing intermediate container b46592eeb52d 15:43:46 ---> 67c5e8e31099 15:43:46 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 15:43:46 ---> Running in 0f236d756c0c 15:43:47 Removing intermediate container 07fec8903f91 15:43:47 ---> 544d36e4d6aa 15:43:47 15:43:47 Step 9/24 : FROM alpine:3.17 15:43:47 ---> b2aa39c304c2 15:43:47 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 15:43:47 Removing intermediate container ab89847939bc 15:43:47 ---> c6eef1294202 15:43:47 15:43:47 Step 10/23 : FROM alpine:3.17 15:43:47 ---> b2aa39c304c2 15:43:47 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:43:47 ---> Running in ffa7ad1cbb46 15:43:47 ---> Using cache 15:43:47 ---> 4400c15b16b1 15:43:47 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:43:47 ---> Using cache 15:43:47 ---> 58b2c8b03028 15:43:47 Step 13/23 : ENV APP_PORT=59861 15:43:47 Removing intermediate container 0f236d756c0c 15:43:47 ---> 62a4290f6007 15:43:47 Step 12/21 : WORKDIR /edgex 15:43:47 ---> Running in 40ed2a76a9a3 15:43:47 ---> Running in 92d93074a836 15:43:47 Removing intermediate container 40ed2a76a9a3 15:43:47 ---> aa9c7c104e24 15:43:47 Step 14/23 : EXPOSE $APP_PORT 15:43:47 Removing intermediate container 92d93074a836 15:43:47 ---> 3ed7cb652336 15:43:47 Step 13/21 : COPY --from=builder /edgex-go/security.txt / 15:43:47 ---> Running in fb73fdc0ab9e 15:43:47 Removing intermediate container fb73fdc0ab9e 15:43:47 ---> 2f914a6dd56d 15:43:47 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:43:47 ---> b7186a4a126b 15:43:47 Step 14/21 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml 15:43:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 15:43:47 ---> 1d6b00c28129 15:43:47 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 15:43:47 ---> a53109042adc 15:43:47 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:43:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 15:43:47 (1/3) Installing ca-certificates (20220614-r4) 15:43:47 (2/3) Installing dumb-init (1.2.5-r2) 15:43:47 (3/3) Installing su-exec (0.2-r2) 15:43:47 Executing busybox-1.35.0-r29.trigger 15:43:47 Executing ca-certificates-20220614-r4.trigger 15:43:47 OK: 8 MiB in 18 packages 15:43:47 ---> f6169a198fc5 15:43:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:43:47 ---> 937b1eb35e06 15:43:47 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 15:43:48 ---> 67092e6faf46 15:43:48 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:43:48 ---> Running in 897b6484c8a1 15:43:48 ---> f8b34390e6ae 15:43:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:43:48 ---> 67ac9f4d90a0 15:43:48 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 15:43:48 Removing intermediate container ffa7ad1cbb46 15:43:48 ---> af6819ecfa28 15:43:48 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:43:48 ---> Running in 07518bbbc920 15:43:48 ---> Running in 61008e8ba267 15:43:49 Removing intermediate container 07518bbbc920 15:43:49 ---> 75df791e120a 15:43:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:43:49 Removing intermediate container 61008e8ba267 15:43:49 ---> 6643fc445787 15:43:49 Step 12/24 : WORKDIR / 15:43:49 ---> Running in 4ef9db4aa6e6 15:43:49 ---> Running in f63e9feb315d 15:43:49 Removing intermediate container 4ef9db4aa6e6 15:43:49 ---> c5a34bf7913e 15:43:49 Step 21/23 : LABEL arch=x86_64 15:43:49 ---> Running in 8dc90e96a585 15:43:49 Removing intermediate container f63e9feb315d 15:43:49 ---> 1d6c664c73b7 15:43:49 Step 13/24 : COPY --from=builder /edgex-go/security.txt / 15:43:49 Removing intermediate container 8dc90e96a585 15:43:49 ---> 35861b725aad 15:43:49 Step 22/23 : LABEL git_sha=d61ec578008716961dada57dfc7805efd6f9e5ec 15:43:49 ---> Running in bdb9cd413afc 15:43:49 Removing intermediate container 897b6484c8a1 15:43:49 ---> 9a410b30c4a7 15:43:49 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 15:43:49 ---> Running in 188659ad84c1 15:43:49 ---> 97412983a8fe 15:43:49 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:43:49 Removing intermediate container bdb9cd413afc 15:43:49 ---> 991118fa2cb7 15:43:49 Step 23/23 : LABEL version=0.0.0 15:43:49 ---> Running in ccee2b4b19c7 15:43:49 Removing intermediate container 188659ad84c1 15:43:49 ---> 1794d2fdf0b6 15:43:49 Step 19/21 : LABEL arch=x86_64 15:43:49 ---> Running in 74946f88a567 15:43:49 ---> 1df6bac97c6b 15:43:49 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:43:49 Removing intermediate container ccee2b4b19c7 15:43:49 ---> 6d371d22ebee 15:43:49 15:43:49 Removing intermediate container 74946f88a567 15:43:49 ---> 9c8793f21983 15:43:49 Step 20/21 : LABEL git_sha=d61ec578008716961dada57dfc7805efd6f9e5ec 15:43:49 Successfully built 6d371d22ebee 15:43:49 Successfully tagged support-scheduler:latest 15:43:49  Building support-scheduler ... done  ---> Running in b480e7aabdad 15:43:49 ---> 4c5afafcb895 15:43:49 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:43:49 Removing intermediate container b480e7aabdad 15:43:49 ---> c2b4262193cb 15:43:49 Step 21/21 : LABEL version=0.0.0 15:43:49 ---> Running in 21c3b42b8a80 15:43:49 ---> df9c061d9f73 15:43:49 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:43:49 Removing intermediate container 21c3b42b8a80 15:43:49 ---> 7e15220199d6 15:43:49 15:43:49 Successfully built 7e15220199d6 15:43:49 Successfully tagged security-proxy-setup:latest 15:43:50  Building security-proxy-setup ... done  ---> 080150fe8ebc 15:43:50 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:43:51 ---> e3fba1ba7029 15:43:51 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:43:51 ---> 5e105e40b152 15:43:51 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:43:51 ---> Running in 0c93331cbad0 15:43:51 Removing intermediate container 0c93331cbad0 15:43:51 ---> 98a278bdb579 15:43:51 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:43:51 ---> Running in d44eb86b7ca4 15:43:51 Removing intermediate container d44eb86b7ca4 15:43:51 ---> c16edc92fe9c 15:43:51 Step 22/24 : LABEL arch=x86_64 15:43:51 ---> Running in 17694293cf33 15:43:51 Removing intermediate container 17694293cf33 15:43:51 ---> bb5853ebef97 15:43:51 Step 23/24 : LABEL git_sha=d61ec578008716961dada57dfc7805efd6f9e5ec 15:43:51 ---> Running in 068c52de09e7 15:43:51 Removing intermediate container 068c52de09e7 15:43:51 ---> dca81913c799 15:43:51 Step 24/24 : LABEL version=0.0.0 15:43:51 ---> Running in bcf6c9a6a6ca 15:43:51 Removing intermediate container bcf6c9a6a6ca 15:43:51 ---> 7cc75dd90385 15:43:51 15:43:52 Successfully built 7cc75dd90385 15:43:52 Successfully tagged security-secretstore-setup:latest 15:43:52  Building security-secretstore-setup ... done  [Pipeline] } 15:43:52 $ docker stop --time=1 6ca8431f45dcf13f4bcc6ac0ca38cb37b24678883869b6b6e873671d6591c9d9 15:43:53 $ docker rm -f --volumes 6ca8431f45dcf13f4bcc6ac0ca38cb37b24678883869b6b6e873671d6591c9d9 [Pipeline] // withDockerContainer [Pipeline] sh 15:43:53 + docker images 15:43:53 REPOSITORY TAG IMAGE ID CREATED SIZE 15:43:53 security-secretstore-setup latest 7cc75dd90385 2 seconds ago 32.6MB 15:43:53 support-scheduler latest 6d371d22ebee 4 seconds ago 32.4MB 15:43:53 security-proxy-setup latest 7e15220199d6 4 seconds ago 18.7MB 15:43:53 544d36e4d6aa 7 seconds ago 1.67GB 15:43:53 c6eef1294202 7 seconds ago 1.75GB 15:43:53 529eaa109d40 11 seconds ago 1.66GB 15:43:53 security-spiffe-token-provider latest 32365ef7b8ac 26 seconds ago 32.6MB 15:43:53 security-spire-agent latest 31e3cb8e7bb3 26 seconds ago 129MB 15:43:53 security-spire-config latest 21cb9beecaad 39 seconds ago 88.9MB 15:43:53 e9e098e557fc 41 seconds ago 1.54GB 15:43:53 security-proxy-auth latest c38a89e2284f 48 seconds ago 18.3MB 15:43:53 b60376bb1a1e 48 seconds ago 1.72GB 15:43:53 core-common-config-bootstrapper latest ebb00c7b6139 48 seconds ago 17.5MB 15:43:53 15656c497f9a About a minute ago 1.54GB 15:43:53 0a9c2d376aad About a minute ago 1.68GB 15:43:53 1434523fdf0e About a minute ago 1.66GB 15:43:53 core-data latest 4699b6d1bdd6 About a minute ago 20MB 15:43:53 security-bootstrapper latest ae1a05cea5c0 About a minute ago 22MB 15:43:53 f3b5b888f17e 2 minutes ago 1.69GB 15:43:53 core-metadata latest 99adf6d68b37 2 minutes ago 20.6MB 15:43:53 core-command latest 77dac3fbcb3e 2 minutes ago 19.8MB 15:43:53 support-notifications latest 364fc795124f 2 minutes ago 33MB 15:43:53 09513bcf590f 2 minutes ago 1.69GB 15:43:53 b35b672ec52e 2 minutes ago 1.75GB 15:43:53 3027d6996ece 2 minutes ago 1.67GB 15:43:53 10337e0cbbe6 2 minutes ago 1.68GB 15:43:53 security-spire-server latest 98389b37e308 2 minutes ago 89.8MB 15:43:53 2b1a741e7abd 2 minutes ago 1.54GB 15:43:53 ci-base-image-x86_64 latest e4cbbc07468c 7 minutes ago 883MB 15:43:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine 3b553350e43f 3 days ago 664MB 15:43:53 alpine 3.17 b2aa39c304c2 4 weeks ago 7.05MB 15:43:53 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 8 months ago 253MB 15:43:53 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] } 15:43:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:43:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 15:44:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 18.301s coverage: 88.5% of statements 15:44:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.360s coverage: 3.9% of statements 15:44:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 15:44:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 15:44:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 15:44:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.718s coverage: 95.6% of statements 15:44:10 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:44:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 15:44:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 15:44:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:44:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:44:10 ok github.com/edgexfoundry/edgex-go/internal/io 0.206s coverage: 72.2% of statements 15:44:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:44:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:44:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:44:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.230s coverage: 65.9% of statements 15:44:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 15:44:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 15:44:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.410s coverage: 0.9% of statements 15:44:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.255s coverage: 29.0% of statements 15:44:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.319s coverage: 45.5% of statements 15:44:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.308s coverage: 82.9% of statements 15:44:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.228s coverage: 94.1% of statements 15:44:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.272s coverage: 96.3% of statements 15:44:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.218s coverage: 87.5% of statements 15:44:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 15:44:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 15:44:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 15:44:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 15:44:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 15:44:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 15:44:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 15:44:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 15:44:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.214s coverage: 94.4% of statements 15:44:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 15:44:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 15:44:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 15:44:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 15:44:52 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:44:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:44:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:45:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.157s coverage: 79.9% of statements 15:45:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.255s coverage: 92.9% of statements 15:45:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.091s coverage: 64.4% of statements 15:45:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.227s coverage: 86.9% of statements 15:45:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.215s coverage: 87.2% of statements 15:45:00 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.176s coverage: 20.0% of statements 15:45:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.176s coverage: 100.0% of statements 15:45:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.475s coverage: 81.2% of statements 15:45:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 15:45:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:45:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.519s coverage: 82.1% of statements 15:45:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.269s coverage: 84.8% of statements 15:45:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:45:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:45:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.168s coverage: 63.1% of statements 15:45:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.246s coverage: 100.0% of statements 15:45:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.132s coverage: 89.4% of statements 15:45:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.102s coverage: 100.0% of statements 15:45:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.088s coverage: 73.7% of statements 15:45:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 15:45:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 15:45:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 15:45:13 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.076s coverage: 100.0% of statements 15:45:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:45:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:45:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 15:45:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.053s coverage: 38.4% of statements 15:45:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.255s coverage: 89.5% of statements 15:45:27 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 15:45:27 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 15:45:27 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 15:45:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 15:45:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.224s coverage: 84.8% of statements 15:45:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 15:45:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 15:45:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:45:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:45:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.304s coverage: 17.7% of statements 15:45:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 15:45:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 15:45:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 15:45:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 15:45:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.578s coverage: 92.3% of statements 15:45:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:45:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:45:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.305s coverage: 61.5% of statements 15:45:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 15:45:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 15:45:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.404s coverage: 97.7% of statements 15:45:49 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 15:45:49 WARNING: Linting skipped (not on x86_64 or linter not installed) 15:45:49 go vet ./... 15:48:42 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:48:42 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 15:48:42 ./bin/test-attribution-txt.sh [Pipeline] echo 15:48:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 15:48:43 + ls -al . 15:48:43 total 700 15:48:43 drwxrwxr-x 10 1001 1001 4096 Mar 14 15:40 . 15:48:43 drwxr-xr-x 4 root root 4096 Mar 14 15:40 .. 15:48:43 drwxrwxr-x 2 1001 1001 4096 Mar 14 15:38 .blubracket 15:48:43 -rw-rw-r-- 1 1001 1001 16 Mar 14 15:38 .dockerignore 15:48:43 drwxrwxr-x 8 1001 1001 4096 Mar 14 15:38 .git 15:48:43 drwxrwxr-x 3 1001 1001 4096 Mar 14 15:38 .github 15:48:43 -rw-rw-r-- 1 1001 1001 1133 Mar 14 15:38 .gitignore 15:48:43 -rw-rw-r-- 1 1001 1001 42 Mar 14 15:38 .golangci.yml 15:48:43 -rw-rw-r-- 1 1001 1001 87 Mar 14 15:38 .hadolint.yml 15:48:43 -rw-rw-r-- 1 1001 1001 166 Mar 14 15:38 .sonarcloud.properties 15:48:43 -rw-rw-r-- 1 1001 1001 1171 Mar 14 15:38 ADOPTERS.md 15:48:43 -rw-rw-r-- 1 1001 1001 10825 Mar 14 15:38 Attribution.txt 15:48:43 -rw-rw-r-- 1 1001 1001 73765 Mar 14 15:38 CHANGELOG.md 15:48:43 -rw-rw-r-- 1 1001 1001 3804 Mar 14 15:38 CONTRIBUTING.md 15:48:43 -rw-rw-r-- 1 1001 1001 677 Mar 14 15:38 GOVERNANCE.md 15:48:43 -rw-rw-r-- 1 1001 1001 883 Mar 14 15:38 Jenkinsfile 15:48:43 -rw-rw-r-- 1 1001 1001 10775 Mar 14 15:38 LICENSE 15:48:43 -rw-rw-r-- 1 1001 1001 14266 Mar 14 15:38 Makefile 15:48:43 -rw-rw-r-- 1 1001 1001 582 Mar 14 15:38 OWNERS.md 15:48:43 -rw-rw-r-- 1 1001 1001 9403 Mar 14 15:38 README.md 15:48:43 -rw-rw-r-- 1 1001 1001 789 Mar 14 15:38 SECURITY.md 15:48:43 -rw-rw-r-- 1 1001 1001 5 Mar 14 15:36 VERSION 15:48:43 drwxrwxr-x 2 1001 1001 4096 Mar 14 15:38 bin 15:48:43 drwxrwxr-x 18 1001 1001 4096 Mar 14 15:38 cmd 15:48:43 -rw-r--r-- 1 root root 447486 Mar 14 15:45 coverage.out 15:48:43 -rw-rw-r-- 1 1001 1001 3232 Mar 14 15:38 go.mod 15:48:43 -rw-rw-r-- 1 1001 1001 31098 Mar 14 15:38 go.sum 15:48:43 drwxrwxr-x 7 1001 1001 4096 Mar 14 15:38 internal 15:48:43 drwxrwxr-x 3 1001 1001 4096 Mar 14 15:38 openapi 15:48:43 -rw-rw-r-- 1 1001 1001 594 Mar 14 15:38 security.txt 15:48:43 drwxrwxr-x 4 1001 1001 4096 Mar 14 15:38 snap 15:48:43 -rw-rw-r-- 1 1001 1001 204 Mar 14 15:38 version.go [Pipeline] sh 15:48:43 + '[' -e coverage.out ] 15:48:43 + chown 1001:1001 coverage.out [Pipeline] stash 15:48:43 Warning: overwriting stash ‘coverage-report’ 15:48:44 Stashed 1 file(s) [Pipeline] sh 15:48:44 + make build 15:48:44 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 15:50:21 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 15:50:21 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 15:50:25 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 15:50:28 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 15:51:15 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 15:51:17 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 15:51: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 15:51:27 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:51:31 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 15:51: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 15:51:40 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 15:51:46 $ docker stop --time=1 f98f0499ddd5043b6f55fbd56572f069fc58b30940c0596362495ab0e0b4b333 15:51:48 $ docker rm -f --volumes f98f0499ddd5043b6f55fbd56572f069fc58b30940c0596362495ab0e0b4b333 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:51:50 15:51:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:51:51 latest: Pulling from edgex-devops/edgex-compose-arm64 15:51:51 29e5d40040c1: Pulling fs layer 15:51:51 1ce36da41761: Pulling fs layer 15:51:51 25b303627fd3: Pulling fs layer 15:51:51 29e5d40040c1: Verifying Checksum 15:51:51 29e5d40040c1: Download complete 15:51:51 1ce36da41761: Verifying Checksum 15:51:51 1ce36da41761: Download complete 15:51:51 29e5d40040c1: Pull complete 15:51:53 1ce36da41761: Pull complete 15:51:53 25b303627fd3: Download complete 15:52:03 25b303627fd3: Pull complete 15:52:03 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 15:52:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:52:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:52:03 prd-ubuntu20.04-docker-arm64-4c-16g-166 does not seem to be running inside a container 15:52:03 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 15:52:05 $ docker top 02664e91a4db7746336529a591c7ac957a0d4c6942b72b5e7ec69c152342d238 -eo pid,comm [Pipeline] { [Pipeline] sh 15:52:06 + docker-compose build --help+ 15:52:06 grep parallel 15:52:11 --parallel Build images in parallel. [Pipeline] } 15:52:11 $ docker stop --time=1 02664e91a4db7746336529a591c7ac957a0d4c6942b72b5e7ec69c152342d238 15:52:12 $ docker rm -f --volumes 02664e91a4db7746336529a591c7ac957a0d4c6942b72b5e7ec69c152342d238 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:52:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:52:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:52:13 prd-ubuntu20.04-docker-arm64-4c-16g-166 does not seem to be running inside a container 15:52:13 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 15:52:14 $ docker top a18b0df5ad58c1cb809dfce8c23c3efb8ea63f6a67f752c60bbbd2f45de49ad7 -eo pid,comm [Pipeline] { [Pipeline] sh 15:52:15 + docker-compose -f ./docker-compose-build.yml build --parallel 15:52:20 Building core-command ... 15:52:20 Building core-common-config-bootstrapper ... 15:52:20 Building core-data ... 15:52:20 Building core-metadata ... 15:52:20 Building security-bootstrapper ... 15:52:20 Building security-proxy-auth ... 15:52:20 Building security-proxy-setup ... 15:52:20 Building security-secretstore-setup ... 15:52:20 Building security-spiffe-token-provider ... 15:52:20 Building security-spire-agent ... 15:52:20 Building security-spire-config ... 15:52:20 Building security-spire-server ... 15:52:20 Building support-notifications ... 15:52:20 Building support-scheduler ... 15:52:20 Building core-command 15:52:20 Building core-metadata 15:52:20 Building security-bootstrapper 15:52:20 Building core-data 15:52:20 Building security-spiffe-token-provider 15:53:07 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 15:53:07 Step 2/33 : FROM ${BUILDER_BASE} AS builder 15:53:07 ---> f3497487a33f 15:53:07 Step 3/33 : WORKDIR /edgex-go 15:53:08 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 15:53:08 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:53:08 ---> f3497487a33f 15:53:08 Step 3/23 : ARG ADD_BUILD_TAGS="" 15:53:08 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 15:53:08 Step 2/25 : FROM ${BUILDER_BASE} AS builder 15:53:08 ---> f3497487a33f 15:53:08 Step 3/25 : ARG ADD_BUILD_TAGS="" 15:53:08 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 15:53:08 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:53:08 ---> f3497487a33f 15:53:08 Step 3/24 : ARG ADD_BUILD_TAGS="" 15:53:08 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 15:53:08 Step 2/20 : FROM ${BUILDER_BASE} AS builder 15:53:08 ---> f3497487a33f 15:53:08 Step 3/20 : WORKDIR /edgex-go 15:53:09 ---> Running in 41298c59353c 15:53:09 ---> Running in 5e6524a498e5 15:53:09 ---> Running in 42abefed76ae 15:53:09 ---> Running in 10f0fedc54b0 15:53:09 ---> Running in b402af4c5a85 15:53:09 Removing intermediate container 42abefed76ae 15:53:09 ---> 1c47d8d2dec9 15:53:09 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 15:53:09 Removing intermediate container b402af4c5a85 15:53:09 ---> 4784246c5c5a 15:53:10 Step 4/23 : WORKDIR /edgex-go 15:53:10 Removing intermediate container 5e6524a498e5 15:53:10 ---> 241ef6c1863a 15:53:10 Step 4/24 : WORKDIR /edgex-goRemoving intermediate container 10f0fedc54b0 15:53:10 ---> a444d9ca9372 15:53:10 Step 4/33 : RUN apk add --update --no-cache make git 15:53:10 15:53:10 Removing intermediate container 41298c59353c 15:53:10 ---> de7c0da7a9dd 15:53:10 Step 4/25 : WORKDIR /edgex-go 15:53:10 ---> Running in 7e33dabe4faa 15:53:10 ---> Running in 9707f864bd2a 15:53:10 ---> Running in 29bdcf0cc4c3 15:53:10 ---> Running in 6a7a3b1c1f48 15:53:10 ---> Running in 3f72a796a4ae 15:53:11 Removing intermediate container 7e33dabe4faa 15:53:11 ---> bc4f210e57d2 15:53:11 Step 5/23 : RUN apk add --update --no-cache make git 15:53:11 Removing intermediate container 6a7a3b1c1f48 15:53:11 ---> 83ad33ad471c 15:53:11 Step 5/24 : RUN apk add --update --no-cache make git 15:53:11 Removing intermediate container 3f72a796a4ae 15:53:11 ---> 1fd3b81dc87d 15:53:11 Step 5/25 : RUN apk add --update --no-cache make git 15:53:11 ---> Running in 6f09c99ba9dd 15:53:11 ---> Running in 04b849c65092 15:53:11 ---> Running in aaa3110c8b11 15:53:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 15:53:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 15:53:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 15:53:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 15:53:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 15:53:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 15:53:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 15:53:14 OK: 263 MiB in 53 packages 15:53:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 15:53:14 v3.17.2-194-gec14c5f7a35 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 15:53:14 v3.17.2-195-gc56b42b1969 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 15:53:14 OK: 17683 distinct packages available 15:53:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 15:53:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 15:53:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 15:53:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 15:53:16 Removing intermediate container 29bdcf0cc4c3 15:53:16 ---> c14c2916491a 15:53:16 Step 5/33 : COPY go.mod vendor* ./ 15:53:16 OK: 263 MiB in 53 packages 15:53:16 OK: 263 MiB in 53 packages 15:53:16 OK: 263 MiB in 53 packages 15:53:17 ---> 34e3f56e6a50 15:53:17 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:53:17 ---> Running in 76a1183b8083 15:53:17 OK: 263 MiB in 53 packages 15:53:18 Removing intermediate container 04b849c65092 15:53:18 ---> c329a75f8dac 15:53:18 Step 6/24 : COPY go.mod vendor* ./ 15:53:18 Removing intermediate container 6f09c99ba9dd 15:53:18 ---> 23bebec31c46 15:53:18 Step 6/23 : COPY go.mod vendor* ./ 15:53:18 Removing intermediate container aaa3110c8b11 15:53:18 ---> 4e958567a419 15:53:18 Step 6/25 : COPY go.mod vendor* ./ 15:53:19 Removing intermediate container 9707f864bd2a 15:53:19 ---> ad2c6b6bda36 15:53:19 Step 5/20 : COPY go.mod vendor* ./ 15:53:19 ---> 7bcf295a3358 15:53:19 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:53:19 ---> Running in d42555dfa018 15:53:20 ---> ed112a9e22b5 15:53:20 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:53:20 ---> bef3cd6a6289 15:53:20 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:53:20 ---> Running in 9d0153b72b0b 15:53:20 ---> Running in a57515280fa2 15:53:20 ---> 87f789f5419b 15:53:20 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:53:21 ---> Running in 2fa619970b3e 15:55:12 Removing intermediate container 76a1183b8083 15:55:12 ---> 73d1f9a251d9 15:55:12 Step 7/33 : COPY . . 15:55:12 Removing intermediate container 9d0153b72b0b 15:55:12 ---> aaa6199438a7 15:55:12 Step 8/25 : COPY . . 15:55:12 Removing intermediate container d42555dfa018 15:55:12 ---> 574340cbd6ea 15:55:12 Step 8/24 : COPY . . 15:55:12 Removing intermediate container 2fa619970b3e 15:55:12 ---> 008243254bfb 15:55:12 Step 7/20 : COPY . . 15:55:12 Removing intermediate container a57515280fa2 15:55:12 ---> dc82f3ff20c4 15:55:12 Step 8/23 : COPY . . 15:55:15 ---> 4ba04265cc95 15:55:15 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 15:55:15 ---> 1eb9228af3ef 15:55:15 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 15:55:15 ---> 8424ce07463b 15:55:15 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 15:55:15 ---> Running in 8b33793b2feb 15:55:15 ---> 026d81081264 15:55:15 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 15:55:15 ---> Running in b301d9469b4f 15:55:15 ---> Running in e41dc03f9357 15:55:15 ---> Running in 8119296605cb 15:55:15 ---> 93c6cd4ae112 15:55:15 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 15:55:15 ---> Running in b9626e6b0d3a 15:55:17 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 15:55:18 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 15:55:18 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:55:18 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15: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 16:01:40 Removing intermediate container b301d9469b4f 16:01:40 ---> 6bc772370390 16:01:40 16:01:40 Step 9/33 : FROM alpine:3.17 16:01:40 3.17: Pulling from library/alpine 16:01:40 Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 16:01:40 Status: Downloaded newer image for alpine:3.17 16:01:40 ---> d74e625d9115 16:01:40 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 16:01:40 ---> Running in 626d951ad596 16:01:40 Removing intermediate container 626d951ad596 16:01:40 ---> 4309464330f2 16:01:40 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 16:01:40 ---> Running in d11ac0c377ea 16:01:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 16:01:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 16:01:40 (1/2) Installing dumb-init (1.2.5-r2) 16:01:40 (2/2) Installing su-exec (0.2-r2) 16:01:40 Executing busybox-1.35.0-r29.trigger 16:01:40 OK: 8 MiB in 17 packages 16:01:40 Removing intermediate container d11ac0c377ea 16:01:40 ---> 93df74db266b 16:01:40 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 16:01:40 ---> Running in ed1932e0151a 16:01:40 Removing intermediate container ed1932e0151a 16:01:40 ---> 13d68b11452a 16:01:40 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 16:01:40 ---> Running in a8c291780d5b 16:01:40 Removing intermediate container a8c291780d5b 16:01:40 ---> 9f223bb1a68e 16:01:40 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 16:01:40 ---> Running in 931722adfca1 16:01:40 Removing intermediate container 931722adfca1 16:01:40 ---> 6d5a4eb472d0 16:01:40 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 16:01:40 ---> Running in a160f567a670 16:01:41 Removing intermediate container a160f567a670 16:01:41 ---> b434e2a59e3e 16:01:41 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 16:01:41 ---> Running in e9bb2343c3d7 16:01:45 Removing intermediate container e9bb2343c3d7 16:01:45 ---> 98343f83d8c9 16:01:45 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 16:01:45 ---> Running in 0b4cb631bd13 16:01:46 Removing intermediate container 0b4cb631bd13 16:01:46 ---> 4240e34042db 16:01:46 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 16:01:46 ---> b67c3152ee40 16:01:46 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 16:01:46 ---> Running in d932e4d37724 16:01:50 Removing intermediate container d932e4d37724 16:01:50 ---> 9cfadbcb7ca1 16:01:50 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 16:01:50 ---> 3c4677a4ea9e 16:01:50 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 16:01:51 ---> 9995a6085423 16:01:51 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:01:53 ---> c26c0260f89d 16:01:53 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:01:54 ---> 4bfd733923cf 16:01:54 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:01:55 ---> 8f8aa7c67c87 16:01:55 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 16:01:57 ---> d8165fb090e5 16:01:57 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 16:01:59 ---> 63af9519115f 16:01:59 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 16:02:00 ---> f5d4158bace1 16:02:00 Step 28/33 : RUN chmod +x /entrypoint.sh 16:02:00 ---> Running in 2f135516fd77 16:02:04 Removing intermediate container 2f135516fd77 16:02:04 ---> 76efa171addd 16:02:04 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 16:02:04 ---> Running in d62c430ad2d7 16:02:05 Removing intermediate container d62c430ad2d7 16:02:05 ---> f4fdec0c89f4 16:02:05 Step 30/33 : CMD ["gate"] 16:02:05 ---> Running in 0c776230870f 16:02:06 Removing intermediate container 0c776230870f 16:02:06 ---> 2c5676312c18 16:02:06 Step 31/33 : LABEL arch=arm64 16:02:06 ---> Running in 9f5960e685d8 16:02:08 Removing intermediate container 9f5960e685d8 16:02:08 ---> a5ef0ea2a704 16:02:08 Step 32/33 : LABEL git_sha=d61ec578008716961dada57dfc7805efd6f9e5ec 16:02:08 ---> Running in b7f713630c35 16:02:10 Removing intermediate container b7f713630c35 16:02:10 ---> 1dbd602ed20c 16:02:10 Step 33/33 : LABEL version=0.0.0 16:02:10 ---> Running in 7d1753b73c91 16:02:11 Removing intermediate container b9626e6b0d3a 16:02:11 ---> 15f9461c172a 16:02:11 16:02:11 Step 10/24 : FROM alpine:3.17 16:02:11 ---> d74e625d9115 16:02:11 Step 11/24 : RUN apk add --update --no-cache dumb-init 16:02:11 Removing intermediate container 7d1753b73c91 16:02:11 ---> 963fd14c8882 16:02:11 16:02:11 ---> Running in b022eb3b57e8 16:02:11 Successfully built 963fd14c8882 16:02:11 Successfully tagged security-bootstrapper-arm64:latest 16:02:11  Building security-bootstrapper ... done Building support-scheduler 16:02:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 16:02:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 16:02:15 (1/1) Installing dumb-init (1.2.5-r2) 16:02:15 Executing busybox-1.35.0-r29.trigger 16:02:15 OK: 8 MiB in 16 packages 16:02:18 Removing intermediate container b022eb3b57e8 16:02:18 ---> 5205997c3c6e 16:02:18 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:02:18 ---> Running in 0016cb2c26dd 16:02:18 Removing intermediate container 0016cb2c26dd 16:02:18 ---> 34b0a1de78de 16:02:18 Step 13/24 : ENV APP_PORT=59882 16:02:18 ---> Running in 98412926170e 16:02:19 Removing intermediate container 98412926170e 16:02:19 ---> 2e350f1e0e8c 16:02:19 Step 14/24 : EXPOSE $APP_PORT 16:02:19 ---> Running in 662446934bf8 16:02:20 Removing intermediate container 662446934bf8 16:02:20 ---> a74faa110fbf 16:02:20 Step 15/24 : WORKDIR / 16:02:20 ---> Running in 8267dd48bccc 16:02:21 Removing intermediate container 8267dd48bccc 16:02:21 ---> ea7046f60b88 16:02:21 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 16:02:23 ---> 56d74ab9a4fe 16:02:23 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 16:02:25 ---> ee18a26f5ee9 16:02:25 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:02:29 ---> 7635d3331ff6 16:02:29 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:02:31 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 16:02:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:02:31 ---> f3497487a33f 16:02:31 Step 3/23 : ARG ADD_BUILD_TAGS="" 16:02:31 ---> Using cache 16:02:31 ---> 241ef6c1863a 16:02:31 Step 4/23 : WORKDIR /edgex-go 16:02:31 ---> Using cache 16:02:31 ---> 83ad33ad471c 16:02:31 Step 5/23 : RUN apk add --update --no-cache make git 16:02:31 ---> Using cache 16:02:31 ---> c329a75f8dac 16:02:31 Step 6/23 : COPY go.mod vendor* ./ 16:02:31 ---> Using cache 16:02:31 ---> 7bcf295a3358 16:02:31 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:02:31 ---> Using cache 16:02:31 ---> 574340cbd6ea 16:02:31 Step 8/23 : COPY . . 16:02:31 ---> Using cache 16:02:31 ---> 93c6cd4ae112 16:02:31 ---> 265c923859ef 16:02:31 Step 20/24 : ENTRYPOINT ["/core-command"] 16:02:31 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 16:02:31 ---> Running in cf22661962c1 16:02:31 ---> Running in 30cf4f844786 16:02:32 Removing intermediate container 30cf4f844786 16:02:32 ---> aaf180d34baf 16:02:32 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:02:32 ---> Running in 63225b29b475 16:02:33 Removing intermediate container 63225b29b475 16:02:33 ---> b70e94967969 16:02:33 Step 22/24 : LABEL arch=arm64 16:02:33 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:02:33 ---> Running in e21c37bdcd34 16:02:36 Removing intermediate container e21c37bdcd34 16:02:36 ---> 579d8d62e002 16:02:36 Step 23/24 : LABEL git_sha=d61ec578008716961dada57dfc7805efd6f9e5ec 16:02:36 ---> Running in ed6b2de1265c 16:02:37 Removing intermediate container ed6b2de1265c 16:02:37 ---> 84b86f766ed9 16:02:37 Step 24/24 : LABEL version=0.0.0 16:02:37 ---> Running in 66d8f9a521f1 16:02:38 Removing intermediate container 66d8f9a521f1 16:02:38 ---> 4482f5f8eda2 16:02:38 16:02:38 Successfully built 4482f5f8eda2 16:02:38 Successfully tagged core-command-arm64:latest 16:02:39 Building support-notifications 16:02:40  Building core-command ... done Removing intermediate container e41dc03f9357 16:02:40 ---> 58ef0bd62370 16:02:40 16:02:40 Step 10/23 : FROM alpine:3.17 16:02:40 ---> d74e625d9115 16:02:40 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:02:40 ---> Running in 4fe21e392082 16:02:40 Removing intermediate container 8119296605cb 16:02:40 ---> 007283d4b082 16:02:40 16:02:40 Step 10/25 : FROM alpine:3.17 16:02:40 ---> d74e625d9115 16:02:40 Step 11/25 : RUN apk add --update --no-cache dumb-init 16:02:40 ---> Using cache 16:02:40 ---> 5205997c3c6e 16:02:40 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:02:40 ---> Using cache 16:02:40 ---> 34b0a1de78de 16:02:40 Step 13/25 : ENV APP_PORT=59881 16:02:41 ---> Running in 235bed85315f 16:02:41 Removing intermediate container 4fe21e392082 16:02:41 ---> 2ab0d08b6f22 16:02:41 Step 12/23 : ENV APP_PORT=59880 16:02:41 ---> Running in 781873d9d87f 16:02:41 Removing intermediate container 235bed85315f 16:02:41 ---> 3e664a5c7903 16:02:41 Step 14/25 : EXPOSE $APP_PORT 16:02:42 ---> Running in 1dcf58923274 16:02:42 Removing intermediate container 781873d9d87f 16:02:42 ---> f72080b633d5 16:02:42 Step 13/23 : EXPOSE $APP_PORT 16:02:42 Removing intermediate container 1dcf58923274 16:02:42 ---> c465013430e9 16:02:42 Step 15/25 : WORKDIR / 16:02:42 ---> Running in 0d2273159212 16:02:42 ---> Running in e67d64122536 16:02:43 Removing intermediate container e67d64122536 16:02:43 ---> a2f09437495e 16:02:43 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 16:02:43 Removing intermediate container 0d2273159212 16:02:43 ---> 037b55637351 16:02:43 Step 14/23 : RUN apk add --update --no-cache dumb-init 16:02:43 ---> Running in 47e3d3ebca52 16:02:44 ---> cf15ae13a28a 16:02:44 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 16:02:45 ---> 5216c585d333 16:02:45 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:02:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 16:02:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 16:02:48 (1/1) Installing dumb-init (1.2.5-r2) 16:02:48 Executing busybox-1.35.0-r29.trigger 16:02:48 OK: 8 MiB in 16 packages 16:02:48 ---> 9cb8311a24e0 16:02:48 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:02:50 Removing intermediate container 47e3d3ebca52 16:02:50 ---> b90bce71e5ab 16:02:50 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:02:50 ---> 262a17fd1f9e 16:02:50 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 16:02:51 ---> ff8bb4be1233 16:02:51 Step 21/25 : ENTRYPOINT ["/core-metadata"] 16:02:51 ---> b2f3429f6a70 16:02:51 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 16:02:51 ---> Running in 470a25b10244 16:02:52 Removing intermediate container 470a25b10244 16:02:52 ---> 2242666a58a0 16:02:52 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:02:52 ---> Running in 578b37489820 16:02:52 ---> 8c7366285d92 16:02:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:02:53 Removing intermediate container 578b37489820 16:02:53 ---> 7e172bc8c7a1 16:02:53 Step 23/25 : LABEL arch=arm64 16:02:53 ---> Running in 17a5ad643594 16:02:54 Removing intermediate container 17a5ad643594 16:02:54 ---> be373bd15153 16:02:54 Step 24/25 : LABEL git_sha=d61ec578008716961dada57dfc7805efd6f9e5ec 16:02:54 ---> Running in 2de39860eca0 16:02:55 Removing intermediate container 2de39860eca0 16:02:55 ---> d52f4fa5d41b 16:02:55 Step 25/25 : LABEL version=0.0.0 16:02:55 ---> Running in 93f2fa491ac5 16:02:56 ---> da54f5c1fc37 16:02:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:02:56 Removing intermediate container 93f2fa491ac5 16:02:56 ---> 21e4082c0542 16:02:56 16:02:56 Successfully built 21e4082c0542 16:02:56 Successfully tagged core-metadata-arm64:latest 16:02:56 Building security-spire-config 16:02:57  Building core-metadata ... done  ---> 2e0c797049d4 16:02:57 Step 19/23 : ENTRYPOINT ["/core-data"] 16:02:57 ---> Running in 906e947f80a1 16:02:57 Removing intermediate container 906e947f80a1 16:02:57 ---> 0ac3c747c3cb 16:02:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:02:58 ---> Running in e8bcddd17380 16:02:58 Removing intermediate container e8bcddd17380 16:02:58 ---> 0eb8f0d5da96 16:02:58 Step 21/23 : LABEL arch=arm64 16:02:59 ---> Running in cfe238061d04 16:02:59 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 16:02:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:02:59 ---> f3497487a33f 16:02:59 Step 3/23 : ARG ADD_BUILD_TAGS="" 16:02:59 ---> Using cache 16:02:59 ---> 241ef6c1863a 16:02:59 Step 4/23 : WORKDIR /edgex-go 16:02:59 ---> Using cache 16:02:59 ---> 83ad33ad471c 16:02:59 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 16:02:59 ---> Running in 9b6593b4c5ae 16:03:02 Removing intermediate container cfe238061d04 16:03:02 ---> 971d465cd7e3 16:03:02 Step 22/23 : LABEL git_sha=d61ec578008716961dada57dfc7805efd6f9e5ec 16:03:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 16:03:02 ---> Running in 6d59b06eae35 16:03:03 Removing intermediate container 6d59b06eae35 16:03:03 ---> 640225c4f602 16:03:03 Step 23/23 : LABEL version=0.0.0 16:03:03 ---> Running in 54200807d8ac 16:03:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 16:03:03 Removing intermediate container 54200807d8ac 16:03:03 ---> dc2728310e8a 16:03:03 16:03:04 Successfully built dc2728310e8a 16:03:04 Successfully tagged core-data-arm64:latest 16:03:04 Building security-secretstore-setup 16:03:04  Building core-data ... done OK: 263 MiB in 53 packages 16:03:06 Removing intermediate container 9b6593b4c5ae 16:03:06 ---> d26c3f1e5e0d 16:03:06 Step 6/23 : COPY go.mod vendor* ./ 16:03:07 ---> 3d5f1fb6dee5 16:03:07 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:03:07 ---> Running in 07959a347229 16:03:17 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 16:03:17 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:03:17 ---> f3497487a33f 16:03:17 Step 3/26 : WORKDIR /edgex-go 16:03:17 ---> Using cache 16:03:17 ---> a444d9ca9372 16:03:17 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 16:03:17 ---> Running in 60e425f73dcc 16:03:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 16:03:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 16:03:21 OK: 263 MiB in 53 packages 16:03:24 Removing intermediate container 60e425f73dcc 16:03:24 ---> f201b4e039ef 16:03:24 Step 5/26 : COPY go.mod vendor* ./ 16:03:27 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 16:03:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:03:27 ---> f3497487a33f 16:03:27 Step 3/24 : WORKDIR /edgex-go 16:03:27 ---> Using cache 16:03:27 ---> a444d9ca9372 16:03:27 Step 4/24 : RUN apk add --update --no-cache make git 16:03:27 ---> Using cache 16:03:27 ---> c14c2916491a 16:03:27 Step 5/24 : COPY go.mod vendor* ./ 16:03:27 ---> Using cache 16:03:27 ---> 34e3f56e6a50 16:03:27 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:03:27 ---> Using cache 16:03:27 ---> 73d1f9a251d9 16:03:27 Step 7/24 : COPY . . 16:03:27 ---> Using cache 16:03:27 ---> 1eb9228af3ef 16:03:27 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:03:28 ---> bb196faca61d 16:03:28 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:03:28 ---> Running in 922af9a1315f 16:03:28 ---> Running in 50bed3edd01d 16:03:29 Removing intermediate container 8b33793b2feb 16:03:29 ---> 1a0598c093d5 16:03:29 16:03:29 Step 9/20 : FROM alpine:3.17 16:03:29 ---> d74e625d9115 16:03:29 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 16:03:29 ---> Using cache 16:03:29 ---> 4309464330f2 16:03:29 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 16:03:29 ---> Running in b9b55d0d11bb 16:03:31 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 16:03:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 16:03:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 16:03:35 v3.17.2-198-g6a811fdf549 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 16:03:35 v3.17.2-198-g6a811fdf549 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 16:03:35 OK: 17683 distinct packages available 16:03:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 16:03:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 16:03:37 (1/9) Installing ca-certificates (20220614-r4) 16:03:37 (2/9) Installing brotli-libs (1.0.9-r9) 16:03:37 (3/9) Installing nghttp2-libs (1.51.0-r0) 16:03:37 (4/9) Installing libcurl (7.88.1-r0) 16:03:37 (5/9) Installing curl (7.88.1-r0) 16:03:37 (6/9) Installing dumb-init (1.2.5-r2) 16:03:37 (7/9) Installing musl-obstack (1.2.3-r0) 16:03:37 (8/9) Installing libucontext (1.2-r0) 16:03:37 (9/9) Installing gcompat (1.1.0-r0) 16:03:37 Executing busybox-1.35.0-r29.trigger 16:03:37 Executing ca-certificates-20220614-r4.trigger 16:03:38 OK: 11 MiB in 24 packages 16:03:41 Removing intermediate container b9b55d0d11bb 16:03:41 ---> d29e0090c373 16:03:41 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 16:03:42 ---> fd0e1f87d442 16:03:42 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 16:03:43 ---> 48b1e6a98cee 16:03:43 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 16:03:46 ---> 3e23dbffe72a 16:03:46 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 16:03:46 ---> 71562c92adff 16:03:46 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 16:03:46 ---> Running in 8cf765c7d5ff 16:03:47 Removing intermediate container 8cf765c7d5ff 16:03:47 ---> 6408f2d884dc 16:03:47 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:03:47 ---> Running in f13ea66ed64d 16:03:48 Removing intermediate container f13ea66ed64d 16:03:48 ---> 559ce115b2ee 16:03:48 Step 18/20 : LABEL arch=arm64 16:03:48 ---> Running in d550bd032250 16:03:48 Removing intermediate container d550bd032250 16:03:48 ---> 96a6d1a55a7b 16:03:48 Step 19/20 : LABEL git_sha=d61ec578008716961dada57dfc7805efd6f9e5ec 16:03:49 ---> Running in 680b5f8d77ef 16:03:49 Removing intermediate container 680b5f8d77ef 16:03:49 ---> 5974bb9506fd 16:03:49 Step 20/20 : LABEL version=0.0.0 16:03:49 ---> Running in 7a6cda446efb 16:03:50 Removing intermediate container 7a6cda446efb 16:03:50 ---> 9b6d99df0aac 16:03:50 16:03:50 Successfully built 9b6d99df0aac 16:03:50 Successfully tagged security-spiffe-token-provider-arm64:latest 16:03:50  Building security-spiffe-token-provider ... done Building security-spire-server 16:04:08 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 16:04:08 Step 2/25 : FROM ${BUILDER_BASE} AS builder 16:04:08 ---> f3497487a33f 16:04:08 Step 3/25 : WORKDIR /edgex-go 16:04:08 ---> Using cache 16:04:08 ---> a444d9ca9372 16:04:08 Step 4/25 : RUN apk add --update --no-cache make git build-base curl 16:04:08 ---> Using cache 16:04:08 ---> f201b4e039ef 16:04:08 Step 5/25 : COPY go.mod vendor* ./ 16:04:08 ---> Using cache 16:04:08 ---> bb196faca61d 16:04:08 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:04:08 ---> Running in 9ae8b56ec54d 16:04:47 Removing intermediate container 07959a347229 16:04:47 ---> 50a6399ac025 16:04:47 Step 8/23 : COPY . . 16:05:09 ---> 9a2ae7dc61b8 16:05:09 Step 9/23 : RUN make cmd/support-notifications/support-notifications 16:05:09 ---> Running in dbae5be8e9d6 16:05:11 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 16:05:26 Removing intermediate container 50bed3edd01d 16:05:26 ---> c22ed503f027 16:05:26 Step 7/26 : COPY . . 16:05:48 ---> f1f5a6c8ce82 16:05:48 Step 8/26 : ARG SPIRE_RELEASE=1.2.1 16:05:48 ---> Running in f77258e22634 16:05:48 Removing intermediate container f77258e22634 16:05:48 ---> 9276855cc350 16:05:48 Step 9/26 : WORKDIR /edgex-go/spire-build 16:05:48 ---> Running in e73bf9b46f77 16:05:48 Removing intermediate container e73bf9b46f77 16:05:48 ---> e3b95fe7b645 16:05:48 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 16:05:48 ---> Running in 836f1f22c534 16:05:49 Removing intermediate container 836f1f22c534 16:05:49 ---> 3cc6cfa32306 16:05:49 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 16:05:49 ---> Running in 9e372df86b7c 16:05:52 Removing intermediate container 9ae8b56ec54d 16:05:52 ---> be6cebc223fb 16:05:52 Step 7/25 : COPY . . 16:05:53 Removing intermediate container 9e372df86b7c 16:05:53 ---> ecb54e5c68c1 16:05:53 Step 12/26 : WORKDIR /edgex-go 16:05:53 ---> Running in b46eaeeb3fb5 16:05:57 Removing intermediate container b46eaeeb3fb5 16:05:57 ---> 197541ed0ad9 16:05:57 16:05:57 Step 13/26 : FROM alpine:3.17 16:05:57 ---> d74e625d9115 16:05:57 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 16:05:57 ---> Using cache 16:05:57 ---> 4309464330f2 16:05:57 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 16:05:57 ---> Running in 9e1bc0495a0f 16:06:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 16:06:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 16:06:02 v3.17.2-198-g6a811fdf549 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 16:06:02 v3.17.2-198-g6a811fdf549 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 16:06:02 OK: 17683 distinct packages available 16:06:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 16:06:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 16:06:05 (1/4) Installing dumb-init (1.2.5-r2) 16:06:05 (2/4) Installing musl-obstack (1.2.3-r0) 16:06:05 (3/4) Installing libucontext (1.2-r0) 16:06:05 (4/4) Installing gcompat (1.1.0-r0) 16:06:05 Executing busybox-1.35.0-r29.trigger 16:06:05 OK: 8 MiB in 19 packages 16:06:07 ---> 196528bdf71c 16:06:07 Step 8/25 : ARG SPIRE_RELEASE=1.2.1 16:06:10 ---> Running in 2ede973599a0 16:06:10 Removing intermediate container 9e1bc0495a0f 16:06:10 ---> 816357e120b7 16:06:10 Step 16/26 : COPY --from=builder /edgex-go/security.txt / 16:06:11 Removing intermediate container 2ede973599a0 16:06:11 ---> e7d006f5796f 16:06:11 Step 9/25 : WORKDIR /edgex-go/spire-build 16:06:11 ---> Running in 39d4b85c8ac9 16:06:11 ---> 423b8a8a9d20 16:06:11 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 16:06:12 Removing intermediate container 39d4b85c8ac9 16:06:12 ---> dde17112c7cb 16:06:12 Step 10/25 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 16:06:12 ---> Running in 26c4275190b8 16:06:13 Removing intermediate container 26c4275190b8 16:06:13 ---> 652b6b97d074 16:06:13 Step 11/25 : 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 16:06:13 ---> Running in 1d6d0d5b0e18 16:06:17 Removing intermediate container 1d6d0d5b0e18 16:06:17 ---> d989af869d0e 16:06:17 Step 12/25 : WORKDIR /edgex-go 16:06:17 ---> Running in 4eeab5fab772 16:06:17 Removing intermediate container 4eeab5fab772 16:06:17 ---> 78d0bdf8c4d4 16:06:17 16:06:17 Step 13/25 : FROM alpine:3.17 16:06:17 ---> d74e625d9115 16:06:17 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 16:06:17 ---> Using cache 16:06:17 ---> 4309464330f2 16:06:17 Step 15/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 16:06:18 ---> Running in d85151414137 16:06:20 ---> f1f5675dc2ee 16:06:20 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 16:06:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 16:06:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 16:06:22 v3.17.2-198-g6a811fdf549 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 16:06:22 v3.17.2-198-g6a811fdf549 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 16:06:22 OK: 17683 distinct packages available 16:06:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 16:06:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 16:06:24 ---> 8c5b71b3518a 16:06:24 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 16:06:24 ---> Running in 3b381d5c94cb 16:06:24 Removing intermediate container 3b381d5c94cb 16:06:24 ---> 0abc0ef978c4 16:06:24 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 16:06:25 (1/5) Installing dumb-init (1.2.5-r2) 16:06:25 (2/5) Installing musl-obstack (1.2.3-r0) 16:06:25 (3/5) Installing libucontext (1.2-r0) 16:06:25 (4/5) Installing gcompat (1.1.0-r0) 16:06:25 (5/5) Installing openssl (3.0.8-r0) 16:06:25 Executing busybox-1.35.0-r29.trigger 16:06:25 OK: 9 MiB in 20 packages 16:06:25 ---> 0c70ef52bec7 16:06:25 Step 21/26 : WORKDIR / 16:06:26 ---> Running in d3b91dabdd4b 16:06:27 Removing intermediate container d3b91dabdd4b 16:06:27 ---> 465896ff4703 16:06:27 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 16:06:27 ---> Running in 35d0f8abf33b 16:06:27 Removing intermediate container d85151414137 16:06:27 ---> 75ce289e2348 16:06:27 Step 16/25 : COPY --from=builder /edgex-go/security.txt / 16:06:28 Removing intermediate container 35d0f8abf33b 16:06:28 ---> 33a0150255f7 16:06:28 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 16:06:28 ---> Running in 0b02d13e5b9b 16:06:28 ---> 680bc8b2517a 16:06:28 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 16:06:28 Removing intermediate container 0b02d13e5b9b 16:06:28 ---> 1b29f7ba869f 16:06:28 Step 24/26 : LABEL arch=arm64 16:06:28 ---> Running in 91af50f153cd 16:06:29 Removing intermediate container 91af50f153cd 16:06:29 ---> 29d1dc87214c 16:06:29 Step 25/26 : LABEL git_sha=d61ec578008716961dada57dfc7805efd6f9e5ec 16:06:29 ---> Running in e6a9a78b4c48 16:06:30 Removing intermediate container e6a9a78b4c48 16:06:30 ---> a6ccefd73375 16:06:30 Step 26/26 : LABEL version=0.0.0 16:06:30 ---> Running in b8d1bd3e0255 16:06:31 Removing intermediate container b8d1bd3e0255 16:06:31 ---> a240f371a89f 16:06:31 16:06:31 Successfully built a240f371a89f 16:06:31 Successfully tagged security-spire-config-arm64:latest 16:06:31 Building security-proxy-setup 16:06:37  Building security-spire-config ... done  ---> 11e9eec59c1e 16:06:37 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 16:06:37 ---> a2381d630401 16:06:37 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 16:06:37 ---> a546f7751df8 16:06:37 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 16:06:38 ---> 4bbd53fce315 16:06:38 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 16:06:38 ---> Running in 7b8b83bd344b 16:06:39 Removing intermediate container 7b8b83bd344b 16:06:39 ---> 20f8d3cc8d2d 16:06:39 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 16:06:39 ---> Running in 9e9143a951ad 16:06:40 Removing intermediate container 9e9143a951ad 16:06:40 ---> 2408c022367f 16:06:40 Step 23/25 : LABEL arch=arm64 16:06:40 ---> Running in b5ab00fc4d97 16:06:41 Removing intermediate container b5ab00fc4d97 16:06:41 ---> 8b6631ddd6d2 16:06:41 Step 24/25 : LABEL git_sha=d61ec578008716961dada57dfc7805efd6f9e5ec 16:06:41 ---> Running in f05cc0dbcf4e 16:06:42 Removing intermediate container f05cc0dbcf4e 16:06:42 ---> 7e24739b3518 16:06:42 Step 25/25 : LABEL version=0.0.0 16:06:42 ---> Running in e184f8540172 16:06:42 Removing intermediate container e184f8540172 16:06:42 ---> 7cabbc32120f 16:06:42 16:06:43 Successfully built 7cabbc32120f 16:06:43 Successfully tagged security-spire-server-arm64:latest 16:06:43  Building security-spire-server ... done Building core-common-config-bootstrapper 16:06:55 Step 1/21 : ARG BUILDER_BASE=golang:1.20-alpine3.17 16:06:55 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:06:55 ---> f3497487a33f 16:06:55 Step 3/21 : WORKDIR /edgex-go 16:06:55 ---> Using cache 16:06:55 ---> a444d9ca9372 16:06:55 Step 4/21 : RUN apk add --update --no-cache make git 16:06:55 ---> Using cache 16:06:55 ---> c14c2916491a 16:06:55 Step 5/21 : COPY go.mod vendor* ./ 16:06:55 ---> Using cache 16:06:55 ---> 34e3f56e6a50 16:06:55 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:06:55 ---> Using cache 16:06:55 ---> 73d1f9a251d9 16:06:55 Step 7/21 : COPY . . 16:06:55 ---> Using cache 16:06:55 ---> 1eb9228af3ef 16:06:55 Step 8/21 : RUN make cmd/secrets-config/secrets-config 16:06:56 ---> Running in 7f54ffcce5d3 16:06:58 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 16:07:06 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 16:07:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:07:06 ---> f3497487a33f 16:07:06 Step 3/23 : ARG ADD_BUILD_TAGS="" 16:07:06 ---> Using cache 16:07:06 ---> 241ef6c1863a 16:07:06 Step 4/23 : WORKDIR /edgex-go 16:07:06 ---> Using cache 16:07:06 ---> 83ad33ad471c 16:07:06 Step 5/23 : RUN apk add --update --no-cache make git 16:07:06 ---> Using cache 16:07:06 ---> c329a75f8dac 16:07:06 Step 6/23 : COPY go.mod vendor* ./ 16:07:06 ---> Using cache 16:07:06 ---> 7bcf295a3358 16:07:06 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:07:06 ---> Using cache 16:07:06 ---> 574340cbd6ea 16:07:06 Step 8/23 : COPY . . 16:07:06 ---> Using cache 16:07:06 ---> 93c6cd4ae112 16:07:06 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 16:07:06 ---> Running in d9043a40f755 16:07:08 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 16:09: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-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:09:48 Removing intermediate container 922af9a1315f 16:09:48 ---> a067d029ca13 16:09:48 16:09:48 Step 9/24 : FROM alpine:3.17 16:09:48 ---> d74e625d9115 16:09:48 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 16:09:48 ---> Running in 7d3f622a7eae 16:09:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 16:09:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 16:09:50 (1/3) Installing ca-certificates (20220614-r4) 16:09:50 (2/3) Installing dumb-init (1.2.5-r2) 16:09:50 (3/3) Installing su-exec (0.2-r2) 16:09:50 Executing busybox-1.35.0-r29.trigger 16:09:50 Executing ca-certificates-20220614-r4.trigger 16:09:51 OK: 8 MiB in 18 packages 16:09:54 Removing intermediate container 7d3f622a7eae 16:09:54 ---> a08dc11c6492 16:09:54 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:09:54 ---> Running in 8fe7152469c1 16:09:55 Removing intermediate container 8fe7152469c1 16:09:55 ---> aba6e8ecd8e9 16:09:55 Step 12/24 : WORKDIR / 16:09:55 ---> Running in 502e24c6f615 16:09:56 Removing intermediate container 502e24c6f615 16:09:56 ---> 376e29faaa97 16:09:56 Step 13/24 : COPY --from=builder /edgex-go/security.txt / 16:09:57 ---> 25c1e956dc7b 16:09:57 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:09:58 ---> 20776e01aef1 16:09:58 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:09:58 ---> 7bbd67236113 16:09:58 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:09:59 ---> 6667277de22f 16:09:59 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:10:01 ---> 72bc860af416 16:10:01 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:10:03 ---> b8c9b9759778 16:10:03 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:10:06 ---> ea59108461ec 16:10:06 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:10:06 ---> Running in 1e1fa184431e 16:10:09 Removing intermediate container 1e1fa184431e 16:10:09 ---> 20971ca0f720 16:10:09 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:10:09 ---> Running in 44b9d2dd6c00 16:10:10 Removing intermediate container 44b9d2dd6c00 16:10:10 ---> f6ac9b95d7b2 16:10:10 Step 22/24 : LABEL arch=arm64 16:10:10 ---> Running in 22510dde4d36 16:10:10 Removing intermediate container 22510dde4d36 16:10:10 ---> ff4fbf83c565 16:10:10 Step 23/24 : LABEL git_sha=d61ec578008716961dada57dfc7805efd6f9e5ec 16:10:10 ---> Running in a50a479ebbd3 16:10:11 Removing intermediate container a50a479ebbd3 16:10:11 ---> 87cc32b3c2fc 16:10:11 Step 24/24 : LABEL version=0.0.0 16:10:11 ---> Running in 947dd7096950 16:10:11 Removing intermediate container 947dd7096950 16:10:11 ---> ccc36f1a2073 16:10:11 16:10:11 Successfully built ccc36f1a2073 16:10:11 Successfully tagged security-secretstore-setup-arm64:latest 16:10:11  Building security-secretstore-setup ... done Building security-proxy-auth 16:10:26 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 16:10:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:10:26 ---> f3497487a33f 16:10:26 Step 3/23 : ARG ADD_BUILD_TAGS="" 16:10:26 ---> Using cache 16:10:26 ---> 241ef6c1863a 16:10:26 Step 4/23 : WORKDIR /edgex-go 16:10:26 ---> Using cache 16:10:26 ---> 83ad33ad471c 16:10:26 Step 5/23 : RUN apk add --update --no-cache make git 16:10:26 ---> Using cache 16:10:26 ---> c329a75f8dac 16:10:26 Step 6/23 : COPY go.mod vendor* ./ 16:10:26 ---> Using cache 16:10:26 ---> 7bcf295a3358 16:10:26 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:10:26 ---> Using cache 16:10:26 ---> 574340cbd6ea 16:10:26 Step 8/23 : COPY . . 16:10:26 ---> Using cache 16:10:26 ---> 93c6cd4ae112 16:10:26 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 16:10:27 ---> Running in 0a6dd3bf3d18 16:10: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 16:12:06 Removing intermediate container cf22661962c1 16:12:06 ---> 3d47afe4f7ef 16:12:06 16:12:06 Step 10/23 : FROM alpine:3.17 16:12:06 ---> d74e625d9115 16:12:06 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:12:06 ---> Using cache 16:12:06 ---> 5205997c3c6e 16:12:06 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:12:06 ---> Using cache 16:12:06 ---> 34b0a1de78de 16:12:06 Step 13/23 : ENV APP_PORT=59861 16:12:06 ---> Running in b935003b565a 16:12:06 Removing intermediate container b935003b565a 16:12:06 ---> dcc3837dbff7 16:12:06 Step 14/23 : EXPOSE $APP_PORT 16:12:06 ---> Running in 936c473f0e81 16:12:06 Removing intermediate container 936c473f0e81 16:12:06 ---> f2042fa4eb4d 16:12:06 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:12:06 ---> a5f32f0bfe40 16:12:06 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 16:12:06 ---> d4fb771969db 16:12:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:12:08 ---> 87ac1b920132 16:12:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:12:08 ---> 963a6c7df768 16:12:08 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 16:12:08 ---> Running in 7679a10f88f4 16:12:09 Removing intermediate container 7679a10f88f4 16:12:09 ---> 75e08786acd0 16:12:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:12:09 ---> Running in 89085ebf7d4c 16:12:10 Removing intermediate container 89085ebf7d4c 16:12:10 ---> fb41217d9469 16:12:10 Step 21/23 : LABEL arch=arm64 16:12:10 ---> Running in 314b30ec77ff 16:12:10 Removing intermediate container 314b30ec77ff 16:12:10 ---> f1904ea694cf 16:12:10 Step 22/23 : LABEL git_sha=d61ec578008716961dada57dfc7805efd6f9e5ec 16:12:10 ---> Running in 4daa69afc3e5 16:12:11 Removing intermediate container 4daa69afc3e5 16:12:11 ---> aeffd1e4e6d5 16:12:11 Step 23/23 : LABEL version=0.0.0 16:12:11 ---> Running in 44c28596778e 16:12:12 Removing intermediate container 44c28596778e 16:12:12 ---> 173b2d3056da 16:12:12 16:12:12 Successfully built 173b2d3056da 16:12:12 Successfully tagged support-scheduler-arm64:latest 16:12:12 Building security-spire-agent 16:12:30  Building support-scheduler ... done Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 16:12:30 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:12:30 ---> f3497487a33f 16:12:30 Step 3/26 : WORKDIR /edgex-go 16:12:30 ---> Using cache 16:12:30 ---> a444d9ca9372 16:12:30 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 16:12:30 ---> Using cache 16:12:30 ---> f201b4e039ef 16:12:30 Step 5/26 : COPY go.mod vendor* ./ 16:12:30 ---> Using cache 16:12:30 ---> bb196faca61d 16:12:30 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:12:30 ---> Using cache 16:12:30 ---> be6cebc223fb 16:12:30 Step 7/26 : COPY . . 16:12:30 ---> Using cache 16:12:30 ---> 196528bdf71c 16:12:30 Step 8/26 : ARG SPIRE_RELEASE=1.2.1 16:12:30 ---> Using cache 16:12:30 ---> e7d006f5796f 16:12:30 Step 9/26 : WORKDIR /edgex-go/spire-build 16:12:30 ---> Using cache 16:12:30 ---> dde17112c7cb 16:12:30 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 16:12:30 ---> Using cache 16:12:30 ---> 652b6b97d074 16:12:30 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 16:12:31 ---> Running in b4eac419454a 16:12:34 Removing intermediate container b4eac419454a 16:12:34 ---> 15e6014d2e37 16:12:34 Step 12/26 : WORKDIR /edgex-go 16:12:34 ---> Running in e88799c18c5a 16:12:35 Removing intermediate container e88799c18c5a 16:12:35 ---> edf3b867eb6d 16:12:35 16:12:35 Step 13/26 : FROM alpine:3.17 16:12:35 ---> d74e625d9115 16:12:35 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 16:12:35 ---> Using cache 16:12:35 ---> 4309464330f2 16:12:35 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 16:12:35 ---> Using cache 16:12:35 ---> 75ce289e2348 16:12:35 Step 16/26 : COPY --from=builder /edgex-go/security.txt / 16:12:35 ---> Using cache 16:12:35 ---> 680bc8b2517a 16:12:35 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 16:12:38 ---> 21a734a63647 16:12:38 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 16:12:45 ---> 3138b3fe1f8d 16:12:45 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 16:12:45 ---> 992712a55b97 16:12:45 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 16:12:46 ---> 957df0a264da 16:12:46 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 16:12:46 ---> a94612d5fa28 16:12:46 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 16:12:47 ---> Running in 3925de855a9a 16:12:47 Removing intermediate container 3925de855a9a 16:12:47 ---> adbae1e2224f 16:12:47 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 16:12:47 ---> Running in efb401e4c1ec 16:12:48 Removing intermediate container efb401e4c1ec 16:12:48 ---> e40212a903f4 16:12:48 Step 24/26 : LABEL arch=arm64 16:12:48 ---> Running in 8dbae10663b3 16:12:48 Removing intermediate container 8dbae10663b3 16:12:48 ---> bd9f2d066bfc 16:12:48 Step 25/26 : LABEL git_sha=d61ec578008716961dada57dfc7805efd6f9e5ec 16:12:48 ---> Running in 5c7dc233a201 16:12:49 Removing intermediate container 5c7dc233a201 16:12:49 ---> 34d093d67277 16:12:49 Step 26/26 : LABEL version=0.0.0 16:12:49 ---> Running in 388726f46355 16:12:49 Removing intermediate container 388726f46355 16:12:49 ---> eb15fb6975aa 16:12:49 16:12:50 Successfully built eb15fb6975aa 16:12:50 Successfully tagged security-spire-agent-arm64:latest 16:13:22  Building security-spire-agent ... done Removing intermediate container 7f54ffcce5d3 16:13:22 ---> e7e2ccb6d0de 16:13:22 16:13:22 Step 9/21 : FROM alpine:3.17 16:13:22 ---> d74e625d9115 16:13:22 Step 10/21 : RUN apk add --update --no-cache dumb-init openssl 16:13:22 ---> Running in e348c68dd515 16:13:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 16:13:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 16:13:25 (1/2) Installing dumb-init (1.2.5-r2) 16:13:25 (2/2) Installing openssl (3.0.8-r0) 16:13:25 Executing busybox-1.35.0-r29.trigger 16:13:25 OK: 8 MiB in 17 packages 16:13:27 Removing intermediate container e348c68dd515 16:13:27 ---> 31871192b674 16:13:27 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 16:13:27 ---> Running in f4f71f2edfc5 16:13:28 Removing intermediate container f4f71f2edfc5 16:13:28 ---> 0281a5dd5e42 16:13:28 Step 12/21 : WORKDIR /edgex 16:13:28 ---> Running in 32022893aa7a 16:13:28 Removing intermediate container 32022893aa7a 16:13:28 ---> 1195dc37c099 16:13:28 Step 13/21 : COPY --from=builder /edgex-go/security.txt / 16:13:29 ---> f90e0ee773f0 16:13:29 Step 14/21 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml 16:13:33 ---> 5d1464145f54 16:13:33 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:13:34 ---> 9426d62d2c17 16:13:34 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 16:13:35 ---> 2d9618abc33d 16:13:35 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:13:35 ---> Running in d104814bbc42 16:13:38 Removing intermediate container d104814bbc42 16:13:38 ---> 4415095ae738 16:13:38 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 16:13:38 ---> Running in 8d45993424b6 16:13:38 Removing intermediate container 8d45993424b6 16:13:38 ---> 22bb5818c9f5 16:13:38 Step 19/21 : LABEL arch=arm64 16:13:38 ---> Running in 5efa06ecd4ff 16:13:39 Removing intermediate container 5efa06ecd4ff 16:13:39 ---> 7e7b6e59e055 16:13:39 Step 20/21 : LABEL git_sha=d61ec578008716961dada57dfc7805efd6f9e5ec 16:13:39 ---> Running in 126f7efc5d69 16:13:40 Removing intermediate container 126f7efc5d69 16:13:40 ---> 865b5b27f77d 16:13:40 Step 21/21 : LABEL version=0.0.0 16:13:40 ---> Running in e6cb7345df7e 16:13:40 Removing intermediate container e6cb7345df7e 16:13:40 ---> a6a1f158cc6d 16:13:40 16:13:41 Successfully built a6a1f158cc6d 16:13:41 Successfully tagged security-proxy-setup-arm64:latest 16:13:56  Building security-proxy-setup ... done Removing intermediate container d9043a40f755 16:13:56 ---> 0dba24a4d1f7 16:13:56 16:13:56 Step 10/23 : FROM alpine:3.17 16:13:56 ---> d74e625d9115 16:13:56 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 16:13:56 ---> Running in d356e8dc917d 16:13:56 Removing intermediate container d356e8dc917d 16:13:56 ---> d9b0654650f6 16:13:56 Step 12/23 : RUN apk add --update --no-cache dumb-init 16:13:56 ---> Running in 1d9ab15f152d 16:14:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 16:14:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 16:14:01 (1/1) Installing dumb-init (1.2.5-r2) 16:14:01 Executing busybox-1.35.0-r29.trigger 16:14:01 OK: 8 MiB in 16 packages 16:14:03 Removing intermediate container 1d9ab15f152d 16:14:03 ---> dd0f91487976 16:14:03 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:14:04 ---> 916ff7b9728b 16:14:04 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 16:14:04 ---> 4a4762a1c18e 16:14:04 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 16:14:06 ---> b7d583d20c72 16:14:06 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 16:14:07 ---> 1263a6000855 16:14:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 16:14:08 ---> 097d09c93bef 16:14:08 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:14:08 ---> Running in 3a3d2edd1c1e 16:14:15 Removing intermediate container 3a3d2edd1c1e 16:14:15 ---> a65e7d7f2f10 16:14:15 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 16:14:15 ---> Running in 5a844e372d11 16:14:15 Removing intermediate container 5a844e372d11 16:14:15 ---> 21650b567b4a 16:14:15 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 16:14:15 ---> Running in f55b55332ffd 16:14:15 Removing intermediate container f55b55332ffd 16:14:15 ---> fe98d803fc99 16:14:15 Step 21/23 : LABEL arch=arm64 16:14:15 ---> Running in e629cb6f2323 16:14:15 Removing intermediate container e629cb6f2323 16:14:15 ---> 78ad497a3d83 16:14:15 Step 22/23 : LABEL git_sha=d61ec578008716961dada57dfc7805efd6f9e5ec 16:14:16 ---> Running in 47a937efe608 16:14:16 Removing intermediate container 47a937efe608 16:14:16 ---> 0d8edc88211c 16:14:16 Step 23/23 : LABEL version=0.0.0 16:14:16 ---> Running in 2d0052eba9aa 16:14:17 Removing intermediate container 2d0052eba9aa 16:14:17 ---> 089b875fc7ed 16:14:17 16:14:17 Successfully built 089b875fc7ed 16:14:17 Successfully tagged core-common-config-bootstrapper-arm64:latest 16:14:35  Building core-common-config-bootstrapper ... done Removing intermediate container dbae5be8e9d6 16:14:35 ---> 54f0d54ebba2 16:14:35 16:14:35 Step 10/23 : FROM alpine:3.17 16:14:35 ---> d74e625d9115 16:14:35 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 16:14:35 ---> Running in 6402935fabb3 16:14:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 16:14:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 16:14:36 (1/2) Installing ca-certificates (20220614-r4) 16:14:36 (2/2) Installing dumb-init (1.2.5-r2) 16:14:36 Executing busybox-1.35.0-r29.trigger 16:14:36 Executing ca-certificates-20220614-r4.trigger 16:14:37 OK: 8 MiB in 17 packages 16:14:40 Removing intermediate container 6402935fabb3 16:14:40 ---> 8f3b14491238 16:14:40 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:14:40 ---> Running in 65577969bb2d 16:14:40 Removing intermediate container 65577969bb2d 16:14:40 ---> 6e6a1d4357e5 16:14:40 Step 13/23 : ENV APP_PORT=59860 16:14:40 ---> Running in 0a2d9d1b8852 16:14:40 Removing intermediate container 0a2d9d1b8852 16:14:40 ---> 1439fbf5ef46 16:14:40 Step 14/23 : EXPOSE $APP_PORT 16:14:41 ---> Running in 753dbecd8f84 16:14:41 Removing intermediate container 753dbecd8f84 16:14:41 ---> 7e5ba78bb738 16:14:41 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:14:41 ---> 24a2028e20cc 16:14:41 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 16:14:42 ---> 24c836ff3395 16:14:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:14:44 ---> 259e6a97c633 16:14:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:14:45 ---> 3054f6a2c0c7 16:14:45 Step 19/23 : ENTRYPOINT ["/support-notifications"] 16:14:45 ---> Running in 908a7e93c0f8 16:14:45 Removing intermediate container 908a7e93c0f8 16:14:45 ---> 22cdb7da7fc0 16:14:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:14:45 ---> Running in d24d9d98afae 16:14:46 Removing intermediate container d24d9d98afae 16:14:46 ---> 06557858b07d 16:14:46 Step 21/23 : LABEL arch=arm64 16:14:46 Removing intermediate container 0a6dd3bf3d18 16:14:46 ---> 0d082e65f449 16:14:46 16:14:46 Step 10/23 : FROM alpine:3.17 16:14:46 ---> d74e625d9115 16:14:46 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 16:14:46 ---> Using cache 16:14:46 ---> d9b0654650f6 16:14:46 Step 12/23 : RUN apk add --update --no-cache dumb-init 16:14:46 ---> Using cache 16:14:46 ---> dd0f91487976 16:14:46 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:14:46 ---> Using cache 16:14:46 ---> 916ff7b9728b 16:14:46 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 16:14:46 ---> Using cache 16:14:46 ---> 4a4762a1c18e 16:14:46 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 16:14:46 ---> Running in c50ec9e9946d 16:14:46 Removing intermediate container c50ec9e9946d 16:14:46 ---> 9df799046503 16:14:46 Step 22/23 : LABEL git_sha=d61ec578008716961dada57dfc7805efd6f9e5ec 16:14:47 ---> Running in f6624312c81f 16:14:47 Removing intermediate container f6624312c81f 16:14:47 ---> 80b3fa5830b5 16:14:47 Step 23/23 : LABEL version=0.0.0 16:14:47 ---> Running in 089897664f7c 16:14:47 ---> 9beb129c73ae 16:14:47 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml 16:14:47 Removing intermediate container 089897664f7c 16:14:47 ---> a64ca98a74e0 16:14:47 16:14:48 Successfully built a64ca98a74e0 16:14:48 Successfully tagged support-notifications-arm64:latest 16:14:48  Building support-notifications ... done  ---> 50d3c13f4c5a 16:14:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 16:14:48 ---> 0baa72e88fb4 16:14:48 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:14:48 ---> Running in 19fd90125e8e 16:14:50 Removing intermediate container 19fd90125e8e 16:14:50 ---> f5dba1ff8a1e 16:14:50 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 16:14:50 ---> Running in 88de001b6e90 16:14:50 Removing intermediate container 88de001b6e90 16:14:50 ---> 54fdc6d9d5cc 16:14:50 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 16:14:50 ---> Running in 0183bbedd435 16:14:50 Removing intermediate container 0183bbedd435 16:14:50 ---> bd40c59858d9 16:14:50 Step 21/23 : LABEL arch=arm64 16:14:51 ---> Running in 9edb98c9eabf 16:14:53 Removing intermediate container 9edb98c9eabf 16:14:53 ---> d39efa87a8b3 16:14:53 Step 22/23 : LABEL git_sha=d61ec578008716961dada57dfc7805efd6f9e5ec 16:14:53 ---> Running in ad78bfec04a8 16:14:53 Removing intermediate container ad78bfec04a8 16:14:53 ---> 40bd69b7d6f3 16:14:53 Step 23/23 : LABEL version=0.0.0 16:14:53 ---> Running in aeeaab8ad007 16:14:54 Removing intermediate container aeeaab8ad007 16:14:54 ---> c0b0c6f5aa31 16:14:54 16:14:54 Successfully built c0b0c6f5aa31 16:14:54 Successfully tagged security-proxy-auth-arm64:latest 16:14:54  Building security-proxy-auth ... done  [Pipeline] } 16:14:54 $ docker stop --time=1 a18b0df5ad58c1cb809dfce8c23c3efb8ea63f6a67f752c60bbbd2f45de49ad7 16:14:56 $ docker rm -f --volumes a18b0df5ad58c1cb809dfce8c23c3efb8ea63f6a67f752c60bbbd2f45de49ad7 [Pipeline] // withDockerContainer [Pipeline] sh 16:14:56 + docker images 16:14:57 REPOSITORY TAG IMAGE ID CREATED SIZE 16:14:57 security-proxy-auth-arm64 latest c0b0c6f5aa31 3 seconds ago 18.2MB 16:14:57 support-notifications-arm64 latest a64ca98a74e0 9 seconds ago 32.5MB 16:14:57 0d082e65f449 11 seconds ago 1.47GB 16:14:57 54f0d54ebba2 25 seconds ago 1.56GB 16:14:57 core-common-config-bootstrapper-arm64 latest 089b875fc7ed 40 seconds ago 17.4MB 16:14:57 0dba24a4d1f7 About a minute ago 1.48GB 16:14:57 security-proxy-setup-arm64 latest a6a1f158cc6d About a minute ago 18.6MB 16:14:57 e7e2ccb6d0de About a minute ago 1.47GB 16:14:57 security-spire-agent-arm64 latest eb15fb6975aa 2 minutes ago 125MB 16:14:57 edf3b867eb6d 2 minutes ago 1.35GB 16:14:57 support-scheduler-arm64 latest 173b2d3056da 2 minutes ago 31.8MB 16:14:57 3d47afe4f7ef 2 minutes ago 1.56GB 16:14:57 security-secretstore-setup-arm64 latest ccc36f1a2073 4 minutes ago 32MB 16:14:57 a067d029ca13 5 minutes ago 1.48GB 16:14:57 security-spire-server-arm64 latest 7cabbc32120f 8 minutes ago 87.1MB 16:14:57 security-spire-config-arm64 latest a240f371a89f 8 minutes ago 86.2MB 16:14:57 78d0bdf8c4d4 8 minutes ago 1.35GB 16:14:57 197541ed0ad9 9 minutes ago 1.35GB 16:14:57 security-spiffe-token-provider-arm64 latest 9b6d99df0aac 11 minutes ago 32.6MB 16:14:57 1a0598c093d5 11 minutes ago 1.53GB 16:14:57 core-data-arm64 latest dc2728310e8a 11 minutes ago 19.9MB 16:14:57 core-metadata-arm64 latest 21e4082c0542 12 minutes ago 20.4MB 16:14:57 007283d4b082 12 minutes ago 1.5GB 16:14:57 58ef0bd62370 12 minutes ago 1.5GB 16:14:57 core-command-arm64 latest 4482f5f8eda2 12 minutes ago 19.7MB 16:14:57 15f9461c172a 12 minutes ago 1.49GB 16:14:57 security-bootstrapper-arm64 latest 963fd14c8882 12 minutes ago 21.8MB 16:14:57 6bc772370390 13 minutes ago 1.47GB 16:14:57 ci-base-image-arm64 latest f3497487a33f 34 minutes ago 868MB 16:14:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 6cb57ee374ae 3 days ago 648MB 16:14:57 alpine 3.17 d74e625d9115 4 weeks ago 7.46MB 16:14:57 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 16:14:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:14:58 16:14:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:14:58 arm64: Pulling from edgex-lftools-log-publisher 16:14:58 8998bd30e6a1: Pulling fs layer 16:14:58 04944245beec: Pulling fs layer 16:14:58 699f458cf7ca: Pulling fs layer 16:14:58 765212b225bb: Pulling fs layer 16:14:58 f23df028b6ca: Pulling fs layer 16:14:58 d65c8cfc05b1: Pulling fs layer 16:14:58 2437ff75d9bd: Pulling fs layer 16:14:58 f23df028b6ca: Waiting 16:14:58 d65c8cfc05b1: Waiting 16:14:58 2437ff75d9bd: Waiting 16:14:58 765212b225bb: Waiting 16:14:58 04944245beec: Verifying Checksum 16:14:58 04944245beec: Download complete 16:14:58 765212b225bb: Verifying Checksum 16:14:58 765212b225bb: Download complete 16:14:58 f23df028b6ca: Verifying Checksum 16:14:58 f23df028b6ca: Download complete 16:14:58 d65c8cfc05b1: Verifying Checksum 16:14:58 d65c8cfc05b1: Download complete 16:14:58 699f458cf7ca: Download complete 16:14:59 8998bd30e6a1: Download complete 16:15:01 2437ff75d9bd: Verifying Checksum 16:15:01 2437ff75d9bd: Download complete 16:15:03 8998bd30e6a1: Pull complete 16:15:03 04944245beec: Pull complete 16:15:05 699f458cf7ca: Pull complete 16:15:05 765212b225bb: Pull complete 16:15:06 f23df028b6ca: Pull complete 16:15:06 d65c8cfc05b1: Pull complete 16:15:21 2437ff75d9bd: Pull complete 16:15:21 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 16:15:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:15:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:15:21 prd-ubuntu20.04-docker-arm64-4c-16g-166 does not seem to be running inside a container 16:15:21 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 16:15:24 $ docker top ead0d50999dca6007603e2ef1bb1bad395efd324023b5824d2072ee460c41bbc -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:15:25 ---> job-cost.sh 16:15:25 lf-activate-venv: SKIPPING 16:15:25 INFO: No Stack... 16:15:25 INFO: Retrieving Pricing Info for: v3-standard-4 16:15:26 INFO: Archiving Costs [Pipeline] sh 16:15:27 + cat /w/workspace/edgex-go/1/archives/cost.csv 16:15:27 + cut -d, -f6 [Pipeline] lock 16:15:27 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4440-1-stack-cost] 16:15:27 Resource [jenkins-edgexfoundry-edgex-go-PR-4440-1-stack-cost] did not exist. Created. 16:15:27 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4440-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:15:27 + echo total: 0.10999999940395355 [Pipeline] stash 16:15:28 Stashed 1 file(s) [Pipeline] } 16:15:28 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4440-1-stack-cost] [Pipeline] // lock [Pipeline] } 16:15:28 $ docker stop --time=1 ead0d50999dca6007603e2ef1bb1bad395efd324023b5824d2072ee460c41bbc 16:15:29 $ docker rm -f --volumes ead0d50999dca6007603e2ef1bb1bad395efd324023b5824d2072ee460c41bbc [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 16:15:30 provisioning config files... 16:15:30 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config6141997775280317094tmp [Pipeline] { [Pipeline] sh 16:15:31 + set +x 16:15:31 + curl -s https://codecov.io/bash 16:15:31 + bash -s -- 16:15:31 16:15:31 _____ _ 16:15:31 / ____| | | 16:15:31 | | ___ __| | ___ ___ _____ __ 16:15:31 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:15:31 | |___| (_) | (_| | __/ (_| (_) \ V / 16:15:31 \_____\___/ \__,_|\___|\___\___/ \_/ 16:15:31 Bash-1.0.6 16:15:31 16:15:31 16:15:31 ==> git version 2.25.1 found 16:15:31 ==> 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 16:15:31 Release-Date: 2020-01-08 16:15:31 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 16:15:31 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 16:15:31 ==> Jenkins CI detected. 16:15:31 current dir:  /w/workspace/edgex-go/1 16:15:31 project root: . 16:15:31 --> token set from env 16:15:31 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:15:31 ==> Running gcov in . (disable via -X gcov) 16:15:31 ==> Python coveragepy not found 16:15:31 ==> Searching for coverage reports in: 16:15:31 + . 16:15:31 -> Found 1 reports 16:15:31 ==> Detecting git/mercurial file structure 16:15:31 ==> Reading reports 16:15:31 + ./coverage.out bytes=447486 16:15:31 ==> Appending adjustments 16:15:31 https://docs.codecov.io/docs/fixing-reports 16:15:32 + Found adjustments 16:15:32 ==> Gzipping contents 16:15:32 60K /tmp/codecov.UFBuGx.gz 16:15:32 ==> Uploading reports 16:15:32 url: https://codecov.io 16:15:32 query: branch=PR-4440&commit=d61ec578008716961dada57dfc7805efd6f9e5ec&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4440%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4440&job=&cmd_args= 16:15:32 -> Pinging Codecov 16:15:32 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4440&commit=d61ec578008716961dada57dfc7805efd6f9e5ec&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4440%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4440&job=&cmd_args= 16:15:32 -> Uploading to 16:15:32 https://storage.googleapis.com/codecov/v4/raw/2023-03-14/00271124DB129430A58F1EEE437C3FCB/d61ec578008716961dada57dfc7805efd6f9e5ec/1b037f06-f94f-4a72-bb15-067a45e59ef5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230314%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230314T161532Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c437802c2d53a85449d73bbdeb33ff73ec0126d5d5619ea8eecd7fc8b6539f84 16:15:32 % Total % Received % Xferd Average Speed Time Time Time Current 16:15:32 Dload Upload Total Spent Left Speed 16:15:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57634 0 0 100 57634 0 202k --:--:-- --:--:-- --:--:-- 202k 16:15:33 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/d61ec578008716961dada57dfc7805efd6f9e5ec [Pipeline] } 16:15:33 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 16:15:34 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 16:15:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:15:35 ---> package-listing.sh 16:15:35 ++ facter osfamily 16:15:35 ++ tr '[:upper:]' '[:lower:]' 16:15:35 + OS_FAMILY=debian 16:15:35 + workspace=/w/workspace/edgex-go/1 16:15:35 + START_PACKAGES=/tmp/packages_start.txt 16:15:35 + END_PACKAGES=/tmp/packages_end.txt 16:15:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:15:35 + PACKAGES=/tmp/packages_start.txt 16:15:35 + '[' /w/workspace/edgex-go/1 ']' 16:15:35 + PACKAGES=/tmp/packages_end.txt 16:15:35 + case "${OS_FAMILY}" in 16:15:35 + dpkg -l 16:15:35 + grep '^ii' 16:15:35 + '[' -f /tmp/packages_start.txt ']' 16:15:35 + '[' -f /tmp/packages_end.txt ']' 16:15:35 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:15:35 + '[' /w/workspace/edgex-go/1 ']' 16:15:35 + mkdir -p /w/workspace/edgex-go/1/archives/ 16:15:35 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 16:15:35 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 16:15:36 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:15:36 16:15:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:15:37 latest: Pulling from edgex-lftools-log-publisher 16:15:37 5eb5b503b376: Pulling fs layer 16:15:37 5c69ac0246d0: Pulling fs layer 16:15:37 ec43610c2a17: Pulling fs layer 16:15:37 3a2ae6a8a46f: Pulling fs layer 16:15:37 33b1e0a273af: Pulling fs layer 16:15:37 5d3b04190fa2: Pulling fs layer 16:15:37 2f39f015ded8: Pulling fs layer 16:15:37 5d3b04190fa2: Waiting 16:15:37 3a2ae6a8a46f: Waiting 16:15:37 2f39f015ded8: Waiting 16:15:37 33b1e0a273af: Waiting 16:15:37 3a2ae6a8a46f: Verifying Checksum 16:15:37 3a2ae6a8a46f: Download complete 16:15:37 33b1e0a273af: Verifying Checksum 16:15:37 33b1e0a273af: Download complete 16:15:37 5d3b04190fa2: Verifying Checksum 16:15:37 5d3b04190fa2: Download complete 16:15:37 ec43610c2a17: Verifying Checksum 16:15:37 ec43610c2a17: Download complete 16:15:37 5eb5b503b376: Verifying Checksum 16:15:37 5eb5b503b376: Download complete 16:15:38 2f39f015ded8: Download complete 16:15:38 5eb5b503b376: Pull complete 16:15:38 5c69ac0246d0: Pull complete 16:15:39 ec43610c2a17: Pull complete 16:15:39 3a2ae6a8a46f: Pull complete 16:15:39 33b1e0a273af: Pull complete 16:15:39 5d3b04190fa2: Pull complete 16:15:45 2f39f015ded8: Pull complete 16:15:45 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 16:15:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:15:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:15:45 prd-ubuntu20.04-docker-8c-8g-165 does not seem to be running inside a container 16:15:45 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 16:15:48 $ docker top d2f3cba1100704f1dea26828a5b704e3c98d0ba9826d939f8a6d025a1865c209 -eo pid,comm [Pipeline] { [Pipeline] sh 16:15:48 + touch /tmp/pre-build-complete [Pipeline] sh 16:15:49 + mkdir -p /var/log/sysstat [Pipeline] sh 16:15:49 + ls /var/log/sa-host 16:15:49 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:15:49 provisioning config files... 16:15:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config17999606535947932802tmp [Pipeline] { [Pipeline] echo 16:15:49 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:15:50 ---> create-netrc.sh [Pipeline] } 16:15:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 16:15:50 ---> python-tools-install.sh [Pipeline] echo 16:15:50 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:15:50 ---> sudo-logs.sh 16:15:50 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:15:50 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:15:51 ---> job-cost.sh 16:15:51 lf-activate-venv: SKIPPING 16:15:51 DEBUG: total: 0.10999999940395355 16:15:51 INFO: Retrieving Stack Cost... 16:15:51 INFO: Retrieving Pricing Info for: v3-standard-8 16:15:52 INFO: Archiving Costs [Pipeline] echo 16:15:52 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:15:52 ---> logs-deploy.sh 16:15:52 lf-activate-venv: SKIPPING 16:15:52 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4440/1 16:15:52 INFO: archiving workspace using pattern(s): 16:15:53 Archives upload complete. 16:15:53 INFO: archiving logs to Nexus 16:15:54 ---> uname -a: 16:15:54 Linux prd-ubuntu20-04-docker-8c-8g-165 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 16:15:54 16:15:54 16:15:54 ---> lscpu: 16:15:54 Architecture: x86_64 16:15:54 CPU op-mode(s): 32-bit, 64-bit 16:15:54 Byte Order: Little Endian 16:15:54 Address sizes: 40 bits physical, 48 bits virtual 16:15:54 CPU(s): 8 16:15:54 On-line CPU(s) list: 0-7 16:15:54 Thread(s) per core: 1 16:15:54 Core(s) per socket: 1 16:15:54 Socket(s): 8 16:15:54 NUMA node(s): 1 16:15:54 Vendor ID: AuthenticAMD 16:15:54 CPU family: 23 16:15:54 Model: 49 16:15:54 Model name: AMD EPYC-Rome Processor 16:15:54 Stepping: 0 16:15:54 CPU MHz: 2799.998 16:15:54 BogoMIPS: 5599.99 16:15:54 Virtualization: AMD-V 16:15:54 Hypervisor vendor: KVM 16:15:54 Virtualization type: full 16:15:54 L1d cache: 256 KiB 16:15:54 L1i cache: 256 KiB 16:15:54 L2 cache: 4 MiB 16:15:54 L3 cache: 128 MiB 16:15:54 NUMA node0 CPU(s): 0-7 16:15:54 Vulnerability Itlb multihit: Not affected 16:15:54 Vulnerability L1tf: Not affected 16:15:54 Vulnerability Mds: Not affected 16:15:54 Vulnerability Meltdown: Not affected 16:15:54 Vulnerability Mmio stale data: Not affected 16:15:54 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:15:54 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 16:15:54 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 16:15:54 Vulnerability Srbds: Not affected 16:15:54 Vulnerability Tsx async abort: Not affected 16:15:54 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 16:15:54 16:15:54 16:15:54 ---> nproc: 16:15:54 8 16:15:54 16:15:54 16:15:54 ---> df -h: 16:15:54 Filesystem Size Used Avail Use% Mounted on 16:15:54 overlay 155G 19G 136G 13% / 16:15:54 tmpfs 64M 0 64M 0% /dev 16:15:54 tmpfs 16G 0 16G 0% /sys/fs/cgroup 16:15:54 shm 64M 0 64M 0% /dev/shm 16:15:54 /dev/vda1 155G 19G 136G 13% /facter-os 16:15:54 16:15:54 16:15:54 ---> sar -b -r -n DEV: 16:15:54 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-165) 03/14/23 _x86_64_ (8 CPU) 16:15:54 16:15:54 15:35:25 LINUX RESTART (8 CPU) 16:15:54 16:15:54 15:36:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:15:54 15:37:01 337.81 11.20 326.61 0.00 1770.64 73027.96 0.00 16:15:54 15:38:01 28.16 0.02 28.15 0.00 0.13 17119.16 0.00 16:15:54 15:39:01 36.69 0.18 36.51 0.00 2.67 11213.06 0.00 16:15:54 15:40:01 395.42 6.43 388.99 0.00 70.78 146151.95 0.00 16:15:54 15:41:01 429.83 5.68 424.15 0.00 123.60 227012.00 0.00 16:15:54 15:42:01 838.39 8.41 829.97 0.00 2810.66 190291.90 0.00 16:15:54 15:43:01 673.28 1.97 671.32 0.00 2272.62 199622.12 0.00 16:15:54 15:44:01 697.33 0.17 697.17 0.00 4.00 145415.76 0.00 16:15:54 15:45:01 1.93 0.00 1.93 0.00 0.00 22.53 0.00 16:15:54 15:46:01 1.85 0.00 1.85 0.00 0.00 19.46 0.00 16:15:54 15:47:01 1.18 0.00 1.18 0.00 0.00 12.00 0.00 16:15:54 15:48:01 1.50 0.00 1.50 0.00 0.00 16.00 0.00 16:15:54 15:49:01 0.97 0.00 0.97 0.00 0.00 10.00 0.00 16:15:54 15:50:01 2.72 1.60 1.12 0.00 37.19 14.53 0.00 16:15:54 15:51:01 1.38 0.02 1.37 0.00 0.13 14.53 0.00 16:15:54 15:52:01 2.00 0.00 2.00 0.00 0.00 26.66 0.00 16:15:54 15:53:01 1.15 0.00 1.15 0.00 0.00 12.53 0.00 16:15:54 15:54:01 1.25 0.00 1.25 0.00 0.00 14.53 0.00 16:15:54 15:55:01 1.02 0.00 1.02 0.00 0.00 10.93 0.00 16:15:54 15:56:01 1.57 0.00 1.57 0.00 0.00 19.06 0.00 16:15:54 15:57:01 1.05 0.00 1.05 0.00 0.00 10.40 0.00 16:15:54 15:58:01 1.28 0.00 1.28 0.00 0.00 15.46 0.00 16:15:54 15:59:01 0.97 0.00 0.97 0.00 0.00 9.33 0.00 16:15:54 16:00:01 1.17 0.00 1.17 0.00 0.00 14.53 0.00 16:15:54 16:01:01 1.28 0.00 1.28 0.00 0.00 13.86 0.00 16:15:54 16:02:01 1.28 0.00 1.28 0.00 0.00 13.33 0.00 16:15:54 16:03:01 1.27 0.00 1.27 0.00 0.00 14.26 0.00 16:15:54 16:04:01 1.23 0.00 1.23 0.00 0.00 14.13 0.00 16:15:54 16:05:01 0.90 0.00 0.90 0.00 0.00 9.86 0.00 16:15:54 16:06:01 1.20 0.00 1.20 0.00 0.00 14.51 0.00 16:15:54 16:07:01 1.20 0.00 1.20 0.00 0.00 12.66 0.00 16:15:54 16:08:01 1.27 0.00 1.27 0.00 0.00 14.40 0.00 16:15:54 16:09:01 1.18 0.00 1.18 0.00 0.00 12.40 0.00 16:15:54 16:10:01 1.18 0.00 1.18 0.00 0.00 13.86 0.00 16:15:54 16:11:01 1.20 0.00 1.20 0.00 0.00 12.26 0.00 16:15:54 16:12:01 1.30 0.00 1.30 0.00 0.00 15.33 0.00 16:15:54 16:13:01 1.17 0.00 1.17 0.00 0.00 11.86 0.00 16:15:54 16:14:01 1.27 0.00 1.27 0.00 0.00 14.40 0.00 16:15:54 16:15:01 1.03 0.00 1.03 0.00 0.00 10.53 0.00 16:15:54 Average: 89.22 0.92 88.31 0.00 181.97 25917.74 0.00 16:15:54 16:15:54 15:36:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:15:54 15:37:01 28429284 31475536 820380 2.49 111720 3162204 2030896 5.99 1225172 2797544 13276 16:15:54 15:38:01 27866556 31506040 786548 2.39 113596 3719520 1952716 5.75 1539232 3011408 80756 16:15:54 15:39:01 27556160 31583180 706844 2.15 116620 4075204 1912532 5.64 1403064 3428608 387696 16:15:54 15:40:01 24257292 31511548 768020 2.34 200496 7014728 1927676 5.68 2008648 5899636 832636 16:15:54 15:41:01 21507912 31118628 1135000 3.45 290500 9142304 3321064 9.79 2337916 8148892 20520 16:15:54 15:42:01 20638716 31355548 902076 2.74 320500 10182108 2697072 7.95 2283120 9040920 860 16:15:54 15:43:01 17587548 31481916 778616 2.37 378480 13139144 1973036 5.81 2358836 11864136 128604 16:15:54 15:44:01 19136904 31530664 736568 2.24 395416 11666768 1904016 5.61 2438056 10285028 468 16:15:54 15:45:01 19137336 31531088 736080 2.24 395424 11666772 1904016 5.61 2438240 10285032 24 16:15:54 15:46:01 19138656 31532472 734592 2.23 395452 11666776 1904016 5.61 2436536 10285036 20 16:15:54 15:47:01 19153580 31547420 719660 2.19 395476 11666780 1904016 5.61 2421912 10285040 12 16:15:54 15:48:01 19154780 31548660 718580 2.19 395484 11666784 1904016 5.61 2420848 10285044 4 16:15:54 15:49:01 19155404 31549612 718104 2.18 395500 11666784 1904016 5.61 2420572 10285368 8 16:15:54 15:50:01 19139036 31535148 732504 2.23 395532 11667900 1904016 5.61 2437376 10285756 100 16:15:54 15:51:01 19136660 31532924 734656 2.23 395572 11668032 1918324 5.65 2437576 10285860 224 16:15:54 15:52:01 19137124 31533412 734120 2.23 395600 11668012 1918324 5.65 2437316 10285840 48 16:15:54 15:53:01 19137264 31533560 733828 2.23 395616 11668016 1918324 5.65 2437440 10285844 8 16:15:54 15:54:01 19137212 31533540 734008 2.23 395640 11668016 1918324 5.65 2437228 10285844 12 16:15:54 15:55:01 19137440 31533792 733704 2.23 395672 11668020 1918324 5.65 2437248 10285848 36 16:15:54 15:56:01 19137392 31533788 733668 2.23 395688 11668024 1918324 5.65 2437588 10285852 12 16:15:54 15:57:01 19137052 31533464 733932 2.23 395704 11668024 1901828 5.60 2437364 10285852 12 16:15:54 15:58:01 19136792 31533224 734216 2.23 395724 11668028 1901828 5.60 2437364 10285856 8 16:15:54 15:59:01 19136996 31533440 733940 2.23 395744 11668028 1901828 5.60 2437376 10285856 8 16:15:54 16:00:01 19137164 31533652 733900 2.23 395780 11668028 1901828 5.60 2437412 10285864 60 16:15:54 16:01:01 19137148 31533664 733848 2.23 395816 11668028 1901828 5.60 2437500 10285868 32 16:15:54 16:02:01 19137100 31533660 733808 2.23 395832 11668040 1901828 5.60 2437500 10285868 144 16:15:54 16:03:01 19137028 31533604 733788 2.23 395840 11668048 1901828 5.60 2437492 10285876 36 16:15:54 16:04:01 19136948 31533536 733796 2.23 395848 11668048 1901828 5.60 2437732 10285876 56 16:15:54 16:05:01 19136892 31533492 733768 2.23 395860 11668052 1901828 5.60 2437568 10285880 36 16:15:54 16:06:01 19136592 31533216 733984 2.23 395880 11668056 1901828 5.60 2437632 10285884 64 16:15:54 16:07:01 19137068 31533704 733652 2.23 395908 11668056 1901828 5.60 2437600 10285884 12 16:15:54 16:08:01 19136800 31533484 733860 2.23 395940 11668052 1901828 5.60 2437640 10285888 64 16:15:54 16:09:01 19137172 31533908 733580 2.23 395968 11668064 1885756 5.56 2438068 10285892 172 16:15:54 16:10:01 19137196 31533940 733532 2.23 395996 11668060 1885756 5.56 2437692 10285896 48 16:15:54 16:11:01 19136904 31533680 733776 2.23 396012 11668068 1885756 5.56 2437708 10285900 12 16:15:54 16:12:01 19137108 31533912 733496 2.23 396032 11668072 1885756 5.56 2437684 10285900 48 16:15:54 16:13:01 19136784 31533604 733724 2.23 396048 11668076 1885756 5.56 2437692 10285904 4 16:15:54 16:14:01 19136792 31533636 733656 2.23 396060 11668080 1885756 5.56 2437712 10285908 28 16:15:54 16:15:01 19136744 31533596 733632 2.23 396072 11668080 1885756 5.56 2437736 10285908 4 16:15:54 Average: 20007296 31516587 752293 2.29 364001 10866792 1966033 5.79 2336113 9572674 37594 16:15:54 16:15:54 15:36:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:15:54 15:37:01 lo 4.87 4.87 0.47 0.47 0.00 0.00 0.00 0.00 16:15:54 15:37:01 docker0 558.44 495.57 41.47 3423.36 0.00 0.00 0.00 0.00 16:15:54 15:37:01 ens3 896.53 820.83 9248.13 124.46 0.00 0.00 0.00 0.00 16:15:54 15:37:01 vethde26a87 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 16:15:54 15:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:15:54 15:38:01 docker0 1.23 1.23 0.09 0.11 0.00 0.00 0.00 0.00 16:15:54 15:38:01 ens3 36.39 27.11 28.03 16.21 0.00 0.00 0.00 0.00 16:15:54 15:38:01 vethde26a87 1.23 1.28 0.11 0.12 0.00 0.00 0.00 0.00 16:15:54 15:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 15:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 15:39:01 ens3 37.84 21.05 35.02 13.09 0.00 0.00 0.00 0.00 16:15:54 15:39:01 vethde26a87 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 15:40:01 vethb6a1c84 0.00 0.37 0.00 0.02 0.00 0.00 0.00 0.00 16:15:54 15:40:01 lo 0.80 0.80 0.07 0.07 0.00 0.00 0.00 0.00 16:15:54 15:40:01 docker0 555.33 874.79 44.52 6142.87 0.00 0.00 0.00 0.00 16:15:54 15:40:01 ens3 972.03 614.45 7835.04 69.05 0.00 0.00 0.00 0.00 16:15:54 15:41:01 vethb6a1c84 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 15:41:01 vethee017bd 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 16:15:54 15:41:01 lo 0.73 0.73 0.07 0.07 0.00 0.00 0.00 0.00 16:15:54 15:41:01 docker0 3.90 7.67 0.25 91.92 0.00 0.00 0.00 0.00 16:15:54 15:41:01 veth4afa601 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 16:15:54 15:41:01 ens3 166.45 94.53 964.93 12.08 0.00 0.00 0.00 0.00 16:15:54 15:41:01 veth9758242 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 16:15:54 15:41:01 vethccec4d6 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 16:15:54 15:42:01 vethb6a1c84 0.00 0.43 0.00 0.02 0.00 0.00 0.00 0.00 16:15:54 15:42:01 vetha848d9b 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 15:42:01 lo 0.60 0.60 0.05 0.05 0.00 0.00 0.00 0.00 16:15:54 15:42:01 docker0 41.20 69.29 3.16 359.94 0.00 0.00 0.00 0.00 16:15:54 15:42:01 vethd88aea2 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 16:15:54 15:42:01 veth77378eb 14.38 20.59 1.39 7.24 0.00 0.00 0.00 0.00 16:15:54 15:42:01 ens3 493.60 228.26 2268.25 196.68 0.00 0.00 0.00 0.00 16:15:54 15:42:01 veth045452b 14.28 20.54 1.38 7.25 0.00 0.00 0.00 0.00 16:15:54 15:43:01 vethb6a1c84 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 16:15:54 15:43:01 veth43e408f 0.27 0.00 0.02 0.00 0.00 0.00 0.00 0.00 16:15:54 15:43:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 16:15:54 15:43:01 docker0 274.32 509.89 21.72 3716.98 0.00 0.00 0.00 0.00 16:15:54 15:43:01 ens3 577.83 313.39 3833.21 40.50 0.00 0.00 0.00 0.00 16:15:54 15:43:01 veth72d4db3 0.00 0.27 0.00 0.02 0.00 0.00 0.00 0.00 16:15:54 15:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:15:54 15:44:01 docker0 8.75 17.75 0.56 196.94 0.00 0.00 0.00 0.00 16:15:54 15:44:01 ens3 54.36 36.86 225.62 16.93 0.00 0.00 0.00 0.00 16:15:54 15:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 15:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 15:45:01 ens3 0.97 0.67 2.90 0.23 0.00 0.00 0.00 0.00 16:15:54 15:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:15:54 15:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 15:46:01 ens3 0.27 0.25 0.08 0.08 0.00 0.00 0.00 0.00 16:15:54 15:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 15:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 15:47:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 15:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:15:54 15:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 15:48:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:15:54 15:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 15:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 15:49:01 ens3 0.08 0.00 0.01 0.00 0.00 0.00 0.00 0.00 16:15:54 15:50:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 16:15:54 15:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 15:50:01 ens3 7.61 5.75 5.23 6.08 0.00 0.00 0.00 0.00 16:15:54 15:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 15:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 15:51:01 ens3 0.28 0.17 0.17 0.14 0.00 0.00 0.00 0.00 16:15:54 15:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:15:54 15:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 15:52:01 ens3 0.68 0.18 0.17 0.07 0.00 0.00 0.00 0.00 16:15:54 15:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 15:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 15:53:01 ens3 0.60 0.55 0.43 0.23 0.00 0.00 0.00 0.00 16:15:54 15:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:15:54 15:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 15:54:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:15:54 15:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 15:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 15:55:01 ens3 0.40 0.00 0.04 0.00 0.00 0.00 0.00 0.00 16:15:54 15:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:15:54 15:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 15:56:01 ens3 0.57 0.45 0.33 0.28 0.00 0.00 0.00 0.00 16:15:54 15:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 15:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 15:57:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 15:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:15:54 15:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 15:58:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:15:54 15:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 15:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 15:59:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 16:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:15:54 16:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 16:00:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:15:54 16:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 16:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 16:01:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 16:15:54 16:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:15:54 16:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 16:02:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:15:54 16:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 16:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 16:03:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 16:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:15:54 16:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 16:04:01 ens3 0.87 0.35 0.30 0.21 0.00 0.00 0.00 0.00 16:15:54 16:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 16:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 16:05:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 16:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:15:54 16:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 16:06:01 ens3 0.29 0.24 0.09 0.08 0.00 0.00 0.00 0.00 16:15:54 16:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 16:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 16:07:01 ens3 0.17 0.17 0.17 0.01 0.00 0.00 0.00 0.00 16:15:54 16:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:15:54 16:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 16:08:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:15:54 16:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 16:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 16:09:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 16:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:15:54 16:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 16:10:01 ens3 0.15 0.13 0.01 0.01 0.00 0.00 0.00 0.00 16:15:54 16:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 16:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 16:11:01 ens3 0.18 0.18 0.08 0.07 0.00 0.00 0.00 0.00 16:15:54 16:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:15:54 16:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 16:12:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:15:54 16:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 16:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 16:13:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 16:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:15:54 16:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 16:14:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:15:54 16:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 16:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 16:15:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:54 Average: lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 16:15:54 Average: docker0 37.02 50.70 2.87 357.44 0.00 0.00 0.00 0.00 16:15:54 Average: ens3 83.36 55.58 627.21 12.74 0.00 0.00 0.00 0.00 16:15:54 16:15:54