Pull request #4355 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 lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from b594af2848531bb9465c05c18fae5d4d3041f37d+8d74a5096a4a44ccbcfe21975abab76d27106cec (6c1ddade09aeed557cfaab6959ae2fd6b9fdefc3) 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-ssh13710321526831676379.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-ssh4076885633378225306.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-4355/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-4355/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8756998279779873581.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-4355/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh18271271050113423680.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-ssh4061754718988809103.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-4355/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-4355/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh13152970991823926017.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/v2], 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/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-5882 in /w/workspace/edgexfoundry_edgex-go_PR-4355 [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 8d74a5096a4a44ccbcfe21975abab76d27106cec into PR head commit b594af2848531bb9465c05c18fae5d4d3041f37d > 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/4355/head:refs/remotes/origin/PR-4355 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b594af2848531bb9465c05c18fae5d4d3041f37d # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 8d74a5096a4a44ccbcfe21975abab76d27106cec # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 Merge succeeded, producing b594af2848531bb9465c05c18fae5d4d3041f37d Checking out Revision b594af2848531bb9465c05c18fae5d4d3041f37d (PR-4355) > git config core.sparsecheckout # timeout=10 > git checkout -f b594af2848531bb9465c05c18fae5d4d3041f37d # timeout=10 Commit message: "refactor: Tweaks to common device configuration" 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 19:28:46 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:28:46 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:28:47 ========================================================= 19:28:47 EdgeX Global Pipelines Version Info 19:28:47 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:28:47 ------------------- 19:28:47 stable info: 19:28:47 ------------------- 19:28:47 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:28:47 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 19:28:47 Message: update stable to v1.0.244 19:28:48 ------------------- 19:28:48 experimental info: 19:28:48 ------------------- 19:28:48 Commited By: **** collab-it+edgex@linuxfoundation.org 19:28:48 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 19:28:48 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:28:48 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:28:48 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:28:48 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:28:48 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:28:48 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:28:49 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 19:28:49 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:28:49 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:28:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:28:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:28:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:28:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:28:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:28:49 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:28:49 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:28:49 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:28:49 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:28:49 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:28:49 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:28:49 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 19:28:49 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:28:49 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:28:49 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 19:28:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4355 [Pipeline] echo 19:28:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4355 [Pipeline] echo 19:28:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4355 [Pipeline] echo 19:28:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b594af2848531bb9465c05c18fae5d4d3041f37d [Pipeline] echo 19:28:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b594af2 [Pipeline] echo 19:28:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:28:50 provisioning config files... 19:28:50 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config187390021072445243tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:28:50 ---> docker-login.sh 19:28:50 nexus3.edgexfoundry.org:10001 19:28:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:28:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:28:50 Configure a credential helper to remove this warning. See 19:28:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:28:50 19:28:50 Login Succeeded 19:28:50 nexus3.edgexfoundry.org:10002 19:28:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:28:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:28:50 Configure a credential helper to remove this warning. See 19:28:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:28:50 19:28:50 Login Succeeded 19:28:50 nexus3.edgexfoundry.org:10003 19:28:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:28:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:28:50 Configure a credential helper to remove this warning. See 19:28:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:28:50 19:28:50 Login Succeeded 19:28:50 nexus3.edgexfoundry.org:10004 19:28:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:28:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:28:50 Configure a credential helper to remove this warning. See 19:28:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:28:50 19:28:50 Login Succeeded 19:28:50 docker.io 19:28:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:28:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:28:51 Configure a credential helper to remove this warning. See 19:28:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:28:51 19:28:51 Login Succeeded 19:28:51 ---> docker-login.sh ends [Pipeline] } 19:28:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:28:51 + 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 19:28:51 + dirname cmd/core-command/Dockerfile 19:28:51 + cut -d/ -f2 19:28:51 + echo core-command,cmd/core-command/Dockerfile 19:28:51 + dirname cmd/core-common-config-bootstrapper/Dockerfile 19:28:51 + cut -d/ -f2 19:28:51 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 19:28:51 + dirname cmd/core-data/Dockerfile 19:28:51 + cut -d/ -f2 19:28:51 + echo core-data,cmd/core-data/Dockerfile 19:28:51 + dirname cmd/core-metadata/Dockerfile 19:28:51 + cut -d/ -f2 19:28:51 + echo core-metadata,cmd/core-metadata/Dockerfile 19:28:51 + dirname cmd/security-bootstrapper/Dockerfile+ 19:28:51 cut -d/ -f2 19:28:51 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:28:51 + dirname cmd/security-proxy-setup/Dockerfile 19:28:51 + cut -d/ -f2 19:28:51 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:28:51 + dirname cmd/security-secretstore-setup/Dockerfile 19:28:51 + cut -d/ -f2 19:28:51 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:28:51 + dirname cmd/security-spiffe-token-provider/Dockerfile 19:28:51 + cut -d/ -f2 19:28:51 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 19:28:51 + dirname cmd/security-spire-agent/Dockerfile 19:28:51 + cut -d/ -f2 19:28:51 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 19:28:51 + dirname cmd/security-spire-config/Dockerfile 19:28:51 + cut -d/ -f2 19:28:51 + echo security-spire-config,cmd/security-spire-config/Dockerfile 19:28:51 + dirname cmd/security-spire-server/Dockerfile 19:28:51 + cut -d/ -f2 19:28:51 + echo security-spire-server,cmd/security-spire-server/Dockerfile 19:28:51 + dirname cmd/support-notifications/Dockerfile 19:28:51 + cut -d/ -f2 19:28:51 + echo support-notifications,cmd/support-notifications/Dockerfile 19:28:51 + dirname cmd/support-scheduler/Dockerfile 19:28:51 + cut -d/ -f2 19:28:51 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 19:28:51 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 19:28:52 + git rev-list -1 --merges b594af2848531bb9465c05c18fae5d4d3041f37d~1..b594af2848531bb9465c05c18fae5d4d3041f37d [Pipeline] echo 19:28:52 -----------> git rev-list -1 --merges b594af2848531bb9465c05c18fae5d4d3041f37d~1..b594af2848531bb9465c05c18fae5d4d3041f37d b594af2848531bb9465c05c18fae5d4d3041f37d [false] [Pipeline] sh 19:28:52 + git log --format=format:%s -1 b594af2848531bb9465c05c18fae5d4d3041f37d [Pipeline] echo 19:28:52 ========================================================= 19:28:52 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:28:52 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 19:28:52 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:28:52 + grep -v github /etc/ssh/ssh_known_hosts 19:28:52 + [ -e /tmp/ssh_known_hosts ] 19:28:52 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:28:52 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 19:28:52 + sudo tee -a /etc/ssh/ssh_known_hosts 19:28:52 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:28:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:28:53 19:28:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:28:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:28:53 0.1.4: Pulling from edgex-devops/py-git-semver 19:28:53 b85a868b505f: Pulling fs layer 19:28:53 e2be974225ed: Pulling fs layer 19:28:53 339a4e72a1f5: Pulling fs layer 19:28:53 988bab9f4d93: Pulling fs layer 19:28:53 1469e6f7b9e6: Pulling fs layer 19:28:53 eaf3925da568: Pulling fs layer 19:28:53 bab4dde63d76: Pulling fs layer 19:28:53 bde34c3a00c8: Pulling fs layer 19:28:53 b352a97aabf1: Pulling fs layer 19:28:53 4872d77fe225: Pulling fs layer 19:28:53 5851b861e8e6: Pulling fs layer 19:28:53 1469e6f7b9e6: Waiting 19:28:53 eaf3925da568: Waiting 19:28:53 bab4dde63d76: Waiting 19:28:53 988bab9f4d93: Waiting 19:28:53 b352a97aabf1: Waiting 19:28:53 4872d77fe225: Waiting 19:28:53 5851b861e8e6: Waiting 19:28:53 bde34c3a00c8: Waiting 19:28:53 e2be974225ed: Verifying Checksum 19:28:53 e2be974225ed: Download complete 19:28:53 988bab9f4d93: Verifying Checksum 19:28:53 988bab9f4d93: Download complete 19:28:54 339a4e72a1f5: Verifying Checksum 19:28:54 339a4e72a1f5: Download complete 19:28:54 eaf3925da568: Verifying Checksum 19:28:54 eaf3925da568: Download complete 19:28:54 1469e6f7b9e6: Verifying Checksum 19:28:54 1469e6f7b9e6: Download complete 19:28:54 bde34c3a00c8: Verifying Checksum 19:28:54 bde34c3a00c8: Download complete 19:28:54 b352a97aabf1: Verifying Checksum 19:28:54 b352a97aabf1: Download complete 19:28:54 4872d77fe225: Verifying Checksum 19:28:54 4872d77fe225: Download complete 19:28:54 5851b861e8e6: Verifying Checksum 19:28:54 5851b861e8e6: Download complete 19:28:54 b85a868b505f: Verifying Checksum 19:28:54 b85a868b505f: Download complete 19:28:54 bab4dde63d76: Verifying Checksum 19:28:54 bab4dde63d76: Download complete 19:28:55 b85a868b505f: Pull complete 19:28:55 e2be974225ed: Pull complete 19:28:55 339a4e72a1f5: Pull complete 19:28:56 988bab9f4d93: Pull complete 19:28:56 1469e6f7b9e6: Pull complete 19:28:56 eaf3925da568: Pull complete 19:28:58 bab4dde63d76: Pull complete 19:28:58 bde34c3a00c8: Pull complete 19:28:58 b352a97aabf1: Pull complete 19:28:58 4872d77fe225: Pull complete 19:28:58 5851b861e8e6: Pull complete 19:28:58 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 19:28:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:28:58 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:28:58 prd-ubuntu20.04-docker-8c-8g-5882 does not seem to be running inside a container 19:28:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 19:29:00 $ docker top 200e7064349f5be270f2e9784abfd1ee3d4176857a30337a57e4938b9dc3463c -eo pid,comm 19:29:00 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). 19:29:00 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:29:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:29:00 [ssh-agent] Looking for ssh-agent implementation... 19:29:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:29:00 $ docker exec 200e7064349f5be270f2e9784abfd1ee3d4176857a30337a57e4938b9dc3463c ssh-agent 19:29:00 SSH_AUTH_SOCK=/tmp/ssh-yf7q85eV8ha2/agent.32 19:29:00 SSH_AGENT_PID=38 19:29:00 Running ssh-add (command line suppressed) 19:29:00 Identity added: /w/workspace/edgex-go/1@tmp/private_key_14482756849243915689.key (/w/workspace/edgex-go/1@tmp/private_key_14482756849243915689.key) 19:29:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:29:01 + git tag --points-at HEAD [Pipeline] } 19:29:01 $ docker exec --env ******** --env ******** 200e7064349f5be270f2e9784abfd1ee3d4176857a30337a57e4938b9dc3463c ssh-agent -k 19:29:01 unset SSH_AUTH_SOCK; 19:29:01 unset SSH_AGENT_PID; 19:29:01 echo Agent pid 38 killed; 19:29:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:29:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:29:01 [ssh-agent] Looking for ssh-agent implementation... 19:29:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:29:01 $ docker exec 200e7064349f5be270f2e9784abfd1ee3d4176857a30337a57e4938b9dc3463c ssh-agent 19:29:01 SSH_AUTH_SOCK=/tmp/ssh-sXf8qDUacdUo/agent.71 19:29:01 SSH_AGENT_PID=77 19:29:01 Running ssh-add (command line suppressed) 19:29:01 Identity added: /w/workspace/edgex-go/1@tmp/private_key_3692526926597475669.key (/w/workspace/edgex-go/1@tmp/private_key_3692526926597475669.key) 19:29:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:29:02 + git semver init 19:29:02 2023-02-14 19:29:02,370 [run_init] DEBUG init version:0.0.0 force:False 19:29:02 2023-02-14 19:29:02,372 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 19:29:02 2023-02-14 19:29:02,372 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 19:29:02 2023-02-14 19:29:02,372 [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) 19:29:07 2023-02-14 19:29:07,616 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 19:29:07 2023-02-14 19:29:07,616 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4355 with force:False 19:29:07 2023-02-14 19:29:07,616 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4355 19:29:07 2023-02-14 19:29:07,621 [execute] INFO git cat-file --batch-check 19:29:07 2023-02-14 19:29:07,621 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:29:07 2023-02-14 19:29:07,628 [execute] INFO git cat-file --batch 19:29:07 2023-02-14 19:29:07,628 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:29:07 2023-02-14 19:29:07,634 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4355 19:29:07 0.0.0 [Pipeline] } 19:29:07 $ docker exec --env ******** --env ******** 200e7064349f5be270f2e9784abfd1ee3d4176857a30337a57e4938b9dc3463c ssh-agent -k 19:29:07 unset SSH_AUTH_SOCK; 19:29:07 unset SSH_AGENT_PID; 19:29:07 echo Agent pid 77 killed; 19:29:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:29:08 + git semver [Pipeline] } 19:29:08 $ docker stop --time=1 200e7064349f5be270f2e9784abfd1ee3d4176857a30337a57e4938b9dc3463c 19:29:09 $ docker rm -f --volumes 200e7064349f5be270f2e9784abfd1ee3d4176857a30337a57e4938b9dc3463c [Pipeline] // withDockerContainer [Pipeline] sh 19:29:10 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:29:10 Stashed 1 file(s) [Pipeline] echo 19:29:10 [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 19:29:11 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:29:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:29:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:29:11 ========================================================= 19:29:11 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 19:29:11 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:29:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:29:11 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 19:29:11 213ec9aee27d: Pulling fs layer 19:29:11 4583459ba037: Pulling fs layer 19:29:11 93c1e223e6f2: Pulling fs layer 19:29:11 53926ce57604: Pulling fs layer 19:29:11 21b2b0c7a3f4: Pulling fs layer 19:29:11 22ff95d597cd: Pulling fs layer 19:29:11 12d6caf4c0d1: Pulling fs layer 19:29:11 96b7cbca73a9: Pulling fs layer 19:29:11 a7acece74701: Pulling fs layer 19:29:11 12d6caf4c0d1: Waiting 19:29:11 22ff95d597cd: Waiting 19:29:11 96b7cbca73a9: Waiting 19:29:11 a7acece74701: Waiting 19:29:11 53926ce57604: Waiting 19:29:11 21b2b0c7a3f4: Waiting 19:29:11 93c1e223e6f2: Verifying Checksum 19:29:11 93c1e223e6f2: Download complete 19:29:11 4583459ba037: Verifying Checksum 19:29:11 4583459ba037: Download complete 19:29:11 21b2b0c7a3f4: Download complete 19:29:11 22ff95d597cd: Verifying Checksum 19:29:11 22ff95d597cd: Download complete 19:29:11 213ec9aee27d: Verifying Checksum 19:29:11 213ec9aee27d: Download complete 19:29:12 12d6caf4c0d1: Verifying Checksum 19:29:12 12d6caf4c0d1: Download complete 19:29:12 213ec9aee27d: Pull complete 19:29:12 4583459ba037: Pull complete 19:29:12 93c1e223e6f2: Pull complete 19:29:12 a7acece74701: Verifying Checksum 19:29:12 a7acece74701: Download complete 19:29:13 96b7cbca73a9: Verifying Checksum 19:29:13 96b7cbca73a9: Download complete 19:29:13 53926ce57604: Verifying Checksum 19:29:13 53926ce57604: Download complete 19:29:17 53926ce57604: Pull complete 19:29:17 21b2b0c7a3f4: Pull complete 19:29:17 22ff95d597cd: Pull complete 19:29:17 12d6caf4c0d1: Pull complete 19:29:19 96b7cbca73a9: Pull complete 19:29:20 a7acece74701: Pull complete 19:29:20 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 19:29:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:29:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 19:29:20 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:29:20 WORKDIR /edgex 19:29:20 COPY go.mod . 19:29:20 RUN go mod download 19:29:20 + docker build -t ci-base-image-x86_64 -f - . 19:29:21 Sending build context to Docker daemon 170.2MB 19:29:21 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:29:21 ---> db6d94c90886 19:29:21 Step 2/4 : WORKDIR /edgex 19:29:25 ---> Running in de27d36889c5 19:29:25 Removing intermediate container de27d36889c5 19:29:25 ---> 2e3b0fa34cc0 19:29:25 Step 3/4 : COPY go.mod . 19:29:25 ---> e680da257b31 19:29:25 Step 4/4 : RUN go mod download 19:29:25 ---> Running in 4852761145ec 19:29:25 Still waiting to schedule task 19:29:25 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 19:29:37 Removing intermediate container 4852761145ec 19:29:37 ---> dbe14e1a78e1 19:29:37 Successfully built dbe14e1a78e1 19:29:37 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:29:37 + docker inspect -f . ci-base-image-x86_64 19:29:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:29:38 prd-ubuntu20.04-docker-8c-8g-5882 does not seem to be running inside a container 19:29:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:29:38 $ docker top 92b06825eaf2765623290d8084d64f7909f0e02864c4bc7630a1e6ed55566471 -eo pid,comm [Pipeline] { [Pipeline] sh 19:29:38 + go version 19:29:38 go version go1.18.7 linux/amd64 [Pipeline] } 19:29:38 $ docker stop --time=1 92b06825eaf2765623290d8084d64f7909f0e02864c4bc7630a1e6ed55566471 19:29:40 $ docker rm -f --volumes 92b06825eaf2765623290d8084d64f7909f0e02864c4bc7630a1e6ed55566471 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:29:40 + docker inspect -f . ci-base-image-x86_64 19:29:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:29:40 prd-ubuntu20.04-docker-8c-8g-5882 does not seem to be running inside a container 19:29:41 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:29:41 $ docker top d75d4ea36bcdb6e2f359622e0b9b81528512b0ab642e78b1666cbe25e2883e6f -eo pid,comm [Pipeline] { [Pipeline] echo 19:29:41 ========================================================= 19:29:41 [edgeXBuildGoParallel] Running Tests and Build... 19:29:41 ========================================================= [Pipeline] sh 19:29:41 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:29:42 + make test 19:29:42 go test -race -coverprofile=coverage.out ./... 19:29:48 ? github.com/edgexfoundry/edgex-go [no test files] 19:30:00 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:30:00 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 19:30:00 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:30:00 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:30:00 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:30:00 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:30:00 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:30:00 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:30:00 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:30:00 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:30:00 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:30:00 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:30:00 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:30:00 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:30:01 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.077s coverage: 28.7% of statements 19:30:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:30:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:30:01 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.111s coverage: 98.5% of statements 19:30:05 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.139s coverage: 73.2% of statements 19:30:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:30:05 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 19:30:05 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:30:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.083s coverage: 54.0% of statements 19:30:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:30:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:30:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.762s coverage: 89.2% of statements 19:30:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:30:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:30:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:30:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:30:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:30:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.077s coverage: 3.9% of statements 19:30:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:30:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:30:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.504s coverage: 95.6% of statements 19:30:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:30:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:30:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:30:05 ok github.com/edgexfoundry/edgex-go/internal/io 0.063s coverage: 72.2% of statements 19:30:05 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:30:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:30:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:30:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:30:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:30:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.103s coverage: 65.9% of statements 19:30:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:30:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:30:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:30:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.080s coverage: 0.9% of statements 19:30:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:30:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.063s coverage: 29.6% of statements 19:30:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:30:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.066s coverage: 47.1% of statements 19:30:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.066s coverage: 82.9% of statements 19:30:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.052s coverage: 94.1% of statements 19:30:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.086s coverage: 96.3% of statements 19:30:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.047s coverage: 87.5% of statements 19:30:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.071s coverage: 94.4% of statements 19:30:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements 19:30:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.366s coverage: 79.9% of statements 19:30:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:30:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.082s coverage: 92.9% of statements 19:30:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:30:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:30:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:30:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.047s coverage: 64.4% of statements 19:30:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:30:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:30:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:30:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:30:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.073s coverage: 86.9% of statements 19:30:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:30:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:30:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:30:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:30:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.069s coverage: 87.2% of statements 19:30:28 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.042s coverage: 20.0% of statements 19:30:28 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:30:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:30:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements 19:30:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:30:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.072s coverage: 77.4% of statements 19:30:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:30:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.073s coverage: 80.0% of statements 19:30:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.053s coverage: 87.2% of statements 19:30:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.229s coverage: 91.2% of statements 19:30:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:30:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.230s coverage: 63.1% of statements 19:30:28 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:30:28 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:30:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.065s coverage: 100.0% of statements 19:30:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.061s coverage: 89.4% of statements 19:30:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.020s coverage: 100.0% of statements 19:30:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 19:30:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.023s coverage: 100.0% of statements 19:30:28 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.321s coverage: 65.3% of statements 19:30:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:30:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:30:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:30:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.158s coverage: 41.0% of statements 19:30:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:30:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:30:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.075s coverage: 89.5% of statements 19:30:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:30:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.054s coverage: 84.8% of statements 19:30:28 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:30:28 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:30:28 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:30:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:30:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.078s coverage: 17.7% of statements 19:30:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:30:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:30:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:30:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:30:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.157s coverage: 92.3% of statements 19:30:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:30:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:30:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:30:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:30:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.052s coverage: 63.2% of statements 19:30:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:30:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:30:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.107s coverage: 97.7% of statements 19:30:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:30:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:30:28 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 19:30:43 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." 19:30:43 go vet ./... 19:30:46 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:30:47 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:30:47 ./bin/test-attribution-txt.sh [Pipeline] echo 19:30:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:30:47 + ls -al . 19:30:47 total 744 19:30:47 drwxrwxr-x 11 1001 1001 4096 Feb 14 19:29 . 19:30:47 drwxr-xr-x 4 root root 4096 Feb 14 19:29 .. 19:30:47 drwxrwxr-x 2 1001 1001 4096 Feb 14 19:28 .blubracket 19:30:47 -rw-rw-r-- 1 1001 1001 16 Feb 14 19:28 .dockerignore 19:30:47 drwxrwxr-x 8 1001 1001 4096 Feb 14 19:30 .git 19:30:47 drwxrwxr-x 3 1001 1001 4096 Feb 14 19:28 .github 19:30:47 -rw-rw-r-- 1 1001 1001 1024 Feb 14 19:28 .gitignore 19:30:47 -rw-rw-r-- 1 1001 1001 42 Feb 14 19:28 .golangci.yml 19:30:47 -rw-rw-r-- 1 1001 1001 87 Feb 14 19:28 .hadolint.yml 19:30:47 drwxr-xr-x 3 1001 1001 4096 Feb 14 19:29 .semver 19:30:47 -rw-rw-r-- 1 1001 1001 166 Feb 14 19:28 .sonarcloud.properties 19:30:47 -rw-rw-r-- 1 1001 1001 1171 Feb 14 19:28 ADOPTERS.md 19:30:47 -rw-rw-r-- 1 1001 1001 10825 Feb 14 19:28 Attribution.txt 19:30:47 -rw-rw-r-- 1 1001 1001 73765 Feb 14 19:28 CHANGELOG.md 19:30:47 -rw-rw-r-- 1 1001 1001 3804 Feb 14 19:28 CONTRIBUTING.md 19:30:47 -rw-rw-r-- 1 1001 1001 677 Feb 14 19:28 GOVERNANCE.md 19:30:47 -rw-rw-r-- 1 1001 1001 850 Feb 14 19:28 Jenkinsfile 19:30:47 -rw-rw-r-- 1 1001 1001 10775 Feb 14 19:28 LICENSE 19:30:47 -rw-rw-r-- 1 1001 1001 13375 Feb 14 19:28 Makefile 19:30:47 -rw-rw-r-- 1 1001 1001 582 Feb 14 19:28 OWNERS.md 19:30:47 -rw-rw-r-- 1 1001 1001 9403 Feb 14 19:28 README.md 19:30:47 -rw-rw-r-- 1 1001 1001 6912 Feb 14 19:28 SECURITY.md 19:30:47 -rw-rw-r-- 1 1001 1001 5 Feb 14 19:29 VERSION 19:30:47 drwxrwxr-x 2 1001 1001 4096 Feb 14 19:28 bin 19:30:47 drwxrwxr-x 17 1001 1001 4096 Feb 14 19:28 cmd 19:30:47 -rw-r--r-- 1 root root 487233 Feb 14 19:30 coverage.out 19:30:47 -rw-rw-r-- 1 1001 1001 3295 Feb 14 19:28 go.mod 19:30:47 -rw-rw-r-- 1 1001 1001 33318 Feb 14 19:28 go.sum 19:30:47 drwxrwxr-x 7 1001 1001 4096 Feb 14 19:28 internal 19:30:47 drwxrwxr-x 3 1001 1001 4096 Feb 14 19:28 openapi 19:30:47 drwxrwxr-x 4 1001 1001 4096 Feb 14 19:28 snap 19:30:47 -rw-rw-r-- 1 1001 1001 204 Feb 14 19:28 version.go [Pipeline] sh 19:30:48 + '[' -e coverage.out ] 19:30:48 + chown 1001:1001 coverage.out [Pipeline] stash 19:30:48 Stashed 1 file(s) [Pipeline] sh 19:30:48 + make build 19:30: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 19:31:00 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 19:31:01 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 19:31:02 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 19:31:03 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 19:31:09 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:31:11 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:31:12 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 19:31: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 19:31:14 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:31: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-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:31:17 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 19:31:18 $ docker stop --time=1 d75d4ea36bcdb6e2f359622e0b9b81528512b0ab642e78b1666cbe25e2883e6f 19:31:21 $ docker rm -f --volumes d75d4ea36bcdb6e2f359622e0b9b81528512b0ab642e78b1666cbe25e2883e6f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:31:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:31:22 19:31:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:31:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:31:23 latest: Pulling from edgex-devops/edgex-compose 19:31:23 cbdbe7a5bc2a: Pulling fs layer 19:31:23 ca9280d653b3: Pulling fs layer 19:31:23 7e9c9ca2126c: Pulling fs layer 19:31:23 cbdbe7a5bc2a: Download complete 19:31:23 cbdbe7a5bc2a: Pull complete 19:31:23 ca9280d653b3: Download complete 19:31:24 ca9280d653b3: Pull complete 19:31:24 7e9c9ca2126c: Download complete 19:31:27 7e9c9ca2126c: Pull complete 19:31:27 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:31:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:31:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:31:27 prd-ubuntu20.04-docker-8c-8g-5882 does not seem to be running inside a container 19:31:27 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:31:29 $ docker top 922859cf28ed864c888e3b023fc407c5a7769e1fa10e6188b03f8483c689d879 -eo pid,comm [Pipeline] { [Pipeline] sh 19:31:30 + docker-compose build --help 19:31:30 + grep parallel 19:31:30 --parallel Build images in parallel. [Pipeline] } 19:31:30 $ docker stop --time=1 922859cf28ed864c888e3b023fc407c5a7769e1fa10e6188b03f8483c689d879 19:31:32 $ docker rm -f --volumes 922859cf28ed864c888e3b023fc407c5a7769e1fa10e6188b03f8483c689d879 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:31:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:31:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:31:32 prd-ubuntu20.04-docker-8c-8g-5882 does not seem to be running inside a container 19:31:32 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:31:33 $ docker top b1a573373e67133652713e1c6b4fe1ea7df6c0c7f1042dc9aac63a2e4e6e3e11 -eo pid,comm [Pipeline] { [Pipeline] sh 19:31:33 + docker-compose -f ./docker-compose-build.yml build --parallel 19:31:34 Building core-command ... 19:31:34 Building core-common-config-bootstrapper ... 19:31:34 Building core-data ... 19:31:34 Building core-metadata ... 19:31:34 Building security-bootstrapper ... 19:31:34 Building security-proxy-setup ... 19:31:34 Building security-secretstore-setup ... 19:31:34 Building security-spiffe-token-provider ... 19:31:34 Building security-spire-agent ... 19:31:34 Building security-spire-config ... 19:31:34 Building security-spire-server ... 19:31:34 Building support-notifications ... 19:31:34 Building support-scheduler ... 19:31:34 Building security-secretstore-setup 19:31:34 Building security-spiffe-token-provider 19:31:34 Building security-spire-agent 19:31:34 Building support-scheduler 19:31:34 Building core-command 19:31:44 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:31:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:31:44 ---> dbe14e1a78e1 19:31:44 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:31:44 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:31:44 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:31:44 ---> dbe14e1a78e1 19:31:44 Step 3/24 : WORKDIR /edgex-go 19:31:44 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:31:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:31:44 ---> dbe14e1a78e1 19:31:44 Step 3/22 : ARG ADD_BUILD_TAGS="" 19:31:44 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:31:44 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:31:44 ---> dbe14e1a78e1 19:31:44 Step 3/24 : WORKDIR /edgex-go 19:31:44 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:31:44 Step 2/19 : FROM ${BUILDER_BASE} AS builder 19:31:44 ---> dbe14e1a78e1 19:31:44 Step 3/19 : WORKDIR /edgex-go 19:31:51 ---> Running in 9aa60d08a810 19:31:51 ---> Running in 74c6438f4606 19:31:51 ---> Running in 02a4b8c5b101 19:31:51 ---> Running in 0c220897410a 19:31:51 ---> Running in 07d8e57827c7 19:31:51 Removing intermediate container 74c6438f4606 19:31:51 ---> bc81bc0b141c 19:31:51 Step 4/23 : WORKDIR /edgex-go 19:31:51 Removing intermediate container 02a4b8c5b101 19:31:51 Removing intermediate container 0c220897410a 19:31:51 ---> c38cb02f89be 19:31:51 ---> 7ef26d7c9bff 19:31:51 Step 4/24 : RUN apk add --update --no-cache make gitStep 4/22 : WORKDIR /edgex-go 19:31:51 19:31:51 Removing intermediate container 07d8e57827c7 19:31:51 ---> 78c0af48560b 19:31:51 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 19:31:51 Removing intermediate container 9aa60d08a810 19:31:51 ---> 08481a66da7c 19:31:51 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 19:31:51 ---> Running in 774f547d1b8f 19:31:51 ---> Running in 022d7a4f0277 19:31:51 ---> Running in 3e67dcb75e9d 19:31:51 ---> Running in cd6c5e2ac151 19:31:51 ---> Running in b04bf15e8279 19:31:51 Removing intermediate container 774f547d1b8f 19:31:51 ---> 04a925a488b5 19:31:51 Step 5/23 : RUN apk add --update --no-cache make git 19:31:51 ---> Running in 066959bea812 19:31:51 Removing intermediate container 3e67dcb75e9d 19:31:51 ---> d22525384f2c 19:31:51 Step 5/22 : RUN apk add --update --no-cache make git 19:31:51 ---> Running in 89209385e5d3 19:31:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:31:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:31:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:31:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:31:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:31:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:31:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:31:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:31:52 OK: 211 MiB in 51 packages 19:31:52 v3.16.4-3-g1cb3c48b147 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 19:31:52 v3.16.3-170-gb4524a0c7b8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 19:31:52 OK: 17046 distinct packages available 19:31:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:31:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:31:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:31:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:31:52 OK: 211 MiB in 51 packages 19:31:52 OK: 211 MiB in 51 packages 19:31:52 OK: 211 MiB in 51 packages 19:31:52 Removing intermediate container cd6c5e2ac151 19:31:52 ---> e09da584c7df 19:31:52 Step 5/24 : COPY go.mod vendor* ./ 19:31:52 OK: 211 MiB in 51 packages 19:31:52 ---> b6aeceb128e4 19:31:52 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:31:53 ---> Running in c11b8438633e 19:31:53 Removing intermediate container b04bf15e8279 19:31:53 ---> 1d03b86e8946 19:31:53 Step 5/24 : COPY go.mod vendor* ./ 19:31:53 ---> ed882338907c 19:31:53 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:31:53 ---> Running in d99d08888d70 19:31:53 Removing intermediate container 89209385e5d3 19:31:53 ---> 3e1ecf6ef934 19:31:53 Step 6/22 : COPY go.mod vendor* ./ 19:31:53 Removing intermediate container 066959bea812 19:31:53 ---> bf3b022741a2 19:31:53 Step 6/23 : COPY go.mod vendor* ./ 19:31:53 Removing intermediate container 022d7a4f0277 19:31:53 ---> d97a0d16d267 19:31:53 Step 5/19 : COPY go.mod vendor* ./ 19:31:53 ---> 4b7035f1006f 19:31:53 ---> 805e11c044b9 19:31:53 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..."Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:31:53 19:31:53 ---> Running in 9f939ba92a82 19:31:53 ---> Running in 9eb0f0efc0d9 19:31:53 ---> 41ac8d73bfae 19:31:53 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:31:53 ---> Running in 4fb75ee164f3 19:32:29 Running on prd-ubuntu20.04-docker-arm64-4c-16g-5884 in /w/workspace/edgexfoundry_edgex-go_PR-4355 [Pipeline] { [Pipeline] ws 19:32:29 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 19:32:29 The recommended git tool is: git 19:32:36 using credential edgex-jenkins-ssh 19:32:36 Cloning the remote Git repository 19:32:36 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:32:36 > git init /w/workspace/edgex-go/1 # timeout=10 19:32:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:32:36 > git --version # timeout=10 19:32:36 > git --version # 'git version 2.25.1' 19:32:36 using GIT_SSH to set credentials SSH Credentials for GitHub 19:32:36 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:32:50 Removing intermediate container c11b8438633e 19:32:50 ---> bd8bee10d387 19:32:50 Step 7/24 : COPY . . 19:32:50 Removing intermediate container 4fb75ee164f3 19:32:50 ---> a11028839ac5 19:32:50 Step 7/19 : COPY . . 19:32:50 Removing intermediate container 9f939ba92a82 19:32:50 ---> 9895f3462039 19:32:50 Step 8/22 : COPY . . 19:32:50 Removing intermediate container d99d08888d70 19:32:50 ---> 7cc0d5573ea9 19:32:50 Step 7/24 : COPY . . 19:32:56 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:32:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:32:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:32:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:32:57 using GIT_SSH to set credentials SSH Credentials for GitHub 19:32:57 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4355/head:refs/remotes/origin/PR-4355 +refs/heads/main:refs/remotes/origin/main # timeout=10 19:32:58 Merging remotes/origin/main commit 8d74a5096a4a44ccbcfe21975abab76d27106cec into PR head commit b594af2848531bb9465c05c18fae5d4d3041f37d 19:32:58 ---> b9387cd9c3e3 19:32:58 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 19:32:58 ---> afc4416300d7 19:32:58 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:32:58 ---> 6710e8978383 19:32:58 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:32:58 ---> 3b9e32cbbabe 19:32:58 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:32:58 ---> Running in fcdd6fd90622 19:32:58 ---> Running in 8b57abdb9da1 19:32:58 ---> Running in acc21e7edf89 19:32:58 ---> Running in dea2cd263ff7 19:32:58 Removing intermediate container fcdd6fd90622 19:32:58 ---> d92253ec5684 19:32:58 Step 9/24 : WORKDIR /edgex-go/spire-build 19:32:58 ---> Running in 7ce6afd49389 19:32:58 Removing intermediate container 7ce6afd49389 19:32:58 ---> 84d4796d2ea0 19:32:58 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 19:32:58 ---> Running in 4403b6845d6c 19:32:58 Removing intermediate container 9eb0f0efc0d9 19:32:58 ---> 5e9ce7e99ba7 19:32:58 Step 8/23 : COPY . . 19:32:58 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 19:32:58 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 19:32:58 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:32:59 Merge succeeded, producing b594af2848531bb9465c05c18fae5d4d3041f37d 19:32:59 Checking out Revision b594af2848531bb9465c05c18fae5d4d3041f37d (PR-4355) 19:32:58 > git config core.sparsecheckout # timeout=10 19:32:58 > git checkout -f b594af2848531bb9465c05c18fae5d4d3041f37d # timeout=10 19:32:58 > git remote # timeout=10 19:32:58 > git config --get remote.origin.url # timeout=10 19:32:58 using GIT_SSH to set credentials SSH Credentials for GitHub 19:32:58 > git merge 8d74a5096a4a44ccbcfe21975abab76d27106cec # timeout=10 19:32:58 > git rev-parse HEAD^{commit} # timeout=10 19:32:59 > git config core.sparsecheckout # timeout=10 19:32:59 > git checkout -f b594af2848531bb9465c05c18fae5d4d3041f37d # timeout=10 19:33:02 Removing intermediate container 4403b6845d6c 19:33:02 ---> 871b8262dd0e 19:33:02 Step 11/24 : WORKDIR /edgex-go 19:33:02 Commit message: "refactor: Tweaks to common device configuration" 19:33:03 ---> Running in e900e181feda 19:33:02 > git --version # timeout=10 19:33:02 > git --version # 'git version 2.25.1' 19:33:03 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 19:33:03 ---> 9ef62e66415e 19:33:03 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 19:33:03 ---> Running in a3cf7d9bcb22 19:33:03 Removing intermediate container e900e181feda 19:33:03 ---> c556e7a0af45 19:33:03 19:33:03 Step 12/24 : FROM alpine:3.15 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 19:33:03 3.15: Pulling from library/alpine [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:33:04 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 19:33:04 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 19:33:04 % Total % Received % Xferd Average Speed Time Time Time Current 19:33:04 Dload Upload Total Spent Left Speed 19:33:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 197k 0 --:--:-- --:--:-- --:--:-- 200k 19:33:04 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 19:33:04 Status: Downloaded newer image for alpine:3.15 19:33:04 ---> 5ce65d7b0fde 19:33:04 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [Pipeline] sh 19:33:04 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json 19:33:04 ---> Running in 5bb33bacd1c5 [Pipeline] sh 19:33:05 Removing intermediate container 5bb33bacd1c5 19:33:05 ---> 0423378c533c 19:33:05 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:33:05 + sudo tee /etc/docker/daemon.new 19:33:05 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 19:33:05 { 19:33:05 "registry-mirrors": [ 19:33:05 "https://nexus3.edgexfoundry.org:10001" 19:33:05 ], 19:33:05 "bip": "10.250.0.254/24", 19:33:05 "hosts": [ 19:33:05 "tcp://0.0.0.0:5555", 19:33:05 "unix:///var/run/docker.sock" 19:33:05 ], 19:33:05 "mtu": 1458, 19:33:05 "selinux-enabled": true, 19:33:05 "seccomp-profile": "/etc/docker/seccomp.json" 19:33:05 } [Pipeline] sh 19:33:05 ---> Running in 77a1d2719cf6 19:33:05 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 19:33:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:33:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:33:06 + sudo service docker restart 19:33:06 v3.15.7-2-ga6d375921c3 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 19:33:06 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 19:33:06 OK: 15857 distinct packages available 19:33:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:33:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:33:06 (1/5) Installing dumb-init (1.2.5-r1) 19:33:06 (2/5) Installing musl-obstack (1.2.3-r0) 19:33:06 (3/5) Installing libucontext (1.1-r0) 19:33:06 (4/5) Installing gcompat (1.0.0-r4) 19:33:06 (5/5) Installing openssl (1.1.1t-r1) 19:33:06 Executing busybox-1.34.1-r7.trigger 19:33:06 OK: 7 MiB in 19 packages 19:33:09 Removing intermediate container 77a1d2719cf6 19:33:09 ---> 43df8d13cce2 19:33:09 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 19:33:13 ---> 80169e337ccf 19:33:13 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:33:18 ---> 1a74dd0d602b 19:33:18 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:33:20 ---> 86139356aa91 19:33:20 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:33:21 ---> 69eb7342420e 19:33:21 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:33:21 ---> 0b604a752d70 19:33:21 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:33:22 ---> Running in 2ce1cbf08cdb 19:33:22 Removing intermediate container 2ce1cbf08cdb 19:33:22 ---> c9cc2ef46f0b 19:33:22 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:33:22 ---> Running in 3c9924cb05de 19:33:22 Removing intermediate container 3c9924cb05de 19:33:22 ---> 4391cbf97c4f 19:33:22 Step 22/24 : LABEL arch=x86_64 19:33:22 ---> Running in cda6ba7c4d7e 19:33:23 Removing intermediate container cda6ba7c4d7e 19:33:23 ---> b0a578c32321 19:33:23 Step 23/24 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d 19:33:23 ---> Running in 6398ac766093 19:33:23 Removing intermediate container 6398ac766093 19:33:23 ---> 6810975c7345 19:33:23 Step 24/24 : LABEL version=0.0.0 19:33:23 ---> Running in d89d6b3b151b 19:33:24 Removing intermediate container d89d6b3b151b 19:33:24 ---> 00473999d22b 19:33:24 19:33:24 Successfully built 00473999d22b 19:33:24 Successfully tagged security-spire-agent:latest 19:33:24 Building security-spire-config [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:33:24 provisioning config files... 19:33:24 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config12514817416980888078tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:33:24 ---> docker-login.sh 19:33:24 nexus3.edgexfoundry.org:10001 19:33:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:33:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:33:25 Configure a credential helper to remove this warning. See 19:33:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:33:25 19:33:25 Login Succeeded 19:33:25 nexus3.edgexfoundry.org:10002 19:33:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:33:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:33:26 Configure a credential helper to remove this warning. See 19:33:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:33:26 19:33:26 Login Succeeded 19:33:26 nexus3.edgexfoundry.org:10003 19:33:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:33:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:33:26 Configure a credential helper to remove this warning. See 19:33:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:33:26 19:33:26 Login Succeeded 19:33:26 nexus3.edgexfoundry.org:10004 19:33:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:33:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:33:26 Configure a credential helper to remove this warning. See 19:33:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:33:26 19:33:26 Login Succeeded 19:33:26 docker.io 19:33:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:33:27  Building security-spire-agent ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:33:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:33:27 ---> dbe14e1a78e1 19:33:27 Step 3/24 : WORKDIR /edgex-go 19:33:27 ---> Using cache 19:33:27 ---> 08481a66da7c 19:33:27 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 19:33:27 ---> Using cache 19:33:27 ---> 1d03b86e8946 19:33:27 Step 5/24 : COPY go.mod vendor* ./ 19:33:27 ---> Using cache 19:33:27 ---> ed882338907c 19:33:27 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:27 ---> Using cache 19:33:27 ---> 7cc0d5573ea9 19:33:27 Step 7/24 : COPY . . 19:33:27 ---> Using cache 19:33:27 ---> b9387cd9c3e3 19:33:27 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 19:33:27 ---> Using cache 19:33:27 ---> d92253ec5684 19:33:27 Step 9/24 : WORKDIR /edgex-go/spire-build 19:33:27 ---> Using cache 19:33:27 ---> 84d4796d2ea0 19:33:27 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 19:33:27 ---> Using cache 19:33:27 ---> 871b8262dd0e 19:33:27 Step 11/24 : WORKDIR /edgex-go 19:33:27 ---> Using cache 19:33:27 ---> c556e7a0af45 19:33:27 19:33:27 Step 12/24 : FROM alpine:3.15 19:33:27 ---> 5ce65d7b0fde 19:33:27 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:33:27 ---> Using cache 19:33:27 ---> 0423378c533c 19:33:27 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 19:33:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:33:27 Configure a credential helper to remove this warning. See 19:33:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:33:27 19:33:27 Login Succeeded 19:33:27 ---> docker-login.sh ends [Pipeline] } 19:33:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 19:33:28 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:33:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:33:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:33:28 ========================================================= 19:33:28 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 19:33:28 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:33:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:33:29 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:33:29 9b18e9b68314: Pulling fs layer 19:33:29 35d82f9e3411: Pulling fs layer 19:33:29 e16973657156: Pulling fs layer 19:33:29 fc693d55d65f: Pulling fs layer 19:33:29 7e9fc2657dce: Pulling fs layer 19:33:29 dda99020689f: Pulling fs layer 19:33:29 db1c61fa0a46: Pulling fs layer 19:33:29 891c053d2c06: Pulling fs layer 19:33:29 dda99020689f: Waiting 19:33:29 db1c61fa0a46: Waiting 19:33:29 891c053d2c06: Waiting 19:33:29 7e9fc2657dce: Waiting 19:33:29 fc693d55d65f: Waiting 19:33:29 e16973657156: Verifying Checksum 19:33:29 e16973657156: Download complete 19:33:29 35d82f9e3411: Download complete 19:33:29 7e9fc2657dce: Verifying Checksum 19:33:29 7e9fc2657dce: Download complete 19:33:29 dda99020689f: Verifying Checksum 19:33:29 dda99020689f: Download complete 19:33:29 9b18e9b68314: Verifying Checksum 19:33:29 9b18e9b68314: Download complete 19:33: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-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:33:30 9b18e9b68314: Pull complete 19:33:30 891c053d2c06: Verifying Checksum 19:33:30 891c053d2c06: Download complete 19:33:30 35d82f9e3411: Pull complete 19:33:30 e16973657156: Pull complete 19:33:31 db1c61fa0a46: Verifying Checksum 19:33:31 db1c61fa0a46: Download complete 19:33:32 fc693d55d65f: Verifying Checksum 19:33:32 fc693d55d65f: Download complete 19:33:33 ---> Running in 6501fd795fb3 19:33:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:33:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:33:34 v3.15.7-2-ga6d375921c3 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 19:33:34 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 19:33:34 OK: 15857 distinct packages available 19:33:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:33:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:33:35 (1/4) Installing dumb-init (1.2.5-r1) 19:33:35 (2/4) Installing musl-obstack (1.2.3-r0) 19:33:35 (3/4) Installing libucontext (1.1-r0) 19:33:35 (4/4) Installing gcompat (1.0.0-r4) 19:33:35 Executing busybox-1.34.1-r7.trigger 19:33:35 OK: 6 MiB in 18 packages 19:33:37 Removing intermediate container acc21e7edf89 19:33:37 ---> b1c5505cfd12 19:33:37 19:33:37 Step 9/24 : FROM alpine:3.16 19:33:37 Removing intermediate container 6501fd795fb3 19:33:37 ---> c547f2a8582e 19:33:37 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:33:37 3.16: Pulling from library/alpine 19:33:40 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 19:33:40 Status: Downloaded newer image for alpine:3.16 19:33:40 ---> dfd21b5a31f5 19:33:40 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:33:41 ---> 65249d4914b0 19:33:41 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:33:41 ---> Running in c301f1132640 19:33:41 Removing intermediate container a3cf7d9bcb22 19:33:41 ---> d88960b8e9b5 19:33:41 19:33:41 Step 10/23 : FROM alpine:3.16 19:33:41 ---> dfd21b5a31f5 19:33:41 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:33:41 Removing intermediate container dea2cd263ff7 19:33:41 ---> 7b054ac53e04 19:33:41 19:33:41 Step 9/19 : FROM alpine:3.15 19:33:41 ---> 5ce65d7b0fde 19:33:41 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:33:41 ---> Using cache 19:33:41 ---> 0423378c533c 19:33:41 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:33:41 ---> 71152671fc9c 19:33:41 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 19:33:41 ---> Running in 559779f51133 19:33:41 ---> Running in 1e8dc37720f9 19:33:41 ---> Running in 1a5819ed939e 19:33:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:33:42 Removing intermediate container 1a5819ed939e 19:33:42 ---> 497c2e4e4781 19:33:42 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:33:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:33:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:33:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:33:42 (1/3) Installing ca-certificates (20220614-r0) 19:33:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:33:42 (2/3) Installing dumb-init (1.2.5-r1) 19:33:42 (3/3) Installing su-exec (0.2-r1) 19:33:42 Executing busybox-1.35.0-r17.trigger 19:33:42 Executing ca-certificates-20220614-r0.trigger 19:33:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:33:42 ---> 87b530576b6e 19:33:42 Step 19/24 : WORKDIR / 19:33:42 (1/1) Installing dumb-init (1.2.5-r1) 19:33:42 Executing busybox-1.35.0-r17.trigger 19:33:42 OK: 6 MiB in 15 packages 19:33:42 ---> Running in cc590d65cf33 19:33:42 OK: 6 MiB in 17 packages 19:33:42 Removing intermediate container 8b57abdb9da1 19:33:42 ---> eb264133e5f7 19:33:42 19:33:42 Step 10/22 : FROM alpine:3.16 19:33:42 ---> dfd21b5a31f5 19:33:42 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:33:42 Removing intermediate container cc590d65cf33 19:33:42 ---> f97dfa37fd6e 19:33:42 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:33:42 ---> Running in 831dbf7248bb 19:33:42 ---> Running in 7357658c16fc 19:33:42 Removing intermediate container 831dbf7248bb 19:33:42 ---> 74632bbe8e6f 19:33:42 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:33:42 v3.15.7-2-ga6d375921c3 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 19:33:42 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 19:33:42 OK: 15857 distinct packages available 19:33:42 ---> Running in a29961ac920f 19:33:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:33:42 Removing intermediate container a29961ac920f 19:33:42 ---> dc32613a5302 19:33:42 Step 22/24 : LABEL arch=x86_64 19:33:42 Removing intermediate container 559779f51133 19:33:42 ---> 82a80c809e1c 19:33:42 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:33:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:33:42 ---> Running in c87bcbbc71a7 19:33:42 ---> Running in f8943d6d4230 19:33:43 Removing intermediate container f8943d6d4230 19:33:43 ---> 584857beebdf 19:33:43 Step 23/24 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d 19:33:43 Removing intermediate container c87bcbbc71a7 19:33:43 ---> ed3144a88025 19:33:43 Step 13/23 : ENV APP_PORT=59882 19:33:43 ---> Running in b7fa1c738e36 19:33:43 ---> Running in e57fa757689c 19:33:43 Removing intermediate container c301f1132640 19:33:43 ---> 7b7456015954 19:33:43 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:33:43 (1/9) Installing ca-certificates (20220614-r0) 19:33:43 (2/9) Installing brotli-libs (1.0.9-r5) 19:33:43 ---> Running in 4caf7a7eb6ed 19:33:43 (3/9) Installing nghttp2-libs (1.46.0-r0) 19:33:43 (4/9) Installing libcurl (7.80.0-r5) 19:33:43 (5/9) Installing curl (7.80.0-r5) 19:33:43 (6/9) Installing dumb-init (1.2.5-r1) 19:33:43 (7/9) Installing musl-obstack (1.2.3-r0) 19:33:43 (8/9) Installing libucontext (1.1-r0) 19:33:43 (9/9) Installing gcompat (1.0.0-r4) 19:33:43 Executing busybox-1.34.1-r7.trigger 19:33:43 Executing ca-certificates-20220614-r0.trigger 19:33:43 Removing intermediate container e57fa757689c 19:33:43 ---> c0a3b1b20e8a 19:33:43 Step 14/23 : EXPOSE $APP_PORT 19:33:43 Removing intermediate container b7fa1c738e36 19:33:43 ---> f330729c0b07 19:33:43 Step 24/24 : LABEL version=0.0.0 19:33:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:33:43 Removing intermediate container 4caf7a7eb6ed 19:33:43 ---> dea076e64538 19:33:43 Step 12/24 : WORKDIR / 19:33:43 ---> Running in f3f01cb3a592 19:33:43 ---> Running in aeeb962181e9 19:33:43 OK: 8 MiB in 23 packages 19:33:43 ---> Running in e910d839eb52 19:33:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:33:43 Removing intermediate container f3f01cb3a592 19:33:43 ---> 3239e2e2c120 19:33:43 Step 15/23 : WORKDIR / 19:33:43 Removing intermediate container aeeb962181e9 19:33:43 ---> 831caec686b1 19:33:43 19:33:43 ---> Running in 7a943da13498 19:33:43 Removing intermediate container e910d839eb52 19:33:43 ---> 3e006d14e37a 19:33:43 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:33:43 Successfully built 831caec686b1 19:33:43 Successfully tagged security-spire-config:latest 19:33:43 Building security-bootstrapper 19:33:43  Building security-spire-config ... done Removing intermediate container 7a943da13498 19:33:43 ---> aff0fa7d67b5 19:33:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:33:43 (1/1) Installing dumb-init (1.2.5-r1) 19:33:43 Executing busybox-1.35.0-r17.trigger 19:33:43 OK: 6 MiB in 15 packages 19:33:44 fc693d55d65f: Pull complete 19:33:44 7e9fc2657dce: Pull complete 19:33:44 dda99020689f: Pull complete 19:33:46 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:33:46 Step 2/32 : FROM ${BUILDER_BASE} AS builder 19:33:46 ---> dbe14e1a78e1 19:33:46 Step 3/32 : WORKDIR /edgex-go 19:33:46 ---> Using cache 19:33:46 ---> 08481a66da7c 19:33:46 Step 4/32 : RUN apk add --update --no-cache make git 19:33:47 ---> f8faf4c17966 19:33:47 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:33:47 ---> Running in 8568afa801df 19:33:47 ---> 5ccc91c7e4ef 19:33:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:33:47 Removing intermediate container 1e8dc37720f9 19:33:47 ---> c9ae85cf2690 19:33:47 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 19:33:47 Removing intermediate container 7357658c16fc 19:33:47 ---> 2b69217aed4e 19:33:47 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:33:47 ---> Running in c8708cd13692 19:33:47 ---> ffcd34f5ff25 19:33:47 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:33:47 ---> 983fd3755361 19:33:47 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:33:47 Removing intermediate container c8708cd13692 19:33:47 ---> 6f25669b388a 19:33:47 Step 13/22 : ENV APP_PORT=59861 19:33:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:33:47 ---> Running in a6d1e5016752 19:33:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:33:48 OK: 211 MiB in 51 packages 19:33:48 ---> a002ddbca321 19:33:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:33:48 ---> 58ae6a14f9c6 19:33:48 ---> 6411a70f5450 19:33:48 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 19:33:48 Removing intermediate container a6d1e5016752 19:33:48 ---> 70427284866c 19:33:48 Step 14/22 : EXPOSE $APP_PORT 19:33:48 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 19:33:48 ---> Running in a99d0310d7d9 19:33:48 Removing intermediate container a99d0310d7d9 19:33:48 ---> c920dd05ac4e 19:33:48 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:33:48 Removing intermediate container 8568afa801df 19:33:48 ---> 2222b5c30ebc 19:33:48 Step 5/32 : COPY go.mod vendor* ./ 19:33:48 ---> d9d28589482d 19:33:48 Step 19/23 : ENTRYPOINT ["/core-command"] 19:33:48 ---> b122ae5c989a 19:33:48 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 19:33:48 ---> 0a0d69c519c2 19:33:48 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:33:48 ---> Running in 7adc06c667bd 19:33:48 ---> Running in 2b52f466a509 19:33:48 ---> 3097d433dba4 19:33:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:33:48 ---> 82c75ea1750e 19:33:48 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:49 ---> Running in 5b588d979fcd 19:33:49 Removing intermediate container 2b52f466a509 19:33:49 ---> c6c754e50914 19:33:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 19:33:49 Removing intermediate container 7adc06c667bd 19:33:49 ---> aa9606cbc5db 19:33:49 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 19:33:49 ---> Running in a82d0b769f33 19:33:49 ---> Running in 95e61dc1befd 19:33:49 ---> b2af98e014d3 19:33:49 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:33:49 ---> dcd8eb5c49ee 19:33:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:33:49 Removing intermediate container a82d0b769f33 19:33:49 ---> ef6a571590ac 19:33:49 Step 21/23 : LABEL arch=x86_64 19:33:49 Removing intermediate container 95e61dc1befd 19:33:49 ---> 18079be3f763 19:33:49 Step 17/19 : LABEL arch=x86_64 19:33:49 ---> Running in 937ed48e34d4 19:33:49 ---> Running in 352a890b80af 19:33:49 db1c61fa0a46: Pull complete 19:33:49 ---> 6fbb209319f0 19:33:49 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:33:49 Removing intermediate container 937ed48e34d4 19:33:49 ---> f4f02a76c0b2 19:33:49 Step 22/23 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d 19:33:49 ---> Running in 6498661d964a 19:33:49 Removing intermediate container 352a890b80af 19:33:49 ---> e14b52fe79db 19:33:49 Step 18/19 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d 19:33:49 ---> Running in 3270356310a7 19:33:49 ---> Running in 4bff0f2c9d0c 19:33:50 ---> f7cdfd7aef4c 19:33:50 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:33:50 Removing intermediate container 6498661d964a 19:33:50 ---> 680973985314 19:33:50 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 19:33:50 ---> Running in 96ca574fd795 19:33:50 Removing intermediate container 3270356310a7 19:33:50 ---> 5a4ecb6e6e51 19:33:50 Step 23/23 : LABEL version=0.0.0 19:33:50 Removing intermediate container 4bff0f2c9d0c 19:33:50 ---> d0e6159efef5 19:33:50 Step 19/19 : LABEL version=0.0.0 19:33:50 ---> Running in c54f3907dc60 19:33:50 ---> Running in 4b7c259bd906 19:33:50 Removing intermediate container 96ca574fd795 19:33:50 ---> 6c23abe715d2 19:33:50 Step 20/22 : LABEL arch=x86_64 19:33:50 ---> Running in bd708506be1d 19:33:50 ---> aacdee34bca7 19:33:50 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:33:50 Removing intermediate container c54f3907dc60 19:33:50 ---> f828f2e9f5a3 19:33:50 19:33:50 ---> Running in 79b6c44f14b3 19:33:50 Removing intermediate container 4b7c259bd906 19:33:50 ---> 61555930f307 19:33:50 19:33:50 Removing intermediate container bd708506be1d 19:33:50 ---> e0b57bf2d98d 19:33:50 Step 21/22 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d 19:33:50 ---> Running in 474069c49d9d 19:33:50 Successfully built 61555930f307 19:33:50 Successfully tagged security-spiffe-token-provider:latest 19:33:50 Building support-notifications 19:33:50  Building security-spiffe-token-provider ... done Successfully built f828f2e9f5a3 19:33:50 Successfully tagged core-command:latest 19:33:50 Building core-data 19:33:50  Building core-command ... done Removing intermediate container 474069c49d9d 19:33:50 ---> 9da98ad1c21f 19:33:50 Step 22/22 : LABEL version=0.0.0 19:33:50 ---> Running in 32b03a266254 19:33:50 Removing intermediate container 32b03a266254 19:33:50 ---> 7fb74310e183 19:33:50 19:33:50 Successfully built 7fb74310e183 19:33:50 Successfully tagged support-scheduler:latest 19:33:50 Building core-metadata 19:33:51 891c053d2c06: Pull complete 19:33:51 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 19:33:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:33:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 19:33:51 + + dockerecho build FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:33:51 WORKDIR /edgex 19:33:51 COPY go.mod . 19:33:51 RUN go mod download -t 19:33:51 ci-base-image-arm64 -f - . 19:33:52 Sending build context to Docker daemon 3.1MB 19:33:52 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:33:52 ---> f96f9c87975a 19:33:52 Step 2/4 : WORKDIR /edgex 19:33:54 ---> Running in 3082853ae273 19:33:54 Removing intermediate container 3082853ae273 19:33:54 ---> 9c9d7f904a35 19:33:54 Step 3/4 : COPY go.mod . 19:33:55 ---> aa9742a53c83 19:33:55 Step 4/4 : RUN go mod download 19:33:55 ---> Running in 95cbb6ec4e09 19:33:57  Building support-scheduler ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:33:57 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:33:57 ---> dbe14e1a78e1 19:33:57 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:33:57 ---> Using cache 19:33:57 ---> 7ef26d7c9bff 19:33:57 Step 4/24 : WORKDIR /edgex-go 19:33:57 ---> Using cache 19:33:57 ---> d22525384f2c 19:33:57 Step 5/24 : RUN apk add --update --no-cache make git 19:33:57 ---> Using cache 19:33:57 ---> 3e1ecf6ef934 19:33:57 Step 6/24 : COPY go.mod vendor* ./ 19:33:57 ---> Using cache 19:33:57 ---> 4b7035f1006f 19:33:57 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:57 ---> Using cache 19:33:57 ---> 9895f3462039 19:33:57 Step 8/24 : COPY . . 19:33:57 ---> Using cache 19:33:57 ---> 3b9e32cbbabe 19:33:57 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 19:33:57 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:33:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:33:57 ---> dbe14e1a78e1 19:33:57 Step 3/22 : ARG ADD_BUILD_TAGS="" 19:33:57 ---> Using cache 19:33:57 ---> 7ef26d7c9bff 19:33:57 Step 4/22 : WORKDIR /edgex-go 19:33:57 ---> Using cache 19:33:57 ---> d22525384f2c 19:33:57 Step 5/22 : RUN apk add --update --no-cache make git 19:33:57 ---> Using cache 19:33:57 ---> 3e1ecf6ef934 19:33:57 Step 6/22 : COPY go.mod vendor* ./ 19:33:57 ---> Using cache 19:33:57 ---> 4b7035f1006f 19:33:57 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:57 ---> Using cache 19:33:57 ---> 9895f3462039 19:33:57 Step 8/22 : COPY . . 19:33:57 ---> Using cache 19:33:57 ---> 3b9e32cbbabe 19:33:57 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 19:33:57 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:33:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:33:57 ---> dbe14e1a78e1 19:33:57 Step 3/22 : ARG ADD_BUILD_TAGS="" 19:33:57 ---> Using cache 19:33:57 ---> 7ef26d7c9bff 19:33:57 Step 4/22 : WORKDIR /edgex-go 19:33:57 ---> Using cache 19:33:57 ---> d22525384f2c 19:33:57 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:33:58 Removing intermediate container 79b6c44f14b3 19:33:58 ---> e2c8deb3f620 19:33:58 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:33:58 ---> Running in 4171eb6c74ea 19:33:58 ---> Running in d64373a008e7 19:33:58 ---> Running in c3d0a298bc69 19:33:58 ---> Running in c9755350baba 19:33:58 Removing intermediate container c9755350baba 19:33:58 ---> 4eed340c7856 19:33:58 Step 22/24 : LABEL arch=x86_64 19:33:58 ---> Running in 997333090e9d 19:33:58 Removing intermediate container 997333090e9d 19:33:58 ---> 8c046de0f147 19:33:58 Step 23/24 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d 19:33:58 ---> Running in cb94570223a8 19:33:59 Removing intermediate container cb94570223a8 19:33:59 ---> a728071f3b96 19:33:59 Step 24/24 : LABEL version=0.0.0 19:33:59 ---> Running in e966441b98ba 19:33:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:33:59 Removing intermediate container e966441b98ba 19:33:59 ---> f7e685b8691e 19:33:59 19:33:59 Successfully built f7e685b8691e 19:33:59 Successfully tagged security-secretstore-setup:latest 19:33:59  Building security-secretstore-setup ... done Building security-proxy-setup 19:33:59 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 19:33:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:33:59 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 19:33:59 OK: 211 MiB in 51 packages 19:34:02 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:34:02 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:34:02 ---> dbe14e1a78e1 19:34:02 Step 3/21 : WORKDIR /edgex-go 19:34:02 ---> Using cache 19:34:02 ---> 08481a66da7c 19:34:02 Step 4/21 : RUN apk add --update --no-cache make git 19:34:02 ---> Using cache 19:34:02 ---> 2222b5c30ebc 19:34:02 Step 5/21 : COPY go.mod vendor* ./ 19:34:02 ---> Using cache 19:34:02 ---> 82c75ea1750e 19:34:02 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:34:05 ---> Running in 3e9133a91174 19:34:05 Removing intermediate container d64373a008e7 19:34:05 ---> 2a605d65729f 19:34:05 Step 6/22 : COPY go.mod vendor* ./ 19:34:05 ---> 7213a5706243 19:34:05 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:34:05 ---> Running in 930975a578c7 19:34:32 Removing intermediate container c3d0a298bc69 19:34:32 ---> b20f9d212674 19:34:32 19:34:32 Step 10/22 : FROM alpine:3.16Removing intermediate container 4171eb6c74ea 19:34:32 19:34:32 ---> 685227bf3db3 19:34:32 19:34:32 Step 10/24 : FROM alpine:3.16 19:34:32 ---> dfd21b5a31f5 19:34:32 Step 11/24 : RUN apk add --update --no-cache dumb-init 19:34:32 ---> Using cache 19:34:32 ---> 2b69217aed4e 19:34:32 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:34:32 ---> dfd21b5a31f5 19:34:32 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:34:32 ---> Using cache 19:34:32 ---> 6f25669b388a 19:34:32 Step 13/24 : ENV APP_PORT=59881 19:34:32 ---> Running in 2ab286164681 19:34:32 ---> Running in ec1133357729 19:34:32 Removing intermediate container 5b588d979fcd 19:34:32 ---> d0e3a6c3f3ee 19:34:32 Step 7/32 : COPY . . 19:34:32 Removing intermediate container ec1133357729 19:34:32 Removing intermediate container 2ab286164681 19:34:32 ---> a7fb2f28d78f 19:34:32 ---> 4bb854f41ae3 19:34:32 Step 14/24 : EXPOSE $APP_PORT 19:34:32 Step 12/22 : ENV APP_PORT=59880 19:34:33 Removing intermediate container 95cbb6ec4e09 19:34:33 ---> 2d40d7bd24a0 19:34:33 Successfully built 2d40d7bd24a0 19:34:33 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:34:34 + docker inspect -f . ci-base-image-arm64 19:34:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:34:34 prd-ubuntu20.04-docker-arm64-4c-16g-5884 does not seem to be running inside a container 19:34:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:34:36 $ docker top fd396542281a9e46b77daed494ecd1279c9a53a9a2b171e674af20fde79f04bd -eo pid,comm [Pipeline] { [Pipeline] sh 19:34:37 + go version 19:34:37 go version go1.18.7 linux/arm64 [Pipeline] } 19:34:37 $ docker stop --time=1 fd396542281a9e46b77daed494ecd1279c9a53a9a2b171e674af20fde79f04bd 19:34:38 $ docker rm -f --volumes fd396542281a9e46b77daed494ecd1279c9a53a9a2b171e674af20fde79f04bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:34:39 + docker inspect -f . ci-base-image-arm64 19:34:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:34:39 prd-ubuntu20.04-docker-arm64-4c-16g-5884 does not seem to be running inside a container 19:34:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:34:40 ---> Running in 30bd5ba8a0fa 19:34:40 ---> Running in 9dc4d6159140 19:34:40 ---> bdf019de073e 19:34:40 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:34:40 ---> Running in 17a58b49adf8 19:34:40 Removing intermediate container 9dc4d6159140 19:34:40 ---> dda3059499a5 19:34:40 Step 13/22 : EXPOSE $APP_PORT 19:34:40 Removing intermediate container 30bd5ba8a0fa 19:34:40 ---> cfb3763a4492 19:34:40 Step 15/24 : WORKDIR / 19:34:40 ---> Running in 406f0a58797e 19:34:40 ---> Running in f468e3574dd9 19:34:40 Removing intermediate container 406f0a58797e 19:34:40 ---> 6571ec9867cb 19:34:40 Step 14/22 : RUN apk add --update --no-cache dumb-init 19:34:40 Removing intermediate container f468e3574dd9 19:34:40 ---> 11b093ac7bd4 19:34:40 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:34:40 ---> Running in b4c1bcc3f433 19:34:40 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:34:40 ---> ddc8bab40b32 19:34:40 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:34:40 Removing intermediate container 3e9133a91174 19:34:40 ---> 3c3e0b2253ab 19:34:40 Step 7/21 : COPY . . 19:34:40 Removing intermediate container 930975a578c7 19:34:40 ---> 50ac11f2ec86 19:34:40 Step 8/22 : COPY . . 19:34:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:34:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:34:41 $ docker top aa4bf0618f470bcd4cd717045458b050ea02692252d1732e0e2a573e31dfc53e -eo pid,comm [Pipeline] { 19:34:41 (1/1) Installing dumb-init (1.2.5-r1) 19:34:41 Executing busybox-1.35.0-r17.trigger 19:34:41 OK: 6 MiB in 15 packages [Pipeline] echo 19:34:41 ========================================================= 19:34:41 [edgeXBuildGoParallel] Running Tests and Build... 19:34:41 ========================================================= [Pipeline] sh 19:34:42 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:34:42 + make test 19:34:42 go test -race -coverprofile=coverage.out ./... 19:34:49 ---> 6bff4997526a 19:34:49 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:34:49 ---> ad2cdb93c65c 19:34:49 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:34:49 ---> 892ab14befe2 19:34:49 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:34:49 ---> Running in 8a23ebdaca70 19:34:49 ---> 3c3ce52d2bca 19:34:49 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 19:34:49 Removing intermediate container b4c1bcc3f433 19:34:49 ---> 1e2ace2da7cd 19:34:49 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:34:49 ---> Running in 3465859d7927 19:34:49 ---> 6032b5e4e8c7 19:34:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:34:49 ---> e0efd5a17b65 19:34:49 Step 20/24 : ENTRYPOINT ["/core-metadata"] 19:34:49 ---> Running in 95ba0fdedbbf 19:34:49 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:34:49 Removing intermediate container 95ba0fdedbbf 19:34:49 ---> 19e3f41e876f 19:34:49 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 19:34:49 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:34:50 ---> Running in 16e1a6ac6015 19:34:50 Removing intermediate container 16e1a6ac6015 19:34:50 ---> ca299d739829 19:34:50 Step 22/24 : LABEL arch=x86_64 19:34:50 ---> 1e154e1b22a3 19:34:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:34:50 ---> Running in cc89c122edc4 19:34:50 Removing intermediate container cc89c122edc4 19:34:50 ---> b7436b0b910c 19:34:50 Step 23/24 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d 19:34:50 ---> 6cda405d5257 19:34:50 Step 18/22 : ENTRYPOINT ["/core-data"] 19:34:50 ---> Running in 7681784c280e 19:34:50 ---> Running in dc77b87297a6 19:34:50 Removing intermediate container 7681784c280e 19:34:50 ---> fa0e768bc752 19:34:50 Step 24/24 : LABEL version=0.0.0 19:34:50 Removing intermediate container dc77b87297a6 19:34:50 ---> d77b3be4da40 19:34:50 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 19:34:50 ---> Running in 65937a255a93 19:34:50 ---> Running in ecb7ac72d43b 19:34:51 Removing intermediate container ecb7ac72d43b 19:34:51 ---> 710c60d1365c 19:34:51 Step 20/22 : LABEL arch=x86_64 19:34:51 Removing intermediate container 65937a255a93 19:34:51 ---> c9e5417da4f1 19:34:51 19:34:51 ---> Running in 3620621446f9 19:34:51 Successfully built c9e5417da4f1 19:34:51 Successfully tagged core-metadata:latest 19:34:51  Building core-metadata ... done Building core-common-config-bootstrapper 19:34:51 Removing intermediate container 3620621446f9 19:34:51 ---> 84d277568787 19:34:51 Step 21/22 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d 19:34:51 ---> Running in 2ead6011a09c 19:34:53 Removing intermediate container 2ead6011a09c 19:34:53 ---> 9b4449768594 19:34:53 Step 22/22 : LABEL version=0.0.0 19:34:55 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:34:55 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:34:55 ---> dbe14e1a78e1 19:34:55 Step 3/22 : ARG ADD_BUILD_TAGS="" 19:34:55 ---> Using cache 19:34:55 ---> 7ef26d7c9bff 19:34:55 Step 4/22 : WORKDIR /edgex-go 19:34:55 ---> Using cache 19:34:55 ---> d22525384f2c 19:34:55 Step 5/22 : RUN apk add --update --no-cache make git 19:34:55 ---> Using cache 19:34:55 ---> 3e1ecf6ef934 19:34:55 Step 6/22 : COPY go.mod vendor* ./ 19:34:55 ---> Using cache 19:34:55 ---> 4b7035f1006f 19:34:55 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:34:55 ---> Using cache 19:34:55 ---> 9895f3462039 19:34:55 Step 8/22 : COPY . . 19:34:55 ---> Using cache 19:34:55 ---> 3b9e32cbbabe 19:34:55 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 19:34:57 ---> Running in 8eaa6630e29b 19:34:57 ---> Running in cbfa86123c67 19:34:58 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 19:34:58 Removing intermediate container 8eaa6630e29b 19:34:58 ---> a6535255c288 19:34:58 19:34:58 Successfully built a6535255c288 19:34:58 Successfully tagged core-data:latest 19:34:58  Building core-data ... done Building security-spire-server 19:35:05 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:35:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:35:05 ---> dbe14e1a78e1 19:35:05 Step 3/23 : WORKDIR /edgex-go 19:35:05 ---> Using cache 19:35:05 ---> 08481a66da7c 19:35:05 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 19:35:05 ---> Using cache 19:35:05 ---> 1d03b86e8946 19:35:05 Step 5/23 : COPY go.mod vendor* ./ 19:35:05 ---> Using cache 19:35:05 ---> ed882338907c 19:35:05 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:35:05 ---> Using cache 19:35:05 ---> 7cc0d5573ea9 19:35:05 Step 7/23 : COPY . . 19:35:05 ---> Using cache 19:35:05 ---> b9387cd9c3e3 19:35:05 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 19:35:05 ---> Using cache 19:35:05 ---> d92253ec5684 19:35:05 Step 9/23 : WORKDIR /edgex-go/spire-build 19:35:05 ---> Using cache 19:35:05 ---> 84d4796d2ea0 19:35:05 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 19:35:11 ---> Running in 566045d19652 19:35:15 Removing intermediate container 566045d19652 19:35:15 ---> 9e05f82e21a4 19:35:15 Step 11/23 : WORKDIR /edgex-go 19:35:15 ---> Running in a5c6f31909b8 19:35:15 Removing intermediate container 17a58b49adf8 19:35:15 ---> 0335762a3a68 19:35:15 19:35:15 Step 9/32 : FROM alpine:3.16 19:35:15 ---> dfd21b5a31f5 19:35:15 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:35:15 ---> Running in 55bf9f39c652 19:35:15 Removing intermediate container a5c6f31909b8 19:35:15 ---> 44a146a6ab54 19:35:15 19:35:15 Step 12/23 : FROM alpine:3.15 19:35:15 ---> 5ce65d7b0fde 19:35:15 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:35:15 ---> Using cache 19:35:15 ---> 0423378c533c 19:35:15 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:35:15 ---> Using cache 19:35:15 ---> 43df8d13cce2 19:35:15 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:35:15 Removing intermediate container 55bf9f39c652 19:35:15 ---> d71ea04c1475 19:35:15 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 19:35:15 ---> Running in dd7687ba1c9b 19:35:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:35:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:35:17 (1/2) Installing dumb-init (1.2.5-r1) 19:35:17 (2/2) Installing su-exec (0.2-r1) 19:35:17 Executing busybox-1.35.0-r17.trigger 19:35:17 OK: 6 MiB in 16 packages 19:35: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 19:35:18 ---> d64653653e2d 19:35:18 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:35:18 ---> 2b7222dc62e2 19:35:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:35:18 Removing intermediate container dd7687ba1c9b 19:35:18 ---> 841fd95ed1b6 19:35:18 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 19:35:18 ---> Running in 482ed9738046 19:35:19 Removing intermediate container 482ed9738046 19:35:19 ---> c8ea7577dd87 19:35:19 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 19:35:19 ---> 72d7d0898c27 19:35:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ ---> Running in be0339100461 19:35:19 19:35:19 Removing intermediate container be0339100461 19:35:19 ---> 0b76c8c9a021 19:35:19 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 19:35:19 ---> Running in c11ac4604aea 19:35:19 Removing intermediate container c11ac4604aea 19:35:19 ---> 0c5cd64d663f 19:35:19 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 19:35:19 ---> cf2473d98764 19:35:19 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:35:19 ---> Running in 29aef0fbb04e 19:35:19 ---> Running in bda69a339065 19:35:19 Removing intermediate container 29aef0fbb04e 19:35:19 ---> ea85113f9afc 19:35:19 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 19:35:20 ---> Running in e92f34157381 19:35:20 Removing intermediate container bda69a339065 19:35:20 ---> 16eace96f944 19:35:20 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:35:20 ---> Running in ae17c010913a 19:35:20 Removing intermediate container ae17c010913a 19:35:20 ---> 61017ee88cd4 19:35:20 Step 21/23 : LABEL arch=x86_64 19:35:20 ---> Running in c7c0b7c912a7 19:35:20 Removing intermediate container c7c0b7c912a7 19:35:20 ---> 42ff308b9f87 19:35:20 Step 22/23 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d 19:35:20 ---> Running in 4e9a1551e32c 19:35:21 Removing intermediate container 4e9a1551e32c 19:35:21 ---> 3abbda18d9aa 19:35:21 Step 23/23 : LABEL version=0.0.0 19:35:21 ---> Running in 9524a24f0b84 19:35:21 ? github.com/edgexfoundry/edgex-go [no test files] 19:35:22 Removing intermediate container 9524a24f0b84 19:35:22 ---> 2e6d9f5ff527 19:35:22 19:35:22 Removing intermediate container e92f34157381 19:35:22 ---> 99190ae06e4d 19:35:22 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 19:35:22 Successfully built 2e6d9f5ff527 19:35:22 Successfully tagged security-spire-server:latest 19:35:22  Building security-spire-server ... done  ---> Running in d1b9a2fb3291 19:35:22 Removing intermediate container 3465859d7927 19:35:22 ---> dd118a6cd220 19:35:22 19:35:22 Step 9/21 : FROM alpine:3.16 19:35:22 ---> dfd21b5a31f5 19:35:22 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 19:35:22 ---> Running in 3c92046a2f87 19:35:22 Removing intermediate container d1b9a2fb3291 19:35:22 ---> 3dae12bb2c54 19:35:22 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 19:35:22 ---> 61fa450ac3cc 19:35:22 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 19:35:22 ---> Running in 38da2f431e9b 19:35:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:35:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:35:23 (1/6) Installing ca-certificates (20220614-r0) 19:35:23 (2/6) Installing brotli-libs (1.0.9-r6) 19:35:23 (3/6) Installing nghttp2-libs (1.47.0-r0) 19:35:23 (4/6) Installing libcurl (7.83.1-r5) 19:35:23 (5/6) Installing curl (7.83.1-r5) 19:35:23 (6/6) Installing dumb-init (1.2.5-r1) 19:35:23 Executing busybox-1.35.0-r17.trigger 19:35:23 Executing ca-certificates-20220614-r0.trigger 19:35:23 OK: 8 MiB in 20 packages 19:35:23 Removing intermediate container 38da2f431e9b 19:35:23 ---> a82b0d21ea68 19:35:23 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 19:35:24 ---> 4cbf0fd07940 19:35:24 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:35:24 Removing intermediate container 3c92046a2f87 19:35:24 ---> 2596f035cb6f 19:35:24 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:35:24 ---> Running in f1b55e986a39 19:35:25 Removing intermediate container f1b55e986a39 19:35:25 ---> 342b511c3711 19:35:25 Step 12/21 : WORKDIR /edgex 19:35:25 ---> 841ff1e62b55 19:35:25 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:35:25 ---> Running in 2230ca8ba861 19:35:27 ---> b3ffd2ea55f3 19:35:27 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:35:27 Removing intermediate container 2230ca8ba861 19:35:27 ---> 9539fe6112b2 19:35:27 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:35:27 ---> 5f123f972627 19:35:27 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 19:35:27 ---> 9a9e4345b847 19:35:27 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:35:27 Removing intermediate container 8a23ebdaca70 19:35:27 ---> b45692c76a17 19:35:27 19:35:27 Step 10/22 : FROM alpine:3.16 19:35:27 ---> dfd21b5a31f5 19:35:27 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:35:27 ---> bbdeb71eae76 19:35:27 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 19:35:27 ---> Running in e35768779d0d 19:35:27 Removing intermediate container cbfa86123c67 19:35:27 ---> d951aae5d82c 19:35:27 19:35:27 Step 10/22 : FROM alpine:3.16 19:35:27 ---> dfd21b5a31f5 19:35:27 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 19:35:27 ---> Running in 76d2e31f707f 19:35:27 ---> 11fbcebf5ff2 19:35:27 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:35:27 ---> ee3a7cdc656a 19:35:27 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:35:27 Removing intermediate container 76d2e31f707f 19:35:27 ---> 1ad09a851884 19:35:27 Step 12/22 : RUN apk add --update --no-cache dumb-init 19:35:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:35:27 ---> Running in c0299034116a 19:35:28 ---> 3debb0dd1f51 19:35:28 Step 27/32 : RUN chmod +x /entrypoint.sh 19:35:28 ---> Running in b34c09365a5f 19:35:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:35:28 ---> 198643320d39 19:35:28 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:35:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:35:28 ---> 2674a115a36c 19:35:28 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:35:28 ---> Running in a1248d4c200f 19:35:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:35:28 (1/2) Installing ca-certificates (20220614-r0) 19:35:28 (2/2) Installing dumb-init (1.2.5-r1) 19:35:28 Executing busybox-1.35.0-r17.trigger 19:35:28 Executing ca-certificates-20220614-r0.trigger 19:35:28 OK: 6 MiB in 16 packages 19:35:28 Removing intermediate container b34c09365a5f 19:35:28 ---> 768c6fb915f9 19:35:28 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 19:35:28 (1/1) Installing dumb-init (1.2.5-r1) 19:35:28 Executing busybox-1.35.0-r17.trigger 19:35:28 OK: 6 MiB in 15 packages 19:35:28 ---> Running in edd71e8a4950 19:35:28 Removing intermediate container edd71e8a4950 19:35:28 ---> 71a61ed1541e 19:35:28 Step 29/32 : CMD ["gate"] 19:35:28 ---> Running in c13b6aa103d2 19:35:29 Removing intermediate container c13b6aa103d2 19:35:29 ---> e585d70b145a 19:35:29 Step 30/32 : LABEL arch=x86_64 19:35:29 ---> Running in d028bbe7b248 19:35:29 Removing intermediate container e35768779d0d 19:35:29 ---> 4f4a4b108846 19:35:29 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:35:29 ---> Running in 06f69024a684 19:35:29 Removing intermediate container c0299034116a 19:35:29 ---> f5776a49bab9 19:35:29 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:35:29 Removing intermediate container d028bbe7b248 19:35:29 ---> 94847767f64d 19:35:29 Step 31/32 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d 19:35:29 ---> Running in db925a2c346e 19:35:29 Removing intermediate container 06f69024a684 19:35:29 ---> 10712793aec3 19:35:29 Step 13/22 : ENV APP_PORT=59860 19:35:29 ---> e1d3b82df179 19:35:29 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 19:35:29 ---> Running in 28ef077d1c76 19:35:29 Removing intermediate container db925a2c346e 19:35:29 ---> 1fef85848981 19:35:29 Step 32/32 : LABEL version=0.0.0 19:35:29 ---> Running in dd272a6e57ad 19:35:29 Removing intermediate container a1248d4c200f 19:35:29 ---> e6dc8e6d89be 19:35:29 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 19:35:29 Removing intermediate container 28ef077d1c76 19:35:29 ---> c55c18c63b26 19:35:29 Step 14/22 : EXPOSE $APP_PORT 19:35:29 ---> Running in 3bf2f96369d1 19:35:29 ---> Running in ec801a376488 19:35:29 Removing intermediate container dd272a6e57ad 19:35:29 ---> b41f8690ccea 19:35:29 19:35:29 Successfully built b41f8690ccea 19:35:29 Successfully tagged security-bootstrapper:latest 19:35:29  Building security-bootstrapper ... done  ---> 34404453dc9d 19:35:29 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 19:35:29 Removing intermediate container 3bf2f96369d1 19:35:29 ---> cb06ca935a87 19:35:29 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:35:29 Removing intermediate container ec801a376488 19:35:29 ---> 88a9a015ea75 19:35:29 Step 19/21 : LABEL arch=x86_64 19:35:29 ---> Running in d58a9cbc1a12 19:35:29 ---> c47a52948579 19:35:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 19:35:29 Removing intermediate container d58a9cbc1a12 19:35:29 ---> cc66afbcd930 19:35:29 Step 20/21 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d 19:35:29 ---> Running in 7265759d5bef 19:35:29 ---> cd78e8b279ab 19:35:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:35:29 Removing intermediate container 7265759d5bef 19:35:29 ---> a4330d1a197a 19:35:29 Step 21/21 : LABEL version=0.0.0 19:35:30 ---> Running in 575645a836e2 19:35:30 ---> d955cfbace8b 19:35:30 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:35:30 ---> Running in bda51f1e9033 19:35:30 Removing intermediate container 575645a836e2 19:35:30 ---> 63216d893144 19:35:30 19:35:30 Successfully built 63216d893144 19:35:30 Successfully tagged security-proxy-setup:latest 19:35:30  Building security-proxy-setup ... done  ---> f515de0361a1 19:35:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:35:30 ---> 23ee64be9986 19:35:30 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:35:30 ---> Running in 45fd3a0cef04 19:35:30 Removing intermediate container bda51f1e9033 19:35:30 ---> 4d38ee4cda65 19:35:30 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 19:35:30 ---> Running in 6e27be1d8585 19:35:30 Removing intermediate container 45fd3a0cef04 19:35:30 ---> bd09f9a011fa 19:35:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 19:35:30 ---> Running in 865ce95faf18 19:35:30 Removing intermediate container 6e27be1d8585 19:35:30 ---> 62e01fcf4be3 19:35:30 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 19:35:30 ---> Running in 6c17df33527f 19:35:30 Removing intermediate container 865ce95faf18 19:35:30 ---> 74345f681da1 19:35:30 Step 20/22 : LABEL arch=x86_64 19:35:30 ---> Running in fb13741c3ce3 19:35:30 Removing intermediate container 6c17df33527f 19:35:30 ---> 551376090728 19:35:30 Step 20/22 : LABEL arch=x86_64 19:35:30 ---> Running in ee06e816fba7 19:35:30 Removing intermediate container fb13741c3ce3 19:35:30 ---> a457d358fc08 19:35:30 Step 21/22 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d 19:35:30 ---> Running in af0863b5f5d7 19:35:31 Removing intermediate container ee06e816fba7 19:35:31 ---> 2b46ef488052 19:35:31 Step 21/22 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d 19:35:31 ---> Running in 64bc29249d1a 19:35:31 Removing intermediate container af0863b5f5d7 19:35:31 ---> 8c4d01b986fc 19:35:31 Step 22/22 : LABEL version=0.0.0 19:35:31 ---> Running in dad1cfb9444f 19:35:31 Removing intermediate container 64bc29249d1a 19:35:31 ---> e57f64660fc6 19:35:31 Step 22/22 : LABEL version=0.0.0 19:35:31 ---> Running in f88e0164184a 19:35:31 Removing intermediate container dad1cfb9444f 19:35:31 ---> ffa876867b85 19:35:31 19:35:31 Removing intermediate container f88e0164184a 19:35:31 ---> 988c0329b89f 19:35:31 19:35:31 Successfully built ffa876867b85 19:35:31 Successfully tagged support-notifications:latest 19:35:31  Building support-notifications ... done Successfully built 988c0329b89f 19:35:31 Successfully tagged core-common-config-bootstrapper:latest 19:35:31  Building core-common-config-bootstrapper ... done  [Pipeline] } 19:35:31 $ docker stop --time=1 b1a573373e67133652713e1c6b4fe1ea7df6c0c7f1042dc9aac63a2e4e6e3e11 19:35:32 $ docker rm -f --volumes b1a573373e67133652713e1c6b4fe1ea7df6c0c7f1042dc9aac63a2e4e6e3e11 [Pipeline] // withDockerContainer [Pipeline] sh 19:35:33 + docker images 19:35:33 REPOSITORY TAG IMAGE ID CREATED SIZE 19:35:33 core-common-config-bootstrapper latest 988c0329b89f 1 second ago 15.5MB 19:35:33 support-notifications latest ffa876867b85 1 second ago 30.6MB 19:35:33 security-bootstrapper latest b41f8690ccea 3 seconds ago 20.3MB 19:35:33 security-proxy-setup latest 63216d893144 3 seconds ago 27.8MB 19:35:33 d951aae5d82c 5 seconds ago 1.67GB 19:35:33 b45692c76a17 6 seconds ago 1.74GB 19:35:33 dd118a6cd220 10 seconds ago 1.67GB 19:35:33 security-spire-server latest 2e6d9f5ff527 11 seconds ago 86.5MB 19:35:33 44a146a6ab54 17 seconds ago 1.55GB 19:35:33 0335762a3a68 18 seconds ago 1.67GB 19:35:33 core-data latest a6535255c288 35 seconds ago 17.9MB 19:35:33 core-metadata latest c9e5417da4f1 42 seconds ago 18.5MB 19:35:33 685227bf3db3 About a minute ago 1.68GB 19:35:33 b20f9d212674 About a minute ago 1.68GB 19:35:33 security-secretstore-setup latest f7e685b8691e About a minute ago 30MB 19:35:33 core-command latest f828f2e9f5a3 About a minute ago 17.7MB 19:35:33 security-spiffe-token-provider latest 61555930f307 About a minute ago 30MB 19:35:33 support-scheduler latest 7fb74310e183 About a minute ago 30MB 19:35:33 security-spire-config latest 831caec686b1 About a minute ago 85.8MB 19:35:33 eb264133e5f7 About a minute ago 1.74GB 19:35:33 7b054ac53e04 About a minute ago 1.71GB 19:35:33 d88960b8e9b5 About a minute ago 1.68GB 19:35:33 b1c5505cfd12 About a minute ago 1.67GB 19:35:33 security-spire-agent latest 00473999d22b 2 minutes ago 125MB 19:35:33 c556e7a0af45 2 minutes ago 1.55GB 19:35:33 ci-base-image-x86_64 latest dbe14e1a78e1 5 minutes ago 903MB 19:35:33 alpine 3.15 5ce65d7b0fde 3 days ago 5.59MB 19:35:33 alpine 3.16 dfd21b5a31f5 3 days ago 5.55MB 19:35:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 3 months ago 683MB 19:35:33 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 7 months ago 253MB 19:35:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 19:37:28 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:37:28 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 19:37:28 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:37:28 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:37:28 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:37:43 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:37:43 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:37:43 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:37:43 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:37:43 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:37:43 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:37:43 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:37:43 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:37:43 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:37:51 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.256s coverage: 28.7% of statements 19:37:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:37:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:37:58 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.463s coverage: 98.5% of statements 19:38:06 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.911s coverage: 73.2% of statements 19:38:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:38:06 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 19:38:06 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:38:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.552s coverage: 54.0% of statements 19:38:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:38:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:38:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 20.944s coverage: 89.2% of statements 19:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:38:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.420s coverage: 3.9% of statements 19:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:38:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 3.100s coverage: 95.6% of statements 19:38:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:38:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:38:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:38:22 ok github.com/edgexfoundry/edgex-go/internal/io 0.342s coverage: 72.2% of statements 19:38:22 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:38:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:38:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:38:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:38:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:38:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.432s coverage: 65.9% of statements 19:38:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:38:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:38:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:38:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.389s coverage: 0.9% of statements 19:38:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:38:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.507s coverage: 29.6% of statements 19:38:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:38:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.296s coverage: 47.1% of statements 19:38:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.260s coverage: 82.9% of statements 19:38:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.256s coverage: 94.1% of statements 19:38:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.314s coverage: 96.3% of statements 19:38:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.247s coverage: 87.5% of statements 19:38:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.240s coverage: 94.4% of statements 19:38:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.240s coverage: 44.8% of statements 19:38:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.478s coverage: 79.9% of statements 19:38:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:38:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.307s coverage: 92.9% of statements 19:38:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:38:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:38:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:38:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.074s coverage: 64.4% of statements 19:38:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:38:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:38:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:38:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:38:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.266s coverage: 86.9% of statements 19:38:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:38:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:38:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:38:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:38:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.237s coverage: 87.2% of statements 19:38:58 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.199s coverage: 20.0% of statements 19:38:58 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:38:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:38:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.208s coverage: 100.0% of statements 19:38:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:38:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.301s coverage: 77.4% of statements 19:38:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:38:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.293s coverage: 80.0% of statements 19:38:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.251s coverage: 87.2% of statements 19:38:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.894s coverage: 91.2% of statements 19:38:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:39:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.483s coverage: 63.1% of statements 19:39:01 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:39:01 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:39:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.233s coverage: 100.0% of statements 19:39:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.136s coverage: 89.4% of statements 19:39:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.132s coverage: 100.0% of statements 19:39:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.089s coverage: 73.7% of statements 19:39:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.064s coverage: 100.0% of statements 19:39:07 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.449s coverage: 65.3% of statements 19:39:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:39:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:39:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:39:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.230s coverage: 41.0% of statements 19:39:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:39:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:39:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.317s coverage: 89.5% of statements 19:39:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:39:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.257s coverage: 84.8% of statements 19:39:10 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:39:10 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:39:10 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:39:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:39:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.329s coverage: 17.7% of statements 19:39:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:39:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:39:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:39:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:39:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.825s coverage: 92.3% of statements 19:39:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:39:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:39:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:39:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:39:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.314s coverage: 63.2% of statements 19:39:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:39:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:39:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.514s coverage: 97.7% of statements 19:39:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:39:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:39:20 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 19:39:20 WARNING: Linting skipped (not on x86_64 or linter not installed) 19:39:20 go vet ./... 19:41:12 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:41:12 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:41:12 ./bin/test-attribution-txt.sh [Pipeline] echo 19:41:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:41:13 + ls -al . 19:41:13 total 740 19:41:13 drwxrwxr-x 10 1001 1001 4096 Feb 14 19:34 . 19:41:13 drwxr-xr-x 4 root root 4096 Feb 14 19:34 .. 19:41:13 drwxrwxr-x 2 1001 1001 4096 Feb 14 19:32 .blubracket 19:41:13 -rw-rw-r-- 1 1001 1001 16 Feb 14 19:32 .dockerignore 19:41:13 drwxrwxr-x 8 1001 1001 4096 Feb 14 19:32 .git 19:41:13 drwxrwxr-x 3 1001 1001 4096 Feb 14 19:32 .github 19:41:13 -rw-rw-r-- 1 1001 1001 1024 Feb 14 19:32 .gitignore 19:41:13 -rw-rw-r-- 1 1001 1001 42 Feb 14 19:32 .golangci.yml 19:41:13 -rw-rw-r-- 1 1001 1001 87 Feb 14 19:32 .hadolint.yml 19:41:13 -rw-rw-r-- 1 1001 1001 166 Feb 14 19:32 .sonarcloud.properties 19:41:13 -rw-rw-r-- 1 1001 1001 1171 Feb 14 19:32 ADOPTERS.md 19:41:13 -rw-rw-r-- 1 1001 1001 10825 Feb 14 19:32 Attribution.txt 19:41:13 -rw-rw-r-- 1 1001 1001 73765 Feb 14 19:32 CHANGELOG.md 19:41:13 -rw-rw-r-- 1 1001 1001 3804 Feb 14 19:32 CONTRIBUTING.md 19:41:13 -rw-rw-r-- 1 1001 1001 677 Feb 14 19:32 GOVERNANCE.md 19:41:13 -rw-rw-r-- 1 1001 1001 850 Feb 14 19:32 Jenkinsfile 19:41:13 -rw-rw-r-- 1 1001 1001 10775 Feb 14 19:32 LICENSE 19:41:13 -rw-rw-r-- 1 1001 1001 13375 Feb 14 19:32 Makefile 19:41:13 -rw-rw-r-- 1 1001 1001 582 Feb 14 19:32 OWNERS.md 19:41:13 -rw-rw-r-- 1 1001 1001 9403 Feb 14 19:32 README.md 19:41:13 -rw-rw-r-- 1 1001 1001 6912 Feb 14 19:32 SECURITY.md 19:41:13 -rw-rw-r-- 1 1001 1001 5 Feb 14 19:29 VERSION 19:41:13 drwxrwxr-x 2 1001 1001 4096 Feb 14 19:32 bin 19:41:13 drwxrwxr-x 17 1001 1001 4096 Feb 14 19:32 cmd 19:41:13 -rw-r--r-- 1 root root 487233 Feb 14 19:39 coverage.out 19:41:13 -rw-rw-r-- 1 1001 1001 3295 Feb 14 19:32 go.mod 19:41:13 -rw-rw-r-- 1 1001 1001 33318 Feb 14 19:32 go.sum 19:41:13 drwxrwxr-x 7 1001 1001 4096 Feb 14 19:32 internal 19:41:13 drwxrwxr-x 3 1001 1001 4096 Feb 14 19:32 openapi 19:41:13 drwxrwxr-x 4 1001 1001 4096 Feb 14 19:32 snap 19:41:13 -rw-rw-r-- 1 1001 1001 204 Feb 14 19:32 version.go [Pipeline] sh 19:41:14 + '[' -e coverage.out ] 19:41:14 + chown 1001:1001 coverage.out [Pipeline] stash 19:41:14 Warning: overwriting stash ‘coverage-report’ 19:41:15 Stashed 1 file(s) [Pipeline] sh 19:41:15 + make build 19:41:15 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 19:42:52 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 19:42:52 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 19:42:53 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 19:42:58 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 19:43:44 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 19:43:49 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:43:54 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:44:01 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 19:44:04 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:44:09 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:44:24 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 19:44:31 $ docker stop --time=1 aa4bf0618f470bcd4cd717045458b050ea02692252d1732e0e2a573e31dfc53e 19:44:33 $ docker rm -f --volumes aa4bf0618f470bcd4cd717045458b050ea02692252d1732e0e2a573e31dfc53e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:44:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:44:36 19:44:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:44:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:44:36 latest: Pulling from edgex-devops/edgex-compose-arm64 19:44:36 29e5d40040c1: Pulling fs layer 19:44:36 1ce36da41761: Pulling fs layer 19:44:36 25b303627fd3: Pulling fs layer 19:44:36 29e5d40040c1: Verifying Checksum 19:44:36 29e5d40040c1: Download complete 19:44:37 1ce36da41761: Verifying Checksum 19:44:37 1ce36da41761: Download complete 19:44:37 29e5d40040c1: Pull complete 19:44:38 1ce36da41761: Pull complete 19:44:38 25b303627fd3: Verifying Checksum 19:44:38 25b303627fd3: Download complete 19:44:48 25b303627fd3: Pull complete 19:44:48 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 19:44:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:44:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:44:49 prd-ubuntu20.04-docker-arm64-4c-16g-5884 does not seem to be running inside a container 19:44:49 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:44:51 $ docker top 0c544d915bb8b1edb58a116c7920c7ac077a069c242878a9784381bb7d1fc39c -eo pid,comm [Pipeline] { [Pipeline] sh 19:44:52 + docker-compose build --help 19:44:52 + grep parallel 19:44:58 --parallel Build images in parallel. [Pipeline] } 19:44:59 $ docker stop --time=1 0c544d915bb8b1edb58a116c7920c7ac077a069c242878a9784381bb7d1fc39c 19:45:00 $ docker rm -f --volumes 0c544d915bb8b1edb58a116c7920c7ac077a069c242878a9784381bb7d1fc39c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:45:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:45:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:45:01 prd-ubuntu20.04-docker-arm64-4c-16g-5884 does not seem to be running inside a container 19:45:02 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:45:03 $ docker top 526bb533f0bedbe306ee17f6be0662b26f9db5b8cf503279f708cf9d99aa825d -eo pid,comm [Pipeline] { [Pipeline] sh 19:45:04 + docker-compose -f ./docker-compose-build.yml build --parallel 19:45:12 Building core-command ... 19:45:12 Building core-common-config-bootstrapper ... 19:45:12 Building core-data ... 19:45:12 Building core-metadata ... 19:45:12 Building security-bootstrapper ... 19:45:12 Building security-proxy-setup ... 19:45:12 Building security-secretstore-setup ... 19:45:12 Building security-spiffe-token-provider ... 19:45:12 Building security-spire-agent ... 19:45:12 Building security-spire-config ... 19:45:12 Building security-spire-server ... 19:45:12 Building support-notifications ... 19:45:12 Building support-scheduler ... 19:45:12 Building security-spire-server 19:45:12 Building security-spire-config 19:45:12 Building core-metadata 19:45:12 Building security-proxy-setup 19:45:12 Building security-spire-agent 19:45:59 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:45:59 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:45:59 ---> 2d40d7bd24a0 19:45:59 Step 3/21 : WORKDIR /edgex-go 19:45:59 ---> Running in ac4d4879d2b5 19:45:59 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:45:59 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:45:59 ---> 2d40d7bd24a0 19:45:59 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:45:59 ---> Running in 661a4dbb0b42 19:45:59 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:45:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:45:59 ---> 2d40d7bd24a0 19:45:59 Step 3/23 : WORKDIR /edgex-go 19:45:59 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:45:59 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:45:59 ---> 2d40d7bd24a0 19:45:59 Step 3/24 : WORKDIR /edgex-go 19:45:59 ---> Running in 76b1114ce843 19:45:59 ---> Running in eab3a6704c60 19:45:59 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:45:59 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:45:59 ---> 2d40d7bd24a0 19:45:59 Step 3/24 : WORKDIR /edgex-go 19:45:59 ---> Running in f376d4d51b89 19:45:59 Removing intermediate container ac4d4879d2b5 19:45:59 ---> aed3e4bfc9da 19:45:59 Step 4/21 : RUN apk add --update --no-cache make git 19:45:59 Removing intermediate container 661a4dbb0b42 19:45:59 ---> f959910c76af 19:45:59 Step 4/24 : WORKDIR /edgex-go 19:45:59 ---> Running in ccc3eb120c5d 19:45:59 ---> Running in 95f9a3d54ecb 19:45:59 Removing intermediate container eab3a6704c60 19:45:59 ---> eb59a6a9fcce 19:45:59 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 19:45:59 Removing intermediate container 76b1114ce843 19:45:59 ---> a1e712178298 19:45:59 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 19:45:59 Removing intermediate container f376d4d51b89 19:45:59 ---> 49a0276cbf57 19:45:59 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 19:45:59 ---> Running in 3cbfffeeae13 19:45:59 ---> Running in 31404f71314e 19:45:59 ---> Running in 900449983c4e 19:45:59 Removing intermediate container ccc3eb120c5d 19:45:59 ---> 20e38dd29244 19:45:59 Step 5/24 : RUN apk add --update --no-cache make git 19:45:59 ---> Running in 90b625735f5d 19:45:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:46:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:46:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:46:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:46:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:46:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:46:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:46:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:46:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:46:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:46:01 OK: 221 MiB in 51 packages 19:46:02 OK: 221 MiB in 51 packages 19:46:02 OK: 221 MiB in 51 packages 19:46:02 OK: 221 MiB in 51 packages 19:46:03 OK: 221 MiB in 51 packages 19:46:03 Removing intermediate container 95f9a3d54ecb 19:46:03 ---> fcf1a2fa95b2 19:46:03 Step 5/21 : COPY go.mod vendor* ./ 19:46:04 Removing intermediate container 900449983c4e 19:46:04 ---> 3d9d701eeb9d 19:46:04 Step 5/24 : COPY go.mod vendor* ./ 19:46:04 Removing intermediate container 31404f71314e 19:46:04 ---> 38b63cbdf97c 19:46:04 Step 5/24 : COPY go.mod vendor* ./ 19:46:04 ---> c4b52f317b6b 19:46:04 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:46:04 Removing intermediate container 3cbfffeeae13 19:46:04 ---> e92042c74006 19:46:04 Step 5/23 : COPY go.mod vendor* ./ 19:46:04 ---> Running in 26d69ba56f0d 19:46:05 Removing intermediate container 90b625735f5d 19:46:05 ---> c950b26998dd 19:46:05 Step 6/24 : COPY go.mod vendor* ./ 19:46:05 ---> a3db48df06a2 19:46:05 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:46:05 ---> Running in 5bde2bed4081 19:46:05 ---> e349168fa446 19:46:05 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:46:06 ---> Running in 0618b78b6e81 19:46:06 ---> e959895a9fa2 19:46:06 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:46:06 ---> 95a63dfc178d 19:46:06 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:46:06 ---> Running in f2fea9956c6b 19:46:06 ---> Running in 5713d08e5a44 19:48:13 Removing intermediate container 26d69ba56f0d 19:48:13 ---> 86a1372298ca 19:48:13 Step 7/21 : COPY . . 19:48:13 Removing intermediate container 0618b78b6e81 19:48:13 ---> ea78d031ab8f 19:48:13 Step 7/23 : COPY . . 19:48:13 Removing intermediate container 5bde2bed4081 19:48:13 ---> 0db559235a93 19:48:13 Step 7/24 : COPY . . 19:48:13 Removing intermediate container 5713d08e5a44 19:48:13 ---> e522e3119ad8 19:48:13 Step 8/24 : COPY . . 19:48:13 Removing intermediate container f2fea9956c6b 19:48:13 ---> 7c2626d28958 19:48:13 Step 7/24 : COPY . . 19:48:17 ---> a13828b8687e 19:48:17 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 19:48:17 ---> d7194622e153 19:48:17 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 19:48:17 ---> e4095de65bdb 19:48:17 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:48:17 ---> daff83f40fa7 19:48:17 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 19:48:17 ---> Running in 1c809b66c3a7 19:48:17 ---> 83645e8c6bc5 19:48:17 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 19:48:17 ---> Running in b8696aca9c4a 19:48:17 ---> Running in 2670dc669d6e 19:48:17 ---> Running in a677f3277204 19:48:17 ---> Running in 649ac8c6b2df 19:48:18 Removing intermediate container 1c809b66c3a7 19:48:18 ---> 992751b92772 19:48:18 Step 9/23 : WORKDIR /edgex-go/spire-build 19:48:18 ---> Running in 091265f08fc5 19:48:18 Removing intermediate container a677f3277204 19:48:18 ---> be8e1068e52e 19:48:18 Step 9/24 : WORKDIR /edgex-go/spire-build 19:48:18 Removing intermediate container 649ac8c6b2df 19:48:18 ---> 995f17182dde 19:48:18 Step 9/24 : WORKDIR /edgex-go/spire-build 19:48:18 ---> Running in ecf3f3e77d8b 19:48:18 ---> Running in 4557cb36528b 19:48:19 Removing intermediate container 091265f08fc5 19:48:19 ---> d05fe33e5583 19:48:19 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 19:48:19 ---> Running in cf6ea1b2e507 19:48:19 Removing intermediate container 4557cb36528b 19:48:19 ---> b69bcd3792a3 19:48:19 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 19:48:19 Removing intermediate container ecf3f3e77d8b 19:48:19 ---> 8f3fa73ffae7 19:48:19 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 19:48:19 ---> Running in 35a722b1e0e3 19:48:19 ---> Running in e1787ccd9287 19:48:19 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 19:48:20 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:48:23 Removing intermediate container cf6ea1b2e507 19:48:23 ---> 4650ab7824f6 19:48:23 Step 11/23 : WORKDIR /edgex-go 19:48:23 ---> Running in 6f0d0cfc6a26 19:48:24 Removing intermediate container e1787ccd9287 19:48:24 ---> e017fb5ddc63 19:48:24 Step 11/24 : WORKDIR /edgex-go 19:48:24 Removing intermediate container 6f0d0cfc6a26 19:48:24 ---> a6755bacf4f3 19:48:24 19:48:24 Step 12/23 : FROM alpine:3.15 19:48:24 ---> Running in 1b470409f715 19:48:24 Removing intermediate container 35a722b1e0e3 19:48:24 ---> 9633787386f4 19:48:24 Step 11/24 : WORKDIR /edgex-go 19:48:25 3.15: Pulling from library/alpine 19:48:25 ---> Running in 12ec8c3f9519 19:48:25 Removing intermediate container 1b470409f715 19:48:25 ---> 8b4ab7526e03 19:48:25 19:48:25 Step 12/24 : FROM alpine:3.15 19:48:25 3.15: Pulling from library/alpine 19:48:26 Removing intermediate container 12ec8c3f9519 19:48:26 ---> 3fd103191023 19:48:26 19:48:26 Step 12/24 : FROM alpine:3.15 19:48:26 3.15: Pulling from library/alpine 19:48:26 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 19:48:26 Status: Downloaded newer image for alpine:3.15 19:48:26 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 19:48:26 Status: Image is up to date for alpine:3.15 19:48:26 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 19:48:26 Status: Image is up to date for alpine:3.15 19:48:26 ---> 354640af7b1b 19:48:26 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:48:26 ---> 354640af7b1b 19:48:26 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:48:26 ---> 354640af7b1b 19:48:26 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:48:26 ---> Running in 4a7bc9f0a403 19:48:26 ---> Running in ea344964997c 19:48:26 ---> Running in e0dfa4ad25db 19:48:27 Removing intermediate container 4a7bc9f0a403 19:48:27 ---> 04f664d6fd2d 19:48:27 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:48:27 Removing intermediate container e0dfa4ad25db 19:48:27 ---> f4d97e25a30b 19:48:27 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 19:48:27 ---> Running in 806cd2a1c01b 19:48:27 Removing intermediate container ea344964997c 19:48:27 ---> c843f038f736 19:48:27 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:48:28 ---> Running in 0de61e081e32 19:48:28 ---> Running in fb6b57ed8f8b 19:48:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:48:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:48:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:48:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:48:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:48:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:48:33 v3.15.7-2-ga6d375921c3 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 19:48:33 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 19:48:33 OK: 15734 distinct packages available 19:48:33 v3.15.7-2-ga6d375921c3 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 19:48:33 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 19:48:33 OK: 15734 distinct packages available 19:48:33 v3.15.7-2-ga6d375921c3 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 19:48:33 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 19:48:33 OK: 15734 distinct packages available 19:48:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:48:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:48:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:48:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:48:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:48:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:48:34 (1/5) Installing dumb-init (1.2.5-r1) 19:48:34 (2/5) Installing musl-obstack (1.2.3-r0) 19:48:34 (3/5) Installing libucontext (1.1-r0) 19:48:34 (4/5) Installing gcompat (1.0.0-r4) 19:48:34 (5/5) Installing openssl (1.1.1t-r1) 19:48:34 Executing busybox-1.34.1-r7.trigger 19:48:34 OK: 6 MiB in 19 packages 19:48:34 (1/4) Installing dumb-init (1.2.5-r1) 19:48:34 (2/4) Installing musl-obstack (1.2.3-r0) 19:48:34 (3/4) Installing libucontext (1.1-r0) 19:48:34 (4/4) Installing gcompat (1.0.0-r4) 19:48:34 Executing busybox-1.34.1-r7.trigger 19:48:35 OK: 6 MiB in 18 packages 19:48:35 (1/5) Installing dumb-init (1.2.5-r1) 19:48:35 (2/5) Installing musl-obstack (1.2.3-r0) 19:48:35 (3/5) Installing libucontext (1.1-r0) 19:48:35 (4/5) Installing gcompat (1.0.0-r4) 19:48:35 (5/5) Installing openssl (1.1.1t-r1) 19:48:35 Executing busybox-1.34.1-r7.trigger 19:48:35 OK: 6 MiB in 19 packages 19:48:36 Removing intermediate container 806cd2a1c01b 19:48:36 ---> 02578101d852 19:48:36 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:48:37 Removing intermediate container 0de61e081e32 19:48:37 ---> 19c160714c28 19:48:37 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:48:37 Removing intermediate container fb6b57ed8f8b 19:48:37 ---> f82975afc892 19:48:37 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 19:48:44 ---> 2c323e9c0205 19:48:44 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:48:46 ---> c0e5025fb3bf 19:48:46 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:48:48 ---> 9fc4594f08c6 19:48:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:48:49 ---> 55918594bc89 19:48:49 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:48:50 ---> 7ce56b15b849 19:48:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:48:50 ---> 261f274880a7 19:48:50 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 19:48:50 ---> Running in f61ee964ad43 19:48:51 Removing intermediate container f61ee964ad43 19:48:51 ---> 17666966db8d 19:48:51 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:48:52 ---> 0beb4fa7c9dd 19:48:52 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:48:52 ---> Running in ef6007dbcb3a 19:48:52 ---> 08b40eb341cd 19:48:52 Step 19/24 : WORKDIR / 19:48:53 ---> Running in f919439a43a1 19:48:53 Removing intermediate container ef6007dbcb3a 19:48:53 ---> 4b84f61d057e 19:48:53 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:48:53 ---> Running in cd8cdc0dfe8a 19:48:54 Removing intermediate container f919439a43a1 19:48:54 ---> 5f071235fb63 19:48:54 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:48:54 Removing intermediate container cd8cdc0dfe8a 19:48:54 ---> 402ded3b10f3 19:48:54 Step 21/23 : LABEL arch=arm64 19:48:54 ---> Running in 87d7bb9b9760 19:48:54 ---> Running in 8bd58a2067cf 19:48:55 ---> 422d6bee68e1 19:48:55 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:48:55 Removing intermediate container 87d7bb9b9760 19:48:55 ---> 21bc8cd523bd 19:48:55 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:48:56 ---> Running in 2002b13ed592 19:48:56 Removing intermediate container 8bd58a2067cf 19:48:56 ---> adeb2ed3e4e7 19:48:56 Step 22/23 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d 19:48:56 ---> Running in 3eac7e0c0b0a 19:48:56 Removing intermediate container 2002b13ed592 19:48:56 ---> 65a110407079 19:48:56 Step 22/24 : LABEL arch=arm64 19:48:56 ---> Running in bedf68d216f8 19:48:57 ---> 3d70247b4ae5 19:48:57 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:48:57 Removing intermediate container 3eac7e0c0b0a 19:48:57 ---> b3a177f4d859 19:48:57 Step 23/23 : LABEL version=0.0.0 19:48:57 ---> Running in ec560d88367c 19:48:57 Removing intermediate container bedf68d216f8 19:48:57 ---> c859bf0d23db 19:48:57 Step 23/24 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d 19:48:58 ---> Running in 48f28d670e67 19:48:58 Removing intermediate container ec560d88367c 19:48:58 ---> 110ffec391ee 19:48:58 19:48:58 ---> f2689bd12e3f 19:48:58 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:49:00 Removing intermediate container 48f28d670e67 19:49:00 ---> 384c961c5d7b 19:49:00 Step 24/24 : LABEL version=0.0.0 19:49:00 Successfully built 110ffec391ee 19:49:00 Successfully tagged security-spire-server-arm64:latest 19:49:00  Building security-spire-server ... done Building security-bootstrapper 19:49:00 ---> Running in c4d9f54ffd73 19:49:00 Removing intermediate container c4d9f54ffd73 19:49:00 ---> 783ea17d9da0 19:49:00 19:49:00 ---> d633e2470df9 19:49:00 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:49:00 ---> Running in c3f9346049f8 19:49:00 Successfully built 783ea17d9da0 19:49:00 Successfully tagged security-spire-config-arm64:latest 19:49:00 Building core-common-config-bootstrapper 19:49:00  Building security-spire-config ... done Removing intermediate container c3f9346049f8 19:49:00 ---> 04140a27d2a7 19:49:00 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:49:01 ---> Running in 68c080fb974e 19:49:01 Removing intermediate container 68c080fb974e 19:49:01 ---> e2aa8d5885c2 19:49:01 Step 22/24 : LABEL arch=arm64 19:49:01 ---> Running in cb424a73582d 19:49:02 Removing intermediate container cb424a73582d 19:49:02 ---> 77673c54da13 19:49:02 Step 23/24 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d 19:49:02 ---> Running in a6996d9ac24c 19:49:03 Removing intermediate container a6996d9ac24c 19:49:03 ---> 5c96505a5886 19:49:03 Step 24/24 : LABEL version=0.0.0 19:49:03 ---> Running in af121ebaec43 19:49:03 Removing intermediate container af121ebaec43 19:49:03 ---> d8998c9b2c71 19:49:03 19:49:03 Successfully built d8998c9b2c71 19:49:03 Successfully tagged security-spire-agent-arm64:latest 19:49:03 Building support-scheduler 19:49:36  Building security-spire-agent ... done Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:49:36 Step 2/32 : FROM ${BUILDER_BASE} AS builder 19:49:36 ---> 2d40d7bd24a0 19:49:36 Step 3/32 : WORKDIR /edgex-go 19:49:36 ---> Using cache 19:49:36 ---> 49a0276cbf57 19:49:36 Step 4/32 : RUN apk add --update --no-cache make git 19:49:36 ---> Running in 4facc50a5457 19:49:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:49:36 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:49:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:49:36 ---> 2d40d7bd24a0 19:49:36 Step 3/22 : ARG ADD_BUILD_TAGS="" 19:49:36 ---> Using cache 19:49:36 ---> f959910c76af 19:49:36 Step 4/22 : WORKDIR /edgex-go 19:49:36 ---> Using cache 19:49:36 ---> 20e38dd29244 19:49:36 Step 5/22 : RUN apk add --update --no-cache make git 19:49:36 ---> Using cache 19:49:36 ---> c950b26998dd 19:49:36 Step 6/22 : COPY go.mod vendor* ./ 19:49:36 ---> Using cache 19:49:36 ---> 95a63dfc178d 19:49:36 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:49:36 ---> Using cache 19:49:36 ---> e522e3119ad8 19:49:36 Step 8/22 : COPY . . 19:49:36 ---> Using cache 19:49:36 ---> daff83f40fa7 19:49:36 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 19:49:36 ---> Running in a398008c75be 19:49:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:49:38 OK: 221 MiB in 51 packages 19:49:38 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:49:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:49:38 ---> 2d40d7bd24a0 19:49:38 Step 3/22 : ARG ADD_BUILD_TAGS="" 19:49:38 ---> Using cache 19:49:38 ---> f959910c76af 19:49:38 Step 4/22 : WORKDIR /edgex-go 19:49:38 ---> Using cache 19:49:38 ---> 20e38dd29244 19:49:38 Step 5/22 : RUN apk add --update --no-cache make git 19:49:38 ---> Using cache 19:49:38 ---> c950b26998dd 19:49:38 Step 6/22 : COPY go.mod vendor* ./ 19:49:38 ---> Using cache 19:49:38 ---> 95a63dfc178d 19:49:38 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:49:38 ---> Using cache 19:49:38 ---> e522e3119ad8 19:49:38 Step 8/22 : COPY . . 19:49:38 ---> Using cache 19:49:38 ---> daff83f40fa7 19:49:38 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:49:39 ---> Running in 74f80cf9a12a 19:49:39 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 19:49:40 Removing intermediate container 4facc50a5457 19:49:40 ---> e93ff3f79d2c 19:49:40 Step 5/32 : COPY go.mod vendor* ./ 19:49:41 ---> d2db41511599 19:49:41 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:49:41 ---> Running in 0b47235fca03 19:49:42 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 19:51:33 Removing intermediate container 0b47235fca03 19:51:33 ---> abca25442600 19:51:33 Step 7/32 : COPY . . 19:51:33 ---> 3c98291f980d 19:51:33 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:51:33 ---> Running in 05488d96d2db 19:51:34 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:53:56 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 19:54:14 Removing intermediate container 2670dc669d6e 19:54:14 ---> e756896aea2b 19:54:14 19:54:14 Step 9/21 : FROM alpine:3.16 19:54:14 3.16: Pulling from library/alpine 19:54:16 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 19:54:16 Status: Downloaded newer image for alpine:3.16 19:54:16 ---> 4c81e5bf8899 19:54:16 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 19:54:16 ---> Running in 27fea71b7e1f 19:54:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:54:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:54:20 (1/6) Installing ca-certificates (20220614-r0) 19:54:20 (2/6) Installing brotli-libs (1.0.9-r6) 19:54:20 (3/6) Installing nghttp2-libs (1.47.0-r0) 19:54:20 (4/6) Installing libcurl (7.83.1-r5) 19:54:20 (5/6) Installing curl (7.83.1-r5) 19:54:20 (6/6) Installing dumb-init (1.2.5-r1) 19:54:20 Executing busybox-1.35.0-r17.trigger 19:54:20 Executing ca-certificates-20220614-r0.trigger 19:54:20 OK: 8 MiB in 20 packages 19:54:22 Removing intermediate container 27fea71b7e1f 19:54:22 ---> 01810c549d13 19:54:22 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:54:23 ---> Running in 1da7b2184a67 19:54:23 Removing intermediate container 1da7b2184a67 19:54:23 ---> 1ec1ea2f6c1a 19:54:23 Step 12/21 : WORKDIR /edgex 19:54:23 ---> Running in bdbad3ac6823 19:54:24 Removing intermediate container bdbad3ac6823 19:54:24 ---> e26d3e4b06c3 19:54:24 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:54:25 ---> 9b49e97c1373 19:54:25 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:54:26 ---> 5247ecfea528 19:54:26 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:54:28 ---> 0b2b238636c8 19:54:28 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:54:29 ---> e4e7ee15fccd 19:54:29 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:54:29 ---> Running in d70f4a6fa1e2 19:54:32 Removing intermediate container d70f4a6fa1e2 19:54:32 ---> bfa7f1c24cfc 19:54:32 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 19:54:32 ---> Running in 8b34a8bd9d6d 19:54:33 Removing intermediate container 8b34a8bd9d6d 19:54:33 ---> 7c2068e9e131 19:54:33 Step 19/21 : LABEL arch=arm64 19:54:33 ---> Running in 73db1463f32f 19:54:33 Removing intermediate container 73db1463f32f 19:54:33 ---> 5966d37f8c34 19:54:33 Step 20/21 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d 19:54:33 ---> Running in 21dcb6b09a2c 19:54:34 Removing intermediate container 21dcb6b09a2c 19:54:34 ---> eb0a132b95f8 19:54:34 Step 21/21 : LABEL version=0.0.0 19:54:34 ---> Running in 1aa2ad581c82 19:54:34 Removing intermediate container 1aa2ad581c82 19:54:34 ---> 69959ada0414 19:54:34 19:54:35 Successfully built 69959ada0414 19:54:35 Successfully tagged security-proxy-setup-arm64:latest 19:54:35  Building security-proxy-setup ... done Building security-spiffe-token-provider 19:54:53 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:54:53 Step 2/19 : FROM ${BUILDER_BASE} AS builder 19:54:53 ---> 2d40d7bd24a0 19:54:53 Step 3/19 : WORKDIR /edgex-go 19:54:53 ---> Using cache 19:54:53 ---> 49a0276cbf57 19:54:53 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 19:54:53 ---> Running in 213a50ca53f7 19:54:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:54:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:54:57 v3.16.4-3-g1cb3c48b147 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 19:54:57 v3.16.3-170-gb4524a0c7b8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 19:54:57 OK: 16903 distinct packages available 19:54:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:54:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:54:59 OK: 221 MiB in 51 packages 19:55:00 Removing intermediate container 213a50ca53f7 19:55:00 ---> 3df3070f87e8 19:55:00 Step 5/19 : COPY go.mod vendor* ./ 19:55:01 ---> 258623ef2e0a 19:55:01 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:55:01 ---> Running in 5f0630331165 19:55:19 Removing intermediate container b8696aca9c4a 19:55:19 ---> 20bd2d4ec384 19:55:19 19:55:19 Step 10/24 : FROM alpine:3.16 19:55:19 ---> 4c81e5bf8899 19:55:19 Step 11/24 : RUN apk add --update --no-cache dumb-init 19:55:19 ---> Running in 57f124c7a657 19:55:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:55:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:55:26 (1/1) Installing dumb-init (1.2.5-r1) 19:55:26 Executing busybox-1.35.0-r17.trigger 19:55:26 OK: 5 MiB in 15 packages 19:55:27 Removing intermediate container 57f124c7a657 19:55:27 ---> 537714162efc 19:55:27 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:55:27 ---> Running in a7f34fd188a0 19:55:28 Removing intermediate container a7f34fd188a0 19:55:28 ---> ed37db7ce87a 19:55:28 Step 13/24 : ENV APP_PORT=59881 19:55:28 ---> Running in 375cdcda7716 19:55:29 Removing intermediate container 375cdcda7716 19:55:29 ---> 5b9c62dc99a9 19:55:29 Step 14/24 : EXPOSE $APP_PORT 19:55:29 ---> Running in f3a358343eb7 19:55:29 Removing intermediate container f3a358343eb7 19:55:29 ---> 2497533eca70 19:55:29 Step 15/24 : WORKDIR / 19:55:29 ---> Running in 70443997244f 19:55:30 Removing intermediate container 70443997244f 19:55:30 ---> 06b891414de2 19:55:30 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:55:31 ---> 50c2878eb8f0 19:55:31 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:55:33 ---> d5845c2ee47b 19:55:33 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:55:33 ---> de8d0e101a44 19:55:33 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 19:55:36 ---> d9287e809976 19:55:36 Step 20/24 : ENTRYPOINT ["/core-metadata"] 19:55:36 ---> Running in 8448b306816c 19:55:36 Removing intermediate container 8448b306816c 19:55:36 ---> c45b0133509c 19:55:36 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 19:55:37 ---> Running in 0145f4531b82 19:55:37 Removing intermediate container 0145f4531b82 19:55:37 ---> 8c05a0c53d19 19:55:37 Step 22/24 : LABEL arch=arm64 19:55:37 ---> Running in 609a2777de6a 19:55:38 Removing intermediate container 609a2777de6a 19:55:38 ---> 649aadc3960b 19:55:38 Step 23/24 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d 19:55:38 ---> Running in 65eb89f40f65 19:55:38 Removing intermediate container 65eb89f40f65 19:55:38 ---> c34466de08f4 19:55:38 Step 24/24 : LABEL version=0.0.0 19:55:38 ---> Running in 5ea22817311b 19:55:39 Removing intermediate container 5ea22817311b 19:55:39 ---> 38bc3e3793ce 19:55:39 19:55:39 Successfully built 38bc3e3793ce 19:55:39 Successfully tagged core-metadata-arm64:latest 19:55:39  Building core-metadata ... done Building core-command 19:56:01 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:56:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:56:01 ---> 2d40d7bd24a0 19:56:01 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:56:01 ---> Using cache 19:56:01 ---> f959910c76af 19:56:01 Step 4/23 : WORKDIR /edgex-go 19:56:01 ---> Using cache 19:56:01 ---> 20e38dd29244 19:56:01 Step 5/23 : RUN apk add --update --no-cache make git 19:56:01 ---> Using cache 19:56:01 ---> c950b26998dd 19:56:01 Step 6/23 : COPY go.mod vendor* ./ 19:56:01 ---> Using cache 19:56:01 ---> 95a63dfc178d 19:56:01 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:56:01 ---> Using cache 19:56:01 ---> e522e3119ad8 19:56:01 Step 8/23 : COPY . . 19:56:01 ---> Using cache 19:56:01 ---> daff83f40fa7 19:56:01 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 19:56:01 ---> Running in 0ea128863a13 19:56:03 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 19:56:50 Removing intermediate container a398008c75be 19:56:50 ---> ca77cdec1e92 19:56:50 19:56:50 Step 10/22 : FROM alpine:3.16 19:56:50 ---> 4c81e5bf8899 19:56:50 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 19:56:50 ---> Running in c3a5b97bdf10 19:56:50 Removing intermediate container c3a5b97bdf10 19:56:50 ---> 1df4d9e3028e 19:56:50 Step 12/22 : RUN apk add --update --no-cache dumb-init 19:56:50 ---> Running in d115ee4e948a 19:56:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:56:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:56:50 Removing intermediate container 5f0630331165 19:56:50 ---> 3b5d1cb182d6 19:56:50 Step 7/19 : COPY . . 19:56:50 (1/1) Installing dumb-init (1.2.5-r1) 19:56:50 Executing busybox-1.35.0-r17.trigger 19:56:50 OK: 5 MiB in 15 packages 19:56:51 Removing intermediate container d115ee4e948a 19:56:51 ---> 04c3736c7f8c 19:56:51 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:56:53 ---> d777591030a9 19:56:53 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 19:56:55 ---> 4f28f544ee6d 19:56:55 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 19:56:56 ---> 61d58f21cbd3 19:56:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 19:56:58 ---> f23aec44e901 19:56:58 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:56:58 ---> Running in 94f42ca93a9d 19:57:02 Removing intermediate container 94f42ca93a9d 19:57:02 ---> fd154400a0b8 19:57:02 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 19:57:03 ---> Running in 81fe6bf49334 19:57:04 Removing intermediate container 81fe6bf49334 19:57:04 ---> e5e13d08c60d 19:57:04 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 19:57:04 ---> Running in c2318a2d2834 19:57:06 Removing intermediate container c2318a2d2834 19:57:06 ---> 2c450ad3e560 19:57:06 Step 20/22 : LABEL arch=arm64 19:57:06 ---> Running in b2b26efc632e 19:57:06 Removing intermediate container b2b26efc632e 19:57:06 ---> a21fc85ed1f5 19:57:06 Step 21/22 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d 19:57:06 ---> Running in 9ad7c6056324 19:57:07 ---> 27380ab5febd 19:57:07 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:57:07 ---> Running in 8d5f87990ee7 19:57:08 Removing intermediate container 9ad7c6056324 19:57:08 ---> 0fd5352093b7 19:57:08 Step 22/22 : LABEL version=0.0.0 19:57:08 ---> Running in 0d2a0168c9e6 19:57:08 Removing intermediate container 0d2a0168c9e6 19:57:08 ---> 6da8fcff2e9e 19:57:08 19:57:09 Successfully built 6da8fcff2e9e 19:57:09 Successfully tagged core-common-config-bootstrapper-arm64:latest 19:57:09  Building core-common-config-bootstrapper ... done Building security-secretstore-setup 19:57: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 19:57:27 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:57:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:57:27 ---> 2d40d7bd24a0 19:57:27 Step 3/24 : WORKDIR /edgex-go 19:57:27 ---> Using cache 19:57:27 ---> 49a0276cbf57 19:57:27 Step 4/24 : RUN apk add --update --no-cache make git 19:57:27 ---> Using cache 19:57:27 ---> e93ff3f79d2c 19:57:27 Step 5/24 : COPY go.mod vendor* ./ 19:57:27 ---> Using cache 19:57:27 ---> d2db41511599 19:57:27 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:57:27 ---> Using cache 19:57:27 ---> abca25442600 19:57:27 Step 7/24 : COPY . . 19:57:27 ---> Using cache 19:57:27 ---> 3c98291f980d 19:57:27 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:57:27 ---> Running in c665ee5afc6a 19:57: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-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:58:25 Removing intermediate container 05488d96d2db 19:58:25 ---> 26c89389ea82 19:58:25 19:58:25 Step 9/32 : FROM alpine:3.16 19:58:25 ---> 4c81e5bf8899 19:58:25 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:58:25 ---> Running in dbbccc1c7419 19:58:25 Removing intermediate container dbbccc1c7419 19:58:25 ---> 88fd38911eda 19:58:25 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 19:58:25 ---> Running in 53a9eb36e83b 19:58:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:58:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:58:28 (1/2) Installing dumb-init (1.2.5-r1) 19:58:28 (2/2) Installing su-exec (0.2-r1) 19:58:28 Executing busybox-1.35.0-r17.trigger 19:58:28 OK: 5 MiB in 16 packages 19:58:30 Removing intermediate container 53a9eb36e83b 19:58:30 ---> 87f5c6996dba 19:58:30 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 19:58:30 ---> Running in 44e37fa28809 19:58:30 Removing intermediate container 44e37fa28809 19:58:30 ---> 1052467ae45e 19:58:30 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 19:58:30 ---> Running in 993be1e291b9 19:58:31 Removing intermediate container 993be1e291b9 19:58:31 ---> 85848aa9228c 19:58:31 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 19:58:31 ---> Running in cc071c26b8aa 19:58:32 Removing intermediate container cc071c26b8aa 19:58:32 ---> e0688df448d2 19:58:32 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 19:58:32 ---> Running in 4662e2b047dc 19:58:32 Removing intermediate container 4662e2b047dc 19:58:32 ---> 4565fc4ac9bf 19:58:32 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 19:58:32 ---> Running in b6f93e8bc57c 19:58:36 Removing intermediate container b6f93e8bc57c 19:58:36 ---> 83fcbe552cd4 19:58:36 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 19:58:36 ---> Running in 48bd66b0ed74 19:58:36 Removing intermediate container 48bd66b0ed74 19:58:36 ---> f053f9f902fc 19:58:36 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 19:58:37 ---> 9e1ca4fdecca 19:58:37 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 19:58:37 ---> Running in 3366f3d2f5c5 19:58:41 Removing intermediate container 3366f3d2f5c5 19:58:41 ---> 7ef62f8ba3cf 19:58:41 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 19:58:41 ---> c9febfefe263 19:58:41 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:58:43 ---> 42e275981d07 19:58:43 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:58:45 ---> d0bbcbc6699b 19:58:45 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:58:46 ---> fc9bec8f7b0d 19:58:46 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 19:58:47 ---> 012158eb755f 19:58:47 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 19:58:48 ---> 83562d1043c5 19:58:48 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:58:49 ---> 04bab89dbbfa 19:58:49 Step 27/32 : RUN chmod +x /entrypoint.sh 19:58:49 ---> Running in 388ce9363d3b 19:58:53 Removing intermediate container 388ce9363d3b 19:58:53 ---> c06e72ca7b77 19:58:53 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 19:58:53 ---> Running in 34b2b4dfc55d 19:58:53 Removing intermediate container 34b2b4dfc55d 19:58:53 ---> e2f0f1ab62e7 19:58:53 Step 29/32 : CMD ["gate"] 19:58:53 ---> Running in 60e95d48942d 19:58:53 Removing intermediate container 60e95d48942d 19:58:53 ---> f3cd1be58f17 19:58:53 Step 30/32 : LABEL arch=arm64 19:58:53 ---> Running in 7f595598c0c0 19:58:54 Removing intermediate container 7f595598c0c0 19:58:54 ---> 9838d22ae925 19:58:54 Step 31/32 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d 19:58:54 ---> Running in 23629add265b 19:58:55 Removing intermediate container 23629add265b 19:58:55 ---> cf9e2717bb7e 19:58:55 Step 32/32 : LABEL version=0.0.0 19:58:55 ---> Running in f52142175bc7 19:58:55 Removing intermediate container f52142175bc7 19:58:55 ---> 7b47706aaeb1 19:58:55 19:58:55 Successfully built 7b47706aaeb1 19:58:55 Successfully tagged security-bootstrapper-arm64:latest 19:58:55  Building security-bootstrapper ... done Building support-notifications 19:59:14 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:59:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:59:14 ---> 2d40d7bd24a0 19:59:14 Step 3/22 : ARG ADD_BUILD_TAGS="" 19:59:14 ---> Using cache 19:59:14 ---> f959910c76af 19:59:14 Step 4/22 : WORKDIR /edgex-go 19:59:14 ---> Using cache 19:59:14 ---> 20e38dd29244 19:59:14 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:59:14 ---> Running in 2eb028ecd5cb 19:59:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:59:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:59:16 OK: 221 MiB in 51 packages 19:59:17 Removing intermediate container 2eb028ecd5cb 19:59:17 ---> 620ec76b45d4 19:59:17 Step 6/22 : COPY go.mod vendor* ./ 19:59:18 ---> 1f3dd3f7d2f6 19:59:18 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:59:18 ---> Running in 50f2b8ce0717 20:00:15 Removing intermediate container 74f80cf9a12a 20:00:15 ---> 80a586788576 20:00:15 20:00:15 Step 10/22 : FROM alpine:3.16 20:00:15 ---> 4c81e5bf8899 20:00:15 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:00:15 ---> Using cache 20:00:15 ---> 537714162efc 20:00:15 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:00:15 ---> Using cache 20:00:15 ---> ed37db7ce87a 20:00:15 Step 13/22 : ENV APP_PORT=59861 20:00:15 ---> Running in 33eaec73f6fb 20:00:15 Removing intermediate container 33eaec73f6fb 20:00:15 ---> 785bce65ce35 20:00:15 Step 14/22 : EXPOSE $APP_PORT 20:00:15 ---> Running in 06242393c7ec 20:00:15 Removing intermediate container 06242393c7ec 20:00:15 ---> 9f9c2d7b34fe 20:00:15 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:00:15 ---> 23aaa785a218 20:00:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:00:17 ---> 70a0cbe07f7a 20:00:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:00:17 ---> fb9228304e31 20:00:17 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:00:18 ---> Running in 9deca2da61fd 20:00:18 Removing intermediate container 9deca2da61fd 20:00:18 ---> 4259b65f7838 20:00:18 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:00:18 ---> Running in 1f4ae437eb84 20:00:19 Removing intermediate container 1f4ae437eb84 20:00:19 ---> 5a9222e227c4 20:00:19 Step 20/22 : LABEL arch=arm64 20:00:19 ---> Running in 8624939cc0dc 20:00:20 Removing intermediate container 8624939cc0dc 20:00:20 ---> f7638fec90af 20:00:20 Step 21/22 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d 20:00:20 ---> Running in d5a4109fd49f 20:00:20 Removing intermediate container d5a4109fd49f 20:00:20 ---> bd979485f653 20:00:20 Step 22/22 : LABEL version=0.0.0 20:00:20 ---> Running in 1367871262bd 20:00:21 Removing intermediate container 1367871262bd 20:00:21 ---> d4afe5db3328 20:00:21 20:00:21 Successfully built d4afe5db3328 20:00:21 Successfully tagged support-scheduler-arm64:latest 20:00:21 Building core-data 20:00:40  Building support-scheduler ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:00:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:00:40 ---> 2d40d7bd24a0 20:00:40 Step 3/22 : ARG ADD_BUILD_TAGS="" 20:00:40 ---> Using cache 20:00:40 ---> f959910c76af 20:00:40 Step 4/22 : WORKDIR /edgex-go 20:00:40 ---> Using cache 20:00:40 ---> 20e38dd29244 20:00:40 Step 5/22 : RUN apk add --update --no-cache make git 20:00:40 ---> Using cache 20:00:40 ---> c950b26998dd 20:00:40 Step 6/22 : COPY go.mod vendor* ./ 20:00:40 ---> Using cache 20:00:40 ---> 95a63dfc178d 20:00:40 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:00:40 ---> Using cache 20:00:40 ---> e522e3119ad8 20:00:40 Step 8/22 : COPY . . 20:00:40 ---> Using cache 20:00:40 ---> daff83f40fa7 20:00:40 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 20:00:42 ---> Running in 06dfc637a578 20:00:45 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 20:01:03 Removing intermediate container 50f2b8ce0717 20:01:03 ---> 01d256e1d1c4 20:01:03 Step 8/22 : COPY . . 20:01:15 ---> 70c27223b4a1 20:01:15 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:01:15 ---> Running in d71ca49ca9a0 20:01:17 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 20:03:24 Removing intermediate container 0ea128863a13 20:03:24 ---> 901e0b213721 20:03:24 20:03:24 Step 10/23 : FROM alpine:3.16 20:03:24 ---> 4c81e5bf8899 20:03:24 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:03:24 ---> Using cache 20:03:24 ---> 537714162efc 20:03:24 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:03:24 ---> Using cache 20:03:24 ---> ed37db7ce87a 20:03:24 Step 13/23 : ENV APP_PORT=59882 20:03:24 ---> Running in 84c736f445d0 20:03:24 Removing intermediate container 84c736f445d0 20:03:24 ---> 53a29628d3a0 20:03:24 Step 14/23 : EXPOSE $APP_PORT 20:03:24 ---> Running in 3b9bae8837e1 20:03:24 Removing intermediate container 3b9bae8837e1 20:03:24 ---> fd436ec19d8e 20:03:24 Step 15/23 : WORKDIR / 20:03:24 ---> Running in 7e74466e6d8c 20:03:24 Removing intermediate container 7e74466e6d8c 20:03:24 ---> c2483294a41c 20:03:24 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:03:24 ---> 30f5ddae9710 20:03:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:03:24 ---> 2ade54f672ec 20:03:24 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:03:24 ---> 6c8aa6d0c9b2 20:03:24 Step 19/23 : ENTRYPOINT ["/core-command"] 20:03:24 ---> Running in 39d509900836 20:03:24 Removing intermediate container 39d509900836 20:03:24 ---> 86bc33404d78 20:03:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:03:24 ---> Running in 7f17882d4905 20:03:25 Removing intermediate container 7f17882d4905 20:03:25 ---> c6ca2db607af 20:03:25 Step 21/23 : LABEL arch=arm64 20:03:25 ---> Running in 68ad022fa91e 20:03:26 Removing intermediate container 68ad022fa91e 20:03:26 ---> 9b168f1a6ff3 20:03:26 Step 22/23 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d 20:03:26 ---> Running in 64ea6c44e2c4 20:03:26 Removing intermediate container 64ea6c44e2c4 20:03:26 ---> 8326a636ed44 20:03:26 Step 23/23 : LABEL version=0.0.0 20:03:27 ---> Running in 924aecf57cf3 20:03:29 Removing intermediate container 924aecf57cf3 20:03:29 ---> b1907cf2b956 20:03:29 20:03:29 Successfully built b1907cf2b956 20:03:29 Successfully tagged core-command-arm64:latest 20:03:51  Building core-command ... 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 20:04:06 Removing intermediate container c665ee5afc6a 20:04:06 ---> f4a36cf2f581 20:04:06 20:04:06 Step 9/24 : FROM alpine:3.16 20:04:06 ---> 4c81e5bf8899 20:04:06 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:04:06 ---> Running in 53c4b20b7c7a 20:04:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:04:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:04:09 (1/3) Installing ca-certificates (20220614-r0) 20:04:09 (2/3) Installing dumb-init (1.2.5-r1) 20:04:09 (3/3) Installing su-exec (0.2-r1) 20:04:09 Executing busybox-1.35.0-r17.trigger 20:04:09 Executing ca-certificates-20220614-r0.trigger 20:04:10 OK: 6 MiB in 17 packages 20:04:12 Removing intermediate container 53c4b20b7c7a 20:04:12 ---> 22fb1e741030 20:04:12 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:04:12 ---> Running in e60f4bb6678a 20:04:13 Removing intermediate container e60f4bb6678a 20:04:13 ---> 7d60e948c111 20:04:13 Step 12/24 : WORKDIR / 20:04:13 ---> Running in 0600c72f4deb 20:04:13 Removing intermediate container 0600c72f4deb 20:04:13 ---> d05eca17d3f2 20:04:13 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:04:14 ---> 900b1b2a8090 20:04:14 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:04:15 ---> 58c20d8d30a2 20:04:15 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:04:16 ---> 6ee5d8f46203 20:04:16 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 20:04:17 ---> 9ff3060ada91 20:04:17 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:04:19 ---> ef033c602858 20:04:19 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:04:21 ---> 3286fb525c45 20:04:21 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:04:21 ---> 281e7f544749 20:04:21 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:04:21 ---> Running in 5f16b79b0e41 20:04:25 Removing intermediate container 5f16b79b0e41 20:04:25 ---> a9013ff2dd86 20:04:25 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:04:25 ---> Running in 50182cb8414d 20:04:25 Removing intermediate container 50182cb8414d 20:04:25 ---> d17deb8072ae 20:04:25 Step 22/24 : LABEL arch=arm64 20:04:25 ---> Running in 224122aae266 20:04:26 Removing intermediate container 224122aae266 20:04:26 ---> 64e642bcfb33 20:04:26 Step 23/24 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d 20:04:26 ---> Running in 5fc8670ff3da 20:04:27 Removing intermediate container 5fc8670ff3da 20:04:27 ---> 1c2c8bff9422 20:04:27 Step 24/24 : LABEL version=0.0.0 20:04:27 ---> Running in 866c004858a4 20:04:27 Removing intermediate container 866c004858a4 20:04:27 ---> 47f6a06652e7 20:04:27 20:04:27 Successfully built 47f6a06652e7 20:04:27 Successfully tagged security-secretstore-setup-arm64:latest 20:05:49  Building security-secretstore-setup ... done Removing intermediate container 8d5f87990ee7 20:05:49 ---> 9c70af74f3d9 20:05:49 20:05:49 Step 9/19 : FROM alpine:3.15 20:05:49 ---> 354640af7b1b 20:05:49 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:05:49 ---> Using cache 20:05:49 ---> c843f038f736 20:05:49 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:05:49 ---> Running in 8f91beeda268 20:05:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:05:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:05:49 v3.15.7-2-ga6d375921c3 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 20:05:49 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 20:05:49 OK: 15734 distinct packages available 20:05:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:05:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:05:49 (1/9) Installing ca-certificates (20220614-r0) 20:05:49 (2/9) Installing brotli-libs (1.0.9-r5) 20:05:49 (3/9) Installing nghttp2-libs (1.46.0-r0) 20:05:49 (4/9) Installing libcurl (7.80.0-r5) 20:05:49 (5/9) Installing curl (7.80.0-r5) 20:05:49 (6/9) Installing dumb-init (1.2.5-r1) 20:05:49 (7/9) Installing musl-obstack (1.2.3-r0) 20:05:49 (8/9) Installing libucontext (1.1-r0) 20:05:49 (9/9) Installing gcompat (1.0.0-r4) 20:05:49 Executing busybox-1.34.1-r7.trigger 20:05:49 Executing ca-certificates-20220614-r0.trigger 20:05:49 OK: 8 MiB in 23 packages 20:05:49 Removing intermediate container 8f91beeda268 20:05:49 ---> bb83882a4aa3 20:05:49 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 20:05:49 ---> c295449facd1 20:05:49 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:05:49 ---> a215f0b4fa60 20:05:49 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 20:05:49 ---> 9ceeccbabb14 20:05:49 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 20:05:49 ---> Running in effc0d7f9483 20:05:49 Removing intermediate container effc0d7f9483 20:05:49 ---> 5f5f0921d823 20:05:49 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:05:49 ---> Running in fed9875b7ede 20:05:50 Removing intermediate container fed9875b7ede 20:05:50 ---> be54888be3b5 20:05:50 Step 17/19 : LABEL arch=arm64 20:05:50 ---> Running in 84c753f58449 20:05:50 Removing intermediate container 84c753f58449 20:05:50 ---> d34a43a44615 20:05:50 Step 18/19 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d 20:05:50 ---> Running in 154ad6e624a8 20:05:51 Removing intermediate container 154ad6e624a8 20:05:51 ---> 41be4ff5419e 20:05:51 Step 19/19 : LABEL version=0.0.0 20:05:51 ---> Running in fbb8fe7150cb 20:05:52 Removing intermediate container fbb8fe7150cb 20:05:52 ---> ca12aa4c43d4 20:05:52 20:05:52 Successfully built ca12aa4c43d4 20:05:52 Successfully tagged security-spiffe-token-provider-arm64:latest 20:06:24  Building security-spiffe-token-provider ... done Removing intermediate container 06dfc637a578 20:06:24 ---> cf2aaf2cb210 20:06:24 20:06:24 Step 10/22 : FROM alpine:3.16 20:06:24 ---> 4c81e5bf8899 20:06:24 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:06:24 ---> Running in def7c7fecf41 20:06:24 Removing intermediate container def7c7fecf41 20:06:24 ---> ad5e16b0ba22 20:06:24 Step 12/22 : ENV APP_PORT=59880 20:06:24 ---> Running in 9ef020f57b24 20:06:24 Removing intermediate container 9ef020f57b24 20:06:24 ---> f2be8d8c1c80 20:06:24 Step 13/22 : EXPOSE $APP_PORT 20:06:24 ---> Running in 9f4ae99f862f 20:06:24 Removing intermediate container 9f4ae99f862f 20:06:24 ---> 4fb7fe0d9d76 20:06:24 Step 14/22 : RUN apk add --update --no-cache dumb-init 20:06:24 ---> Running in d7d1ab39239d 20:06:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:06:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:06:26 (1/1) Installing dumb-init (1.2.5-r1) 20:06:26 Executing busybox-1.35.0-r17.trigger 20:06:26 OK: 5 MiB in 15 packages 20:06:28 Removing intermediate container d7d1ab39239d 20:06:28 ---> d13258103e82 20:06:28 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:06:28 ---> b3ac31421370 20:06:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:06:30 ---> bb4cf0349ba0 20:06:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:06:31 ---> 1d9ee39cd5fd 20:06:31 Step 18/22 : ENTRYPOINT ["/core-data"] 20:06:31 ---> Running in 1d844f8d7a45 20:06:31 Removing intermediate container 1d844f8d7a45 20:06:31 ---> 276f4e4e7e2a 20:06:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:06:32 ---> Running in c1e55d8b1b54 20:06:32 Removing intermediate container c1e55d8b1b54 20:06:32 ---> e7f6ecbba457 20:06:32 Step 20/22 : LABEL arch=arm64 20:06:32 ---> Running in 12cc46d993bf 20:06:33 Removing intermediate container 12cc46d993bf 20:06:33 ---> 34c6e817333e 20:06:33 Step 21/22 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d 20:06:33 ---> Running in e1567f73166f 20:06:33 Removing intermediate container e1567f73166f 20:06:33 ---> 75a3f72664d3 20:06:33 Step 22/22 : LABEL version=0.0.0 20:06:33 ---> Running in 2929f75426e7 20:06:34 Removing intermediate container 2929f75426e7 20:06:34 ---> 7769568fce46 20:06:34 20:06:34 Successfully built 7769568fce46 20:06:34 Successfully tagged core-data-arm64:latest 20:07:06  Building core-data ... done Removing intermediate container d71ca49ca9a0 20:07:06 ---> a216c2ceed11 20:07:06 20:07:06 Step 10/22 : FROM alpine:3.16 20:07:06 ---> 4c81e5bf8899 20:07:06 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:07:06 ---> Running in a3f7967df78b 20:07:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:07:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:07:08 (1/2) Installing ca-certificates (20220614-r0) 20:07:08 (2/2) Installing dumb-init (1.2.5-r1) 20:07:08 Executing busybox-1.35.0-r17.trigger 20:07:08 Executing ca-certificates-20220614-r0.trigger 20:07:08 OK: 6 MiB in 16 packages 20:07:09 Removing intermediate container a3f7967df78b 20:07:09 ---> f125c1094c23 20:07:09 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:07:09 ---> Running in 37ac9930cefb 20:07:10 Removing intermediate container 37ac9930cefb 20:07:10 ---> e4a00665eaa6 20:07:10 Step 13/22 : ENV APP_PORT=59860 20:07:10 ---> Running in 4b8cf035c822 20:07:10 Removing intermediate container 4b8cf035c822 20:07:10 ---> cdd026910040 20:07:10 Step 14/22 : EXPOSE $APP_PORT 20:07:10 ---> Running in 90c205fd6099 20:07:10 Removing intermediate container 90c205fd6099 20:07:10 ---> 5b978b32e61c 20:07:10 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:07:11 ---> e576fac693cd 20:07:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:07:12 ---> b74678f9df6b 20:07:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:07:13 ---> 419693756629 20:07:13 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:07:13 ---> Running in 4900855ad66e 20:07:13 Removing intermediate container 4900855ad66e 20:07:13 ---> 5bf90da4e83f 20:07:13 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:07:13 ---> Running in 8874aefc4a6f 20:07:13 Removing intermediate container 8874aefc4a6f 20:07:13 ---> 30077077b0b6 20:07:13 Step 20/22 : LABEL arch=arm64 20:07:14 ---> Running in cd57a5cd1a97 20:07:14 Removing intermediate container cd57a5cd1a97 20:07:14 ---> 2abec6b7fe86 20:07:14 Step 21/22 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d 20:07:14 ---> Running in 341e52989a58 20:07:14 Removing intermediate container 341e52989a58 20:07:14 ---> 09fd2a717ffb 20:07:14 Step 22/22 : LABEL version=0.0.0 20:07:14 ---> Running in 26d6094dc818 20:07:15 Removing intermediate container 26d6094dc818 20:07:15 ---> 4e09cdc221c3 20:07:15 20:07:15 Successfully built 4e09cdc221c3 20:07:15 Successfully tagged support-notifications-arm64:latest 20:07:15  Building support-notifications ... done  [Pipeline] } 20:07:15 $ docker stop --time=1 526bb533f0bedbe306ee17f6be0662b26f9db5b8cf503279f708cf9d99aa825d 20:07:17 $ docker rm -f --volumes 526bb533f0bedbe306ee17f6be0662b26f9db5b8cf503279f708cf9d99aa825d [Pipeline] // withDockerContainer [Pipeline] sh 20:07:18 + docker images 20:07:18 REPOSITORY TAG IMAGE ID CREATED SIZE 20:07:18 support-notifications-arm64 latest 4e09cdc221c3 4 seconds ago 29.7MB 20:07:18 a216c2ceed11 14 seconds ago 1.57GB 20:07:18 core-data-arm64 latest 7769568fce46 45 seconds ago 17.2MB 20:07:18 cf2aaf2cb210 58 seconds ago 1.51GB 20:07:18 security-spiffe-token-provider-arm64 latest ca12aa4c43d4 About a minute ago 29.1MB 20:07:18 9c70af74f3d9 About a minute ago 1.54GB 20:07:18 security-secretstore-setup-arm64 latest 47f6a06652e7 2 minutes ago 29MB 20:07:18 f4a36cf2f581 3 minutes ago 1.5GB 20:07:18 core-command-arm64 latest b1907cf2b956 3 minutes ago 17MB 20:07:18 901e0b213721 4 minutes ago 1.51GB 20:07:18 support-scheduler-arm64 latest d4afe5db3328 6 minutes ago 29MB 20:07:18 80a586788576 7 minutes ago 1.57GB 20:07:18 security-bootstrapper-arm64 latest 7b47706aaeb1 8 minutes ago 19.6MB 20:07:18 26c89389ea82 8 minutes ago 1.49GB 20:07:18 core-common-config-bootstrapper-arm64 latest 6da8fcff2e9e 10 minutes ago 14.9MB 20:07:18 ca77cdec1e92 10 minutes ago 1.5GB 20:07:18 core-metadata-arm64 latest 38bc3e3793ce 11 minutes ago 17.7MB 20:07:18 20bd2d4ec384 12 minutes ago 1.51GB 20:07:18 security-proxy-setup-arm64 latest 69959ada0414 12 minutes ago 26.9MB 20:07:18 e756896aea2b 13 minutes ago 1.5GB 20:07:18 security-spire-agent-arm64 latest d8998c9b2c71 18 minutes ago 122MB 20:07:18 security-spire-config-arm64 latest 783ea17d9da0 18 minutes ago 83.6MB 20:07:18 security-spire-server-arm64 latest 110ffec391ee 18 minutes ago 84.3MB 20:07:18 3fd103191023 18 minutes ago 1.38GB 20:07:18 8b4ab7526e03 18 minutes ago 1.38GB 20:07:18 a6755bacf4f3 18 minutes ago 1.38GB 20:07:18 ci-base-image-arm64 latest 2d40d7bd24a0 32 minutes ago 905MB 20:07:18 alpine 3.15 354640af7b1b 3 days ago 5.34MB 20:07:18 alpine 3.16 4c81e5bf8899 3 days ago 5.3MB 20:07:18 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 3 months ago 685MB 20:07:18 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 20:07:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:07:19 20:07:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:07:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:07:19 arm64: Pulling from edgex-lftools-log-publisher 20:07:19 8998bd30e6a1: Pulling fs layer 20:07:19 04944245beec: Pulling fs layer 20:07:19 699f458cf7ca: Pulling fs layer 20:07:19 765212b225bb: Pulling fs layer 20:07:19 f23df028b6ca: Pulling fs layer 20:07:19 d65c8cfc05b1: Pulling fs layer 20:07:19 2437ff75d9bd: Pulling fs layer 20:07:19 f23df028b6ca: Waiting 20:07:19 d65c8cfc05b1: Waiting 20:07:19 2437ff75d9bd: Waiting 20:07:19 765212b225bb: Waiting 20:07:19 04944245beec: Verifying Checksum 20:07:19 04944245beec: Download complete 20:07:19 765212b225bb: Verifying Checksum 20:07:19 765212b225bb: Download complete 20:07:19 f23df028b6ca: Verifying Checksum 20:07:19 f23df028b6ca: Download complete 20:07:19 d65c8cfc05b1: Verifying Checksum 20:07:19 d65c8cfc05b1: Download complete 20:07:20 699f458cf7ca: Verifying Checksum 20:07:20 699f458cf7ca: Download complete 20:07:20 8998bd30e6a1: Verifying Checksum 20:07:20 8998bd30e6a1: Download complete 20:07:23 2437ff75d9bd: Verifying Checksum 20:07:23 2437ff75d9bd: Download complete 20:07:24 8998bd30e6a1: Pull complete 20:07:25 04944245beec: Pull complete 20:07:26 699f458cf7ca: Pull complete 20:07:26 765212b225bb: Pull complete 20:07:27 f23df028b6ca: Pull complete 20:07:27 d65c8cfc05b1: Pull complete 20:07:39 2437ff75d9bd: Pull complete 20:07:39 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 20:07:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:07:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:07:40 prd-ubuntu20.04-docker-arm64-4c-16g-5884 does not seem to be running inside a container 20:07:40 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 20:07:44 $ docker top e68b2bb323904ef86853480eb401c9b88db737426876ba4fb00bc87bb83c4a77 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:07:45 ---> job-cost.sh 20:07:45 lf-activate-venv: SKIPPING 20:07:45 INFO: No Stack... 20:07:45 INFO: Retrieving Pricing Info for: v3-standard-4 20:07:46 INFO: Archiving Costs [Pipeline] sh 20:07:47 + cat /w/workspace/edgex-go/1/archives/cost.csv 20:07:47 + cut -d, -f6 [Pipeline] lock 20:07:47 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4355-1-stack-cost] 20:07:47 Resource [jenkins-edgexfoundry-edgex-go-PR-4355-1-stack-cost] did not exist. Created. 20:07:47 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4355-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:07:47 + echo total: 0.10999999940395355 [Pipeline] stash 20:07:47 Stashed 1 file(s) [Pipeline] } 20:07:47 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4355-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:07:48 $ docker stop --time=1 e68b2bb323904ef86853480eb401c9b88db737426876ba4fb00bc87bb83c4a77 20:07:49 $ docker rm -f --volumes e68b2bb323904ef86853480eb401c9b88db737426876ba4fb00bc87bb83c4a77 [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 20:07:50 provisioning config files... 20:07:50 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config16811025447605807624tmp [Pipeline] { [Pipeline] sh 20:07:50 + set +x 20:07:50 + + curl -s https://codecov.io/bash 20:07:50 bash -s -- 20:07:50 20:07:50 _____ _ 20:07:50 / ____| | | 20:07:50 | | ___ __| | ___ ___ _____ __ 20:07:50 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:07:50 | |___| (_) | (_| | __/ (_| (_) \ V / 20:07:50 \_____\___/ \__,_|\___|\___\___/ \_/ 20:07:50 Bash-1.0.6 20:07:50 20:07:50 20:07:50 ==> git version 2.25.1 found 20:07:50 ==> 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 20:07:50 Release-Date: 2020-01-08 20:07:50 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 20:07:50 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 20:07:50 ==> Jenkins CI detected. 20:07:50 current dir:  /w/workspace/edgex-go/1 20:07:50 project root: . 20:07:50 --> token set from env 20:07:50 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:07:50 ==> Running gcov in . (disable via -X gcov) 20:07:50 ==> Python coveragepy not found 20:07:50 ==> Searching for coverage reports in: 20:07:50 + . 20:07:51 -> Found 1 reports 20:07:51 ==> Detecting git/mercurial file structure 20:07:51 ==> Reading reports 20:07:51 + ./coverage.out bytes=487233 20:07:51 ==> Appending adjustments 20:07:51 https://docs.codecov.io/docs/fixing-reports 20:07:52 + Found adjustments 20:07:52 ==> Gzipping contents 20:07:52 64K /tmp/codecov.2DWeeU.gz 20:07:52 ==> Uploading reports 20:07:52 url: https://codecov.io 20:07:52 query: branch=PR-4355&commit=b594af2848531bb9465c05c18fae5d4d3041f37d&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4355%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4355&job=&cmd_args= 20:07:52 -> Pinging Codecov 20:07:52 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4355&commit=b594af2848531bb9465c05c18fae5d4d3041f37d&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4355%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4355&job=&cmd_args= 20:07:52 -> Uploading to 20:07:52 https://storage.googleapis.com/codecov/v4/raw/2023-02-14/00271124DB129430A58F1EEE437C3FCB/b594af2848531bb9465c05c18fae5d4d3041f37d/c85230dc-e12f-40a1-b3a8-07dbf71f17ba.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230214%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230214T200752Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=960a0527ac1de4b4d6ab2d4f66514417318536a0e1f9dfc5e266554ab2a72efb 20:07:52 % Total % Received % Xferd Average Speed Time Time Time Current 20:07:52 Dload Upload Total Spent Left Speed 20:07:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62905 0 0 100 62905 0 215k --:--:-- --:--:-- --:--:-- 215k 20:07:52 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/b594af2848531bb9465c05c18fae5d4d3041f37d [Pipeline] } 20:07:52 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 20:07:53 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 20:07:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:07:55 ---> package-listing.sh 20:07:55 ++ facter osfamily 20:07:55 ++ tr '[:upper:]' '[:lower:]' 20:07:55 + OS_FAMILY=debian 20:07:55 + workspace=/w/workspace/edgex-go/1 20:07:55 + START_PACKAGES=/tmp/packages_start.txt 20:07:55 + END_PACKAGES=/tmp/packages_end.txt 20:07:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:07:55 + PACKAGES=/tmp/packages_start.txt 20:07:55 + '[' /w/workspace/edgex-go/1 ']' 20:07:55 + PACKAGES=/tmp/packages_end.txt 20:07:55 + case "${OS_FAMILY}" in 20:07:55 + dpkg -l 20:07:55 + grep '^ii' 20:07:55 + '[' -f /tmp/packages_start.txt ']' 20:07:55 + '[' -f /tmp/packages_end.txt ']' 20:07:55 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:07:55 + '[' /w/workspace/edgex-go/1 ']' 20:07:55 + mkdir -p /w/workspace/edgex-go/1/archives/ 20:07:55 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 20:07:55 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 20:07:55 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:07:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:07:56 20:07:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:07:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:07:56 latest: Pulling from edgex-lftools-log-publisher 20:07:56 5eb5b503b376: Pulling fs layer 20:07:56 5c69ac0246d0: Pulling fs layer 20:07:56 ec43610c2a17: Pulling fs layer 20:07:56 3a2ae6a8a46f: Pulling fs layer 20:07:56 33b1e0a273af: Pulling fs layer 20:07:56 5d3b04190fa2: Pulling fs layer 20:07:56 2f39f015ded8: Pulling fs layer 20:07:56 3a2ae6a8a46f: Waiting 20:07:56 33b1e0a273af: Waiting 20:07:56 5d3b04190fa2: Waiting 20:07:56 2f39f015ded8: Waiting 20:07:56 5c69ac0246d0: Verifying Checksum 20:07:56 5c69ac0246d0: Download complete 20:07:56 3a2ae6a8a46f: Verifying Checksum 20:07:56 3a2ae6a8a46f: Download complete 20:07:57 33b1e0a273af: Verifying Checksum 20:07:57 33b1e0a273af: Download complete 20:07:57 ec43610c2a17: Verifying Checksum 20:07:57 ec43610c2a17: Download complete 20:07:57 5d3b04190fa2: Verifying Checksum 20:07:57 5d3b04190fa2: Download complete 20:07:57 5eb5b503b376: Verifying Checksum 20:07:57 5eb5b503b376: Download complete 20:07:58 2f39f015ded8: Verifying Checksum 20:07:58 2f39f015ded8: Download complete 20:07:58 5eb5b503b376: Pull complete 20:07:58 5c69ac0246d0: Pull complete 20:07:59 ec43610c2a17: Pull complete 20:07:59 3a2ae6a8a46f: Pull complete 20:07:59 33b1e0a273af: Pull complete 20:07:59 5d3b04190fa2: Pull complete 20:08:03 2f39f015ded8: Pull complete 20:08:03 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:08:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:08:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:08:03 prd-ubuntu20.04-docker-8c-8g-5882 does not seem to be running inside a container 20:08:03 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 20:08:07 $ docker top e2fe42869001a47d62391d2c67348c269481d8ab958d2018bb3c18b646c6a91f -eo pid,comm [Pipeline] { [Pipeline] sh 20:08:07 + touch /tmp/pre-build-complete [Pipeline] sh 20:08:08 + mkdir -p /var/log/sysstat [Pipeline] sh 20:08:08 + ls /var/log/sa-host 20:08:08 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:08:08 provisioning config files... 20:08:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config1057559703540995553tmp [Pipeline] { [Pipeline] echo 20:08:08 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:08:08 ---> create-netrc.sh [Pipeline] } 20:08:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:08:09 ---> python-tools-install.sh [Pipeline] echo 20:08:09 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:08:09 ---> sudo-logs.sh 20:08:09 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:08:09 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:08:10 ---> job-cost.sh 20:08:10 lf-activate-venv: SKIPPING 20:08:10 DEBUG: total: 0.10999999940395355 20:08:10 INFO: Retrieving Stack Cost... 20:08:10 INFO: Retrieving Pricing Info for: v3-standard-8 20:08:11 INFO: Archiving Costs [Pipeline] echo 20:08:11 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:08:11 ---> logs-deploy.sh 20:08:11 lf-activate-venv: SKIPPING 20:08:11 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4355/1 20:08:11 INFO: archiving workspace using pattern(s): 20:08:12 Archives upload complete. 20:08:12 INFO: archiving logs to Nexus