Pull request #4548 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 559d2ca573af2f6f9dbf0315ac2b32e1bd03336e+09c3ed2dbf340f3ac25c7f15f675eb185b3a3d74 (42319e2d3708ab65178372f41404800f0db50eb8) 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-ssh15886666289040297131.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-ssh16521455228983751999.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-4548/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-4548/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16909437993633837357.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-4548/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4860927735362314960.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-ssh13846805732454956072.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-4548/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-4548/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh5335731977939040361.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 Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-12553’ Running on prd-ubuntu20.04-docker-8c-8g-12555 in /w/workspace/edgexfoundry_edgex-go_PR-4548 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4548/head:refs/remotes/origin/PR-4548 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 09c3ed2dbf340f3ac25c7f15f675eb185b3a3d74 into PR head commit 559d2ca573af2f6f9dbf0315ac2b32e1bd03336e Merge succeeded, producing 559d2ca573af2f6f9dbf0315ac2b32e1bd03336e Checking out Revision 559d2ca573af2f6f9dbf0315ac2b32e1bd03336e (PR-4548) 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 07:32:23 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:32:23 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:32:23 ========================================================= 07:32:23 EdgeX Global Pipelines Version Info 07:32:23 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git config core.sparsecheckout # timeout=10 > git checkout -f 559d2ca573af2f6f9dbf0315ac2b32e1bd03336e # 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 09c3ed2dbf340f3ac25c7f15f675eb185b3a3d74 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 559d2ca573af2f6f9dbf0315ac2b32e1bd03336e # timeout=10 07:32:24 ------------------- 07:32:24 stable info: 07:32:24 ------------------- 07:32:24 Commited By: Bill Mahoney bill.mahoney@intel.com 07:32:24 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 07:32:24 Message: update stable to v1.0.248 07:32:24 ------------------- 07:32:24 experimental info: 07:32:24 ------------------- 07:32:24 Commited By: **** collab-it+edgex@linuxfoundation.org 07:32:24 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 07:32:24 Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:32:25 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 07:32:25 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 07:32:25 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:32:25 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:32:25 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:32:25 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 07:32:25 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 07:32:25 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 07:32:25 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 07:32:25 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 07:32:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:32:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:32:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 07:32:25 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:32:25 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:32:25 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:32:25 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:32:25 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:32:25 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:32:25 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 07:32:25 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:32:25 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:32:26 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 07:32:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4548 [Pipeline] echo 07:32:26 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4548 [Pipeline] echo 07:32:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4548 [Pipeline] echo 07:32:26 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 559d2ca573af2f6f9dbf0315ac2b32e1bd03336e [Pipeline] echo 07:32:26 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 559d2ca [Pipeline] echo 07:32:26 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:32:26 provisioning config files... 07:32:26 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config9295613689511893444tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:32:26 ---> docker-login.sh 07:32:26 nexus3.edgexfoundry.org:10001 07:32:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:32:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:32:27 Configure a credential helper to remove this warning. See 07:32:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:32:27 07:32:27 Login Succeeded 07:32:27 nexus3.edgexfoundry.org:10002 07:32:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:32:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:32:27 Configure a credential helper to remove this warning. See 07:32:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:32:27 07:32:27 Login Succeeded 07:32:27 nexus3.edgexfoundry.org:10003 07:32:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:32:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:32:27 Configure a credential helper to remove this warning. See 07:32:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:32:27 07:32:27 Login Succeeded 07:32:27 nexus3.edgexfoundry.org:10004 07:32:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:32:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:32:27 Configure a credential helper to remove this warning. See 07:32:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:32:27 07:32:27 Login Succeeded 07:32:27 docker.io 07:32:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:32:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:32:27 Configure a credential helper to remove this warning. See 07:32:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:32:27 07:32:27 Login Succeeded 07:32:27 ---> docker-login.sh ends [Pipeline] } 07:32:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:32:28 + 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 07:32:28 + + dirnamecut cmd/core-command/Dockerfile -d/ 07:32:28 -f2 07:32:28 + echo core-command,cmd/core-command/Dockerfile 07:32:28 + dirname cmd/core-common-config-bootstrapper/Dockerfile 07:32:28 + cut -d/ -f2 07:32:28 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 07:32:28 + cut -d/ -f2 07:32:28 + dirname cmd/core-data/Dockerfile 07:32:28 + echo core-data,cmd/core-data/Dockerfile 07:32:28 + dirname cmd/core-metadata/Dockerfile 07:32:28 + cut -d/ -f2 07:32:28 + echo core-metadata,cmd/core-metadata/Dockerfile 07:32:28 + cut -d/ -f2 07:32:28 + dirname cmd/security-bootstrapper/Dockerfile 07:32:28 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 07:32:28 + dirname cmd/security-proxy-auth/Dockerfile 07:32:28 + cut -d/ -f2 07:32:28 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 07:32:28 + cut -d/ -f2 07:32:28 + dirname cmd/security-proxy-setup/Dockerfile 07:32:28 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 07:32:28 + dirname cmd/security-secretstore-setup/Dockerfile 07:32:28 + cut -d/ -f2 07:32:28 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 07:32:28 + dirname cmd/security-spiffe-token-provider/Dockerfile 07:32:28 + cut -d/ -f2 07:32:28 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 07:32:28 + dirname cmd/security-spire-agent/Dockerfile 07:32:28 + cut -d/ -f2 07:32:28 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 07:32:28 + cut -d/ -f2 07:32:28 + dirname cmd/security-spire-config/Dockerfile 07:32:28 + echo security-spire-config,cmd/security-spire-config/Dockerfile 07:32:28 + dirname cmd/security-spire-server/Dockerfile 07:32:28 + cut -d/ -f2 07:32:28 + echo security-spire-server,cmd/security-spire-server/Dockerfile 07:32:28 + cut+ -d/ -f2 07:32:28 dirname cmd/support-notifications/Dockerfile 07:32:28 + echo support-notifications,cmd/support-notifications/Dockerfile 07:32:28 + dirname cmd/support-scheduler/Dockerfile 07:32:28 + cut -d/ -f2 07:32:28 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 07:32:28 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 07:32:28 + git rev-list -1 --merges 559d2ca573af2f6f9dbf0315ac2b32e1bd03336e~1..559d2ca573af2f6f9dbf0315ac2b32e1bd03336e [Pipeline] echo 07:32:28 -----------> git rev-list -1 --merges 559d2ca573af2f6f9dbf0315ac2b32e1bd03336e~1..559d2ca573af2f6f9dbf0315ac2b32e1bd03336e 559d2ca573af2f6f9dbf0315ac2b32e1bd03336e [false] [Pipeline] sh 07:32:29 + git log --format=format:%s -1 559d2ca573af2f6f9dbf0315ac2b32e1bd03336e [Pipeline] echo 07:32:29 ========================================================= 07:32:29 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 07:32:29 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 07:32:29 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:32:29 + grep -v github /etc/ssh/ssh_known_hosts 07:32:29 + [ -e /tmp/ssh_known_hosts ] 07:32:29 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 07:32:29 + + sudo tee -a /etc/ssh/ssh_known_hosts 07:32:29 echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 07:32:29 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:32:30 07:32:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:32:30 0.1.4: Pulling from edgex-devops/py-git-semver 07:32:30 b85a868b505f: Pulling fs layer 07:32:30 e2be974225ed: Pulling fs layer 07:32:30 339a4e72a1f5: Pulling fs layer 07:32:30 988bab9f4d93: Pulling fs layer 07:32:30 1469e6f7b9e6: Pulling fs layer 07:32:30 eaf3925da568: Pulling fs layer 07:32:30 bab4dde63d76: Pulling fs layer 07:32:30 bde34c3a00c8: Pulling fs layer 07:32:30 b352a97aabf1: Pulling fs layer 07:32:30 4872d77fe225: Pulling fs layer 07:32:30 5851b861e8e6: Pulling fs layer 07:32:30 1469e6f7b9e6: Waiting 07:32:30 5851b861e8e6: Waiting 07:32:30 eaf3925da568: Waiting 07:32:30 b352a97aabf1: Waiting 07:32:30 bab4dde63d76: Waiting 07:32:30 bde34c3a00c8: Waiting 07:32:30 4872d77fe225: Waiting 07:32:30 988bab9f4d93: Waiting 07:32:30 e2be974225ed: Download complete 07:32:30 988bab9f4d93: Verifying Checksum 07:32:30 988bab9f4d93: Download complete 07:32:30 1469e6f7b9e6: Verifying Checksum 07:32:30 1469e6f7b9e6: Download complete 07:32:30 eaf3925da568: Verifying Checksum 07:32:30 eaf3925da568: Download complete 07:32:30 339a4e72a1f5: Verifying Checksum 07:32:30 339a4e72a1f5: Download complete 07:32:30 bde34c3a00c8: Verifying Checksum 07:32:30 bde34c3a00c8: Download complete 07:32:30 b352a97aabf1: Download complete 07:32:30 4872d77fe225: Verifying Checksum 07:32:30 4872d77fe225: Download complete 07:32:30 5851b861e8e6: Verifying Checksum 07:32:30 5851b861e8e6: Download complete 07:32:30 b85a868b505f: Download complete 07:32:31 bab4dde63d76: Verifying Checksum 07:32:31 bab4dde63d76: Download complete 07:32:31 b85a868b505f: Pull complete 07:32:31 e2be974225ed: Pull complete 07:32:32 339a4e72a1f5: Pull complete 07:32:32 988bab9f4d93: Pull complete 07:32:32 1469e6f7b9e6: Pull complete 07:32:32 eaf3925da568: Pull complete 07:32:34 bab4dde63d76: Pull complete 07:32:34 bde34c3a00c8: Pull complete 07:32:34 b352a97aabf1: Pull complete 07:32:34 4872d77fe225: Pull complete 07:32:34 5851b861e8e6: Pull complete 07:32:34 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 07:32:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:32:34 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:32:35 prd-ubuntu20.04-docker-8c-8g-12555 does not seem to be running inside a container 07:32:35 $ 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 07:32:37 $ docker top 0c631cdb017bde6940b779d37a027f2b67489585dc638a41c6d5670c4904c8c0 -eo pid,comm 07:32:37 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). 07:32:37 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:32:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:32:37 [ssh-agent] Looking for ssh-agent implementation... 07:32:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:32:37 $ docker exec 0c631cdb017bde6940b779d37a027f2b67489585dc638a41c6d5670c4904c8c0 ssh-agent 07:32:37 SSH_AUTH_SOCK=/tmp/ssh-rigprqZb7P68/agent.32 07:32:37 SSH_AGENT_PID=38 07:32:37 Running ssh-add (command line suppressed) 07:32:37 Identity added: /w/workspace/edgex-go/1@tmp/private_key_9844029605389372911.key (/w/workspace/edgex-go/1@tmp/private_key_9844029605389372911.key) 07:32:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:32:37 + git tag --points-at HEAD [Pipeline] } 07:32:37 $ docker exec --env ******** --env ******** 0c631cdb017bde6940b779d37a027f2b67489585dc638a41c6d5670c4904c8c0 ssh-agent -k 07:32:38 unset SSH_AUTH_SOCK; 07:32:38 unset SSH_AGENT_PID; 07:32:38 echo Agent pid 38 killed; 07:32:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:32:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:32:38 [ssh-agent] Looking for ssh-agent implementation... 07:32:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:32:38 $ docker exec 0c631cdb017bde6940b779d37a027f2b67489585dc638a41c6d5670c4904c8c0 ssh-agent 07:32:38 SSH_AUTH_SOCK=/tmp/ssh-wb6Y8yuPgqlb/agent.71 07:32:38 SSH_AGENT_PID=77 07:32:38 Running ssh-add (command line suppressed) 07:32:38 Identity added: /w/workspace/edgex-go/1@tmp/private_key_13998752364463587315.key (/w/workspace/edgex-go/1@tmp/private_key_13998752364463587315.key) 07:32:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:32:38 + git semver init 07:32:39 2023-05-03 07:32:39,017 [run_init] DEBUG init version:0.0.0 force:False 07:32:39 2023-05-03 07:32:39,018 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 07:32:39 2023-05-03 07:32:39,019 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 07:32:39 2023-05-03 07:32:39,019 [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) 07:32:44 2023-05-03 07:32:43,410 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 07:32:44 2023-05-03 07:32:43,412 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4548 with force:False 07:32:44 2023-05-03 07:32:43,412 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4548 07:32:44 2023-05-03 07:32:43,416 [execute] INFO git cat-file --batch-check 07:32:44 2023-05-03 07:32:43,416 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 07:32:44 2023-05-03 07:32:43,421 [execute] INFO git cat-file --batch 07:32:44 2023-05-03 07:32:43,422 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 07:32:44 2023-05-03 07:32:43,428 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4548 07:32:44 0.0.0 [Pipeline] } 07:32:44 $ docker exec --env ******** --env ******** 0c631cdb017bde6940b779d37a027f2b67489585dc638a41c6d5670c4904c8c0 ssh-agent -k 07:32:44 unset SSH_AUTH_SOCK; 07:32:44 unset SSH_AGENT_PID; 07:32:44 echo Agent pid 77 killed; 07:32:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:32:44 + git semver [Pipeline] } 07:32:45 $ docker stop --time=1 0c631cdb017bde6940b779d37a027f2b67489585dc638a41c6d5670c4904c8c0 07:32:46 $ docker rm -f --volumes 0c631cdb017bde6940b779d37a027f2b67489585dc638a41c6d5670c4904c8c0 [Pipeline] // withDockerContainer [Pipeline] sh 07:32:46 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:32:47 Stashed 1 file(s) [Pipeline] echo 07:32:47 [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 07:32:48 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 07:32:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:32:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:32:48 ========================================================= 07:32:48 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 07:32:48 ========================================================= [Pipeline] fileExists [Pipeline] sh 07:32:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 07:32:48 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 07:32:48 f56be85fc22e: Pulling fs layer 07:32:48 85791d961cd3: Pulling fs layer 07:32:48 d694b5ae8c79: Pulling fs layer 07:32:48 9f32a84ed3da: Pulling fs layer 07:32:48 4d19c01a9841: Pulling fs layer 07:32:48 9325e15d5711: Pulling fs layer 07:32:48 556b6ee489ea: Pulling fs layer 07:32:48 9325e15d5711: Waiting 07:32:48 556b6ee489ea: Waiting 07:32:48 4d19c01a9841: Waiting 07:32:48 c5a4b2cf53e6: Pulling fs layer 07:32:48 c5a4b2cf53e6: Waiting 07:32:48 9f32a84ed3da: Waiting 07:32:48 85791d961cd3: Download complete 07:32:48 9f32a84ed3da: Download complete 07:32:48 4d19c01a9841: Verifying Checksum 07:32:48 4d19c01a9841: Download complete 07:32:48 f56be85fc22e: Verifying Checksum 07:32:48 f56be85fc22e: Download complete 07:32:48 9325e15d5711: Verifying Checksum 07:32:48 9325e15d5711: Download complete 07:32:48 f56be85fc22e: Pull complete 07:32:48 85791d961cd3: Pull complete 07:32:49 c5a4b2cf53e6: Verifying Checksum 07:32:49 c5a4b2cf53e6: Download complete 07:32:49 d694b5ae8c79: Verifying Checksum 07:32:49 d694b5ae8c79: Download complete 07:32:49 556b6ee489ea: Verifying Checksum 07:32:49 556b6ee489ea: Download complete 07:32:52 d694b5ae8c79: Pull complete 07:32:52 9f32a84ed3da: Pull complete 07:32:52 4d19c01a9841: Pull complete 07:32:52 9325e15d5711: Pull complete 07:32:55 556b6ee489ea: Pull complete 07:32:55 c5a4b2cf53e6: Pull complete 07:32:55 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 07:32:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 07:32:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh 07:32:56 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 07:32:56 WORKDIR /edgex 07:32:56 COPY go.mod . 07:32:56 RUN go mod download 07:32:56 + docker build -t ci-base-image-x86_64 -f - . 07:32:56 Sending build context to Docker daemon 170.7MB 07:32:56 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 07:32:56 ---> c4be618373d6 07:32:56 Step 2/4 : WORKDIR /edgex 07:33:00 ---> Running in c5bbdcb28073 07:33:00 Removing intermediate container c5bbdcb28073 07:33:00 ---> a4c4fe932849 07:33:00 Step 3/4 : COPY go.mod . 07:33:00 ---> a6dcb20cde10 07:33:00 Step 4/4 : RUN go mod download 07:33:00 ---> Running in 6ae84e3e5448 07:33:02 Still waiting to schedule task 07:33:02 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-12554’ 07:33:10 Removing intermediate container 6ae84e3e5448 07:33:10 ---> 40491687566a 07:33:10 Successfully built 40491687566a 07:33:10 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:10 + docker inspect -f . ci-base-image-x86_64 07:33:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:33:10 prd-ubuntu20.04-docker-8c-8g-12555 does not seem to be running inside a container 07:33:10 $ 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 07:33:11 $ docker top 5f32c83005679ab14992163a3dec61ba5b513ddf46f412800024debf4025e4c4 -eo pid,comm [Pipeline] { [Pipeline] sh 07:33:11 + go version 07:33:11 go version go1.20.2 linux/amd64 [Pipeline] } 07:33:11 $ docker stop --time=1 5f32c83005679ab14992163a3dec61ba5b513ddf46f412800024debf4025e4c4 07:33:12 $ docker rm -f --volumes 5f32c83005679ab14992163a3dec61ba5b513ddf46f412800024debf4025e4c4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:13 + docker inspect -f . ci-base-image-x86_64 07:33:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:33:13 prd-ubuntu20.04-docker-8c-8g-12555 does not seem to be running inside a container 07:33:13 $ 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 07:33:14 $ docker top 78f1b23b48f9b860a406f0554d66f2e273fba350766aca1bb61f3b8b317014ff -eo pid,comm [Pipeline] { [Pipeline] echo 07:33:14 ========================================================= 07:33:14 [edgeXBuildGoParallel] Running Tests and Build... 07:33:14 ========================================================= [Pipeline] sh 07:33:14 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 07:33:14 + make test 07:33:14 go test -race -coverprofile=coverage.out ./... 07:33:23 ? github.com/edgexfoundry/edgex-go [no test files] 07:33:35 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:33:35 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 07:33:35 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:33:36 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:33:36 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 07:33:36 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 07:33:36 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:33:36 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 07:33:36 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:33:36 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 07:33:36 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:33:37 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:33:37 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 07:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:33:39 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.055s coverage: 28.7% of statements 07:33:41 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.075s coverage: 98.5% of statements 07:33:45 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.097s coverage: 71.5% of statements 07:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 07:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 07:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 07:33:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:33:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:33:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.070s coverage: 54.0% of statements 07:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 07:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 07:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 07:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 07:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:33:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.065s coverage: 88.5% of statements 07:33:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.067s coverage: 3.8% of statements 07:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 07:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 07:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 07:33:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.358s coverage: 95.6% of statements 07:33:51 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:33:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 07:33:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 07:33:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:33:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:33:51 ok github.com/edgexfoundry/edgex-go/internal/io 0.047s coverage: 72.2% of statements 07:33:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:33:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:33:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:33:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.071s coverage: 65.9% of statements 07:33:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 07:33:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 07:33:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.094s coverage: 0.9% of statements 07:33:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.063s coverage: 29.0% of statements 07:33:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.075s coverage: 42.9% of statements 07:33:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.066s coverage: 82.9% of statements 07:33:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.062s coverage: 94.1% of statements 07:33:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.072s coverage: 96.3% of statements 07:33:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.057s coverage: 87.5% of statements 07:33:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 07:33:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 07:33:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 07:33:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 07:33:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 07:33:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 07:33:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 07:33:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 07:33:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 07:33:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 07:33:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 07:33:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 07:33:57 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 07:33:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 07:33:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 07:33:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 07:33:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 07:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 07:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 07:34:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:34:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:34:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 07:34:04 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 07:34:04 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 07:34:04 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 07:34:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 07:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 07:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 07:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:34:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.070s coverage: 94.4% of statements 07:34:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 07:34:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 07:34:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 07:34:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 07:34:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:34:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:34:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 07:34:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 07:34:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.270s coverage: 79.9% of statements 07:34:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 25.072s coverage: 92.9% of statements 07:34:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.028s coverage: 64.4% of statements 07:34:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.061s coverage: 62.3% of statements 07:34:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements 07:34:20 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.054s coverage: 20.0% of statements 07:34:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 07:34:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 81.8% of statements 07:34:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.098s coverage: 82.1% of statements 07:34:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.059s coverage: 86.0% of statements 07:34:20 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.183s coverage: 63.1% of statements 07:34:20 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements 07:34:20 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 89.4% of statements 07:34:20 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements 07:34:20 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 07:34:20 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements 07:34:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.588s coverage: 38.4% of statements 07:34:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.058s coverage: 89.5% of statements 07:34:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.056s coverage: 84.8% of statements 07:34:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.065s coverage: 17.7% of statements 07:34:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.132s coverage: 92.3% of statements 07:34:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.060s coverage: 61.5% of statements 07:34:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.089s coverage: 97.7% of statements 07:34:20 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 07:34:20 running golangci-lint 07:34:20 golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z 07:34:20 go version go1.20.2 linux/amd64 07:34:20 level=info msg="[config_reader] Used config file .golangci.yml" 07:34:20 level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" 07:34:35 level=info msg="[loader] Go packages loading at mode 575 (compiled_files|files|name|types_sizes|deps|exports_file|imports) took 14.294337572s" 07:34:35 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 51.560854ms" 07:34:43 level=info msg="[linters_context/goanalysis] analyzers took 1m6.430930138s with top 10 stages: buildir: 32.240211618s, inspect: 1.377163423s, fact_deprecated: 1.35815356s, gosec: 1.200971104s, S1038: 1.14793295s, ctrlflow: 948.923557ms, printf: 946.96442ms, fact_purity: 809.312008ms, nilness: 753.139697ms, SA4030: 655.335066ms" 07:34:43 level=info msg="[runner] Issues before processing: 203, after processing: 0" 07:34:43 level=info msg="[runner] Processors filtering stat (out/in): exclude: 203/203, filename_unadjuster: 203/203, skip_dirs: 203/203, skip_files: 203/203, autogenerated_exclude: 203/203, nolint: 0/23, cgo: 203/203, path_prettifier: 203/203, identifier_marker: 203/203, exclude-rules: 23/203" 07:34:43 level=info msg="[runner] processing took 20.980394ms with stages: nolint: 9.077501ms, identifier_marker: 6.138578ms, autogenerated_exclude: 1.809504ms, exclude-rules: 1.731943ms, path_prettifier: 1.445062ms, skip_dirs: 686.495µs, filename_unadjuster: 44.82µs, cgo: 40.401µs, max_same_issues: 1.03µs, uniq_by_line: 900ns, skip_files: 770ns, exclude: 700ns, max_from_linter: 450ns, severity-rules: 400ns, source_code: 380ns, diff: 380ns, sort_results: 370ns, path_shortener: 340ns, path_prefixer: 250ns, max_per_file_from_linter: 120ns" 07:34:43 level=info msg="[runner] linters took 7.473021058s with stages: goanalysis_metalinter: 7.451934083s" 07:34:43 level=info msg="File cache stats: 0 entries of total size 0B" 07:34:43 level=info msg="Memory: 220 samples, avg is 190.9MB, max is 754.0MB" 07:34:43 level=info msg="Execution took 21.827460277s" 07:34:43 go vet ./... 07:34:48 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 07:34:48 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 07:34:48 ./bin/test-attribution-txt.sh [Pipeline] echo 07:34:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 07:34:48 + ls -al . 07:34:48 total 704 07:34:48 drwxrwxr-x 11 1001 1001 4096 May 3 07:33 . 07:34:48 drwxr-xr-x 4 root root 4096 May 3 07:33 .. 07:34:48 drwxrwxr-x 2 1001 1001 4096 May 3 07:32 .blubracket 07:34:48 -rw-rw-r-- 1 1001 1001 16 May 3 07:32 .dockerignore 07:34:48 drwxrwxr-x 8 1001 1001 4096 May 3 07:32 .git 07:34:48 drwxrwxr-x 3 1001 1001 4096 May 3 07:32 .github 07:34:48 -rw-rw-r-- 1 1001 1001 1133 May 3 07:32 .gitignore 07:34:48 -rw-rw-r-- 1 1001 1001 42 May 3 07:32 .golangci.yml 07:34:48 -rw-rw-r-- 1 1001 1001 87 May 3 07:32 .hadolint.yml 07:34:48 drwxr-xr-x 3 1001 1001 4096 May 3 07:32 .semver 07:34:48 -rw-rw-r-- 1 1001 1001 166 May 3 07:32 .sonarcloud.properties 07:34:48 -rw-rw-r-- 1 1001 1001 1171 May 3 07:32 ADOPTERS.md 07:34:48 -rw-rw-r-- 1 1001 1001 10835 May 3 07:32 Attribution.txt 07:34:48 -rw-rw-r-- 1 1001 1001 73765 May 3 07:32 CHANGELOG.md 07:34:48 -rw-rw-r-- 1 1001 1001 3804 May 3 07:32 CONTRIBUTING.md 07:34:48 -rw-rw-r-- 1 1001 1001 677 May 3 07:32 GOVERNANCE.md 07:34:48 -rw-rw-r-- 1 1001 1001 883 May 3 07:32 Jenkinsfile 07:34:48 -rw-rw-r-- 1 1001 1001 10775 May 3 07:32 LICENSE 07:34:48 -rw-rw-r-- 1 1001 1001 14368 May 3 07:32 Makefile 07:34:48 -rw-rw-r-- 1 1001 1001 582 May 3 07:32 OWNERS.md 07:34:48 -rw-rw-r-- 1 1001 1001 9403 May 3 07:32 README.md 07:34:48 -rw-rw-r-- 1 1001 1001 789 May 3 07:32 SECURITY.md 07:34:48 -rw-rw-r-- 1 1001 1001 5 May 3 07:32 VERSION 07:34:48 drwxrwxr-x 2 1001 1001 4096 May 3 07:32 bin 07:34:48 drwxrwxr-x 18 1001 1001 4096 May 3 07:32 cmd 07:34:48 -rw-r--r-- 1 root root 448352 May 3 07:34 coverage.out 07:34:48 -rw-rw-r-- 1 1001 1001 3200 May 3 07:32 go.mod 07:34:48 -rw-rw-r-- 1 1001 1001 31040 May 3 07:32 go.sum 07:34:48 drwxrwxr-x 7 1001 1001 4096 May 3 07:32 internal 07:34:48 drwxrwxr-x 3 1001 1001 4096 May 3 07:32 openapi 07:34:48 -rw-rw-r-- 1 1001 1001 594 May 3 07:32 security.txt 07:34:48 drwxrwxr-x 4 1001 1001 4096 May 3 07:32 snap 07:34:48 -rw-rw-r-- 1 1001 1001 204 May 3 07:32 version.go [Pipeline] sh 07:34:48 + '[' -e coverage.out ] 07:34:48 + chown 1001:1001 coverage.out [Pipeline] stash 07:34:48 Stashed 1 file(s) [Pipeline] sh 07:34:49 + make build 07:34:49 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 07:35:01 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 07:35:01 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 07:35:01 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 07:35: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 07:35:09 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:35:09 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 07:35: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 07:35: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 07:35: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 07:35: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 07:35: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 [Pipeline] } 07:35:15 $ docker stop --time=1 78f1b23b48f9b860a406f0554d66f2e273fba350766aca1bb61f3b8b317014ff 07:35:19 $ docker rm -f --volumes 78f1b23b48f9b860a406f0554d66f2e273fba350766aca1bb61f3b8b317014ff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:35:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:35:21 07:35:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:35:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:35:21 latest: Pulling from edgex-devops/edgex-compose 07:35:21 cbdbe7a5bc2a: Pulling fs layer 07:35:21 ca9280d653b3: Pulling fs layer 07:35:21 7e9c9ca2126c: Pulling fs layer 07:35:21 cbdbe7a5bc2a: Verifying Checksum 07:35:21 cbdbe7a5bc2a: Download complete 07:35:21 ca9280d653b3: Verifying Checksum 07:35:21 ca9280d653b3: Download complete 07:35:21 cbdbe7a5bc2a: Pull complete 07:35:22 7e9c9ca2126c: Download complete 07:35:22 ca9280d653b3: Pull complete 07:35:25 7e9c9ca2126c: Pull complete 07:35:25 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 07:35:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:35:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:35:25 prd-ubuntu20.04-docker-8c-8g-12555 does not seem to be running inside a container 07:35:25 $ 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 07:35:28 $ docker top b79ad9d96b2e8329f6a30d2987760d84d937b7b74a4c4e05d0e3cca670b25469 -eo pid,comm [Pipeline] { [Pipeline] sh 07:35:28 + docker-compose build --help 07:35:28 + grep parallel 07:35:29 --parallel Build images in parallel. [Pipeline] } 07:35:29 $ docker stop --time=1 b79ad9d96b2e8329f6a30d2987760d84d937b7b74a4c4e05d0e3cca670b25469 07:35:30 $ docker rm -f --volumes b79ad9d96b2e8329f6a30d2987760d84d937b7b74a4c4e05d0e3cca670b25469 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:35:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:35:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:35:31 prd-ubuntu20.04-docker-8c-8g-12555 does not seem to be running inside a container 07:35:31 $ 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 07:35:31 $ docker top 56192e7bc37bf93625e6ff9b5d4f8989e1029a85f997e60de9c1d99035b93fc0 -eo pid,comm [Pipeline] { [Pipeline] sh 07:35:32 + docker-compose -f ./docker-compose-build.yml build --parallel 07:35:32 Building core-command ... 07:35:32 Building core-common-config-bootstrapper ... 07:35:32 Building core-data ... 07:35:32 Building core-metadata ... 07:35:32 Building security-bootstrapper ... 07:35:32 Building security-proxy-auth ... 07:35:32 Building security-proxy-setup ... 07:35:32 Building security-secretstore-setup ... 07:35:32 Building security-spiffe-token-provider ... 07:35:32 Building security-spire-agent ... 07:35:32 Building security-spire-config ... 07:35:32 Building security-spire-server ... 07:35:32 Building support-notifications ... 07:35:32 Building support-scheduler ... 07:35:32 Building core-common-config-bootstrapper 07:35:32 Building core-metadata 07:35:32 Building security-spire-server 07:35:32 Building support-notifications 07:35:32 Building security-spiffe-token-provider 07:35:44 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:35:44 Step 2/25 : FROM ${BUILDER_BASE} AS builder 07:35:44 ---> 40491687566a 07:35:44 Step 3/25 : ARG ADD_BUILD_TAGS="" 07:35:44 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:35:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:35:44 ---> 40491687566a 07:35:44 Step 3/23 : ARG ADD_BUILD_TAGS="" 07:35:44 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:35:44 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:35:44 ---> 40491687566a 07:35:44 Step 3/26 : WORKDIR /edgex-go 07:35:44 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:35:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:35:44 ---> 40491687566a 07:35:44 Step 3/23 : ARG ADD_BUILD_TAGS="" 07:35:45 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:35:45 Step 2/20 : FROM ${BUILDER_BASE} AS builder 07:35:45 ---> 40491687566a 07:35:45 Step 3/20 : WORKDIR /edgex-go 07:35:51 ---> Running in d335e677c3ad 07:35:51 ---> Running in aee88c0b6dec 07:35:51 ---> Running in 63804f74a7ad 07:35:51 ---> Running in b9b148d8d1ca 07:35:51 ---> Running in bf80ada57644 07:35:51 Removing intermediate container aee88c0b6dec 07:35:51 ---> cac08f299d2c 07:35:51 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 07:35:51 Removing intermediate container 63804f74a7ad 07:35:51 ---> 37c84a16b9a1 07:35:51 Step 4/23 : WORKDIR /edgex-go 07:35:51 Removing intermediate container b9b148d8d1ca 07:35:51 ---> 8d01f15ff677 07:35:51 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 07:35:51 Removing intermediate container bf80ada57644 07:35:51 ---> 4a5a08cb58eb 07:35:51 Step 4/25 : WORKDIR /edgex-go 07:35:51 Removing intermediate container d335e677c3ad 07:35:51 ---> 9df5b911bee4 07:35:51 Step 4/23 : WORKDIR /edgex-go 07:35:51 ---> Running in 5b5e440159bb 07:35:51 ---> Running in 485e14ba5a58 07:35:51 ---> Running in ec3e4db26bfc 07:35:51 ---> Running in 6f828be9be40 07:35:51 ---> Running in 2251a66f817f 07:35:51 Removing intermediate container ec3e4db26bfc 07:35:51 ---> f3841098a969 07:35:51 Step 5/23 : RUN apk add --update --no-cache make git 07:35:51 Removing intermediate container 485e14ba5a58 07:35:51 ---> 5c7ffd1b4f23 07:35:51 Step 5/25 : RUN apk add --update --no-cache make git 07:35:51 Removing intermediate container 2251a66f817f 07:35:51 ---> 3876104e2e44 07:35:51 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 07:35:51 ---> Running in 733df7a76128 07:35:51 ---> Running in 83cba0af2799 07:35:51 ---> Running in bdd03019c29a 07:35:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 07:35:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 07:35:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 07:35:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 07:35:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 07:35:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 07:35:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 07:35:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 07:35:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 07:35:51 v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 07:35:51 v3.17.3-146-g00487ded7d9 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 07:35:51 OK: 265 MiB in 53 packages 07:35:51 OK: 17819 distinct packages available 07:35:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 07:35:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 07:35:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 07:35:51 OK: 265 MiB in 53 packages 07:35:51 OK: 265 MiB in 53 packages 07:35:52 OK: 265 MiB in 53 packages 07:35:52 Removing intermediate container 5b5e440159bb 07:35:52 ---> beccf13e574b 07:35:52 Step 5/26 : COPY go.mod vendor* ./ 07:35:52 OK: 265 MiB in 53 packages 07:35:52 ---> 37fd467c3167 07:35:52 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:35:52 ---> Running in ccb55132d0cd 07:35:52 Removing intermediate container bdd03019c29a 07:35:52 ---> 80c7cce4a729 07:35:52 Step 6/23 : COPY go.mod vendor* ./ 07:35:52 Removing intermediate container 733df7a76128 07:35:52 ---> 256e9617e619 07:35:52 Step 6/23 : COPY go.mod vendor* ./ 07:35:52 Removing intermediate container 83cba0af2799 07:35:52 ---> 688be5ff6897 07:35:52 Step 6/25 : COPY go.mod vendor* ./ 07:35:52 ---> ef9889b76176 07:35:52 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:35:52 ---> Running in 09c025974961 07:35:52 ---> 59400910491f 07:35:52 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:35:52 Removing intermediate container 6f828be9be40 07:35:52 ---> d54f6610b57a 07:35:52 Step 5/20 : COPY go.mod vendor* ./ 07:35:52 ---> Running in f5a6f706f3fa 07:35:52 ---> 0031c7d984c5 07:35:52 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:35:52 ---> Running in fd94abd90c71 07:35:52 ---> 99263a7b1b6a 07:35:52 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:35:52 ---> Running in 49c02b6b7ff7 07:35:54 Running on prd-ubuntu20.04-docker-arm64-4c-16g-12556 in /w/workspace/edgexfoundry_edgex-go_PR-4548 [Pipeline] { [Pipeline] ws 07:35:54 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 07:35:54 The recommended git tool is: git 07:36:01 using credential edgex-jenkins-ssh 07:36:01 Cloning the remote Git repository 07:36:01 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:36:01 > git init /w/workspace/edgex-go/1 # timeout=10 07:36:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:36:01 > git --version # timeout=10 07:36:01 > git --version # 'git version 2.25.1' 07:36:01 using GIT_SSH to set credentials SSH Credentials for GitHub 07:36:02 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:36:21 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:36:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:36:23 Merging remotes/origin/main commit 09c3ed2dbf340f3ac25c7f15f675eb185b3a3d74 into PR head commit 559d2ca573af2f6f9dbf0315ac2b32e1bd03336e 07:36:23 Merge succeeded, producing 559d2ca573af2f6f9dbf0315ac2b32e1bd03336e 07:36:23 Checking out Revision 559d2ca573af2f6f9dbf0315ac2b32e1bd03336e (PR-4548) 07:36:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:36:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:36:22 using GIT_SSH to set credentials SSH Credentials for GitHub 07:36:22 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4548/head:refs/remotes/origin/PR-4548 +refs/heads/main:refs/remotes/origin/main # timeout=10 07:36:23 > git config core.sparsecheckout # timeout=10 07:36:23 > git checkout -f 559d2ca573af2f6f9dbf0315ac2b32e1bd03336e # timeout=10 07:36:23 > git remote # timeout=10 07:36:23 > git config --get remote.origin.url # timeout=10 07:36:23 using GIT_SSH to set credentials SSH Credentials for GitHub 07:36:23 > git merge 09c3ed2dbf340f3ac25c7f15f675eb185b3a3d74 # timeout=10 07:36:23 > git rev-parse HEAD^{commit} # timeout=10 07:36:23 > git config core.sparsecheckout # timeout=10 07:36:23 > git checkout -f 559d2ca573af2f6f9dbf0315ac2b32e1bd03336e # timeout=10 07:36:24 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" 07:36:24 > git --version # timeout=10 07:36:24 > git --version # 'git version 2.25.1' 07:36:24 fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:36:25 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 07:36:25 % Total % Received % Xferd Average Speed Time Time Time Current 07:36:25 Dload Upload Total Spent Left Speed 07:36:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 211k 0 --:--:-- --:--:-- --:--:-- 214k [Pipeline] sh 07:36:26 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 07:36:26 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 07:36:26 + sudo tee /etc/docker/daemon.new 07:36:26 { 07:36:26 "registry-mirrors": [ 07:36:26 "https://nexus3.edgexfoundry.org:10001" 07:36:26 ], 07:36:26 "bip": "10.250.0.254/24", 07:36:26 "hosts": [ 07:36:26 "tcp://0.0.0.0:5555", 07:36:26 "unix:///var/run/docker.sock" 07:36:26 ], 07:36:26 "mtu": 1458, 07:36:26 "selinux-enabled": true, 07:36:26 "seccomp-profile": "/etc/docker/seccomp.json" 07:36:26 } [Pipeline] sh 07:36:26 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 07:36:27 + sudo service docker restart 07:36:31 Removing intermediate container fd94abd90c71 07:36:31 ---> d59ff942cdb0 07:36:31 Step 8/25 : COPY . . 07:36:31 Removing intermediate container 49c02b6b7ff7 07:36:31 ---> d7a660f34c4a 07:36:31 Step 7/20 : COPY . . 07:36:31 Removing intermediate container 09c025974961 07:36:31 ---> 17188044b50c 07:36:31 Step 8/23 : COPY . . 07:36:31 Removing intermediate container ccb55132d0cd 07:36:31 ---> b187ff552f34 07:36:31 Step 7/26 : COPY . . 07:36:31 Removing intermediate container f5a6f706f3fa 07:36:31 ---> 80a2191dd114 07:36:31 Step 8/23 : COPY . . 07:36:41 ---> ef1d02bb8db3 07:36:41 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 07:36:41 ---> 31196a9cc30e 07:36:41 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 07:36:41 ---> Running in d84ed4c688aa 07:36:41 ---> 236038742d8a 07:36:41 Step 8/26 : ARG SPIRE_RELEASE=1.6.3 07:36:41 ---> c123bc3cb289 07:36:41 Step 9/23 : RUN make cmd/support-notifications/support-notifications 07:36:41 ---> Running in b163df241efd 07:36:41 ---> ad6c0c215a25 07:36:41 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 07:36:41 ---> Running in 0112731f8f17 07:36:41 ---> Running in e68402fd65a0 07:36:41 ---> Running in 63f3564b641f 07:36:41 Removing intermediate container e68402fd65a0 07:36:41 ---> a8e284875ced 07:36:41 Step 9/26 : WORKDIR /edgex-go/spire-build 07:36:41 ---> Running in 93b2461ad31c 07:36:41 Removing intermediate container 93b2461ad31c 07:36:41 ---> c3809efa63db 07:36:41 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 07:36:41 ---> Running in 8caca7e3107b 07:36:41 Removing intermediate container 8caca7e3107b 07:36:41 ---> e8ce3a850186 07:36: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 07:36:41 ---> Running in d6a3cb3cdf2a 07:36:41 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 07:36:41 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 07:36:41 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 07:36: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 07:36:43 Removing intermediate container d6a3cb3cdf2a 07:36:43 ---> 2c314e9aeb9a 07:36:43 Step 12/26 : WORKDIR /edgex-go 07:36:43 ---> Running in 99c3b44cc993 07:36:43 Removing intermediate container 99c3b44cc993 07:36:43 ---> 739328f728a5 07:36:43 07:36:43 Step 13/26 : FROM alpine:3.17 07:36:43 3.17: Pulling from library/alpine 07:36:43 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 07:36:43 Status: Downloaded newer image for alpine:3.17 07:36:43 ---> 9ed4aefc74f6 07:36:43 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 07:36:43 ---> Running in 40be7e86cd30 07:36:43 Removing intermediate container 40be7e86cd30 07:36:43 ---> 499048c3901e 07:36:43 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:36:43 ---> Running in 36678aae2998 07:36:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 07:36:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 07:36:44 v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 07:36:44 v3.17.3-146-g00487ded7d9 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 07:36:44 OK: 17820 distinct packages available 07:36:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 07:36:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 07:36:45 (1/5) Installing dumb-init (1.2.5-r2) 07:36:45 (2/5) Installing musl-obstack (1.2.3-r0) 07:36:45 (3/5) Installing libucontext (1.2-r0) 07:36:45 (4/5) Installing gcompat (1.1.0-r0) 07:36:45 (5/5) Installing openssl (3.0.8-r4) 07:36:45 Executing busybox-1.35.0-r29.trigger 07:36:45 OK: 8 MiB in 20 packages [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:36:45 provisioning config files... 07:36:45 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config6730286643081026782tmp 07:36:45 Removing intermediate container 36678aae2998 07:36:45 ---> 792c3c76ca34 07:36:45 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:36:46 ---> docker-login.sh 07:36:46 nexus3.edgexfoundry.org:10001 07:36:46 ---> 9f31acb6c90d 07:36:46 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 07:36:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:36:46 Configure a credential helper to remove this warning. See 07:36:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:36:46 07:36:46 Login Succeeded 07:36:46 nexus3.edgexfoundry.org:10002 07:36:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:47 ---> 5f157eb28fd4 07:36:47 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 07:36:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:36:47 Configure a credential helper to remove this warning. See 07:36:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:36:47 07:36:47 Login Succeeded 07:36:47 nexus3.edgexfoundry.org:10003 07:36:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:36:47 Configure a credential helper to remove this warning. See 07:36:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:36:47 07:36:47 Login Succeeded 07:36:47 nexus3.edgexfoundry.org:10004 07:36:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:36:47 Configure a credential helper to remove this warning. See 07:36:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:36:47 07:36:47 Login Succeeded 07:36:47 docker.io 07:36:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:36:48 Configure a credential helper to remove this warning. See 07:36:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:36:48 07:36:48 Login Succeeded 07:36:48 ---> docker-login.sh ends [Pipeline] } 07:36:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 07:36:49 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 07:36:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:36:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:36:49 ========================================================= 07:36:49 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 07:36:49 ========================================================= [Pipeline] fileExists [Pipeline] sh 07:36:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 07:36:50 ---> 44f4b8f49068 07:36:50 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 07:36:50 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:36:50 c41833b44d91: Pulling fs layer 07:36:50 ed15518f5707: Pulling fs layer 07:36:50 feae8fd75edb: Pulling fs layer 07:36:50 242c74f7c9fa: Pulling fs layer 07:36:50 3cdef696dda3: Pulling fs layer 07:36:50 2ced38df9373: Pulling fs layer 07:36:50 58f1dce35555: Pulling fs layer 07:36:50 3cdef696dda3: Waiting 07:36:50 2ced38df9373: Waiting 07:36:50 58f1dce35555: Waiting 07:36:50 242c74f7c9fa: Waiting 07:36:50 ed15518f5707: Verifying Checksum 07:36:50 ed15518f5707: Download complete 07:36:50 242c74f7c9fa: Verifying Checksum 07:36:50 242c74f7c9fa: Download complete 07:36:50 3cdef696dda3: Verifying Checksum 07:36:50 3cdef696dda3: Download complete 07:36:50 c41833b44d91: Verifying Checksum 07:36:50 c41833b44d91: Download complete 07:36:51 ---> 8bb673d2bca9 07:36:51 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 07:36:51 c41833b44d91: Pull complete 07:36:52 58f1dce35555: Verifying Checksum 07:36:52 58f1dce35555: Download complete 07:36:52 ed15518f5707: Pull complete 07:36:52 ---> 135a946c1a02 07:36:52 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 07:36:53 feae8fd75edb: Verifying Checksum 07:36:53 feae8fd75edb: Download complete 07:36:53 2ced38df9373: Verifying Checksum 07:36:53 2ced38df9373: Download complete 07:36:54 ---> ee3b274f7138 07:36:54 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 07:36:54 ---> Running in 9713bafaddc4 07:36:55 Removing intermediate container 9713bafaddc4 07:36:55 ---> b598129e1bc0 07:36:55 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 07:36:56 ---> Running in ddc4d7baa330 07:36:57 Removing intermediate container ddc4d7baa330 07:36:57 ---> 68137f5c3574 07:36:57 Step 24/26 : LABEL arch=x86_64 07:36:57 ---> Running in ed00017f9c79 07:36:58 Removing intermediate container ed00017f9c79 07:36:58 ---> a8c500965e42 07:36:58 Step 25/26 : LABEL git_sha=559d2ca573af2f6f9dbf0315ac2b32e1bd03336e 07:36:59 ---> Running in fc0f02d9e307 07:37:00 Removing intermediate container fc0f02d9e307 07:37:00 ---> ca278bf9d582 07:37:00 Step 26/26 : LABEL version=0.0.0 07:37:00 ---> Running in 349698f52401 07:37:01 Removing intermediate container 349698f52401 07:37:01 ---> 857e22901434 07:37:01 07:37:01 Successfully built 857e22901434 07:37:01 Successfully tagged security-spire-server:latest 07:37:01  Building security-spire-server ... done Building security-proxy-auth 07:37:05 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:37:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:37:05 ---> 40491687566a 07:37:05 Step 3/23 : ARG ADD_BUILD_TAGS="" 07:37:05 ---> Using cache 07:37:05 ---> 4a5a08cb58eb 07:37:05 Step 4/23 : WORKDIR /edgex-go 07:37:05 ---> Using cache 07:37:05 ---> 5c7ffd1b4f23 07:37:05 Step 5/23 : RUN apk add --update --no-cache make git 07:37:05 ---> Using cache 07:37:05 ---> 688be5ff6897 07:37:05 Step 6/23 : COPY go.mod vendor* ./ 07:37:05 ---> Using cache 07:37:05 ---> 0031c7d984c5 07:37:05 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:37:05 ---> Using cache 07:37:05 ---> d59ff942cdb0 07:37:05 Step 8/23 : COPY . . 07:37:05 ---> Using cache 07:37:05 ---> 31196a9cc30e 07:37:05 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 07:37:05 feae8fd75edb: Pull complete 07:37:05 242c74f7c9fa: Pull complete 07:37:05 3cdef696dda3: Pull complete 07:37:09 ---> Running in 0db12b62d4e9 07:37: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-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 07:37:12 2ced38df9373: Pull complete 07:37:14 58f1dce35555: Pull complete 07:37:14 Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e 07:37:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 07:37:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh 07:37:15 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 07:37:15 WORKDIR /edgex 07:37:15 COPY go.mod . 07:37:15 RUN go mod download 07:37:15 + docker build -t ci-base-image-arm64 -f - . 07:37:15 Sending build context to Docker daemon 2.932MB 07:37:15 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 07:37:15 ---> fadd8f120f05 07:37:15 Step 2/4 : WORKDIR /edgex 07:37:17 ---> Running in d803d3bf85f7 07:37:17 Removing intermediate container d803d3bf85f7 07:37:17 ---> 0581b40e7789 07:37:17 Step 3/4 : COPY go.mod . 07:37:18 ---> 9b14e01b8982 07:37:18 Step 4/4 : RUN go mod download 07:37:18 ---> Running in 10d7b48811bc 07:37:18 Removing intermediate container b163df241efd 07:37:18 ---> ccb772b19028 07:37:18 07:37:18 Step 10/25 : FROM alpine:3.17 07:37:18 ---> 9ed4aefc74f6 07:37:18 Step 11/25 : RUN apk add --update --no-cache dumb-init 07:37:18 Removing intermediate container 63f3564b641f 07:37:18 ---> 5d1cd3c7d7cf 07:37:18 07:37:18 Step 10/23 : FROM alpine:3.17 07:37:18 ---> 9ed4aefc74f6 07:37:18 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 07:37:22 ---> Running in 483837b56381 07:37:22 ---> Running in 4818eeaa29e6 07:37:22 Removing intermediate container 483837b56381 07:37:22 ---> 9f226063c89f 07:37:22 Step 12/23 : RUN apk add --update --no-cache dumb-init 07:37:22 Removing intermediate container d84ed4c688aa 07:37:22 ---> 29e91ac749f0 07:37:22 07:37:22 Step 9/20 : FROM alpine:3.17 07:37:22 ---> 9ed4aefc74f6 07:37:22 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 07:37:22 Removing intermediate container 0112731f8f17 07:37:22 ---> 3ebf00abd7d8 07:37:22 07:37:22 Step 10/23 : FROM alpine:3.17 07:37:22 ---> 9ed4aefc74f6 07:37:22 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 07:37:22 ---> Running in e31e0fee4d50 07:37:22 ---> Running in 9aba19b167b0 07:37:22 ---> Running in 6644da38c9f8 07:37:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 07:37:22 Removing intermediate container e31e0fee4d50 07:37:22 ---> cb80683cec1c 07:37:22 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:37:22 ---> Running in 61da5917bd77 07:37:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 07:37:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 07:37:22 (1/1) Installing dumb-init (1.2.5-r2) 07:37:22 Executing busybox-1.35.0-r29.trigger 07:37:22 OK: 7 MiB in 16 packages 07:37:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 07:37:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 07:37:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 07:37:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 07:37:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 07:37:23 (1/1) Installing dumb-init (1.2.5-r2) 07:37:23 Executing busybox-1.35.0-r29.trigger 07:37:23 OK: 7 MiB in 16 packages 07:37:23 (1/2) Installing ca-certificates (20220614-r4) 07:37:23 (2/2) Installing dumb-init (1.2.5-r2) 07:37:23 Executing busybox-1.35.0-r29.trigger 07:37:23 Executing ca-certificates-20220614-r4.trigger 07:37:23 OK: 8 MiB in 17 packages 07:37:23 v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 07:37:23 v3.17.3-146-g00487ded7d9 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 07:37:23 OK: 17820 distinct packages available 07:37:23 Removing intermediate container 4818eeaa29e6 07:37:23 ---> 8c3f633cf7b3 07:37:23 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 07:37:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 07:37:23 ---> Running in 31cdbbc0a6db 07:37:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 07:37:23 Removing intermediate container 31cdbbc0a6db 07:37:23 ---> ce09817ee3dd 07:37:23 Step 13/25 : ENV APP_PORT=59881 07:37:23 ---> Running in 1f79884138c3 07:37:23 (1/9) Installing ca-certificates (20220614-r4) 07:37:23 (2/9) Installing brotli-libs (1.0.9-r9) 07:37:23 (3/9) Installing nghttp2-libs (1.51.0-r0) 07:37:23 (4/9) Installing libcurl (8.0.1-r0) 07:37:23 (5/9) Installing curl (8.0.1-r0) 07:37:23 (6/9) Installing dumb-init (1.2.5-r2) 07:37:23 (7/9) Installing musl-obstack (1.2.3-r0) 07:37:23 (8/9) Installing libucontext (1.2-r0) 07:37:23 (9/9) Installing gcompat (1.1.0-r0) 07:37:23 Executing busybox-1.35.0-r29.trigger 07:37:23 Executing ca-certificates-20220614-r4.trigger 07:37:23 Removing intermediate container 9aba19b167b0 07:37:23 ---> 80d593fb8a3b 07:37:23 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:37:23 OK: 10 MiB in 24 packages 07:37:23 Removing intermediate container 1f79884138c3 07:37:23 ---> 7f9ab898f120 07:37:23 Step 14/25 : EXPOSE $APP_PORT 07:37:23 Removing intermediate container 6644da38c9f8 07:37:23 ---> d2374059f18a 07:37:23 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 07:37:24 ---> Running in 8033936ac046 07:37:24 ---> Running in 84580ffb206e 07:37:24 ---> 2c86df7be477 07:37:24 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 07:37:24 Removing intermediate container 8033936ac046 07:37:24 ---> 1d9fba1a5068 07:37:24 Step 13/23 : ENV APP_PORT=59860 07:37:24 Removing intermediate container 84580ffb206e 07:37:24 ---> 22e97afa1ae1 07:37:24 Step 15/25 : WORKDIR / 07:37:24 ---> Running in 2e95059645df 07:37:24 ---> Running in b834423f87b0 07:37:24 ---> 12b1e323eae8 07:37:24 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 07:37:24 Removing intermediate container b834423f87b0 07:37:24 ---> 0a875f4455df 07:37:24 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 07:37:24 Removing intermediate container 2e95059645df 07:37:24 ---> 226ebd8f1a52 07:37:24 Step 14/23 : EXPOSE $APP_PORT 07:37:24 Removing intermediate container 61da5917bd77 07:37:24 ---> e26579d6e19b 07:37:24 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 07:37:24 ---> Running in f53c65c58872 07:37:24 ---> 85d77d2fcb55 07:37:24 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 07:37:24 ---> 92c2a6e8c00b 07:37:24 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 07:37:24 Removing intermediate container f53c65c58872 07:37:24 ---> c0ed4e63609b 07:37:24 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:37:24 ---> ca99bc905f13 07:37:24 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 07:37:24 ---> bb3696b438f7 07:37:24 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:37:24 ---> 2ee54831e378 07:37:24 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 07:37:25 ---> e686d0fd3019 07:37:25 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 07:37:25 ---> fd27b236d605 07:37:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 07:37:25 ---> d62e0f6b43fb 07:37:25 ---> f56a2593e92a 07:37:25 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yamlStep 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 07:37:25 07:37:26 ---> 2685072f9aa8 07:37:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:37:26 ---> b76ced12362d 07:37:26 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 07:37:26 ---> f142431ecbe2 07:37:26 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:37:26 ---> 1bda50ec9e63 07:37:26 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 07:37:26 ---> Running in 23ff44a2c07a 07:37:26 ---> Running in 64f910b7f9fe 07:37:26 Removing intermediate container 23ff44a2c07a 07:37:26 ---> 33052b18b618 07:37:26 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500"] 07:37:26 ---> d0919331f5f9 07:37:26 Step 21/25 : ENTRYPOINT ["/core-metadata"] 07:37:26 ---> Running in 57407002ee19 07:37:26 ---> Running in bb47f44931e4 07:37:26 ---> 36fea4e4613d 07:37:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 07:37:27 Removing intermediate container 57407002ee19 07:37:27 ---> 73dd98772587 07:37:27 Step 18/20 : LABEL arch=x86_64 07:37:27 Removing intermediate container bb47f44931e4 07:37:27 ---> 6259e0ee01e5 07:37:27 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 07:37:27 ---> Running in dae3696b7a2b 07:37:27 ---> Running in aa3d06704496 07:37:27 ---> bb7578338c0e 07:37:27 Step 19/23 : ENTRYPOINT ["/support-notifications"] 07:37:27 ---> Running in 41790311d554 07:37:27 Removing intermediate container aa3d06704496 07:37:27 ---> 22846ccc232a 07:37:27 Step 23/25 : LABEL arch=x86_64 07:37:27 Removing intermediate container dae3696b7a2b 07:37:27 ---> 3d38ca032cf3 07:37:27 Step 19/20 : LABEL git_sha=559d2ca573af2f6f9dbf0315ac2b32e1bd03336e 07:37:27 Removing intermediate container 64f910b7f9fe 07:37:27 ---> cd763daefe7b 07:37:27 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 07:37:27 ---> Running in 52329d88f6aa 07:37:27 ---> Running in 22b94413c4c1 07:37:27 Removing intermediate container 41790311d554 07:37:27 ---> cf040a3174ef 07:37:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 07:37:27 ---> Running in bba9747865b4 07:37:27 ---> Running in 5e63744d5e71 07:37:27 Removing intermediate container 22b94413c4c1 07:37:27 ---> 201cdadd4090 07:37:27 Step 20/20 : LABEL version=0.0.0 07:37:27 Removing intermediate container 52329d88f6aa 07:37:27 ---> 5497ecbcbf95 07:37:27 Step 24/25 : LABEL git_sha=559d2ca573af2f6f9dbf0315ac2b32e1bd03336e 07:37:27 Removing intermediate container bba9747865b4 07:37:27 ---> 4ce41b5424b2 07:37:27 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 07:37:27 ---> Running in faaf218145d9 07:37:27 ---> Running in 6da9489d6119 07:37:27 ---> Running in 55696a7b1508 07:37:27 Removing intermediate container 5e63744d5e71 07:37:27 ---> 7f692b11590c 07:37:27 Step 21/23 : LABEL arch=x86_64 07:37:27 ---> Running in f7dd4dbfc611 07:37:27 Removing intermediate container 55696a7b1508 07:37:27 ---> 5c852c2db986 07:37:27 Step 21/23 : LABEL arch=x86_64 07:37:27 Removing intermediate container faaf218145d9 07:37:27 ---> 273d2d74e495 07:37:27 Step 25/25 : LABEL version=0.0.0 07:37:28 ---> Running in 3dd512eb1c57 07:37:28 Removing intermediate container 6da9489d6119 07:37:28 ---> 7bd716405c90 07:37:28 07:37:28 ---> Running in 6db2f1ab724f 07:37:28 Removing intermediate container f7dd4dbfc611 07:37:28 ---> bfffcd8f7621 07:37:28 Step 22/23 : LABEL git_sha=559d2ca573af2f6f9dbf0315ac2b32e1bd03336e 07:37:28 Successfully built 7bd716405c90 07:37:28 Removing intermediate container 3dd512eb1c57 07:37:28 ---> 95ed2d84d0ee 07:37:28 Step 22/23 : LABEL git_sha=559d2ca573af2f6f9dbf0315ac2b32e1bd03336e 07:37:28 ---> Running in 07e63a7aa84e 07:37:28 Successfully tagged security-spiffe-token-provider:latest 07:37:28 Building support-scheduler 07:37:28 Removing intermediate container 6db2f1ab724f 07:37:28 ---> 53efe99bcb61 07:37:28 07:37:28  Building security-spiffe-token-provider ... done  ---> Running in bf0d15c0e547 07:37:28 Removing intermediate container 07e63a7aa84e 07:37:28 ---> 86d22f32a556 07:37:28 Step 23/23 : LABEL version=0.0.0 07:37:28 Successfully built 53efe99bcb61 07:37:30 Successfully tagged core-metadata:latest 07:37:30 Building security-bootstrapper 07:37:31  Building core-metadata ... done Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:37:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:37:31 ---> 40491687566a 07:37:31 Step 3/23 : ARG ADD_BUILD_TAGS="" 07:37:31 ---> Using cache 07:37:31 ---> 4a5a08cb58eb 07:37:31 Step 4/23 : WORKDIR /edgex-go 07:37:31 ---> Using cache 07:37:31 ---> 5c7ffd1b4f23 07:37:31 Step 5/23 : RUN apk add --update --no-cache make git 07:37:31 ---> Using cache 07:37:31 ---> 688be5ff6897 07:37:31 Step 6/23 : COPY go.mod vendor* ./ 07:37:31 ---> Using cache 07:37:31 ---> 0031c7d984c5 07:37:31 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:37:31 ---> Using cache 07:37:31 ---> d59ff942cdb0 07:37:31 Step 8/23 : COPY . . 07:37:31 ---> Using cache 07:37:31 ---> 31196a9cc30e 07:37:31 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 07:37:32 Removing intermediate container bf0d15c0e547 07:37:32 ---> ceb91bf11e9c 07:37:32 Step 23/23 : LABEL version=0.0.0 07:37:32 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:37:32 Step 2/33 : FROM ${BUILDER_BASE} AS builder 07:37:32 ---> 40491687566a 07:37:32 Step 3/33 : WORKDIR /edgex-go 07:37:32 ---> Using cache 07:37:32 ---> 8d01f15ff677 07:37:32 Step 4/33 : RUN apk add --update --no-cache make git 07:37:34 ---> Running in fa571477aa91 07:37:34 ---> Running in 599940e7f548 07:37:34 ---> Running in 02ea8f6ccdbe 07:37:34 ---> Running in 82ec1f2447d7 07:37:34 Removing intermediate container fa571477aa91 07:37:34 ---> 6fed1c2d874d 07:37:34 07:37:34 Successfully built 6fed1c2d874d 07:37:34 Successfully tagged support-notifications:latest 07:37:34 Building security-proxy-setup 07:37:34  Building support-notifications ... done Removing intermediate container 599940e7f548 07:37:34 ---> abb2fa735958 07:37:34 07:37:34 Successfully built abb2fa735958 07:37:34 Successfully tagged core-common-config-bootstrapper:latest 07:37:34 Building core-data 07:37:35  Building core-common-config-bootstrapper ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 07:37:35 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 07:37:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 07:37:35 OK: 265 MiB in 53 packages 07:37:39 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:37:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:37:39 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:37:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:37:39 ---> 40491687566a 07:37:39 Step 3/22 : WORKDIR /edgex-go 07:37:39 ---> 40491687566a 07:37:39 Step 3/23 : ARG ADD_BUILD_TAGS="" 07:37:40 ---> Using cache 07:37:40 ---> Using cache 07:37:40 ---> 4a5a08cb58eb 07:37:40 ---> 8d01f15ff677 07:37:40 Step 4/23 : WORKDIR /edgex-goStep 4/22 : RUN apk add --update --no-cache make git 07:37:40 ---> Using cache 07:37:40 07:37:40 ---> 5c7ffd1b4f23 07:37:40 Step 5/23 : RUN apk add --update --no-cache make git 07:37:40 ---> Using cache 07:37:40 ---> 688be5ff6897 07:37:40 Step 6/23 : COPY go.mod vendor* ./ 07:37:40 ---> Using cache 07:37:40 ---> 0031c7d984c5 07:37:40 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:37:40 ---> Using cache 07:37:40 ---> d59ff942cdb0 07:37:40 Step 8/23 : COPY . . 07:37:40 ---> Using cache 07:37:40 ---> 31196a9cc30e 07:37:40 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 07:37:41 ---> Running in 60b576bd0332 07:37:41 Removing intermediate container 0db12b62d4e9 07:37:41 ---> 73fff65c3a95 07:37:41 07:37:41 Step 10/23 : FROM alpine:3.17 07:37:41 ---> 9ed4aefc74f6 07:37:41 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 07:37:41 ---> Using cache 07:37:41 ---> 9f226063c89f 07:37:41 Step 12/23 : RUN apk add --update --no-cache dumb-init 07:37:41 ---> Using cache 07:37:41 ---> 80d593fb8a3b 07:37:41 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:37:41 ---> Running in 443cd9e5388d 07:37:41 ---> Using cache 07:37:41 ---> 2c86df7be477 07:37:41 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 07:37:41 ---> Using cache 07:37:41 ---> 12b1e323eae8 07:37:41 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 07:37:41 Removing intermediate container 82ec1f2447d7 07:37:41 ---> e45289af0b63 07:37:41 Step 5/33 : COPY go.mod vendor* ./ 07:37:42 ---> 6a8e2453017d 07:37:42 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:37:42 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 07:37:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 07:37:42 ---> Running in 4c47963fe175 07:37:42 ---> 802d0cb7fec3 07:37:42 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 07:37:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 07:37:42 OK: 265 MiB in 53 packages 07:37:42 ---> 85c139670e29 07:37:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 07:37:43 ---> 8e73a55368e6 07:37:43 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:37:43 ---> Running in 8ea783afc954 07:37:43 Removing intermediate container 60b576bd0332 07:37:43 ---> 9ecbc54c7dd1 07:37:43 Step 5/22 : COPY go.mod vendor* ./ 07:37:44 ---> 4da296490a2f 07:37:44 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:37:44 ---> Running in d8c6228336b8 07:37:44 Removing intermediate container 8ea783afc954 07:37:44 ---> c6911f3fac84 07:37:44 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 07:37:44 ---> Running in ec6b85c70ea6 07:37:45 Removing intermediate container ec6b85c70ea6 07:37:45 ---> 9331b50246b0 07:37:45 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 07:37:45 ---> Running in f38252911e98 07:37:45 Removing intermediate container f38252911e98 07:37:45 ---> dbda192363bb 07:37:45 Step 21/23 : LABEL arch=x86_64 07:37:45 ---> Running in 0532eacdb37d 07:37:45 Removing intermediate container 0532eacdb37d 07:37:45 ---> 64add29bf0a0 07:37:45 Step 22/23 : LABEL git_sha=559d2ca573af2f6f9dbf0315ac2b32e1bd03336e 07:37:45 ---> Running in 36298538ca38 07:37:46 Removing intermediate container 36298538ca38 07:37:46 ---> ede14642705d 07:37:46 Step 23/23 : LABEL version=0.0.0 07:37:46 ---> Running in ceddae81e3c4 07:37:46 Removing intermediate container ceddae81e3c4 07:37:46 ---> 606b64afe516 07:37:46 07:37:46 Successfully built 606b64afe516 07:37:46 Successfully tagged security-proxy-auth:latest 07:37:46  Building security-proxy-auth ... done Building core-command 07:37:50 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:37:50 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:37:50 ---> 40491687566a 07:37:50 Step 3/24 : ARG ADD_BUILD_TAGS="" 07:37:50 ---> Using cache 07:37:50 ---> 4a5a08cb58eb 07:37:50 Step 4/24 : WORKDIR /edgex-go 07:37:50 ---> Using cache 07:37:50 ---> 5c7ffd1b4f23 07:37:50 Step 5/24 : RUN apk add --update --no-cache make git 07:37:50 ---> Using cache 07:37:50 ---> 688be5ff6897 07:37:50 Step 6/24 : COPY go.mod vendor* ./ 07:37:50 ---> Using cache 07:37:50 ---> 0031c7d984c5 07:37:50 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:37:50 ---> Using cache 07:37:50 ---> d59ff942cdb0 07:37:50 Step 8/24 : COPY . . 07:37:50 ---> Using cache 07:37:50 ---> 31196a9cc30e 07:37:50 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 07:37:55 ---> Running in ed1d5c5d084e 07:37:55 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 07:38:05 Removing intermediate container 10d7b48811bc 07:38:05 ---> 1cee88e17c26 07:38:05 Successfully built 1cee88e17c26 07:38:05 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:38:05 Removing intermediate container 02ea8f6ccdbe 07:38:05 ---> 9f2ef75f2475 07:38:05 07:38:05 Step 10/23 : FROM alpine:3.17 07:38:05 ---> 9ed4aefc74f6 07:38:05 Step 11/23 : RUN apk add --update --no-cache dumb-init 07:38:05 ---> Using cache 07:38:05 ---> 8c3f633cf7b3 07:38:05 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 07:38:05 ---> Using cache 07:38:05 ---> ce09817ee3dd 07:38:05 Step 13/23 : ENV APP_PORT=59861 07:38:05 ---> Running in 3cc0c1dfe42d 07:38:05 Removing intermediate container 3cc0c1dfe42d 07:38:05 ---> 9682afbe9e19 07:38:05 Step 14/23 : EXPOSE $APP_PORT 07:38:05 + docker inspect -f . ci-base-image-arm64 07:38:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:38:05 ---> Running in 066ec80bf26b 07:38:06 prd-ubuntu20.04-docker-arm64-4c-16g-12556 does not seem to be running inside a container 07:38:06 $ 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 07:38:06 Removing intermediate container 066ec80bf26b 07:38:06 ---> 964dc7667123 07:38:06 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:38:06 Removing intermediate container 443cd9e5388d 07:38:06 ---> 396e5fd0c9e2 07:38:06 07:38:06 Step 10/23 : FROM alpine:3.17 07:38:06 ---> 9ed4aefc74f6 07:38:06 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 07:38:06 ---> Running in 76548f130454 07:38:06 ---> 718e47491fbb 07:38:06 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 07:38:07 Removing intermediate container 76548f130454 07:38:07 ---> 3e3fcbf6a6bc 07:38:07 Step 12/23 : ENV APP_PORT=59880 07:38:07 ---> Running in 469febd9f269 07:38:07 ---> 9155f87388ec 07:38:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:38:07 Removing intermediate container 469febd9f269 07:38:07 ---> 829c9671ac74 07:38:07 Step 13/23 : EXPOSE $APP_PORT 07:38:07 ---> Running in 72a98cae8e95 07:38:07 $ docker top 02fc6073cb017246ce5af29fda5422521e5d2193603e821c1799bfcdc3158cf3 -eo pid,comm 07:38:07 Removing intermediate container 72a98cae8e95 07:38:07 ---> 8b1ac38dd727 07:38:07 Step 14/23 : RUN apk add --update --no-cache dumb-init 07:38:07 ---> 40c2d8117220 07:38:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 07:38:07 ---> Running in d5e57a57432f [Pipeline] { [Pipeline] sh 07:38:07 ---> 7b43c893ab45 07:38:07 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 07:38:07 ---> Running in ccd5aee41b2f 07:38:08 Removing intermediate container ccd5aee41b2f 07:38:08 ---> 5cdd9a33d1b1 07:38:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 07:38:08 ---> Running in cc2f367f1c19 07:38:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 07:38:08 Removing intermediate container cc2f367f1c19 07:38:08 ---> 91666ce98d19 07:38:08 Step 21/23 : LABEL arch=x86_64 07:38:08 ---> Running in 5b70590fc38f 07:38:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 07:38:08 Removing intermediate container 5b70590fc38f 07:38:08 ---> 37d4e72bdb7f 07:38:08 Step 22/23 : LABEL git_sha=559d2ca573af2f6f9dbf0315ac2b32e1bd03336e 07:38:08 ---> Running in 3bed09867d11 07:38:08 + go version 07:38:08 go version go1.20.2 linux/arm64 [Pipeline] } 07:38:08 $ docker stop --time=1 02fc6073cb017246ce5af29fda5422521e5d2193603e821c1799bfcdc3158cf3 07:38:08 (1/1) Installing dumb-init (1.2.5-r2) 07:38:08 Executing busybox-1.35.0-r29.trigger 07:38:08 OK: 7 MiB in 16 packages 07:38:08 Removing intermediate container 3bed09867d11 07:38:08 ---> 560f38515a0d 07:38:08 Step 23/23 : LABEL version=0.0.0 07:38:08 ---> Running in 2790f25fc20a 07:38:09 Removing intermediate container 2790f25fc20a 07:38:09 ---> 2cda480b83c1 07:38:09 07:38:09 Successfully built 2cda480b83c1 07:38:09 Successfully tagged support-scheduler:latest 07:38:09 Building security-spire-agent 07:38:09  Building support-scheduler ... done Removing intermediate container d5e57a57432f 07:38:09 ---> 9595ad59dd58 07:38:09 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:38:11 $ docker rm -f --volumes 02fc6073cb017246ce5af29fda5422521e5d2193603e821c1799bfcdc3158cf3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { 07:38:12 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:38:12 Step 2/27 : FROM ${BUILDER_BASE} AS builder 07:38:12 ---> 40491687566a 07:38:12 Step 3/27 : WORKDIR /edgex-go 07:38:12 ---> Using cache 07:38:12 ---> 8d01f15ff677 07:38:12 Step 4/27 : RUN apk add --update --no-cache make git build-base curl [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:38:12 + docker inspect -f . ci-base-image-arm64 07:38:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:38:12 ---> 6479f7d96563 07:38:12 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 07:38:12 ---> Running in 431056fa2463 07:38:12 prd-ubuntu20.04-docker-arm64-4c-16g-12556 does not seem to be running inside a container 07:38:12 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:38:13 ---> c431af3c4e77 07:38:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:38:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 07:38:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 07:38:13 OK: 265 MiB in 53 packages 07:38:13 $ docker top fb932d2f58e77fff9705dbaa24d5aa79edaf7f7a4f8a02e918c290c7651714ad -eo pid,comm 07:38:14 ---> e00d1baf17b8 07:38:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 07:38:14 Removing intermediate container ed1d5c5d084e 07:38:14 ---> c8c0d762024f 07:38:14 07:38:14 Step 10/24 : FROM alpine:3.17 07:38:14 ---> 9ed4aefc74f6 07:38:14 Step 11/24 : RUN apk add --update --no-cache dumb-init 07:38:14 ---> Using cache 07:38:14 ---> 8c3f633cf7b3 07:38:14 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 07:38:14 ---> Using cache 07:38:14 ---> ce09817ee3dd 07:38:14 Step 13/24 : ENV APP_PORT=59882 [Pipeline] { [Pipeline] echo 07:38:14 ========================================================= 07:38:14 [edgeXBuildGoParallel] Running Tests and Build... 07:38:14 ========================================================= [Pipeline] sh 07:38:14 Removing intermediate container 431056fa2463 07:38:14 ---> 1dca9c8ff295 07:38:14 Step 5/27 : COPY go.mod vendor* ./ 07:38:14 ---> Running in 9d583d913d7b 07:38:14 ---> 6ed9b046899a 07:38:14 Step 19/23 : ENTRYPOINT ["/core-data"] 07:38:14 ---> Running in 0009c25ea98b 07:38:14 Removing intermediate container 9d583d913d7b 07:38:14 ---> bbc8ac685c9e 07:38:14 Step 14/24 : EXPOSE $APP_PORT 07:38:14 ---> Running in 7814c4b5d21b 07:38:14 Removing intermediate container 0009c25ea98b 07:38:14 ---> 736ae4f92d98 07:38:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 07:38:14 ---> 26159dbcd65c 07:38:14 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:38:14 ---> Running in 55fee6863d9a 07:38:14 ---> Running in ecc9b4c92eed 07:38:14 Removing intermediate container 7814c4b5d21b 07:38:14 ---> 7c6f089dee4d 07:38:14 Step 15/24 : WORKDIR / 07:38:14 ---> Running in 2113993da830 07:38:14 Removing intermediate container 55fee6863d9a 07:38:14 ---> 480faf503489 07:38:14 Step 21/23 : LABEL arch=x86_64 07:38:14 ---> Running in 233be25a4e43 07:38:14 Removing intermediate container 2113993da830 07:38:14 ---> f520b3954357 07:38:14 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 07:38:14 Removing intermediate container 233be25a4e43 07:38:14 ---> efebb8a662d9 07:38:14 Step 22/23 : LABEL git_sha=559d2ca573af2f6f9dbf0315ac2b32e1bd03336e 07:38:14 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 07:38:15 ---> Running in ae50092cd61f 07:38:15 ---> d76a3ea49d95 07:38:15 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 07:38:15 Removing intermediate container ae50092cd61f 07:38:15 ---> 72eb136a93e4 07:38:15 Step 23/23 : LABEL version=0.0.0 07:38:15 ---> Running in a2f678c77653 07:38:15 ---> ec0f70184f9d 07:38:15 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:38:15 + make test 07:38:15 go test -race -coverprofile=coverage.out ./... 07:38:15 Removing intermediate container a2f678c77653 07:38:15 ---> 045f34053c95 07:38:15 07:38:15 Successfully built 045f34053c95 07:38:15 Successfully tagged core-data:latest 07:38:15  Building core-data ... done Building security-secretstore-setup 07:38:16 ---> ac49bab87f51 07:38:16 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 07:38:17 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:38:17 Step 2/25 : FROM ${BUILDER_BASE} AS builder 07:38:17 ---> 40491687566a 07:38:17 Step 3/25 : WORKDIR /edgex-go 07:38:17 ---> Using cache 07:38:17 ---> 8d01f15ff677 07:38:17 Step 4/25 : RUN apk add --update --no-cache make git 07:38:17 ---> Using cache 07:38:17 ---> 9ecbc54c7dd1 07:38:17 Step 5/25 : COPY go.mod vendor* ./ 07:38:17 ---> Using cache 07:38:17 ---> 4da296490a2f 07:38:17 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:38:18 ---> ef9e46c426f2 07:38:18 Step 20/24 : ENTRYPOINT ["/core-command"] 07:38:18 ---> Running in 45a34396a6f8 07:38:18 ---> Running in 567d39d5297a 07:38:18 Removing intermediate container 567d39d5297a 07:38:18 ---> fa7e5e07d0b4 07:38:18 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 07:38:18 ---> Running in bf03d7276ae3 07:38:18 Removing intermediate container bf03d7276ae3 07:38:18 ---> 164b3f37fcb6 07:38:18 Step 22/24 : LABEL arch=x86_64 07:38:19 ---> Running in 8807e88a6063 07:38:19 Removing intermediate container 8807e88a6063 07:38:19 ---> bc36e0c531df 07:38:19 Step 23/24 : LABEL git_sha=559d2ca573af2f6f9dbf0315ac2b32e1bd03336e 07:38:19 ---> Running in 8e888ecce8f2 07:38:19 Removing intermediate container 8e888ecce8f2 07:38:19 ---> c1b3d2bf9439 07:38:19 Step 24/24 : LABEL version=0.0.0 07:38:19 ---> Running in 00551f1a3eee 07:38:19 Removing intermediate container 00551f1a3eee 07:38:19 ---> 3f40d08daac1 07:38:19 07:38:19 Successfully built 3f40d08daac1 07:38:19 Successfully tagged core-command:latest 07:38:19 Building security-spire-config 07:38:21  Building core-command ... done Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:38:21 Step 2/27 : FROM ${BUILDER_BASE} AS builder 07:38:21 ---> 40491687566a 07:38:21 Step 3/27 : WORKDIR /edgex-go 07:38:21 ---> Using cache 07:38:21 ---> 8d01f15ff677 07:38:21 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 07:38:21 ---> Using cache 07:38:21 ---> 1dca9c8ff295 07:38:21 Step 5/27 : COPY go.mod vendor* ./ 07:38:21 ---> Using cache 07:38:21 ---> 26159dbcd65c 07:38:21 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:38:22 ---> Running in 132289f7215e 07:39:01 Removing intermediate container 132289f7215e 07:39:01 ---> f124496e166c 07:39:01 Step 7/27 : COPY . . 07:39:01 Removing intermediate container d8c6228336b8 07:39:01 ---> 3b47dbb41ef9 07:39:01 Step 7/22 : COPY . . 07:39:01 Removing intermediate container 45a34396a6f8 07:39:01 ---> 087ada20ac76 07:39:01 Step 7/25 : COPY . . 07:39:01 Removing intermediate container 4c47963fe175 07:39:01 ---> 0fdbe3cdcddc 07:39:01 Step 7/33 : COPY . . 07:39:01 Removing intermediate container ecc9b4c92eed 07:39:01 ---> 2c3a16c8bfbe 07:39:01 Step 7/27 : COPY . . 07:39:02 ? github.com/edgexfoundry/edgex-go [no test files] 07:39:08 ---> 99a5a58ca1f7 07:39:08 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:39:08 ---> 72f7d76e9f78 07:39:08 ---> a4e7f28f90a0 07:39:08 Step 8/27 : ARG SPIRE_RELEASE=1.6.3Step 8/22 : RUN make cmd/secrets-config/secrets-config 07:39:08 07:39:08 ---> 69b53f64a540 07:39:08 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 07:39:08 ---> 494473ab6e72 07:39:08 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 07:39:08 ---> Running in 47c67d90bf80 07:39:08 ---> Running in ca6638d1f333 07:39:08 ---> Running in 6532157b0d14 07:39:08 ---> Running in 269b1b72448e 07:39:08 ---> Running in bf2c58214e3d 07:39:08 Removing intermediate container 47c67d90bf80 07:39:08 ---> f3646ead0d20 07:39:08 Step 9/27 : WORKDIR /edgex-go/spire-build 07:39:08 ---> Running in e610bfc8d8b9 07:39:08 Removing intermediate container bf2c58214e3d 07:39:08 ---> 62bc77274afa 07:39:08 Step 9/27 : WORKDIR /edgex-go/spire-build 07:39:08 ---> Running in 3968ceb8bf24 07:39:08 Removing intermediate container e610bfc8d8b9 07:39:08 ---> 7136e6fb6855 07:39:08 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 07:39:08 Removing intermediate container 3968ceb8bf24 07:39:08 ---> d257d946113a 07:39:08 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 07:39:08 ---> Running in e4137a1a7431 07:39:08 ---> Running in b93fed8ed255 07:39:08 Removing intermediate container e4137a1a7431 07:39:08 ---> 42698520a40b 07:39:08 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 07:39:08 Removing intermediate container b93fed8ed255 07:39:08 ---> 8f68d0b9a75a 07:39:08 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 07:39:08 ---> Running in f6cadfc050ef 07:39:08 ---> Running in 7809176664f1 07:39: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 07:39: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-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:39: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-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:39:09 Removing intermediate container f6cadfc050ef 07:39:09 ---> b552f0d46e18 07:39:09 Step 12/27 : WORKDIR /edgex-go 07:39:09 Removing intermediate container 7809176664f1 07:39:09 ---> 0b12143bffe4 07:39:09 Step 12/27 : WORKDIR /edgex-go 07:39:09 ---> Running in 04efa37fea19 07:39:09 ---> Running in 9988f22e9009 07:39:09 Removing intermediate container 04efa37fea19 07:39:09 ---> 63f273e27368 07:39:09 07:39:09 Step 13/27 : FROM alpine:3.17 07:39:09 ---> 9ed4aefc74f6 07:39:09 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 07:39:09 ---> Using cache 07:39:09 ---> 499048c3901e 07:39:09 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 07:39:09 Removing intermediate container 9988f22e9009 07:39:09 ---> dad383c9ed8e 07:39:09 07:39:09 Step 13/27 : FROM alpine:3.17 07:39:09 ---> 9ed4aefc74f6 07:39:09 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 07:39:09 ---> Using cache 07:39:09 ---> 499048c3901e 07:39:09 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:39:09 ---> Using cache 07:39:09 ---> 792c3c76ca34 07:39:09 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 07:39:09 ---> Using cache 07:39:09 ---> 9f31acb6c90d 07:39:09 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 07:39:09 ---> Using cache 07:39:09 ---> 5f157eb28fd4 07:39:09 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 07:39:09 ---> Running in 276b57615671 07:39:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 07:39:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 07:39:10 v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 07:39:10 v3.17.3-146-g00487ded7d9 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 07:39:10 OK: 17820 distinct packages available 07:39:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 07:39:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 07:39:10 (1/4) Installing dumb-init (1.2.5-r2) 07:39:10 (2/4) Installing musl-obstack (1.2.3-r0) 07:39:10 (3/4) Installing libucontext (1.2-r0) 07:39:10 (4/4) Installing gcompat (1.1.0-r0) 07:39:10 Executing busybox-1.35.0-r29.trigger 07:39:10 OK: 7 MiB in 19 packages 07:39:10 ---> ac23d501a524 07:39:10 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 07:39:11 Removing intermediate container 276b57615671 07:39:11 ---> 1b13566fc1d3 07:39:11 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 07:39:13 ---> 7eb2627963be 07:39:13 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 07:39:13 ---> e9975c3c4627 07:39:13 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 07:39:13 ---> d1ee9617dde9 07:39:13 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 07:39:14 ---> 48b2cb4f7bcd 07:39:14 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 07:39:15 ---> 85050f60a068 07:39:15 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 07:39:16 ---> 7b9fe9d3bddf 07:39:16 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 07:39:17 ---> ec65353c830b 07:39:17 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 07:39:17 ---> Running in 957e6654ff6c 07:39:17 Removing intermediate container 957e6654ff6c 07:39:17 ---> 0d78faeabf1e 07:39:17 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 07:39:17 ---> Running in 4e1a5770ac6e 07:39:17 ---> c28b9b7700b9 07:39:17 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 07:39:17 ---> Running in 28aa4fc65589 07:39:17 Removing intermediate container 4e1a5770ac6e 07:39:17 ---> 40310bd75043 07:39:17 Step 25/27 : LABEL arch=x86_64 07:39:17 ---> Running in 0993f1c8ad49 07:39:18 Removing intermediate container 28aa4fc65589 07:39:18 ---> abbd99fae003 07:39:18 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 07:39:18 Removing intermediate container 0993f1c8ad49 07:39:18 ---> bcea23cc0ba1 07:39:18 Step 26/27 : LABEL git_sha=559d2ca573af2f6f9dbf0315ac2b32e1bd03336e 07:39:18 ---> Running in 3856ee554229 07:39:18 Removing intermediate container 3856ee554229 07:39:18 ---> de2544c8e5dc 07:39:18 Step 27/27 : LABEL version=0.0.0 07:39:18 ---> c9014f290786 07:39:18 Step 22/27 : WORKDIR / 07:39:18 ---> Running in f7a78bb71e49 07:39:18 ---> Running in dd0cdd3db2a3 07:39:19 Removing intermediate container f7a78bb71e49 07:39:19 Removing intermediate container dd0cdd3db2a3 07:39:19 ---> ecaccb36ba1a 07:39:19 ---> 62cb0f29440f 07:39:19 07:39:19 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 07:39:19 ---> Running in 0814b7bc2b96 07:39:19 Successfully built ecaccb36ba1a 07:39:19 Successfully tagged security-spire-agent:latest 07:39:20  Building security-spire-agent ... done Removing intermediate container 0814b7bc2b96 07:39:20 ---> ff1a5648fdb8 07:39:20 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 07:39:20 ---> Running in 160ad88bdf57 07:39:20 Removing intermediate container 160ad88bdf57 07:39:20 ---> 878eee89d690 07:39:20 Step 25/27 : LABEL arch=x86_64 07:39:21 ---> Running in e49e92d704d3 07:39:21 Removing intermediate container e49e92d704d3 07:39:21 ---> d0d87b55a74c 07:39:21 Step 26/27 : LABEL git_sha=559d2ca573af2f6f9dbf0315ac2b32e1bd03336e 07:39:21 ---> Running in e8c02bc77791 07:39:21 Removing intermediate container e8c02bc77791 07:39:21 ---> 55c9d774fc5a 07:39:21 Step 27/27 : LABEL version=0.0.0 07:39:21 ---> Running in dfb6149b77d3 07:39:21 Removing intermediate container dfb6149b77d3 07:39:21 ---> d5b59d868586 07:39:21 07:39:21 Successfully built d5b59d868586 07:39:21 Successfully tagged security-spire-config:latest 07:39:29  Building security-spire-config ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:39:33 Removing intermediate container ca6638d1f333 07:39:33 ---> 1edd3b86da2d 07:39:33 07:39:33 Step 9/22 : FROM alpine:3.17 07:39:33 ---> 9ed4aefc74f6 07:39:33 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 07:39:33 Removing intermediate container 6532157b0d14 07:39:33 ---> f9efb9773a40 07:39:33 07:39:33 Step 9/25 : FROM alpine:3.17 07:39:33 ---> 9ed4aefc74f6 07:39:33 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 07:39:33 Removing intermediate container 269b1b72448e 07:39:33 ---> b26410daf3bf 07:39:33 07:39:33 Step 9/33 : FROM alpine:3.17 07:39:33 ---> 9ed4aefc74f6 07:39:33 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 07:39:33 ---> Using cache 07:39:33 ---> cb80683cec1c 07:39:33 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 07:39:33 ---> Running in 0b491da67129 07:39:33 ---> Running in 4e1703ad1fa7 07:39:33 ---> Running in e40bd873796d 07:39:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 07:39:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 07:39:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 07:39:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 07:39:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 07:39:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 07:39:33 (1/2) Installing dumb-init (1.2.5-r2) 07:39:33 (2/2) Installing openssl (3.0.8-r4) 07:39:33 Executing busybox-1.35.0-r29.trigger 07:39:33 OK: 8 MiB in 17 packages 07:39:33 (1/3) Installing ca-certificates (20220614-r4) 07:39:33 (1/2) Installing dumb-init (1.2.5-r2) 07:39:33 (2/2) Installing su-exec (0.2-r2) 07:39:33 Executing busybox-1.35.0-r29.trigger 07:39:33 (2/3) Installing dumb-init (1.2.5-r2) 07:39:33 (3/3) Installing su-exec (0.2-r2) 07:39:33 OK: 7 MiB in 17 packages 07:39:33 Executing busybox-1.35.0-r29.trigger 07:39:33 Executing ca-certificates-20220614-r4.trigger 07:39:33 OK: 8 MiB in 18 packages 07:39:34 Removing intermediate container 0b491da67129 07:39:34 ---> ebd1a798c589 07:39:34 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 07:39:34 Removing intermediate container e40bd873796d 07:39:34 ---> cd9f262b3fb2 07:39:34 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 07:39:34 ---> Running in 394b57288c87 07:39:34 ---> Running in 495fe87ebc67 07:39:34 Removing intermediate container 394b57288c87 07:39:34 ---> a49df30bdd70 07:39:34 Step 12/22 : WORKDIR /edgex 07:39:34 Removing intermediate container 4e1703ad1fa7 07:39:34 ---> 4cb4b1bd41e2 07:39:34 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 07:39:34 ---> Running in 918c0b8bcd50 07:39:34 ---> Running in a486b9e522a7 07:39:34 Removing intermediate container 495fe87ebc67 07:39:34 ---> 18b7ba049bc9 07:39:34 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 07:39:34 ---> Running in 04a8542fe15d 07:39:34 Removing intermediate container 918c0b8bcd50 07:39:34 ---> 13ba311f0009 07:39:34 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:39:34 Removing intermediate container a486b9e522a7 07:39:34 ---> 098c9990c9d9 07:39:34 Step 12/25 : WORKDIR / 07:39:34 ---> Running in 6eef35a62a53 07:39:34 Removing intermediate container 04a8542fe15d 07:39:34 ---> 0bf4db9db8d9 07:39:34 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 07:39:34 ---> Running in e522c786b7e9 07:39:34 Removing intermediate container 6eef35a62a53 07:39:34 ---> 25b5aea5c144 07:39:34 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 07:39:34 ---> 5848b8b847ae 07:39:34 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 07:39:34 Removing intermediate container e522c786b7e9 07:39:34 ---> 0d29bad1b83c 07:39:34 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 07:39:34 ---> Running in bbf73d19edbf 07:39:34 ---> 8d7cb590c662 07:39:34 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 07:39:34 Removing intermediate container bbf73d19edbf 07:39:34 ---> 8621f90816f7 07:39:34 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 07:39:34 ---> Running in b1d0b4806295 07:39:34 ---> 6410262e39fe 07:39:34 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 07:39:34 ---> 6005fccc722f 07:39:34 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:39:35 ---> 56483b832b7d 07:39:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:39:35 ---> bd6b464e4aeb 07:39:35 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 07:39:35 ---> 03d5be659455 07:39:35 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 07:39:35 ---> ae90ba98b918 07:39:35 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 07:39:35 ---> 0b97f0fa9342 07:39:35 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:39:35 Removing intermediate container b1d0b4806295 07:39:35 ---> 13c22ee05db8 07:39:35 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 07:39:35 ---> 8334385b313a 07:39:35 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:39:35 ---> Running in cb00bc425e73 07:39:35 ---> Running in f19e1e23d70b 07:39:35 Removing intermediate container cb00bc425e73 07:39:35 ---> 8eb71f2ad7df 07:39:35 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 07:39:36 ---> 8bc4b130ae17 07:39:36 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:39:36 ---> 2586fb83af15 07:39:36 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 07:39:36 ---> Running in 5ac3b2222696 07:39:36 ---> a594c374e26c 07:39:36 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:39:36 Removing intermediate container f19e1e23d70b 07:39:36 ---> 8d1fde2c15ad 07:39:36 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 07:39:36 ---> Running in 36ac91ab2f1b 07:39:36 ---> 6e5afbcf012e 07:39:36 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:39:36 Removing intermediate container 36ac91ab2f1b 07:39:36 ---> 6b294a3421dc 07:39:36 Step 20/22 : LABEL arch=x86_64 07:39:36 ---> Running in 9f77515874b5 07:39:36 ---> Running in 9b4b2922a48d 07:39:36 Removing intermediate container 9b4b2922a48d 07:39:36 ---> c2d9461ce032 07:39:36 Step 21/22 : LABEL git_sha=559d2ca573af2f6f9dbf0315ac2b32e1bd03336e 07:39:36 Removing intermediate container 5ac3b2222696 07:39:36 ---> 4add81be454e 07:39:36 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 07:39:36 ---> Running in 3976b82c8036 07:39:36 Removing intermediate container 3976b82c8036 07:39:36 ---> a6ee620e2c9e 07:39:36 Step 22/22 : LABEL version=0.0.0 07:39:36 ---> Running in ad8e69bd1671 07:39:36 ---> e6c9f6b55dd5 07:39:36 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 07:39:37 Removing intermediate container ad8e69bd1671 07:39:37 ---> 29c0a7acd553 07:39:37 07:39:37 Successfully built 29c0a7acd553 07:39:37 Successfully tagged security-proxy-setup:latest 07:39:37  Building security-proxy-setup ... done  ---> 763ba327149f 07:39:37 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 07:39:37 ---> b4be55311a66 07:39:37 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 07:39:37 Removing intermediate container 9f77515874b5 07:39:37 ---> abd1585bade4 07:39:37 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 07:39:37 ---> Running in 784d907125d6 07:39:37 Removing intermediate container 784d907125d6 07:39:37 ---> 182fd3104786 07:39:37 Step 23/25 : LABEL arch=x86_64 07:39:37 ---> Running in 870bc89fcd91 07:39:37 ---> 6cef7de36f69 07:39:37 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 07:39:37 Removing intermediate container 870bc89fcd91 07:39:37 ---> 534158139aef 07:39:37 Step 24/25 : LABEL git_sha=559d2ca573af2f6f9dbf0315ac2b32e1bd03336e 07:39:37 ---> Running in 509a2c5f7a6d 07:39:37 ---> f5780aadbc3d 07:39:37 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 07:39:37 Removing intermediate container 509a2c5f7a6d 07:39:37 ---> f7c71310e6f1 07:39:37 Step 25/25 : LABEL version=0.0.0 07:39:37 ---> Running in 0be6d5a79337 07:39:37 ---> e9694982d694 07:39:37 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 07:39:37 Removing intermediate container 0be6d5a79337 07:39:37 ---> 4642e13e06bc 07:39:37 07:39:37 Successfully built 4642e13e06bc 07:39:37 Successfully tagged security-secretstore-setup:latest 07:39:37  Building security-secretstore-setup ... done  ---> a4ed87fe6b7e 07:39:37 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 07:39:38 ---> e8b4e6250e20 07:39:38 Step 28/33 : RUN chmod +x /entrypoint.sh 07:39:38 ---> Running in 730bd912e2c7 07:39:38 Removing intermediate container 730bd912e2c7 07:39:38 ---> a07cff972091 07:39:38 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 07:39:38 ---> Running in 57c5544e510a 07:39:38 Removing intermediate container 57c5544e510a 07:39:38 ---> 7a4ba3ba0301 07:39:38 Step 30/33 : CMD ["gate"] 07:39:38 ---> Running in 72a984a278ae 07:39:38 Removing intermediate container 72a984a278ae 07:39:38 ---> 8153ce045e92 07:39:38 Step 31/33 : LABEL arch=x86_64 07:39:39 ---> Running in d0ed68c7ba70 07:39:39 Removing intermediate container d0ed68c7ba70 07:39:39 ---> b17ccf6ccedb 07:39:39 Step 32/33 : LABEL git_sha=559d2ca573af2f6f9dbf0315ac2b32e1bd03336e 07:39:39 ---> Running in 834d668bd0d5 07:39:39 Removing intermediate container 834d668bd0d5 07:39:39 ---> 75f27cf14b70 07:39:39 Step 33/33 : LABEL version=0.0.0 07:39:39 ---> Running in 61e433bb2e08 07:39:39 Removing intermediate container 61e433bb2e08 07:39:39 ---> 76b85315053a 07:39:39 07:39:39 Successfully built 76b85315053a 07:39:39 Successfully tagged security-bootstrapper:latest 07:39:39  Building security-bootstrapper ... done  [Pipeline] } 07:39:39 $ docker stop --time=1 56192e7bc37bf93625e6ff9b5d4f8989e1029a85f997e60de9c1d99035b93fc0 07:39:40 $ docker rm -f --volumes 56192e7bc37bf93625e6ff9b5d4f8989e1029a85f997e60de9c1d99035b93fc0 [Pipeline] // withDockerContainer [Pipeline] sh 07:39:41 + docker images 07:39:41 REPOSITORY TAG IMAGE ID CREATED SIZE 07:39:41 security-bootstrapper latest 76b85315053a 2 seconds ago 22.2MB 07:39:41 security-secretstore-setup latest 4642e13e06bc 4 seconds ago 32.8MB 07:39:41 security-proxy-setup latest 29c0a7acd553 5 seconds ago 18.7MB 07:39:41 b26410daf3bf 9 seconds ago 1.71GB 07:39:41 f9efb9773a40 9 seconds ago 1.72GB 07:39:41 1edd3b86da2d 11 seconds ago 1.7GB 07:39:41 security-spire-config latest d5b59d868586 20 seconds ago 102MB 07:39:41 security-spire-agent latest ecaccb36ba1a 22 seconds ago 161MB 07:39:41 63f273e27368 32 seconds ago 1.58GB 07:39:41 dad383c9ed8e 32 seconds ago 1.58GB 07:39:41 core-command latest 3f40d08daac1 About a minute ago 19.8MB 07:39:41 core-data latest 045f34053c95 About a minute ago 20MB 07:39:41 c8c0d762024f About a minute ago 1.72GB 07:39:41 support-scheduler latest 2cda480b83c1 About a minute ago 31.8MB 07:39:41 396e5fd0c9e2 About a minute ago 1.73GB 07:39:41 9f2ef75f2475 About a minute ago 1.79GB 07:39:41 security-proxy-auth latest 606b64afe516 About a minute ago 18.3MB 07:39:41 73fff65c3a95 2 minutes ago 1.7GB 07:39:41 support-notifications latest 6fed1c2d874d 2 minutes ago 32.4MB 07:39:41 core-common-config-bootstrapper latest abb2fa735958 2 minutes ago 17.2MB 07:39:41 core-metadata latest 53efe99bcb61 2 minutes ago 20.4MB 07:39:41 security-spiffe-token-provider latest 7bd716405c90 2 minutes ago 32.8MB 07:39:41 29e91ac749f0 2 minutes ago 1.76GB 07:39:41 3ebf00abd7d8 2 minutes ago 1.79GB 07:39:41 ccb772b19028 2 minutes ago 1.73GB 07:39:41 5d1cd3c7d7cf 2 minutes ago 1.72GB 07:39:41 security-spire-server latest 857e22901434 2 minutes ago 103MB 07:39:41 739328f728a5 2 minutes ago 1.58GB 07:39:41 ci-base-image-x86_64 latest 40491687566a 6 minutes ago 918MB 07:39:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine c4be618373d6 8 days ago 700MB 07:39:41 alpine 3.17 9ed4aefc74f6 4 weeks ago 7.05MB 07:39:41 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 9 months ago 253MB 07:39:41 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] } 07:41:09 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:41:09 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 07:41:09 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:41:09 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:41:09 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 07:41:09 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 07:41:09 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:41:09 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 07:41:09 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:41:10 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 07:41:13 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:41:13 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:41:13 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:41:13 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 07:41:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:41:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:41:26 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.273s coverage: 28.7% of statements 07:41:36 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.325s coverage: 98.5% of statements 07:41:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 07:41:41 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 07:41:41 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 07:41:44 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.430s coverage: 71.5% of statements 07:41:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:41:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:41:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.321s coverage: 54.0% of statements 07:41:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 07:41:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 07:41:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 07:41:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:41:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 07:41:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:41:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:42:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 19.953s coverage: 88.5% of statements 07:42:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.394s coverage: 3.8% of statements 07:42:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 07:42:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 07:42:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 07:42:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.769s coverage: 95.6% of statements 07:42:16 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:42:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 07:42:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 07:42:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:42:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:42:16 ok github.com/edgexfoundry/edgex-go/internal/io 0.207s coverage: 72.2% of statements 07:42:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:42:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:42:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:42:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.230s coverage: 65.9% of statements 07:42:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 07:42:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 07:42:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.468s coverage: 0.9% of statements 07:42:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.267s coverage: 29.0% of statements 07:42:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.267s coverage: 42.9% of statements 07:42:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.225s coverage: 82.9% of statements 07:42:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.235s coverage: 94.1% of statements 07:42:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.290s coverage: 96.3% of statements 07:42:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.207s coverage: 87.5% of statements 07:42:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 07:42:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 07:42:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 07:42:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 07:42:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 07:42:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 07:42:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 07:42:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 07:42:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.209s coverage: 94.4% of statements 07:42:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 07:42:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 07:42:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 07:42:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 07:42:57 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 07:42:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 07:42:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 07:43:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.172s coverage: 79.9% of statements 07:43:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.246s coverage: 92.9% of statements 07:43:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.090s coverage: 64.4% of statements 07:43:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.222s coverage: 62.3% of statements 07:43:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.208s coverage: 87.2% of statements 07:43:07 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.172s coverage: 20.0% of statements 07:43:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.182s coverage: 100.0% of statements 07:43:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.463s coverage: 81.8% of statements 07:43:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 07:43:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.479s coverage: 82.1% of statements 07:43:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:43:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.215s coverage: 86.0% of statements 07:43:13 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:43:13 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:43:14 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.073s coverage: 63.1% of statements 07:43:14 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.271s coverage: 100.0% of statements 07:43:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.130s coverage: 89.4% of statements 07:43:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.082s coverage: 100.0% of statements 07:43:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.093s coverage: 73.7% of statements 07:43:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 07:43:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 07:43:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 07:43:16 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.075s coverage: 100.0% of statements 07:43:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:43:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:43:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 07:43:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.000s coverage: 38.4% of statements 07:43:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.235s coverage: 89.5% of statements 07:43:28 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 07:43:28 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 07:43:28 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 07:43:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 07:43:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.209s coverage: 84.8% of statements 07:43:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 07:43:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:43:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 07:43:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:43:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.339s coverage: 17.7% of statements 07:43:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 07:43:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 07:43:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 07:43:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 07:43:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.577s coverage: 92.3% of statements 07:43:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:43:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:43:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.281s coverage: 61.5% of statements 07:43:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 07:43:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 07:43:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.386s coverage: 97.7% of statements 07:43:50 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 07:43:50 WARNING: Linting skipped (not on x86_64 or linter not installed) 07:43:50 go vet ./... 07:46:42 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 07:46:42 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 07:46:42 ./bin/test-attribution-txt.sh [Pipeline] echo 07:46:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 07:46:42 + ls -al . 07:46:42 total 700 07:46:42 drwxrwxr-x 10 1001 1001 4096 May 3 07:38 . 07:46:42 drwxr-xr-x 4 root root 4096 May 3 07:38 .. 07:46:42 drwxrwxr-x 2 1001 1001 4096 May 3 07:36 .blubracket 07:46:42 -rw-rw-r-- 1 1001 1001 16 May 3 07:36 .dockerignore 07:46:42 drwxrwxr-x 8 1001 1001 4096 May 3 07:36 .git 07:46:42 drwxrwxr-x 3 1001 1001 4096 May 3 07:36 .github 07:46:42 -rw-rw-r-- 1 1001 1001 1133 May 3 07:36 .gitignore 07:46:42 -rw-rw-r-- 1 1001 1001 42 May 3 07:36 .golangci.yml 07:46:42 -rw-rw-r-- 1 1001 1001 87 May 3 07:36 .hadolint.yml 07:46:42 -rw-rw-r-- 1 1001 1001 166 May 3 07:36 .sonarcloud.properties 07:46:42 -rw-rw-r-- 1 1001 1001 1171 May 3 07:36 ADOPTERS.md 07:46:42 -rw-rw-r-- 1 1001 1001 10835 May 3 07:36 Attribution.txt 07:46:42 -rw-rw-r-- 1 1001 1001 73765 May 3 07:36 CHANGELOG.md 07:46:42 -rw-rw-r-- 1 1001 1001 3804 May 3 07:36 CONTRIBUTING.md 07:46:42 -rw-rw-r-- 1 1001 1001 677 May 3 07:36 GOVERNANCE.md 07:46:42 -rw-rw-r-- 1 1001 1001 883 May 3 07:36 Jenkinsfile 07:46:42 -rw-rw-r-- 1 1001 1001 10775 May 3 07:36 LICENSE 07:46:42 -rw-rw-r-- 1 1001 1001 14368 May 3 07:36 Makefile 07:46:42 -rw-rw-r-- 1 1001 1001 582 May 3 07:36 OWNERS.md 07:46:42 -rw-rw-r-- 1 1001 1001 9403 May 3 07:36 README.md 07:46:42 -rw-rw-r-- 1 1001 1001 789 May 3 07:36 SECURITY.md 07:46:42 -rw-rw-r-- 1 1001 1001 5 May 3 07:32 VERSION 07:46:42 drwxrwxr-x 2 1001 1001 4096 May 3 07:36 bin 07:46:42 drwxrwxr-x 18 1001 1001 4096 May 3 07:36 cmd 07:46:42 -rw-r--r-- 1 root root 448352 May 3 07:43 coverage.out 07:46:42 -rw-rw-r-- 1 1001 1001 3200 May 3 07:36 go.mod 07:46:42 -rw-rw-r-- 1 1001 1001 31040 May 3 07:36 go.sum 07:46:42 drwxrwxr-x 7 1001 1001 4096 May 3 07:36 internal 07:46:42 drwxrwxr-x 3 1001 1001 4096 May 3 07:36 openapi 07:46:42 -rw-rw-r-- 1 1001 1001 594 May 3 07:36 security.txt 07:46:42 drwxrwxr-x 4 1001 1001 4096 May 3 07:36 snap 07:46:42 -rw-rw-r-- 1 1001 1001 204 May 3 07:36 version.go [Pipeline] sh 07:46:43 + '[' -e coverage.out ] 07:46:43 + chown 1001:1001 coverage.out [Pipeline] stash 07:46:43 Warning: overwriting stash ‘coverage-report’ 07:46:44 Stashed 1 file(s) [Pipeline] sh 07:46:44 + make build 07:46:44 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 07:48:21 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:48:23 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 07:48:28 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 07:48:32 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 07:49:19 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 07:49:27 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 07:49:32 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 07:49:37 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 07:49:42 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 07:49:46 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 07:49:51 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 07:49:58 $ docker stop --time=1 fb932d2f58e77fff9705dbaa24d5aa79edaf7f7a4f8a02e918c290c7651714ad 07:50:02 $ docker rm -f --volumes fb932d2f58e77fff9705dbaa24d5aa79edaf7f7a4f8a02e918c290c7651714ad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:50:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:50:04 07:50:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:50:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:50:05 latest: Pulling from edgex-devops/edgex-compose-arm64 07:50:05 29e5d40040c1: Pulling fs layer 07:50:05 1ce36da41761: Pulling fs layer 07:50:05 25b303627fd3: Pulling fs layer 07:50:05 29e5d40040c1: Verifying Checksum 07:50:05 29e5d40040c1: Download complete 07:50:05 1ce36da41761: Verifying Checksum 07:50:05 1ce36da41761: Download complete 07:50:05 29e5d40040c1: Pull complete 07:50:07 1ce36da41761: Pull complete 07:50:07 25b303627fd3: Verifying Checksum 07:50:07 25b303627fd3: Download complete 07:50:17 25b303627fd3: Pull complete 07:50:17 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 07:50:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:50:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:50:17 prd-ubuntu20.04-docker-arm64-4c-16g-12556 does not seem to be running inside a container 07:50:17 $ 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 07:50:20 $ docker top 1a7e95a0257c5e8f7c30905abdb1749a9a211350940e92b22ed48b8b9f8266c9 -eo pid,comm [Pipeline] { [Pipeline] sh 07:50:21 + docker-compose build --help 07:50:21 + grep parallel 07:50:26 --parallel Build images in parallel. [Pipeline] } 07:50:26 $ docker stop --time=1 1a7e95a0257c5e8f7c30905abdb1749a9a211350940e92b22ed48b8b9f8266c9 07:50:28 $ docker rm -f --volumes 1a7e95a0257c5e8f7c30905abdb1749a9a211350940e92b22ed48b8b9f8266c9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:50:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:50:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:50:29 prd-ubuntu20.04-docker-arm64-4c-16g-12556 does not seem to be running inside a container 07:50:30 $ 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 07:50:31 $ docker top ef46ef6c899658c1bf9805acbcff96812b18b6a15a258a503fcccb3e51209827 -eo pid,comm [Pipeline] { [Pipeline] sh 07:50:32 + docker-compose -f ./docker-compose-build.yml build --parallel 07:50:38 Building core-command ... 07:50:38 Building core-common-config-bootstrapper ... 07:50:38 Building core-data ... 07:50:38 Building core-metadata ... 07:50:38 Building security-bootstrapper ... 07:50:38 Building security-proxy-auth ... 07:50:38 Building security-proxy-setup ... 07:50:38 Building security-secretstore-setup ... 07:50:38 Building security-spiffe-token-provider ... 07:50:38 Building security-spire-agent ... 07:50:38 Building security-spire-config ... 07:50:38 Building security-spire-server ... 07:50:38 Building support-notifications ... 07:50:38 Building support-scheduler ... 07:50:38 Building support-scheduler 07:50:38 Building security-spire-config 07:50:38 Building security-proxy-setup 07:50:38 Building core-data 07:50:38 Building security-proxy-auth 07:51:27 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:51:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:51:27 ---> 1cee88e17c26 07:51:27 Step 3/22 : WORKDIR /edgex-go 07:51:27 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:51:27 Step 2/27 : FROM ${BUILDER_BASE} AS builder 07:51:27 ---> 1cee88e17c26 07:51:27 Step 3/27 : WORKDIR /edgex-go 07:51:27 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:51:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:51:27 ---> 1cee88e17c26 07:51:27 Step 3/23 : ARG ADD_BUILD_TAGS="" 07:51:27 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:51:27 07:51:27 Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 2/23 : FROM ${BUILDER_BASE} AS builder 07:51:27 07:51:27 ---> 1cee88e17c26 07:51:27 ---> 1cee88e17c26 07:51:27 Step 3/23 : ARG ADD_BUILD_TAGS=""Step 3/23 : ARG ADD_BUILD_TAGS="" 07:51:27 07:51:27 ---> Running in 1259bf3773fd 07:51:27 ---> Running in e11118573742 07:51:27 ---> Running in c3bd3b5d9c9a 07:51:27 ---> Running in 2a63c70765b9 07:51:27 ---> Running in 7e586aad8070 07:51:27 Removing intermediate container 7e586aad8070 07:51:27 ---> c31e05b592cf 07:51:27 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 07:51:27 Removing intermediate container 1259bf3773fd 07:51:27 ---> ad801a694626 07:51:27 Step 4/23 : WORKDIR /edgex-go 07:51:27 Removing intermediate container 2a63c70765b9 07:51:27 ---> 4164d7d067f7 07:51:27 Step 4/23 : WORKDIR /edgex-go 07:51:27 Removing intermediate container c3bd3b5d9c9a 07:51:27 ---> bc1e05ee30e6 07:51:27 Step 4/23 : WORKDIR /edgex-go 07:51:27 ---> Running in 2500f3f489f8 07:51:27 ---> Running in a1eaf7837ff7 07:51:27 ---> Running in 12b63b12fdf2 07:51:27 Removing intermediate container e11118573742 07:51:27 ---> 4906280bb470 07:51:27 Step 4/22 : RUN apk add --update --no-cache make git 07:51:27 ---> Running in 177ba24a0824 07:51:27 ---> Running in 8f8fae72f838 07:51:27 Removing intermediate container 177ba24a0824 07:51:27 ---> 7dbdfccc3761 07:51:27 Step 5/23 : RUN apk add --update --no-cache make git 07:51:27 Removing intermediate container a1eaf7837ff7 07:51:27 ---> e910d37da263 07:51:27 Step 5/23 : RUN apk add --update --no-cache make git 07:51:27 ---> Running in f86d3574d4c6 07:51:27 Removing intermediate container 12b63b12fdf2 07:51:27 ---> df43e0e1e39a 07:51:27 Step 5/23 : RUN apk add --update --no-cache make git 07:51:27 ---> Running in 6fff6b8c9dbd 07:51:27 ---> Running in 0a71fbc37c7b 07:51:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:51:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:51:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:51:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:51:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:51:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:51:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:51:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:51:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:51:31 OK: 263 MiB in 53 packages 07:51:31 OK: 263 MiB in 53 packages 07:51:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:51:32 OK: 263 MiB in 53 packages 07:51:32 Removing intermediate container 8f8fae72f838 07:51:32 ---> 78c1f273081c 07:51:32 Step 5/22 : COPY go.mod vendor* ./ 07:51:32 OK: 263 MiB in 53 packages 07:51:32 OK: 263 MiB in 53 packages 07:51:32 Removing intermediate container 2500f3f489f8 07:51:32 ---> b86c8697da5f 07:51:32 Step 5/27 : COPY go.mod vendor* ./ 07:51:33 ---> fbf9afab8bd9 07:51:33 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:51:33 Removing intermediate container f86d3574d4c6 07:51:33 ---> f26989853884 07:51:33 Step 6/23 : COPY go.mod vendor* ./ 07:51:33 ---> Running in 308a9d2c8d48 07:51:34 ---> 6129127d6376 07:51:34 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:51:34 ---> Running in 7e21a063d42b 07:51:34 Removing intermediate container 0a71fbc37c7b 07:51:34 ---> 07d12768b28f 07:51:34 Step 6/23 : COPY go.mod vendor* ./Removing intermediate container 6fff6b8c9dbd 07:51:34 ---> 1de62b31abce 07:51:34 Step 6/23 : COPY go.mod vendor* ./ 07:51:34 07:51:35 ---> 5e15b2f49ecc 07:51:35 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:51:35 ---> Running in 6263c3a93e86 07:51:36 ---> 65cb17e803a3 07:51:36 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:51:36 ---> Running in 8f0486df6e12 07:51:36 ---> 5c96ec24a3c8 07:51:36 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:51:36 ---> Running in 29b1cb76679d 07:53:28 Removing intermediate container 8f0486df6e12 07:53:28 ---> 4617ad51b298 07:53:28 Step 8/23 : COPY . . 07:53:28 Removing intermediate container 308a9d2c8d48 07:53:28 ---> 322c82105e8b 07:53:28 Step 7/22 : COPY . . 07:53:28 Removing intermediate container 6263c3a93e86 07:53:28 Removing intermediate container 7e21a063d42b 07:53:28 ---> 3a13989e6624 07:53:28 Step 7/27 : COPY . . 07:53:28 ---> 9c024e8ab4c8 07:53:28 Step 8/23 : COPY . . 07:53:28 Removing intermediate container 29b1cb76679d 07:53:28 ---> a39d5c757330 07:53:28 Step 8/23 : COPY . . 07:53:34 ---> 9d325f010158 07:53:34 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 07:53:34 ---> 98f878c1bc45 07:53:34 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 07:53:34 ---> 8785bf17b3c2 07:53:34 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 07:53:34 ---> 235d02267c28 07:53:34 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 07:53:34 ---> d07ab8bed410 07:53:34 Step 8/22 : RUN make cmd/secrets-config/secrets-config 07:53:34 ---> Running in d6534d7bf1ca 07:53:34 ---> Running in 7eeb64ebe78e 07:53:34 ---> Running in 2c5b1b9ef9e5 07:53:34 ---> Running in ae30fd7daffc 07:53:34 ---> Running in 96f31f007dce 07:53:35 Removing intermediate container ae30fd7daffc 07:53:35 ---> 137921e39286 07:53:35 Step 9/27 : WORKDIR /edgex-go/spire-build 07:53:35 ---> Running in 4c8c4d7586b7 07:53:35 Removing intermediate container 4c8c4d7586b7 07:53:35 ---> 76b8366a3909 07:53:35 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 07:53:36 ---> Running in 44dfffc38fc9 07:53:36 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 07:53:36 Removing intermediate container 44dfffc38fc9 07:53:36 ---> 775b4821a932 07:53:36 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 07:53:36 ---> Running in 8bd5315789f9 07:53:37 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 07:53:37 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 07:53:37 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 07:53:40 Removing intermediate container 8bd5315789f9 07:53:40 ---> 6b0c258d34c6 07:53:40 Step 12/27 : WORKDIR /edgex-go 07:53:40 ---> Running in a67f536faf94 07:53:40 Removing intermediate container a67f536faf94 07:53:40 ---> 91d28c5c99bb 07:53:40 07:53:40 Step 13/27 : FROM alpine:3.17 07:53:40 3.17: Pulling from library/alpine 07:53:41 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 07:53:41 Status: Downloaded newer image for alpine:3.17 07:53:41 ---> 51e60588ff2c 07:53:41 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 07:53:41 ---> Running in 6fdb4b23da14 07:53:41 Removing intermediate container 6fdb4b23da14 07:53:41 ---> 9731bffdad91 07:53:41 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 07:53:41 ---> Running in f4679b573114 07:53:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:53:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:53:45 v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 07:53:45 v3.17.3-146-g00487ded7d9 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 07:53:45 OK: 17691 distinct packages available 07:53:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:53:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:53:48 (1/4) Installing dumb-init (1.2.5-r2) 07:53:48 (2/4) Installing musl-obstack (1.2.3-r0) 07:53:48 (3/4) Installing libucontext (1.2-r0) 07:53:48 (4/4) Installing gcompat (1.1.0-r0) 07:53:48 Executing busybox-1.35.0-r29.trigger 07:53:48 OK: 8 MiB in 19 packages 07:53:50 Removing intermediate container f4679b573114 07:53:50 ---> 9ea167ae1c19 07:53:50 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 07:53:51 ---> e4131b17f4a0 07:53:51 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 07:53:52 ---> 9cbe1d7b8fc5 07:53:52 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 07:54:00 ---> 6a5e59102765 07:54:00 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 07:54:00 ---> 29985824c0e5 07:54:00 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 07:54:00 ---> Running in 38ffef3d5fbd 07:54:00 Removing intermediate container 38ffef3d5fbd 07:54:00 ---> dff8232250e9 07:54:00 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 07:54:01 ---> 984dc0c33ea5 07:54:01 Step 22/27 : WORKDIR / 07:54:01 ---> Running in 1f0f37f40f56 07:54:02 Removing intermediate container 1f0f37f40f56 07:54:02 ---> dd83a43165f8 07:54:02 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 07:54:02 ---> Running in 70f203d0a789 07:54:03 Removing intermediate container 70f203d0a789 07:54:03 ---> a14e3c28d3fe 07:54:03 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 07:54:03 ---> Running in c5c21bc7e728 07:54:03 Removing intermediate container c5c21bc7e728 07:54:03 ---> 4eb58dba2559 07:54:03 Step 25/27 : LABEL arch=arm64 07:54:03 ---> Running in 50fa8af32406 07:54:04 Removing intermediate container 50fa8af32406 07:54:04 ---> 757af67db4a1 07:54:04 Step 26/27 : LABEL git_sha=559d2ca573af2f6f9dbf0315ac2b32e1bd03336e 07:54:04 ---> Running in 8e4d3fbb5997 07:54:04 Removing intermediate container 8e4d3fbb5997 07:54:04 ---> 9bf5f8cf1d43 07:54:04 Step 27/27 : LABEL version=0.0.0 07:54:04 ---> Running in 6dd12e98bcf9 07:54:05 Removing intermediate container 6dd12e98bcf9 07:54:05 ---> c840340ea101 07:54:05 07:54:05 Successfully built c840340ea101 07:54:05 Successfully tagged security-spire-config-arm64:latest 07:54:05  Building security-spire-config ... done Building security-spire-server 07:54:28 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:54:28 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:54:28 ---> 1cee88e17c26 07:54:28 Step 3/26 : WORKDIR /edgex-go 07:54:28 ---> Using cache 07:54:28 ---> 4906280bb470 07:54:28 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 07:54:28 ---> Running in de598a66f6b8 07:54:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:54:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:54:29 OK: 263 MiB in 53 packages 07:54:31 Removing intermediate container de598a66f6b8 07:54:31 ---> 49036c4f925f 07:54:31 Step 5/26 : COPY go.mod vendor* ./ 07:54:32 ---> 3db55f7c47dd 07:54:32 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:54:32 ---> Running in 042c7e94ffe0 07:56:12 Removing intermediate container 042c7e94ffe0 07:56:12 ---> 40d29ffc58ed 07:56:12 Step 7/26 : COPY . . 07:56:22 ---> 8c88d6a20a1e 07:56:22 Step 8/26 : ARG SPIRE_RELEASE=1.6.3 07:56:22 ---> Running in 47e39a26f4ca 07:56:22 Removing intermediate container 47e39a26f4ca 07:56:22 ---> b6a15f4d57ba 07:56:22 Step 9/26 : WORKDIR /edgex-go/spire-build 07:56:22 ---> Running in ba171867067b 07:56:22 Removing intermediate container ba171867067b 07:56:22 ---> cd7438d296cb 07:56:22 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 07:56:22 ---> Running in 6866f5ae5253 07:56:23 Removing intermediate container 6866f5ae5253 07:56:23 ---> 53251ea9c7bc 07:56:23 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 07:56:23 ---> Running in 4ba4d2afbd5c 07:56:26 Removing intermediate container 4ba4d2afbd5c 07:56:26 ---> 01d759b3220c 07:56:26 Step 12/26 : WORKDIR /edgex-go 07:56:26 ---> Running in d93259221e5a 07:56:27 Removing intermediate container d93259221e5a 07:56:27 ---> 22b6095eb0d5 07:56:27 07:56:27 Step 13/26 : FROM alpine:3.17 07:56:27 ---> 51e60588ff2c 07:56:27 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 07:56:27 ---> Using cache 07:56:27 ---> 9731bffdad91 07:56:27 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:56:27 ---> Running in 5f38859e5b08 07:56:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:56:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:56:31 v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 07:56:31 v3.17.3-146-g00487ded7d9 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 07:56:31 OK: 17691 distinct packages available 07:56:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:56:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:56:34 (1/5) Installing dumb-init (1.2.5-r2) 07:56:34 (2/5) Installing musl-obstack (1.2.3-r0) 07:56:34 (3/5) Installing libucontext (1.2-r0) 07:56:34 (4/5) Installing gcompat (1.1.0-r0) 07:56:34 (5/5) Installing openssl (3.0.8-r4) 07:56:34 Executing busybox-1.35.0-r29.trigger 07:56:34 OK: 9 MiB in 20 packages 07:56:36 Removing intermediate container 5f38859e5b08 07:56:36 ---> 4789dff2e592 07:56:36 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 07:56:37 ---> 6d0f3dada1c3 07:56:37 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 07:56:38 ---> 5eecd96e9b0d 07:56:38 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 07:56:44 ---> 56e5cf3a1028 07:56:44 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 07:56:45 ---> 1f97c85d4e6e 07:56:45 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 07:56:46 ---> affb51374d00 07:56:46 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 07:56:47 ---> cf8fef96f2b8 07:56:47 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 07:56:47 ---> Running in 3d4e0ab16567 07:56:47 Removing intermediate container 3d4e0ab16567 07:56:47 ---> 3629d3b55069 07:56:47 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 07:56:47 ---> Running in 3280e27918a5 07:56:48 Removing intermediate container 3280e27918a5 07:56:48 ---> 82a6e5601c26 07:56:48 Step 24/26 : LABEL arch=arm64 07:56:48 ---> Running in 58384b225465 07:56:49 Removing intermediate container 58384b225465 07:56:49 ---> ecd12d13f11e 07:56:49 Step 25/26 : LABEL git_sha=559d2ca573af2f6f9dbf0315ac2b32e1bd03336e 07:56:49 ---> Running in 69e3aedb9ae6 07:56:49 Removing intermediate container 69e3aedb9ae6 07:56:49 ---> b650592cb8d1 07:56:49 Step 26/26 : LABEL version=0.0.0 07:56:49 ---> Running in dc140d6f4da6 07:56:50 Removing intermediate container dc140d6f4da6 07:56:50 ---> 3acbd05b2b5a 07:56:50 07:56:50 Successfully built 3acbd05b2b5a 07:56:50 Successfully tagged security-spire-server-arm64:latest 07:56:50  Building security-spire-server ... done Building security-spiffe-token-provider 07:57:12 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:57:12 Step 2/20 : FROM ${BUILDER_BASE} AS builder 07:57:12 ---> 1cee88e17c26 07:57:12 Step 3/20 : WORKDIR /edgex-go 07:57:12 ---> Using cache 07:57:12 ---> 4906280bb470 07:57:12 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 07:57:12 ---> Running in f24aa8130fc7 07:57:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:57:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:57:14 v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 07:57:14 v3.17.3-146-g00487ded7d9 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 07:57:14 OK: 17690 distinct packages available 07:57:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:57:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:57:17 OK: 263 MiB in 53 packages 07:57:18 Removing intermediate container f24aa8130fc7 07:57:18 ---> 63df69789c4d 07:57:18 Step 5/20 : COPY go.mod vendor* ./ 07:57:19 ---> 35735eec155e 07:57:19 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:57:19 ---> Running in 0addcb2162a1 07:58:56 Removing intermediate container 0addcb2162a1 07:58:56 ---> 04c3a02c0109 07:58:56 Step 7/20 : COPY . . 07:59:04 ---> 3affd0fdf257 07:59:04 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 07:59:07 ---> Running in 6dc2825666bf 07:59:09 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 08:00:30 Removing intermediate container 7eeb64ebe78e 08:00:30 ---> 3e91260511e4 08:00:30 08:00:30 Step 10/23 : FROM alpine:3.17 08:00:30 ---> 51e60588ff2c 08:00:30 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 08:00:30 ---> Running in 8de1f3bf6c56 08:00:30 Removing intermediate container 8de1f3bf6c56 08:00:30 ---> b37fc08fa587 08:00:30 Step 12/23 : RUN apk add --update --no-cache dumb-init 08:00:30 ---> Running in 2781a479182f 08:00:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:00:30 Removing intermediate container 96f31f007dce 08:00:30 ---> 6f86065ebfe6 08:00:30 08:00:30 Step 9/22 : FROM alpine:3.17 08:00:31 ---> 51e60588ff2c 08:00:31 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 08:00:31 ---> Running in dcf6be2e2d80 08:00:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:00:33 (1/1) Installing dumb-init (1.2.5-r2) 08:00:33 Executing busybox-1.35.0-r29.trigger 08:00:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:00:33 OK: 8 MiB in 16 packages 08:00:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:00:34 Removing intermediate container 2781a479182f 08:00:34 ---> 21608d182dfc 08:00:34 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:00:35 (1/2) Installing dumb-init (1.2.5-r2) 08:00:35 (2/2) Installing openssl (3.0.8-r4) 08:00:35 Executing busybox-1.35.0-r29.trigger 08:00:35 OK: 8 MiB in 17 packages 08:00:35 ---> 5251f5a189e1 08:00:35 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 08:00:37 ---> 529a8d634511 08:00:37 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 08:00:37 Removing intermediate container dcf6be2e2d80 08:00:37 ---> 46d960450c97 08:00:37 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 08:00:37 ---> Running in f7a43d9b8370 08:00:37 Removing intermediate container f7a43d9b8370 08:00:38 ---> 09e7ccd4f0da 08:00:38 Step 12/22 : WORKDIR /edgex 08:00:38 ---> Running in 3df4d38a1b3c 08:00:39 Removing intermediate container 3df4d38a1b3c 08:00:39 ---> 0c709bf26472 08:00:39 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:00:39 ---> 0fb38e5ddd95 08:00:39 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 08:00:40 ---> 2e94fd43cfe6 08:00:40 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 08:00:40 ---> 6c8d4a9e5bf5 08:00:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 08:00:41 ---> 63fdd6e6179a 08:00:41 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 08:00:41 ---> 8a9046b5b7a4 08:00:41 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:00:42 ---> Running in 927b367ee950 08:00:42 ---> e98fc46a13d8 08:00:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:00:45 ---> 5323df451317 08:00:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 08:00:46 Removing intermediate container 927b367ee950 08:00:46 ---> 8239a0e5f622 08:00:46 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 08:00:46 ---> Running in c734b609a779 08:00:46 ---> 69ebc9ab96e0 08:00:46 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:00:46 ---> Running in 84e1380b8b2c 08:00:47 Removing intermediate container c734b609a779 08:00:47 ---> 1204ebfdef36 08:00:47 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 08:00:47 ---> Running in 98200045e191 08:00:48 Removing intermediate container 98200045e191 08:00:48 ---> 3c378cdfff34 08:00:48 Step 21/23 : LABEL arch=arm64 08:00:48 ---> Running in a794deaab74a 08:00:48 Removing intermediate container a794deaab74a 08:00:48 ---> b789b19eed9a 08:00:48 Step 22/23 : LABEL git_sha=559d2ca573af2f6f9dbf0315ac2b32e1bd03336e 08:00:48 ---> Running in ed8326443b5a 08:00:49 Removing intermediate container ed8326443b5a 08:00:49 ---> 353b2079936e 08:00:49 Step 23/23 : LABEL version=0.0.0 08:00:49 ---> Running in 3b9bf54c0017 08:00:51 Removing intermediate container 3b9bf54c0017 08:00:51 ---> 8c245a1f849c 08:00:51 08:00:51 Successfully built 8c245a1f849c 08:00:51 Successfully tagged security-proxy-auth-arm64:latest 08:00:51  Building security-proxy-auth ... done Building core-metadata 08:00:51 Removing intermediate container 84e1380b8b2c 08:00:51 ---> 467eeb7594ed 08:00:51 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 08:00:51 ---> Running in 6dd3b8755d88 08:00:52 Removing intermediate container 6dd3b8755d88 08:00:52 ---> 2fce5364d5d9 08:00:52 Step 20/22 : LABEL arch=arm64 08:00:52 ---> Running in 69a6e611282c 08:00:52 Removing intermediate container 69a6e611282c 08:00:52 ---> e77b72b8ed02 08:00:52 Step 21/22 : LABEL git_sha=559d2ca573af2f6f9dbf0315ac2b32e1bd03336e 08:00:52 ---> Running in 23eecf0f989d 08:00:53 Removing intermediate container 23eecf0f989d 08:00:53 ---> 1a8534a75e22 08:00:53 Step 22/22 : LABEL version=0.0.0 08:00:53 ---> Running in 42a2fe06df36 08:00:54 Removing intermediate container 42a2fe06df36 08:00:54 ---> 935fc6c787f5 08:00:54 08:00:54 Successfully built 935fc6c787f5 08:00:54 Successfully tagged security-proxy-setup-arm64:latest 08:00:54  Building security-proxy-setup ... done Building security-secretstore-setup 08:01:17 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 08:01:17 Step 2/25 : FROM ${BUILDER_BASE} AS builder 08:01:17 ---> 1cee88e17c26 08:01:17 Step 3/25 : ARG ADD_BUILD_TAGS="" 08:01:17 ---> Using cache 08:01:17 ---> bc1e05ee30e6 08:01:17 Step 4/25 : WORKDIR /edgex-go 08:01:17 ---> Using cache 08:01:17 ---> 7dbdfccc3761 08:01:17 Step 5/25 : RUN apk add --update --no-cache make git 08:01:17 ---> Using cache 08:01:17 ---> f26989853884 08:01:17 Step 6/25 : COPY go.mod vendor* ./ 08:01:17 ---> Using cache 08:01:17 ---> 5e15b2f49ecc 08:01:17 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:01:17 ---> Using cache 08:01:17 ---> 9c024e8ab4c8 08:01:17 Step 8/25 : COPY . . 08:01:17 ---> Using cache 08:01:17 ---> 98f878c1bc45 08:01:17 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 08:01:17 ---> Running in 5915fe6e26c4 08:01:17 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:01:20 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 08:01:20 Step 2/25 : FROM ${BUILDER_BASE} AS builder 08:01:20 ---> 1cee88e17c26 08:01:20 Step 3/25 : WORKDIR /edgex-go 08:01:20 ---> Using cache 08:01:20 ---> 4906280bb470 08:01:20 Step 4/25 : RUN apk add --update --no-cache make git 08:01:20 ---> Using cache 08:01:20 ---> 78c1f273081c 08:01:20 Step 5/25 : COPY go.mod vendor* ./ 08:01:20 ---> Using cache 08:01:20 ---> fbf9afab8bd9 08:01:20 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:01:20 ---> Using cache 08:01:20 ---> 322c82105e8b 08:01:20 Step 7/25 : COPY . . 08:01:20 ---> Using cache 08:01:20 ---> d07ab8bed410 08:01:20 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:01:21 ---> Running in 76002fd4eb3c 08:01:24 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:01:25 Removing intermediate container d6534d7bf1ca 08:01:25 ---> aeecf0a23847 08:01:25 08:01:25 Step 10/23 : FROM alpine:3.17 08:01:25 ---> 51e60588ff2c 08:01:25 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 08:01:25 ---> Running in 11dda778b7b3 08:01:26 Removing intermediate container 11dda778b7b3 08:01:26 ---> fd8a865d1907 08:01:26 Step 12/23 : ENV APP_PORT=59880 08:01:26 ---> Running in 3379d62e45ee 08:01:27 Removing intermediate container 3379d62e45ee 08:01:27 ---> 1fec67386490 08:01:27 Step 13/23 : EXPOSE $APP_PORT 08:01:27 ---> Running in 40b4915c8978 08:01:27 Removing intermediate container 40b4915c8978 08:01:27 ---> 8e9520dfa98b 08:01:27 Step 14/23 : RUN apk add --update --no-cache dumb-init 08:01:27 ---> Running in 2456e1a2a66e 08:01:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:01:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:01:32 (1/1) Installing dumb-init (1.2.5-r2) 08:01:32 Executing busybox-1.35.0-r29.trigger 08:01:32 OK: 8 MiB in 16 packages 08:01:34 Removing intermediate container 2456e1a2a66e 08:01:34 ---> 91799434ae68 08:01:34 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:01:35 ---> 972e53667946 08:01:35 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 08:01:35 ---> 291a74ead198 08:01:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:01:37 ---> 4bac6c99c803 08:01:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 08:01:38 ---> 0c834d9403c6 08:01:38 Step 19/23 : ENTRYPOINT ["/core-data"] 08:01:38 ---> Running in 8edddccacade 08:01:39 Removing intermediate container 8edddccacade 08:01:39 ---> 7f5ce50169f0 08:01:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 08:01:39 ---> Running in a408c728aad4 08:01:40 Removing intermediate container a408c728aad4 08:01:40 ---> 0a1f37573d15 08:01:40 Step 21/23 : LABEL arch=arm64 08:01:40 ---> Running in 82aaa0debca2 08:01:40 Removing intermediate container 82aaa0debca2 08:01:40 ---> 33de1cca8cc7 08:01:40 Step 22/23 : LABEL git_sha=559d2ca573af2f6f9dbf0315ac2b32e1bd03336e 08:01:40 ---> Running in 383627615e2b 08:01:41 Removing intermediate container 383627615e2b 08:01:41 ---> 8d31ce1f0771 08:01:41 Step 23/23 : LABEL version=0.0.0 08:01:41 ---> Running in 11cf477f441c 08:01:42 Removing intermediate container 11cf477f441c 08:01:42 ---> b0224c0ad858 08:01:42 08:01:42 Successfully built b0224c0ad858 08:01:42 Successfully tagged core-data-arm64:latest 08:01:42  Building core-data ... done Building support-notifications 08:02:00 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 08:02:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:02:00 ---> 1cee88e17c26 08:02:00 Step 3/23 : ARG ADD_BUILD_TAGS="" 08:02:00 ---> Using cache 08:02:00 ---> bc1e05ee30e6 08:02:00 Step 4/23 : WORKDIR /edgex-go 08:02:00 ---> Using cache 08:02:00 ---> 7dbdfccc3761 08:02:00 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 08:02:00 ---> Running in b21f1b35dfab 08:02:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:02:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:02:03 OK: 263 MiB in 53 packages 08:02:04 Removing intermediate container b21f1b35dfab 08:02:04 ---> 7fda73107fd3 08:02:04 Step 6/23 : COPY go.mod vendor* ./ 08:02:05 ---> 8f2765bb0f48 08:02:05 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:02:05 ---> Running in 7c7e2294b884 08:03:42 Removing intermediate container 7c7e2294b884 08:03:42 ---> 49110f8eef1d 08:03:42 Step 8/23 : COPY . . 08:03:47 ---> 6784b49e7ef8 08:03:47 Step 9/23 : RUN make cmd/support-notifications/support-notifications 08:03:47 ---> Running in 28b4bbbc9165 08:03:49 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:04:07 Removing intermediate container 2c5b1b9ef9e5 08:04:07 ---> acea09749d36 08:04:07 08:04:07 Step 10/23 : FROM alpine:3.17 08:04:07 ---> 51e60588ff2c 08:04:07 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:04:07 ---> Running in 517e935ca217 08:04:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:04:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:04:09 (1/1) Installing dumb-init (1.2.5-r2) 08:04:09 Executing busybox-1.35.0-r29.trigger 08:04:09 OK: 8 MiB in 16 packages 08:04:11 Removing intermediate container 517e935ca217 08:04:11 ---> 36486e1ba36e 08:04:11 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 08:04:11 ---> Running in 2e1230056339 08:04:11 Removing intermediate container 2e1230056339 08:04:11 ---> b44b8cb00d23 08:04:11 Step 13/23 : ENV APP_PORT=59861 08:04:11 ---> Running in 93905cbda0f2 08:04:11 Removing intermediate container 93905cbda0f2 08:04:11 ---> 033a683ebb77 08:04:11 Step 14/23 : EXPOSE $APP_PORT 08:04:12 ---> Running in c49242ed73e1 08:04:12 Removing intermediate container c49242ed73e1 08:04:12 ---> bc8dae9452b6 08:04:12 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:04:13 ---> 297de2f14ab9 08:04:13 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 08:04:14 ---> a13afd7e8c85 08:04:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:04:16 ---> 99d4a0d4c58d 08:04:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 08:04:17 ---> 58e819b08221 08:04:17 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 08:04:17 ---> Running in 004886df9da2 08:04:18 Removing intermediate container 004886df9da2 08:04:18 ---> 98f1b53bc3d2 08:04:18 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 08:04:18 ---> Running in 00a0668ca07b 08:04:18 Removing intermediate container 00a0668ca07b 08:04:18 ---> 05bd5cd130bc 08:04:18 Step 21/23 : LABEL arch=arm64 08:04:18 ---> Running in c9d46331d161 08:04:19 Removing intermediate container c9d46331d161 08:04:19 ---> 55a43bd3438c 08:04:19 Step 22/23 : LABEL git_sha=559d2ca573af2f6f9dbf0315ac2b32e1bd03336e 08:04:19 ---> Running in 13a05e308a7b 08:04:20 Removing intermediate container 13a05e308a7b 08:04:20 ---> 7d7f539b59a4 08:04:20 Step 23/23 : LABEL version=0.0.0 08:04:20 ---> Running in 53378ba8d4fd 08:04:20 Removing intermediate container 53378ba8d4fd 08:04:20 ---> da452eb7ab1d 08:04:20 08:04:20 Successfully built da452eb7ab1d 08:04:20 Successfully tagged support-scheduler-arm64:latest 08:04:20  Building support-scheduler ... done Building security-spire-agent 08:04:35 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 08:04:35 Step 2/27 : FROM ${BUILDER_BASE} AS builder 08:04:35 ---> 1cee88e17c26 08:04:35 Step 3/27 : WORKDIR /edgex-go 08:04:35 ---> Using cache 08:04:35 ---> 4906280bb470 08:04:35 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 08:04:35 ---> Using cache 08:04:35 ---> 49036c4f925f 08:04:35 Step 5/27 : COPY go.mod vendor* ./ 08:04:35 ---> Using cache 08:04:35 ---> 3db55f7c47dd 08:04:35 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:04:35 ---> Using cache 08:04:35 ---> 40d29ffc58ed 08:04:35 Step 7/27 : COPY . . 08:04:35 ---> Using cache 08:04:35 ---> 8c88d6a20a1e 08:04:35 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 08:04:35 ---> Using cache 08:04:35 ---> b6a15f4d57ba 08:04:35 Step 9/27 : WORKDIR /edgex-go/spire-build 08:04:35 ---> Using cache 08:04:35 ---> cd7438d296cb 08:04:35 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 08:04:35 ---> Using cache 08:04:35 ---> 53251ea9c7bc 08:04:35 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 08:04:35 ---> Running in 76cd8401fcf8 08:04:39 Removing intermediate container 76cd8401fcf8 08:04:39 ---> 0a2b1a0ff376 08:04:39 Step 12/27 : WORKDIR /edgex-go 08:04:39 ---> Running in b0fb98615311 08:04:40 Removing intermediate container b0fb98615311 08:04:40 ---> 909fa5eb3242 08:04:40 08:04:40 Step 13/27 : FROM alpine:3.17 08:04:40 ---> 51e60588ff2c 08:04:40 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 08:04:40 ---> Using cache 08:04:40 ---> 9731bffdad91 08:04:40 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 08:04:40 ---> Using cache 08:04:40 ---> 4789dff2e592 08:04:40 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 08:04:40 ---> Using cache 08:04:40 ---> 6d0f3dada1c3 08:04:40 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 08:04:40 ---> Using cache 08:04:40 ---> 5eecd96e9b0d 08:04:40 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 08:04:45 ---> 859e12fbfae8 08:04:45 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 08:04:52 ---> 4c4409cbc9d8 08:04:52 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 08:04:52 ---> 8dc0a0476bec 08:04:52 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 08:04:53 ---> 3846c9918b99 08:04:53 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 08:04:54 ---> dec36d12954a 08:04:54 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 08:04:54 ---> Running in 59a57c7fb4f7 08:04:54 Removing intermediate container 59a57c7fb4f7 08:04:54 ---> 9950a4dc1014 08:04:54 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 08:04:54 ---> Running in 61664d0672f6 08:04:55 Removing intermediate container 61664d0672f6 08:04:55 ---> c29613de947a 08:04:55 Step 25/27 : LABEL arch=arm64 08:04:55 ---> Running in 54741031c60d 08:04:55 Removing intermediate container 54741031c60d 08:04:55 ---> cdde0a43c4ef 08:04:55 Step 26/27 : LABEL git_sha=559d2ca573af2f6f9dbf0315ac2b32e1bd03336e 08:04:55 ---> Running in 64c77be4022f 08:04:56 Removing intermediate container 64c77be4022f 08:04:56 ---> 90ea6aa117f3 08:04:56 Step 27/27 : LABEL version=0.0.0 08:04:56 ---> Running in 990f24f4e94f 08:04:57 Removing intermediate container 990f24f4e94f 08:04:57 ---> 645e6367340e 08:04:57 08:04:57 Successfully built 645e6367340e 08:04:57 Successfully tagged security-spire-agent-arm64:latest 08:04:57 Building security-bootstrapper 08:05:12  Building security-spire-agent ... done Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 08:05:12 Step 2/33 : FROM ${BUILDER_BASE} AS builder 08:05:12 ---> 1cee88e17c26 08:05:12 Step 3/33 : WORKDIR /edgex-go 08:05:12 ---> Using cache 08:05:12 ---> 4906280bb470 08:05:12 Step 4/33 : RUN apk add --update --no-cache make git 08:05:12 ---> Using cache 08:05:12 ---> 78c1f273081c 08:05:12 Step 5/33 : COPY go.mod vendor* ./ 08:05:12 ---> Using cache 08:05:12 ---> fbf9afab8bd9 08:05:12 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:05:12 ---> Using cache 08:05:12 ---> 322c82105e8b 08:05:12 Step 7/33 : COPY . . 08:05:12 ---> Using cache 08:05:12 ---> d07ab8bed410 08:05:12 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 08:05:13 ---> Running in 3f361df7ef62 08:05: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-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 08:07:36 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:07:58 Removing intermediate container 6dc2825666bf 08:07:58 ---> 59c45986aff3 08:07:58 08:07:58 Step 9/20 : FROM alpine:3.17 08:07:58 ---> 51e60588ff2c 08:07:58 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 08:07:58 ---> Running in 4ce33bb089c6 08:07:58 Removing intermediate container 76002fd4eb3c 08:07:58 ---> 45720bdfb1e8 08:07:58 08:07:58 Step 9/25 : FROM alpine:3.17 08:07:58 ---> 51e60588ff2c 08:07:58 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 08:07:58 Removing intermediate container 4ce33bb089c6 08:07:58 ---> 60004cb1bc17 08:07:58 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 08:07:58 ---> Running in 4ab56f6a7ad7 08:07:58 ---> Running in adab28edc501 08:07:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:07:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:08:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:08:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:08:01 (1/3) Installing ca-certificates (20220614-r4) 08:08:01 v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 08:08:01 v3.17.3-146-g00487ded7d9 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 08:08:01 OK: 17691 distinct packages available 08:08:01 (2/3) Installing dumb-init (1.2.5-r2) 08:08:01 (3/3) Installing su-exec (0.2-r2) 08:08:01 Executing busybox-1.35.0-r29.trigger 08:08:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:08:01 Executing ca-certificates-20220614-r4.trigger 08:08:02 OK: 8 MiB in 18 packages 08:08:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:08:04 (1/9) Installing ca-certificates (20220614-r4) 08:08:04 (2/9) Installing brotli-libs (1.0.9-r9) 08:08:04 (3/9) Installing nghttp2-libs (1.51.0-r0) 08:08:04 (4/9) Installing libcurl (8.0.1-r0) 08:08:04 (5/9) Installing curl (8.0.1-r0) 08:08:04 (6/9) Installing dumb-init (1.2.5-r2) 08:08:04 (7/9) Installing musl-obstack (1.2.3-r0) 08:08:04 (8/9) Installing libucontext (1.2-r0) 08:08:04 (9/9) Installing gcompat (1.1.0-r0) 08:08:04 Executing busybox-1.35.0-r29.trigger 08:08:04 Executing ca-certificates-20220614-r4.trigger 08:08:04 Removing intermediate container 4ab56f6a7ad7 08:08:04 ---> 139b10a54128 08:08:04 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 08:08:04 ---> Running in fcfe934ad76c 08:08:05 OK: 11 MiB in 24 packages 08:08:05 Removing intermediate container fcfe934ad76c 08:08:05 ---> b06a1a975563 08:08:05 Step 12/25 : WORKDIR / 08:08:05 ---> Running in 6b0e8b1c53b5 08:08:05 Removing intermediate container 6b0e8b1c53b5 08:08:05 ---> 884e410344cd 08:08:05 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 08:08:07 ---> b4195c68df0c 08:08:07 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 08:08:07 Removing intermediate container adab28edc501 08:08:07 ---> ddcf190581c6 08:08:07 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 08:08:08 ---> 9c0b85618e96 08:08:08 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:08:08 ---> 36a7af0a9f84 08:08:08 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 08:08:09 ---> c4c1e52e5e9f 08:08:09 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 08:08:10 ---> 41d88dbb4c88 08:08:10 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 08:08:10 ---> 33920b20b3c4 08:08:10 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 08:08:12 ---> f5d3756e03f6 08:08:12 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:08:13 ---> f1bc8e1e440c 08:08:13 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 08:08:14 ---> 6871cf79a18e 08:08:14 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 08:08:14 ---> Running in c6ebe54bab55 08:08:14 ---> 9fa9ca6100c9 08:08:14 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:08:15 Removing intermediate container c6ebe54bab55 08:08:15 ---> dcff61e38c30 08:08:15 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500"] 08:08:15 ---> Running in 07767fada68d 08:08:16 Removing intermediate container 07767fada68d 08:08:16 ---> 9846a55648e5 08:08:16 Step 18/20 : LABEL arch=arm64 08:08:16 ---> Running in cca3e4f35db3 08:08:17 Removing intermediate container cca3e4f35db3 08:08:17 ---> eed52c99e492 08:08:17 Step 19/20 : LABEL git_sha=559d2ca573af2f6f9dbf0315ac2b32e1bd03336e 08:08:17 ---> Running in dcb126f94077 08:08:17 ---> 1b088b29ad90 08:08:17 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:08:18 Removing intermediate container dcb126f94077 08:08:18 ---> fa12a7f09439 08:08:18 Step 20/20 : LABEL version=0.0.0 08:08:18 ---> Running in ba39bc49d78f 08:08:18 Removing intermediate container ba39bc49d78f 08:08:18 ---> c83c4efba11a 08:08:18 08:08:18 ---> 3be85a94a440 08:08:18 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:08:19 ---> Running in fe4c83697c00 08:08:19 Successfully built c83c4efba11a 08:08:19 Successfully tagged security-spiffe-token-provider-arm64:latest 08:08:19 Building core-command 08:08:22  Building security-spiffe-token-provider ... done Removing intermediate container fe4c83697c00 08:08:22 ---> c7f584c8a2a7 08:08:22 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 08:08:22 ---> Running in 7258e3fa6b9f 08:08:23 Removing intermediate container 7258e3fa6b9f 08:08:23 ---> e6a782e39b7d 08:08:23 Step 23/25 : LABEL arch=arm64 08:08:23 ---> Running in d850025fe0e6 08:08:23 Removing intermediate container d850025fe0e6 08:08:23 ---> d1ae6c580e36 08:08:23 Step 24/25 : LABEL git_sha=559d2ca573af2f6f9dbf0315ac2b32e1bd03336e 08:08:24 ---> Running in 26be24703d82 08:08:25 Removing intermediate container 26be24703d82 08:08:25 ---> 4673aa69234c 08:08:25 Step 25/25 : LABEL version=0.0.0 08:08:25 ---> Running in 3953fe606009 08:08:26 Removing intermediate container 3953fe606009 08:08:26 ---> a8b17263e46f 08:08:26 08:08:26 Successfully built a8b17263e46f 08:08:26 Successfully tagged security-secretstore-setup-arm64:latest 08:08:26  Building security-secretstore-setup ... done Building core-common-config-bootstrapper 08:08:36 Removing intermediate container 5915fe6e26c4 08:08:36 ---> cfed39129fcf 08:08:36 08:08:36 Step 10/25 : FROM alpine:3.17 08:08:36 ---> 51e60588ff2c 08:08:36 Step 11/25 : RUN apk add --update --no-cache dumb-init 08:08:36 ---> Using cache 08:08:36 ---> 36486e1ba36e 08:08:36 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 08:08:36 ---> Using cache 08:08:36 ---> b44b8cb00d23 08:08:36 Step 13/25 : ENV APP_PORT=59881 08:08:36 ---> Running in 677505523a09 08:08:36 Removing intermediate container 677505523a09 08:08:36 ---> 3fcee7862132 08:08:36 Step 14/25 : EXPOSE $APP_PORT 08:08:37 ---> Running in 3bd55d5ba9f6 08:08:38 Removing intermediate container 3bd55d5ba9f6 08:08:38 ---> a02773f1471c 08:08:38 Step 15/25 : WORKDIR / 08:08:38 ---> Running in 4f5848ba514b 08:08:38 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 08:08:38 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:08:38 ---> 1cee88e17c26 08:08:38 Step 3/24 : ARG ADD_BUILD_TAGS="" 08:08:38 ---> Using cache 08:08:38 ---> bc1e05ee30e6 08:08:38 Step 4/24 : WORKDIR /edgex-go 08:08:38 ---> Using cache 08:08:38 ---> 7dbdfccc3761 08:08:38 Step 5/24 : RUN apk add --update --no-cache make git 08:08:38 ---> Using cache 08:08:38 ---> f26989853884 08:08:38 Step 6/24 : COPY go.mod vendor* ./ 08:08:38 ---> Using cache 08:08:38 ---> 5e15b2f49ecc 08:08:38 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:08:38 ---> Using cache 08:08:38 ---> 9c024e8ab4c8 08:08:38 Step 8/24 : COPY . . 08:08:38 ---> Using cache 08:08:38 ---> 98f878c1bc45 08:08:38 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 08:08:38 Removing intermediate container 4f5848ba514b 08:08:38 ---> e24d61dc29bc 08:08:38 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 08:08:38 ---> Running in 1df71e624128 08:08:41 ---> 0b274ffc88a3 08:08:41 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 08:08: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 08:08:42 ---> ea40c65d7b7c 08:08:42 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:08:45 ---> 66c7c815c5e9 08:08:45 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 08:08:46 ---> 6101c40adf04 08:08:46 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 08:08:48 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 08:08:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:08:48 ---> 1cee88e17c26 08:08:48 Step 3/23 : ARG ADD_BUILD_TAGS="" 08:08:48 ---> Using cache 08:08:48 ---> bc1e05ee30e6 08:08:48 Step 4/23 : WORKDIR /edgex-go 08:08:48 ---> Using cache 08:08:48 ---> 7dbdfccc3761 08:08:48 Step 5/23 : RUN apk add --update --no-cache make git 08:08:48 ---> Using cache 08:08:48 ---> f26989853884 08:08:48 Step 6/23 : COPY go.mod vendor* ./ 08:08:48 ---> Using cache 08:08:48 ---> 5e15b2f49ecc 08:08:48 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:08:48 ---> Using cache 08:08:48 ---> 9c024e8ab4c8 08:08:48 Step 8/23 : COPY . . 08:08:48 ---> Using cache 08:08:48 ---> 98f878c1bc45 08:08:48 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 08:08:48 ---> 29a2ac7f4626 08:08:48 Step 21/25 : ENTRYPOINT ["/core-metadata"] 08:08:48 ---> Running in b6b73bbea5cf 08:08:48 ---> Running in dbc064fa9be0 08:08:49 Removing intermediate container dbc064fa9be0 08:08:49 ---> 643b32269423 08:08:49 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 08:08:49 ---> Running in 2588338b0c76 08:08:50 Removing intermediate container 2588338b0c76 08:08:50 ---> 85d386c09471 08:08:50 Step 23/25 : LABEL arch=arm64 08:08:50 ---> Running in 9745ab9cb8a1 08:08:50 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 08:08:51 Removing intermediate container 9745ab9cb8a1 08:08:51 ---> 55892974aeb4 08:08:51 Step 24/25 : LABEL git_sha=559d2ca573af2f6f9dbf0315ac2b32e1bd03336e 08:08:51 ---> Running in 4ca879e71fd4 08:08:51 Removing intermediate container 4ca879e71fd4 08:08:51 ---> c7771a740d1d 08:08:51 Step 25/25 : LABEL version=0.0.0 08:08:52 ---> Running in c64162e12031 08:08:52 Removing intermediate container c64162e12031 08:08:52 ---> 17777ea4af79 08:08:52 08:08:52 Successfully built 17777ea4af79 08:08:52 Successfully tagged core-metadata-arm64:latest 08:10:59  Building core-metadata ... done Removing intermediate container 3f361df7ef62 08:10:59 ---> c9759bc243e8 08:10:59 08:10:59 Step 9/33 : FROM alpine:3.17 08:10:59 ---> 51e60588ff2c 08:10:59 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 08:10:59 ---> Using cache 08:10:59 ---> 60004cb1bc17 08:10:59 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 08:10:59 ---> Running in c54f0c4a3400 08:10:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:10:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:10:59 (1/2) Installing dumb-init (1.2.5-r2) 08:10:59 (2/2) Installing su-exec (0.2-r2) 08:10:59 Executing busybox-1.35.0-r29.trigger 08:10:59 OK: 8 MiB in 17 packages 08:11:00 Removing intermediate container c54f0c4a3400 08:11:00 ---> df7896f2d711 08:11:00 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 08:11:00 ---> Running in 33968fc5df3d 08:11:00 Removing intermediate container 33968fc5df3d 08:11:00 ---> 77baa91ad6ee 08:11:00 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 08:11:00 ---> Running in 545d2ac1f88c 08:11:01 Removing intermediate container 545d2ac1f88c 08:11:01 ---> 4e3f0ec199dd 08:11:01 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 08:11:01 ---> Running in 9f150fd80218 08:11:01 Removing intermediate container 9f150fd80218 08:11:01 ---> 4b4ef92e585b 08:11:01 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 08:11:04 ---> Running in ea28818c0796 08:11:04 Removing intermediate container ea28818c0796 08:11:04 ---> 4c30882e045b 08:11:04 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 08:11:04 ---> Running in cd4134b1c714 08:11:07 Removing intermediate container cd4134b1c714 08:11:07 ---> 05877e05d201 08:11:07 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 08:11:07 ---> Running in f77706589903 08:11:08 Removing intermediate container f77706589903 08:11:08 ---> 7a9debbac451 08:11:08 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 08:11:09 ---> 275f698000ef 08:11:09 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 08:11:09 ---> Running in d5db9df704d9 08:11:12 Removing intermediate container d5db9df704d9 08:11:12 ---> d46d80fd316a 08:11:12 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 08:11:12 ---> 7ec5a8280f28 08:11:12 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 08:11:13 ---> ced16b5d3845 08:11:13 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:11:15 ---> afed725bb819 08:11:15 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 08:11:16 ---> 24a73567d94d 08:11:16 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 08:11:17 ---> bc0dd1545d07 08:11:17 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 08:11:18 ---> 9d2858fed24c 08:11:18 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 08:11:19 ---> 1f9adf34a016 08:11:19 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:11:20 ---> e6a6c7d94f3b 08:11:20 Step 28/33 : RUN chmod +x /entrypoint.sh 08:11:20 ---> Running in 06d1286dacf4 08:11:23 Removing intermediate container 06d1286dacf4 08:11:23 ---> aef626c1ee5f 08:11:23 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 08:11:23 ---> Running in 90f4a92af8c8 08:11:24 Removing intermediate container 90f4a92af8c8 08:11:24 ---> 556540fcca99 08:11:24 Step 30/33 : CMD ["gate"] 08:11:24 ---> Running in 4f051c19f957 08:11:24 Removing intermediate container 4f051c19f957 08:11:24 ---> 341e47ea4631 08:11:24 Step 31/33 : LABEL arch=arm64 08:11:24 ---> Running in 309bac81e618 08:11:25 Removing intermediate container 309bac81e618 08:11:25 ---> c7d23b198572 08:11:25 Step 32/33 : LABEL git_sha=559d2ca573af2f6f9dbf0315ac2b32e1bd03336e 08:11:25 ---> Running in 53fe2590a99c 08:11:26 Removing intermediate container 53fe2590a99c 08:11:26 ---> 2f33f7869766 08:11:26 Step 33/33 : LABEL version=0.0.0 08:11:26 ---> Running in 03949281c7df 08:11:26 Removing intermediate container 03949281c7df 08:11:26 ---> d4b45c5eb309 08:11:26 08:11:26 Successfully built d4b45c5eb309 08:11:26 Successfully tagged security-bootstrapper-arm64:latest 08:12:23  Building security-bootstrapper ... done Removing intermediate container 28b4bbbc9165 08:12:23 ---> 9de2c62354ec 08:12:23 08:12:23 Step 10/23 : FROM alpine:3.17 08:12:23 ---> 51e60588ff2c 08:12:23 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 08:12:23 ---> Running in 7ebcab6fdfc2 08:12:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:12:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:12:26 (1/2) Installing ca-certificates (20220614-r4) 08:12:26 (2/2) Installing dumb-init (1.2.5-r2) 08:12:26 Executing busybox-1.35.0-r29.trigger 08:12:26 Executing ca-certificates-20220614-r4.trigger 08:12:26 OK: 8 MiB in 17 packages 08:12:28 Removing intermediate container 7ebcab6fdfc2 08:12:28 ---> d509091aa33f 08:12:28 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 08:12:28 ---> Running in dca9e59ab027 08:12:29 Removing intermediate container dca9e59ab027 08:12:29 ---> 7500f5010542 08:12:29 Step 13/23 : ENV APP_PORT=59860 08:12:29 ---> Running in ca177e5226ab 08:12:30 Removing intermediate container ca177e5226ab 08:12:30 ---> 69c091ba483a 08:12:30 Step 14/23 : EXPOSE $APP_PORT 08:12:30 ---> Running in 7632c8f9751f 08:12:30 Removing intermediate container 7632c8f9751f 08:12:30 ---> fa512d514dd9 08:12:30 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:12:31 ---> 29fb9866b54e 08:12:31 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 08:12:32 ---> 19e16a4fa965 08:12:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:12:36 ---> 64915cc025f4 08:12:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 08:12:37 ---> b64a9d2f3830 08:12:37 Step 19/23 : ENTRYPOINT ["/support-notifications"] 08:12:37 ---> Running in d148ad428fa1 08:12:38 Removing intermediate container d148ad428fa1 08:12:38 ---> a148985cf5a5 08:12:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 08:12:38 ---> Running in c682d40206df 08:12:39 Removing intermediate container c682d40206df 08:12:39 ---> 7143c7237adc 08:12:39 Step 21/23 : LABEL arch=arm64 08:12:39 ---> Running in bfce95346b99 08:12:39 Removing intermediate container bfce95346b99 08:12:39 ---> 355754628f4f 08:12:39 Step 22/23 : LABEL git_sha=559d2ca573af2f6f9dbf0315ac2b32e1bd03336e 08:12:39 ---> Running in 12ac4c5091df 08:12:40 Removing intermediate container 12ac4c5091df 08:12:40 ---> 0e530823b729 08:12:40 Step 23/23 : LABEL version=0.0.0 08:12:40 ---> Running in 72bfca57c413 08:12:41 Removing intermediate container 72bfca57c413 08:12:41 ---> 20ba5c38e23a 08:12:41 08:12:41 Successfully built 20ba5c38e23a 08:12:41 Successfully tagged support-notifications-arm64:latest 08:13:13  Building support-notifications ... done Removing intermediate container b6b73bbea5cf 08:13:13 ---> 4aea731a34a4 08:13:13 08:13:13 Step 10/23 : FROM alpine:3.17 08:13:13 ---> 51e60588ff2c 08:13:13 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 08:13:13 ---> Using cache 08:13:13 ---> b37fc08fa587 08:13:13 Step 12/23 : RUN apk add --update --no-cache dumb-init 08:13:13 ---> Using cache 08:13:13 ---> 21608d182dfc 08:13:13 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:13:13 ---> Using cache 08:13:13 ---> 5251f5a189e1 08:13:13 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 08:13:13 ---> Using cache 08:13:13 ---> 529a8d634511 08:13:13 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 08:13:13 ---> 6103b993ff2f 08:13:13 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 08:13:13 Removing intermediate container 1df71e624128 08:13:13 ---> 5679a98bb63e 08:13:13 08:13:13 Step 10/24 : FROM alpine:3.17 08:13:13 ---> 51e60588ff2c 08:13:13 Step 11/24 : RUN apk add --update --no-cache dumb-init 08:13:13 ---> Using cache 08:13:13 ---> 36486e1ba36e 08:13:13 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 08:13:13 ---> Using cache 08:13:13 ---> b44b8cb00d23 08:13:13 Step 13/24 : ENV APP_PORT=59882 08:13:13 ---> 56347b9a7ef1 08:13:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 08:13:13 ---> Running in 6434c41859cb 08:13:13 Removing intermediate container 6434c41859cb 08:13:13 ---> ec6f7a79ef9a 08:13:13 Step 14/24 : EXPOSE $APP_PORT 08:13:13 ---> Running in 4692e4b7b882 08:13:13 ---> 5511d3e1a83f 08:13:13 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:13:13 ---> Running in eaf1a7cd43e3 08:13:13 Removing intermediate container 4692e4b7b882 08:13:13 ---> 247bdde93c3b 08:13:13 Step 15/24 : WORKDIR / 08:13:13 ---> Running in 58e73225c7f6 08:13:13 Removing intermediate container 58e73225c7f6 08:13:13 ---> 67821977a86c 08:13:13 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 08:13:13 ---> 3456e95cde9f 08:13:13 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 08:13:13 Removing intermediate container eaf1a7cd43e3 08:13:13 ---> 0f26c330296b 08:13:13 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 08:13:13 ---> 24bae05c8531 08:13:13 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:13:13 ---> Running in 6336bfd3b930 08:13:13 Removing intermediate container 6336bfd3b930 08:13:13 ---> eb122b3f07bb 08:13:13 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 08:13:13 ---> Running in e26beb4ca779 08:13:14 Removing intermediate container e26beb4ca779 08:13:14 ---> 3e2ace6619e5 08:13:14 Step 21/23 : LABEL arch=arm64 08:13:14 ---> Running in bd5a9b757688 08:13:14 ---> 4c0456f0c5ac 08:13:14 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 08:13:14 Removing intermediate container bd5a9b757688 08:13:14 ---> 8bc473d9c372 08:13:14 Step 22/23 : LABEL git_sha=559d2ca573af2f6f9dbf0315ac2b32e1bd03336e 08:13:14 ---> Running in 002d951063e7 08:13:14 ---> bc20a9619277 08:13:15 Step 20/24 : ENTRYPOINT ["/core-command"] 08:13:15 ---> Running in fd62111fa7f7 08:13:15 Removing intermediate container 002d951063e7 08:13:15 ---> a8cbb58ad97f 08:13:15 Step 23/23 : LABEL version=0.0.0 08:13:15 ---> Running in 3c8ab7c6eead 08:13:15 Removing intermediate container fd62111fa7f7 08:13:15 ---> 2c3768abb991 08:13:15 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 08:13:15 ---> Running in 568939dadd5d 08:13:15 Removing intermediate container 3c8ab7c6eead 08:13:15 ---> b24fa5e89e6a 08:13:15 08:13:15 Removing intermediate container 568939dadd5d 08:13:15 ---> ea9843ac2d6d 08:13:15 Step 22/24 : LABEL arch=arm64 08:13:15 Successfully built b24fa5e89e6a 08:13:15 Successfully tagged core-common-config-bootstrapper-arm64:latest 08:13:15  Building core-common-config-bootstrapper ... done  ---> Running in 9d84512ac28f 08:13:16 Removing intermediate container 9d84512ac28f 08:13:16 ---> 13c1c870326b 08:13:16 Step 23/24 : LABEL git_sha=559d2ca573af2f6f9dbf0315ac2b32e1bd03336e 08:13:16 ---> Running in 109c29f8eb64 08:13:16 Removing intermediate container 109c29f8eb64 08:13:16 ---> ada95af3d2f7 08:13:16 Step 24/24 : LABEL version=0.0.0 08:13:16 ---> Running in 3c2854968ad4 08:13:17 Removing intermediate container 3c2854968ad4 08:13:17 ---> c3627e61fb18 08:13:17 08:13:17 Successfully built c3627e61fb18 08:13:17 Successfully tagged core-command-arm64:latest 08:13:17  Building core-command ... done  [Pipeline] } 08:13:17 $ docker stop --time=1 ef46ef6c899658c1bf9805acbcff96812b18b6a15a258a503fcccb3e51209827 08:13:19 $ docker rm -f --volumes ef46ef6c899658c1bf9805acbcff96812b18b6a15a258a503fcccb3e51209827 [Pipeline] // withDockerContainer [Pipeline] sh 08:13:19 + docker images 08:13:20 REPOSITORY TAG IMAGE ID CREATED SIZE 08:13:20 core-command-arm64 latest c3627e61fb18 4 seconds ago 19.7MB 08:13:20 core-common-config-bootstrapper-arm64 latest b24fa5e89e6a 5 seconds ago 17.2MB 08:13:20 5679a98bb63e 11 seconds ago 1.53GB 08:13:20 4aea731a34a4 13 seconds ago 1.52GB 08:13:20 support-notifications-arm64 latest 20ba5c38e23a 40 seconds ago 31.9MB 08:13:20 9de2c62354ec About a minute ago 1.59GB 08:13:20 security-bootstrapper-arm64 latest d4b45c5eb309 About a minute ago 21.9MB 08:13:20 c9759bc243e8 2 minutes ago 1.51GB 08:13:20 core-metadata-arm64 latest 17777ea4af79 4 minutes ago 20.2MB 08:13:20 cfed39129fcf 4 minutes ago 1.53GB 08:13:20 security-secretstore-setup-arm64 latest a8b17263e46f 4 minutes ago 32.2MB 08:13:20 security-spiffe-token-provider-arm64 latest c83c4efba11a 5 minutes ago 32.7MB 08:13:20 45720bdfb1e8 5 minutes ago 1.52GB 08:13:20 59c45986aff3 5 minutes ago 1.57GB 08:13:20 security-spire-agent-arm64 latest 645e6367340e 8 minutes ago 153MB 08:13:20 909fa5eb3242 8 minutes ago 1.39GB 08:13:20 support-scheduler-arm64 latest da452eb7ab1d 9 minutes ago 31.2MB 08:13:20 acea09749d36 9 minutes ago 1.59GB 08:13:20 core-data-arm64 latest b0224c0ad858 11 minutes ago 19.9MB 08:13:20 aeecf0a23847 11 minutes ago 1.53GB 08:13:20 security-proxy-setup-arm64 latest 935fc6c787f5 12 minutes ago 18.7MB 08:13:20 security-proxy-auth-arm64 latest 8c245a1f849c 12 minutes ago 18.1MB 08:13:20 6f86065ebfe6 12 minutes ago 1.51GB 08:13:20 3e91260511e4 12 minutes ago 1.51GB 08:13:20 security-spire-server-arm64 latest 3acbd05b2b5a 16 minutes ago 97MB 08:13:20 22b6095eb0d5 16 minutes ago 1.39GB 08:13:20 security-spire-config-arm64 latest c840340ea101 19 minutes ago 96.1MB 08:13:20 91d28c5c99bb 19 minutes ago 1.39GB 08:13:20 ci-base-image-arm64 latest 1cee88e17c26 35 minutes ago 899MB 08:13:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine fadd8f120f05 8 days ago 681MB 08:13:20 alpine 3.17 51e60588ff2c 4 weeks ago 7.46MB 08:13:20 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 08:13:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:13:20 08:13:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:13:21 arm64: Pulling from edgex-lftools-log-publisher 08:13:21 8998bd30e6a1: Pulling fs layer 08:13:21 04944245beec: Pulling fs layer 08:13:21 699f458cf7ca: Pulling fs layer 08:13:21 765212b225bb: Pulling fs layer 08:13:21 f23df028b6ca: Pulling fs layer 08:13:21 d65c8cfc05b1: Pulling fs layer 08:13:21 2437ff75d9bd: Pulling fs layer 08:13:21 765212b225bb: Waiting 08:13:21 f23df028b6ca: Waiting 08:13:21 d65c8cfc05b1: Waiting 08:13:21 2437ff75d9bd: Waiting 08:13:21 04944245beec: Verifying Checksum 08:13:21 04944245beec: Download complete 08:13:21 765212b225bb: Verifying Checksum 08:13:21 765212b225bb: Download complete 08:13:21 f23df028b6ca: Download complete 08:13:21 d65c8cfc05b1: Verifying Checksum 08:13:21 d65c8cfc05b1: Download complete 08:13:21 699f458cf7ca: Verifying Checksum 08:13:21 699f458cf7ca: Download complete 08:13:22 8998bd30e6a1: Verifying Checksum 08:13:22 8998bd30e6a1: Download complete 08:13:24 2437ff75d9bd: Verifying Checksum 08:13:24 2437ff75d9bd: Download complete 08:13:26 8998bd30e6a1: Pull complete 08:13:26 04944245beec: Pull complete 08:13:27 699f458cf7ca: Pull complete 08:13:27 765212b225bb: Pull complete 08:13:30 f23df028b6ca: Pull complete 08:13:30 d65c8cfc05b1: Pull complete 08:13:43 2437ff75d9bd: Pull complete 08:13:43 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 08:13:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:13:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:13:43 prd-ubuntu20.04-docker-arm64-4c-16g-12556 does not seem to be running inside a container 08:13:43 $ 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 08:13:46 $ docker top bfc72b9b3d0858dc66108a31f51b52c720f865127221904f4ca10bb7e585aeca -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:13:46 ---> job-cost.sh 08:13:47 lf-activate-venv: SKIPPING 08:13:47 INFO: No Stack... 08:13:47 INFO: Retrieving Pricing Info for: v3-standard-4 08:13:48 INFO: Archiving Costs [Pipeline] sh 08:13:48 + cut -d, -f6 08:13:48 + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock 08:13:49 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4548-1-stack-cost] 08:13:49 Resource [jenkins-edgexfoundry-edgex-go-PR-4548-1-stack-cost] did not exist. Created. 08:13:49 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4548-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:13:49 + echo total: 0.10999999940395355 [Pipeline] stash 08:13:50 Stashed 1 file(s) [Pipeline] } 08:13:50 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4548-1-stack-cost] [Pipeline] // lock [Pipeline] } 08:13:50 $ docker stop --time=1 bfc72b9b3d0858dc66108a31f51b52c720f865127221904f4ca10bb7e585aeca 08:13:51 $ docker rm -f --volumes bfc72b9b3d0858dc66108a31f51b52c720f865127221904f4ca10bb7e585aeca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 08:13:52 provisioning config files... 08:13:52 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config10304477702304683932tmp [Pipeline] { [Pipeline] sh 08:13:52 + set +x 08:13:52 + curl -s https://codecov.io/bash 08:13:52 + bash -s -- 08:13:52 08:13:52 _____ _ 08:13:52 / ____| | | 08:13:52 | | ___ __| | ___ ___ _____ __ 08:13:52 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:13:52 | |___| (_) | (_| | __/ (_| (_) \ V / 08:13:52 \_____\___/ \__,_|\___|\___\___/ \_/ 08:13:52 Bash-1.0.6 08:13:52 08:13:52 08:13:52 ==> git version 2.25.1 found 08:13:52 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 08:13:52 Release-Date: 2020-01-08 08:13:52 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 08:13:52 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 08:13:52 ==> Jenkins CI detected. 08:13:52 current dir:  /w/workspace/edgex-go/1 08:13:52 project root: . 08:13:52 --> token set from env 08:13:52 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:13:52 ==> Running gcov in . (disable via -X gcov) 08:13:53 ==> Python coveragepy not found 08:13:53 ==> Searching for coverage reports in: 08:13:53 + . 08:13:53 -> Found 1 reports 08:13:53 ==> Detecting git/mercurial file structure 08:13:53 ==> Reading reports 08:13:53 + ./coverage.out bytes=448352 08:13:53 ==> Appending adjustments 08:13:53 https://docs.codecov.io/docs/fixing-reports 08:13:54 + Found adjustments 08:13:54 ==> Gzipping contents 08:13:54 60K /tmp/codecov.p69396.gz 08:13:54 ==> Uploading reports 08:13:54 url: https://codecov.io 08:13:54 query: branch=PR-4548&commit=559d2ca573af2f6f9dbf0315ac2b32e1bd03336e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4548%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4548&job=&cmd_args= 08:13:54 -> Pinging Codecov 08:13:54 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4548&commit=559d2ca573af2f6f9dbf0315ac2b32e1bd03336e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4548%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4548&job=&cmd_args= 08:13:54 -> Uploading to 08:13:54 https://storage.googleapis.com/codecov/v4/raw/2023-05-03/00271124DB129430A58F1EEE437C3FCB/559d2ca573af2f6f9dbf0315ac2b32e1bd03336e/2018399a-67df-480a-aa9c-8256cb711235.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230503%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230503T081354Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=db4813808dee4d35730398428c5b804bf6e36b1c3f2901cd4a6e41088311488d 08:13:54 % Total % Received % Xferd Average Speed Time Time Time Current 08:13:54 Dload Upload Total Spent Left Speed 08:13:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57545 0 0 100 57545 0 236k --:--:-- --:--:-- --:--:-- 236k 08:13:54 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/559d2ca573af2f6f9dbf0315ac2b32e1bd03336e [Pipeline] } 08:13:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 08:13:56 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 08:13:56 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:13:57 ---> package-listing.sh 08:13:57 ++ facter osfamily 08:13:57 ++ tr '[:upper:]' '[:lower:]' 08:13:57 + OS_FAMILY=debian 08:13:57 + workspace=/w/workspace/edgex-go/1 08:13:57 + START_PACKAGES=/tmp/packages_start.txt 08:13:57 + END_PACKAGES=/tmp/packages_end.txt 08:13:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:13:57 + PACKAGES=/tmp/packages_start.txt 08:13:57 + '[' /w/workspace/edgex-go/1 ']' 08:13:57 + PACKAGES=/tmp/packages_end.txt 08:13:57 + case "${OS_FAMILY}" in 08:13:57 + dpkg -l 08:13:57 + grep '^ii' 08:13:57 + '[' -f /tmp/packages_start.txt ']' 08:13:57 + '[' -f /tmp/packages_end.txt ']' 08:13:57 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:13:57 + '[' /w/workspace/edgex-go/1 ']' 08:13:57 + mkdir -p /w/workspace/edgex-go/1/archives/ 08:13:57 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 08:13:57 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:13:57 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:13:58 08:13:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:13:58 latest: Pulling from edgex-lftools-log-publisher 08:13:58 5eb5b503b376: Pulling fs layer 08:13:58 5c69ac0246d0: Pulling fs layer 08:13:58 ec43610c2a17: Pulling fs layer 08:13:58 3a2ae6a8a46f: Pulling fs layer 08:13:58 33b1e0a273af: Pulling fs layer 08:13:58 5d3b04190fa2: Pulling fs layer 08:13:58 2f39f015ded8: Pulling fs layer 08:13:58 3a2ae6a8a46f: Waiting 08:13:58 5d3b04190fa2: Waiting 08:13:58 2f39f015ded8: Waiting 08:13:58 33b1e0a273af: Waiting 08:13:58 5c69ac0246d0: Verifying Checksum 08:13:58 5c69ac0246d0: Download complete 08:13:58 3a2ae6a8a46f: Verifying Checksum 08:13:58 3a2ae6a8a46f: Download complete 08:13:58 33b1e0a273af: Verifying Checksum 08:13:58 33b1e0a273af: Download complete 08:13:59 5d3b04190fa2: Download complete 08:13:59 ec43610c2a17: Verifying Checksum 08:13:59 ec43610c2a17: Download complete 08:13:59 5eb5b503b376: Verifying Checksum 08:13:59 5eb5b503b376: Download complete 08:13:59 2f39f015ded8: Download complete 08:14:00 5eb5b503b376: Pull complete 08:14:00 5c69ac0246d0: Pull complete 08:14:00 ec43610c2a17: Pull complete 08:14:01 3a2ae6a8a46f: Pull complete 08:14:01 33b1e0a273af: Pull complete 08:14:01 5d3b04190fa2: Pull complete 08:14:05 2f39f015ded8: Pull complete 08:14:05 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 08:14:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:14:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:14:05 prd-ubuntu20.04-docker-8c-8g-12555 does not seem to be running inside a container 08:14:05 $ 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 08:14:07 $ docker top 34bb70867000b758c8ff3915b6b110cf29bc22ac6e6115269a9eb4e725062069 -eo pid,comm [Pipeline] { [Pipeline] sh 08:14:07 + touch /tmp/pre-build-complete [Pipeline] sh 08:14:08 + mkdir -p /var/log/sysstat [Pipeline] sh 08:14:08 + ls /var/log/sa-host 08:14:08 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:14:08 provisioning config files... 08:14:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config10608573526716950923tmp [Pipeline] { [Pipeline] echo 08:14:08 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:14:08 ---> create-netrc.sh [Pipeline] } 08:14:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 08:14:09 ---> python-tools-install.sh [Pipeline] echo 08:14:09 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:14:09 ---> sudo-logs.sh 08:14:09 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:14:09 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:14:10 ---> job-cost.sh 08:14:10 lf-activate-venv: SKIPPING 08:14:10 DEBUG: total: 0.10999999940395355 08:14:10 INFO: Retrieving Stack Cost... 08:14:10 INFO: Retrieving Pricing Info for: v3-standard-8 08:14:10 INFO: Archiving Costs [Pipeline] echo 08:14:11 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:14:11 ---> logs-deploy.sh 08:14:11 lf-activate-venv: SKIPPING 08:14:11 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4548/1 08:14:11 INFO: archiving workspace using pattern(s): 08:14:12 Archives upload complete. 08:14:12 INFO: archiving logs to Nexus