Pull request #4291 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 9f954c887e585364eb3ec2c8958f53218aeb4f99+81801e3d83727a95447f456a5df1a63b0188c95d (b16b1fbe7c24b218910e3029690f709eab30b366) 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-ssh14417030710088251937.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-ssh16640611899700683232.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-4291/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-4291/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15872511514173764343.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-4291/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13927242659091504743.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-ssh15960593998507636192.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-4291/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-4291/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh11135873158053323165.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 Running on prd-ubuntu20.04-docker-8c-8g-2793 in /w/workspace/edgexfoundry_edgex-go_PR-4291 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 81801e3d83727a95447f456a5df1a63b0188c95d into PR head commit 9f954c887e585364eb3ec2c8958f53218aeb4f99 Merge succeeded, producing 9f954c887e585364eb3ec2c8958f53218aeb4f99 Checking out Revision 9f954c887e585364eb3ec2c8958f53218aeb4f99 (PR-4291) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4291/head:refs/remotes/origin/PR-4291 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9f954c887e585364eb3ec2c8958f53218aeb4f99 # 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 81801e3d83727a95447f456a5df1a63b0188c95d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9f954c887e585364eb3ec2c8958f53218aeb4f99 # timeout=10 Commit message: "refactor! Replace SecretStore service config with default values and overrides" 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 20:49:16 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:49:17 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:49:17 ========================================================= 20:49:17 EdgeX Global Pipelines Version Info 20:49:17 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:49:17 ------------------- 20:49:17 stable info: 20:49:17 ------------------- 20:49:17 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:49:17 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 20:49:17 Message: update stable to v1.0.244 20:49:18 ------------------- 20:49:18 experimental info: 20:49:18 ------------------- 20:49:18 Commited By: **** collab-it+edgex@linuxfoundation.org 20:49:18 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 20:49:18 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:49:18 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:49:18 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:49:18 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:49:18 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:49:18 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:49:18 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 20:49:18 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 20:49:18 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:49:19 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 20:49:19 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 20:49:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:49:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:49:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 20:49:19 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:49:19 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:49:19 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:49:19 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:49:19 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:49:19 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:49:19 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 20:49:19 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:49:19 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:49:19 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 20:49:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4291 [Pipeline] echo 20:49:19 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4291 [Pipeline] echo 20:49:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4291 [Pipeline] echo 20:49:19 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9f954c887e585364eb3ec2c8958f53218aeb4f99 [Pipeline] echo 20:49:19 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9f954c8 [Pipeline] echo 20:49:19 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:49:19 provisioning config files... 20:49:19 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config5693858513853342458tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:49:20 ---> docker-login.sh 20:49:20 nexus3.edgexfoundry.org:10001 20:49:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:49:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:49:20 Configure a credential helper to remove this warning. See 20:49:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:49:20 20:49:20 Login Succeeded 20:49:20 nexus3.edgexfoundry.org:10002 20:49:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:49:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:49:20 Configure a credential helper to remove this warning. See 20:49:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:49:20 20:49:20 Login Succeeded 20:49:20 nexus3.edgexfoundry.org:10003 20:49:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:49:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:49:20 Configure a credential helper to remove this warning. See 20:49:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:49:20 20:49:20 Login Succeeded 20:49:20 nexus3.edgexfoundry.org:10004 20:49:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:49:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:49:20 Configure a credential helper to remove this warning. See 20:49:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:49:20 20:49:20 Login Succeeded 20:49:20 docker.io 20:49:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:49:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:49:21 Configure a credential helper to remove this warning. See 20:49:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:49:21 20:49:21 Login Succeeded 20:49:21 ---> docker-login.sh ends [Pipeline] } 20:49:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:49:21 + 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 20:49:21 + dirname cmd/core-command/Dockerfile 20:49:21 + cut -d/ -f2 20:49:21 + echo core-command,cmd/core-command/Dockerfile 20:49:21 + dirname cmd/core-data/Dockerfile 20:49:21 + cut -d/ -f2 20:49:21 + echo core-data,cmd/core-data/Dockerfile 20:49:21 + dirname cmd/core-metadata/Dockerfile 20:49:21 + cut -d/ -f2 20:49:21 + echo core-metadata,cmd/core-metadata/Dockerfile 20:49:21 + + cut -d/ -f2 20:49:21 dirname cmd/security-bootstrapper/Dockerfile 20:49:21 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 20:49:21 + dirname cmd/security-proxy-setup/Dockerfile 20:49:21 + cut -d/ -f2 20:49:21 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:49:21 + dirname cmd/security-secretstore-setup/Dockerfile 20:49:21 + cut -d/ -f2 20:49:21 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:49:21 + dirname+ cmd/security-spiffe-token-provider/Dockerfile 20:49:21 cut -d/ -f2 20:49:21 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 20:49:21 + dirname cmd/security-spire-agent/Dockerfile 20:49:21 + cut -d/ -f2 20:49:21 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 20:49:21 + dirname cmd/security-spire-config/Dockerfile 20:49:21 + cut -d/ -f2 20:49:21 + echo security-spire-config,cmd/security-spire-config/Dockerfile 20:49:21 + dirname cmd/security-spire-server/Dockerfile 20:49:21 + cut -d/ -f2 20:49:21 + echo security-spire-server,cmd/security-spire-server/Dockerfile 20:49:21 + dirname cmd/support-notifications/Dockerfile 20:49:21 + cut -d/ -f2 20:49:21 + echo support-notifications,cmd/support-notifications/Dockerfile 20:49:21 + dirname cmd/support-scheduler/Dockerfile 20:49:21 + cut -d/ -f2 20:49:21 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 20:49:21 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 20:49:22 + git rev-list -1 --merges 9f954c887e585364eb3ec2c8958f53218aeb4f99~1..9f954c887e585364eb3ec2c8958f53218aeb4f99 [Pipeline] echo 20:49:22 -----------> git rev-list -1 --merges 9f954c887e585364eb3ec2c8958f53218aeb4f99~1..9f954c887e585364eb3ec2c8958f53218aeb4f99 9f954c887e585364eb3ec2c8958f53218aeb4f99 [false] [Pipeline] sh 20:49:22 + git log --format=format:%s -1 9f954c887e585364eb3ec2c8958f53218aeb4f99 [Pipeline] echo 20:49:22 ========================================================= 20:49:22 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 20:49:22 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 20:49:22 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:49:22 + grep -v github /etc/ssh/ssh_known_hosts 20:49:22 + [ -e /tmp/ssh_known_hosts ] 20:49:22 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 20:49:22 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 20:49:22 + sudo tee -a /etc/ssh/ssh_known_hosts 20:49:22 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:49:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:49:23 20:49:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:49:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:49:23 0.1.4: Pulling from edgex-devops/py-git-semver 20:49:23 b85a868b505f: Pulling fs layer 20:49:23 e2be974225ed: Pulling fs layer 20:49:23 339a4e72a1f5: Pulling fs layer 20:49:23 988bab9f4d93: Pulling fs layer 20:49:23 1469e6f7b9e6: Pulling fs layer 20:49:23 eaf3925da568: Pulling fs layer 20:49:23 bab4dde63d76: Pulling fs layer 20:49:23 bde34c3a00c8: Pulling fs layer 20:49:23 b352a97aabf1: Pulling fs layer 20:49:23 4872d77fe225: Pulling fs layer 20:49:23 5851b861e8e6: Pulling fs layer 20:49:23 bab4dde63d76: Waiting 20:49:23 bde34c3a00c8: Waiting 20:49:23 5851b861e8e6: Waiting 20:49:23 b352a97aabf1: Waiting 20:49:23 4872d77fe225: Waiting 20:49:23 1469e6f7b9e6: Waiting 20:49:23 eaf3925da568: Waiting 20:49:23 988bab9f4d93: Waiting 20:49:23 e2be974225ed: Download complete 20:49:23 988bab9f4d93: Download complete 20:49:24 1469e6f7b9e6: Verifying Checksum 20:49:24 1469e6f7b9e6: Download complete 20:49:24 339a4e72a1f5: Verifying Checksum 20:49:24 339a4e72a1f5: Download complete 20:49:24 eaf3925da568: Verifying Checksum 20:49:24 eaf3925da568: Download complete 20:49:24 bde34c3a00c8: Verifying Checksum 20:49:24 bde34c3a00c8: Download complete 20:49:24 b352a97aabf1: Verifying Checksum 20:49:24 b352a97aabf1: Download complete 20:49:24 4872d77fe225: Verifying Checksum 20:49:24 5851b861e8e6: Verifying Checksum 20:49:24 5851b861e8e6: Download complete 20:49:24 b85a868b505f: Verifying Checksum 20:49:24 b85a868b505f: Download complete 20:49:24 bab4dde63d76: Verifying Checksum 20:49:24 bab4dde63d76: Download complete 20:49:25 b85a868b505f: Pull complete 20:49:25 e2be974225ed: Pull complete 20:49:26 339a4e72a1f5: Pull complete 20:49:26 988bab9f4d93: Pull complete 20:49:26 1469e6f7b9e6: Pull complete 20:49:26 eaf3925da568: Pull complete 20:49:27 bab4dde63d76: Pull complete 20:49:27 bde34c3a00c8: Pull complete 20:49:27 b352a97aabf1: Pull complete 20:49:27 4872d77fe225: Pull complete 20:49:28 5851b861e8e6: Pull complete 20:49:28 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 20:49:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:49:28 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:49:28 prd-ubuntu20.04-docker-8c-8g-2793 does not seem to be running inside a container 20:49:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 20:49:29 $ docker top c0b8c4e2b158aba8fd3bd41e543d7747b8750699f69084b92271e72cbf81c871 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:49:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:49:30 [ssh-agent] Looking for ssh-agent implementation... 20:49:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:49:30 $ docker exec c0b8c4e2b158aba8fd3bd41e543d7747b8750699f69084b92271e72cbf81c871 ssh-agent 20:49:30 SSH_AUTH_SOCK=/tmp/ssh-Chyze8gEDbtu/agent.32 20:49:30 SSH_AGENT_PID=38 20:49:30 Running ssh-add (command line suppressed) 20:49:30 Identity added: /w/workspace/edgex-go/1@tmp/private_key_12940891172526707571.key (/w/workspace/edgex-go/1@tmp/private_key_12940891172526707571.key) 20:49:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:49:30 + git tag --points-at HEAD [Pipeline] } 20:49:30 $ docker exec --env ******** --env ******** c0b8c4e2b158aba8fd3bd41e543d7747b8750699f69084b92271e72cbf81c871 ssh-agent -k 20:49:30 unset SSH_AUTH_SOCK; 20:49:30 unset SSH_AGENT_PID; 20:49:30 echo Agent pid 38 killed; 20:49:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:49:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:49:30 [ssh-agent] Looking for ssh-agent implementation... 20:49:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:49:31 $ docker exec c0b8c4e2b158aba8fd3bd41e543d7747b8750699f69084b92271e72cbf81c871 ssh-agent 20:49:31 SSH_AUTH_SOCK=/tmp/ssh-gE2mG4FC9wc5/agent.70 20:49:31 SSH_AGENT_PID=76 20:49:31 Running ssh-add (command line suppressed) 20:49:31 Identity added: /w/workspace/edgex-go/1@tmp/private_key_8848123235965733735.key (/w/workspace/edgex-go/1@tmp/private_key_8848123235965733735.key) 20:49:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:49:31 + git semver init 20:49:31 2023-01-17 20:49:31,771 [run_init] DEBUG init version:0.0.0 force:False 20:49:31 2023-01-17 20:49:31,772 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 20:49:31 2023-01-17 20:49:31,773 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 20:49:31 2023-01-17 20:49:31,773 [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) 20:49:37 2023-01-17 20:49:36,234 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 20:49:37 2023-01-17 20:49:36,235 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4291 with force:False 20:49:37 2023-01-17 20:49:36,235 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4291 20:49:37 2023-01-17 20:49:36,240 [execute] INFO git cat-file --batch-check 20:49:37 2023-01-17 20:49:36,240 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 20:49:37 2023-01-17 20:49:36,246 [execute] INFO git cat-file --batch 20:49:37 2023-01-17 20:49:36,246 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 20:49:37 2023-01-17 20:49:36,253 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4291 20:49:37 0.0.0 [Pipeline] } 20:49:37 $ docker exec --env ******** --env ******** c0b8c4e2b158aba8fd3bd41e543d7747b8750699f69084b92271e72cbf81c871 ssh-agent -k 20:49:37 unset SSH_AUTH_SOCK; 20:49:37 unset SSH_AGENT_PID; 20:49:37 echo Agent pid 76 killed; 20:49:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:49:37 + git semver [Pipeline] } 20:49:38 $ docker stop --time=1 c0b8c4e2b158aba8fd3bd41e543d7747b8750699f69084b92271e72cbf81c871 20:49:39 $ docker rm -f --volumes c0b8c4e2b158aba8fd3bd41e543d7747b8750699f69084b92271e72cbf81c871 [Pipeline] // withDockerContainer [Pipeline] sh 20:49:39 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:49:39 Stashed 1 file(s) [Pipeline] echo 20:49:39 [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 20:49:40 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 20:49:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:49:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:49:40 ========================================================= 20:49:40 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 20:49:40 ========================================================= [Pipeline] fileExists [Pipeline] sh 20:49:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 20:49:41 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 20:49:41 213ec9aee27d: Pulling fs layer 20:49:41 4583459ba037: Pulling fs layer 20:49:41 93c1e223e6f2: Pulling fs layer 20:49:41 53926ce57604: Pulling fs layer 20:49:41 21b2b0c7a3f4: Pulling fs layer 20:49:41 22ff95d597cd: Pulling fs layer 20:49:41 12d6caf4c0d1: Pulling fs layer 20:49:41 96b7cbca73a9: Pulling fs layer 20:49:41 a7acece74701: Pulling fs layer 20:49:41 53926ce57604: Waiting 20:49:41 21b2b0c7a3f4: Waiting 20:49:41 22ff95d597cd: Waiting 20:49:41 12d6caf4c0d1: Waiting 20:49:41 96b7cbca73a9: Waiting 20:49:41 a7acece74701: Waiting 20:49:41 93c1e223e6f2: Verifying Checksum 20:49:41 93c1e223e6f2: Download complete 20:49:41 4583459ba037: Verifying Checksum 20:49:41 4583459ba037: Download complete 20:49:41 21b2b0c7a3f4: Download complete 20:49:41 22ff95d597cd: Verifying Checksum 20:49:41 213ec9aee27d: Verifying Checksum 20:49:41 213ec9aee27d: Download complete 20:49:41 12d6caf4c0d1: Verifying Checksum 20:49:41 12d6caf4c0d1: Download complete 20:49:41 213ec9aee27d: Pull complete 20:49:41 4583459ba037: Pull complete 20:49:41 93c1e223e6f2: Pull complete 20:49:43 53926ce57604: Verifying Checksum 20:49:43 53926ce57604: Download complete 20:49:43 a7acece74701: Verifying Checksum 20:49:43 a7acece74701: Download complete 20:49:43 96b7cbca73a9: Verifying Checksum 20:49:43 96b7cbca73a9: Download complete 20:49:46 53926ce57604: Pull complete 20:49:46 21b2b0c7a3f4: Pull complete 20:49:46 22ff95d597cd: Pull complete 20:49:46 12d6caf4c0d1: Pull complete 20:49:48 96b7cbca73a9: Pull complete 20:49:49 a7acece74701: Pull complete 20:49:49 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 20:49:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 20:49:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 20:49:49 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 20:49:49 WORKDIR /edgex 20:49:49 COPY go.mod . 20:49:49 RUN go mod download 20:49:49 + docker build -t ci-base-image-x86_64 -f - . 20:49:49 Sending build context to Docker daemon 170MB 20:49:49 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 20:49:49 ---> db6d94c90886 20:49:49 Step 2/4 : WORKDIR /edgex 20:49:51 ---> Running in ebda8f085eae 20:49:51 Removing intermediate container ebda8f085eae 20:49:51 ---> 12ab5288baff 20:49:51 Step 3/4 : COPY go.mod . 20:49:52 ---> f945c61b95ed 20:49:52 Step 4/4 : RUN go mod download 20:49:52 ---> Running in ba3381af95d3 20:49:55 Still waiting to schedule task 20:49:55 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 20:50:04 Removing intermediate container ba3381af95d3 20:50:04 ---> d63f3b0f2eb3 20:50:04 Successfully built d63f3b0f2eb3 20:50:04 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:50:04 + docker inspect -f . ci-base-image-x86_64 20:50:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:50:04 prd-ubuntu20.04-docker-8c-8g-2793 does not seem to be running inside a container 20:50: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 ******** ci-base-image-x86_64 cat 20:50:05 $ docker top b49e5340bcf81136a9bdce3154dd6918e51f81710fd41127f30bbf01c57a7ec7 -eo pid,comm [Pipeline] { [Pipeline] sh 20:50:05 + go version 20:50:05 go version go1.18.7 linux/amd64 [Pipeline] } 20:50:05 $ docker stop --time=1 b49e5340bcf81136a9bdce3154dd6918e51f81710fd41127f30bbf01c57a7ec7 20:50:06 $ docker rm -f --volumes b49e5340bcf81136a9bdce3154dd6918e51f81710fd41127f30bbf01c57a7ec7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:50:07 + docker inspect -f . ci-base-image-x86_64 20:50:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:50:07 prd-ubuntu20.04-docker-8c-8g-2793 does not seem to be running inside a container 20:50: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 ******** ci-base-image-x86_64 cat 20:50:08 $ docker top cab90b343da43966823c712114c50d56cf5c50900ea5fc73417eb291d5fd538f -eo pid,comm [Pipeline] { [Pipeline] echo 20:50:08 ========================================================= 20:50:08 [edgeXBuildGoParallel] Running Tests and Build... 20:50:08 ========================================================= [Pipeline] sh 20:50:08 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 20:50:08 + make test 20:50:08 go test -race -coverprofile=coverage.out ./... 20:50:15 ? github.com/edgexfoundry/edgex-go [no test files] 20:50:30 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:50:30 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:50:30 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:50:30 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:50:30 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:50:30 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:50:30 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:50:30 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:50:30 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 20:50:30 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:50:30 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:50:30 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:50:30 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 20:50:30 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.063s coverage: 28.7% of statements 20:50:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:50:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:50:30 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.085s coverage: 98.5% of statements 20:50:30 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.112s coverage: 43.0% of statements 20:50:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 20:50:30 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:50:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.100s coverage: 54.0% of statements 20:50:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:50:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:50:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.938s coverage: 89.2% of statements 20:50:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 20:50:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 20:50:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 20:50:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:50:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:50:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.110s coverage: 2.4% of statements 20:50:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:50:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:50:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.475s coverage: 95.6% of statements 20:50:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 20:50:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 20:50:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 20:50:33 ok github.com/edgexfoundry/edgex-go/internal/io 0.098s coverage: 72.2% of statements 20:50:33 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:50:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 20:50:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 20:50:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:50:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:50:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.064s coverage: 60.0% of statements 20:50:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:50:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:50:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:50:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.079s coverage: 0.9% of statements 20:50:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:50:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.067s coverage: 58.8% of statements 20:50:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.078s coverage: 29.6% of statements 20:50:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:50:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.088s coverage: 47.1% of statements 20:50:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.077s coverage: 79.5% of statements 20:50:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.064s coverage: 94.1% of statements 20:50:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.081s coverage: 96.3% of statements 20:50:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.074s coverage: 87.5% of statements 20:50:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.083s coverage: 94.4% of statements 20:50:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements 20:50:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.250s coverage: 79.9% of statements 20:50:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:50:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.094s coverage: 92.9% of statements 20:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:50:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.037s coverage: 65.1% of statements 20:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 20:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 20:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 20:50:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.074s coverage: 86.9% of statements 20:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:50:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements 20:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:50:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements 20:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:50:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.075s coverage: 77.4% of statements 20:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:50:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.083s coverage: 80.0% of statements 20:50:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.054s coverage: 87.2% of statements 20:50:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.226s coverage: 91.2% of statements 20:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:50:52 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.164s coverage: 64.7% of statements 20:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:50:52 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements 20:50:52 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.029s coverage: 89.4% of statements 20:50:52 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.024s coverage: 100.0% of statements 20:50:52 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.036s coverage: 73.7% of statements 20:50:52 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements 20:50:52 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.377s coverage: 65.3% of statements 20:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:50:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.179s coverage: 41.8% of statements 20:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:50:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.061s coverage: 89.5% of statements 20:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:50:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.055s coverage: 84.8% of statements 20:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 20:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 20:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 20:50:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:50:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.078s coverage: 17.7% of statements 20:50:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:50:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:50:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:50:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:50:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.174s coverage: 92.3% of statements 20:50:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:50:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:50:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:50:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:50:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.067s coverage: 63.2% of statements 20:50:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:50:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:50:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.094s coverage: 97.7% of statements 20:50:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:50:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:50:52 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 20:51:14 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." 20:51:14 go vet ./... 20:51:14 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:51:15 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:51:15 ./bin/test-attribution-txt.sh [Pipeline] echo 20:51:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 20:51:15 + ls -al . 20:51:15 total 748 20:51:15 drwxrwxr-x 11 1001 1001 4096 Jan 17 20:50 . 20:51:15 drwxr-xr-x 4 root root 4096 Jan 17 20:50 .. 20:51:15 drwxrwxr-x 2 1001 1001 4096 Jan 17 20:49 .blubracket 20:51:15 -rw-rw-r-- 1 1001 1001 16 Jan 17 20:49 .dockerignore 20:51:15 drwxrwxr-x 8 1001 1001 4096 Jan 17 20:50 .git 20:51:15 drwxrwxr-x 3 1001 1001 4096 Jan 17 20:49 .github 20:51:15 -rw-rw-r-- 1 1001 1001 956 Jan 17 20:49 .gitignore 20:51:15 -rw-rw-r-- 1 1001 1001 42 Jan 17 20:49 .golangci.yml 20:51:15 -rw-rw-r-- 1 1001 1001 87 Jan 17 20:49 .hadolint.yml 20:51:15 drwxr-xr-x 3 1001 1001 4096 Jan 17 20:49 .semver 20:51:15 -rw-rw-r-- 1 1001 1001 166 Jan 17 20:49 .sonarcloud.properties 20:51:15 -rw-rw-r-- 1 1001 1001 1171 Jan 17 20:49 ADOPTERS.md 20:51:15 -rw-rw-r-- 1 1001 1001 10825 Jan 17 20:49 Attribution.txt 20:51:15 -rw-rw-r-- 1 1001 1001 73765 Jan 17 20:49 CHANGELOG.md 20:51:15 -rw-rw-r-- 1 1001 1001 3804 Jan 17 20:49 CONTRIBUTING.md 20:51:15 -rw-rw-r-- 1 1001 1001 677 Jan 17 20:49 GOVERNANCE.md 20:51:15 -rw-rw-r-- 1 1001 1001 850 Jan 17 20:49 Jenkinsfile 20:51:15 -rw-rw-r-- 1 1001 1001 10775 Jan 17 20:49 LICENSE 20:51:15 -rw-rw-r-- 1 1001 1001 12513 Jan 17 20:49 Makefile 20:51:15 -rw-rw-r-- 1 1001 1001 582 Jan 17 20:49 OWNERS.md 20:51:15 -rw-rw-r-- 1 1001 1001 9403 Jan 17 20:49 README.md 20:51:15 -rw-rw-r-- 1 1001 1001 6912 Jan 17 20:49 SECURITY.md 20:51:15 -rw-rw-r-- 1 1001 1001 5 Jan 17 20:49 VERSION 20:51:15 drwxrwxr-x 2 1001 1001 4096 Jan 17 20:49 bin 20:51:15 drwxrwxr-x 16 1001 1001 4096 Jan 17 20:49 cmd 20:51:15 -rw-r--r-- 1 root root 489970 Jan 17 20:50 coverage.out 20:51:15 -rw-rw-r-- 1 1001 1001 3377 Jan 17 20:49 go.mod 20:51:15 -rw-rw-r-- 1 1001 1001 34951 Jan 17 20:49 go.sum 20:51:15 drwxrwxr-x 7 1001 1001 4096 Jan 17 20:49 internal 20:51:15 drwxrwxr-x 3 1001 1001 4096 Jan 17 20:49 openapi 20:51:15 drwxrwxr-x 4 1001 1001 4096 Jan 17 20:49 snap 20:51:15 -rw-rw-r-- 1 1001 1001 204 Jan 17 20:49 version.go [Pipeline] sh 20:51:16 + '[' -e coverage.out ] 20:51:16 + chown 1001:1001 coverage.out [Pipeline] stash 20:51:16 Stashed 1 file(s) [Pipeline] sh 20:51:16 + make build 20:51:16 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 20:51:28 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:51:28 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 20:51:29 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:51:37 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:51:38 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:51:39 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:51: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 20:51:41 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 20:51: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-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:51:44 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 20:51:45 $ docker stop --time=1 cab90b343da43966823c712114c50d56cf5c50900ea5fc73417eb291d5fd538f 20:51:47 $ docker rm -f --volumes cab90b343da43966823c712114c50d56cf5c50900ea5fc73417eb291d5fd538f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:51:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:51:48 20:51:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:51:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:51:49 latest: Pulling from edgex-devops/edgex-compose 20:51:49 cbdbe7a5bc2a: Pulling fs layer 20:51:49 ca9280d653b3: Pulling fs layer 20:51:49 7e9c9ca2126c: Pulling fs layer 20:51:49 cbdbe7a5bc2a: Download complete 20:51:49 cbdbe7a5bc2a: Pull complete 20:51:49 ca9280d653b3: Verifying Checksum 20:51:49 ca9280d653b3: Download complete 20:51:50 7e9c9ca2126c: Download complete 20:51:50 ca9280d653b3: Pull complete 20:51:53 7e9c9ca2126c: Pull complete 20:51:53 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:51:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:51:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:51:53 prd-ubuntu20.04-docker-8c-8g-2793 does not seem to be running inside a container 20:51:53 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:51:54 $ docker top 259729ce03a540980070a63f1ab42accd26ca0a9617ef3655479c0a15718a17e -eo pid,comm [Pipeline] { [Pipeline] sh 20:51:55 + docker-compose build --help 20:51:55 + grep parallel 20:51:55 --parallel Build images in parallel. [Pipeline] } 20:51:55 $ docker stop --time=1 259729ce03a540980070a63f1ab42accd26ca0a9617ef3655479c0a15718a17e 20:51:57 $ docker rm -f --volumes 259729ce03a540980070a63f1ab42accd26ca0a9617ef3655479c0a15718a17e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:51:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:51:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:51:57 prd-ubuntu20.04-docker-8c-8g-2793 does not seem to be running inside a container 20:51:57 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:51:58 $ docker top 9dda017f664af3e48e4c8935901d58eba96ca647d759fcb400ed8c4a3be5e8b0 -eo pid,comm [Pipeline] { [Pipeline] sh 20:51:58 + docker-compose -f ./docker-compose-build.yml build --parallel 20:51:59 Building core-command ... 20:51:59 Building core-data ... 20:51:59 Building core-metadata ... 20:51:59 Building security-bootstrapper ... 20:51:59 Building security-proxy-setup ... 20:51:59 Building security-secretstore-setup ... 20:51:59 Building security-spiffe-token-provider ... 20:51:59 Building security-spire-agent ... 20:51:59 Building security-spire-config ... 20:51:59 Building security-spire-server ... 20:51:59 Building support-notifications ... 20:51:59 Building support-scheduler ... 20:51:59 Building security-proxy-setup 20:51:59 Building security-bootstrapper 20:51:59 Building support-notifications 20:51:59 Building security-secretstore-setup 20:51:59 Building security-spire-agent 20:52:09 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:52:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:52:09 ---> d63f3b0f2eb3 20:52:09 Step 3/22 : ARG ADD_BUILD_TAGS="" 20:52:09 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:52:09 Step 2/32 : FROM ${BUILDER_BASE} AS builder 20:52:09 ---> d63f3b0f2eb3 20:52:09 Step 3/32 : WORKDIR /edgex-go 20:52:09 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:52:09 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:52:09 ---> d63f3b0f2eb3 20:52:09 Step 3/21 : WORKDIR /edgex-go 20:52:09 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:52:09 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:52:09 ---> d63f3b0f2eb3 20:52:09 Step 3/24 : WORKDIR /edgex-go 20:52:09 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:52:09 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:52:09 ---> d63f3b0f2eb3 20:52:09 Step 3/24 : WORKDIR /edgex-go 20:52:11 ---> Running in 6c935d4b0c44 20:52:11 ---> Running in 66f053947911 20:52:11 ---> Running in b099e6bf55e1 20:52:11 ---> Running in 96f2f68c247d 20:52:11 ---> Running in d60efd7ff18b 20:52:11 Removing intermediate container 6c935d4b0c44 20:52:11 ---> 1e3465b83e1f 20:52:11 Step 4/22 : WORKDIR /edgex-go 20:52:11 Removing intermediate container b099e6bf55e1 20:52:11 ---> d4c174cdfd83 20:52:11 Step 4/32 : RUN apk add --update --no-cache make git 20:52:11 Removing intermediate container 66f053947911 20:52:11 ---> 6c69bf6d1f0a 20:52:11 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 20:52:11 Removing intermediate container 96f2f68c247d 20:52:11 ---> 50b2722f2bff 20:52:11 Step 4/21 : RUN apk add --update --no-cache make git 20:52:11 Removing intermediate container d60efd7ff18b 20:52:11 ---> 36c3a891b8e0 20:52:11 Step 4/24 : RUN apk add --update --no-cache make git 20:52:11 ---> Running in ee8c40ce6e9d 20:52:11 ---> Running in 68c01087e24d 20:52:11 ---> Running in 4a4fd65814e7 20:52:11 ---> Running in ba3d04f89453 20:52:11 ---> Running in 981cc9e4f76a 20:52:11 Removing intermediate container ee8c40ce6e9d 20:52:11 ---> 2b9fc79fdd4b 20:52:11 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:52:11 ---> Running in f10341cde278 20:52:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:52:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:52:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:52:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:52:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:52:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:52:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:52:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:52:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:52:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:52:12 OK: 211 MiB in 51 packages 20:52:12 OK: 211 MiB in 51 packages 20:52:12 OK: 211 MiB in 51 packages 20:52:12 OK: 211 MiB in 51 packages 20:52:12 OK: 211 MiB in 51 packages 20:52:13 Removing intermediate container 68c01087e24d 20:52:13 ---> 4d741a928c8d 20:52:13 Step 5/32 : COPY go.mod vendor* ./ 20:52:13 Removing intermediate container 4a4fd65814e7 20:52:13 ---> 898113a72936 20:52:13 Step 5/24 : COPY go.mod vendor* ./ 20:52:13 ---> c36a1406c951 20:52:13 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:52:13 ---> Running in d4c256481edf 20:52:13 Removing intermediate container 981cc9e4f76a 20:52:13 ---> 5cf641d886ba 20:52:13 Step 5/24 : COPY go.mod vendor* ./ 20:52:13 Removing intermediate container ba3d04f89453 20:52:13 ---> b4585d45b84f 20:52:13 Step 5/21 : COPY go.mod vendor* ./ 20:52:13 ---> 40e02ec3c462 20:52:13 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:52:13 Removing intermediate container f10341cde278 20:52:13 ---> be20e6e67897 20:52:13 Step 6/22 : COPY go.mod vendor* ./ 20:52:13 ---> Running in 647a7900adce 20:52:13 ---> 31e5214ad9af 20:52:13 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:52:13 ---> 47a05d839248 20:52:13 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:52:13 ---> Running in fac81eca6169 20:52:13 ---> 348efc201552 20:52:13 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:52:13 ---> Running in f1e0a7a1d5d9 20:52:13 ---> Running in 8fbe3fc3fbde 20:52:45 Removing intermediate container 8fbe3fc3fbde 20:52:45 ---> 9f63e9ef97bc 20:52:45 Step 8/22 : COPY . . 20:52:45 Removing intermediate container d4c256481edf 20:52:45 ---> ef38b1768a3b 20:52:45 Step 7/32 : COPY . . 20:52:45 Removing intermediate container f1e0a7a1d5d9 20:52:45 ---> f4d528edf7e6 20:52:45 Step 7/21 : COPY . . 20:52:45 Removing intermediate container 647a7900adce 20:52:45 ---> d9febe2a7bfe 20:52:45 Step 7/24 : COPY . . 20:52:45 Removing intermediate container fac81eca6169 20:52:45 ---> fa29fa1dd344 20:52:45 Step 7/24 : COPY . . 20:52:52 ---> f93b3afdfe16 20:52:52 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:52:52 ---> fed07dffba5d 20:52:52 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:52:52 ---> 6df9ef6ad0f0 20:52:52 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:52:52 ---> Running in f0f43f6e93d5 20:52:52 ---> fec02bac8ba4 20:52:52 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:52:52 ---> 1880fcbb382e 20:52:52 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 20:52:52 ---> Running in ebe6c2ae0523 20:52:52 ---> Running in 2d5e6ecb5c9c 20:52:52 ---> Running in fa39be702dfb 20:52:52 ---> Running in 6a52fa4bb20f 20:52:52 Removing intermediate container 6a52fa4bb20f 20:52:52 ---> d7d8e9ae03a6 20:52:52 Step 9/24 : WORKDIR /edgex-go/spire-build 20:52:52 ---> Running in b18e97cc2852 20:52:52 Removing intermediate container b18e97cc2852 20:52:52 ---> f108cba465e9 20:52:52 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 20:52:52 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:52:52 ---> Running in 310045eff111 20:52:52 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:52:52 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 20:52:52 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:52:53 Removing intermediate container 310045eff111 20:52:53 ---> f5346ed3c8f6 20:52:53 Step 11/24 : WORKDIR /edgex-go 20:52:53 ---> Running in 1c8bff961ae0 20:52:53 Removing intermediate container 1c8bff961ae0 20:52:53 ---> 5b947c0ab3b4 20:52:53 20:52:53 Step 12/24 : FROM alpine:3.15 20:52:53 3.15: Pulling from library/alpine 20:52:54 Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 20:52:54 Status: Downloaded newer image for alpine:3.15 20:52:54 ---> c4fc93816858 20:52:54 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:52:54 ---> Running in 2a1ff2ac28cf 20:52:54 Removing intermediate container 2a1ff2ac28cf 20:52:54 ---> a3dd8d07c180 20:52:54 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:52:54 ---> Running in 790c4d4dfa2f 20:52:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:52:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:52:55 v3.15.6-263-g7c8ce57c5e [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 20:52:55 v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 20:52:55 OK: 15859 distinct packages available 20:52:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:52:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:52:55 (1/5) Installing dumb-init (1.2.5-r1) 20:52:55 (2/5) Installing musl-obstack (1.2.3-r0) 20:52:55 (3/5) Installing libucontext (1.1-r0) 20:52:55 (4/5) Installing gcompat (1.0.0-r4) 20:52:55 (5/5) Installing openssl (1.1.1s-r1) 20:52:55 Executing busybox-1.34.1-r7.trigger 20:52:55 OK: 7 MiB in 19 packages 20:52:56 Removing intermediate container 790c4d4dfa2f 20:52:56 ---> e8e96a464a68 20:52:56 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 20:52:57 ---> d812b806f172 20:52:57 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:53:00 ---> 26065b99be68 20:53:00 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:53:00 ---> 9e67f48324ca 20:53:00 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:53:01 ---> d0655bd37a87 20:53:01 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:53:02 ---> 2812cfd160bc 20:53:02 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:53:02 ---> Running in e684fa9cf115 20:53:02 Removing intermediate container e684fa9cf115 20:53:02 ---> 7c06244c1a36 20:53:02 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:53:02 ---> Running in d59b0a88964d 20:53:03 Removing intermediate container d59b0a88964d 20:53:03 ---> 02f5ffd7b0ce 20:53:03 Step 22/24 : LABEL arch=x86_64 20:53:03 ---> Running in ad508e5aa5ec 20:53:03 Removing intermediate container ad508e5aa5ec 20:53:03 ---> 529003b7861a 20:53:03 Step 23/24 : LABEL git_sha=9f954c887e585364eb3ec2c8958f53218aeb4f99 20:53:03 ---> Running in 31ecc65be76e 20:53:04 Removing intermediate container 31ecc65be76e 20:53:04 ---> 3f4004cbe1fa 20:53:04 Step 24/24 : LABEL version=0.0.0 20:53:04 ---> Running in 2542a5745ce5 20:53:04 Removing intermediate container 2542a5745ce5 20:53:04 ---> 7eee2c865518 20:53:04 20:53:04 Successfully built 7eee2c865518 20:53:04 Successfully tagged security-spire-agent:latest 20:53:04  Building security-spire-agent ... done Building security-spiffe-token-provider 20:53:07 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:53:07 Step 2/19 : FROM ${BUILDER_BASE} AS builder 20:53:07 ---> d63f3b0f2eb3 20:53:07 Step 3/19 : WORKDIR /edgex-go 20:53:07 ---> Using cache 20:53:07 ---> 6c69bf6d1f0a 20:53:07 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 20:53:09 ---> Running in b15adff33b4a 20:53:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:53:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:53:10 v3.16.3-125-gdeedb1d818 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 20:53:10 v3.16.3-122-g600819cc53 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 20:53:10 OK: 17043 distinct packages available 20:53:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:53:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:53:10 OK: 211 MiB in 51 packages 20:53:11 Removing intermediate container b15adff33b4a 20:53:11 ---> 2efb060944a1 20:53:11 Step 5/19 : COPY go.mod vendor* ./ 20:53:12 ---> 4d018745df28 20:53:12 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:53:12 ---> Running in 44e5e1339f94 20:53:20 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 20:53:20 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:53:23 Removing intermediate container f0f43f6e93d5 20:53:23 ---> e51983ad7425 20:53:23 20:53:23 Step 9/32 : FROM alpine:3.16 20:53:23 3.16: Pulling from library/alpine 20:53:24 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 20:53:24 Status: Downloaded newer image for alpine:3.16 20:53:24 ---> bfe296a52501 20:53:24 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:53:25 ---> Running in a90bdf9f685d 20:53:25 Removing intermediate container a90bdf9f685d 20:53:25 ---> 522f6562d34d 20:53:25 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 20:53:25 Removing intermediate container fa39be702dfb 20:53:25 ---> d207978e13a5 20:53:25 20:53:25 Step 9/21 : FROM alpine:3.16 20:53:25 ---> bfe296a52501 20:53:25 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 20:53:25 Removing intermediate container ebe6c2ae0523 20:53:25 ---> dca468874132 20:53:25 20:53:25 Step 9/24 : FROM alpine:3.16 20:53:25 ---> bfe296a52501 20:53:25 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:53:26 ---> Running in 3541296f82eb 20:53:26 ---> Running in e6fcf3727b81 20:53:26 ---> Running in 2a1234a1b48f 20:53:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:53:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:53:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:53:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:53:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:53:26 (1/6) Installing ca-certificates (20220614-r0) 20:53:26 (2/6) Installing brotli-libs (1.0.9-r6) 20:53:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:53:26 (3/6) Installing nghttp2-libs (1.47.0-r0) 20:53:26 (4/6) Installing libcurl (7.83.1-r5) 20:53:26 (5/6) Installing curl (7.83.1-r5) 20:53:26 (6/6) Installing dumb-init (1.2.5-r1) 20:53:26 Executing busybox-1.35.0-r17.trigger 20:53:26 Executing ca-certificates-20220614-r0.trigger 20:53:26 OK: 8 MiB in 20 packages 20:53:26 (1/2) Installing dumb-init (1.2.5-r1) 20:53:26 (2/2) Installing su-exec (0.2-r1) 20:53:26 Executing busybox-1.35.0-r17.trigger 20:53:26 OK: 6 MiB in 16 packages 20:53:26 (1/3) Installing ca-certificates (20220614-r0) 20:53:26 (2/3) Installing dumb-init (1.2.5-r1) 20:53:26 (3/3) Installing su-exec (0.2-r1) 20:53:26 Executing busybox-1.35.0-r17.trigger 20:53:26 Executing ca-certificates-20220614-r0.trigger 20:53:27 OK: 6 MiB in 17 packages 20:53:29 Removing intermediate container 2d5e6ecb5c9c 20:53:29 ---> c51a2b9040ac 20:53:29 20:53:29 Step 10/22 : FROM alpine:3.16 20:53:29 ---> bfe296a52501 20:53:29 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:53:29 ---> Running in 508354149a01 20:53:29 Removing intermediate container 3541296f82eb 20:53:29 ---> 2b9648ca603e 20:53:29 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 20:53:29 Removing intermediate container 2a1234a1b48f 20:53:29 ---> fa7d28e2c1ff 20:53:29 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:53:29 Removing intermediate container e6fcf3727b81 20:53:29 ---> 9038de19be00 20:53:29 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:53:29 ---> Running in 7592894360d9 20:53:29 ---> Running in 97262bcbe0d3 20:53:29 ---> Running in c90b90182280 20:53:29 Removing intermediate container 7592894360d9 20:53:29 ---> 0409160c452f 20:53:29 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 20:53:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:53:29 Removing intermediate container c90b90182280 20:53:29 ---> 963f06d3e359 20:53:29 Step 12/21 : WORKDIR /edgex 20:53:29 Removing intermediate container 97262bcbe0d3 20:53:29 ---> 555ef10f78f2 20:53:29 Step 12/24 : WORKDIR / 20:53:29 ---> Running in c42b09a2418c 20:53:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:53:29 ---> Running in d401b8a23e6c 20:53:29 ---> Running in f59bdef054ed 20:53:29 Removing intermediate container c42b09a2418c 20:53:29 ---> bb1d5de47087 20:53:29 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 20:53:29 Removing intermediate container f59bdef054ed 20:53:29 ---> dbea67952a3c 20:53:29 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:53:29 ---> Running in c73c106e8d4b 20:53:29 Removing intermediate container d401b8a23e6c 20:53:29 ---> e6e9d1fedc4e 20:53:29 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:53:29 (1/2) Installing ca-certificates (20220614-r0) 20:53:29 (2/2) Installing dumb-init (1.2.5-r1) 20:53:29 Executing busybox-1.35.0-r17.trigger 20:53:29 Executing ca-certificates-20220614-r0.trigger 20:53:30 OK: 6 MiB in 16 packages 20:53:30 Removing intermediate container c73c106e8d4b 20:53:30 ---> 3b0350e76a2e 20:53:30 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 20:53:30 ---> Running in 1c54c0faf851 20:53:30 ---> 0afdb1b196e7 20:53:30 ---> 97f37be91f69 20:53:30 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup .Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:53:30 20:53:30 Removing intermediate container 1c54c0faf851 20:53:30 ---> f2a1321d2868 20:53:30 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 20:53:30 ---> Running in 4e49e188f5f8 20:53:30 ---> 2e580b6d9531 20:53:30 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:53:30 ---> 2c6e1cc7be51 20:53:30 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:53:30 Removing intermediate container 508354149a01 20:53:30 ---> 07a1d33ed254 20:53:30 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:53:30 ---> Running in 9d11f8ee8dce 20:53:31 ---> 804a16376d55 20:53:31 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 20:53:31 Removing intermediate container 9d11f8ee8dce 20:53:31 ---> 2de6aa7a590b 20:53:31 Step 13/22 : ENV APP_PORT=59860 20:53:31 ---> db9b92d9b2ab 20:53:31 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:53:31 ---> c65bc1ec6d9d 20:53:31 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:53:31 ---> Running in 229dd141aace 20:53:31 ---> 6af851195db5 20:53:31 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:53:31 Removing intermediate container 229dd141aace 20:53:31 ---> e949640de2d0 20:53:31 Step 14/22 : EXPOSE $APP_PORT 20:53:31 ---> Running in 44b2b3444956 20:53:32 ---> Running in a993e2243484 20:53:32 ---> 5cb70eae067c 20:53:32 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:53:32 Removing intermediate container 4e49e188f5f8 20:53:32 ---> 250f86e1f8d0 20:53:32 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 20:53:32 ---> Running in 07cb3b265c9e 20:53:32 Removing intermediate container a993e2243484 20:53:32 ---> 7a8dcd43e736 20:53:32 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:53:32 Removing intermediate container 07cb3b265c9e 20:53:32 ---> 84194bb0a3d8 20:53:32 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 20:53:32 ---> ba3cc32386b1 20:53:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:53:32 ---> 71681a9d6544 20:53:32 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:53:32 ---> 788f992e5682 20:53:32 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 20:53:33 ---> c1d2af6d940c 20:53:33 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:53:33 Removing intermediate container 44b2b3444956 20:53:33 ---> 2e70ea83ae87 20:53:33 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 20:53:33 ---> Running in 4be342bcdefc 20:53:33 ---> Running in 269a997dc8d2 20:53:33 ---> Running in 19c41036656b 20:53:33 ---> e33e1486a4d7 20:53:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:53:33 Removing intermediate container 19c41036656b 20:53:33 ---> ab027eb3b731 20:53:33 Step 19/21 : LABEL arch=x86_64 20:53:33 ---> 90a12065da58 20:53:33 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:53:33 ---> Running in f9658e134993 20:53:33 ---> Running in ddd63e1f303b 20:53:33 Removing intermediate container f9658e134993 20:53:33 ---> 3292ffce7d1c 20:53:33 Step 20/21 : LABEL git_sha=9f954c887e585364eb3ec2c8958f53218aeb4f99 20:53:33 Removing intermediate container 44e5e1339f94 20:53:33 ---> 031433478512 20:53:33 Step 7/19 : COPY . . 20:53:33 ---> Running in 8b317058751b 20:53:33 Removing intermediate container ddd63e1f303b 20:53:33 ---> d6fd865a2d73 20:53:33 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:53:33 ---> Running in 38fb52013763 20:53:34 Removing intermediate container 8b317058751b 20:53:34 ---> 24dc5f71962b 20:53:34 Step 21/21 : LABEL version=0.0.0 20:53:34 ---> Running in 01f0553458b1 20:53:34 Removing intermediate container 38fb52013763 20:53:34 ---> 3db697922d5c 20:53:34 Step 20/22 : LABEL arch=x86_64 20:53:34 ---> Running in 75f6e6f14b9b 20:53:34 Removing intermediate container 4be342bcdefc 20:53:34 ---> 28b71b3af4a7 20:53:34 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 20:53:34 Removing intermediate container 269a997dc8d2 20:53:34 ---> 08add262c766 20:53:34 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:53:34 Removing intermediate container 01f0553458b1 20:53:34 ---> aeda5558f8fc 20:53:34 20:53:34 Successfully built aeda5558f8fc 20:53:34 Removing intermediate container 75f6e6f14b9b 20:53:34 ---> 63c99cfd3662 20:53:34 Step 21/22 : LABEL git_sha=9f954c887e585364eb3ec2c8958f53218aeb4f99 20:53:35 Successfully tagged security-proxy-setup:latest 20:53:35 Building support-scheduler 20:53:35  Building security-proxy-setup ... done  ---> Running in 31c96dbc225b 20:53:35 ---> 66a28d7fa871 20:53:35 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:53:35 ---> Running in 095135f56398 20:53:35 Removing intermediate container 31c96dbc225b 20:53:35 ---> 0f61c5f10c01 20:53:35 Step 22/24 : LABEL arch=x86_64 20:53:36 Removing intermediate container 095135f56398 20:53:36 ---> 316dbffb112b 20:53:36 Step 22/22 : LABEL version=0.0.0 20:53:36 ---> 8df741505dd0 20:53:36 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:53:36 ---> Running in 802ff8678bd6 20:53:36 ---> Running in b9909923e58a 20:53:36 Removing intermediate container 802ff8678bd6 20:53:36 ---> 969d499ef819 20:53:36 Step 23/24 : LABEL git_sha=9f954c887e585364eb3ec2c8958f53218aeb4f99 20:53:36 Removing intermediate container b9909923e58a 20:53:36 ---> c3f6fb9e750f 20:53:36 20:53:36 ---> 5583940307df 20:53:36 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:53:36 Successfully built c3f6fb9e750f 20:53:36 Successfully tagged support-notifications:latest 20:53:36  Building support-notifications ... done Building core-data 20:53:36 ---> Running in 9adc9d3c8a1b 20:53:37 ---> 04257c6b8024 20:53:37 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 20:53:37 Removing intermediate container 9adc9d3c8a1b 20:53:37 ---> fec953416e48 20:53:37 Step 24/24 : LABEL version=0.0.0 20:53:37 ---> 10758d5a97d1 20:53:37 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:53:37 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:53:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:53:37 ---> d63f3b0f2eb3 20:53:37 Step 3/22 : ARG ADD_BUILD_TAGS="" 20:53:37 ---> Using cache 20:53:37 ---> 1e3465b83e1f 20:53:37 Step 4/22 : WORKDIR /edgex-go 20:53:37 ---> Using cache 20:53:37 ---> 2b9fc79fdd4b 20:53:37 Step 5/22 : RUN apk add --update --no-cache make git 20:53:37 ---> 46e7bbafa3a5 20:53:37 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 20:53:37 ---> Running in 60dbbc27b66d 20:53:38 ---> Running in fbdfb79a77e4 20:53:38 ---> Running in 073e840afb14 20:53:38 Removing intermediate container 60dbbc27b66d 20:53:38 ---> fd5e2a628ad8 20:53:38 20:53:38 Successfully built fd5e2a628ad8 20:53:38 Successfully tagged security-secretstore-setup:latest 20:53:38 Building core-command 20:53:38  Building security-secretstore-setup ... done  ---> 3e35f24318d1 20:53:38 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:53:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:53:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:53:38 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 20:53:38 OK: 211 MiB in 51 packages 20:53:39 ---> 76d28165260a 20:53:39 Step 27/32 : RUN chmod +x /entrypoint.sh 20:53:39 ---> Running in 41cece0ce6cf 20:53:40 Removing intermediate container 073e840afb14 20:53:40 ---> 743b342db596 20:53:40 Step 6/22 : COPY go.mod vendor* ./ 20:53:40 ---> 375788b7ab18 20:53:40 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:53:40 ---> Running in 4bb604b1f5fb 20:53:40 Removing intermediate container 41cece0ce6cf 20:53:40 ---> f7d03baa9342 20:53:40 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 20:53:41 ---> Running in a1c86844460a 20:53:41 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:53:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:53:41 ---> d63f3b0f2eb3 20:53:41 Step 3/22 : ARG ADD_BUILD_TAGS="" 20:53:41 ---> Using cache 20:53:41 ---> 1e3465b83e1f 20:53:41 Step 4/22 : WORKDIR /edgex-go 20:53:41 ---> Using cache 20:53:41 ---> 2b9fc79fdd4b 20:53:41 Step 5/22 : RUN apk add --update --no-cache make git 20:53:41 ---> Using cache 20:53:41 ---> 743b342db596 20:53:41 Step 6/22 : COPY go.mod vendor* ./ 20:53:41 ---> Using cache 20:53:41 ---> 375788b7ab18 20:53:41 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:53:41 ---> Running in 8113fc0ef670 20:53:41 Removing intermediate container a1c86844460a 20:53:41 ---> 6aa14ef64a03 20:53:41 Step 29/32 : CMD ["gate"] 20:53:41 ---> Running in 461429c97566 20:53:41 Removing intermediate container 461429c97566 20:53:41 ---> a1e61d838f47 20:53:41 Step 30/32 : LABEL arch=x86_64 20:53:42 ---> Running in 7b44cb24ccac 20:53:42 Removing intermediate container 7b44cb24ccac 20:53:42 ---> f9329158aa2f 20:53:42 Step 31/32 : LABEL git_sha=9f954c887e585364eb3ec2c8958f53218aeb4f99 20:53:42 ---> Running in b992fe4b432d 20:53:43 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:53:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:53:43 ---> d63f3b0f2eb3 20:53:43 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:53:43 ---> Using cache 20:53:43 ---> 1e3465b83e1f 20:53:43 Step 4/23 : WORKDIR /edgex-go 20:53:43 ---> Using cache 20:53:43 ---> 2b9fc79fdd4b 20:53:43 Step 5/23 : RUN apk add --update --no-cache make git 20:53:43 ---> Using cache 20:53:43 ---> 743b342db596 20:53:43 Step 6/23 : COPY go.mod vendor* ./ 20:53:43 ---> Using cache 20:53:43 ---> 375788b7ab18 20:53:43 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:53:43 Removing intermediate container b992fe4b432d 20:53:43 ---> 5355c15957cb 20:53:43 Step 32/32 : LABEL version=0.0.0 20:53:43 ---> Running in a6606dbc4211 20:53:43 ---> Running in dcdc5c629849 20:53:43 Removing intermediate container dcdc5c629849 20:53:43 ---> 13b564a9cde1 20:53:43 20:53:43 Successfully built 13b564a9cde1 20:53:43 Successfully tagged security-bootstrapper:latest 20:53:43 Building security-spire-config 20:53:46  Building security-bootstrapper ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:53:46 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:53:46 ---> d63f3b0f2eb3 20:53:46 Step 3/24 : WORKDIR /edgex-go 20:53:46 ---> Using cache 20:53:46 ---> 6c69bf6d1f0a 20:53:46 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 20:53:46 ---> Using cache 20:53:46 ---> 898113a72936 20:53:46 Step 5/24 : COPY go.mod vendor* ./ 20:53:46 ---> Using cache 20:53:46 ---> 40e02ec3c462 20:53:46 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:53:46 ---> Using cache 20:53:46 ---> d9febe2a7bfe 20:53:46 Step 7/24 : COPY . . 20:53:46 ---> Using cache 20:53:46 ---> 1880fcbb382e 20:53:46 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 20:53:46 ---> Using cache 20:53:46 ---> d7d8e9ae03a6 20:53:46 Step 9/24 : WORKDIR /edgex-go/spire-build 20:53:46 ---> Using cache 20:53:46 ---> f108cba465e9 20:53:46 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 20:53:46 ---> Using cache 20:53:46 ---> f5346ed3c8f6 20:53:46 Step 11/24 : WORKDIR /edgex-go 20:53:46 ---> Using cache 20:53:46 ---> 5b947c0ab3b4 20:53:46 20:53:46 Step 12/24 : FROM alpine:3.15 20:53:46 ---> c4fc93816858 20:53:46 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:53:46 ---> Using cache 20:53:46 ---> a3dd8d07c180 20:53:46 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 20:53:47 ---> Running in ae8ba3d65edc 20:53:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:53:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:53:47 v3.15.6-263-g7c8ce57c5e [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 20:53:47 v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 20:53:47 OK: 15859 distinct packages available 20:53:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:53:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:53:48 (1/4) Installing dumb-init (1.2.5-r1) 20:53:48 (2/4) Installing musl-obstack (1.2.3-r0) 20:53:48 (3/4) Installing libucontext (1.1-r0) 20:53:48 (4/4) Installing gcompat (1.0.0-r4) 20:53:48 Executing busybox-1.34.1-r7.trigger 20:53:48 OK: 6 MiB in 18 packages 20:53:48 Removing intermediate container ae8ba3d65edc 20:53:48 ---> cba3ef48544d 20:53:48 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:53:50 ---> bf9447166b00 20:53:50 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:53:51 ---> a4fa61c1a4eb 20:53:51 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 20:53:51 ---> Running in a13d6b358845 20:53:52 Removing intermediate container a13d6b358845 20:53:52 ---> dab253e0db7b 20:53:52 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:53:54 ---> 427a18836daf 20:53:54 Step 19/24 : WORKDIR / 20:53:54 ---> Running in cfbffe4805b9 20:53:55 Removing intermediate container cfbffe4805b9 20:53:55 ---> 5d9e6fab1712 20:53:55 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:53:56 ---> Running in e7b731a7d094 20:53:56 Removing intermediate container e7b731a7d094 20:53:56 ---> 5000558cf5f5 20:53:56 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:53:57 ---> Running in 97961cb3ffa4 20:53:57 Removing intermediate container 97961cb3ffa4 20:53:57 ---> 80ee599adf7d 20:53:57 Step 22/24 : LABEL arch=x86_64 20:53:58 ---> Running in 35171e2f10b4 20:53:59 Removing intermediate container 35171e2f10b4 20:53:59 ---> 77bfd468ee47 20:53:59 Step 23/24 : LABEL git_sha=9f954c887e585364eb3ec2c8958f53218aeb4f99 20:54:00 Removing intermediate container fbdfb79a77e4 20:54:00 ---> 57bf70057098 20:54:00 20:54:00 Step 9/19 : FROM alpine:3.15 20:54:00 ---> c4fc93816858 20:54:00 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:54:00 ---> Using cache 20:54:00 ---> a3dd8d07c180 20:54:00 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:54:01 ---> Running in 1a31768afd82 20:54:01 ---> Running in 85812763efe2 20:54:01 Removing intermediate container 1a31768afd82 20:54:01 ---> 6716124d0636 20:54:01 Step 24/24 : LABEL version=0.0.0 20:54:01 ---> Running in 31fd73297306 20:54:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:54:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:54:02 Removing intermediate container 4bb604b1f5fb 20:54:02 ---> 0878531f4bcc 20:54:02 Step 8/22 : COPY . . 20:54:02 Removing intermediate container 31fd73297306 20:54:02 ---> 19e3792148e8 20:54:02 20:54:02 v3.15.6-263-g7c8ce57c5e [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 20:54:02 v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 20:54:02 OK: 15859 distinct packages available 20:54:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:54:02 Successfully built 19e3792148e8 20:54:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:54:02 (1/9) Installing ca-certificates (20220614-r0) 20:54:02 (2/9) Installing brotli-libs (1.0.9-r5) 20:54:02 (3/9) Installing nghttp2-libs (1.46.0-r0) 20:54:02 (4/9) Installing libcurl (7.80.0-r5) 20:54:02 Successfully tagged security-spire-config:latest 20:54:02 (5/9) Installing curl (7.80.0-r5) 20:54:02 (6/9) Installing dumb-init (1.2.5-r1) 20:54:02 Building security-spire-server 20:54:02  Building security-spire-config ... done (7/9) Installing musl-obstack (1.2.3-r0) 20:54:02 (8/9) Installing libucontext (1.1-r0) 20:54:02 (9/9) Installing gcompat (1.0.0-r4) 20:54:02 Executing busybox-1.34.1-r7.trigger 20:54:02 Executing ca-certificates-20220614-r0.trigger 20:54:02 OK: 8 MiB in 23 packages 20:54:03 Removing intermediate container 8113fc0ef670 20:54:03 ---> cc289fa3788f 20:54:03 Step 8/22 : COPY . . 20:54:04 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:54:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:54:04 ---> d63f3b0f2eb3 20:54:04 Step 3/23 : WORKDIR /edgex-go 20:54:04 ---> Using cache 20:54:04 ---> 6c69bf6d1f0a 20:54:04 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 20:54:04 ---> Using cache 20:54:04 ---> 898113a72936 20:54:04 Step 5/23 : COPY go.mod vendor* ./ 20:54:04 ---> Using cache 20:54:04 ---> 40e02ec3c462 20:54:04 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:54:04 ---> Using cache 20:54:04 ---> d9febe2a7bfe 20:54:04 Step 7/23 : COPY . . 20:54:04 ---> Using cache 20:54:04 ---> 1880fcbb382e 20:54:04 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 20:54:04 ---> Using cache 20:54:04 ---> d7d8e9ae03a6 20:54:04 Step 9/23 : WORKDIR /edgex-go/spire-build 20:54:04 ---> Using cache 20:54:04 ---> f108cba465e9 20:54:04 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 20:54:06 ---> Running in c2d4a79c9f41 20:54:06 ---> 87102c6f4092 20:54:06 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:54:06 ---> eab71d2efc13 20:54:06 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 20:54:07 ---> Running in 9137b8023793 20:54:07 ---> Running in ad0ffd7b0e20 20:54:07 Removing intermediate container 85812763efe2 20:54:07 ---> 6ead7d8409dd 20:54:07 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 20:54:07 ---> 68b8f55b2bcd 20:54:07 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:54:07 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:54:07 Removing intermediate container a6606dbc4211 20:54:07 ---> 6027f9062fc2 20:54:07 Step 8/23 : COPY . . 20:54:07 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 20:54:08 Removing intermediate container c2d4a79c9f41 20:54:08 ---> 4dd1cc7769a1 20:54:08 Step 11/23 : WORKDIR /edgex-go 20:54:08 ---> 86f694ebaa94 20:54:08 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 20:54:09 ---> Running in ecc9f7bda73c 20:54:09 ---> 9923b855be16 20:54:09 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 20:54:09 Removing intermediate container ecc9f7bda73c 20:54:09 ---> ef8bae57acda 20:54:09 20:54:09 Step 12/23 : FROM alpine:3.15 20:54:09 ---> c4fc93816858 20:54:09 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:54:09 ---> Using cache 20:54:09 ---> a3dd8d07c180 20:54:09 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:54:09 ---> Using cache 20:54:09 ---> e8e96a464a68 20:54:09 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:54:09 ---> Running in 99416fde35ff 20:54:09 Removing intermediate container 99416fde35ff 20:54:09 ---> 35e0ded71e26 20:54:09 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:54:09 ---> Running in f3510243be52 20:54:09 Removing intermediate container f3510243be52 20:54:09 ---> 66e056ee76b4 20:54:09 Step 17/19 : LABEL arch=x86_64 20:54:09 ---> Running in 188f2df1404c 20:54:10 Removing intermediate container 188f2df1404c 20:54:10 ---> d65feef0f5ec 20:54:10 Step 18/19 : LABEL git_sha=9f954c887e585364eb3ec2c8958f53218aeb4f99 20:54:10 ---> Running in f2a80fbc304d 20:54:10 Removing intermediate container f2a80fbc304d 20:54:10 ---> 380a6103fcec 20:54:10 Step 19/19 : LABEL version=0.0.0 20:54:10 ---> Running in 8302605aafce 20:54:10 Removing intermediate container 8302605aafce 20:54:10 ---> 56b84bd2c067 20:54:10 20:54:10 Successfully built 56b84bd2c067 20:54:10 Successfully tagged security-spiffe-token-provider:latest 20:54:10 Building core-metadata 20:54:12  Building security-spiffe-token-provider ... done  ---> 14913f8f1f2a 20:54:12 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:54:12 ---> 20f5ed85e36e 20:54:12 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 20:54:12 ---> Running in 271b70792a1b 20:54:12 ---> 24afc581e8a4 20:54:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:54:13 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 20:54:13 ---> b4680be6bb44 20:54:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:54:14 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:54:14 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:54:14 ---> d63f3b0f2eb3 20:54:14 Step 3/24 : ARG ADD_BUILD_TAGS="" 20:54:14 ---> Using cache 20:54:14 ---> 1e3465b83e1f 20:54:14 Step 4/24 : WORKDIR /edgex-go 20:54:14 ---> Using cache 20:54:14 ---> 2b9fc79fdd4b 20:54:14 Step 5/24 : RUN apk add --update --no-cache make git 20:54:14 ---> Using cache 20:54:14 ---> 743b342db596 20:54:14 Step 6/24 : COPY go.mod vendor* ./ 20:54:14 ---> Using cache 20:54:14 ---> 375788b7ab18 20:54:14 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:54:14 ---> Using cache 20:54:14 ---> 6027f9062fc2 20:54:14 Step 8/24 : COPY . . 20:54:14 ---> Using cache 20:54:14 ---> 20f5ed85e36e 20:54:14 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 20:54:14 ---> 70263f0574dc 20:54:14 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:54:15 ---> Running in 3efc6b7fed3d 20:54:15 ---> Running in 2d70c26fe33d 20:54:15 Removing intermediate container 2d70c26fe33d 20:54:15 ---> 7546c5eb13c1 20:54:15 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:54:15 ---> Running in ba6fc23566cd 20:54:15 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:54:15 Removing intermediate container ba6fc23566cd 20:54:15 ---> 7fd083691d28 20:54:15 Step 21/23 : LABEL arch=x86_64 20:54:16 ---> Running in 4f00891ec249 20:54:16 Removing intermediate container 4f00891ec249 20:54:16 ---> 9a21d7f08cbb 20:54:16 Step 22/23 : LABEL git_sha=9f954c887e585364eb3ec2c8958f53218aeb4f99 20:54:16 ---> Running in 76b2e6e08282 20:54:16 Running on prd-ubuntu20.04-docker-arm64-4c-16g-2798 in /w/workspace/edgexfoundry_edgex-go_PR-4291 [Pipeline] { [Pipeline] ws 20:54:16 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 20:54:16 The recommended git tool is: git 20:54:16 Removing intermediate container 76b2e6e08282 20:54:16 ---> 6b0520f74cbe 20:54:16 Step 23/23 : LABEL version=0.0.0 20:54:16 ---> Running in 3289f1ed95f7 20:54:17 Removing intermediate container 3289f1ed95f7 20:54:17 ---> f1912a4f945c 20:54:17 20:54:17 Successfully built f1912a4f945c 20:54:17 Successfully tagged security-spire-server:latest 20:54:22 using credential edgex-jenkins-ssh 20:54:22 Cloning the remote Git repository 20:54:22 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:54:22 > git init /w/workspace/edgex-go/1 # timeout=10 20:54:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:54:23 > git --version # timeout=10 20:54:23 > git --version # 'git version 2.25.1' 20:54:23 using GIT_SSH to set credentials SSH Credentials for GitHub 20:54:23 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:54:39  Building security-spire-server ... done Removing intermediate container ad0ffd7b0e20 20:54:39 ---> 42e123bb9ca6 20:54:39 20:54:39 Step 10/22 : FROM alpine:3.16 20:54:39 ---> bfe296a52501 20:54:39 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:54:39 ---> Running in 54180a30b2c9 20:54:39 Removing intermediate container 54180a30b2c9 20:54:39 ---> 6c58ea9ea4b7 20:54:39 Step 12/22 : ENV APP_PORT=59880 20:54:39 ---> Running in e47121cd0c19 20:54:39 Removing intermediate container e47121cd0c19 20:54:39 ---> 33682058179b 20:54:39 Step 13/22 : EXPOSE $APP_PORT 20:54:39 ---> Running in 3c73b8bb8405 20:54:39 Removing intermediate container 3c73b8bb8405 20:54:39 ---> 3df9c2ee3d87 20:54:39 Step 14/22 : RUN apk add --update --no-cache dumb-init 20:54:39 ---> Running in 805a16c13e66 20:54:39 Removing intermediate container 271b70792a1b 20:54:39 ---> 96862f1aafb6 20:54:39 20:54:39 Step 10/23 : FROM alpine:3.16 20:54:39 ---> bfe296a52501 20:54:39 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:54:39 Removing intermediate container 9137b8023793 20:54:39 ---> 6a7c1a825c76 20:54:39 20:54:39 Step 10/22 : FROM alpine:3.16 20:54:39 ---> bfe296a52501 20:54:39 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:54:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:54:40 ---> Running in c1074835f06e 20:54:40 ---> Running in 4bfde02491e9 20:54:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:54:40 (1/1) Installing dumb-init (1.2.5-r1) 20:54:40 Executing busybox-1.35.0-r17.trigger 20:54:40 OK: 6 MiB in 15 packages 20:54:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:54:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:54:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:54:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:54:41 (1/1) Installing dumb-init (1.2.5-r1) 20:54:41 Executing busybox-1.35.0-r17.trigger 20:54:41 OK: 6 MiB in 15 packages 20:54:41 (1/1) Installing dumb-init (1.2.5-r1) 20:54:41 Executing busybox-1.35.0-r17.trigger 20:54:41 OK: 6 MiB in 15 packages 20:54:41 Removing intermediate container 3efc6b7fed3d 20:54:41 ---> 7b5acf066352 20:54:41 20:54:41 Step 10/24 : FROM alpine:3.16 20:54:41 ---> bfe296a52501 20:54:41 Step 11/24 : RUN apk add --update --no-cache dumb-init 20:54:41 Removing intermediate container 805a16c13e66 20:54:41 ---> 4a24c9627cf0 20:54:41 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:54:41 ---> Running in c6921733d28b 20:54:41 Removing intermediate container 4bfde02491e9 20:54:41 ---> 2375986bc97d 20:54:41 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:54:41 Removing intermediate container c1074835f06e 20:54:41 ---> c07a7b9592a6 20:54:41 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:54:41 ---> Running in f6c00d6b0522 20:54:42 ---> 9ac88e1e9b7d 20:54:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:54:42 ---> Running in 34b1833a58f9 20:54:42 Removing intermediate container f6c00d6b0522 20:54:42 ---> d49a798400ab 20:54:42 Step 13/22 : ENV APP_PORT=59861 20:54:42 ---> Running in a7d2e5a7baee 20:54:42 Removing intermediate container 34b1833a58f9 20:54:42 ---> a350c4d17286 20:54:42 Step 13/23 : ENV APP_PORT=59882 20:54:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:54:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:54:42 ---> Running in df0febce2647 20:54:42 Removing intermediate container a7d2e5a7baee 20:54:42 ---> cc5f196be4b9 20:54:42 Step 14/22 : EXPOSE $APP_PORT 20:54:42 ---> Running in 18e0fa963df9 20:54:42 ---> 535e075f6814 20:54:42 Removing intermediate container df0febce2647 20:54:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml ---> 254359606dab 20:54:42 20:54:42 Step 14/23 : EXPOSE $APP_PORT 20:54:42 (1/1) Installing dumb-init (1.2.5-r1) 20:54:42 Executing busybox-1.35.0-r17.trigger 20:54:42 OK: 6 MiB in 15 packages 20:54:42 ---> Running in 87d89e2803ba 20:54:42 Removing intermediate container 18e0fa963df9 20:54:42 ---> 3e8f8cfb8651 20:54:42 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:54:42 ---> 88f826d33b74 20:54:42 Step 18/22 : ENTRYPOINT ["/core-data"] 20:54:42 ---> Running in 0942d64f5b46 20:54:42 Removing intermediate container 87d89e2803ba 20:54:42 ---> 72e6dcc1463c 20:54:42 Step 15/23 : WORKDIR / 20:54:42 ---> 44ec76976456 20:54:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:54:42 Removing intermediate container 0942d64f5b46 20:54:42 ---> 5bba63372403 20:54:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:54:42 ---> Running in 8f69cb481cd3 20:54:42 ---> Running in 7b1eef043e9e 20:54:42 Removing intermediate container 8f69cb481cd3 20:54:42 ---> fd1d1336a697 20:54:42 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:54:42 Removing intermediate container c6921733d28b 20:54:42 ---> 851b6039c34b 20:54:42 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:54:42 ---> Running in 838259afe316 20:54:42 Removing intermediate container 7b1eef043e9e 20:54:42 ---> a3cb2c2ca3e0 20:54:42 Step 20/22 : LABEL arch=x86_64 20:54:43 ---> 233d6e430bef 20:54:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:54:43 ---> Running in cce454318150 20:54:43 Removing intermediate container 838259afe316 20:54:43 ---> 43b0c96ba5bb 20:54:43 Step 13/24 : ENV APP_PORT=59881 20:54:43 ---> Running in 506d36399822 20:54:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:54:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:54:43 Removing intermediate container cce454318150 20:54:43 ---> eb0154280071 20:54:43 Step 21/22 : LABEL git_sha=9f954c887e585364eb3ec2c8958f53218aeb4f99 20:54:43 ---> a289d4273656 20:54:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:54:43 Removing intermediate container 506d36399822 20:54:43 ---> 5d1f653c005c 20:54:43 Step 14/24 : EXPOSE $APP_PORT 20:54:43 ---> Running in 7a7bfbe0ce44 20:54:43 ---> Running in a452f61c6935 20:54:43 ---> d6acfd4d6ee0 20:54:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:54:43 ---> b1765861d37c 20:54:43 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:54:43 Removing intermediate container 7a7bfbe0ce44 20:54:43 ---> 1f4040dd1bd6 20:54:43 Step 22/22 : LABEL version=0.0.0 20:54:43 Removing intermediate container a452f61c6935 20:54:43 ---> fb352482e9da 20:54:43 Step 15/24 : WORKDIR / 20:54:43 ---> Running in 7b056cced410 20:54:43 ---> Running in 247f566b8974 20:54:43 ---> Running in 4dfd3ab3e218 20:54:43 ---> c125af1e2a98 20:54:43 Step 19/23 : ENTRYPOINT ["/core-command"] 20:54:43 ---> Running in 49ce808c8912 20:54:43 Removing intermediate container 7b056cced410 20:54:43 ---> d8adf56af238 20:54:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:54:43 Removing intermediate container 4dfd3ab3e218 20:54:43 ---> 685915041fdc 20:54:43 20:54:43 Removing intermediate container 247f566b8974 20:54:43 ---> c47541b6fbc3 20:54:43 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:54:43 ---> Running in 7cb056d93aef 20:54:43 Removing intermediate container 49ce808c8912 20:54:43 ---> 62216ef73dce 20:54:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:54:43 ---> Running in fee58077fb90 20:54:43 Successfully built 685915041fdc 20:54:43 Successfully tagged core-data:latest 20:54:43  Building core-data ... done Removing intermediate container 7cb056d93aef 20:54:43 ---> bd4f16a3f371 20:54:43 Step 20/22 : LABEL arch=x86_64 20:54:44 ---> e35fea44ef4c 20:54:44 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:54:44 ---> Running in 7deeddd49682 20:54:44 Removing intermediate container fee58077fb90 20:54:44 ---> 3d4f89dde725 20:54:44 Step 21/23 : LABEL arch=x86_64 20:54:44 ---> Running in 6e857ec35b74 20:54:44 Removing intermediate container 7deeddd49682 20:54:44 ---> 2f70f95ed742 20:54:44 Step 21/22 : LABEL git_sha=9f954c887e585364eb3ec2c8958f53218aeb4f99 20:54:44 ---> Running in 198099ff4f3d 20:54:44 Removing intermediate container 6e857ec35b74 20:54:44 ---> 539409c50723 20:54:44 Step 22/23 : LABEL git_sha=9f954c887e585364eb3ec2c8958f53218aeb4f99 20:54:44 ---> Running in 9258b70b0d9f 20:54:44 Removing intermediate container 198099ff4f3d 20:54:44 ---> 6acc52ebca79 20:54:44 Step 22/22 : LABEL version=0.0.0 20:54:44 ---> Running in 96481d44ddf0 20:54:44 Removing intermediate container 9258b70b0d9f 20:54:44 ---> 81066e6d3521 20:54:44 Step 23/23 : LABEL version=0.0.0 20:54:44 ---> 4102bad4df02 20:54:44 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:54:44 ---> Running in 806dd1735b17 20:54:44 Removing intermediate container 96481d44ddf0 20:54:44 ---> 05c54baf73af 20:54:44 20:54:44 Successfully built 05c54baf73af 20:54:44 Successfully tagged support-scheduler:latest 20:54:44  Building support-scheduler ... done Removing intermediate container 806dd1735b17 20:54:44 ---> 25617c44e873 20:54:44 20:54:44 ---> 57f57f8c8abe 20:54:44 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 20:54:44 Successfully built 25617c44e873 20:54:44 Successfully tagged core-command:latest 20:54:44 Merging remotes/origin/main commit 81801e3d83727a95447f456a5df1a63b0188c95d into PR head commit 9f954c887e585364eb3ec2c8958f53218aeb4f99 [Pipeline] } [Pipeline] // ws [Pipeline] } 20:54:44  Building core-command ... done  ---> d8c2f1b13e37 20:54:44 Step 20/24 : ENTRYPOINT ["/core-metadata"] 20:54:44 ---> Running in a7c9f18308a2 20:54:44 Removing intermediate container a7c9f18308a2 20:54:44 ---> 9306d592c053 20:54:44 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:54:44 ---> Running in 2ca170ef91e3 [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 20:54:45 Failed in branch arm64 20:54:45 Removing intermediate container 2ca170ef91e3 20:54:45 ---> 199a6a0904ab 20:54:45 Step 22/24 : LABEL arch=x86_64 20:54:45 ---> Running in 0e73ecb7a69b 20:54:45 Removing intermediate container 0e73ecb7a69b 20:54:45 ---> fae230efbbe0 20:54:45 Step 23/24 : LABEL git_sha=9f954c887e585364eb3ec2c8958f53218aeb4f99 20:54:45 ---> Running in 49935ce44419 20:54:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:54:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:54:43 using GIT_SSH to set credentials SSH Credentials for GitHub 20:54:43 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4291/head:refs/remotes/origin/PR-4291 +refs/heads/main:refs/remotes/origin/main # timeout=10 20:54:44 > git config core.sparsecheckout # timeout=10 20:54:44 > git checkout -f 9f954c887e585364eb3ec2c8958f53218aeb4f99 # timeout=10 20:54:45 Removing intermediate container 49935ce44419 20:54:45 ---> 6a71e0b21802 20:54:45 Step 24/24 : LABEL version=0.0.0 20:54:45 ---> Running in f5b8a6136a0a 20:54:45 Removing intermediate container f5b8a6136a0a 20:54:45 ---> 9bc387ba5ca6 20:54:45 20:54:45 Successfully built 9bc387ba5ca6 20:54:45 Successfully tagged core-metadata:latest 20:54:45  Building core-metadata ... done  [Pipeline] } 20:54:45 $ docker stop --time=1 9dda017f664af3e48e4c8935901d58eba96ca647d759fcb400ed8c4a3be5e8b0 20:54:46 $ docker rm -f --volumes 9dda017f664af3e48e4c8935901d58eba96ca647d759fcb400ed8c4a3be5e8b0 [Pipeline] // withDockerContainer [Pipeline] sh 20:54:47 + docker images 20:54:47 REPOSITORY TAG IMAGE ID CREATED SIZE 20:54:47 core-metadata latest 9bc387ba5ca6 2 seconds ago 18.5MB 20:54:47 core-command latest 25617c44e873 3 seconds ago 17.7MB 20:54:47 support-scheduler latest 05c54baf73af 3 seconds ago 30MB 20:54:47 core-data latest 685915041fdc 4 seconds ago 17.9MB 20:54:47 7b5acf066352 6 seconds ago 1.68GB 20:54:47 96862f1aafb6 8 seconds ago 1.67GB 20:54:47 6a7c1a825c76 8 seconds ago 1.74GB 20:54:47 42e123bb9ca6 11 seconds ago 1.68GB 20:54:47 security-spire-server latest f1912a4f945c 30 seconds ago 86.5MB 20:54:47 security-spiffe-token-provider latest 56b84bd2c067 37 seconds ago 29.8MB 20:54:47 ef8bae57acda 39 seconds ago 1.54GB 20:54:47 security-spire-config latest 19e3792148e8 46 seconds ago 85.8MB 20:54:47 57bf70057098 48 seconds ago 1.7GB 20:54:47 security-bootstrapper latest 13b564a9cde1 About a minute ago 20.3MB 20:54:47 security-secretstore-setup latest fd5e2a628ad8 About a minute ago 29.9MB 20:54:47 support-notifications latest c3f6fb9e750f About a minute ago 30.6MB 20:54:47 security-proxy-setup latest aeda5558f8fc About a minute ago 27.8MB 20:54:47 c51a2b9040ac About a minute ago 1.74GB 20:54:47 dca468874132 About a minute ago 1.66GB 20:54:47 d207978e13a5 About a minute ago 1.66GB 20:54:47 e51983ad7425 About a minute ago 1.66GB 20:54:47 security-spire-agent latest 7eee2c865518 About a minute ago 125MB 20:54:47 5b947c0ab3b4 About a minute ago 1.54GB 20:54:47 ci-base-image-x86_64 latest d63f3b0f2eb3 4 minutes ago 904MB 20:54:47 alpine 3.16 bfe296a52501 2 months ago 5.54MB 20:54:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 2 months ago 683MB 20:54:47 alpine 3.15 c4fc93816858 5 months ago 5.59MB 20:54:47 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 6 months ago 253MB 20:54:47 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 20:54:49 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 20:54:49 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:54:50 ---> package-listing.sh 20:54:50 ++ facter osfamily 20:54:50 ++ tr '[:upper:]' '[:lower:]' 20:54:50 + OS_FAMILY=debian 20:54:50 + workspace=/w/workspace/edgex-go/1 20:54:50 + START_PACKAGES=/tmp/packages_start.txt 20:54:50 + END_PACKAGES=/tmp/packages_end.txt 20:54:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:54:50 + PACKAGES=/tmp/packages_start.txt 20:54:50 + '[' /w/workspace/edgex-go/1 ']' 20:54:50 + PACKAGES=/tmp/packages_end.txt 20:54:50 + case "${OS_FAMILY}" in 20:54:50 + dpkg -l 20:54:50 + grep '^ii' 20:54:50 + '[' -f /tmp/packages_start.txt ']' 20:54:50 + '[' -f /tmp/packages_end.txt ']' 20:54:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:54:50 + '[' /w/workspace/edgex-go/1 ']' 20:54:50 + mkdir -p /w/workspace/edgex-go/1/archives/ 20:54:50 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 20:54:50 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:54:51 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:54:51 20:54:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:54:52 latest: Pulling from edgex-lftools-log-publisher 20:54:52 5eb5b503b376: Pulling fs layer 20:54:52 5c69ac0246d0: Pulling fs layer 20:54:52 ec43610c2a17: Pulling fs layer 20:54:52 3a2ae6a8a46f: Pulling fs layer 20:54:52 33b1e0a273af: Pulling fs layer 20:54:52 5d3b04190fa2: Pulling fs layer 20:54:52 2f39f015ded8: Pulling fs layer 20:54:52 3a2ae6a8a46f: Waiting 20:54:52 5d3b04190fa2: Waiting 20:54:52 33b1e0a273af: Waiting 20:54:52 2f39f015ded8: Waiting 20:54:52 5c69ac0246d0: Download complete 20:54:52 3a2ae6a8a46f: Download complete 20:54:52 33b1e0a273af: Verifying Checksum 20:54:52 33b1e0a273af: Download complete 20:54:52 5d3b04190fa2: Verifying Checksum 20:54:52 5d3b04190fa2: Download complete 20:54:52 ec43610c2a17: Verifying Checksum 20:54:52 ec43610c2a17: Download complete 20:54:52 5eb5b503b376: Verifying Checksum 20:54:52 5eb5b503b376: Download complete 20:54:53 2f39f015ded8: Download complete 20:54:53 5eb5b503b376: Pull complete 20:54:53 5c69ac0246d0: Pull complete 20:54:54 ec43610c2a17: Pull complete 20:54:54 3a2ae6a8a46f: Pull complete 20:54:54 33b1e0a273af: Pull complete 20:54:54 5d3b04190fa2: Pull complete 20:54:58 2f39f015ded8: Pull complete 20:54:58 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:54:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:54:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:54:58 prd-ubuntu20.04-docker-8c-8g-2793 does not seem to be running inside a container 20:54:58 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 20:55:01 $ docker top a3be1781694383f187b7b72085cb39e16819faf041b490101b32cc848a521188 -eo pid,comm [Pipeline] { [Pipeline] sh 20:55:01 + touch /tmp/pre-build-complete [Pipeline] sh 20:55:01 + mkdir -p /var/log/sysstat [Pipeline] sh 20:55:02 + ls /var/log/sa-host 20:55:02 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:55:02 provisioning config files... 20:55:02 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config14615766952520734759tmp [Pipeline] { [Pipeline] echo 20:55:02 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:55:02 ---> create-netrc.sh [Pipeline] } 20:55:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:55:03 ---> python-tools-install.sh [Pipeline] echo 20:55:03 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:55:03 ---> sudo-logs.sh 20:55:03 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:55:03 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:55:03 ---> job-cost.sh 20:55:03 lf-activate-venv: SKIPPING 20:55:03 INFO: No Stack... 20:55:04 INFO: Retrieving Pricing Info for: v3-standard-8 20:55:04 INFO: Archiving Costs [Pipeline] echo 20:55:04 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:55:05 ---> logs-deploy.sh 20:55:05 lf-activate-venv: SKIPPING 20:55:05 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4291/1 20:55:05 INFO: archiving workspace using pattern(s): 20:55:06 Archives upload complete. 20:55:06 INFO: archiving logs to Nexus