Pull request #4481 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 1b24e6fd9d1f9bdca89faae1f1d658e64615562e+e88a8a8dd574b4a50323b7c8044c4b4e2517dc4b (582609a8e19a1dfe6cdc6c1a700021fbf4162c25) 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-ssh4850858729892259066.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh11941624509404594660.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 66200e8eedfc470904d6b329e562ec5b45423d6a 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-4481/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-4481/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2474740419771774516.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-4481/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh18040787792464986054.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > 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-ssh14284274839150861159.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-4481/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-4481/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh7254101924624429049.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 66200e8eedfc470904d6b329e562ec5b45423d6a 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 ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-6104 in /w/workspace/edgexfoundry_edgex-go_PR-4481 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit e88a8a8dd574b4a50323b7c8044c4b4e2517dc4b into PR head commit 1b24e6fd9d1f9bdca89faae1f1d658e64615562e Merge succeeded, producing 1b24e6fd9d1f9bdca89faae1f1d658e64615562e Checking out Revision 1b24e6fd9d1f9bdca89faae1f1d658e64615562e (PR-4481) > 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/4481/head:refs/remotes/origin/PR-4481 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1b24e6fd9d1f9bdca89faae1f1d658e64615562e # 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 e88a8a8dd574b4a50323b7c8044c4b4e2517dc4b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1b24e6fd9d1f9bdca89faae1f1d658e64615562e # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:59:05 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:59:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:59:05 ========================================================= 19:59:05 EdgeX Global Pipelines Version Info 19:59:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:59:06 ------------------- 19:59:06 stable info: 19:59:06 ------------------- 19:59:06 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:59:06 Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a 19:59:06 Message: update stable to v1.0.245 19:59:06 ------------------- 19:59:06 experimental info: 19:59:06 ------------------- 19:59:06 Commited By: **** collab-it+edgex@linuxfoundation.org 19:59:06 Commit SHA: 046ad6d0e2e636d38ea4daf53c055316476b9501 19:59:06 Message: update experimental to v1.0.247 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:59:07 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:59:07 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:59:07 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:59:07 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:59:07 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:59:07 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 19:59:07 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:59:07 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:59:07 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:59:07 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:59:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:59:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:59:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:59:07 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:59:07 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:59:07 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:59:07 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:59:07 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:59:07 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:59:07 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 19:59:07 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:59:07 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:59:07 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 19:59:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4481 [Pipeline] echo 19:59:08 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4481 [Pipeline] echo 19:59:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4481 [Pipeline] echo 19:59:08 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1b24e6fd9d1f9bdca89faae1f1d658e64615562e [Pipeline] echo 19:59:08 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1b24e6f [Pipeline] echo 19:59:08 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:59:08 provisioning config files... 19:59:08 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config7420497330851606241tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:59:08 ---> docker-login.sh 19:59:08 nexus3.edgexfoundry.org:10001 19:59:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:59:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:59:08 Configure a credential helper to remove this warning. See 19:59:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:59:08 19:59:08 Login Succeeded 19:59:08 nexus3.edgexfoundry.org:10002 19:59:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:59:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:59:08 Configure a credential helper to remove this warning. See 19:59:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:59:08 19:59:08 Login Succeeded 19:59:08 nexus3.edgexfoundry.org:10003 19:59:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:59:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:59:09 Configure a credential helper to remove this warning. See 19:59:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:59:09 19:59:09 Login Succeeded 19:59:09 nexus3.edgexfoundry.org:10004 19:59:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:59:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:59:09 Configure a credential helper to remove this warning. See 19:59:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:59:09 19:59:09 Login Succeeded 19:59:09 docker.io 19:59:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:59:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:59:09 Configure a credential helper to remove this warning. See 19:59:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:59:09 19:59:09 Login Succeeded 19:59:09 ---> docker-login.sh ends [Pipeline] } 19:59:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:59:09 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 19:59:09 + dirname cmd/core-command/Dockerfile 19:59:09 + cut -d/ -f2 19:59:09 + echo core-command,cmd/core-command/Dockerfile 19:59:09 + dirname cmd/core-common-config-bootstrapper/Dockerfile 19:59:09 + cut -d/ -f2 19:59:09 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 19:59:09 + dirname cmd/core-data/Dockerfile 19:59:09 + cut -d/ -f2 19:59:09 + echo core-data,cmd/core-data/Dockerfile 19:59:09 + dirname cmd/core-metadata/Dockerfile 19:59:09 + cut -d/ -f2 19:59:09 + echo core-metadata,cmd/core-metadata/Dockerfile 19:59:09 + + dirname cmd/security-bootstrapper/Dockerfilecut 19:59:09 -d/ -f2 19:59:09 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:59:09 + + dirname cmd/security-proxy-auth/Dockerfile 19:59:09 cut -d/ -f2 19:59:09 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 19:59:09 + dirname cmd/security-proxy-setup/Dockerfile 19:59:09 + cut -d/ -f2 19:59:09 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:59:09 + dirname cmd/security-secretstore-setup/Dockerfile 19:59:09 + cut -d/ -f2 19:59:09 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:59:09 + dirname cmd/security-spiffe-token-provider/Dockerfile 19:59:09 + cut -d/ -f2 19:59:09 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 19:59:09 + dirname cmd/security-spire-agent/Dockerfile 19:59:09 + cut -d/ -f2 19:59:09 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 19:59:09 + dirname cmd/security-spire-config/Dockerfile 19:59:09 + cut -d/ -f2 19:59:09 + echo security-spire-config,cmd/security-spire-config/Dockerfile 19:59:09 + dirname cmd/security-spire-server/Dockerfile 19:59:09 + cut -d/ -f2 19:59:09 + echo security-spire-server,cmd/security-spire-server/Dockerfile 19:59:09 + dirname cmd/support-notifications/Dockerfile 19:59:09 + cut -d/ -f2 19:59:09 + echo support-notifications,cmd/support-notifications/Dockerfile 19:59:09 + dirname cmd/support-scheduler/Dockerfile 19:59:09 + cut -d/ -f2 19:59:09 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 19:59:09 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 19:59:10 + git rev-list -1 --merges 1b24e6fd9d1f9bdca89faae1f1d658e64615562e~1..1b24e6fd9d1f9bdca89faae1f1d658e64615562e [Pipeline] echo 19:59:10 -----------> git rev-list -1 --merges 1b24e6fd9d1f9bdca89faae1f1d658e64615562e~1..1b24e6fd9d1f9bdca89faae1f1d658e64615562e 1b24e6fd9d1f9bdca89faae1f1d658e64615562e [false] [Pipeline] sh 19:59:10 + git log --format=format:%s -1 1b24e6fd9d1f9bdca89faae1f1d658e64615562e [Pipeline] echo 19:59:10 ========================================================= 19:59:10 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:59:10 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 19:59:11 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:59:11 + grep -v github /etc/ssh/ssh_known_hosts 19:59:11 + [ -e /tmp/ssh_known_hosts ] 19:59:11 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:59:11 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 19:59:11 + sudo tee -a /etc/ssh/ssh_known_hosts 19:59:11 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:59:11 19:59:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:59:12 0.1.4: Pulling from edgex-devops/py-git-semver 19:59:12 b85a868b505f: Pulling fs layer 19:59:12 e2be974225ed: Pulling fs layer 19:59:12 339a4e72a1f5: Pulling fs layer 19:59:12 988bab9f4d93: Pulling fs layer 19:59:12 1469e6f7b9e6: Pulling fs layer 19:59:12 eaf3925da568: Pulling fs layer 19:59:12 bab4dde63d76: Pulling fs layer 19:59:12 bde34c3a00c8: Pulling fs layer 19:59:12 b352a97aabf1: Pulling fs layer 19:59:12 4872d77fe225: Pulling fs layer 19:59:12 5851b861e8e6: Pulling fs layer 19:59:12 bab4dde63d76: Waiting 19:59:12 1469e6f7b9e6: Waiting 19:59:12 988bab9f4d93: Waiting 19:59:12 bde34c3a00c8: Waiting 19:59:12 eaf3925da568: Waiting 19:59:12 5851b861e8e6: Waiting 19:59:12 b352a97aabf1: Waiting 19:59:12 4872d77fe225: Waiting 19:59:12 e2be974225ed: Verifying Checksum 19:59:12 e2be974225ed: Download complete 19:59:12 988bab9f4d93: Download complete 19:59:12 1469e6f7b9e6: Verifying Checksum 19:59:12 1469e6f7b9e6: Download complete 19:59:12 eaf3925da568: Download complete 19:59:12 339a4e72a1f5: Verifying Checksum 19:59:12 339a4e72a1f5: Download complete 19:59:12 bde34c3a00c8: Verifying Checksum 19:59:12 bde34c3a00c8: Download complete 19:59:12 b352a97aabf1: Verifying Checksum 19:59:12 b352a97aabf1: Download complete 19:59:12 4872d77fe225: Verifying Checksum 19:59:12 4872d77fe225: Download complete 19:59:12 5851b861e8e6: Verifying Checksum 19:59:12 5851b861e8e6: Download complete 19:59:12 b85a868b505f: Verifying Checksum 19:59:12 b85a868b505f: Download complete 19:59:12 bab4dde63d76: Verifying Checksum 19:59:12 bab4dde63d76: Download complete 19:59:13 b85a868b505f: Pull complete 19:59:13 e2be974225ed: Pull complete 19:59:14 339a4e72a1f5: Pull complete 19:59:14 988bab9f4d93: Pull complete 19:59:14 1469e6f7b9e6: Pull complete 19:59:14 eaf3925da568: Pull complete 19:59:15 bab4dde63d76: Pull complete 19:59:16 bde34c3a00c8: Pull complete 19:59:16 b352a97aabf1: Pull complete 19:59:16 4872d77fe225: Pull complete 19:59:16 5851b861e8e6: Pull complete 19:59:16 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 19:59:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:59:16 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:59:16 prd-ubuntu20.04-docker-8c-8g-6104 does not seem to be running inside a container 19:59:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 19:59:17 $ docker top e471584dbb634355d40d41ad6e21242102099538cf5918b1a49eae7833a22b24 -eo pid,comm 19:59:17 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 19:59:17 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:59:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:59:17 [ssh-agent] Looking for ssh-agent implementation... 19:59:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:59:18 $ docker exec e471584dbb634355d40d41ad6e21242102099538cf5918b1a49eae7833a22b24 ssh-agent 19:59:18 SSH_AUTH_SOCK=/tmp/ssh-yuf1tPpGLkUZ/agent.31 19:59:18 SSH_AGENT_PID=37 19:59:18 Running ssh-add (command line suppressed) 19:59:18 Identity added: /w/workspace/edgex-go/1@tmp/private_key_7021281477080376368.key (/w/workspace/edgex-go/1@tmp/private_key_7021281477080376368.key) 19:59:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:59:18 + git tag --points-at HEAD [Pipeline] } 19:59:18 $ docker exec --env ******** --env ******** e471584dbb634355d40d41ad6e21242102099538cf5918b1a49eae7833a22b24 ssh-agent -k 19:59:18 unset SSH_AUTH_SOCK; 19:59:18 unset SSH_AGENT_PID; 19:59:18 echo Agent pid 37 killed; 19:59:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:59:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:59:18 [ssh-agent] Looking for ssh-agent implementation... 19:59:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:59:19 $ docker exec e471584dbb634355d40d41ad6e21242102099538cf5918b1a49eae7833a22b24 ssh-agent 19:59:19 SSH_AUTH_SOCK=/tmp/ssh-6yjXTUiPm43M/agent.69 19:59:19 SSH_AGENT_PID=76 19:59:19 Running ssh-add (command line suppressed) 19:59:19 Identity added: /w/workspace/edgex-go/1@tmp/private_key_13512016772493022730.key (/w/workspace/edgex-go/1@tmp/private_key_13512016772493022730.key) 19:59:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:59:19 + git semver init 19:59:19 2023-03-28 19:59:19,728 [run_init] DEBUG init version:0.0.0 force:False 19:59:19 2023-03-28 19:59:19,730 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 19:59:19 2023-03-28 19:59:19,731 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 19:59:19 2023-03-28 19:59:19,731 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) 19:59:24 2023-03-28 19:59:23,987 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 19:59:24 2023-03-28 19:59:23,988 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4481 with force:False 19:59:24 2023-03-28 19:59:23,988 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4481 19:59:24 2023-03-28 19:59:23,992 [execute] INFO git cat-file --batch-check 19:59:24 2023-03-28 19:59:23,993 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:59:24 2023-03-28 19:59:23,998 [execute] INFO git cat-file --batch 19:59:24 2023-03-28 19:59:23,998 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:59:24 2023-03-28 19:59:24,004 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4481 19:59:24 0.0.0 [Pipeline] } 19:59:24 $ docker exec --env ******** --env ******** e471584dbb634355d40d41ad6e21242102099538cf5918b1a49eae7833a22b24 ssh-agent -k 19:59:24 unset SSH_AUTH_SOCK; 19:59:24 unset SSH_AGENT_PID; 19:59:24 echo Agent pid 76 killed; 19:59:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:59:24 + git semver [Pipeline] } 19:59:25 $ docker stop --time=1 e471584dbb634355d40d41ad6e21242102099538cf5918b1a49eae7833a22b24 19:59:26 $ docker rm -f --volumes e471584dbb634355d40d41ad6e21242102099538cf5918b1a49eae7833a22b24 [Pipeline] // withDockerContainer [Pipeline] sh 19:59:26 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:59:27 Stashed 1 file(s) [Pipeline] echo 19:59:27 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:59:27 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:59:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:59:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:59:28 ========================================================= 19:59:28 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 19:59:28 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:59:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:59:28 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 19:59:28 63b65145d645: Pulling fs layer 19:59:28 a2d21d5440eb: Pulling fs layer 19:59:28 935e6c44a52c: Pulling fs layer 19:59:28 94cc34f8dd06: Pulling fs layer 19:59:28 30dea6a524f1: Pulling fs layer 19:59:28 a2aff8979fd8: Pulling fs layer 19:59:28 6808be2612f2: Pulling fs layer 19:59:28 f25807f1079a: Pulling fs layer 19:59:28 94cc34f8dd06: Waiting 19:59:28 30dea6a524f1: Waiting 19:59:28 a2aff8979fd8: Waiting 19:59:28 f25807f1079a: Waiting 19:59:28 6808be2612f2: Waiting 19:59:28 a2d21d5440eb: Download complete 19:59:28 94cc34f8dd06: Verifying Checksum 19:59:28 94cc34f8dd06: Download complete 19:59:28 30dea6a524f1: Verifying Checksum 19:59:28 30dea6a524f1: Download complete 19:59:28 63b65145d645: Verifying Checksum 19:59:28 63b65145d645: Download complete 19:59:28 a2aff8979fd8: Verifying Checksum 19:59:28 a2aff8979fd8: Download complete 19:59:28 63b65145d645: Pull complete 19:59:28 a2d21d5440eb: Pull complete 19:59:29 f25807f1079a: Verifying Checksum 19:59:29 f25807f1079a: Download complete 19:59:29 935e6c44a52c: Verifying Checksum 19:59:29 935e6c44a52c: Download complete 19:59:29 6808be2612f2: Verifying Checksum 19:59:29 6808be2612f2: Download complete 19:59:32 935e6c44a52c: Pull complete 19:59:32 94cc34f8dd06: Pull complete 19:59:32 30dea6a524f1: Pull complete 19:59:32 a2aff8979fd8: Pull complete 19:59:34 6808be2612f2: Pull complete 19:59:35 f25807f1079a: Pull complete 19:59:35 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 19:59:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:59:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh 19:59:35 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:59:35 WORKDIR /edgex 19:59:35 COPY go.mod . 19:59:35 RUN go mod download 19:59:35 + docker build -t ci-base-image-x86_64 -f - . 19:59:36 Sending build context to Docker daemon 170.5MB 19:59:36 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:59:36 ---> 3b553350e43f 19:59:36 Step 2/4 : WORKDIR /edgex 19:59:38 ---> Running in d1e95281406a 19:59:38 Removing intermediate container d1e95281406a 19:59:38 ---> 0d0e7fb08336 19:59:38 Step 3/4 : COPY go.mod . 19:59:38 ---> 06abcdcb8938 19:59:38 Step 4/4 : RUN go mod download 19:59:38 ---> Running in 7b7d5d88e465 19:59:42 Still waiting to schedule task 19:59:42 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 19:59:48 Removing intermediate container 7b7d5d88e465 19:59:48 ---> 9e4ad797939c 19:59:48 Successfully built 9e4ad797939c 19:59:48 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:48 + docker inspect -f . ci-base-image-x86_64 19:59:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:59:48 prd-ubuntu20.04-docker-8c-8g-6104 does not seem to be running inside a container 19:59:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:59:49 $ docker top e03e8c396202f17aa74b239ee47a0c733c841d0aad83ad6ebbc41fdd40f6c0da -eo pid,comm [Pipeline] { [Pipeline] sh 19:59:49 + go version 19:59:49 go version go1.20.2 linux/amd64 [Pipeline] } 19:59:49 $ docker stop --time=1 e03e8c396202f17aa74b239ee47a0c733c841d0aad83ad6ebbc41fdd40f6c0da 19:59:50 $ docker rm -f --volumes e03e8c396202f17aa74b239ee47a0c733c841d0aad83ad6ebbc41fdd40f6c0da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:51 + docker inspect -f . ci-base-image-x86_64 19:59:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:59:51 prd-ubuntu20.04-docker-8c-8g-6104 does not seem to be running inside a container 19:59:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:59:52 $ docker top 71ab3d5ffb06fed93bb842eb27ad0a505cca752d4ce5e841981bbab315c23dda -eo pid,comm [Pipeline] { [Pipeline] echo 19:59:52 ========================================================= 19:59:52 [edgeXBuildGoParallel] Running Tests and Build... 19:59:52 ========================================================= [Pipeline] sh 19:59:52 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:59:52 + make test 19:59:52 go test -race -coverprofile=coverage.out ./... 19:59:59 ? github.com/edgexfoundry/edgex-go [no test files] 20:00:14 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:00:14 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 20:00:14 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:00:14 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:00:14 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:00:14 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:00:14 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:00:14 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 20:00:14 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:00:15 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 20:00:15 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:00:15 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:00:15 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:00:15 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 20:00:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:00:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:00:17 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.050s coverage: 28.7% of statements 20:00:19 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.069s coverage: 98.5% of statements 20:00:23 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.095s coverage: 71.3% of statements 20:00:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 20:00:23 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 20:00:23 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:00:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:00:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:00:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.068s coverage: 54.0% of statements 20:00:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 20:00:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 20:00:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 20:00:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:00:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:00:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:00:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:00:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.949s coverage: 88.5% of statements 20:00:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.075s coverage: 3.9% of statements 20:00:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 20:00:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 20:00:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 20:00:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.344s coverage: 95.6% of statements 20:00:29 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:00:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 20:00:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 20:00:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:00:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:00:29 ok github.com/edgexfoundry/edgex-go/internal/io 0.046s coverage: 72.2% of statements 20:00:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:00:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:00:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:00:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.060s coverage: 65.9% of statements 20:00:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:00:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:00:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.077s coverage: 0.9% of statements 20:00:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.056s coverage: 29.0% of statements 20:00:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.058s coverage: 44.1% of statements 20:00:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.049s coverage: 82.9% of statements 20:00:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.056s coverage: 94.1% of statements 20:00:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.134s coverage: 96.3% of statements 20:00:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.055s coverage: 87.5% of statements 20:00:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:00:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:00:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:00:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:00:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:00:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 20:00:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 20:00:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 20:00:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:00:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:00:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:00:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:00:35 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:00:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:00:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:00:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 20:00:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:00:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:00:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:00:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 20:00:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 20:00:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 20:00:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:00:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:00:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:00:42 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 20:00:42 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 20:00:42 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 20:00:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:00:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:00:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:00:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:00:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:00:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:00:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:00:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:00:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:00:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.055s coverage: 94.4% of statements 20:00:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:00:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:00:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:00:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:00:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.280s coverage: 79.9% of statements 20:00:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.075s coverage: 92.9% of statements 20:00:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.025s coverage: 64.4% of statements 20:00:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.063s coverage: 62.3% of statements 20:00:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.060s coverage: 87.2% of statements 20:00:58 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.049s coverage: 20.0% of statements 20:00:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements 20:00:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.102s coverage: 81.2% of statements 20:00:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.090s coverage: 82.1% of statements 20:00:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.057s coverage: 86.0% of statements 20:00:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.157s coverage: 63.1% of statements 20:00:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.064s coverage: 100.0% of statements 20:00:58 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 89.4% of statements 20:00:58 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements 20:00:58 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.046s coverage: 73.7% of statements 20:00:58 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.026s coverage: 100.0% of statements 20:00:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.171s coverage: 38.4% of statements 20:00:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.063s coverage: 89.5% of statements 20:00:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.061s coverage: 84.8% of statements 20:00:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.069s coverage: 17.7% of statements 20:00:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.134s coverage: 92.3% of statements 20:00:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.059s coverage: 61.5% of statements 20:00:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.093s coverage: 97.7% of statements 20:00:58 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 20:00:58 running golangci-lint 20:00:58 golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z 20:00:58 go version go1.20.2 linux/amd64 20:00:58 level=info msg="[config_reader] Used config file .golangci.yml" 20:00:58 level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" 20:01:13 level=info msg="[loader] Go packages loading at mode 575 (compiled_files|files|name|types_sizes|deps|exports_file|imports) took 14.292206868s" 20:01:13 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 51.918181ms" 20:01:20 level=info msg="[linters_context/goanalysis] analyzers took 55.738795371s with top 10 stages: buildir: 30.48827724s, inspect: 2.019526795s, fact_deprecated: 1.909236736s, printf: 1.345295357s, ctrlflow: 1.196703091s, gosec: 1.192579325s, fact_purity: 732.330245ms, S1038: 711.947391ms, nilness: 711.347666ms, typedness: 510.872121ms" 20:01:20 level=info msg="[runner] Issues before processing: 201, after processing: 0" 20:01:20 level=info msg="[runner] Processors filtering stat (out/in): exclude-rules: 21/201, skip_files: 201/201, nolint: 0/21, path_prettifier: 201/201, skip_dirs: 201/201, filename_unadjuster: 201/201, autogenerated_exclude: 201/201, identifier_marker: 201/201, exclude: 201/201, cgo: 201/201" 20:01:20 level=info msg="[runner] processing took 16.182233ms with stages: nolint: 7.322208ms, identifier_marker: 4.162533ms, autogenerated_exclude: 1.466456ms, path_prettifier: 1.312813ms, exclude-rules: 1.198871ms, skip_dirs: 673.101µs, cgo: 27.371µs, filename_unadjuster: 13.99µs, max_same_issues: 1.04µs, skip_files: 590ns, uniq_by_line: 520ns, source_code: 490ns, exclude: 390ns, severity-rules: 340ns, path_shortener: 340ns, diff: 310ns, sort_results: 290ns, max_from_linter: 250ns, max_per_file_from_linter: 170ns, path_prefixer: 160ns" 20:01:20 level=info msg="[runner] linters took 7.255118116s with stages: goanalysis_metalinter: 7.238810041s" 20:01:20 level=info msg="File cache stats: 0 entries of total size 0B" 20:01:20 level=info msg="Memory: 218 samples, avg is 190.5MB, max is 814.9MB" 20:01:20 level=info msg="Execution took 21.61251987s" 20:01:20 go vet ./... 20:01:23 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:01:23 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:01:23 ./bin/test-attribution-txt.sh [Pipeline] echo 20:01:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 20:01:24 + ls -al . 20:01:24 total 704 20:01:24 drwxrwxr-x 11 1001 1001 4096 Mar 28 19:59 . 20:01:24 drwxr-xr-x 4 root root 4096 Mar 28 19:59 .. 20:01:24 drwxrwxr-x 2 1001 1001 4096 Mar 28 19:59 .blubracket 20:01:24 -rw-rw-r-- 1 1001 1001 16 Mar 28 19:59 .dockerignore 20:01:24 drwxrwxr-x 8 1001 1001 4096 Mar 28 19:59 .git 20:01:24 drwxrwxr-x 3 1001 1001 4096 Mar 28 19:59 .github 20:01:24 -rw-rw-r-- 1 1001 1001 1133 Mar 28 19:59 .gitignore 20:01:24 -rw-rw-r-- 1 1001 1001 42 Mar 28 19:59 .golangci.yml 20:01:24 -rw-rw-r-- 1 1001 1001 87 Mar 28 19:59 .hadolint.yml 20:01:24 drwxr-xr-x 3 1001 1001 4096 Mar 28 19:59 .semver 20:01:24 -rw-rw-r-- 1 1001 1001 166 Mar 28 19:59 .sonarcloud.properties 20:01:24 -rw-rw-r-- 1 1001 1001 1171 Mar 28 19:59 ADOPTERS.md 20:01:24 -rw-rw-r-- 1 1001 1001 10835 Mar 28 19:59 Attribution.txt 20:01:24 -rw-rw-r-- 1 1001 1001 73765 Mar 28 19:59 CHANGELOG.md 20:01:24 -rw-rw-r-- 1 1001 1001 3804 Mar 28 19:59 CONTRIBUTING.md 20:01:24 -rw-rw-r-- 1 1001 1001 677 Mar 28 19:59 GOVERNANCE.md 20:01:24 -rw-rw-r-- 1 1001 1001 883 Mar 28 19:59 Jenkinsfile 20:01:24 -rw-rw-r-- 1 1001 1001 10775 Mar 28 19:59 LICENSE 20:01:24 -rw-rw-r-- 1 1001 1001 14368 Mar 28 19:59 Makefile 20:01:24 -rw-rw-r-- 1 1001 1001 582 Mar 28 19:59 OWNERS.md 20:01:24 -rw-rw-r-- 1 1001 1001 9403 Mar 28 19:59 README.md 20:01:24 -rw-rw-r-- 1 1001 1001 789 Mar 28 19:59 SECURITY.md 20:01:24 -rw-rw-r-- 1 1001 1001 5 Mar 28 19:59 VERSION 20:01:24 drwxrwxr-x 2 1001 1001 4096 Mar 28 19:59 bin 20:01:24 drwxrwxr-x 18 1001 1001 4096 Mar 28 19:59 cmd 20:01:24 -rw-r--r-- 1 root root 447380 Mar 28 20:00 coverage.out 20:01:24 -rw-rw-r-- 1 1001 1001 3200 Mar 28 19:59 go.mod 20:01:24 -rw-rw-r-- 1 1001 1001 31265 Mar 28 19:59 go.sum 20:01:24 drwxrwxr-x 7 1001 1001 4096 Mar 28 19:59 internal 20:01:24 drwxrwxr-x 3 1001 1001 4096 Mar 28 19:59 openapi 20:01:24 -rw-rw-r-- 1 1001 1001 594 Mar 28 19:59 security.txt 20:01:24 drwxrwxr-x 4 1001 1001 4096 Mar 28 19:59 snap 20:01:24 -rw-rw-r-- 1 1001 1001 204 Mar 28 19:59 version.go [Pipeline] sh 20:01:24 + '[' -e coverage.out ] 20:01:24 + chown 1001:1001 coverage.out [Pipeline] stash 20:01:24 Stashed 1 file(s) [Pipeline] sh 20:01:25 + make build 20:01:25 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 20:01:37 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:01:37 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 20:01:38 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 20:01:39 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:01:45 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:01: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-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 20:01:48 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:01:49 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:01:49 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 20:01:50 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:01: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] } 20:01:53 $ docker stop --time=1 71ab3d5ffb06fed93bb842eb27ad0a505cca752d4ce5e841981bbab315c23dda 20:01:55 $ docker rm -f --volumes 71ab3d5ffb06fed93bb842eb27ad0a505cca752d4ce5e841981bbab315c23dda [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:01:56 20:01:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:01:57 latest: Pulling from edgex-devops/edgex-compose 20:01:57 cbdbe7a5bc2a: Pulling fs layer 20:01:57 ca9280d653b3: Pulling fs layer 20:01:57 7e9c9ca2126c: Pulling fs layer 20:01:57 cbdbe7a5bc2a: Download complete 20:01:57 ca9280d653b3: Verifying Checksum 20:01:57 ca9280d653b3: Download complete 20:01:57 cbdbe7a5bc2a: Pull complete 20:01:57 7e9c9ca2126c: Download complete 20:01:57 ca9280d653b3: Pull complete 20:02:00 7e9c9ca2126c: Pull complete 20:02:00 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:02:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:02:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:02:00 prd-ubuntu20.04-docker-8c-8g-6104 does not seem to be running inside a container 20:02:00 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:02:01 $ docker top 965c4aca00b2af90e659a856839f8df48c47ce71dcca4ed43ede62ce1dc235d9 -eo pid,comm [Pipeline] { [Pipeline] sh 20:02:02 + docker-compose build --help 20:02:02 + grep parallel 20:02:02 --parallel Build images in parallel. [Pipeline] } 20:02:02 $ docker stop --time=1 965c4aca00b2af90e659a856839f8df48c47ce71dcca4ed43ede62ce1dc235d9 20:02:04 $ docker rm -f --volumes 965c4aca00b2af90e659a856839f8df48c47ce71dcca4ed43ede62ce1dc235d9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:02:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:02:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:02:05 prd-ubuntu20.04-docker-8c-8g-6104 does not seem to be running inside a container 20:02:05 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:02:05 $ docker top 03c55df11a7a1d1f0709c4c3cd1d8718eca4b1994513c5e97c4bf9b6889f7403 -eo pid,comm [Pipeline] { [Pipeline] sh 20:02:05 + docker-compose -f ./docker-compose-build.yml build --parallel 20:02:06 Building core-command ... 20:02:06 Building core-common-config-bootstrapper ... 20:02:06 Building core-data ... 20:02:06 Building core-metadata ... 20:02:06 Building security-bootstrapper ... 20:02:06 Building security-proxy-auth ... 20:02:06 Building security-proxy-setup ... 20:02:06 Building security-secretstore-setup ... 20:02:06 Building security-spiffe-token-provider ... 20:02:06 Building security-spire-agent ... 20:02:06 Building security-spire-config ... 20:02:06 Building security-spire-server ... 20:02:06 Building support-notifications ... 20:02:06 Building support-scheduler ... 20:02:06 Building core-command 20:02:06 Building core-common-config-bootstrapper 20:02:06 Building security-spiffe-token-provider 20:02:06 Building security-spire-agent 20:02:06 Building core-metadata 20:02:16 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:02:16 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:02:16 ---> 9e4ad797939c 20:02:16 Step 3/24 : ARG ADD_BUILD_TAGS="" 20:02:16 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:02:16 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:02:16 ---> 9e4ad797939c 20:02:16 Step 3/25 : ARG ADD_BUILD_TAGS="" 20:02:16 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:02:16 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:02:16 ---> 9e4ad797939c 20:02:16 Step 3/27 : WORKDIR /edgex-go 20:02:16 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:02:16 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:02:16 ---> 9e4ad797939c 20:02:16 Step 3/20 : WORKDIR /edgex-go 20:02:16 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:02:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:02:16 ---> 9e4ad797939c 20:02:16 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:02:18 ---> Running in 6889d29ee770 20:02:18 ---> Running in d44f597c54da 20:02:18 ---> Running in 11b827fdbb74 20:02:18 ---> Running in 519c289801e8 20:02:18 ---> Running in 7c9ff7638736 20:02:18 Removing intermediate container 6889d29ee770 20:02:18 ---> 8e0dc3c9f664 20:02:18 Step 4/23 : WORKDIR /edgex-go 20:02:18 ---> Running in 1820e995532a 20:02:18 Removing intermediate container 519c289801e8 20:02:18 ---> e329600a2a8a 20:02:18 Step 4/24 : WORKDIR /edgex-go 20:02:18 Removing intermediate container d44f597c54da 20:02:18 ---> 60eea977805f 20:02:18 Step 4/25 : WORKDIR /edgex-go 20:02:18 Removing intermediate container 7c9ff7638736 20:02:18 ---> e79baf0c60e4 20:02:18 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 20:02:18 Removing intermediate container 11b827fdbb74 20:02:18 ---> 24257648877d 20:02:18 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:02:19 ---> Running in 7bf573496ce2 20:02:19 ---> Running in 07812c9428e3 20:02:19 ---> Running in 7186000739ca 20:02:19 ---> Running in a61421a2aa08 20:02:19 Removing intermediate container 1820e995532a 20:02:19 ---> 31ac3fa88de4 20:02:19 Step 5/23 : RUN apk add --update --no-cache make git 20:02:19 ---> Running in d6560b5aeb21 20:02:19 Removing intermediate container 7bf573496ce2 20:02:19 ---> 838eece14ce5 20:02:19 Step 5/24 : RUN apk add --update --no-cache make git 20:02:19 Removing intermediate container 7186000739ca 20:02:19 ---> 2bdb638853fd 20:02:19 Step 5/25 : RUN apk add --update --no-cache make git 20:02:19 ---> Running in f7fb2904aab7 20:02:19 ---> Running in 4d216a98133a 20:02:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:19 v3.17.2-295-g709985f93db [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:02:19 v3.17.2-296-g805ea7fc493 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:02:19 OK: 17823 distinct packages available 20:02:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:19 OK: 265 MiB in 53 packages 20:02:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:19 OK: 265 MiB in 53 packages 20:02:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:20 OK: 265 MiB in 53 packages 20:02:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:20 OK: 265 MiB in 53 packages 20:02:20 OK: 265 MiB in 53 packages 20:02:20 Removing intermediate container a61421a2aa08 20:02:20 ---> 6fff1e8a914e 20:02:20 Step 5/27 : COPY go.mod vendor* ./ 20:02:20 Removing intermediate container f7fb2904aab7 20:02:20 ---> 461a115ebc36 20:02:20 Step 6/24 : COPY go.mod vendor* ./ 20:02:20 ---> ce84512dd007 20:02:20 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:20 ---> 42da4ffd02c7 20:02:20 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:20 ---> Running in 386c313a0a86 20:02:20 ---> Running in d11711933e0f 20:02:20 Removing intermediate container 07812c9428e3 20:02:20 ---> d5bd4889eacd 20:02:20 Step 5/20 : COPY go.mod vendor* ./ 20:02:20 Removing intermediate container d6560b5aeb21 20:02:20 ---> 5f4a98f1402c 20:02:20 Step 6/23 : COPY go.mod vendor* ./ 20:02:20 Removing intermediate container 4d216a98133a 20:02:20 ---> 2285ae443403 20:02:20 Step 6/25 : COPY go.mod vendor* ./ 20:02:20 ---> 7c594d371e61 20:02:20 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:20 ---> 9e9ddb6b7108 20:02:20 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:20 ---> Running in 465f14d2192d 20:02:21 ---> Running in 37e4e1885691 20:02:21 ---> d1380e067fea 20:02:21 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:21 ---> Running in 5e61558e246c 20:02:32 Running on prd-ubuntu20.04-docker-arm64-4c-16g-6107 in /w/workspace/edgexfoundry_edgex-go_PR-4481 [Pipeline] { [Pipeline] ws 20:02:32 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 20:02:32 The recommended git tool is: git 20:02:39 using credential edgex-jenkins-ssh 20:02:39 Cloning the remote Git repository 20:02:39 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:02:39 > git init /w/workspace/edgex-go/1 # timeout=10 20:02:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:02:39 > git --version # timeout=10 20:02:39 > git --version # 'git version 2.25.1' 20:02:39 using GIT_SSH to set credentials SSH Credentials for GitHub 20:02:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:02:47 Removing intermediate container 37e4e1885691 20:02:47 ---> 663634258818 20:02:47 Step 8/23 : COPY . . 20:02:47 Removing intermediate container d11711933e0f 20:02:47 ---> f2f63024aa1a 20:02:47 Step 8/24 : COPY . . 20:02:47 Removing intermediate container 5e61558e246c 20:02:47 ---> 971b8e573002 20:02:47 Step 8/25 : COPY . . 20:02:47 Removing intermediate container 386c313a0a86 20:02:47 ---> 7ed035ae9005 20:02:47 Step 7/27 : COPY . . 20:02:47 Removing intermediate container 465f14d2192d 20:02:47 ---> ea2a4a7d6374 20:02:47 Step 7/20 : COPY . . 20:02:54 ---> 10eb52f792f5 20:02:54 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:02:54 ---> b986bd694297 20:02:54 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 20:02:54 ---> 31431ec3b8f4 20:02:54 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:02:54 ---> Running in aeadc02de26e 20:02:54 ---> d86daff34da2 20:02:54 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 20:02:54 ---> 7b3481e56ea0 20:02:54 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 20:02:54 ---> Running in a4c29f0d6631 20:02:54 ---> Running in d5364ac7ba5b 20:02:54 ---> Running in bbc72e87bc55 20:02:54 ---> Running in 9ded0ad81eeb 20:02:54 Removing intermediate container 9ded0ad81eeb 20:02:54 ---> 836dc9692463 20:02:54 Step 9/27 : WORKDIR /edgex-go/spire-build 20:02:54 ---> Running in 69cc355b492e 20:02:54 Removing intermediate container 69cc355b492e 20:02:54 ---> baa6dbaa4b51 20:02:54 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:02:54 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 20:02:54 ---> Running in 81b540d437c3 20:02:54 Removing intermediate container 81b540d437c3 20:02:54 ---> 4e295ec76448 20:02:54 Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:02:54 ---> Running in 99575cb9f1f8 20:02:54 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 20:02:54 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:02:54 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 20:02:55 Removing intermediate container 99575cb9f1f8 20:02:55 ---> 6398f79d207b 20:02:55 Step 12/27 : WORKDIR /edgex-go 20:02:55 ---> Running in 21c730c4ece2 20:02:55 Removing intermediate container 21c730c4ece2 20:02:55 ---> a238ebf2ad91 20:02:55 20:02:55 Step 13/27 : FROM alpine:3.17 20:02:55 3.17: Pulling from library/alpine 20:02:56 Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 20:02:56 Status: Downloaded newer image for alpine:3.17 20:02:56 ---> b2aa39c304c2 20:02:56 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:02:56 ---> Running in c25608cde61c 20:02:56 Removing intermediate container c25608cde61c 20:02:56 ---> b2a9b92361ca 20:02:56 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:02:56 ---> Running in eeb679b52b4a 20:02:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:57 v3.17.2-295-g709985f93db [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:02:57 v3.17.2-296-g805ea7fc493 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:02:57 OK: 17820 distinct packages available 20:02:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:56 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:02:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:02:57 (1/5) Installing dumb-init (1.2.5-r2) 20:02:57 (2/5) Installing musl-obstack (1.2.3-r0) 20:02:57 (3/5) Installing libucontext (1.2-r0) 20:02:57 (4/5) Installing gcompat (1.1.0-r0) 20:02:57 (5/5) Installing openssl (3.0.8-r2) 20:02:57 Executing busybox-1.35.0-r29.trigger 20:02:57 OK: 8 MiB in 20 packages 20:02:57 Removing intermediate container eeb679b52b4a 20:02:57 ---> 649830e37038 20:02:57 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:02:58 ---> 2173c9fa8e5a 20:02:58 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:02:58 ---> 0b04455d5ba1 20:02:58 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 20:02:58 Merging remotes/origin/main commit e88a8a8dd574b4a50323b7c8044c4b4e2517dc4b into PR head commit 1b24e6fd9d1f9bdca89faae1f1d658e64615562e 20:02:59 Merge succeeded, producing 1b24e6fd9d1f9bdca89faae1f1d658e64615562e 20:02:59 Checking out Revision 1b24e6fd9d1f9bdca89faae1f1d658e64615562e (PR-4481) 20:02:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:02:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:02:57 using GIT_SSH to set credentials SSH Credentials for GitHub 20:02:57 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4481/head:refs/remotes/origin/PR-4481 +refs/heads/main:refs/remotes/origin/main # timeout=10 20:02:58 > git config core.sparsecheckout # timeout=10 20:02:58 > git checkout -f 1b24e6fd9d1f9bdca89faae1f1d658e64615562e # timeout=10 20:02:59 > git remote # timeout=10 20:02:59 > git config --get remote.origin.url # timeout=10 20:02:59 using GIT_SSH to set credentials SSH Credentials for GitHub 20:02:59 > git merge e88a8a8dd574b4a50323b7c8044c4b4e2517dc4b # timeout=10 20:02:59 > git rev-parse HEAD^{commit} # timeout=10 20:02:59 > git config core.sparsecheckout # timeout=10 20:02:59 > git checkout -f 1b24e6fd9d1f9bdca89faae1f1d658e64615562e # timeout=10 20:02:59 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v3" 20:02:59 > git --version # timeout=10 20:02:59 > git --version # 'git version 2.25.1' 20:02:59 fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a 20:03:00 ---> a5770fbcdfba 20:03:00 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:03:01 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 20:03:01 % Total % Received % Xferd Average Speed Time Time Time Current 20:03:01 Dload Upload Total Spent Left Speed 20:03:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 91078 0 --:--:-- --:--:-- --:--:-- 91733 [Pipeline] sh 20:03:01 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 20:03:02 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 20:03:02 + sudo tee /etc/docker/daemon.new 20:03:02 { 20:03:02 "registry-mirrors": [ 20:03:02 "https://nexus3.edgexfoundry.org:10001" 20:03:02 ], 20:03:02 "bip": "10.250.0.254/24", 20:03:02 "hosts": [ 20:03:02 "tcp://0.0.0.0:5555", 20:03:02 "unix:///var/run/docker.sock" 20:03:02 ], 20:03:02 "mtu": 1458, 20:03:02 "selinux-enabled": true, 20:03:02 "seccomp-profile": "/etc/docker/seccomp.json" 20:03:02 } [Pipeline] sh 20:03:02 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 20:03:02 + sudo service docker restart 20:03:02 ---> 40fe48dff97e 20:03:02 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:03:03 ---> 57afd43898a3 20:03:03 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:03:03 ---> 16474f29c795 20:03:03 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:03:04 ---> c8d69513ebe5 20:03:04 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:03:04 ---> Running in 1ae9cc9d644c 20:03:04 Removing intermediate container 1ae9cc9d644c 20:03:04 ---> 81e96aabda4e 20:03:04 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:03:05 ---> Running in 2462eaba7c0d 20:03:05 Removing intermediate container 2462eaba7c0d 20:03:05 ---> e03cf453a150 20:03:05 Step 25/27 : LABEL arch=x86_64 20:03:05 ---> Running in 9307ac1591d5 20:03:06 Removing intermediate container 9307ac1591d5 20:03:06 ---> e482157f38fb 20:03:06 Step 26/27 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e 20:03:06 ---> Running in 3cd47e7d86dc 20:03:06 Removing intermediate container 3cd47e7d86dc 20:03:06 ---> 391d3e891e9d 20:03:06 Step 27/27 : LABEL version=0.0.0 20:03:06 ---> Running in d1cb1511f919 20:03:06 Removing intermediate container d1cb1511f919 20:03:06 ---> d820208e0aab 20:03:06 20:03:07 Successfully built d820208e0aab 20:03:07 Successfully tagged security-spire-agent:latest 20:03:07 Building security-proxy-auth 20:03:10  Building security-spire-agent ... done Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:03:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:03:10 ---> 9e4ad797939c 20:03:10 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:03:10 ---> Using cache 20:03:10 ---> 60eea977805f 20:03:10 Step 4/23 : WORKDIR /edgex-go 20:03:10 ---> Using cache 20:03:10 ---> 2bdb638853fd 20:03:10 Step 5/23 : RUN apk add --update --no-cache make git 20:03:10 ---> Using cache 20:03:10 ---> 2285ae443403 20:03:10 Step 6/23 : COPY go.mod vendor* ./ 20:03:10 ---> Using cache 20:03:10 ---> d1380e067fea 20:03:10 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:10 ---> Using cache 20:03:10 ---> 971b8e573002 20:03:10 Step 8/23 : COPY . . 20:03:10 ---> Using cache 20:03:10 ---> 7b3481e56ea0 20:03:10 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 20:03:11 ---> Running in 2badb04d2203 20:03:11 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:03:21 provisioning config files... 20:03:21 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config16904481937406684493tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:03:21 ---> docker-login.sh 20:03:21 nexus3.edgexfoundry.org:10001 20:03:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:03:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:03:22 Configure a credential helper to remove this warning. See 20:03:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:03:22 20:03:22 Login Succeeded 20:03:22 nexus3.edgexfoundry.org:10002 20:03:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:03:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:03:22 Configure a credential helper to remove this warning. See 20:03:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:03:22 20:03:22 Login Succeeded 20:03:22 nexus3.edgexfoundry.org:10003 20:03:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:03:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:03:22 Configure a credential helper to remove this warning. See 20:03:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:03:22 20:03:22 Login Succeeded 20:03:22 nexus3.edgexfoundry.org:10004 20:03:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:03:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:03:23 Configure a credential helper to remove this warning. See 20:03:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:03:23 20:03:23 Login Succeeded 20:03:23 docker.io 20:03:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:03:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:03:24 Configure a credential helper to remove this warning. See 20:03:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:03:24 20:03:24 Login Succeeded 20:03:24 ---> docker-login.sh ends [Pipeline] } 20:03:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 20:03:24 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 20:03:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:03:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:03:25 ========================================================= 20:03:25 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 20:03:25 ========================================================= [Pipeline] fileExists [Pipeline] sh 20:03:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:03:25 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:03:25 af6eaf76a39c: Pulling fs layer 20:03:25 55522c791124: Pulling fs layer 20:03:25 ce5c4a1c91eb: Pulling fs layer 20:03:25 169dfbe0d373: Pulling fs layer 20:03:25 e1ff8fa3b103: Pulling fs layer 20:03:25 52ebb69f0ebf: Pulling fs layer 20:03:25 5abe8eddf0d5: Pulling fs layer 20:03:25 e1ff8fa3b103: Waiting 20:03:25 52ebb69f0ebf: Waiting 20:03:25 5abe8eddf0d5: Waiting 20:03:25 169dfbe0d373: Waiting 20:03:25 55522c791124: Verifying Checksum 20:03:25 55522c791124: Download complete 20:03:25 169dfbe0d373: Download complete 20:03:25 e1ff8fa3b103: Verifying Checksum 20:03:25 e1ff8fa3b103: Download complete 20:03:25 af6eaf76a39c: Verifying Checksum 20:03:25 af6eaf76a39c: Download complete 20:03:26 Removing intermediate container d5364ac7ba5b 20:03:26 ---> 3b0f223f6d20 20:03:26 20:03:26 Step 10/23 : FROM alpine:3.17 20:03:26 ---> b2aa39c304c2 20:03:26 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:03:26 Removing intermediate container bbc72e87bc55 20:03:26 ---> f9e7e2a8c50f 20:03:26 20:03:26 Step 10/25 : FROM alpine:3.17 20:03:26 ---> b2aa39c304c2 20:03:26 Step 11/25 : RUN apk add --update --no-cache dumb-init 20:03:26 Removing intermediate container a4c29f0d6631 20:03:26 ---> 754147cf9a7e 20:03:26 20:03:26 Step 10/24 : FROM alpine:3.17 20:03:26 ---> b2aa39c304c2 20:03:26 Step 11/24 : RUN apk add --update --no-cache dumb-init 20:03:26 ---> Running in 197f960beba7 20:03:26 ---> Running in a5db6abdd734 20:03:26 ---> Running in fa5eaa4c0a0c 20:03:26 Removing intermediate container 197f960beba7 20:03:26 ---> 0d8a2e780279 20:03:26 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:03:26 ---> Running in 6862c7e0cbb4 20:03:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:03:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:03:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:03:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:03:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:03:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:03:26 (1/1) Installing dumb-init (1.2.5-r2) 20:03:26 Executing busybox-1.35.0-r29.trigger 20:03:26 OK: 7 MiB in 16 packages 20:03:26 (1/1) Installing dumb-init (1.2.5-r2) 20:03:26 Executing busybox-1.35.0-r29.trigger 20:03:26 OK: 7 MiB in 16 packages 20:03:26 (1/1) Installing dumb-init (1.2.5-r2) 20:03:26 Executing busybox-1.35.0-r29.trigger 20:03:26 OK: 7 MiB in 16 packages 20:03:27 Removing intermediate container a5db6abdd734 20:03:27 ---> 3fc4cf3d60f9 20:03:27 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:03:27 5abe8eddf0d5: Verifying Checksum 20:03:27 5abe8eddf0d5: Download complete 20:03:27 af6eaf76a39c: Pull complete 20:03:27 Removing intermediate container fa5eaa4c0a0c 20:03:27 ---> e44cb8e16794 20:03:27 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:03:27 Removing intermediate container 6862c7e0cbb4 20:03:27 ---> 7695b01fe9c3 20:03:27 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:03:27 ---> Running in 2fd4eab5f9b3 20:03:27 ---> Running in 76d05a6cc2a5 20:03:27 Removing intermediate container 2fd4eab5f9b3 20:03:27 ---> b9e0242bb396 20:03:27 Step 13/25 : ENV APP_PORT=59881 20:03:27 Removing intermediate container 76d05a6cc2a5 20:03:27 ---> 651c960b48c0 20:03:27 Step 13/24 : ENV APP_PORT=59882 20:03:27 ---> e185963e5965 20:03:27 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:03:27 55522c791124: Pull complete 20:03:27 ---> Running in a59191eac0c2 20:03:27 ---> Running in d8d42f5233c6 20:03:27 Removing intermediate container aeadc02de26e 20:03:27 ---> b965358860d0 20:03:27 20:03:27 Step 9/20 : FROM alpine:3.17 20:03:27 ---> b2aa39c304c2 20:03:27 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:03:27 Removing intermediate container a59191eac0c2 20:03:27 ---> 4d4742d52877 20:03:27 Step 14/25 : EXPOSE $APP_PORT 20:03:27 ---> Running in 960561ea6f06 20:03:27 Removing intermediate container d8d42f5233c6 20:03:27 ---> 39c0b4cda72b 20:03:28 ---> a81928cf45a3 20:03:28 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 20:03:28 Step 14/24 : EXPOSE $APP_PORT 20:03:28 ---> Running in f8afc25a46b4 20:03:28 ---> Running in f4f76f0b5e4d 20:03:28 Removing intermediate container 960561ea6f06 20:03:28 ---> 9e5a56648317 20:03:28 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:03:28 ---> Running in 169aea6567a5 20:03:28 Removing intermediate container f8afc25a46b4 20:03:28 ---> d3b9021e2638 20:03:28 Step 15/25 : WORKDIR / 20:03:28 52ebb69f0ebf: Verifying Checksum 20:03:28 52ebb69f0ebf: Download complete 20:03:28 Removing intermediate container f4f76f0b5e4d 20:03:28 ---> 0266701509b0 20:03:28 Step 15/24 : WORKDIR / 20:03:28 ---> Running in b64fe97fc4cd 20:03:28 ---> Running in 27180979a7fd 20:03:28 ---> ae7d5b99c7aa 20:03:28 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 20:03:28 Removing intermediate container b64fe97fc4cd 20:03:28 ---> 6d2a2aff4c5f 20:03:28 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:03:28 Removing intermediate container 27180979a7fd 20:03:28 ---> 09b84c45e974 20:03:28 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:03:28 ce5c4a1c91eb: Verifying Checksum 20:03:28 ce5c4a1c91eb: Download complete 20:03:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:03:28 ---> f1d5b792600b 20:03:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 20:03:28 ---> 4ef712a2450f 20:03:28 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 20:03:28 ---> 5d83498507a7 20:03:28 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 20:03:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:03:28 ---> b8b5430b72ac 20:03:28 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:03:28 ---> Running in 83546c379e65 20:03:28 ---> c44067dc3b44 20:03:28 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:03:28 ---> 31b2bc44f9b9 20:03:28 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:03:28 v3.17.2-295-g709985f93db [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:03:28 v3.17.2-296-g805ea7fc493 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:03:28 OK: 17820 distinct packages available 20:03:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:03:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:03:29 (1/9) Installing ca-certificates (20220614-r4) 20:03:29 (2/9) Installing brotli-libs (1.0.9-r9) 20:03:29 (3/9) Installing nghttp2-libs (1.51.0-r0) 20:03:29 (4/9) Installing libcurl (7.88.1-r1) 20:03:29 (5/9) Installing curl (7.88.1-r1) 20:03:29 (6/9) Installing dumb-init (1.2.5-r2) 20:03:29 (7/9) Installing musl-obstack (1.2.3-r0) 20:03:29 (8/9) Installing libucontext (1.2-r0) 20:03:29 ---> 259f9d37b094 20:03:29 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 20:03:29 (9/9) Installing gcompat (1.1.0-r0) 20:03:29 Executing busybox-1.35.0-r29.trigger 20:03:29 Executing ca-certificates-20220614-r4.trigger 20:03:29 ---> d60374ef1d15 20:03:29 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 20:03:29 OK: 10 MiB in 24 packages 20:03:29 ---> a3228807621d 20:03:29 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 20:03:29 ---> 9f1ea63c23c4 20:03:29 Step 20/24 : ENTRYPOINT ["/core-command"] 20:03:29 ---> Running in e257c1f8d893 20:03:29 Removing intermediate container 83546c379e65 20:03:29 ---> cafadcd5ae3f 20:03:29 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 20:03:29 ---> Running in 570039b4bfff 20:03:29 ---> 0f19a0fa954c 20:03:29 Step 21/25 : ENTRYPOINT ["/core-metadata"] 20:03:29 ---> Running in 865d7f8e93d1 20:03:29 Removing intermediate container 570039b4bfff 20:03:29 ---> 4fe41385114d 20:03:29 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 20:03:29 Removing intermediate container e257c1f8d893 20:03:29 ---> ed6e5796c68a 20:03:29 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:03:29 ---> Running in 289687a461cf 20:03:29 ---> Running in 342f562cb1c5 20:03:30 Removing intermediate container 865d7f8e93d1 20:03:30 ---> 824ec9586a40 20:03:30 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:03:30 Removing intermediate container 342f562cb1c5 20:03:30 ---> 46bebef3d028 20:03:30 Step 21/23 : LABEL arch=x86_64 20:03:30 Removing intermediate container 169aea6567a5 20:03:30 ---> 968a0a773053 20:03:30 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 20:03:30 Removing intermediate container 289687a461cf 20:03:30 ---> 8a0c2ecab42f 20:03:30 Step 22/24 : LABEL arch=x86_64 20:03:30 ---> Running in 82a07a611d0b 20:03:30 ---> Running in 9b30a2bd1fe4 20:03:30 ---> Running in 5dbe32d4866e 20:03:30 ---> 3831066ff084 20:03:30 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 20:03:30 Removing intermediate container 9b30a2bd1fe4 20:03:30 ---> eefb2463fcb3 20:03:30 Step 22/23 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e 20:03:30 Removing intermediate container 5dbe32d4866e 20:03:30 ---> afb13dba6ab9 20:03:30 Step 23/24 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e 20:03:30 Removing intermediate container 82a07a611d0b 20:03:30 ---> 19d0652a690d 20:03:30 Step 23/25 : LABEL arch=x86_64 20:03:30 ---> Running in efe89f4147e4 20:03:30 ---> Running in 2930a0c3cb5a 20:03:30 ---> Running in 8c4108f5edbb 20:03:30 ---> 409546c7bbf6 20:03:30 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:03:30 Removing intermediate container efe89f4147e4 20:03:30 ---> 7f10b28229f3 20:03:30 Step 23/23 : LABEL version=0.0.0 20:03:31 Removing intermediate container 8c4108f5edbb 20:03:31 ---> 25809f081f9e 20:03:31 Step 24/25 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e 20:03:31 ---> Running in 5b8fda090364 20:03:31 Removing intermediate container 2930a0c3cb5a 20:03:31 ---> 52450275e998 20:03:31 Step 24/24 : LABEL version=0.0.0 20:03:31 ---> Running in 8755507810d8 20:03:31 Removing intermediate container 5b8fda090364 20:03:31 ---> 8929ae6a640c 20:03:31 20:03:31 ---> Running in 1ef8db46aa4a 20:03:31 Removing intermediate container 8755507810d8 20:03:31 ---> 17d0192f87c2 20:03:31 Step 25/25 : LABEL version=0.0.0 20:03:31 Successfully built 8929ae6a640c 20:03:31 Successfully tagged core-common-config-bootstrapper:latest 20:03:31  Building core-common-config-bootstrapper ... done Building core-data 20:03:31 ---> Running in c194fec25683 20:03:31 Removing intermediate container 1ef8db46aa4a 20:03:31 ---> d17b441236ca 20:03:31 20:03:31 ---> d2f9d2815422 20:03:31 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 20:03:31 Successfully built d17b441236ca 20:03:31 Successfully tagged core-command:latest 20:03:31  Building core-command ... done Building support-scheduler 20:03:31 Removing intermediate container c194fec25683 20:03:31 ---> 37f314476fd2 20:03:31 20:03:31 Successfully built 37f314476fd2 20:03:32 Successfully tagged core-metadata:latest 20:03:32  Building core-metadata ... done Building support-notifications 20:03:32 ---> eb1e7881ec17 20:03:32 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 20:03:33 Removing intermediate container 2badb04d2203 20:03:33 ---> f8a260ccd416 20:03:33 20:03:33 Step 10/23 : FROM alpine:3.17 20:03:33 ---> b2aa39c304c2 20:03:33 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:03:33 ---> Using cache 20:03:33 ---> 0d8a2e780279 20:03:33 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:03:33 ---> Using cache 20:03:33 ---> 7695b01fe9c3 20:03:33 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:03:33 ---> Using cache 20:03:33 ---> e185963e5965 20:03:33 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:03:33 ---> Using cache 20:03:33 ---> Running in 0ad5a3751b52 20:03:33 ---> 39c0b4cda72b 20:03:33 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 20:03:33 Removing intermediate container 0ad5a3751b52 20:03:33 ---> 33b6e7a91df9 20:03:33 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:03:33 ---> Running in 99cd5f350f63 20:03:34 Removing intermediate container 99cd5f350f63 20:03:34 ---> f81cbe869cb8 20:03:34 Step 18/20 : LABEL arch=x86_64 20:03:34 ---> Running in fb7f9b1ead80 20:03:34 ---> f046570b9a35 20:03:34 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 20:03:34 Removing intermediate container fb7f9b1ead80 20:03:34 ---> d3e925425912 20:03:34 Step 19/20 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e 20:03:34 ---> Running in 6bdb2a29ea97 20:03:34 ---> 3c5d2921a1af 20:03:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 20:03:34 Removing intermediate container 6bdb2a29ea97 20:03:34 ---> 5fdf09670914 20:03:34 Step 20/20 : LABEL version=0.0.0 20:03:34 ---> Running in 89038e784c3e 20:03:34 ---> 2c8a757824b7 20:03:34 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:03:34 Removing intermediate container 89038e784c3e 20:03:34 ---> 6f9ddeb902e6 20:03:34 20:03:34 ---> Running in d1854366b2f0 20:03:34 Successfully built 6f9ddeb902e6 20:03:34 Successfully tagged security-spiffe-token-provider:latest 20:03:34 Building security-secretstore-setup 20:03:36  Building security-spiffe-token-provider ... done Removing intermediate container d1854366b2f0 20:03:36 ---> 694da59f0222 20:03:36 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 20:03:36 ---> Running in 9c9dd8d5e3e3 20:03:36 Removing intermediate container 9c9dd8d5e3e3 20:03:36 ---> 9357321cb93d 20:03:36 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 20:03:37 ---> Running in a0361624ac35 20:03:37 Removing intermediate container a0361624ac35 20:03:37 ---> b75852e52c26 20:03:37 Step 21/23 : LABEL arch=x86_64 20:03:37 ---> Running in 4148587e41d8 20:03:37 Removing intermediate container 4148587e41d8 20:03:37 ---> 32b7bca753f2 20:03:37 Step 22/23 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e 20:03:37 ---> Running in 75c17f4dbdd4 20:03:37 Removing intermediate container 75c17f4dbdd4 20:03:37 ---> 8e38239ca301 20:03:37 Step 23/23 : LABEL version=0.0.0 20:03:37 ---> Running in 7583a819db93 20:03:37 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:03:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:03:37 ---> 9e4ad797939c 20:03:37 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:03:37 ---> Using cache 20:03:37 ---> 60eea977805f 20:03:37 Step 4/23 : WORKDIR /edgex-go 20:03:37 ---> Using cache 20:03:37 ---> 2bdb638853fd 20:03:37 Step 5/23 : RUN apk add --update --no-cache make git 20:03:37 ---> Using cache 20:03:37 ---> 2285ae443403 20:03:37 Step 6/23 : COPY go.mod vendor* ./ 20:03:37 ---> Using cache 20:03:37 ---> d1380e067fea 20:03:37 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:37 ---> Using cache 20:03:37 ---> 971b8e573002 20:03:37 Step 8/23 : COPY . . 20:03:37 ---> Using cache 20:03:37 ---> 7b3481e56ea0 20:03:37 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 20:03:38 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:03:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:03:38 ---> 9e4ad797939c 20:03:38 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:03:38 ---> Using cache 20:03:38 ---> 60eea977805f 20:03:38 Step 4/23 : WORKDIR /edgex-go 20:03:38 ---> Using cache 20:03:38 ---> 2bdb638853fd 20:03:38 Step 5/23 : RUN apk add --update --no-cache make git 20:03:38 ---> Using cache 20:03:38 ---> 2285ae443403 20:03:38 Step 6/23 : COPY go.mod vendor* ./ 20:03:38 ---> Using cache 20:03:38 ---> d1380e067fea 20:03:38 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:38 ---> Using cache 20:03:38 ---> 971b8e573002 20:03:38 Step 8/23 : COPY . . 20:03:38 ---> Using cache 20:03:38 ---> 7b3481e56ea0 20:03:38 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 20:03:38 ---> Running in 16b525d9fda3 20:03:38 Removing intermediate container 7583a819db93 20:03:38 ---> 54c70796d587 20:03:38 20:03:38 ---> Running in 57ae63f5594b 20:03:38 Successfully built 54c70796d587 20:03:38 Successfully tagged security-proxy-auth:latest 20:03:38 Building security-spire-config 20:03:38  Building security-proxy-auth ... done go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 20:03:38 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:03:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:03:38 ---> 9e4ad797939c 20:03:38 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:03:38 ---> Using cache 20:03:38 ---> 60eea977805f 20:03:38 Step 4/23 : WORKDIR /edgex-go 20:03:38 ---> Using cache 20:03:38 ---> 2bdb638853fd 20:03:38 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 20:03:38 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:03:40 ---> Running in 991116e8981c 20:03:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:03:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:03:40 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:03:40 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:03:40 ---> 9e4ad797939c 20:03:40 Step 3/25 : WORKDIR /edgex-go 20:03:40 ---> Using cache 20:03:40 ---> 24257648877d 20:03:40 Step 4/25 : RUN apk add --update --no-cache make git 20:03:40 OK: 265 MiB in 53 packages 20:03:40 ce5c4a1c91eb: Pull complete 20:03:40 169dfbe0d373: Pull complete 20:03:40 e1ff8fa3b103: Pull complete 20:03:41 ---> Running in 2d08a18bbd13 20:03:41 Removing intermediate container 991116e8981c 20:03:41 ---> 98eca8c2ec93 20:03:41 Step 6/23 : COPY go.mod vendor* ./ 20:03:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:03:42 ---> 69060a856d28 20:03:42 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:03:42 ---> Running in eca66e305b0e 20:03:42 OK: 265 MiB in 53 packages 20:03:42 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:03:42 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:03:42 ---> 9e4ad797939c 20:03:42 Step 3/27 : WORKDIR /edgex-go 20:03:42 ---> Using cache 20:03:42 ---> 24257648877d 20:03:42 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:03:42 ---> Using cache 20:03:42 ---> 6fff1e8a914e 20:03:42 Step 5/27 : COPY go.mod vendor* ./ 20:03:42 ---> Using cache 20:03:42 ---> ce84512dd007 20:03:42 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:42 ---> Using cache 20:03:42 ---> 7ed035ae9005 20:03:42 Step 7/27 : COPY . . 20:03:42 ---> Using cache 20:03:42 ---> d86daff34da2 20:03:42 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 20:03:42 ---> Using cache 20:03:42 ---> 836dc9692463 20:03:42 Step 9/27 : WORKDIR /edgex-go/spire-build 20:03:42 ---> Using cache 20:03:42 ---> baa6dbaa4b51 20:03:42 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:03:42 ---> Using cache 20:03:42 ---> 4e295ec76448 20:03:42 Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:03:42 ---> Using cache 20:03:42 ---> 6398f79d207b 20:03:42 Step 12/27 : WORKDIR /edgex-go 20:03:42 ---> Using cache 20:03:42 ---> a238ebf2ad91 20:03:42 20:03:42 Step 13/27 : FROM alpine:3.17 20:03:42 ---> b2aa39c304c2 20:03:42 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:03:42 ---> Using cache 20:03:42 ---> b2a9b92361ca 20:03:42 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 20:03:42 ---> Running in 41ebf75f44ed 20:03:43 Removing intermediate container 2d08a18bbd13 20:03:43 ---> cb9f0746a0a9 20:03:43 Step 5/25 : COPY go.mod vendor* ./ 20:03:43 ---> 5b4bea3c0288 20:03:43 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:03:43 ---> Running in 1e5749f9fc22 20:03:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:03:43 v3.17.2-295-g709985f93db [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:03:43 v3.17.2-296-g805ea7fc493 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:03:43 OK: 17820 distinct packages available 20:03:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:03:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:03:44 (1/4) Installing dumb-init (1.2.5-r2) 20:03:44 (2/4) Installing musl-obstack (1.2.3-r0) 20:03:44 (3/4) Installing libucontext (1.2-r0) 20:03:44 (4/4) Installing gcompat (1.1.0-r0) 20:03:44 Executing busybox-1.35.0-r29.trigger 20:03:44 OK: 7 MiB in 19 packages 20:03:45 Removing intermediate container 41ebf75f44ed 20:03:45 ---> 2c2f4d86e54b 20:03:45 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:03:45 ---> 47367d63062f 20:03:45 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:03:46 ---> ef6e6c6b65bc 20:03:46 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:03:47 ---> cc6ab0b21bd9 20:03:47 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:03:47 52ebb69f0ebf: Pull complete 20:03:48 ---> ae93a10c0bd0 20:03:48 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 20:03:48 ---> Running in 8fc738848dc6 20:03:48 5abe8eddf0d5: Pull complete 20:03:48 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 20:03:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:03:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh 20:03:48 Removing intermediate container 8fc738848dc6 20:03:48 ---> 4704a738eef0 20:03:48 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:03:48 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:03:48 WORKDIR /edgex 20:03:48 COPY go.mod . 20:03:48 RUN go mod download 20:03:48 + docker build -t ci-base-image-arm64 -f - . 20:03:49 Sending build context to Docker daemon 2.934MB 20:03:49 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:03:49 ---> 6cb57ee374ae 20:03:49 Step 2/4 : WORKDIR /edgex 20:03:49 ---> 1530a527140c 20:03:49 Step 22/27 : WORKDIR / 20:03:49 ---> Running in b943c5a4ab1c 20:03:50 Removing intermediate container b943c5a4ab1c 20:03:50 ---> e109d10b242b 20:03:50 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:03:51 ---> Running in 12ace74c08b8 20:03:51 ---> Running in 063be5cc55b9 20:03:51 Removing intermediate container 12ace74c08b8 20:03:51 ---> 44a9782b1050 20:03:51 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:03:51 Removing intermediate container 063be5cc55b9 20:03:51 ---> 42e3f66cdebb 20:03:51 Step 3/4 : COPY go.mod . 20:03:51 ---> Running in b0f410e1efc4 20:03:51 ---> 0a066013d091 20:03:51 Step 4/4 : RUN go mod download 20:03:52 Removing intermediate container b0f410e1efc4 20:03:52 ---> b454e4b2f6ad 20:03:52 Step 25/27 : LABEL arch=x86_64 20:03:52 ---> Running in b7fe73cbcf1f 20:03:52 ---> Running in c8d9c52aadb2 20:03:52 Removing intermediate container c8d9c52aadb2 20:03:52 ---> 2680650554bc 20:03:52 Step 26/27 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e 20:03:52 ---> Running in 5ae7bb7525e8 20:03:53 Removing intermediate container 5ae7bb7525e8 20:03:53 ---> 3b48ac6ed5bf 20:03:53 Step 27/27 : LABEL version=0.0.0 20:03:53 ---> Running in d80c4563dbd8 20:03:54 Removing intermediate container d80c4563dbd8 20:03:54 ---> 300acaeb8c0c 20:03:54 20:03:54 Successfully built 300acaeb8c0c 20:03:54 Successfully tagged security-spire-config:latest 20:03:54 Building security-proxy-setup 20:03:59  Building security-spire-config ... done Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:03:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:03:59 ---> 9e4ad797939c 20:03:59 Step 3/22 : WORKDIR /edgex-go 20:03:59 ---> Using cache 20:03:59 ---> 24257648877d 20:03:59 Step 4/22 : RUN apk add --update --no-cache make git 20:03:59 ---> Using cache 20:03:59 ---> cb9f0746a0a9 20:03:59 Step 5/22 : COPY go.mod vendor* ./ 20:03:59 ---> Using cache 20:03:59 ---> 5b4bea3c0288 20:03:59 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:04:01 ---> Running in 6c6d47c753c8 20:04:02 Removing intermediate container eca66e305b0e 20:04:02 ---> ed4b5b7342e5 20:04:02 Step 8/23 : COPY . . 20:04:06 Removing intermediate container 57ae63f5594b 20:04:06 ---> 9510ebd0a111 20:04:06 20:04:06 Step 10/23 : FROM alpine:3.17 20:04:06 ---> b2aa39c304c2 20:04:06 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:04:06 Removing intermediate container 16b525d9fda3 20:04:06 ---> d9e074e77b0a 20:04:06 20:04:06 Step 10/23 : FROM alpine:3.17 20:04:06 ---> b2aa39c304c2 20:04:06 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:04:06 ---> Using cache 20:04:06 ---> e44cb8e16794 20:04:06 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:04:06 ---> Using cache 20:04:06 ---> 651c960b48c0 20:04:06 Step 13/23 : ENV APP_PORT=59861 20:04:06 ---> 79fe36df94ad 20:04:06 Step 9/23 : RUN make cmd/support-notifications/support-notifications 20:04:06 ---> Running in 2ae09dfcfe4c 20:04:06 ---> Running in 68139ecae36c 20:04:06 ---> Running in 9f36b7a0f11e 20:04:06 Removing intermediate container 2ae09dfcfe4c 20:04:06 ---> 141ec2bb6a45 20:04:06 Step 12/23 : ENV APP_PORT=59880 20:04:06 ---> Running in 1fb8cb14d14d 20:04:06 Removing intermediate container 9f36b7a0f11e 20:04:06 ---> 3eed5618f62b 20:04:06 Step 14/23 : EXPOSE $APP_PORT 20:04:06 ---> Running in 4f170b039ccc 20:04:06 Removing intermediate container 1fb8cb14d14d 20:04:06 ---> 2db558852213 20:04:06 Step 13/23 : EXPOSE $APP_PORT 20:04:06 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:04:06 ---> Running in d6f5af5f90ed 20:04:06 Removing intermediate container 4f170b039ccc 20:04:06 ---> e0e8aa9fa607 20:04:06 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:04:06 Removing intermediate container d6f5af5f90ed 20:04:06 ---> eda2f712ab09 20:04:06 Step 14/23 : RUN apk add --update --no-cache dumb-init 20:04:06 Removing intermediate container 1e5749f9fc22 20:04:06 ---> 83e08547d301 20:04:06 Step 7/25 : COPY . . 20:04:06 ---> Running in 1a7c5817a9ec 20:04:06 ---> c54753639e7f 20:04:06 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:04:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:04:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:04:07 ---> 81ac9cdd77ec 20:04:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:04:07 (1/1) Installing dumb-init (1.2.5-r2) 20:04:07 Executing busybox-1.35.0-r29.trigger 20:04:07 OK: 7 MiB in 16 packages 20:04:09 ---> 506254a75b24 20:04:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 20:04:09 Removing intermediate container 1a7c5817a9ec 20:04:09 ---> 66569aa2913f 20:04:09 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:04:10 ---> 862fa25a80e7 20:04:10 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 20:04:10 ---> a696b0480950 20:04:10 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:04:10 ---> Running in edc7756dd20f 20:04:10 Removing intermediate container edc7756dd20f 20:04:10 ---> e8436de6d0d4 20:04:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:04:10 ---> 622b3820b0d6 20:04:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:04:11 ---> Running in 7e45d5535aae 20:04:11 Removing intermediate container 7e45d5535aae 20:04:11 ---> 4f8c81e7dd1f 20:04:11 Step 21/23 : LABEL arch=x86_64 20:04:11 ---> Running in 6cd0fe72012b 20:04:11 ---> fe6352c84a48 20:04:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 20:04:11 Removing intermediate container 6cd0fe72012b 20:04:11 ---> e75556b28b54 20:04:11 Step 22/23 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e 20:04:11 ---> Running in 02557796ddbc 20:04:12 Removing intermediate container 02557796ddbc 20:04:12 ---> 8a0b0e1c3a71 20:04:12 Step 23/23 : LABEL version=0.0.0 20:04:12 ---> fc1cd5da1b6c 20:04:12 Step 19/23 : ENTRYPOINT ["/core-data"] 20:04:12 ---> Running in 8a27d59d2859 20:04:12 ---> Running in a3f0bf283e89 20:04:12 Removing intermediate container 8a27d59d2859 20:04:12 ---> 3d4fea96d1ff 20:04:12 20:04:12 ---> 052105cd95aa 20:04:12 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:04:12 Successfully built 3d4fea96d1ff 20:04:12 Successfully tagged support-scheduler:latest 20:04:12  Building support-scheduler ... done Building security-bootstrapper 20:04:12 ---> Running in 8ec202656d40 20:04:14 Removing intermediate container a3f0bf283e89 20:04:14 ---> 67f55b3f078c 20:04:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:04: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-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:04:14 ---> Running in 1104f29cd258 20:04:14 Removing intermediate container 1104f29cd258 20:04:14 ---> 6ca9387d0d93 20:04:14 Step 21/23 : LABEL arch=x86_64 20:04:14 ---> Running in 8fb9a273c4c8 20:04:15 Removing intermediate container 8fb9a273c4c8 20:04:15 ---> 60f1da6e1a44 20:04:15 Step 22/23 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e 20:04:15 ---> Running in 440263e067ad 20:04:16 Removing intermediate container 440263e067ad 20:04:16 ---> ff3c76711046 20:04:16 Step 23/23 : LABEL version=0.0.0 20:04:16 ---> Running in 0b33d661ae3c 20:04:16 Removing intermediate container 0b33d661ae3c 20:04:16 ---> 96dfa15c28d4 20:04:16 20:04:16 Successfully built 96dfa15c28d4 20:04:16 Successfully tagged core-data:latest 20:04:16  Building core-data ... done Building security-spire-server 20:04:18 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:04:18 Step 2/33 : FROM ${BUILDER_BASE} AS builder 20:04:18 ---> 9e4ad797939c 20:04:18 Step 3/33 : WORKDIR /edgex-go 20:04:18 ---> Using cache 20:04:18 ---> 24257648877d 20:04:18 Step 4/33 : RUN apk add --update --no-cache make git 20:04:18 ---> Using cache 20:04:18 ---> cb9f0746a0a9 20:04:18 Step 5/33 : COPY go.mod vendor* ./ 20:04:18 ---> Using cache 20:04:18 ---> 5b4bea3c0288 20:04:18 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:04:18 ---> Using cache 20:04:18 ---> 83e08547d301 20:04:18 Step 7/33 : COPY . . 20:04:18 ---> Using cache 20:04:18 ---> 052105cd95aa 20:04:18 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:04:20 ---> Running in 8d6766d25556 20:04:21 Removing intermediate container 6c6d47c753c8 20:04:21 ---> 0112e24c50c1 20:04:21 Step 7/22 : COPY . . 20:04:21 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:04:22 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:04:22 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:04:22 ---> 9e4ad797939c 20:04:22 Step 3/26 : WORKDIR /edgex-go 20:04:22 ---> Using cache 20:04:22 ---> 24257648877d 20:04:22 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 20:04:22 ---> Using cache 20:04:22 ---> 6fff1e8a914e 20:04:22 Step 5/26 : COPY go.mod vendor* ./ 20:04:22 ---> Using cache 20:04:22 ---> ce84512dd007 20:04:22 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:04:22 ---> Using cache 20:04:22 ---> 7ed035ae9005 20:04:22 Step 7/26 : COPY . . 20:04:22 ---> Using cache 20:04:22 ---> d86daff34da2 20:04:22 Step 8/26 : ARG SPIRE_RELEASE=1.2.1 20:04:22 ---> Using cache 20:04:22 ---> 836dc9692463 20:04:22 Step 9/26 : WORKDIR /edgex-go/spire-build 20:04:22 ---> Using cache 20:04:22 ---> baa6dbaa4b51 20:04:22 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:04:22 ---> Using cache 20:04:22 ---> 4e295ec76448 20:04:22 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:04:24 Removing intermediate container b7fe73cbcf1f 20:04:24 ---> 77a750aa3953 20:04:24 Successfully built 77a750aa3953 20:04:24 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:04:24 ---> Running in 968d70dcb9d9 20:04:24 + docker inspect -f . ci-base-image-arm64 20:04:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:04:25 prd-ubuntu20.04-docker-arm64-4c-16g-6107 does not seem to be running inside a container 20:04:25 $ 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-arm64 cat 20:04:26 $ docker top 610d66f233e639d8368a9a062cdb9c1f9fb8cdaf7aa8038760d43e4b76455c05 -eo pid,comm [Pipeline] { 20:04:26 Removing intermediate container 968d70dcb9d9 20:04:26 ---> 2bcdc4bf5c32 20:04:26 Step 12/26 : WORKDIR /edgex-go 20:04:26 ---> Running in 026c9bbcace7 20:04:26 Removing intermediate container 026c9bbcace7 20:04:26 ---> ef1ed0536e1e 20:04:26 20:04:26 Step 13/26 : FROM alpine:3.17 20:04:26 ---> b2aa39c304c2 20:04:26 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:04:26 ---> Using cache 20:04:26 ---> b2a9b92361ca 20:04:26 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:04:26 ---> Using cache 20:04:26 ---> 649830e37038 20:04:26 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 20:04:26 ---> Using cache 20:04:26 ---> 2173c9fa8e5a 20:04:26 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 20:04:26 ---> Using cache 20:04:26 ---> 75c55e987bfc 20:04:26 Step 8/22 : RUN make cmd/secrets-config/secrets-config 20:04:26 ---> 0b04455d5ba1 20:04:26 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [Pipeline] sh 20:04:26 ---> Running in 958acc86841a 20:04:27 + go version 20:04:27 go version go1.20.2 linux/arm64 [Pipeline] } 20:04:27 $ docker stop --time=1 610d66f233e639d8368a9a062cdb9c1f9fb8cdaf7aa8038760d43e4b76455c05 20:04:27 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 20:04:28 ---> 6b449f7b87de 20:04:28 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:04:29 $ docker rm -f --volumes 610d66f233e639d8368a9a062cdb9c1f9fb8cdaf7aa8038760d43e4b76455c05 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 20:04:29 ---> 93cfcdbbc522 20:04:29 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:04:29 + docker inspect -f . ci-base-image-arm64 20:04:29 . 20:04:29 ---> cf030f7134da 20:04:29 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:04:30 prd-ubuntu20.04-docker-arm64-4c-16g-6107 does not seem to be running inside a container 20:04:30 $ 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-arm64 cat 20:04:30 ---> 3aae59866be1 20:04:30 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:04:30 ---> Running in 43ace9ea1a4b 20:04:31 Removing intermediate container 43ace9ea1a4b 20:04:31 ---> 9a0ac18d9805 20:04:31 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:04:31 ---> Running in fd6c4386c017 20:04:31 $ docker top cfa4443e849a468ee2e43a4608ec54accd8f90690f852d977b4a90489bdb1441 -eo pid,comm [Pipeline] { 20:04:31 Removing intermediate container fd6c4386c017 20:04:31 ---> 352d0ae35177 20:04:31 Step 24/26 : LABEL arch=x86_64 20:04:31 ---> Running in 7f2bbe4408be [Pipeline] echo 20:04:31 ========================================================= 20:04:31 [edgeXBuildGoParallel] Running Tests and Build... 20:04:31 ========================================================= [Pipeline] sh 20:04:31 Removing intermediate container 7f2bbe4408be 20:04:31 ---> bfa306e231f7 20:04:31 Step 25/26 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e 20:04:32 ---> Running in e6f9a1125d15 20:04:32 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists 20:04:32 Removing intermediate container e6f9a1125d15 20:04:32 ---> b3d7b03abd6b 20:04:32 Step 26/26 : LABEL version=0.0.0 20:04:32 ---> Running in 0a36a3f80280 [Pipeline] sh 20:04:33 Removing intermediate container 0a36a3f80280 20:04:33 ---> 61810f84a91c 20:04:33 20:04:33 Successfully built 61810f84a91c 20:04:33 Successfully tagged security-spire-server:latest 20:04:33  Building security-spire-server ... done Removing intermediate container 68139ecae36c 20:04:33 ---> 0741b9c60602 20:04:33 20:04:33 Step 10/23 : FROM alpine:3.17 20:04:33 ---> b2aa39c304c2 20:04:33 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 20:04:33 + make test 20:04:33 go test -race -coverprofile=coverage.out ./... 20:04:33 ---> Running in 417b107e803f 20:04:33 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:04:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:04:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:04:34 (1/2) Installing ca-certificates (20220614-r4) 20:04:34 (2/2) Installing dumb-init (1.2.5-r2) 20:04:34 Executing busybox-1.35.0-r29.trigger 20:04:34 Executing ca-certificates-20220614-r4.trigger 20:04:34 OK: 8 MiB in 17 packages 20:04:35 Removing intermediate container 417b107e803f 20:04:35 ---> 8954f89f0f73 20:04:35 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 20:04:35 ---> Running in f7f86c2d8a7d 20:04:35 Removing intermediate container f7f86c2d8a7d 20:04:35 ---> 149878bfdcd7 20:04:35 Step 13/23 : ENV APP_PORT=59860 20:04:35 ---> Running in b62ed6d41d17 20:04:35 Removing intermediate container b62ed6d41d17 20:04:35 ---> dbef33766156 20:04:35 Step 14/23 : EXPOSE $APP_PORT 20:04:35 ---> Running in c6de11afc316 20:04:36 Removing intermediate container c6de11afc316 20:04:36 ---> f7dd5b5fde00 20:04:36 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:04:36 ---> d245d5a87b5a 20:04:36 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:04:37 ---> dc5d08069c65 20:04:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:04:37 ---> a60c55978b6a 20:04:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 20:04:37 Removing intermediate container 8ec202656d40 20:04:37 ---> 6530f0aafaf6 20:04:37 20:04:37 Step 9/25 : FROM alpine:3.17 20:04:37 ---> b2aa39c304c2 20:04:37 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:04:38 ---> Running in 228c70f6c418 20:04:38 ---> 9c3d731fb240 20:04:38 Step 19/23 : ENTRYPOINT ["/support-notifications"] 20:04:38 ---> Running in 8105c15263f8 20:04:38 Removing intermediate container 8105c15263f8 20:04:38 ---> f1e92cbdc288 20:04:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:04:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:04:38 ---> Running in 0f0edc6b6b43 20:04:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:04:38 Removing intermediate container 0f0edc6b6b43 20:04:38 ---> a974047f1e8b 20:04:38 Step 21/23 : LABEL arch=x86_64 20:04:38 ---> Running in 16cdd3b1bdb6 20:04:38 Removing intermediate container 16cdd3b1bdb6 20:04:38 ---> 1e043ecefe35 20:04:38 Step 22/23 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e 20:04:38 ---> Running in f09d3b199c4c 20:04:38 (1/3) Installing ca-certificates (20220614-r4) 20:04:39 (2/3) Installing dumb-init (1.2.5-r2) 20:04:39 (3/3) Installing su-exec (0.2-r2) 20:04:39 Executing busybox-1.35.0-r29.trigger 20:04:39 Executing ca-certificates-20220614-r4.trigger 20:04:39 Removing intermediate container f09d3b199c4c 20:04:39 ---> fdf378acff60 20:04:39 Step 23/23 : LABEL version=0.0.0 20:04:39 ---> Running in 2f5b480610f0 20:04:39 OK: 8 MiB in 18 packages 20:04:39 Removing intermediate container 2f5b480610f0 20:04:39 ---> afc95eddb439 20:04:39 20:04:39 Successfully built afc95eddb439 20:04:39 Successfully tagged support-notifications:latest 20:04:39  Building support-notifications ... done Removing intermediate container 228c70f6c418 20:04:39 ---> 06c9cca25aee 20:04:39 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 20:04:39 ---> Running in 8e36c69dd09e 20:04:39 Removing intermediate container 8e36c69dd09e 20:04:39 ---> f226faab17fa 20:04:39 Step 12/25 : WORKDIR / 20:04:39 ---> Running in be0982bd6362 20:04:40 Removing intermediate container be0982bd6362 20:04:40 ---> 5f03f758b876 20:04:40 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:04:40 ---> 609559b1c33b 20:04:40 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 20:04:40 ---> 4b06e2a4c617 20:04:40 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:04:40 ---> 22b3d3e01f7a 20:04:40 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 20:04:41 ---> bbf96c0e2d5d 20:04:41 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 20:04:41 Removing intermediate container 8d6766d25556 20:04:41 ---> 360e83aedf3a 20:04:41 20:04:41 Step 9/33 : FROM alpine:3.17 20:04:41 ---> b2aa39c304c2 20:04:41 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:04:41 ---> Using cache 20:04:41 ---> 9e5a56648317 20:04:41 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 20:04:41 ---> Running in e074265dd5eb 20:04:41 ---> e9735f534e2f 20:04:41 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:04:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:04:42 ---> b405c4aa3296 20:04:42 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:04:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:04:42 (1/2) Installing dumb-init (1.2.5-r2) 20:04:42 (2/2) Installing su-exec (0.2-r2) 20:04:42 Executing busybox-1.35.0-r29.trigger 20:04:42 OK: 7 MiB in 17 packages 20:04:42 ---> c0380c3d376a 20:04:42 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:04:42 ---> 39e9257c08e1 20:04:42 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:04:42 ---> Running in 8ba1cd157126 20:04:42 Removing intermediate container e074265dd5eb 20:04:42 ---> 155ce944441f 20:04:42 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 20:04:42 ---> Running in 1120ad2b4312 20:04:42 Removing intermediate container 1120ad2b4312 20:04:42 ---> 446492ff9490 20:04:42 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 20:04:42 ---> Running in c184ac6f6f12 20:04:42 Removing intermediate container c184ac6f6f12 20:04:42 ---> 418342558297 20:04:42 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 20:04:43 ---> Running in d541fd2cddc5 20:04:43 Removing intermediate container d541fd2cddc5 20:04:43 ---> 561a463edc51 20:04:43 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 20:04:43 ---> Running in 96165a8ca4b1 20:04:43 Removing intermediate container 96165a8ca4b1 20:04:43 ---> 32ecd0336d23 20:04:43 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 20:04:43 ---> Running in e82c588305d8 20:04:43 Removing intermediate container 8ba1cd157126 20:04:43 ---> 436d6ab8d099 20:04:43 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 20:04:43 ---> Running in ebe898100cc6 20:04:43 Removing intermediate container ebe898100cc6 20:04:43 ---> e779dfbc2c3b 20:04:43 Step 23/25 : LABEL arch=x86_64 20:04:43 ---> Running in 386cd0190498 20:04:43 Removing intermediate container 386cd0190498 20:04:43 ---> 9e2e562d213d 20:04:43 Step 24/25 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e 20:04:43 ---> Running in 001d14987977 20:04:43 Removing intermediate container 001d14987977 20:04:43 ---> 82ac34cf9782 20:04:43 Step 25/25 : LABEL version=0.0.0 20:04:43 ---> Running in 24d3edb3fbf2 20:04:44 Removing intermediate container 24d3edb3fbf2 20:04:44 ---> 9ddb374cd94f 20:04:44 20:04:44 Removing intermediate container e82c588305d8 20:04:44 ---> 0ca90751fff5 20:04:44 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 20:04:44 ---> Running in 596b4e0e2863 20:04:44 Successfully built 9ddb374cd94f 20:04:44 Successfully tagged security-secretstore-setup:latest 20:04:44  Building security-secretstore-setup ... done Removing intermediate container 596b4e0e2863 20:04:44 ---> cb8800e04906 20:04:44 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 20:04:44 ---> a5a682f55e62 20:04:44 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 20:04:44 ---> Running in f6766ec3b433 20:04:45 Removing intermediate container f6766ec3b433 20:04:45 ---> 67a90d6b957c 20:04:45 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 20:04:45 Removing intermediate container 958acc86841a 20:04:45 ---> 5a90fa01ebc0 20:04:45 20:04:45 Step 9/22 : FROM alpine:3.17 20:04:45 ---> b2aa39c304c2 20:04:45 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 20:04:45 ---> Running in cc39ddb4a094 20:04:45 ---> 009d4a4bde3d 20:04:45 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 20:04:45 ---> 50b9846ce6a6 20:04:45 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:04:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:04:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:04:46 (1/2) Installing dumb-init (1.2.5-r2) 20:04:46 (2/2) Installing openssl (3.0.8-r2) 20:04:46 Executing busybox-1.35.0-r29.trigger 20:04:46 ---> a326e6e21af4 20:04:46 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 20:04:46 OK: 8 MiB in 17 packages 20:04:46 ---> d008d5cc671e 20:04:46 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 20:04:46 ---> be2f53175202 20:04:46 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 20:04:46 Removing intermediate container cc39ddb4a094 20:04:46 ---> c40c450c3e9e 20:04:46 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 20:04:46 ---> Running in 926865e24b4b 20:04:46 ---> 27b8bd515e9b 20:04:46 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 20:04:46 Removing intermediate container 926865e24b4b 20:04:46 ---> 569269f476a0 20:04:46 Step 12/22 : WORKDIR /edgex 20:04:46 ---> Running in be2a7f020300 20:04:46 ---> 19381265e9fe 20:04:46 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:04:46 Removing intermediate container be2a7f020300 20:04:46 ---> a1ad791cb336 20:04:46 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:04:46 ---> 80fd51e03339 20:04:46 Step 28/33 : RUN chmod +x /entrypoint.sh 20:04:46 ---> Running in f68f9cbc498f 20:04:46 ---> 8cab959f8c02 20:04:46 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 20:04:47 ---> e342fba638e9 20:04:47 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 20:04:47 ---> ea7ef689c51a 20:04:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:04:47 ---> 85b649b09d39 20:04:47 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:04:47 Removing intermediate container f68f9cbc498f 20:04:47 ---> 65a6865d3db5 20:04:47 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 20:04:47 ---> Running in 089620981cdb 20:04:47 Removing intermediate container 089620981cdb 20:04:47 ---> c7ea91bae2c4 20:04:47 Step 30/33 : CMD ["gate"] 20:04:47 ---> 1a3baff068e8 20:04:47 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:04:47 ---> Running in 593aa38bf2ce 20:04:47 ---> Running in c23f6b946c29 20:04:47 Removing intermediate container 593aa38bf2ce 20:04:47 ---> 30a391abb166 20:04:47 Step 31/33 : LABEL arch=x86_64 20:04:47 ---> Running in 9feab91bb0ec 20:04:47 Removing intermediate container 9feab91bb0ec 20:04:47 ---> efa155d8c2fa 20:04:47 Step 32/33 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e 20:04:47 ---> Running in 283627cd2aa3 20:04:47 Removing intermediate container 283627cd2aa3 20:04:47 ---> 84ff8201e20a 20:04:47 Step 33/33 : LABEL version=0.0.0 20:04:47 ---> Running in 2e1b5aa3cd6d 20:04:48 Removing intermediate container 2e1b5aa3cd6d 20:04:48 ---> 6c600672cb86 20:04:48 20:04:48 Successfully built 6c600672cb86 20:04:48 Successfully tagged security-bootstrapper:latest 20:04:48  Building security-bootstrapper ... done Removing intermediate container c23f6b946c29 20:04:48 ---> 9ad5d593cf97 20:04:48 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 20:04:48 ---> Running in 7ad4c7dede77 20:04:48 Removing intermediate container 7ad4c7dede77 20:04:48 ---> b4e1fe1da8da 20:04:48 Step 20/22 : LABEL arch=x86_64 20:04:48 ---> Running in fcbd37e90541 20:04:48 Removing intermediate container fcbd37e90541 20:04:48 ---> 50028109c325 20:04:48 Step 21/22 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e 20:04:48 ---> Running in 21123789116e 20:04:48 Removing intermediate container 21123789116e 20:04:48 ---> 1498351563e2 20:04:48 Step 22/22 : LABEL version=0.0.0 20:04:48 ---> Running in 6ed610f9ae55 20:04:48 Removing intermediate container 6ed610f9ae55 20:04:48 ---> 3ea1b06dee32 20:04:48 20:04:48 Successfully built 3ea1b06dee32 20:04:48 Successfully tagged security-proxy-setup:latest 20:04:48  Building security-proxy-setup ... done  [Pipeline] } 20:04:48 $ docker stop --time=1 03c55df11a7a1d1f0709c4c3cd1d8718eca4b1994513c5e97c4bf9b6889f7403 20:04:50 $ docker rm -f --volumes 03c55df11a7a1d1f0709c4c3cd1d8718eca4b1994513c5e97c4bf9b6889f7403 [Pipeline] // withDockerContainer [Pipeline] sh 20:04:50 + docker images 20:04:50 REPOSITORY TAG IMAGE ID CREATED SIZE 20:04:50 security-proxy-setup latest 3ea1b06dee32 2 seconds ago 18.7MB 20:04:50 security-bootstrapper latest 6c600672cb86 3 seconds ago 22.2MB 20:04:50 5a90fa01ebc0 5 seconds ago 1.67GB 20:04:50 security-secretstore-setup latest 9ddb374cd94f 7 seconds ago 32.8MB 20:04:50 360e83aedf3a 9 seconds ago 1.67GB 20:04:50 support-notifications latest afc95eddb439 11 seconds ago 32.7MB 20:04:50 6530f0aafaf6 13 seconds ago 1.68GB 20:04:50 0741b9c60602 18 seconds ago 1.75GB 20:04:50 security-spire-server latest 61810f84a91c 18 seconds ago 89.8MB 20:04:50 ef1ed0536e1e 24 seconds ago 1.54GB 20:04:50 core-data latest 96dfa15c28d4 34 seconds ago 20MB 20:04:50 support-scheduler latest 3d4fea96d1ff 38 seconds ago 32.1MB 20:04:50 d9e074e77b0a 46 seconds ago 1.75GB 20:04:50 9510ebd0a111 48 seconds ago 1.69GB 20:04:50 security-spire-config latest 300acaeb8c0c 57 seconds ago 88.9MB 20:04:50 security-proxy-auth latest 54c70796d587 About a minute ago 18.3MB 20:04:50 security-spiffe-token-provider latest 6f9ddeb902e6 About a minute ago 32.8MB 20:04:50 f8a260ccd416 About a minute ago 1.66GB 20:04:50 core-metadata latest 37f314476fd2 About a minute ago 20.4MB 20:04:50 core-command latest d17b441236ca About a minute ago 19.8MB 20:04:50 core-common-config-bootstrapper latest 8929ae6a640c About a minute ago 17.2MB 20:04:50 b965358860d0 About a minute ago 1.73GB 20:04:50 754147cf9a7e About a minute ago 1.69GB 20:04:50 f9e7e2a8c50f About a minute ago 1.69GB 20:04:50 3b0f223f6d20 About a minute ago 1.68GB 20:04:50 security-spire-agent latest d820208e0aab About a minute ago 129MB 20:04:50 a238ebf2ad91 About a minute ago 1.54GB 20:04:50 ci-base-image-x86_64 latest 9e4ad797939c 5 minutes ago 881MB 20:04:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine 3b553350e43f 2 weeks ago 664MB 20:04:50 alpine 3.17 b2aa39c304c2 6 weeks ago 7.05MB 20:04:50 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 8 months ago 253MB 20:04:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 20:05:20 ? github.com/edgexfoundry/edgex-go [no test files] 20:07:26 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:07:26 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 20:07:28 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:07:29 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:07:29 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:07:31 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:07:32 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:07:32 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 20:07:32 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:07:33 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 20:07:36 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:07:36 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:07:36 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 20:07:36 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:07:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:07:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:07:55 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.298s coverage: 28.7% of statements 20:08:05 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.314s coverage: 98.5% of statements 20:08:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 20:08:10 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 20:08:10 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:08:14 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.451s coverage: 71.3% of statements 20:08:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:08:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:08:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.379s coverage: 54.0% of statements 20:08:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 20:08:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 20:08:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:08:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:08:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 20:08:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:08:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:08:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 20.133s coverage: 88.5% of statements 20:08:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.483s coverage: 3.9% of statements 20:08:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 20:08:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 20:08:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 20:08:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.755s coverage: 95.6% of statements 20:08:48 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:08:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 20:08:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 20:08:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:08:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:08:48 ok github.com/edgexfoundry/edgex-go/internal/io 0.219s coverage: 72.2% of statements 20:08:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:08:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:08:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:08:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.243s coverage: 65.9% of statements 20:09:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:09:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:09:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.409s coverage: 0.9% of statements 20:09:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.253s coverage: 29.0% of statements 20:09:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.293s coverage: 44.1% of statements 20:09:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.237s coverage: 82.9% of statements 20:09:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.232s coverage: 94.1% of statements 20:09:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.277s coverage: 96.3% of statements 20:09:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.209s coverage: 87.5% of statements 20:09:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:09:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:09:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:09:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:09:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:09:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 20:09:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 20:09:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 20:09:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.223s coverage: 94.4% of statements 20:09:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:09:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:09:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:09:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:09:31 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:09:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:09:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:09:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.987s coverage: 79.9% of statements 20:09:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 20:09:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 25.282s coverage: 92.9% of statements 20:09:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.084s coverage: 64.4% of statements 20:09:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.244s coverage: 62.3% of statements 20:09:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.237s coverage: 87.2% of statements 20:09:42 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.205s coverage: 20.0% of statements 20:09:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.192s coverage: 100.0% of statements 20:09:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.494s coverage: 81.2% of statements 20:09:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.499s coverage: 82.1% of statements 20:09:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:09:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.226s coverage: 86.0% of statements 20:09:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:09:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:09:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.084s coverage: 63.1% of statements 20:09:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.250s coverage: 100.0% of statements 20:09:52 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.124s coverage: 89.4% of statements 20:09:52 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.086s coverage: 100.0% of statements 20:09:52 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.093s coverage: 73.7% of statements 20:09:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 20:09:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 20:09:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 20:09:52 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.075s coverage: 100.0% of statements 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:10:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.017s coverage: 38.4% of statements 20:10:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.235s coverage: 89.5% of statements 20:10:07 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 20:10:07 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 20:10:07 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 20:10:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:10:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.244s coverage: 84.8% of statements 20:10:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:10:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:10:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:10:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:10:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.303s coverage: 17.7% of statements 20:10:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:10:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:10:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:10:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:10:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.580s coverage: 92.3% of statements 20:10:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:10:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:10:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.293s coverage: 61.5% of statements 20:10:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:10:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:10:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.435s coverage: 97.7% of statements 20:10:29 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 20:10:29 WARNING: Linting skipped (not on x86_64 or linter not installed) 20:10:29 go vet ./... 20:13:20 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:13:20 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:13:20 ./bin/test-attribution-txt.sh [Pipeline] echo 20:13:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 20:13:21 + ls -al . 20:13:21 total 700 20:13:21 drwxrwxr-x 10 1001 1001 4096 Mar 28 20:04 . 20:13:21 drwxr-xr-x 4 root root 4096 Mar 28 20:04 .. 20:13:21 drwxrwxr-x 2 1001 1001 4096 Mar 28 20:02 .blubracket 20:13:21 -rw-rw-r-- 1 1001 1001 16 Mar 28 20:02 .dockerignore 20:13:21 drwxrwxr-x 8 1001 1001 4096 Mar 28 20:02 .git 20:13:21 drwxrwxr-x 3 1001 1001 4096 Mar 28 20:02 .github 20:13:21 -rw-rw-r-- 1 1001 1001 1133 Mar 28 20:02 .gitignore 20:13:21 -rw-rw-r-- 1 1001 1001 42 Mar 28 20:02 .golangci.yml 20:13:21 -rw-rw-r-- 1 1001 1001 87 Mar 28 20:02 .hadolint.yml 20:13:21 -rw-rw-r-- 1 1001 1001 166 Mar 28 20:02 .sonarcloud.properties 20:13:21 -rw-rw-r-- 1 1001 1001 1171 Mar 28 20:02 ADOPTERS.md 20:13:21 -rw-rw-r-- 1 1001 1001 10835 Mar 28 20:02 Attribution.txt 20:13:21 -rw-rw-r-- 1 1001 1001 73765 Mar 28 20:02 CHANGELOG.md 20:13:21 -rw-rw-r-- 1 1001 1001 3804 Mar 28 20:02 CONTRIBUTING.md 20:13:21 -rw-rw-r-- 1 1001 1001 677 Mar 28 20:02 GOVERNANCE.md 20:13:21 -rw-rw-r-- 1 1001 1001 883 Mar 28 20:02 Jenkinsfile 20:13:21 -rw-rw-r-- 1 1001 1001 10775 Mar 28 20:02 LICENSE 20:13:21 -rw-rw-r-- 1 1001 1001 14368 Mar 28 20:02 Makefile 20:13:21 -rw-rw-r-- 1 1001 1001 582 Mar 28 20:02 OWNERS.md 20:13:21 -rw-rw-r-- 1 1001 1001 9403 Mar 28 20:02 README.md 20:13:21 -rw-rw-r-- 1 1001 1001 789 Mar 28 20:02 SECURITY.md 20:13:21 -rw-rw-r-- 1 1001 1001 5 Mar 28 19:59 VERSION 20:13:21 drwxrwxr-x 2 1001 1001 4096 Mar 28 20:02 bin 20:13:21 drwxrwxr-x 18 1001 1001 4096 Mar 28 20:02 cmd 20:13:21 -rw-r--r-- 1 root root 447380 Mar 28 20:10 coverage.out 20:13:21 -rw-rw-r-- 1 1001 1001 3200 Mar 28 20:02 go.mod 20:13:21 -rw-rw-r-- 1 1001 1001 31265 Mar 28 20:02 go.sum 20:13:21 drwxrwxr-x 7 1001 1001 4096 Mar 28 20:02 internal 20:13:21 drwxrwxr-x 3 1001 1001 4096 Mar 28 20:02 openapi 20:13:21 -rw-rw-r-- 1 1001 1001 594 Mar 28 20:02 security.txt 20:13:21 drwxrwxr-x 4 1001 1001 4096 Mar 28 20:02 snap 20:13:21 -rw-rw-r-- 1 1001 1001 204 Mar 28 20:02 version.go [Pipeline] sh 20:13:22 + '[' -e coverage.out ] 20:13:22 + chown 1001:1001 coverage.out [Pipeline] stash 20:13:22 Warning: overwriting stash ‘coverage-report’ 20:13:23 Stashed 1 file(s) [Pipeline] sh 20:13:23 + make build 20:13:23 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 20:15:15 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:15:15 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 20:15:15 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 20:15:18 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:16:05 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:16:12 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 20:16:17 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:16: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 20:16:28 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 20:16: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-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:16:39 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 20:16:46 $ docker stop --time=1 cfa4443e849a468ee2e43a4608ec54accd8f90690f852d977b4a90489bdb1441 20:16:48 $ docker rm -f --volumes cfa4443e849a468ee2e43a4608ec54accd8f90690f852d977b4a90489bdb1441 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:16:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:16:51 20:16:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:16:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:16:51 latest: Pulling from edgex-devops/edgex-compose-arm64 20:16:51 29e5d40040c1: Pulling fs layer 20:16:51 1ce36da41761: Pulling fs layer 20:16:51 25b303627fd3: Pulling fs layer 20:16:51 29e5d40040c1: Verifying Checksum 20:16:51 29e5d40040c1: Download complete 20:16:52 1ce36da41761: Verifying Checksum 20:16:52 1ce36da41761: Download complete 20:16:52 29e5d40040c1: Pull complete 20:16:53 1ce36da41761: Pull complete 20:16:53 25b303627fd3: Verifying Checksum 20:16:53 25b303627fd3: Download complete 20:17:03 25b303627fd3: Pull complete 20:17:03 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:17:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:17:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:17:04 prd-ubuntu20.04-docker-arm64-4c-16g-6107 does not seem to be running inside a container 20:17:04 $ 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-arm64:latest cat 20:17:06 $ docker top 5f973e7e10a669464564b96e12a8cfc576285f829912eee8191623cf999f473b -eo pid,comm [Pipeline] { [Pipeline] sh 20:17:07 + docker-compose build --help 20:17:07 + grep parallel 20:17:12 --parallel Build images in parallel. [Pipeline] } 20:17:12 $ docker stop --time=1 5f973e7e10a669464564b96e12a8cfc576285f829912eee8191623cf999f473b 20:17:14 $ docker rm -f --volumes 5f973e7e10a669464564b96e12a8cfc576285f829912eee8191623cf999f473b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:17:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:17:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:17:15 prd-ubuntu20.04-docker-arm64-4c-16g-6107 does not seem to be running inside a container 20:17:15 $ 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-arm64:latest cat 20:17:16 $ docker top 14ff9f3f28e7bd29d2a7ff710b5bf9715d7d6fb881261c1f8c12659cf26f2c37 -eo pid,comm [Pipeline] { [Pipeline] sh 20:17:17 + docker-compose -f ./docker-compose-build.yml build --parallel 20:17:24 Building core-command ... 20:17:24 Building core-common-config-bootstrapper ... 20:17:24 Building core-data ... 20:17:24 Building core-metadata ... 20:17:24 Building security-bootstrapper ... 20:17:24 Building security-proxy-auth ... 20:17:24 Building security-proxy-setup ... 20:17:24 Building security-secretstore-setup ... 20:17:24 Building security-spiffe-token-provider ... 20:17:24 Building security-spire-agent ... 20:17:24 Building security-spire-config ... 20:17:24 Building security-spire-server ... 20:17:24 Building support-notifications ... 20:17:24 Building support-scheduler ... 20:17:24 Building core-command 20:17:24 Building security-proxy-auth 20:17:24 Building security-spire-agent 20:17:24 Building security-spiffe-token-provider 20:17:24 Building security-spire-config 20:18:14 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:18:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:18:14 ---> 77a750aa3953 20:18:14 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:18:14 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:18:14 Step 2/27 : FROM ${BUILDER_BASE} AS builderStep 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:18:14 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:18:14 20:18:14 ---> 77a750aa3953 20:18:14 ---> 77a750aa3953 20:18:14 Step 3/27 : WORKDIR /edgex-go 20:18:14 Step 3/27 : WORKDIR /edgex-go 20:18:14 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:18:14 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:18:14 ---> 77a750aa3953 20:18:14 Step 3/24 : ARG ADD_BUILD_TAGS="" 20:18:14 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:18:14 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:18:14 ---> 77a750aa3953 20:18:14 Step 3/20 : WORKDIR /edgex-go 20:18:14 ---> Running in e527d4e7e3d6 20:18:14 ---> Running in 8300e0a5472d 20:18:14 ---> Running in 0499969f869c 20:18:14 ---> Running in 7f5bf22c96ec 20:18:14 ---> Running in f5d13ab56382 20:18:14 Removing intermediate container e527d4e7e3d6 20:18:14 ---> ee80d62a0066 20:18:14 Step 4/23 : WORKDIR /edgex-go 20:18:14 Removing intermediate container f5d13ab56382 20:18:14 ---> ef143ea674ae 20:18:14 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:18:14 Removing intermediate container 0499969f869c 20:18:14 ---> 1cae9df011f8 20:18:14 Step 4/24 : WORKDIR /edgex-go 20:18:14 ---> Running in c1d99204930b 20:18:14 Removing intermediate container 7f5bf22c96ec 20:18:14 ---> 436ae1eb5dbd 20:18:14 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:18:14 Removing intermediate container 8300e0a5472d 20:18:14 ---> 403ebb34375a 20:18:14 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 20:18:14 ---> Running in 6ca8edd1510c 20:18:14 ---> Running in 94a93e9b6bce 20:18:14 ---> Running in 333e1d00d86c 20:18:14 ---> Running in df687f9904e2 20:18:14 Removing intermediate container c1d99204930b 20:18:14 ---> fd3849edee52 20:18:14 Step 5/23 : RUN apk add --update --no-cache make git 20:18:14 ---> Running in fd72d95deb86 20:18:14 Removing intermediate container 94a93e9b6bce 20:18:14 ---> 9b71cc05df32 20:18:14 Step 5/24 : RUN apk add --update --no-cache make git 20:18:14 ---> Running in e70caf3b220f 20:18:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:18:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:18:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:18:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:18:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:18:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:18:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:18:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:18:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:18:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:18:17 OK: 263 MiB in 53 packages 20:18:17 OK: 263 MiB in 53 packages 20:18:17 v3.17.2-295-g709985f93db [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:18:17 v3.17.2-296-g805ea7fc493 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:18:17 OK: 17694 distinct packages available 20:18:17 OK: 263 MiB in 53 packages 20:18:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:18:18 OK: 263 MiB in 53 packages 20:18:18 Removing intermediate container 6ca8edd1510c 20:18:18 ---> 9d5f10e0eefe 20:18:18 Step 5/27 : COPY go.mod vendor* ./ 20:18:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:18:19 Removing intermediate container fd72d95deb86 20:18:19 ---> bb771d246d20 20:18:19 Step 6/23 : COPY go.mod vendor* ./ 20:18:19 Removing intermediate container e70caf3b220f 20:18:19 ---> 19b232abcfe5 20:18:19 Step 6/24 : COPY go.mod vendor* ./ 20:18:19 Removing intermediate container 333e1d00d86c 20:18:19 ---> 99e3c926eb3d 20:18:19 Step 5/27 : COPY go.mod vendor* ./ 20:18:20 OK: 263 MiB in 53 packages 20:18:20 ---> 3c1d16ffff91 20:18:20 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:18:20 ---> Running in aec11becb8ff 20:18:21 ---> db73635798b6 20:18:21 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:18:21 ---> Running in 85ab8a5548e2 20:18:21 ---> d586d7fb46e7 20:18:21 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:18:22 ---> f10d53a7527f 20:18:22 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:18:22 Removing intermediate container df687f9904e2 20:18:22 ---> a56c56d70812 20:18:22 Step 5/20 : COPY go.mod vendor* ./ 20:18:22 ---> Running in c74870ddfdaa 20:18:22 ---> Running in b5ca7f1d6c42 20:18:23 ---> 2f954da913b8 20:18:23 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:18:23 ---> Running in 2cce8c7852d9 20:20:15 Removing intermediate container aec11becb8ff 20:20:15 ---> a0d54507f984 20:20:15 Step 7/27 : COPY . . 20:20:15 Removing intermediate container 85ab8a5548e2 20:20:15 ---> d6d6b2e07170 20:20:15 Step 8/23 : COPY . . 20:20:15 Removing intermediate container c74870ddfdaa 20:20:15 ---> 86e8089aac32 20:20:15 Step 7/27 : COPY . . 20:20:15 Removing intermediate container b5ca7f1d6c42 20:20:15 ---> b6fae8c39d66 20:20:15 Step 8/24 : COPY . . 20:20:15 Removing intermediate container 2cce8c7852d9 20:20:15 ---> 3a312cf2b0ab 20:20:15 Step 7/20 : COPY . . 20:20:37 ---> c02e7427e8fc 20:20:37 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 20:20:37 ---> bf2957f522a5 20:20:37 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 20:20:37 ---> b2d253c88981 20:20:37 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 20:20:37 ---> Running in 58ab44d5d70c 20:20:37 ---> Running in b91c4d6e3bc5 20:20:37 ---> 372a040b4439 20:20:37 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 20:20:37 ---> Running in 14c1c292a651 20:20:37 ---> e23571c6103f 20:20:37 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:20:37 ---> Running in b8b46a5b967e 20:20:37 ---> Running in 2a5ac502cebb 20:20:37 Removing intermediate container 58ab44d5d70c 20:20:37 ---> 41d1d7394cfe 20:20:37 Step 9/27 : WORKDIR /edgex-go/spire-build 20:20:37 ---> Running in 37891deff32c 20:20:37 Removing intermediate container 14c1c292a651 20:20:37 ---> 1fcbc76e7c4e 20:20:37 Step 9/27 : WORKDIR /edgex-go/spire-build 20:20:37 ---> Running in 6b5de08ac67d 20:20:37 Removing intermediate container 37891deff32c 20:20:37 ---> 573009d02e3e 20:20:37 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:20:37 ---> Running in cf9e1aac96e1 20:20:37 Removing intermediate container 6b5de08ac67d 20:20:37 ---> 7d0e04c9a4dc 20:20:37 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:20:37 ---> Running in d626e1aad9f9 20:20:37 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 20:20:38 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 20:20:38 Removing intermediate container cf9e1aac96e1 20:20:38 ---> b4909de19b0c 20:20:38 Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:20:38 Removing intermediate container d626e1aad9f9 20:20:38 ---> 8e66dddbea6a 20:20:38 Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:20:38 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 20:20:38 ---> Running in 3591d11fd0bf 20:20:38 ---> Running in 2014e8f85200 20:20:42 Removing intermediate container 2014e8f85200 20:20:42 ---> 5e79d2067af1 20:20:42 Step 12/27 : WORKDIR /edgex-go 20:20:42 ---> Running in 801d7c0b4176 20:20:43 Removing intermediate container 3591d11fd0bf 20:20:43 ---> 2e4d6d2e3975 20:20:43 Step 12/27 : WORKDIR /edgex-go 20:20:43 ---> Running in 3cb3f48fd999 20:20:43 Removing intermediate container 801d7c0b4176 20:20:43 ---> 086e192f7eaf 20:20:43 20:20:43 Step 13/27 : FROM alpine:3.17 20:20:43 3.17: Pulling from library/alpine 20:20:44 Removing intermediate container 3cb3f48fd999 20:20:44 ---> 832e1dce7796 20:20:44 20:20:44 Step 13/27 : FROM alpine:3.17 20:20:44 3.17: Pulling from library/alpine 20:20:44 Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 20:20:44 Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 20:20:44 Status: Downloaded newer image for alpine:3.17 20:20:44 Status: Downloaded newer image for alpine:3.17 20:20:44 ---> d74e625d9115 20:20:44 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:20:44 ---> d74e625d9115 20:20:44 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:20:44 ---> Running in a55f52a9b2fc 20:20:44 ---> Running in 4f1f02492706 20:20:45 Removing intermediate container a55f52a9b2fc 20:20:45 Removing intermediate container 4f1f02492706 20:20:45 ---> 8753b79e289e 20:20:45 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 20:20:45 ---> 857b451900bd 20:20:45 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:20:45 ---> Running in 17f19afa42a4 20:20:45 ---> Running in c09a654aec81 20:20:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:20:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:20:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:20:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:20:51 v3.17.2-295-g709985f93db [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:20:51 v3.17.2-296-g805ea7fc493 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:20:51 OK: 17691 distinct packages available 20:20:51 v3.17.2-295-g709985f93db [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:20:51 v3.17.2-296-g805ea7fc493 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:20:51 OK: 17691 distinct packages available 20:20:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:20:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:20:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:20:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:20:54 (1/4) Installing dumb-init (1.2.5-r2) 20:20:54 (2/4) Installing musl-obstack (1.2.3-r0) 20:20:54 (3/4) Installing libucontext (1.2-r0) 20:20:54 (4/4) Installing gcompat (1.1.0-r0) 20:20:54 Executing busybox-1.35.0-r29.trigger 20:20:54 OK: 8 MiB in 19 packages 20:20:54 (1/5) Installing dumb-init (1.2.5-r2) 20:20:54 (2/5) Installing musl-obstack (1.2.3-r0) 20:20:54 (3/5) Installing libucontext (1.2-r0) 20:20:54 (4/5) Installing gcompat (1.1.0-r0) 20:20:54 (5/5) Installing openssl (3.0.8-r2) 20:20:54 Executing busybox-1.35.0-r29.trigger 20:20:54 OK: 9 MiB in 20 packages 20:20:56 Removing intermediate container c09a654aec81 20:20:56 ---> c5f040cc5129 20:20:56 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:20:57 Removing intermediate container 17f19afa42a4 20:20:57 ---> 0955883f568c 20:20:57 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:20:58 ---> e0b83aad98aa 20:20:58 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:20:58 ---> ffcf0756267a 20:20:58 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:20:59 ---> 86bf471d8434 20:20:59 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:21:00 ---> b94b9cc38dc9 20:21:00 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 20:21:05 ---> 95f55f949cd9 20:21:05 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:21:07 ---> bf0c3c5d5227 20:21:07 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:21:09 ---> 638748142f7d 20:21:09 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 20:21:09 ---> Running in ff45af16c4d9 20:21:10 Removing intermediate container ff45af16c4d9 20:21:10 ---> 03396d29ee73 20:21:10 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:21:13 ---> 202ea83cdfae 20:21:13 Step 22/27 : WORKDIR / 20:21:13 ---> 1de71da5c217 20:21:13 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:21:13 ---> Running in 878c7cf2787d 20:21:14 Removing intermediate container 878c7cf2787d 20:21:14 ---> 5a74ed05ce9a 20:21:14 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:21:14 ---> Running in 41e6320bb4f6 20:21:14 ---> 82f991b060d2 20:21:14 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:21:15 Removing intermediate container 41e6320bb4f6 20:21:15 ---> 884614c191cf 20:21:15 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:21:15 ---> Running in 75395ca24c96 20:21:15 ---> d51ce05f65b2 20:21:15 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:21:15 Removing intermediate container 75395ca24c96 20:21:15 ---> f4e3b1e2ea54 20:21:15 Step 25/27 : LABEL arch=arm64 20:21:16 ---> Running in 3cd45a49bd0b 20:21:16 Removing intermediate container 3cd45a49bd0b 20:21:16 ---> ff773aeac9a4 20:21:16 Step 26/27 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e 20:21:16 ---> Running in c92bf164862c 20:21:17 ---> 26713b4262e2 20:21:17 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:21:17 ---> Running in 99b3d2e87e2f 20:21:17 Removing intermediate container c92bf164862c 20:21:17 ---> 3c85181cf9ee 20:21:17 Step 27/27 : LABEL version=0.0.0 20:21:17 ---> Running in 7901a40392c0 20:21:18 Removing intermediate container 99b3d2e87e2f 20:21:18 ---> 6274beceec69 20:21:18 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:21:18 ---> Running in dda93e8fc2fb 20:21:18 Removing intermediate container 7901a40392c0 20:21:18 ---> 01323f855dd0 20:21:18 20:21:18 Removing intermediate container dda93e8fc2fb 20:21:18 ---> cfe916b64a89 20:21:18 Step 25/27 : LABEL arch=arm64 20:21:18 Successfully built 01323f855dd0 20:21:18 Successfully tagged security-spire-config-arm64:latest 20:21:18 Building support-scheduler 20:21:19  Building security-spire-config ... done  ---> Running in 09168a851645 20:21:19 Removing intermediate container 09168a851645 20:21:19 ---> 872c3810ac64 20:21:19 Step 26/27 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e 20:21:19 ---> Running in 15466d80fa57 20:21:20 Removing intermediate container 15466d80fa57 20:21:20 ---> 7bd01abdf121 20:21:20 Step 27/27 : LABEL version=0.0.0 20:21:20 ---> Running in 8e05024f4872 20:21:20 Removing intermediate container 8e05024f4872 20:21:20 ---> bd777de63f8e 20:21:20 20:21:21 Successfully built bd777de63f8e 20:21:21 Successfully tagged security-spire-agent-arm64:latest 20:21:21  Building security-spire-agent ... done Building core-metadata 20:21:47 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:21:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:21:47 ---> 77a750aa3953 20:21:47 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:21:47 ---> Using cache 20:21:47 ---> 1cae9df011f8 20:21:47 Step 4/23 : WORKDIR /edgex-go 20:21:47 ---> Using cache 20:21:47 ---> 9b71cc05df32 20:21:47 Step 5/23 : RUN apk add --update --no-cache make git 20:21:47 ---> Using cache 20:21:47 ---> 19b232abcfe5 20:21:47 Step 6/23 : COPY go.mod vendor* ./ 20:21:47 ---> Using cache 20:21:47 ---> f10d53a7527f 20:21:47 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:21:47 ---> Using cache 20:21:47 ---> b6fae8c39d66 20:21:47 Step 8/23 : COPY . . 20:21:47 ---> Using cache 20:21:47 ---> c02e7427e8fc 20:21:47 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 20:21:47 ---> Running in ebf0ae88752f 20:21:49 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:21:50 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:21:50 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:21:50 ---> 77a750aa3953 20:21:50 Step 3/25 : ARG ADD_BUILD_TAGS="" 20:21:50 ---> Using cache 20:21:50 ---> 1cae9df011f8 20:21:50 Step 4/25 : WORKDIR /edgex-go 20:21:50 ---> Using cache 20:21:50 ---> 9b71cc05df32 20:21:50 Step 5/25 : RUN apk add --update --no-cache make git 20:21:50 ---> Using cache 20:21:50 ---> 19b232abcfe5 20:21:50 Step 6/25 : COPY go.mod vendor* ./ 20:21:50 ---> Using cache 20:21:50 ---> f10d53a7527f 20:21:50 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:21:50 ---> Using cache 20:21:50 ---> b6fae8c39d66 20:21:50 Step 8/25 : COPY . . 20:21:50 ---> Using cache 20:21:50 ---> c02e7427e8fc 20:21:50 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 20:21:50 ---> Running in c2c1dfbe9159 20:21:53 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:28:15 Removing intermediate container b8b46a5b967e 20:28:15 ---> ded8bfdaae2a 20:28:15 20:28:15 Step 10/23 : FROM alpine:3.17 20:28:15 ---> d74e625d9115 20:28:15 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:28:15 ---> Running in 9d8b56928561 20:28:15 Removing intermediate container 9d8b56928561 20:28:15 ---> fe057e68da5d 20:28:15 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:28:15 ---> Running in ce70764aba15 20:28:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:28:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:28:15 (1/1) Installing dumb-init (1.2.5-r2) 20:28:15 Executing busybox-1.35.0-r29.trigger 20:28:15 OK: 8 MiB in 16 packages 20:28:15 Removing intermediate container ce70764aba15 20:28:15 ---> e903d03f2f31 20:28:15 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:28:15 ---> cc04b32cfd88 20:28:15 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:28:15 ---> 922ccfc167f8 20:28:15 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 20:28:15 ---> 5562cdaff2f9 20:28:15 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 20:28:15 ---> c97596b30666 20:28:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 20:28:15 ---> 9e9b07ac9874 20:28:15 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:28:15 ---> Running in 5762c647c0ec 20:28:18 Removing intermediate container 5762c647c0ec 20:28:18 ---> e46178356f2b 20:28:18 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 20:28:18 ---> Running in d0d0d1d1de04 20:28:19 Removing intermediate container d0d0d1d1de04 20:28:19 ---> 89f68a6452d1 20:28:19 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 20:28:19 ---> Running in 25feeebc72fa 20:28:20 Removing intermediate container 25feeebc72fa 20:28:20 ---> 09cfaa498bd0 20:28:20 Step 21/23 : LABEL arch=arm64 20:28:20 ---> Running in a462819c7c31 20:28:21 Removing intermediate container a462819c7c31 20:28:21 ---> 46b8d0a7a26a 20:28:21 Step 22/23 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e 20:28:21 ---> Running in cdf02f6de2f6 20:28:21 Removing intermediate container cdf02f6de2f6 20:28:21 ---> 812e89a27150 20:28:21 Step 23/23 : LABEL version=0.0.0 20:28:21 ---> Running in 070194995c51 20:28:22 Removing intermediate container 070194995c51 20:28:22 ---> f3656118119c 20:28:22 20:28:22 Successfully built f3656118119c 20:28:23 Successfully tagged security-proxy-auth-arm64:latest 20:28:23 Building core-data 20:28:41  Building security-proxy-auth ... done Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:28:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:28:41 ---> 77a750aa3953 20:28:41 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:28:41 ---> Using cache 20:28:41 ---> 1cae9df011f8 20:28:41 Step 4/23 : WORKDIR /edgex-go 20:28:41 ---> Using cache 20:28:41 ---> 9b71cc05df32 20:28:41 Step 5/23 : RUN apk add --update --no-cache make git 20:28:41 ---> Using cache 20:28:41 ---> 19b232abcfe5 20:28:41 Step 6/23 : COPY go.mod vendor* ./ 20:28:41 ---> Using cache 20:28:41 ---> f10d53a7527f 20:28:41 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:28:41 ---> Using cache 20:28:41 ---> b6fae8c39d66 20:28:41 Step 8/23 : COPY . . 20:28:41 ---> Using cache 20:28:41 ---> c02e7427e8fc 20:28:41 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 20:28:41 ---> Running in 4d167cd853c1 20:28:43 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 20:29:10 Removing intermediate container b91c4d6e3bc5 20:29:10 ---> df126f3b5df9 20:29:10 20:29:10 Step 10/24 : FROM alpine:3.17 20:29:10 ---> d74e625d9115 20:29:10 Step 11/24 : RUN apk add --update --no-cache dumb-init 20:29:10 ---> Running in 9bd31b699192 20:29:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:29:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:29:12 (1/1) Installing dumb-init (1.2.5-r2) 20:29:12 Executing busybox-1.35.0-r29.trigger 20:29:12 OK: 8 MiB in 16 packages 20:29:14 Removing intermediate container 9bd31b699192 20:29:14 ---> af169dd1bae8 20:29:14 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:29:14 ---> Running in 9805dfe388c4 20:29:15 Removing intermediate container 9805dfe388c4 20:29:15 ---> 45a430afd323 20:29:15 Step 13/24 : ENV APP_PORT=59882 20:29:15 ---> Running in 4459e72a6e6d 20:29:15 Removing intermediate container 4459e72a6e6d 20:29:15 ---> 84a06c44fc2a 20:29:15 Step 14/24 : EXPOSE $APP_PORT 20:29:15 ---> Running in 0133d897b6a2 20:29:16 Removing intermediate container 0133d897b6a2 20:29:16 ---> 42cb6096d78c 20:29:16 Step 15/24 : WORKDIR / 20:29:16 ---> Running in 41362fb47b7a 20:29:17 Removing intermediate container 41362fb47b7a 20:29:17 ---> 446fde7bbf7a 20:29:17 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:29:18 ---> bac26d558541 20:29:18 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 20:29:19 ---> 701a1f55a7b2 20:29:19 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:29:21 ---> cea249900148 20:29:21 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 20:29:22 ---> 8be62f5a489d 20:29:22 Step 20/24 : ENTRYPOINT ["/core-command"] 20:29:22 ---> Running in 80cbaf690e34 20:29:22 Removing intermediate container 80cbaf690e34 20:29:22 ---> 77b73b354840 20:29:22 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:29:22 ---> Running in 8f2e871be111 20:29:23 Removing intermediate container 8f2e871be111 20:29:23 ---> 5990f1bae4b9 20:29:23 Step 22/24 : LABEL arch=arm64 20:29:23 ---> Running in d1566aa4ea42 20:29:24 Removing intermediate container d1566aa4ea42 20:29:24 ---> c5a5acf0b109 20:29:24 Step 23/24 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e 20:29:24 ---> Running in 0272e70057f7 20:29:24 Removing intermediate container 0272e70057f7 20:29:24 ---> ee5f8e8ffaa6 20:29:24 Step 24/24 : LABEL version=0.0.0 20:29:25 ---> Running in 82a9dc1b4b33 20:29:25 Removing intermediate container 82a9dc1b4b33 20:29:25 ---> af4af7de39c9 20:29:25 20:29:26 Successfully built af4af7de39c9 20:29:26 Successfully tagged core-command-arm64:latest 20:29:26  Building core-command ... done Building core-common-config-bootstrapper 20:29:48 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:29:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:29:48 ---> 77a750aa3953 20:29:48 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:29:48 ---> Using cache 20:29:48 ---> 1cae9df011f8 20:29:48 Step 4/23 : WORKDIR /edgex-go 20:29:48 ---> Using cache 20:29:48 ---> 9b71cc05df32 20:29:48 Step 5/23 : RUN apk add --update --no-cache make git 20:29:48 ---> Using cache 20:29:48 ---> 19b232abcfe5 20:29:48 Step 6/23 : COPY go.mod vendor* ./ 20:29:48 ---> Using cache 20:29:48 ---> f10d53a7527f 20:29:48 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:29:48 ---> Using cache 20:29:48 ---> b6fae8c39d66 20:29:48 Step 8/23 : COPY . . 20:29:48 ---> Using cache 20:29:48 ---> c02e7427e8fc 20:29:48 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:29:48 ---> Running in f3e364afd81f 20:29:48 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 20:31:09 Removing intermediate container c2c1dfbe9159 20:31:09 ---> 1c77d1a9891c 20:31:09 20:31:09 Step 10/25 : FROM alpine:3.17 20:31:09 ---> d74e625d9115 20:31:09 Step 11/25 : RUN apk add --update --no-cache dumb-init 20:31:09 ---> Using cache 20:31:09 ---> af169dd1bae8 20:31:09 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:31:09 ---> Using cache 20:31:09 ---> 45a430afd323 20:31:09 Step 13/25 : ENV APP_PORT=59881 20:31:09 ---> Running in 8f73f7328763 20:31:09 Removing intermediate container 8f73f7328763 20:31:09 ---> 8960e045ba9b 20:31:09 Step 14/25 : EXPOSE $APP_PORT 20:31:09 ---> Running in 87e9c1e790c3 20:31:09 Removing intermediate container 87e9c1e790c3 20:31:09 ---> 58da47d33b4d 20:31:09 Step 15/25 : WORKDIR / 20:31:09 ---> Running in 7258600990bc 20:31:09 Removing intermediate container 7258600990bc 20:31:09 ---> 991ed69c0118 20:31:09 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:31:09 ---> adda67c844ba 20:31:09 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 20:31:09 ---> a332a6c1f0bc 20:31:09 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:31:09 ---> b536d3d20835 20:31:09 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 20:31:09 ---> 372b8f1f77c5 20:31:09 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 20:31:09 ---> b017ba887a44 20:31:09 Step 21/25 : ENTRYPOINT ["/core-metadata"] 20:31:09 ---> Running in 0a73ad360144 20:31:09 Removing intermediate container 0a73ad360144 20:31:09 ---> 1365223b14d1 20:31:09 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:31:09 ---> Running in 1f1935e9da3f 20:31:09 Removing intermediate container 1f1935e9da3f 20:31:09 ---> 45b47bf66a42 20:31:09 Step 23/25 : LABEL arch=arm64 20:31:09 ---> Running in 699ff65db628 20:31:09 Removing intermediate container 699ff65db628 20:31:09 ---> 31760682f783 20:31:09 Step 24/25 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e 20:31:09 ---> Running in c72974b80f19 20:31:10 Removing intermediate container c72974b80f19 20:31:10 ---> eb5a9ee33ddb 20:31:10 Step 25/25 : LABEL version=0.0.0 20:31:10 ---> Running in 8b45ad769acc 20:31:11 Removing intermediate container 8b45ad769acc 20:31:11 ---> 3d838e048493 20:31:11 20:31:11 Successfully built 3d838e048493 20:31:11 Successfully tagged core-metadata-arm64:latest 20:31:11  Building core-metadata ... done Building security-bootstrapper 20:31:33 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:31:33 Step 2/33 : FROM ${BUILDER_BASE} AS builder 20:31:33 ---> 77a750aa3953 20:31:33 Step 3/33 : WORKDIR /edgex-go 20:31:33 ---> Using cache 20:31:33 ---> 403ebb34375a 20:31:33 Step 4/33 : RUN apk add --update --no-cache make git 20:31:33 ---> Running in c2fcc09f0485 20:31:34 Removing intermediate container 2a5ac502cebb 20:31:34 ---> e38851a74f67 20:31:34 20:31:34 Step 9/20 : FROM alpine:3.17 20:31:34 ---> d74e625d9115 20:31:34 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:31:34 ---> Running in c747a43b0b36 20:31:35 Removing intermediate container c747a43b0b36 20:31:35 ---> 476a61a6e06f 20:31:35 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:31:35 ---> Running in be2758fd4d8f 20:31:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:31:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:31:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:31:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:31:39 OK: 263 MiB in 53 packages 20:31:41 Removing intermediate container c2fcc09f0485 20:31:41 ---> 556b1d144995 20:31:41 Step 5/33 : COPY go.mod vendor* ./ 20:31:41 v3.17.2-295-g709985f93db [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:31:41 v3.17.2-296-g805ea7fc493 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:31:41 OK: 17691 distinct packages available 20:31:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:31:42 ---> 64f83869bdf0 20:31:42 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:31:42 ---> Running in 3acf57368483 20:31:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:31:44 (1/9) Installing ca-certificates (20220614-r4) 20:31:45 (2/9) Installing brotli-libs (1.0.9-r9) 20:31:45 (3/9) Installing nghttp2-libs (1.51.0-r0) 20:31:45 (4/9) Installing libcurl (7.88.1-r1) 20:31:45 (5/9) Installing curl (7.88.1-r1) 20:31:45 (6/9) Installing dumb-init (1.2.5-r2) 20:31:45 (7/9) Installing musl-obstack (1.2.3-r0) 20:31:45 (8/9) Installing libucontext (1.2-r0) 20:31:45 (9/9) Installing gcompat (1.1.0-r0) 20:31:45 Executing busybox-1.35.0-r29.trigger 20:31:45 Executing ca-certificates-20220614-r4.trigger 20:31:46 OK: 11 MiB in 24 packages 20:31:48 Removing intermediate container be2758fd4d8f 20:31:48 ---> 70538b7b62e0 20:31:48 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 20:31:49 ---> bba16d4e58cc 20:31:49 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 20:31:50 ---> 435b94f89cd8 20:31:50 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:31:53 ---> a5ccc4f8df9d 20:31:53 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 20:31:54 ---> db3e8b99d038 20:31:54 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 20:31:54 ---> Running in ab3b08b746c0 20:31:54 Removing intermediate container ab3b08b746c0 20:31:54 ---> a57bce04189c 20:31:54 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:31:55 ---> Running in ae0691a0147f 20:31:55 Removing intermediate container ae0691a0147f 20:31:55 ---> a600bc465d77 20:31:55 Step 18/20 : LABEL arch=arm64 20:31:55 ---> Running in 08b2b82791ac 20:31:56 Removing intermediate container 08b2b82791ac 20:31:56 ---> 785300a3e99f 20:31:56 Step 19/20 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e 20:31:56 ---> Running in 3b389ec55c82 20:31:57 Removing intermediate container 3b389ec55c82 20:31:57 ---> 14977fe74fab 20:31:57 Step 20/20 : LABEL version=0.0.0 20:31:57 ---> Running in 75a76d5405e9 20:31:58 Removing intermediate container 75a76d5405e9 20:31:58 ---> 20d0d3d3d2e0 20:31:58 20:31:58 Successfully built 20d0d3d3d2e0 20:31:58 Successfully tagged security-spiffe-token-provider-arm64:latest 20:31:58  Building security-spiffe-token-provider ... done Building security-secretstore-setup 20:32:16 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:32:16 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:32:16 ---> 77a750aa3953 20:32:16 Step 3/25 : WORKDIR /edgex-go 20:32:16 ---> Using cache 20:32:16 ---> 403ebb34375a 20:32:16 Step 4/25 : RUN apk add --update --no-cache make git 20:32:16 ---> Using cache 20:32:16 ---> 556b1d144995 20:32:16 Step 5/25 : COPY go.mod vendor* ./ 20:32:16 ---> Using cache 20:32:16 ---> 64f83869bdf0 20:32:16 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:32:21 ---> Running in 98f3c725a713 20:33:42 Removing intermediate container 3acf57368483 20:33:42 ---> fce0453e4237 20:33:42 Step 7/33 : COPY . . 20:34:09 ---> 52297d3492ad 20:34:09 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:34:09 ---> Running in ea65814cd833 20:34: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-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:34:28 Removing intermediate container ebf0ae88752f 20:34:28 ---> 75e3e9f8e6a7 20:34:28 20:34:28 Step 10/23 : FROM alpine:3.17 20:34:28 ---> d74e625d9115 20:34:28 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:34:28 ---> Using cache 20:34:28 ---> af169dd1bae8 20:34:28 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:34:28 ---> Using cache 20:34:28 ---> 45a430afd323 20:34:28 Step 13/23 : ENV APP_PORT=59861 20:34:29 ---> Running in 1846f68ee283 20:34:30 Removing intermediate container 1846f68ee283 20:34:30 ---> b2d520884e14 20:34:30 Step 14/23 : EXPOSE $APP_PORT 20:34:30 ---> Running in b9cd07159502 20:34:31 Removing intermediate container b9cd07159502 20:34:31 ---> 45b15969701e 20:34:31 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:34:31 Removing intermediate container 98f3c725a713 20:34:31 ---> fe51f92ebbe0 20:34:31 Step 7/25 : COPY . . 20:34:32 ---> 41a908fb7fe6 20:34:32 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:34:33 ---> 7b294d1c73da 20:34:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:34:38 ---> 855eb3f01cd1 20:34:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 20:34:39 ---> 4768a50f155a 20:34:39 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 20:34:39 ---> Running in 63ac247434d4 20:34:39 Removing intermediate container 63ac247434d4 20:34:39 ---> eac97966ee45 20:34:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:34:40 ---> Running in 471e3e5b87af 20:34:41 Removing intermediate container 471e3e5b87af 20:34:41 ---> 6f5eb5c11d45 20:34:41 Step 21/23 : LABEL arch=arm64 20:34:41 ---> Running in fc8e2178d8eb 20:34:43 Removing intermediate container fc8e2178d8eb 20:34:43 ---> e29495e5232c 20:34:43 Step 22/23 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e 20:34:43 ---> Running in a2ee96a0d2f0 20:34:44 Removing intermediate container a2ee96a0d2f0 20:34:44 ---> a1862804ba72 20:34:44 Step 23/23 : LABEL version=0.0.0 20:34:44 ---> Running in 871e6189c1ac 20:34:45 Removing intermediate container 871e6189c1ac 20:34:45 ---> dfe995831b3b 20:34:45 20:34:46 Successfully built dfe995831b3b 20:34:46 Successfully tagged support-scheduler-arm64:latest 20:34:46 Building security-proxy-setup 20:34:49  Building support-scheduler ... done  ---> f00b80c21295 20:34:49 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:34:49 ---> Running in 286f439d7084 20:34: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-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:35:06 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:35:06 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:35:06 ---> 77a750aa3953 20:35:06 Step 3/22 : WORKDIR /edgex-go 20:35:06 ---> Using cache 20:35:06 ---> 403ebb34375a 20:35:06 Step 4/22 : RUN apk add --update --no-cache make git 20:35:06 ---> Using cache 20:35:06 ---> 556b1d144995 20:35:06 Step 5/22 : COPY go.mod vendor* ./ 20:35:06 ---> Using cache 20:35:06 ---> 64f83869bdf0 20:35:06 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:35:06 ---> Using cache 20:35:06 ---> fe51f92ebbe0 20:35:06 Step 7/22 : COPY . . 20:35:06 ---> Using cache 20:35:06 ---> f00b80c21295 20:35:06 Step 8/22 : RUN make cmd/secrets-config/secrets-config 20:35:06 ---> Running in 9d820b7a9397 20:35:08 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 20:38:00 Removing intermediate container 4d167cd853c1 20:38:00 ---> 8fc69b520948 20:38:00 20:38:00 Step 10/23 : FROM alpine:3.17 20:38:00 ---> d74e625d9115 20:38:00 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:38:00 ---> Running in 3ec98edea1aa 20:38:00 Removing intermediate container 3ec98edea1aa 20:38:00 ---> ba993e6944e5 20:38:00 Step 12/23 : ENV APP_PORT=59880 20:38:00 ---> Running in 91c792360808 20:38:00 Removing intermediate container 91c792360808 20:38:00 ---> 1454ea32b908 20:38:00 Step 13/23 : EXPOSE $APP_PORT 20:38:00 ---> Running in c6987a4beee1 20:38:00 Removing intermediate container c6987a4beee1 20:38:00 ---> f2dc00f322ff 20:38:00 Step 14/23 : RUN apk add --update --no-cache dumb-init 20:38:00 ---> Running in 648ff289b0ad 20:38:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:38:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:38:00 (1/1) Installing dumb-init (1.2.5-r2) 20:38:00 Executing busybox-1.35.0-r29.trigger 20:38:00 OK: 8 MiB in 16 packages 20:38:00 Removing intermediate container 648ff289b0ad 20:38:00 ---> fd2a3ee000c5 20:38:00 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:38:00 ---> 5d8af7f8e1b0 20:38:00 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:38:00 ---> 8cc90c29a9e3 20:38:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:38:01 Removing intermediate container f3e364afd81f 20:38:01 ---> 909bfd3ecbf6 20:38:01 20:38:01 Step 10/23 : FROM alpine:3.17 20:38:01 ---> d74e625d9115 20:38:01 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:38:01 ---> Using cache 20:38:01 ---> fe057e68da5d 20:38:01 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:38:01 ---> Using cache 20:38:01 ---> e903d03f2f31 20:38:01 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:38:01 ---> Using cache 20:38:01 ---> cc04b32cfd88 20:38:01 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:38:01 ---> Using cache 20:38:01 ---> 922ccfc167f8 20:38:01 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 20:38:02 ---> bd0d621c17e8 20:38:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 20:38:03 ---> 5f360ef43179 20:38:03 Step 19/23 : ENTRYPOINT ["/core-data"] 20:38:03 ---> Running in bde7e6e4491c 20:38:04 ---> 775bd5b68952 20:38:04 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 20:38:04 Removing intermediate container bde7e6e4491c 20:38:04 ---> cfa000249f6a 20:38:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:38:04 ---> Running in 7bb7a49e8075 20:38:05 Removing intermediate container 7bb7a49e8075 20:38:05 ---> 12500d1728a8 20:38:05 Step 21/23 : LABEL arch=arm64 20:38:05 ---> eee9d38954a6 20:38:05 ---> Running in c70a1aa998c7 20:38:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 20:38:06 Removing intermediate container c70a1aa998c7 20:38:06 ---> e6dde3632fb9 20:38:06 Step 22/23 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e 20:38:06 ---> Running in 90d3a51044f2 20:38:07 ---> 29fa58867ae8 20:38:07 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:38:07 Removing intermediate container 90d3a51044f2 20:38:07 ---> b1476d903c34 20:38:07 Step 23/23 : LABEL version=0.0.0 20:38:07 ---> Running in 98b55b31d8e5 20:38:07 ---> Running in 85466d45795d 20:38:08 Removing intermediate container 85466d45795d 20:38:08 ---> 1dbdc149eca9 20:38:08 20:38:08 Successfully built 1dbdc149eca9 20:38:08 Successfully tagged core-data-arm64:latest 20:38:08  Building core-data ... done Building security-spire-server 20:38:11 Removing intermediate container 98b55b31d8e5 20:38:11 ---> 5ae75f063e3d 20:38:11 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 20:38:11 ---> Running in b5c2cc875655 20:38:11 Removing intermediate container b5c2cc875655 20:38:11 ---> 1e95ed097865 20:38:11 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 20:38:11 ---> Running in eff530eee044 20:38:12 Removing intermediate container eff530eee044 20:38:12 ---> 6b7bcfc3889b 20:38:12 Step 21/23 : LABEL arch=arm64 20:38:12 ---> Running in ab8701bd6d3b 20:38:14 Removing intermediate container ab8701bd6d3b 20:38:14 ---> a629c196673e 20:38:14 Step 22/23 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e 20:38:15 ---> Running in f92e4c06a0b8 20:38:16 Removing intermediate container f92e4c06a0b8 20:38:16 ---> a6409f5fdf2b 20:38:16 Step 23/23 : LABEL version=0.0.0 20:38:16 ---> Running in b4824fc5efc9 20:38:16 Removing intermediate container b4824fc5efc9 20:38:16 ---> fa29bf88f705 20:38:16 20:38:17 Successfully built fa29bf88f705 20:38:17 Successfully tagged core-common-config-bootstrapper-arm64:latest 20:38:17  Building core-common-config-bootstrapper ... done Building support-notifications 20:38:35 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:38:35 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:38:35 ---> 77a750aa3953 20:38:35 Step 3/26 : WORKDIR /edgex-go 20:38:35 ---> Using cache 20:38:35 ---> 403ebb34375a 20:38:35 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 20:38:35 ---> Running in b736574fbfd7 20:38:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:38:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:38:41 OK: 263 MiB in 53 packages 20:38:43 Removing intermediate container b736574fbfd7 20:38:43 ---> a7d6b9892c36 20:38:43 Step 5/26 : COPY go.mod vendor* ./ 20:38:44 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:38:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:38:44 ---> 77a750aa3953 20:38:44 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:38:44 ---> Using cache 20:38:44 ---> 1cae9df011f8 20:38:44 Step 4/23 : WORKDIR /edgex-go 20:38:44 ---> Using cache 20:38:44 ---> 9b71cc05df32 20:38:44 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 20:38:44 ---> Running in 8af3d2f7368f 20:38:44 ---> 7f0c0aaea3da 20:38:44 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:38:44 ---> Running in 28e36b0cbc55 20:38:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:38:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:38:49 OK: 263 MiB in 53 packages 20:38:51 Removing intermediate container 8af3d2f7368f 20:38:51 ---> 05ed1ac0cddb 20:38:51 Step 6/23 : COPY go.mod vendor* ./ 20:38:52 ---> d2cc0cf2c49d 20:38:52 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:38:52 ---> Running in 538238747a1d 20:40:58 Removing intermediate container 28e36b0cbc55 20:40:58 ---> 36d7141cc7cb 20:40:58 Step 7/26 : COPY . . 20:40:58 Removing intermediate container 538238747a1d 20:40:58 ---> 240e3238709c 20:40:58 Step 8/23 : COPY . . 20:41:08 ---> ce6ed9dd154b 20:41:08 Step 8/26 : ARG SPIRE_RELEASE=1.2.1 20:41:08 ---> Running in 92e4ec54b5e8 20:41:09 Removing intermediate container 92e4ec54b5e8 20:41:09 ---> b6ad4053bedc 20:41:09 Step 9/26 : WORKDIR /edgex-go/spire-build 20:41:09 ---> Running in 68a367514885 20:41:11 Removing intermediate container 68a367514885 20:41:11 ---> 52e9caa6d331 20:41:11 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:41:11 ---> Running in 7e3179f654d1 20:41:12 Removing intermediate container 7e3179f654d1 20:41:12 ---> 4b2735f9035c 20:41:12 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:41:12 ---> Running in 16c08289eb71 20:41:15 ---> 3e33292284e6 20:41:15 Step 9/23 : RUN make cmd/support-notifications/support-notifications 20:41:16 ---> Running in e267d41b3b06 20:41:16 Removing intermediate container 16c08289eb71 20:41:16 ---> bc6912454213 20:41:16 Step 12/26 : WORKDIR /edgex-go 20:41:17 ---> Running in 942056f09bc8 20:41:17 Removing intermediate container 942056f09bc8 20:41:17 ---> 5b930d2bf430 20:41:17 20:41:17 Step 13/26 : FROM alpine:3.17 20:41:17 ---> d74e625d9115 20:41:17 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:41:17 ---> Using cache 20:41:17 ---> 857b451900bd 20:41:17 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:41:17 ---> Using cache 20:41:17 ---> 0955883f568c 20:41:17 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 20:41:17 ---> Using cache 20:41:17 ---> ffcf0756267a 20:41:17 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 20:41:17 ---> Using cache 20:41:18 ---> b94b9cc38dc9 20:41:18 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:41:18 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:41:25 ---> 5ede43acbbaf 20:41:25 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:41:25 ---> a2b63f2e416f 20:41:25 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:41:26 ---> 4df6855a1ccc 20:41:26 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:41:27 ---> d8dc83d17b8c 20:41:27 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:41:27 ---> Running in 66b1f0ab0521 20:41:27 Removing intermediate container 66b1f0ab0521 20:41:27 ---> 3f14cb3cc183 20:41:27 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:41:28 ---> Running in f387642695e9 20:41:28 Removing intermediate container f387642695e9 20:41:28 ---> 81fca35d4925 20:41:28 Step 24/26 : LABEL arch=arm64 20:41:28 ---> Running in bdfe7e80592f 20:41:29 Removing intermediate container bdfe7e80592f 20:41:29 ---> 1ec2387ee2de 20:41:29 Step 25/26 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e 20:41:29 ---> Running in 8093b11a462e 20:41:29 Removing intermediate container 8093b11a462e 20:41:29 ---> 1db2d6277902 20:41:29 Step 26/26 : LABEL version=0.0.0 20:41:30 ---> Running in 722f3a1c3556 20:41:31 Removing intermediate container 722f3a1c3556 20:41:31 ---> 7e517c5f1adb 20:41:31 20:41:31 Successfully built 7e517c5f1adb 20:41:31 Successfully tagged security-spire-server-arm64:latest 20:41:39  Building security-spire-server ... done Removing intermediate container ea65814cd833 20:41:39 ---> 8f97a6ee61f2 20:41:39 20:41:39 Step 9/33 : FROM alpine:3.17 20:41:39 ---> d74e625d9115 20:41:39 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:41:39 ---> Using cache 20:41:39 ---> 476a61a6e06f 20:41:39 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 20:41:39 ---> Running in 4dad96315034 20:41:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:41:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:41:44 (1/2) Installing dumb-init (1.2.5-r2) 20:41:44 (2/2) Installing su-exec (0.2-r2) 20:41:44 Executing busybox-1.35.0-r29.trigger 20:41:44 OK: 8 MiB in 17 packages 20:41:46 Removing intermediate container 4dad96315034 20:41:46 ---> dc695021e072 20:41:46 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 20:41:46 ---> Running in 379466c21d41 20:41:46 Removing intermediate container 379466c21d41 20:41:46 ---> d33541c0f720 20:41:46 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 20:41:47 ---> Running in 98dcec57c906 20:41:47 Removing intermediate container 98dcec57c906 20:41:47 ---> 5fcc7b5806ab 20:41:47 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 20:41:47 ---> Running in ffe06dfe47e8 20:41:48 Removing intermediate container ffe06dfe47e8 20:41:48 ---> 1d817dfbd9f0 20:41:48 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 20:41:48 ---> Running in f3a7eb7e1c9d 20:41:48 Removing intermediate container f3a7eb7e1c9d 20:41:48 ---> d36564271d0d 20:41:48 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 20:41:48 ---> Running in 179c1afbfcbd 20:41:51 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:41:51 Removing intermediate container 179c1afbfcbd 20:41:51 ---> 10597544a9ba 20:41:51 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 20:41:51 ---> Running in c266183b8fe7 20:41:52 Removing intermediate container c266183b8fe7 20:41:52 ---> fd1a4db1f3f3 20:41:52 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 20:41:53 ---> 32ce1ef24d1c 20:41:53 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 20:41:53 ---> Running in 1aa1edb0a7ad 20:41:56 Removing intermediate container 1aa1edb0a7ad 20:41:56 ---> 6f43e462f55e 20:41:56 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 20:41:57 ---> efca3bcba9f6 20:41:57 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 20:41:59 ---> 3b24db8d8c6f 20:41:59 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:42:02 ---> 358910a90a67 20:42:02 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 20:42:04 ---> bdf1438fda46 20:42:04 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 20:42:05 ---> 5d4ca3ad6a34 20:42:05 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 20:42:06 ---> 3c9678bc9aa7 20:42:06 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 20:42:08 ---> 6f8c2260daf2 20:42:08 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:42:14 ---> bf4de42a0b57 20:42:14 Step 28/33 : RUN chmod +x /entrypoint.sh 20:42:14 ---> Running in fa72572480ca 20:42:18 Removing intermediate container fa72572480ca 20:42:18 ---> d5b18c0bcb68 20:42:18 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 20:42:18 ---> Running in 465918b985a3 20:42:18 Removing intermediate container 286f439d7084 20:42:18 ---> 614a42073ec1 20:42:18 20:42:18 Step 9/25 : FROM alpine:3.17 20:42:18 ---> d74e625d9115 20:42:18 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:42:19 ---> Running in 43ac0c76cc20 20:42:19 Removing intermediate container 465918b985a3 20:42:19 ---> f1c2fb84d0d6 20:42:19 Step 30/33 : CMD ["gate"] 20:42:19 ---> Running in 6030df4fa16d 20:42:21 Removing intermediate container 6030df4fa16d 20:42:21 ---> d497b41d1931 20:42:21 Step 31/33 : LABEL arch=arm64 20:42:21 ---> Running in 190e06be1adf 20:42:21 Removing intermediate container 9d820b7a9397 20:42:21 ---> da3d422eb0e7 20:42:21 20:42:21 Step 9/22 : FROM alpine:3.17 20:42:21 ---> d74e625d9115 20:42:21 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 20:42:21 ---> Running in d40a21e6dce8 20:42:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:42:22 Removing intermediate container 190e06be1adf 20:42:22 ---> c44bc365dcfa 20:42:22 Step 32/33 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e 20:42:22 ---> Running in 5f0724f51555 20:42:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:42:22 Removing intermediate container 5f0724f51555 20:42:22 ---> 645c4df173f1 20:42:22 Step 33/33 : LABEL version=0.0.0 20:42:23 ---> Running in 1e22d1e95cc3 20:42:23 Removing intermediate container 1e22d1e95cc3 20:42:23 ---> fb96e445de67 20:42:23 20:42:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:42:24 Successfully built fb96e445de67 20:42:24 Successfully tagged security-bootstrapper-arm64:latest 20:42:24  Building security-bootstrapper ... done (1/3) Installing ca-certificates (20220614-r4) 20:42:24 (2/3) Installing dumb-init (1.2.5-r2) 20:42:24 (3/3) Installing su-exec (0.2-r2) 20:42:24 Executing busybox-1.35.0-r29.trigger 20:42:24 Executing ca-certificates-20220614-r4.trigger 20:42:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:42:24 OK: 8 MiB in 18 packages 20:42:26 (1/2) Installing dumb-init (1.2.5-r2) 20:42:26 (2/2) Installing openssl (3.0.8-r2) 20:42:26 Executing busybox-1.35.0-r29.trigger 20:42:26 OK: 8 MiB in 17 packages 20:42:27 Removing intermediate container 43ac0c76cc20 20:42:27 ---> c307f44b19f4 20:42:27 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 20:42:27 ---> Running in 9603fe528af0 20:42:28 Removing intermediate container 9603fe528af0 20:42:28 ---> 462248964367 20:42:28 Step 12/25 : WORKDIR / 20:42:28 ---> Running in 6fc6bfe86cd5 20:42:28 Removing intermediate container d40a21e6dce8 20:42:28 ---> 6e8d74c6c169 20:42:28 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 20:42:28 ---> Running in 2a901788b8b6 20:42:28 Removing intermediate container 6fc6bfe86cd5 20:42:28 ---> 1f8ba7713b24 20:42:28 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:42:29 Removing intermediate container 2a901788b8b6 20:42:29 ---> 444e4ba17e92 20:42:29 Step 12/22 : WORKDIR /edgex 20:42:29 ---> Running in 18b3b8c95b28 20:42:30 Removing intermediate container 18b3b8c95b28 20:42:30 ---> af50242c803d 20:42:30 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:42:30 ---> 3e782bcbdf54 20:42:30 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 20:42:31 ---> a9501ea439c7 20:42:31 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 20:42:31 ---> 035be8881635 20:42:31 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:42:32 ---> 48a98f544401 20:42:32 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 20:42:32 ---> e5e43c8d7f81 20:42:32 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 20:42:33 ---> d8b73b3c2bb0 20:42:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:42:33 ---> c6066cd674a5 20:42:33 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 20:42:36 ---> 954019109b3d 20:42:36 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:42:36 ---> 8f6b4cb8081c 20:42:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:42:38 ---> d7e9a0ff0a66 20:42:39 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:42:39 ---> Running in 8ed444665569 20:42:39 ---> e4654b1c9fb7 20:42:39 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:42:42 ---> 259bdb11d78e 20:42:42 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:42:42 Removing intermediate container 8ed444665569 20:42:42 ---> 11127da5c167 20:42:42 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 20:42:43 ---> Running in 677f401e7113 20:42:43 ---> 547afa3c5435 20:42:43 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:42:43 ---> Running in 8487f98e5876 20:42:43 Removing intermediate container 677f401e7113 20:42:43 ---> d24a870c92a7 20:42:43 Step 20/22 : LABEL arch=arm64 20:42:44 ---> Running in 3b7d7bc45a3f 20:42:45 Removing intermediate container 3b7d7bc45a3f 20:42:45 ---> 1cf609f32fa2 20:42:45 Step 21/22 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e 20:42:45 ---> Running in 5aa6f69dd4d7 20:42:45 Removing intermediate container 5aa6f69dd4d7 20:42:45 ---> a3f684c4d87f 20:42:45 Step 22/22 : LABEL version=0.0.0 20:42:46 ---> Running in dd8a1f58cfad 20:42:47 Removing intermediate container dd8a1f58cfad 20:42:47 ---> 7dc077071bec 20:42:47 20:42:47 Removing intermediate container 8487f98e5876 20:42:47 ---> 0e37e7321120 20:42:47 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 20:42:47 ---> Running in 97c16f22bdaa 20:42:47 Successfully built 7dc077071bec 20:42:47 Successfully tagged security-proxy-setup-arm64:latest 20:42:48  Building security-proxy-setup ... done Removing intermediate container 97c16f22bdaa 20:42:48 ---> c6d70dd01a8f 20:42:48 Step 23/25 : LABEL arch=arm64 20:42:48 ---> Running in 4c8a47ade273 20:42:48 Removing intermediate container 4c8a47ade273 20:42:48 ---> 8ce706648d9e 20:42:48 Step 24/25 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e 20:42:48 ---> Running in f0d4fcc5676f 20:42:49 Removing intermediate container f0d4fcc5676f 20:42:49 ---> 98a7fd04a8b8 20:42:49 Step 25/25 : LABEL version=0.0.0 20:42:49 ---> Running in ad0285996890 20:42:50 Removing intermediate container ad0285996890 20:42:50 ---> 494aebab44ef 20:42:50 20:42:50 Successfully built 494aebab44ef 20:42:50 Successfully tagged security-secretstore-setup-arm64:latest 20:44:42  Building security-secretstore-setup ... done Removing intermediate container e267d41b3b06 20:44:42 ---> 3a3cdd72489f 20:44:42 20:44:42 Step 10/23 : FROM alpine:3.17 20:44:42 ---> d74e625d9115 20:44:42 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 20:44:42 ---> Running in 75f86569ed4d 20:44:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:44:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:44:42 (1/2) Installing ca-certificates (20220614-r4) 20:44:42 (2/2) Installing dumb-init (1.2.5-r2) 20:44:42 Executing busybox-1.35.0-r29.trigger 20:44:42 Executing ca-certificates-20220614-r4.trigger 20:44:42 OK: 8 MiB in 17 packages 20:44:42 Removing intermediate container 75f86569ed4d 20:44:42 ---> 06c72cb0890d 20:44:42 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 20:44:42 ---> Running in 17b154a222f9 20:44:42 Removing intermediate container 17b154a222f9 20:44:42 ---> a703f5aa15c8 20:44:42 Step 13/23 : ENV APP_PORT=59860 20:44:42 ---> Running in a6a585259218 20:44:42 Removing intermediate container a6a585259218 20:44:42 ---> 713a41841efe 20:44:42 Step 14/23 : EXPOSE $APP_PORT 20:44:42 ---> Running in 050ea32dddbc 20:44:42 Removing intermediate container 050ea32dddbc 20:44:42 ---> 4feec229504d 20:44:42 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:44:42 ---> 3afbbbe4b57b 20:44:42 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:44:42 ---> ec931e59ce98 20:44:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:44:43 ---> 7e72906b3e71 20:44:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 20:44:43 ---> 2648c3db1eea 20:44:43 Step 19/23 : ENTRYPOINT ["/support-notifications"] 20:44:43 ---> Running in d8b3ca1ba672 20:44:43 Removing intermediate container d8b3ca1ba672 20:44:43 ---> 603a8b995a70 20:44:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:44:44 ---> Running in 4ec9cc3e1f2f 20:44:44 Removing intermediate container 4ec9cc3e1f2f 20:44:44 ---> cb1e90a3318b 20:44:44 Step 21/23 : LABEL arch=arm64 20:44:44 ---> Running in 34fed2f39afa 20:44:44 Removing intermediate container 34fed2f39afa 20:44:44 ---> 13f3a33a1d52 20:44:44 Step 22/23 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e 20:44:44 ---> Running in d483000b4e16 20:44:45 Removing intermediate container d483000b4e16 20:44:45 ---> fa8b0d470040 20:44:45 Step 23/23 : LABEL version=0.0.0 20:44:45 ---> Running in d8bdb70cfb94 20:44:45 Removing intermediate container d8bdb70cfb94 20:44:45 ---> f7008379b79a 20:44:45 20:44:45 Successfully built f7008379b79a 20:44:45 Successfully tagged support-notifications-arm64:latest 20:44:46  Building support-notifications ... done  [Pipeline] } 20:44:46 $ docker stop --time=1 14ff9f3f28e7bd29d2a7ff710b5bf9715d7d6fb881261c1f8c12659cf26f2c37 20:44:48 $ docker rm -f --volumes 14ff9f3f28e7bd29d2a7ff710b5bf9715d7d6fb881261c1f8c12659cf26f2c37 [Pipeline] // withDockerContainer [Pipeline] sh 20:44:49 + docker images 20:44:49 REPOSITORY TAG IMAGE ID CREATED SIZE 20:44:49 support-notifications-arm64 latest f7008379b79a 4 seconds ago 32.1MB 20:44:49 3a3cdd72489f 16 seconds ago 1.56GB 20:44:49 security-secretstore-setup-arm64 latest 494aebab44ef 2 minutes ago 32.2MB 20:44:49 security-proxy-setup-arm64 latest 7dc077071bec 2 minutes ago 18.7MB 20:44:49 security-bootstrapper-arm64 latest fb96e445de67 2 minutes ago 21.9MB 20:44:49 da3d422eb0e7 2 minutes ago 1.47GB 20:44:49 614a42073ec1 2 minutes ago 1.49GB 20:44:49 8f97a6ee61f2 3 minutes ago 1.48GB 20:44:49 security-spire-server-arm64 latest 7e517c5f1adb 3 minutes ago 87.1MB 20:44:49 5b930d2bf430 3 minutes ago 1.35GB 20:44:49 core-common-config-bootstrapper-arm64 latest fa29bf88f705 6 minutes ago 17.2MB 20:44:49 core-data-arm64 latest 1dbdc149eca9 6 minutes ago 19.9MB 20:44:49 909bfd3ecbf6 6 minutes ago 1.49GB 20:44:49 8fc69b520948 7 minutes ago 1.5GB 20:44:49 support-scheduler-arm64 latest dfe995831b3b 10 minutes ago 31.5MB 20:44:49 75e3e9f8e6a7 10 minutes ago 1.56GB 20:44:49 security-spiffe-token-provider-arm64 latest 20d0d3d3d2e0 12 minutes ago 32.7MB 20:44:49 e38851a74f67 13 minutes ago 1.53GB 20:44:49 core-metadata-arm64 latest 3d838e048493 13 minutes ago 20.2MB 20:44:49 1c77d1a9891c 13 minutes ago 1.5GB 20:44:49 core-command-arm64 latest af4af7de39c9 15 minutes ago 19.7MB 20:44:49 df126f3b5df9 15 minutes ago 1.49GB 20:44:49 security-proxy-auth-arm64 latest f3656118119c 16 minutes ago 18.2MB 20:44:49 ded8bfdaae2a 16 minutes ago 1.47GB 20:44:49 security-spire-agent-arm64 latest bd777de63f8e 23 minutes ago 125MB 20:44:49 security-spire-config-arm64 latest 01323f855dd0 23 minutes ago 86.2MB 20:44:49 086e192f7eaf 24 minutes ago 1.35GB 20:44:49 832e1dce7796 24 minutes ago 1.35GB 20:44:49 ci-base-image-arm64 latest 77a750aa3953 40 minutes ago 866MB 20:44:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 6cb57ee374ae 2 weeks ago 648MB 20:44:49 alpine 3.17 d74e625d9115 6 weeks ago 7.46MB 20:44:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:44:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:44:50 20:44:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:44:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:44:50 arm64: Pulling from edgex-lftools-log-publisher 20:44:50 8998bd30e6a1: Pulling fs layer 20:44:50 04944245beec: Pulling fs layer 20:44:50 699f458cf7ca: Pulling fs layer 20:44:50 765212b225bb: Pulling fs layer 20:44:50 f23df028b6ca: Pulling fs layer 20:44:50 d65c8cfc05b1: Pulling fs layer 20:44:50 2437ff75d9bd: Pulling fs layer 20:44:50 f23df028b6ca: Waiting 20:44:50 d65c8cfc05b1: Waiting 20:44:50 765212b225bb: Waiting 20:44:50 2437ff75d9bd: Waiting 20:44:51 04944245beec: Verifying Checksum 20:44:51 04944245beec: Download complete 20:44:51 765212b225bb: Download complete 20:44:51 f23df028b6ca: Download complete 20:44:51 d65c8cfc05b1: Verifying Checksum 20:44:51 d65c8cfc05b1: Download complete 20:44:51 699f458cf7ca: Verifying Checksum 20:44:51 699f458cf7ca: Download complete 20:44:51 8998bd30e6a1: Verifying Checksum 20:44:51 8998bd30e6a1: Download complete 20:44:53 2437ff75d9bd: Verifying Checksum 20:44:53 2437ff75d9bd: Download complete 20:44:55 8998bd30e6a1: Pull complete 20:44:55 04944245beec: Pull complete 20:44:57 699f458cf7ca: Pull complete 20:44:57 765212b225bb: Pull complete 20:44:57 f23df028b6ca: Pull complete 20:44:58 d65c8cfc05b1: Pull complete 20:45:13 2437ff75d9bd: Pull complete 20:45:13 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 20:45:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:45:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:45:13 prd-ubuntu20.04-docker-arm64-4c-16g-6107 does not seem to be running inside a container 20:45:13 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 20:45:16 $ docker top 09c4607a0610bd44e50e6730764ee6576c7402f4e418dd457a4f5a18eff5c0e5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:45:17 ---> job-cost.sh 20:45:17 lf-activate-venv: SKIPPING 20:45:17 INFO: No Stack... 20:45:17 INFO: Retrieving Pricing Info for: v3-standard-4 20:45:18 INFO: Archiving Costs [Pipeline] sh 20:45:18 + cat /w/workspace/edgex-go/1/archives/cost.csv 20:45:18 + cut -d, -f6 [Pipeline] lock 20:45:18 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4481-1-stack-cost] 20:45:18 Resource [jenkins-edgexfoundry-edgex-go-PR-4481-1-stack-cost] did not exist. Created. 20:45:18 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4481-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:45:19 + echo total: 0.10999999940395355 [Pipeline] stash 20:45:19 Stashed 1 file(s) [Pipeline] } 20:45:19 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4481-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:45:19 $ docker stop --time=1 09c4607a0610bd44e50e6730764ee6576c7402f4e418dd457a4f5a18eff5c0e5 20:45:21 $ docker rm -f --volumes 09c4607a0610bd44e50e6730764ee6576c7402f4e418dd457a4f5a18eff5c0e5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 20:45:22 provisioning config files... 20:45:22 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config11925357333849681077tmp [Pipeline] { [Pipeline] sh 20:45:22 + set +x 20:45:22 + curl -s https://codecov.io/bash 20:45:22 + bash -s -- 20:45:22 20:45:22 _____ _ 20:45:22 / ____| | | 20:45:22 | | ___ __| | ___ ___ _____ __ 20:45:22 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:45:22 | |___| (_) | (_| | __/ (_| (_) \ V / 20:45:22 \_____\___/ \__,_|\___|\___\___/ \_/ 20:45:22 Bash-1.0.6 20:45:22 20:45:22 20:45:22 ==> git version 2.25.1 found 20:45:22 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 20:45:22 Release-Date: 2020-01-08 20:45:22 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 20:45:22 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 20:45:22 ==> Jenkins CI detected. 20:45:22 current dir:  /w/workspace/edgex-go/1 20:45:22 project root: . 20:45:22 --> token set from env 20:45:22 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:45:22 ==> Running gcov in . (disable via -X gcov) 20:45:22 ==> Python coveragepy not found 20:45:22 ==> Searching for coverage reports in: 20:45:22 + . 20:45:22 -> Found 1 reports 20:45:22 ==> Detecting git/mercurial file structure 20:45:22 ==> Reading reports 20:45:22 + ./coverage.out bytes=447380 20:45:22 ==> Appending adjustments 20:45:22 https://docs.codecov.io/docs/fixing-reports 20:45:24 + Found adjustments 20:45:24 ==> Gzipping contents 20:45:24 60K /tmp/codecov.k5W1dj.gz 20:45:24 ==> Uploading reports 20:45:24 url: https://codecov.io 20:45:24 query: branch=PR-4481&commit=1b24e6fd9d1f9bdca89faae1f1d658e64615562e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4481%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4481&job=&cmd_args= 20:45:24 -> Pinging Codecov 20:45:24 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4481&commit=1b24e6fd9d1f9bdca89faae1f1d658e64615562e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4481%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4481&job=&cmd_args= 20:45:24 -> Uploading to 20:45:24 https://storage.googleapis.com/codecov/v4/raw/2023-03-28/00271124DB129430A58F1EEE437C3FCB/1b24e6fd9d1f9bdca89faae1f1d658e64615562e/795e0093-1f2e-46c5-a397-856feb575dfb.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230328%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230328T204523Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5f19b609832d0b0044945a7fc1f0719e969d70b7558ad7aa130c495ff1b929c9 20:45:24 % Total % Received % Xferd Average Speed Time Time Time Current 20:45:24 Dload Upload Total Spent Left Speed 20:45:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57518 0 0 100 57518 0 271k --:--:-- --:--:-- --:--:-- 270k 100 57518 0 0 100 57518 0 167k --:--:-- --:--:-- --:--:-- 167k 20:45:24 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/1b24e6fd9d1f9bdca89faae1f1d658e64615562e [Pipeline] } 20:45:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 20:45:25 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 20:45:26 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:45:27 ---> package-listing.sh 20:45:27 ++ facter osfamily 20:45:27 ++ tr '[:upper:]' '[:lower:]' 20:45:27 + OS_FAMILY=debian 20:45:27 + workspace=/w/workspace/edgex-go/1 20:45:27 + START_PACKAGES=/tmp/packages_start.txt 20:45:27 + END_PACKAGES=/tmp/packages_end.txt 20:45:27 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:45:27 + PACKAGES=/tmp/packages_start.txt 20:45:27 + '[' /w/workspace/edgex-go/1 ']' 20:45:27 + PACKAGES=/tmp/packages_end.txt 20:45:27 + case "${OS_FAMILY}" in 20:45:27 + dpkg -l 20:45:27 + grep '^ii' 20:45:27 + '[' -f /tmp/packages_start.txt ']' 20:45:27 + '[' -f /tmp/packages_end.txt ']' 20:45:27 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:45:27 + '[' /w/workspace/edgex-go/1 ']' 20:45:27 + mkdir -p /w/workspace/edgex-go/1/archives/ 20:45:27 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 20:45:27 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:45:27 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:45:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:45:28 20:45:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:45:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:45:28 latest: Pulling from edgex-lftools-log-publisher 20:45:28 5eb5b503b376: Pulling fs layer 20:45:28 5c69ac0246d0: Pulling fs layer 20:45:28 ec43610c2a17: Pulling fs layer 20:45:28 3a2ae6a8a46f: Pulling fs layer 20:45:28 33b1e0a273af: Pulling fs layer 20:45:28 5d3b04190fa2: Pulling fs layer 20:45:28 2f39f015ded8: Pulling fs layer 20:45:28 3a2ae6a8a46f: Waiting 20:45:28 33b1e0a273af: Waiting 20:45:28 5d3b04190fa2: Waiting 20:45:28 2f39f015ded8: Waiting 20:45:28 5c69ac0246d0: Download complete 20:45:28 3a2ae6a8a46f: Verifying Checksum 20:45:28 3a2ae6a8a46f: Download complete 20:45:28 33b1e0a273af: Verifying Checksum 20:45:28 33b1e0a273af: Download complete 20:45:28 ec43610c2a17: Verifying Checksum 20:45:28 ec43610c2a17: Download complete 20:45:28 5d3b04190fa2: Download complete 20:45:28 5eb5b503b376: Verifying Checksum 20:45:28 5eb5b503b376: Download complete 20:45:29 2f39f015ded8: Download complete 20:45:29 5eb5b503b376: Pull complete 20:45:29 5c69ac0246d0: Pull complete 20:45:30 ec43610c2a17: Pull complete 20:45:30 3a2ae6a8a46f: Pull complete 20:45:30 33b1e0a273af: Pull complete 20:45:30 5d3b04190fa2: Pull complete 20:45:34 2f39f015ded8: Pull complete 20:45:34 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:45:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:45:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:45:35 prd-ubuntu20.04-docker-8c-8g-6104 does not seem to be running inside a container 20:45:35 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 20:45:36 $ docker top 7aa05d42889d2f177c7a1c6f5638b517e62582bf38a706bad3dc4f7d7a0da1f0 -eo pid,comm [Pipeline] { [Pipeline] sh 20:45:37 + touch /tmp/pre-build-complete [Pipeline] sh 20:45:37 + mkdir -p /var/log/sysstat [Pipeline] sh 20:45:37 + ls /var/log/sa-host 20:45:37 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:45:38 provisioning config files... 20:45:38 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config5552698444365794458tmp [Pipeline] { [Pipeline] echo 20:45:38 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:45:38 ---> create-netrc.sh [Pipeline] } 20:45:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:45:38 ---> python-tools-install.sh [Pipeline] echo 20:45:38 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:45:39 ---> sudo-logs.sh 20:45:39 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:45:39 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:45:39 ---> job-cost.sh 20:45:39 lf-activate-venv: SKIPPING 20:45:39 DEBUG: total: 0.10999999940395355 20:45:39 INFO: Retrieving Stack Cost... 20:45:39 INFO: Retrieving Pricing Info for: v3-standard-8 20:45:40 INFO: Archiving Costs [Pipeline] echo 20:45:40 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:45:40 ---> logs-deploy.sh 20:45:40 lf-activate-venv: SKIPPING 20:45:40 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4481/1 20:45:40 INFO: archiving workspace using pattern(s): 20:45:41 Archives upload complete. 20:45:41 INFO: archiving logs to Nexus