Pull request #4378 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 judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from 8c0ca7c85efba52c261c3039880fc47da148a7eb+d1220c913da191e5a5098d83180fefdfc3d41548 (7ac8328dc34525da32538ccca95f1485ec3bd2ff) 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-ssh4970968564583215052.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh2289130179222940588.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4378/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-4378/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7936431055701381925.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-4378/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh18349956491596969529.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh5619338107890655418.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-4378/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-4378/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh8832748654236584767.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-6882’ Running on prd-ubuntu20.04-docker-8c-8g-6884 in /w/workspace/edgexfoundry_edgex-go_PR-4378 [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 Merging remotes/origin/main commit d1220c913da191e5a5098d83180fefdfc3d41548 into PR head commit 8c0ca7c85efba52c261c3039880fc47da148a7eb > 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/4378/head:refs/remotes/origin/PR-4378 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8c0ca7c85efba52c261c3039880fc47da148a7eb # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Merge succeeded, producing 8c0ca7c85efba52c261c3039880fc47da148a7eb Checking out Revision 8c0ca7c85efba52c261c3039880fc47da148a7eb (PR-4378) > git merge d1220c913da191e5a5098d83180fefdfc3d41548 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8c0ca7c85efba52c261c3039880fc47da148a7eb # timeout=10 Commit message: "fix: Remove extra hyphen out of the core-metadata.yaml" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:34:24 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:34:24 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:34:24 ========================================================= 12:34:24 EdgeX Global Pipelines Version Info 12:34:24 ========================================================= [Pipeline] libraryResource [Pipeline] sh 12:34:25 ------------------- 12:34:25 stable info: 12:34:25 ------------------- 12:34:25 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:34:25 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 12:34:25 Message: update stable to v1.0.244 12:34:25 ------------------- 12:34:25 experimental info: 12:34:25 ------------------- 12:34:25 Commited By: **** collab-it+edgex@linuxfoundation.org 12:34:25 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 12:34:25 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:34:26 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 12:34:26 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 12:34:26 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:34:26 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:34:26 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:34:26 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 12:34:26 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 12:34:26 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 12:34:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 12:34:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 12:34:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:34:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:34:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 12:34:26 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:34:26 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:34:26 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 12:34:26 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 12:34:26 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:34:26 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 12:34:26 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 12:34:26 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 12:34:26 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 12:34:27 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 12:34:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4378 [Pipeline] echo 12:34:27 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4378 [Pipeline] echo 12:34:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4378 [Pipeline] echo 12:34:27 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8c0ca7c85efba52c261c3039880fc47da148a7eb [Pipeline] echo 12:34:27 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8c0ca7c [Pipeline] echo 12:34:27 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:34:27 provisioning config files... 12:34:27 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config13773939191339148847tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:34:27 ---> docker-login.sh 12:34:27 nexus3.edgexfoundry.org:10001 12:34:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:34:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:34:27 Configure a credential helper to remove this warning. See 12:34:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:34:27 12:34:27 Login Succeeded 12:34:27 nexus3.edgexfoundry.org:10002 12:34:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:34:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:34:28 Configure a credential helper to remove this warning. See 12:34:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:34:28 12:34:28 Login Succeeded 12:34:28 nexus3.edgexfoundry.org:10003 12:34:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:34:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:34:28 Configure a credential helper to remove this warning. See 12:34:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:34:28 12:34:28 Login Succeeded 12:34:28 nexus3.edgexfoundry.org:10004 12:34:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:34:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:34:28 Configure a credential helper to remove this warning. See 12:34:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:34:28 12:34:28 Login Succeeded 12:34:28 docker.io 12:34:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:34:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:34:28 Configure a credential helper to remove this warning. See 12:34:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:34:28 12:34:28 Login Succeeded 12:34:28 ---> docker-login.sh ends [Pipeline] } 12:34:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:34:29 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 12:34:29 + dirname cmd/core-command/Dockerfile 12:34:29 + cut -d/ -f2 12:34:29 + echo core-command,cmd/core-command/Dockerfile 12:34:29 + dirname cmd/core-common-config-bootstrapper/Dockerfile 12:34:29 + cut -d/ -f2 12:34:29 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 12:34:29 + dirname cmd/core-data/Dockerfile 12:34:29 + cut -d/ -f2 12:34:29 + echo core-data,cmd/core-data/Dockerfile 12:34:29 + dirname+ cmd/core-metadata/Dockerfile 12:34:29 cut -d/ -f2 12:34:29 + echo core-metadata,cmd/core-metadata/Dockerfile 12:34:29 + dirname cmd/security-bootstrapper/Dockerfile 12:34:29 + cut -d/ -f2 12:34:29 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 12:34:29 + dirname cmd/security-proxy-setup/Dockerfile 12:34:29 + cut -d/ -f2 12:34:29 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 12:34:29 + dirname cmd/security-secretstore-setup/Dockerfile 12:34:29 + cut -d/ -f2 12:34:29 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 12:34:29 + dirname cmd/security-spiffe-token-provider/Dockerfile 12:34:29 + cut -d/ -f2 12:34:29 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 12:34:29 + dirname cmd/security-spire-agent/Dockerfile 12:34:29 + cut -d/ -f2 12:34:29 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 12:34:29 + + cutdirname -d/ cmd/security-spire-config/Dockerfile -f2 12:34:29 12:34:29 + echo security-spire-config,cmd/security-spire-config/Dockerfile 12:34:29 + dirname cmd/security-spire-server/Dockerfile 12:34:29 + cut -d/ -f2 12:34:29 + echo security-spire-server,cmd/security-spire-server/Dockerfile 12:34:29 + dirname cmd/support-notifications/Dockerfile 12:34:29 + cut -d/ -f2 12:34:29 + echo support-notifications,cmd/support-notifications/Dockerfile 12:34:29 + + dirname cmd/support-scheduler/Dockerfile 12:34:29 cut -d/ -f2 12:34:29 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 12:34:29 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 12:34:29 + git rev-list -1 --merges 8c0ca7c85efba52c261c3039880fc47da148a7eb~1..8c0ca7c85efba52c261c3039880fc47da148a7eb [Pipeline] echo 12:34:29 -----------> git rev-list -1 --merges 8c0ca7c85efba52c261c3039880fc47da148a7eb~1..8c0ca7c85efba52c261c3039880fc47da148a7eb 8c0ca7c85efba52c261c3039880fc47da148a7eb [false] [Pipeline] sh 12:34:30 + git log --format=format:%s -1 8c0ca7c85efba52c261c3039880fc47da148a7eb [Pipeline] echo 12:34:30 ========================================================= 12:34:30 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 12:34:30 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 12:34:30 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 12:34:30 + grep -v github /etc/ssh/ssh_known_hosts 12:34:30 + [ -e /tmp/ssh_known_hosts ] 12:34:30 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 12:34:30 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 12:34:30 + sudo tee -a /etc/ssh/ssh_known_hosts 12:34:30 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:34:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:34:30 12:34:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:34:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:34:31 0.1.4: Pulling from edgex-devops/py-git-semver 12:34:31 b85a868b505f: Pulling fs layer 12:34:31 e2be974225ed: Pulling fs layer 12:34:31 339a4e72a1f5: Pulling fs layer 12:34:31 988bab9f4d93: Pulling fs layer 12:34:31 1469e6f7b9e6: Pulling fs layer 12:34:31 eaf3925da568: Pulling fs layer 12:34:31 bab4dde63d76: Pulling fs layer 12:34:31 bde34c3a00c8: Pulling fs layer 12:34:31 b352a97aabf1: Pulling fs layer 12:34:31 988bab9f4d93: Waiting 12:34:31 4872d77fe225: Pulling fs layer 12:34:31 5851b861e8e6: Pulling fs layer 12:34:31 1469e6f7b9e6: Waiting 12:34:31 bde34c3a00c8: Waiting 12:34:31 eaf3925da568: Waiting 12:34:31 b352a97aabf1: Waiting 12:34:31 bab4dde63d76: Waiting 12:34:31 4872d77fe225: Waiting 12:34:31 5851b861e8e6: Waiting 12:34:31 e2be974225ed: Verifying Checksum 12:34:31 e2be974225ed: Download complete 12:34:31 988bab9f4d93: Verifying Checksum 12:34:31 988bab9f4d93: Download complete 12:34:31 1469e6f7b9e6: Verifying Checksum 12:34:31 1469e6f7b9e6: Download complete 12:34:31 339a4e72a1f5: Verifying Checksum 12:34:31 339a4e72a1f5: Download complete 12:34:31 eaf3925da568: Verifying Checksum 12:34:31 eaf3925da568: Download complete 12:34:31 bde34c3a00c8: Verifying Checksum 12:34:31 bde34c3a00c8: Download complete 12:34:31 b352a97aabf1: Download complete 12:34:31 4872d77fe225: Verifying Checksum 12:34:31 4872d77fe225: Download complete 12:34:31 5851b861e8e6: Verifying Checksum 12:34:31 5851b861e8e6: Download complete 12:34:31 b85a868b505f: Verifying Checksum 12:34:31 b85a868b505f: Download complete 12:34:32 bab4dde63d76: Verifying Checksum 12:34:32 bab4dde63d76: Download complete 12:34:33 b85a868b505f: Pull complete 12:34:33 e2be974225ed: Pull complete 12:34:33 339a4e72a1f5: Pull complete 12:34:33 988bab9f4d93: Pull complete 12:34:33 1469e6f7b9e6: Pull complete 12:34:34 eaf3925da568: Pull complete 12:34:36 bab4dde63d76: Pull complete 12:34:36 bde34c3a00c8: Pull complete 12:34:36 b352a97aabf1: Pull complete 12:34:36 4872d77fe225: Pull complete 12:34:36 5851b861e8e6: Pull complete 12:34:36 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 12:34:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:34:36 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:34:36 prd-ubuntu20.04-docker-8c-8g-6884 does not seem to be running inside a container 12:34:36 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 12:34:40 $ docker top 679e086db80edb1812d264117583f13331c295cf49861002c43068886a9e0918 -eo pid,comm 12:34:41 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 12:34:41 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:34:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:34:41 [ssh-agent] Looking for ssh-agent implementation... 12:34:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:34:41 $ docker exec 679e086db80edb1812d264117583f13331c295cf49861002c43068886a9e0918 ssh-agent 12:34:41 SSH_AUTH_SOCK=/tmp/ssh-XhRMjojrWjA4/agent.32 12:34:41 SSH_AGENT_PID=38 12:34:41 Running ssh-add (command line suppressed) 12:34:41 Identity added: /w/workspace/edgex-go/1@tmp/private_key_14594299874154042883.key (/w/workspace/edgex-go/1@tmp/private_key_14594299874154042883.key) 12:34:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:34:41 + git tag --points-at HEAD [Pipeline] } 12:34:41 $ docker exec --env ******** --env ******** 679e086db80edb1812d264117583f13331c295cf49861002c43068886a9e0918 ssh-agent -k 12:34:41 unset SSH_AUTH_SOCK; 12:34:41 unset SSH_AGENT_PID; 12:34:41 echo Agent pid 38 killed; 12:34:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:34:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:34:42 [ssh-agent] Looking for ssh-agent implementation... 12:34:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:34:42 $ docker exec 679e086db80edb1812d264117583f13331c295cf49861002c43068886a9e0918 ssh-agent 12:34:42 SSH_AUTH_SOCK=/tmp/ssh-7azzMCLqyxgG/agent.70 12:34:42 SSH_AGENT_PID=76 12:34:42 Running ssh-add (command line suppressed) 12:34:42 Identity added: /w/workspace/edgex-go/1@tmp/private_key_6650675778245973336.key (/w/workspace/edgex-go/1@tmp/private_key_6650675778245973336.key) 12:34:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:34:42 + git semver init 12:34:43 2023-02-21 12:34:42,935 [run_init] DEBUG init version:0.0.0 force:False 12:34:43 2023-02-21 12:34:42,936 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 12:34:43 2023-02-21 12:34:42,937 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 12:34:43 2023-02-21 12:34:42,937 [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) 12:34:49 2023-02-21 12:34:48,545 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 12:34:49 2023-02-21 12:34:48,546 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4378 with force:False 12:34:49 2023-02-21 12:34:48,546 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4378 12:34:49 2023-02-21 12:34:48,551 [execute] INFO git cat-file --batch-check 12:34:49 2023-02-21 12:34:48,551 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 12:34:49 2023-02-21 12:34:48,558 [execute] INFO git cat-file --batch 12:34:49 2023-02-21 12:34:48,558 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 12:34:49 2023-02-21 12:34:48,564 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4378 12:34:49 0.0.0 [Pipeline] } 12:34:49 $ docker exec --env ******** --env ******** 679e086db80edb1812d264117583f13331c295cf49861002c43068886a9e0918 ssh-agent -k 12:34:49 unset SSH_AUTH_SOCK; 12:34:49 unset SSH_AGENT_PID; 12:34:49 echo Agent pid 76 killed; 12:34:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:34:50 + git semver [Pipeline] } 12:34:50 $ docker stop --time=1 679e086db80edb1812d264117583f13331c295cf49861002c43068886a9e0918 12:34:51 $ docker rm -f --volumes 679e086db80edb1812d264117583f13331c295cf49861002c43068886a9e0918 [Pipeline] // withDockerContainer [Pipeline] sh 12:34:52 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:34:52 Stashed 1 file(s) [Pipeline] echo 12:34:52 [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 12:34:53 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 12:34:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:34:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:34:53 ========================================================= 12:34:53 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 12:34:53 ========================================================= [Pipeline] fileExists [Pipeline] sh 12:34:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 12:34:54 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 12:34:54 213ec9aee27d: Pulling fs layer 12:34:54 4583459ba037: Pulling fs layer 12:34:54 93c1e223e6f2: Pulling fs layer 12:34:54 53926ce57604: Pulling fs layer 12:34:54 21b2b0c7a3f4: Pulling fs layer 12:34:54 22ff95d597cd: Pulling fs layer 12:34:54 12d6caf4c0d1: Pulling fs layer 12:34:54 96b7cbca73a9: Pulling fs layer 12:34:54 a7acece74701: Pulling fs layer 12:34:54 22ff95d597cd: Waiting 12:34:54 12d6caf4c0d1: Waiting 12:34:54 53926ce57604: Waiting 12:34:54 96b7cbca73a9: Waiting 12:34:54 21b2b0c7a3f4: Waiting 12:34:54 a7acece74701: Waiting 12:34:54 93c1e223e6f2: Verifying Checksum 12:34:54 93c1e223e6f2: Download complete 12:34:54 4583459ba037: Download complete 12:34:54 21b2b0c7a3f4: Verifying Checksum 12:34:54 21b2b0c7a3f4: Download complete 12:34:54 213ec9aee27d: Verifying Checksum 12:34:54 22ff95d597cd: Download complete 12:34:54 12d6caf4c0d1: Download complete 12:34:54 213ec9aee27d: Pull complete 12:34:54 4583459ba037: Pull complete 12:34:54 93c1e223e6f2: Pull complete 12:34:54 a7acece74701: Verifying Checksum 12:34:54 a7acece74701: Download complete 12:34:54 96b7cbca73a9: Download complete 12:34:54 53926ce57604: Verifying Checksum 12:34:54 53926ce57604: Download complete 12:34:59 53926ce57604: Pull complete 12:34:59 21b2b0c7a3f4: Pull complete 12:34:59 22ff95d597cd: Pull complete 12:34:59 12d6caf4c0d1: Pull complete 12:35:01 96b7cbca73a9: Pull complete 12:35:02 a7acece74701: Pull complete 12:35:02 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 12:35:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 12:35:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 12:35:03 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 12:35:03 WORKDIR /edgex 12:35:03 COPY go.mod . 12:35:03 RUN go mod download 12:35:03 + docker build -t ci-base-image-x86_64 -f - . 12:35:03 Sending build context to Docker daemon 170.3MB 12:35:03 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 12:35:03 ---> db6d94c90886 12:35:03 Step 2/4 : WORKDIR /edgex 12:35:07 Still waiting to schedule task 12:35:07 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-6883’ 12:35:13 ---> Running in 4c8e7a9e7d53 12:35:13 Removing intermediate container 4c8e7a9e7d53 12:35:13 ---> 672268c43e83 12:35:13 Step 3/4 : COPY go.mod . 12:35:13 ---> ab9cf3639ca7 12:35:13 Step 4/4 : RUN go mod download 12:35:13 ---> Running in cee930c1cfcd 12:35:31 Removing intermediate container cee930c1cfcd 12:35:31 ---> 243ffa736c5d 12:35:31 Successfully built 243ffa736c5d 12:35:31 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:35:32 + docker inspect -f . ci-base-image-x86_64 12:35:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:35:32 prd-ubuntu20.04-docker-8c-8g-6884 does not seem to be running inside a container 12:35:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 12:35:32 $ docker top 02c348d80ee2ff9468e24ca71859367eebaf076af07f2e04687d2e86626529df -eo pid,comm [Pipeline] { [Pipeline] sh 12:35:33 + go version 12:35:33 go version go1.18.7 linux/amd64 [Pipeline] } 12:35:33 $ docker stop --time=1 02c348d80ee2ff9468e24ca71859367eebaf076af07f2e04687d2e86626529df 12:35:34 $ docker rm -f --volumes 02c348d80ee2ff9468e24ca71859367eebaf076af07f2e04687d2e86626529df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:35:35 + docker inspect -f . ci-base-image-x86_64 12:35:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:35:35 prd-ubuntu20.04-docker-8c-8g-6884 does not seem to be running inside a container 12:35:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 12:35:35 $ docker top e11f16abd0a7597e0478c994fface655b59beb0ef3e8336dccfbc9e87cb35f36 -eo pid,comm [Pipeline] { [Pipeline] echo 12:35:35 ========================================================= 12:35:35 [edgeXBuildGoParallel] Running Tests and Build... 12:35:35 ========================================================= [Pipeline] sh 12:35:36 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 12:35:36 + make test 12:35:36 go test -race -coverprofile=coverage.out ./... 12:35:43 ? github.com/edgexfoundry/edgex-go [no test files] 12:35:55 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 12:35:55 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 12:35:55 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 12:35:55 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 12:35:55 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 12:35:55 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 12:35:55 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 12:35:55 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 12:35:55 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 12:35:55 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 12:35:55 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 12:35:55 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 12:35:55 ? github.com/edgexfoundry/edgex-go/internal [no test files] 12:35:55 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 12:35:56 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.051s coverage: 28.7% of statements 12:35:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 12:35:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 12:35:56 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.107s coverage: 98.5% of statements 12:36:00 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.161s coverage: 73.7% of statements 12:36:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 12:36:00 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 12:36:00 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 12:36:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.141s coverage: 54.0% of statements 12:36:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 12:36:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 12:36:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.343s coverage: 88.5% of statements 12:36:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 12:36:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 12:36:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 12:36:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 12:36:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 12:36:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.139s coverage: 3.9% of statements 12:36:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 12:36:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 12:36:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.522s coverage: 95.6% of statements 12:36:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 12:36:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 12:36:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 12:36:00 ok github.com/edgexfoundry/edgex-go/internal/io 0.054s coverage: 72.2% of statements 12:36:00 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 12:36:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 12:36:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 12:36:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 12:36:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 12:36:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.071s coverage: 65.9% of statements 12:36:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 12:36:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 12:36:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 12:36:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.118s coverage: 0.9% of statements 12:36:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 12:36:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.076s coverage: 29.6% of statements 12:36:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 12:36:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.072s coverage: 47.1% of statements 12:36:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.132s coverage: 82.9% of statements 12:36:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.034s coverage: 94.1% of statements 12:36:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.082s coverage: 96.3% of statements 12:36:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.063s coverage: 87.5% of statements 12:36:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.072s coverage: 94.4% of statements 12:36:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.062s coverage: 44.8% of statements 12:36:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.382s coverage: 79.9% of statements 12:36:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 12:36:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.068s coverage: 92.9% of statements 12:36:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 12:36:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 12:36:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 12:36:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.029s coverage: 64.4% of statements 12:36:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 12:36:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 12:36:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 12:36:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 12:36:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.049s coverage: 86.9% of statements 12:36:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 12:36:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 12:36:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 12:36:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 12:36:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.079s coverage: 87.2% of statements 12:36:22 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.072s coverage: 20.0% of statements 12:36:22 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 12:36:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 12:36:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements 12:36:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 12:36:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.085s coverage: 77.4% of statements 12:36:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 12:36:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.063s coverage: 80.0% of statements 12:36:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.068s coverage: 87.2% of statements 12:36:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.219s coverage: 91.2% of statements 12:36:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 12:36:22 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.229s coverage: 63.1% of statements 12:36:22 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 12:36:22 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 12:36:22 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.063s coverage: 100.0% of statements 12:36:22 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 89.4% of statements 12:36:22 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 12:36:22 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements 12:36:22 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.020s coverage: 100.0% of statements 12:36:22 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.313s coverage: 65.3% of statements 12:36:22 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 12:36:22 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 12:36:22 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 12:36:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.152s coverage: 41.0% of statements 12:36:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 12:36:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 12:36:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.065s coverage: 89.5% of statements 12:36:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 12:36:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.063s coverage: 84.8% of statements 12:36:22 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 12:36:22 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 12:36:22 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 12:36:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 12:36:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.079s coverage: 17.7% of statements 12:36:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 12:36:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 12:36:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 12:36:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 12:36:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.157s coverage: 92.3% of statements 12:36:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 12:36:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 12:36:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 12:36:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 12:36:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.052s coverage: 63.2% of statements 12:36:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 12:36:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 12:36:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.109s coverage: 97.7% of statements 12:36:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 12:36:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 12:36:22 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 12:36:44 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 12:36:44 go vet ./... 12:36:46 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 12:36:46 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 12:36:46 ./bin/test-attribution-txt.sh [Pipeline] echo 12:36:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 12:36:47 + ls -al . 12:36:47 total 744 12:36:47 drwxrwxr-x 11 1001 1001 4096 Feb 21 12:35 . 12:36:47 drwxr-xr-x 4 root root 4096 Feb 21 12:35 .. 12:36:47 drwxrwxr-x 2 1001 1001 4096 Feb 21 12:34 .blubracket 12:36:47 -rw-rw-r-- 1 1001 1001 16 Feb 21 12:34 .dockerignore 12:36:47 drwxrwxr-x 8 1001 1001 4096 Feb 21 12:36 .git 12:36:47 drwxrwxr-x 3 1001 1001 4096 Feb 21 12:34 .github 12:36:47 -rw-rw-r-- 1 1001 1001 1024 Feb 21 12:34 .gitignore 12:36:47 -rw-rw-r-- 1 1001 1001 42 Feb 21 12:34 .golangci.yml 12:36:47 -rw-rw-r-- 1 1001 1001 87 Feb 21 12:34 .hadolint.yml 12:36:47 drwxr-xr-x 3 1001 1001 4096 Feb 21 12:34 .semver 12:36:47 -rw-rw-r-- 1 1001 1001 166 Feb 21 12:34 .sonarcloud.properties 12:36:47 -rw-rw-r-- 1 1001 1001 1171 Feb 21 12:34 ADOPTERS.md 12:36:47 -rw-rw-r-- 1 1001 1001 10825 Feb 21 12:34 Attribution.txt 12:36:47 -rw-rw-r-- 1 1001 1001 73765 Feb 21 12:34 CHANGELOG.md 12:36:47 -rw-rw-r-- 1 1001 1001 3804 Feb 21 12:34 CONTRIBUTING.md 12:36:47 -rw-rw-r-- 1 1001 1001 677 Feb 21 12:34 GOVERNANCE.md 12:36:47 -rw-rw-r-- 1 1001 1001 883 Feb 21 12:34 Jenkinsfile 12:36:47 -rw-rw-r-- 1 1001 1001 10775 Feb 21 12:34 LICENSE 12:36:47 -rw-rw-r-- 1 1001 1001 13375 Feb 21 12:34 Makefile 12:36:47 -rw-rw-r-- 1 1001 1001 582 Feb 21 12:34 OWNERS.md 12:36:47 -rw-rw-r-- 1 1001 1001 9403 Feb 21 12:34 README.md 12:36:47 -rw-rw-r-- 1 1001 1001 6912 Feb 21 12:34 SECURITY.md 12:36:47 -rw-rw-r-- 1 1001 1001 5 Feb 21 12:34 VERSION 12:36:47 drwxrwxr-x 2 1001 1001 4096 Feb 21 12:34 bin 12:36:47 drwxrwxr-x 17 1001 1001 4096 Feb 21 12:34 cmd 12:36:47 -rw-r--r-- 1 root root 487323 Feb 21 12:36 coverage.out 12:36:47 -rw-rw-r-- 1 1001 1001 3295 Feb 21 12:34 go.mod 12:36:47 -rw-rw-r-- 1 1001 1001 33318 Feb 21 12:34 go.sum 12:36:47 drwxrwxr-x 7 1001 1001 4096 Feb 21 12:34 internal 12:36:47 drwxrwxr-x 3 1001 1001 4096 Feb 21 12:34 openapi 12:36:47 drwxrwxr-x 4 1001 1001 4096 Feb 21 12:34 snap 12:36:47 -rw-rw-r-- 1 1001 1001 204 Feb 21 12:34 version.go [Pipeline] sh 12:36:47 + '[' -e coverage.out ] 12:36:47 + chown 1001:1001 coverage.out [Pipeline] stash 12:36:47 Stashed 1 file(s) [Pipeline] sh 12:36:48 + make build 12:36:48 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 12:37:02 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 12:37:02 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 12:37:03 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 12:37:04 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 12:37:11 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 12:37:13 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 12:37:14 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 12:37:15 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 12:37:16 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 12:37:17 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 12:37:17 Running on prd-ubuntu20.04-docker-arm64-4c-16g-6885 in /w/workspace/edgexfoundry_edgex-go_PR-4378 [Pipeline] { [Pipeline] ws 12:37:17 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 12:37:18 The recommended git tool is: git 12:37:19 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 12:37:20 $ docker stop --time=1 e11f16abd0a7597e0478c994fface655b59beb0ef3e8336dccfbc9e87cb35f36 12:37:22 using credential edgex-jenkins-ssh 12:37:22 Cloning the remote Git repository 12:37:22 Cloning repository git@github.com:edgexfoundry/edgex-go.git 12:37:23 > git init /w/workspace/edgex-go/1 # timeout=10 12:37:24 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:37:24 > git --version # timeout=10 12:37:24 > git --version # 'git version 2.25.1' 12:37:24 using GIT_SSH to set credentials SSH Credentials for GitHub 12:37:24 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:37:28 $ docker rm -f --volumes e11f16abd0a7597e0478c994fface655b59beb0ef3e8336dccfbc9e87cb35f36 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:37:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:37:29 12:37:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:37:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:37:30 latest: Pulling from edgex-devops/edgex-compose 12:37:30 cbdbe7a5bc2a: Pulling fs layer 12:37:30 ca9280d653b3: Pulling fs layer 12:37:30 7e9c9ca2126c: Pulling fs layer 12:37:30 cbdbe7a5bc2a: Verifying Checksum 12:37:30 cbdbe7a5bc2a: Download complete 12:37:30 ca9280d653b3: Verifying Checksum 12:37:30 ca9280d653b3: Download complete 12:37:30 cbdbe7a5bc2a: Pull complete 12:37:30 7e9c9ca2126c: Download complete 12:37:30 ca9280d653b3: Pull complete 12:37:34 7e9c9ca2126c: Pull complete 12:37:34 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 12:37:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:37:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:37:34 prd-ubuntu20.04-docker-8c-8g-6884 does not seem to be running inside a container 12:37:34 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 12:37:38 $ docker top a5bcb9b0be428e860640f832bbbcd1b3a08935aa61a01216032fc291dede781a -eo pid,comm [Pipeline] { [Pipeline] sh 12:37:39 + docker-compose build --help 12:37:39 + grep parallel 12:37:39 --parallel Build images in parallel. [Pipeline] } 12:37:39 $ docker stop --time=1 a5bcb9b0be428e860640f832bbbcd1b3a08935aa61a01216032fc291dede781a 12:37:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:37:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:37:40 $ docker rm -f --volumes a5bcb9b0be428e860640f832bbbcd1b3a08935aa61a01216032fc291dede781a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:37:41 Merging remotes/origin/main commit d1220c913da191e5a5098d83180fefdfc3d41548 into PR head commit 8c0ca7c85efba52c261c3039880fc47da148a7eb 12:37:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:37:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:37:41 prd-ubuntu20.04-docker-8c-8g-6884 does not seem to be running inside a container 12:37:41 Merge succeeded, producing 8c0ca7c85efba52c261c3039880fc47da148a7eb 12:37:41 Checking out Revision 8c0ca7c85efba52c261c3039880fc47da148a7eb (PR-4378) 12:37:41 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 12:37:42 $ docker top 543de9553b22b5889465db9efb5c6eb23acd334d58e19a7f0b23817c19f3bf9a -eo pid,comm [Pipeline] { [Pipeline] sh 12:37:40 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:37:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:37:40 using GIT_SSH to set credentials SSH Credentials for GitHub 12:37:40 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4378/head:refs/remotes/origin/PR-4378 +refs/heads/main:refs/remotes/origin/main # timeout=10 12:37:41 > git config core.sparsecheckout # timeout=10 12:37:41 > git checkout -f 8c0ca7c85efba52c261c3039880fc47da148a7eb # timeout=10 12:37:41 > git remote # timeout=10 12:37:41 > git config --get remote.origin.url # timeout=10 12:37:41 using GIT_SSH to set credentials SSH Credentials for GitHub 12:37:41 > git merge d1220c913da191e5a5098d83180fefdfc3d41548 # timeout=10 12:37:41 > git rev-parse HEAD^{commit} # timeout=10 12:37:41 > git config core.sparsecheckout # timeout=10 12:37:41 > git checkout -f 8c0ca7c85efba52c261c3039880fc47da148a7eb # timeout=10 12:37:42 + docker-compose -f ./docker-compose-build.yml build --parallel 12:37:42 Building core-command ... 12:37:42 Building core-common-config-bootstrapper ... 12:37:42 Building core-data ... 12:37:42 Building core-metadata ... 12:37:42 Building security-bootstrapper ... 12:37:42 Building security-proxy-setup ... 12:37:42 Building security-secretstore-setup ... 12:37:42 Building security-spiffe-token-provider ... 12:37:42 Building security-spire-agent ... 12:37:42 Building security-spire-config ... 12:37:42 Building security-spire-server ... 12:37:42 Building support-notifications ... 12:37:42 Building support-scheduler ... 12:37:42 Building security-spire-server 12:37:42 Building security-spire-config 12:37:42 Building core-metadata 12:37:42 Building security-proxy-setup 12:37:42 Building security-bootstrapper 12:37:45 Commit message: "fix: Remove extra hyphen out of the core-metadata.yaml" 12:37:45 > git --version # timeout=10 12:37:45 > git --version # 'git version 2.25.1' 12:37:45 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:37:46 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 12:37:46 % Total % Received % Xferd Average Speed Time Time Time Current 12:37:46 Dload Upload Total Spent Left Speed 12:37:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 99k 0 --:--:-- --:--:-- --:--:-- 100k [Pipeline] sh 12:37:47 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 12:37:47 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 12:37:47 + sudo tee /etc/docker/daemon.new 12:37:47 { 12:37:47 "registry-mirrors": [ 12:37:47 "https://nexus3.edgexfoundry.org:10001" 12:37:47 ], 12:37:47 "bip": "10.250.0.254/24", 12:37:47 "hosts": [ 12:37:47 "tcp://0.0.0.0:5555", 12:37:47 "unix:///var/run/docker.sock" 12:37:47 ], 12:37:47 "mtu": 1458, 12:37:47 "selinux-enabled": true, 12:37:47 "seccomp-profile": "/etc/docker/seccomp.json" 12:37:47 } [Pipeline] sh 12:37:47 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 12:37:48 + sudo service docker restart 12:37:55 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 12:37:55 Step 2/24 : FROM ${BUILDER_BASE} AS builder 12:37:55 ---> 243ffa736c5d 12:37:55 Step 3/24 : WORKDIR /edgex-go 12:37:55 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 12:37:55 Step 2/32 : FROM ${BUILDER_BASE} AS builder 12:37:55 ---> 243ffa736c5d 12:37:55 Step 3/32 : WORKDIR /edgex-go 12:37:55 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 12:37:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:37:55 ---> 243ffa736c5d 12:37:55 Step 3/23 : WORKDIR /edgex-go 12:37:55 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 12:37:55 Step 2/21 : FROM ${BUILDER_BASE} AS builder 12:37:55 ---> 243ffa736c5d 12:37:55 Step 3/21 : WORKDIR /edgex-go 12:37:55 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 12:37:55 Step 2/24 : FROM ${BUILDER_BASE} AS builder 12:37:55 ---> 243ffa736c5d 12:37:55 Step 3/24 : ARG ADD_BUILD_TAGS="" 12:38:01 ---> Running in 3299239ddd61 12:38:01 ---> Running in 39c748cc7536 12:38:01 ---> Running in f3cf25b98bd8 12:38:01 ---> Running in 15f38907db30 12:38:01 ---> Running in 1a5364699fb2 12:38:02 Removing intermediate container 3299239ddd61 12:38:02 ---> 1f1c401e4cbc 12:38:02 Step 4/24 : WORKDIR /edgex-go 12:38:02 Removing intermediate container 15f38907db30 12:38:02 ---> 936d7bf28542 12:38:02 Step 4/21 : RUN apk add --update --no-cache make git 12:38:02 Removing intermediate container f3cf25b98bd8 12:38:02 ---> db29b0558fe2 12:38:02 Step 4/23 : RUN apk add --update --no-cache make git build-base curlRemoving intermediate container 1a5364699fb2 12:38:02 12:38:02 ---> 7b58a2b6cf8e 12:38:02 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 12:38:02 Removing intermediate container 39c748cc7536 12:38:02 ---> 1d8775b5b26b 12:38:02 Step 4/32 : RUN apk add --update --no-cache make git 12:38:02 ---> Running in 193e2ed0a747 12:38:02 ---> Running in 0eff62bad063 12:38:02 ---> Running in 04df1bbdc562 12:38:02 ---> Running in 89784e5cfc36 12:38:02 ---> Running in 301a90c75901 12:38:02 Removing intermediate container 0eff62bad063 12:38:02 ---> 3ae78b3f5b26 12:38:02 Step 5/24 : RUN apk add --update --no-cache make git 12:38:02 ---> Running in 3d8d847caa9d 12:38:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 12:38:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 12:38:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 12:38:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 12:38:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 12:38:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 12:38:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 12:38:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 12:38:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 12:38:03 OK: 211 MiB in 51 packages 12:38:03 OK: 211 MiB in 51 packages 12:38:03 OK: 211 MiB in 51 packages 12:38:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 12:38:04 OK: 211 MiB in 51 packages 12:38:04 OK: 211 MiB in 51 packages 12:38:04 Removing intermediate container 193e2ed0a747 12:38:04 ---> b2a7c7288c3e 12:38:04 Step 5/21 : COPY go.mod vendor* ./ 12:38:04 Removing intermediate container 89784e5cfc36 12:38:04 ---> c8aa63eb9cd4 12:38:04 Step 5/24 : COPY go.mod vendor* ./ 12:38:04 ---> 07dfb98dd700 12:38:04 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:38:04 Removing intermediate container 3d8d847caa9d 12:38:04 ---> 5dfaef802a57 12:38:04 Step 6/24 : COPY go.mod vendor* ./ 12:38:04 ---> Running in 55de39a73c24 12:38:04 Removing intermediate container 04df1bbdc562 12:38:04 ---> 287ba3c1edbd 12:38:04 Step 5/23 : COPY go.mod vendor* ./ 12:38:04 Removing intermediate container 301a90c75901 12:38:04 ---> a897c5542a9f 12:38:04 Step 5/32 : COPY go.mod vendor* ./ 12:38:04 ---> 5f6193c68cbc 12:38:04 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:38:04 ---> 7132c00b3e67 12:38:04 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:38:04 ---> Running in c3d9df92e5f8 12:38:04 ---> Running in 7fc2831ad6db 12:38:04 ---> 604c6d72830a 12:38:04 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:38:04 ---> f033a4153d19 12:38:04 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:38:04 ---> Running in 101ff9dbe2f4 12:38:04 ---> Running in 0985ce2f1153 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:38:06 provisioning config files... 12:38:06 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config16063036148670399537tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:38:06 ---> docker-login.sh 12:38:06 nexus3.edgexfoundry.org:10001 12:38:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:38:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:38:07 Configure a credential helper to remove this warning. See 12:38:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:38:07 12:38:07 Login Succeeded 12:38:07 nexus3.edgexfoundry.org:10002 12:38:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:38:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:38:07 Configure a credential helper to remove this warning. See 12:38:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:38:07 12:38:07 Login Succeeded 12:38:07 nexus3.edgexfoundry.org:10003 12:38:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:38:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:38:07 Configure a credential helper to remove this warning. See 12:38:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:38:07 12:38:08 Login Succeeded 12:38:08 nexus3.edgexfoundry.org:10004 12:38:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:38:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:38:08 Configure a credential helper to remove this warning. See 12:38:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:38:08 12:38:08 Login Succeeded 12:38:08 docker.io 12:38:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:38:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:38:09 Configure a credential helper to remove this warning. See 12:38:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:38:09 12:38:09 Login Succeeded 12:38:09 ---> docker-login.sh ends [Pipeline] } 12:38:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 12:38:09 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 12:38:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:38:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:38:09 ========================================================= 12:38:09 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 12:38:09 ========================================================= [Pipeline] fileExists [Pipeline] sh 12:38:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 12:38:10 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 12:38:10 9b18e9b68314: Pulling fs layer 12:38:10 35d82f9e3411: Pulling fs layer 12:38:10 e16973657156: Pulling fs layer 12:38:10 fc693d55d65f: Pulling fs layer 12:38:10 7e9fc2657dce: Pulling fs layer 12:38:10 dda99020689f: Pulling fs layer 12:38:10 db1c61fa0a46: Pulling fs layer 12:38:10 891c053d2c06: Pulling fs layer 12:38:10 dda99020689f: Waiting 12:38:10 fc693d55d65f: Waiting 12:38:10 db1c61fa0a46: Waiting 12:38:10 891c053d2c06: Waiting 12:38:10 7e9fc2657dce: Waiting 12:38:10 e16973657156: Download complete 12:38:10 35d82f9e3411: Verifying Checksum 12:38:10 35d82f9e3411: Download complete 12:38:10 7e9fc2657dce: Verifying Checksum 12:38:10 7e9fc2657dce: Download complete 12:38:10 dda99020689f: Verifying Checksum 12:38:10 dda99020689f: Download complete 12:38:10 9b18e9b68314: Verifying Checksum 12:38:10 9b18e9b68314: Download complete 12:38:11 9b18e9b68314: Pull complete 12:38:11 891c053d2c06: Verifying Checksum 12:38:11 891c053d2c06: Download complete 12:38:11 35d82f9e3411: Pull complete 12:38:11 e16973657156: Pull complete 12:38:12 db1c61fa0a46: Verifying Checksum 12:38:12 db1c61fa0a46: Download complete 12:38:13 fc693d55d65f: Verifying Checksum 12:38:13 fc693d55d65f: Download complete 12:38:25 fc693d55d65f: Pull complete 12:38:25 7e9fc2657dce: Pull complete 12:38:25 dda99020689f: Pull complete 12:38:29 db1c61fa0a46: Pull complete 12:38:31 891c053d2c06: Pull complete 12:38:31 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 12:38:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 12:38:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 12:38:31 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 12:38:31 WORKDIR /edgex 12:38:31 COPY go.mod . 12:38:31 RUN go mod download 12:38:31 + docker build -t ci-base-image-arm64 -f - . 12:38:32 Sending build context to Docker daemon 3.093MB 12:38:32 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 12:38:32 ---> f96f9c87975a 12:38:32 Step 2/4 : WORKDIR /edgex 12:38:34 ---> Running in 30398205e10f 12:38:34 Removing intermediate container 30398205e10f 12:38:34 ---> 02056de22173 12:38:34 Step 3/4 : COPY go.mod . 12:38:34 ---> 33b0cd32d18b 12:38:34 Step 4/4 : RUN go mod download 12:38:34 ---> Running in 05fe921cc92a 12:39:06 Removing intermediate container 05fe921cc92a 12:39:06 ---> d65715f9f291 12:39:06 Successfully built d65715f9f291 12:39:06 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:07 + docker inspect -f . ci-base-image-arm64 12:39:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:39:07 prd-ubuntu20.04-docker-arm64-4c-16g-6885 does not seem to be running inside a container 12:39:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 12:39:08 $ docker top 3570bcc0e28727a023bbfc96cdc7d4014478032633814c29f1e8fd186eb53625 -eo pid,comm [Pipeline] { [Pipeline] sh 12:39:09 + go version 12:39:09 go version go1.18.7 linux/arm64 [Pipeline] } 12:39:09 $ docker stop --time=1 3570bcc0e28727a023bbfc96cdc7d4014478032633814c29f1e8fd186eb53625 12:39:11 $ docker rm -f --volumes 3570bcc0e28727a023bbfc96cdc7d4014478032633814c29f1e8fd186eb53625 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:12 + docker inspect -f . ci-base-image-arm64 12:39:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:39:12 prd-ubuntu20.04-docker-arm64-4c-16g-6885 does not seem to be running inside a container 12:39:12 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 12:39:13 $ docker top b358919b78bd7a9b7dbccd35997cd3f1f7412256c587dc0e60d399402b47d9ef -eo pid,comm [Pipeline] { [Pipeline] echo 12:39:14 ========================================================= 12:39:14 [edgeXBuildGoParallel] Running Tests and Build... 12:39:14 ========================================================= [Pipeline] sh 12:39:14 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 12:39:14 + make test 12:39:15 go test -race -coverprofile=coverage.out ./... 12:39:26 Removing intermediate container 0985ce2f1153 12:39:26 ---> 019e07638a2b 12:39:26 Step 7/23 : COPY . . 12:39:26 Removing intermediate container 55de39a73c24 12:39:26 ---> b6c65612cc36 12:39:26 Step 7/21 : COPY . . 12:39:26 Removing intermediate container 7fc2831ad6db 12:39:26 ---> d574b6b82cae 12:39:26 Step 8/24 : COPY . . 12:39:26 Removing intermediate container 101ff9dbe2f4 12:39:26 ---> 436ba0fddcee 12:39:26 Step 7/32 : COPY . . 12:39:26 Removing intermediate container c3d9df92e5f8 12:39:26 ---> f0870945e333 12:39:26 Step 7/24 : COPY . . 12:39:47 ? github.com/edgexfoundry/edgex-go [no test files] 12:39:53 ---> 83efb108795a 12:39:53 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 12:39:53 ---> b9a915990f8c 12:39:53 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 12:39:53 ---> 02899a17fe65 12:39:53 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 12:39:53 ---> 8608057cd6e0 12:39:53 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 12:39:53 ---> 00d5c1534f86 12:39:53 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 12:39:53 ---> Running in 1e73ad343194 12:39:53 ---> Running in 54cee56f223e 12:39:53 ---> Running in 068b5a64ceee 12:39:53 ---> Running in 8ba661b4f21b 12:39:53 ---> Running in 2ae1459b2c66 12:39:53 Removing intermediate container 54cee56f223e 12:39:53 ---> b318bd563342 12:39:53 Step 9/23 : WORKDIR /edgex-go/spire-build 12:39:53 Removing intermediate container 8ba661b4f21b 12:39:53 ---> 5a57a32dffde 12:39:53 Step 9/24 : WORKDIR /edgex-go/spire-build 12:39:53 ---> Running in a3a4359c6d3e 12:39:53 ---> Running in 6fb18b622cda 12:39:53 Removing intermediate container 6fb18b622cda 12:39:53 ---> 603fa2916207 12:39:53 Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 12:39:53 Removing intermediate container a3a4359c6d3e 12:39:53 ---> 1390fbe0e72d 12:39:53 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 12:39:53 ---> Running in e4d810b7e7df 12:39:53 ---> Running in 84f3d7cc8aa7 12:39: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 12:39: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-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 12:39:53 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 12:39:53 Removing intermediate container 84f3d7cc8aa7 12:39:53 ---> ca9c91f5c920 12:39:53 Step 11/24 : WORKDIR /edgex-go 12:39:53 Removing intermediate container e4d810b7e7df 12:39:53 ---> 9b34a995f1ec 12:39:53 Step 11/23 : WORKDIR /edgex-go 12:39:53 ---> Running in 4176bfba7397 12:39:53 ---> Running in d5af5b8e84df 12:39:53 Removing intermediate container d5af5b8e84df 12:39:53 ---> bd9c182bd874 12:39:53 12:39:53 Step 12/23 : FROM alpine:3.15 12:39:53 Removing intermediate container 4176bfba7397 12:39:53 ---> fcd95c2c9919 12:39:53 12:39:53 Step 12/24 : FROM alpine:3.15 12:39:53 3.15: Pulling from library/alpine 12:39:53 3.15: Pulling from library/alpine 12:39:53 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 12:39:53 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 12:39:53 Status: Downloaded newer image for alpine:3.15 12:39:53 Status: Image is up to date for alpine:3.15 12:39:53 ---> 5ce65d7b0fde 12:39:53 ---> 5ce65d7b0fde 12:39:53 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation'Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 12:39:53 12:39:53 ---> Running in 4ba53dac19fd 12:39:53 ---> Running in bee9266dc6c3 12:39:53 Removing intermediate container bee9266dc6c3 12:39:53 ---> 7af171ff7210 12:39:53 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 12:39:53 Removing intermediate container 4ba53dac19fd 12:39:53 ---> 6976feb6b564 12:39:53 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 12:39:54 ---> Running in 9f7b964b469e 12:39:54 ---> Running in 2d43d57715d4 12:39:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 12:39:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 12:39:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 12:39:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 12:39:55 v3.15.7-15-g96d862662f8 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 12:39:55 v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 12:39:55 OK: 15857 distinct packages available 12:39:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 12:39:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 12:39:55 v3.15.7-15-g96d862662f8 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 12:39:55 v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 12:39:55 OK: 15857 distinct packages available 12:39:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 12:39:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 12:39:55 (1/5) Installing dumb-init (1.2.5-r1) 12:39:55 (2/5) Installing musl-obstack (1.2.3-r0) 12:39:55 (3/5) Installing libucontext (1.1-r0) 12:39:55 (4/5) Installing gcompat (1.0.0-r4) 12:39:55 (5/5) Installing openssl (1.1.1t-r1) 12:39:55 Executing busybox-1.34.1-r7.trigger 12:39:55 OK: 7 MiB in 19 packages 12:39:55 (1/4) Installing dumb-init (1.2.5-r1) 12:39:55 (2/4) Installing musl-obstack (1.2.3-r0) 12:39:55 (3/4) Installing libucontext (1.1-r0) 12:39:55 (4/4) Installing gcompat (1.0.0-r4) 12:39:55 Executing busybox-1.34.1-r7.trigger 12:39:55 OK: 6 MiB in 18 packages 12:40:02 Removing intermediate container 9f7b964b469e 12:40:02 ---> 7fd344a40573 12:40:02 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 12:40:02 Removing intermediate container 2d43d57715d4 12:40:02 ---> 9160cf93b3ae 12:40:02 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 12:40:10 ---> 659486263014 12:40:10 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 12:40:10 ---> e1327347aac1 12:40:10 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 12:40:10 ---> b790a4857392 12:40:10 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 12:40:10 ---> 6ccb53a72370 12:40:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 12:40:10 ---> Running in 4fd81698f13d 12:40:10 Removing intermediate container 4fd81698f13d 12:40:10 ---> 29bbe6c1115a 12:40:10 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 12:40:10 ---> 3479c49a4825 12:40:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 12:40:11 ---> 91b6cd920266 12:40:11 Step 19/24 : WORKDIR / 12:40:11 ---> e7d3a4474d37 12:40:11 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 12:40:12 ---> Running in d46c32e1a73b 12:40:12 ---> Running in bb584c926407 12:40:13 Removing intermediate container bb584c926407 12:40:13 ---> 4f203afcacde 12:40:13 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 12:40:14 Removing intermediate container d46c32e1a73b 12:40:14 ---> 9a9a6f1ac831 12:40:14 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 12:40:14 ---> Running in b4c3335a2f2a 12:40:15 ---> Running in ab289c0cfd81 12:40:15 Removing intermediate container b4c3335a2f2a 12:40:15 ---> 1250db0cbf92 12:40:15 Step 21/23 : LABEL arch=x86_64 12:40:15 ---> Running in a99f60e59e96 12:40:15 Removing intermediate container ab289c0cfd81 12:40:15 ---> 29447a37fe80 12:40:15 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 12:40:15 ---> Running in b95f2d2466e9 12:40:15 Removing intermediate container a99f60e59e96 12:40:15 ---> e2994f5a13ec 12:40:15 Step 22/23 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb 12:40:15 ---> Running in 512af9cdebaf 12:40:15 Removing intermediate container b95f2d2466e9 12:40:15 ---> b0c8e76f1e9f 12:40:15 Step 22/24 : LABEL arch=x86_64 12:40:16 ---> Running in 7e5a8b89f0c7 12:40:16 Removing intermediate container 512af9cdebaf 12:40:16 ---> 79ff5836463f 12:40:16 Step 23/23 : LABEL version=0.0.0 12:40:16 ---> Running in 06ac392bca24 12:40:16 Removing intermediate container 7e5a8b89f0c7 12:40:16 ---> ba65631b2920 12:40:16 Step 23/24 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb 12:40:16 Removing intermediate container 06ac392bca24 12:40:16 ---> 24f95fc90e48 12:40:16 12:40:16 ---> Running in f2ab5eecd0dc 12:40:16 Successfully built 24f95fc90e48 12:40:16 Successfully tagged security-spire-server:latest 12:40:16  Building security-spire-server ... done Building core-common-config-bootstrapper 12:40:18 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 12:40:21 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 12:40:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:40:21 ---> 243ffa736c5d 12:40:21 Step 3/22 : ARG ADD_BUILD_TAGS="" 12:40:21 ---> Using cache 12:40:21 ---> 1f1c401e4cbc 12:40:21 Step 4/22 : WORKDIR /edgex-go 12:40:21 ---> Using cache 12:40:21 ---> 3ae78b3f5b26 12:40:21 Step 5/22 : RUN apk add --update --no-cache make git 12:40:21 ---> Using cache 12:40:21 ---> 5dfaef802a57 12:40:21 Step 6/22 : COPY go.mod vendor* ./ 12:40:21 ---> Using cache 12:40:21 ---> 7132c00b3e67 12:40:21 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:40:21 ---> Using cache 12:40:21 ---> d574b6b82cae 12:40:21 Step 8/22 : COPY . . 12:40:21 ---> Using cache 12:40:21 ---> 00d5c1534f86 12:40:21 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 12:40:24 Removing intermediate container f2ab5eecd0dc 12:40:24 ---> 2570370e9c1f 12:40:24 Step 24/24 : LABEL version=0.0.0 12:40:25 ---> Running in 2de22c669fe6 12:40:25 ---> Running in ce1d6c7515ed 12:40:25 Removing intermediate container ce1d6c7515ed 12:40:25 ---> 98b6bcf7ef1d 12:40:25 12:40:25 Successfully built 98b6bcf7ef1d 12:40:25 Successfully tagged security-spire-config:latest 12:40:25 Building support-scheduler 12:40:28  Building security-spire-config ... done 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 12:40:28 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 12:40:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:40:28 ---> 243ffa736c5d 12:40:28 Step 3/22 : ARG ADD_BUILD_TAGS="" 12:40:28 ---> Using cache 12:40:28 ---> 1f1c401e4cbc 12:40:28 Step 4/22 : WORKDIR /edgex-go 12:40:28 ---> Using cache 12:40:28 ---> 3ae78b3f5b26 12:40:28 Step 5/22 : RUN apk add --update --no-cache make git 12:40:28 ---> Using cache 12:40:28 ---> 5dfaef802a57 12:40:28 Step 6/22 : COPY go.mod vendor* ./ 12:40:28 ---> Using cache 12:40:28 ---> 7132c00b3e67 12:40:28 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:40:28 ---> Using cache 12:40:28 ---> d574b6b82cae 12:40:28 Step 8/22 : COPY . . 12:40:28 ---> Using cache 12:40:28 ---> 00d5c1534f86 12:40:28 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 12:40:38 ---> Running in 57dd49338448 12:40:38 Removing intermediate container 068b5a64ceee 12:40:38 ---> a84536d2b2b0 12:40:38 12:40:38 Step 10/24 : FROM alpine:3.16 12:40:38 Removing intermediate container 1e73ad343194 12:40:38 ---> 55511a1f6da6 12:40:38 12:40:38 Step 9/32 : FROM alpine:3.16 12:40:38 Removing intermediate container 2ae1459b2c66 12:40:38 ---> e82c4ed592d8 12:40:38 12:40:38 Step 9/21 : FROM alpine:3.16 12:40:38 3.16: Pulling from library/alpine 12:40:38 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 12:40:38 3.16: Pulling from library/alpine 12:40:38 3.16: Pulling from library/alpine 12:40:39 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 12:40:39 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 12:40:39 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 12:40:39 Status: Downloaded newer image for alpine:3.16 12:40:39 Status: Image is up to date for alpine:3.16 12:40:39 Status: Downloaded newer image for alpine:3.16 12:40:39 ---> dfd21b5a31f5 12:40:39 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 12:40:39 ---> dfd21b5a31f5 12:40:39 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 12:40:39 ---> dfd21b5a31f5 12:40:39 Step 11/24 : RUN apk add --update --no-cache dumb-init 12:40:40 ---> Running in 0ad2bfbab5bf 12:40:40 ---> Running in dceb2c655b86 12:40:40 ---> Running in 7c441a8f245c 12:40:40 Removing intermediate container 7c441a8f245c 12:40:40 ---> 39dc7b650656 12:40:40 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 12:40:40 ---> Running in f2907ac0134d 12:40:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 12:40:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 12:40:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 12:40:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 12:40:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 12:40:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 12:40:41 (1/6) Installing ca-certificates (20220614-r0) 12:40:41 (1/1) Installing dumb-init (1.2.5-r1) 12:40:41 Executing busybox-1.35.0-r17.trigger 12:40:41 OK: 6 MiB in 15 packages 12:40:41 (2/6) Installing brotli-libs (1.0.9-r6) 12:40:41 (3/6) Installing nghttp2-libs (1.47.0-r0) 12:40:41 (4/6) Installing libcurl (7.83.1-r6) 12:40:41 (1/2) Installing dumb-init (1.2.5-r1) 12:40:41 (2/2) Installing su-exec (0.2-r1) 12:40:41 (5/6) Installing curl (7.83.1-r6) 12:40:41 Executing busybox-1.35.0-r17.trigger 12:40:41 (6/6) Installing dumb-init (1.2.5-r1) 12:40:41 OK: 6 MiB in 16 packages 12:40:41 Executing busybox-1.35.0-r17.trigger 12:40:41 Executing ca-certificates-20220614-r0.trigger 12:40:41 OK: 8 MiB in 20 packages 12:40:44 Removing intermediate container dceb2c655b86 12:40:44 ---> 34a9185754fb 12:40:44 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 12:40:44 ---> Running in c1fa24c9f7c4 12:40:44 Removing intermediate container f2907ac0134d 12:40:44 ---> ebded1c17d51 12:40:44 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 12:40:44 Removing intermediate container 0ad2bfbab5bf 12:40:44 ---> 33427bc2cf07 12:40:44 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 12:40:44 ---> Running in 0ad143e93c2b 12:40:44 Removing intermediate container c1fa24c9f7c4 12:40:44 ---> f045834fc0e3 12:40:44 Step 13/24 : ENV APP_PORT=59881 12:40:44 ---> Running in 0819cf70a802 12:40:44 ---> Running in d0ff7655877f 12:40:44 Removing intermediate container 0ad143e93c2b 12:40:44 ---> f688b3efa31e 12:40:44 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 12:40:44 ---> Running in 3547a8a95c9d 12:40:44 Removing intermediate container 0819cf70a802 12:40:44 ---> b508a984ff8b 12:40:44 Step 12/21 : WORKDIR /edgex 12:40:44 Removing intermediate container d0ff7655877f 12:40:44 ---> c7427c067fdf 12:40:44 Step 14/24 : EXPOSE $APP_PORT 12:40:44 ---> Running in 078124771c79 12:40:44 Removing intermediate container 3547a8a95c9d 12:40:44 ---> b1de11cfbc1c 12:40:44 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 12:40:44 ---> Running in 6da4f31a48ae 12:40:44 ---> Running in 411feca27661 12:40:45 Removing intermediate container 6da4f31a48ae 12:40:45 ---> 8fe1326c6e23 12:40:45 Step 15/24 : WORKDIR / 12:40:45 Removing intermediate container 078124771c79 12:40:45 ---> a9bcd3012274 12:40:45 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 12:40:45 Removing intermediate container 411feca27661 12:40:45 ---> e2b34e97597e 12:40:45 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 12:40:45 ---> Running in 280f07f7972a 12:40:45 ---> Running in 660649db084f 12:40:45 Removing intermediate container 280f07f7972a 12:40:45 ---> 562c25d0920d 12:40:45 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 12:40:45 ---> adba65ac037c 12:40:45 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 12:40:45 Removing intermediate container 660649db084f 12:40:45 ---> 926d770f762b 12:40:45 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 12:40:45 ---> Running in 117e8c8a59b7 12:40:46 ---> c1895e593bbe 12:40:46 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 12:40:46 ---> a315c3b7802b 12:40:46 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 12:40:50 ---> e02505881210 12:40:50 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 12:40:50 ---> 12d3817047b1 12:40:50 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 12:40:50 Removing intermediate container 117e8c8a59b7 12:40:50 ---> b07b2764fd9c 12:40:50 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 12:40:50 ---> Running in 1e2e5be623a1 12:40:50 ---> a5eb4e0dcefc 12:40:50 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 12:40:50 ---> 346d5d3b9b9e 12:40:50 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 12:40:50 Removing intermediate container 1e2e5be623a1 12:40:50 ---> bbab738de27a 12:40:50 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 12:40:50 ---> Running in 64088b14daf0 12:40:51 ---> c50408b2efed 12:40:51 Step 20/24 : ENTRYPOINT ["/core-metadata"] 12:40:51 ---> 8611e7c6dae2 12:40:51 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 12:40:51 ---> Running in 82b6cb2663e6 12:40:51 ---> Running in b575c639c254 12:40:52 Removing intermediate container b575c639c254 12:40:52 ---> e66952ea1d7e 12:40:52 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 12:40:52 ---> Running in b470e2e21f24 12:40:52 Removing intermediate container b470e2e21f24 12:40:52 ---> 8b0b1d42f4d2 12:40:52 Step 22/24 : LABEL arch=x86_64 12:40:55 ---> Running in 440983aac1c1 12:40:55 Removing intermediate container 64088b14daf0 12:40:55 ---> 00e6468e2363 12:40:55 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 12:40:56 Removing intermediate container 2de22c669fe6 12:40:56 ---> 1750d2092c51 12:40:56 12:40:56 Step 10/22 : FROM alpine:3.16 12:40:56 ---> dfd21b5a31f5 12:40:56 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 12:40:56 Removing intermediate container 440983aac1c1 12:40:56 ---> 568108813b37 12:40:56 Step 23/24 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb 12:40:56 ---> Running in aa702a681760 12:40:56 ---> Running in f53bf779122d 12:40:56 ---> Running in 5871ba4f8a3d 12:40:56 Removing intermediate container 82b6cb2663e6 12:40:56 ---> 96ba0bb84ffd 12:40:56 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 12:40:56 Removing intermediate container aa702a681760 12:40:56 ---> ddc10c388d68 12:40:56 Step 19/21 : LABEL arch=x86_64 12:40:56 Removing intermediate container f53bf779122d 12:40:56 ---> 9a0ab70a52bd 12:40:56 Step 12/22 : RUN apk add --update --no-cache dumb-init 12:40:56 ---> Running in 1e8d36bfe5c8 12:40:56 Removing intermediate container 5871ba4f8a3d 12:40:56 ---> 62d637672ff7 12:40:56 Step 24/24 : LABEL version=0.0.0 12:40:56 ---> Running in 58944a0c0505 12:40:56 ---> Running in b1ad9bf29ac8 12:40:56 Removing intermediate container 1e8d36bfe5c8 12:40:56 ---> 2b2d12bf6d04 12:40:56 Step 20/21 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb 12:40:56 ---> 20ee74865bb5 12:40:56 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 12:40:56 ---> Running in b4d596833807 12:40:56 Removing intermediate container b1ad9bf29ac8 12:40:56 ---> 86e5880449d6 12:40:56 12:40:57 Successfully built 86e5880449d6 12:40:57 Successfully tagged core-metadata:latest 12:40:57  Building core-metadata ... done Building security-spiffe-token-provider 12:40:57 Removing intermediate container b4d596833807 12:40:57 ---> 12e45eb37944 12:40:57 Step 21/21 : LABEL version=0.0.0 12:40:57 ---> Running in dbab104f0578 12:40:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 12:40:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 12:40:59 (1/1) Installing dumb-init (1.2.5-r1) 12:40:59 Executing busybox-1.35.0-r17.trigger 12:40:59 OK: 6 MiB in 15 packages 12:40:59 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 12:40:59 Step 2/19 : FROM ${BUILDER_BASE} AS builder 12:40:59 ---> 243ffa736c5d 12:40:59 Step 3/19 : WORKDIR /edgex-go 12:40:59 ---> Using cache 12:40:59 ---> 7b58a2b6cf8e 12:40:59 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 12:41:04 Removing intermediate container dbab104f0578 12:41:04 ---> fb3f3fd63811 12:41:04 12:41:04 ---> bf756be3455d 12:41:04 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 12:41:04 ---> Running in 449f949578b9 12:41:04 Successfully built fb3f3fd63811 12:41:04 Successfully tagged security-proxy-setup:latest 12:41:04  Building security-proxy-setup ... done Building core-command 12:41:09 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 12:41:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:41:09 ---> 243ffa736c5d 12:41:09 Step 3/23 : ARG ADD_BUILD_TAGS="" 12:41:09 ---> Using cache 12:41:09 ---> 1f1c401e4cbc 12:41:09 Step 4/23 : WORKDIR /edgex-go 12:41:09 ---> Using cache 12:41:09 ---> 3ae78b3f5b26 12:41:09 Step 5/23 : RUN apk add --update --no-cache make git 12:41:09 ---> Using cache 12:41:09 ---> 5dfaef802a57 12:41:09 Step 6/23 : COPY go.mod vendor* ./ 12:41:09 ---> Using cache 12:41:09 ---> 7132c00b3e67 12:41:09 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:41:09 ---> Using cache 12:41:09 ---> d574b6b82cae 12:41:09 Step 8/23 : COPY . . 12:41:09 ---> Using cache 12:41:09 ---> 00d5c1534f86 12:41:09 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 12:41:10 ---> 4015617bc2f0 12:41:10 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 12:41:10 ---> Running in e0096f2633b8 12:41:10 Removing intermediate container 58944a0c0505 12:41:10 ---> 0526df06bfd3 12:41:10 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 12:41:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 12:41:11 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 12:41:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 12:41:12 v3.16.4-19-g0e31bfb8f91 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 12:41:12 v3.16.4-18-g119e22a0985 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 12:41:12 OK: 17046 distinct packages available 12:41:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 12:41:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 12:41:13 ---> b188998335a7 12:41:13 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 12:41:13 OK: 211 MiB in 51 packages 12:41:15 ---> 9d091b71fab4 12:41:15 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 12:41:15 ---> 9246f14f69b6 12:41:15 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 12:41:15 Removing intermediate container 57dd49338448 12:41:15 ---> 9dfccd8b5876 12:41:15 12:41:15 Step 10/22 : FROM alpine:3.16 12:41:15 ---> dfd21b5a31f5 12:41:15 Step 11/22 : RUN apk add --update --no-cache dumb-init 12:41:15 ---> Using cache 12:41:15 ---> 34a9185754fb 12:41:15 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 12:41:15 ---> Using cache 12:41:15 ---> f045834fc0e3 12:41:15 Step 13/22 : ENV APP_PORT=59861 12:41:16 ---> Running in badd76bd36f6 12:41:16 Removing intermediate container 449f949578b9 12:41:16 ---> c15fd93da53b 12:41:16 Step 5/19 : COPY go.mod vendor* ./ 12:41:16 ---> 0988157e8cef 12:41:16 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 12:41:16 ---> 23b073585eb7 12:41:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 12:41:16 Removing intermediate container badd76bd36f6 12:41:16 ---> 8c7719a49833 12:41:16 Step 14/22 : EXPOSE $APP_PORT 12:41:16 ---> Running in 6a0684e69774 12:41:16 ---> 0e9e23245e66 12:41:16 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:41:16 ---> Running in b6f8f81d2b6f 12:41:16 ---> 405bb6d830fa 12:41:16 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 12:41:16 ---> Running in 6860b832a395 12:41:16 ---> 9153ef670714 12:41:16 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 12:41:16 Removing intermediate container 6a0684e69774 12:41:16 ---> 100edc22c034 12:41:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 12:41:17 ---> 4510fbf7b2d5 12:41:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 12:41:17 ---> 8324223e164b 12:41:17 Step 27/32 : RUN chmod +x /entrypoint.sh 12:41:17 ---> Running in 896c8ba5d2df 12:41:20 ---> 14a8d871f1d1 12:41:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 12:41:20 Removing intermediate container 6860b832a395 12:41:20 ---> 840732a6e17d 12:41:20 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 12:41:20 ---> Running in b69c83994ce2 12:41:20 ---> e140f1b52036 12:41:20 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 12:41:20 Removing intermediate container 896c8ba5d2df 12:41:20 ---> 655db5ed1a7e 12:41:20 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 12:41:21 ---> Running in 60c088d030db 12:41:21 ---> Running in df2b49508b46 12:41:21 Removing intermediate container b69c83994ce2 12:41:21 ---> 72c3fb41c056 12:41:21 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 12:41:21 Removing intermediate container 60c088d030db 12:41:21 ---> 3ccb68ddf20f 12:41:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 12:41:21 ---> Running in cb3bc9224f1d 12:41:21 Removing intermediate container df2b49508b46 12:41:21 ---> f3b75ceda09c 12:41:21 Step 29/32 : CMD ["gate"] 12:41:21 ---> Running in b5002f4087b7 12:41:21 ---> Running in 812fef3393e3 12:41:21 Removing intermediate container cb3bc9224f1d 12:41:21 ---> 482ad2a4739e 12:41:21 Step 20/22 : LABEL arch=x86_64 12:41:21 ---> Running in f1ce64fc5415 12:41:21 Removing intermediate container b5002f4087b7 12:41:21 ---> 8b48080a8c22 12:41:21 Step 20/22 : LABEL arch=x86_64 12:41:21 Removing intermediate container 812fef3393e3 12:41:21 ---> d3896d88c7f3 12:41:21 Step 30/32 : LABEL arch=x86_64 12:41:22 ---> Running in 4f685765dffc 12:41:22 ---> Running in 5658046a20d8 12:41:22 Removing intermediate container f1ce64fc5415 12:41:22 ---> b0bc6eb51cba 12:41:22 Step 21/22 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb 12:41:22 ---> Running in 99ba74f1b059 12:41:22 Removing intermediate container 4f685765dffc 12:41:22 ---> cd7349ea690a 12:41:22 Step 21/22 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb 12:41:22 Removing intermediate container 5658046a20d8 12:41:22 ---> 49b1fbff9d81 12:41:22 Step 31/32 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb 12:41:22 ---> Running in 23d043fddace 12:41:22 ---> Running in 07e0e2364911 12:41:22 Removing intermediate container 99ba74f1b059 12:41:22 ---> c7601d871ebc 12:41:22 Step 22/22 : LABEL version=0.0.0 12:41:22 ---> Running in fceea044b657 12:41:22 Removing intermediate container 23d043fddace 12:41:22 ---> 053791cd3c4f 12:41:22 Step 22/22 : LABEL version=0.0.0 12:41:22 ---> Running in aa6e21cd150c 12:41:22 Removing intermediate container 07e0e2364911 12:41:22 ---> 69a8bea5bb51 12:41:22 Step 32/32 : LABEL version=0.0.0 12:41:22 Removing intermediate container fceea044b657 12:41:22 ---> 72df843c180f 12:41:22 12:41:22 ---> Running in 32919e7e9049 12:41:22 Successfully built 72df843c180f 12:41:22 Successfully tagged core-common-config-bootstrapper:latest 12:41:22 Building security-spire-agent 12:41:22  Building core-common-config-bootstrapper ... done Removing intermediate container aa6e21cd150c 12:41:22 ---> 5d67724ea7cd 12:41:22 12:41:22 Removing intermediate container 32919e7e9049 12:41:22 ---> ec60e82236d6 12:41:22 12:41:22 Successfully built 5d67724ea7cd 12:41:22 Successfully tagged support-scheduler:latest 12:41:22  Building support-scheduler ... done Successfully built ec60e82236d6 12:41:22 Building security-secretstore-setup 12:41:22 Successfully tagged security-bootstrapper:latest 12:41:22  Building security-bootstrapper ... done Building support-notifications 12:41:30 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 12:41:30 Step 2/24 : FROM ${BUILDER_BASE} AS builder 12:41:30 ---> 243ffa736c5d 12:41:30 Step 3/24 : WORKDIR /edgex-go 12:41:30 ---> Using cache 12:41:30 ---> 7b58a2b6cf8e 12:41:30 Step 4/24 : RUN apk add --update --no-cache make git 12:41:30 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 12:41:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:41:30 ---> 243ffa736c5d 12:41:30 Step 3/22 : ARG ADD_BUILD_TAGS="" 12:41:30 ---> Using cache 12:41:30 ---> 1f1c401e4cbc 12:41:30 Step 4/22 : WORKDIR /edgex-go 12:41:30 ---> Using cache 12:41:30 ---> 3ae78b3f5b26 12:41:30 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 12:41:32 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 12:41:32 Step 2/24 : FROM ${BUILDER_BASE} AS builder 12:41:32 ---> 243ffa736c5d 12:41:32 Step 3/24 : WORKDIR /edgex-go 12:41:32 ---> Using cache 12:41:32 ---> 7b58a2b6cf8e 12:41:32 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 12:41:32 ---> Using cache 12:41:32 ---> c8aa63eb9cd4 12:41:32 Step 5/24 : COPY go.mod vendor* ./ 12:41:32 ---> Using cache 12:41:32 ---> 5f6193c68cbc 12:41:32 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:41:32 ---> Using cache 12:41:32 ---> f0870945e333 12:41:32 Step 7/24 : COPY . . 12:41:32 ---> Using cache 12:41:32 ---> 8608057cd6e0 12:41:32 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 12:41:32 ---> Using cache 12:41:32 ---> 5a57a32dffde 12:41:32 Step 9/24 : WORKDIR /edgex-go/spire-build 12:41:32 ---> Using cache 12:41:32 ---> 1390fbe0e72d 12:41:32 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 12:41:32 ---> Using cache 12:41:32 ---> ca9c91f5c920 12:41:32 Step 11/24 : WORKDIR /edgex-go 12:41:32 ---> Using cache 12:41:32 ---> fcd95c2c9919 12:41:32 12:41:32 Step 12/24 : FROM alpine:3.15 12:41:32 ---> 5ce65d7b0fde 12:41:32 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 12:41:32 ---> Using cache 12:41:32 ---> 7af171ff7210 12:41:32 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 12:41:38 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 12:41:38 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 12:41:38 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 12:41:38 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 12:41:38 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 12:41:38 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 12:41:38 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 12:41:38 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 12:41:38 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 12:41:38 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 12:41:38 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 12:41:38 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 12:41:38 ? github.com/edgexfoundry/edgex-go/internal [no test files] 12:41:38 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 12:41:47 ---> Running in 28b4446cee5c 12:41:47 ---> Running in 6c150ce877d1 12:41:47 ---> Running in bb33594558ca 12:41:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 12:41:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 12:41:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 12:41:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 12:41:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 12:41:48 OK: 211 MiB in 51 packages 12:41:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 12:41:48 OK: 211 MiB in 51 packages 12:41:48 v3.15.7-15-g96d862662f8 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 12:41:48 v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 12:41:48 OK: 15857 distinct packages available 12:41:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 12:41:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 12:41:49 (1/5) Installing dumb-init (1.2.5-r1) 12:41:49 (2/5) Installing musl-obstack (1.2.3-r0) 12:41:49 (3/5) Installing libucontext (1.1-r0) 12:41:49 (4/5) Installing gcompat (1.0.0-r4) 12:41:49 (5/5) Installing openssl (1.1.1t-r1) 12:41:49 Executing busybox-1.34.1-r7.trigger 12:41:49 OK: 7 MiB in 19 packages 12:41:57 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.474s coverage: 28.7% of statements 12:41:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 12:41:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 12:41:59 Removing intermediate container e0096f2633b8 12:41:59 ---> ca857a2afc64 12:41:59 12:41:59 Step 10/23 : FROM alpine:3.16 12:41:59 ---> dfd21b5a31f5 12:41:59 Step 11/23 : RUN apk add --update --no-cache dumb-init 12:41:59 ---> Using cache 12:41:59 ---> 34a9185754fb 12:41:59 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 12:41:59 ---> Using cache 12:41:59 ---> f045834fc0e3 12:41:59 Step 13/23 : ENV APP_PORT=59882 12:41:59 ---> Running in fcef66630e26 12:41:59 Removing intermediate container 28b4446cee5c 12:41:59 ---> 46d131f648e7 12:41:59 Step 6/22 : COPY go.mod vendor* ./ 12:41:59 Removing intermediate container bb33594558ca 12:41:59 ---> e7dad2bd9e8f 12:41:59 Step 5/24 : COPY go.mod vendor* ./ 12:41:59 Removing intermediate container 6c150ce877d1 12:41:59 ---> da0babdd50b8 12:41:59 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 12:41:59 Removing intermediate container b6f8f81d2b6f 12:41:59 ---> 8cd929a1d52f 12:41:59 Step 7/19 : COPY . . 12:41:59 Removing intermediate container fcef66630e26 12:41:59 ---> 1998c4fbc784 12:41:59 Step 14/23 : EXPOSE $APP_PORT 12:42:00 ---> 46186caf7bbf 12:42:00 ---> 0073e12a83f7 12:42:00 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..."Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:42:00 12:42:01 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.602s coverage: 98.5% of statements 12:42:06 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.738s coverage: 73.7% of statements 12:42:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 12:42:06 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 12:42:06 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 12:42:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.561s coverage: 54.0% of statements 12:42:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 12:42:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 12:42:07 ---> Running in 3652f7fd3574 12:42:07 ---> 4442a0e0d228 12:42:07 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 12:42:07 ---> Running in 5d54d3572e81 12:42:07 ---> Running in 818fbc353e7f 12:42:07 ---> d97e1b4a87f0 12:42:07 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 12:42:07 Removing intermediate container 3652f7fd3574 12:42:07 ---> b99360e8df40 12:42:07 Step 15/23 : WORKDIR / 12:42:08 ---> Running in e879fa1e53b0 12:42:08 ---> Running in 7dde24ef50e7 12:42:08 ---> 7a92fa73c967 12:42:08 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 12:42:08 Removing intermediate container 7dde24ef50e7 12:42:08 ---> 2fd944d44e6a 12:42:08 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 12:42:08 ---> 0e72e01a93e3 12:42:08 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 12:42:08 ---> 78ae58de65d8 12:42:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 12:42:09 ---> b08c49129e9b 12:42:09 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 12:42:09 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 12:42:09 ---> d87068c15486 12:42:09 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 12:42:09 ---> 15fa6cd183b9 12:42:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 12:42:09 ---> Running in 394e401db0f0 12:42:09 Removing intermediate container 394e401db0f0 12:42:09 ---> 5f0316949972 12:42:09 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 12:42:09 ---> 5c365f6201c9 12:42:09 Step 19/23 : ENTRYPOINT ["/core-command"] 12:42:09 ---> Running in 2422701bb3de 12:42:09 ---> Running in 6c088f0108ff 12:42:10 Removing intermediate container 2422701bb3de 12:42:10 ---> 77c3c2ab8e9a 12:42:10 Step 22/24 : LABEL arch=x86_64 12:42:10 Removing intermediate container 6c088f0108ff 12:42:10 ---> 94929bb7d117 12:42:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 12:42:10 ---> Running in 039a7ce205f8 12:42:10 ---> Running in 9ec72df8fcfb 12:42:10 Removing intermediate container 039a7ce205f8 12:42:10 ---> 2a81923f0017 12:42:10 Step 23/24 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb 12:42:10 ---> Running in a33f6bc06e73 12:42:10 Removing intermediate container 9ec72df8fcfb 12:42:10 ---> 8062c89008b4 12:42:10 Step 21/23 : LABEL arch=x86_64 12:42:10 ---> Running in b8332721b9b6 12:42:10 Removing intermediate container a33f6bc06e73 12:42:10 ---> 0e5a9d8f74b0 12:42:10 Step 24/24 : LABEL version=0.0.0 12:42:10 ---> Running in cc1e828c3cee 12:42:10 Removing intermediate container b8332721b9b6 12:42:10 ---> c09ed134bbcf 12:42:10 Step 22/23 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb 12:42:10 ---> Running in b7cab5c1be4f 12:42:10 Removing intermediate container cc1e828c3cee 12:42:10 ---> 862e421a0654 12:42:10 12:42:10 Removing intermediate container b7cab5c1be4f 12:42:10 ---> 94e5a1314a4c 12:42:10 Step 23/23 : LABEL version=0.0.0 12:42:10 Successfully built 862e421a0654 12:42:10 Successfully tagged security-spire-agent:latest 12:42:10  Building security-spire-agent ... done Building core-data 12:42:10 ---> Running in 57319d75b767 12:42:10 Removing intermediate container 57319d75b767 12:42:10 ---> 3e18944bc5cd 12:42:10 12:42:11 Successfully built 3e18944bc5cd 12:42:11 Successfully tagged core-command:latest 12:42:13  Building core-command ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 12:42:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:42:13 ---> 243ffa736c5d 12:42:13 Step 3/22 : ARG ADD_BUILD_TAGS="" 12:42:13 ---> Using cache 12:42:13 ---> 1f1c401e4cbc 12:42:13 Step 4/22 : WORKDIR /edgex-go 12:42:13 ---> Using cache 12:42:13 ---> 3ae78b3f5b26 12:42:13 Step 5/22 : RUN apk add --update --no-cache make git 12:42:13 ---> Using cache 12:42:13 ---> 5dfaef802a57 12:42:13 Step 6/22 : COPY go.mod vendor* ./ 12:42:13 ---> Using cache 12:42:13 ---> 7132c00b3e67 12:42:13 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:42:13 ---> Using cache 12:42:13 ---> d574b6b82cae 12:42:13 Step 8/22 : COPY . . 12:42:13 ---> Using cache 12:42:13 ---> 00d5c1534f86 12:42:13 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 12:42:19 ---> Running in df3df4ea440b 12:42:19 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 12:42:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 22.296s coverage: 88.5% of statements 12:42:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 12:42:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 12:42:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 12:42:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 12:42:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 12:42:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.045s coverage: 3.9% of statements 12:42:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 12:42:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 12:42:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 3.175s coverage: 95.6% of statements 12:42:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 12:42:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 12:42:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 12:42:28 ok github.com/edgexfoundry/edgex-go/internal/io 0.652s coverage: 72.2% of statements 12:42:28 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 12:42:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 12:42:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 12:42:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 12:42:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 12:42:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.412s coverage: 65.9% of statements 12:42:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 12:42:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 12:42:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 12:42:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.434s coverage: 0.9% of statements 12:42:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 12:42:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.563s coverage: 29.6% of statements 12:42:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 12:42:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.439s coverage: 47.1% of statements 12:42:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.616s coverage: 82.9% of statements 12:42:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.556s coverage: 94.1% of statements 12:42:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.399s coverage: 96.3% of statements 12:42:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.365s coverage: 87.5% of statements 12:42:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.346s coverage: 94.4% of statements 12:42:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.648s coverage: 44.8% of statements 12:42:58 Removing intermediate container e879fa1e53b0 12:42:58 ---> 80da696bc575 12:42:58 12:42:58 Step 9/19 : FROM alpine:3.15 12:42:58 ---> 5ce65d7b0fde 12:42:58 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 12:42:58 ---> Using cache 12:42:58 ---> 7af171ff7210 12:42:58 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 12:42:58 Removing intermediate container 818fbc353e7f 12:42:58 ---> 0ded7dca5959 12:42:58 Step 8/22 : COPY . . 12:42:58 Removing intermediate container 5d54d3572e81 12:42:58 ---> 727167742a6c 12:42:58 Step 7/24 : COPY . . 12:42:58 ---> Running in ebefcf3fdf47 12:42:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 12:42:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 12:42:59 v3.15.7-15-g96d862662f8 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 12:42:59 v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 12:42:59 OK: 15857 distinct packages available 12:42:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 12:42:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 12:42:59 (1/9) Installing ca-certificates (20220614-r0) 12:42:59 (2/9) Installing brotli-libs (1.0.9-r5) 12:42:59 (3/9) Installing nghttp2-libs (1.46.0-r0) 12:42:59 (4/9) Installing libcurl (7.80.0-r6) 12:42:59 (5/9) Installing curl (7.80.0-r6) 12:42:59 (6/9) Installing dumb-init (1.2.5-r1) 12:42:59 (7/9) Installing musl-obstack (1.2.3-r0) 12:42:59 (8/9) Installing libucontext (1.1-r0) 12:42:59 (9/9) Installing gcompat (1.0.0-r4) 12:42:59 Executing busybox-1.34.1-r7.trigger 12:42:59 Executing ca-certificates-20220614-r0.trigger 12:42:59 OK: 8 MiB in 23 packages 12:43:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.312s coverage: 79.9% of statements 12:43:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 12:43:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.382s coverage: 92.9% of statements 12:43:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 12:43:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 12:43:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 12:43:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.073s coverage: 64.4% of statements 12:43:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 12:43:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 12:43:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 12:43:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 12:43:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.254s coverage: 86.9% of statements 12:43:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 12:43:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 12:43:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 12:43:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 12:43:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.215s coverage: 87.2% of statements 12:43:08 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.185s coverage: 20.0% of statements 12:43:08 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 12:43:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 12:43:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.184s coverage: 100.0% of statements 12:43:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 12:43:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.270s coverage: 77.4% of statements 12:43:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 12:43:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.259s coverage: 80.0% of statements 12:43:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.220s coverage: 87.2% of statements 12:43:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.749s coverage: 91.2% of statements 12:43:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 12:43:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.074s coverage: 63.1% of statements 12:43:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 12:43:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 12:43:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.222s coverage: 100.0% of statements 12:43:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.113s coverage: 89.4% of statements 12:43:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.098s coverage: 100.0% of statements 12:43:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.079s coverage: 73.7% of statements 12:43:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements 12:43:13 Removing intermediate container df3df4ea440b 12:43:13 ---> b4978f8eef56 12:43:13 12:43:13 Step 10/22 : FROM alpine:3.16 ---> b16d6d60f34e 12:43:13 12:43:13 Step 9/22 : RUN make cmd/support-notifications/support-notifications ---> dfd21b5a31f5 12:43:13 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:43:13 12:43:13 ---> Running in d67de9614cd8 12:43:13 ---> Running in 2cbe33499eb9 12:43:13 ---> dfba5a172586 12:43:13 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 12:43:13 ---> Running in 49a43f2cf0a5 12:43:13 Removing intermediate container d67de9614cd8 12:43:13 ---> 0e9c65ef9761 12:43:13 Step 12/22 : ENV APP_PORT=59880 12:43:13 ---> Running in d0d0773b5cec 12:43:13 Removing intermediate container ebefcf3fdf47 12:43:13 ---> f70f82385c4c 12:43:13 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 12:43:13 Removing intermediate container d0d0773b5cec 12:43:13 ---> 894c83eb429d 12:43:13 Step 13/22 : EXPOSE $APP_PORT 12:43:13 ---> Running in 7db6e8b05b8d 12:43:13 ---> 44ccabcbec0d 12:43:13 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 12:43:13 Removing intermediate container 7db6e8b05b8d 12:43:13 ---> 69ae2730c473 12:43:13 Step 14/22 : RUN apk add --update --no-cache dumb-init 12:43:13 ---> Running in 94ed6d634730 12:43:13 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 12:43:13 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 12:43:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 12:43:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 12:43:13 ---> 38740228ee99 12:43:13 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 12:43:13 (1/1) Installing dumb-init (1.2.5-r1) 12:43:13 Executing busybox-1.35.0-r17.trigger 12:43:13 OK: 6 MiB in 15 packages 12:43:13 ---> 276e4a11d05e 12:43:13 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 12:43:13 ---> Running in 5ce3cd952e08 12:43:14 Removing intermediate container 5ce3cd952e08 12:43:14 ---> 9368cc79ecd3 12:43:14 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 12:43:14 ---> Running in d8bb802e7691 12:43:14 Removing intermediate container 94ed6d634730 12:43:14 ---> 38abc7a19268 12:43:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 12:43:14 Removing intermediate container d8bb802e7691 12:43:14 ---> 8c140281d935 12:43:14 Step 17/19 : LABEL arch=x86_64 12:43:14 ---> Running in 194a7529d656 12:43:14 ---> 5c068640ccaa 12:43:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 12:43:14 Removing intermediate container 194a7529d656 12:43:14 ---> 753be1238ada 12:43:14 Step 18/19 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb 12:43:15 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.353s coverage: 65.3% of statements 12:43:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 12:43:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 12:43:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 12:43:15 ---> Running in d510e17ca27b 12:43:15 ---> 531335fe8cb6 12:43:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 12:43:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.787s coverage: 41.0% of statements 12:43:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 12:43:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 12:43:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.464s coverage: 89.5% of statements 12:43:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 12:43:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.319s coverage: 84.8% of statements 12:43:15 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 12:43:15 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 12:43:15 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 12:43:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 12:43:15 Removing intermediate container d510e17ca27b 12:43:15 ---> 193cee75d44f 12:43:15 Step 19/19 : LABEL version=0.0.0 12:43:15 ---> Running in 3a93dabe3664 12:43:15 ---> 3ae209a19a02 12:43:15 Step 18/22 : ENTRYPOINT ["/core-data"] 12:43:15 ---> Running in 0ee844733e34 12:43:15 Removing intermediate container 0ee844733e34 12:43:15 ---> dbdc00315b34 12:43:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 12:43:15 Removing intermediate container 3a93dabe3664 12:43:15 ---> 3d3c09fcdf56 12:43:15 12:43:15 ---> Running in 5d70c5501755 12:43:15 Successfully built 3d3c09fcdf56 12:43:15 Successfully tagged security-spiffe-token-provider:latest 12:43:15  Building security-spiffe-token-provider ... done Removing intermediate container 5d70c5501755 12:43:15 ---> b50df0553488 12:43:15 Step 20/22 : LABEL arch=x86_64 12:43:15 ---> Running in 618e65f5ad84 12:43:16 Removing intermediate container 618e65f5ad84 12:43:16 ---> 90e1da4dc8d5 12:43:16 Step 21/22 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb 12:43:16 ---> Running in d3c030e73aa2 12:43:16 Removing intermediate container d3c030e73aa2 12:43:16 ---> 4a6df3761f56 12:43:16 Step 22/22 : LABEL version=0.0.0 12:43:16 ---> Running in 70be7d7d0d47 12:43:16 Removing intermediate container 70be7d7d0d47 12:43:16 ---> 479776b6d9f1 12:43:16 12:43:16 Successfully built 479776b6d9f1 12:43:16 Successfully tagged core-data:latest 12:43:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.361s coverage: 17.7% of statements 12:43:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 12:43:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 12:43:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 12:43:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 12:43:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.663s coverage: 92.3% of statements 12:43:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 12:43:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 12:43:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 12:43:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 12:43:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.232s coverage: 63.2% of statements 12:43:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 12:43:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 12:43:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.434s coverage: 97.7% of statements 12:43:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 12:43:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 12:43:23 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 12:43:23 WARNING: Linting skipped (not on x86_64 or linter not installed) 12:43:23 go vet ./... 12:43:31  Building core-data ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 12:43:44 Removing intermediate container 49a43f2cf0a5 12:43:44 ---> 028ddfb9296e 12:43:44 12:43:44 Step 9/24 : FROM alpine:3.16 12:43:44 ---> dfd21b5a31f5 12:43:44 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 12:43:44 ---> Running in 34b6bdfc6697 12:43:44 Removing intermediate container 2cbe33499eb9 12:43:44 ---> ff46b0a26b93 12:43:44 12:43:44 Step 10/22 : FROM alpine:3.16 12:43:44 ---> dfd21b5a31f5 12:43:44 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 12:43:44 ---> Running in 02e597f739c3 12:43:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 12:43:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 12:43:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 12:43:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 12:43:44 (1/3) Installing ca-certificates (20220614-r0) 12:43:44 (1/2) Installing ca-certificates (20220614-r0) 12:43:44 (2/3) Installing dumb-init (1.2.5-r1) 12:43:44 (2/2) Installing dumb-init (1.2.5-r1) 12:43:44 (3/3) Installing su-exec (0.2-r1) 12:43:44 Executing busybox-1.35.0-r17.trigger 12:43:44 Executing busybox-1.35.0-r17.trigger 12:43:44 Executing ca-certificates-20220614-r0.trigger 12:43:44 Executing ca-certificates-20220614-r0.trigger 12:43:44 OK: 6 MiB in 17 packages 12:43:44 OK: 6 MiB in 16 packages 12:43:45 Removing intermediate container 34b6bdfc6697 12:43:45 ---> 41cf13f06aa2 12:43:45 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 12:43:45 ---> Running in fa044275095d 12:43:45 Removing intermediate container 02e597f739c3 12:43:45 ---> 84f21663334e 12:43:45 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 12:43:45 ---> Running in 99504af66d91 12:43:45 Removing intermediate container fa044275095d 12:43:45 ---> 372b7c4bc2d7 12:43:45 Step 12/24 : WORKDIR / 12:43:45 ---> Running in 444878d07eb7 12:43:45 Removing intermediate container 99504af66d91 12:43:45 ---> 9b06d5f81aba 12:43:45 Step 13/22 : ENV APP_PORT=59860 12:43:45 ---> Running in efc5fb0211fc 12:43:45 Removing intermediate container 444878d07eb7 12:43:45 ---> 8209933244fe 12:43:45 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 12:43:46 Removing intermediate container efc5fb0211fc 12:43:46 ---> da6ccf1e054a 12:43:46 Step 14/22 : EXPOSE $APP_PORT 12:43:46 ---> Running in 9c901b3b39e2 12:43:46 ---> 53fb2c8c7e10 12:43:46 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 12:43:46 Removing intermediate container 9c901b3b39e2 12:43:46 ---> 1c3308d3277f 12:43:46 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 12:43:46 ---> d91d58cef3d0 12:43:46 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 12:43:46 ---> 6d19870764cb 12:43:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 12:43:46 ---> 7e50093580b2 12:43:46 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 12:43:47 ---> 383f0e6896a6 12:43:47 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 12:43:47 ---> 73f83a117c93 12:43:47 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 12:43:47 ---> 07e57aa12fbb 12:43:47 Step 18/22 : ENTRYPOINT ["/support-notifications"] 12:43:47 ---> 067b1aca72e6 12:43:47 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 12:43:47 ---> Running in 05d91f8bc25c 12:43:47 Removing intermediate container 05d91f8bc25c 12:43:47 ---> 26e92f8324b9 12:43:47 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 12:43:47 ---> Running in a11b97b1aaf7 12:43:48 Removing intermediate container a11b97b1aaf7 12:43:48 ---> f9e652ce370e 12:43:48 Step 20/22 : LABEL arch=x86_64 12:43:48 ---> b71e8aaa8b09 12:43:48 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 12:43:48 ---> Running in 40f859eb520a 12:43:48 Removing intermediate container 40f859eb520a 12:43:48 ---> a87e540d30d3 12:43:48 Step 21/22 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb 12:43:48 ---> Running in 37753fc7ac49 12:43:48 ---> f1761f7520a0 12:43:48 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 12:43:48 ---> Running in 4b8b8800878d 12:43:48 Removing intermediate container 37753fc7ac49 12:43:48 ---> e689727747f4 12:43:48 Step 22/22 : LABEL version=0.0.0 12:43:48 ---> Running in af16065829d2 12:43:48 Removing intermediate container af16065829d2 12:43:48 ---> a8ad119e340f 12:43:48 12:43:48 Successfully built a8ad119e340f 12:43:48 Successfully tagged support-notifications:latest 12:43:49  Building support-notifications ... done Removing intermediate container 4b8b8800878d 12:43:49 ---> 1df75b7eb82f 12:43:49 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 12:43:49 ---> Running in af326b472e5d 12:43:49 Removing intermediate container af326b472e5d 12:43:49 ---> 9d96e168b8ba 12:43:49 Step 22/24 : LABEL arch=x86_64 12:43:49 ---> Running in 88dc51bdfcb3 12:43:49 Removing intermediate container 88dc51bdfcb3 12:43:49 ---> 9b87832911a3 12:43:49 Step 23/24 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb 12:43:49 ---> Running in 2b74fb30d4a7 12:43:49 Removing intermediate container 2b74fb30d4a7 12:43:49 ---> bc3870fdd636 12:43:49 Step 24/24 : LABEL version=0.0.0 12:43:49 ---> Running in f2ed84a93064 12:43:49 Removing intermediate container f2ed84a93064 12:43:49 ---> 1c9535510b74 12:43:49 12:43:49 Successfully built 1c9535510b74 12:43:49 Successfully tagged security-secretstore-setup:latest 12:43:49  Building security-secretstore-setup ... done  [Pipeline] } 12:43:49 $ docker stop --time=1 543de9553b22b5889465db9efb5c6eb23acd334d58e19a7f0b23817c19f3bf9a 12:43:51 $ docker rm -f --volumes 543de9553b22b5889465db9efb5c6eb23acd334d58e19a7f0b23817c19f3bf9a [Pipeline] // withDockerContainer [Pipeline] sh 12:43:51 + docker images 12:43:51 REPOSITORY TAG IMAGE ID CREATED SIZE 12:43:51 security-secretstore-setup latest 1c9535510b74 2 seconds ago 30MB 12:43:51 support-notifications latest a8ad119e340f 3 seconds ago 30.7MB 12:43:51 ff46b0a26b93 8 seconds ago 1.74GB 12:43:51 028ddfb9296e 12 seconds ago 1.67GB 12:43:51 core-data latest 479776b6d9f1 35 seconds ago 17.9MB 12:43:51 security-spiffe-token-provider latest 3d3c09fcdf56 36 seconds ago 30MB 12:43:51 b4978f8eef56 52 seconds ago 1.68GB 12:43:51 80da696bc575 About a minute ago 1.71GB 12:43:51 security-spire-agent latest 862e421a0654 About a minute ago 125MB 12:43:51 core-command latest 3e18944bc5cd About a minute ago 17.7MB 12:43:51 ca857a2afc64 2 minutes ago 1.68GB 12:43:51 security-bootstrapper latest ec60e82236d6 2 minutes ago 20.4MB 12:43:51 support-scheduler latest 5d67724ea7cd 2 minutes ago 30MB 12:43:51 core-common-config-bootstrapper latest 72df843c180f 2 minutes ago 15.5MB 12:43:51 9dfccd8b5876 2 minutes ago 1.74GB 12:43:51 security-proxy-setup latest fb3f3fd63811 2 minutes ago 27.8MB 12:43:51 core-metadata latest 86e5880449d6 2 minutes ago 18.5MB 12:43:51 1750d2092c51 2 minutes ago 1.67GB 12:43:51 55511a1f6da6 3 minutes ago 1.67GB 12:43:51 e82c4ed592d8 3 minutes ago 1.67GB 12:43:51 a84536d2b2b0 3 minutes ago 1.68GB 12:43:51 security-spire-config latest 98b6bcf7ef1d 3 minutes ago 85.8MB 12:43:51 security-spire-server latest 24f95fc90e48 3 minutes ago 86.5MB 12:43:51 bd9c182bd874 4 minutes ago 1.55GB 12:43:51 fcd95c2c9919 4 minutes ago 1.55GB 12:43:51 ci-base-image-x86_64 latest 243ffa736c5d 8 minutes ago 904MB 12:43:51 alpine 3.15 5ce65d7b0fde 10 days ago 5.59MB 12:43:51 alpine 3.16 dfd21b5a31f5 10 days ago 5.55MB 12:43:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 3 months ago 683MB 12:43:51 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 7 months ago 253MB 12:43:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 12:45:00 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 12:45:00 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 12:45:00 ./bin/test-attribution-txt.sh [Pipeline] echo 12:45:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 12:45:01 + ls -al . 12:45:01 total 740 12:45:01 drwxrwxr-x 10 1001 1001 4096 Feb 21 12:39 . 12:45:01 drwxr-xr-x 4 root root 4096 Feb 21 12:39 .. 12:45:01 drwxrwxr-x 2 1001 1001 4096 Feb 21 12:37 .blubracket 12:45:01 -rw-rw-r-- 1 1001 1001 16 Feb 21 12:37 .dockerignore 12:45:01 drwxrwxr-x 8 1001 1001 4096 Feb 21 12:37 .git 12:45:01 drwxrwxr-x 3 1001 1001 4096 Feb 21 12:37 .github 12:45:01 -rw-rw-r-- 1 1001 1001 1024 Feb 21 12:37 .gitignore 12:45:01 -rw-rw-r-- 1 1001 1001 42 Feb 21 12:37 .golangci.yml 12:45:01 -rw-rw-r-- 1 1001 1001 87 Feb 21 12:37 .hadolint.yml 12:45:01 -rw-rw-r-- 1 1001 1001 166 Feb 21 12:37 .sonarcloud.properties 12:45:01 -rw-rw-r-- 1 1001 1001 1171 Feb 21 12:37 ADOPTERS.md 12:45:01 -rw-rw-r-- 1 1001 1001 10825 Feb 21 12:37 Attribution.txt 12:45:01 -rw-rw-r-- 1 1001 1001 73765 Feb 21 12:37 CHANGELOG.md 12:45:01 -rw-rw-r-- 1 1001 1001 3804 Feb 21 12:37 CONTRIBUTING.md 12:45:01 -rw-rw-r-- 1 1001 1001 677 Feb 21 12:37 GOVERNANCE.md 12:45:01 -rw-rw-r-- 1 1001 1001 883 Feb 21 12:37 Jenkinsfile 12:45:01 -rw-rw-r-- 1 1001 1001 10775 Feb 21 12:37 LICENSE 12:45:01 -rw-rw-r-- 1 1001 1001 13375 Feb 21 12:37 Makefile 12:45:01 -rw-rw-r-- 1 1001 1001 582 Feb 21 12:37 OWNERS.md 12:45:01 -rw-rw-r-- 1 1001 1001 9403 Feb 21 12:37 README.md 12:45:01 -rw-rw-r-- 1 1001 1001 6912 Feb 21 12:37 SECURITY.md 12:45:01 -rw-rw-r-- 1 1001 1001 5 Feb 21 12:34 VERSION 12:45:01 drwxrwxr-x 2 1001 1001 4096 Feb 21 12:37 bin 12:45:01 drwxrwxr-x 17 1001 1001 4096 Feb 21 12:37 cmd 12:45:01 -rw-r--r-- 1 root root 487323 Feb 21 12:43 coverage.out 12:45:01 -rw-rw-r-- 1 1001 1001 3295 Feb 21 12:37 go.mod 12:45:01 -rw-rw-r-- 1 1001 1001 33318 Feb 21 12:37 go.sum 12:45:01 drwxrwxr-x 7 1001 1001 4096 Feb 21 12:37 internal 12:45:01 drwxrwxr-x 3 1001 1001 4096 Feb 21 12:37 openapi 12:45:01 drwxrwxr-x 4 1001 1001 4096 Feb 21 12:37 snap 12:45:01 -rw-rw-r-- 1 1001 1001 204 Feb 21 12:37 version.go [Pipeline] sh 12:45:02 + '[' -e coverage.out ] 12:45:02 + chown 1001:1001 coverage.out [Pipeline] stash 12:45:02 Warning: overwriting stash ‘coverage-report’ 12:45:02 Stashed 1 file(s) [Pipeline] sh 12:45:03 + make build 12:45:03 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 12:46:24 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 12:46:26 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 12:46:31 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 12:46:34 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 12:47:21 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 12:47:21 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 12:47: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-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 12:47:33 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 12:47:37 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 12:47: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-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 12:47: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-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 12:47:58 $ docker stop --time=1 b358919b78bd7a9b7dbccd35997cd3f1f7412256c587dc0e60d399402b47d9ef 12:48:00 $ docker rm -f --volumes b358919b78bd7a9b7dbccd35997cd3f1f7412256c587dc0e60d399402b47d9ef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:48:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:48:03 12:48:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:48:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:48:03 latest: Pulling from edgex-devops/edgex-compose-arm64 12:48:03 29e5d40040c1: Pulling fs layer 12:48:03 1ce36da41761: Pulling fs layer 12:48:03 25b303627fd3: Pulling fs layer 12:48:03 29e5d40040c1: Verifying Checksum 12:48:03 29e5d40040c1: Download complete 12:48:04 1ce36da41761: Verifying Checksum 12:48:04 1ce36da41761: Download complete 12:48:04 29e5d40040c1: Pull complete 12:48:05 1ce36da41761: Pull complete 12:48:05 25b303627fd3: Verifying Checksum 12:48:05 25b303627fd3: Download complete 12:48:15 25b303627fd3: Pull complete 12:48:15 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 12:48:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:48:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:48:16 prd-ubuntu20.04-docker-arm64-4c-16g-6885 does not seem to be running inside a container 12:48:16 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 12:48:18 $ docker top d00f315052740f3a90dc5a4f14d985eee46391486bc0c46d35d08b4baa812c78 -eo pid,comm [Pipeline] { [Pipeline] sh 12:48:19 + docker-compose build --help 12:48:19 + grep parallel 12:48:23 --parallel Build images in parallel. [Pipeline] } 12:48:23 $ docker stop --time=1 d00f315052740f3a90dc5a4f14d985eee46391486bc0c46d35d08b4baa812c78 12:48:25 $ docker rm -f --volumes d00f315052740f3a90dc5a4f14d985eee46391486bc0c46d35d08b4baa812c78 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:48:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:48:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:48:26 prd-ubuntu20.04-docker-arm64-4c-16g-6885 does not seem to be running inside a container 12:48:26 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 12:48:27 $ docker top 0da2df443c40a64265ba7ee82a781d58ead4b82d6da63ad92a40538e377a8940 -eo pid,comm [Pipeline] { [Pipeline] sh 12:48:28 + docker-compose -f ./docker-compose-build.yml build --parallel 12:48:34 Building core-command ... 12:48:34 Building core-common-config-bootstrapper ... 12:48:34 Building core-data ... 12:48:34 Building core-metadata ... 12:48:34 Building security-bootstrapper ... 12:48:34 Building security-proxy-setup ... 12:48:34 Building security-secretstore-setup ... 12:48:34 Building security-spiffe-token-provider ... 12:48:34 Building security-spire-agent ... 12:48:34 Building security-spire-config ... 12:48:34 Building security-spire-server ... 12:48:34 Building support-notifications ... 12:48:34 Building support-scheduler ... 12:48:34 Building security-spire-config 12:48:34 Building core-common-config-bootstrapper 12:48:34 Building core-metadata 12:48:34 Building security-spire-agent 12:48:34 Building support-scheduler 12:49:20 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 12:49:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:49:20 ---> d65715f9f291 12:49:20 Step 3/22 : ARG ADD_BUILD_TAGS="" 12:49:20 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 12:49:20 Step 2/24 : FROM ${BUILDER_BASE} AS builder 12:49:20 ---> d65715f9f291 12:49:20 Step 3/24 : WORKDIR /edgex-go 12:49:20 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 12:49:20 Step 2/24 : FROM ${BUILDER_BASE} AS builder 12:49:20 ---> d65715f9f291 12:49:20 Step 3/24 : ARG ADD_BUILD_TAGS="" 12:49:20 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 12:49:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:49:20 ---> d65715f9f291 12:49:20 Step 3/22 : ARG ADD_BUILD_TAGS="" 12:49:20 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 12:49:20 Step 2/24 : FROM ${BUILDER_BASE} AS builder 12:49:20 ---> d65715f9f291 12:49:20 Step 3/24 : WORKDIR /edgex-go 12:49:20 ---> Running in 1766d980512c 12:49:20 ---> Running in 7e2ab6bfa60c 12:49:20 ---> Running in 57f37cdcc6e4 12:49:20 ---> Running in 92fff4bbc351 12:49:20 ---> Running in a3f92ccd3aa2 12:49:20 Removing intermediate container a3f92ccd3aa2 12:49:20 ---> 8665103e2c33 12:49:20 Step 4/22 : WORKDIR /edgex-go 12:49:20 Removing intermediate container 92fff4bbc351 12:49:20 ---> 28aa05dfdf54 12:49:20 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 12:49:20 Removing intermediate container 7e2ab6bfa60c 12:49:20 ---> cd3bc71a3538 12:49:20 Step 4/22 : WORKDIR /edgex-go 12:49:20 Removing intermediate container 57f37cdcc6e4 12:49:20 ---> 35abb7d3b2e5 12:49:20 Step 4/24 : WORKDIR /edgex-go 12:49:20 ---> Running in c45b5cfac8a2 12:49:20 ---> Running in 6edb8374d98e 12:49:20 Removing intermediate container 1766d980512c 12:49:20 ---> ce7aca414af3 12:49:20 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 12:49:20 ---> Running in a560426c44b7 12:49:20 ---> Running in c535978fe432 12:49:20 ---> Running in acae881fda7d 12:49:20 Removing intermediate container 6edb8374d98e 12:49:20 ---> 2ed71398a1aa 12:49:20 Step 5/22 : RUN apk add --update --no-cache make git 12:49:20 Removing intermediate container c535978fe432 12:49:20 ---> e3b986722ad5 12:49:20 Step 5/24 : RUN apk add --update --no-cache make git 12:49:20 ---> Running in e90ef73b362d 12:49:20 Removing intermediate container a560426c44b7 12:49:20 ---> a49380122d1b 12:49:20 Step 5/22 : RUN apk add --update --no-cache make git 12:49:20 ---> Running in a95698f5a47a 12:49:20 ---> Running in e62d6c61c60c 12:49:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 12:49:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 12:49:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 12:49:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 12:49:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 12:49:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 12:49:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 12:49:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 12:49:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 12:49:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 12:49:23 OK: 221 MiB in 51 packages 12:49:23 OK: 221 MiB in 51 packages 12:49:25 OK: 221 MiB in 51 packages 12:49:25 OK: 221 MiB in 51 packages 12:49:25 OK: 221 MiB in 51 packages 12:49:25 Removing intermediate container c45b5cfac8a2 12:49:25 ---> 22d9e24ad5ef 12:49:25 Step 5/24 : COPY go.mod vendor* ./ 12:49:25 Removing intermediate container acae881fda7d 12:49:25 ---> 0a85ee985c72 12:49:25 Step 5/24 : COPY go.mod vendor* ./ 12:49:26 Removing intermediate container a95698f5a47a 12:49:26 ---> 53c7c0cb92d8 12:49:26 Step 6/24 : COPY go.mod vendor* ./ 12:49:26 ---> 6aec4d165e1b 12:49:26 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:49:26 ---> Running in 5ae19740a8c4 12:49:27 ---> e8f6256ad668 12:49:27 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:49:27 Removing intermediate container e90ef73b362d 12:49:27 ---> 0c013451dacd 12:49:27 Step 6/22 : COPY go.mod vendor* ./ 12:49:27 ---> Running in 64efe55dc96a 12:49:27 Removing intermediate container e62d6c61c60c 12:49:27 ---> 798c337a9c64 12:49:27 Step 6/22 : COPY go.mod vendor* ./ 12:49:28 ---> 834c973878a4 12:49:28 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:49:28 ---> Running in 15c328399fe2 12:49:28 ---> 1c745321eddc 12:49:28 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:49:28 ---> Running in 908802c32235 12:49:29 ---> f031200c355a 12:49:29 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:49:29 ---> Running in eaa9ec382093 12:51:20 Removing intermediate container 64efe55dc96a 12:51:20 ---> 4ca220948622 12:51:20 Step 7/24 : COPY . . 12:51:20 Removing intermediate container eaa9ec382093 12:51:20 ---> ffa1c9459a65 12:51:20 Step 8/22 : COPY . . 12:51:20 Removing intermediate container 908802c32235 12:51:20 ---> cae2be6d1b78 12:51:20 Step 8/22 : COPY . . 12:51:20 Removing intermediate container 15c328399fe2 12:51:20 ---> 1c8bd7a153b1 12:51:20 Step 8/24 : COPY . . 12:51:20 Removing intermediate container 5ae19740a8c4 12:51:20 ---> cb1e27d54013 12:51:20 Step 7/24 : COPY . . 12:51:35 ---> 8327c9b45447 12:51:35 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 12:51:35 ---> d63c22bcad7d 12:51:35 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 12:51:35 ---> 459a8f731f61 12:51:35 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 12:51:35 ---> 6ad4c5b4672b 12:51:35 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 12:51:35 ---> Running in d30ec8359719 12:51:35 ---> Running in a2e9fb07facb 12:51:35 ---> fa775045d35b 12:51:35 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 12:51:35 ---> Running in b7f41d919b66 12:51:35 ---> Running in 376fc1b4b04a 12:51:35 ---> Running in c5ebeae41894 12:51:35 Removing intermediate container b7f41d919b66 12:51:35 ---> 027a0d3f1e25 12:51:35 Step 9/24 : WORKDIR /edgex-go/spire-build 12:51:35 ---> Running in c7c16414fd9e 12:51:35 Removing intermediate container d30ec8359719 12:51:35 ---> 7b0e67d78ea7 12:51:35 Step 9/24 : WORKDIR /edgex-go/spire-build 12:51:35 ---> Running in 76734a1b265e 12:51:35 Removing intermediate container c7c16414fd9e 12:51:35 ---> 0b3a8dbb5e57 12:51:35 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 12:51:35 ---> Running in 0f71f716f2ff 12:51:35 Removing intermediate container 76734a1b265e 12:51:35 ---> 0743c06803c7 12:51:35 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 12:51:36 ---> Running in ac072e19d22c 12:51:36 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 12:51:36 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 12:51:36 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 12:51:39 Removing intermediate container 0f71f716f2ff 12:51:39 ---> de6caa03281a 12:51:39 Step 11/24 : WORKDIR /edgex-go 12:51:39 ---> Running in fcf4679b2b33 12:51:39 Removing intermediate container ac072e19d22c 12:51:39 ---> 2433e08912a7 12:51:39 Step 11/24 : WORKDIR /edgex-go 12:51:39 ---> Running in fb68d2ba1e9b 12:51:40 Removing intermediate container fcf4679b2b33 12:51:40 ---> cc137e70004f 12:51:40 12:51:40 Step 12/24 : FROM alpine:3.15 12:51:40 Removing intermediate container fb68d2ba1e9b 12:51:40 ---> 1811c62972cc 12:51:40 12:51:40 Step 12/24 : FROM alpine:3.15 12:51:40 3.15: Pulling from library/alpine 12:51:40 3.15: Pulling from library/alpine 12:51:43 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 12:51:43 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 12:51:43 Status: Downloaded newer image for alpine:3.15 12:51:43 Status: Image is up to date for alpine:3.15 12:51:43 ---> 354640af7b1b 12:51:43 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 12:51:43 ---> 354640af7b1b 12:51:43 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 12:51:43 ---> Running in c8deee864739 12:51:43 ---> Running in c779da48bf7e 12:51:44 Removing intermediate container c779da48bf7e 12:51:44 ---> fe0ebf6900ba 12:51:44 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 12:51:44 Removing intermediate container c8deee864739 12:51:44 ---> bec5de103fa6 12:51:44 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 12:51:44 ---> Running in ae4990cb07d6 12:51:44 ---> Running in d8a7f1a146f9 12:51:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 12:51:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 12:51:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 12:51:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 12:51:48 v3.15.7-15-g96d862662f8 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 12:51:48 v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 12:51:48 OK: 15734 distinct packages available 12:51:48 v3.15.7-15-g96d862662f8 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 12:51:48 v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 12:51:48 OK: 15734 distinct packages available 12:51:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 12:51:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 12:51:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 12:51:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 12:51:50 (1/5) Installing dumb-init (1.2.5-r1) 12:51:50 (2/5) Installing musl-obstack (1.2.3-r0) 12:51:50 (3/5) Installing libucontext (1.1-r0) 12:51:50 (4/5) Installing gcompat (1.0.0-r4) 12:51:50 (5/5) Installing openssl (1.1.1t-r1) 12:51:50 Executing busybox-1.34.1-r7.trigger 12:51:50 OK: 6 MiB in 19 packages 12:51:50 (1/4) Installing dumb-init (1.2.5-r1) 12:51:50 (2/4) Installing musl-obstack (1.2.3-r0) 12:51:50 (3/4) Installing libucontext (1.1-r0) 12:51:50 (4/4) Installing gcompat (1.0.0-r4) 12:51:50 Executing busybox-1.34.1-r7.trigger 12:51:50 OK: 6 MiB in 18 packages 12:51:52 Removing intermediate container ae4990cb07d6 12:51:52 ---> a9700297b2e1 12:51:52 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 12:51:52 Removing intermediate container d8a7f1a146f9 12:51:52 ---> 3750a73e1b58 12:51:52 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 12:51:57 ---> 6560902d0276 12:51:57 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 12:51:59 ---> aa2569964662 12:51:59 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 12:52:01 ---> 2923e413caae 12:52:01 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 12:52:01 ---> Running in c9e6556b4c17 12:52:01 Removing intermediate container c9e6556b4c17 12:52:01 ---> 4de42a96814b 12:52:01 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 12:52:03 ---> ad7922afe98e 12:52:03 Step 19/24 : WORKDIR / 12:52:03 ---> Running in b131cc9b7fd4 12:52:04 Removing intermediate container b131cc9b7fd4 12:52:04 ---> 9c7c933d2179 12:52:04 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 12:52:04 ---> Running in 12877ee361b9 12:52:04 ---> 6a3038f4fce6 12:52:04 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 12:52:05 Removing intermediate container 12877ee361b9 12:52:05 ---> 802b4393ca56 12:52:05 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 12:52:05 ---> Running in 7356c3e8e62a 12:52:06 ---> 39ff672c01cb 12:52:06 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 12:52:06 Removing intermediate container 7356c3e8e62a 12:52:06 ---> 639771534e49 12:52:06 Step 22/24 : LABEL arch=arm64 12:52:06 ---> Running in 2d268c063d22 12:52:06 ---> 2e057802933b 12:52:06 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 12:52:06 Removing intermediate container 2d268c063d22 12:52:06 ---> 3af414d5cf12 12:52:06 Step 23/24 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb 12:52:07 ---> Running in 579ceca51bce 12:52:07 Removing intermediate container 579ceca51bce 12:52:07 ---> 3325f7498746 12:52:07 Step 24/24 : LABEL version=0.0.0 12:52:08 ---> Running in 1dbe097df412 12:52:08 ---> 6bec576db72c 12:52:08 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 12:52:08 ---> Running in a5a5223dcd75 12:52:08 Removing intermediate container 1dbe097df412 12:52:08 ---> a832b0fc3437 12:52:08 12:52:09 Removing intermediate container a5a5223dcd75 12:52:09 Successfully built a832b0fc3437 12:52:09 ---> d09456776cae 12:52:09 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 12:52:09 Successfully tagged security-spire-config-arm64:latest 12:52:09 Building security-spiffe-token-provider 12:52:09  Building security-spire-config ... done  ---> Running in bc0efb372c7b 12:52:09 Removing intermediate container bc0efb372c7b 12:52:09 ---> f70d6384456e 12:52:09 Step 22/24 : LABEL arch=arm64 12:52:09 ---> Running in fbdb11dec79f 12:52:10 Removing intermediate container fbdb11dec79f 12:52:10 ---> feabede67484 12:52:10 Step 23/24 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb 12:52:10 ---> Running in ffa5479dec40 12:52:11 Removing intermediate container ffa5479dec40 12:52:11 ---> 9840228be04c 12:52:11 Step 24/24 : LABEL version=0.0.0 12:52:11 ---> Running in 8682d66821e3 12:52:11 Removing intermediate container 8682d66821e3 12:52:11 ---> a382194d7b43 12:52:11 12:52:11 Successfully built a382194d7b43 12:52:11 Successfully tagged security-spire-agent-arm64:latest 12:52:11 Building core-data 12:52:34  Building security-spire-agent ... done Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 12:52:34 Step 2/19 : FROM ${BUILDER_BASE} AS builder 12:52:34 ---> d65715f9f291 12:52:34 Step 3/19 : WORKDIR /edgex-go 12:52:34 ---> Using cache 12:52:34 ---> ce7aca414af3 12:52:34 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 12:52:34 ---> Running in 70a454b211b5 12:52:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 12:52:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 12:52:34 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 12:52:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:52:34 ---> d65715f9f291 12:52:34 Step 3/22 : ARG ADD_BUILD_TAGS="" 12:52:34 ---> Using cache 12:52:34 ---> 35abb7d3b2e5 12:52:34 Step 4/22 : WORKDIR /edgex-go 12:52:34 ---> Using cache 12:52:34 ---> e3b986722ad5 12:52:34 Step 5/22 : RUN apk add --update --no-cache make git 12:52:34 ---> Using cache 12:52:34 ---> 53c7c0cb92d8 12:52:34 Step 6/22 : COPY go.mod vendor* ./ 12:52:34 ---> Using cache 12:52:34 ---> 834c973878a4 12:52:34 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:52:34 ---> Using cache 12:52:34 ---> 1c8bd7a153b1 12:52:34 Step 8/22 : COPY . . 12:52:34 ---> Using cache 12:52:34 ---> 6ad4c5b4672b 12:52:34 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 12:52:34 ---> Running in b5cd13baaffe 12:52:35 v3.16.4-19-g0e31bfb8f91 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 12:52:35 v3.16.4-18-g119e22a0985 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 12:52:35 OK: 16903 distinct packages available 12:52:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 12:52:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 12:52:36 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 12:52:37 OK: 221 MiB in 51 packages 12:52:41 Removing intermediate container 70a454b211b5 12:52:41 ---> e969304a4268 12:52:41 Step 5/19 : COPY go.mod vendor* ./ 12:52:42 ---> d30967e77ff7 12:52:42 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:52:42 ---> Running in 4f59a0769f36 12:54:18 Removing intermediate container 4f59a0769f36 12:54:18 ---> 426d6ffc75c1 12:54:18 Step 7/19 : COPY . . 12:54:28 ---> d36e19f4ecdb 12:54:28 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 12:54:28 ---> Running in 70cad780f86a 12:54:29 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 12:58:05 Removing intermediate container a2e9fb07facb 12:58:05 ---> bf4ed4f62c40 12:58:05 12:58:05 Step 10/22 : FROM alpine:3.16 12:58:05 3.16: Pulling from library/alpine 12:58:05 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 12:58:05 Status: Downloaded newer image for alpine:3.16 12:58:05 ---> 4c81e5bf8899 12:58:05 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 12:58:05 ---> Running in d731137e3371 12:58:05 Removing intermediate container d731137e3371 12:58:05 ---> d25652a16761 12:58:05 Step 12/22 : RUN apk add --update --no-cache dumb-init 12:58:05 ---> Running in 0d0afd6cc173 12:58:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 12:58:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 12:58:05 (1/1) Installing dumb-init (1.2.5-r1) 12:58:05 Executing busybox-1.35.0-r17.trigger 12:58:05 OK: 5 MiB in 15 packages 12:58:05 Removing intermediate container 0d0afd6cc173 12:58:05 ---> b41abb157aa4 12:58:05 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 12:58:06 ---> 2674194d013c 12:58:06 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 12:58:07 ---> 033b217a2df3 12:58:07 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 12:58:08 ---> fa75fe3b8c8c 12:58:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 12:58:09 ---> 7424e2307211 12:58:09 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 12:58:10 ---> Running in 5cba683b6445 12:58:15 Removing intermediate container 5cba683b6445 12:58:15 ---> 2e9f0e961c83 12:58:15 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 12:58:15 ---> Running in a2303272af55 12:58:15 Removing intermediate container a2303272af55 12:58:15 ---> 162a298f2b88 12:58:15 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 12:58:15 ---> Running in 5d34aac403d4 12:58:15 Removing intermediate container 5d34aac403d4 12:58:15 ---> cec96929dd41 12:58:15 Step 20/22 : LABEL arch=arm64 12:58:16 ---> Running in a84fe6422a1c 12:58:16 Removing intermediate container a84fe6422a1c 12:58:16 ---> 5c9c1f0b7e90 12:58:16 Step 21/22 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb 12:58:16 ---> Running in 6a2ec878ae4f 12:58:17 Removing intermediate container 6a2ec878ae4f 12:58:17 ---> 83dd377b4b40 12:58:17 Step 22/22 : LABEL version=0.0.0 12:58:17 ---> Running in a67798b8f681 12:58:18 Removing intermediate container a67798b8f681 12:58:18 ---> a1cfefa5151a 12:58:18 12:58:18 Successfully built a1cfefa5151a 12:58:18 Successfully tagged core-common-config-bootstrapper-arm64:latest 12:58:18  Building core-common-config-bootstrapper ... done Building security-secretstore-setup 12:58:36 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 12:58:36 Step 2/24 : FROM ${BUILDER_BASE} AS builder 12:58:36 ---> d65715f9f291 12:58:36 Step 3/24 : WORKDIR /edgex-go 12:58:36 ---> Using cache 12:58:36 ---> ce7aca414af3 12:58:36 Step 4/24 : RUN apk add --update --no-cache make git 12:58:36 ---> Running in 7ce592acda92 12:58:36 Removing intermediate container 376fc1b4b04a 12:58:36 ---> 967563aecfb2 12:58:36 12:58:36 Step 10/24 : FROM alpine:3.16 12:58:36 ---> 4c81e5bf8899 12:58:36 Step 11/24 : RUN apk add --update --no-cache dumb-init 12:58:36 ---> Running in c7f25f385989 12:58:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 12:58:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 12:58:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 12:58:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 12:58:38 OK: 221 MiB in 51 packages 12:58:38 (1/1) Installing dumb-init (1.2.5-r1) 12:58:38 Executing busybox-1.35.0-r17.trigger 12:58:38 OK: 5 MiB in 15 packages 12:58:41 Removing intermediate container c7f25f385989 12:58:41 ---> 2ee25a9b4dd7 12:58:41 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 12:58:41 Removing intermediate container 7ce592acda92 12:58:41 ---> c68bb8c4fe50 12:58:41 Step 5/24 : COPY go.mod vendor* ./ 12:58:41 ---> Running in cf9f17998054 12:58:42 Removing intermediate container cf9f17998054 12:58:42 ---> c36383c091d6 12:58:42 Step 13/24 : ENV APP_PORT=59881 12:58:42 ---> Running in 7060e9f73108 12:58:42 Removing intermediate container 7060e9f73108 12:58:42 ---> 30cc60fa9273 12:58:42 Step 14/24 : EXPOSE $APP_PORT 12:58:42 ---> d20024f313af 12:58:42 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:58:43 ---> Running in 1e9b38fb110e 12:58:43 ---> Running in 779fd4949516 12:58:44 Removing intermediate container 779fd4949516 12:58:44 ---> 71bd363289db 12:58:44 Step 15/24 : WORKDIR / 12:58:44 ---> Running in 0f9217d98a04 12:58:45 Removing intermediate container 0f9217d98a04 12:58:45 ---> c9ff0385aa7c 12:58:45 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 12:58:46 ---> d5a9a1ae0540 12:58:46 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 12:58:47 ---> 36d1d6e7fb61 12:58:48 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 12:58:49 ---> 39bcb469cb0a 12:58:49 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 12:58:49 ---> f1e9763e6298 12:58:49 Step 20/24 : ENTRYPOINT ["/core-metadata"] 12:58:49 ---> Running in d31d295f8d58 12:58:50 Removing intermediate container d31d295f8d58 12:58:50 ---> 4810b19d8b8d 12:58:50 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 12:58:50 ---> Running in 460c3c7d761b 12:58:51 Removing intermediate container 460c3c7d761b 12:58:51 ---> a17caea3ce37 12:58:51 Step 22/24 : LABEL arch=arm64 12:58:51 ---> Running in 8c808f3d76e0 12:58:51 Removing intermediate container 8c808f3d76e0 12:58:51 ---> 82cffdc82b5c 12:58:51 Step 23/24 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb 12:58:51 ---> Running in 6eec90f336b4 12:58:52 Removing intermediate container 6eec90f336b4 12:58:52 ---> 261db5d8432b 12:58:52 Step 24/24 : LABEL version=0.0.0 12:58:52 ---> Running in d45e9734cb8e 12:58:53 Removing intermediate container d45e9734cb8e 12:58:53 ---> 034a6ba0a1ab 12:58:53 12:58:53 Successfully built 034a6ba0a1ab 12:58:53 Successfully tagged core-metadata-arm64:latest 12:58:53 Building security-bootstrapper 12:59:11  Building core-metadata ... done Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 12:59:11 Step 2/32 : FROM ${BUILDER_BASE} AS builder 12:59:11 ---> d65715f9f291 12:59:11 Step 3/32 : WORKDIR /edgex-go 12:59:11 ---> Using cache 12:59:11 ---> ce7aca414af3 12:59:11 Step 4/32 : RUN apk add --update --no-cache make git 12:59:11 ---> Using cache 12:59:11 ---> c68bb8c4fe50 12:59:11 Step 5/32 : COPY go.mod vendor* ./ 12:59:11 ---> Using cache 12:59:11 ---> d20024f313af 12:59:11 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:59:11 ---> Running in d99dabaa14b8 12:59:33 Removing intermediate container b5cd13baaffe 12:59:33 ---> 022670afb2a8 12:59:33 12:59:33 Step 10/22 : FROM alpine:3.16 12:59:33 ---> 4c81e5bf8899 12:59:33 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:59:33 ---> Running in 5bfc24359cf3 12:59:33 Removing intermediate container 5bfc24359cf3 12:59:33 ---> 3633b9aa0bd2 12:59:33 Step 12/22 : ENV APP_PORT=59880 12:59:33 ---> Running in 72155eb68138 12:59:33 Removing intermediate container 72155eb68138 12:59:33 ---> e1564cf5c8f5 12:59:33 Step 13/22 : EXPOSE $APP_PORT 12:59:33 ---> Running in 53f9856e58b6 12:59:33 Removing intermediate container 53f9856e58b6 12:59:33 ---> 546e661c6422 12:59:33 Step 14/22 : RUN apk add --update --no-cache dumb-init 12:59:33 ---> Running in 853d2929a108 12:59:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 12:59:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 12:59:36 (1/1) Installing dumb-init (1.2.5-r1) 12:59:36 Executing busybox-1.35.0-r17.trigger 12:59:36 OK: 5 MiB in 15 packages 12:59:38 Removing intermediate container 853d2929a108 12:59:38 ---> e7ab034e819d 12:59:38 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 12:59:39 ---> c8cbf6df9fee 12:59:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 12:59:40 ---> d6d6383ba93f 12:59:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 12:59:41 ---> a3f3e39b76a8 12:59:41 Step 18/22 : ENTRYPOINT ["/core-data"] 12:59:41 ---> Running in 98015951d8ca 12:59:43 Removing intermediate container 98015951d8ca 12:59:43 ---> 524896b4a199 12:59:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 12:59:44 ---> Running in 7c5796741e07 12:59:45 Removing intermediate container 7c5796741e07 12:59:45 ---> 68819a051739 12:59:45 Step 20/22 : LABEL arch=arm64 12:59:45 ---> Running in 9a3f9f67c9b1 12:59:46 Removing intermediate container 9a3f9f67c9b1 12:59:46 ---> c6b5e9ebe684 12:59:46 Step 21/22 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb 12:59:46 ---> Running in 7387d064346d 12:59:47 Removing intermediate container 7387d064346d 12:59:47 ---> dee3d7886c56 12:59:47 Step 22/22 : LABEL version=0.0.0 12:59:47 ---> Running in d0b98f01a5e5 12:59:48 Removing intermediate container d0b98f01a5e5 12:59:48 ---> 0fa84bb6f89c 12:59:48 12:59:48 Successfully built 0fa84bb6f89c 12:59:48 Successfully tagged core-data-arm64:latest 12:59:48 Building support-notifications 13:00:10  Building core-data ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:00:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:00:10 ---> d65715f9f291 13:00:10 Step 3/22 : ARG ADD_BUILD_TAGS="" 13:00:10 ---> Using cache 13:00:10 ---> 35abb7d3b2e5 13:00:10 Step 4/22 : WORKDIR /edgex-go 13:00:10 ---> Using cache 13:00:10 ---> e3b986722ad5 13:00:10 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 13:00:10 ---> Running in 3868c7e5c7c3 13:00:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 13:00:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 13:00:13 OK: 221 MiB in 51 packages 13:00:15 Removing intermediate container 3868c7e5c7c3 13:00:15 ---> f075a162bb58 13:00:15 Step 6/22 : COPY go.mod vendor* ./ 13:00:18 ---> a646ab6e4762 13:00:18 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:00:18 ---> Running in 016c42eee54d 13:00:33 Removing intermediate container 1e9b38fb110e 13:00:33 ---> d5697825a797 13:00:33 Step 7/24 : COPY . . 13:00:55 ---> bfd8e4ae1654 13:00:55 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 13:00:55 ---> Running in 21c383c2ba60 13:00:57 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 13:01:02 Removing intermediate container d99dabaa14b8 13:01:02 ---> db505388b956 13:01:02 Step 7/32 : COPY . . 13:01:02 Removing intermediate container c5ebeae41894 13:01:02 ---> 221f2365f56b 13:01:02 13:01:02 Step 10/22 : FROM alpine:3.16 13:01:02 ---> 4c81e5bf8899 13:01:02 Step 11/22 : RUN apk add --update --no-cache dumb-init 13:01:02 ---> Using cache 13:01:02 ---> 2ee25a9b4dd7 13:01:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:01:02 ---> Using cache 13:01:02 ---> c36383c091d6 13:01:02 Step 13/22 : ENV APP_PORT=59861 13:01:02 ---> Running in e2159bf7f805 13:01:03 Removing intermediate container e2159bf7f805 13:01:03 ---> b98ddf156d43 13:01:03 Step 14/22 : EXPOSE $APP_PORT 13:01:03 ---> Running in 89012b57ea94 13:01:04 Removing intermediate container 89012b57ea94 13:01:04 ---> 426efdca2d03 13:01:04 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:01:06 ---> 09e907a85fa2 13:01:06 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 13:01:11 ---> 8cc3ad89ec1d 13:01:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 13:01:12 ---> 6a83cbafe8f4 13:01:12 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 13:01:13 ---> Running in 6a6dacfcfa9d 13:01:14 Removing intermediate container 6a6dacfcfa9d 13:01:14 ---> af95901b15e7 13:01:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 13:01:15 ---> Running in 09ff296b21c9 13:01:16 Removing intermediate container 09ff296b21c9 13:01:16 ---> 75f4341597cb 13:01:16 Step 20/22 : LABEL arch=arm64 13:01:16 ---> Running in ddf5d849d551 13:01:17 Removing intermediate container ddf5d849d551 13:01:17 ---> 85cd6bc660df 13:01:17 Step 21/22 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb 13:01:17 ---> Running in 7112fae496fc 13:01:18 Removing intermediate container 7112fae496fc 13:01:18 ---> 02c7fbb3f7b7 13:01:18 Step 22/22 : LABEL version=0.0.0 13:01:18 ---> Running in aaf25b8b31e6 13:01:19 Removing intermediate container aaf25b8b31e6 13:01:19 ---> f97777104345 13:01:19 13:01:20 Successfully built f97777104345 13:01:20 Successfully tagged support-scheduler-arm64:latest 13:01:20  Building support-scheduler ... done Building core-command 13:01:25 ---> 0b890472b178 13:01:25 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 13:01:25 ---> Running in a059a61f6429 13:01: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-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 13:01:39 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:01:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:01:39 ---> d65715f9f291 13:01:39 Step 3/23 : ARG ADD_BUILD_TAGS="" 13:01:39 ---> Using cache 13:01:39 ---> 35abb7d3b2e5 13:01:39 Step 4/23 : WORKDIR /edgex-go 13:01:39 ---> Using cache 13:01:39 ---> e3b986722ad5 13:01:39 Step 5/23 : RUN apk add --update --no-cache make git 13:01:39 ---> Using cache 13:01:39 ---> 53c7c0cb92d8 13:01:39 Step 6/23 : COPY go.mod vendor* ./ 13:01:39 ---> Using cache 13:01:39 ---> 834c973878a4 13:01:39 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:01:39 ---> Using cache 13:01:39 ---> 1c8bd7a153b1 13:01:39 Step 8/23 : COPY . . 13:01:39 ---> Using cache 13:01:39 ---> 6ad4c5b4672b 13:01:39 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 13:01:40 ---> Running in b82de4881e2a 13:01:43 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 13:01:53 Removing intermediate container 016c42eee54d 13:01:53 ---> 86435c8cf7dd 13:01:53 Step 8/22 : COPY . . 13:02:05 ---> 07fa3d5f789c 13:02:05 Step 9/22 : RUN make cmd/support-notifications/support-notifications 13:02:05 ---> Running in 2ccffd9143ee 13:02:08 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 13:02:14 Removing intermediate container 70cad780f86a 13:02:14 ---> 5ad159076b38 13:02:14 13:02:14 Step 9/19 : FROM alpine:3.15 13:02:14 ---> 354640af7b1b 13:02:14 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 13:02:14 ---> Using cache 13:02:14 ---> bec5de103fa6 13:02:14 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 13:02:14 ---> Running in b461050fde50 13:02:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 13:02:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 13:02:17 v3.15.7-15-g96d862662f8 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 13:02:17 v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 13:02:17 OK: 15734 distinct packages available 13:02:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 13:02:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 13:02:19 (1/9) Installing ca-certificates (20220614-r0) 13:02:19 (2/9) Installing brotli-libs (1.0.9-r5) 13:02:19 (3/9) Installing nghttp2-libs (1.46.0-r0) 13:02:19 (4/9) Installing libcurl (7.80.0-r6) 13:02:19 (5/9) Installing curl (7.80.0-r6) 13:02:19 (6/9) Installing dumb-init (1.2.5-r1) 13:02:19 (7/9) Installing musl-obstack (1.2.3-r0) 13:02:19 (8/9) Installing libucontext (1.1-r0) 13:02:19 (9/9) Installing gcompat (1.0.0-r4) 13:02:19 Executing busybox-1.34.1-r7.trigger 13:02:19 Executing ca-certificates-20220614-r0.trigger 13:02:20 OK: 8 MiB in 23 packages 13:02:22 Removing intermediate container b461050fde50 13:02:22 ---> 9b0e59df86b1 13:02:22 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 13:02:23 ---> be77113e4906 13:02:23 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 13:02:25 ---> 3b55c0bf6c7d 13:02:25 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 13:02:26 ---> b71da9d9e185 13:02:26 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 13:02:26 ---> Running in 5e9113e24f69 13:02:26 Removing intermediate container 5e9113e24f69 13:02:26 ---> cdad65b3dd36 13:02:26 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 13:02:26 ---> Running in 393c5317ad62 13:02:27 Removing intermediate container 393c5317ad62 13:02:27 ---> 7c7ec41917e1 13:02:27 Step 17/19 : LABEL arch=arm64 13:02:27 ---> Running in 6d1ed826a943 13:02:29 Removing intermediate container 6d1ed826a943 13:02:29 ---> 1d2a160a99bf 13:02:29 Step 18/19 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb 13:02:29 ---> Running in 2ffaddd7d453 13:02:30 Removing intermediate container 2ffaddd7d453 13:02:30 ---> e8d6ed9d1d92 13:02:30 Step 19/19 : LABEL version=0.0.0 13:02:30 ---> Running in 48a9899075ca 13:02:31 Removing intermediate container 48a9899075ca 13:02:31 ---> 512f73d23445 13:02:31 13:02:31 Successfully built 512f73d23445 13:02:31 Successfully tagged security-spiffe-token-provider-arm64:latest 13:02:31  Building security-spiffe-token-provider ... done Building security-proxy-setup 13:02:53 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:02:53 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:02:53 ---> d65715f9f291 13:02:53 Step 3/21 : WORKDIR /edgex-go 13:02:53 ---> Using cache 13:02:53 ---> ce7aca414af3 13:02:53 Step 4/21 : RUN apk add --update --no-cache make git 13:02:53 ---> Using cache 13:02:53 ---> c68bb8c4fe50 13:02:53 Step 5/21 : COPY go.mod vendor* ./ 13:02:53 ---> Using cache 13:02:53 ---> d20024f313af 13:02:53 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:02:53 ---> Using cache 13:02:53 ---> db505388b956 13:02:53 Step 7/21 : COPY . . 13:02:53 ---> Using cache 13:02:53 ---> 0b890472b178 13:02:53 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 13:02:53 ---> Running in f3a1ba3cc228 13:02: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-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 13:06:45 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 13:06:51 Removing intermediate container 21c383c2ba60 13:06:51 ---> 031fac110677 13:06:51 13:06:51 Step 9/24 : FROM alpine:3.16 13:06:51 ---> 4c81e5bf8899 13:06:51 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 13:06:51 ---> Running in 29796d4d092f 13:06:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 13:06:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 13:06:55 (1/3) Installing ca-certificates (20220614-r0) 13:06:55 (2/3) Installing dumb-init (1.2.5-r1) 13:06:55 (3/3) Installing su-exec (0.2-r1) 13:06:55 Executing busybox-1.35.0-r17.trigger 13:06:55 Executing ca-certificates-20220614-r0.trigger 13:06:56 OK: 6 MiB in 17 packages 13:06:58 Removing intermediate container 29796d4d092f 13:06:58 ---> 078a0ede1ee9 13:06:58 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:06:58 ---> Running in 2d5aa9e23bf4 13:06:58 Removing intermediate container 2d5aa9e23bf4 13:06:58 ---> 5fa2c356f33f 13:06:58 Step 12/24 : WORKDIR / 13:06:58 ---> Running in c922a1df011b 13:06:59 Removing intermediate container c922a1df011b 13:06:59 ---> 73578f647e09 13:06:59 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 13:07:00 ---> fdbe4aba0a7e 13:07:00 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 13:07:01 ---> 12b4ace9ddaf 13:07:01 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 13:07:01 ---> 38f1172c6f7b 13:07:01 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 13:07:02 ---> cb2fa489ba29 13:07:02 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 13:07:04 ---> 0954d425899d 13:07:04 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 13:07:05 ---> 622f14795465 13:07:05 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 13:07:06 ---> 049ba92452f6 13:07:06 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 13:07:06 ---> Running in 8ae6194a2300 13:07:10 Removing intermediate container 8ae6194a2300 13:07:10 ---> 779132609e8d 13:07:10 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 13:07:10 ---> Running in 614808fb232f 13:07:11 Removing intermediate container 614808fb232f 13:07:11 ---> 4c961a93af57 13:07:11 Step 22/24 : LABEL arch=arm64 13:07:11 ---> Running in 00cbd9611e67 13:07:12 Removing intermediate container 00cbd9611e67 13:07:12 ---> ce21650e9558 13:07:12 Step 23/24 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb 13:07:12 ---> Running in 677f105c5284 13:07:12 Removing intermediate container 677f105c5284 13:07:12 ---> 06ecb7a69549 13:07:12 Step 24/24 : LABEL version=0.0.0 13:07:12 ---> Running in cab5a10b470c 13:07:13 Removing intermediate container cab5a10b470c 13:07:13 ---> 6e008b16839c 13:07:13 13:07:13 Successfully built 6e008b16839c 13:07:13 Successfully tagged security-secretstore-setup-arm64:latest 13:07:13  Building security-secretstore-setup ... done Building security-spire-server 13:07:31 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:07:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:07:31 ---> d65715f9f291 13:07:31 Step 3/23 : WORKDIR /edgex-go 13:07:31 ---> Using cache 13:07:31 ---> ce7aca414af3 13:07:31 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 13:07:31 ---> Using cache 13:07:31 ---> 0a85ee985c72 13:07:31 Step 5/23 : COPY go.mod vendor* ./ 13:07:31 ---> Using cache 13:07:31 ---> e8f6256ad668 13:07:31 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:07:31 ---> Using cache 13:07:31 ---> 4ca220948622 13:07:31 Step 7/23 : COPY . . 13:07:31 ---> Using cache 13:07:31 ---> 8327c9b45447 13:07:31 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 13:07:31 ---> Using cache 13:07:31 ---> 7b0e67d78ea7 13:07:31 Step 9/23 : WORKDIR /edgex-go/spire-build 13:07:31 ---> Using cache 13:07:31 ---> 0743c06803c7 13:07:31 Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 13:07:31 ---> Running in d756f3ab6156 13:07:33 Removing intermediate container d756f3ab6156 13:07:33 ---> d36627adc64d 13:07:33 Step 11/23 : WORKDIR /edgex-go 13:07:33 ---> Running in cbc57acacdaf 13:07:37 Removing intermediate container cbc57acacdaf 13:07:37 ---> 3141df86c15f 13:07:37 13:07:37 Step 12/23 : FROM alpine:3.15 13:07:37 ---> 354640af7b1b 13:07:37 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 13:07:37 ---> Using cache 13:07:37 ---> bec5de103fa6 13:07:37 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 13:07:37 ---> Using cache 13:07:37 ---> 3750a73e1b58 13:07:37 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 13:07:40 Removing intermediate container a059a61f6429 13:07:40 ---> 9ac7430306e3 13:07:40 13:07:40 Step 9/32 : FROM alpine:3.16 13:07:40 ---> 4c81e5bf8899 13:07:40 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 13:07:40 ---> Running in e682258c13fb 13:07:41 Removing intermediate container e682258c13fb 13:07:41 ---> a240902e4cb5 13:07:41 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 13:07:41 ---> Running in 3a8db5672b18 13:07:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 13:07:44 ---> 45f6f4f40a81 13:07:44 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 13:07:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 13:07:45 ---> ef3c32c98310 13:07:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 13:07:45 (1/2) Installing dumb-init (1.2.5-r1) 13:07:45 (2/2) Installing su-exec (0.2-r1) 13:07:45 Executing busybox-1.35.0-r17.trigger 13:07:45 OK: 5 MiB in 16 packages 13:07:45 ---> 26f3a9dc0331 13:07:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 13:07:47 ---> e5373926caf0 13:07:47 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 13:07:47 ---> Running in 3cf240e2c0f5 13:07:47 Removing intermediate container 3a8db5672b18 13:07:47 ---> 97f2613be493 13:07:47 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 13:07:47 ---> Running in d8999e54813b 13:07:48 Removing intermediate container 3cf240e2c0f5 13:07:48 ---> 799ebfbc358e 13:07:48 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 13:07:48 ---> Running in 5f4b312d6756 13:07:48 Removing intermediate container d8999e54813b 13:07:48 ---> 6d71f391f967 13:07:48 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 13:07:48 ---> Running in 080d633369b9 13:07:48 Removing intermediate container 5f4b312d6756 13:07:48 ---> 1385df936602 13:07:48 Step 21/23 : LABEL arch=arm64 13:07:48 ---> Running in 599f76897af9 13:07:49 Removing intermediate container 080d633369b9 13:07:49 ---> c01461ca84fc 13:07:49 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 13:07:49 ---> Running in e009f60e1ead 13:07:49 Removing intermediate container 599f76897af9 13:07:49 ---> fc048a5665c3 13:07:49 Step 22/23 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb 13:07:49 ---> Running in b9d6c22982fb 13:07:49 Removing intermediate container e009f60e1ead 13:07:49 ---> eb4259bcde0a 13:07:49 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 13:07:50 ---> Running in dedf9dfe73e1 13:07:50 Removing intermediate container b9d6c22982fb 13:07:50 ---> 5b1140cc933d 13:07:50 Step 23/23 : LABEL version=0.0.0 13:07:50 ---> Running in de7b8cfa8f28 13:07:51 Removing intermediate container dedf9dfe73e1 13:07:51 ---> 864739210c35 13:07:51 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 13:07:51 ---> Running in f85073610e48 13:07:51 Removing intermediate container de7b8cfa8f28 13:07:51 ---> 4414301bdddf 13:07:51 13:07:51 Successfully built 4414301bdddf 13:07:51 Successfully tagged security-spire-server-arm64:latest 13:07:54  Building security-spire-server ... done Removing intermediate container f85073610e48 13:07:54 ---> 9a7b9f4ae2fd 13:07:54 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 13:07:54 ---> Running in be54ea11f6c2 13:07:54 Removing intermediate container be54ea11f6c2 13:07:54 ---> de514be53227 13:07:54 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 13:07:55 ---> f3f4eb67345d 13:07:55 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 13:07:55 ---> Running in b3000fd9ab64 13:07:59 Removing intermediate container b3000fd9ab64 13:07:59 ---> cb6f377a8b0d 13:07:59 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 13:07:59 ---> 9a7c84f99268 13:07:59 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 13:08:01 ---> afcc8c0a9c3f 13:08:01 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 13:08:02 ---> 66ae5d26b330 13:08:02 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 13:08:03 ---> 30a6b96d0548 13:08:03 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 13:08:04 ---> cdc8c2c5fecf 13:08:04 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 13:08:04 ---> 9fc36d5772b1 13:08:04 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 13:08:06 ---> e3ef5b1cb190 13:08:06 Step 27/32 : RUN chmod +x /entrypoint.sh 13:08:06 ---> Running in 87346ec3626a 13:08:10 Removing intermediate container 87346ec3626a 13:08:10 ---> 0fd43aefacf8 13:08:10 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 13:08:10 ---> Running in 044a767902bf 13:08:10 Removing intermediate container 044a767902bf 13:08:10 ---> f90dfe3c6b8b 13:08:10 Step 29/32 : CMD ["gate"] 13:08:11 ---> Running in fd764e1e4989 13:08:12 Removing intermediate container fd764e1e4989 13:08:12 ---> ed387f385cfd 13:08:12 Step 30/32 : LABEL arch=arm64 13:08:12 ---> Running in a95128e1d289 13:08:12 Removing intermediate container a95128e1d289 13:08:12 ---> cf0447279cab 13:08:12 Step 31/32 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb 13:08:13 ---> Running in cd81f730c4bf 13:08:13 Removing intermediate container cd81f730c4bf 13:08:13 ---> aa23926297e8 13:08:13 Step 32/32 : LABEL version=0.0.0 13:08:13 ---> Running in 2840e234e109 13:08:14 Removing intermediate container 2840e234e109 13:08:14 ---> 2d84c58afeb7 13:08:14 13:08:15 Successfully built 2d84c58afeb7 13:08:15 Successfully tagged security-bootstrapper-arm64:latest 13:08:15  Building security-bootstrapper ... done Removing intermediate container b82de4881e2a 13:08:15 ---> a0812a59acce 13:08:15 13:08:15 Step 10/23 : FROM alpine:3.16 13:08:15 ---> 4c81e5bf8899 13:08:15 Step 11/23 : RUN apk add --update --no-cache dumb-init 13:08:15 ---> Using cache 13:08:15 ---> 2ee25a9b4dd7 13:08:15 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:08:15 ---> Using cache 13:08:15 ---> c36383c091d6 13:08:15 Step 13/23 : ENV APP_PORT=59882 13:08:16 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 13:08:16 ---> Running in 4f6c91d71282 13:08:17 Removing intermediate container 4f6c91d71282 13:08:17 ---> ccdf4ccc1178 13:08:17 Step 14/23 : EXPOSE $APP_PORT 13:08:17 ---> Running in df847f5ea815 13:08:17 Removing intermediate container df847f5ea815 13:08:17 ---> dd8b2f09fde2 13:08:17 Step 15/23 : WORKDIR / 13:08:17 ---> Running in a4e64c611602 13:08:18 Removing intermediate container a4e64c611602 13:08:18 ---> 0f12d57c7a8a 13:08:18 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:08:19 ---> b72575152d04 13:08:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 13:08:20 ---> a65e258d3789 13:08:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 13:08:21 ---> ebff46ed7cbc 13:08:21 Step 19/23 : ENTRYPOINT ["/core-command"] 13:08:21 ---> Running in 6e036dc49b16 13:08:22 Removing intermediate container 6e036dc49b16 13:08:22 ---> ff4c82da7726 13:08:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 13:08:22 ---> Running in 5986234f7855 13:08:22 Removing intermediate container 5986234f7855 13:08:22 ---> 7f7e03026b14 13:08:22 Step 21/23 : LABEL arch=arm64 13:08:22 ---> Running in cbf71ff05ced 13:08:23 Removing intermediate container cbf71ff05ced 13:08:23 ---> 112dc9e9873e 13:08:23 Step 22/23 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb 13:08:23 ---> Running in 243f20aa5c27 13:08:23 Removing intermediate container 243f20aa5c27 13:08:23 ---> 97a3de4f5b51 13:08:23 Step 23/23 : LABEL version=0.0.0 13:08:23 ---> Running in e3cc8ecb782b 13:08:24 Removing intermediate container e3cc8ecb782b 13:08:24 ---> 2361f179d6e8 13:08:24 13:08:24 Successfully built 2361f179d6e8 13:08:24 Successfully tagged core-command-arm64:latest 13:08:34  Building core-command ... done Removing intermediate container f3a1ba3cc228 13:08:34 ---> 3ff467e102eb 13:08:34 13:08:34 Step 9/21 : FROM alpine:3.16 13:08:34 ---> 4c81e5bf8899 13:08:34 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 13:08:34 ---> Running in eb6af5a62600 13:08:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 13:08:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 13:08:36 (1/6) Installing ca-certificates (20220614-r0) 13:08:36 (2/6) Installing brotli-libs (1.0.9-r6) 13:08:36 (3/6) Installing nghttp2-libs (1.47.0-r0) 13:08:36 (4/6) Installing libcurl (7.83.1-r6) 13:08:36 (5/6) Installing curl (7.83.1-r6) 13:08:36 (6/6) Installing dumb-init (1.2.5-r1) 13:08:36 Executing busybox-1.35.0-r17.trigger 13:08:36 Executing ca-certificates-20220614-r0.trigger 13:08:36 OK: 8 MiB in 20 packages 13:08:38 Removing intermediate container eb6af5a62600 13:08:38 ---> b838bdd5a82d 13:08:38 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:08:38 ---> Running in 9310979dbc51 13:08:39 Removing intermediate container 9310979dbc51 13:08:39 ---> d30031bf3495 13:08:39 Step 12/21 : WORKDIR /edgex 13:08:39 ---> Running in f23e86daf295 13:08:40 Removing intermediate container f23e86daf295 13:08:40 ---> 592048500b18 13:08:40 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 13:08:40 ---> f833cbd1ca0d 13:08:40 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 13:08:42 ---> b09e4f255d0b 13:08:42 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 13:08:44 ---> b8f66d52432a 13:08:44 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 13:08:44 ---> 98afd018f1df 13:08:44 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 13:08:44 ---> Running in 53f9212c9fb5 13:08:47 Removing intermediate container 53f9212c9fb5 13:08:47 ---> 4f742b61be28 13:08:47 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 13:08:47 ---> Running in 577c5df4c841 13:08:48 Removing intermediate container 577c5df4c841 13:08:48 ---> 913b1c88b879 13:08:48 Step 19/21 : LABEL arch=arm64 13:08:48 ---> Running in c41e6bd4abe4 13:08:48 Removing intermediate container c41e6bd4abe4 13:08:48 ---> 2188e7f5e8ae 13:08:48 Step 20/21 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb 13:08:48 ---> Running in 608cf51924ae 13:08:49 Removing intermediate container 608cf51924ae 13:08:49 ---> 14c52d29d640 13:08:49 Step 21/21 : LABEL version=0.0.0 13:08:49 ---> Running in 312e9ffab069 13:08:49 Removing intermediate container 312e9ffab069 13:08:49 ---> 66e0f17acf3a 13:08:49 13:08:49 Successfully built 66e0f17acf3a 13:08:49 Successfully tagged security-proxy-setup-arm64:latest 13:09:16  Building security-proxy-setup ... done Removing intermediate container 2ccffd9143ee 13:09:16 ---> 8c474fd2cd72 13:09:16 13:09:16 Step 10/22 : FROM alpine:3.16 13:09:16 ---> 4c81e5bf8899 13:09:16 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 13:09:16 ---> Running in ebb9bb5d935c 13:09:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 13:09:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 13:09:16 (1/2) Installing ca-certificates (20220614-r0) 13:09:16 (2/2) Installing dumb-init (1.2.5-r1) 13:09:16 Executing busybox-1.35.0-r17.trigger 13:09:16 Executing ca-certificates-20220614-r0.trigger 13:09:17 OK: 6 MiB in 16 packages 13:09:18 Removing intermediate container ebb9bb5d935c 13:09:18 ---> c561560b2ff7 13:09:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 13:09:18 ---> Running in 7d1b8fa96398 13:09:18 Removing intermediate container 7d1b8fa96398 13:09:18 ---> c990497a1e2c 13:09:18 Step 13/22 : ENV APP_PORT=59860 13:09:18 ---> Running in 4e4aa0a701d3 13:09:19 Removing intermediate container 4e4aa0a701d3 13:09:19 ---> 6d5af06c4a15 13:09:19 Step 14/22 : EXPOSE $APP_PORT 13:09:19 ---> Running in 0a2ef04e3d30 13:09:19 Removing intermediate container 0a2ef04e3d30 13:09:19 ---> 765ef8fc10b6 13:09:19 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:09:19 ---> f293e3b3400f 13:09:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 13:09:21 ---> 6170c3be3986 13:09:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 13:09:21 ---> 0f35d726b254 13:09:21 Step 18/22 : ENTRYPOINT ["/support-notifications"] 13:09:21 ---> Running in d0b45b6bdcbd 13:09:22 Removing intermediate container d0b45b6bdcbd 13:09:22 ---> 8249c922a5fd 13:09:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 13:09:22 ---> Running in 70eb82563d40 13:09:22 Removing intermediate container 70eb82563d40 13:09:22 ---> a3de6302c00b 13:09:22 Step 20/22 : LABEL arch=arm64 13:09:22 ---> Running in d4c6aa8eeed1 13:09:22 Removing intermediate container d4c6aa8eeed1 13:09:22 ---> c79a1b13a12d 13:09:22 Step 21/22 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb 13:09:22 ---> Running in 9a55e8071f9e 13:09:23 Removing intermediate container 9a55e8071f9e 13:09:23 ---> 0a32b0070cc4 13:09:23 Step 22/22 : LABEL version=0.0.0 13:09:23 ---> Running in ce934d74a7e4 13:09:23 Removing intermediate container ce934d74a7e4 13:09:23 ---> 18aa065033bd 13:09:23 13:09:23 Successfully built 18aa065033bd 13:09:24 Successfully tagged support-notifications-arm64:latest 13:09:24  Building support-notifications ... done  [Pipeline] } 13:09:24 $ docker stop --time=1 0da2df443c40a64265ba7ee82a781d58ead4b82d6da63ad92a40538e377a8940 13:09:26 $ docker rm -f --volumes 0da2df443c40a64265ba7ee82a781d58ead4b82d6da63ad92a40538e377a8940 [Pipeline] // withDockerContainer [Pipeline] sh 13:09:26 + docker images 13:09:26 REPOSITORY TAG IMAGE ID CREATED SIZE 13:09:26 support-notifications-arm64 latest 18aa065033bd 3 seconds ago 29.7MB 13:09:26 8c474fd2cd72 13 seconds ago 1.57GB 13:09:26 security-proxy-setup-arm64 latest 66e0f17acf3a 37 seconds ago 26.9MB 13:09:26 3ff467e102eb 54 seconds ago 1.5GB 13:09:26 core-command-arm64 latest 2361f179d6e8 About a minute ago 17MB 13:09:26 a0812a59acce About a minute ago 1.51GB 13:09:26 security-bootstrapper-arm64 latest 2d84c58afeb7 About a minute ago 19.6MB 13:09:26 security-spire-server-arm64 latest 4414301bdddf About a minute ago 84.3MB 13:09:26 9ac7430306e3 About a minute ago 1.5GB 13:09:26 3141df86c15f About a minute ago 1.38GB 13:09:26 security-secretstore-setup-arm64 latest 6e008b16839c 2 minutes ago 29MB 13:09:26 031fac110677 2 minutes ago 1.5GB 13:09:26 security-spiffe-token-provider-arm64 latest 512f73d23445 6 minutes ago 29.1MB 13:09:26 5ad159076b38 7 minutes ago 1.54GB 13:09:26 support-scheduler-arm64 latest f97777104345 8 minutes ago 29MB 13:09:26 221f2365f56b 8 minutes ago 1.57GB 13:09:26 core-data-arm64 latest 0fa84bb6f89c 9 minutes ago 17.2MB 13:09:26 022670afb2a8 9 minutes ago 1.51GB 13:09:26 core-metadata-arm64 latest 034a6ba0a1ab 10 minutes ago 17.7MB 13:09:26 967563aecfb2 10 minutes ago 1.51GB 13:09:26 core-common-config-bootstrapper-arm64 latest a1cfefa5151a 11 minutes ago 14.9MB 13:09:26 bf4ed4f62c40 11 minutes ago 1.5GB 13:09:26 security-spire-agent-arm64 latest a382194d7b43 17 minutes ago 122MB 13:09:26 security-spire-config-arm64 latest a832b0fc3437 17 minutes ago 83.6MB 13:09:26 1811c62972cc 17 minutes ago 1.38GB 13:09:26 cc137e70004f 17 minutes ago 1.38GB 13:09:26 ci-base-image-arm64 latest d65715f9f291 30 minutes ago 905MB 13:09:26 alpine 3.15 354640af7b1b 10 days ago 5.34MB 13:09:26 alpine 3.16 4c81e5bf8899 10 days ago 5.3MB 13:09:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 3 months ago 685MB 13:09:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:09:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:09:27 13:09:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:09:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:09:28 arm64: Pulling from edgex-lftools-log-publisher 13:09:28 8998bd30e6a1: Pulling fs layer 13:09:28 04944245beec: Pulling fs layer 13:09:28 699f458cf7ca: Pulling fs layer 13:09:28 765212b225bb: Pulling fs layer 13:09:28 f23df028b6ca: Pulling fs layer 13:09:28 d65c8cfc05b1: Pulling fs layer 13:09:28 2437ff75d9bd: Pulling fs layer 13:09:28 765212b225bb: Waiting 13:09:28 f23df028b6ca: Waiting 13:09:28 d65c8cfc05b1: Waiting 13:09:28 2437ff75d9bd: Waiting 13:09:28 04944245beec: Verifying Checksum 13:09:28 04944245beec: Download complete 13:09:28 765212b225bb: Verifying Checksum 13:09:28 765212b225bb: Download complete 13:09:28 f23df028b6ca: Verifying Checksum 13:09:28 f23df028b6ca: Download complete 13:09:28 d65c8cfc05b1: Verifying Checksum 13:09:28 d65c8cfc05b1: Download complete 13:09:28 699f458cf7ca: Verifying Checksum 13:09:28 699f458cf7ca: Download complete 13:09:28 8998bd30e6a1: Download complete 13:09:31 2437ff75d9bd: Verifying Checksum 13:09:31 2437ff75d9bd: Download complete 13:09:32 8998bd30e6a1: Pull complete 13:09:33 04944245beec: Pull complete 13:09:34 699f458cf7ca: Pull complete 13:09:34 765212b225bb: Pull complete 13:09:35 f23df028b6ca: Pull complete 13:09:35 d65c8cfc05b1: Pull complete 13:09:50 2437ff75d9bd: Pull complete 13:09:50 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 13:09:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:09:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:09:51 prd-ubuntu20.04-docker-arm64-4c-16g-6885 does not seem to be running inside a container 13:09:51 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 13:09:53 $ docker top c7dba9f741eda79e16a129ef0e1254593e893f4406d7034ad18b7c3fe6536169 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:09:54 ---> job-cost.sh 13:09:54 lf-activate-venv: SKIPPING 13:09:54 INFO: No Stack... 13:09:55 INFO: Retrieving Pricing Info for: v3-standard-4 13:09:55 INFO: Archiving Costs [Pipeline] sh 13:09:56 + cat /w/workspace/edgex-go/1/archives/cost.csv 13:09:56 + cut -d, -f6 [Pipeline] lock 13:09:56 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4378-1-stack-cost] 13:09:56 Resource [jenkins-edgexfoundry-edgex-go-PR-4378-1-stack-cost] did not exist. Created. 13:09:56 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4378-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 13:09:57 + echo total: 0.10999999940395355 [Pipeline] stash 13:09:57 Stashed 1 file(s) [Pipeline] } 13:09:57 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4378-1-stack-cost] [Pipeline] // lock [Pipeline] } 13:09:57 $ docker stop --time=1 c7dba9f741eda79e16a129ef0e1254593e893f4406d7034ad18b7c3fe6536169 13:09:58 $ docker rm -f --volumes c7dba9f741eda79e16a129ef0e1254593e893f4406d7034ad18b7c3fe6536169 [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 13:09:59 provisioning config files... 13:09:59 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config4892548557390162409tmp [Pipeline] { [Pipeline] sh 13:10:00 + set +x 13:10:00 + bash -s -- 13:10:00 + curl -s https://codecov.io/bash 13:10:00 13:10:00 _____ _ 13:10:00 / ____| | | 13:10:00 | | ___ __| | ___ ___ _____ __ 13:10:00 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 13:10:00 | |___| (_) | (_| | __/ (_| (_) \ V / 13:10:00 \_____\___/ \__,_|\___|\___\___/ \_/ 13:10:00 Bash-1.0.6 13:10:00 13:10:00 13:10:00 ==> git version 2.25.1 found 13:10:00 ==> 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 13:10:00 Release-Date: 2020-01-08 13:10:00 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 13:10:00 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 13:10:00 ==> Jenkins CI detected. 13:10:00 current dir:  /w/workspace/edgex-go/1 13:10:00 project root: . 13:10:00 --> token set from env 13:10:00 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 13:10:00 ==> Running gcov in . (disable via -X gcov) 13:10:00 ==> Python coveragepy not found 13:10:00 ==> Searching for coverage reports in: 13:10:00 + . 13:10:00 -> Found 1 reports 13:10:00 ==> Detecting git/mercurial file structure 13:10:00 ==> Reading reports 13:10:00 + ./coverage.out bytes=487323 13:10:00 ==> Appending adjustments 13:10:00 https://docs.codecov.io/docs/fixing-reports 13:10:01 + Found adjustments 13:10:01 ==> Gzipping contents 13:10:01 64K /tmp/codecov.7KLqhV.gz 13:10:01 ==> Uploading reports 13:10:01 url: https://codecov.io 13:10:01 query: branch=PR-4378&commit=8c0ca7c85efba52c261c3039880fc47da148a7eb&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4378%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4378&job=&cmd_args= 13:10:01 -> Pinging Codecov 13:10:01 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4378&commit=8c0ca7c85efba52c261c3039880fc47da148a7eb&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4378%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4378&job=&cmd_args= 13:10:01 -> Uploading to 13:10:01 https://storage.googleapis.com/codecov/v4/raw/2023-02-21/00271124DB129430A58F1EEE437C3FCB/8c0ca7c85efba52c261c3039880fc47da148a7eb/74367614-4970-486a-a49f-2e9cf18b2023.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230221%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230221T131001Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6848916c2d3110d18c11ff7022c803a46eb8fe666b3dbe2e109b6cb8c888d042 13:10:01 % Total % Received % Xferd Average Speed Time Time Time Current 13:10:01 Dload Upload Total Spent Left Speed 13:10:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62967 0 0 100 62967 0 186k --:--:-- --:--:-- --:--:-- 186k 100 62967 0 0 100 62967 0 186k --:--:-- --:--:-- --:--:-- 186k 13:10:02 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/8c0ca7c85efba52c261c3039880fc47da148a7eb [Pipeline] } 13:10:02 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 13:10:03 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 13:10:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:10:04 ---> package-listing.sh 13:10:04 ++ facter osfamily 13:10:04 ++ tr '[:upper:]' '[:lower:]' 13:10:04 + OS_FAMILY=debian 13:10:04 + workspace=/w/workspace/edgex-go/1 13:10:04 + START_PACKAGES=/tmp/packages_start.txt 13:10:04 + END_PACKAGES=/tmp/packages_end.txt 13:10:04 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:10:04 + PACKAGES=/tmp/packages_start.txt 13:10:04 + '[' /w/workspace/edgex-go/1 ']' 13:10:04 + PACKAGES=/tmp/packages_end.txt 13:10:04 + case "${OS_FAMILY}" in 13:10:04 + dpkg -l 13:10:04 + grep '^ii' 13:10:04 + '[' -f /tmp/packages_start.txt ']' 13:10:04 + '[' -f /tmp/packages_end.txt ']' 13:10:04 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:10:04 + '[' /w/workspace/edgex-go/1 ']' 13:10:04 + mkdir -p /w/workspace/edgex-go/1/archives/ 13:10:04 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 13:10:04 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 13:10:05 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:10:05 13:10:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:10:06 latest: Pulling from edgex-lftools-log-publisher 13:10:06 5eb5b503b376: Pulling fs layer 13:10:06 5c69ac0246d0: Pulling fs layer 13:10:06 ec43610c2a17: Pulling fs layer 13:10:06 3a2ae6a8a46f: Pulling fs layer 13:10:06 33b1e0a273af: Pulling fs layer 13:10:06 3a2ae6a8a46f: Waiting 13:10:06 5d3b04190fa2: Pulling fs layer 13:10:06 2f39f015ded8: Pulling fs layer 13:10:06 5d3b04190fa2: Waiting 13:10:06 2f39f015ded8: Waiting 13:10:06 5c69ac0246d0: Download complete 13:10:06 3a2ae6a8a46f: Verifying Checksum 13:10:06 3a2ae6a8a46f: Download complete 13:10:06 33b1e0a273af: Verifying Checksum 13:10:06 33b1e0a273af: Download complete 13:10:06 5d3b04190fa2: Verifying Checksum 13:10:06 5d3b04190fa2: Download complete 13:10:06 ec43610c2a17: Download complete 13:10:06 5eb5b503b376: Verifying Checksum 13:10:06 5eb5b503b376: Download complete 13:10:07 2f39f015ded8: Download complete 13:10:07 5eb5b503b376: Pull complete 13:10:07 5c69ac0246d0: Pull complete 13:10:08 ec43610c2a17: Pull complete 13:10:08 3a2ae6a8a46f: Pull complete 13:10:08 33b1e0a273af: Pull complete 13:10:09 5d3b04190fa2: Pull complete 13:10:14 2f39f015ded8: Pull complete 13:10:14 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 13:10:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:10:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:10:14 prd-ubuntu20.04-docker-8c-8g-6884 does not seem to be running inside a container 13:10:14 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 13:10:25 $ docker top 2ca2834a91f434efcb006d38fe2af5f7685436c263da75c8bd8a8031d0bb6c48 -eo pid,comm [Pipeline] { [Pipeline] sh 13:10:26 + touch /tmp/pre-build-complete [Pipeline] sh 13:10:26 + mkdir -p /var/log/sysstat [Pipeline] sh 13:10:26 + ls /var/log/sa-host 13:10:26 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:10:27 provisioning config files... 13:10:27 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config6883747770196256742tmp [Pipeline] { [Pipeline] echo 13:10:27 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:10:27 ---> create-netrc.sh [Pipeline] } 13:10:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 13:10:27 ---> python-tools-install.sh [Pipeline] echo 13:10:27 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:10:28 ---> sudo-logs.sh 13:10:28 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 13:10:28 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:10:28 ---> job-cost.sh 13:10:28 lf-activate-venv: SKIPPING 13:10:28 DEBUG: total: 0.10999999940395355 13:10:28 INFO: Retrieving Stack Cost... 13:10:28 INFO: Retrieving Pricing Info for: v3-standard-8 13:10:29 INFO: Archiving Costs [Pipeline] echo 13:10:29 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:10:29 ---> logs-deploy.sh 13:10:29 lf-activate-venv: SKIPPING 13:10:29 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4378/1 13:10:29 INFO: archiving workspace using pattern(s): 13:10:30 Archives upload complete. 13:10:30 INFO: archiving logs to Nexus