Pull request #4515 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f+5e5e524b046b59e82a11ffe2e7f953256f5ca87d (3683e3cb971df262f7fc6b01e5da9d056dba4bc4) 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-ssh6379845224306836305.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-ssh11724501812259627772.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-4515/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-4515/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15920888981095663411.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-4515/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14795481572238976308.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > 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-ssh16193867985410307985.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-4515/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-4515/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh7498154677379618139.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-8770 in /w/workspace/edgexfoundry_edgex-go_PR-4515 [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 5e5e524b046b59e82a11ffe2e7f953256f5ca87d into PR head commit 9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f Merge succeeded, producing 9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f Checking out Revision 9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f (PR-4515) > 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/4515/head:refs/remotes/origin/PR-4515 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f # 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 5e5e524b046b59e82a11ffe2e7f953256f5ca87d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:58:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:58:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:58:33 ========================================================= 19:58:33 EdgeX Global Pipelines Version Info 19:58:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:58:34 ------------------- 19:58:34 stable info: 19:58:34 ------------------- 19:58:34 Commited By: Bill Mahoney bill.mahoney@intel.com 19:58:34 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 19:58:34 Message: update stable to v1.0.248 19:58:35 ------------------- 19:58:35 experimental info: 19:58:35 ------------------- 19:58:35 Commited By: **** collab-it+edgex@linuxfoundation.org 19:58:35 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 19:58:35 Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:58:35 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:58:35 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:58:35 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:58:35 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:58:35 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:58:35 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 19:58:35 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:58:35 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:58:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:58:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:58:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:58:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:58:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:58:36 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:58:36 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:58:36 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:58:36 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:58:36 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:58:36 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:58:36 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 19:58:36 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:58:36 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:58:36 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 19:58:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4515 [Pipeline] echo 19:58:36 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4515 [Pipeline] echo 19:58:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4515 [Pipeline] echo 19:58:36 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f [Pipeline] echo 19:58:36 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9b68a70 [Pipeline] echo 19:58:36 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:58:36 provisioning config files... 19:58:36 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config14601532821139905151tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:58:37 ---> docker-login.sh 19:58:37 nexus3.edgexfoundry.org:10001 19:58:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:58:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:58:37 Configure a credential helper to remove this warning. See 19:58:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:58:37 19:58:37 Login Succeeded 19:58:37 nexus3.edgexfoundry.org:10002 19:58:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:58:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:58:37 Configure a credential helper to remove this warning. See 19:58:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:58:37 19:58:37 Login Succeeded 19:58:37 nexus3.edgexfoundry.org:10003 19:58:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:58:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:58:37 Configure a credential helper to remove this warning. See 19:58:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:58:37 19:58:37 Login Succeeded 19:58:37 nexus3.edgexfoundry.org:10004 19:58:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:58:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:58:37 Configure a credential helper to remove this warning. See 19:58:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:58:37 19:58:37 Login Succeeded 19:58:37 docker.io 19:58:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:58:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:58:38 Configure a credential helper to remove this warning. See 19:58:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:58:38 19:58:38 Login Succeeded 19:58:38 ---> docker-login.sh ends [Pipeline] } 19:58:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:58:38 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 19:58:38 + dirname cmd/core-command/Dockerfile 19:58:38 + cut -d/ -f2 19:58:38 + echo core-command,cmd/core-command/Dockerfile 19:58:38 + + cut -d/ -f2dirname 19:58:38 cmd/core-common-config-bootstrapper/Dockerfile 19:58:38 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 19:58:38 + + dirname cmd/core-data/Dockerfile 19:58:38 cut -d/ -f2 19:58:38 + echo core-data,cmd/core-data/Dockerfile 19:58:38 + cut -d/ -f2 19:58:38 + dirname cmd/core-metadata/Dockerfile 19:58:38 + echo core-metadata,cmd/core-metadata/Dockerfile 19:58:38 + dirname cmd/security-bootstrapper/Dockerfile 19:58:38 + cut -d/ -f2 19:58:38 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:58:38 + dirname cmd/security-proxy-auth/Dockerfile 19:58:38 + cut -d/ -f2 19:58:38 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 19:58:38 + dirname+ cmd/security-proxy-setup/Dockerfile 19:58:38 cut -d/ -f2 19:58:38 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:58:38 + dirname cmd/security-secretstore-setup/Dockerfile 19:58:38 + cut -d/ -f2 19:58:38 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:58:38 + dirname cmd/security-spiffe-token-provider/Dockerfile 19:58:38 + cut -d/ -f2 19:58:38 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 19:58:38 + dirname cmd/security-spire-agent/Dockerfile 19:58:38 + cut -d/ -f2 19:58:38 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 19:58:38 + dirname cmd/security-spire-config/Dockerfile 19:58:38 + cut -d/ -f2 19:58:38 + echo security-spire-config,cmd/security-spire-config/Dockerfile 19:58:38 + + dirnamecut cmd/security-spire-server/Dockerfile -d/ 19:58:38 -f2 19:58:38 + echo security-spire-server,cmd/security-spire-server/Dockerfile 19:58:38 + dirname cmd/support-notifications/Dockerfile 19:58:38 + cut -d/ -f2 19:58:38 + echo support-notifications,cmd/support-notifications/Dockerfile 19:58:38 + dirname cmd/support-scheduler/Dockerfile 19:58:38 + cut -d/ -f2 19:58:38 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 19:58:38 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 19:58:39 + git rev-list -1 --merges 9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f~1..9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f [Pipeline] echo 19:58:39 -----------> git rev-list -1 --merges 9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f~1..9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f 9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f [false] [Pipeline] sh 19:58:39 + git log --format=format:%s -1 9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f [Pipeline] echo 19:58:39 ========================================================= 19:58:39 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:58:39 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 19:58:40 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:58:40 + grep -v github /etc/ssh/ssh_known_hosts 19:58:40 + [ -e /tmp/ssh_known_hosts ] 19:58:40 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:58:40 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 19:58:40 + sudo tee -a /etc/ssh/ssh_known_hosts 19:58:40 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:58:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:58:40 19:58:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:58:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:58:40 0.1.4: Pulling from edgex-devops/py-git-semver 19:58:40 b85a868b505f: Pulling fs layer 19:58:40 e2be974225ed: Pulling fs layer 19:58:40 339a4e72a1f5: Pulling fs layer 19:58:40 988bab9f4d93: Pulling fs layer 19:58:40 1469e6f7b9e6: Pulling fs layer 19:58:40 eaf3925da568: Pulling fs layer 19:58:40 bab4dde63d76: Pulling fs layer 19:58:40 bde34c3a00c8: Pulling fs layer 19:58:40 b352a97aabf1: Pulling fs layer 19:58:40 4872d77fe225: Pulling fs layer 19:58:40 5851b861e8e6: Pulling fs layer 19:58:40 bab4dde63d76: Waiting 19:58:40 bde34c3a00c8: Waiting 19:58:40 988bab9f4d93: Waiting 19:58:40 b352a97aabf1: Waiting 19:58:40 1469e6f7b9e6: Waiting 19:58:40 4872d77fe225: Waiting 19:58:40 5851b861e8e6: Waiting 19:58:40 eaf3925da568: Waiting 19:58:40 e2be974225ed: Verifying Checksum 19:58:40 e2be974225ed: Download complete 19:58:40 988bab9f4d93: Verifying Checksum 19:58:40 988bab9f4d93: Download complete 19:58:41 1469e6f7b9e6: Verifying Checksum 19:58:41 1469e6f7b9e6: Download complete 19:58:41 339a4e72a1f5: Verifying Checksum 19:58:41 339a4e72a1f5: Download complete 19:58:41 eaf3925da568: Download complete 19:58:41 bde34c3a00c8: Verifying Checksum 19:58:41 b352a97aabf1: Verifying Checksum 19:58:41 b352a97aabf1: Download complete 19:58:41 4872d77fe225: Verifying Checksum 19:58:41 4872d77fe225: Download complete 19:58:41 5851b861e8e6: Verifying Checksum 19:58:41 5851b861e8e6: Download complete 19:58:41 b85a868b505f: Verifying Checksum 19:58:41 b85a868b505f: Download complete 19:58:41 bab4dde63d76: Verifying Checksum 19:58:41 bab4dde63d76: Download complete 19:58:42 b85a868b505f: Pull complete 19:58:42 e2be974225ed: Pull complete 19:58:42 339a4e72a1f5: Pull complete 19:58:42 988bab9f4d93: Pull complete 19:58:43 1469e6f7b9e6: Pull complete 19:58:43 eaf3925da568: Pull complete 19:58:45 bab4dde63d76: Pull complete 19:58:45 bde34c3a00c8: Pull complete 19:58:45 b352a97aabf1: Pull complete 19:58:45 4872d77fe225: Pull complete 19:58:45 5851b861e8e6: Pull complete 19:58:45 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 19:58:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:58:45 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:58:45 prd-ubuntu20.04-docker-8c-8g-8770 does not seem to be running inside a container 19:58:45 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 19:58:46 $ docker top 040c20ca9acc31c356b34b7b22c0f94fc6ec93dacdd96316aecc1b9eb84b78d8 -eo pid,comm 19:58:46 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:58:46 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:58:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:58:46 [ssh-agent] Looking for ssh-agent implementation... 19:58:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:58:46 $ docker exec 040c20ca9acc31c356b34b7b22c0f94fc6ec93dacdd96316aecc1b9eb84b78d8 ssh-agent 19:58:46 SSH_AUTH_SOCK=/tmp/ssh-4IRX75PDtDhR/agent.31 19:58:46 SSH_AGENT_PID=37 19:58:46 Running ssh-add (command line suppressed) 19:58:47 Identity added: /w/workspace/edgex-go/1@tmp/private_key_1527513399483618793.key (/w/workspace/edgex-go/1@tmp/private_key_1527513399483618793.key) 19:58:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:58:47 + git tag --points-at HEAD [Pipeline] } 19:58:47 $ docker exec --env ******** --env ******** 040c20ca9acc31c356b34b7b22c0f94fc6ec93dacdd96316aecc1b9eb84b78d8 ssh-agent -k 19:58:47 unset SSH_AUTH_SOCK; 19:58:47 unset SSH_AGENT_PID; 19:58:47 echo Agent pid 37 killed; 19:58:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:58:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:58:47 [ssh-agent] Looking for ssh-agent implementation... 19:58:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:58:47 $ docker exec 040c20ca9acc31c356b34b7b22c0f94fc6ec93dacdd96316aecc1b9eb84b78d8 ssh-agent 19:58:47 SSH_AUTH_SOCK=/tmp/ssh-44Pm10o8IVop/agent.69 19:58:47 SSH_AGENT_PID=75 19:58:47 Running ssh-add (command line suppressed) 19:58:47 Identity added: /w/workspace/edgex-go/1@tmp/private_key_2977455634714412921.key (/w/workspace/edgex-go/1@tmp/private_key_2977455634714412921.key) 19:58:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:58:48 + git semver init 19:58:48 2023-04-17 19:58:48,484 [run_init] DEBUG init version:0.0.0 force:False 19:58:48 2023-04-17 19:58:48,485 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 19:58:48 2023-04-17 19:58:48,485 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 19:58:48 2023-04-17 19:58:48,485 [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:58:52 2023-04-17 19:58:52,602 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 19:58:52 2023-04-17 19:58:52,603 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4515 with force:False 19:58:52 2023-04-17 19:58:52,603 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4515 19:58:52 2023-04-17 19:58:52,606 [execute] INFO git cat-file --batch-check 19:58:52 2023-04-17 19:58:52,607 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:58:52 2023-04-17 19:58:52,614 [execute] INFO git cat-file --batch 19:58:52 2023-04-17 19:58:52,614 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:58:52 2023-04-17 19:58:52,619 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4515 19:58:52 0.0.0 [Pipeline] } 19:58:52 $ docker exec --env ******** --env ******** 040c20ca9acc31c356b34b7b22c0f94fc6ec93dacdd96316aecc1b9eb84b78d8 ssh-agent -k 19:58:52 unset SSH_AUTH_SOCK; 19:58:52 unset SSH_AGENT_PID; 19:58:52 echo Agent pid 75 killed; 19:58:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:58:53 + git semver [Pipeline] } 19:58:53 $ docker stop --time=1 040c20ca9acc31c356b34b7b22c0f94fc6ec93dacdd96316aecc1b9eb84b78d8 19:58:54 $ docker rm -f --volumes 040c20ca9acc31c356b34b7b22c0f94fc6ec93dacdd96316aecc1b9eb84b78d8 [Pipeline] // withDockerContainer [Pipeline] sh 19:58:55 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:58:55 Stashed 1 file(s) [Pipeline] echo 19:58:55 [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:58:56 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:58:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:58:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:58:56 ========================================================= 19:58:56 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 19:58:56 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:58:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:58:56 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 19:58:56 63b65145d645: Pulling fs layer 19:58:56 a2d21d5440eb: Pulling fs layer 19:58:56 935e6c44a52c: Pulling fs layer 19:58:56 94cc34f8dd06: Pulling fs layer 19:58:56 30dea6a524f1: Pulling fs layer 19:58:56 a2aff8979fd8: Pulling fs layer 19:58:56 6808be2612f2: Pulling fs layer 19:58:56 f25807f1079a: Pulling fs layer 19:58:56 94cc34f8dd06: Waiting 19:58:56 f25807f1079a: Waiting 19:58:56 30dea6a524f1: Waiting 19:58:56 6808be2612f2: Waiting 19:58:56 a2aff8979fd8: Waiting 19:58:56 a2d21d5440eb: Verifying Checksum 19:58:56 94cc34f8dd06: Download complete 19:58:56 30dea6a524f1: Verifying Checksum 19:58:56 30dea6a524f1: Download complete 19:58:56 63b65145d645: Verifying Checksum 19:58:56 63b65145d645: Download complete 19:58:56 a2aff8979fd8: Verifying Checksum 19:58:56 a2aff8979fd8: Download complete 19:58:57 63b65145d645: Pull complete 19:58:57 a2d21d5440eb: Pull complete 19:58:57 f25807f1079a: Verifying Checksum 19:58:57 f25807f1079a: Download complete 19:58:57 935e6c44a52c: Verifying Checksum 19:58:57 935e6c44a52c: Download complete 19:58:57 6808be2612f2: Verifying Checksum 19:58:57 6808be2612f2: Download complete 19:59:00 935e6c44a52c: Pull complete 19:59:00 94cc34f8dd06: Pull complete 19:59:00 30dea6a524f1: Pull complete 19:59:00 a2aff8979fd8: Pull complete 19:59:03 6808be2612f2: Pull complete 19:59:04 f25807f1079a: Pull complete 19:59:04 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 19:59:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:59:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh 19:59:04 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:59:04 WORKDIR /edgex 19:59:04 COPY go.mod . 19:59:04 RUN go mod download 19:59:04 + docker build -t ci-base-image-x86_64 -f - . 19:59:05 Sending build context to Docker daemon 170.6MB 19:59:05 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:59:05 ---> 3b553350e43f 19:59:05 Step 2/4 : WORKDIR /edgex 19:59:06 ---> Running in 8f278162948a 19:59:06 Removing intermediate container 8f278162948a 19:59:06 ---> 7c9203a36842 19:59:06 Step 3/4 : COPY go.mod . 19:59:06 ---> 3ffab426fe82 19:59:06 Step 4/4 : RUN go mod download 19:59:06 ---> Running in 8bf749b393c6 19:59:10 Still waiting to schedule task 19:59:10 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 19:59:16 Removing intermediate container 8bf749b393c6 19:59:16 ---> aa71553ae637 19:59:16 Successfully built aa71553ae637 19:59:16 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:17 + docker inspect -f . ci-base-image-x86_64 19:59:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:59:17 prd-ubuntu20.04-docker-8c-8g-8770 does not seem to be running inside a container 19:59:17 $ 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 ******** ci-base-image-x86_64 cat 19:59:17 $ docker top 1eb44aeb668a27df459d1f1b0f49e144900eeceed1fe5c706b33789e220d08e6 -eo pid,comm [Pipeline] { [Pipeline] sh 19:59:18 + go version 19:59:18 go version go1.20.2 linux/amd64 [Pipeline] } 19:59:18 $ docker stop --time=1 1eb44aeb668a27df459d1f1b0f49e144900eeceed1fe5c706b33789e220d08e6 19:59:19 $ docker rm -f --volumes 1eb44aeb668a27df459d1f1b0f49e144900eeceed1fe5c706b33789e220d08e6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:20 + docker inspect -f . ci-base-image-x86_64 19:59:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:59:20 prd-ubuntu20.04-docker-8c-8g-8770 does not seem to be running inside a container 19:59:20 $ 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 ******** ci-base-image-x86_64 cat 19:59:20 $ docker top dbca5565b5b7e75c1a90d86d2cf2192d68684f9307f00d2a6a5eb5d399ff43fb -eo pid,comm [Pipeline] { [Pipeline] echo 19:59:20 ========================================================= 19:59:20 [edgeXBuildGoParallel] Running Tests and Build... 19:59:20 ========================================================= [Pipeline] sh 19:59:21 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:59:21 + make test 19:59:21 go test -race -coverprofile=coverage.out ./... 19:59:28 ? github.com/edgexfoundry/edgex-go [no test files] 19:59:40 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:59:40 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 19:59:40 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:59:41 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:59:41 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:59:41 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:59:41 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:59:41 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 19:59:41 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:59:42 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:59:42 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:59:42 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:59:42 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:59:42 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:59:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:59:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:59:43 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.060s coverage: 28.7% of statements 19:59:44 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.070s coverage: 98.5% of statements 19:59:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:59:45 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 19:59:45 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:59:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:59:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:59:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:59:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:59:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:59:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:59:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:59:48 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.085s coverage: 71.5% of statements 19:59:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.071s coverage: 54.0% of statements 19:59:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:59:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:59:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.813s coverage: 88.5% of statements 19:59:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.060s coverage: 3.8% of statements 19:59:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:59:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:59:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:59:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.366s coverage: 95.6% of statements 19:59:51 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:59:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:59:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:59:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:59:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:59:51 ok github.com/edgexfoundry/edgex-go/internal/io 0.043s coverage: 72.2% of statements 19:59:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:59:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:59:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:59:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.062s coverage: 65.9% of statements 19:59:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:59:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:59:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.056s coverage: 0.9% of statements 19:59:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.053s coverage: 29.0% of statements 19:59:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.046s coverage: 44.1% of statements 19:59:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.062s coverage: 82.9% of statements 19:59:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.062s coverage: 94.1% of statements 19:59:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.075s coverage: 96.3% of statements 19:59:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements 19:59:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:59:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:59:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:59:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:59:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:59:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:59:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:59:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:59:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:59:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 19:59:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:59:58 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:59:58 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:59:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 19:59:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 19:59:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 20:00:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:00:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:00:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:00:02 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 20:00:02 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 20:00:02 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 20:00:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:00:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:00:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:00:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:00:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:00:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:00:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:00:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:00:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:00:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:00:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:00:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.058s coverage: 94.4% of statements 20:00:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:00:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:00:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.262s coverage: 79.9% of statements 20:00:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 18.067s coverage: 92.9% of statements 20:00:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 64.4% of statements 20:00:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.059s coverage: 62.3% of statements 20:00:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.061s coverage: 87.2% of statements 20:00:18 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.048s coverage: 20.0% of statements 20:00:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.049s coverage: 100.0% of statements 20:00:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.086s coverage: 81.8% of statements 20:00:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.090s coverage: 82.1% of statements 20:00:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.042s coverage: 86.0% of statements 20:00:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.170s coverage: 63.1% of statements 20:00:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.050s coverage: 100.0% of statements 20:00:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 89.4% of statements 20:00:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements 20:00:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements 20:00:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements 20:00:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.163s coverage: 38.4% of statements 20:00:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.059s coverage: 89.5% of statements 20:00:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.059s coverage: 84.8% of statements 20:00:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.063s coverage: 17.7% of statements 20:00:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.109s coverage: 92.3% of statements 20:00:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.057s coverage: 61.5% of statements 20:00:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.090s coverage: 97.7% of statements 20:00:18 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 20:00:18 running golangci-lint 20:00:18 golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z 20:00:18 go version go1.20.2 linux/amd64 20:00:18 level=info msg="[config_reader] Used config file .golangci.yml" 20:00:18 level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" 20:00:33 level=info msg="[loader] Go packages loading at mode 575 (types_sizes|deps|exports_file|imports|name|compiled_files|files) took 14.346301241s" 20:00:33 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 44.394031ms" 20:00:41 level=info msg="[linters_context/goanalysis] analyzers took 58.400816887s with top 10 stages: buildir: 35.373475768s, inspect: 1.937780922s, gosec: 1.530821532s, fact_deprecated: 1.527975161s, printf: 1.050198943s, S1038: 1.035336069s, fact_purity: 965.997411ms, ctrlflow: 853.17438ms, nilness: 756.237106ms, errcheck: 553.013439ms" 20:00:41 level=info msg="[runner] Issues before processing: 203, after processing: 0" 20:00:41 level=info msg="[runner] Processors filtering stat (out/in): skip_files: 203/203, skip_dirs: 203/203, cgo: 203/203, nolint: 0/23, autogenerated_exclude: 203/203, exclude-rules: 23/203, identifier_marker: 203/203, path_prettifier: 203/203, exclude: 203/203, filename_unadjuster: 203/203" 20:00:41 level=info msg="[runner] processing took 23.525592ms with stages: nolint: 11.129993ms, identifier_marker: 6.685924ms, exclude-rules: 2.761066ms, autogenerated_exclude: 1.218695ms, path_prettifier: 1.091242ms, skip_dirs: 492.129µs, cgo: 82.342µs, filename_unadjuster: 59.871µs, max_same_issues: 870ns, uniq_by_line: 780ns, exclude: 460ns, max_from_linter: 310ns, skip_files: 300ns, source_code: 300ns, sort_results: 280ns, path_shortener: 260ns, severity-rules: 250ns, diff: 240ns, path_prefixer: 150ns, max_per_file_from_linter: 130ns" 20:00:41 level=info msg="[runner] linters took 8.225445881s with stages: goanalysis_metalinter: 8.201791107s" 20:00:41 level=info msg="File cache stats: 0 entries of total size 0B" 20:00:41 level=info msg="Memory: 228 samples, avg is 195.0MB, max is 831.6MB" 20:00:41 level=info msg="Execution took 22.625290867s" 20:00:41 go vet ./... 20:00:45 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:00:45 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:00:45 ./bin/test-attribution-txt.sh [Pipeline] echo 20:00:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 20:00:46 + ls -al . 20:00:46 total 704 20:00:46 drwxrwxr-x 11 1001 1001 4096 Apr 17 19:59 . 20:00:46 drwxr-xr-x 4 root root 4096 Apr 17 19:59 .. 20:00:46 drwxrwxr-x 2 1001 1001 4096 Apr 17 19:58 .blubracket 20:00:46 -rw-rw-r-- 1 1001 1001 16 Apr 17 19:58 .dockerignore 20:00:46 drwxrwxr-x 8 1001 1001 4096 Apr 17 19:58 .git 20:00:46 drwxrwxr-x 3 1001 1001 4096 Apr 17 19:58 .github 20:00:46 -rw-rw-r-- 1 1001 1001 1133 Apr 17 19:58 .gitignore 20:00:46 -rw-rw-r-- 1 1001 1001 42 Apr 17 19:58 .golangci.yml 20:00:46 -rw-rw-r-- 1 1001 1001 87 Apr 17 19:58 .hadolint.yml 20:00:46 drwxr-xr-x 3 1001 1001 4096 Apr 17 19:58 .semver 20:00:46 -rw-rw-r-- 1 1001 1001 166 Apr 17 19:58 .sonarcloud.properties 20:00:46 -rw-rw-r-- 1 1001 1001 1171 Apr 17 19:58 ADOPTERS.md 20:00:46 -rw-rw-r-- 1 1001 1001 10835 Apr 17 19:58 Attribution.txt 20:00:46 -rw-rw-r-- 1 1001 1001 73765 Apr 17 19:58 CHANGELOG.md 20:00:46 -rw-rw-r-- 1 1001 1001 3804 Apr 17 19:58 CONTRIBUTING.md 20:00:46 -rw-rw-r-- 1 1001 1001 677 Apr 17 19:58 GOVERNANCE.md 20:00:46 -rw-rw-r-- 1 1001 1001 883 Apr 17 19:58 Jenkinsfile 20:00:46 -rw-rw-r-- 1 1001 1001 10775 Apr 17 19:58 LICENSE 20:00:46 -rw-rw-r-- 1 1001 1001 14368 Apr 17 19:58 Makefile 20:00:46 -rw-rw-r-- 1 1001 1001 582 Apr 17 19:58 OWNERS.md 20:00:46 -rw-rw-r-- 1 1001 1001 9403 Apr 17 19:58 README.md 20:00:46 -rw-rw-r-- 1 1001 1001 789 Apr 17 19:58 SECURITY.md 20:00:46 -rw-rw-r-- 1 1001 1001 5 Apr 17 19:58 VERSION 20:00:46 drwxrwxr-x 2 1001 1001 4096 Apr 17 19:58 bin 20:00:46 drwxrwxr-x 18 1001 1001 4096 Apr 17 19:58 cmd 20:00:46 -rw-r--r-- 1 root root 448248 Apr 17 20:00 coverage.out 20:00:46 -rw-rw-r-- 1 1001 1001 3200 Apr 17 19:58 go.mod 20:00:46 -rw-rw-r-- 1 1001 1001 31265 Apr 17 19:58 go.sum 20:00:46 drwxrwxr-x 7 1001 1001 4096 Apr 17 19:58 internal 20:00:46 drwxrwxr-x 3 1001 1001 4096 Apr 17 19:58 openapi 20:00:46 -rw-rw-r-- 1 1001 1001 594 Apr 17 19:58 security.txt 20:00:46 drwxrwxr-x 4 1001 1001 4096 Apr 17 19:58 snap 20:00:46 -rw-rw-r-- 1 1001 1001 204 Apr 17 19:58 version.go [Pipeline] sh 20:00:46 + '[' -e coverage.out ] 20:00:46 + chown 1001:1001 coverage.out [Pipeline] stash 20:00:46 Stashed 1 file(s) [Pipeline] sh 20:00:46 + make build 20:00:46 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:00:50 Running on prd-ubuntu20.04-docker-arm64-4c-16g-8772 in /w/workspace/edgexfoundry_edgex-go_PR-4515 [Pipeline] { [Pipeline] ws 20:00:50 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 20:00:50 The recommended git tool is: git 20:00:55 using credential edgex-jenkins-ssh 20:00:55 Cloning the remote Git repository 20:00:55 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:00:55 > git init /w/workspace/edgex-go/1 # timeout=10 20:00:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:00:55 > git --version # timeout=10 20:00:55 > git --version # 'git version 2.25.1' 20:00:55 using GIT_SSH to set credentials SSH Credentials for GitHub 20:00:56 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:00: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 20:00:59 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 20:01:00 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 20:01:01 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:01:07 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 20:01:08 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 20:01:10 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:01: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-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:01:12 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 20:01:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:01:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:01:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:01:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:01:12 using GIT_SSH to set credentials SSH Credentials for GitHub 20:01:12 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4515/head:refs/remotes/origin/PR-4515 +refs/heads/main:refs/remotes/origin/main # timeout=10 20:01: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-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:01:13 Merging remotes/origin/main commit 5e5e524b046b59e82a11ffe2e7f953256f5ca87d into PR head commit 9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f 20:01:13 Merge succeeded, producing 9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f 20:01:13 Checking out Revision 9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f (PR-4515) 20:01:14 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 20:01:14 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" 20:01:14 > git --version # timeout=10 20:01:14 > git --version # 'git version 2.25.1' 20:01:14 fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:01:13 > git config core.sparsecheckout # timeout=10 20:01:13 > git checkout -f 9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f # timeout=10 20:01:13 > git remote # timeout=10 20:01:13 > git config --get remote.origin.url # timeout=10 20:01:13 using GIT_SSH to set credentials SSH Credentials for GitHub 20:01:13 > git merge 5e5e524b046b59e82a11ffe2e7f953256f5ca87d # timeout=10 20:01:13 > git rev-parse HEAD^{commit} # timeout=10 20:01:13 > git config core.sparsecheckout # timeout=10 20:01:13 > git checkout -f 9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f # timeout=10 20:01:15 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 20:01:15 % Total % Received % Xferd Average Speed Time Time Time Current 20:01:15 Dload Upload Total Spent Left Speed 20:01:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 93072 0 --:--:-- --:--:-- --:--:-- 93072 [Pipeline] } 20:01:15 $ docker stop --time=1 dbca5565b5b7e75c1a90d86d2cf2192d68684f9307f00d2a6a5eb5d399ff43fb 20:01:17 $ docker rm -f --volumes dbca5565b5b7e75c1a90d86d2cf2192d68684f9307f00d2a6a5eb5d399ff43fb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 20:01:18 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:18 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 20:01:18 + sudo tee /etc/docker/daemon.new 20:01:18 { 20:01:18 "registry-mirrors": [ 20:01:18 "https://nexus3.edgexfoundry.org:10001" 20:01:18 ], 20:01:18 "bip": "10.250.0.254/24", 20:01:18 "hosts": [ 20:01:18 "tcp://0.0.0.0:5555", 20:01:18 "unix:///var/run/docker.sock" 20:01:18 ], 20:01:18 "mtu": 1458, 20:01:18 "selinux-enabled": true, 20:01:18 "seccomp-profile": "/etc/docker/seccomp.json" 20:01:18 } [Pipeline] sh 20:01:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:01:18 20:01:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:19 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 20:01:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:01:19 latest: Pulling from edgex-devops/edgex-compose 20:01:19 cbdbe7a5bc2a: Pulling fs layer 20:01:19 ca9280d653b3: Pulling fs layer 20:01:19 7e9c9ca2126c: Pulling fs layer 20:01:19 cbdbe7a5bc2a: Verifying Checksum 20:01:19 cbdbe7a5bc2a: Download complete 20:01:19 + sudo service docker restart 20:01:19 ca9280d653b3: Verifying Checksum 20:01:19 ca9280d653b3: Download complete 20:01:19 cbdbe7a5bc2a: Pull complete 20:01:19 7e9c9ca2126c: Download complete 20:01:19 ca9280d653b3: Pull complete 20:01:23 7e9c9ca2126c: Pull complete 20:01:23 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:01:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:01:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:01:23 prd-ubuntu20.04-docker-8c-8g-8770 does not seem to be running inside a container 20:01:23 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:01:24 $ docker top a51c08dc7d9ec02026f5ad4ef1847d50540fd63ce778d01d747a64857c1dd32b -eo pid,comm [Pipeline] { [Pipeline] sh 20:01:24 + docker-compose build --help 20:01:24 + grep parallel 20:01:25 --parallel Build images in parallel. [Pipeline] } 20:01:25 $ docker stop --time=1 a51c08dc7d9ec02026f5ad4ef1847d50540fd63ce778d01d747a64857c1dd32b 20:01:26 $ docker rm -f --volumes a51c08dc7d9ec02026f5ad4ef1847d50540fd63ce778d01d747a64857c1dd32b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:01:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:01:27 prd-ubuntu20.04-docker-8c-8g-8770 does not seem to be running inside a container 20:01:27 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:01:27 $ docker top 9e6f365f4739adb867f6d6fd8db61f250e8b6bcb39f058bdc789ae4f8a6f1927 -eo pid,comm [Pipeline] { [Pipeline] sh 20:01:28 + docker-compose -f ./docker-compose-build.yml build --parallel 20:01:28 Building core-command ... 20:01:28 Building core-common-config-bootstrapper ... 20:01:28 Building core-data ... 20:01:28 Building core-metadata ... 20:01:28 Building security-bootstrapper ... 20:01:28 Building security-proxy-auth ... 20:01:28 Building security-proxy-setup ... 20:01:28 Building security-secretstore-setup ... 20:01:28 Building security-spiffe-token-provider ... 20:01:28 Building security-spire-agent ... 20:01:28 Building security-spire-config ... 20:01:28 Building security-spire-server ... 20:01:28 Building support-notifications ... 20:01:28 Building support-scheduler ... 20:01:28 Building core-command 20:01:28 Building core-data 20:01:28 Building security-bootstrapper 20:01:28 Building core-metadata 20:01:28 Building security-spiffe-token-provider [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:01:37 provisioning config files... 20:01:37 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config10482137808128315032tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:01:38 ---> docker-login.sh 20:01:38 nexus3.edgexfoundry.org:10001 20:01:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:01:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:01:38 Configure a credential helper to remove this warning. See 20:01:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:01:38 20:01:38 Login Succeeded 20:01:38 nexus3.edgexfoundry.org:10002 20:01:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:01:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:01:39 Configure a credential helper to remove this warning. See 20:01:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:01:39 20:01:39 Login Succeeded 20:01:39 nexus3.edgexfoundry.org:10003 20:01:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:01:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:01:39 Configure a credential helper to remove this warning. See 20:01:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:01:39 20:01:39 Login Succeeded 20:01:39 nexus3.edgexfoundry.org:10004 20:01:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:01:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:01:39 Configure a credential helper to remove this warning. See 20:01:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:01:39 20:01:39 Login Succeeded 20:01:39 docker.io 20:01:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:01:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:01:40 Configure a credential helper to remove this warning. See 20:01:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:01:40 20:01:40 Login Succeeded 20:01:40 ---> docker-login.sh ends [Pipeline] } 20:01:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 20:01:40 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:01:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:01:40 ---> aa71553ae637 20:01:40 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:01:40 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:01:40 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:01:40 ---> aa71553ae637 20:01:40 Step 3/25 : ARG ADD_BUILD_TAGS="" 20:01:40 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:01:40 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:01:40 ---> aa71553ae637 20:01:40 Step 3/20 : WORKDIR /edgex-go [Pipeline] sh 20:01:41 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:01:41 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:01:41 ---> aa71553ae637 20:01:41 Step 3/24 : ARG ADD_BUILD_TAGS="" 20:01:41 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 20:01:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:01:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] 20:01:41 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:01:41 Step 2/33 : FROM ${BUILDER_BASE} AS builder 20:01:41 ---> aa71553ae637 20:01:41 Step 3/33 : WORKDIR /edgex-go [Pipeline] echo 20:01:41 ========================================================= 20:01:41 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 20:01:41 ========================================================= [Pipeline] fileExists [Pipeline] sh 20:01:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:01:43 ---> Running in 487fa4dc6f0b 20:01:43 ---> Running in bf397fbb0128 20:01:43 ---> Running in c48821cef2fd 20:01:43 ---> Running in e138b8cdb64b 20:01:43 ---> Running in 5e07a535d2fb 20:01:44 Removing intermediate container bf397fbb0128 20:01:44 ---> 3923a6e8c680 20:01:44 Step 4/23 : WORKDIR /edgex-go 20:01:44 Removing intermediate container 487fa4dc6f0b 20:01:44 ---> 6ee264499b84 20:01:44 Step 4/24 : WORKDIR /edgex-go 20:01:44 ---> Running in be0bdade81b0 20:01:44 ---> Running in 7a2fe17a6975 20:01:44 Removing intermediate container 5e07a535d2fb 20:01:44 ---> b596b0c0fa33 20:01:44 Step 4/25 : WORKDIR /edgex-go 20:01:44 Removing intermediate container c48821cef2fd 20:01:44 ---> 13fd4cd1b8c1 20:01:44 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 20:01:44 Removing intermediate container e138b8cdb64b 20:01:44 ---> 9c608a172a9f 20:01:44 Step 4/33 : RUN apk add --update --no-cache make git 20:01:44 ---> Running in 60965cb2bfcc 20:01:44 ---> Running in f972764bc4d8 20:01:44 ---> Running in 736001d26191 20:01:44 Removing intermediate container 7a2fe17a6975 20:01:44 Removing intermediate container be0bdade81b0 20:01:44 ---> e90276027e0a 20:01:44 ---> a13b7799a342 20:01:44 Step 5/24 : RUN apk add --update --no-cache make gitStep 5/23 : RUN apk add --update --no-cache make git 20:01:44 20:01:44 ---> Running in 22fc36ca39f4 20:01:44 ---> Running in 12861a89e903 20:01:44 Removing intermediate container 60965cb2bfcc 20:01:44 ---> fe80efba7f56 20:01:44 Step 5/25 : RUN apk add --update --no-cache make git 20:01:44 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:01:44 af6eaf76a39c: Pulling fs layer 20:01:44 55522c791124: Pulling fs layer 20:01:44 ce5c4a1c91eb: Pulling fs layer 20:01:44 169dfbe0d373: Pulling fs layer 20:01:44 e1ff8fa3b103: Pulling fs layer 20:01:44 52ebb69f0ebf: Pulling fs layer 20:01:44 5abe8eddf0d5: Pulling fs layer 20:01:44 169dfbe0d373: Waiting 20:01:44 e1ff8fa3b103: Waiting 20:01:44 52ebb69f0ebf: Waiting 20:01:44 5abe8eddf0d5: Waiting 20:01:44 55522c791124: Verifying Checksum 20:01:44 55522c791124: Download complete 20:01:44 169dfbe0d373: Verifying Checksum 20:01:44 169dfbe0d373: Download complete 20:01:44 e1ff8fa3b103: Verifying Checksum 20:01:44 e1ff8fa3b103: Download complete 20:01:44 af6eaf76a39c: Verifying Checksum 20:01:44 af6eaf76a39c: Download complete 20:01:44 ---> Running in 82ae8fe6e60f 20:01:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:01:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:01:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:01:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:01:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:01:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:01:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:01:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:01:44 OK: 265 MiB in 53 packages 20:01:44 v3.17.3-105-gedb05ecc427 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:01:44 v3.17.3-102-g01c97c8134e [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:01:44 OK: 17824 distinct packages available 20:01:44 OK: 265 MiB in 53 packages 20:01:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:01:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:01:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:01:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:01:45 5abe8eddf0d5: Verifying Checksum 20:01:45 af6eaf76a39c: Pull complete 20:01:45 OK: 265 MiB in 53 packages 20:01:45 OK: 265 MiB in 53 packages 20:01:45 OK: 265 MiB in 53 packages 20:01:45 Removing intermediate container f972764bc4d8 20:01:45 ---> e8dde25c5e06 20:01:45 Step 5/33 : COPY go.mod vendor* ./ 20:01:45 Removing intermediate container 22fc36ca39f4 20:01:45 ---> 81589ff26875 20:01:45 Step 6/23 : COPY go.mod vendor* ./ 20:01:45 ---> 62ea963a3d4e 20:01:45 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:01:45 ---> Running in 3ebb340cecd1 20:01:45 ---> 01bba0114338 20:01:45 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:01:45 ---> Running in 9e742070c9c3 20:01:45 Removing intermediate container 12861a89e903 20:01:45 ---> 216ee501352d 20:01:45 Step 6/24 : COPY go.mod vendor* ./ 20:01:45 55522c791124: Pull complete 20:01:45 Removing intermediate container 82ae8fe6e60f 20:01:45 ---> e1504999c979 20:01:45 Step 6/25 : COPY go.mod vendor* ./ 20:01:45 Removing intermediate container 736001d26191 20:01:45 ---> 47dec49557c7 20:01:45 Step 5/20 : COPY go.mod vendor* ./ 20:01:45 ---> cd0f7e2fc621 20:01:45 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:01:45 ---> Running in 7e43dc9d2998 20:01:45 ---> 2fed8846b28b 20:01:45 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:01:45 ---> Running in 46db2b62ec0b 20:01:46 ---> 1db82e65517d 20:01:46 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:01:46 ---> Running in 048528426eb0 20:01:46 52ebb69f0ebf: Verifying Checksum 20:01:46 52ebb69f0ebf: Download complete 20:01:46 ce5c4a1c91eb: Verifying Checksum 20:01:46 ce5c4a1c91eb: Download complete 20:01:59 ce5c4a1c91eb: Pull complete 20:01:59 169dfbe0d373: Pull complete 20:01:59 e1ff8fa3b103: Pull complete 20:02:05 52ebb69f0ebf: Pull complete 20:02:07 5abe8eddf0d5: Pull complete 20:02:07 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 20:02:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:02:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh 20:02:07 + docker build -t ci-base-image-arm64 -f - . 20:02:07 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:02:07 WORKDIR /edgex 20:02:07 COPY go.mod . 20:02:07 RUN go mod download 20:02:08 Sending build context to Docker daemon 2.933MB 20:02:08 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:02:08 ---> 6cb57ee374ae 20:02:08 Step 2/4 : WORKDIR /edgex 20:02:10 ---> Running in cc340b404481 20:02:10 Removing intermediate container cc340b404481 20:02:10 ---> 975a8baa2e17 20:02:10 Step 3/4 : COPY go.mod . 20:02:10 ---> 660a8cf6b947 20:02:10 Step 4/4 : RUN go mod download 20:02:10 ---> Running in 0b2d0f5a4b27 20:02:12 Removing intermediate container 048528426eb0 20:02:12 ---> 7f37cfe4d80a 20:02:12 Step 7/20 : COPY . . 20:02:12 Removing intermediate container 9e742070c9c3 20:02:12 Removing intermediate container 46db2b62ec0b 20:02:12 ---> 800cd49149db 20:02:12 ---> b7de4dbb60ed 20:02:12 Step 8/23 : COPY . .Step 8/25 : COPY . . 20:02:12 20:02:12 Removing intermediate container 7e43dc9d2998 20:02:12 ---> 9f14fcf406ae 20:02:12 Step 8/24 : COPY . . 20:02:12 Removing intermediate container 3ebb340cecd1 20:02:12 ---> 79356fa721e9 20:02:12 Step 7/33 : COPY . . 20:02:18 ---> 0573c976fa45 20:02:18 ---> 1292cb81a1ba 20:02:18 ---> 9189c09a2d30 20:02:18 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-providerStep 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:02:18 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 20:02:18 20:02:18 ---> b694e2113632 20:02:18 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 20:02:18 ---> 5247317a9da9 20:02:18 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 20:02:18 ---> Running in 98a7fc0dc4e2 20:02:18 ---> Running in 5cb9b6b80455 20:02:18 ---> Running in 209beb2671fc 20:02:18 ---> Running in baf670d27778 20:02:18 ---> Running in b3dd8ebb3366 20:02:18 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 20:02:18 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 20:02:18 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:02:18 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:02:18 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 20:02:43 Removing intermediate container 0b2d0f5a4b27 20:02:43 ---> a39ab622be55 20:02:43 Successfully built a39ab622be55 20:02:43 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:02:43 + docker inspect -f . ci-base-image-arm64 20:02:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:02:43 prd-ubuntu20.04-docker-arm64-4c-16g-8772 does not seem to be running inside a container 20:02:43 $ 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 ******** ci-base-image-arm64 cat 20:02:45 $ docker top ead12b3df58eb80dba8a128b6e2b4d4fed6d01aa09cbb3a3c6ce77988c25e26b -eo pid,comm [Pipeline] { [Pipeline] sh 20:02:45 + go version 20:02:45 go version go1.20.2 linux/arm64 [Pipeline] } 20:02:45 $ docker stop --time=1 ead12b3df58eb80dba8a128b6e2b4d4fed6d01aa09cbb3a3c6ce77988c25e26b 20:02:47 $ docker rm -f --volumes ead12b3df58eb80dba8a128b6e2b4d4fed6d01aa09cbb3a3c6ce77988c25e26b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:02:48 + docker inspect -f . ci-base-image-arm64 20:02:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:02:48 prd-ubuntu20.04-docker-arm64-4c-16g-8772 does not seem to be running inside a container 20:02:48 $ 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 ******** ci-base-image-arm64 cat 20:02:50 $ docker top 8bc860059c598faa339254b4eeaffc3a9fc13de2b9202efebe0a81cf68dc54ec -eo pid,comm [Pipeline] { [Pipeline] echo 20:02:50 ========================================================= 20:02:50 [edgeXBuildGoParallel] Running Tests and Build... 20:02:50 ========================================================= [Pipeline] sh 20:02:50 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 20:02:51 + make test 20:02:51 go test -race -coverprofile=coverage.out ./... 20:02:57 Removing intermediate container baf670d27778 20:02:57 ---> 2690142f1d2e 20:02:57 20:02:57 Step 9/33 : FROM alpine:3.17 20:02:57 Removing intermediate container 209beb2671fc 20:02:57 ---> e3190b31bd1e 20:02:57 20:02:57 Step 10/23 : FROM alpine:3.17 20:02:57 Removing intermediate container 98a7fc0dc4e2 20:02:57 ---> 85600449a6da 20:02:57 20:02:57 Step 10/24 : FROM alpine:3.17 20:02:57 Removing intermediate container b3dd8ebb3366 20:02:57 ---> 3bab297224e8 20:02:57 20:02:57 Step 10/25 : FROM alpine:3.17 20:02:57 3.17: Pulling from library/alpine 20:02:57 3.17: Pulling from library/alpine 20:02:57 Removing intermediate container 5cb9b6b80455 20:02:57 ---> 3973fe373ea1 20:02:57 20:02:57 Step 9/20 : FROM alpine:3.17 20:02:57 3.17: Pulling from library/alpine 20:02:57 3.17: Pulling from library/alpine 20:02:57 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:02:57 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:02:57 3.17: Pulling from library/alpine 20:02:57 Status: Image is up to date for alpine:3.17 20:02:57 Status: Downloaded newer image for alpine:3.17 20:02:57 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:02:57 Status: Image is up to date for alpine:3.17 20:02:57 ---> 9ed4aefc74f6 20:02:58 Step 11/24 : RUN apk add --update --no-cache dumb-init 20:02:58 ---> 9ed4aefc74f6 20:02:58 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:02:58 ---> 9ed4aefc74f6 20:02:58 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:02:58 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:02:58 Status: Image is up to date for alpine:3.17 20:02:58 ---> 9ed4aefc74f6 20:02:58 Step 11/25 : RUN apk add --update --no-cache dumb-init 20:02:58 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:02:58 Status: Image is up to date for alpine:3.17 20:02:58 ---> 9ed4aefc74f6 20:02:58 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:02:58 ---> Running in e795ac158ff3 20:02:58 ---> Running in b14d985a0c72 20:02:58 ---> Running in 3f261cc8bdbf 20:02:58 ---> Running in 35123e72d6e9 20:02:58 ---> Running in 3a8b381fa4bc 20:02:58 Removing intermediate container e795ac158ff3 20:02:58 ---> 0bc4d657fc28 20:02:58 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 20:02:58 ---> Running in 4eaac20e2310 20:02:58 Removing intermediate container 35123e72d6e9 20:02:58 ---> 7446a776840d 20:02:58 Step 12/23 : ENV APP_PORT=59880 20:02:58 Removing intermediate container 3a8b381fa4bc 20:02:58 ---> ac948ed6a283 20:02:58 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:02:58 ---> Running in 5c6d501e2568 20:02:58 ---> Running in 0ceb0464c1eb 20:02:58 Removing intermediate container 5c6d501e2568 20:02:58 ---> 0e19d85931cc 20:02:58 Step 13/23 : EXPOSE $APP_PORT 20:02:58 ---> Running in 3c8e96370285 20:02:58 Removing intermediate container 3c8e96370285 20:02:58 ---> d59f633f1cf3 20:02:58 Step 14/23 : RUN apk add --update --no-cache dumb-init 20:02:58 ---> Running in e6472306fa75 20:02:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:58 (1/1) Installing dumb-init (1.2.5-r2) 20:02:58 Executing busybox-1.35.0-r29.trigger 20:02:58 OK: 7 MiB in 16 packages 20:02:58 (1/2) Installing dumb-init (1.2.5-r2) 20:02:58 (2/2) Installing su-exec (0.2-r2) 20:02:58 Executing busybox-1.35.0-r29.trigger 20:02:58 OK: 7 MiB in 17 packages 20:02:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:59 v3.17.3-105-gedb05ecc427 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:02:59 v3.17.3-102-g01c97c8134e [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:02:59 OK: 17818 distinct packages available 20:02:59 (1/1) Installing dumb-init (1.2.5-r2) 20:02:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:59 Executing busybox-1.35.0-r29.trigger 20:02:59 OK: 7 MiB in 16 packages 20:02:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:59 (1/1) Installing dumb-init (1.2.5-r2) 20:02:59 Executing busybox-1.35.0-r29.trigger 20:02:59 OK: 7 MiB in 16 packages 20:02:59 Removing intermediate container b14d985a0c72 20:02:59 ---> ce8419846c9f 20:02:59 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:02:59 ---> Running in 6d0321fa23a0 20:02:59 Removing intermediate container 4eaac20e2310 20:02:59 ---> e49a9b9215a9 20:02:59 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 20:02:59 (1/9) Installing ca-certificates (20220614-r4) 20:02:59 ---> Running in f603060a01ea 20:02:59 (2/9) Installing brotli-libs (1.0.9-r9) 20:02:59 Removing intermediate container 6d0321fa23a0 20:02:59 ---> a7a291c5e61c 20:02:59 Step 13/25 : ENV APP_PORT=59881 20:02:59 (3/9) Installing nghttp2-libs (1.51.0-r0) 20:02:59 (4/9) Installing libcurl (8.0.1-r0) 20:02:59 (5/9) Installing curl (8.0.1-r0) 20:02:59 (6/9) Installing dumb-init (1.2.5-r2) 20:02:59 (7/9) Installing musl-obstack (1.2.3-r0) 20:02:59 (8/9) Installing libucontext (1.2-r0) 20:02:59 (9/9) Installing gcompat (1.1.0-r0) 20:02:59 ---> Running in 0532ab769f47 20:02:59 Executing busybox-1.35.0-r29.trigger 20:02:59 Executing ca-certificates-20220614-r4.trigger 20:02:59 Removing intermediate container f603060a01ea 20:02:59 ---> f4eed8366586 20:02:59 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 20:02:59 ---> Running in 3e64796ba6d3 20:02:59 OK: 10 MiB in 24 packages 20:02:59 Removing intermediate container 0532ab769f47 20:02:59 ---> ddb7551f838c 20:02:59 Step 14/25 : EXPOSE $APP_PORT 20:02:59 ---> Running in 28f42b696343 20:02:59 Removing intermediate container 3e64796ba6d3 20:02:59 ---> 4c304f14de94 20:02:59 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 20:02:59 Removing intermediate container 3f261cc8bdbf 20:02:59 ---> 471a29f45a0b 20:02:59 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:02:59 ---> Running in ef0cb6e1a86f 20:02:59 ---> Running in e25828009d7c 20:02:59 Removing intermediate container e6472306fa75 20:02:59 ---> fb25841f97c3 20:02:59 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:02:59 Removing intermediate container 28f42b696343 20:02:59 ---> 57663cd992f0 20:02:59 Step 15/25 : WORKDIR / 20:02:59 ---> Running in a4f146f1c5d3 20:02:59 Removing intermediate container ef0cb6e1a86f 20:02:59 ---> 374eae37ba95 20:02:59 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 20:02:59 Removing intermediate container e25828009d7c 20:02:59 ---> eee9b92c310a 20:02:59 Step 13/24 : ENV APP_PORT=59882 20:02:59 ---> Running in db630090110a 20:02:59 ---> Running in b7bf95216233 20:02:59 ---> 92e304aee2f0 20:02:59 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:02:59 Removing intermediate container a4f146f1c5d3 20:02:59 ---> 6ece009464bf 20:02:59 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:03:00 Removing intermediate container db630090110a 20:03:00 ---> 9f4320e7b007 20:03:00 Step 14/24 : EXPOSE $APP_PORT 20:03:00 Removing intermediate container b7bf95216233 20:03:00 ---> 15785f4a4da0 20:03:00 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 20:03:00 ---> Running in 05eb4cae0057 20:03:00 ---> Running in a3928659743a 20:03:00 Removing intermediate container 0ceb0464c1eb 20:03:00 ---> e5fb6a343e25 20:03:00 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 20:03:00 ---> 1532e34443fa 20:03:00 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 20:03:00 ---> 6b44ea5cb9a7 20:03:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:03:00 Removing intermediate container 05eb4cae0057 20:03:00 ---> 46271d422fd9 20:03:00 Step 15/24 : WORKDIR / 20:03:00 ---> Running in 47dad7102605 20:03:00 ---> 3e0f8a538c5a 20:03:00 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 20:03:00 ---> 1e35a0860a46 20:03:00 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:03:00 Removing intermediate container 47dad7102605 20:03:00 ---> 61ed0e3bf516 20:03:00 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:03:00 ---> 51698b532188 20:03:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 20:03:00 ---> f47a36c90bbf 20:03:00 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:03:00 ---> 4e5056a24104 20:03:00 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 20:03:00 ---> 9457dba9fea7 20:03:00 ---> dd08f14323ef 20:03:00 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 20:03:00 Step 19/23 : ENTRYPOINT ["/core-data"] 20:03:00 ---> 2a4c9c9341c6 20:03:00 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:03:00 ---> Running in 695067c9b8d0 20:03:00 Removing intermediate container a3928659743a 20:03:00 ---> 65dfa169e4d0 20:03:00 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 20:03:00 ---> Running in c7b6cd040ad8 20:03:00 Removing intermediate container 695067c9b8d0 20:03:00 ---> 1693217069fd 20:03:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:03:01 ---> 017709421e35 20:03:01 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 20:03:01 ---> Running in 016069fc1429 20:03:01 Removing intermediate container c7b6cd040ad8 20:03:01 ---> 8b7d01b4b375 20:03:01 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 20:03:01 ---> 3e4936194c3d 20:03:01 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 20:03:01 Removing intermediate container 016069fc1429 20:03:01 ---> 8bdf022fece6 20:03:01 Step 21/23 : LABEL arch=x86_64 20:03:01 ---> 5ed5da0f749c 20:03:01 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 20:03:01 ---> Running in 833c8bb73834 20:03:01 ---> 1b830b4c0630 20:03:01 Step 21/25 : ENTRYPOINT ["/core-metadata"] 20:03:01 ---> Running in ceeed3f006ef 20:03:01 ---> 8eeabf9685a2 20:03:01 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 20:03:01 ---> b019833da0a0 20:03:01 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 20:03:01 ---> Running in 0326f1bd6a2b 20:03:01 ---> Running in 215a3041c52a 20:03:01 Removing intermediate container 833c8bb73834 20:03:01 ---> fefbf5964934 20:03:01 Step 22/23 : LABEL git_sha=9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f 20:03:01 Removing intermediate container ceeed3f006ef 20:03:01 ---> 3de874d9f51b 20:03:01 ---> 680b839c3003 20:03:01 Step 20/24 : ENTRYPOINT ["/core-command"]Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:03:01 20:03:01 ---> Running in a27364236038 20:03:01 Removing intermediate container 0326f1bd6a2b 20:03:01 ---> be6da55ebfd6 20:03:01 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:03:01 ---> Running in 90696bb52be0 20:03:01 ---> Running in d018b85149c4 20:03:01 ---> Running in 8092dba3f23f 20:03:01 Removing intermediate container a27364236038 20:03:01 ---> eddf9f563272 20:03:01 Step 23/23 : LABEL version=0.0.0 20:03:01 Removing intermediate container d018b85149c4 20:03:01 ---> 026128f96e35 20:03:01 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:03:01 ---> Running in 57054694e6b0 20:03:01 Removing intermediate container 90696bb52be0 20:03:01 ---> 7d7febd84539 20:03:01 Step 23/25 : LABEL arch=x86_64 20:03:01 ---> Running in 1891caa79743 20:03:01 ---> Running in 885287e35ab6 20:03:01 Removing intermediate container 8092dba3f23f 20:03:01 ---> c78f45619027 20:03:01 Step 18/20 : LABEL arch=x86_64 20:03:01 Removing intermediate container 57054694e6b0 20:03:01 ---> 080dd233848a 20:03:01 20:03:01 ---> Running in 47ffae289911 20:03:01 Successfully built 080dd233848a 20:03:01 Successfully tagged core-data:latest 20:03:01  Building core-data ... done Building support-scheduler 20:03:02 Removing intermediate container 1891caa79743 20:03:02 ---> ba1dfe7e6e2a 20:03:02 Step 22/24 : LABEL arch=x86_64 20:03:02 Removing intermediate container 885287e35ab6 20:03:02 ---> 6c35bc77db5d 20:03:02 Step 24/25 : LABEL git_sha=9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f 20:03:02 Removing intermediate container 47ffae289911 20:03:02 ---> 3019032a06c8 20:03:02 Step 19/20 : LABEL git_sha=9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f 20:03:02 Removing intermediate container 215a3041c52a 20:03:02 ---> d7e168acfc62 20:03:02 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 20:03:02 ---> Running in 038a41ce1b6a 20:03:02 ---> Running in e1144ca8ff01 20:03:02 ---> Running in 6a853c52875f 20:03:02 Removing intermediate container 6a853c52875f 20:03:02 ---> 70cb40d884db 20:03:02 Step 25/25 : LABEL version=0.0.0 20:03:02 Removing intermediate container 038a41ce1b6a 20:03:02 ---> f2a7a14d7a26 20:03:02 Step 23/24 : LABEL git_sha=9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f 20:03:02 Removing intermediate container e1144ca8ff01 20:03:02 ---> 1531b8a175ed 20:03:02 Step 20/20 : LABEL version=0.0.0 20:03:02 ---> 7c9c109b5a70 20:03:02 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 20:03:02 ---> Running in d91005e7cc4c 20:03:02 ---> Running in ceae1d1698ed 20:03:02 ---> Running in 65c42725ec73 20:03:03 Removing intermediate container d91005e7cc4c 20:03:03 ---> a5588117ffc3 20:03:03 20:03:03 Removing intermediate container ceae1d1698ed 20:03:03 ---> e61c18ed186a 20:03:03 20:03:03 Removing intermediate container 65c42725ec73 20:03:03 ---> 39221b80f5be 20:03:03 Step 24/24 : LABEL version=0.0.0 20:03:03 ---> 73fa96f3e86d 20:03:03 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:03:03 Successfully built a5588117ffc3 20:03:03 Successfully tagged core-metadata:latest 20:03:03  Building core-metadata ... done Building support-notifications 20:03:03 ---> Running in efc6592834ed 20:03:03 Successfully built e61c18ed186a 20:03:03 Successfully tagged security-spiffe-token-provider:latest 20:03:03 Building security-spire-config 20:03:03  Building security-spiffe-token-provider ... done Removing intermediate container efc6592834ed 20:03:03 ---> a675a2437bc3 20:03:03 20:03:03 Successfully built a675a2437bc3 20:03:03 Successfully tagged core-command:latest 20:03:03 Building security-secretstore-setup 20:03:03  Building core-command ... done  ---> 0cef970c5002 20:03:03 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 20:03:04 ---> 0600ff823012 20:03:04 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 20:03:05 ---> 4dbb1b9fdfed 20:03:05 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 20:03:05 ---> 8947aa0d4d5b 20:03:05 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 20:03:05 ---> 83ea94f20c94 20:03:05 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:03:06 ---> b7e6fe5b53c7 20:03:06 Step 28/33 : RUN chmod +x /entrypoint.sh 20:03:06 ---> Running in e387a4ebb4a6 20:03:07 Removing intermediate container e387a4ebb4a6 20:03:07 ---> d3c45bae3193 20:03:07 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 20:03:07 ---> Running in f790484f6dc9 20:03:07 Removing intermediate container f790484f6dc9 20:03:07 ---> 07b93020be92 20:03:07 Step 30/33 : CMD ["gate"] 20:03:07 ---> Running in f5e91a5af391 20:03:07 Removing intermediate container f5e91a5af391 20:03:07 ---> 1504b38dcc95 20:03:07 Step 31/33 : LABEL arch=x86_64 20:03:07 ---> Running in 3b3757a44a95 20:03:07 Removing intermediate container 3b3757a44a95 20:03:07 ---> c5992cce3166 20:03:07 Step 32/33 : LABEL git_sha=9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f 20:03:07 ---> Running in 1e385cee753d 20:03:07 Removing intermediate container 1e385cee753d 20:03:07 ---> 30506577b742 20:03:07 Step 33/33 : LABEL version=0.0.0 20:03:08 ---> Running in 5fc11083f229 20:03:08 Removing intermediate container 5fc11083f229 20:03:08 ---> 310d3e17beab 20:03:08 20:03:08 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:03:08 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:03:08 ---> aa71553ae637 20:03:08 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:03:08 ---> Using cache 20:03:08 ---> b596b0c0fa33 20:03:08 Step 4/23 : WORKDIR /edgex-go 20:03:08 ---> Using cache 20:03:08 ---> fe80efba7f56 20:03:08 Step 5/23 : RUN apk add --update --no-cache make git 20:03:08 ---> Using cache 20:03:08 ---> e1504999c979 20:03:08 Step 6/23 : COPY go.mod vendor* ./ 20:03:08 ---> Using cache 20:03:08 ---> 2fed8846b28b 20:03:08 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:08 ---> Using cache 20:03:08 ---> b7de4dbb60ed 20:03:08 Step 8/23 : COPY . . 20:03:08 ---> Using cache 20:03:08 ---> 5247317a9da9 20:03:08 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 20:03:08 Successfully built 310d3e17beab 20:03:08 Successfully tagged security-bootstrapper:latest 20:03:08 Building security-spire-server 20:03:08  Building security-bootstrapper ... done  ---> Running in ed7bb342860a 20:03:08 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 20:03:12 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:03:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:03:12 ---> aa71553ae637 20:03:12 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:03:12 ---> Using cache 20:03:12 ---> b596b0c0fa33 20:03:12 Step 4/23 : WORKDIR /edgex-go 20:03:12 ---> Using cache 20:03:12 ---> fe80efba7f56 20:03:12 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 20:03:12 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:03:12 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:03:12 ---> aa71553ae637 20:03:12 Step 3/25 : WORKDIR /edgex-go 20:03:12 ---> Using cache 20:03:12 ---> 9c608a172a9f 20:03:12 Step 4/25 : RUN apk add --update --no-cache make git 20:03:12 ---> Using cache 20:03:12 ---> e8dde25c5e06 20:03:12 Step 5/25 : COPY go.mod vendor* ./ 20:03:12 ---> Using cache 20:03:12 ---> 62ea963a3d4e 20:03:12 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:12 ---> Using cache 20:03:12 ---> 79356fa721e9 20:03:12 Step 7/25 : COPY . . 20:03:12 ---> Using cache 20:03:12 ---> 1292cb81a1ba 20:03:12 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:03:12 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:03:12 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:03:12 ---> aa71553ae637 20:03:12 Step 3/27 : WORKDIR /edgex-go 20:03:12 ---> Using cache 20:03:12 ---> 9c608a172a9f 20:03:12 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:03:14 ---> Running in 04f86aa53f60 20:03:14 ---> Running in 77280e7a0158 20:03:14 ---> Running in e7e7c947fb6b 20:03:14 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:03:14 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:03:14 ---> aa71553ae637 20:03:14 Step 3/26 : WORKDIR /edgex-go 20:03:14 ---> Using cache 20:03:14 ---> 9c608a172a9f 20:03:14 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 20:03:14 ---> Running in 72aa91e02250 20:03:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:03:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:03:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:03:15 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:03:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:03:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:03:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:03:15 OK: 265 MiB in 53 packages 20:03:15 OK: 265 MiB in 53 packages 20:03:15 OK: 265 MiB in 53 packages 20:03:16 Removing intermediate container 77280e7a0158 20:03:16 ---> 543a00aae7d7 20:03:16 Step 5/27 : COPY go.mod vendor* ./ 20:03:16 Removing intermediate container 04f86aa53f60 20:03:16 ---> 21366810f6af 20:03:16 Step 6/23 : COPY go.mod vendor* ./ 20:03:16 Removing intermediate container 72aa91e02250 20:03:16 ---> a5ca7ce0cc47 20:03:16 Step 5/26 : COPY go.mod vendor* ./ 20:03:16 ---> 5f958340418f 20:03:16 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:16 ---> Running in 05eb73e76363 20:03:16 ---> 1569c0972a85 20:03:16 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:16 ---> 157f4964136d 20:03:16 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:16 ---> Running in 11c81600bd25 20:03:16 ---> Running in 2b42da1e289e 20:03:30 ? github.com/edgexfoundry/edgex-go [no test files] 20:03:35 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:03:37 Removing intermediate container ed7bb342860a 20:03:37 ---> 87c205af32a4 20:03:37 20:03:37 Step 10/23 : FROM alpine:3.17 20:03:37 ---> 9ed4aefc74f6 20:03:37 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:03:37 ---> Using cache 20:03:37 ---> 471a29f45a0b 20:03:37 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:03:37 ---> Using cache 20:03:37 ---> eee9b92c310a 20:03:37 Step 13/23 : ENV APP_PORT=59861 20:03:37 ---> Running in fca42238c9dc 20:03:37 Removing intermediate container 05eb73e76363 20:03:37 ---> 25488af4df99 20:03:37 Step 7/27 : COPY . . 20:03:37 Removing intermediate container 2b42da1e289e 20:03:37 ---> be3812993298 20:03:37 Step 7/26 : COPY . . 20:03:37 Removing intermediate container 11c81600bd25 20:03:37 ---> 59f4cbd15d7a 20:03:37 Step 8/23 : COPY . . 20:03:37 Removing intermediate container fca42238c9dc 20:03:37 ---> 44b7ab1d71e9 20:03:37 Step 14/23 : EXPOSE $APP_PORT 20:03:37 ---> Running in 9bcd76c8eb06 20:03:38 Removing intermediate container 9bcd76c8eb06 20:03:38 ---> 0a92a8f05a4f 20:03:38 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:03:41 ---> 71649ff724f1 20:03:41 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:03:41 Removing intermediate container e7e7c947fb6b 20:03:41 ---> 1e7319746846 20:03:41 20:03:41 Step 9/25 : FROM alpine:3.17 20:03:41 ---> 9ed4aefc74f6 20:03:41 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:03:41 ---> Running in 9008df906861 20:03:41 ---> 330aa4d8d924 20:03:41 Step 8/26 : ARG SPIRE_RELEASE=1.2.1 20:03:41 ---> Running in 385650e9e08f 20:03:41 ---> 9e7b2dbe01fe 20:03:41 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 20:03:41 ---> 58b6523482f6 20:03:41 Step 9/23 : RUN make cmd/support-notifications/support-notifications 20:03:41 ---> a3797811ec9a 20:03:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:03:41 ---> Running in b8544d827f00 20:03:41 ---> Running in b4adc6dba8ae 20:03:41 Removing intermediate container 385650e9e08f 20:03:41 ---> 5a9951f1490d 20:03:41 Step 9/26 : WORKDIR /edgex-go/spire-build 20:03:41 ---> Running in f724e87c2ce9 20:03:41 Removing intermediate container b4adc6dba8ae 20:03:41 ---> da2dbdf6d8cb 20:03:41 Step 9/27 : WORKDIR /edgex-go/spire-build 20:03:41 ---> Running in f54a48e27f2b 20:03:41 Removing intermediate container f724e87c2ce9 20:03:41 ---> 5f3b37ccf700 20:03:41 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:03:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:03:41 ---> Running in 7bc1346f9c24 20:03:41 Removing intermediate container f54a48e27f2b 20:03:41 ---> dae554cc1d5d 20:03:41 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:03:41 ---> Running in 8b459d1ccb09 20:03:41 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:03:41 Removing intermediate container 7bc1346f9c24 20:03:41 ---> 53044939a2e3 20:03:41 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:03:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:03:41 ---> Running in 9c8524bd7187 20:03:41 Removing intermediate container 8b459d1ccb09 20:03:41 ---> 27c8f32ee9c5 20:03:41 Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:03:41 ---> Running in f833884b81ab 20:03:42 ---> 54bd4b332238 20:03:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 20:03:42 (1/3) Installing ca-certificates (20220614-r4) 20:03:42 (2/3) Installing dumb-init (1.2.5-r2) 20:03:42 (3/3) Installing su-exec (0.2-r2) 20:03:42 Executing busybox-1.35.0-r29.trigger 20:03:42 Executing ca-certificates-20220614-r4.trigger 20:03:42 OK: 8 MiB in 18 packages 20:03:42 ---> 54009b68ef9c 20:03:42 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 20:03:42 ---> Running in 1855ff5b780b 20:03:42 Removing intermediate container 1855ff5b780b 20:03:42 ---> f7ff117cfd3f 20:03:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:03:42 ---> Running in dab00c74f327 20:03:42 Removing intermediate container dab00c74f327 20:03:42 ---> 124eef077367 20:03:42 Step 21/23 : LABEL arch=x86_64 20:03:42 ---> Running in 9ae502e19256 20:03:42 Removing intermediate container 9c8524bd7187 20:03:42 ---> ccf9e0a6c81b 20:03:42 Step 12/26 : WORKDIR /edgex-go 20:03:42 ---> Running in 7bb469b09133 20:03:43 Removing intermediate container 9ae502e19256 20:03:43 ---> 392ee2f88afd 20:03:43 Step 22/23 : LABEL git_sha=9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f 20:03:43 Removing intermediate container 9008df906861 20:03:43 ---> 232773a41570 20:03:43 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 20:03:43 ---> Running in 381065ce0371 20:03:43 ---> Running in ec60216f78a8 20:03:43 Removing intermediate container 7bb469b09133 20:03:43 ---> c88d76fffaca 20:03:43 20:03:43 Step 13/26 : FROM alpine:3.17 20:03:43 ---> 9ed4aefc74f6 20:03:43 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:03:43 Removing intermediate container f833884b81ab 20:03:43 ---> a0df1047e133 20:03:43 Step 12/27 : WORKDIR /edgex-go 20:03:43 ---> Running in 77fd9878530d 20:03:43 ---> Running in b0acc19cf63a 20:03:43 Removing intermediate container 381065ce0371 20:03:43 ---> 04fb6cde4f39 20:03:43 Step 23/23 : LABEL version=0.0.0 20:03:43 Removing intermediate container ec60216f78a8 20:03:43 ---> 51b76c63bc12 20:03:43 Step 12/25 : WORKDIR / 20:03:43 Removing intermediate container 77fd9878530d 20:03:43 ---> 74c1b6cce54c 20:03:43 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:03:43 ---> Running in f6956c143435 20:03:43 ---> Running in d932bd601dc4 20:03:43 Removing intermediate container b0acc19cf63a 20:03:43 ---> a98f41ef9d2c 20:03:43 20:03:43 Step 13/27 : FROM alpine:3.17 20:03:43 ---> 9ed4aefc74f6 20:03:43 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:03:43 ---> Using cache 20:03:43 ---> 74c1b6cce54c 20:03:43 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat ---> Running in 889455ae7087 20:03:43 20:03:43 ---> Running in 7058923a1da3 20:03:43 Removing intermediate container f6956c143435 20:03:43 ---> a75858efb21c 20:03:43 20:03:43 Removing intermediate container d932bd601dc4 20:03:43 ---> 0f72c2dcb16c 20:03:43 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:03:43 Successfully built a75858efb21c 20:03:43 Successfully tagged support-scheduler:latest 20:03:43  Building support-scheduler ... done Building security-proxy-setup 20:03:43 ---> bb32ca9c06c0 20:03:43 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 20:03:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:03:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:03:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:03:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:03:44 v3.17.3-105-gedb05ecc427 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:03:44 v3.17.3-102-g01c97c8134e [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:03:44 OK: 17818 distinct packages available 20:03:44 v3.17.3-105-gedb05ecc427 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:03:44 v3.17.3-102-g01c97c8134e [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:03:44 OK: 17818 distinct packages available 20:03:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:03:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:03:44 ---> ef2c04249d14 20:03:44 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:03:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:03:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:03:44 (1/5) Installing dumb-init (1.2.5-r2) 20:03:44 (2/5) Installing musl-obstack (1.2.3-r0) 20:03:44 (3/5) Installing libucontext (1.2-r0) 20:03:44 (4/5) Installing gcompat (1.1.0-r0) 20:03:44 (5/5) Installing openssl (3.0.8-r3) 20:03:44 Executing busybox-1.35.0-r29.trigger 20:03:44 OK: 8 MiB in 20 packages 20:03:44 (1/4) Installing dumb-init (1.2.5-r2) 20:03:44 (2/4) Installing musl-obstack (1.2.3-r0) 20:03:44 (3/4) Installing libucontext (1.2-r0) 20:03:44 (4/4) Installing gcompat (1.1.0-r0) 20:03:44 Executing busybox-1.35.0-r29.trigger 20:03:44 OK: 7 MiB in 19 packages 20:03:44 ---> c0360d99df4f 20:03:44 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 20:03:45 ---> 0014b2946071 20:03:45 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 20:03:45 ---> ce002a757fcb 20:03:45 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:03:45 Removing intermediate container 889455ae7087 20:03:45 ---> e0b7ed961c90 20:03:45 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 20:03:45 Removing intermediate container 7058923a1da3 20:03:45 ---> 3b09b221ea5c 20:03:45 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:03:45 ---> 4e22a6c60172 20:03:45 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:03:45 ---> 161bc40060d4 20:03:45 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 20:03:45 ---> d50389e17c39 20:03:45 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:03:45 ---> 131269040471 20:03:45 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:03:45 ---> ff22c39dadd6 20:03:45 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:03:46 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:03:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:03:46 ---> aa71553ae637 20:03:46 Step 3/22 : WORKDIR /edgex-go 20:03:46 ---> Using cache 20:03:46 ---> 9c608a172a9f 20:03:46 Step 4/22 : RUN apk add --update --no-cache make git 20:03:46 ---> Using cache 20:03:46 ---> e8dde25c5e06 20:03:46 Step 5/22 : COPY go.mod vendor* ./ 20:03:46 ---> Using cache 20:03:46 ---> 62ea963a3d4e 20:03:46 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:46 ---> Using cache 20:03:46 ---> 79356fa721e9 20:03:46 Step 7/22 : COPY . . 20:03:46 ---> Using cache 20:03:46 ---> 1292cb81a1ba 20:03:46 Step 8/22 : RUN make cmd/secrets-config/secrets-config 20:03:46 ---> 0a84e0c8fbcc 20:03:46 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:03:46 ---> Running in 3a054c098b22 20:03:47 ---> f74176a6921d 20:03:47 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:03:47 ---> Running in 8cd8af555a5d 20:03:47 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 20:03:48 ---> 30b9c957142c 20:03:48 ---> 929e7191570f 20:03:48 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:03:48 20:03:48 Removing intermediate container 8cd8af555a5d 20:03:48 ---> efaad89c5658 20:03:48 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 20:03:48 ---> a23bb051b96b 20:03:48 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 20:03:48 ---> Running in 29f40b7840ea 20:03:48 ---> a903baa0bd33 20:03:48 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:03:49 ---> Running in 7cadd4256ac0 20:03:49 Removing intermediate container 29f40b7840ea 20:03:49 ---> bc65d1da93d8 20:03:49 Step 23/25 : LABEL arch=x86_64 20:03:49 ---> b01fdec7a616 20:03:49 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:03:49 ---> Running in 30e8d5d2ca98 20:03:49 Removing intermediate container 7cadd4256ac0 20:03:49 ---> de59d1142acd 20:03:49 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:03:49 ---> fc3ab86732a3 20:03:49 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:03:49 Removing intermediate container 30e8d5d2ca98 20:03:49 ---> bf182fb23c04 20:03:49 Step 24/25 : LABEL git_sha=9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f 20:03:49 ---> Running in de2a3de07e04 20:03:49 ---> d647abddf13f 20:03:49 Step 22/27 : WORKDIR / 20:03:49 ---> Running in 89b7a7a817bb 20:03:49 ---> Running in 11a2e438c19f 20:03:50 Removing intermediate container 89b7a7a817bb 20:03:50 ---> a7adebfd9457 20:03:50 Step 25/25 : LABEL version=0.0.0 20:03:50 Removing intermediate container de2a3de07e04 20:03:50 ---> 9f5b1b5fb6c7 20:03:50 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:03:50 Removing intermediate container 11a2e438c19f 20:03:50 ---> 5afea60a45b3 20:03:50 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:03:50 ---> Running in 403f9e9ac9ff 20:03:50 ---> Running in 00bb6ea7ba43 20:03:50 ---> Running in f273a632e61e 20:03:50 Removing intermediate container f273a632e61e 20:03:50 ---> 1e5305b528fe 20:03:50 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:03:50 Removing intermediate container 00bb6ea7ba43 20:03:50 ---> c36d31651720 20:03:50 20:03:50 Removing intermediate container 403f9e9ac9ff 20:03:50 ---> 2e234d851db2 20:03:50 Step 24/26 : LABEL arch=x86_64 20:03:50 ---> Running in 641c9e533f38 20:03:50 ---> Running in 069bf6f98c35 20:03:50 Successfully built c36d31651720 20:03:50 Successfully tagged security-secretstore-setup:latest 20:03:50 Building core-common-config-bootstrapper 20:03:51  Building security-secretstore-setup ... done Removing intermediate container 641c9e533f38 20:03:51 ---> 7dc86b283a52 20:03:51 Step 25/27 : LABEL arch=x86_64 20:03:51 Removing intermediate container 069bf6f98c35 20:03:51 ---> b1cb52493766 20:03:51 Step 25/26 : LABEL git_sha=9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f 20:03:51 ---> Running in 215eacaf6a4c 20:03:51 ---> Running in e1eba6a6dd71 20:03:51 Removing intermediate container e1eba6a6dd71 20:03:51 ---> af10c4633e09 20:03:51 Step 26/27 : LABEL git_sha=9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f 20:03:51 Removing intermediate container 215eacaf6a4c 20:03:51 ---> 950accf084a6 20:03:51 Step 26/26 : LABEL version=0.0.0 20:03:51 ---> Running in 5c1db9454e6d 20:03:51 ---> Running in 84a3264fe90a 20:03:51 Removing intermediate container 5c1db9454e6d 20:03:51 ---> cce323ed3f54 20:03:51 Step 27/27 : LABEL version=0.0.0 20:03:52 Removing intermediate container 84a3264fe90a 20:03:52 ---> 0ac53d1ec03c 20:03:52 20:03:52 ---> Running in 0044d5815c0f 20:03:52 Successfully built 0ac53d1ec03c 20:03:52 Successfully tagged security-spire-server:latest 20:03:52 Building security-proxy-auth 20:03:52  Building security-spire-server ... done Removing intermediate container 0044d5815c0f 20:03:52 ---> cfa86bf56972 20:03:52 20:03:52 Successfully built cfa86bf56972 20:03:52 Successfully tagged security-spire-config:latest 20:03:52 Building security-spire-agent 20:03:57  Building security-spire-config ... done Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:03:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:03:57 ---> aa71553ae637 20:03:57 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:03:57 ---> Using cache 20:03:57 ---> b596b0c0fa33 20:03:57 Step 4/23 : WORKDIR /edgex-go 20:03:57 ---> Using cache 20:03:57 ---> fe80efba7f56 20:03:57 Step 5/23 : RUN apk add --update --no-cache make git 20:03:57 ---> Using cache 20:03:57 ---> e1504999c979 20:03:57 Step 6/23 : COPY go.mod vendor* ./ 20:03:57 ---> Using cache 20:03:57 ---> 2fed8846b28b 20:03:57 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:57 ---> Using cache 20:03:57 ---> b7de4dbb60ed 20:03:57 Step 8/23 : COPY . . 20:03:57 ---> Using cache 20:03:57 ---> 5247317a9da9 20:03:57 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:03:59 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:03:59 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:03:59 ---> aa71553ae637 20:03:59 Step 3/27 : WORKDIR /edgex-go 20:03:59 ---> Using cache 20:03:59 ---> 9c608a172a9f 20:03:59 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:03:59 ---> Using cache 20:03:59 ---> a5ca7ce0cc47 20:03:59 Step 5/27 : COPY go.mod vendor* ./ 20:03:59 ---> Using cache 20:03:59 ---> 157f4964136d 20:03:59 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:59 ---> Using cache 20:03:59 ---> be3812993298 20:03:59 Step 7/27 : COPY . . 20:03:59 ---> Using cache 20:03:59 ---> 330aa4d8d924 20:03:59 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 20:03:59 ---> Using cache 20:03:59 ---> 5a9951f1490d 20:03:59 Step 9/27 : WORKDIR /edgex-go/spire-build 20:03:59 ---> Using cache 20:03:59 ---> 5f3b37ccf700 20:03:59 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:03:59 ---> Using cache 20:03:59 ---> 53044939a2e3 20:03:59 Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:03:59 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:03:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:03:59 ---> aa71553ae637 20:03:59 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:03:59 ---> Using cache 20:03:59 ---> b596b0c0fa33 20:03:59 Step 4/23 : WORKDIR /edgex-go 20:03:59 ---> Using cache 20:03:59 ---> fe80efba7f56 20:03:59 Step 5/23 : RUN apk add --update --no-cache make git 20:03:59 ---> Using cache 20:03:59 ---> e1504999c979 20:03:59 Step 6/23 : COPY go.mod vendor* ./ 20:03:59 ---> Using cache 20:03:59 ---> 2fed8846b28b 20:03:59 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:59 ---> Using cache 20:03:59 ---> b7de4dbb60ed 20:03:59 Step 8/23 : COPY . . 20:03:59 ---> Using cache 20:03:59 ---> 5247317a9da9 20:03:59 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 20:04:00 ---> Running in bedba221338a 20:04:00 ---> Running in 73085573b252 20:04:00 ---> Running in ff4068a21e84 20:04:00 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 20:04:00 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 20:04:01 Removing intermediate container ff4068a21e84 20:04:01 ---> fc9259a738e7 20:04:01 Step 12/27 : WORKDIR /edgex-go 20:04:01 ---> Running in 80e4572374a9 20:04:01 Removing intermediate container 80e4572374a9 20:04:01 ---> 49af6f03860a 20:04:01 20:04:01 Step 13/27 : FROM alpine:3.17 20:04:01 ---> 9ed4aefc74f6 20:04:01 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:04:01 ---> Using cache 20:04:01 ---> 74c1b6cce54c 20:04:01 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:04:01 ---> Using cache 20:04:01 ---> e0b7ed961c90 20:04:01 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:04:01 ---> Using cache 20:04:01 ---> 161bc40060d4 20:04:01 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:04:01 ---> Using cache 20:04:01 ---> ff22c39dadd6 20:04:01 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 20:04:02 ---> 63b05bdd9e89 20:04:02 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:04:03 ---> 1600084cb2fd 20:04:03 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:04:04 ---> 29e24f1ff643 20:04:04 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:04:04 ---> ae615c9266bf 20:04:04 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:04:05 ---> c0219bc1eef4 20:04:05 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:04:05 ---> Running in ac0193b9dde7 20:04:05 Removing intermediate container ac0193b9dde7 20:04:05 ---> 5b5e5e0b743b 20:04:05 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:04:05 ---> Running in aa68e2559ae6 20:04:05 Removing intermediate container aa68e2559ae6 20:04:05 ---> 3f71cf47da26 20:04:05 Step 25/27 : LABEL arch=x86_64 20:04:05 ---> Running in 40199d6d75c0 20:04:06 Removing intermediate container 40199d6d75c0 20:04:06 ---> d74749f53c86 20:04:06 Step 26/27 : LABEL git_sha=9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f 20:04:06 ---> Running in eab421c6ff44 20:04:06 Removing intermediate container eab421c6ff44 20:04:06 ---> 8ab119df7101 20:04:06 Step 27/27 : LABEL version=0.0.0 20:04:06 ---> Running in 3fad4f18515f 20:04:06 Removing intermediate container 3fad4f18515f 20:04:06 ---> 90e082e56c31 20:04:06 20:04:06 Successfully built 90e082e56c31 20:04:06 Successfully tagged security-spire-agent:latest 20:04:07  Building security-spire-agent ... done Removing intermediate container b8544d827f00 20:04:07 ---> cc783bd6ab79 20:04:07 20:04:07 Step 10/23 : FROM alpine:3.17 20:04:07 ---> 9ed4aefc74f6 20:04:07 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 20:04:07 ---> Running in 5b0bd1b34c2f 20:04:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:04:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:04:08 (1/2) Installing ca-certificates (20220614-r4) 20:04:08 (2/2) Installing dumb-init (1.2.5-r2) 20:04:08 Executing busybox-1.35.0-r29.trigger 20:04:08 Executing ca-certificates-20220614-r4.trigger 20:04:08 OK: 8 MiB in 17 packages 20:04:09 Removing intermediate container 3a054c098b22 20:04:09 ---> ac1b8e77fd60 20:04:09 20:04:09 Step 9/22 : FROM alpine:3.17 20:04:09 ---> 9ed4aefc74f6 20:04:09 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 20:04:09 ---> Running in 64f17f83358c 20:04:09 Removing intermediate container 5b0bd1b34c2f 20:04:09 ---> 1ee324c61bf1 20:04:09 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 20:04:09 ---> Running in d2370e462807 20:04:10 Removing intermediate container d2370e462807 20:04:10 ---> 875d120e0e90 20:04:10 Step 13/23 : ENV APP_PORT=59860 20:04:10 ---> Running in a0672095952a 20:04:10 Removing intermediate container a0672095952a 20:04:10 ---> 1d67930500c3 20:04:10 Step 14/23 : EXPOSE $APP_PORT 20:04:10 ---> Running in d499d4a6156b 20:04:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:04:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:04:10 Removing intermediate container d499d4a6156b 20:04:10 ---> a2f7759e362a 20:04:10 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:04:10 (1/2) Installing dumb-init (1.2.5-r2) 20:04:10 (2/2) Installing openssl (3.0.8-r3) 20:04:10 Executing busybox-1.35.0-r29.trigger 20:04:10 OK: 8 MiB in 17 packages 20:04:10 ---> bf11f88f5516 20:04:10 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:04:10 ---> aad67f13d5ad 20:04:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:04:11 Removing intermediate container 64f17f83358c 20:04:11 ---> c89de572d79f 20:04:11 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 20:04:11 ---> Running in b8273e3726ca 20:04:11 Removing intermediate container b8273e3726ca 20:04:11 ---> 73a77c6a18b2 20:04:11 Step 12/22 : WORKDIR /edgex 20:04:11 ---> Running in 0bcf6a8b94f8 20:04:11 ---> 6f04681ac122 20:04:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 20:04:11 Removing intermediate container 0bcf6a8b94f8 20:04:11 ---> 488c4b0c4ca1 20:04:11 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:04:12 ---> c1e1eaf6b5f4 20:04:12 Step 19/23 : ENTRYPOINT ["/support-notifications"] 20:04:12 ---> Running in bcd4434e9747 20:04:12 ---> 24d818a6d40f 20:04:12 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 20:04:12 Removing intermediate container bcd4434e9747 20:04:12 ---> 9dfc207d2aa5 20:04:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:04:12 ---> Running in 14efd4177ed9 20:04:12 Removing intermediate container 14efd4177ed9 20:04:12 ---> f2afe1e93fa0 20:04:12 Step 21/23 : LABEL arch=x86_64 20:04:12 ---> 91b406ae9fee 20:04:12 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 20:04:12 ---> Running in 106fe798d54f 20:04:12 Removing intermediate container 106fe798d54f 20:04:12 ---> e8cbf87c8bc4 20:04:12 Step 22/23 : LABEL git_sha=9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f 20:04:12 ---> Running in f7797a5608e6 20:04:12 ---> 9cac04f872d0 20:04:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:04:12 Removing intermediate container f7797a5608e6 20:04:12 ---> f1f983565116 20:04:12 Step 23/23 : LABEL version=0.0.0 20:04:12 ---> Running in 096d7a4f15b5 20:04:12 Removing intermediate container 096d7a4f15b5 20:04:12 ---> 2f7a06e472a4 20:04:12 20:04:12 ---> 69d0c258adb9 20:04:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:04:12 Successfully built 2f7a06e472a4 20:04:12 Successfully tagged support-notifications:latest 20:04:13  Building support-notifications ... done  ---> ca82328f5621 20:04:13 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:04:13 ---> Running in 351485041bb1 20:04:13 Removing intermediate container 351485041bb1 20:04:13 ---> 8e6e84ae47a3 20:04:13 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 20:04:13 ---> Running in d3a21887ef41 20:04:13 Removing intermediate container d3a21887ef41 20:04:13 ---> cdc1d8370be6 20:04:13 Step 20/22 : LABEL arch=x86_64 20:04:13 ---> Running in cdf70ec45afe 20:04:14 Removing intermediate container cdf70ec45afe 20:04:14 ---> 0202890ae5ef 20:04:14 Step 21/22 : LABEL git_sha=9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f 20:04:14 ---> Running in f61da78d37d8 20:04:14 Removing intermediate container f61da78d37d8 20:04:14 ---> 079436986889 20:04:14 Step 22/22 : LABEL version=0.0.0 20:04:14 ---> Running in 1066b3bf278b 20:04:14 Removing intermediate container 1066b3bf278b 20:04:14 ---> cbb8e57ed62b 20:04:14 20:04:14 Successfully built cbb8e57ed62b 20:04:14 Successfully tagged security-proxy-setup:latest 20:04:19  Building security-proxy-setup ... done Removing intermediate container 73085573b252 20:04:19 ---> 0b2e86af5952 20:04:19 20:04:19 Step 10/23 : FROM alpine:3.17 20:04:19 ---> 9ed4aefc74f6 20:04:19 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:04:19 Removing intermediate container bedba221338a 20:04:19 ---> 5092ef276144 20:04:19 20:04:19 Step 10/23 : FROM alpine:3.17 20:04:19 ---> 9ed4aefc74f6 20:04:19 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:04:19 ---> Running in 807469250ccd 20:04:19 ---> Running in c6543d47e784 20:04:19 Removing intermediate container 807469250ccd 20:04:19 ---> 02d096b57f55 20:04:19 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:04:19 ---> Running in 268fa64f4b83 20:04:19 Removing intermediate container c6543d47e784 20:04:19 ---> 10f351dc3956 20:04:19 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:04:19 ---> Running in dabf0a3b94ca 20:04:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:04:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:04:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:04:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:04:20 (1/1) Installing dumb-init (1.2.5-r2) 20:04:20 Executing busybox-1.35.0-r29.trigger 20:04:20 OK: 7 MiB in 16 packages 20:04:20 (1/1) Installing dumb-init (1.2.5-r2) 20:04:20 Executing busybox-1.35.0-r29.trigger 20:04:20 OK: 7 MiB in 16 packages 20:04:20 Removing intermediate container dabf0a3b94ca 20:04:20 ---> cf289277613d 20:04:20 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:04:20 Removing intermediate container 268fa64f4b83 20:04:20 ---> 73c97627fa73 20:04:20 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:04:20 ---> d7a2b42978ca 20:04:20 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:04:20 ---> d6ee156abd12 20:04:20 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:04:20 ---> efeedc086a94 20:04:20 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 20:04:20 ---> b422147dbb69 20:04:20 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 20:04:21 ---> 8ee0cc2c5b72 20:04:21 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 20:04:21 ---> 17808e903264 20:04:21 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 20:04:21 ---> 9eaef1d15718 20:04:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 20:04:21 ---> 8ea566b57ece 20:04:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 20:04:21 ---> 752ffc29f7f2 20:04:21 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:04:21 ---> Running in d27b7f71730f 20:04:21 ---> ba2e65cfc6d0 20:04:21 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:04:21 ---> Running in dffe58c98158 20:04:22 Removing intermediate container d27b7f71730f 20:04:22 ---> 55a042f03d59 20:04:22 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 20:04:22 ---> Running in 6db5d0ac2682 20:04:22 Removing intermediate container dffe58c98158 20:04:22 ---> 04bd3c913741 20:04:22 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 20:04:22 ---> Running in 594afc50dea6 20:04:22 Removing intermediate container 6db5d0ac2682 20:04:22 ---> a95c23088624 20:04:22 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 20:04:22 ---> Running in 83dc43ede4ad 20:04:22 Removing intermediate container 594afc50dea6 20:04:22 ---> 9e7dabf24e68 20:04:22 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 20:04:22 ---> Running in 3c192c7b5501 20:04:22 Removing intermediate container 83dc43ede4ad 20:04:22 ---> 000cb225a7fd 20:04:22 Step 21/23 : LABEL arch=x86_64 20:04:22 ---> Running in f912d657e17d 20:04:22 Removing intermediate container 3c192c7b5501 20:04:22 ---> 8365b2cc98d4 20:04:22 Step 21/23 : LABEL arch=x86_64 20:04:22 ---> Running in 341869e9be8e 20:04:22 Removing intermediate container f912d657e17d 20:04:22 ---> 36b01a98addf 20:04:22 Step 22/23 : LABEL git_sha=9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f 20:04:22 ---> Running in 5b16c1a2eba0 20:04:22 Removing intermediate container 341869e9be8e 20:04:22 ---> 97fe0ece8f47 20:04:22 Step 22/23 : LABEL git_sha=9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f 20:04:22 ---> Running in dbc98cdd9817 20:04:22 Removing intermediate container 5b16c1a2eba0 20:04:22 ---> 69c58f7de29d 20:04:22 Step 23/23 : LABEL version=0.0.0 20:04:22 ---> Running in 18bb10459b04 20:04:22 Removing intermediate container dbc98cdd9817 20:04:22 ---> 5ea9c008a3dc 20:04:22 Step 23/23 : LABEL version=0.0.0 20:04:22 ---> Running in 5c712216b840 20:04:22 Removing intermediate container 18bb10459b04 20:04:22 ---> 9353d4d20bd6 20:04:22 20:04:22 Removing intermediate container 5c712216b840 20:04:22 ---> 07f48087ff99 20:04:22 20:04:22 Successfully built 9353d4d20bd6 20:04:22 Successfully tagged security-proxy-auth:latest 20:04:22  Building security-proxy-auth ... done Successfully built 07f48087ff99 20:04:22 Successfully tagged core-common-config-bootstrapper:latest 20:04:22  Building core-common-config-bootstrapper ... done  [Pipeline] } 20:04:22 $ docker stop --time=1 9e6f365f4739adb867f6d6fd8db61f250e8b6bcb39f058bdc789ae4f8a6f1927 20:04:24 $ docker rm -f --volumes 9e6f365f4739adb867f6d6fd8db61f250e8b6bcb39f058bdc789ae4f8a6f1927 [Pipeline] // withDockerContainer [Pipeline] sh 20:04:24 + docker images 20:04:24 REPOSITORY TAG IMAGE ID CREATED SIZE 20:04:24 core-common-config-bootstrapper latest 07f48087ff99 2 seconds ago 17.2MB 20:04:24 security-proxy-auth latest 9353d4d20bd6 2 seconds ago 18.3MB 20:04:24 5092ef276144 5 seconds ago 1.68GB 20:04:24 0b2e86af5952 6 seconds ago 1.66GB 20:04:24 security-proxy-setup latest cbb8e57ed62b 10 seconds ago 18.7MB 20:04:24 support-notifications latest 2f7a06e472a4 12 seconds ago 32.7MB 20:04:24 ac1b8e77fd60 15 seconds ago 1.66GB 20:04:24 cc783bd6ab79 18 seconds ago 1.75GB 20:04:24 security-spire-agent latest 90e082e56c31 18 seconds ago 129MB 20:04:24 49af6f03860a 23 seconds ago 1.54GB 20:04:24 security-spire-server latest 0ac53d1ec03c 33 seconds ago 89.8MB 20:04:24 security-spire-config latest cfa86bf56972 33 seconds ago 88.9MB 20:04:24 security-secretstore-setup latest c36d31651720 34 seconds ago 32.8MB 20:04:24 support-scheduler latest a75858efb21c 41 seconds ago 32.1MB 20:04:24 a98f41ef9d2c 41 seconds ago 1.54GB 20:04:24 c88d76fffaca 42 seconds ago 1.54GB 20:04:24 1e7319746846 46 seconds ago 1.68GB 20:04:24 87c205af32a4 48 seconds ago 1.75GB 20:04:24 security-bootstrapper latest 310d3e17beab About a minute ago 22.2MB 20:04:24 core-command latest a675a2437bc3 About a minute ago 19.8MB 20:04:24 security-spiffe-token-provider latest e61c18ed186a About a minute ago 32.8MB 20:04:24 core-metadata latest a5588117ffc3 About a minute ago 20.4MB 20:04:24 core-data latest 080dd233848a About a minute ago 20MB 20:04:24 3973fe373ea1 About a minute ago 1.72GB 20:04:24 85600449a6da About a minute ago 1.69GB 20:04:24 e3190b31bd1e About a minute ago 1.69GB 20:04:24 3bab297224e8 About a minute ago 1.69GB 20:04:24 2690142f1d2e About a minute ago 1.67GB 20:04:24 ci-base-image-x86_64 latest aa71553ae637 5 minutes ago 881MB 20:04:24 alpine 3.17 9ed4aefc74f6 2 weeks ago 7.05MB 20:04:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine 3b553350e43f 5 weeks ago 664MB 20:04:24 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 9 months ago 253MB 20:04:24 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] } 20:05:22 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:05:22 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 20:05:22 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:05:25 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:05:25 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:05:27 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:05:28 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:05:28 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 20:05:28 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:05:30 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 20:05:34 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:05:34 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:05:34 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:05:34 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 20:05:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:05:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:05:49 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.404s coverage: 28.7% of statements 20:05:59 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.313s coverage: 98.5% of statements 20:06:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 20:06:03 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 20:06:03 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:06:07 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.504s coverage: 71.5% of statements 20:06:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:06:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:06:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.400s coverage: 54.0% of statements 20:06:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 20:06:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 20:06:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 20:06:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:06:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:06:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:06:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:06:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 13.046s coverage: 88.5% of statements 20:06:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.675s coverage: 3.8% of statements 20:06:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 20:06:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 20:06:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 20:06:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.746s coverage: 95.6% of statements 20:06:42 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:06:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 20:06:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 20:06:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:06:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:06:42 ok github.com/edgexfoundry/edgex-go/internal/io 0.221s coverage: 72.2% of statements 20:06:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:06:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:06:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:06:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.269s coverage: 65.9% of statements 20:06:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:06:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:06:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.419s coverage: 0.9% of statements 20:06:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.262s coverage: 29.0% of statements 20:07:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.287s coverage: 44.1% of statements 20:07:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.263s coverage: 82.9% of statements 20:07:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.272s coverage: 94.1% of statements 20:07:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.294s coverage: 96.3% of statements 20:07:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.233s coverage: 87.5% of statements 20:07:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:07:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:07:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:07:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:07:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:07:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 20:07:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 20:07:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 20:07:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.224s coverage: 94.4% of statements 20:07:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:07:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:07:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:07:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:07:25 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:07:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:07:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:07:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.157s coverage: 79.9% of statements 20:07:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 19.285s coverage: 92.9% of statements 20:07:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.089s coverage: 64.4% of statements 20:07:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.244s coverage: 62.3% of statements 20:07:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.229s coverage: 87.2% of statements 20:07:33 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.185s coverage: 20.0% of statements 20:07:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.186s coverage: 100.0% of statements 20:07:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.498s coverage: 81.8% of statements 20:07:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 20:07:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.501s coverage: 82.1% of statements 20:07:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:07:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.233s coverage: 86.0% of statements 20:07:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:07:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:07:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.130s coverage: 63.1% of statements 20:07:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.278s coverage: 100.0% of statements 20:07:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.129s coverage: 89.4% of statements 20:07:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.085s coverage: 100.0% of statements 20:07:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.101s coverage: 73.7% of statements 20:07:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 20:07:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 20:07:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 20:07:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.078s coverage: 100.0% of statements 20:07:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:07:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:07:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:07:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.045s coverage: 38.4% of statements 20:07:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.281s coverage: 89.5% of statements 20:07:58 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 20:07:58 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 20:07:58 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 20:07:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:07:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.240s coverage: 84.8% of statements 20:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:08:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.308s coverage: 17.7% of statements 20:08:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:08:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:08:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:08:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:08:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.598s coverage: 92.3% of statements 20:08:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:08:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:08:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.299s coverage: 61.5% of statements 20:08:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:08:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:08:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.404s coverage: 97.7% of statements 20:08: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 20:08:20 WARNING: Linting skipped (not on x86_64 or linter not installed) 20:08:20 go vet ./... 20:11:11 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:11:11 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:11:11 ./bin/test-attribution-txt.sh [Pipeline] echo 20:11:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 20:11:12 + ls -al . 20:11:12 total 700 20:11:12 drwxrwxr-x 10 1001 1001 4096 Apr 17 20:02 . 20:11:12 drwxr-xr-x 4 root root 4096 Apr 17 20:02 .. 20:11:12 drwxrwxr-x 2 1001 1001 4096 Apr 17 20:01 .blubracket 20:11:12 -rw-rw-r-- 1 1001 1001 16 Apr 17 20:01 .dockerignore 20:11:12 drwxrwxr-x 8 1001 1001 4096 Apr 17 20:01 .git 20:11:12 drwxrwxr-x 3 1001 1001 4096 Apr 17 20:01 .github 20:11:12 -rw-rw-r-- 1 1001 1001 1133 Apr 17 20:01 .gitignore 20:11:12 -rw-rw-r-- 1 1001 1001 42 Apr 17 20:01 .golangci.yml 20:11:12 -rw-rw-r-- 1 1001 1001 87 Apr 17 20:01 .hadolint.yml 20:11:12 -rw-rw-r-- 1 1001 1001 166 Apr 17 20:01 .sonarcloud.properties 20:11:12 -rw-rw-r-- 1 1001 1001 1171 Apr 17 20:01 ADOPTERS.md 20:11:12 -rw-rw-r-- 1 1001 1001 10835 Apr 17 20:01 Attribution.txt 20:11:12 -rw-rw-r-- 1 1001 1001 73765 Apr 17 20:01 CHANGELOG.md 20:11:12 -rw-rw-r-- 1 1001 1001 3804 Apr 17 20:01 CONTRIBUTING.md 20:11:12 -rw-rw-r-- 1 1001 1001 677 Apr 17 20:01 GOVERNANCE.md 20:11:12 -rw-rw-r-- 1 1001 1001 883 Apr 17 20:01 Jenkinsfile 20:11:12 -rw-rw-r-- 1 1001 1001 10775 Apr 17 20:01 LICENSE 20:11:12 -rw-rw-r-- 1 1001 1001 14368 Apr 17 20:01 Makefile 20:11:12 -rw-rw-r-- 1 1001 1001 582 Apr 17 20:01 OWNERS.md 20:11:12 -rw-rw-r-- 1 1001 1001 9403 Apr 17 20:01 README.md 20:11:12 -rw-rw-r-- 1 1001 1001 789 Apr 17 20:01 SECURITY.md 20:11:12 -rw-rw-r-- 1 1001 1001 5 Apr 17 19:58 VERSION 20:11:12 drwxrwxr-x 2 1001 1001 4096 Apr 17 20:01 bin 20:11:12 drwxrwxr-x 18 1001 1001 4096 Apr 17 20:01 cmd 20:11:12 -rw-r--r-- 1 root root 448248 Apr 17 20:08 coverage.out 20:11:12 -rw-rw-r-- 1 1001 1001 3200 Apr 17 20:01 go.mod 20:11:12 -rw-rw-r-- 1 1001 1001 31265 Apr 17 20:01 go.sum 20:11:12 drwxrwxr-x 7 1001 1001 4096 Apr 17 20:01 internal 20:11:12 drwxrwxr-x 3 1001 1001 4096 Apr 17 20:01 openapi 20:11:12 -rw-rw-r-- 1 1001 1001 594 Apr 17 20:01 security.txt 20:11:12 drwxrwxr-x 4 1001 1001 4096 Apr 17 20:01 snap 20:11:12 -rw-rw-r-- 1 1001 1001 204 Apr 17 20:01 version.go [Pipeline] sh 20:11:13 + '[' -e coverage.out ] 20:11:13 + chown 1001:1001 coverage.out [Pipeline] stash 20:11:13 Warning: overwriting stash ‘coverage-report’ 20:11:14 Stashed 1 file(s) [Pipeline] sh 20:11:14 + make build 20:11:14 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:12:51 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 20:12:51 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 20:12:55 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 20:12:59 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:13:46 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 20:13:54 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 20:13:59 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:14:05 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 20:14:08 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 20:14: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-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:14: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-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 20:14:24 $ docker stop --time=1 8bc860059c598faa339254b4eeaffc3a9fc13de2b9202efebe0a81cf68dc54ec 20:14:26 $ docker rm -f --volumes 8bc860059c598faa339254b4eeaffc3a9fc13de2b9202efebe0a81cf68dc54ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:14:29 20:14:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:14:29 latest: Pulling from edgex-devops/edgex-compose-arm64 20:14:29 29e5d40040c1: Pulling fs layer 20:14:29 1ce36da41761: Pulling fs layer 20:14:29 25b303627fd3: Pulling fs layer 20:14:29 29e5d40040c1: Download complete 20:14:30 1ce36da41761: Verifying Checksum 20:14:30 1ce36da41761: Download complete 20:14:30 29e5d40040c1: Pull complete 20:14:31 1ce36da41761: Pull complete 20:14:31 25b303627fd3: Verifying Checksum 20:14:31 25b303627fd3: Download complete 20:14:41 25b303627fd3: Pull complete 20:14:41 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:14:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:14:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:14:42 prd-ubuntu20.04-docker-arm64-4c-16g-8772 does not seem to be running inside a container 20:14:42 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:14:44 $ docker top 76e7558ef74b40a3c90e7454d3ee5d8719cac629d8a1144014c4a3a36f6ed9b8 -eo pid,comm [Pipeline] { [Pipeline] sh 20:14:45 + + grep parallel 20:14:45 docker-compose build --help 20:14:50 --parallel Build images in parallel. [Pipeline] } 20:14:50 $ docker stop --time=1 76e7558ef74b40a3c90e7454d3ee5d8719cac629d8a1144014c4a3a36f6ed9b8 20:14:52 $ docker rm -f --volumes 76e7558ef74b40a3c90e7454d3ee5d8719cac629d8a1144014c4a3a36f6ed9b8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:14:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:14:53 prd-ubuntu20.04-docker-arm64-4c-16g-8772 does not seem to be running inside a container 20:14:53 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:14:54 $ docker top da3d788b5ce779a3c2372bcc7721396ad42c211925d0a2ff594e10b683b081df -eo pid,comm [Pipeline] { [Pipeline] sh 20:14:55 + docker-compose -f ./docker-compose-build.yml build --parallel 20:15:00 Building core-command ... 20:15:00 Building core-common-config-bootstrapper ... 20:15:00 Building core-data ... 20:15:00 Building core-metadata ... 20:15:00 Building security-bootstrapper ... 20:15:00 Building security-proxy-auth ... 20:15:00 Building security-proxy-setup ... 20:15:00 Building security-secretstore-setup ... 20:15:00 Building security-spiffe-token-provider ... 20:15:00 Building security-spire-agent ... 20:15:00 Building security-spire-config ... 20:15:00 Building security-spire-server ... 20:15:00 Building support-notifications ... 20:15:00 Building support-scheduler ... 20:15:00 Building support-scheduler 20:15:00 Building core-common-config-bootstrapper 20:15:00 Building security-proxy-setup 20:15:00 Building security-proxy-auth 20:15:00 Building security-spire-config 20:15:47 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:15:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:15:47 ---> a39ab622be55 20:15:47 Step 3/22 : WORKDIR /edgex-go 20:15:47 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:15:47 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:15:47 ---> a39ab622be55 20:15:47 Step 3/27 : WORKDIR /edgex-go 20:15:47 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:15:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:15:47 ---> a39ab622be55 20:15:47 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:15:47 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:15:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:15:47 ---> a39ab622be55 20:15:47 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:15:47 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:15:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:15:47 ---> a39ab622be55 20:15:47 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:15:47 ---> Running in b379ddba5c72 20:15:47 ---> Running in 4606e04f4daa 20:15:47 ---> Running in 58cbd66a4d47 20:15:47 ---> Running in e2ca767c7820 20:15:47 ---> Running in 59e80205c6a7 20:15:47 Removing intermediate container 58cbd66a4d47 20:15:47 ---> dbce4e56cb26 20:15:47 Step 4/23 : WORKDIR /edgex-go 20:15:47 Removing intermediate container e2ca767c7820 20:15:47 ---> 596263e32979 20:15:47 Step 4/23 : WORKDIR /edgex-go 20:15:47 Removing intermediate container b379ddba5c72 20:15:47 ---> 885d31b76003 20:15:47 Step 4/22 : RUN apk add --update --no-cache make git 20:15:47 ---> Running in 95b60e0d89e7 20:15:47 Removing intermediate container 4606e04f4daa 20:15:47 ---> a1f202dddceb 20:15:47 Step 4/23 : WORKDIR /edgex-go 20:15:47 Removing intermediate container 59e80205c6a7 20:15:47 ---> f199f24ceff2 20:15:47 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:15:47 ---> Running in 31f621069c78 20:15:47 ---> Running in acb9111274b9 20:15:47 ---> Running in cc106b968411 20:15:47 ---> Running in 516fe8ee5a84 20:15:47 Removing intermediate container 95b60e0d89e7 20:15:47 ---> bdfe8af44575 20:15:47 Step 5/23 : RUN apk add --update --no-cache make git 20:15:47 ---> Running in c37023f9f090 20:15:47 Removing intermediate container cc106b968411 20:15:47 ---> 96b5b02c8c4f 20:15:47 Step 5/23 : RUN apk add --update --no-cache make git 20:15:47 Removing intermediate container 31f621069c78 20:15:47 ---> a65bb5034aee 20:15:47 Step 5/23 : RUN apk add --update --no-cache make git 20:15:47 ---> Running in b01c7a9ca5d4 20:15:47 ---> Running in d716613bd744 20:15:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:15:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:15:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:15:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:15:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:15:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:15:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:15:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:15:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:15:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:15:48 OK: 263 MiB in 53 packages 20:15:48 OK: 263 MiB in 53 packages 20:15:48 OK: 263 MiB in 53 packages 20:15:49 OK: 263 MiB in 53 packages 20:15:49 OK: 263 MiB in 53 packages 20:15:50 Removing intermediate container 516fe8ee5a84 20:15:50 ---> 93b588ae9045 20:15:50 Step 5/27 : COPY go.mod vendor* ./ 20:15:54 Removing intermediate container acb9111274b9 20:15:54 ---> d4599f637405 20:15:54 Step 5/22 : COPY go.mod vendor* ./ 20:15:54 Removing intermediate container b01c7a9ca5d4 20:15:54 ---> 70e93644fbd2 20:15:54 Step 6/23 : COPY go.mod vendor* ./ 20:15:54 Removing intermediate container c37023f9f090 20:15:54 ---> a903c399e330 20:15:54 Step 6/23 : COPY go.mod vendor* ./Removing intermediate container d716613bd744 20:15:54 20:15:54 ---> a56a3790fc35 20:15:54 Step 6/23 : COPY go.mod vendor* ./ 20:15:54 ---> 38c10b2300dc 20:15:54 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:15:54 ---> Running in f1aa949ee12f 20:15:54 ---> d06da8a88a22 20:15:54 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:15:55 ---> 1842d03b7ded 20:15:55 ---> c45b08101258 20:15:55 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:15:55 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:15:55 ---> Running in 7510c69a1a55 20:15:55 ---> 81f2da7e2b70 20:15:55 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:15:55 ---> Running in ed7ece4d294a 20:15:55 ---> Running in 259aed22efe5 20:15:55 ---> Running in 481afe459890 20:17:47 Removing intermediate container 481afe459890 20:17:47 ---> 8884f4a46ce0 20:17:47 Step 8/23 : COPY . . 20:17:47 Removing intermediate container ed7ece4d294a 20:17:47 ---> f0f27ba10497 20:17:47 Step 8/23 : COPY . . 20:17:47 Removing intermediate container f1aa949ee12f 20:17:47 ---> 53534e781767 20:17:47 Step 7/27 : COPY . . 20:17:47 Removing intermediate container 7510c69a1a55 20:17:47 ---> d02c993db538 20:17:47 Step 7/22 : COPY . . 20:17:47 Removing intermediate container 259aed22efe5 20:17:47 ---> d71ccc037c6b 20:17:47 Step 8/23 : COPY . . 20:18:02 ---> 6bfcbb0f7347 20:18:02 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:18:02 ---> 28f4c4b96e59 20:18:02 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 20:18:02 ---> 059dff125f26 20:18:02 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 20:18:02 ---> Running in c942d0b65308 20:18:02 ---> be19620f8a40 20:18:02 Step 8/22 : RUN make cmd/secrets-config/secrets-config 20:18:02 ---> Running in 2dd0036eec99 20:18:02 ---> 31a6406fab5c 20:18:02 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 20:18:02 ---> Running in 0bbf7cc46d3b 20:18:02 ---> Running in 59d519667f57 20:18:02 ---> Running in ab19ce88041d 20:18:02 Removing intermediate container 0bbf7cc46d3b 20:18:02 ---> 4d95ce211d4c 20:18:02 Step 9/27 : WORKDIR /edgex-go/spire-build 20:18:02 ---> Running in 16b9fe0376b0 20:18:02 Removing intermediate container 16b9fe0376b0 20:18:02 ---> 0c284683b4a5 20:18:02 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:18:02 ---> Running in cdede2a0bd79 20:18:02 Removing intermediate container cdede2a0bd79 20:18:02 ---> dcf2a38b3d81 20:18:02 Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:18:02 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 20:18: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 20:18:02 ---> Running in f1775abe7ccf 20:18:03 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 20:18:03 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 20:18:06 Removing intermediate container f1775abe7ccf 20:18:06 ---> 6764df6469d9 20:18:06 Step 12/27 : WORKDIR /edgex-go 20:18:06 ---> Running in 93e218a96946 20:18:06 Removing intermediate container 93e218a96946 20:18:06 ---> 60eaf7a0af70 20:18:06 20:18:06 Step 13/27 : FROM alpine:3.17 20:18:07 3.17: Pulling from library/alpine 20:18:09 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:18:09 Status: Downloaded newer image for alpine:3.17 20:18:09 ---> 51e60588ff2c 20:18:09 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:18:09 ---> Running in cf90ea6e9e24 20:18:09 Removing intermediate container cf90ea6e9e24 20:18:09 ---> 458514e01b34 20:18:09 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 20:18:09 ---> Running in f3e9aee7e3c2 20:18:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:18:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:18:14 v3.17.3-105-gedb05ecc427 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:18:14 v3.17.3-102-g01c97c8134e [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:18:14 OK: 17689 distinct packages available 20:18:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:18:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:18:17 (1/4) Installing dumb-init (1.2.5-r2) 20:18:17 (2/4) Installing musl-obstack (1.2.3-r0) 20:18:17 (3/4) Installing libucontext (1.2-r0) 20:18:17 (4/4) Installing gcompat (1.1.0-r0) 20:18:17 Executing busybox-1.35.0-r29.trigger 20:18:17 OK: 8 MiB in 19 packages 20:18:19 Removing intermediate container f3e9aee7e3c2 20:18:19 ---> 0a7142405422 20:18:19 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:18:22 ---> 295c600c755b 20:18:22 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:18:23 ---> ef23e733c7d4 20:18:23 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:18:30 ---> 59bf0c9913ab 20:18:30 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:18:30 ---> 797adc98e387 20:18:30 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 20:18:30 ---> Running in 901558e49d80 20:18:31 Removing intermediate container 901558e49d80 20:18:31 ---> 79c0cd2126cb 20:18:31 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:18:32 ---> dded9734e259 20:18:32 Step 22/27 : WORKDIR / 20:18:32 ---> Running in 4bd0e98f5d10 20:18:32 Removing intermediate container 4bd0e98f5d10 20:18:32 ---> ed97eeb87be5 20:18:32 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:18:32 ---> Running in 9caf5ba8ad51 20:18:33 Removing intermediate container 9caf5ba8ad51 20:18:33 ---> c05b61d8c14e 20:18:33 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:18:33 ---> Running in a4ca0a56a659 20:18:33 Removing intermediate container a4ca0a56a659 20:18:33 ---> 4cc6dad4020f 20:18:33 Step 25/27 : LABEL arch=arm64 20:18:34 ---> Running in ef9c76844de8 20:18:34 Removing intermediate container ef9c76844de8 20:18:34 ---> 82c031cad292 20:18:34 Step 26/27 : LABEL git_sha=9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f 20:18:34 ---> Running in f447b3dd6173 20:18:35 Removing intermediate container f447b3dd6173 20:18:35 ---> c603e604a9d4 20:18:35 Step 27/27 : LABEL version=0.0.0 20:18:35 ---> Running in 6a874e96f4a6 20:18:36 Removing intermediate container 6a874e96f4a6 20:18:36 ---> 943463281a24 20:18:36 20:18:36 Successfully built 943463281a24 20:18:36 Successfully tagged security-spire-config-arm64:latest 20:18:36  Building security-spire-config ... done Building support-notifications 20:18:54 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:18:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:18:54 ---> a39ab622be55 20:18:54 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:18:54 ---> Using cache 20:18:54 ---> a1f202dddceb 20:18:54 Step 4/23 : WORKDIR /edgex-go 20:18:54 ---> Using cache 20:18:54 ---> 96b5b02c8c4f 20:18:54 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 20:18:54 ---> Running in ab425e96299e 20:18:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:18:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:18:57 OK: 263 MiB in 53 packages 20:18:58 Removing intermediate container ab425e96299e 20:18:58 ---> fa42bd345922 20:18:58 Step 6/23 : COPY go.mod vendor* ./ 20:18:59 ---> 4fe3be514694 20:18:59 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:18:59 ---> Running in eab50b3a1842 20:20:51 Removing intermediate container eab50b3a1842 20:20:51 ---> 86ffcaaf4c28 20:20:51 Step 8/23 : COPY . . 20:21:01 ---> ae03a1e12826 20:21:01 Step 9/23 : RUN make cmd/support-notifications/support-notifications 20:21:01 ---> Running in 6d831ddc43b6 20:21:02 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:26:09 Removing intermediate container c942d0b65308 20:26:09 ---> 22a99b919471 20:26:09 20:26:09 Step 10/23 : FROM alpine:3.17 20:26:09 ---> 51e60588ff2c 20:26:09 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:26:09 ---> Running in bc9b1fbfb416 20:26:09 Removing intermediate container bc9b1fbfb416 20:26:09 ---> ba2fdcd16864 20:26:09 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:26:09 ---> Running in 77602e54e01c 20:26:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:26:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:26:09 (1/1) Installing dumb-init (1.2.5-r2) 20:26:09 Executing busybox-1.35.0-r29.trigger 20:26:09 OK: 8 MiB in 16 packages 20:26:09 Removing intermediate container 77602e54e01c 20:26:09 ---> bb8ed270f55c 20:26:09 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:26:09 ---> a03a276707ce 20:26:09 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:26:09 Removing intermediate container 59d519667f57 20:26:09 ---> 7a85cb316261 20:26:09 20:26:09 Step 9/22 : FROM alpine:3.17 20:26:09 ---> 51e60588ff2c 20:26:09 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 20:26:09 ---> Running in be0c2b4a2a79 20:26:09 ---> 30b57d4758a2 20:26:09 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 20:26:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:26:10 ---> a2b18579327e 20:26:10 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 20:26:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:26:11 ---> e4c5a858424b 20:26:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 20:26:12 ---> 60eb8b99579e 20:26:12 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:26:12 ---> Running in 365adc04a101 20:26:13 (1/2) Installing dumb-init (1.2.5-r2) 20:26:13 (2/2) Installing openssl (3.0.8-r3) 20:26:13 Executing busybox-1.35.0-r29.trigger 20:26:13 OK: 8 MiB in 17 packages 20:26:18 Removing intermediate container be0c2b4a2a79 20:26:18 ---> d9d930ac29fa 20:26:18 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 20:26:18 ---> Running in b3cf3fc16a50 20:26:19 Removing intermediate container 365adc04a101 20:26:19 ---> 6904ae0aea79 20:26:19 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 20:26:19 Removing intermediate container b3cf3fc16a50 20:26:19 ---> 24a237044d27 20:26:19 Step 12/22 : WORKDIR /edgex 20:26:19 ---> Running in 4106f611ac9b 20:26:19 ---> Running in dd49c91ff64b 20:26:20 Removing intermediate container 4106f611ac9b 20:26:20 ---> 00be372f787a 20:26:20 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 20:26:20 Removing intermediate container dd49c91ff64b 20:26:20 ---> bbbe5710b57c 20:26:20 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:26:20 ---> Running in e01c39623c20 20:26:21 Removing intermediate container e01c39623c20 20:26:21 ---> ab182ab9e92f 20:26:21 Step 21/23 : LABEL arch=arm64 20:26:21 ---> 1d1e8da574e1 20:26:21 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 20:26:21 ---> Running in 33917c32c9f6 20:26:22 Removing intermediate container 33917c32c9f6 20:26:22 ---> 12de240851d4 20:26:22 Step 22/23 : LABEL git_sha=9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f 20:26:22 ---> Running in 292890700c74 20:26:23 ---> fffc1e12450c 20:26:23 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 20:26:23 Removing intermediate container 292890700c74 20:26:23 ---> d4355ed68dba 20:26:23 Step 23/23 : LABEL version=0.0.0 20:26:23 ---> Running in 948bcc845867 20:26:24 Removing intermediate container 948bcc845867 20:26:24 ---> 6ef2a553761e 20:26:24 20:26:24 ---> 83a3dc5750da 20:26:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:26:24 Successfully built 6ef2a553761e 20:26:24 Successfully tagged security-proxy-auth-arm64:latest 20:26:24 Building security-spire-server 20:26:26  Building security-proxy-auth ... done  ---> b9f135f99afb 20:26:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:26:28 ---> aca37eb41d34 20:26:28 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:26:28 ---> Running in 8d08a984bd66 20:26:33 Removing intermediate container 8d08a984bd66 20:26:33 ---> 82f2c0ae29af 20:26:33 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 20:26:33 ---> Running in b8d709915d45 20:26:34 Removing intermediate container b8d709915d45 20:26:34 ---> 9be24166f293 20:26:34 Step 20/22 : LABEL arch=arm64 20:26:34 ---> Running in 94f8f7b78515 20:26:35 Removing intermediate container 94f8f7b78515 20:26:35 ---> 2dd666240448 20:26:35 Step 21/22 : LABEL git_sha=9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f 20:26:36 ---> Running in 84b51a8b55e5 20:26:37 Removing intermediate container 84b51a8b55e5 20:26:37 ---> 8230cbd801b7 20:26:37 Step 22/22 : LABEL version=0.0.0 20:26:37 ---> Running in bdd6a7d64710 20:26:38 Removing intermediate container bdd6a7d64710 20:26:38 ---> b872db637da4 20:26:38 20:26:39 Successfully built b872db637da4 20:26:39 Successfully tagged security-proxy-setup-arm64:latest 20:26:39  Building security-proxy-setup ... done Building core-data 20:26:42 Removing intermediate container 2dd0036eec99 20:26:42 ---> 2e5449aa82ac 20:26:42 20:26:42 Step 10/23 : FROM alpine:3.17 20:26:42 ---> 51e60588ff2c 20:26:42 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:26:42 ---> Using cache 20:26:42 ---> ba2fdcd16864 20:26:42 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:26:42 ---> Using cache 20:26:42 ---> bb8ed270f55c 20:26:42 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:26:42 ---> Using cache 20:26:42 ---> a03a276707ce 20:26:42 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:26:42 ---> Using cache 20:26:42 ---> 30b57d4758a2 20:26:42 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 20:26:45 ---> 6d4d4d294768 20:26:45 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 20:26:46 ---> 73e4c89e9ef1 20:26:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 20:26:47 ---> b5097fcf91d3 20:26:47 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:26:47 ---> Running in 172b792b9154 20:26:49 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:26:49 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:26:49 ---> a39ab622be55 20:26:49 Step 3/26 : WORKDIR /edgex-go 20:26:49 ---> Using cache 20:26:49 ---> f199f24ceff2 20:26:49 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 20:26:49 ---> Using cache 20:26:49 ---> 93b588ae9045 20:26:49 Step 5/26 : COPY go.mod vendor* ./ 20:26:49 ---> Using cache 20:26:49 ---> 38c10b2300dc 20:26:49 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:26:49 ---> Using cache 20:26:49 ---> 53534e781767 20:26:49 Step 7/26 : COPY . . 20:26:49 ---> Using cache 20:26:49 ---> 059dff125f26 20:26:49 Step 8/26 : ARG SPIRE_RELEASE=1.2.1 20:26:49 ---> Using cache 20:26:49 ---> 4d95ce211d4c 20:26:49 Step 9/26 : WORKDIR /edgex-go/spire-build 20:26:49 ---> Using cache 20:26:49 ---> 0c284683b4a5 20:26:49 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:26:49 ---> Using cache 20:26:49 ---> dcf2a38b3d81 20:26:49 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:26:49 ---> Running in e740490d5159 20:26:52 Removing intermediate container 172b792b9154 20:26:52 ---> 5cc7db1fea43 20:26:52 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 20:26:52 ---> Running in 1c0575e237f7 20:26:53 Removing intermediate container 1c0575e237f7 20:26:53 ---> a6561ab9b7ba 20:26:53 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 20:26:53 ---> Running in 3a9b87e5b83f 20:26:54 Removing intermediate container 3a9b87e5b83f 20:26:54 ---> acb5a66e71f8 20:26:54 Step 21/23 : LABEL arch=arm64 20:26:54 ---> Running in 3e7cd50ade6a 20:26:54 Removing intermediate container e740490d5159 20:26:54 ---> ff9d0b170312 20:26:54 Step 12/26 : WORKDIR /edgex-go 20:26:55 ---> Running in e91695e1ae05 20:26:55 Removing intermediate container 3e7cd50ade6a 20:26:55 ---> 58eed41ac57c 20:26:55 Step 22/23 : LABEL git_sha=9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f 20:26:55 ---> Running in 991c3ad5b812 20:26:56 Removing intermediate container e91695e1ae05 20:26:56 ---> fb2459f55aca 20:26:56 20:26:56 Step 13/26 : FROM alpine:3.17 20:26:56 ---> 51e60588ff2c 20:26:56 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:26:56 ---> Using cache 20:26:56 ---> 458514e01b34 20:26:56 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:26:56 ---> Running in 160c03420e51 20:26:57 Removing intermediate container 991c3ad5b812 20:26:57 ---> 934939006e19 20:26:57 Step 23/23 : LABEL version=0.0.0 20:26:57 ---> Running in 4b71a2a928bd 20:26:58 Removing intermediate container 4b71a2a928bd 20:26:58 ---> a4f5b72f8084 20:26:58 20:26:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:26:59 Successfully built a4f5b72f8084 20:26:59 Successfully tagged core-common-config-bootstrapper-arm64:latest 20:26:59 Building security-spiffe-token-provider 20:27:00  Building core-common-config-bootstrapper ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:27:02 v3.17.3-105-gedb05ecc427 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:27:02 v3.17.3-102-g01c97c8134e [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:27:02 OK: 17689 distinct packages available 20:27:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:27:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:27:05 (1/5) Installing dumb-init (1.2.5-r2) 20:27:05 (2/5) Installing musl-obstack (1.2.3-r0) 20:27:05 (3/5) Installing libucontext (1.2-r0) 20:27:05 (4/5) Installing gcompat (1.1.0-r0) 20:27:05 (5/5) Installing openssl (3.0.8-r3) 20:27:05 Executing busybox-1.35.0-r29.trigger 20:27:05 OK: 9 MiB in 20 packages 20:27:08 Removing intermediate container 160c03420e51 20:27:08 ---> abdb0ce30915 20:27:08 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 20:27:10 ---> 3966251ce54a 20:27:10 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 20:27:11 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:27:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:27:11 ---> a39ab622be55 20:27:11 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:27:11 ---> Using cache 20:27:11 ---> a1f202dddceb 20:27:11 Step 4/23 : WORKDIR /edgex-go 20:27:11 ---> Using cache 20:27:11 ---> 96b5b02c8c4f 20:27:11 Step 5/23 : RUN apk add --update --no-cache make git 20:27:11 ---> Using cache 20:27:11 ---> a56a3790fc35 20:27:11 Step 6/23 : COPY go.mod vendor* ./ 20:27:11 ---> Using cache 20:27:11 ---> 1842d03b7ded 20:27:11 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:27:11 ---> Using cache 20:27:11 ---> d71ccc037c6b 20:27:11 Step 8/23 : COPY . . 20:27:11 ---> Using cache 20:27:11 ---> 28f4c4b96e59 20:27:11 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 20:27:11 ---> Running in dca47e6343d0 20:27:11 ---> ccbe397dc7f3 20:27:11 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:27:14 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:27:23 ---> c45c739e2405 20:27:23 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:27:23 ---> a246aa798757 20:27:23 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:27:25 ---> 775023057d6c 20:27:25 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:27:25 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:27:25 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:27:25 ---> a39ab622be55 20:27:25 Step 3/20 : WORKDIR /edgex-go 20:27:25 ---> Using cache 20:27:25 ---> f199f24ceff2 20:27:25 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 20:27:25 ---> Running in 5c51645fba13 20:27:26 ---> 62eb79e509ca 20:27:26 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:27:26 ---> Running in d97048257582 20:27:27 Removing intermediate container d97048257582 20:27:27 ---> f86f400bb847 20:27:27 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:27:27 ---> Running in 171b515b27f3 20:27:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:27:28 Removing intermediate container 171b515b27f3 20:27:28 ---> a5922ef08e87 20:27:28 Step 24/26 : LABEL arch=arm64 20:27:28 ---> Running in cad7aaa2f5d7 20:27:29 Removing intermediate container cad7aaa2f5d7 20:27:29 ---> 0a6945649287 20:27:29 Step 25/26 : LABEL git_sha=9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f 20:27:29 ---> Running in 173d6b57afda 20:27:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:27:29 Removing intermediate container 173d6b57afda 20:27:29 ---> 41a27d264ac6 20:27:29 Step 26/26 : LABEL version=0.0.0 20:27:29 ---> Running in 0937514440d8 20:27:30 Removing intermediate container 0937514440d8 20:27:30 ---> c74eb0e950f4 20:27:30 20:27:30 Successfully built c74eb0e950f4 20:27:30 Successfully tagged security-spire-server-arm64:latest 20:27:30 Building security-spire-agent 20:27:31  Building security-spire-server ... done v3.17.3-105-gedb05ecc427 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:27:31 v3.17.3-102-g01c97c8134e [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:27:31 OK: 17695 distinct packages available 20:27:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:27:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:27:34 OK: 263 MiB in 53 packages 20:27:38 Removing intermediate container 5c51645fba13 20:27:38 ---> a819ecfbbe2f 20:27:38 Step 5/20 : COPY go.mod vendor* ./ 20:27:40 ---> affe9c1dc216 20:27:40 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:27:40 ---> Running in 63f68f078b4e 20:27:50 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:27:50 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:27:50 ---> a39ab622be55 20:27:50 Step 3/27 : WORKDIR /edgex-go 20:27:50 ---> Using cache 20:27:50 ---> f199f24ceff2 20:27:50 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:27:50 ---> Using cache 20:27:50 ---> 93b588ae9045 20:27:50 Step 5/27 : COPY go.mod vendor* ./ 20:27:50 ---> Using cache 20:27:50 ---> 38c10b2300dc 20:27:50 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:27:50 ---> Using cache 20:27:50 ---> 53534e781767 20:27:50 Step 7/27 : COPY . . 20:27:50 ---> Using cache 20:27:50 ---> 059dff125f26 20:27:50 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 20:27:50 ---> Using cache 20:27:50 ---> 4d95ce211d4c 20:27:50 Step 9/27 : WORKDIR /edgex-go/spire-build 20:27:50 ---> Using cache 20:27:50 ---> 0c284683b4a5 20:27:50 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:27:50 ---> Using cache 20:27:50 ---> dcf2a38b3d81 20:27:50 Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:27:50 ---> Using cache 20:27:50 ---> 6764df6469d9 20:27:50 Step 12/27 : WORKDIR /edgex-go 20:27:50 ---> Using cache 20:27:50 ---> 60eaf7a0af70 20:27:50 20:27:50 Step 13/27 : FROM alpine:3.17 20:27:50 ---> 51e60588ff2c 20:27:50 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:27:50 ---> Using cache 20:27:50 ---> 458514e01b34 20:27:50 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:27:50 ---> Using cache 20:27:50 ---> abdb0ce30915 20:27:50 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:27:50 ---> Using cache 20:27:50 ---> 3966251ce54a 20:27:50 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:27:50 ---> Using cache 20:27:50 ---> ccbe397dc7f3 20:27:50 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 20:27:54 ---> 582d9c35316c 20:27:54 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:28:00 ---> 4d2955e0fe90 20:28:00 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:28:00 ---> ada62eab86d9 20:28:00 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:28:01 ---> c0b450249a72 20:28:01 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:28:02 ---> 86df3160c14a 20:28:02 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:28:02 ---> Running in 78c0e8111f8d 20:28:03 Removing intermediate container 78c0e8111f8d 20:28:03 ---> c63126cc8a9d 20:28:03 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:28:03 ---> Running in 9d9b5d5ac75d 20:28:03 Removing intermediate container 9d9b5d5ac75d 20:28:03 ---> 4678385aa5e5 20:28:03 Step 25/27 : LABEL arch=arm64 20:28:04 ---> Running in 4c1a94438e77 20:28:04 Removing intermediate container 4c1a94438e77 20:28:04 ---> 91346c7337c1 20:28:04 Step 26/27 : LABEL git_sha=9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f 20:28:04 ---> Running in 3a191f8b6c9b 20:28:05 Removing intermediate container 3a191f8b6c9b 20:28:05 ---> ff025dbba2aa 20:28:05 Step 27/27 : LABEL version=0.0.0 20:28:05 ---> Running in 7f70f6d25787 20:28:06 Removing intermediate container 7f70f6d25787 20:28:06 ---> 3a4c237aac19 20:28:06 20:28:06 Successfully built 3a4c237aac19 20:28:06 Successfully tagged security-spire-agent-arm64:latest 20:28:06  Building security-spire-agent ... done Building security-bootstrapper 20:28:28 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:28:28 Step 2/33 : FROM ${BUILDER_BASE} AS builder 20:28:28 ---> a39ab622be55 20:28:28 Step 3/33 : WORKDIR /edgex-go 20:28:28 ---> Using cache 20:28:28 ---> f199f24ceff2 20:28:28 Step 4/33 : RUN apk add --update --no-cache make git 20:28:28 ---> Running in 9196ffa840d9 20:28:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:28:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:28:32 OK: 263 MiB in 53 packages 20:28:33 Removing intermediate container 9196ffa840d9 20:28:33 ---> b19fe3cebe22 20:28:33 Step 5/33 : COPY go.mod vendor* ./ 20:28:35 ---> 3a771065aaeb 20:28:35 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:28:35 ---> Running in 74ac7cd22e2d 20:29:31 Removing intermediate container 63f68f078b4e 20:29:31 ---> e8f94d8dd818 20:29:31 Step 7/20 : COPY . . 20:29:46 ---> 2f707e25b57f 20:29:46 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:29:46 ---> Running in 0cf8c5db5686 20:29:47 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 20:30:43 Removing intermediate container ab19ce88041d 20:30:43 ---> 80ed47c60013 20:30:43 20:30:43 Step 10/23 : FROM alpine:3.17 20:30:43 ---> 51e60588ff2c 20:30:43 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:30:43 ---> Running in 49cf6f8a6efd 20:30:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:30:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:30:43 Removing intermediate container 74ac7cd22e2d 20:30:43 ---> 1c21fe96e89e 20:30:43 Step 7/33 : COPY . . 20:30:43 (1/1) Installing dumb-init (1.2.5-r2) 20:30:43 Executing busybox-1.35.0-r29.trigger 20:30:43 OK: 8 MiB in 16 packages 20:30:47 Removing intermediate container 49cf6f8a6efd 20:30:47 ---> 63239122924a 20:30:47 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:30:48 ---> Running in 4f80038b13fe 20:30:48 Removing intermediate container 4f80038b13fe 20:30:48 ---> 019dfefc88ba 20:30:48 Step 13/23 : ENV APP_PORT=59861 20:30:48 ---> Running in a1121f04af9e 20:30:49 Removing intermediate container a1121f04af9e 20:30:49 ---> 7724ab84ecc4 20:30:49 Step 14/23 : EXPOSE $APP_PORT 20:30:49 ---> Running in 00ab96dd527f 20:30:50 Removing intermediate container 00ab96dd527f 20:30:50 ---> 106f2620dfe2 20:30:50 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:30:52 ---> 41a94c8575d3 20:30:52 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:30:54 ---> af47d7d06fe1 20:30:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:30:55 ---> 73b98d92d338 20:30:55 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:30:55 ---> Running in e393ea5c3c6c 20:30:58 ---> dc492a474d76 20:30:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 20:30: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-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:31:00 ---> 28784be35f7b 20:31:00 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 20:31:00 ---> Running in a8ba5493ad85 20:31:00 Removing intermediate container a8ba5493ad85 20:31:00 ---> 93bf2c8b383b 20:31:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:31:01 ---> Running in 51a64f53a744 20:31:01 Removing intermediate container 51a64f53a744 20:31:01 ---> 5d5e2a62cfce 20:31:01 Step 21/23 : LABEL arch=arm64 20:31:01 ---> Running in a43d8d287791 20:31:02 Removing intermediate container a43d8d287791 20:31:02 ---> 32e0a691557e 20:31:02 Step 22/23 : LABEL git_sha=9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f 20:31:02 ---> Running in a80fac3b712e 20:31:02 Removing intermediate container a80fac3b712e 20:31:02 ---> 0d8a1228ea23 20:31:02 Step 23/23 : LABEL version=0.0.0 20:31:02 ---> Running in 769f044ba514 20:31:03 Removing intermediate container 769f044ba514 20:31:03 ---> f5e184f26d86 20:31:03 20:31:03 Successfully built f5e184f26d86 20:31:03 Successfully tagged support-scheduler-arm64:latest 20:31:03  Building support-scheduler ... done Building security-secretstore-setup 20:31:22 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:31:22 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:31:22 ---> a39ab622be55 20:31:22 Step 3/25 : WORKDIR /edgex-go 20:31:22 ---> Using cache 20:31:22 ---> f199f24ceff2 20:31:22 Step 4/25 : RUN apk add --update --no-cache make git 20:31:22 ---> Using cache 20:31:22 ---> b19fe3cebe22 20:31:22 Step 5/25 : COPY go.mod vendor* ./ 20:31:22 ---> Using cache 20:31:22 ---> 3a771065aaeb 20:31:22 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:31:22 ---> Using cache 20:31:22 ---> 1c21fe96e89e 20:31:22 Step 7/25 : COPY . . 20:31:22 ---> Using cache 20:31:22 ---> 73b98d92d338 20:31:22 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:31:22 ---> Running in 4c88ee699550 20:31:22 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:33:13 Removing intermediate container 6d831ddc43b6 20:33:13 ---> 02cc36a4bad7 20:33:13 20:33:13 Step 10/23 : FROM alpine:3.17 20:33:13 ---> 51e60588ff2c 20:33:13 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 20:33:13 ---> Running in 639a65f3f2f4 20:33:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:33:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:33:13 (1/2) Installing ca-certificates (20220614-r4) 20:33:13 (2/2) Installing dumb-init (1.2.5-r2) 20:33:13 Executing busybox-1.35.0-r29.trigger 20:33:13 Executing ca-certificates-20220614-r4.trigger 20:33:13 OK: 8 MiB in 17 packages 20:33:13 Removing intermediate container 639a65f3f2f4 20:33:13 ---> 49cdd13387eb 20:33:13 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 20:33:13 ---> Running in e37e4023a3eb 20:33:13 Removing intermediate container e37e4023a3eb 20:33:13 ---> dc759455b445 20:33:13 Step 13/23 : ENV APP_PORT=59860 20:33:13 ---> Running in 656ba4eacb41 20:33:13 Removing intermediate container 656ba4eacb41 20:33:13 ---> 35faa3da86d8 20:33:13 Step 14/23 : EXPOSE $APP_PORT 20:33:13 ---> Running in 4e4d0946978a 20:33:13 Removing intermediate container 4e4d0946978a 20:33:13 ---> acf5f0cff54f 20:33:13 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:33:13 ---> 0f3bf5de9893 20:33:13 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:33:13 ---> 0e634f0793c4 20:33:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:33:16 ---> a93ab86b4ef7 20:33:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 20:33:17 ---> 591c7a0127ca 20:33:17 Step 19/23 : ENTRYPOINT ["/support-notifications"] 20:33:17 ---> Running in bcc29a9d775c 20:33:18 Removing intermediate container bcc29a9d775c 20:33:18 ---> 237d9ce78909 20:33:18 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:33:18 ---> Running in e4872855bdf9 20:33:19 Removing intermediate container e4872855bdf9 20:33:19 ---> f9a078b20dc0 20:33:19 Step 21/23 : LABEL arch=arm64 20:33:19 ---> Running in 062c309c864a 20:33:19 Removing intermediate container 062c309c864a 20:33:19 ---> a0a148f0648a 20:33:19 Step 22/23 : LABEL git_sha=9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f 20:33:19 ---> Running in 6c438f411799 20:33:20 Removing intermediate container 6c438f411799 20:33:20 ---> 6981a65be2e6 20:33:20 Step 23/23 : LABEL version=0.0.0 20:33:20 ---> Running in 346abba78f7e 20:33:21 Removing intermediate container 346abba78f7e 20:33:21 ---> 217420902933 20:33:21 20:33:21 Successfully built 217420902933 20:33:21 Successfully tagged support-notifications-arm64:latest 20:33:21  Building support-notifications ... done Building core-command 20:33:39 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:33:39 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:33:39 ---> a39ab622be55 20:33:39 Step 3/24 : ARG ADD_BUILD_TAGS="" 20:33:39 ---> Using cache 20:33:39 ---> a1f202dddceb 20:33:39 Step 4/24 : WORKDIR /edgex-go 20:33:39 ---> Using cache 20:33:39 ---> 96b5b02c8c4f 20:33:39 Step 5/24 : RUN apk add --update --no-cache make git 20:33:39 ---> Using cache 20:33:39 ---> a56a3790fc35 20:33:39 Step 6/24 : COPY go.mod vendor* ./ 20:33:39 ---> Using cache 20:33:39 ---> 1842d03b7ded 20:33:39 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:33:39 ---> Using cache 20:33:39 ---> d71ccc037c6b 20:33:39 Step 8/24 : COPY . . 20:33:39 ---> Using cache 20:33:39 ---> 28f4c4b96e59 20:33:39 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 20:33:39 ---> Running in 95b5e6443ec9 20:33:41 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 20:36:03 Removing intermediate container dca47e6343d0 20:36:03 ---> 5f972086ff45 20:36:03 20:36:03 Step 10/23 : FROM alpine:3.17 20:36:03 ---> 51e60588ff2c 20:36:03 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:36:03 ---> Running in dcbd96c74312 20:36:03 Removing intermediate container dcbd96c74312 20:36:03 ---> 8649f6d09a06 20:36:03 Step 12/23 : ENV APP_PORT=59880 20:36:03 ---> Running in 7035b6359acd 20:36:03 Removing intermediate container 7035b6359acd 20:36:03 ---> 4e31a944f4ba 20:36:03 Step 13/23 : EXPOSE $APP_PORT 20:36:03 ---> Running in 401a2b1b95a5 20:36:03 Removing intermediate container 401a2b1b95a5 20:36:03 ---> 3eaacc897720 20:36:03 Step 14/23 : RUN apk add --update --no-cache dumb-init 20:36:03 ---> Running in 86e63612ab93 20:36:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:36:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:36:03 (1/1) Installing dumb-init (1.2.5-r2) 20:36:03 Executing busybox-1.35.0-r29.trigger 20:36:03 OK: 8 MiB in 16 packages 20:36:03 Removing intermediate container 86e63612ab93 20:36:03 ---> ec00c9f0ae1d 20:36:03 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:36:03 ---> 79844753257a 20:36:03 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:36:04 ---> 3c5cbdfdea63 20:36:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:36:06 ---> 5ddf968bfed4 20:36:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 20:36:07 ---> 58b03a18eeb0 20:36:07 Step 19/23 : ENTRYPOINT ["/core-data"] 20:36:07 ---> Running in 4d41aa4b3bfe 20:36:07 Removing intermediate container 4d41aa4b3bfe 20:36:07 ---> 91585c56d6b9 20:36:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:36:07 ---> Running in b55fae01ac3e 20:36:08 Removing intermediate container b55fae01ac3e 20:36:08 ---> f00fbec5e95f 20:36:08 Step 21/23 : LABEL arch=arm64 20:36:08 ---> Running in 907f4254c332 20:36:09 Removing intermediate container 907f4254c332 20:36:09 ---> a43ee7fe395e 20:36:09 Step 22/23 : LABEL git_sha=9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f 20:36:09 ---> Running in c9aa0d61022e 20:36:09 Removing intermediate container c9aa0d61022e 20:36:09 ---> e982facfec55 20:36:09 Step 23/23 : LABEL version=0.0.0 20:36:09 ---> Running in d8846b5e46be 20:36:10 Removing intermediate container d8846b5e46be 20:36:10 ---> cc99c222276f 20:36:10 20:36:10 Successfully built cc99c222276f 20:36:10 Successfully tagged core-data-arm64:latest 20:36:10  Building core-data ... done Building core-metadata 20:36:32 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:36:32 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:36:32 ---> a39ab622be55 20:36:32 Step 3/25 : ARG ADD_BUILD_TAGS="" 20:36:32 ---> Using cache 20:36:32 ---> a1f202dddceb 20:36:32 Step 4/25 : WORKDIR /edgex-go 20:36:32 ---> Using cache 20:36:32 ---> 96b5b02c8c4f 20:36:32 Step 5/25 : RUN apk add --update --no-cache make git 20:36:32 ---> Using cache 20:36:32 ---> a56a3790fc35 20:36:32 Step 6/25 : COPY go.mod vendor* ./ 20:36:32 ---> Using cache 20:36:32 ---> 1842d03b7ded 20:36:32 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:36:32 ---> Using cache 20:36:32 ---> d71ccc037c6b 20:36:32 Step 8/25 : COPY . . 20:36:32 ---> Using cache 20:36:32 ---> 28f4c4b96e59 20:36:32 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 20:36:32 ---> Running in d578b51064e8 20:36:34 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 20:38:26 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:38:26 Removing intermediate container e393ea5c3c6c 20:38:26 ---> b2e0604e1c9e 20:38:26 20:38:26 Step 9/33 : FROM alpine:3.17 20:38:26 ---> 51e60588ff2c 20:38:26 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:38:26 ---> Running in 4e9e67a20d7c 20:38:26 Removing intermediate container 4e9e67a20d7c 20:38:26 ---> 8295c1ab15b5 20:38:26 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 20:38:26 ---> Running in 2dfd690160d8 20:38:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:38:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:38:26 (1/2) Installing dumb-init (1.2.5-r2) 20:38:26 (2/2) Installing su-exec (0.2-r2) 20:38:26 Executing busybox-1.35.0-r29.trigger 20:38:26 OK: 8 MiB in 17 packages 20:38:26 Removing intermediate container 2dfd690160d8 20:38:26 ---> b18feedf1e02 20:38:26 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 20:38:26 ---> Running in 6d841eace1d4 20:38:26 Removing intermediate container 6d841eace1d4 20:38:26 ---> a812a6582efd 20:38:26 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 20:38:26 ---> Running in 3967f89300c2 20:38:26 Removing intermediate container 3967f89300c2 20:38:26 ---> dd376e3ec584 20:38:26 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 20:38:26 ---> Running in 02410ce093a3 20:38:26 Removing intermediate container 02410ce093a3 20:38:26 ---> fb38cd6b5887 20:38:26 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 20:38:26 ---> Running in d9a291c6922d 20:38:26 Removing intermediate container d9a291c6922d 20:38:26 ---> 01f768dfe9a1 20:38:26 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 20:38:26 ---> Running in 4512bae01a34 20:38:28 Removing intermediate container 4512bae01a34 20:38:28 ---> 5f78ca66f9c7 20:38:28 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 20:38:28 ---> Running in a7cc875c8b0e 20:38:30 Removing intermediate container a7cc875c8b0e 20:38:30 ---> 1005c593081f 20:38:30 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 20:38:33 ---> f686c0bcdd5a 20:38:33 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 20:38:33 ---> Running in 48f21f045dc0 20:38:37 Removing intermediate container 48f21f045dc0 20:38:37 ---> dd1c154a06a2 20:38:37 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 20:38:38 Removing intermediate container 4c88ee699550 20:38:38 ---> 963599dc642c 20:38:38 20:38:38 Step 9/25 : FROM alpine:3.17 20:38:38 ---> 51e60588ff2c 20:38:38 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:38:38 ---> Running in 8424da412c40 20:38:39 ---> 395344c99263 20:38:39 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 20:38:40 ---> 96fb59fea1ab 20:38:40 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:38:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:38:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:38:42 ---> aeb86f7eee57 20:38:42 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 20:38:43 ---> a6ba957b93e1 20:38:43 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 20:38:44 (1/3) Installing ca-certificates (20220614-r4) 20:38:44 (2/3) Installing dumb-init (1.2.5-r2) 20:38:44 (3/3) Installing su-exec (0.2-r2) 20:38:44 Executing busybox-1.35.0-r29.trigger 20:38:44 Executing ca-certificates-20220614-r4.trigger 20:38:45 ---> ca8aecaca78e 20:38:45 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 20:38:45 OK: 8 MiB in 18 packages 20:38:46 ---> f56e8e04c142 20:38:46 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 20:38:47 ---> 2e3ab1bab174 20:38:47 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:38:48 Removing intermediate container 8424da412c40 20:38:48 ---> a4470122dcc8 20:38:48 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 20:38:48 ---> Running in 5cb918836360 20:38:49 ---> 750b9fcf4c6c 20:38:49 Step 28/33 : RUN chmod +x /entrypoint.sh 20:38:49 Removing intermediate container 5cb918836360 20:38:49 ---> 097c97462202 20:38:49 Step 12/25 : WORKDIR / 20:38:49 ---> Running in 45c32030ab72 20:38:49 ---> Running in d3df19e215b3 20:38:50 Removing intermediate container d3df19e215b3 20:38:50 ---> 36bf4c1c55f4 20:38:50 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:38:51 ---> c3309a7fe156 20:38:51 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 20:38:53 ---> ac058d571c0e 20:38:53 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:38:53 Removing intermediate container 45c32030ab72 20:38:53 ---> e355406559a5 20:38:53 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 20:38:53 ---> Running in 6aba2da3278d 20:38:54 Removing intermediate container 6aba2da3278d 20:38:54 ---> 7722bfe509e7 20:38:54 Step 30/33 : CMD ["gate"] 20:38:54 ---> 1867b3f8fb9d 20:38:54 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 20:38:54 ---> Running in ce0d0926e638 20:38:55 Removing intermediate container ce0d0926e638 20:38:55 ---> 4e877deb3ca9 20:38:55 Step 31/33 : LABEL arch=arm64 20:38:55 ---> Running in 2050547ed646 20:38:55 ---> c96a0faceb21 20:38:55 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 20:38:56 Removing intermediate container 2050547ed646 20:38:56 ---> 63e57ec053ec 20:38:56 Step 32/33 : LABEL git_sha=9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f 20:38:56 ---> Running in 24293d0deb25 20:38:56 Removing intermediate container 24293d0deb25 20:38:56 ---> 7dcefa5c4d62 20:38:56 Step 33/33 : LABEL version=0.0.0 20:38:57 ---> Running in 2ac6dab154de 20:38:57 ---> e1ef0c697f7c 20:38:57 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:38:58 Removing intermediate container 2ac6dab154de 20:38:58 ---> e5897af77599 20:38:58 20:38:58 Successfully built e5897af77599 20:38:58 Successfully tagged security-bootstrapper-arm64:latest 20:38:59  Building security-bootstrapper ... done  ---> e9ab9efe1c36 20:38:59 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:39:01 ---> 535dab4e673d 20:39:01 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:39:02 ---> f116cf4497c1 20:39:02 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:39:02 ---> Running in a5fac1833a25 20:39:05 Removing intermediate container a5fac1833a25 20:39:05 ---> df8bd346213b 20:39:05 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 20:39:05 ---> Running in 68a716002255 20:39:06 Removing intermediate container 68a716002255 20:39:06 ---> 94527c60735b 20:39:06 Step 23/25 : LABEL arch=arm64 20:39:06 ---> Running in 430a87256971 20:39:06 Removing intermediate container 430a87256971 20:39:06 ---> 4243d53fd66d 20:39:06 Step 24/25 : LABEL git_sha=9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f 20:39:06 ---> Running in 51ef6f1451aa 20:39:07 Removing intermediate container 51ef6f1451aa 20:39:07 ---> cf1e5186b2ce 20:39:07 Step 25/25 : LABEL version=0.0.0 20:39:07 ---> Running in 2baf3999f293 20:39:07 Removing intermediate container 2baf3999f293 20:39:07 ---> 93378fa8b3e1 20:39:07 20:39:08 Successfully built 93378fa8b3e1 20:39:08 Successfully tagged security-secretstore-setup-arm64:latest 20:39:40  Building security-secretstore-setup ... done Removing intermediate container 0cf8c5db5686 20:39:40 ---> c6db9fc967bf 20:39:40 20:39:40 Step 9/20 : FROM alpine:3.17 20:39:40 ---> 51e60588ff2c 20:39:40 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:39:40 ---> Using cache 20:39:40 ---> 8295c1ab15b5 20:39:40 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:39:40 ---> Running in 2b89f629228f 20:39:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:39:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:39:41 v3.17.3-105-gedb05ecc427 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:39:41 v3.17.3-102-g01c97c8134e [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:39:41 OK: 17689 distinct packages available 20:39:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:39:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:39:44 (1/9) Installing ca-certificates (20220614-r4) 20:39:44 (2/9) Installing brotli-libs (1.0.9-r9) 20:39:44 (3/9) Installing nghttp2-libs (1.51.0-r0) 20:39:44 (4/9) Installing libcurl (8.0.1-r0) 20:39:44 (5/9) Installing curl (8.0.1-r0) 20:39:44 (6/9) Installing dumb-init (1.2.5-r2) 20:39:44 (7/9) Installing musl-obstack (1.2.3-r0) 20:39:44 (8/9) Installing libucontext (1.2-r0) 20:39:44 (9/9) Installing gcompat (1.1.0-r0) 20:39:44 Executing busybox-1.35.0-r29.trigger 20:39:44 Executing ca-certificates-20220614-r4.trigger 20:39:44 OK: 11 MiB in 24 packages 20:39:47 Removing intermediate container 2b89f629228f 20:39:47 ---> 27ec0eb9fa64 20:39:47 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 20:39:47 ---> 29f2c59256be 20:39:47 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 20:39:49 ---> bcdf16cea0ff 20:39:49 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:39:51 ---> 737707781de1 20:39:51 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 20:39:52 ---> df5c59021c97 20:39:52 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 20:39:52 ---> Running in bb15ccc51b4b 20:39:53 Removing intermediate container bb15ccc51b4b 20:39:53 ---> 5854c9ee382f 20:39:53 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:39:53 ---> Running in 1cd7448ba08e 20:39:53 Removing intermediate container 1cd7448ba08e 20:39:53 ---> 5f27ad3ad2d9 20:39:53 Step 18/20 : LABEL arch=arm64 20:39:53 ---> Running in be84e05eaf03 20:39:54 Removing intermediate container be84e05eaf03 20:39:54 ---> 6a83e2a927f0 20:39:54 Step 19/20 : LABEL git_sha=9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f 20:39:54 ---> Running in f1060d92836f 20:39:55 Removing intermediate container f1060d92836f 20:39:55 ---> 28656cad7391 20:39:55 Step 20/20 : LABEL version=0.0.0 20:39:55 ---> Running in 10f74f8db3c4 20:39:55 Removing intermediate container 10f74f8db3c4 20:39:55 ---> fef6b28149b7 20:39:55 20:39:55 Successfully built fef6b28149b7 20:39:55 Successfully tagged security-spiffe-token-provider-arm64:latest 20:40:22  Building security-spiffe-token-provider ... done Removing intermediate container 95b5e6443ec9 20:40:22 ---> de8a700b42bd 20:40:22 20:40:22 Step 10/24 : FROM alpine:3.17 20:40:22 ---> 51e60588ff2c 20:40:22 Step 11/24 : RUN apk add --update --no-cache dumb-init 20:40:22 ---> Using cache 20:40:22 ---> 63239122924a 20:40:22 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:40:22 ---> Using cache 20:40:22 ---> 019dfefc88ba 20:40:22 Step 13/24 : ENV APP_PORT=59882 20:40:22 ---> Running in e6a397911cef 20:40:23 Removing intermediate container e6a397911cef 20:40:23 ---> cf047594736f 20:40:23 Step 14/24 : EXPOSE $APP_PORT 20:40:23 ---> Running in f1305a695507 20:40:24 Removing intermediate container f1305a695507 20:40:24 ---> c099febe77f8 20:40:24 Step 15/24 : WORKDIR / 20:40:24 ---> Running in ce40ccf692e4 20:40:24 Removing intermediate container ce40ccf692e4 20:40:24 ---> c0f3a9b03f52 20:40:24 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:40:25 ---> b700cfc1e4f7 20:40:25 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 20:40:26 ---> 4158b7e093ee 20:40:26 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:40:27 ---> b8dc322e02b7 20:40:27 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 20:40:28 ---> 438cefb8a80e 20:40:28 Step 20/24 : ENTRYPOINT ["/core-command"] 20:40:28 ---> Running in 0346cb2e37fd 20:40:29 Removing intermediate container 0346cb2e37fd 20:40:29 ---> f22a800d8dc5 20:40:29 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:40:29 ---> Running in e970c893b37a 20:40:29 Removing intermediate container e970c893b37a 20:40:29 ---> e17c9b5cd57e 20:40:29 Step 22/24 : LABEL arch=arm64 20:40:29 ---> Running in 4da781604d17 20:40:30 Removing intermediate container 4da781604d17 20:40:30 ---> c49532838eb0 20:40:30 Step 23/24 : LABEL git_sha=9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f 20:40:30 ---> Running in 1e9f6803e827 20:40:30 Removing intermediate container 1e9f6803e827 20:40:30 ---> 2c857e113014 20:40:30 Step 24/24 : LABEL version=0.0.0 20:40:30 ---> Running in aac1432d5c3d 20:40:31 Removing intermediate container aac1432d5c3d 20:40:31 ---> c1695077ec49 20:40:31 20:40:31 Successfully built c1695077ec49 20:40:31 Successfully tagged core-command-arm64:latest 20:40:58  Building core-command ... done Removing intermediate container d578b51064e8 20:40:58 ---> a5358f09bb24 20:40:58 20:40:58 Step 10/25 : FROM alpine:3.17 20:40:58 ---> 51e60588ff2c 20:40:58 Step 11/25 : RUN apk add --update --no-cache dumb-init 20:40:58 ---> Using cache 20:40:58 ---> 63239122924a 20:40:58 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:40:58 ---> Using cache 20:40:58 ---> 019dfefc88ba 20:40:58 Step 13/25 : ENV APP_PORT=59881 20:40:58 ---> Running in 3ebc58358635 20:40:58 Removing intermediate container 3ebc58358635 20:40:58 ---> 1582ab054630 20:40:58 Step 14/25 : EXPOSE $APP_PORT 20:40:58 ---> Running in 79311abfb717 20:40:58 Removing intermediate container 79311abfb717 20:40:58 ---> 659ef9523579 20:40:58 Step 15/25 : WORKDIR / 20:40:59 ---> Running in 561ee6175200 20:40:59 Removing intermediate container 561ee6175200 20:40:59 ---> f71f51d4f5bf 20:40:59 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:41:01 ---> 7ae7ab921861 20:41:01 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 20:41:02 ---> 7402aa4fd880 20:41:02 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:41:03 ---> 40b53650ba72 20:41:03 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 20:41:03 ---> b95f8a973299 20:41:03 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 20:41:04 ---> 67709262e3c9 20:41:04 Step 21/25 : ENTRYPOINT ["/core-metadata"] 20:41:04 ---> Running in a58df05e615e 20:41:04 Removing intermediate container a58df05e615e 20:41:04 ---> 4ec24fe7f84e 20:41:04 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:41:04 ---> Running in 612518a14fda 20:41:05 Removing intermediate container 612518a14fda 20:41:05 ---> 17f997caea98 20:41:05 Step 23/25 : LABEL arch=arm64 20:41:05 ---> Running in b53d4cf3bb7a 20:41:05 Removing intermediate container b53d4cf3bb7a 20:41:05 ---> 3d79fae6b3eb 20:41:05 Step 24/25 : LABEL git_sha=9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f 20:41:05 ---> Running in b5cc78707255 20:41:06 Removing intermediate container b5cc78707255 20:41:06 ---> 618a1ba1b469 20:41:06 Step 25/25 : LABEL version=0.0.0 20:41:06 ---> Running in 28149fd82b48 20:41:06 Removing intermediate container 28149fd82b48 20:41:06 ---> 6d9954008a03 20:41:06 20:41:06 Successfully built 6d9954008a03 20:41:06 Successfully tagged core-metadata-arm64:latest 20:41:07  Building core-metadata ... done  [Pipeline] } 20:41:07 $ docker stop --time=1 da3d788b5ce779a3c2372bcc7721396ad42c211925d0a2ff594e10b683b081df 20:41:08 $ docker rm -f --volumes da3d788b5ce779a3c2372bcc7721396ad42c211925d0a2ff594e10b683b081df [Pipeline] // withDockerContainer [Pipeline] sh 20:41:09 + docker images 20:41:09 REPOSITORY TAG IMAGE ID CREATED SIZE 20:41:09 core-metadata-arm64 latest 6d9954008a03 3 seconds ago 20.2MB 20:41:09 a5358f09bb24 13 seconds ago 1.5GB 20:41:09 core-command-arm64 latest c1695077ec49 38 seconds ago 19.7MB 20:41:09 de8a700b42bd 48 seconds ago 1.49GB 20:41:09 security-spiffe-token-provider-arm64 latest fef6b28149b7 About a minute ago 32.7MB 20:41:09 c6db9fc967bf About a minute ago 1.53GB 20:41:09 security-secretstore-setup-arm64 latest 93378fa8b3e1 2 minutes ago 32.2MB 20:41:09 security-bootstrapper-arm64 latest e5897af77599 2 minutes ago 21.9MB 20:41:09 963599dc642c 2 minutes ago 1.49GB 20:41:09 b2e0604e1c9e 2 minutes ago 1.48GB 20:41:09 core-data-arm64 latest cc99c222276f 5 minutes ago 19.9MB 20:41:09 5f972086ff45 5 minutes ago 1.5GB 20:41:09 support-notifications-arm64 latest 217420902933 7 minutes ago 32.2MB 20:41:09 02cc36a4bad7 8 minutes ago 1.56GB 20:41:09 support-scheduler-arm64 latest f5e184f26d86 10 minutes ago 31.5MB 20:41:09 80ed47c60013 10 minutes ago 1.56GB 20:41:09 security-spire-agent-arm64 latest 3a4c237aac19 13 minutes ago 125MB 20:41:09 security-spire-server-arm64 latest c74eb0e950f4 13 minutes ago 87.1MB 20:41:09 core-common-config-bootstrapper-arm64 latest a4f5b72f8084 14 minutes ago 17.2MB 20:41:09 fb2459f55aca 14 minutes ago 1.35GB 20:41:09 2e5449aa82ac 14 minutes ago 1.48GB 20:41:09 security-proxy-setup-arm64 latest b872db637da4 14 minutes ago 18.7MB 20:41:09 security-proxy-auth-arm64 latest 6ef2a553761e 14 minutes ago 18.3MB 20:41:09 7a85cb316261 15 minutes ago 1.47GB 20:41:09 22a99b919471 15 minutes ago 1.47GB 20:41:09 security-spire-config-arm64 latest 943463281a24 22 minutes ago 86.2MB 20:41:09 60eaf7a0af70 23 minutes ago 1.35GB 20:41:09 ci-base-image-arm64 latest a39ab622be55 38 minutes ago 866MB 20:41:09 alpine 3.17 51e60588ff2c 2 weeks ago 7.46MB 20:41:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 6cb57ee374ae 5 weeks ago 648MB 20:41:09 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:41:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:41:10 20:41:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:41:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:41:11 arm64: Pulling from edgex-lftools-log-publisher 20:41:11 8998bd30e6a1: Pulling fs layer 20:41:11 04944245beec: Pulling fs layer 20:41:11 699f458cf7ca: Pulling fs layer 20:41:11 765212b225bb: Pulling fs layer 20:41:11 f23df028b6ca: Pulling fs layer 20:41:11 d65c8cfc05b1: Pulling fs layer 20:41:11 2437ff75d9bd: Pulling fs layer 20:41:11 f23df028b6ca: Waiting 20:41:11 d65c8cfc05b1: Waiting 20:41:11 2437ff75d9bd: Waiting 20:41:11 765212b225bb: Waiting 20:41:11 04944245beec: Verifying Checksum 20:41:11 04944245beec: Download complete 20:41:11 765212b225bb: Verifying Checksum 20:41:11 765212b225bb: Download complete 20:41:11 f23df028b6ca: Verifying Checksum 20:41:11 f23df028b6ca: Download complete 20:41:11 d65c8cfc05b1: Verifying Checksum 20:41:11 d65c8cfc05b1: Download complete 20:41:11 699f458cf7ca: Verifying Checksum 20:41:11 699f458cf7ca: Download complete 20:41:11 8998bd30e6a1: Verifying Checksum 20:41:11 8998bd30e6a1: Download complete 20:41:14 2437ff75d9bd: Verifying Checksum 20:41:14 2437ff75d9bd: Download complete 20:41:15 8998bd30e6a1: Pull complete 20:41:16 04944245beec: Pull complete 20:41:17 699f458cf7ca: Pull complete 20:41:17 765212b225bb: Pull complete 20:41:18 f23df028b6ca: Pull complete 20:41:18 d65c8cfc05b1: Pull complete 20:41:33 2437ff75d9bd: Pull complete 20:41:33 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 20:41:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:41:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:41:34 prd-ubuntu20.04-docker-arm64-4c-16g-8772 does not seem to be running inside a container 20:41:34 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 20:41:37 $ docker top 7e087ff749b9476bc6ef0b992c5a6051d14869a11302b82b3b44d5c846d5ad91 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:41:38 ---> job-cost.sh 20:41:38 lf-activate-venv: SKIPPING 20:41:38 INFO: No Stack... 20:41:38 INFO: Retrieving Pricing Info for: v3-standard-4 20:41:39 INFO: Archiving Costs [Pipeline] sh 20:41:40 + cat /w/workspace/edgex-go/1/archives/cost.csv 20:41:40 + cut -d, -f6 [Pipeline] lock 20:41:40 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4515-1-stack-cost] 20:41:40 Resource [jenkins-edgexfoundry-edgex-go-PR-4515-1-stack-cost] did not exist. Created. 20:41:40 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4515-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:41:41 + echo total: 0.10999999940395355 [Pipeline] stash 20:41:41 Stashed 1 file(s) [Pipeline] } 20:41:41 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4515-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:41:41 $ docker stop --time=1 7e087ff749b9476bc6ef0b992c5a6051d14869a11302b82b3b44d5c846d5ad91 20:41:43 $ docker rm -f --volumes 7e087ff749b9476bc6ef0b992c5a6051d14869a11302b82b3b44d5c846d5ad91 [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:41:44 provisioning config files... 20:41:44 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config1979072430243158312tmp [Pipeline] { [Pipeline] sh 20:41:44 + set +x 20:41:44 + curl -s https://codecov.io/bash 20:41:44 + bash -s -- 20:41:44 20:41:44 _____ _ 20:41:44 / ____| | | 20:41:44 | | ___ __| | ___ ___ _____ __ 20:41:44 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:41:44 | |___| (_) | (_| | __/ (_| (_) \ V / 20:41:44 \_____\___/ \__,_|\___|\___\___/ \_/ 20:41:44 Bash-1.0.6 20:41:44 20:41:44 20:41:44 ==> git version 2.25.1 found 20:41:44 ==> 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:41:44 Release-Date: 2020-01-08 20:41:44 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:41:44 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 20:41:44 ==> Jenkins CI detected. 20:41:44 current dir:  /w/workspace/edgex-go/1 20:41:44 project root: . 20:41:44 --> token set from env 20:41:44 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:41:44 ==> Running gcov in . (disable via -X gcov) 20:41:44 ==> Python coveragepy not found 20:41:44 ==> Searching for coverage reports in: 20:41:44 + . 20:41:44 -> Found 1 reports 20:41:44 ==> Detecting git/mercurial file structure 20:41:44 ==> Reading reports 20:41:44 + ./coverage.out bytes=448248 20:41:44 ==> Appending adjustments 20:41:44 https://docs.codecov.io/docs/fixing-reports 20:41:45 + Found adjustments 20:41:45 ==> Gzipping contents 20:41:45 60K /tmp/codecov.bQKtgi.gz 20:41:45 ==> Uploading reports 20:41:45 url: https://codecov.io 20:41:45 query: branch=PR-4515&commit=9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4515%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4515&job=&cmd_args= 20:41:45 -> Pinging Codecov 20:41:45 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4515&commit=9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4515%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4515&job=&cmd_args= 20:41:45 -> Uploading to 20:41:45 https://storage.googleapis.com/codecov/v4/raw/2023-04-17/00271124DB129430A58F1EEE437C3FCB/9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f/1cb9ac2d-1896-4e7d-8505-cf09dafbe456.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230417%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230417T204145Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9defa08f93ac2d783e4f3b1acd7e045d4470c58686eaca35899b5a76d78f8edf 20:41:45 % Total % Received % Xferd Average Speed Time Time Time Current 20:41:45 Dload Upload Total Spent Left Speed 20:41:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57515 0 0 100 57515 0 237k --:--:-- --:--:-- --:--:-- 237k 20:41:46 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/9b68a70fe6597d78f09d3ac56f8f74c0ab929a8f [Pipeline] } 20:41:46 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:41:47 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 20:41:47 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:41:48 ---> package-listing.sh 20:41:48 ++ facter osfamily 20:41:48 ++ tr '[:upper:]' '[:lower:]' 20:41:49 + OS_FAMILY=debian 20:41:49 + workspace=/w/workspace/edgex-go/1 20:41:49 + START_PACKAGES=/tmp/packages_start.txt 20:41:49 + END_PACKAGES=/tmp/packages_end.txt 20:41:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:41:49 + PACKAGES=/tmp/packages_start.txt 20:41:49 + '[' /w/workspace/edgex-go/1 ']' 20:41:49 + PACKAGES=/tmp/packages_end.txt 20:41:49 + case "${OS_FAMILY}" in 20:41:49 + dpkg -l 20:41:49 + grep '^ii' 20:41:49 + '[' -f /tmp/packages_start.txt ']' 20:41:49 + '[' -f /tmp/packages_end.txt ']' 20:41:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:41:49 + '[' /w/workspace/edgex-go/1 ']' 20:41:49 + mkdir -p /w/workspace/edgex-go/1/archives/ 20:41:49 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 20:41:49 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:41:49 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:41:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:41:50 20:41:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:41:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:41:50 latest: Pulling from edgex-lftools-log-publisher 20:41:50 5eb5b503b376: Pulling fs layer 20:41:50 5c69ac0246d0: Pulling fs layer 20:41:50 ec43610c2a17: Pulling fs layer 20:41:50 3a2ae6a8a46f: Pulling fs layer 20:41:50 33b1e0a273af: Pulling fs layer 20:41:50 5d3b04190fa2: Pulling fs layer 20:41:50 2f39f015ded8: Pulling fs layer 20:41:50 3a2ae6a8a46f: Waiting 20:41:50 33b1e0a273af: Waiting 20:41:50 5d3b04190fa2: Waiting 20:41:50 2f39f015ded8: Waiting 20:41:50 5c69ac0246d0: Download complete 20:41:50 3a2ae6a8a46f: Verifying Checksum 20:41:50 3a2ae6a8a46f: Download complete 20:41:50 33b1e0a273af: Verifying Checksum 20:41:50 33b1e0a273af: Download complete 20:41:50 5d3b04190fa2: Verifying Checksum 20:41:50 5d3b04190fa2: Download complete 20:41:50 ec43610c2a17: Verifying Checksum 20:41:50 ec43610c2a17: Download complete 20:41:50 5eb5b503b376: Verifying Checksum 20:41:50 5eb5b503b376: Download complete 20:41:51 2f39f015ded8: Download complete 20:41:51 5eb5b503b376: Pull complete 20:41:51 5c69ac0246d0: Pull complete 20:41:52 ec43610c2a17: Pull complete 20:41:52 3a2ae6a8a46f: Pull complete 20:41:52 33b1e0a273af: Pull complete 20:41:52 5d3b04190fa2: Pull complete 20:41:56 2f39f015ded8: Pull complete 20:41:56 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:41:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:41:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:41:56 prd-ubuntu20.04-docker-8c-8g-8770 does not seem to be running inside a container 20:41:56 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 20:41:57 $ docker top 8c63a70db9c17d23708e2adac3ea717fd212556fe5bad172a77b7e8a4b7d04e3 -eo pid,comm [Pipeline] { [Pipeline] sh 20:41:58 + touch /tmp/pre-build-complete [Pipeline] sh 20:41:58 + mkdir -p /var/log/sysstat [Pipeline] sh 20:41:58 + ls /var/log/sa-host 20:41:58 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:41:59 provisioning config files... 20:41:59 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config13616669100337616889tmp [Pipeline] { [Pipeline] echo 20:41:59 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:41:59 ---> create-netrc.sh [Pipeline] } 20:41:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:41:59 ---> python-tools-install.sh [Pipeline] echo 20:42:00 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:42:00 ---> sudo-logs.sh 20:42:00 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:42:00 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:42:00 ---> job-cost.sh 20:42:00 lf-activate-venv: SKIPPING 20:42:00 DEBUG: total: 0.10999999940395355 20:42:00 INFO: Retrieving Stack Cost... 20:42:00 INFO: Retrieving Pricing Info for: v3-standard-8 20:42:01 INFO: Archiving Costs [Pipeline] echo 20:42:01 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:42:01 ---> logs-deploy.sh 20:42:01 lf-activate-venv: SKIPPING 20:42:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4515/1 20:42:01 INFO: archiving workspace using pattern(s): 20:42:02 Archives upload complete. 20:42:02 INFO: archiving logs to Nexus