Pull request #4283 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of farshidtz for edgexfoundry/edgex-go Obtained Jenkinsfile from bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be+bf562dc766fd38f4e5702a64e70d5e04b319d653 (c6ce69a07bc047791e482d38ec566d79e94faac8) 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-ssh207290836345773980.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh8487840045751992566.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4283/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-4283/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1695004547664663485.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-4283/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13932598110912858025.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh7370005867867840817.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-4283/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-4283/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh8436537063696098050.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-2584 in /w/workspace/edgexfoundry_edgex-go_PR-4283 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit bf562dc766fd38f4e5702a64e70d5e04b319d653 into PR head commit bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be Merge succeeded, producing bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be Checking out Revision bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be (PR-4283) > 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/4283/head:refs/remotes/origin/PR-4283 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be # 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 bf562dc766fd38f4e5702a64e70d5e04b319d653 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be # timeout=10 Commit message: "fix(snap): source security-bootstrapper config overrides from env file" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:15:55 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:15:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:15:55 ========================================================= 16:15:55 EdgeX Global Pipelines Version Info 16:15:55 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:15:56 ------------------- 16:15:56 stable info: 16:15:56 ------------------- 16:15:56 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:15:56 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 16:15:56 Message: update stable to v1.0.244 16:15:57 ------------------- 16:15:57 experimental info: 16:15:57 ------------------- 16:15:57 Commited By: **** collab-it+edgex@linuxfoundation.org 16:15:57 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 16:15:57 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:15:57 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 16:15:57 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 16:15:57 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:15:57 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:15:57 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:15:57 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 16:15:57 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 16:15:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 16:15:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 16:15:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 16:15:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:15:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:15:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 16:15:58 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:15:58 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:15:58 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:15:58 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:15:58 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:15:58 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:15:58 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 16:15:58 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:15:58 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:15:58 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 16:15:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4283 [Pipeline] echo 16:15:58 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4283 [Pipeline] echo 16:15:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4283 [Pipeline] echo 16:15:58 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be [Pipeline] echo 16:15:58 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bf00e8b [Pipeline] echo 16:15:58 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:15:58 provisioning config files... 16:15:58 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config2721108379876469159tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:15:59 ---> docker-login.sh 16:15:59 nexus3.edgexfoundry.org:10001 16:15:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:15:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:15:59 Configure a credential helper to remove this warning. See 16:15:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:15:59 16:15:59 Login Succeeded 16:15:59 nexus3.edgexfoundry.org:10002 16:15:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:15:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:15:59 Configure a credential helper to remove this warning. See 16:15:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:15:59 16:15:59 Login Succeeded 16:15:59 nexus3.edgexfoundry.org:10003 16:15:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:15:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:15:59 Configure a credential helper to remove this warning. See 16:15:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:15:59 16:15:59 Login Succeeded 16:15:59 nexus3.edgexfoundry.org:10004 16:15:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:15:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:15:59 Configure a credential helper to remove this warning. See 16:15:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:15:59 16:15:59 Login Succeeded 16:15:59 docker.io 16:15:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:16:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:16:00 Configure a credential helper to remove this warning. See 16:16:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:16:00 16:16:00 Login Succeeded 16:16:00 ---> docker-login.sh ends [Pipeline] } 16:16:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:16:00 + ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 16:16:00 + dirname cmd/core-command/Dockerfile 16:16:00 + cut -d/ -f2 16:16:00 + echo core-command,cmd/core-command/Dockerfile 16:16:00 + dirname cmd/core-data/Dockerfile 16:16:00 + cut -d/ -f2 16:16:00 + echo core-data,cmd/core-data/Dockerfile 16:16:00 + dirname cmd/core-metadata/Dockerfile 16:16:00 + cut -d/ -f2 16:16:00 + echo core-metadata,cmd/core-metadata/Dockerfile 16:16:00 + dirname cmd/security-bootstrapper/Dockerfile 16:16:00 + cut -d/ -f2 16:16:00 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 16:16:00 + dirname cmd/security-proxy-setup/Dockerfile 16:16:00 + cut -d/ -f2 16:16:00 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 16:16:00 + dirname cmd/security-secretstore-setup/Dockerfile 16:16:00 + cut -d/ -f2 16:16:00 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 16:16:00 + dirname cmd/security-spiffe-token-provider/Dockerfile 16:16:00 + cut -d/ -f2 16:16:00 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 16:16:00 + dirname cmd/security-spire-agent/Dockerfile 16:16:00 + cut -d/ -f2 16:16:00 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 16:16:00 + dirname cmd/security-spire-config/Dockerfile 16:16:00 + cut -d/ -f2 16:16:00 + echo security-spire-config,cmd/security-spire-config/Dockerfile 16:16:00 + dirname cmd/security-spire-server/Dockerfile 16:16:00 + cut -d/ -f2 16:16:00 + echo security-spire-server,cmd/security-spire-server/Dockerfile 16:16:00 + dirname cmd/support-notifications/Dockerfile 16:16:00 + cut -d/ -f2 16:16:00 + echo support-notifications,cmd/support-notifications/Dockerfile 16:16:00 + dirname cmd/support-scheduler/Dockerfile 16:16:00 + cut -d/ -f2 16:16:00 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 16:16:00 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 16:16:01 + git rev-list -1 --merges bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be~1..bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be [Pipeline] echo 16:16:01 -----------> git rev-list -1 --merges bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be~1..bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be [false] [Pipeline] sh 16:16:01 + git log --format=format:%s -1 bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be [Pipeline] echo 16:16:01 ========================================================= 16:16:01 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 16:16:01 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 16:16:02 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:16:02 + grep -v github /etc/ssh/ssh_known_hosts 16:16:02 + [ -e /tmp/ssh_known_hosts ] 16:16:02 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 16:16:02 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 16:16:02 + sudo tee -a /etc/ssh/ssh_known_hosts 16:16:02 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:16:02 16:16:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:16:02 0.1.4: Pulling from edgex-devops/py-git-semver 16:16:02 b85a868b505f: Pulling fs layer 16:16:02 e2be974225ed: Pulling fs layer 16:16:02 339a4e72a1f5: Pulling fs layer 16:16:02 988bab9f4d93: Pulling fs layer 16:16:02 1469e6f7b9e6: Pulling fs layer 16:16:02 eaf3925da568: Pulling fs layer 16:16:02 bab4dde63d76: Pulling fs layer 16:16:02 bde34c3a00c8: Pulling fs layer 16:16:02 b352a97aabf1: Pulling fs layer 16:16:02 4872d77fe225: Pulling fs layer 16:16:02 5851b861e8e6: Pulling fs layer 16:16:02 bab4dde63d76: Waiting 16:16:02 5851b861e8e6: Waiting 16:16:02 988bab9f4d93: Waiting 16:16:02 1469e6f7b9e6: Waiting 16:16:02 eaf3925da568: Waiting 16:16:02 bde34c3a00c8: Waiting 16:16:02 4872d77fe225: Waiting 16:16:02 b352a97aabf1: Waiting 16:16:02 e2be974225ed: Download complete 16:16:03 988bab9f4d93: Verifying Checksum 16:16:03 988bab9f4d93: Download complete 16:16:03 1469e6f7b9e6: Verifying Checksum 16:16:03 1469e6f7b9e6: Download complete 16:16:03 eaf3925da568: Verifying Checksum 16:16:03 eaf3925da568: Download complete 16:16:03 339a4e72a1f5: Verifying Checksum 16:16:03 339a4e72a1f5: Download complete 16:16:03 bde34c3a00c8: Verifying Checksum 16:16:03 bde34c3a00c8: Download complete 16:16:03 b352a97aabf1: Verifying Checksum 16:16:03 b352a97aabf1: Download complete 16:16:03 4872d77fe225: Verifying Checksum 16:16:03 4872d77fe225: Download complete 16:16:03 5851b861e8e6: Download complete 16:16:03 b85a868b505f: Verifying Checksum 16:16:03 b85a868b505f: Download complete 16:16:04 bab4dde63d76: Verifying Checksum 16:16:04 bab4dde63d76: Download complete 16:16:04 b85a868b505f: Pull complete 16:16:05 e2be974225ed: Pull complete 16:16:05 339a4e72a1f5: Pull complete 16:16:05 988bab9f4d93: Pull complete 16:16:06 1469e6f7b9e6: Pull complete 16:16:06 eaf3925da568: Pull complete 16:16:07 bab4dde63d76: Pull complete 16:16:07 bde34c3a00c8: Pull complete 16:16:07 b352a97aabf1: Pull complete 16:16:08 4872d77fe225: Pull complete 16:16:08 5851b861e8e6: Pull complete 16:16:08 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 16:16:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:16:08 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:16:08 prd-ubuntu20.04-docker-8c-8g-2584 does not seem to be running inside a container 16:16:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:16:12 $ docker top a2b80e8b4a169841c274356cc31e0e7d4ed9d87bc5f4dbcee32299421165c938 -eo pid,comm 16:16:12 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). 16:16:12 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:16:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:16:12 [ssh-agent] Looking for ssh-agent implementation... 16:16:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:16:12 $ docker exec a2b80e8b4a169841c274356cc31e0e7d4ed9d87bc5f4dbcee32299421165c938 ssh-agent 16:16:12 SSH_AUTH_SOCK=/tmp/ssh-bYeoYMuq7sMh/agent.32 16:16:12 SSH_AGENT_PID=38 16:16:12 Running ssh-add (command line suppressed) 16:16:12 Identity added: /w/workspace/edgex-go/1@tmp/private_key_7361013775173062343.key (/w/workspace/edgex-go/1@tmp/private_key_7361013775173062343.key) 16:16:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:16:13 + git tag --points-at HEAD [Pipeline] } 16:16:13 $ docker exec --env ******** --env ******** a2b80e8b4a169841c274356cc31e0e7d4ed9d87bc5f4dbcee32299421165c938 ssh-agent -k 16:16:13 unset SSH_AUTH_SOCK; 16:16:13 unset SSH_AGENT_PID; 16:16:13 echo Agent pid 38 killed; 16:16:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:16:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:16:13 [ssh-agent] Looking for ssh-agent implementation... 16:16:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:16:13 $ docker exec a2b80e8b4a169841c274356cc31e0e7d4ed9d87bc5f4dbcee32299421165c938 ssh-agent 16:16:13 SSH_AUTH_SOCK=/tmp/ssh-V6Ovyk3qsnME/agent.70 16:16:13 SSH_AGENT_PID=76 16:16:13 Running ssh-add (command line suppressed) 16:16:13 Identity added: /w/workspace/edgex-go/1@tmp/private_key_12754935947241761447.key (/w/workspace/edgex-go/1@tmp/private_key_12754935947241761447.key) 16:16:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:16:14 + git semver init 16:16:14 2023-01-16 16:16:14,299 [run_init] DEBUG init version:0.0.0 force:False 16:16:14 2023-01-16 16:16:14,300 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 16:16:14 2023-01-16 16:16:14,301 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 16:16:14 2023-01-16 16:16:14,301 [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) 16:16:22 2023-01-16 16:16:21,049 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 16:16:22 2023-01-16 16:16:21,050 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4283 with force:False 16:16:22 2023-01-16 16:16:21,050 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4283 16:16:22 2023-01-16 16:16:21,055 [execute] INFO git cat-file --batch-check 16:16:22 2023-01-16 16:16:21,056 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 16:16:22 2023-01-16 16:16:21,062 [execute] INFO git cat-file --batch 16:16:22 2023-01-16 16:16:21,063 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 16:16:22 2023-01-16 16:16:21,069 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4283 16:16:22 0.0.0 [Pipeline] } 16:16:22 $ docker exec --env ******** --env ******** a2b80e8b4a169841c274356cc31e0e7d4ed9d87bc5f4dbcee32299421165c938 ssh-agent -k 16:16:22 unset SSH_AUTH_SOCK; 16:16:22 unset SSH_AGENT_PID; 16:16:22 echo Agent pid 76 killed; 16:16:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:16:23 + git semver [Pipeline] } 16:16:23 $ docker stop --time=1 a2b80e8b4a169841c274356cc31e0e7d4ed9d87bc5f4dbcee32299421165c938 16:16:24 $ docker rm -f --volumes a2b80e8b4a169841c274356cc31e0e7d4ed9d87bc5f4dbcee32299421165c938 [Pipeline] // withDockerContainer [Pipeline] sh 16:16:25 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:16:25 Stashed 1 file(s) [Pipeline] echo 16:16:25 [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 16:16:26 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 16:16:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:16:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:16:26 ========================================================= 16:16:26 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 16:16:26 ========================================================= [Pipeline] fileExists [Pipeline] sh 16:16:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 16:16:26 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 16:16:26 213ec9aee27d: Pulling fs layer 16:16:26 4583459ba037: Pulling fs layer 16:16:26 93c1e223e6f2: Pulling fs layer 16:16:26 53926ce57604: Pulling fs layer 16:16:26 21b2b0c7a3f4: Pulling fs layer 16:16:26 53926ce57604: Waiting 16:16:26 21b2b0c7a3f4: Waiting 16:16:26 22ff95d597cd: Pulling fs layer 16:16:26 12d6caf4c0d1: Pulling fs layer 16:16:26 96b7cbca73a9: Pulling fs layer 16:16:26 a7acece74701: Pulling fs layer 16:16:26 12d6caf4c0d1: Waiting 16:16:26 96b7cbca73a9: Waiting 16:16:26 22ff95d597cd: Waiting 16:16:26 a7acece74701: Waiting 16:16:26 93c1e223e6f2: Download complete 16:16:26 4583459ba037: Download complete 16:16:26 21b2b0c7a3f4: Download complete 16:16:26 22ff95d597cd: Verifying Checksum 16:16:26 22ff95d597cd: Download complete 16:16:26 213ec9aee27d: Download complete 16:16:26 12d6caf4c0d1: Verifying Checksum 16:16:26 12d6caf4c0d1: Download complete 16:16:26 213ec9aee27d: Pull complete 16:16:27 4583459ba037: Pull complete 16:16:27 93c1e223e6f2: Pull complete 16:16:28 a7acece74701: Verifying Checksum 16:16:28 a7acece74701: Download complete 16:16:30 53926ce57604: Download complete 16:16:30 96b7cbca73a9: Verifying Checksum 16:16:30 96b7cbca73a9: Download complete 16:16:34 53926ce57604: Pull complete 16:16:34 21b2b0c7a3f4: Pull complete 16:16:34 22ff95d597cd: Pull complete 16:16:34 12d6caf4c0d1: Pull complete 16:16:36 96b7cbca73a9: Pull complete 16:16:37 a7acece74701: Pull complete 16:16:37 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 16:16:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 16:16:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 16:16:37 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 16:16:37 WORKDIR /edgex 16:16:37 COPY go.mod . 16:16:37 RUN go mod download 16:16:37 + docker build -t ci-base-image-x86_64 -f - . 16:16:38 Sending build context to Docker daemon 170MB 16:16:38 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 16:16:38 ---> db6d94c90886 16:16:38 Step 2/4 : WORKDIR /edgex 16:16:40 Still waiting to schedule task 16:16:40 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 16:16:46 ---> Running in 33f15497d2cc 16:16:46 Removing intermediate container 33f15497d2cc 16:16:46 ---> 544fe4112455 16:16:46 Step 3/4 : COPY go.mod . 16:16:46 ---> fed77d47a337 16:16:46 Step 4/4 : RUN go mod download 16:16:46 ---> Running in bb3d1799e096 16:17:04 Removing intermediate container bb3d1799e096 16:17:04 ---> 2810975dc9c7 16:17:04 Successfully built 2810975dc9c7 16:17:04 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:04 + docker inspect -f . ci-base-image-x86_64 16:17:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:17:04 prd-ubuntu20.04-docker-8c-8g-2584 does not seem to be running inside a container 16:17:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:17:05 $ docker top bd1595563286f8441d2ec8967e56cae046529c1ceca812beedf1992530cd4db4 -eo pid,comm [Pipeline] { [Pipeline] sh 16:17:05 + go version 16:17:05 go version go1.18.7 linux/amd64 [Pipeline] } 16:17:05 $ docker stop --time=1 bd1595563286f8441d2ec8967e56cae046529c1ceca812beedf1992530cd4db4 16:17:07 $ docker rm -f --volumes bd1595563286f8441d2ec8967e56cae046529c1ceca812beedf1992530cd4db4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:07 + docker inspect -f . ci-base-image-x86_64 16:17:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:17:07 prd-ubuntu20.04-docker-8c-8g-2584 does not seem to be running inside a container 16:17:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:17:08 $ docker top e51d43195c8276d8eb33f73126e4ad0cd50d31ceccd959ec6c0a002932c803c7 -eo pid,comm [Pipeline] { [Pipeline] echo 16:17:08 ========================================================= 16:17:08 [edgeXBuildGoParallel] Running Tests and Build... 16:17:08 ========================================================= [Pipeline] sh 16:17:08 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 16:17:09 + make test 16:17:09 go test -race -coverprofile=coverage.out ./... 16:17:15 ? github.com/edgexfoundry/edgex-go [no test files] 16:17:30 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:17:30 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:17:30 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:17:30 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:17:30 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 16:17:30 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:17:30 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:17:30 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:17:30 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 16:17:30 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:17:30 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:17:30 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:17:30 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 16:17:30 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.056s coverage: 28.7% of statements 16:17:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:17:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:17:30 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.111s coverage: 98.5% of statements 16:17:30 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.105s coverage: 43.0% of statements 16:17:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 16:17:30 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 16:17:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.102s coverage: 54.0% of statements 16:17:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:17:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:17:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 4.033s coverage: 89.2% of statements 16:17:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 16:17:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 16:17:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 16:17:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:17:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 16:17:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.087s coverage: 2.4% of statements 16:17:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:17:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:17:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.443s coverage: 95.6% of statements 16:17:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 16:17:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 16:17:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 16:17:34 ok github.com/edgexfoundry/edgex-go/internal/io 0.065s coverage: 72.2% of statements 16:17:34 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:17:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 16:17:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 16:17:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:17:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:17:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.084s coverage: 60.0% of statements 16:17:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:17:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:17:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:17:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.104s coverage: 0.9% of statements 16:17:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 16:17:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.052s coverage: 58.8% of statements 16:17:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.089s coverage: 29.6% of statements 16:17:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 16:17:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.086s coverage: 47.1% of statements 16:17:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.075s coverage: 79.5% of statements 16:17:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.053s coverage: 94.1% of statements 16:17:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.087s coverage: 96.3% of statements 16:17:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.055s coverage: 87.5% of statements 16:17:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.083s coverage: 94.4% of statements 16:17:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.066s coverage: 44.8% of statements 16:17:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.498s coverage: 79.9% of statements 16:17:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 16:17:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.102s coverage: 92.9% of statements 16:17:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 16:17:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 16:17:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 16:17:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.028s coverage: 65.1% of statements 16:17:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 16:17:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 16:17:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 16:17:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 16:17:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.064s coverage: 86.9% of statements 16:17:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 16:17:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 16:17:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 16:17:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 16:17:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.054s coverage: 87.2% of statements 16:17:53 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:17:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:17:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements 16:17:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:17:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.084s coverage: 77.4% of statements 16:17:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:17:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.103s coverage: 80.0% of statements 16:17:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 16:17:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.245s coverage: 91.2% of statements 16:17:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:17:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.169s coverage: 64.7% of statements 16:17:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:17:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:17:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements 16:17:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements 16:17:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 16:17:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.046s coverage: 73.7% of statements 16:17:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 16:17:53 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.375s coverage: 65.8% of statements 16:17:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:17:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:17:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 16:17:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.176s coverage: 41.8% of statements 16:17:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:17:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:17:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.105s coverage: 89.5% of statements 16:17:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 16:17:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.062s coverage: 84.8% of statements 16:17:53 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 16:17:53 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 16:17:53 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 16:17:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 16:17:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.107s coverage: 17.7% of statements 16:17:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 16:17:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 16:17:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:17:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:17:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.161s coverage: 92.3% of statements 16:17:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 16:17:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 16:17:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 16:17:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 16:17:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.070s coverage: 63.2% of statements 16:17:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:17:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:17:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.109s coverage: 97.7% of statements 16:17:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 16:17:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 16:17:53 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 16:18:09 Running on prd-ubuntu20.04-docker-arm64-4c-16g-2585 in /w/workspace/edgexfoundry_edgex-go_PR-4283 [Pipeline] { [Pipeline] ws 16:18:09 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 16:18:09 The recommended git tool is: git 16:18:11 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 16:18:11 go vet ./... 16:18:14 using credential edgex-jenkins-ssh 16:18:14 Cloning the remote Git repository 16:18:15 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:18:15 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 16:18:15 ./bin/test-attribution-txt.sh [Pipeline] echo 16:18:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 16:18:14 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:18:14 > git init /w/workspace/edgex-go/1 # timeout=10 16:18:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:18:14 > git --version # timeout=10 16:18:15 > git --version # 'git version 2.25.1' 16:18:15 using GIT_SSH to set credentials SSH Credentials for GitHub 16:18:15 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:18:16 + ls -al . 16:18:16 total 748 16:18:16 drwxrwxr-x 11 1001 1001 4096 Jan 16 16:17 . 16:18:16 drwxr-xr-x 4 root root 4096 Jan 16 16:17 .. 16:18:16 drwxrwxr-x 2 1001 1001 4096 Jan 16 16:15 .blubracket 16:18:16 -rw-rw-r-- 1 1001 1001 16 Jan 16 16:15 .dockerignore 16:18:16 drwxrwxr-x 8 1001 1001 4096 Jan 16 16:17 .git 16:18:16 drwxrwxr-x 3 1001 1001 4096 Jan 16 16:15 .github 16:18:16 -rw-rw-r-- 1 1001 1001 956 Jan 16 16:15 .gitignore 16:18:16 -rw-rw-r-- 1 1001 1001 42 Jan 16 16:15 .golangci.yml 16:18:16 -rw-rw-r-- 1 1001 1001 87 Jan 16 16:15 .hadolint.yml 16:18:16 drwxr-xr-x 3 1001 1001 4096 Jan 16 16:16 .semver 16:18:16 -rw-rw-r-- 1 1001 1001 166 Jan 16 16:15 .sonarcloud.properties 16:18:16 -rw-rw-r-- 1 1001 1001 1171 Jan 16 16:15 ADOPTERS.md 16:18:16 -rw-rw-r-- 1 1001 1001 10825 Jan 16 16:15 Attribution.txt 16:18:16 -rw-rw-r-- 1 1001 1001 73765 Jan 16 16:15 CHANGELOG.md 16:18:16 -rw-rw-r-- 1 1001 1001 3804 Jan 16 16:15 CONTRIBUTING.md 16:18:16 -rw-rw-r-- 1 1001 1001 677 Jan 16 16:15 GOVERNANCE.md 16:18:16 -rw-rw-r-- 1 1001 1001 850 Jan 16 16:15 Jenkinsfile 16:18:16 -rw-rw-r-- 1 1001 1001 10775 Jan 16 16:15 LICENSE 16:18:16 -rw-rw-r-- 1 1001 1001 12513 Jan 16 16:15 Makefile 16:18:16 -rw-rw-r-- 1 1001 1001 582 Jan 16 16:15 OWNERS.md 16:18:16 -rw-rw-r-- 1 1001 1001 9403 Jan 16 16:15 README.md 16:18:16 -rw-rw-r-- 1 1001 1001 6912 Jan 16 16:15 SECURITY.md 16:18:16 -rw-rw-r-- 1 1001 1001 5 Jan 16 16:16 VERSION 16:18:16 drwxrwxr-x 2 1001 1001 4096 Jan 16 16:15 bin 16:18:16 drwxrwxr-x 16 1001 1001 4096 Jan 16 16:15 cmd 16:18:16 -rw-r--r-- 1 root root 489579 Jan 16 16:17 coverage.out 16:18:16 -rw-rw-r-- 1 1001 1001 3376 Jan 16 16:15 go.mod 16:18:16 -rw-rw-r-- 1 1001 1001 34949 Jan 16 16:15 go.sum 16:18:16 drwxrwxr-x 7 1001 1001 4096 Jan 16 16:15 internal 16:18:16 drwxrwxr-x 3 1001 1001 4096 Jan 16 16:15 openapi 16:18:16 drwxrwxr-x 4 1001 1001 4096 Jan 16 16:15 snap 16:18:16 -rw-rw-r-- 1 1001 1001 204 Jan 16 16:15 version.go [Pipeline] sh 16:18:16 + '[' -e coverage.out ] 16:18:16 + chown 1001:1001 coverage.out [Pipeline] stash 16:18:16 Stashed 1 file(s) [Pipeline] sh 16:18:17 + make build 16:18:17 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 16:18:29 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 16:18:30 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 16:18:31 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 16:18:31 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:18:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:18:33 Merging remotes/origin/main commit bf562dc766fd38f4e5702a64e70d5e04b319d653 into PR head commit bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be 16:18:33 Merge succeeded, producing bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be 16:18:33 Checking out Revision bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be (PR-4283) 16:18:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:18:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:18:32 using GIT_SSH to set credentials SSH Credentials for GitHub 16:18:32 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4283/head:refs/remotes/origin/PR-4283 +refs/heads/main:refs/remotes/origin/main # timeout=10 16:18:33 > git config core.sparsecheckout # timeout=10 16:18:33 > git checkout -f bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be # timeout=10 16:18:33 > git remote # timeout=10 16:18:33 > git config --get remote.origin.url # timeout=10 16:18:33 using GIT_SSH to set credentials SSH Credentials for GitHub 16:18:33 > git merge bf562dc766fd38f4e5702a64e70d5e04b319d653 # timeout=10 16:18:33 > git rev-parse HEAD^{commit} # timeout=10 16:18:33 > git config core.sparsecheckout # timeout=10 16:18:33 > git checkout -f bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be # timeout=10 16:18:37 Commit message: "fix(snap): source security-bootstrapper config overrides from env file" 16:18:37 > git --version # timeout=10 16:18:37 > git --version # 'git version 2.25.1' 16:18:37 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:18:38 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 16:18:38 % Total % Received % Xferd Average Speed Time Time Time Current 16:18:38 Dload Upload Total Spent Left Speed 16:18:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 89795 0 --:--:-- --:--:-- --:--:-- 89795 [Pipeline] sh 16:18:39 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 16:18:39 + sudo tee /etc/docker/daemon.new 16:18:39 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 16:18:39 { 16:18:39 "registry-mirrors": [ 16:18:39 "https://nexus3.edgexfoundry.org:10001" 16:18:39 ], 16:18:39 "bip": "10.250.0.254/24", 16:18:39 "hosts": [ 16:18:39 "tcp://0.0.0.0:5555", 16:18:39 "unix:///var/run/docker.sock" 16:18:39 ], 16:18:39 "mtu": 1458, 16:18:39 "selinux-enabled": true, 16:18:39 "seccomp-profile": "/etc/docker/seccomp.json" 16:18:39 } [Pipeline] sh 16:18:39 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 16:18:39 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 16:18:40 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:18:40 + sudo service docker restart 16:18:41 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:18:42 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 16:18:43 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 16:18:43 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 16:18: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-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 16:18:47 $ docker stop --time=1 e51d43195c8276d8eb33f73126e4ad0cd50d31ceccd959ec6c0a002932c803c7 16:18:53 $ docker rm -f --volumes e51d43195c8276d8eb33f73126e4ad0cd50d31ceccd959ec6c0a002932c803c7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:18:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:18:55 16:18:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:18:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:18:55 latest: Pulling from edgex-devops/edgex-compose 16:18:55 cbdbe7a5bc2a: Pulling fs layer 16:18:55 ca9280d653b3: Pulling fs layer 16:18:55 7e9c9ca2126c: Pulling fs layer 16:18:56 cbdbe7a5bc2a: Download complete 16:18:56 cbdbe7a5bc2a: Pull complete 16:18:56 ca9280d653b3: Verifying Checksum 16:18:56 ca9280d653b3: Download complete 16:18:56 ca9280d653b3: Pull complete 16:18:57 7e9c9ca2126c: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:18:58 provisioning config files... 16:18:58 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config13233245708256445166tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:18:58 ---> docker-login.sh 16:18:58 nexus3.edgexfoundry.org:10001 16:18:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:18:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:18:59 Configure a credential helper to remove this warning. See 16:18:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:18:59 16:18:59 Login Succeeded 16:18:59 nexus3.edgexfoundry.org:10002 16:18:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:18:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:18:59 Configure a credential helper to remove this warning. See 16:18:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:18:59 16:18:59 Login Succeeded 16:18:59 nexus3.edgexfoundry.org:10003 16:19:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:19:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:19:00 Configure a credential helper to remove this warning. See 16:19:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:19:00 16:19:00 Login Succeeded 16:19:00 nexus3.edgexfoundry.org:10004 16:19:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:19:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:19:00 Configure a credential helper to remove this warning. See 16:19:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:19:00 16:19:00 Login Succeeded 16:19:00 docker.io 16:19:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:19:00 7e9c9ca2126c: Pull complete 16:19:00 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 16:19:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:19:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:19:01 prd-ubuntu20.04-docker-8c-8g-2584 does not seem to be running inside a container 16:19:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:19:01 Configure a credential helper to remove this warning. See 16:19:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:19:01 16:19:01 Login Succeeded 16:19:01 ---> docker-login.sh ends 16:19:01 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:19:04 $ docker top f6db60eab536840005e6651d61a1f4ac0d171c90baec262eb97b65f62c5b9a85 -eo pid,comm [Pipeline] { [Pipeline] } 16:19:04 Deleting 1 temporary files [Pipeline] sh [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 16:19:05 + docker-compose build --help 16:19:05 + grep parallel [Pipeline] sh 16:19:05 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 16:19:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:19:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:19:05 ========================================================= 16:19:05 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 16:19:05 ========================================================= [Pipeline] fileExists [Pipeline] sh 16:19:05 --parallel Build images in parallel. [Pipeline] } 16:19:05 $ docker stop --time=1 f6db60eab536840005e6651d61a1f4ac0d171c90baec262eb97b65f62c5b9a85 16:19:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 16:19:06 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:19:06 9b18e9b68314: Pulling fs layer 16:19:06 35d82f9e3411: Pulling fs layer 16:19:06 e16973657156: Pulling fs layer 16:19:06 fc693d55d65f: Pulling fs layer 16:19:06 7e9fc2657dce: Pulling fs layer 16:19:06 dda99020689f: Pulling fs layer 16:19:06 db1c61fa0a46: Pulling fs layer 16:19:06 891c053d2c06: Pulling fs layer 16:19:06 7e9fc2657dce: Waiting 16:19:06 dda99020689f: Waiting 16:19:06 db1c61fa0a46: Waiting 16:19:06 891c053d2c06: Waiting 16:19:06 fc693d55d65f: Waiting 16:19:06 e16973657156: Download complete 16:19:06 35d82f9e3411: Verifying Checksum 16:19:06 35d82f9e3411: Download complete 16:19:06 7e9fc2657dce: Verifying Checksum 16:19:06 7e9fc2657dce: Download complete 16:19:06 dda99020689f: Verifying Checksum 16:19:06 dda99020689f: Download complete 16:19:06 9b18e9b68314: Verifying Checksum 16:19:06 9b18e9b68314: Download complete 16:19:07 9b18e9b68314: Pull complete 16:19:07 35d82f9e3411: Pull complete 16:19:07 $ docker rm -f --volumes f6db60eab536840005e6651d61a1f4ac0d171c90baec262eb97b65f62c5b9a85 [Pipeline] // withDockerContainer 16:19:07 e16973657156: Pull complete [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:19:08 891c053d2c06: Verifying Checksum 16:19:08 891c053d2c06: Download complete 16:19:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:19:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:19:08 prd-ubuntu20.04-docker-8c-8g-2584 does not seem to be running inside a container 16:19:08 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:19:09 db1c61fa0a46: Verifying Checksum 16:19:09 db1c61fa0a46: Download complete 16:19:09 $ docker top 718f8e0ecfb1663e1547cefd0cf46a6f15891cf4b87483d5ccc4c82b2f2e7377 -eo pid,comm [Pipeline] { [Pipeline] sh 16:19:09 + docker-compose -f ./docker-compose-build.yml build --parallel 16:19:10 fc693d55d65f: Verifying Checksum 16:19:10 fc693d55d65f: Download complete 16:19:10 Building core-command ... 16:19:10 Building core-data ... 16:19:10 Building core-metadata ... 16:19:10 Building security-bootstrapper ... 16:19:10 Building security-proxy-setup ... 16:19:10 Building security-secretstore-setup ... 16:19:10 Building security-spiffe-token-provider ... 16:19:10 Building security-spire-agent ... 16:19:10 Building security-spire-config ... 16:19:10 Building security-spire-server ... 16:19:10 Building support-notifications ... 16:19:10 Building support-scheduler ... 16:19:10 Building security-proxy-setup 16:19:10 Building security-spiffe-token-provider 16:19:10 Building security-secretstore-setup 16:19:10 Building security-bootstrapper 16:19:10 Building support-scheduler 16:19:22 fc693d55d65f: Pull complete 16:19:22 7e9fc2657dce: Pull complete 16:19:22 dda99020689f: Pull complete 16:19:22 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:19:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:19:22 ---> 2810975dc9c7 16:19:22 Step 3/22 : ARG ADD_BUILD_TAGS="" 16:19:22 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:19:22 Step 2/32 : FROM ${BUILDER_BASE} AS builder 16:19:22 ---> 2810975dc9c7 16:19:22 Step 3/32 : WORKDIR /edgex-go 16:19:22 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:19:22 Step 2/19 : FROM ${BUILDER_BASE} AS builder 16:19:22 ---> 2810975dc9c7 16:19:22 Step 3/19 : WORKDIR /edgex-go 16:19:22 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:19:22 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:19:22 ---> 2810975dc9c7 16:19:22 Step 3/24 : WORKDIR /edgex-go 16:19:24 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:19:24 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:19:24 ---> 2810975dc9c7 16:19:24 Step 3/21 : WORKDIR /edgex-go 16:19:27 db1c61fa0a46: Pull complete 16:19:29 891c053d2c06: Pull complete 16:19:29 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 16:19:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 16:19:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 16:19:30 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 16:19:30 WORKDIR /edgex 16:19:30 COPY go.mod . 16:19:30 RUN go mod download 16:19:30 + docker build -t ci-base-image-arm64 -f - . 16:19:30 Sending build context to Docker daemon 3.112MB 16:19:30 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 16:19:30 ---> f96f9c87975a 16:19:30 Step 2/4 : WORKDIR /edgex 16:19:32 ---> Running in cd245760f71d 16:19:32 ---> Running in 20951ac161fd 16:19:32 ---> Running in c57bfadec838 16:19:32 ---> Running in 9fd9e9b6dd32 16:19:32 ---> Running in 9b59a2c44b8e 16:19:32 Removing intermediate container cd245760f71d 16:19:32 ---> 8707960f9dd9 16:19:32 Step 4/22 : WORKDIR /edgex-go 16:19:32 Removing intermediate container c57bfadec838 16:19:32 ---> 1256dfe2653c 16:19:32 Step 4/21 : RUN apk add --update --no-cache make git 16:19:32 Removing intermediate container 20951ac161fd 16:19:32 ---> a23b034eb926 16:19:32 Step 4/32 : RUN apk add --update --no-cache make git 16:19:32 ---> Running in 8b6c674d6063 16:19:32 Removing intermediate container 9fd9e9b6dd32 16:19:32 ---> 38d1d89d2966 16:19:32 Step 4/24 : RUN apk add --update --no-cache make git 16:19:32 Removing intermediate container 9b59a2c44b8e 16:19:32 ---> d1a9eb2f9e8a 16:19:32 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 16:19:32 ---> Running in 6a4e5262d033 16:19:32 ---> Running in 80905fdd526a 16:19:32 ---> Running in a1a01506af0c 16:19:32 ---> Running in a0f480d14f6e 16:19:32 Removing intermediate container 8b6c674d6063 16:19:32 ---> a8dd8d5d6060 16:19:32 Step 5/22 : RUN apk add --update --no-cache make git 16:19:32 ---> Running in b40aee302e6b 16:19:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 16:19:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 16:19:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 16:19:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 16:19:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 16:19:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 16:19:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 16:19:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 16:19:32 OK: 211 MiB in 51 packages 16:19:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 16:19:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 16:19:32 OK: 211 MiB in 51 packages 16:19:32 OK: 211 MiB in 51 packages 16:19:32 v3.16.3-122-g600819cc53 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 16:19:32 v3.16.3-122-g600819cc53 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 16:19:32 OK: 17042 distinct packages available 16:19:32 OK: 211 MiB in 51 packages 16:19:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 16:19:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 16:19:32 ---> Running in cac0208c2301 16:19:32 Removing intermediate container cac0208c2301 16:19:32 ---> ca2d603fde5d 16:19:32 Step 3/4 : COPY go.mod . 16:19:32 Removing intermediate container a0f480d14f6e 16:19:32 ---> fe35b6a65153 16:19:32 Step 5/32 : COPY go.mod vendor* ./ 16:19:32 OK: 211 MiB in 51 packages 16:19:33 ---> 7d15bde9fd12 16:19:33 Step 4/4 : RUN go mod download 16:19:33 ---> Running in b66906c62fa4 16:19:33 Removing intermediate container 80905fdd526a 16:19:33 ---> e8e8819ca21d 16:19:33 Step 5/24 : COPY go.mod vendor* ./ 16:19:33 ---> 734a91f8d346 16:19:33 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:19:33 Removing intermediate container 6a4e5262d033 16:19:33 ---> a465f407cada 16:19:33 Step 5/21 : COPY go.mod vendor* ./ 16:19:33 ---> Running in 84c3a70cff70 16:19:33 Removing intermediate container b40aee302e6b 16:19:33 ---> b21cbf7ff160 16:19:33 Step 6/22 : COPY go.mod vendor* ./ 16:19:33 ---> dcbd4e7b7059 16:19:33 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:19:33 ---> 108f6cd2f57e 16:19:33 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:19:33 Removing intermediate container a1a01506af0c 16:19:33 ---> 34154bfd50fa 16:19:33 Step 5/19 : COPY go.mod vendor* ./ 16:19:33 ---> Running in 1b3c40802f35 16:19:33 ---> f66f9a9c8b29 16:19:33 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:19:33 ---> Running in 75eb7a160e1c 16:19:33 ---> Running in 38d901fd30e2 16:19:33 ---> b9e721053945 16:19:33 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:19:33 ---> Running in d9cfb3f2c096 16:20:05 Removing intermediate container b66906c62fa4 16:20:05 ---> 420b9532cb42 16:20:05 Successfully built 420b9532cb42 16:20:05 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:20:05 + docker inspect -f . ci-base-image-arm64 16:20:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:20:06 prd-ubuntu20.04-docker-arm64-4c-16g-2585 does not seem to be running inside a container 16:20:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:20:07 $ docker top 4868ecee0d4db41224ccffea2f78f36c1e722d7da4279c69478674510d6f35d2 -eo pid,comm [Pipeline] { [Pipeline] sh 16:20:08 + go version 16:20:08 go version go1.18.7 linux/arm64 [Pipeline] } 16:20:08 $ docker stop --time=1 4868ecee0d4db41224ccffea2f78f36c1e722d7da4279c69478674510d6f35d2 16:20:09 $ docker rm -f --volumes 4868ecee0d4db41224ccffea2f78f36c1e722d7da4279c69478674510d6f35d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:20:10 + docker inspect -f . ci-base-image-arm64 16:20:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:20:10 prd-ubuntu20.04-docker-arm64-4c-16g-2585 does not seem to be running inside a container 16:20:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:20:12 $ docker top e07ead20aa7d3821878bd68c84bee9e7295e62e9ac55065a12586e2d9f13af6b -eo pid,comm [Pipeline] { [Pipeline] echo 16:20:12 ========================================================= 16:20:12 [edgeXBuildGoParallel] Running Tests and Build... 16:20:12 ========================================================= [Pipeline] sh 16:20:12 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 16:20:13 + make test 16:20:13 go test -race -coverprofile=coverage.out ./... 16:20:45 ? github.com/edgexfoundry/edgex-go [no test files] 16:20:55 Removing intermediate container 75eb7a160e1c 16:20:55 ---> 1a3633433911 16:20:55 Step 7/24 : COPY . . 16:20:55 Removing intermediate container 38d901fd30e2 16:20:55 ---> cde9792c0b2f 16:20:55 Step 8/22 : COPY . . 16:20:55 Removing intermediate container 1b3c40802f35 16:20:55 ---> a6ac18848fa1 16:20:55 Step 7/21 : COPY . . 16:20:55 Removing intermediate container 84c3a70cff70 16:20:55 Removing intermediate container d9cfb3f2c096 16:20:55 ---> aca1cbd9219d 16:20:55 ---> dafaf9219809 16:20:55 Step 7/32 : COPY . .Step 7/19 : COPY . . 16:20:55 16:21:13 ---> 278cca2d68ca 16:21:13 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 16:21:13 ---> Running in dc79c91edfc5 16:21:13 ---> cbfe5eb50266 16:21:13 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 16:21:13 ---> c53f6dcf5b0e 16:21:13 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 16:21:13 ---> 0ed248e0e026 16:21:13 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:21:13 ---> eb975f643986 16:21:13 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:21:13 ---> Running in 86af9c85dd34 16:21:13 ---> Running in 46a3aa257618 16:21:13 ---> Running in fcf4b43b0b72 16:21:13 ---> Running in fc8c8abab61e 16:21:13 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 16:21:14 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:21:14 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 16:21: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-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:21: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 16:22:01 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:22:01 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 16:22:01 Removing intermediate container fc8c8abab61e 16:22:01 ---> edbf5cd5646e 16:22:01 16:22:01 Step 9/32 : FROM alpine:3.16 16:22:01 3.16: Pulling from library/alpine 16:22:01 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 16:22:01 Status: Downloaded newer image for alpine:3.16 16:22:01 ---> bfe296a52501 16:22:01 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 16:22:06 ---> Running in b1a9a757dab4 16:22:06 Removing intermediate container 46a3aa257618 16:22:06 ---> 736094210116 16:22:06 16:22:06 Step 9/24 : FROM alpine:3.16 16:22:06 ---> bfe296a52501 16:22:06 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 16:22:07 Removing intermediate container 86af9c85dd34 16:22:07 ---> be3f2dffc375 16:22:07 16:22:07 Step 9/19 : FROM alpine:3.15 16:22:07 Removing intermediate container fcf4b43b0b72 16:22:07 ---> ee24d2a34038 16:22:07 16:22:07 Step 9/21 : FROM alpine:3.16 16:22:07 ---> bfe296a52501 16:22:07 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 16:22:07 Removing intermediate container dc79c91edfc5 16:22:07 ---> 3736a79f254d 16:22:07 16:22:07 Step 10/22 : FROM alpine:3.16 16:22:07 ---> bfe296a52501 16:22:07 Step 11/22 : RUN apk add --update --no-cache dumb-init 16:22:08 ---> Running in 2f8b601a5917 16:22:08 Removing intermediate container b1a9a757dab4 16:22:08 ---> 64d8b50844bc 16:22:08 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 16:22:08 ---> Running in 1184e8960ceb 16:22:08 ---> Running in c8083c4d251b 16:22:08 3.15: Pulling from library/alpine 16:22:08 ---> Running in 23c661065ba2 16:22:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 16:22:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 16:22:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 16:22:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 16:22:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 16:22:09 (1/3) Installing ca-certificates (20220614-r0) 16:22:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 16:22:09 Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 16:22:09 (2/3) Installing dumb-init (1.2.5-r1) 16:22:09 Status: Downloaded newer image for alpine:3.15 16:22:09 (3/3) Installing su-exec (0.2-r1) 16:22:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 16:22:09 Executing busybox-1.35.0-r17.trigger 16:22:09 Executing ca-certificates-20220614-r0.trigger 16:22:09 ---> c4fc93816858 16:22:09 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 16:22:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 16:22:09 OK: 6 MiB in 17 packages 16:22:09 (1/6) Installing ca-certificates (20220614-r0) 16:22:09 (2/6) Installing brotli-libs (1.0.9-r6) 16:22:09 (3/6) Installing nghttp2-libs (1.47.0-r0) 16:22:09 (4/6) Installing libcurl (7.83.1-r5) 16:22:09 (5/6) Installing curl (7.83.1-r5) 16:22:09 (6/6) Installing dumb-init (1.2.5-r1) 16:22:09 Executing busybox-1.35.0-r17.trigger 16:22:09 Executing ca-certificates-20220614-r0.trigger 16:22:09 OK: 8 MiB in 20 packages 16:22:09 (1/1) Installing dumb-init (1.2.5-r1) 16:22:09 Executing busybox-1.35.0-r17.trigger 16:22:09 OK: 6 MiB in 15 packages 16:22:10 (1/2) Installing dumb-init (1.2.5-r1) 16:22:10 (2/2) Installing su-exec (0.2-r1) 16:22:10 Executing busybox-1.35.0-r17.trigger 16:22:10 OK: 6 MiB in 16 packages 16:22:12 ---> Running in 8bb09ef84fe4 16:22:12 Removing intermediate container 8bb09ef84fe4 16:22:12 ---> 5c543799dd83 16:22:12 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 16:22:12 ---> Running in 14570230901b 16:22:12 Removing intermediate container 2f8b601a5917 16:22:12 ---> bbe26138dc57 16:22:12 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:22:12 ---> Running in 45244f57bb02 16:22:12 Removing intermediate container 45244f57bb02 16:22:12 ---> 7f522edcc0f3 16:22:12 Step 12/24 : WORKDIR / 16:22:12 Removing intermediate container 1184e8960ceb 16:22:12 ---> 5e6d8ace3532 16:22:12 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:22:12 Removing intermediate container 23c661065ba2 16:22:12 ---> 13836178f472 16:22:12 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 16:22:12 ---> Running in d04ebd972bdd 16:22:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:22:12 Removing intermediate container c8083c4d251b 16:22:12 ---> 43c393307bd5 16:22:12 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:22:12 ---> Running in 3d6b37eb3879 16:22:12 ---> Running in 4fb0444ebe92 16:22:12 ---> Running in 667ff9d80f79 16:22:12 Removing intermediate container d04ebd972bdd 16:22:12 ---> ad2e9e6eab22 16:22:12 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:22:12 Removing intermediate container 3d6b37eb3879 16:22:12 ---> a482225f5a70 16:22:12 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 16:22:12 Removing intermediate container 4fb0444ebe92 16:22:12 ---> 2b305b6007f0 16:22:12 Step 13/22 : ENV APP_PORT=59861 16:22:12 ---> Running in 4126b740f8e7 16:22:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:22:12 ---> Running in 07e17bc1c4fc 16:22:12 Removing intermediate container 667ff9d80f79 16:22:12 ---> 913eb9d4f2b4 16:22:12 Step 12/21 : WORKDIR /edgex 16:22:13 ---> Running in c423ba416a9b 16:22:13 Removing intermediate container c423ba416a9b 16:22:13 ---> 4386cf095753 16:22:13 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:22:13 Removing intermediate container 4126b740f8e7 16:22:13 ---> 83e55a4c50d2 16:22:13 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 16:22:13 v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 16:22:13 v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 16:22:13 OK: 15859 distinct packages available 16:22:13 ---> 090db5256d70 16:22:13 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:22:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:22:13 Removing intermediate container 07e17bc1c4fc 16:22:13 ---> 6faad24ffd2a 16:22:13 Step 14/22 : EXPOSE $APP_PORT 16:22:13 ---> Running in 540be7b09c61 16:22:13 ---> Running in bac39dd7bd89 16:22:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:22:13 Removing intermediate container 540be7b09c61 16:22:13 ---> e5a301fac861 16:22:13 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 16:22:13 (1/9) Installing ca-certificates (20220614-r0) 16:22:13 ---> Running in 454f670b717c 16:22:13 (2/9) Installing brotli-libs (1.0.9-r5) 16:22:13 ---> 009cfe6b484e 16:22:13 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:22:13 (3/9) Installing nghttp2-libs (1.46.0-r0) 16:22:13 (4/9) Installing libcurl (7.80.0-r5) 16:22:13 (5/9) Installing curl (7.80.0-r5) 16:22:13 (6/9) Installing dumb-init (1.2.5-r1) 16:22:13 (7/9) Installing musl-obstack (1.2.3-r0) 16:22:13 (8/9) Installing libucontext (1.1-r0) 16:22:13 (9/9) Installing gcompat (1.0.0-r4) 16:22:13 Executing busybox-1.34.1-r7.trigger 16:22:13 Executing ca-certificates-20220614-r0.trigger 16:22:13 ---> 48a6b4b93dd4 16:22:13 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:22:14 Removing intermediate container bac39dd7bd89 16:22:14 ---> 2024892962e1 16:22:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt /OK: 8 MiB in 23 packages 16:22:14 16:22:14 Removing intermediate container 454f670b717c 16:22:14 ---> 851dd915dc5f 16:22:14 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 16:22:14 ---> Running in a450f7e9796e 16:22:14 ---> 2e178d15ef0c 16:22:14 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 16:22:14 ---> 9f394ef92267 16:22:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:22:14 ---> 642fe4824103 16:22:14 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:22:15 ---> 412479b7e318 16:22:15 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:22:15 Removing intermediate container 14570230901b 16:22:15 ---> e91579e98a7d 16:22:15 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 16:22:15 ---> 904f20c13373 16:22:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:22:15 ---> 3e0250490070 16:22:15 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 16:22:16 Removing intermediate container a450f7e9796e 16:22:16 ---> 61b642fe114c 16:22:16 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 16:22:16 ---> 9b4a0554af00 16:22:16 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 16:22:16 ---> d82a021034db 16:22:16 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 16:22:16 ---> Running in b3c10f3b7a62 16:22:16 ---> 3dc4b8d56ccc 16:22:16 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:22:16 ---> Running in cf350565d3d5 16:22:16 ---> 6041da0242ce 16:22:16 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:22:16 ---> Running in b0ece0a9c17e 16:22:17 Removing intermediate container cf350565d3d5 16:22:17 ---> 527941226df5 16:22:17 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:22:17 Removing intermediate container b3c10f3b7a62 16:22:17 ---> a4c86eca9af0 16:22:17 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 16:22:17 ---> de08eb861585 16:22:17 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:22:17 ---> b5bfac56ece8 16:22:17 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 16:22:17 ---> Running in 5616d0993bff 16:22:17 Removing intermediate container 5616d0993bff 16:22:17 ---> e99fbd31c234 16:22:17 Step 20/22 : LABEL arch=x86_64 16:22:17 ---> 26f649884b9b 16:22:17 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 16:22:17 ---> Running in ced21fd67f7f 16:22:17 ---> Running in b5b185af61a2 16:22:17 ---> 7d2063d2c69c 16:22:17 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:22:17 ---> 3c8577bea63f 16:22:17 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 16:22:17 ---> Running in e2eb414e1944 16:22:17 ---> Running in e01d952884d8 16:22:17 Removing intermediate container ced21fd67f7f 16:22:17 ---> 6357e8d97b56 16:22:17 Step 21/22 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be 16:22:17 ---> Running in 1b6dc975d39e 16:22:17 Removing intermediate container e01d952884d8 16:22:17 ---> 61fd882ad15e 16:22:17 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:22:17 ---> Running in b95ad5e456e0 16:22:17 Removing intermediate container 1b6dc975d39e 16:22:17 ---> 4b346d053e3c 16:22:17 Step 22/22 : LABEL version=0.0.0 16:22:17 ---> Running in 302a6556610d 16:22:18 Removing intermediate container b95ad5e456e0 16:22:18 ---> 684a68988dd1 16:22:18 Step 17/19 : LABEL arch=x86_64 16:22:18 ---> Running in 908304a63974 16:22:18 Removing intermediate container 302a6556610d 16:22:18 ---> 6c918778e318 16:22:18 16:22:18 Successfully built 6c918778e318 16:22:18 Successfully tagged support-scheduler:latest 16:22:18 Removing intermediate container 908304a63974 16:22:18 Building security-spire-config 16:22:18 ---> abbd8c57fff6 16:22:18 Step 18/19 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be Building support-scheduler ... done  16:22:18 ---> Running in 19ff2d352745 16:22:18 Removing intermediate container b0ece0a9c17e 16:22:18 ---> d08ccef50a46 16:22:18 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 16:22:18 ---> Running in 396f3fb3169e 16:22:21 Removing intermediate container 19ff2d352745 16:22:21 ---> f3df32998460 16:22:21 Step 19/19 : LABEL version=0.0.0 16:22:21 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:22:21 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:22:21 ---> 2810975dc9c7 16:22:21 Step 3/24 : WORKDIR /edgex-go 16:22:21 ---> Using cache 16:22:21 ---> 38d1d89d2966 16:22:21 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 16:22:22 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:22:22 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:22:22 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:22:22 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:22:22 Removing intermediate container 396f3fb3169e 16:22:22 ---> 204127fa65cc 16:22:22 Step 19/21 : LABEL arch=x86_64 16:22:22 ---> Running in ca1b171c81f2 16:22:22 ---> Running in 968d519a3a21 16:22:22 ---> Running in 7da37a074138 16:22:22 Removing intermediate container b5b185af61a2 16:22:22 ---> 7ff081a2c7ef 16:22:22 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 16:22:22 Removing intermediate container 7da37a074138 16:22:22 ---> 70def70fb61a 16:22:22 Step 20/21 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be 16:22:22 Removing intermediate container 968d519a3a21 16:22:22 ---> 74fad44610f5 16:22:22 16:22:22 Removing intermediate container e2eb414e1944 16:22:22 ---> 3a49b9aa2649 16:22:22 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:22:22 ---> Running in c33b4c10ad80 16:22:22 ---> Running in 3fd951fbf067 16:22:22 ---> 4d6d0d37eec2 16:22:22 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:22:22 Successfully built 74fad44610f5 16:22:22 Successfully tagged security-spiffe-token-provider:latest 16:22:22  Building security-spiffe-token-provider ... done Building core-metadata 16:22:22 Removing intermediate container c33b4c10ad80 16:22:22 ---> 3f8eddd429a5 16:22:22 Step 21/21 : LABEL version=0.0.0 16:22:22 Removing intermediate container 3fd951fbf067 16:22:22 ---> 6336332447d7 16:22:22 Step 22/24 : LABEL arch=x86_64 16:22:22 ---> Running in 06a902b82c08 16:22:22 ---> Running in 1e7761bcc0b4 16:22:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 16:22:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 16:22:22 OK: 211 MiB in 51 packages 16:22:24 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 16:22:25 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:22:25 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:22:25 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:22:25 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 16:22:27 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:22:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:22:27 ---> 2810975dc9c7 16:22:27 Step 3/24 : ARG ADD_BUILD_TAGS="" 16:22:27 ---> Using cache 16:22:27 ---> 8707960f9dd9 16:22:27 Step 4/24 : WORKDIR /edgex-go 16:22:27 ---> Using cache 16:22:27 ---> a8dd8d5d6060 16:22:27 Step 5/24 : RUN apk add --update --no-cache make git 16:22:27 ---> Using cache 16:22:27 ---> b21cbf7ff160 16:22:27 Step 6/24 : COPY go.mod vendor* ./ 16:22:27 ---> Using cache 16:22:27 ---> f66f9a9c8b29 16:22:27 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:22:27 ---> Using cache 16:22:27 ---> cde9792c0b2f 16:22:27 Step 8/24 : COPY . . 16:22:27 ---> Using cache 16:22:27 ---> 278cca2d68ca 16:22:27 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 16:22:27 Removing intermediate container 06a902b82c08 16:22:27 ---> 511a6fbf811b 16:22:27 16:22:27 Removing intermediate container 1e7761bcc0b4 16:22:27 ---> 28c2fcdcdb19 16:22:27 Step 23/24 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be 16:22:27 ---> 0578eb040cb5 16:22:27 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:22:27 ---> Running in 60678983b187 16:22:27 ---> Running in 3e6c76839e81 16:22:27 Successfully built 511a6fbf811b 16:22:27 Successfully tagged security-proxy-setup:latest 16:22:27 Building support-notifications 16:22:27  Building security-proxy-setup ... done Removing intermediate container ca1b171c81f2 16:22:27 ---> 3f9d31fb2b02 16:22:27 Step 5/24 : COPY go.mod vendor* ./ 16:22:27 Removing intermediate container 3e6c76839e81 16:22:27 ---> 8cdfb2ee8490 16:22:27 Step 24/24 : LABEL version=0.0.0 16:22:27 ---> 1dc8aff5db77 16:22:27 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:22:27 ---> Running in 8f8409df4f5e 16:22:27 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 16:22:30 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:22:30 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:22:30 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:22:30 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 16:22:30 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:22:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:22:30 ---> 2810975dc9c7 16:22:30 Step 3/22 : ARG ADD_BUILD_TAGS="" 16:22:30 ---> Using cache 16:22:30 ---> 8707960f9dd9 16:22:30 Step 4/22 : WORKDIR /edgex-go 16:22:30 ---> Using cache 16:22:30 ---> a8dd8d5d6060 16:22:30 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 16:22:34 ---> 6b3d1bff9f3e 16:22:34 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:22:34 Removing intermediate container 8f8409df4f5e 16:22:34 ---> af38d725f7c3 16:22:34 16:22:34 ---> Running in 539e78c50f89 16:22:34 ---> 1298249de564 16:22:34 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 16:22:34 ---> Running in dcd65c72c182 16:22:34 Successfully built af38d725f7c3 16:22:34 Successfully tagged security-secretstore-setup:latest 16:22:34 Building security-spire-server 16:22:36  Building security-secretstore-setup ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:22:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:22:36 ---> 2810975dc9c7 16:22:36 Step 3/23 : WORKDIR /edgex-go 16:22:36 ---> Using cache 16:22:36 ---> 38d1d89d2966 16:22:36 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 16:22:36 ---> Using cache 16:22:36 ---> 3f9d31fb2b02 16:22:36 Step 5/23 : COPY go.mod vendor* ./ 16:22:36 ---> Using cache 16:22:36 ---> 6b3d1bff9f3e 16:22:36 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:22:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 16:22:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 16:22:39 OK: 211 MiB in 51 packages 16:22:41 ---> 3a8819afb812 16:22:41 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 16:22:41 ---> Running in 27ef4a94318e 16:22:41 ---> ff10c0f0e7b4 16:22:41 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 16:22:41 Removing intermediate container 539e78c50f89 16:22:41 ---> 9af9215e9878 16:22:41 Step 6/22 : COPY go.mod vendor* ./ 16:22:41 ---> f9d9300eaf57 16:22:41 Step 27/32 : RUN chmod +x /entrypoint.sh 16:22:41 ---> Running in a92d4d1660f2 16:22:41 ---> f975ed2713ec 16:22:41 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:22:42 ---> Running in e67d839d3fe8 16:22:42 Removing intermediate container a92d4d1660f2 16:22:42 ---> 91b99ec6c81c 16:22:42 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.365s coverage: 28.7% of statements 16:22:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:22:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:22:42 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 16:22:42 ---> Running in dd301d305cbb 16:22:42 Removing intermediate container dd301d305cbb 16:22:42 ---> 0151d9c73f80 16:22:42 Step 29/32 : CMD ["gate"] 16:22:42 ---> Running in 6f0993399767 16:22:42 Removing intermediate container 6f0993399767 16:22:42 ---> 5fd976846457 16:22:42 Step 30/32 : LABEL arch=x86_64 16:22:42 ---> Running in 57f215e19cc9 16:22:42 Removing intermediate container 57f215e19cc9 16:22:42 ---> 1cbbdf675c75 16:22:42 Step 31/32 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be 16:22:43 ---> Running in 97069114e02d 16:22:43 Removing intermediate container 97069114e02d 16:22:43 ---> 337473919caf 16:22:43 Step 32/32 : LABEL version=0.0.0 16:22:43 ---> Running in 59fb9e774b54 16:22:43 Removing intermediate container 59fb9e774b54 16:22:43 ---> 787a360f15a7 16:22:43 16:22:43 Successfully built 787a360f15a7 16:22:43 Successfully tagged security-bootstrapper:latest 16:22:43 Building core-command 16:22:46  Building security-bootstrapper ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:22:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:22:46 ---> 2810975dc9c7 16:22:46 Step 3/23 : ARG ADD_BUILD_TAGS="" 16:22:46 ---> Using cache 16:22:46 ---> 8707960f9dd9 16:22:46 Step 4/23 : WORKDIR /edgex-go 16:22:46 ---> Using cache 16:22:46 ---> a8dd8d5d6060 16:22:46 Step 5/23 : RUN apk add --update --no-cache make git 16:22:46 ---> Using cache 16:22:46 ---> b21cbf7ff160 16:22:46 Step 6/23 : COPY go.mod vendor* ./ 16:22:46 ---> Using cache 16:22:46 ---> f66f9a9c8b29 16:22:46 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:22:46 ---> Using cache 16:22:46 ---> cde9792c0b2f 16:22:46 Step 8/23 : COPY . . 16:22:46 ---> Using cache 16:22:46 ---> 278cca2d68ca 16:22:46 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 16:22:50 ---> Running in 679073baf751 16:22:50 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 16:22:52 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.567s coverage: 98.5% of statements 16:22:55 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.827s coverage: 43.0% of statements 16:22:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 16:22:55 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 16:22:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.131s coverage: 54.0% of statements 16:22:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:22:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:23:06 Removing intermediate container 60678983b187 16:23:06 ---> 2f995135e5ee 16:23:06 16:23:06 Step 10/24 : FROM alpine:3.16 16:23:06 ---> bfe296a52501 16:23:06 Step 11/24 : RUN apk add --update --no-cache dumb-init 16:23:06 ---> Using cache 16:23:06 ---> 5e6d8ace3532 16:23:06 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:23:06 ---> Using cache 16:23:06 ---> 2b305b6007f0 16:23:06 Step 13/24 : ENV APP_PORT=59881 16:23:10 ---> Running in 1323e33687a8 16:23:10 Removing intermediate container 1323e33687a8 16:23:10 ---> d836c521fc64 16:23:10 Step 14/24 : EXPOSE $APP_PORT 16:23:10 ---> Running in 70c8a1ad1c54 16:23:11 Removing intermediate container 70c8a1ad1c54 16:23:11 ---> cd28883a6ec6 16:23:11 Step 15/24 : WORKDIR / 16:23:12 ---> Running in 4801093b26c1 16:23:14 Removing intermediate container 4801093b26c1 16:23:14 ---> 1c2d87acc381 16:23:14 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 16:23:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 21.733s coverage: 89.2% of statements 16:23:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 16:23:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 16:23:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 16:23:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:23:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 16:23:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.616s coverage: 2.4% of statements 16:23:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:23:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:23:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 3.364s coverage: 95.6% of statements 16:23:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 16:23:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 16:23:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 16:23:18 ok github.com/edgexfoundry/edgex-go/internal/io 0.531s coverage: 72.2% of statements 16:23:18 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:23:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 16:23:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 16:23:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:23:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:23:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.581s coverage: 60.0% of statements 16:23:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:23:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:23:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:23:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.581s coverage: 0.9% of statements 16:23:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 16:23:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.406s coverage: 58.8% of statements 16:23:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.529s coverage: 29.6% of statements 16:23:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 16:23:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.324s coverage: 47.1% of statements 16:23:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.450s coverage: 79.5% of statements 16:23:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.313s coverage: 94.1% of statements 16:23:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.320s coverage: 96.3% of statements 16:23:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.383s coverage: 87.5% of statements 16:23:27 ---> 1a4996448f37 16:23:27 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:23:27 Removing intermediate container 27ef4a94318e 16:23:27 ---> fbe28b6b66ed 16:23:27 Step 7/23 : COPY . . 16:23:27 Removing intermediate container e67d839d3fe8 16:23:27 ---> 239339ece9f0 16:23:27 Step 8/22 : COPY . . 16:23:27 Removing intermediate container dcd65c72c182 16:23:27 ---> b29cabf122bb 16:23:27 Step 7/24 : COPY . . 16:23:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.400s coverage: 94.4% of statements 16:23:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.232s coverage: 44.8% of statements 16:23:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.790s coverage: 79.9% of statements 16:23:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 16:23:45 ---> e4be2aab08be 16:23:45 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:23:45 ---> 5783125cfb4c 16:23:45 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 16:23:45 ---> a263a6e1bb7d 16:23:45 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 16:23:45 ---> fd9eccf9ffb6 16:23:45 Step 9/22 : RUN make cmd/support-notifications/support-notifications 16:23:45 Removing intermediate container 679073baf751 16:23:45 ---> 756ebb462941 16:23:45 16:23:45 Step 10/23 : FROM alpine:3.16 16:23:45 ---> bfe296a52501 16:23:45 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:23:45 ---> Using cache 16:23:45 ---> 5e6d8ace3532 16:23:45 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:23:45 ---> Using cache 16:23:45 ---> 2b305b6007f0 16:23:45 Step 13/23 : ENV APP_PORT=59882 16:23:45 ---> Running in 6a10a8ac43d1 16:23:45 ---> Running in bcbceb98dd69 16:23:45 ---> Running in a1d051fa2d53 16:23:45 ---> Running in f70f95a5e6a3 16:23:45 ---> c17ef6e87197 16:23:45 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 16:23:45 Removing intermediate container a1d051fa2d53 16:23:45 ---> b30f2506ff3c 16:23:45 Step 14/23 : EXPOSE $APP_PORT 16:23:45 Removing intermediate container 6a10a8ac43d1 16:23:45 ---> c1ce20ceee72 16:23:45 Step 9/23 : WORKDIR /edgex-go/spire-build 16:23:45 Removing intermediate container bcbceb98dd69 16:23:45 ---> 64bf03f35946 16:23:45 Step 9/24 : WORKDIR /edgex-go/spire-build 16:23:45 ---> 2cbef875e636 16:23:45 Step 20/24 : ENTRYPOINT ["/core-metadata"] 16:23:45 ---> Running in 42c4d6cd4ce0 16:23:45 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 16:23:45 ---> Running in 57e82c9aaf34 16:23:45 ---> Running in a6194ca96a23 16:23:45 ---> Running in efd931f93eb7 16:23:45 Removing intermediate container 42c4d6cd4ce0 16:23:45 ---> d6b77b380eab 16:23:45 Step 15/23 : WORKDIR / 16:23:45 Removing intermediate container 57e82c9aaf34 16:23:45 ---> 6c3d1c2f8509 16:23:45 Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 16:23:45 ---> Running in b97c42632119 16:23:45 Removing intermediate container efd931f93eb7 16:23:45 ---> 7844c1450b38 16:23:45 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"]Removing intermediate container a6194ca96a23 16:23:45 16:23:45 ---> cbc18d946d44 16:23:45 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 16:23:45 ---> Running in 3bf31c1a842d 16:23:45 ---> Running in ac7109085f80 16:23:45 ---> Running in 70a435171f06 16:23:45 Removing intermediate container b97c42632119 16:23:45 ---> 367c34a2c21a 16:23:45 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:23:45 Removing intermediate container 70a435171f06 16:23:45 ---> 6a76cd6daa91 16:23:45 Step 22/24 : LABEL arch=x86_64 16:23:45 ---> Running in 7f45123bcc06 16:23:45 ---> 6f4779de53c9 16:23:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:23:45 Removing intermediate container 7f45123bcc06 16:23:45 ---> 0a69b6eb33aa 16:23:45 Step 23/24 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be 16:23:45 ---> Running in c9f4190a939b 16:23:46 Removing intermediate container c9f4190a939b 16:23:46 ---> 5abaddd8138c 16:23:46 Step 24/24 : LABEL version=0.0.0 16:23:46 ---> Running in f72fcb6b55c8 16:23:46 ---> 44947c9189e7 16:23:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:23:46 Removing intermediate container ac7109085f80 16:23:46 ---> 1c49691d505c 16:23:46 Step 11/24 : WORKDIR /edgex-go 16:23:46 ---> Running in ec3b9603ceb8 16:23:46 Removing intermediate container f72fcb6b55c8 16:23:46 ---> 3afe850b104d 16:23:46 16:23:46 ---> 5d89bac512ef 16:23:46 Step 19/23 : ENTRYPOINT ["/core-command"] 16:23:46 Removing intermediate container 3bf31c1a842d 16:23:46 ---> 34abef241513 16:23:46 Step 11/23 : WORKDIR /edgex-go 16:23:46 ---> Running in d3f587097c23 16:23:46 ---> Running in fb85d2909535 16:23:46 Successfully built 3afe850b104d 16:23:46 Removing intermediate container ec3b9603ceb8 16:23:46 ---> 5ae2f85776ab 16:23:46 16:23:46 Step 12/24 : FROM alpine:3.15 16:23:46 Successfully tagged core-metadata:latest 16:23:46  Building core-metadata ... done Building security-spire-agent 16:23:46 ---> c4fc93816858 16:23:46 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 16:23:46 ---> Using cache 16:23:46 ---> 5c543799dd83 16:23:46 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 16:23:46 ---> Running in bccc58a8c00e 16:23:46 Removing intermediate container d3f587097c23 16:23:46 ---> ca65f89c6126 16:23:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:23:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.301s coverage: 92.9% of statements 16:23:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 16:23:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 16:23:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 16:23:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.070s coverage: 65.1% of statements 16:23:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 16:23:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 16:23:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 16:23:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 16:23:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.347s coverage: 86.9% of statements 16:23:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 16:23:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 16:23:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 16:23:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 16:23:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.257s coverage: 87.2% of statements 16:23:49 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:23:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:23:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.204s coverage: 100.0% of statements 16:23:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:23:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.324s coverage: 77.4% of statements 16:23:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:23:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.280s coverage: 80.0% of statements 16:23:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.221s coverage: 87.2% of statements 16:23:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.747s coverage: 91.2% of statements 16:23:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:23:50 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:23:50 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:23:50 ---> 2810975dc9c7 16:23:50 Step 3/24 : WORKDIR /edgex-go 16:23:50 ---> Using cache 16:23:50 ---> 38d1d89d2966 16:23:50 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 16:23:50 ---> Using cache 16:23:50 ---> 3f9d31fb2b02 16:23:50 Step 5/24 : COPY go.mod vendor* ./ 16:23:50 ---> Using cache 16:23:50 ---> 6b3d1bff9f3e 16:23:50 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:23:50 ---> Using cache 16:23:50 ---> fbe28b6b66ed 16:23:50 Step 7/24 : COPY . . 16:23:50 ---> Using cache 16:23:50 ---> 5783125cfb4c 16:23:50 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 16:23:50 ---> Using cache 16:23:50 ---> c1ce20ceee72 16:23:50 Step 9/24 : WORKDIR /edgex-go/spire-build 16:23:50 ---> Using cache 16:23:50 ---> 6c3d1c2f8509 16:23:50 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 16:23:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.958s coverage: 64.7% of statements 16:23:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:23:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:23:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.234s coverage: 100.0% of statements 16:23:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.108s coverage: 89.4% of statements 16:23:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.096s coverage: 100.0% of statements 16:23:51 ---> Running in d3755dddc5a4 16:23:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:23:52 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.122s coverage: 73.7% of statements 16:23:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.074s coverage: 100.0% of statements 16:23:53 Removing intermediate container fb85d2909535 16:23:53 ---> 5986e7c4a974 16:23:53 16:23:53 Step 12/23 : FROM alpine:3.15 16:23:53 ---> c4fc93816858 16:23:53 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 16:23:53 ---> Using cache 16:23:53 ---> 5c543799dd83 16:23:53 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 16:23:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:23:53 v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 16:23:53 v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 16:23:53 OK: 15859 distinct packages available 16:23:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:23:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:23:54 (1/4) Installing dumb-init (1.2.5-r1) 16:23:54 (2/4) Installing musl-obstack (1.2.3-r0) 16:23:54 (3/4) Installing libucontext (1.1-r0) 16:23:54 (4/4) Installing gcompat (1.0.0-r4) 16:23:54 Executing busybox-1.34.1-r7.trigger 16:23:54 OK: 6 MiB in 18 packages 16:23:54 ---> Running in eecce176da05 16:23:54 Removing intermediate container d3755dddc5a4 16:23:54 ---> 8bb879121068 16:23:54 Step 21/23 : LABEL arch=x86_64 16:23:54 ---> Running in e74bad8251c9 16:23:54 ---> Running in 2bdb5acca6bf 16:23:54 Removing intermediate container 2bdb5acca6bf 16:23:54 ---> 1627fcb2ee1b 16:23:54 Step 22/23 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be 16:23:54 ---> Running in 92fb4a9283e1 16:23:55 Removing intermediate container bccc58a8c00e 16:23:55 ---> 650415fb6f29 16:23:55 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 16:23:55 Removing intermediate container 92fb4a9283e1 16:23:55 ---> c56291ff9365 16:23:55 Step 23/23 : LABEL version=0.0.0 16:23:55 ---> Running in 70454e81b29b 16:23:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:23:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:23:56 Removing intermediate container 70454e81b29b 16:23:56 ---> 2f11c6d6e4fb 16:23:56 16:23:56 Successfully built 2f11c6d6e4fb 16:23:56 v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 16:23:56 v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 16:23:56 OK: 15859 distinct packages available 16:23:56 Successfully tagged core-command:latest 16:23:56  Building core-command ... done Building core-data 16:23:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:23:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:23:57 (1/5) Installing dumb-init (1.2.5-r1) 16:23:57 (2/5) Installing musl-obstack (1.2.3-r0) 16:23:57 (3/5) Installing libucontext (1.1-r0) 16:23:57 (4/5) Installing gcompat (1.0.0-r4) 16:23:57 (5/5) Installing openssl (1.1.1s-r1) 16:23:57 Executing busybox-1.34.1-r7.trigger 16:23:57 OK: 7 MiB in 19 packages 16:23:59 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:23:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:23:59 ---> 2810975dc9c7 16:23:59 Step 3/22 : ARG ADD_BUILD_TAGS="" 16:23:59 ---> Using cache 16:23:59 ---> 8707960f9dd9 16:23:59 Step 4/22 : WORKDIR /edgex-go 16:23:59 ---> Using cache 16:23:59 ---> a8dd8d5d6060 16:23:59 Step 5/22 : RUN apk add --update --no-cache make git 16:23:59 ---> Using cache 16:23:59 ---> b21cbf7ff160 16:23:59 Step 6/22 : COPY go.mod vendor* ./ 16:23:59 ---> Using cache 16:23:59 ---> f66f9a9c8b29 16:23:59 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:23:59 ---> Using cache 16:23:59 ---> cde9792c0b2f 16:23:59 Step 8/22 : COPY . . 16:23:59 ---> Using cache 16:23:59 ---> 278cca2d68ca 16:23:59 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 16:23:59 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.260s coverage: 65.8% of statements 16:23:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:23:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:23:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 16:24:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.882s coverage: 41.8% of statements 16:24:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:24:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:24:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.268s coverage: 89.5% of statements 16:24:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 16:24:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.285s coverage: 84.8% of statements 16:24:01 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 16:24:01 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 16:24:01 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 16:24:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 16:24:06 ---> af915bb737c3 16:24:06 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 16:24:06 ---> Running in f204fef14db9 16:24:06 Removing intermediate container e74bad8251c9 16:24:06 ---> e9febf8fb862 16:24:06 Step 11/24 : WORKDIR /edgex-go 16:24:06 ---> 7187150f6e37 16:24:06 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 16:24:06 ---> Running in 6d1d325fb817 16:24:06 Removing intermediate container eecce176da05 16:24:06 ---> 8225a7844fd4 16:24:06 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 16:24:06 ---> Running in 6371a913515c 16:24:06 Removing intermediate container 6d1d325fb817 16:24:06 ---> 6686472d2b92 16:24:06 16:24:06 Step 12/24 : FROM alpine:3.15 16:24:06 ---> c4fc93816858 16:24:06 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 16:24:06 ---> Using cache 16:24:06 ---> 5c543799dd83 16:24:06 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 16:24:06 ---> Using cache 16:24:06 ---> 8225a7844fd4 16:24:06 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 16:24:06 Removing intermediate container 6371a913515c 16:24:06 ---> 0d8e1935e540 16:24:06 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 16:24:06 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 16:24:07 ---> fa940c41c6a6 16:24:07 Step 19/24 : WORKDIR / 16:24:07 ---> Running in f853cce955fe 16:24:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.306s coverage: 17.7% of statements 16:24:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 16:24:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 16:24:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:24:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:24:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.700s coverage: 92.3% of statements 16:24:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 16:24:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 16:24:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 16:24:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 16:24:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.292s coverage: 63.2% of statements 16:24:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:24:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:24:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.456s coverage: 97.7% of statements 16:24:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 16:24:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 16:24:09 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 16:24:09 WARNING: Linting skipped (not on x86_64 or linter not installed) 16:24:09 go vet ./... 16:24:12 Removing intermediate container f853cce955fe 16:24:12 ---> 280c97355f80 16:24:12 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 16:24:15 ---> 8e533e0170e7 16:24:15 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 16:24:15 ---> a2e6b45aadc3 16:24:15 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 16:24:15 ---> Running in f9e6be9e75f6 16:24:23 ---> c6470888583d 16:24:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 16:24:24 ---> 05edd1c12d6f 16:24:24 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 16:24:24 Removing intermediate container f9e6be9e75f6 16:24:24 ---> 61e8f7f5fe13 16:24:24 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 16:24:34 ---> 268c7f64dec4 16:24:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 16:24:34 ---> Running in d5f98016efc6 16:24:34 ---> cfbdcc9f6d5f 16:24:34 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 16:24:34 Removing intermediate container d5f98016efc6 16:24:34 ---> 52b10c2c3529 16:24:34 Step 22/24 : LABEL arch=x86_64 16:24:34 ---> 93e36bbf4b42 16:24:34 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 16:24:34 ---> 6784a544b6ef 16:24:34 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 16:24:34 ---> Running in 252b2d6c4640 16:24:34 Removing intermediate container f70f95a5e6a3 16:24:34 ---> 9dde3498c78e 16:24:34 16:24:34 Step 10/22 : FROM alpine:3.16 16:24:34 ---> bfe296a52501 16:24:34 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:24:37 ---> Running in 873f2ad4161f 16:24:37 ---> Running in 8e39a66c2b26 16:24:39 ---> 0974c3d131cc 16:24:39 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 16:24:39 Removing intermediate container 252b2d6c4640 16:24:39 ---> 92fa7ad4439f 16:24:39 Step 23/24 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be 16:24:39 ---> Running in 30d8cca454fe 16:24:39 Removing intermediate container 873f2ad4161f 16:24:39 ---> 62e02e59b7ac 16:24:39 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 16:24:39 ---> Running in 71eabf62ee53 16:24:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 16:24:39 Removing intermediate container f204fef14db9 16:24:39 ---> e98b6cec9462 16:24:39 16:24:39 Step 10/22 : FROM alpine:3.16 16:24:39 ---> bfe296a52501 16:24:39 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:24:39 ---> Running in 3028c65f91f2 16:24:39 Removing intermediate container 30d8cca454fe 16:24:39 ---> 3051421c1bf4 16:24:39 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 16:24:39 Removing intermediate container 71eabf62ee53 16:24:39 ---> 5187e54bb8be 16:24:39 Step 24/24 : LABEL version=0.0.0 16:24:39 ---> Running in 840ff9c02788 16:24:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 16:24:39 ---> Running in 39ce07d6083b 16:24:39 ---> Running in 12d77a4d2502 16:24:39 Removing intermediate container 3028c65f91f2 16:24:39 ---> f8d0579c594d 16:24:39 Step 21/23 : LABEL arch=x86_64 16:24:39 ---> Running in 330663a4d6fb 16:24:39 Removing intermediate container 840ff9c02788 16:24:39 ---> 9137b38cfd54 16:24:39 Step 12/22 : ENV APP_PORT=59880 16:24:39 ---> Running in 124ba56ce7ed 16:24:39 Removing intermediate container 12d77a4d2502 16:24:39 ---> f3bc5d3dac08 16:24:39 16:24:39 Removing intermediate container 39ce07d6083b 16:24:39 ---> d594c8f0c1aa 16:24:39 Step 22/24 : LABEL arch=x86_64 16:24:39 Removing intermediate container 330663a4d6fb 16:24:39 ---> 51bbd805ad5a 16:24:39 Step 22/23 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be 16:24:39 ---> Running in 0fbf38d99849 16:24:39 ---> Running in c76dd88f44f4 16:24:39 Successfully built f3bc5d3dac08 16:24:39 (1/2) Installing ca-certificates (20220614-r0) 16:24:39 Successfully tagged security-spire-config:latest 16:24:39  Building security-spire-config ... done (2/2) Installing dumb-init (1.2.5-r1) 16:24:39 Removing intermediate container 124ba56ce7ed 16:24:39 ---> 126686dbaed4 16:24:39 Step 13/22 : EXPOSE $APP_PORT 16:24:39 Executing busybox-1.35.0-r17.trigger 16:24:39 Executing ca-certificates-20220614-r0.trigger 16:24:40 Removing intermediate container 0fbf38d99849 16:24:40 ---> 70b5d85eb9b0 16:24:40 Step 23/24 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be 16:24:40 ---> Running in b86e1968bd12 16:24:40 OK: 6 MiB in 16 packages 16:24:40 Removing intermediate container c76dd88f44f4 16:24:40 ---> aaf5577d8444 16:24:40 Step 23/23 : LABEL version=0.0.0 16:24:40 ---> Running in 0f0fdf95b2c9 16:24:40 ---> Running in 3de7690ea603 16:24:40 Removing intermediate container b86e1968bd12 16:24:40 ---> 4e923d11be3a 16:24:40 Step 14/22 : RUN apk add --update --no-cache dumb-init 16:24:40 ---> Running in ead9252d0f33 16:24:40 Removing intermediate container 0f0fdf95b2c9 16:24:40 ---> faa53d8791a1 16:24:40 Step 24/24 : LABEL version=0.0.0 16:24:40 Removing intermediate container 3de7690ea603 16:24:40 ---> 73e9aa239bac 16:24:40 16:24:40 ---> Running in 4f6332e1292d 16:24:40 Successfully built 73e9aa239bac 16:24:40 Successfully tagged security-spire-server:latest 16:24:40  Building security-spire-server ... done Removing intermediate container 4f6332e1292d 16:24:40 ---> aac995024410 16:24:40 16:24:40 Removing intermediate container 8e39a66c2b26 16:24:40 ---> ac6109fee760 16:24:40 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:24:40 Successfully built aac995024410 16:24:40 ---> Running in cda1e77295f3 16:24:40 Successfully tagged security-spire-agent:latest 16:24:40  Building security-spire-agent ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 16:24:40 Removing intermediate container cda1e77295f3 16:24:40 ---> c63581a4845c 16:24:40 Step 13/22 : ENV APP_PORT=59860 16:24:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 16:24:41 ---> Running in 5f5befc1a457 16:24:41 Removing intermediate container 5f5befc1a457 16:24:41 ---> e75f7df0edc1 16:24:41 Step 14/22 : EXPOSE $APP_PORT 16:24:41 ---> Running in 53a7ecfc3a72 16:24:41 Removing intermediate container 53a7ecfc3a72 16:24:41 ---> a4c87b8164bc 16:24:41 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:24:41 (1/1) Installing dumb-init (1.2.5-r1) 16:24:41 Executing busybox-1.35.0-r17.trigger 16:24:41 OK: 6 MiB in 15 packages 16:24:41 ---> 76f0b3467220 16:24:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:24:42 ---> 5c52d537d49a 16:24:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:24:42 Removing intermediate container ead9252d0f33 16:24:42 ---> 3e4b0fa6460b 16:24:42 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:24:42 ---> 8b600e3682fb 16:24:42 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:24:42 ---> Running in b6f53359f7bb 16:24:42 ---> 3f1be47cf1a6 16:24:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:24:42 Removing intermediate container b6f53359f7bb 16:24:42 ---> c3f3c8d38f55 16:24:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:24:43 ---> Running in 5deb2d7e5c83 16:24:43 Removing intermediate container 5deb2d7e5c83 16:24:43 ---> 692615439bfb 16:24:43 Step 20/22 : LABEL arch=x86_64 16:24:43 ---> Running in a6fc17f20b8d 16:24:43 ---> eab920d571fe 16:24:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:24:43 Removing intermediate container a6fc17f20b8d 16:24:43 ---> 09a4503ec83d 16:24:43 Step 21/22 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be 16:24:43 ---> Running in 1ed420a81f18 16:24:43 ---> 4eabdd23d016 16:24:43 Step 18/22 : ENTRYPOINT ["/core-data"] 16:24:43 ---> Running in 36ee2acc370d 16:24:43 Removing intermediate container 1ed420a81f18 16:24:43 ---> 2bcd85aa5e4d 16:24:43 Step 22/22 : LABEL version=0.0.0 16:24:44 ---> Running in d1ee62d29802 16:24:44 Removing intermediate container 36ee2acc370d 16:24:44 ---> ae629fbeef0f 16:24:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:24:44 ---> Running in 722f68afb043 16:24:44 Removing intermediate container d1ee62d29802 16:24:44 ---> bb14acae04e6 16:24:44 16:24:44 Removing intermediate container 722f68afb043 16:24:44 ---> 7e82e3698d8f 16:24:44 Step 20/22 : LABEL arch=x86_64 16:24:44 Successfully built bb14acae04e6 16:24:44 Successfully tagged support-notifications:latest 16:24:44 ---> Running in 1b13de6581fa 16:24:44  Building support-notifications ... done Removing intermediate container 1b13de6581fa 16:24:44 ---> b930da4cec42 16:24:44 Step 21/22 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be 16:24:44 ---> Running in 1bb229f954e5 16:24:44 Removing intermediate container 1bb229f954e5 16:24:44 ---> e5a22431f067 16:24:44 Step 22/22 : LABEL version=0.0.0 16:24:44 ---> Running in 9ad3ff7871c2 16:24:44 Removing intermediate container 9ad3ff7871c2 16:24:44 ---> 78ca9e000eee 16:24:44 16:24:44 Successfully built 78ca9e000eee 16:24:44 Successfully tagged core-data:latest 16:24:44  Building core-data ... done  [Pipeline] } 16:24:44 $ docker stop --time=1 718f8e0ecfb1663e1547cefd0cf46a6f15891cf4b87483d5ccc4c82b2f2e7377 16:24:45 $ docker rm -f --volumes 718f8e0ecfb1663e1547cefd0cf46a6f15891cf4b87483d5ccc4c82b2f2e7377 [Pipeline] // withDockerContainer [Pipeline] sh 16:24:46 + docker images 16:24:46 REPOSITORY TAG IMAGE ID CREATED SIZE 16:24:46 core-data latest 78ca9e000eee 2 seconds ago 17.9MB 16:24:46 support-notifications latest bb14acae04e6 3 seconds ago 30.6MB 16:24:46 security-spire-server latest 73e9aa239bac 6 seconds ago 86.5MB 16:24:46 security-spire-agent latest aac995024410 6 seconds ago 125MB 16:24:46 e98b6cec9462 7 seconds ago 1.68GB 16:24:46 security-spire-config latest f3bc5d3dac08 7 seconds ago 85.8MB 16:24:46 9dde3498c78e 12 seconds ago 1.74GB 16:24:46 6686472d2b92 40 seconds ago 1.54GB 16:24:46 core-command latest 2f11c6d6e4fb 51 seconds ago 17.7MB 16:24:46 5986e7c4a974 About a minute ago 1.54GB 16:24:46 core-metadata latest 3afe850b104d About a minute ago 18.5MB 16:24:46 5ae2f85776ab About a minute ago 1.54GB 16:24:46 756ebb462941 About a minute ago 1.67GB 16:24:46 2f995135e5ee About a minute ago 1.68GB 16:24:46 security-bootstrapper latest 787a360f15a7 2 minutes ago 20.3MB 16:24:46 security-secretstore-setup latest af38d725f7c3 2 minutes ago 29.9MB 16:24:46 security-spiffe-token-provider latest 74fad44610f5 2 minutes ago 29.8MB 16:24:46 security-proxy-setup latest 511a6fbf811b 2 minutes ago 27.7MB 16:24:46 support-scheduler latest 6c918778e318 2 minutes ago 30MB 16:24:46 3736a79f254d 2 minutes ago 1.74GB 16:24:46 be3f2dffc375 2 minutes ago 1.7GB 16:24:46 ee24d2a34038 2 minutes ago 1.66GB 16:24:46 736094210116 2 minutes ago 1.66GB 16:24:46 edbf5cd5646e 2 minutes ago 1.66GB 16:24:46 ci-base-image-x86_64 latest 2810975dc9c7 7 minutes ago 904MB 16:24:46 alpine 3.16 bfe296a52501 2 months ago 5.54MB 16:24:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 2 months ago 683MB 16:24:46 alpine 3.15 c4fc93816858 5 months ago 5.59MB 16:24:46 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 6 months ago 253MB 16:24:46 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] } 16:26:00 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:26:00 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 16:26:00 ./bin/test-attribution-txt.sh [Pipeline] echo 16:26:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 16:26:01 + ls -al . 16:26:01 total 744 16:26:01 drwxrwxr-x 10 1001 1001 4096 Jan 16 16:20 . 16:26:01 drwxr-xr-x 4 root root 4096 Jan 16 16:20 .. 16:26:01 drwxrwxr-x 2 1001 1001 4096 Jan 16 16:18 .blubracket 16:26:01 -rw-rw-r-- 1 1001 1001 16 Jan 16 16:18 .dockerignore 16:26:01 drwxrwxr-x 8 1001 1001 4096 Jan 16 16:18 .git 16:26:01 drwxrwxr-x 3 1001 1001 4096 Jan 16 16:18 .github 16:26:01 -rw-rw-r-- 1 1001 1001 956 Jan 16 16:18 .gitignore 16:26:01 -rw-rw-r-- 1 1001 1001 42 Jan 16 16:18 .golangci.yml 16:26:01 -rw-rw-r-- 1 1001 1001 87 Jan 16 16:18 .hadolint.yml 16:26:01 -rw-rw-r-- 1 1001 1001 166 Jan 16 16:18 .sonarcloud.properties 16:26:01 -rw-rw-r-- 1 1001 1001 1171 Jan 16 16:18 ADOPTERS.md 16:26:01 -rw-rw-r-- 1 1001 1001 10825 Jan 16 16:18 Attribution.txt 16:26:01 -rw-rw-r-- 1 1001 1001 73765 Jan 16 16:18 CHANGELOG.md 16:26:01 -rw-rw-r-- 1 1001 1001 3804 Jan 16 16:18 CONTRIBUTING.md 16:26:01 -rw-rw-r-- 1 1001 1001 677 Jan 16 16:18 GOVERNANCE.md 16:26:01 -rw-rw-r-- 1 1001 1001 850 Jan 16 16:18 Jenkinsfile 16:26:01 -rw-rw-r-- 1 1001 1001 10775 Jan 16 16:18 LICENSE 16:26:01 -rw-rw-r-- 1 1001 1001 12513 Jan 16 16:18 Makefile 16:26:01 -rw-rw-r-- 1 1001 1001 582 Jan 16 16:18 OWNERS.md 16:26:01 -rw-rw-r-- 1 1001 1001 9403 Jan 16 16:18 README.md 16:26:01 -rw-rw-r-- 1 1001 1001 6912 Jan 16 16:18 SECURITY.md 16:26:01 -rw-rw-r-- 1 1001 1001 5 Jan 16 16:16 VERSION 16:26:01 drwxrwxr-x 2 1001 1001 4096 Jan 16 16:18 bin 16:26:01 drwxrwxr-x 16 1001 1001 4096 Jan 16 16:18 cmd 16:26:01 -rw-r--r-- 1 root root 489579 Jan 16 16:24 coverage.out 16:26:01 -rw-rw-r-- 1 1001 1001 3376 Jan 16 16:18 go.mod 16:26:01 -rw-rw-r-- 1 1001 1001 34949 Jan 16 16:18 go.sum 16:26:01 drwxrwxr-x 7 1001 1001 4096 Jan 16 16:18 internal 16:26:01 drwxrwxr-x 3 1001 1001 4096 Jan 16 16:18 openapi 16:26:01 drwxrwxr-x 4 1001 1001 4096 Jan 16 16:18 snap 16:26:01 -rw-rw-r-- 1 1001 1001 204 Jan 16 16:18 version.go [Pipeline] sh 16:26:02 + '[' -e coverage.out ] 16:26:02 + chown 1001:1001 coverage.out [Pipeline] stash 16:26:02 Warning: overwriting stash ‘coverage-report’ 16:26:03 Stashed 1 file(s) [Pipeline] sh 16:26:03 + make build 16:26:03 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 16:27:40 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 16:27:40 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 16:27:40 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 16:28:27 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 16:28:27 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:28:34 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:28:40 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:28:44 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 16:28: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-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:29:04 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] } 16:29:10 $ docker stop --time=1 e07ead20aa7d3821878bd68c84bee9e7295e62e9ac55065a12586e2d9f13af6b 16:29:12 $ docker rm -f --volumes e07ead20aa7d3821878bd68c84bee9e7295e62e9ac55065a12586e2d9f13af6b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:29:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:29:14 16:29:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:29:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:29:15 latest: Pulling from edgex-devops/edgex-compose-arm64 16:29:15 29e5d40040c1: Pulling fs layer 16:29:15 1ce36da41761: Pulling fs layer 16:29:15 25b303627fd3: Pulling fs layer 16:29:15 29e5d40040c1: Verifying Checksum 16:29:15 29e5d40040c1: Download complete 16:29:15 1ce36da41761: Verifying Checksum 16:29:15 1ce36da41761: Download complete 16:29:16 29e5d40040c1: Pull complete 16:29:17 1ce36da41761: Pull complete 16:29:17 25b303627fd3: Verifying Checksum 16:29:17 25b303627fd3: Download complete 16:29:27 25b303627fd3: Pull complete 16:29:27 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 16:29:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:29:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:29:27 prd-ubuntu20.04-docker-arm64-4c-16g-2585 does not seem to be running inside a container 16:29:28 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:29:30 $ docker top 4001fc75c5f90ecab3523262632e1d99d84fb26a91692a91f7f14fa7589039d3 -eo pid,comm [Pipeline] { [Pipeline] sh 16:29:31 + docker-compose build --help 16:29:31 + grep parallel 16:29:36 --parallel Build images in parallel. [Pipeline] } 16:29:37 $ docker stop --time=1 4001fc75c5f90ecab3523262632e1d99d84fb26a91692a91f7f14fa7589039d3 16:29:39 $ docker rm -f --volumes 4001fc75c5f90ecab3523262632e1d99d84fb26a91692a91f7f14fa7589039d3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:29:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:29:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:29:40 prd-ubuntu20.04-docker-arm64-4c-16g-2585 does not seem to be running inside a container 16:29:40 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:29:41 $ docker top b8ca2d44542b3b8e4e073cc2ee03dfcef2ac7f4eab183e2c2b366dc9f1798c92 -eo pid,comm [Pipeline] { [Pipeline] sh 16:29:42 + docker-compose -f ./docker-compose-build.yml build --parallel 16:29:47 Building core-command ... 16:29:47 Building core-data ... 16:29:47 Building core-metadata ... 16:29:47 Building security-bootstrapper ... 16:29:47 Building security-proxy-setup ... 16:29:47 Building security-secretstore-setup ... 16:29:47 Building security-spiffe-token-provider ... 16:29:47 Building security-spire-agent ... 16:29:47 Building security-spire-config ... 16:29:47 Building security-spire-server ... 16:29:47 Building support-notifications ... 16:29:47 Building support-scheduler ... 16:29:47 Building core-metadata 16:29:47 Building security-spire-agent 16:29:47 Building security-proxy-setup 16:29:47 Building support-scheduler 16:29:47 Building security-spire-config 16:30:34 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:30:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:30:34 ---> 420b9532cb42 16:30:34 Step 3/24 : ARG ADD_BUILD_TAGS="" 16:30:34 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:30:34 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:30:34 ---> 420b9532cb42 16:30:34 Step 3/21 : WORKDIR /edgex-go 16:30:34 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:30:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:30:34 ---> 420b9532cb42 16:30:34 Step 3/22 : ARG ADD_BUILD_TAGS="" 16:30:34 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:30:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:30:34 ---> 420b9532cb42 16:30:34 Step 3/24 : WORKDIR /edgex-go 16:30:34 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:30:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:30:34 ---> 420b9532cb42 16:30:34 Step 3/24 : WORKDIR /edgex-go 16:30:34 ---> Running in 8076b2e2b14f 16:30:34 ---> Running in 583e80054355 16:30:34 ---> Running in a48d9219462f 16:30:34 ---> Running in c96dde2a1226 16:30:34 ---> Running in c577a0b35816 16:30:34 Removing intermediate container c577a0b35816 16:30:34 ---> 363dec07fa62 16:30:34 Step 4/22 : WORKDIR /edgex-go 16:30:34 ---> Running in b7146af1701d 16:30:34 Removing intermediate container 583e80054355 16:30:34 ---> aece4600f243 16:30:34 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 16:30:34 Removing intermediate container 8076b2e2b14f 16:30:34 ---> be86d57fad35 16:30:34 Step 4/24 : WORKDIR /edgex-go 16:30:34 Removing intermediate container a48d9219462f 16:30:34 ---> 0218db4595cd 16:30:34 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 16:30:34 Removing intermediate container c96dde2a1226 16:30:34 ---> 38d0cc96cbbd 16:30:34 Step 4/21 : RUN apk add --update --no-cache make git 16:30:34 ---> Running in 9cf44c2fea8c 16:30:34 ---> Running in 137410ea58bc 16:30:34 ---> Running in a14512cb4478 16:30:34 ---> Running in 73ef0ae0e62d 16:30:34 Removing intermediate container b7146af1701d 16:30:34 ---> 34ae150b3cf2 16:30:34 Step 5/22 : RUN apk add --update --no-cache make git 16:30:34 ---> Running in 6323335ebc56 16:30:34 Removing intermediate container 9cf44c2fea8c 16:30:34 ---> f961f1f66360 16:30:34 Step 5/24 : RUN apk add --update --no-cache make git 16:30:34 ---> Running in 7214ffb265e6 16:30:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:30:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:30:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:30:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:30:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:30:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:30:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:30:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:30:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:30:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:30:36 OK: 221 MiB in 51 packages 16:30:37 OK: 221 MiB in 51 packages 16:30:37 OK: 221 MiB in 51 packages 16:30:37 OK: 221 MiB in 51 packages 16:30:37 OK: 221 MiB in 51 packages 16:30:38 Removing intermediate container 137410ea58bc 16:30:38 ---> 30534051217e 16:30:38 Step 5/24 : COPY go.mod vendor* ./ 16:30:38 Removing intermediate container 73ef0ae0e62d 16:30:38 ---> f09af92b2b99 16:30:38 Step 5/21 : COPY go.mod vendor* ./ 16:30:39 Removing intermediate container 7214ffb265e6 16:30:39 ---> a1e682f38c20 16:30:39 Step 6/24 : COPY go.mod vendor* ./ 16:30:39 Removing intermediate container 6323335ebc56 16:30:39 ---> 2fc45d1b4c95 16:30:39 Step 6/22 : COPY go.mod vendor* ./ 16:30:39 Removing intermediate container a14512cb4478 16:30:39 ---> c68f4cfe4c68 16:30:39 Step 5/24 : COPY go.mod vendor* ./ 16:30:41 ---> 1a2d54da6959 16:30:41 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." ---> a5ee1fa49ac8 16:30:41 16:30:41 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:30:41 ---> 7875b7486af9 16:30:41 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:30:41 ---> 2a8d859814d5 16:30:41 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:30:41 ---> 5a4f53d98609 16:30:41 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:30:41 ---> Running in 5a6d2eb6fe67 16:30:41 ---> Running in 4e02a611763f 16:30:41 ---> Running in 7e554fb238d3 16:30:41 ---> Running in 8cab98b5f07b 16:30:41 ---> Running in ec2119039f2e 16:32:48 Removing intermediate container 4e02a611763f 16:32:48 ---> f399fcca83e8 16:32:48 Step 7/24 : COPY . . 16:32:48 Removing intermediate container 7e554fb238d3 16:32:48 ---> 258a1a802474 16:32:48 Step 8/22 : COPY . . 16:32:48 Removing intermediate container 8cab98b5f07b 16:32:48 ---> dd070f14e5f7 16:32:48 Step 7/24 : COPY . . 16:32:48 Removing intermediate container ec2119039f2e 16:32:48 ---> 2100201ba6c6 16:32:48 Step 8/24 : COPY . . 16:32:48 Removing intermediate container 5a6d2eb6fe67 16:32:48 ---> 93d967a65e10 16:32:48 Step 7/21 : COPY . . 16:32:53 ---> cc875a91d729 16:32:53 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 16:32:53 ---> 434e27618170 16:32:53 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 16:32:53 ---> 41a78e5fac4e 16:32:53 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 16:32:53 ---> Running in a03f4bb1b416 16:32:53 ---> b0d5f2e0083c 16:32:53 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 16:32:53 ---> Running in e0ed69c7d6f9 16:32:53 ---> 8b688056f3e7 16:32:53 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:32:53 ---> Running in 5a78fe44c3ae 16:32:53 ---> Running in ff1406e80f5b 16:32:53 ---> Running in 29487c5d876b 16:32:54 Removing intermediate container e0ed69c7d6f9 16:32:54 ---> fab6d5b260da 16:32:54 Step 9/24 : WORKDIR /edgex-go/spire-build 16:32:54 Removing intermediate container 5a78fe44c3ae 16:32:54 ---> e0ee780d60fc 16:32:54 Step 9/24 : WORKDIR /edgex-go/spire-build 16:32:54 ---> Running in ec320a0319f5 16:32:54 ---> Running in bdc0b03031f3 16:32:54 Removing intermediate container ec320a0319f5 16:32:54 ---> bca06c03c8e7 16:32:54 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 16:32:55 ---> Running in a85e9cd78802 16:32:55 Removing intermediate container bdc0b03031f3 16:32:55 ---> cc74eceac026 16:32:55 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 16:32:55 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 16:32:55 ---> Running in b51c6aad07e3 16:32:56 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 16:32:56 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:32:59 Removing intermediate container b51c6aad07e3 16:32:59 ---> acbf658b7aea 16:32:59 Step 11/24 : WORKDIR /edgex-go 16:32:59 ---> Running in 790ad1b53e03 16:32:59 Removing intermediate container a85e9cd78802 16:32:59 ---> 88a8160be5a5 16:32:59 Step 11/24 : WORKDIR /edgex-go 16:32:59 ---> Running in f65c52ba7294 16:32:59 Removing intermediate container 790ad1b53e03 16:32:59 ---> 5bb497786466 16:32:59 16:32:59 Step 12/24 : FROM alpine:3.15 16:32:59 3.15: Pulling from library/alpine 16:33:00 Removing intermediate container f65c52ba7294 16:33:00 ---> d765c4743174 16:33:00 16:33:00 Step 12/24 : FROM alpine:3.15 16:33:00 3.15: Pulling from library/alpine 16:33:02 Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 16:33:02 Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 16:33:02 Status: Downloaded newer image for alpine:3.15 16:33:02 Status: Downloaded newer image for alpine:3.15 16:33:02 ---> 8aa73fd46299 16:33:02 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 16:33:02 ---> 8aa73fd46299 16:33:02 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 16:33:02 ---> Running in 4ac344b4a86f 16:33:02 ---> Running in 97e6708f3e39 16:33:03 Removing intermediate container 97e6708f3e39 16:33:03 ---> 2e64095172ff 16:33:03 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 16:33:03 Removing intermediate container 4ac344b4a86f 16:33:03 ---> 9c3db6976d6c 16:33:03 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 16:33:03 ---> Running in ec88c90429f9 16:33:04 ---> Running in 3be4d910e681 16:33:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:33:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:33:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:33:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:33:08 v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 16:33:08 v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 16:33:08 OK: 15736 distinct packages available 16:33:08 v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 16:33:08 v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 16:33:08 OK: 15736 distinct packages available 16:33:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:33:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:33:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:33:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:33:09 (1/4) Installing dumb-init (1.2.5-r1) 16:33:09 (2/4) Installing musl-obstack (1.2.3-r0) 16:33:09 (3/4) Installing libucontext (1.1-r0) 16:33:09 (4/4) Installing gcompat (1.0.0-r4) 16:33:10 Executing busybox-1.34.1-r7.trigger 16:33:10 OK: 6 MiB in 18 packages 16:33:10 (1/5) Installing dumb-init (1.2.5-r1) 16:33:10 (2/5) Installing musl-obstack (1.2.3-r0) 16:33:10 (3/5) Installing libucontext (1.1-r0) 16:33:10 (4/5) Installing gcompat (1.0.0-r4) 16:33:10 (5/5) Installing openssl (1.1.1s-r1) 16:33:10 Executing busybox-1.34.1-r7.trigger 16:33:10 OK: 6 MiB in 19 packages 16:33:12 Removing intermediate container 3be4d910e681 16:33:12 ---> 13a5d743bb21 16:33:12 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 16:33:12 Removing intermediate container ec88c90429f9 16:33:12 ---> 4fbbdf500ee3 16:33:12 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 16:33:18 ---> 581f91c776fc 16:33:18 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 16:33:19 ---> 098d228e1776 16:33:19 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 16:33:20 ---> 958dada1ef81 16:33:20 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 16:33:20 ---> Running in 66074eec4b8e 16:33:21 Removing intermediate container 66074eec4b8e 16:33:21 ---> 72c88da6dd10 16:33:21 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 16:33:23 ---> 163839009eba 16:33:23 Step 19/24 : WORKDIR / 16:33:23 ---> Running in d0038ec729df 16:33:24 Removing intermediate container d0038ec729df 16:33:24 ---> a3f30c4c0010 16:33:24 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 16:33:24 ---> Running in 6289d6e59a95 16:33:25 Removing intermediate container 6289d6e59a95 16:33:25 ---> 0ee73c4ab4e3 16:33:25 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 16:33:25 ---> Running in 7d3f4ee325da 16:33:27 Removing intermediate container 7d3f4ee325da 16:33:27 ---> 89444b3ade2c 16:33:27 Step 22/24 : LABEL arch=arm64 16:33:27 ---> 465165f3c139 16:33:27 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 16:33:27 ---> Running in ae2716093e43 16:33:28 Removing intermediate container ae2716093e43 16:33:28 ---> 3519319e81c8 16:33:28 Step 23/24 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be 16:33:28 ---> Running in 11023c0d1daa 16:33:28 ---> 9a4adc8f2de2 16:33:28 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 16:33:28 Removing intermediate container 11023c0d1daa 16:33:28 ---> 7769a3daeac9 16:33:28 Step 24/24 : LABEL version=0.0.0 16:33:28 ---> Running in 791532fb1208 16:33:29 ---> 3158aa465bb3 16:33:29 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 16:33:29 Removing intermediate container 791532fb1208 16:33:29 ---> 9769606b3e70 16:33:29 16:33:30 Successfully built 9769606b3e70 16:33:30 Successfully tagged security-spire-config-arm64:latest 16:33:30  Building security-spire-config ... done Building support-notifications 16:33:30 ---> 8754da92da54 16:33:30 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 16:33:30 ---> Running in b4f384c600c6 16:33:30 Removing intermediate container b4f384c600c6 16:33:30 ---> 5091f0634dfd 16:33:30 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 16:33:31 ---> Running in 84298f3f9a7a 16:33:31 Removing intermediate container 84298f3f9a7a 16:33:31 ---> b1f1a8769457 16:33:31 Step 22/24 : LABEL arch=arm64 16:33:31 ---> Running in 981cbb4afc96 16:33:32 Removing intermediate container 981cbb4afc96 16:33:32 ---> 170e7c527ed7 16:33:32 Step 23/24 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be 16:33:32 ---> Running in b4e4be6992fb 16:33:33 Removing intermediate container b4e4be6992fb 16:33:33 ---> ecdb4e5a298c 16:33:33 Step 24/24 : LABEL version=0.0.0 16:33:33 ---> Running in b167460c1ed1 16:33:33 Removing intermediate container b167460c1ed1 16:33:33 ---> fc4f58c4649d 16:33:33 16:33:34 Successfully built fc4f58c4649d 16:33:34 Successfully tagged security-spire-agent-arm64:latest 16:33:34 Building security-bootstrapper 16:33:56  Building security-spire-agent ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:33:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:33:56 ---> 420b9532cb42 16:33:56 Step 3/22 : ARG ADD_BUILD_TAGS="" 16:33:56 ---> Using cache 16:33:56 ---> be86d57fad35 16:33:56 Step 4/22 : WORKDIR /edgex-go 16:33:56 ---> Using cache 16:33:56 ---> f961f1f66360 16:33:56 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 16:33:56 ---> Running in c2de71d20dda 16:33:58 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:33:58 Step 2/32 : FROM ${BUILDER_BASE} AS builder 16:33:58 ---> 420b9532cb42 16:33:58 Step 3/32 : WORKDIR /edgex-go 16:33:58 ---> Using cache 16:33:58 ---> 38d0cc96cbbd 16:33:58 Step 4/32 : RUN apk add --update --no-cache make git 16:33:58 ---> Using cache 16:33:58 ---> f09af92b2b99 16:33:58 Step 5/32 : COPY go.mod vendor* ./ 16:33:58 ---> Using cache 16:33:58 ---> a5ee1fa49ac8 16:33:58 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:33:58 ---> Using cache 16:33:58 ---> 93d967a65e10 16:33:58 Step 7/32 : COPY . . 16:33:58 ---> Using cache 16:33:58 ---> 8b688056f3e7 16:33:58 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 16:33:58 ---> Running in da7a4403cc3e 16:33:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:33:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:34:00 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:34:00 OK: 221 MiB in 51 packages 16:34:02 Removing intermediate container c2de71d20dda 16:34:02 ---> 4b6d2b124d37 16:34:02 Step 6/22 : COPY go.mod vendor* ./ 16:34:05 ---> dfbf1180593f 16:34:05 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:34:05 ---> Running in de2b3349e8aa 16:35:42 Removing intermediate container de2b3349e8aa 16:35:42 ---> b6737eb6e06a 16:35:42 Step 8/22 : COPY . . 16:35:50 ---> 091e518e4b96 16:35:50 Step 9/22 : RUN make cmd/support-notifications/support-notifications 16:35:50 ---> Running in 150b8ecbd31c 16:35:51 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 16:38: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 16:38:50 Removing intermediate container 29487c5d876b 16:38:50 ---> 768ae623d1db 16:38:50 16:38:50 Step 9/21 : FROM alpine:3.16 16:38:50 3.16: Pulling from library/alpine 16:38:50 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 16:38:50 Status: Downloaded newer image for alpine:3.16 16:38:50 ---> 2b4661558fb8 16:38:50 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 16:38:50 ---> Running in eb98a9bcf3ad 16:38:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:38:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:38:52 (1/6) Installing ca-certificates (20220614-r0) 16:38:52 (2/6) Installing brotli-libs (1.0.9-r6) 16:38:52 (3/6) Installing nghttp2-libs (1.47.0-r0) 16:38:52 (4/6) Installing libcurl (7.83.1-r5) 16:38:52 (5/6) Installing curl (7.83.1-r5) 16:38:52 (6/6) Installing dumb-init (1.2.5-r1) 16:38:52 Executing busybox-1.35.0-r17.trigger 16:38:52 Executing ca-certificates-20220614-r0.trigger 16:38:53 OK: 8 MiB in 20 packages 16:38:55 Removing intermediate container eb98a9bcf3ad 16:38:55 ---> 27297e2c7e1f 16:38:55 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:38:55 ---> Running in c718145316d6 16:38:56 Removing intermediate container c718145316d6 16:38:56 ---> 2269120f4489 16:38:56 Step 12/21 : WORKDIR /edgex 16:38:56 ---> Running in a4cce6a69ecc 16:38:56 Removing intermediate container a4cce6a69ecc 16:38:56 ---> 10b72a035cbc 16:38:56 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:38:57 ---> 15c2c5479e0d 16:38:57 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:38:59 ---> 711ef2beffb3 16:38:59 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:39:00 ---> 6707ecac664d 16:39:00 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 16:39:01 ---> b2ad4bf7ef5e 16:39:01 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:39:01 ---> Running in a0492d039a9f 16:39:04 Removing intermediate container a0492d039a9f 16:39:04 ---> d7d7768e42b6 16:39:04 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 16:39:04 ---> Running in 6f8fca57058d 16:39:04 Removing intermediate container 6f8fca57058d 16:39:04 ---> e71a6df03393 16:39:04 Step 19/21 : LABEL arch=arm64 16:39:04 ---> Running in b9004710736f 16:39:05 Removing intermediate container b9004710736f 16:39:05 ---> 5a324257010a 16:39:05 Step 20/21 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be 16:39:05 ---> Running in ec4b591464a8 16:39:06 Removing intermediate container ec4b591464a8 16:39:06 ---> 7b6904a04854 16:39:06 Step 21/21 : LABEL version=0.0.0 16:39:06 ---> Running in bae9bff463a7 16:39:07 Removing intermediate container bae9bff463a7 16:39:07 ---> df0b13fb7741 16:39:07 16:39:07 Successfully built df0b13fb7741 16:39:07 Successfully tagged security-proxy-setup-arm64:latest 16:39:07 Building security-spiffe-token-provider 16:39:25  Building security-proxy-setup ... done Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:39:25 Step 2/19 : FROM ${BUILDER_BASE} AS builder 16:39:25 ---> 420b9532cb42 16:39:25 Step 3/19 : WORKDIR /edgex-go 16:39:25 ---> Using cache 16:39:25 ---> 38d0cc96cbbd 16:39:25 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 16:39:25 ---> Running in 5021c751c05c 16:39:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:39:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:39:27 v3.16.3-122-g600819cc53 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 16:39:27 v3.16.3-122-g600819cc53 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 16:39:27 OK: 16899 distinct packages available 16:39:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:39:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:39:29 OK: 221 MiB in 51 packages 16:39:31 Removing intermediate container 5021c751c05c 16:39:31 ---> d92addcc623c 16:39:31 Step 5/19 : COPY go.mod vendor* ./ 16:39:33 ---> 17cfea8169a9 16:39:33 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:39:33 ---> Running in f307704c8c1a 16:39:48 Removing intermediate container a03f4bb1b416 16:39:48 ---> 9268e7cd854d 16:39:48 16:39:48 Step 10/24 : FROM alpine:3.16 16:39:48 ---> 2b4661558fb8 16:39:48 Step 11/24 : RUN apk add --update --no-cache dumb-init 16:39:48 ---> Running in 41560209f420 16:39:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:39:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:39:50 (1/1) Installing dumb-init (1.2.5-r1) 16:39:50 Executing busybox-1.35.0-r17.trigger 16:39:50 OK: 5 MiB in 15 packages 16:39:52 Removing intermediate container 41560209f420 16:39:52 ---> 025e1c3dd21c 16:39:52 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:39:52 ---> Running in f7b6e326ecf5 16:39:52 Removing intermediate container f7b6e326ecf5 16:39:52 ---> f39630776425 16:39:52 Step 13/24 : ENV APP_PORT=59881 16:39:52 ---> Running in db38266ac4cb 16:39:53 Removing intermediate container db38266ac4cb 16:39:53 ---> ceeed65118d7 16:39:53 Step 14/24 : EXPOSE $APP_PORT 16:39:53 ---> Running in f36a9db62166 16:39:53 Removing intermediate container f36a9db62166 16:39:53 ---> be311108671b 16:39:53 Step 15/24 : WORKDIR / 16:39:53 ---> Running in e8a7abcb600b 16:39:54 Removing intermediate container e8a7abcb600b 16:39:54 ---> 5055105a5b74 16:39:54 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 16:39:55 ---> a1d15b637341 16:39:55 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:39:56 ---> 33e6a8f2bf26 16:39:56 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:39:57 ---> 32d9f1756aed 16:39:57 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 16:39:58 ---> 7f049eb56eeb 16:39:58 Step 20/24 : ENTRYPOINT ["/core-metadata"] 16:39:58 ---> Running in ac56054d4c5f 16:39:59 Removing intermediate container ac56054d4c5f 16:39:59 ---> e4ad77e4dbfc 16:39:59 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:39:59 ---> Running in 0ff6b1cdf7e6 16:40:00 Removing intermediate container 0ff6b1cdf7e6 16:40:00 ---> e94c7ccedb23 16:40:00 Step 22/24 : LABEL arch=arm64 16:40:00 ---> Running in a6ec9ae6ddd7 16:40:00 Removing intermediate container a6ec9ae6ddd7 16:40:00 ---> 7a3ad32faf08 16:40:00 Step 23/24 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be 16:40:00 ---> Running in cc277670dbc0 16:40:01 Removing intermediate container cc277670dbc0 16:40:01 ---> 4b26cb718f80 16:40:01 Step 24/24 : LABEL version=0.0.0 16:40:01 ---> Running in 5d35feadd41c 16:40:02 Removing intermediate container 5d35feadd41c 16:40:02 ---> 19209b5d2e76 16:40:02 16:40:02 Successfully built 19209b5d2e76 16:40:02 Successfully tagged core-metadata-arm64:latest 16:40:02  Building core-metadata ... done Building security-spire-server 16:40:20 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:40:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:40:20 ---> 420b9532cb42 16:40:20 Step 3/23 : WORKDIR /edgex-go 16:40:20 ---> Using cache 16:40:20 ---> 38d0cc96cbbd 16:40:20 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 16:40:20 ---> Running in 47f7d0545131 16:40:20 Removing intermediate container da7a4403cc3e 16:40:20 ---> 079ea5586771 16:40:20 16:40:20 Step 9/32 : FROM alpine:3.16 16:40:20 ---> 2b4661558fb8 16:40:20 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 16:40:20 ---> Running in f78cdf38954d 16:40:20 Removing intermediate container f78cdf38954d 16:40:20 ---> 1992fa499721 16:40:20 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 16:40:21 ---> Running in 751c7b9dbfbd 16:40:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:40:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:40:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:40:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:40:23 OK: 221 MiB in 51 packages 16:40:24 (1/2) Installing dumb-init (1.2.5-r1) 16:40:24 (2/2) Installing su-exec (0.2-r1) 16:40:24 Executing busybox-1.35.0-r17.trigger 16:40:24 OK: 5 MiB in 16 packages 16:40:25 Removing intermediate container 47f7d0545131 16:40:25 ---> 577531eed26d 16:40:25 Step 5/23 : COPY go.mod vendor* ./ 16:40:26 Removing intermediate container 751c7b9dbfbd 16:40:26 ---> 5af75fc5a71c 16:40:26 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 16:40:26 ---> Running in 58b75c5fcaf4 16:40:26 ---> 9562fe1f85e1 16:40:26 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:40:27 ---> Running in 5d74a438eb75 16:40:27 Removing intermediate container 58b75c5fcaf4 16:40:27 ---> 355035301cd1 16:40:27 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 16:40:27 ---> Running in 2f3f4cb8a269 16:40:28 Removing intermediate container 2f3f4cb8a269 16:40:28 ---> 59611ced7e04 16:40:28 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 16:40:28 ---> Running in 2c127cef61ec 16:40:29 Removing intermediate container 2c127cef61ec 16:40:29 ---> e25a3bb507d9 16:40:29 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 16:40:29 ---> Running in ce08f666bf76 16:40:30 Removing intermediate container ce08f666bf76 16:40:30 ---> 177115f690a8 16:40:30 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 16:40:30 ---> Running in 9f9ba73be7c2 16:40:34 Removing intermediate container 9f9ba73be7c2 16:40:34 ---> 76f0974fca22 16:40:34 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 16:40:34 ---> Running in f68f07ae5696 16:40:34 Removing intermediate container f68f07ae5696 16:40:34 ---> 4be8fbede856 16:40:34 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 16:40:36 ---> 87e6f1bf5d90 16:40:36 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 16:40:36 ---> Running in 34476f28ce22 16:40:39 Removing intermediate container 34476f28ce22 16:40:39 ---> 9f4fd933a61d 16:40:39 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 16:40:41 ---> 9c9fb3a178fa 16:40:41 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:40:44 ---> bf03570983fa 16:40:44 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:40:45 ---> 42b73223d763 16:40:45 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:40:46 ---> 170590d077b9 16:40:46 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 16:40:48 ---> 464e9c9b2a8c 16:40:48 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 16:40:49 ---> 935cb87a9b8f 16:40:49 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 16:40:51 ---> ced473747bcb 16:40:51 Step 27/32 : RUN chmod +x /entrypoint.sh 16:40:51 ---> Running in b4ef7e6bf911 16:40:55 Removing intermediate container b4ef7e6bf911 16:40:55 ---> b169345952b2 16:40:55 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 16:40:55 ---> Running in 856bdd86e32f 16:40:56 Removing intermediate container 856bdd86e32f 16:40:56 ---> 5334ef8c73c3 16:40:56 Step 29/32 : CMD ["gate"] 16:40:56 ---> Running in 9f84a6a7e22b 16:40:57 Removing intermediate container 9f84a6a7e22b 16:40:57 ---> d5e4eac40033 16:40:57 Step 30/32 : LABEL arch=arm64 16:40:58 ---> Running in 44d10023df5a 16:40:58 Removing intermediate container 44d10023df5a 16:40:58 ---> 5ad58c9741e3 16:40:58 Step 31/32 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be 16:40:58 ---> Running in 2f50ef0f0c1a 16:40:59 Removing intermediate container 2f50ef0f0c1a 16:40:59 ---> 8e954631a296 16:40:59 Step 32/32 : LABEL version=0.0.0 16:40:59 ---> Running in d66bd180cbcd 16:41:00 Removing intermediate container d66bd180cbcd 16:41:00 ---> 0cc6efba3a41 16:41:00 16:41:00 Successfully built 0cc6efba3a41 16:41:00 Successfully tagged security-bootstrapper-arm64:latest 16:41:00 Building security-secretstore-setup 16:41:15  Building security-bootstrapper ... done Removing intermediate container f307704c8c1a 16:41:15 ---> a2a507294016 16:41:15 Step 7/19 : COPY . . 16:41:16 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:41:16 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:41:16 ---> 420b9532cb42 16:41:16 Step 3/24 : WORKDIR /edgex-go 16:41:16 ---> Using cache 16:41:16 ---> 38d0cc96cbbd 16:41:16 Step 4/24 : RUN apk add --update --no-cache make git 16:41:16 ---> Using cache 16:41:16 ---> f09af92b2b99 16:41:16 Step 5/24 : COPY go.mod vendor* ./ 16:41:16 ---> Using cache 16:41:16 ---> a5ee1fa49ac8 16:41:16 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:41:16 ---> Using cache 16:41:16 ---> 93d967a65e10 16:41:16 Step 7/24 : COPY . . 16:41:16 ---> Using cache 16:41:16 ---> 8b688056f3e7 16:41:16 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:41:17 ---> Running in 215c15e2533e 16:41:19 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:41:29 ---> 9622a38e1480 16:41:29 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 16:41:29 ---> Running in c52c4398a161 16:41:30 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 16:42:03 Removing intermediate container 5d74a438eb75 16:42:03 ---> fd20fa82596c 16:42:03 Step 7/23 : COPY . . 16:42:21 ---> db25b5a9906a 16:42:21 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 16:42:21 ---> Running in 9708d1ffd5f0 16:42:21 Removing intermediate container 9708d1ffd5f0 16:42:21 ---> 68d9a4ee2e29 16:42:21 Step 9/23 : WORKDIR /edgex-go/spire-build 16:42:21 ---> Running in 5c919915fd92 16:42:21 Removing intermediate container ff1406e80f5b 16:42:21 ---> 86364ce83649 16:42:21 16:42:21 Step 10/22 : FROM alpine:3.16 16:42:21 ---> 2b4661558fb8 16:42:21 Step 11/22 : RUN apk add --update --no-cache dumb-init 16:42:21 ---> Using cache 16:42:21 ---> 025e1c3dd21c 16:42:21 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:42:21 ---> Using cache 16:42:21 ---> f39630776425 16:42:21 Step 13/22 : ENV APP_PORT=59861 16:42:21 ---> Running in f5dc151ecee9 16:42:21 Removing intermediate container 5c919915fd92 16:42:21 ---> 929e70ccf9ff 16:42:21 Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 16:42:21 ---> Running in 862cab36ecc4 16:42:21 Removing intermediate container f5dc151ecee9 16:42:21 ---> 511a49713fa7 16:42:21 Step 14/22 : EXPOSE $APP_PORT 16:42:21 ---> Running in 3e9c73c6ce89 16:42:22 Removing intermediate container 3e9c73c6ce89 16:42:22 ---> 7a92273d7ee8 16:42:22 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:42:23 ---> 1591a2a1c54d 16:42:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:42:24 Removing intermediate container 862cab36ecc4 16:42:24 ---> 8bbff1334f8f 16:42:24 Step 11/23 : WORKDIR /edgex-go 16:42:25 ---> Running in 069aa5eed529 16:42:25 Removing intermediate container 069aa5eed529 16:42:25 ---> c5d19464672a 16:42:25 16:42:25 Step 12/23 : FROM alpine:3.15 16:42:25 ---> 8aa73fd46299 16:42:25 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 16:42:25 ---> Using cache 16:42:25 ---> 9c3db6976d6c 16:42:25 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 16:42:25 ---> Running in 634ea3293b71 16:42:27 ---> ee42becc39e7 16:42:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:42:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:42:28 ---> 989e6c5e75bf 16:42:28 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 16:42:28 ---> Running in b0cc06d54ab4 16:42:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:42:30 v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 16:42:30 v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 16:42:30 OK: 15736 distinct packages available 16:42:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:42:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:42:31 Removing intermediate container b0cc06d54ab4 16:42:31 ---> 30e8902b8bff 16:42:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:42:31 ---> Running in b9baaf8a3f79 16:42:31 Removing intermediate container b9baaf8a3f79 16:42:31 ---> 3196760951a7 16:42:31 Step 20/22 : LABEL arch=arm64 16:42:31 (1/5) Installing dumb-init (1.2.5-r1) 16:42:31 (2/5) Installing musl-obstack (1.2.3-r0) 16:42:31 (3/5) Installing libucontext (1.1-r0) 16:42:31 (4/5) Installing gcompat (1.0.0-r4) 16:42:31 (5/5) Installing openssl (1.1.1s-r1) 16:42:31 ---> Running in af39719870a0 16:42:31 Executing busybox-1.34.1-r7.trigger 16:42:31 OK: 6 MiB in 19 packages 16:42:32 Removing intermediate container af39719870a0 16:42:32 ---> 64b03cf0b047 16:42:32 Step 21/22 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be 16:42:32 ---> Running in ab41b8338194 16:42:33 Removing intermediate container ab41b8338194 16:42:33 ---> a419c269a556 16:42:33 Step 22/22 : LABEL version=0.0.0 16:42:33 ---> Running in 7cd663ba699b 16:42:33 Removing intermediate container 634ea3293b71 16:42:33 ---> 3ea9bf6757c5 16:42:33 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 16:42:33 Removing intermediate container 7cd663ba699b 16:42:33 ---> c6af3cb63d2b 16:42:33 16:42:34 Successfully built c6af3cb63d2b 16:42:34 Successfully tagged support-scheduler-arm64:latest 16:42:34  Building support-scheduler ... done Building core-command 16:42:39 ---> af4deb282596 16:42:39 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 16:42:40 ---> 455b378cdfed 16:42:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 16:42:41 ---> 1287197ae4bc 16:42:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 16:42:42 ---> ca19ef42b791 16:42:42 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 16:42:42 ---> Running in 004dc6bf8dea 16:42:43 Removing intermediate container 004dc6bf8dea 16:42:43 ---> 07167ec2817e 16:42:43 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 16:42:43 ---> Running in 1e0c202b13f6 16:42:44 Removing intermediate container 1e0c202b13f6 16:42:44 ---> 76e512585285 16:42:44 Step 21/23 : LABEL arch=arm64 16:42:44 ---> Running in 6386513c8048 16:42:45 Removing intermediate container 6386513c8048 16:42:45 ---> 777715f90c88 16:42:45 Step 22/23 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be 16:42:45 ---> Running in 115d43923214 16:42:46 Removing intermediate container 115d43923214 16:42:46 ---> ec520dd634b9 16:42:46 Step 23/23 : LABEL version=0.0.0 16:42:46 ---> Running in 9057ab1f8c78 16:42:46 Removing intermediate container 9057ab1f8c78 16:42:46 ---> 78e975dce039 16:42:46 16:42:47 Successfully built 78e975dce039 16:42:47 Successfully tagged security-spire-server-arm64:latest 16:42:47  Building security-spire-server ... done Building core-data 16:42:50 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:42:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:42:50 ---> 420b9532cb42 16:42:50 Step 3/23 : ARG ADD_BUILD_TAGS="" 16:42:50 ---> Using cache 16:42:50 ---> be86d57fad35 16:42:50 Step 4/23 : WORKDIR /edgex-go 16:42:50 ---> Using cache 16:42:50 ---> f961f1f66360 16:42:50 Step 5/23 : RUN apk add --update --no-cache make git 16:42:50 ---> Using cache 16:42:50 ---> a1e682f38c20 16:42:50 Step 6/23 : COPY go.mod vendor* ./ 16:42:50 ---> Using cache 16:42:50 ---> 2a8d859814d5 16:42:50 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:42:50 ---> Using cache 16:42:50 ---> 2100201ba6c6 16:42:50 Step 8/23 : COPY . . 16:42:50 ---> Using cache 16:42:50 ---> 434e27618170 16:42:50 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 16:42:50 ---> Running in af9c1a206e93 16:42:52 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 16:43:04 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:43:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:43:04 ---> 420b9532cb42 16:43:04 Step 3/22 : ARG ADD_BUILD_TAGS="" 16:43:04 ---> Using cache 16:43:04 ---> be86d57fad35 16:43:04 Step 4/22 : WORKDIR /edgex-go 16:43:04 ---> Using cache 16:43:04 ---> f961f1f66360 16:43:04 Step 5/22 : RUN apk add --update --no-cache make git 16:43:04 ---> Using cache 16:43:04 ---> a1e682f38c20 16:43:04 Step 6/22 : COPY go.mod vendor* ./ 16:43:04 ---> Using cache 16:43:04 ---> 2a8d859814d5 16:43:04 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:43:04 ---> Using cache 16:43:04 ---> 2100201ba6c6 16:43:04 Step 8/22 : COPY . . 16:43:04 ---> Using cache 16:43:04 ---> 434e27618170 16:43:04 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 16:43:04 ---> Running in 51e1c7f8c466 16:43:05 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 16:45:12 Removing intermediate container 150b8ecbd31c 16:45:12 ---> 85aa10967a86 16:45:12 16:45:12 Step 10/22 : FROM alpine:3.16 16:45:12 ---> 2b4661558fb8 16:45:12 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:45:12 ---> Running in 1ff65ef9da47 16:45:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:45:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:45:12 (1/2) Installing ca-certificates (20220614-r0) 16:45:12 (2/2) Installing dumb-init (1.2.5-r1) 16:45:12 Executing busybox-1.35.0-r17.trigger 16:45:12 Executing ca-certificates-20220614-r0.trigger 16:45:12 OK: 6 MiB in 16 packages 16:45:12 Removing intermediate container 1ff65ef9da47 16:45:12 ---> 45b4f897faee 16:45:12 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:45:12 ---> Running in 0d13adff974c 16:45:12 Removing intermediate container 0d13adff974c 16:45:12 ---> d1968fee8093 16:45:12 Step 13/22 : ENV APP_PORT=59860 16:45:12 ---> Running in 3dec9de66d6f 16:45:12 Removing intermediate container 3dec9de66d6f 16:45:12 ---> b14a0ef63fbe 16:45:12 Step 14/22 : EXPOSE $APP_PORT 16:45:12 ---> Running in f9409b5c8f29 16:45:12 Removing intermediate container f9409b5c8f29 16:45:12 ---> 9d95c9ec96c2 16:45:12 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:45:12 ---> 0a5fd22f40a6 16:45:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:45:12 ---> 31e3b41b3203 16:45:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:45:13 ---> 29f541fed792 16:45:13 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:45:13 ---> Running in 771536d8aff6 16:45:13 Removing intermediate container 771536d8aff6 16:45:13 ---> 4b82714b788e 16:45:13 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:45:13 ---> Running in 069453d98845 16:45:14 Removing intermediate container 069453d98845 16:45:14 ---> 096a5343bc20 16:45:14 Step 20/22 : LABEL arch=arm64 16:45:14 ---> Running in 9b4892642cb0 16:45:14 Removing intermediate container 9b4892642cb0 16:45:14 ---> f23e0dbf2d86 16:45:14 Step 21/22 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be 16:45:14 ---> Running in c5956a3fed1c 16:45:15 Removing intermediate container c5956a3fed1c 16:45:15 ---> 2d49305949a0 16:45:15 Step 22/22 : LABEL version=0.0.0 16:45:15 ---> Running in 9102a5bce353 16:45:15 Removing intermediate container 9102a5bce353 16:45:15 ---> 018d0488f553 16:45:15 16:45:16 Successfully built 018d0488f553 16:45:16 Successfully tagged support-notifications-arm64:latest 16:46:37  Building support-notifications ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:46:56 Removing intermediate container 215c15e2533e 16:46:56 ---> 1ba693171268 16:46:56 16:46:56 Step 9/24 : FROM alpine:3.16 16:46:56 ---> 2b4661558fb8 16:46:56 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 16:46:56 ---> Running in 2c9d4182aaec 16:46:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:46:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:46:56 (1/3) Installing ca-certificates (20220614-r0) 16:46:56 (2/3) Installing dumb-init (1.2.5-r1) 16:46:56 (3/3) Installing su-exec (0.2-r1) 16:46:56 Executing busybox-1.35.0-r17.trigger 16:46:56 Executing ca-certificates-20220614-r0.trigger 16:46:57 OK: 6 MiB in 17 packages 16:46:59 Removing intermediate container 2c9d4182aaec 16:46:59 ---> 75bfaa2c102d 16:46:59 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:46:59 ---> Running in 04f6c2f9207f 16:47:00 Removing intermediate container 04f6c2f9207f 16:47:00 ---> 9da569e8566f 16:47:00 Step 12/24 : WORKDIR / 16:47:00 ---> Running in 97e8500eaf43 16:47:00 Removing intermediate container 97e8500eaf43 16:47:00 ---> 9aba3667922e 16:47:00 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:47:01 ---> da2186d131db 16:47:01 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:47:02 ---> eb1d45c35793 16:47:02 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:47:03 ---> c261a9169de3 16:47:03 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 16:47:04 ---> b3c8b16cf1dd 16:47:04 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:47:05 ---> 9fcfcd01ab04 16:47:05 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:47:07 ---> e33051c51ac2 16:47:07 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:47:08 ---> 757bcef14633 16:47:08 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:47:08 ---> Running in 016cf9ef0e8a 16:47:11 Removing intermediate container 016cf9ef0e8a 16:47:11 ---> 00550f9b6e48 16:47:11 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:47:11 ---> Running in 80b7c5ca5f5f 16:47:11 Removing intermediate container 80b7c5ca5f5f 16:47:11 ---> 4c9aebbfcbc2 16:47:11 Step 22/24 : LABEL arch=arm64 16:47:11 ---> Running in 4e24de05883b 16:47:12 Removing intermediate container 4e24de05883b 16:47:12 ---> 8baaf0a37dda 16:47:12 Step 23/24 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be 16:47:12 ---> Running in 7dafd191f56b 16:47:12 Removing intermediate container 7dafd191f56b 16:47:12 ---> c7722bff22a2 16:47:12 Step 24/24 : LABEL version=0.0.0 16:47:12 ---> Running in f4c674e71907 16:47:13 Removing intermediate container f4c674e71907 16:47:13 ---> fd4bd16b0220 16:47:13 16:47:13 Successfully built fd4bd16b0220 16:47:13 Successfully tagged security-secretstore-setup-arm64:latest 16:48:10  Building security-secretstore-setup ... done Removing intermediate container af9c1a206e93 16:48:10 ---> 6e5203f9fc37 16:48:10 16:48:10 Step 10/23 : FROM alpine:3.16 16:48:10 ---> 2b4661558fb8 16:48:10 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:48:10 ---> Using cache 16:48:10 ---> 025e1c3dd21c 16:48:10 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:48:10 ---> Using cache 16:48:10 ---> f39630776425 16:48:10 Step 13/23 : ENV APP_PORT=59882 16:48:10 ---> Running in ccd90a5f4b4a 16:48:10 Removing intermediate container ccd90a5f4b4a 16:48:10 ---> e7ee10efc038 16:48:10 Step 14/23 : EXPOSE $APP_PORT 16:48:10 ---> Running in f7e8e922773f 16:48:10 Removing intermediate container f7e8e922773f 16:48:10 ---> 0710321d1be3 16:48:10 Step 15/23 : WORKDIR / 16:48:10 ---> Running in dfc40d3ce717 16:48:11 Removing intermediate container dfc40d3ce717 16:48:11 ---> 40f8876b9434 16:48:11 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:48:12 ---> a9ebb26df1a0 16:48:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:48:13 ---> bc61dd77335a 16:48:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:48:14 ---> d3198f483505 16:48:14 Step 19/23 : ENTRYPOINT ["/core-command"] 16:48:14 ---> Running in 650fd047348e 16:48:15 Removing intermediate container 650fd047348e 16:48:15 ---> cdd61927dc99 16:48:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:48:15 ---> Running in 4142e1769fdb 16:48:15 Removing intermediate container 4142e1769fdb 16:48:15 ---> 4fbe2cb10ab2 16:48:15 Step 21/23 : LABEL arch=arm64 16:48:15 ---> Running in 834d670fe58f 16:48:16 Removing intermediate container 834d670fe58f 16:48:16 ---> 0676cbf81fc9 16:48:16 Step 22/23 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be 16:48:16 ---> Running in 911086d79bb6 16:48:17 Removing intermediate container 911086d79bb6 16:48:17 ---> efae6891097b 16:48:17 Step 23/23 : LABEL version=0.0.0 16:48:17 ---> Running in 5112792180a0 16:48:17 Removing intermediate container 5112792180a0 16:48:17 ---> 8084bdc4ea7d 16:48:17 16:48:17 Successfully built 8084bdc4ea7d 16:48:17 Successfully tagged core-command-arm64:latest 16:48:18  Building core-command ... done Removing intermediate container c52c4398a161 16:48:18 ---> c595e70a2b07 16:48:18 16:48:18 Step 9/19 : FROM alpine:3.15 16:48:18 ---> 8aa73fd46299 16:48:18 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 16:48:18 ---> Using cache 16:48:18 ---> 9c3db6976d6c 16:48:18 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 16:48:18 ---> Running in d7f7047209c1 16:48:18 Removing intermediate container 51e1c7f8c466 16:48:18 ---> 96fe2fc104c4 16:48:18 16:48:18 Step 10/22 : FROM alpine:3.16 16:48:18 ---> 2b4661558fb8 16:48:18 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:48:19 ---> Running in 4decf1110adc 16:48:19 Removing intermediate container 4decf1110adc 16:48:19 ---> 4120c07d7117 16:48:19 Step 12/22 : ENV APP_PORT=59880 16:48:19 ---> Running in 13008a0d30db 16:48:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:48:19 Removing intermediate container 13008a0d30db 16:48:19 ---> fba57050eeea 16:48:19 Step 13/22 : EXPOSE $APP_PORT 16:48:19 ---> Running in 4ab6f9631972 16:48:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:48:20 Removing intermediate container 4ab6f9631972 16:48:20 ---> 8abd96f7babf 16:48:20 Step 14/22 : RUN apk add --update --no-cache dumb-init 16:48:20 ---> Running in 5e33dc55bc96 16:48:21 v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 16:48:21 v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 16:48:21 OK: 15736 distinct packages available 16:48:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:48:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:48:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:48:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:48:22 (1/9) Installing ca-certificates (20220614-r0) 16:48:22 (2/9) Installing brotli-libs (1.0.9-r5) 16:48:22 (3/9) Installing nghttp2-libs (1.46.0-r0) 16:48:22 (4/9) Installing libcurl (7.80.0-r5) 16:48:22 (5/9) Installing curl (7.80.0-r5) 16:48:22 (6/9) Installing dumb-init (1.2.5-r1) 16:48:22 (7/9) Installing musl-obstack (1.2.3-r0) 16:48:22 (8/9) Installing libucontext (1.1-r0) 16:48:22 (9/9) Installing gcompat (1.0.0-r4) 16:48:22 Executing busybox-1.34.1-r7.trigger 16:48:22 Executing ca-certificates-20220614-r0.trigger 16:48:22 (1/1) Installing dumb-init (1.2.5-r1) 16:48:22 Executing busybox-1.35.0-r17.trigger 16:48:22 OK: 5 MiB in 15 packages 16:48:22 OK: 8 MiB in 23 packages 16:48:23 Removing intermediate container 5e33dc55bc96 16:48:23 ---> a971543bf36b 16:48:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:48:24 Removing intermediate container d7f7047209c1 16:48:24 ---> 4bdcd3f350a8 16:48:24 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 16:48:24 ---> fe52d6d01e3e 16:48:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:48:24 ---> 29da71f2453a 16:48:24 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 16:48:25 ---> 9b3a9cb3d703 16:48:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:48:25 ---> b797e58f9f96 16:48:25 Step 18/22 : ENTRYPOINT ["/core-data"] 16:48:25 ---> Running in 071cdbfae407 16:48:25 ---> 4e48832f5d52 16:48:25 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 16:48:26 Removing intermediate container 071cdbfae407 16:48:26 ---> 5d2779eb875c 16:48:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:48:26 ---> Running in 619e593558c6 16:48:26 ---> 093cb340844d 16:48:26 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 16:48:26 ---> Running in d43d770eeaa9 16:48:26 Removing intermediate container 619e593558c6 16:48:26 ---> f10ef05b7950 16:48:26 Step 20/22 : LABEL arch=arm64 16:48:26 ---> Running in 881f0efed034 16:48:26 Removing intermediate container d43d770eeaa9 16:48:26 ---> 04e1b38758c6 16:48:26 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:48:26 ---> Running in a42695ed6ca9 16:48:26 Removing intermediate container 881f0efed034 16:48:26 ---> 17af33fb3858 16:48:26 Step 21/22 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be 16:48:27 ---> Running in c5ff737fca71 16:48:27 Removing intermediate container a42695ed6ca9 16:48:27 ---> e22bb89df9fa 16:48:27 Step 17/19 : LABEL arch=arm64 16:48:27 ---> Running in 16768af37abd 16:48:27 Removing intermediate container c5ff737fca71 16:48:27 ---> dc24c139bd8a 16:48:27 Step 22/22 : LABEL version=0.0.0 16:48:27 ---> Running in d2b641069ff1 16:48:27 Removing intermediate container 16768af37abd 16:48:27 ---> 1c9a8871a9e7 16:48:27 Step 18/19 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be 16:48:27 ---> Running in 560d82f78acb 16:48:27 Removing intermediate container d2b641069ff1 16:48:27 ---> 57086f4ba8c5 16:48:27 16:48:28 Removing intermediate container 560d82f78acb 16:48:28 ---> da852ff61d0d 16:48:28 Step 19/19 : LABEL version=0.0.0 16:48:28 Successfully built 57086f4ba8c5 16:48:28 Successfully tagged core-data-arm64:latest 16:48:28  Building core-data ... done  ---> Running in 4c9d3dedb2b6 16:48:28 Removing intermediate container 4c9d3dedb2b6 16:48:28 ---> fee20f8d00f3 16:48:28 16:48:28 Successfully built fee20f8d00f3 16:48:28 Successfully tagged security-spiffe-token-provider-arm64:latest 16:48:28  Building security-spiffe-token-provider ... done  [Pipeline] } 16:48:28 $ docker stop --time=1 b8ca2d44542b3b8e4e073cc2ee03dfcef2ac7f4eab183e2c2b366dc9f1798c92 16:48:30 $ docker rm -f --volumes b8ca2d44542b3b8e4e073cc2ee03dfcef2ac7f4eab183e2c2b366dc9f1798c92 [Pipeline] // withDockerContainer [Pipeline] sh 16:48:31 + docker images 16:48:31 REPOSITORY TAG IMAGE ID CREATED SIZE 16:48:31 security-spiffe-token-provider-arm64 latest fee20f8d00f3 3 seconds ago 28.9MB 16:48:31 core-data-arm64 latest 57086f4ba8c5 4 seconds ago 17.2MB 16:48:31 96fe2fc104c4 13 seconds ago 1.5GB 16:48:31 core-command-arm64 latest 8084bdc4ea7d 14 seconds ago 17MB 16:48:31 c595e70a2b07 14 seconds ago 1.53GB 16:48:31 6e5203f9fc37 23 seconds ago 1.5GB 16:48:31 security-secretstore-setup-arm64 latest fd4bd16b0220 About a minute ago 28.7MB 16:48:31 1ba693171268 About a minute ago 1.49GB 16:48:31 support-notifications-arm64 latest 018d0488f553 3 minutes ago 29.6MB 16:48:31 85aa10967a86 3 minutes ago 1.56GB 16:48:31 security-spire-server-arm64 latest 78e975dce039 5 minutes ago 84.3MB 16:48:31 support-scheduler-arm64 latest c6af3cb63d2b 5 minutes ago 29MB 16:48:31 c5d19464672a 6 minutes ago 1.37GB 16:48:31 86364ce83649 6 minutes ago 1.56GB 16:48:31 security-bootstrapper-arm64 latest 0cc6efba3a41 7 minutes ago 19.5MB 16:48:31 079ea5586771 8 minutes ago 1.49GB 16:48:31 core-metadata-arm64 latest 19209b5d2e76 8 minutes ago 17.8MB 16:48:31 9268e7cd854d 8 minutes ago 1.51GB 16:48:31 security-proxy-setup-arm64 latest df0b13fb7741 9 minutes ago 26.8MB 16:48:31 768ae623d1db 9 minutes ago 1.49GB 16:48:31 security-spire-agent-arm64 latest fc4f58c4649d 14 minutes ago 122MB 16:48:31 security-spire-config-arm64 latest 9769606b3e70 15 minutes ago 83.6MB 16:48:31 d765c4743174 15 minutes ago 1.37GB 16:48:31 5bb497786466 15 minutes ago 1.37GB 16:48:31 ci-base-image-arm64 latest 420b9532cb42 28 minutes ago 905MB 16:48:31 alpine 3.16 2b4661558fb8 2 months ago 5.29MB 16:48:31 alpine 3.15 8aa73fd46299 2 months ago 5.33MB 16:48:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 2 months ago 685MB 16:48:31 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 16:48:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:48:32 16:48:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:48:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:48:32 arm64: Pulling from edgex-lftools-log-publisher 16:48:32 8998bd30e6a1: Pulling fs layer 16:48:32 04944245beec: Pulling fs layer 16:48:32 699f458cf7ca: Pulling fs layer 16:48:32 765212b225bb: Pulling fs layer 16:48:32 f23df028b6ca: Pulling fs layer 16:48:32 d65c8cfc05b1: Pulling fs layer 16:48:32 2437ff75d9bd: Pulling fs layer 16:48:32 765212b225bb: Waiting 16:48:32 f23df028b6ca: Waiting 16:48:32 d65c8cfc05b1: Waiting 16:48:32 2437ff75d9bd: Waiting 16:48:32 04944245beec: Verifying Checksum 16:48:32 04944245beec: Download complete 16:48:32 765212b225bb: Download complete 16:48:33 f23df028b6ca: Verifying Checksum 16:48:33 f23df028b6ca: Download complete 16:48:33 d65c8cfc05b1: Download complete 16:48:33 699f458cf7ca: Verifying Checksum 16:48:33 699f458cf7ca: Download complete 16:48:34 8998bd30e6a1: Verifying Checksum 16:48:34 8998bd30e6a1: Download complete 16:48:38 8998bd30e6a1: Pull complete 16:48:38 2437ff75d9bd: Verifying Checksum 16:48:38 2437ff75d9bd: Download complete 16:48:38 04944245beec: Pull complete 16:48:39 699f458cf7ca: Pull complete 16:48:39 765212b225bb: Pull complete 16:48:40 f23df028b6ca: Pull complete 16:48:40 d65c8cfc05b1: Pull complete 16:48:55 2437ff75d9bd: Pull complete 16:48:55 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 16:48:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:48:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:48:56 prd-ubuntu20.04-docker-arm64-4c-16g-2585 does not seem to be running inside a container 16:48:56 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 16:48:58 $ docker top dc8a33d09c15209d3b06795aaaf791ec7491b4c631abb921f59aefc68e0fcc5c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:48:59 ---> job-cost.sh 16:48:59 lf-activate-venv: SKIPPING 16:48:59 INFO: No Stack... 16:49:00 INFO: Retrieving Pricing Info for: v3-standard-4 16:49:00 INFO: Archiving Costs [Pipeline] sh 16:49:01 + cat /w/workspace/edgex-go/1/archives/cost.csv 16:49:01 + cut -d, -f6 [Pipeline] lock 16:49:01 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4283-1-stack-cost] 16:49:01 Resource [jenkins-edgexfoundry-edgex-go-PR-4283-1-stack-cost] did not exist. Created. 16:49:01 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4283-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:49:01 + echo total: 0.10999999940395355 [Pipeline] stash 16:49:02 Stashed 1 file(s) [Pipeline] } 16:49:02 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4283-1-stack-cost] [Pipeline] // lock [Pipeline] } 16:49:02 $ docker stop --time=1 dc8a33d09c15209d3b06795aaaf791ec7491b4c631abb921f59aefc68e0fcc5c 16:49:03 $ docker rm -f --volumes dc8a33d09c15209d3b06795aaaf791ec7491b4c631abb921f59aefc68e0fcc5c [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 16:49:04 provisioning config files... 16:49:04 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config14797653077910258371tmp [Pipeline] { [Pipeline] sh 16:49:05 + set +x 16:49:05 + + curlbash -s -s https://codecov.io/bash -- 16:49:05 16:49:05 16:49:05 _____ _ 16:49:05 / ____| | | 16:49:05 | | ___ __| | ___ ___ _____ __ 16:49:05 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:49:05 | |___| (_) | (_| | __/ (_| (_) \ V / 16:49:05 \_____\___/ \__,_|\___|\___\___/ \_/ 16:49:05 Bash-1.0.6 16:49:05 16:49:05 16:49:05 ==> git version 2.25.1 found 16:49:05 ==> 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 16:49:05 Release-Date: 2020-01-08 16:49:05 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 16:49:05 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 16:49:05 ==> Jenkins CI detected. 16:49:05 current dir:  /w/workspace/edgex-go/1 16:49:05 project root: . 16:49:05 --> token set from env 16:49:05 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:49:05 ==> Running gcov in . (disable via -X gcov) 16:49:05 ==> Python coveragepy not found 16:49:05 ==> Searching for coverage reports in: 16:49:05 + . 16:49:05 -> Found 1 reports 16:49:05 ==> Detecting git/mercurial file structure 16:49:05 ==> Reading reports 16:49:05 + ./coverage.out bytes=489579 16:49:05 ==> Appending adjustments 16:49:05 https://docs.codecov.io/docs/fixing-reports 16:49:06 + Found adjustments 16:49:06 ==> Gzipping contents 16:49:06 64K /tmp/codecov.r58xSz.gz 16:49:06 ==> Uploading reports 16:49:06 url: https://codecov.io 16:49:06 query: branch=PR-4283&commit=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4283%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4283&job=&cmd_args= 16:49:06 -> Pinging Codecov 16:49:06 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4283&commit=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4283%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4283&job=&cmd_args= 16:49:07 -> Uploading to 16:49:07 https://storage.googleapis.com/codecov/v4/raw/2023-01-16/00271124DB129430A58F1EEE437C3FCB/bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be/758de6d0-6fd5-4ef5-a41b-86796f2389cd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230116%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230116T164906Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=240610cc7ffb8c9522f0a8a4dae2db916d1398a9c43fe01fcd7f54105b86d6b6 16:49:07 % Total % Received % Xferd Average Speed Time Time Time Current 16:49:07 Dload Upload Total Spent Left Speed 16:49:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63228 0 0 100 63228 0 213k --:--:-- --:--:-- --:--:-- 213k 16:49:07 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be [Pipeline] } 16:49:07 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 16:49:08 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 16:49:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:49:09 ---> package-listing.sh 16:49:09 ++ facter osfamily 16:49:09 ++ tr '[:upper:]' '[:lower:]' 16:49:10 + OS_FAMILY=debian 16:49:10 + workspace=/w/workspace/edgex-go/1 16:49:10 + START_PACKAGES=/tmp/packages_start.txt 16:49:10 + END_PACKAGES=/tmp/packages_end.txt 16:49:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:49:10 + PACKAGES=/tmp/packages_start.txt 16:49:10 + '[' /w/workspace/edgex-go/1 ']' 16:49:10 + PACKAGES=/tmp/packages_end.txt 16:49:10 + case "${OS_FAMILY}" in 16:49:10 + dpkg -l 16:49:10 + grep '^ii' 16:49:10 + '[' -f /tmp/packages_start.txt ']' 16:49:10 + '[' -f /tmp/packages_end.txt ']' 16:49:10 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:49:10 + '[' /w/workspace/edgex-go/1 ']' 16:49:10 + mkdir -p /w/workspace/edgex-go/1/archives/ 16:49:10 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 16:49:10 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 16:49:10 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:49:11 16:49:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:49:11 latest: Pulling from edgex-lftools-log-publisher 16:49:11 5eb5b503b376: Pulling fs layer 16:49:11 5c69ac0246d0: Pulling fs layer 16:49:11 ec43610c2a17: Pulling fs layer 16:49:11 3a2ae6a8a46f: Pulling fs layer 16:49:11 33b1e0a273af: Pulling fs layer 16:49:11 5d3b04190fa2: Pulling fs layer 16:49:11 2f39f015ded8: Pulling fs layer 16:49:11 33b1e0a273af: Waiting 16:49:11 5d3b04190fa2: Waiting 16:49:11 2f39f015ded8: Waiting 16:49:11 3a2ae6a8a46f: Waiting 16:49:11 5c69ac0246d0: Verifying Checksum 16:49:11 5c69ac0246d0: Download complete 16:49:11 3a2ae6a8a46f: Verifying Checksum 16:49:11 3a2ae6a8a46f: Download complete 16:49:11 33b1e0a273af: Verifying Checksum 16:49:11 33b1e0a273af: Download complete 16:49:11 5d3b04190fa2: Verifying Checksum 16:49:11 5d3b04190fa2: Download complete 16:49:12 ec43610c2a17: Verifying Checksum 16:49:12 ec43610c2a17: Download complete 16:49:12 5eb5b503b376: Verifying Checksum 16:49:12 5eb5b503b376: Download complete 16:49:13 5eb5b503b376: Pull complete 16:49:14 5c69ac0246d0: Pull complete 16:49:14 2f39f015ded8: Download complete 16:49:14 ec43610c2a17: Pull complete 16:49:14 3a2ae6a8a46f: Pull complete 16:49:14 33b1e0a273af: Pull complete 16:49:14 5d3b04190fa2: Pull complete 16:49:20 2f39f015ded8: Pull complete 16:49:20 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 16:49:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:49:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:49:20 prd-ubuntu20.04-docker-8c-8g-2584 does not seem to be running inside a container 16:49:20 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 16:49:29 $ docker top dfb31bf4e7b3aa7f4594bf477a2f0db8c6dbf62f315c72aafefd2ebd8548f4bc -eo pid,comm [Pipeline] { [Pipeline] sh 16:49:30 + touch /tmp/pre-build-complete [Pipeline] sh 16:49:30 + mkdir -p /var/log/sysstat [Pipeline] sh 16:49:30 + ls /var/log/sa-host 16:49:30 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:49:30 provisioning config files... 16:49:30 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config16187446215344914507tmp [Pipeline] { [Pipeline] echo 16:49:30 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:49:31 ---> create-netrc.sh [Pipeline] } 16:49:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 16:49:31 ---> python-tools-install.sh [Pipeline] echo 16:49:31 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:49:32 ---> sudo-logs.sh 16:49:32 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:49:32 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:49:32 ---> job-cost.sh 16:49:32 lf-activate-venv: SKIPPING 16:49:32 DEBUG: total: 0.10999999940395355 16:49:32 INFO: Retrieving Stack Cost... 16:49:32 INFO: Retrieving Pricing Info for: v3-standard-8 16:49:33 INFO: Archiving Costs [Pipeline] echo 16:49:33 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:49:33 ---> logs-deploy.sh 16:49:33 lf-activate-venv: SKIPPING 16:49:33 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4283/1 16:49:33 INFO: archiving workspace using pattern(s): 16:49:34 Archives upload complete. 16:49:34 INFO: archiving logs to Nexus