Pull request #4612 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 jumpingliu for edgexfoundry/edgex-go Obtained Jenkinsfile from 0622ab8cb0a764d3b0f840a95cc4de3e817e2904+e66fa62635f4d71fd5978b81b23c82a8a50a7ed5 (8b50b1f04b1e348bfdeeb55e89d40fa9e3302fe0) 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-ssh17777938614501639115.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh1990896497248299322.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4612/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-4612/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8411607450022769094.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-4612/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10027908132970663891.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d4291cbe28daa2a40ca94d44cc831565108a4ea5 # timeout=10 Commit message: "Merge pull request #431 from ernestojeda/update-compose" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh8324370947470342895.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-4612/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-4612/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh12258224617322490381.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object d4291cbe28daa2a40ca94d44cc831565108a4ea5 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-1516 in /w/workspace/edgexfoundry_edgex-go_PR-4612 [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/4612/head:refs/remotes/origin/PR-4612 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit e66fa62635f4d71fd5978b81b23c82a8a50a7ed5 into PR head commit 0622ab8cb0a764d3b0f840a95cc4de3e817e2904 Merge succeeded, producing 0622ab8cb0a764d3b0f840a95cc4de3e817e2904 Checking out Revision 0622ab8cb0a764d3b0f840a95cc4de3e817e2904 (PR-4612) > git config core.sparsecheckout # timeout=10 > git checkout -f 0622ab8cb0a764d3b0f840a95cc4de3e817e2904 # 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 e66fa62635f4d71fd5978b81b23c82a8a50a7ed5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0622ab8cb0a764d3b0f840a95cc4de3e817e2904 # timeout=10 Commit message: "fix: Update core-metadata.yaml for missing tabs and description' close # 4611" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object d4291cbe28daa2a40ca94d44cc831565108a4ea5 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:06:35 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:06:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:06:35 ========================================================= 08:06:35 EdgeX Global Pipelines Version Info 08:06:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:06:36 ------------------- 08:06:36 stable info: 08:06:36 ------------------- 08:06:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:06:36 Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 08:06:36 Message: update stable to v1.0.250 08:06:36 ------------------- 08:06:36 experimental info: 08:06:36 ------------------- 08:06:36 Commited By: **** collab-it+edgex@linuxfoundation.org 08:06:36 Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 08:06:36 Message: update experimental to v1.0.250 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:06:37 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 08:06:37 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 08:06:37 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:06:37 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:06:37 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:06:37 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 08:06:37 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 08:06:37 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 08:06:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 08:06:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 08:06:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:06:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:06:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 08:06:37 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:06:37 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:06:37 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:06:37 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:06:37 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:06:37 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:06:37 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 08:06:37 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 08:06:37 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:06:37 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 08:06:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4612 [Pipeline] echo 08:06:38 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4612 [Pipeline] echo 08:06:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4612 [Pipeline] echo 08:06:38 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0622ab8cb0a764d3b0f840a95cc4de3e817e2904 [Pipeline] echo 08:06:38 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0622ab8 [Pipeline] echo 08:06:38 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:06:38 provisioning config files... 08:06:38 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config7659306713039234969tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:06:38 ---> docker-login.sh 08:06:38 nexus3.edgexfoundry.org:10001 08:06:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:06:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:06:39 Configure a credential helper to remove this warning. See 08:06:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:06:39 08:06:39 Login Succeeded 08:06:39 nexus3.edgexfoundry.org:10002 08:06:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:06:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:06:39 Configure a credential helper to remove this warning. See 08:06:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:06:39 08:06:39 Login Succeeded 08:06:39 nexus3.edgexfoundry.org:10003 08:06:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:06:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:06:39 Configure a credential helper to remove this warning. See 08:06:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:06:39 08:06:39 Login Succeeded 08:06:39 nexus3.edgexfoundry.org:10004 08:06:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:06:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:06:39 Configure a credential helper to remove this warning. See 08:06:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:06:39 08:06:39 Login Succeeded 08:06:39 docker.io 08:06:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:06:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:06:39 Configure a credential helper to remove this warning. See 08:06:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:06:39 08:06:39 Login Succeeded 08:06:39 ---> docker-login.sh ends [Pipeline] } 08:06:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:06:40 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 08:06:40 + dirname cmd/core-command/Dockerfile 08:06:40 + cut -d/ -f2 08:06:40 + echo core-command,cmd/core-command/Dockerfile 08:06:40 + dirname cmd/core-common-config-bootstrapper/Dockerfile 08:06:40 + cut -d/ -f2 08:06:40 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 08:06:40 + dirname+ cmd/core-data/Dockerfile 08:06:40 cut -d/ -f2 08:06:40 + echo core-data,cmd/core-data/Dockerfile 08:06:40 + dirname cmd/core-metadata/Dockerfile 08:06:40 + cut -d/ -f2 08:06:40 + echo core-metadata,cmd/core-metadata/Dockerfile 08:06:40 + dirname cmd/security-bootstrapper/Dockerfile 08:06:40 + cut -d/ -f2 08:06:40 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 08:06:40 + + dirname cmd/security-proxy-auth/Dockerfile 08:06:40 cut -d/ -f2 08:06:40 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 08:06:40 + dirname cmd/security-proxy-setup/Dockerfile 08:06:40 + cut -d/ -f2 08:06:40 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 08:06:40 + dirname cmd/security-secretstore-setup/Dockerfile 08:06:40 + cut -d/ -f2 08:06:40 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 08:06:40 + dirname+ cmd/security-spiffe-token-provider/Dockerfile 08:06:40 cut -d/ -f2 08:06:40 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 08:06:40 + dirname cmd/security-spire-agent/Dockerfile 08:06:40 + cut -d/ -f2 08:06:40 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 08:06:40 + dirname cmd/security-spire-config/Dockerfile 08:06:40 + cut -d/ -f2 08:06:40 + echo security-spire-config,cmd/security-spire-config/Dockerfile 08:06:40 + dirname cmd/security-spire-server/Dockerfile 08:06:40 + cut -d/ -f2 08:06:40 + echo security-spire-server,cmd/security-spire-server/Dockerfile 08:06:40 + dirname cmd/support-notifications/Dockerfile 08:06:40 + cut -d/ -f2 08:06:40 + echo support-notifications,cmd/support-notifications/Dockerfile 08:06:40 + dirname cmd/support-scheduler/Dockerfile 08:06:40 + cut -d/ -f2 08:06:40 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 08:06:40 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 08:06:40 + git rev-list -1 --merges 0622ab8cb0a764d3b0f840a95cc4de3e817e2904~1..0622ab8cb0a764d3b0f840a95cc4de3e817e2904 [Pipeline] echo 08:06:40 -----------> git rev-list -1 --merges 0622ab8cb0a764d3b0f840a95cc4de3e817e2904~1..0622ab8cb0a764d3b0f840a95cc4de3e817e2904 0622ab8cb0a764d3b0f840a95cc4de3e817e2904 [false] [Pipeline] sh 08:06:41 + git log --format=format:%s -1 0622ab8cb0a764d3b0f840a95cc4de3e817e2904 [Pipeline] echo 08:06:41 ========================================================= 08:06:41 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 08:06:41 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 08:06:41 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:06:41 + grep -v github /etc/ssh/ssh_known_hosts 08:06:41 + [ -e /tmp/ssh_known_hosts ] 08:06:41 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 08:06:41 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 08:06:41 + sudo tee -a /etc/ssh/ssh_known_hosts 08:06:41 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:06:42 08:06:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:06:42 0.1.4: Pulling from edgex-devops/py-git-semver 08:06:42 b85a868b505f: Pulling fs layer 08:06:42 e2be974225ed: Pulling fs layer 08:06:42 339a4e72a1f5: Pulling fs layer 08:06:42 988bab9f4d93: Pulling fs layer 08:06:42 1469e6f7b9e6: Pulling fs layer 08:06:42 eaf3925da568: Pulling fs layer 08:06:42 bab4dde63d76: Pulling fs layer 08:06:42 bde34c3a00c8: Pulling fs layer 08:06:42 b352a97aabf1: Pulling fs layer 08:06:42 4872d77fe225: Pulling fs layer 08:06:42 5851b861e8e6: Pulling fs layer 08:06:42 988bab9f4d93: Waiting 08:06:42 4872d77fe225: Waiting 08:06:42 bde34c3a00c8: Waiting 08:06:42 bab4dde63d76: Waiting 08:06:42 eaf3925da568: Waiting 08:06:42 5851b861e8e6: Waiting 08:06:42 1469e6f7b9e6: Waiting 08:06:42 b352a97aabf1: Waiting 08:06:42 e2be974225ed: Verifying Checksum 08:06:42 e2be974225ed: Download complete 08:06:43 988bab9f4d93: Verifying Checksum 08:06:43 988bab9f4d93: Download complete 08:06:43 1469e6f7b9e6: Verifying Checksum 08:06:43 1469e6f7b9e6: Download complete 08:06:43 eaf3925da568: Verifying Checksum 08:06:43 eaf3925da568: Download complete 08:06:43 339a4e72a1f5: Verifying Checksum 08:06:43 339a4e72a1f5: Download complete 08:06:43 bde34c3a00c8: Verifying Checksum 08:06:43 bde34c3a00c8: Download complete 08:06:43 b352a97aabf1: Verifying Checksum 08:06:43 b352a97aabf1: Download complete 08:06:43 4872d77fe225: Verifying Checksum 08:06:43 4872d77fe225: Download complete 08:06:43 5851b861e8e6: Verifying Checksum 08:06:43 5851b861e8e6: Download complete 08:06:43 b85a868b505f: Download complete 08:06:44 bab4dde63d76: Verifying Checksum 08:06:44 bab4dde63d76: Download complete 08:06:44 b85a868b505f: Pull complete 08:06:44 e2be974225ed: Pull complete 08:06:45 339a4e72a1f5: Pull complete 08:06:45 988bab9f4d93: Pull complete 08:06:46 1469e6f7b9e6: Pull complete 08:06:46 eaf3925da568: Pull complete 08:06:47 bab4dde63d76: Pull complete 08:06:47 bde34c3a00c8: Pull complete 08:06:47 b352a97aabf1: Pull complete 08:06:47 4872d77fe225: Pull complete 08:06:47 5851b861e8e6: Pull complete 08:06:47 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 08:06:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:06:47 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:06:48 prd-ubuntu20.04-docker-8c-8g-1516 does not seem to be running inside a container 08:06:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 08:06:53 $ docker top 9811a969f73b3d673ead25e0bed805ac22e464658ca731898a19703da1634004 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:06:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:06:54 [ssh-agent] Looking for ssh-agent implementation... 08:06:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:06:54 $ docker exec 9811a969f73b3d673ead25e0bed805ac22e464658ca731898a19703da1634004 ssh-agent 08:06:54 SSH_AUTH_SOCK=/tmp/ssh-rkVeJu1wKiBx/agent.32 08:06:54 SSH_AGENT_PID=38 08:06:54 Running ssh-add (command line suppressed) 08:06:54 Identity added: /w/workspace/edgex-go/1@tmp/private_key_16949401144015684597.key (/w/workspace/edgex-go/1@tmp/private_key_16949401144015684597.key) 08:06:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:06:55 + git tag --points-at HEAD [Pipeline] } 08:06:55 $ docker exec --env ******** --env ******** 9811a969f73b3d673ead25e0bed805ac22e464658ca731898a19703da1634004 ssh-agent -k 08:06:55 unset SSH_AUTH_SOCK; 08:06:55 unset SSH_AGENT_PID; 08:06:55 echo Agent pid 38 killed; 08:06:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:06:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:06:55 [ssh-agent] Looking for ssh-agent implementation... 08:06:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:06:55 $ docker exec 9811a969f73b3d673ead25e0bed805ac22e464658ca731898a19703da1634004 ssh-agent 08:06:55 SSH_AUTH_SOCK=/tmp/ssh-m9inVxUjN2Sz/agent.71 08:06:55 SSH_AGENT_PID=77 08:06:55 Running ssh-add (command line suppressed) 08:06:55 Identity added: /w/workspace/edgex-go/1@tmp/private_key_10309835011294393218.key (/w/workspace/edgex-go/1@tmp/private_key_10309835011294393218.key) 08:06:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:06:56 + git semver init 08:06:56 2023-07-19 08:06:56,310 [run_init] DEBUG init version:0.0.0 force:False 08:06:56 2023-07-19 08:06:56,310 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 08:06:56 2023-07-19 08:06:56,311 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 08:06:56 2023-07-19 08:06:56,311 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) 08:07:02 2023-07-19 08:07:02,435 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 08:07:02 2023-07-19 08:07:02,436 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4612 with force:False 08:07:02 2023-07-19 08:07:02,436 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4612 08:07:02 2023-07-19 08:07:02,440 [execute] INFO git cat-file --batch-check 08:07:02 2023-07-19 08:07:02,441 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 08:07:02 2023-07-19 08:07:02,447 [execute] INFO git cat-file --batch 08:07:02 2023-07-19 08:07:02,447 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 08:07:02 2023-07-19 08:07:02,452 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4612 08:07:02 0.0.0 [Pipeline] } 08:07:03 $ docker exec --env ******** --env ******** 9811a969f73b3d673ead25e0bed805ac22e464658ca731898a19703da1634004 ssh-agent -k 08:07:03 unset SSH_AUTH_SOCK; 08:07:03 unset SSH_AGENT_PID; 08:07:03 echo Agent pid 77 killed; 08:07:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:07:03 + git semver [Pipeline] } 08:07:03 $ docker stop --time=1 9811a969f73b3d673ead25e0bed805ac22e464658ca731898a19703da1634004 08:07:05 $ docker rm -f --volumes 9811a969f73b3d673ead25e0bed805ac22e464658ca731898a19703da1634004 [Pipeline] // withDockerContainer [Pipeline] sh 08:07:05 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:07:05 Stashed 1 file(s) [Pipeline] echo 08:07:05 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:07:06 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 08:07:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 08:07:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 08:07:06 ========================================================= 08:07:06 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 08:07:06 ========================================================= [Pipeline] fileExists [Pipeline] sh 08:07:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 08:07:07 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 08:07:07 4db1b89c0bd1: Pulling fs layer 08:07:07 6911f1a30b25: Pulling fs layer 08:07:07 e194b8c5c2a9: Pulling fs layer 08:07:07 6863d3e3a2b1: Pulling fs layer 08:07:07 ec0bb842ea78: Pulling fs layer 08:07:07 6863d3e3a2b1: Waiting 08:07:07 40a00589a448: Pulling fs layer 08:07:07 6c08303d61cc: Pulling fs layer 08:07:07 798269fcf238: Pulling fs layer 08:07:07 ec0bb842ea78: Waiting 08:07:07 6c08303d61cc: Waiting 08:07:07 40a00589a448: Waiting 08:07:07 6911f1a30b25: Verifying Checksum 08:07:07 6911f1a30b25: Download complete 08:07:07 6863d3e3a2b1: Verifying Checksum 08:07:07 6863d3e3a2b1: Download complete 08:07:07 ec0bb842ea78: Verifying Checksum 08:07:07 ec0bb842ea78: Download complete 08:07:07 4db1b89c0bd1: Verifying Checksum 08:07:07 4db1b89c0bd1: Download complete 08:07:07 40a00589a448: Verifying Checksum 08:07:07 40a00589a448: Download complete 08:07:07 4db1b89c0bd1: Pull complete 08:07:07 6911f1a30b25: Pull complete 08:07:08 e194b8c5c2a9: Verifying Checksum 08:07:08 e194b8c5c2a9: Download complete 08:07:08 798269fcf238: Verifying Checksum 08:07:08 798269fcf238: Download complete 08:07:08 6c08303d61cc: Verifying Checksum 08:07:08 6c08303d61cc: Download complete 08:07:12 e194b8c5c2a9: Pull complete 08:07:12 6863d3e3a2b1: Pull complete 08:07:12 ec0bb842ea78: Pull complete 08:07:12 40a00589a448: Pull complete 08:07:15 6c08303d61cc: Pull complete 08:07:16 798269fcf238: Pull complete 08:07:16 Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 08:07:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 08:07:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh 08:07:16 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 08:07:16 WORKDIR /edgex 08:07:16 COPY go.mod . 08:07:16 RUN go mod download 08:07:16 + docker build -t ci-base-image-x86_64 -f - . 08:07:17 Sending build context to Docker daemon 170.7MB 08:07:17 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 08:07:17 ---> ec979cd7f677 08:07:17 Step 2/4 : WORKDIR /edgex 08:07:21 Still waiting to schedule task 08:07:21 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 08:07:27 ---> Running in 3191a3cd142f 08:07:27 Removing intermediate container 3191a3cd142f 08:07:27 ---> cf8ed6830f58 08:07:27 Step 3/4 : COPY go.mod . 08:07:27 ---> f699f5f4c9a8 08:07:27 Step 4/4 : RUN go mod download 08:07:27 ---> Running in dcb6e2bac2f1 08:07:53 Removing intermediate container dcb6e2bac2f1 08:07:53 ---> cb6979954539 08:07:53 Successfully built cb6979954539 08:07:53 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:07:54 + docker inspect -f . ci-base-image-x86_64 08:07:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:07:54 prd-ubuntu20.04-docker-8c-8g-1516 does not seem to be running inside a container 08:07:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:07:54 $ docker top 3ac1939937c7af838f6cfc409bde48499f777a25beba00e34ee2ffa309403d8c -eo pid,comm [Pipeline] { [Pipeline] sh 08:07:55 + go version 08:07:55 go version go1.20.6 linux/amd64 [Pipeline] } 08:07:55 $ docker stop --time=1 3ac1939937c7af838f6cfc409bde48499f777a25beba00e34ee2ffa309403d8c 08:07:56 $ docker rm -f --volumes 3ac1939937c7af838f6cfc409bde48499f777a25beba00e34ee2ffa309403d8c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:07:57 + docker inspect -f . ci-base-image-x86_64 08:07:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:07:57 prd-ubuntu20.04-docker-8c-8g-1516 does not seem to be running inside a container 08:07:57 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:07:57 $ docker top 4c54c1784ec3aa352615cf024cb9f0403547620d8449c1c68c36f2ed89f54f9b -eo pid,comm [Pipeline] { [Pipeline] echo 08:07:58 ========================================================= 08:07:58 [edgeXBuildGoParallel] Running Tests and Build... 08:07:58 ========================================================= [Pipeline] sh 08:07:58 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 08:07:58 + make test 08:07:58 go test -race -coverprofile=coverage.out ./... 08:08:05 ? github.com/edgexfoundry/edgex-go [no test files] 08:08:20 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:08:20 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 08:08:20 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:08:20 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:08:20 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:08:20 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:08:20 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:08:20 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 08:08:20 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:08:20 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 08:08:20 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:08:20 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:08:20 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:08:20 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 08:08:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:08:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:08:21 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.072s coverage: 28.7% of statements 08:08:22 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.073s coverage: 98.5% of statements 08:08:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 08:08:22 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 08:08:22 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 08:08:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:08:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:08:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 08:08:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 08:08:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 08:08:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:08:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 08:08:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:08:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:08:25 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.113s coverage: 71.5% of statements 08:08:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.073s coverage: 54.0% of statements 08:08:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 08:08:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 08:08:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 08:08:26 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:08:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 08:08:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:08:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:08:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:08:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:08:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:08:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.537s coverage: 88.5% of statements 08:08:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.068s coverage: 3.8% of statements 08:08:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.351s coverage: 95.6% of statements 08:08:26 ok github.com/edgexfoundry/edgex-go/internal/io 0.055s coverage: 72.2% of statements 08:08:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 08:08:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:08:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.079s coverage: 0.9% of statements 08:08:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.070s coverage: 31.9% of statements 08:08:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.063s coverage: 42.9% of statements 08:08:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.070s coverage: 82.9% of statements 08:08:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.060s coverage: 94.1% of statements 08:08:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.086s coverage: 96.3% of statements 08:08:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.062s coverage: 87.5% of statements 08:08:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 08:08:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:08:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:08:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:08:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:08:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 08:08:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 08:08:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 08:08:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 08:08:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 08:08:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 08:08:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 08:08:31 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:08:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:08:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:08:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 08:08:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:08:34 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:08:34 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:08:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 08:08:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 08:08:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 08:08:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:08:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:08:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 08:08:38 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 08:08:38 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 08:08:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 08:08:38 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 08:08:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 08:08:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:08:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 08:08:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:08:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.065s coverage: 94.4% of statements 08:08:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 08:08:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 08:08:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 08:08:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 08:08:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:08:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:08:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 08:08:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 08:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.309s coverage: 79.9% of statements 08:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 20.074s coverage: 92.9% of statements 08:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 64.4% of statements 08:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.067s coverage: 62.3% of statements 08:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.069s coverage: 87.2% of statements 08:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.045s coverage: 20.0% of statements 08:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.050s coverage: 100.0% of statements 08:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.102s coverage: 81.8% of statements 08:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.101s coverage: 82.1% of statements 08:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.060s coverage: 86.0% of statements 08:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.234s coverage: 63.1% of statements 08:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.045s coverage: 100.0% of statements 08:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 89.4% of statements 08:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements 08:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.041s coverage: 73.7% of statements 08:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements 08:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.180s coverage: 38.4% of statements 08:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.068s coverage: 89.5% of statements 08:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.058s coverage: 84.8% of statements 08:08:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.073s coverage: 17.7% of statements 08:08:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.145s coverage: 92.3% of statements 08:08:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.073s coverage: 61.8% of statements 08:08:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.092s coverage: 97.7% of statements 08:08:53 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 08:08:53 running golangci-lint 08:08:53 golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z 08:08:53 go version go1.20.6 linux/amd64 08:08:53 level=info msg="[config_reader] Used config file .golangci.yml" 08:08:53 level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" 08:08:59 Running on prd-ubuntu20.04-docker-arm64-4c-16g-1517 in /w/workspace/edgexfoundry_edgex-go_PR-4612 [Pipeline] { [Pipeline] ws 08:08:59 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 08:08:59 The recommended git tool is: git 08:09:04 using credential edgex-jenkins-ssh 08:09:04 Cloning the remote Git repository 08:09:04 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:09:04 > git init /w/workspace/edgex-go/1 # timeout=10 08:09:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:09:04 > git --version # timeout=10 08:09:04 > git --version # 'git version 2.25.1' 08:09:04 using GIT_SSH to set credentials SSH Credentials for GitHub 08:09:04 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:09:11 level=info msg="[loader] Go packages loading at mode 575 (compiled_files|deps|exports_file|files|imports|name|types_sizes) took 15.841221748s" 08:09:11 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 46.989333ms" 08:09:18 level=info msg="[linters_context/goanalysis] analyzers took 1m3.184261397s with top 10 stages: buildir: 39.262109586s, fact_deprecated: 2.097656342s, inspect: 2.038935903s, gosec: 1.418488684s, ctrlflow: 1.272672702s, printf: 1.246090941s, nilness: 1.006969235s, S1038: 990.099764ms, fact_purity: 969.329739ms, errcheck: 782.003948ms" 08:09:18 level=info msg="[runner] Issues before processing: 202, after processing: 0" 08:09:18 level=info msg="[runner] Processors filtering stat (out/in): nolint: 0/23, exclude: 202/202, filename_unadjuster: 202/202, skip_files: 202/202, autogenerated_exclude: 202/202, exclude-rules: 23/202, cgo: 202/202, skip_dirs: 202/202, identifier_marker: 202/202, path_prettifier: 202/202" 08:09:18 level=info msg="[runner] processing took 18.624693ms with stages: nolint: 7.792545ms, identifier_marker: 5.391413ms, exclude-rules: 1.822626ms, autogenerated_exclude: 1.565739ms, path_prettifier: 1.344476ms, skip_dirs: 654.271µs, cgo: 32.082µs, filename_unadjuster: 16.401µs, skip_files: 720ns, max_from_linter: 700ns, uniq_by_line: 690ns, severity-rules: 600ns, max_same_issues: 590ns, exclude: 490ns, path_prefixer: 390ns, source_code: 280ns, sort_results: 260ns, path_shortener: 160ns, diff: 140ns, max_per_file_from_linter: 120ns" 08:09:18 level=info msg="[runner] linters took 8.888816357s with stages: goanalysis_metalinter: 8.870087917s" 08:09:18 level=info msg="File cache stats: 0 entries of total size 0B" 08:09:18 level=info msg="Memory: 249 samples, avg is 196.4MB, max is 769.4MB" 08:09:18 level=info msg="Execution took 24.788180014s" 08:09:18 go vet ./... 08:09:21 Merging remotes/origin/main commit e66fa62635f4d71fd5978b81b23c82a8a50a7ed5 into PR head commit 0622ab8cb0a764d3b0f840a95cc4de3e817e2904 08:09:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:09:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:09:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:09:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:09:20 using GIT_SSH to set credentials SSH Credentials for GitHub 08:09:20 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4612/head:refs/remotes/origin/PR-4612 +refs/heads/main:refs/remotes/origin/main # timeout=10 08:09:21 > git config core.sparsecheckout # timeout=10 08:09:21 > git checkout -f 0622ab8cb0a764d3b0f840a95cc4de3e817e2904 # timeout=10 08:09:21 Merge succeeded, producing 0622ab8cb0a764d3b0f840a95cc4de3e817e2904 08:09:21 Checking out Revision 0622ab8cb0a764d3b0f840a95cc4de3e817e2904 (PR-4612) 08:09:21 > git remote # timeout=10 08:09:21 > git config --get remote.origin.url # timeout=10 08:09:21 using GIT_SSH to set credentials SSH Credentials for GitHub 08:09:21 > git merge e66fa62635f4d71fd5978b81b23c82a8a50a7ed5 # timeout=10 08:09:21 > git rev-parse HEAD^{commit} # timeout=10 08:09:21 > git config core.sparsecheckout # timeout=10 08:09:21 > git checkout -f 0622ab8cb0a764d3b0f840a95cc4de3e817e2904 # timeout=10 08:09:23 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 08:09:23 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 08:09:23 ./bin/test-attribution-txt.sh [Pipeline] echo 08:09:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 08:09:24 + ls -al . 08:09:24 total 720 08:09:24 drwxrwxr-x 11 1001 1001 4096 Jul 19 08:07 . 08:09:24 drwxr-xr-x 4 root root 4096 Jul 19 08:07 .. 08:09:24 drwxrwxr-x 2 1001 1001 4096 Jul 19 08:06 .blubracket 08:09:24 -rw-rw-r-- 1 1001 1001 16 Jul 19 08:06 .dockerignore 08:09:24 drwxrwxr-x 8 1001 1001 4096 Jul 19 08:07 .git 08:09:24 drwxrwxr-x 3 1001 1001 4096 Jul 19 08:06 .github 08:09:24 -rw-rw-r-- 1 1001 1001 1133 Jul 19 08:06 .gitignore 08:09:24 -rw-rw-r-- 1 1001 1001 42 Jul 19 08:06 .golangci.yml 08:09:24 -rw-rw-r-- 1 1001 1001 87 Jul 19 08:06 .hadolint.yml 08:09:24 drwxr-xr-x 3 1001 1001 4096 Jul 19 08:07 .semver 08:09:24 -rw-rw-r-- 1 1001 1001 166 Jul 19 08:06 .sonarcloud.properties 08:09:24 -rw-rw-r-- 1 1001 1001 1171 Jul 19 08:06 ADOPTERS.md 08:09:24 -rw-rw-r-- 1 1001 1001 11234 Jul 19 08:06 Attribution.txt 08:09:24 -rw-rw-r-- 1 1001 1001 93407 Jul 19 08:06 CHANGELOG.md 08:09:24 -rw-rw-r-- 1 1001 1001 3804 Jul 19 08:06 CONTRIBUTING.md 08:09:24 -rw-rw-r-- 1 1001 1001 677 Jul 19 08:06 GOVERNANCE.md 08:09:24 -rw-rw-r-- 1 1001 1001 883 Jul 19 08:06 Jenkinsfile 08:09:24 -rw-rw-r-- 1 1001 1001 10775 Jul 19 08:06 LICENSE 08:09:24 -rw-rw-r-- 1 1001 1001 14368 Jul 19 08:06 Makefile 08:09:24 -rw-rw-r-- 1 1001 1001 582 Jul 19 08:06 OWNERS.md 08:09:24 -rw-rw-r-- 1 1001 1001 9923 Jul 19 08:06 README.md 08:09:24 -rw-rw-r-- 1 1001 1001 789 Jul 19 08:06 SECURITY.md 08:09:24 -rw-rw-r-- 1 1001 1001 5 Jul 19 08:07 VERSION 08:09:24 drwxrwxr-x 2 1001 1001 4096 Jul 19 08:06 bin 08:09:24 drwxrwxr-x 18 1001 1001 4096 Jul 19 08:06 cmd 08:09:24 -rw-r--r-- 1 root root 447019 Jul 19 08:08 coverage.out 08:09:24 -rw-rw-r-- 1 1001 1001 3430 Jul 19 08:06 go.mod 08:09:24 -rw-rw-r-- 1 1001 1001 32408 Jul 19 08:06 go.sum 08:09:24 drwxrwxr-x 7 1001 1001 4096 Jul 19 08:06 internal 08:09:24 drwxrwxr-x 3 1001 1001 4096 Jul 19 08:06 openapi 08:09:24 -rw-rw-r-- 1 1001 1001 594 Jul 19 08:06 security.txt 08:09:24 drwxrwxr-x 4 1001 1001 4096 Jul 19 08:06 snap 08:09:24 -rw-rw-r-- 1 1001 1001 204 Jul 19 08:06 version.go [Pipeline] sh 08:09:24 + '[' -e coverage.out ] 08:09:24 + chown 1001:1001 coverage.out [Pipeline] stash 08:09:24 Stashed 1 file(s) [Pipeline] sh 08:09:24 + make build 08:09:24 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 08:09:25 Commit message: "fix: Update core-metadata.yaml for missing tabs and description' close # 4611" 08:09:25 > git --version # timeout=10 08:09:25 > git --version # 'git version 2.25.1' 08:09:25 fatal: bad object d4291cbe28daa2a40ca94d44cc831565108a4ea5 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:09:26 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 08:09:26 % Total % Received % Xferd Average Speed Time Time Time Current 08:09:26 Dload Upload Total Spent Left Speed 08:09:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 93757 0 --:--:-- --:--:-- --:--:-- 93757 [Pipeline] sh 08:09:27 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 08:09:27 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 08:09:27 + sudo tee /etc/docker/daemon.new 08:09:27 { 08:09:27 "registry-mirrors": [ 08:09:27 "https://nexus3.edgexfoundry.org:10001" 08:09:27 ], 08:09:27 "bip": "10.250.0.254/24", 08:09:27 "hosts": [ 08:09:27 "tcp://0.0.0.0:5555", 08:09:27 "unix:///var/run/docker.sock" 08:09:27 ], 08:09:27 "mtu": 1458, 08:09:27 "selinux-enabled": true, 08:09:27 "seccomp-profile": "/etc/docker/seccomp.json" 08:09:27 } [Pipeline] sh 08:09:27 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 08:09:28 + sudo service docker restart 08:09:39 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:09:39 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 08:09:40 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 08:09:41 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:09:46 provisioning config files... 08:09:46 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config18368461490085735797tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:09:47 ---> docker-login.sh 08:09:47 nexus3.edgexfoundry.org:10001 08:09:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:09:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:09:47 Configure a credential helper to remove this warning. See 08:09:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:09:47 08:09:47 Login Succeeded 08:09:47 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:09:47 nexus3.edgexfoundry.org:10002 08:09:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:09:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:09:48 Configure a credential helper to remove this warning. See 08:09:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:09:48 08:09:48 Login Succeeded 08:09:48 nexus3.edgexfoundry.org:10003 08:09:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:09:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:09:48 Configure a credential helper to remove this warning. See 08:09:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:09:48 08:09:48 Login Succeeded 08:09:48 nexus3.edgexfoundry.org:10004 08:09:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:09:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:09:48 Configure a credential helper to remove this warning. See 08:09:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:09:48 08:09:48 Login Succeeded 08:09:48 docker.io 08:09:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:09:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:09:49 Configure a credential helper to remove this warning. See 08:09:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:09:49 08:09:49 Login Succeeded 08:09:49 ---> docker-login.sh ends [Pipeline] } 08:09:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 08:09:49 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [Pipeline] sh 08:09:50 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 08:09:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 08:09:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 08:09:50 ========================================================= 08:09:50 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 08:09:50 ========================================================= [Pipeline] fileExists [Pipeline] sh 08:09:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 08:09:50 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:09:50 edb6bdbacee9: Pulling fs layer 08:09:50 5f9638ab2659: Pulling fs layer 08:09:50 8d51d6327a98: Pulling fs layer 08:09:50 8b374f2dd631: Pulling fs layer 08:09:50 ec14aa9079de: Pulling fs layer 08:09:50 2f466654f4bb: Pulling fs layer 08:09:50 554e91adad29: Pulling fs layer 08:09:50 8b374f2dd631: Waiting 08:09:50 ec14aa9079de: Waiting 08:09:50 2f466654f4bb: Waiting 08:09:50 554e91adad29: Waiting 08:09:50 5f9638ab2659: Verifying Checksum 08:09:50 5f9638ab2659: Download complete 08:09:50 8b374f2dd631: Verifying Checksum 08:09:50 8b374f2dd631: Download complete 08:09:50 ec14aa9079de: Verifying Checksum 08:09:50 ec14aa9079de: Download complete 08:09:50 edb6bdbacee9: Verifying Checksum 08:09:51 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:09:52 554e91adad29: Verifying Checksum 08:09:52 554e91adad29: Download complete 08:09:52 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:09:53 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 08:09:53 8d51d6327a98: Verifying Checksum 08:09:53 8d51d6327a98: Download complete 08:09:53 2f466654f4bb: Download complete 08:09: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 08:09:54 edb6bdbacee9: Pull complete 08:09:54 5f9638ab2659: Pull complete 08:09: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-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 08:09:56 $ docker stop --time=1 4c54c1784ec3aa352615cf024cb9f0403547620d8449c1c68c36f2ed89f54f9b 08:10:05 $ docker rm -f --volumes 4c54c1784ec3aa352615cf024cb9f0403547620d8449c1c68c36f2ed89f54f9b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:10:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:10:06 08:10:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:10:07 8d51d6327a98: Pull complete 08:10:07 8b374f2dd631: Pull complete 08:10:07 ec14aa9079de: Pull complete 08:10:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:10:07 latest: Pulling from edgex-devops/edgex-compose 08:10:07 91d30c5bc195: Pulling fs layer 08:10:07 2e9b0aa3be6d: Pulling fs layer 08:10:07 9c61dcf015f6: Pulling fs layer 08:10:07 4698f68db338: Pulling fs layer 08:10:07 2a2f49069b9e: Pulling fs layer 08:10:07 e0025b399a48: Pulling fs layer 08:10:07 4698f68db338: Waiting 08:10:07 2a2f49069b9e: Waiting 08:10:07 e0025b399a48: Waiting 08:10:07 91d30c5bc195: Verifying Checksum 08:10:07 91d30c5bc195: Download complete 08:10:07 4698f68db338: Verifying Checksum 08:10:07 4698f68db338: Download complete 08:10:07 2e9b0aa3be6d: Verifying Checksum 08:10:07 2e9b0aa3be6d: Download complete 08:10:07 91d30c5bc195: Pull complete 08:10:07 e0025b399a48: Download complete 08:10:07 2a2f49069b9e: Download complete 08:10:08 2e9b0aa3be6d: Pull complete 08:10:08 9c61dcf015f6: Download complete 08:10:11 9c61dcf015f6: Pull complete 08:10:11 4698f68db338: Pull complete 08:10:11 2a2f49069b9e: Pull complete 08:10:11 e0025b399a48: Pull complete 08:10:11 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 08:10:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:10:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:10:12 prd-ubuntu20.04-docker-8c-8g-1516 does not seem to be running inside a container 08:10:12 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:10:12 2f466654f4bb: Pull complete 08:10:15 554e91adad29: Pull complete 08:10:15 Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 08:10:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 08:10:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 08:10:17 $ docker top a72e478a6b3275f1bb50de722e5ebfdfae913a2bef3e2a104a0505b48ccfe773 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [Pipeline] sh 08:10:17 + docker compose -f ./docker-compose-build.yml build --parallel 08:10:17 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 08:10:17 WORKDIR /edgex 08:10:17 COPY go.mod . 08:10:17 RUN go mod download 08:10:17 + docker build -t ci-base-image-arm64 -f - . 08:10:18 Sending build context to Docker daemon 2.938MB 08:10:18 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 08:10:18 ---> 1e15ea492957 08:10:18 Step 2/4 : WORKDIR /edgex 08:10:20 #1 [security-proxy-setup internal] load build definition from Dockerfile 08:10:20 #1 transferring dockerfile: 08:10:20 #1 transferring dockerfile: 2.06kB done 08:10:20 #1 DONE 0.0s 08:10:20 08:10:20 #2 [security-spiffe-token-provider internal] load build definition from Dockerfile 08:10:20 #2 transferring dockerfile: 1.78kB done 08:10:20 #2 DONE 0.0s 08:10:20 08:10:20 #3 [security-spire-server internal] load build definition from Dockerfile 08:10:20 #3 transferring dockerfile: 2.63kB done 08:10:20 #3 DONE 0.0s 08:10:20 08:10:20 #4 [security-secretstore-setup internal] load build definition from Dockerfile 08:10:20 #4 transferring dockerfile: 2.38kB done 08:10:20 #4 DONE 0.0s 08:10:20 08:10:20 #5 [security-bootstrapper internal] load build definition from Dockerfile 08:10:20 #5 transferring dockerfile: 2.82kB done 08:10:20 #5 DONE 0.0s 08:10:20 08:10:20 #6 [core-command internal] load build definition from Dockerfile 08:10:20 #6 transferring dockerfile: 1.82kB done 08:10:20 #6 DONE 0.0s 08:10:20 08:10:20 #7 [security-proxy-auth internal] load build definition from Dockerfile 08:10:20 #7 transferring dockerfile: 2.04kB done 08:10:20 #7 DONE 0.0s 08:10:20 08:10:20 #8 [support-notifications internal] load build definition from Dockerfile 08:10:20 #8 transferring dockerfile: 1.84kB done 08:10:20 #8 DONE 0.0s 08:10:20 08:10:20 #9 [security-spire-config internal] load build definition from Dockerfile 08:10:20 #9 transferring dockerfile: 2.58kB done 08:10:20 #9 DONE 0.1s 08:10:20 08:10:20 #10 [support-scheduler internal] load build definition from Dockerfile 08:10:20 #10 transferring dockerfile: 1.82kB done 08:10:20 #10 DONE 0.1s 08:10:20 08:10:20 #11 [core-common-config-bootstrapper internal] load build definition from Dockerfile 08:10:20 #11 transferring dockerfile: 2.12kB done 08:10:20 #11 DONE 0.1s 08:10:20 08:10:20 #12 [security-proxy-setup internal] load .dockerignore 08:10:20 #12 transferring context: 56B done 08:10:20 #12 DONE 0.0s 08:10:20 08:10:20 #13 [core-metadata internal] load build definition from Dockerfile 08:10:20 #13 transferring dockerfile: 1.96kB done 08:10:20 #13 DONE 0.1s 08:10:20 08:10:20 #14 [core-data internal] load build definition from Dockerfile 08:10:20 #14 transferring dockerfile: 1.90kB done 08:10:20 #14 DONE 0.1s 08:10:20 08:10:20 #15 [security-spire-agent internal] load build definition from Dockerfile 08:10:20 #15 transferring dockerfile: 2.68kB done 08:10:20 #15 DONE 0.1s 08:10:20 ---> Running in 620d21486a3f 08:10:20 Removing intermediate container 620d21486a3f 08:10:20 ---> 19738d242203 08:10:20 Step 3/4 : COPY go.mod . 08:10:20 08:10:20 #16 [security-spiffe-token-provider internal] load .dockerignore 08:10:20 #16 transferring context: 56B done 08:10:20 #16 DONE 0.1s 08:10:20 08:10:20 #17 [security-bootstrapper internal] load .dockerignore 08:10:20 #17 ... 08:10:20 08:10:20 #18 [security-spire-server internal] load .dockerignore 08:10:20 #18 transferring context: 56B done 08:10:20 #18 DONE 0.1s 08:10:20 08:10:20 #19 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 08:10:20 #19 DONE 0.0s 08:10:20 08:10:20 #17 [security-bootstrapper internal] load .dockerignore 08:10:20 #17 transferring context: 56B done 08:10:20 #17 DONE 0.2s 08:10:20 08:10:20 #20 [security-secretstore-setup internal] load .dockerignore 08:10:20 #20 transferring context: 56B done 08:10:20 #20 DONE 0.2s 08:10:20 08:10:20 #21 [security-proxy-auth internal] load .dockerignore 08:10:20 #21 transferring context: 56B done 08:10:20 #21 DONE 0.1s 08:10:20 08:10:20 #22 [core-command internal] load .dockerignore 08:10:20 #22 transferring context: 56B done 08:10:20 #22 DONE 0.2s 08:10:20 08:10:20 #23 [support-scheduler internal] load .dockerignore 08:10:20 #23 transferring context: 56B done 08:10:20 #23 DONE 0.1s 08:10:20 08:10:20 #24 [support-notifications internal] load .dockerignore 08:10:20 #24 transferring context: 56B done 08:10:20 #24 DONE 0.2s 08:10:20 08:10:20 #25 [security-spire-config internal] load .dockerignore 08:10:20 #25 transferring context: 56B done 08:10:20 #25 DONE 0.2s 08:10:20 08:10:20 #19 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 08:10:20 #19 DONE 0.0s 08:10:20 08:10:20 #26 [core-metadata internal] load .dockerignore 08:10:20 #26 transferring context: 56B done 08:10:20 #26 DONE 0.1s 08:10:20 08:10:20 #27 [core-common-config-bootstrapper internal] load .dockerignore 08:10:20 #27 transferring context: 56B done 08:10:20 #27 DONE 0.2s 08:10:20 08:10:20 #28 [core-data internal] load .dockerignore 08:10:20 #28 transferring context: 56B done 08:10:20 #28 DONE 0.2s 08:10:20 08:10:20 #29 [security-spire-agent internal] load .dockerignore 08:10:20 #29 transferring context: 56B done 08:10:20 #29 DONE 0.2s 08:10:20 08:10:20 #30 [core-command internal] load metadata for docker.io/library/alpine:3.17 08:10:20 #30 ... 08:10:20 08:10:20 #19 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 08:10:20 #19 DONE 0.0s 08:10:20 08:10:20 #30 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.17 08:10:21 ---> 9062d53db73b 08:10:21 Step 4/4 : RUN go mod download 08:10:21 ---> Running in 882b9b5e6c96 08:10:21 #30 ... 08:10:21 08:10:21 #19 [security-spire-agent internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 08:10:21 #19 DONE 0.0s 08:10:21 08:10:21 #30 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.17 08:10:21 #30 DONE 0.7s 08:10:21 08:10:21 #31 [security-spire-agent stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 08:10:21 #31 resolve docker.io/library/alpine:3.17@sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 0.0s done 08:10:21 #31 resolve docker.io/library/alpine:3.17@sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 0.0s done 08:10:21 #31 sha256:81a4480db344455c6e0dbbca3188962273b5eb5c22efa3fef05824de6048bfa8 528B / 528B done 08:10:21 #31 sha256:1f73a9d63274924f077b22c7e5a894667cb6a7073638e7d5df3b43be14d1c9ab 1.47kB / 1.47kB done 08:10:21 #31 sha256:81a4480db344455c6e0dbbca3188962273b5eb5c22efa3fef05824de6048bfa8 528B / 528B done 08:10:21 #31 sha256:1f73a9d63274924f077b22c7e5a894667cb6a7073638e7d5df3b43be14d1c9ab 1.47kB / 1.47kB done 08:10:21 #31 sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 1.64kB / 1.64kB done 08:10:21 #31 DONE 0.5s 08:10:21 08:10:21 #32 [security-spire-agent builder 1/7] FROM docker.io/library/ci-base-image-x86_64 08:10:24 #32 DONE 3.2s 08:10:24 08:10:24 #33 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go 08:10:30 #33 ... 08:10:30 08:10:30 #34 [security-proxy-setup internal] load build context 08:10:30 #34 transferring context: 277.50MB 7.9s 08:10:30 #34 transferring context: 359.20MB 8.9s done 08:10:30 #34 ... 08:10:30 08:10:30 #35 [security-spire-config internal] load build context 08:10:30 #35 transferring context: 359.20MB 9.1s done 08:10:31 #35 ... 08:10:31 08:10:31 #36 [core-metadata internal] load build context 08:10:31 #36 ... 08:10:31 08:10:31 #37 [security-spire-server internal] load build context 08:10:31 #37 transferring context: 359.20MB 9.0s done 08:10:31 #37 ... 08:10:31 08:10:31 #38 [core-data internal] load build context 08:10:31 #38 ... 08:10:31 08:10:31 #39 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 08:10:31 #39 ... 08:10:31 08:10:31 #40 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 08:10:32 #40 ... 08:10:32 08:10:32 #41 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 08:10:32 #41 ... 08:10:32 08:10:32 #42 [security-spire-agent internal] load build context 08:10:32 #42 ... 08:10:32 08:10:32 #43 [security-spiffe-token-provider internal] load build context 08:10:32 #43 ... 08:10:32 08:10:32 #44 [security-bootstrapper internal] load build context 08:10:32 #44 ... 08:10:32 08:10:32 #45 [support-scheduler internal] load build context 08:10:32 #45 ... 08:10:32 08:10:32 #46 [security-proxy-auth internal] load build context 08:10:32 #46 transferring context: 359.20MB 8.8s done 08:10:32 #46 ... 08:10:32 08:10:32 #47 [core-command internal] load build context 08:10:32 #47 ... 08:10:32 08:10:32 #48 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 08:10:32 #0 10.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:10:32 #0 10.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:10:32 #0 10.82 (1/4) Installing ca-certificates (20230506-r0) 08:10:32 #0 10.84 (2/4) Installing dumb-init (1.2.5-r2) 08:10:32 #0 10.84 (3/4) Installing su-exec (0.2-r2) 08:10:32 #0 10.85 (4/4) Installing yq (4.30.4-r4) 08:10:32 #0 10.91 Executing busybox-1.35.0-r29.trigger 08:10:32 #0 10.91 Executing ca-certificates-20230506-r0.trigger 08:10:32 #0 10.98 OK: 17 MiB in 19 packages 08:10:32 #48 ... 08:10:32 08:10:32 #49 [core-common-config-bootstrapper internal] load build context 08:10:33 #49 ... 08:10:33 08:10:33 #50 [security-secretstore-setup internal] load build context 08:10:33 #50 transferring context: 359.20MB 9.1s done 08:10:33 #50 ... 08:10:33 08:10:33 #51 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init 08:10:33 #51 ... 08:10:33 08:10:33 #52 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init 08:10:33 #0 2.227 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:10:33 #0 2.443 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:10:33 #0 2.861 (1/1) Installing dumb-init (1.2.5-r2) 08:10:33 #0 2.877 Executing busybox-1.35.0-r29.trigger 08:10:33 #0 2.893 OK: 7 MiB in 16 packages 08:10:33 #52 ... 08:10:33 08:10:33 #53 [security-spire-server stage-1 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 08:10:33 #0 1.653 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:10:33 #0 4.297 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:10:33 #0 4.497 v3.17.4-45-ga92b0f0e6d7 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 08:10:33 #0 4.497 v3.17.4-37-gd76d6c9370f [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 08:10:33 #0 4.497 OK: 17820 distinct packages available 08:10:33 #0 4.532 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:10:33 #0 4.677 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:10:33 #0 4.872 (1/7) Upgrading libcrypto3 (3.0.9-r1 -> 3.0.9-r2) 08:10:33 #0 4.902 (2/7) Upgrading libssl3 (3.0.9-r1 -> 3.0.9-r2) 08:10:33 #0 4.913 (3/7) Installing dumb-init (1.2.5-r2) 08:10:33 #0 4.917 (4/7) Installing musl-obstack (1.2.3-r0) 08:10:33 #0 4.920 (5/7) Installing libucontext (1.2-r0) 08:10:33 #0 4.923 (6/7) Installing gcompat (1.1.0-r0) 08:10:33 #0 4.944 (7/7) Installing openssl (3.0.9-r2) 08:10:33 #0 4.944 Executing busybox-1.35.0-r29.trigger 08:10:33 #0 4.948 OK: 8 MiB in 20 packages 08:10:33 #53 ... 08:10:33 08:10:33 #54 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl 08:10:33 #54 ... 08:10:33 08:10:33 #55 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 08:10:34 #55 ... 08:10:34 08:10:34 #56 [support-notifications internal] load build context 08:10:34 #56 transferring context: 359.20MB 12.2s done 08:10:34 #56 ... 08:10:34 08:10:34 #47 [core-command internal] load build context 08:10:34 #47 transferring context: 359.20MB 13.3s done 08:10:41 #47 ... 08:10:41 08:10:41 #36 [core-metadata internal] load build context 08:10:41 #36 transferring context: 359.20MB 12.1s done 08:10:41 #36 ... 08:10:41 08:10:41 #42 [security-spire-agent internal] load build context 08:10:41 #42 transferring context: 359.20MB 12.9s done 08:10:42 #42 ... 08:10:42 08:10:42 #38 [core-data internal] load build context 08:10:42 #38 transferring context: 359.20MB 11.8s done 08:10:42 #38 ... 08:10:42 08:10:42 #43 [security-spiffe-token-provider internal] load build context 08:10:42 #43 transferring context: 359.20MB 12.9s done 08:10:42 #43 ... 08:10:42 08:10:42 #45 [support-scheduler internal] load build context 08:10:42 #45 transferring context: 359.20MB 12.9s done 08:10:43 #45 ... 08:10:43 08:10:43 #44 [security-bootstrapper internal] load build context 08:10:43 #44 transferring context: 359.20MB 12.2s done 08:10:43 #44 ... 08:10:43 08:10:43 #49 [core-common-config-bootstrapper internal] load build context 08:10:43 #49 transferring context: 359.20MB 12.2s done 08:10:43 #49 ... 08:10:43 08:10:43 #39 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 08:10:43 #39 13.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:10:43 #39 13.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:10:43 #39 14.13 (1/2) Installing dumb-init (1.2.5-r2) 08:10:43 #39 14.14 (2/2) Installing su-exec (0.2-r2) 08:10:43 #39 14.14 Executing busybox-1.35.0-r29.trigger 08:10:43 #39 14.15 OK: 7 MiB in 17 packages 08:10:59 Removing intermediate container 882b9b5e6c96 08:10:59 ---> 1440b306c868 08:10:59 Successfully built 1440b306c868 08:10:59 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:00 + docker inspect -f . ci-base-image-arm64 08:11:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:11:00 prd-ubuntu20.04-docker-arm64-4c-16g-1517 does not seem to be running inside a container 08:11:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:11:01 $ docker top 6c41495d9cf1183162f2613045506017b7427bc9ff84d0dca7ada0d597d7cd3a -eo pid,comm [Pipeline] { [Pipeline] sh 08:11:02 + go version 08:11:02 go version go1.20.6 linux/arm64 [Pipeline] } 08:11:02 $ docker stop --time=1 6c41495d9cf1183162f2613045506017b7427bc9ff84d0dca7ada0d597d7cd3a 08:11:04 $ docker rm -f --volumes 6c41495d9cf1183162f2613045506017b7427bc9ff84d0dca7ada0d597d7cd3a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:05 + docker inspect -f . ci-base-image-arm64 08:11:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:11:05 prd-ubuntu20.04-docker-arm64-4c-16g-1517 does not seem to be running inside a container 08:11:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:11:06 $ docker top 3ac411dac452b951e938a014b3b6bbaac1bce1a8aa4f5d3dd29174caa0b26653 -eo pid,comm [Pipeline] { [Pipeline] echo 08:11:06 ========================================================= 08:11:06 [edgeXBuildGoParallel] Running Tests and Build... 08:11:06 ========================================================= [Pipeline] sh 08:11:07 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 08:11:07 + make test 08:11:07 go test -race -coverprofile=coverage.out ./... 08:11:15 #39 ... 08:11:15 08:11:15 #46 [security-proxy-auth internal] load build context 08:11:15 #46 DONE 53.5s 08:11:15 08:11:15 #33 [security-proxy-auth builder 2/7] WORKDIR /edgex-go 08:11:15 #33 DONE 50.7s 08:11:15 08:11:15 #57 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 08:11:15 #57 ... 08:11:15 08:11:15 #39 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 08:11:15 #39 DONE 53.2s 08:11:15 08:11:15 #48 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 08:11:15 #48 DONE 53.2s 08:11:15 08:11:15 #52 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init 08:11:15 #52 DONE 53.0s 08:11:15 08:11:15 #53 [security-spire-agent stage-1 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 08:11:15 #53 DONE 53.1s 08:11:15 08:11:15 #37 [security-spire-server internal] load build context 08:11:15 #37 DONE 53.8s 08:11:15 08:11:15 #50 [security-secretstore-setup internal] load build context 08:11:15 #50 DONE 53.8s 08:11:15 08:11:15 #35 [security-spire-config internal] load build context 08:11:15 #35 DONE 53.8s 08:11:15 08:11:15 #34 [security-proxy-setup internal] load build context 08:11:15 #34 DONE 53.7s 08:11:15 08:11:15 #58 [core-command builder 3/7] RUN apk add --update --no-cache make git 08:11:15 #58 ... 08:11:15 08:11:15 #38 [core-data internal] load build context 08:11:15 #38 DONE 53.8s 08:11:15 08:11:15 #36 [core-metadata internal] load build context 08:11:15 #36 DONE 54.0s 08:11:15 08:11:15 #44 [security-bootstrapper internal] load build context 08:11:15 #44 DONE 54.0s 08:11:15 08:11:15 #49 [core-common-config-bootstrapper internal] load build context 08:11:15 #49 DONE 54.0s 08:11:15 08:11:15 #56 [support-notifications internal] load build context 08:11:15 #56 DONE 54.0s 08:11:15 08:11:15 #42 [security-spire-agent internal] load build context 08:11:15 #42 DONE 54.0s 08:11:15 08:11:15 #59 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 08:11:15 #59 ... 08:11:15 08:11:15 #45 [support-scheduler internal] load build context 08:11:15 #45 DONE 54.1s 08:11:15 08:11:15 #47 [core-command internal] load build context 08:11:15 #47 DONE 54.1s 08:11:15 08:11:15 #43 [security-spiffe-token-provider internal] load build context 08:11:15 #43 DONE 54.1s 08:11:15 08:11:15 #51 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init 08:11:15 #51 53.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:11:15 #51 53.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:11:16 #51 54.05 (1/1) Installing dumb-init (1.2.5-r2) 08:11:16 #51 54.05 Executing busybox-1.35.0-r29.trigger 08:11:16 #51 54.06 OK: 7 MiB in 16 packages 08:11:16 #51 DONE 54.5s 08:11:16 08:11:16 #54 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl 08:11:16 #54 53.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:11:16 #54 53.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:11:16 #54 54.02 (1/4) Upgrading libcrypto3 (3.0.9-r1 -> 3.0.9-r2) 08:11:16 #54 54.07 (2/4) Upgrading libssl3 (3.0.9-r1 -> 3.0.9-r2) 08:11:16 #54 54.08 (3/4) Installing dumb-init (1.2.5-r2) 08:11:16 #54 54.09 (4/4) Installing openssl (3.0.9-r2) 08:11:16 #54 54.10 Executing busybox-1.35.0-r29.trigger 08:11:16 #54 54.10 OK: 8 MiB in 17 packages 08:11:16 #54 DONE 54.4s 08:11:16 08:11:16 #60 [security-proxy-setup stage-1 3/9] WORKDIR /edgex 08:11:16 #60 DONE 0.1s 08:11:16 08:11:16 #41 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 08:11:16 #41 53.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:11:16 #41 53.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:11:16 #41 54.02 (1/2) Installing ca-certificates (20230506-r0) 08:11:16 #41 54.04 (2/2) Installing dumb-init (1.2.5-r2) 08:11:16 #41 54.04 Executing busybox-1.35.0-r29.trigger 08:11:16 #41 54.05 Executing ca-certificates-20230506-r0.trigger 08:11:16 #41 54.48 OK: 8 MiB in 17 packages 08:11:16 #41 DONE 54.6s 08:11:16 08:11:16 #59 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 08:11:16 #59 1.032 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:11:16 #59 1.158 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:11:16 #59 1.474 OK: 265 MiB in 53 packages 08:11:16 #59 DONE 1.8s 08:11:16 08:11:16 #61 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 08:11:16 #61 DONE 0.1s 08:11:16 08:11:16 #55 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 08:11:16 #55 53.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:11:16 #55 53.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:11:16 #55 54.01 v3.17.4-45-ga92b0f0e6d7 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 08:11:16 #55 54.01 v3.17.4-37-gd76d6c9370f [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 08:11:16 #55 54.01 OK: 17820 distinct packages available 08:11:16 #55 54.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:11:16 #55 54.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:11:16 #55 54.49 (1/4) Installing dumb-init (1.2.5-r2) 08:11:16 #55 54.50 (2/4) Installing musl-obstack (1.2.3-r0) 08:11:16 #55 54.50 (3/4) Installing libucontext (1.2-r0) 08:11:16 #55 54.51 (4/4) Installing gcompat (1.1.0-r0) 08:11:16 #55 54.52 Executing busybox-1.35.0-r29.trigger 08:11:16 #55 54.53 OK: 7 MiB in 19 packages 08:11:16 #55 DONE 54.9s 08:11:16 08:11:16 #40 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 08:11:16 #40 53.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:11:16 #40 53.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:11:16 #40 54.06 v3.17.4-45-ga92b0f0e6d7 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 08:11:16 #40 54.06 v3.17.4-37-gd76d6c9370f [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 08:11:16 #40 54.06 OK: 17820 distinct packages available 08:11:16 #40 54.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:11:16 #40 54.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:11:16 #40 54.62 (1/9) Installing ca-certificates (20230506-r0) 08:11:16 #40 54.62 (2/9) Installing brotli-libs (1.0.9-r9) 08:11:16 #40 54.64 (3/9) Installing nghttp2-libs (1.51.0-r0) 08:11:16 #40 54.64 (4/9) Installing libcurl (8.1.2-r0) 08:11:16 #40 54.73 (5/9) Installing curl (8.1.2-r0) 08:11:16 #40 54.74 (6/9) Installing dumb-init (1.2.5-r2) 08:11:16 #40 54.74 (7/9) Installing musl-obstack (1.2.3-r0) 08:11:16 #40 54.75 (8/9) Installing libucontext (1.2-r0) 08:11:16 #40 54.75 (9/9) Installing gcompat (1.1.0-r0) 08:11:16 #40 54.75 Executing busybox-1.35.0-r29.trigger 08:11:16 #40 54.76 Executing ca-certificates-20230506-r0.trigger 08:11:17 #40 54.86 OK: 10 MiB in 24 packages 08:11:17 #40 DONE 55.1s 08:11:17 08:11:17 #57 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 08:11:17 #57 1.550 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:11:17 #57 1.700 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:11:17 #57 2.000 v3.17.4-45-ga92b0f0e6d7 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 08:11:17 #57 2.000 v3.17.4-37-gd76d6c9370f [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 08:11:17 #57 2.000 OK: 17820 distinct packages available 08:11:17 #57 2.053 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:11:17 #57 ... 08:11:17 08:11:17 #62 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 08:11:17 #62 DONE 2.2s 08:11:17 08:11:17 #63 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 08:11:17 #0 1.550 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:11:17 #0 1.695 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:11:17 #0 1.983 OK: 265 MiB in 53 packages 08:11:17 #63 DONE 2.2s 08:11:17 08:11:17 #64 [security-spire-config builder 3/9] RUN apk add --update --no-cache make git build-base curl 08:11:17 #0 1.556 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:11:17 #0 1.703 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:11:17 #0 1.974 OK: 265 MiB in 53 packages 08:11:17 #64 DONE 2.2s 08:11:17 08:11:17 #65 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging 08:11:17 #65 DONE 0.1s 08:11:17 08:11:17 #66 [support-notifications builder 4/7] COPY go.mod vendor* ./ 08:11:17 #66 DONE 0.1s 08:11:17 08:11:17 #67 [security-spire-server builder 4/9] COPY go.mod vendor* ./ 08:11:17 #67 DONE 0.1s 08:11:17 08:11:17 #58 [core-command builder 3/7] RUN apk add --update --no-cache make git 08:11:17 #58 2.335 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:11:18 #58 3.180 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:11:18 #58 ... 08:11:18 08:11:18 #57 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 08:11:18 #57 3.093 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:11:18 #57 3.300 OK: 265 MiB in 53 packages 08:11:18 #57 DONE 3.6s 08:11:18 08:11:18 #68 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 08:11:18 #68 DONE 0.0s 08:11:18 08:11:18 #69 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:11:19 #69 ... 08:11:19 08:11:19 #58 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 08:11:19 #58 4.313 OK: 265 MiB in 53 packages 08:11:19 #58 DONE 4.4s 08:11:19 08:11:19 #70 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 08:11:19 #70 DONE 0.1s 08:11:19 08:11:19 #71 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:11:27 #71 ... 08:11:27 08:11:27 #72 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:11:27 #72 ... 08:11:27 08:11:27 #73 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:11:27 #73 ... 08:11:27 08:11:27 #74 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:11:46 ? github.com/edgexfoundry/edgex-go [no test files] 08:12:23 #74 ... 08:12:23 08:12:23 #71 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:12:23 #71 DONE 61.8s 08:12:23 08:12:23 #73 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:12:23 #73 DONE 64.0s 08:12:23 08:12:23 #72 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:12:23 #72 DONE 64.7s 08:12:23 08:12:23 #75 [security-spire-server builder 6/9] COPY . . 08:12:23 #75 ... 08:12:23 08:12:23 #74 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:12:23 #74 DONE 64.1s 08:12:23 08:12:23 #69 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:12:23 #69 DONE 62.7s 08:12:23 08:12:23 #76 [support-notifications builder 6/7] COPY . . 08:12:32 #76 ... 08:12:32 08:12:32 #77 [core-common-config-bootstrapper builder 6/7] COPY . . 08:12:32 #77 ... 08:12:32 08:12:32 #78 [security-secretstore-setup builder 6/7] COPY . . 08:12:32 #78 ... 08:12:32 08:12:32 #79 [security-spiffe-token-provider builder 6/7] COPY . . 08:12:38 #79 ... 08:12:38 08:12:38 #76 [support-notifications builder 6/7] COPY . . 08:12:38 #76 DONE 17.2s 08:12:38 08:12:38 #78 [security-secretstore-setup builder 6/7] COPY . . 08:12:38 #78 DONE 17.3s 08:12:38 08:12:38 #80 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:12:38 #80 CACHED 08:12:38 08:12:38 #81 [security-bootstrapper builder 6/7] COPY . . 08:12:38 #81 CACHED 08:12:38 08:12:38 #82 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 08:12:38 #82 CACHED 08:12:38 08:12:38 #75 [security-spire-server builder 6/9] COPY . . 08:12:38 #75 DONE 17.3s 08:12:38 08:12:38 #77 [core-common-config-bootstrapper builder 6/7] COPY . . 08:12:38 #77 DONE 17.3s 08:12:38 08:12:38 #83 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:12:38 #83 CACHED 08:12:38 08:12:38 #84 [core-metadata builder 4/7] COPY go.mod vendor* ./ 08:12:38 #84 CACHED 08:12:38 08:12:38 #85 [core-metadata builder 6/7] COPY . . 08:12:38 #85 CACHED 08:12:38 08:12:38 #86 [core-data builder 4/7] COPY go.mod vendor* ./ 08:12:38 #86 CACHED 08:12:38 08:12:38 #87 [core-data builder 6/7] COPY . . 08:12:38 #87 CACHED 08:12:38 08:12:38 #88 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:12:38 #88 CACHED 08:12:38 08:12:38 #89 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:12:38 #89 CACHED 08:12:38 08:12:38 #90 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 08:12:38 #90 CACHED 08:12:38 08:12:38 #91 [support-scheduler builder 6/7] COPY . . 08:12:38 #91 CACHED 08:12:38 08:12:38 #92 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 08:12:38 #92 CACHED 08:12:38 08:12:38 #93 [security-proxy-auth builder 6/7] COPY . . 08:12:38 #93 CACHED 08:12:38 08:12:38 #94 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:12:38 #94 CACHED 08:12:38 08:12:38 #95 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:12:38 #95 CACHED 08:12:38 08:12:38 #96 [core-command builder 4/7] COPY go.mod vendor* ./ 08:12:38 #96 CACHED 08:12:38 08:12:38 #97 [core-command builder 6/7] COPY . . 08:12:38 #97 CACHED 08:12:38 08:12:38 #79 [security-spiffe-token-provider builder 6/7] COPY . . 08:12:38 #79 DONE 17.3s 08:12:38 08:12:38 #98 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 08:12:38 #98 CACHED 08:12:38 08:12:38 #99 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:12:38 #99 CACHED 08:12:38 08:12:38 #100 [security-proxy-setup builder 6/7] COPY . . 08:12:38 #100 CACHED 08:12:38 08:12:38 #101 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 08:12:38 #101 ... 08:12:38 08:12:38 #102 [security-spire-config builder 6/9] COPY . . 08:12:38 #102 CACHED 08:12:38 08:12:38 #103 [security-spire-config builder 7/9] WORKDIR /edgex-go/spire-build 08:12:38 #103 CACHED 08:12:38 08:12:38 #104 [security-spire-config builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:12:38 #104 CACHED 08:12:38 08:12:38 #105 [security-spire-config builder 4/9] COPY go.mod vendor* ./ 08:12:38 #105 CACHED 08:12:38 08:12:38 #106 [security-spire-server builder 7/9] WORKDIR /edgex-go/spire-build 08:12:38 #106 DONE 0.2s 08:12:38 08:12:38 #107 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:12:38 #0 0.442 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:12:42 #107 ... 08:12:42 08:12:42 #108 [security-spire-config builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 08:12:42 #108 DONE 4.1s 08:12:42 08:12:42 #109 [security-spire-server builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 08:12:42 #109 DONE 4.3s 08:12:42 08:12:42 #110 [security-spire-server builder 9/9] WORKDIR /edgex-go 08:12:43 #110 ... 08:12:43 08:12:43 #111 [security-spire-config builder 9/9] WORKDIR /edgex-go 08:12:43 #111 DONE 1.2s 08:12:44 08:12:44 #110 [security-spire-server builder 9/9] WORKDIR /edgex-go 08:12:44 #110 DONE 1.1s 08:12:44 08:12:44 #112 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:12:44 #0 1.116 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:12:44 #112 ... 08:12:44 08:12:44 #113 [security-spire-server stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 08:12:44 #113 DONE 0.1s 08:12:44 08:12:44 #114 [security-spire-config stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / 08:12:44 #114 DONE 0.1s 08:12:44 08:12:44 #115 [security-spire-agent builder 4/9] COPY go.mod vendor* ./ 08:12:44 #115 CACHED 08:12:44 08:12:44 #116 [security-spire-agent builder 7/9] WORKDIR /edgex-go/spire-build 08:12:44 #116 CACHED 08:12:44 08:12:44 #117 [security-spire-agent stage-1 4/9] COPY --from=builder /edgex-go/security.txt / 08:12:44 #117 CACHED 08:12:44 08:12:44 #118 [security-spire-agent builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:12:44 #118 CACHED 08:12:44 08:12:44 #119 [security-spire-agent builder 9/9] WORKDIR /edgex-go 08:12:44 #119 CACHED 08:12:44 08:12:44 #120 [security-spire-agent stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / 08:12:44 #120 CACHED 08:12:44 08:12:44 #121 [security-spire-agent builder 6/9] COPY . . 08:12:44 #121 CACHED 08:12:44 08:12:44 #122 [security-spire-agent builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 08:12:44 #122 CACHED 08:12:44 08:12:44 #123 [security-spire-server stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 08:12:44 #123 DONE 0.1s 08:12:44 08:12:44 #124 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 08:12:46 #124 DONE 1.5s 08:12:46 08:12:46 #125 [security-spire-config stage-1 4/9] COPY --from=builder /edgex-go/security.txt / 08:12:46 #125 DONE 1.4s 08:12:46 08:12:46 #126 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 08:12:46 #126 ... 08:12:46 08:12:46 #127 [security-spire-agent stage-1 5/9] COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 08:12:46 #127 DONE 1.6s 08:12:46 08:12:46 #128 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 08:12:48 #128 ... 08:12:48 08:12:48 #126 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 08:12:48 #126 DONE 2.0s 08:12:48 08:12:48 #129 [security-spire-server stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 08:12:48 #129 DONE 2.0s 08:12:48 08:12:48 #128 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 08:12:48 #128 DONE 2.0s 08:12:48 08:12:48 #130 [security-spire-agent stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 08:12:48 #130 ... 08:12:48 08:12:48 #131 [security-spire-config stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 08:12:48 #131 DONE 0.2s 08:12:48 08:12:48 #132 [security-spire-server stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 08:12:48 #132 DONE 0.2s 08:12:48 08:12:48 #133 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:12:48 #0 0.650 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:12:48 #133 ... 08:12:48 08:12:48 #130 [security-spire-agent stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 08:12:48 #130 DONE 0.3s 08:12:48 08:12:48 #134 [security-spire-config stage-1 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d 08:12:48 #134 DONE 0.2s 08:12:48 08:12:48 #135 [security-spire-server stage-1 8/8] COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 08:12:48 #135 DONE 0.1s 08:12:48 08:12:48 #136 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 08:12:48 #0 1.437 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 08:12:48 #136 ... 08:12:48 08:12:48 #137 [security-spire-agent stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 08:12:48 #137 DONE 0.1s 08:12:48 08:12:48 #138 [security-spire-config stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 08:12:48 #138 DONE 0.1s 08:12:48 08:12:48 #139 [security-spire-agent stage-1 9/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 08:12:48 #139 DONE 0.1s 08:12:48 08:12:48 #140 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 08:12:48 #0 0.905 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 08:12:48 #140 ... 08:12:48 08:12:48 #141 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 08:12:48 #0 0.697 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 08:12:48 #141 ... 08:12:48 08:12:48 #142 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 08:12:48 #0 0.864 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 08:12:49 #142 ... 08:12:49 08:12:49 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 08:12:49 #0 0.864 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 08:12:49 #143 ... 08:12:49 08:12:49 #144 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 08:12:49 #0 1.379 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 08:12:49 #144 ... 08:12:49 08:12:49 #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:12:49 #0 1.117 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:12:49 #145 ... 08:12:49 08:12:49 #146 [security-spire-agent] exporting to image 08:12:49 #146 exporting layers 0.8s done 08:12:49 #146 writing image sha256:ef523f72c1ec48e04f96e6c4abe0c0960f8f4918a73708d1d66c2dcace30daf0 0.0s done 08:12:49 #146 writing image sha256:edd7e6841b263b54a4bb38936759818cdc066280f2ad8556bff4e79edb0babce done 08:12:49 #146 naming to docker.io/library/security-spire-config done 08:12:49 #146 naming to docker.io/library/security-spire-server done 08:12:49 #146 writing image sha256:d6aa38d0628b627b4f37886ad61f7cc4111e96f2a505c378b9a00e9bce35ce3d done 08:12:49 #146 naming to docker.io/library/security-spire-agent done 08:12:49 #146 DONE 0.9s 08:12:49 08:12:49 #101 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 08:12:49 #101 1.483 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 08:13:38 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:13:38 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 08:13:38 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:13:38 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:13:38 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:13:38 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:13:38 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:13:38 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 08:13:38 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:13:38 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 08:13:41 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:13:41 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:13:41 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 08:13:41 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:13:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:13:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:13:56 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.362s coverage: 28.7% of statements 08:13:57 #101 ... 08:13:57 08:13:57 #133 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:13:57 #133 70.69 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:14:06 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.280s coverage: 98.5% of statements 08:14:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 08:14:11 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 08:14:11 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 08:14:14 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.417s coverage: 71.5% of statements 08:14:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:14:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:14:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.360s coverage: 54.0% of statements 08:14:19 #133 ... 08:14:19 08:14:19 #142 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 08:14:19 #142 DONE 99.0s 08:14:19 08:14:19 #141 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 08:14:19 #141 DONE 99.0s 08:14:19 08:14:19 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 08:14:19 #143 DONE 99.1s 08:14:19 08:14:19 #147 [security-proxy-setup stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 08:14:19 #147 ... 08:14:19 08:14:19 #101 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 08:14:19 #101 DONE 99.1s 08:14:19 08:14:19 #144 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 08:14:19 #144 DONE 99.3s 08:14:19 08:14:19 #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:14:19 #145 DONE 99.4s 08:14:19 08:14:19 #148 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 08:14:19 #148 ... 08:14:19 08:14:19 #107 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:14:19 #107 DONE 99.6s 08:14:19 08:14:19 #140 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 08:14:19 #140 DONE 99.6s 08:14:19 08:14:19 #133 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:14:19 #133 DONE 99.6s 08:14:19 08:14:19 #149 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 08:14:19 #149 ... 08:14:19 08:14:19 #112 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:14:19 #112 DONE 99.8s 08:14:19 08:14:19 #136 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 08:14:19 #136 DONE 99.8s 08:14:19 08:14:19 #150 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / 08:14:19 #150 ... 08:14:19 08:14:19 #151 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / 08:14:19 #151 DONE 1.0s 08:14:19 08:14:19 #152 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 08:14:19 #152 DONE 0.8s 08:14:19 08:14:19 #148 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 08:14:19 #148 DONE 1.0s 08:14:19 08:14:19 #147 [security-proxy-setup stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 08:14:19 #147 DONE 1.1s 08:14:19 08:14:19 #149 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 08:14:19 #149 DONE 0.5s 08:14:19 08:14:19 #150 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / 08:14:19 #150 DONE 0.5s 08:14:19 08:14:19 #153 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 08:14:19 #153 DONE 0.5s 08:14:19 08:14:19 #154 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / 08:14:19 #154 ... 08:14:19 08:14:19 #155 [security-proxy-setup stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 08:14:19 #155 DONE 0.2s 08:14:19 08:14:19 #156 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 08:14:19 #156 DONE 0.2s 08:14:19 08:14:19 #157 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 08:14:19 #157 CACHED 08:14:19 08:14:19 #158 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 08:14:19 #158 CACHED 08:14:19 08:14:19 #159 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 08:14:19 #159 CACHED 08:14:19 08:14:19 #160 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 08:14:19 #160 CACHED 08:14:19 08:14:19 #161 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 08:14:19 #161 DONE 0.2s 08:14:19 08:14:19 #162 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / 08:14:19 #162 DONE 0.3s 08:14:19 08:14:19 #163 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 08:14:19 #163 CACHED 08:14:19 08:14:19 #164 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 08:14:19 #164 CACHED 08:14:19 08:14:19 #165 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 08:14:19 #165 CACHED 08:14:19 08:14:19 #166 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 08:14:19 #166 CACHED 08:14:19 08:14:19 #167 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 08:14:19 #167 DONE 0.2s 08:14:19 08:14:19 #154 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / 08:14:19 #154 DONE 0.2s 08:14:19 08:14:19 #168 [security-secretstore-setup stage-1 5/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:14:21 #168 DONE 2.2s 08:14:21 08:14:21 #169 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 08:14:21 #169 DONE 2.3s 08:14:21 08:14:21 #170 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:14:21 #170 DONE 2.3s 08:14:21 08:14:21 #171 [security-proxy-setup stage-1 6/9] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 08:14:21 #171 DONE 2.3s 08:14:21 08:14:21 #172 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 08:14:21 #172 ... 08:14:21 08:14:21 #173 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:14:21 #173 DONE 2.4s 08:14:21 08:14:21 #174 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:14:21 #174 DONE 2.4s 08:14:21 08:14:21 #175 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 08:14:21 #175 DONE 2.4s 08:14:21 08:14:21 #176 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:14:21 #176 DONE 2.4s 08:14:21 08:14:21 #177 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:14:21 #177 DONE 2.4s 08:14:21 08:14:21 #178 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 08:14:21 #178 DONE 2.5s 08:14:21 08:14:21 #179 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh 08:14:21 #179 DONE 2.7s 08:14:21 08:14:21 #180 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / 08:14:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 08:14:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 08:14:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 08:14:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 08:14:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:14:21 #180 ... 08:14:21 08:14:21 #181 [security-spiffe-token-provider stage-1 6/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 08:14:21 #181 DONE 0.7s 08:14:21 08:14:21 #182 [security-secretstore-setup stage-1 6/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 08:14:21 #182 DONE 0.7s 08:14:21 08:14:21 #172 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 08:14:21 #172 DONE 0.8s 08:14:21 08:14:21 #183 [security-proxy-setup stage-1 7/9] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:14:21 #183 DONE 0.8s 08:14:21 08:14:21 #146 [security-spiffe-token-provider] exporting to image 08:14:21 #146 exporting layers 08:14:21 #146 ... 08:14:21 08:14:21 #184 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 08:14:21 #184 DONE 0.8s 08:14:21 08:14:21 #185 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 08:14:21 #185 DONE 0.8s 08:14:21 08:14:21 #146 [core-data] exporting to image 08:14:22 #146 ... 08:14:22 08:14:22 #186 [core-common-config-bootstrapper stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 08:14:22 #186 DONE 0.9s 08:14:22 08:14:22 #187 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 08:14:22 #187 DONE 0.9s 08:14:22 08:14:22 #188 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 08:14:22 #188 DONE 1.0s 08:14:22 08:14:22 #146 [support-notifications] exporting to image 08:14:22 #146 ... 08:14:22 08:14:22 #189 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 08:14:22 #189 DONE 1.0s 08:14:22 08:14:22 #180 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / 08:14:22 #180 DONE 1.1s 08:14:22 08:14:22 #146 [support-notifications] exporting to image 08:14:22 #146 exporting layers 0.7s done 08:14:22 #146 ... 08:14:22 08:14:22 #190 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 08:14:22 #190 DONE 0.7s 08:14:22 08:14:22 #191 [security-proxy-setup stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 08:14:22 #191 DONE 0.7s 08:14:22 08:14:22 #146 [support-notifications] exporting to image 08:14:22 #146 exporting layers 0.6s done 08:14:22 #146 writing image sha256:1ebe99947dc1260970fe6b732e092792774fefec5115643282ab00aded639f71 08:14:22 #146 ... 08:14:22 08:14:22 #192 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 08:14:22 #192 DONE 0.6s 08:14:22 08:14:22 #193 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 08:14:22 #193 DONE 0.5s 08:14:22 08:14:22 #194 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 08:14:22 #194 DONE 0.3s 08:14:22 08:14:22 #195 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / 08:14:22 #195 DONE 0.3s 08:14:22 08:14:22 #146 [core-command] exporting to image 08:14:22 #146 exporting layers 0.4s done 08:14:22 #146 writing image sha256:1ebe99947dc1260970fe6b732e092792774fefec5115643282ab00aded639f71 0.0s done 08:14:22 #146 writing image sha256:d95cb1c56ec276bcde316b3965f6edfb5120e30a03ac51371a090a96e1e8daed done 08:14:22 #146 naming to docker.io/library/support-scheduler 0.0s done 08:14:22 #146 naming to docker.io/library/security-spiffe-token-provider done 08:14:22 #146 writing image sha256:2aee49cb6c01ade67e67e4bf5aaf230f37320d77fb3630c194879de1c07d3e0f done 08:14:22 #146 naming to docker.io/library/core-command done 08:14:22 #146 writing image sha256:0dc6b00b3a36274edcef7e8e8aa4e71b4af074756761ef6240fdbf2e0b89338e 08:14:23 #146 writing image sha256:0dc6b00b3a36274edcef7e8e8aa4e71b4af074756761ef6240fdbf2e0b89338e done 08:14:23 #146 naming to docker.io/library/core-data done 08:14:23 #146 writing image sha256:f77490a778f20f48f6caa494ad9c012e95fd4f0ccae3c0b63bcf183c10a1e3a1 08:14:23 #146 exporting layers 0.3s done 08:14:23 #146 writing image sha256:f77490a778f20f48f6caa494ad9c012e95fd4f0ccae3c0b63bcf183c10a1e3a1 0.2s done 08:14:23 #146 naming to docker.io/library/support-notifications done 08:14:23 #146 writing image sha256:4227a83e321a62feb7d013d379c489158e838efc67367f0d7cc80973c3bf421c 08:14:23 #146 writing image sha256:4227a83e321a62feb7d013d379c489158e838efc67367f0d7cc80973c3bf421c done 08:14:23 #146 naming to docker.io/library/core-metadata done 08:14:23 #146 DONE 2.4s 08:14:23 08:14:23 #196 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:14:23 #196 DONE 0.7s 08:14:23 08:14:23 #197 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:14:23 #197 DONE 0.7s 08:14:23 08:14:23 #198 [security-proxy-setup stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:14:23 #198 DONE 0.8s 08:14:23 08:14:23 #199 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 08:14:23 #199 DONE 0.4s 08:14:23 08:14:23 #200 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:14:23 #200 DONE 0.4s 08:14:23 08:14:23 #201 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:14:24 #201 DONE 0.2s 08:14:24 08:14:24 #202 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:14:24 #202 DONE 1.2s 08:14:24 08:14:24 #203 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:14:24 #203 DONE 1.2s 08:14:24 08:14:24 #204 [security-bootstrapper stage-1 11/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 08:14:24 #204 DONE 0.2s 08:14:24 08:14:24 #205 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:14:24 #205 ... 08:14:24 08:14:24 #206 [security-bootstrapper stage-1 12/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 08:14:24 #206 DONE 0.1s 08:14:24 08:14:24 #207 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 08:14:24 #207 DONE 0.1s 08:14:24 08:14:24 #146 [security-proxy-auth] exporting to image 08:14:24 #146 exporting layers 0.2s done 08:14:24 #146 writing image sha256:6a5fe2887d500aedb4da39c02eeda00987d0e547bffe2c787c621a30975bf769 done 08:14:24 #146 naming to docker.io/library/security-proxy-setup done 08:14:24 #146 writing image sha256:1d32408467fdc65d1670750965acdc2c1ce68ca56826c40aee1364ac92d3c8b1 0.0s done 08:14:24 #146 naming to docker.io/library/core-common-config-bootstrapper done 08:14:24 #146 writing image sha256:8b852e46844bf21e6ba1eb5b81d9c6e531ecfed5496714228c8aef5d76bc109d done 08:14:24 #146 naming to docker.io/library/security-proxy-auth done 08:14:24 #146 DONE 2.9s 08:14:24 08:14:24 #208 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:14:24 #208 DONE 0.1s 08:14:24 08:14:24 #205 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:14:24 #205 DONE 0.8s 08:14:24 08:14:24 #209 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh 08:14:24 #209 DONE 0.6s 08:14:24 08:14:24 #146 [security-secretstore-setup] exporting to image 08:14:25 #146 exporting layers 0.5s done 08:14:25 #146 writing image sha256:1ef915ec0732fb543c6666d6d832545c752c9029d336083fe7ebf3f5b46fa580 0.0s done 08:14:25 #146 naming to docker.io/library/security-secretstore-setup 08:14:25 #146 exporting layers 0.4s done 08:14:25 #146 naming to docker.io/library/security-secretstore-setup done 08:14:25 #146 writing image sha256:54667b56dae905feaf9c6693781ed3e60a2e779034d26921a051e27c8e900fef done 08:14:25 #146 naming to docker.io/library/security-bootstrapper done 08:14:25 #146 DONE 3.5s 08:14:25 time="2023-07-19T08:10:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:14:25 time="2023-07-19T08:10:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:14:25 time="2023-07-19T08:10:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:14:25 time="2023-07-19T08:10:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:14:25 time="2023-07-19T08:10:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:14:25 time="2023-07-19T08:10:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:14:25 time="2023-07-19T08:10:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:14:25 time="2023-07-19T08:10:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:14:25 time="2023-07-19T08:10:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:14:25 time="2023-07-19T08:10:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:14:25 time="2023-07-19T08:10:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:14:25 time="2023-07-19T08:10:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:14:25 time="2023-07-19T08:10:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:14:25 time="2023-07-19T08:10:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 08:14:25 $ docker stop --time=1 a72e478a6b3275f1bb50de722e5ebfdfae913a2bef3e2a104a0505b48ccfe773 08:14:26 $ docker rm -f --volumes a72e478a6b3275f1bb50de722e5ebfdfae913a2bef3e2a104a0505b48ccfe773 [Pipeline] // withDockerContainer [Pipeline] sh 08:14:27 + docker images 08:14:27 REPOSITORY TAG IMAGE ID CREATED SIZE 08:14:27 security-secretstore-setup latest 1ef915ec0732 2 seconds ago 43.6MB 08:14:27 security-bootstrapper latest 54667b56dae9 2 seconds ago 22.7MB 08:14:27 security-proxy-setup latest 6a5fe2887d50 3 seconds ago 24.1MB 08:14:27 core-common-config-bootstrapper latest 1d32408467fd 3 seconds ago 17.8MB 08:14:27 security-proxy-auth latest 8b852e46844b 3 seconds ago 18.9MB 08:14:27 support-notifications latest f77490a778f2 4 seconds ago 33MB 08:14:27 core-metadata latest 4227a83e321a 4 seconds ago 21.1MB 08:14:27 core-command latest 2aee49cb6c01 4 seconds ago 20.5MB 08:14:27 core-data latest 0dc6b00b3a36 5 seconds ago 20.7MB 08:14:27 support-scheduler latest d95cb1c56ec2 5 seconds ago 32.4MB 08:14:27 security-spiffe-token-provider latest 1ebe99947dc1 5 seconds ago 33.4MB 08:14:27 security-spire-server latest edd7e6841b26 About a minute ago 107MB 08:14:27 security-spire-agent latest d6aa38d0628b About a minute ago 166MB 08:14:27 security-spire-config latest ef523f72c1ec About a minute ago 102MB 08:14:27 ci-base-image-x86_64 latest cb6979954539 6 minutes ago 1.06GB 08:14:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine ec979cd7f677 6 days ago 696MB 08:14:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 6 weeks ago 334MB 08:14:27 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 12 months ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 08:14:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:14:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:14:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 13.682s coverage: 88.5% of statements 08:14:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.482s coverage: 3.8% of statements 08:14:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 08:14:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 08:14:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 08:14:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.501s coverage: 95.6% of statements 08:14:45 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:14:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 08:14:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:14:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:14:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:14:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:14:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:14:46 ok github.com/edgexfoundry/edgex-go/internal/io 0.211s coverage: 72.2% of statements 08:14:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 08:14:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:14:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.407s coverage: 0.9% of statements 08:14:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.277s coverage: 31.9% of statements 08:14:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.280s coverage: 42.9% of statements 08:15:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.234s coverage: 82.9% of statements 08:15:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.247s coverage: 94.1% of statements 08:15:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.287s coverage: 96.3% of statements 08:15:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.210s coverage: 87.5% of statements 08:15:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 08:15:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:15:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:15:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:15:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:15:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 08:15:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 08:15:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 08:15:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.212s coverage: 94.4% of statements 08:15:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 08:15:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 08:15:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 08:15:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 08:15:21 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:15:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:15:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:15:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.379s coverage: 79.9% of statements 08:15:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.277s coverage: 92.9% of statements 08:15:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.078s coverage: 64.4% of statements 08:15:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.213s coverage: 62.3% of statements 08:15:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.206s coverage: 87.2% of statements 08:15:29 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.173s coverage: 20.0% of statements 08:15:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.174s coverage: 100.0% of statements 08:15:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.462s coverage: 81.8% of statements 08:15:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 08:15:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:15:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.526s coverage: 82.1% of statements 08:15:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.234s coverage: 86.0% of statements 08:15:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:15:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:15:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.384s coverage: 63.1% of statements 08:15:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.458s coverage: 100.0% of statements 08:15:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.119s coverage: 89.4% of statements 08:15:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.089s coverage: 100.0% of statements 08:15:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.094s coverage: 73.7% of statements 08:15:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 08:15:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 08:15:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 08:15:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.075s coverage: 100.0% of statements 08:15:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:15:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:15:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 08:15:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.998s coverage: 38.4% of statements 08:15:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.255s coverage: 89.5% of statements 08:15:53 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 08:15:53 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 08:15:53 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 08:15:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 08:15:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.232s coverage: 84.8% of statements 08:16:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 08:16:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 08:16:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:16:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:16:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.296s coverage: 17.7% of statements 08:16:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 08:16:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 08:16:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 08:16:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 08:16:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.551s coverage: 92.3% of statements 08:16:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:16:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:16:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.277s coverage: 61.8% of statements 08:16:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 08:16:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 08:16:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.383s coverage: 97.7% of statements 08:16:13 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 08:16:13 WARNING: Linting skipped (not on x86_64 or linter not installed) 08:16:13 go vet ./... 08:18:50 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 08:18:50 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 08:18:50 ./bin/test-attribution-txt.sh [Pipeline] echo 08:18:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 08:18:51 + ls -al . 08:18:51 total 716 08:18:51 drwxrwxr-x 10 1001 1001 4096 Jul 19 08:11 . 08:18:51 drwxr-xr-x 4 root root 4096 Jul 19 08:11 .. 08:18:51 drwxrwxr-x 2 1001 1001 4096 Jul 19 08:09 .blubracket 08:18:51 -rw-rw-r-- 1 1001 1001 16 Jul 19 08:09 .dockerignore 08:18:51 drwxrwxr-x 8 1001 1001 4096 Jul 19 08:09 .git 08:18:51 drwxrwxr-x 3 1001 1001 4096 Jul 19 08:09 .github 08:18:51 -rw-rw-r-- 1 1001 1001 1133 Jul 19 08:09 .gitignore 08:18:51 -rw-rw-r-- 1 1001 1001 42 Jul 19 08:09 .golangci.yml 08:18:51 -rw-rw-r-- 1 1001 1001 87 Jul 19 08:09 .hadolint.yml 08:18:51 -rw-rw-r-- 1 1001 1001 166 Jul 19 08:09 .sonarcloud.properties 08:18:51 -rw-rw-r-- 1 1001 1001 1171 Jul 19 08:09 ADOPTERS.md 08:18:51 -rw-rw-r-- 1 1001 1001 11234 Jul 19 08:09 Attribution.txt 08:18:51 -rw-rw-r-- 1 1001 1001 93407 Jul 19 08:09 CHANGELOG.md 08:18:51 -rw-rw-r-- 1 1001 1001 3804 Jul 19 08:09 CONTRIBUTING.md 08:18:51 -rw-rw-r-- 1 1001 1001 677 Jul 19 08:09 GOVERNANCE.md 08:18:51 -rw-rw-r-- 1 1001 1001 883 Jul 19 08:09 Jenkinsfile 08:18:51 -rw-rw-r-- 1 1001 1001 10775 Jul 19 08:09 LICENSE 08:18:51 -rw-rw-r-- 1 1001 1001 14368 Jul 19 08:09 Makefile 08:18:51 -rw-rw-r-- 1 1001 1001 582 Jul 19 08:09 OWNERS.md 08:18:51 -rw-rw-r-- 1 1001 1001 9923 Jul 19 08:09 README.md 08:18:51 -rw-rw-r-- 1 1001 1001 789 Jul 19 08:09 SECURITY.md 08:18:51 -rw-rw-r-- 1 1001 1001 5 Jul 19 08:07 VERSION 08:18:51 drwxrwxr-x 2 1001 1001 4096 Jul 19 08:09 bin 08:18:51 drwxrwxr-x 18 1001 1001 4096 Jul 19 08:09 cmd 08:18:51 -rw-r--r-- 1 root root 447019 Jul 19 08:16 coverage.out 08:18:51 -rw-rw-r-- 1 1001 1001 3430 Jul 19 08:09 go.mod 08:18:51 -rw-rw-r-- 1 1001 1001 32408 Jul 19 08:09 go.sum 08:18:51 drwxrwxr-x 7 1001 1001 4096 Jul 19 08:09 internal 08:18:51 drwxrwxr-x 3 1001 1001 4096 Jul 19 08:09 openapi 08:18:51 -rw-rw-r-- 1 1001 1001 594 Jul 19 08:09 security.txt 08:18:51 drwxrwxr-x 4 1001 1001 4096 Jul 19 08:09 snap 08:18:51 -rw-rw-r-- 1 1001 1001 204 Jul 19 08:09 version.go [Pipeline] sh 08:18:51 + '[' -e coverage.out ] 08:18:51 + chown 1001:1001 coverage.out [Pipeline] stash 08:18:51 Warning: overwriting stash ‘coverage-report’ 08:18:52 Stashed 1 file(s) [Pipeline] sh 08:18:52 + make build 08:18:52 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 08:20:29 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:20:29 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 08:20:29 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 08:20:29 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:21:16 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:21:16 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 08:21:22 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:21: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 08:21:30 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 08:21:35 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 08:21:41 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 08:21:47 $ docker stop --time=1 3ac411dac452b951e938a014b3b6bbaac1bce1a8aa4f5d3dd29174caa0b26653 08:21:49 $ docker rm -f --volumes 3ac411dac452b951e938a014b3b6bbaac1bce1a8aa4f5d3dd29174caa0b26653 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:21:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:21:51 08:21:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:21:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:21:52 latest: Pulling from edgex-devops/edgex-compose-arm64 08:21:52 547446be3368: Pulling fs layer 08:21:52 d125d8839a47: Pulling fs layer 08:21:52 3e85d5ac6304: Pulling fs layer 08:21:52 c3105a71a48b: Pulling fs layer 08:21:52 0f093f025ec4: Pulling fs layer 08:21:52 c3106fc0e877: Pulling fs layer 08:21:52 c3105a71a48b: Waiting 08:21:52 0f093f025ec4: Waiting 08:21:52 c3106fc0e877: Waiting 08:21:52 547446be3368: Verifying Checksum 08:21:52 c3105a71a48b: Verifying Checksum 08:21:52 c3105a71a48b: Download complete 08:21:52 d125d8839a47: Verifying Checksum 08:21:52 d125d8839a47: Download complete 08:21:52 c3106fc0e877: Verifying Checksum 08:21:52 c3106fc0e877: Download complete 08:21:52 0f093f025ec4: Verifying Checksum 08:21:52 0f093f025ec4: Download complete 08:21:53 547446be3368: Pull complete 08:21:54 d125d8839a47: Pull complete 08:21:54 3e85d5ac6304: Verifying Checksum 08:21:54 3e85d5ac6304: Download complete 08:22:02 3e85d5ac6304: Pull complete 08:22:02 c3105a71a48b: Pull complete 08:22:03 0f093f025ec4: Pull complete 08:22:03 c3106fc0e877: Pull complete 08:22:03 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 08:22:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:22:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:22:04 prd-ubuntu20.04-docker-arm64-4c-16g-1517 does not seem to be running inside a container 08:22:04 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:22:06 $ docker top 8da4e2a2a327abb80466f6110e6ec8f13f2c1d5b9af857efbcd839dc1292dc71 -eo pid,comm [Pipeline] { [Pipeline] sh 08:22:06 + docker compose -f ./docker-compose-build.yml build --parallel 08:22:15 #1 [security-spire-agent internal] load build definition from Dockerfile 08:22:15 #1 transferring dockerfile: 08:22:15 #1 transferring dockerfile: 2.68kB done 08:22:15 #1 DONE 0.1s 08:22:15 08:22:15 #2 [security-spire-config internal] load build definition from Dockerfile 08:22:15 #2 transferring dockerfile: 2.58kB done 08:22:15 #2 DONE 0.0s 08:22:15 08:22:15 #3 [security-proxy-setup internal] load build definition from Dockerfile 08:22:15 #3 transferring dockerfile: 2.06kB 0.0s done 08:22:15 #3 DONE 0.1s 08:22:15 08:22:15 #4 [core-data internal] load build definition from Dockerfile 08:22:15 #4 transferring dockerfile: 1.90kB done 08:22:15 #4 DONE 0.0s 08:22:15 08:22:15 #5 [support-scheduler internal] load build definition from Dockerfile 08:22:15 #5 transferring dockerfile: 1.82kB done 08:22:15 #5 DONE 0.1s 08:22:15 08:22:15 #6 [core-common-config-bootstrapper internal] load build definition from Dockerfile 08:22:15 #6 transferring dockerfile: 2.12kB done 08:22:15 #6 DONE 0.1s 08:22:15 08:22:15 #7 [security-secretstore-setup internal] load build definition from Dockerfile 08:22:16 #7 transferring dockerfile: 2.38kB done 08:22:16 #7 DONE 0.1s 08:22:16 08:22:16 #8 [core-command internal] load build definition from Dockerfile 08:22:16 #8 transferring dockerfile: 1.82kB done 08:22:16 #8 DONE 0.1s 08:22:16 08:22:16 #9 [core-metadata internal] load build definition from Dockerfile 08:22:16 #9 transferring dockerfile: 1.96kB done 08:22:16 #9 DONE 0.1s 08:22:16 08:22:16 #10 [security-spire-server internal] load build definition from Dockerfile 08:22:16 #10 transferring dockerfile: 2.63kB 0.0s done 08:22:16 #10 DONE 0.1s 08:22:16 08:22:16 #11 [security-spiffe-token-provider internal] load build definition from Dockerfile 08:22:16 #11 transferring dockerfile: 1.78kB done 08:22:16 #11 DONE 0.1s 08:22:16 08:22:16 #12 [security-proxy-auth internal] load build definition from Dockerfile 08:22:16 #12 transferring dockerfile: 2.04kB done 08:22:16 #12 DONE 0.1s 08:22:16 08:22:16 #13 [security-bootstrapper internal] load build definition from Dockerfile 08:22:16 #13 transferring dockerfile: 2.82kB 0.0s done 08:22:16 #13 DONE 0.1s 08:22:16 08:22:16 #14 [support-notifications internal] load build definition from Dockerfile 08:22:16 #14 transferring dockerfile: 1.84kB 0.0s done 08:22:16 #14 DONE 0.1s 08:22:16 08:22:16 #15 [security-spire-agent internal] load .dockerignore 08:22:16 #15 transferring context: 08:22:16 #15 transferring context: 56B done 08:22:16 #15 DONE 0.1s 08:22:17 08:22:17 #16 [security-spire-config internal] load .dockerignore 08:22:17 #16 transferring context: 56B done 08:22:17 #16 DONE 0.0s 08:22:17 08:22:17 #17 [security-proxy-setup internal] load .dockerignore 08:22:17 #17 transferring context: 56B done 08:22:17 #17 DONE 0.0s 08:22:17 08:22:17 #18 [core-data internal] load .dockerignore 08:22:17 #18 transferring context: 56B done 08:22:17 #18 DONE 0.1s 08:22:17 08:22:17 #19 [support-scheduler internal] load .dockerignore 08:22:17 #19 transferring context: 56B 0.0s done 08:22:17 #19 DONE 0.1s 08:22:17 08:22:17 #20 [core-common-config-bootstrapper internal] load .dockerignore 08:22:17 #20 transferring context: 56B done 08:22:17 #20 DONE 0.1s 08:22:17 08:22:17 #21 [security-secretstore-setup internal] load .dockerignore 08:22:17 #21 transferring context: 56B done 08:22:17 #21 DONE 0.1s 08:22:17 08:22:17 #22 [core-metadata internal] load .dockerignore 08:22:17 #22 transferring context: 56B done 08:22:17 #22 DONE 0.1s 08:22:17 08:22:17 #23 [core-command internal] load .dockerignore 08:22:17 #23 transferring context: 56B done 08:22:17 #23 DONE 0.1s 08:22:17 08:22:17 #24 [security-spire-server internal] load .dockerignore 08:22:17 #24 transferring context: 56B done 08:22:17 #24 DONE 0.1s 08:22:17 08:22:17 #25 [security-spiffe-token-provider internal] load .dockerignore 08:22:17 #25 transferring context: 56B done 08:22:17 #25 DONE 0.1s 08:22:17 08:22:17 #26 [security-proxy-auth internal] load .dockerignore 08:22:17 #26 transferring context: 56B 0.0s done 08:22:17 #26 DONE 0.1s 08:22:17 08:22:17 #27 [security-bootstrapper internal] load .dockerignore 08:22:17 #27 transferring context: 56B 0.0s done 08:22:17 #27 DONE 0.1s 08:22:17 08:22:17 #28 [support-notifications internal] load .dockerignore 08:22:17 #28 transferring context: 56B 0.0s done 08:22:17 #28 DONE 0.1s 08:22:17 08:22:17 #29 [security-spire-agent internal] load metadata for docker.io/library/ci-base-image-arm64:latest 08:22:17 #29 DONE 0.0s 08:22:17 08:22:17 #30 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.17 08:22:18 #30 DONE 0.5s 08:22:18 08:22:18 #31 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.17@sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 08:22:18 #31 resolve docker.io/library/alpine:3.17@sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 0.0s done 08:22:18 #31 sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 1.64kB / 1.64kB done 08:22:18 #31 sha256:f465359a4d1abc7defe7b9774a1077b2ccff79bc64aeab71a7296d13aa504a9a 528B / 528B done 08:22:18 #31 sha256:779605e5fbc087db31393c064dfca0962114a34da8c552e41d30e720aec08885 1.49kB / 1.49kB done 08:22:18 #31 DONE 0.1s 08:22:18 08:22:18 #29 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 08:22:18 #29 DONE 0.0s 08:22:18 08:22:18 #30 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.17 08:22:18 #30 ... 08:22:18 08:22:18 #29 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 08:22:18 #29 DONE 0.0s 08:22:18 08:22:18 #31 [security-spire-config stage-1 1/9] FROM docker.io/library/alpine:3.17@sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 08:22:18 #31 resolve docker.io/library/alpine:3.17@sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 0.0s done 08:22:18 #31 sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 1.64kB / 1.64kB done 08:22:18 #31 sha256:f465359a4d1abc7defe7b9774a1077b2ccff79bc64aeab71a7296d13aa504a9a 528B / 528B done 08:22:18 #31 sha256:779605e5fbc087db31393c064dfca0962114a34da8c552e41d30e720aec08885 1.49kB / 1.49kB done 08:22:18 #31 DONE 0.2s 08:22:18 08:22:18 #30 [core-data internal] load metadata for docker.io/library/alpine:3.17 08:22:18 #30 DONE 0.5s 08:22:18 08:22:18 #29 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 08:22:18 #29 DONE 0.0s 08:22:18 08:22:18 #32 [security-spire-agent internal] load build context 08:22:18 #32 ... 08:22:18 08:22:18 #29 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 08:22:18 #29 DONE 0.0s 08:22:18 08:22:18 #31 [core-data stage-1 1/9] FROM docker.io/library/alpine:3.17@sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 08:22:18 #31 resolve docker.io/library/alpine:3.17@sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 0.0s done 08:22:18 #31 sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 1.64kB / 1.64kB done 08:22:18 #31 sha256:f465359a4d1abc7defe7b9774a1077b2ccff79bc64aeab71a7296d13aa504a9a 528B / 528B done 08:22:18 #31 sha256:779605e5fbc087db31393c064dfca0962114a34da8c552e41d30e720aec08885 1.49kB / 1.49kB done 08:22:18 #31 DONE 0.3s 08:22:18 08:22:18 #32 [security-spire-agent internal] load build context 08:22:19 #32 ... 08:22:19 08:22:19 #29 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 08:22:19 #29 DONE 0.0s 08:22:19 08:22:19 #32 [security-spire-agent internal] load build context 08:22:19 #32 ... 08:22:19 08:22:19 #29 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 08:22:19 #29 DONE 0.0s 08:22:19 08:22:19 #30 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.17 08:22:19 #30 DONE 0.6s 08:22:19 08:22:19 #31 [core-command stage-1 1/9] FROM docker.io/library/alpine:3.17@sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 08:22:19 #31 resolve docker.io/library/alpine:3.17@sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 0.0s done 08:22:19 #31 sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 1.64kB / 1.64kB done 08:22:19 #31 sha256:f465359a4d1abc7defe7b9774a1077b2ccff79bc64aeab71a7296d13aa504a9a 528B / 528B done 08:22:19 #31 sha256:779605e5fbc087db31393c064dfca0962114a34da8c552e41d30e720aec08885 1.49kB / 1.49kB done 08:22:19 #31 DONE 0.3s 08:22:19 08:22:19 #32 [security-spire-agent internal] load build context 08:22:19 #32 ... 08:22:19 08:22:19 #29 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 08:22:19 #29 DONE 0.0s 08:22:19 08:22:19 #31 [security-secretstore-setup stage-1 1/9] FROM docker.io/library/alpine:3.17@sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 08:22:19 #31 resolve docker.io/library/alpine:3.17@sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 0.0s done 08:22:19 #31 sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 1.64kB / 1.64kB done 08:22:19 #31 sha256:f465359a4d1abc7defe7b9774a1077b2ccff79bc64aeab71a7296d13aa504a9a 528B / 528B done 08:22:19 #31 sha256:779605e5fbc087db31393c064dfca0962114a34da8c552e41d30e720aec08885 1.49kB / 1.49kB done 08:22:19 #31 DONE 0.3s 08:22:19 08:22:19 #32 [security-spire-agent internal] load build context 08:22:19 #32 ... 08:22:19 08:22:19 #29 [security-spire-server internal] load metadata for docker.io/library/ci-base-image-arm64:latest 08:22:19 #29 DONE 0.0s 08:22:19 08:22:19 #32 [security-spire-agent internal] load build context 08:22:19 #32 ... 08:22:19 08:22:19 #31 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.17@sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 08:22:19 #31 resolve docker.io/library/alpine:3.17@sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 0.0s done 08:22:19 #31 sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 1.64kB / 1.64kB done 08:22:19 #31 sha256:f465359a4d1abc7defe7b9774a1077b2ccff79bc64aeab71a7296d13aa504a9a 528B / 528B done 08:22:19 #31 sha256:779605e5fbc087db31393c064dfca0962114a34da8c552e41d30e720aec08885 1.49kB / 1.49kB done 08:22:19 #31 DONE 0.4s 08:22:19 08:22:19 #30 [core-metadata internal] load metadata for docker.io/library/alpine:3.17 08:22:19 #30 DONE 0.9s 08:22:19 08:22:19 #32 [security-spire-agent internal] load build context 08:22:19 #32 ... 08:22:19 08:22:19 #29 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 08:22:19 #29 DONE 0.0s 08:22:19 08:22:19 #32 [security-spire-agent internal] load build context 08:22:20 #32 ... 08:22:20 08:22:20 #31 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.17@sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 08:22:20 #31 resolve docker.io/library/alpine:3.17@sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 0.0s done 08:22:20 #31 sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 1.64kB / 1.64kB done 08:22:20 #31 sha256:f465359a4d1abc7defe7b9774a1077b2ccff79bc64aeab71a7296d13aa504a9a 528B / 528B done 08:22:20 #31 sha256:779605e5fbc087db31393c064dfca0962114a34da8c552e41d30e720aec08885 1.49kB / 1.49kB done 08:22:20 #31 DONE 0.4s 08:22:20 08:22:20 #30 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.17 08:22:20 #30 DONE 1.1s 08:22:20 08:22:20 #32 [security-spire-agent internal] load build context 08:22:20 #32 ... 08:22:20 08:22:20 #29 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 08:22:20 #29 DONE 0.0s 08:22:20 08:22:20 #32 [security-spire-agent internal] load build context 08:22:20 #32 ... 08:22:20 08:22:20 #29 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 08:22:20 #29 DONE 0.0s 08:22:20 08:22:20 #32 [security-spire-agent internal] load build context 08:22:20 #32 ... 08:22:20 08:22:20 #30 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.17 08:22:20 #30 DONE 1.3s 08:22:20 08:22:20 #32 [security-spire-agent internal] load build context 08:22:20 #32 ... 08:22:20 08:22:20 #31 [security-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.17@sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 08:22:20 #31 resolve docker.io/library/alpine:3.17@sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 0.0s done 08:22:20 #31 sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 1.64kB / 1.64kB done 08:22:20 #31 sha256:f465359a4d1abc7defe7b9774a1077b2ccff79bc64aeab71a7296d13aa504a9a 528B / 528B done 08:22:20 #31 sha256:779605e5fbc087db31393c064dfca0962114a34da8c552e41d30e720aec08885 1.49kB / 1.49kB done 08:22:20 #31 DONE 0.4s 08:22:20 08:22:20 #33 [security-proxy-setup internal] load build context 08:22:20 #33 ... 08:22:20 08:22:20 #29 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 08:22:20 #29 DONE 0.1s 08:22:20 08:22:20 #33 [security-proxy-setup internal] load build context 08:22:20 #33 ... 08:22:20 08:22:20 #30 [support-notifications internal] load metadata for docker.io/library/alpine:3.17 08:22:20 #30 DONE 1.6s 08:22:20 08:22:20 #33 [security-proxy-setup internal] load build context 08:22:20 #33 ... 08:22:20 08:22:20 #31 [support-notifications stage-1 1/9] FROM docker.io/library/alpine:3.17@sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 08:22:20 #31 resolve docker.io/library/alpine:3.17@sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 0.0s done 08:22:20 #31 sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 1.64kB / 1.64kB done 08:22:20 #31 sha256:f465359a4d1abc7defe7b9774a1077b2ccff79bc64aeab71a7296d13aa504a9a 528B / 528B done 08:22:20 #31 sha256:779605e5fbc087db31393c064dfca0962114a34da8c552e41d30e720aec08885 1.49kB / 1.49kB done 08:22:20 #31 DONE 0.4s 08:22:20 08:22:20 #33 [security-proxy-setup internal] load build context 08:22:21 #33 ... 08:22:21 08:22:21 #34 [security-proxy-auth builder 1/9] FROM docker.io/library/ci-base-image-arm64 08:22:21 #34 DONE 3.9s 08:22:21 08:22:21 #33 [security-proxy-setup internal] load build context 08:22:22 #33 transferring context: 12.81MB 3.8s 08:22:23 #33 ... 08:22:23 08:22:23 #35 [security-secretstore-setup builder 2/9] WORKDIR /edgex-go 08:22:23 #35 DONE 3.0s 08:22:23 08:22:23 #33 [security-proxy-setup internal] load build context 08:22:28 #33 transferring context: 19.00MB 8.9s 08:22:28 #33 ... 08:22:28 08:22:28 #36 [security-spire-server stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 08:22:28 #0 6.107 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:22:28 #0 6.970 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:22:28 #0 9.477 v3.17.4-45-ga92b0f0e6d7 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 08:22:28 #0 9.477 v3.17.4-37-gd76d6c9370f [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 08:22:28 #0 9.477 OK: 17691 distinct packages available 08:22:28 #0 10.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:22:28 #36 ... 08:22:28 08:22:28 #37 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl 08:22:28 #0 6.849 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:22:28 #0 8.174 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:22:28 #37 ... 08:22:28 08:22:28 #38 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 08:22:28 #0 5.881 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:22:28 #0 6.995 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:22:28 #38 10.07 v3.17.4-45-ga92b0f0e6d7 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 08:22:28 #38 10.07 v3.17.4-37-gd76d6c9370f [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 08:22:28 #38 10.07 OK: 17691 distinct packages available 08:22:28 #38 ... 08:22:28 08:22:28 #39 [security-spire-config internal] load build context 08:22:29 #39 ... 08:22:29 08:22:29 #40 [security-proxy-auth stage-1 2/6] RUN apk add --update --no-cache dumb-init 08:22:29 #0 8.934 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:22:29 #40 ... 08:22:29 08:22:29 #41 [support-scheduler internal] load build context 08:22:29 #41 ... 08:22:29 08:22:29 #42 [core-common-config-bootstrapper internal] load build context 08:22:29 #42 ... 08:22:29 08:22:29 #43 [core-command internal] load build context 08:22:29 #43 ... 08:22:29 08:22:29 #44 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init 08:22:29 #0 8.955 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:22:29 #44 ... 08:22:29 08:22:29 #45 [core-data internal] load build context 08:22:29 #45 ... 08:22:29 08:22:29 #46 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 08:22:29 #0 10.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:22:29 #46 ... 08:22:29 08:22:29 #47 [core-metadata internal] load build context 08:22:29 #47 ... 08:22:29 08:22:29 #48 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 08:22:29 #48 ... 08:22:29 08:22:29 #49 [security-spire-server internal] load build context 08:22:30 #49 ... 08:22:30 08:22:30 #50 [security-secretstore-setup internal] load build context 08:22:30 #50 ... 08:22:30 08:22:30 #51 [security-spiffe-token-provider internal] load build context 08:22:30 #51 ... 08:22:30 08:22:30 #47 [core-metadata internal] load build context 08:22:30 #47 ... 08:22:30 08:22:30 #32 [security-spire-agent internal] load build context 08:22:30 #32 ... 08:22:30 08:22:30 #52 [security-proxy-auth internal] load build context 08:22:30 #52 ... 08:22:30 08:22:30 #53 [support-notifications internal] load build context 08:22:31 #53 ... 08:22:31 08:22:31 #54 [security-bootstrapper internal] load build context 08:22:31 #54 ... 08:22:31 08:22:31 #55 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 08:22:31 #55 ... 08:22:31 08:22:31 #54 [security-bootstrapper internal] load build context 08:22:31 #54 ... 08:22:31 08:22:31 #56 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 08:22:31 #56 ... 08:22:31 08:22:31 #49 [security-spire-server internal] load build context 08:22:33 #49 transferring context: 23.56MB 13.1s 08:22:34 #49 ... 08:22:34 08:22:34 #57 [security-spire-server builder 3/9] RUN apk add --update --no-cache make git build-base curl 08:22:34 #57 ... 08:22:34 08:22:34 #58 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git 08:22:34 #58 ... 08:22:34 08:22:34 #59 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 08:22:34 #59 ... 08:22:34 08:22:34 #37 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl 08:22:34 #37 12.13 (1/4) Upgrading libcrypto3 (3.0.9-r1 -> 3.0.9-r2) 08:22:34 #37 13.01 (2/4) Upgrading libssl3 (3.0.9-r1 -> 3.0.9-r2) 08:22:34 #37 13.01 (3/4) Installing dumb-init (1.2.5-r2) 08:22:34 #37 13.01 (4/4) Installing openssl (3.0.9-r2) 08:22:34 #37 13.23 Executing busybox-1.35.0-r29.trigger 08:22:34 #37 13.42 OK: 8 MiB in 17 packages 08:22:34 #37 DONE 15.6s 08:22:34 08:22:34 #60 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 08:22:34 #60 ... 08:22:34 08:22:34 #61 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 08:22:34 #61 ... 08:22:34 08:22:34 #60 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 08:22:34 #60 10.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:22:35 #60 ... 08:22:35 08:22:35 #62 [security-proxy-setup stage-1 3/9] WORKDIR /edgex 08:22:35 #62 DONE 0.6s 08:22:35 08:22:35 #57 [security-spire-server builder 3/9] RUN apk add --update --no-cache make git build-base curl 08:22:35 #57 11.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:22:39 #57 ... 08:22:39 08:22:39 #33 [security-proxy-setup internal] load build context 08:22:39 #33 transferring context: 35.47MB 19.9s 08:22:39 #33 ... 08:22:39 08:22:39 #50 [security-secretstore-setup internal] load build context 08:22:39 #50 ... 08:22:39 08:22:39 #40 [support-scheduler stage-1 2/6] RUN apk add --update --no-cache dumb-init 08:22:39 #40 11.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:22:39 #40 17.50 (1/1) Installing dumb-init (1.2.5-r2) 08:22:39 #40 17.58 Executing busybox-1.35.0-r29.trigger 08:22:39 #40 17.93 OK: 8 MiB in 16 packages 08:22:39 #40 DONE 20.2s 08:22:39 08:22:39 #50 [security-secretstore-setup internal] load build context 08:22:39 #50 ... 08:22:39 08:22:39 #39 [security-spire-config internal] load build context 08:22:39 #39 ... 08:22:39 08:22:39 #50 [security-secretstore-setup internal] load build context 08:22:39 #50 ... 08:22:39 08:22:39 #41 [support-scheduler internal] load build context 08:22:39 #41 ... 08:22:39 08:22:39 #42 [core-common-config-bootstrapper internal] load build context 08:22:39 #42 ... 08:22:39 08:22:39 #43 [core-command internal] load build context 08:22:39 #43 ... 08:22:39 08:22:39 #45 [core-data internal] load build context 08:22:40 #45 ... 08:22:40 08:22:40 #43 [core-command internal] load build context 08:22:40 #43 ... 08:22:40 08:22:40 #38 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 08:22:40 #38 11.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:22:40 #38 14.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:22:40 #38 ... 08:22:40 08:22:40 #45 [core-data internal] load build context 08:22:40 #45 ... 08:22:40 08:22:40 #44 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init 08:22:40 #44 11.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:22:40 #44 18.55 (1/1) Installing dumb-init (1.2.5-r2) 08:22:40 #44 18.70 Executing busybox-1.35.0-r29.trigger 08:22:40 #44 18.70 OK: 8 MiB in 16 packages 08:22:40 #44 DONE 21.2s 08:22:40 08:22:40 #45 [core-data internal] load build context 08:22:40 #45 ... 08:22:40 08:22:40 #36 [security-spire-server stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 08:22:40 #36 12.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:22:40 #36 20.11 (1/7) Upgrading libcrypto3 (3.0.9-r1 -> 3.0.9-r2) 08:22:40 #36 21.39 (2/7) Upgrading libssl3 (3.0.9-r1 -> 3.0.9-r2) 08:22:40 #36 21.56 (3/7) Installing dumb-init (1.2.5-r2) 08:22:40 #36 21.56 (4/7) Installing musl-obstack (1.2.3-r0) 08:22:40 #36 21.56 (5/7) Installing libucontext (1.2-r0) 08:22:40 #36 21.56 (6/7) Installing gcompat (1.1.0-r0) 08:22:40 #36 21.63 (7/7) Installing openssl (3.0.9-r2) 08:22:40 #36 21.85 Executing busybox-1.35.0-r29.trigger 08:22:40 #36 22.14 OK: 9 MiB in 20 packages 08:22:40 #36 ... 08:22:40 08:22:40 #45 [core-data internal] load build context 08:22:40 #45 ... 08:22:40 08:22:40 #51 [security-spiffe-token-provider internal] load build context 08:22:40 #51 ... 08:22:40 08:22:40 #32 [security-spire-agent internal] load build context 08:22:40 #32 ... 08:22:40 08:22:40 #47 [core-metadata internal] load build context 08:22:40 #47 ... 08:22:40 08:22:40 #52 [security-proxy-auth internal] load build context 08:22:40 #52 ... 08:22:40 08:22:40 #53 [support-notifications internal] load build context 08:22:41 #53 ... 08:22:41 08:22:41 #52 [security-proxy-auth internal] load build context 08:22:41 #52 ... 08:22:41 08:22:41 #54 [security-bootstrapper internal] load build context 08:22:42 #54 ... 08:22:42 08:22:42 #52 [security-proxy-auth internal] load build context 08:22:42 #52 ... 08:22:42 08:22:42 #36 [security-spire-server stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 08:22:42 #36 DONE 24.3s 08:22:42 08:22:42 #52 [security-proxy-auth internal] load build context 08:22:42 #52 ... 08:22:42 08:22:42 #46 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 08:22:42 #46 12.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:22:42 #46 20.91 (1/4) Installing ca-certificates (20230506-r0) 08:22:42 #46 21.97 (2/4) Installing dumb-init (1.2.5-r2) 08:22:42 #46 21.97 (3/4) Installing su-exec (0.2-r2) 08:22:42 #46 21.99 (4/4) Installing yq (4.30.4-r4) 08:22:42 #46 ... 08:22:42 08:22:42 #38 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 08:22:42 #38 23.62 (1/4) Installing dumb-init (1.2.5-r2) 08:22:42 #38 23.62 (2/4) Installing musl-obstack (1.2.3-r0) 08:22:42 #38 23.62 (3/4) Installing libucontext (1.2-r0) 08:22:42 #38 23.62 (4/4) Installing gcompat (1.1.0-r0) 08:22:42 #38 23.74 Executing busybox-1.35.0-r29.trigger 08:22:42 #38 23.85 OK: 8 MiB in 19 packages 08:22:43 #38 ... 08:22:43 08:22:43 #55 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 08:22:43 #55 11.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:22:43 #55 15.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:22:43 #55 ... 08:22:43 08:22:43 #48 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 08:22:43 #48 13.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:22:43 #48 16.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:22:43 #48 ... 08:22:43 08:22:43 #51 [security-spiffe-token-provider internal] load build context 08:22:44 #51 ... 08:22:44 08:22:44 #56 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 08:22:44 #56 12.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:22:44 #56 16.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:22:44 #56 22.08 (1/2) Installing ca-certificates (20230506-r0) 08:22:44 #56 ... 08:22:44 08:22:44 #45 [core-data internal] load build context 08:22:44 #45 transferring context: 50.10MB 24.7s 08:22:44 #45 ... 08:22:44 08:22:44 #49 [security-spire-server internal] load build context 08:22:44 #49 ... 08:22:44 08:22:44 #51 [security-spiffe-token-provider internal] load build context 08:22:44 #51 ... 08:22:44 08:22:44 #38 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 08:22:44 #38 DONE 25.8s 08:22:44 08:22:44 #51 [security-spiffe-token-provider internal] load build context 08:22:45 #51 ... 08:22:45 08:22:45 #59 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 08:22:45 #59 11.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:22:45 #59 15.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:22:45 #59 ... 08:22:45 08:22:45 #51 [security-spiffe-token-provider internal] load build context 08:22:46 #51 ... 08:22:46 08:22:46 #55 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 08:22:46 #55 23.79 (1/2) Installing dumb-init (1.2.5-r2) 08:22:46 #55 23.84 (2/2) Installing su-exec (0.2-r2) 08:22:46 #55 23.89 Executing busybox-1.35.0-r29.trigger 08:22:46 #55 24.06 OK: 8 MiB in 17 packages 08:22:46 #55 DONE 25.3s 08:22:46 08:22:46 #51 [security-spiffe-token-provider internal] load build context 08:22:46 #51 ... 08:22:46 08:22:46 #61 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 08:22:46 #61 12.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:22:46 #61 17.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:22:46 #61 ... 08:22:46 08:22:46 #58 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git 08:22:46 #58 12.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:22:46 #58 17.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:22:46 #58 ... 08:22:46 08:22:46 #51 [security-spiffe-token-provider internal] load build context 08:22:47 #51 ... 08:22:47 08:22:47 #46 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 08:22:47 #46 23.19 Executing busybox-1.35.0-r29.trigger 08:22:47 #46 23.40 Executing ca-certificates-20230506-r0.trigger 08:22:47 #46 25.53 OK: 17 MiB in 19 packages 08:22:47 #46 DONE 28.0s 08:22:47 08:22:47 #51 [security-spiffe-token-provider internal] load build context 08:22:48 #51 ... 08:22:48 08:22:48 #60 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 08:22:48 #60 14.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:22:48 #60 22.55 OK: 263 MiB in 53 packages 08:22:48 #60 ... 08:22:48 08:22:48 #51 [security-spiffe-token-provider internal] load build context 08:22:48 #51 ... 08:22:48 08:22:48 #56 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 08:22:48 #56 22.59 (2/2) Installing dumb-init (1.2.5-r2) 08:22:48 #56 22.59 Executing busybox-1.35.0-r29.trigger 08:22:48 #56 22.74 Executing ca-certificates-20230506-r0.trigger 08:22:48 #56 25.29 OK: 8 MiB in 17 packages 08:22:48 #56 DONE 26.8s 08:22:48 08:22:48 #51 [security-spiffe-token-provider internal] load build context 08:22:48 #51 ... 08:22:48 08:22:48 #60 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 08:22:48 #60 DONE 24.6s 08:22:48 08:22:48 #51 [security-spiffe-token-provider internal] load build context 08:22:49 #51 transferring context: 42.07MB 28.5s 08:22:49 #51 ... 08:22:49 08:22:49 #33 [security-proxy-setup internal] load build context 08:22:49 #33 ... 08:22:49 08:22:49 #57 [security-spire-server builder 3/9] RUN apk add --update --no-cache make git build-base curl 08:22:49 #57 15.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:22:49 #57 24.17 OK: 263 MiB in 53 packages 08:22:49 #57 ... 08:22:49 08:22:49 #39 [security-spire-config internal] load build context 08:22:49 #39 ... 08:22:49 08:22:49 #33 [security-proxy-setup internal] load build context 08:22:49 #33 ... 08:22:49 08:22:49 #57 [security-spire-config builder 3/9] RUN apk add --update --no-cache make git build-base curl 08:22:49 #57 DONE 26.5s 08:22:49 08:22:49 #50 [security-secretstore-setup internal] load build context 08:22:49 #50 ... 08:22:49 08:22:49 #41 [support-scheduler internal] load build context 08:22:50 #41 ... 08:22:50 08:22:50 #39 [security-spire-config internal] load build context 08:22:50 #39 ... 08:22:50 08:22:50 #43 [core-command internal] load build context 08:22:50 #43 ... 08:22:50 08:22:50 #58 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 08:22:50 #58 24.18 OK: 263 MiB in 53 packages 08:22:50 #58 DONE 26.4s 08:22:50 08:22:50 #42 [core-common-config-bootstrapper internal] load build context 08:22:50 #42 ... 08:22:50 08:22:50 #39 [security-spire-config internal] load build context 08:22:50 #39 ... 08:22:50 08:22:50 #61 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 08:22:50 #61 24.39 OK: 263 MiB in 53 packages 08:22:50 #61 DONE 27.0s 08:22:50 08:22:50 #39 [security-spire-config internal] load build context 08:22:50 #39 ... 08:22:50 08:22:50 #47 [core-metadata internal] load build context 08:22:51 #47 ... 08:22:51 08:22:51 #32 [security-spire-agent internal] load build context 08:22:51 #32 ... 08:22:51 08:22:51 #53 [support-notifications internal] load build context 08:22:51 #53 ... 08:22:51 08:22:51 #32 [security-spire-agent internal] load build context 08:22:52 #32 ... 08:22:52 08:22:52 #54 [security-bootstrapper internal] load build context 08:22:52 #54 ... 08:22:52 08:22:52 #59 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 08:22:52 #59 23.43 v3.17.4-45-ga92b0f0e6d7 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 08:22:52 #59 23.43 v3.17.4-37-gd76d6c9370f [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 08:22:52 #59 23.43 OK: 17691 distinct packages available 08:22:52 #59 24.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:22:52 #59 25.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:22:52 #59 27.38 OK: 263 MiB in 53 packages 08:22:52 #59 DONE 28.1s 08:22:52 08:22:52 #54 [security-bootstrapper internal] load build context 08:22:52 #54 ... 08:22:52 08:22:52 #39 [security-spire-config internal] load build context 08:22:52 #39 ... 08:22:52 08:22:52 #52 [security-proxy-auth internal] load build context 08:22:52 #52 ... 08:22:52 08:22:52 #39 [security-spire-config internal] load build context 08:22:52 #39 ... 08:22:52 08:22:52 #63 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 08:22:52 #63 DONE 6.6s 08:22:52 08:22:52 #39 [security-spire-config internal] load build context 08:22:53 #39 ... 08:22:53 08:22:53 #48 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 08:22:53 #48 25.67 v3.17.4-45-ga92b0f0e6d7 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 08:22:53 #48 25.67 v3.17.4-37-gd76d6c9370f [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 08:22:53 #48 25.67 OK: 17691 distinct packages available 08:22:53 #48 26.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:22:53 #48 29.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:22:53 #48 31.10 (1/9) Installing ca-certificates (20230506-r0) 08:22:53 #48 31.21 (2/9) Installing brotli-libs (1.0.9-r9) 08:22:53 #48 31.27 (3/9) Installing nghttp2-libs (1.51.0-r0) 08:22:53 #48 31.32 (4/9) Installing libcurl (8.1.2-r0) 08:22:53 #48 31.32 (5/9) Installing curl (8.1.2-r0) 08:22:53 #48 31.37 (6/9) Installing dumb-init (1.2.5-r2) 08:22:53 #48 31.39 (7/9) Installing musl-obstack (1.2.3-r0) 08:22:53 #48 31.41 (8/9) Installing libucontext (1.2-r0) 08:22:53 #48 31.42 (9/9) Installing gcompat (1.1.0-r0) 08:22:53 #48 31.45 Executing busybox-1.35.0-r29.trigger 08:22:53 #48 31.52 Executing ca-certificates-20230506-r0.trigger 08:22:53 #48 32.17 OK: 11 MiB in 24 packages 08:22:53 #48 DONE 33.2s 08:22:53 08:22:53 #39 [security-spire-config internal] load build context 08:22:54 #39 ... 08:22:54 08:22:54 #64 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging 08:22:54 #64 DONE 1.1s 08:22:54 08:22:54 #39 [security-spire-config internal] load build context 08:22:54 #39 transferring context: 58.59MB 35.2s 08:22:54 #39 ... 08:22:54 08:22:54 #45 [core-data internal] load build context 08:22:54 #45 ... 08:22:54 08:22:54 #49 [security-spire-server internal] load build context 08:22:54 #49 ... 08:22:54 08:22:54 #45 [core-data internal] load build context 08:22:59 #45 transferring context: 95.70MB 39.9s 08:22:59 #45 ... 08:22:59 08:22:59 #51 [security-spiffe-token-provider internal] load build context 08:22:59 #51 ... 08:22:59 08:22:59 #45 [core-data internal] load build context 08:22:59 #45 ... 08:22:59 08:22:59 #33 [security-proxy-setup internal] load build context 08:22:59 #33 ... 08:22:59 08:22:59 #51 [security-spiffe-token-provider internal] load build context 08:22:59 #51 ... 08:22:59 08:22:59 #50 [security-secretstore-setup internal] load build context 08:23:00 #50 ... 08:23:00 08:23:00 #41 [support-scheduler internal] load build context 08:23:00 #41 ... 08:23:00 08:23:00 #43 [core-command internal] load build context 08:23:00 #43 ... 08:23:00 08:23:00 #50 [security-secretstore-setup internal] load build context 08:23:00 #50 ... 08:23:00 08:23:00 #42 [core-common-config-bootstrapper internal] load build context 08:23:00 #42 ... 08:23:00 08:23:00 #43 [core-command internal] load build context 08:23:01 #43 ... 08:23:01 08:23:01 #47 [core-metadata internal] load build context 08:23:01 #47 ... 08:23:01 08:23:01 #51 [security-spiffe-token-provider internal] load build context 08:23:01 #51 ... 08:23:01 08:23:01 #53 [support-notifications internal] load build context 08:23:01 #53 ... 08:23:01 08:23:01 #47 [core-metadata internal] load build context 08:23:02 #47 ... 08:23:02 08:23:02 #54 [security-bootstrapper internal] load build context 08:23:02 #54 ... 08:23:02 08:23:02 #32 [security-spire-agent internal] load build context 08:23:02 #32 ... 08:23:02 08:23:02 #54 [security-bootstrapper internal] load build context 08:23:02 #54 ... 08:23:02 08:23:02 #52 [security-proxy-auth internal] load build context 08:23:02 #52 ... 08:23:02 08:23:02 #54 [security-bootstrapper internal] load build context 08:23:04 #54 transferring context: 70.29MB 42.9s 08:23:04 #54 ... 08:23:04 08:23:04 #39 [security-spire-config internal] load build context 08:23:04 #39 ... 08:23:04 08:23:04 #54 [security-bootstrapper internal] load build context 08:23:04 #54 ... 08:23:04 08:23:04 #49 [security-spire-server internal] load build context 08:23:04 #49 ... 08:23:04 08:23:04 #54 [security-bootstrapper internal] load build context 08:23:10 #54 transferring context: 99.95MB 48.0s 08:23:10 #54 ... 08:23:10 08:23:10 #45 [core-data internal] load build context 08:23:10 #45 ... 08:23:10 08:23:10 #33 [security-proxy-setup internal] load build context 08:23:10 #33 ... 08:23:10 08:23:10 #45 [core-data internal] load build context 08:23:10 #45 ... 08:23:10 08:23:10 #41 [support-scheduler internal] load build context 08:23:10 #41 ... 08:23:10 08:23:10 #45 [core-data internal] load build context 08:23:10 #45 ... 08:23:10 08:23:10 #50 [security-secretstore-setup internal] load build context 08:23:10 #50 ... 08:23:10 08:23:10 #42 [core-common-config-bootstrapper internal] load build context 08:23:10 #42 ... 08:23:10 08:23:10 #45 [core-data internal] load build context 08:23:11 #45 ... 08:23:11 08:23:11 #43 [core-command internal] load build context 08:23:11 #43 ... 08:23:11 08:23:11 #42 [core-common-config-bootstrapper internal] load build context 08:23:11 #42 ... 08:23:11 08:23:11 #51 [security-spiffe-token-provider internal] load build context 08:23:11 #51 ... 08:23:11 08:23:11 #53 [support-notifications internal] load build context 08:23:11 #53 ... 08:23:11 08:23:11 #51 [security-spiffe-token-provider internal] load build context 08:23:12 #51 ... 08:23:12 08:23:12 #47 [core-metadata internal] load build context 08:23:12 #47 ... 08:23:12 08:23:12 #51 [security-spiffe-token-provider internal] load build context 08:23:12 #51 ... 08:23:12 08:23:12 #32 [security-spire-agent internal] load build context 08:23:12 #32 ... 08:23:12 08:23:12 #51 [security-spiffe-token-provider internal] load build context 08:23:12 #51 ... 08:23:12 08:23:12 #42 [core-common-config-bootstrapper internal] load build context 08:23:12 #42 transferring context: 182.36MB 53.0s done 08:23:12 #42 DONE 53.5s 08:23:12 08:23:12 #51 [security-spiffe-token-provider internal] load build context 08:23:13 #51 ... 08:23:13 08:23:13 #32 [security-spire-agent internal] load build context 08:23:13 #32 transferring context: 182.36MB 54.3s done 08:23:13 #32 DONE 54.5s 08:23:13 08:23:13 #51 [security-spiffe-token-provider internal] load build context 08:23:13 #51 ... 08:23:13 08:23:13 #52 [security-proxy-auth internal] load build context 08:23:13 #52 ... 08:23:13 08:23:13 #47 [core-metadata internal] load build context 08:23:14 #47 ... 08:23:14 08:23:14 #39 [security-spire-config internal] load build context 08:23:14 #39 ... 08:23:14 08:23:14 #47 [core-metadata internal] load build context 08:23:14 #47 transferring context: 182.36MB 55.0s done 08:23:14 #47 ... 08:23:14 08:23:14 #49 [security-spire-server internal] load build context 08:23:14 #49 transferring context: 182.36MB 53.9s done 08:23:15 #49 DONE 55.4s 08:23:15 08:23:15 #39 [security-spire-config internal] load build context 08:23:16 #39 ... 08:23:16 08:23:16 #47 [core-metadata internal] load build context 08:23:16 #47 DONE 56.3s 08:23:16 08:23:16 #39 [security-spire-config internal] load build context 08:23:16 #39 ... 08:23:16 08:23:16 #41 [support-scheduler internal] load build context 08:23:16 #41 transferring context: 182.36MB 56.3s done 08:23:16 #41 DONE 57.3s 08:23:16 08:23:16 #39 [security-spire-config internal] load build context 08:23:16 #39 ... 08:23:16 08:23:16 #65 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 08:23:16 #65 DONE 3.4s 08:23:16 08:23:16 #39 [security-spire-config internal] load build context 08:23:16 #39 ... 08:23:16 08:23:16 #66 [core-metadata builder 4/7] COPY go.mod vendor* ./ 08:23:16 #66 CACHED 08:23:16 08:23:16 #39 [security-spire-config internal] load build context 08:23:16 #39 ... 08:23:16 08:23:16 #67 [security-spire-agent builder 4/9] COPY go.mod vendor* ./ 08:23:16 #67 DONE 3.6s 08:23:16 08:23:16 #39 [security-spire-config internal] load build context 08:23:16 #39 ... 08:23:16 08:23:16 #51 [security-spiffe-token-provider internal] load build context 08:23:16 #51 transferring context: 182.36MB 56.0s done 08:23:16 #51 DONE 56.9s 08:23:16 08:23:16 #39 [security-spire-config internal] load build context 08:23:18 #39 ... 08:23:18 08:23:18 #50 [security-secretstore-setup internal] load build context 08:23:18 #50 transferring context: 182.36MB 58.2s done 08:23:18 #50 DONE 58.9s 08:23:18 08:23:18 #39 [security-spire-config internal] load build context 08:23:18 #39 ... 08:23:18 08:23:18 #68 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 08:23:18 #68 DONE 1.7s 08:23:18 08:23:18 #39 [security-spire-config internal] load build context 08:23:18 #39 ... 08:23:18 08:23:18 #45 [core-data internal] load build context 08:23:18 #45 transferring context: 182.36MB 58.8s done 08:23:18 #45 DONE 59.7s 08:23:18 08:23:18 #39 [security-spire-config internal] load build context 08:23:19 #39 ... 08:23:19 08:23:19 #69 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 08:23:19 #69 DONE 1.0s 08:23:19 08:23:19 #39 [security-spire-config internal] load build context 08:23:20 #39 ... 08:23:20 08:23:20 #33 [security-proxy-setup internal] load build context 08:23:20 #33 ... 08:23:20 08:23:20 #54 [security-bootstrapper internal] load build context 08:23:20 #54 ... 08:23:20 08:23:20 #39 [security-spire-config internal] load build context 08:23:21 #39 ... 08:23:21 08:23:21 #52 [security-proxy-auth internal] load build context 08:23:21 #52 transferring context: 182.36MB 59.6s done 08:23:21 #52 DONE 60.5s 08:23:21 08:23:21 #39 [security-spire-config internal] load build context 08:23:21 #39 ... 08:23:21 08:23:21 #43 [core-command internal] load build context 08:23:21 #43 ... 08:23:21 08:23:21 #39 [security-spire-config internal] load build context 08:23:22 #39 ... 08:23:22 08:23:22 #53 [support-notifications internal] load build context 08:23:22 #53 ... 08:23:22 08:23:22 #43 [core-command internal] load build context 08:23:22 #43 ... 08:23:22 08:23:22 #33 [security-proxy-setup internal] load build context 08:23:22 #33 transferring context: 182.36MB 63.1s done 08:23:22 #33 DONE 63.4s 08:23:22 08:23:22 #43 [core-command internal] load build context 08:23:22 #43 ... 08:23:22 08:23:22 #53 [support-notifications internal] load build context 08:23:22 #53 transferring context: 182.36MB 60.7s done 08:23:22 #53 DONE 61.5s 08:23:22 08:23:22 #43 [core-command internal] load build context 08:23:23 #43 ... 08:23:23 08:23:23 #70 [support-notifications builder 4/7] COPY go.mod vendor* ./ 08:23:23 #70 DONE 0.7s 08:23:23 08:23:23 #43 [core-command internal] load build context 08:23:24 #43 ... 08:23:24 08:23:24 #54 [security-bootstrapper internal] load build context 08:23:24 #54 transferring context: 182.36MB 62.5s done 08:23:24 #54 DONE 63.4s 08:23:24 08:23:24 #43 [core-command internal] load build context 08:23:25 #43 ... 08:23:25 08:23:25 #39 [security-spire-config internal] load build context 08:23:25 #39 transferring context: 182.36MB 66.1s done 08:23:25 #39 DONE 66.4s 08:23:25 08:23:25 #43 [core-command internal] load build context 08:23:26 #43 transferring context: 182.36MB 66.5s done 08:23:26 #43 DONE 67.1s 08:23:26 08:23:26 #71 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:23:26 #71 ... 08:23:26 08:23:26 #72 [security-spire-agent builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:23:26 #72 ... 08:23:26 08:23:26 #73 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:23:26 #73 ... 08:23:26 08:23:26 #74 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:23:28 #74 ... 08:23:28 08:23:28 #75 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:24:15 #75 DONE 49.5s 08:24:15 08:24:15 #73 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:24:15 #73 DONE 51.6s 08:24:15 08:24:15 #74 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:24:15 #74 DONE 48.8s 08:24:15 08:24:15 #72 [security-spire-agent builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:24:15 #72 DONE 51.5s 08:24:15 08:24:15 #76 [security-spiffe-token-provider builder 6/7] COPY . . 08:24:15 #76 ... 08:24:15 08:24:15 #71 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:24:15 #71 DONE 45.2s 08:24:15 08:24:15 #77 [support-notifications builder 6/7] COPY . . 08:24:15 #77 ... 08:24:15 08:24:15 #78 [security-spire-agent builder 6/9] COPY . . 08:24:15 #78 DONE 4.1s 08:24:15 08:24:15 #77 [support-notifications builder 6/7] COPY . . 08:24:15 #77 DONE 4.1s 08:24:15 08:24:15 #79 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:24:15 #79 CACHED 08:24:15 08:24:15 #80 [security-bootstrapper builder 6/7] COPY . . 08:24:15 #80 CACHED 08:24:15 08:24:15 #81 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 08:24:15 #81 CACHED 08:24:15 08:24:15 #76 [security-spiffe-token-provider builder 6/7] COPY . . 08:24:15 #76 DONE 4.1s 08:24:15 08:24:15 #82 [security-secretstore-setup builder 6/7] COPY . . 08:24:15 #82 DONE 4.2s 08:24:15 08:24:15 #83 [core-metadata builder 6/7] COPY . . 08:24:15 #83 DONE 4.2s 08:24:15 08:24:15 #84 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:24:15 #84 CACHED 08:24:15 08:24:15 #85 [security-proxy-setup builder 6/7] COPY . . 08:24:15 #85 CACHED 08:24:15 08:24:15 #86 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 08:24:15 #86 CACHED 08:24:15 08:24:15 #87 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:24:15 #87 ... 08:24:15 08:24:15 #88 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:24:15 #88 CACHED 08:24:15 08:24:15 #89 [security-proxy-auth builder 6/7] COPY . . 08:24:15 #89 CACHED 08:24:15 08:24:15 #90 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 08:24:15 #90 CACHED 08:24:15 08:24:15 #91 [core-command builder 6/7] COPY . . 08:24:15 #91 CACHED 08:24:15 08:24:15 #92 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:24:15 #92 CACHED 08:24:15 08:24:15 #93 [core-command builder 4/7] COPY go.mod vendor* ./ 08:24:15 #93 CACHED 08:24:15 08:24:15 #94 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:24:15 #94 CACHED 08:24:15 08:24:15 #95 [core-common-config-bootstrapper builder 6/7] COPY . . 08:24:15 #95 CACHED 08:24:15 08:24:15 #96 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 08:24:15 #96 CACHED 08:24:15 08:24:15 #97 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:24:15 #97 CACHED 08:24:15 08:24:15 #98 [support-scheduler builder 6/7] COPY . . 08:24:15 #98 CACHED 08:24:15 08:24:15 #99 [core-data builder 4/7] COPY go.mod vendor* ./ 08:24:15 #99 CACHED 08:24:15 08:24:15 #100 [core-data builder 6/7] COPY . . 08:24:15 #100 CACHED 08:24:15 08:24:15 #101 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:24:15 #101 CACHED 08:24:15 08:24:15 #102 [security-spire-server builder 6/9] COPY . . 08:24:15 #102 CACHED 08:24:15 08:24:15 #103 [security-spire-server builder 4/9] COPY go.mod vendor* ./ 08:24:15 #103 CACHED 08:24:15 08:24:15 #104 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:24:15 #104 CACHED 08:24:15 08:24:15 #105 [security-spire-server builder 7/9] WORKDIR /edgex-go/spire-build 08:24:15 #105 CACHED 08:24:15 08:24:15 #106 [security-spire-agent builder 7/9] WORKDIR /edgex-go/spire-build 08:24:15 #106 DONE 0.3s 08:24:15 08:24:15 #107 [security-spire-server builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 08:24:17 #107 ... 08:24:17 08:24:17 #87 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:24:17 #87 5.387 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:24:19 #87 ... 08:24:19 08:24:19 #107 [security-spire-server builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 08:24:19 #107 DONE 6.8s 08:24:19 08:24:19 #108 [security-spire-agent builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 08:24:19 #108 DONE 6.8s 08:24:19 08:24:19 #109 [security-spire-server builder 9/9] WORKDIR /edgex-go 08:24:20 #109 DONE 0.3s 08:24:20 08:24:20 #110 [security-spire-agent builder 9/9] WORKDIR /edgex-go 08:24:20 #110 DONE 0.3s 08:24:20 08:24:20 #111 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:24:20 #0 6.524 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:24:20 #111 ... 08:24:20 08:24:20 #112 [security-spire-config builder 4/9] COPY go.mod vendor* ./ 08:24:20 #112 CACHED 08:24:20 08:24:20 #113 [security-spire-config builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 08:24:20 #113 CACHED 08:24:20 08:24:20 #114 [security-spire-config builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:24:20 #114 CACHED 08:24:20 08:24:20 #115 [security-spire-config builder 9/9] WORKDIR /edgex-go 08:24:20 #115 CACHED 08:24:20 08:24:20 #116 [security-spire-config builder 6/9] COPY . . 08:24:20 #116 CACHED 08:24:20 08:24:20 #117 [security-spire-config builder 7/9] WORKDIR /edgex-go/spire-build 08:24:20 #117 CACHED 08:24:20 08:24:20 #118 [security-spire-agent stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / 08:24:20 #118 DONE 0.5s 08:24:20 08:24:20 #119 [security-spire-config stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / 08:24:20 #119 DONE 0.4s 08:24:20 08:24:20 #120 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 08:24:20 #0 5.633 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 08:24:24 #120 ... 08:24:24 08:24:24 #121 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 08:24:24 #0 4.752 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 08:24:24 #121 ... 08:24:24 08:24:24 #122 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 08:24:24 #0 5.099 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 08:24:24 #122 ... 08:24:24 08:24:24 #123 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:24:24 #0 6.772 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:24:24 #123 ... 08:24:24 08:24:24 #124 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 08:24:24 #0 5.841 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 08:24:25 #124 ... 08:24:25 08:24:25 #125 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:24:25 #0 5.308 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:24:25 #125 ... 08:24:25 08:24:25 #126 [security-spire-config stage-1 4/9] COPY --from=builder /edgex-go/security.txt / 08:24:25 #126 DONE 0.5s 08:24:25 08:24:25 #127 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 08:24:25 #0 6.494 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 08:24:25 #127 ... 08:24:25 08:24:25 #128 [security-spire-server stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 08:24:25 #128 CACHED 08:24:25 08:24:25 #129 [security-spire-server stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 08:24:25 #129 CACHED 08:24:25 08:24:25 #130 [security-spire-agent stage-1 4/9] COPY --from=builder /edgex-go/security.txt / 08:24:25 #130 DONE 0.6s 08:24:25 08:24:25 #131 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 08:24:25 #0 6.266 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 08:24:25 #131 ... 08:24:25 08:24:25 #132 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 08:24:25 #0 5.653 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 08:24:25 #132 ... 08:24:25 08:24:25 #133 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 08:24:26 #133 ... 08:24:26 08:24:26 #134 [security-spire-agent stage-1 5/9] COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 08:24:26 #134 DONE 1.1s 08:24:26 08:24:26 #135 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 08:24:26 #135 ... 08:24:26 08:24:26 #133 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 08:24:26 #133 DONE 1.5s 08:24:27 08:24:27 #136 [security-spire-server stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 08:24:27 #136 DONE 0.3s 08:24:27 08:24:27 #137 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 08:24:27 #137 DONE 1.9s 08:24:27 08:24:27 #138 [security-spire-server stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 08:24:27 #138 DONE 0.4s 08:24:27 08:24:27 #139 [security-spire-config stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 08:24:27 #139 DONE 0.3s 08:24:27 08:24:27 #140 [security-spire-server stage-1 8/8] COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 08:24:27 #140 ... 08:24:27 08:24:27 #141 [security-spire-config stage-1 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d 08:24:27 #141 DONE 0.3s 08:24:27 08:24:27 #140 [security-spire-server stage-1 8/8] COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 08:24:27 #140 DONE 0.4s 08:24:27 08:24:27 #142 [security-spire-config stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 08:24:28 #142 DONE 0.5s 08:24:28 08:24:28 #143 [security-spire-config] exporting to image 08:24:28 #143 exporting layers 08:24:29 #143 ... 08:24:29 08:24:29 #135 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 08:24:29 #135 DONE 2.9s 08:24:29 08:24:29 #144 [security-spire-agent stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 08:24:29 #144 DONE 0.2s 08:24:29 08:24:29 #145 [security-spire-agent stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 08:24:29 #145 DONE 0.2s 08:24:29 08:24:29 #146 [security-spire-agent stage-1 9/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 08:24:29 #146 DONE 0.2s 08:24:29 08:24:29 #127 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 08:24:30 #127 ... 08:24:30 08:24:30 #143 [security-spire-agent] exporting to image 08:24:31 #143 exporting layers 2.7s done 08:24:31 #143 writing image sha256:d9d9891262427e19e0459c944d5d2e0e73753caa9cd926e1d6852ced6ad555b0 0.0s done 08:24:31 #143 naming to docker.io/library/security-spire-server-arm64 08:24:31 #143 writing image sha256:fdf27cfbe8e70f944774ac4ffeb0595b86321abd1d960c6dd21d3fa51a671028 done 08:24:31 #143 naming to docker.io/library/security-spire-config-arm64 08:24:31 #143 naming to docker.io/library/security-spire-server-arm64 0.0s done 08:24:31 #143 naming to docker.io/library/security-spire-config-arm64 done 08:24:31 #143 exporting layers 1.9s done 08:24:31 #143 writing image sha256:1de45631059b89d10392d7d9523931432da766edb778c7cd2973c61e6f6168d7 done 08:24:31 #143 naming to docker.io/library/security-spire-agent-arm64 done 08:24:31 #143 DONE 4.7s 08:24:31 08:24:31 #123 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:38:24 #123 ... 08:38:24 08:38:24 #124 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 08:38:24 #124 DONE 845.1s 08:38:24 08:38:24 #121 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 08:38:24 #121 ... 08:38:24 08:38:24 #147 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 08:38:24 #147 DONE 0.5s 08:38:24 08:38:24 #148 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 08:38:24 #148 DONE 0.1s 08:38:24 08:38:24 #149 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 08:38:24 #149 DONE 0.3s 08:38:24 08:38:24 #150 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 08:38:24 #150 DONE 0.1s 08:38:24 08:38:24 #151 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 08:38:24 #151 DONE 0.2s 08:38:24 08:38:24 #152 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:38:24 #152 DONE 4.0s 08:38:24 08:38:24 #111 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:38:24 #111 ... 08:38:24 08:38:24 #143 [security-proxy-auth] exporting to image 08:38:24 #143 exporting layers 08:38:24 #143 exporting layers 0.6s done 08:38:24 #143 writing image sha256:fc74ca9efedae3bafe4adc4743db424b4c32f7e1e19c572a796ec6a7738fdeda 0.0s done 08:38:24 #143 naming to docker.io/library/security-proxy-auth-arm64 done 08:38:24 #143 DONE 5.4s 08:38:24 08:38:24 #111 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:38:24 #111 ... 08:38:24 08:38:24 #123 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:38:24 #123 851.7 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:38:30 #123 ... 08:38:30 08:38:30 #121 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 08:38:30 #121 DONE 858.2s 08:38:30 08:38:30 #131 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 08:38:30 #131 ... 08:38:30 08:38:30 #153 [security-proxy-setup stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 08:38:31 #153 DONE 0.2s 08:38:31 08:38:31 #154 [security-proxy-setup stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 08:38:31 #154 DONE 0.1s 08:38:31 08:38:31 #155 [security-proxy-setup stage-1 6/9] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 08:38:31 #155 DONE 0.1s 08:38:31 08:38:31 #156 [security-proxy-setup stage-1 7/9] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:38:31 #156 DONE 0.3s 08:38:31 08:38:31 #157 [security-proxy-setup stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 08:38:32 #157 DONE 0.1s 08:38:32 08:38:32 #158 [security-proxy-setup stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:38:37 #158 DONE 5.5s 08:38:37 08:38:37 #111 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:38:37 #111 ... 08:38:37 08:38:37 #143 [security-proxy-setup] exporting to image 08:38:37 #143 exporting layers 08:38:38 #143 exporting layers 0.6s done 08:38:38 #143 writing image sha256:de6fc86853f2defbcd90116b90e29082d32501f924ed2f05e99973a89431303c done 08:38:38 #143 naming to docker.io/library/security-proxy-setup-arm64 done 08:38:38 #143 DONE 6.0s 08:38:38 08:38:38 #131 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 08:38:43 #131 ... 08:38:43 08:38:43 #123 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:38:43 #123 DONE 871.0s 08:38:43 08:38:43 #87 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:38:43 #87 ... 08:38:43 08:38:43 #159 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / 08:38:44 #159 DONE 0.3s 08:38:44 08:38:44 #131 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 08:38:44 #131 ... 08:38:44 08:38:44 #160 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / 08:38:44 #160 DONE 0.2s 08:38:44 08:38:44 #161 [security-secretstore-setup stage-1 5/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:38:44 #161 DONE 0.2s 08:38:44 08:38:44 #87 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:38:44 #87 ... 08:38:44 08:38:44 #162 [security-secretstore-setup stage-1 6/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 08:38:44 #162 DONE 0.1s 08:38:44 08:38:44 #163 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 08:38:44 #163 DONE 0.1s 08:38:44 08:38:44 #131 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 08:38:44 #131 ... 08:38:44 08:38:44 #164 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:38:44 #164 DONE 0.3s 08:38:44 08:38:44 #131 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 08:38:45 #131 ... 08:38:45 08:38:45 #165 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:38:45 #165 DONE 0.2s 08:38:45 08:38:45 #166 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:38:45 #166 DONE 0.1s 08:38:45 08:38:45 #167 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:38:48 #167 DONE 2.1s 08:38:48 08:38:48 #143 [security-secretstore-setup] exporting to image 08:38:48 #143 exporting layers 08:38:50 #143 exporting layers 3.0s done 08:38:50 #143 writing image sha256:681005378a32d88f00216a90ab2b1367b0f6dbb5dd3f37337857ba7d7007ffbf 0.0s done 08:38:50 #143 naming to docker.io/library/security-secretstore-setup-arm64 done 08:38:50 #143 DONE 9.1s 08:38:50 08:38:50 #131 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 08:38:53 #131 DONE 880.7s 08:38:53 08:38:53 #168 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 08:38:53 #168 DONE 0.4s 08:38:53 08:38:53 #169 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh 08:38:56 #169 DONE 2.2s 08:38:56 08:38:56 #170 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / 08:38:56 #170 DONE 0.3s 08:38:56 08:38:56 #171 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / 08:38:56 #171 DONE 0.1s 08:38:56 08:38:56 #172 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:38:56 #172 DONE 0.5s 08:38:56 08:38:56 #87 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:38:56 #87 ... 08:38:56 08:38:56 #173 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 08:38:56 #173 DONE 0.1s 08:38:56 08:38:56 #174 [security-bootstrapper stage-1 11/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 08:38:56 #174 DONE 0.1s 08:38:56 08:38:56 #125 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:38:57 #125 ... 08:38:57 08:38:57 #175 [security-bootstrapper stage-1 12/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 08:38:57 #175 DONE 0.2s 08:38:57 08:38:57 #176 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 08:38:57 #176 DONE 0.1s 08:38:57 08:38:57 #177 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:38:57 #177 DONE 0.1s 08:38:57 08:38:57 #111 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:38:57 #111 ... 08:38:57 08:38:57 #178 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh 08:38:59 #178 DONE 1.9s 08:38:59 08:38:59 #143 [security-bootstrapper] exporting to image 08:38:59 #143 exporting layers 08:39:00 #143 exporting layers 1.1s done 08:39:00 #143 writing image sha256:d964df47bcbbfbec7af0a1397519c06602368dbab5d2cfac79437e88720457bb done 08:39:00 #143 naming to docker.io/library/security-bootstrapper-arm64 done 08:39:00 #143 DONE 10.2s 08:39:00 08:39:00 #125 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:39:22 #125 ... 08:39:22 08:39:22 #127 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 08:39:22 #127 DONE 908.5s 08:39:22 08:39:22 #87 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:39:22 #87 ... 08:39:22 08:39:22 #179 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 08:39:22 #179 DONE 0.1s 08:39:22 08:39:22 #180 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 08:39:22 #180 DONE 0.2s 08:39:22 08:39:22 #181 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 08:39:22 #181 DONE 0.2s 08:39:22 08:39:22 #182 [core-common-config-bootstrapper stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 08:39:22 #182 DONE 0.1s 08:39:22 08:39:22 #183 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 08:39:22 #183 DONE 0.1s 08:39:22 08:39:22 #184 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:39:24 #184 DONE 1.9s 08:39:24 08:39:24 #143 [core-common-config-bootstrapper] exporting to image 08:39:24 #143 exporting layers 08:39:24 #143 exporting layers 0.5s done 08:39:24 #143 writing image sha256:b54e58d15fe6aa6f285dd121fbc988f3638193baaee1faef0d3d3e7879d2c9c2 done 08:39:24 #143 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 08:39:24 #143 DONE 10.7s 08:39:24 08:39:24 #125 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:39:39 #125 ... 08:39:39 08:39:39 #132 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 08:39:39 #132 DONE 925.3s 08:39:39 08:39:39 #120 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 08:39:39 #120 ... 08:39:39 08:39:39 #185 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / 08:39:39 #185 DONE 0.3s 08:39:39 08:39:39 #186 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / 08:39:39 #186 DONE 0.2s 08:39:39 08:39:39 #187 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:39:39 #187 DONE 0.3s 08:39:39 08:39:39 #188 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 08:39:39 #188 DONE 0.3s 08:39:39 08:39:39 #143 [core-command] exporting to image 08:39:39 #143 exporting layers 08:39:39 #143 exporting layers 0.2s done 08:39:39 #143 writing image sha256:bc7037c43552282445c59c72e6f8627fdfef1d39d7cd5253a2bbca355eb6cfad done 08:39:39 #143 naming to docker.io/library/core-command-arm64 done 08:39:39 #143 DONE 10.9s 08:39:39 08:39:39 #125 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:39:57 #125 DONE 944.0s 08:39:57 08:39:57 #120 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 08:39:57 #120 ... 08:39:57 08:39:57 #189 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 08:39:57 #189 DONE 0.1s 08:39:57 08:39:57 #190 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 08:39:57 #190 DONE 0.2s 08:39:57 08:39:57 #120 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 08:39:57 #120 ... 08:39:57 08:39:57 #191 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:39:57 #191 ... 08:39:57 08:39:57 #120 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 08:39:57 #120 DONE 945.3s 08:39:57 08:39:57 #191 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:39:57 #191 DONE 0.5s 08:39:57 08:39:57 #192 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 08:39:58 #192 DONE 0.3s 08:39:58 08:39:58 #111 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:39:58 #111 ... 08:39:58 08:39:58 #193 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 08:39:58 #193 DONE 0.1s 08:39:58 08:39:58 #143 [core-metadata] exporting to image 08:39:58 #143 exporting layers 08:39:58 #143 ... 08:39:58 08:39:58 #194 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 08:39:58 #194 DONE 0.3s 08:39:58 08:39:58 #195 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 08:39:58 #195 DONE 0.2s 08:39:58 08:39:58 #196 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:39:59 #196 ... 08:39:59 08:39:59 #143 [core-metadata] exporting to image 08:39:59 #143 exporting layers 0.6s done 08:39:59 #143 writing image sha256:e1882e0690233b0ce65ff62b9e8093e686f5980d85a57d23b74badfc72e79b4c done 08:39:59 #143 naming to docker.io/library/core-metadata-arm64 0.0s done 08:39:59 #143 DONE 11.5s 08:39:59 08:39:59 #196 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:39:59 #196 DONE 0.4s 08:39:59 08:39:59 #111 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:39:59 #111 ... 08:39:59 08:39:59 #197 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 08:39:59 #197 DONE 0.2s 08:39:59 08:39:59 #143 [core-data] exporting to image 08:39:59 #143 exporting layers 0.4s done 08:39:59 #143 writing image sha256:e6f3fa38a02e87d18f6cf595c131d6e1bae9ab46e8b81567fd6349b52bebabb5 done 08:39:59 #143 naming to docker.io/library/core-data-arm64 done 08:39:59 #143 DONE 11.9s 08:39:59 08:39:59 #111 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:40:56 #111 ... 08:40:56 08:40:56 #122 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 08:40:56 #122 DONE 998.2s 08:40:56 08:40:56 #111 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:40:56 #111 ... 08:40:56 08:40:56 #198 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 08:40:56 #198 DONE 0.2s 08:40:56 08:40:56 #199 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 08:40:56 #199 DONE 0.1s 08:40:56 08:40:56 #200 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 08:40:56 #200 DONE 0.4s 08:40:56 08:40:56 #201 [security-spiffe-token-provider stage-1 6/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 08:40:56 #201 DONE 0.2s 08:40:56 08:40:56 #143 [security-spiffe-token-provider] exporting to image 08:40:56 #143 exporting layers 08:40:56 #143 exporting layers 0.6s done 08:40:56 #143 writing image sha256:e8c0c6ca6dfdc103ff838950cc74d788f905f564cd90cd1c3ed6dd01684b6b7a done 08:40:56 #143 naming to docker.io/library/security-spiffe-token-provider-arm64 done 08:40:56 #143 DONE 12.6s 08:40:56 08:40:56 #87 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:41:18 #87 ... 08:41:18 08:41:18 #111 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:41:18 #111 DONE 1024.6s 08:41:18 08:41:18 #202 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 08:41:18 #202 DONE 0.2s 08:41:18 08:41:18 #87 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:41:18 #87 DONE 1025.1s 08:41:18 08:41:18 #203 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 08:41:18 #203 DONE 0.1s 08:41:18 08:41:18 #204 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 08:41:18 #204 DONE 0.1s 08:41:18 08:41:18 #205 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:41:18 #205 DONE 0.4s 08:41:18 08:41:18 #206 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 08:41:18 #206 DONE 0.2s 08:41:18 08:41:18 #207 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:41:18 #207 ... 08:41:18 08:41:18 #208 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 08:41:18 #208 DONE 0.1s 08:41:18 08:41:18 #143 [support-scheduler] exporting to image 08:41:18 #143 exporting layers 08:41:18 #143 ... 08:41:18 08:41:18 #207 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:41:18 #207 DONE 0.4s 08:41:18 08:41:18 #143 [support-scheduler] exporting to image 08:41:18 #143 exporting layers 0.4s done 08:41:18 #143 ... 08:41:18 08:41:18 #209 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 08:41:18 #209 DONE 0.1s 08:41:18 08:41:18 #143 [support-notifications] exporting to image 08:41:18 #143 writing image sha256:161c951a4e2b6bdd1d84a691a921fe66e6c8982ea8e2398b326f5f305e0ab8a4 done 08:41:18 #143 naming to docker.io/library/support-scheduler-arm64 done 08:41:19 #143 exporting layers 0.4s done 08:41:19 #143 writing image sha256:4b142c370d857fda51d0742ad7661daa760d189a04077c68ff66c2581341e72e done 08:41:19 #143 naming to docker.io/library/support-notifications-arm64 done 08:41:19 #143 DONE 13.2s 08:41:19 time="2023-07-19T08:22:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:41:19 time="2023-07-19T08:22:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:41:19 time="2023-07-19T08:22:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:41:19 time="2023-07-19T08:22:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:41:19 time="2023-07-19T08:22:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:41:19 time="2023-07-19T08:22:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:41:19 time="2023-07-19T08:22:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:41:19 time="2023-07-19T08:22:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:41:19 time="2023-07-19T08:22:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:41:19 time="2023-07-19T08:22:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:41:19 time="2023-07-19T08:22:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:41:19 time="2023-07-19T08:22:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:41:19 time="2023-07-19T08:22:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:41:19 time="2023-07-19T08:22:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 08:41:19 $ docker stop --time=1 8da4e2a2a327abb80466f6110e6ec8f13f2c1d5b9af857efbcd839dc1292dc71 08:41:20 $ docker rm -f --volumes 8da4e2a2a327abb80466f6110e6ec8f13f2c1d5b9af857efbcd839dc1292dc71 [Pipeline] // withDockerContainer [Pipeline] sh 08:41:21 + docker images 08:41:21 REPOSITORY TAG IMAGE ID CREATED SIZE 08:41:21 support-notifications-arm64 latest 4b142c370d85 3 seconds ago 32.4MB 08:41:21 support-scheduler-arm64 latest 161c951a4e2b 3 seconds ago 31.8MB 08:41:21 security-spiffe-token-provider-arm64 latest e8c0c6ca6dfd 30 seconds ago 33.3MB 08:41:21 core-data-arm64 latest e6f3fa38a02e About a minute ago 20.5MB 08:41:21 core-metadata-arm64 latest e1882e069023 About a minute ago 20.8MB 08:41:21 core-command-arm64 latest bc7037c43552 About a minute ago 20.3MB 08:41:21 core-common-config-bootstrapper-arm64 latest b54e58d15fe6 About a minute ago 17.8MB 08:41:21 security-bootstrapper-arm64 latest d964df47bcbb 2 minutes ago 22.4MB 08:41:21 security-secretstore-setup-arm64 latest 681005378a32 2 minutes ago 42.5MB 08:41:21 security-proxy-setup-arm64 latest de6fc86853f2 2 minutes ago 24MB 08:41:21 security-proxy-auth-arm64 latest fc74ca9efeda 2 minutes ago 18.8MB 08:41:21 security-spire-agent-arm64 latest 1de45631059b 16 minutes ago 157MB 08:41:21 security-spire-config-arm64 latest fdf27cfbe8e7 16 minutes ago 96.1MB 08:41:21 security-spire-server-arm64 latest d9d989126242 16 minutes ago 102MB 08:41:21 ci-base-image-arm64 latest 1440b306c868 30 minutes ago 1.04GB 08:41:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 1e15ea492957 6 days ago 677MB 08:41:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 6 weeks ago 332MB [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 08:41:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:41:22 08:41:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:41:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:41:22 arm64: Pulling from edgex-lftools-log-publisher 08:41:22 8998bd30e6a1: Pulling fs layer 08:41:22 04944245beec: Pulling fs layer 08:41:22 699f458cf7ca: Pulling fs layer 08:41:22 765212b225bb: Pulling fs layer 08:41:22 f23df028b6ca: Pulling fs layer 08:41:22 d65c8cfc05b1: Pulling fs layer 08:41:22 2437ff75d9bd: Pulling fs layer 08:41:22 765212b225bb: Waiting 08:41:22 f23df028b6ca: Waiting 08:41:22 d65c8cfc05b1: Waiting 08:41:22 04944245beec: Verifying Checksum 08:41:22 04944245beec: Download complete 08:41:22 765212b225bb: Verifying Checksum 08:41:22 765212b225bb: Download complete 08:41:22 f23df028b6ca: Verifying Checksum 08:41:22 f23df028b6ca: Download complete 08:41:22 d65c8cfc05b1: Verifying Checksum 08:41:22 d65c8cfc05b1: Download complete 08:41:23 699f458cf7ca: Verifying Checksum 08:41:23 699f458cf7ca: Download complete 08:41:23 8998bd30e6a1: Verifying Checksum 08:41:23 8998bd30e6a1: Download complete 08:41:25 2437ff75d9bd: Verifying Checksum 08:41:25 2437ff75d9bd: Download complete 08:41:30 8998bd30e6a1: Pull complete 08:41:30 04944245beec: Pull complete 08:41:31 699f458cf7ca: Pull complete 08:41:31 765212b225bb: Pull complete 08:41:32 f23df028b6ca: Pull complete 08:41:32 d65c8cfc05b1: Pull complete 08:41:47 2437ff75d9bd: Pull complete 08:41:47 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 08:41:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:41:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:41:48 prd-ubuntu20.04-docker-arm64-4c-16g-1517 does not seem to be running inside a container 08:41:48 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 08:41:51 $ docker top 9039e094bb61c52b0feecfd0f856619fc13090cf13b6e8663e19e95b27cadee8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:41:52 ---> job-cost.sh 08:41:52 lf-activate-venv: SKIPPING 08:41:52 INFO: No Stack... 08:41:52 INFO: Retrieving Pricing Info for: v3-standard-4 08:41:53 INFO: Archiving Costs [Pipeline] sh 08:41:53 + + catcut /w/workspace/edgex-go/1/archives/cost.csv -d, 08:41:53 -f6 [Pipeline] lock 08:41:53 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4612-1-stack-cost] 08:41:53 Resource [jenkins-edgexfoundry-edgex-go-PR-4612-1-stack-cost] did not exist. Created. 08:41:53 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4612-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:41:54 + echo total: 0.10999999940395355 [Pipeline] stash 08:41:54 Stashed 1 file(s) [Pipeline] } 08:41:54 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4612-1-stack-cost] [Pipeline] // lock [Pipeline] } 08:41:54 $ docker stop --time=1 9039e094bb61c52b0feecfd0f856619fc13090cf13b6e8663e19e95b27cadee8 08:41:58 $ docker rm -f --volumes 9039e094bb61c52b0feecfd0f856619fc13090cf13b6e8663e19e95b27cadee8 [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 08:41:59 provisioning config files... 08:41:59 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config12085797313608659282tmp [Pipeline] { [Pipeline] sh 08:41:59 + set +x 08:41:59 + curl -s https://codecov.io/bash 08:41:59 + bash -s -- 08:41:59 08:41:59 _____ _ 08:41:59 / ____| | | 08:41:59 | | ___ __| | ___ ___ _____ __ 08:41:59 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:41:59 | |___| (_) | (_| | __/ (_| (_) \ V / 08:41:59 \_____\___/ \__,_|\___|\___\___/ \_/ 08:41:59 Bash-1.0.6 08:41:59 08:41:59 08:41:59 ==> git version 2.25.1 found 08:41:59 ==> 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 08:41:59 Release-Date: 2020-01-08 08:41:59 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 08:41:59 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 08:41:59 ==> Jenkins CI detected. 08:41:59 current dir:  /w/workspace/edgex-go/1 08:41:59 project root: . 08:41:59 --> token set from env 08:41:59 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:41:59 ==> Running gcov in . (disable via -X gcov) 08:41:59 ==> Python coveragepy not found 08:41:59 ==> Searching for coverage reports in: 08:41:59 + . 08:41:59 -> Found 1 reports 08:41:59 ==> Detecting git/mercurial file structure 08:41:59 ==> Reading reports 08:41:59 + ./coverage.out bytes=447019 08:41:59 ==> Appending adjustments 08:41:59 https://docs.codecov.io/docs/fixing-reports 08:42:00 + Found adjustments 08:42:00 ==> Gzipping contents 08:42:00 56K /tmp/codecov.GDPLWq.gz 08:42:00 ==> Uploading reports 08:42:00 url: https://codecov.io 08:42:00 query: branch=PR-4612&commit=0622ab8cb0a764d3b0f840a95cc4de3e817e2904&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4612%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4612&job=&cmd_args= 08:42:00 -> Pinging Codecov 08:42:00 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4612&commit=0622ab8cb0a764d3b0f840a95cc4de3e817e2904&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4612%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4612&job=&cmd_args= 08:42:00 -> Uploading to 08:42:00 https://storage.googleapis.com/codecov/v4/raw/2023-07-19/00271124DB129430A58F1EEE437C3FCB/0622ab8cb0a764d3b0f840a95cc4de3e817e2904/c50e8ddb-d898-45d7-a3ff-ad3a32f117ea.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230719%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230719T084200Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=99e01677a0aae5735de6689310e1cedfda90a21837e99ac2927256382d5b08d6 08:42:00 % Total % Received % Xferd Average Speed Time Time Time Current 08:42:00 Dload Upload Total Spent Left Speed 08:42:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57306 0 0 100 57306 0 267k --:--:-- --:--:-- --:--:-- 267k 08:42:00 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/0622ab8cb0a764d3b0f840a95cc4de3e817e2904 [Pipeline] } 08:42:01 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 08:42:02 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 08:42:02 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:42:03 ---> package-listing.sh 08:42:03 ++ facter osfamily 08:42:03 ++ tr '[:upper:]' '[:lower:]' 08:42:03 + OS_FAMILY=debian 08:42:03 + workspace=/w/workspace/edgex-go/1 08:42:03 + START_PACKAGES=/tmp/packages_start.txt 08:42:03 + END_PACKAGES=/tmp/packages_end.txt 08:42:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:42:03 + PACKAGES=/tmp/packages_start.txt 08:42:03 + '[' /w/workspace/edgex-go/1 ']' 08:42:03 + PACKAGES=/tmp/packages_end.txt 08:42:03 + case "${OS_FAMILY}" in 08:42:03 + dpkg -l 08:42:03 + grep '^ii' 08:42:03 + '[' -f /tmp/packages_start.txt ']' 08:42:03 + '[' -f /tmp/packages_end.txt ']' 08:42:03 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:42:03 + '[' /w/workspace/edgex-go/1 ']' 08:42:03 + mkdir -p /w/workspace/edgex-go/1/archives/ 08:42:03 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 08:42:03 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 08:42:04 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:42:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:42:04 08:42:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:42:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:42:05 latest: Pulling from edgex-lftools-log-publisher 08:42:05 5eb5b503b376: Pulling fs layer 08:42:05 5c69ac0246d0: Pulling fs layer 08:42:05 ec43610c2a17: Pulling fs layer 08:42:05 3a2ae6a8a46f: Pulling fs layer 08:42:05 33b1e0a273af: Pulling fs layer 08:42:05 5d3b04190fa2: Pulling fs layer 08:42:05 2f39f015ded8: Pulling fs layer 08:42:05 2f39f015ded8: Waiting 08:42:05 5d3b04190fa2: Waiting 08:42:05 3a2ae6a8a46f: Waiting 08:42:05 33b1e0a273af: Waiting 08:42:05 5c69ac0246d0: Verifying Checksum 08:42:05 5c69ac0246d0: Download complete 08:42:05 3a2ae6a8a46f: Download complete 08:42:05 33b1e0a273af: Verifying Checksum 08:42:05 33b1e0a273af: Download complete 08:42:05 5d3b04190fa2: Verifying Checksum 08:42:05 5d3b04190fa2: Download complete 08:42:05 ec43610c2a17: Verifying Checksum 08:42:05 ec43610c2a17: Download complete 08:42:05 5eb5b503b376: Verifying Checksum 08:42:05 5eb5b503b376: Download complete 08:42:06 2f39f015ded8: Download complete 08:42:06 5eb5b503b376: Pull complete 08:42:06 5c69ac0246d0: Pull complete 08:42:07 ec43610c2a17: Pull complete 08:42:07 3a2ae6a8a46f: Pull complete 08:42:07 33b1e0a273af: Pull complete 08:42:07 5d3b04190fa2: Pull complete 08:42:11 2f39f015ded8: Pull complete 08:42:11 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 08:42:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:42:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:42:12 prd-ubuntu20.04-docker-8c-8g-1516 does not seem to be running inside a container 08:42:12 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 08:42:16 $ docker top 22f86e641ddd1270f19dfa35f2db1d870aebd95d17d917fda27047614344ef30 -eo pid,comm [Pipeline] { [Pipeline] sh 08:42:16 + touch /tmp/pre-build-complete [Pipeline] sh 08:42:16 + mkdir -p /var/log/sysstat [Pipeline] sh 08:42:17 + ls /var/log/sa-host 08:42:17 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:42:17 provisioning config files... 08:42:17 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config6632789501457008977tmp [Pipeline] { [Pipeline] echo 08:42:17 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:42:17 ---> create-netrc.sh [Pipeline] } 08:42:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 08:42:18 ---> python-tools-install.sh [Pipeline] echo 08:42:18 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:42:18 ---> sudo-logs.sh 08:42:18 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:42:18 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:42:18 ---> job-cost.sh 08:42:18 lf-activate-venv: SKIPPING 08:42:18 DEBUG: total: 0.10999999940395355 08:42:18 INFO: Retrieving Stack Cost... 08:42:19 INFO: Retrieving Pricing Info for: v3-standard-8 08:42:19 INFO: Archiving Costs [Pipeline] echo 08:42:19 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:42:19 ---> logs-deploy.sh 08:42:19 lf-activate-venv: SKIPPING 08:42:19 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4612/1 08:42:19 INFO: archiving workspace using pattern(s): 08:42:20 Archives upload complete. 08:42:21 INFO: archiving logs to Nexus 08:42:21 ---> uname -a: 08:42:21 Linux prd-ubuntu20-04-docker-8c-8g-1516 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 08:42:21 08:42:21 08:42:21 ---> lscpu: 08:42:21 Architecture: x86_64 08:42:21 CPU op-mode(s): 32-bit, 64-bit 08:42:21 Byte Order: Little Endian 08:42:21 Address sizes: 40 bits physical, 48 bits virtual 08:42:21 CPU(s): 8 08:42:21 On-line CPU(s) list: 0-7 08:42:21 Thread(s) per core: 1 08:42:21 Core(s) per socket: 1 08:42:21 Socket(s): 8 08:42:21 NUMA node(s): 1 08:42:21 Vendor ID: AuthenticAMD 08:42:21 CPU family: 23 08:42:21 Model: 49 08:42:21 Model name: AMD EPYC-Rome Processor 08:42:21 Stepping: 0 08:42:21 CPU MHz: 2799.998 08:42:21 BogoMIPS: 5599.99 08:42:21 Virtualization: AMD-V 08:42:21 Hypervisor vendor: KVM 08:42:21 Virtualization type: full 08:42:21 L1d cache: 256 KiB 08:42:21 L1i cache: 256 KiB 08:42:21 L2 cache: 4 MiB 08:42:21 L3 cache: 128 MiB 08:42:21 NUMA node0 CPU(s): 0-7 08:42:21 Vulnerability Itlb multihit: Not affected 08:42:21 Vulnerability L1tf: Not affected 08:42:21 Vulnerability Mds: Not affected 08:42:21 Vulnerability Meltdown: Not affected 08:42:21 Vulnerability Mmio stale data: Not affected 08:42:21 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:42:21 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 08:42:21 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 08:42:21 Vulnerability Srbds: Not affected 08:42:21 Vulnerability Tsx async abort: Not affected 08:42:21 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 08:42:21 08:42:21 08:42:21 ---> nproc: 08:42:21 8 08:42:21 08:42:21 08:42:21 ---> df -h: 08:42:21 Filesystem Size Used Avail Use% Mounted on 08:42:21 overlay 155G 22G 134G 15% / 08:42:21 tmpfs 64M 0 64M 0% /dev 08:42:21 tmpfs 16G 0 16G 0% /sys/fs/cgroup 08:42:21 shm 64M 0 64M 0% /dev/shm 08:42:21 /dev/vda1 155G 22G 134G 15% /facter-os 08:42:21 08:42:21