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 [2023-01-17T20:49:16.838Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-01-17T20:49:17.010Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-01-17T20:49:17.115Z] ========================================================= [2023-01-17T20:49:17.115Z] EdgeX Global Pipelines Version Info [2023-01-17T20:49:17.115Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-01-17T20:49:17.857Z] ------------------- [2023-01-17T20:49:17.857Z] stable info: [2023-01-17T20:49:17.857Z] ------------------- [2023-01-17T20:49:17.857Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-01-17T20:49:17.857Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-17T20:49:17.857Z] Message: update stable to v1.0.244 [2023-01-17T20:49:18.430Z] ------------------- [2023-01-17T20:49:18.430Z] experimental info: [2023-01-17T20:49:18.430Z] ------------------- [2023-01-17T20:49:18.430Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-01-17T20:49:18.430Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-17T20:49:18.430Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-01-17T20:49:18.719Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-01-17T20:49:18.755Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-01-17T20:49:18.790Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-01-17T20:49:18.825Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-01-17T20:49:18.865Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-01-17T20:49:18.901Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-01-17T20:49:18.938Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-01-17T20:49:18.973Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-01-17T20:49:19.012Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-01-17T20:49:19.051Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-01-17T20:49:19.091Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-01-17T20:49:19.129Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-01-17T20:49:19.170Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-01-17T20:49:19.209Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-01-17T20:49:19.253Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-01-17T20:49:19.293Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-01-17T20:49:19.331Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-01-17T20:49:19.371Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-01-17T20:49:19.410Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-01-17T20:49:19.452Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2023-01-17T20:49:19.492Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-01-17T20:49:19.529Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-01-17T20:49:19.569Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-01-17T20:49:19.607Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4291 [Pipeline] echo [2023-01-17T20:49:19.645Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4291 [Pipeline] echo [2023-01-17T20:49:19.688Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4291 [Pipeline] echo [2023-01-17T20:49:19.726Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9f954c887e585364eb3ec2c8958f53218aeb4f99 [Pipeline] echo [2023-01-17T20:49:19.766Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9f954c8 [Pipeline] echo [2023-01-17T20:49:19.812Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-17T20:49:19.928Z] provisioning config files... [2023-01-17T20:49:19.940Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config5693858513853342458tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-17T20:49:20.284Z] ---> docker-login.sh [2023-01-17T20:49:20.284Z] nexus3.edgexfoundry.org:10001 [2023-01-17T20:49:20.542Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T20:49:20.542Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T20:49:20.542Z] Configure a credential helper to remove this warning. See [2023-01-17T20:49:20.542Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T20:49:20.542Z] [2023-01-17T20:49:20.542Z] Login Succeeded [2023-01-17T20:49:20.542Z] nexus3.edgexfoundry.org:10002 [2023-01-17T20:49:20.542Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T20:49:20.542Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T20:49:20.542Z] Configure a credential helper to remove this warning. See [2023-01-17T20:49:20.542Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T20:49:20.542Z] [2023-01-17T20:49:20.542Z] Login Succeeded [2023-01-17T20:49:20.542Z] nexus3.edgexfoundry.org:10003 [2023-01-17T20:49:20.802Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T20:49:20.802Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T20:49:20.802Z] Configure a credential helper to remove this warning. See [2023-01-17T20:49:20.802Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T20:49:20.802Z] [2023-01-17T20:49:20.802Z] Login Succeeded [2023-01-17T20:49:20.802Z] nexus3.edgexfoundry.org:10004 [2023-01-17T20:49:20.802Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T20:49:20.802Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T20:49:20.802Z] Configure a credential helper to remove this warning. See [2023-01-17T20:49:20.802Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T20:49:20.802Z] [2023-01-17T20:49:20.802Z] Login Succeeded [2023-01-17T20:49:20.802Z] docker.io [2023-01-17T20:49:20.802Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T20:49:21.063Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T20:49:21.063Z] Configure a credential helper to remove this warning. See [2023-01-17T20:49:21.063Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T20:49:21.063Z] [2023-01-17T20:49:21.063Z] Login Succeeded [2023-01-17T20:49:21.063Z] ---> docker-login.sh ends [Pipeline] } [2023-01-17T20:49:21.090Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-17T20:49:21.512Z] + 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 [2023-01-17T20:49:21.512Z] + dirname cmd/core-command/Dockerfile [2023-01-17T20:49:21.512Z] + cut -d/ -f2 [2023-01-17T20:49:21.512Z] + echo core-command,cmd/core-command/Dockerfile [2023-01-17T20:49:21.512Z] + dirname cmd/core-data/Dockerfile [2023-01-17T20:49:21.512Z] + cut -d/ -f2 [2023-01-17T20:49:21.512Z] + echo core-data,cmd/core-data/Dockerfile [2023-01-17T20:49:21.512Z] + dirname cmd/core-metadata/Dockerfile [2023-01-17T20:49:21.512Z] + cut -d/ -f2 [2023-01-17T20:49:21.512Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-01-17T20:49:21.512Z] + + cut -d/ -f2 [2023-01-17T20:49:21.512Z] dirname cmd/security-bootstrapper/Dockerfile [2023-01-17T20:49:21.512Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-01-17T20:49:21.512Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-01-17T20:49:21.512Z] + cut -d/ -f2 [2023-01-17T20:49:21.512Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-01-17T20:49:21.512Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-01-17T20:49:21.512Z] + cut -d/ -f2 [2023-01-17T20:49:21.512Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-01-17T20:49:21.512Z] + dirname+ cmd/security-spiffe-token-provider/Dockerfile [2023-01-17T20:49:21.512Z] cut -d/ -f2 [2023-01-17T20:49:21.512Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-01-17T20:49:21.512Z] + dirname cmd/security-spire-agent/Dockerfile [2023-01-17T20:49:21.512Z] + cut -d/ -f2 [2023-01-17T20:49:21.512Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-01-17T20:49:21.512Z] + dirname cmd/security-spire-config/Dockerfile [2023-01-17T20:49:21.512Z] + cut -d/ -f2 [2023-01-17T20:49:21.512Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-01-17T20:49:21.512Z] + dirname cmd/security-spire-server/Dockerfile [2023-01-17T20:49:21.512Z] + cut -d/ -f2 [2023-01-17T20:49:21.512Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-01-17T20:49:21.512Z] + dirname cmd/support-notifications/Dockerfile [2023-01-17T20:49:21.512Z] + cut -d/ -f2 [2023-01-17T20:49:21.512Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-01-17T20:49:21.512Z] + dirname cmd/support-scheduler/Dockerfile [2023-01-17T20:49:21.512Z] + cut -d/ -f2 [2023-01-17T20:49:21.512Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-01-17T20:49:21.555Z] 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 [2023-01-17T20:49:22.053Z] + git rev-list -1 --merges 9f954c887e585364eb3ec2c8958f53218aeb4f99~1..9f954c887e585364eb3ec2c8958f53218aeb4f99 [Pipeline] echo [2023-01-17T20:49:22.085Z] -----------> git rev-list -1 --merges 9f954c887e585364eb3ec2c8958f53218aeb4f99~1..9f954c887e585364eb3ec2c8958f53218aeb4f99 9f954c887e585364eb3ec2c8958f53218aeb4f99 [false] [Pipeline] sh [2023-01-17T20:49:22.392Z] + git log --format=format:%s -1 9f954c887e585364eb3ec2c8958f53218aeb4f99 [Pipeline] echo [2023-01-17T20:49:22.433Z] ========================================================= [2023-01-17T20:49:22.433Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-01-17T20:49:22.433Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-01-17T20:49:22.936Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-17T20:49:22.936Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-01-17T20:49:22.936Z] + [ -e /tmp/ssh_known_hosts ] [2023-01-17T20:49:22.936Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-01-17T20:49:22.936Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-01-17T20:49:22.936Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-01-17T20:49:22.936Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:49:23.419Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-17T20:49:23.419Z] [2023-01-17T20:49:23.419Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:49:23.792Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-17T20:49:23.792Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-01-17T20:49:23.792Z] b85a868b505f: Pulling fs layer [2023-01-17T20:49:23.792Z] e2be974225ed: Pulling fs layer [2023-01-17T20:49:23.792Z] 339a4e72a1f5: Pulling fs layer [2023-01-17T20:49:23.792Z] 988bab9f4d93: Pulling fs layer [2023-01-17T20:49:23.792Z] 1469e6f7b9e6: Pulling fs layer [2023-01-17T20:49:23.792Z] eaf3925da568: Pulling fs layer [2023-01-17T20:49:23.792Z] bab4dde63d76: Pulling fs layer [2023-01-17T20:49:23.792Z] bde34c3a00c8: Pulling fs layer [2023-01-17T20:49:23.792Z] b352a97aabf1: Pulling fs layer [2023-01-17T20:49:23.792Z] 4872d77fe225: Pulling fs layer [2023-01-17T20:49:23.792Z] 5851b861e8e6: Pulling fs layer [2023-01-17T20:49:23.792Z] bab4dde63d76: Waiting [2023-01-17T20:49:23.792Z] bde34c3a00c8: Waiting [2023-01-17T20:49:23.792Z] 5851b861e8e6: Waiting [2023-01-17T20:49:23.792Z] b352a97aabf1: Waiting [2023-01-17T20:49:23.792Z] 4872d77fe225: Waiting [2023-01-17T20:49:23.792Z] 1469e6f7b9e6: Waiting [2023-01-17T20:49:23.792Z] eaf3925da568: Waiting [2023-01-17T20:49:23.792Z] 988bab9f4d93: Waiting [2023-01-17T20:49:23.792Z] e2be974225ed: Download complete [2023-01-17T20:49:23.792Z] 988bab9f4d93: Download complete [2023-01-17T20:49:24.058Z] 1469e6f7b9e6: Verifying Checksum [2023-01-17T20:49:24.058Z] 1469e6f7b9e6: Download complete [2023-01-17T20:49:24.058Z] 339a4e72a1f5: Verifying Checksum [2023-01-17T20:49:24.058Z] 339a4e72a1f5: Download complete [2023-01-17T20:49:24.058Z] eaf3925da568: Verifying Checksum [2023-01-17T20:49:24.058Z] eaf3925da568: Download complete [2023-01-17T20:49:24.058Z] bde34c3a00c8: Verifying Checksum [2023-01-17T20:49:24.058Z] bde34c3a00c8: Download complete [2023-01-17T20:49:24.319Z] b352a97aabf1: Verifying Checksum [2023-01-17T20:49:24.319Z] b352a97aabf1: Download complete [2023-01-17T20:49:24.319Z] 4872d77fe225: Verifying Checksum [2023-01-17T20:49:24.319Z] 5851b861e8e6: Verifying Checksum [2023-01-17T20:49:24.319Z] 5851b861e8e6: Download complete [2023-01-17T20:49:24.319Z] b85a868b505f: Verifying Checksum [2023-01-17T20:49:24.319Z] b85a868b505f: Download complete [2023-01-17T20:49:24.579Z] bab4dde63d76: Verifying Checksum [2023-01-17T20:49:24.579Z] bab4dde63d76: Download complete [2023-01-17T20:49:25.511Z] b85a868b505f: Pull complete [2023-01-17T20:49:25.511Z] e2be974225ed: Pull complete [2023-01-17T20:49:26.078Z] 339a4e72a1f5: Pull complete [2023-01-17T20:49:26.078Z] 988bab9f4d93: Pull complete [2023-01-17T20:49:26.336Z] 1469e6f7b9e6: Pull complete [2023-01-17T20:49:26.336Z] eaf3925da568: Pull complete [2023-01-17T20:49:27.710Z] bab4dde63d76: Pull complete [2023-01-17T20:49:27.970Z] bde34c3a00c8: Pull complete [2023-01-17T20:49:27.970Z] b352a97aabf1: Pull complete [2023-01-17T20:49:27.970Z] 4872d77fe225: Pull complete [2023-01-17T20:49:28.228Z] 5851b861e8e6: Pull complete [2023-01-17T20:49:28.228Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-01-17T20:49:28.228Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-17T20:49:28.228Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-17T20:49:28.455Z] prd-ubuntu20.04-docker-8c-8g-2793 does not seem to be running inside a container [2023-01-17T20:49:28.478Z] $ 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 [2023-01-17T20:49:29.819Z] $ docker top c0b8c4e2b158aba8fd3bd41e543d7747b8750699f69084b92271e72cbf81c871 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-17T20:49:30.064Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-17T20:49:30.064Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-17T20:49:30.186Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-17T20:49:30.183Z] $ docker exec c0b8c4e2b158aba8fd3bd41e543d7747b8750699f69084b92271e72cbf81c871 ssh-agent [2023-01-17T20:49:30.296Z] SSH_AUTH_SOCK=/tmp/ssh-Chyze8gEDbtu/agent.32 [2023-01-17T20:49:30.296Z] SSH_AGENT_PID=38 [2023-01-17T20:49:30.302Z] Running ssh-add (command line suppressed) [2023-01-17T20:49:30.396Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_12940891172526707571.key (/w/workspace/edgex-go/1@tmp/private_key_12940891172526707571.key) [2023-01-17T20:49:30.411Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-17T20:49:30.745Z] + git tag --points-at HEAD [Pipeline] } [2023-01-17T20:49:30.765Z] $ docker exec --env ******** --env ******** c0b8c4e2b158aba8fd3bd41e543d7747b8750699f69084b92271e72cbf81c871 ssh-agent -k [2023-01-17T20:49:30.858Z] unset SSH_AUTH_SOCK; [2023-01-17T20:49:30.859Z] unset SSH_AGENT_PID; [2023-01-17T20:49:30.859Z] echo Agent pid 38 killed; [2023-01-17T20:49:30.872Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-01-17T20:49:30.955Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-17T20:49:30.955Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-17T20:49:31.065Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-17T20:49:31.063Z] $ docker exec c0b8c4e2b158aba8fd3bd41e543d7747b8750699f69084b92271e72cbf81c871 ssh-agent [2023-01-17T20:49:31.168Z] SSH_AUTH_SOCK=/tmp/ssh-gE2mG4FC9wc5/agent.70 [2023-01-17T20:49:31.168Z] SSH_AGENT_PID=76 [2023-01-17T20:49:31.172Z] Running ssh-add (command line suppressed) [2023-01-17T20:49:31.271Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_8848123235965733735.key (/w/workspace/edgex-go/1@tmp/private_key_8848123235965733735.key) [2023-01-17T20:49:31.289Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-17T20:49:31.619Z] + git semver init [2023-01-17T20:49:31.878Z] 2023-01-17 20:49:31,771 [run_init] DEBUG init version:0.0.0 force:False [2023-01-17T20:49:31.878Z] 2023-01-17 20:49:31,772 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-01-17T20:49:31.878Z] 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 [2023-01-17T20:49:31.878Z] 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) [2023-01-17T20:49:37.187Z] 2023-01-17 20:49:36,234 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-01-17T20:49:37.188Z] 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 [2023-01-17T20:49:37.188Z] 2023-01-17 20:49:36,235 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4291 [2023-01-17T20:49:37.188Z] 2023-01-17 20:49:36,240 [execute] INFO git cat-file --batch-check [2023-01-17T20:49:37.188Z] 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=) [2023-01-17T20:49:37.188Z] 2023-01-17 20:49:36,246 [execute] INFO git cat-file --batch [2023-01-17T20:49:37.188Z] 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=) [2023-01-17T20:49:37.188Z] 2023-01-17 20:49:36,253 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4291 [2023-01-17T20:49:37.188Z] 0.0.0 [Pipeline] } [2023-01-17T20:49:37.209Z] $ docker exec --env ******** --env ******** c0b8c4e2b158aba8fd3bd41e543d7747b8750699f69084b92271e72cbf81c871 ssh-agent -k [2023-01-17T20:49:37.299Z] unset SSH_AUTH_SOCK; [2023-01-17T20:49:37.300Z] unset SSH_AGENT_PID; [2023-01-17T20:49:37.300Z] echo Agent pid 76 killed; [2023-01-17T20:49:37.313Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-17T20:49:37.750Z] + git semver [Pipeline] } [2023-01-17T20:49:38.026Z] $ docker stop --time=1 c0b8c4e2b158aba8fd3bd41e543d7747b8750699f69084b92271e72cbf81c871 [2023-01-17T20:49:39.313Z] $ docker rm -f --volumes c0b8c4e2b158aba8fd3bd41e543d7747b8750699f69084b92271e72cbf81c871 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-17T20:49:39.702Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-01-17T20:49:39.981Z] Stashed 1 file(s) [Pipeline] echo [2023-01-17T20:49:39.998Z] [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 [2023-01-17T20:49:40.740Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-01-17T20:49:40.775Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-17T20:49:40.805Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-17T20:49:40.831Z] ========================================================= [2023-01-17T20:49:40.831Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-01-17T20:49:40.831Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-01-17T20:49:41.167Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-17T20:49:41.167Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-01-17T20:49:41.167Z] 213ec9aee27d: Pulling fs layer [2023-01-17T20:49:41.167Z] 4583459ba037: Pulling fs layer [2023-01-17T20:49:41.167Z] 93c1e223e6f2: Pulling fs layer [2023-01-17T20:49:41.167Z] 53926ce57604: Pulling fs layer [2023-01-17T20:49:41.167Z] 21b2b0c7a3f4: Pulling fs layer [2023-01-17T20:49:41.167Z] 22ff95d597cd: Pulling fs layer [2023-01-17T20:49:41.167Z] 12d6caf4c0d1: Pulling fs layer [2023-01-17T20:49:41.167Z] 96b7cbca73a9: Pulling fs layer [2023-01-17T20:49:41.167Z] a7acece74701: Pulling fs layer [2023-01-17T20:49:41.167Z] 53926ce57604: Waiting [2023-01-17T20:49:41.167Z] 21b2b0c7a3f4: Waiting [2023-01-17T20:49:41.167Z] 22ff95d597cd: Waiting [2023-01-17T20:49:41.167Z] 12d6caf4c0d1: Waiting [2023-01-17T20:49:41.167Z] 96b7cbca73a9: Waiting [2023-01-17T20:49:41.167Z] a7acece74701: Waiting [2023-01-17T20:49:41.167Z] 93c1e223e6f2: Verifying Checksum [2023-01-17T20:49:41.167Z] 93c1e223e6f2: Download complete [2023-01-17T20:49:41.167Z] 4583459ba037: Verifying Checksum [2023-01-17T20:49:41.167Z] 4583459ba037: Download complete [2023-01-17T20:49:41.167Z] 21b2b0c7a3f4: Download complete [2023-01-17T20:49:41.167Z] 22ff95d597cd: Verifying Checksum [2023-01-17T20:49:41.167Z] 213ec9aee27d: Verifying Checksum [2023-01-17T20:49:41.167Z] 213ec9aee27d: Download complete [2023-01-17T20:49:41.434Z] 12d6caf4c0d1: Verifying Checksum [2023-01-17T20:49:41.434Z] 12d6caf4c0d1: Download complete [2023-01-17T20:49:41.434Z] 213ec9aee27d: Pull complete [2023-01-17T20:49:41.434Z] 4583459ba037: Pull complete [2023-01-17T20:49:41.717Z] 93c1e223e6f2: Pull complete [2023-01-17T20:49:43.298Z] 53926ce57604: Verifying Checksum [2023-01-17T20:49:43.298Z] 53926ce57604: Download complete [2023-01-17T20:49:43.298Z] a7acece74701: Verifying Checksum [2023-01-17T20:49:43.298Z] a7acece74701: Download complete [2023-01-17T20:49:43.298Z] 96b7cbca73a9: Verifying Checksum [2023-01-17T20:49:43.298Z] 96b7cbca73a9: Download complete [2023-01-17T20:49:46.576Z] 53926ce57604: Pull complete [2023-01-17T20:49:46.576Z] 21b2b0c7a3f4: Pull complete [2023-01-17T20:49:46.576Z] 22ff95d597cd: Pull complete [2023-01-17T20:49:46.576Z] 12d6caf4c0d1: Pull complete [2023-01-17T20:49:48.474Z] 96b7cbca73a9: Pull complete [2023-01-17T20:49:49.040Z] a7acece74701: Pull complete [2023-01-17T20:49:49.040Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-01-17T20:49:49.040Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-17T20:49:49.040Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-01-17T20:49:49.386Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-17T20:49:49.386Z] WORKDIR /edgex [2023-01-17T20:49:49.386Z] COPY go.mod . [2023-01-17T20:49:49.386Z] RUN go mod download [2023-01-17T20:49:49.386Z] + docker build -t ci-base-image-x86_64 -f - . [2023-01-17T20:49:49.951Z] Sending build context to Docker daemon 170MB [2023-01-17T20:49:49.951Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-17T20:49:49.951Z] ---> db6d94c90886 [2023-01-17T20:49:49.951Z] Step 2/4 : WORKDIR /edgex [2023-01-17T20:49:51.851Z] ---> Running in ebda8f085eae [2023-01-17T20:49:51.851Z] Removing intermediate container ebda8f085eae [2023-01-17T20:49:51.851Z] ---> 12ab5288baff [2023-01-17T20:49:51.851Z] Step 3/4 : COPY go.mod . [2023-01-17T20:49:52.110Z] ---> f945c61b95ed [2023-01-17T20:49:52.110Z] Step 4/4 : RUN go mod download [2023-01-17T20:49:52.110Z] ---> Running in ba3381af95d3 [2023-01-17T20:49:55.299Z] Still waiting to schedule task [2023-01-17T20:49:55.299Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-01-17T20:50:04.315Z] Removing intermediate container ba3381af95d3 [2023-01-17T20:50:04.315Z] ---> d63f3b0f2eb3 [2023-01-17T20:50:04.315Z] Successfully built d63f3b0f2eb3 [2023-01-17T20:50:04.315Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:50:04.686Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-17T20:50:04.686Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-17T20:50:04.840Z] prd-ubuntu20.04-docker-8c-8g-2793 does not seem to be running inside a container [2023-01-17T20:50:04.861Z] $ 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 [2023-01-17T20:50:05.228Z] $ docker top b49e5340bcf81136a9bdce3154dd6918e51f81710fd41127f30bbf01c57a7ec7 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-17T20:50:05.619Z] + go version [2023-01-17T20:50:05.619Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-01-17T20:50:05.642Z] $ docker stop --time=1 b49e5340bcf81136a9bdce3154dd6918e51f81710fd41127f30bbf01c57a7ec7 [2023-01-17T20:50:06.905Z] $ 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 [2023-01-17T20:50:07.567Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-17T20:50:07.568Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-17T20:50:07.718Z] prd-ubuntu20.04-docker-8c-8g-2793 does not seem to be running inside a container [2023-01-17T20:50:07.742Z] $ 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 [2023-01-17T20:50:08.095Z] $ docker top cab90b343da43966823c712114c50d56cf5c50900ea5fc73417eb291d5fd538f -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-17T20:50:08.205Z] ========================================================= [2023-01-17T20:50:08.205Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-01-17T20:50:08.205Z] ========================================================= [Pipeline] sh [2023-01-17T20:50:08.498Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-01-17T20:50:08.847Z] + make test [2023-01-17T20:50:08.847Z] go test -race -coverprofile=coverage.out ./... [2023-01-17T20:50:15.405Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-01-17T20:50:30.268Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-01-17T20:50:30.268Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-01-17T20:50:30.268Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-01-17T20:50:30.268Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-01-17T20:50:30.268Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-01-17T20:50:30.268Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-01-17T20:50:30.268Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-01-17T20:50:30.268Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-01-17T20:50:30.268Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-01-17T20:50:30.268Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-01-17T20:50:30.268Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-01-17T20:50:30.268Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-01-17T20:50:30.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-01-17T20:50:30.268Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.063s coverage: 28.7% of statements [2023-01-17T20:50:30.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-01-17T20:50:30.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-01-17T20:50:30.268Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.085s coverage: 98.5% of statements [2023-01-17T20:50:30.268Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.112s coverage: 43.0% of statements [2023-01-17T20:50:30.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-01-17T20:50:30.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-01-17T20:50:30.268Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.100s coverage: 54.0% of statements [2023-01-17T20:50:30.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-01-17T20:50:30.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-01-17T20:50:33.545Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.938s coverage: 89.2% of statements [2023-01-17T20:50:33.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-01-17T20:50:33.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-01-17T20:50:33.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-01-17T20:50:33.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-01-17T20:50:33.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-01-17T20:50:33.545Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.110s coverage: 2.4% of statements [2023-01-17T20:50:33.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-01-17T20:50:33.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-01-17T20:50:33.545Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.475s coverage: 95.6% of statements [2023-01-17T20:50:33.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-01-17T20:50:33.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-01-17T20:50:33.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-01-17T20:50:33.545Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.098s coverage: 72.2% of statements [2023-01-17T20:50:33.545Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-01-17T20:50:33.545Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-01-17T20:50:33.545Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-01-17T20:50:33.545Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-01-17T20:50:33.545Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-01-17T20:50:33.545Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.064s coverage: 60.0% of statements [2023-01-17T20:50:33.545Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-01-17T20:50:33.545Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-01-17T20:50:33.545Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-01-17T20:50:33.545Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.079s coverage: 0.9% of statements [2023-01-17T20:50:33.545Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-01-17T20:50:33.545Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.067s coverage: 58.8% of statements [2023-01-17T20:50:33.545Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.078s coverage: 29.6% of statements [2023-01-17T20:50:33.545Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-01-17T20:50:33.545Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.088s coverage: 47.1% of statements [2023-01-17T20:50:33.545Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.077s coverage: 79.5% of statements [2023-01-17T20:50:33.545Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.064s coverage: 94.1% of statements [2023-01-17T20:50:33.545Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.081s coverage: 96.3% of statements [2023-01-17T20:50:33.545Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.074s coverage: 87.5% of statements [2023-01-17T20:50:40.103Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.083s coverage: 94.4% of statements [2023-01-17T20:50:40.103Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements [2023-01-17T20:50:44.286Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.250s coverage: 79.9% of statements [2023-01-17T20:50:44.286Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-01-17T20:50:52.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.094s coverage: 92.9% of statements [2023-01-17T20:50:52.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-01-17T20:50:52.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-01-17T20:50:52.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-01-17T20:50:52.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.037s coverage: 65.1% of statements [2023-01-17T20:50:52.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-01-17T20:50:52.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-01-17T20:50:52.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-01-17T20:50:52.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-01-17T20:50:52.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.074s coverage: 86.9% of statements [2023-01-17T20:50:52.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-01-17T20:50:52.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-01-17T20:50:52.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-01-17T20:50:52.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-01-17T20:50:52.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements [2023-01-17T20:50:52.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-01-17T20:50:52.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-01-17T20:50:52.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements [2023-01-17T20:50:52.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-01-17T20:50:52.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.075s coverage: 77.4% of statements [2023-01-17T20:50:52.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-01-17T20:50:52.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.083s coverage: 80.0% of statements [2023-01-17T20:50:52.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.054s coverage: 87.2% of statements [2023-01-17T20:50:52.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.226s coverage: 91.2% of statements [2023-01-17T20:50:52.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-01-17T20:50:52.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.164s coverage: 64.7% of statements [2023-01-17T20:50:52.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-01-17T20:50:52.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-01-17T20:50:52.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements [2023-01-17T20:50:52.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.029s coverage: 89.4% of statements [2023-01-17T20:50:52.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.024s coverage: 100.0% of statements [2023-01-17T20:50:52.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.036s coverage: 73.7% of statements [2023-01-17T20:50:52.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements [2023-01-17T20:50:52.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.377s coverage: 65.3% of statements [2023-01-17T20:50:52.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-01-17T20:50:52.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-01-17T20:50:52.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-01-17T20:50:52.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.179s coverage: 41.8% of statements [2023-01-17T20:50:52.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-01-17T20:50:52.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-01-17T20:50:52.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.061s coverage: 89.5% of statements [2023-01-17T20:50:52.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-01-17T20:50:52.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.055s coverage: 84.8% of statements [2023-01-17T20:50:52.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-01-17T20:50:52.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-01-17T20:50:52.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-01-17T20:50:52.400Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-01-17T20:50:52.400Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.078s coverage: 17.7% of statements [2023-01-17T20:50:52.400Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-01-17T20:50:52.400Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-01-17T20:50:52.400Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-01-17T20:50:52.400Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-01-17T20:50:52.400Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.174s coverage: 92.3% of statements [2023-01-17T20:50:52.400Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-01-17T20:50:52.400Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-01-17T20:50:52.400Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-01-17T20:50:52.400Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-01-17T20:50:52.400Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.067s coverage: 63.2% of statements [2023-01-17T20:50:52.400Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-01-17T20:50:52.400Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-01-17T20:50:52.400Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.094s coverage: 97.7% of statements [2023-01-17T20:50:52.400Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-01-17T20:50:52.400Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-01-17T20:50:52.400Z] 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 [2023-01-17T20:51:14.313Z] 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." [2023-01-17T20:51:14.313Z] go vet ./... [2023-01-17T20:51:14.876Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-17T20:51:15.134Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-17T20:51:15.134Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-17T20:51:15.417Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-01-17T20:51:15.722Z] + ls -al . [2023-01-17T20:51:15.722Z] total 748 [2023-01-17T20:51:15.722Z] drwxrwxr-x 11 1001 1001 4096 Jan 17 20:50 . [2023-01-17T20:51:15.722Z] drwxr-xr-x 4 root root 4096 Jan 17 20:50 .. [2023-01-17T20:51:15.722Z] drwxrwxr-x 2 1001 1001 4096 Jan 17 20:49 .blubracket [2023-01-17T20:51:15.722Z] -rw-rw-r-- 1 1001 1001 16 Jan 17 20:49 .dockerignore [2023-01-17T20:51:15.722Z] drwxrwxr-x 8 1001 1001 4096 Jan 17 20:50 .git [2023-01-17T20:51:15.722Z] drwxrwxr-x 3 1001 1001 4096 Jan 17 20:49 .github [2023-01-17T20:51:15.722Z] -rw-rw-r-- 1 1001 1001 956 Jan 17 20:49 .gitignore [2023-01-17T20:51:15.722Z] -rw-rw-r-- 1 1001 1001 42 Jan 17 20:49 .golangci.yml [2023-01-17T20:51:15.722Z] -rw-rw-r-- 1 1001 1001 87 Jan 17 20:49 .hadolint.yml [2023-01-17T20:51:15.722Z] drwxr-xr-x 3 1001 1001 4096 Jan 17 20:49 .semver [2023-01-17T20:51:15.722Z] -rw-rw-r-- 1 1001 1001 166 Jan 17 20:49 .sonarcloud.properties [2023-01-17T20:51:15.722Z] -rw-rw-r-- 1 1001 1001 1171 Jan 17 20:49 ADOPTERS.md [2023-01-17T20:51:15.722Z] -rw-rw-r-- 1 1001 1001 10825 Jan 17 20:49 Attribution.txt [2023-01-17T20:51:15.722Z] -rw-rw-r-- 1 1001 1001 73765 Jan 17 20:49 CHANGELOG.md [2023-01-17T20:51:15.722Z] -rw-rw-r-- 1 1001 1001 3804 Jan 17 20:49 CONTRIBUTING.md [2023-01-17T20:51:15.722Z] -rw-rw-r-- 1 1001 1001 677 Jan 17 20:49 GOVERNANCE.md [2023-01-17T20:51:15.722Z] -rw-rw-r-- 1 1001 1001 850 Jan 17 20:49 Jenkinsfile [2023-01-17T20:51:15.722Z] -rw-rw-r-- 1 1001 1001 10775 Jan 17 20:49 LICENSE [2023-01-17T20:51:15.722Z] -rw-rw-r-- 1 1001 1001 12513 Jan 17 20:49 Makefile [2023-01-17T20:51:15.722Z] -rw-rw-r-- 1 1001 1001 582 Jan 17 20:49 OWNERS.md [2023-01-17T20:51:15.722Z] -rw-rw-r-- 1 1001 1001 9403 Jan 17 20:49 README.md [2023-01-17T20:51:15.722Z] -rw-rw-r-- 1 1001 1001 6912 Jan 17 20:49 SECURITY.md [2023-01-17T20:51:15.722Z] -rw-rw-r-- 1 1001 1001 5 Jan 17 20:49 VERSION [2023-01-17T20:51:15.722Z] drwxrwxr-x 2 1001 1001 4096 Jan 17 20:49 bin [2023-01-17T20:51:15.722Z] drwxrwxr-x 16 1001 1001 4096 Jan 17 20:49 cmd [2023-01-17T20:51:15.722Z] -rw-r--r-- 1 root root 489970 Jan 17 20:50 coverage.out [2023-01-17T20:51:15.722Z] -rw-rw-r-- 1 1001 1001 3377 Jan 17 20:49 go.mod [2023-01-17T20:51:15.722Z] -rw-rw-r-- 1 1001 1001 34951 Jan 17 20:49 go.sum [2023-01-17T20:51:15.722Z] drwxrwxr-x 7 1001 1001 4096 Jan 17 20:49 internal [2023-01-17T20:51:15.722Z] drwxrwxr-x 3 1001 1001 4096 Jan 17 20:49 openapi [2023-01-17T20:51:15.722Z] drwxrwxr-x 4 1001 1001 4096 Jan 17 20:49 snap [2023-01-17T20:51:15.722Z] -rw-rw-r-- 1 1001 1001 204 Jan 17 20:49 version.go [Pipeline] sh [2023-01-17T20:51:16.029Z] + '[' -e coverage.out ] [2023-01-17T20:51:16.029Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-01-17T20:51:16.159Z] Stashed 1 file(s) [Pipeline] sh [2023-01-17T20:51:16.453Z] + make build [2023-01-17T20:51:16.453Z] 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 [2023-01-17T20:51:28.646Z] 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 [2023-01-17T20:51:28.904Z] 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 [2023-01-17T20:51:29.840Z] 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 [2023-01-17T20:51:37.942Z] 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 [2023-01-17T20:51:38.509Z] 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 [2023-01-17T20:51:39.443Z] 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 [2023-01-17T20:51:40.816Z] 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 [2023-01-17T20:51:41.381Z] 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 [2023-01-17T20:51:42.314Z] 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 [2023-01-17T20:51:44.841Z] 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] } [2023-01-17T20:51:45.421Z] $ docker stop --time=1 cab90b343da43966823c712114c50d56cf5c50900ea5fc73417eb291d5fd538f [2023-01-17T20:51:47.827Z] $ 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 [2023-01-17T20:51:48.958Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-17T20:51:48.958Z] [2023-01-17T20:51:48.958Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:51:49.346Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-17T20:51:49.346Z] latest: Pulling from edgex-devops/edgex-compose [2023-01-17T20:51:49.346Z] cbdbe7a5bc2a: Pulling fs layer [2023-01-17T20:51:49.346Z] ca9280d653b3: Pulling fs layer [2023-01-17T20:51:49.346Z] 7e9c9ca2126c: Pulling fs layer [2023-01-17T20:51:49.608Z] cbdbe7a5bc2a: Download complete [2023-01-17T20:51:49.608Z] cbdbe7a5bc2a: Pull complete [2023-01-17T20:51:49.608Z] ca9280d653b3: Verifying Checksum [2023-01-17T20:51:49.608Z] ca9280d653b3: Download complete [2023-01-17T20:51:50.174Z] 7e9c9ca2126c: Download complete [2023-01-17T20:51:50.174Z] ca9280d653b3: Pull complete [2023-01-17T20:51:53.453Z] 7e9c9ca2126c: Pull complete [2023-01-17T20:51:53.453Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-01-17T20:51:53.453Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-17T20:51:53.453Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-17T20:51:53.661Z] prd-ubuntu20.04-docker-8c-8g-2793 does not seem to be running inside a container [2023-01-17T20:51:53.684Z] $ 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 [2023-01-17T20:51:54.947Z] $ docker top 259729ce03a540980070a63f1ab42accd26ca0a9617ef3655479c0a15718a17e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-17T20:51:55.349Z] + docker-compose build --help [2023-01-17T20:51:55.349Z] + grep parallel [2023-01-17T20:51:55.916Z] --parallel Build images in parallel. [Pipeline] } [2023-01-17T20:51:55.940Z] $ docker stop --time=1 259729ce03a540980070a63f1ab42accd26ca0a9617ef3655479c0a15718a17e [2023-01-17T20:51:57.236Z] $ docker rm -f --volumes 259729ce03a540980070a63f1ab42accd26ca0a9617ef3655479c0a15718a17e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:51:57.819Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-17T20:51:57.819Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-17T20:51:57.968Z] prd-ubuntu20.04-docker-8c-8g-2793 does not seem to be running inside a container [2023-01-17T20:51:57.991Z] $ 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 [2023-01-17T20:51:58.335Z] $ docker top 9dda017f664af3e48e4c8935901d58eba96ca647d759fcb400ed8c4a3be5e8b0 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-17T20:51:58.725Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-01-17T20:51:59.293Z] Building core-command ... [2023-01-17T20:51:59.293Z] Building core-data ... [2023-01-17T20:51:59.293Z] Building core-metadata ... [2023-01-17T20:51:59.293Z] Building security-bootstrapper ... [2023-01-17T20:51:59.293Z] Building security-proxy-setup ... [2023-01-17T20:51:59.293Z] Building security-secretstore-setup ... [2023-01-17T20:51:59.293Z] Building security-spiffe-token-provider ... [2023-01-17T20:51:59.293Z] Building security-spire-agent ... [2023-01-17T20:51:59.293Z] Building security-spire-config ... [2023-01-17T20:51:59.293Z] Building security-spire-server ... [2023-01-17T20:51:59.293Z] Building support-notifications ... [2023-01-17T20:51:59.293Z] Building support-scheduler ... [2023-01-17T20:51:59.293Z] Building security-proxy-setup [2023-01-17T20:51:59.293Z] Building security-bootstrapper [2023-01-17T20:51:59.293Z] Building support-notifications [2023-01-17T20:51:59.293Z] Building security-secretstore-setup [2023-01-17T20:51:59.293Z] Building security-spire-agent [2023-01-17T20:52:09.255Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T20:52:09.255Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-17T20:52:09.255Z] ---> d63f3b0f2eb3 [2023-01-17T20:52:09.255Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-17T20:52:09.255Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T20:52:09.255Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-01-17T20:52:09.255Z] ---> d63f3b0f2eb3 [2023-01-17T20:52:09.255Z] Step 3/32 : WORKDIR /edgex-go [2023-01-17T20:52:09.255Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T20:52:09.255Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-01-17T20:52:09.255Z] ---> d63f3b0f2eb3 [2023-01-17T20:52:09.255Z] Step 3/21 : WORKDIR /edgex-go [2023-01-17T20:52:09.255Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T20:52:09.255Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-17T20:52:09.255Z] ---> d63f3b0f2eb3 [2023-01-17T20:52:09.255Z] Step 3/24 : WORKDIR /edgex-go [2023-01-17T20:52:09.255Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T20:52:09.255Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-17T20:52:09.255Z] ---> d63f3b0f2eb3 [2023-01-17T20:52:09.255Z] Step 3/24 : WORKDIR /edgex-go [2023-01-17T20:52:11.156Z] ---> Running in 6c935d4b0c44 [2023-01-17T20:52:11.156Z] ---> Running in 66f053947911 [2023-01-17T20:52:11.156Z] ---> Running in b099e6bf55e1 [2023-01-17T20:52:11.156Z] ---> Running in 96f2f68c247d [2023-01-17T20:52:11.156Z] ---> Running in d60efd7ff18b [2023-01-17T20:52:11.416Z] Removing intermediate container 6c935d4b0c44 [2023-01-17T20:52:11.416Z] ---> 1e3465b83e1f [2023-01-17T20:52:11.416Z] Step 4/22 : WORKDIR /edgex-go [2023-01-17T20:52:11.416Z] Removing intermediate container b099e6bf55e1 [2023-01-17T20:52:11.416Z] ---> d4c174cdfd83 [2023-01-17T20:52:11.416Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-01-17T20:52:11.416Z] Removing intermediate container 66f053947911 [2023-01-17T20:52:11.416Z] ---> 6c69bf6d1f0a [2023-01-17T20:52:11.416Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-17T20:52:11.416Z] Removing intermediate container 96f2f68c247d [2023-01-17T20:52:11.416Z] ---> 50b2722f2bff [2023-01-17T20:52:11.416Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-01-17T20:52:11.416Z] Removing intermediate container d60efd7ff18b [2023-01-17T20:52:11.416Z] ---> 36c3a891b8e0 [2023-01-17T20:52:11.416Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-01-17T20:52:11.416Z] ---> Running in ee8c40ce6e9d [2023-01-17T20:52:11.416Z] ---> Running in 68c01087e24d [2023-01-17T20:52:11.416Z] ---> Running in 4a4fd65814e7 [2023-01-17T20:52:11.416Z] ---> Running in ba3d04f89453 [2023-01-17T20:52:11.416Z] ---> Running in 981cc9e4f76a [2023-01-17T20:52:11.416Z] Removing intermediate container ee8c40ce6e9d [2023-01-17T20:52:11.416Z] ---> 2b9fc79fdd4b [2023-01-17T20:52:11.416Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-01-17T20:52:11.674Z] ---> Running in f10341cde278 [2023-01-17T20:52:11.932Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T20:52:11.932Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T20:52:11.932Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T20:52:11.932Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T20:52:12.191Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T20:52:12.191Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T20:52:12.191Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T20:52:12.191Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T20:52:12.191Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T20:52:12.191Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T20:52:12.191Z] OK: 211 MiB in 51 packages [2023-01-17T20:52:12.448Z] OK: 211 MiB in 51 packages [2023-01-17T20:52:12.448Z] OK: 211 MiB in 51 packages [2023-01-17T20:52:12.448Z] OK: 211 MiB in 51 packages [2023-01-17T20:52:12.448Z] OK: 211 MiB in 51 packages [2023-01-17T20:52:13.015Z] Removing intermediate container 68c01087e24d [2023-01-17T20:52:13.015Z] ---> 4d741a928c8d [2023-01-17T20:52:13.015Z] Step 5/32 : COPY go.mod vendor* ./ [2023-01-17T20:52:13.015Z] Removing intermediate container 4a4fd65814e7 [2023-01-17T20:52:13.015Z] ---> 898113a72936 [2023-01-17T20:52:13.015Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-17T20:52:13.015Z] ---> c36a1406c951 [2023-01-17T20:52:13.015Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T20:52:13.015Z] ---> Running in d4c256481edf [2023-01-17T20:52:13.015Z] Removing intermediate container 981cc9e4f76a [2023-01-17T20:52:13.015Z] ---> 5cf641d886ba [2023-01-17T20:52:13.015Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-17T20:52:13.276Z] Removing intermediate container ba3d04f89453 [2023-01-17T20:52:13.276Z] ---> b4585d45b84f [2023-01-17T20:52:13.276Z] Step 5/21 : COPY go.mod vendor* ./ [2023-01-17T20:52:13.276Z] ---> 40e02ec3c462 [2023-01-17T20:52:13.276Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T20:52:13.276Z] Removing intermediate container f10341cde278 [2023-01-17T20:52:13.276Z] ---> be20e6e67897 [2023-01-17T20:52:13.276Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-17T20:52:13.276Z] ---> Running in 647a7900adce [2023-01-17T20:52:13.276Z] ---> 31e5214ad9af [2023-01-17T20:52:13.276Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T20:52:13.276Z] ---> 47a05d839248 [2023-01-17T20:52:13.276Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T20:52:13.276Z] ---> Running in fac81eca6169 [2023-01-17T20:52:13.534Z] ---> 348efc201552 [2023-01-17T20:52:13.534Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T20:52:13.534Z] ---> Running in f1e0a7a1d5d9 [2023-01-17T20:52:13.534Z] ---> Running in 8fbe3fc3fbde [2023-01-17T20:52:45.599Z] Removing intermediate container 8fbe3fc3fbde [2023-01-17T20:52:45.599Z] ---> 9f63e9ef97bc [2023-01-17T20:52:45.599Z] Step 8/22 : COPY . . [2023-01-17T20:52:45.599Z] Removing intermediate container d4c256481edf [2023-01-17T20:52:45.599Z] ---> ef38b1768a3b [2023-01-17T20:52:45.599Z] Step 7/32 : COPY . . [2023-01-17T20:52:45.599Z] Removing intermediate container f1e0a7a1d5d9 [2023-01-17T20:52:45.599Z] ---> f4d528edf7e6 [2023-01-17T20:52:45.599Z] Step 7/21 : COPY . . [2023-01-17T20:52:45.599Z] Removing intermediate container 647a7900adce [2023-01-17T20:52:45.599Z] ---> d9febe2a7bfe [2023-01-17T20:52:45.599Z] Step 7/24 : COPY . . [2023-01-17T20:52:45.599Z] Removing intermediate container fac81eca6169 [2023-01-17T20:52:45.599Z] ---> fa29fa1dd344 [2023-01-17T20:52:45.599Z] Step 7/24 : COPY . . [2023-01-17T20:52:52.157Z] ---> f93b3afdfe16 [2023-01-17T20:52:52.157Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-01-17T20:52:52.157Z] ---> fed07dffba5d [2023-01-17T20:52:52.157Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-01-17T20:52:52.157Z] ---> 6df9ef6ad0f0 [2023-01-17T20:52:52.157Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-01-17T20:52:52.157Z] ---> Running in f0f43f6e93d5 [2023-01-17T20:52:52.157Z] ---> fec02bac8ba4 [2023-01-17T20:52:52.157Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-01-17T20:52:52.157Z] ---> 1880fcbb382e [2023-01-17T20:52:52.157Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-17T20:52:52.157Z] ---> Running in ebe6c2ae0523 [2023-01-17T20:52:52.157Z] ---> Running in 2d5e6ecb5c9c [2023-01-17T20:52:52.157Z] ---> Running in fa39be702dfb [2023-01-17T20:52:52.157Z] ---> Running in 6a52fa4bb20f [2023-01-17T20:52:52.157Z] Removing intermediate container 6a52fa4bb20f [2023-01-17T20:52:52.157Z] ---> d7d8e9ae03a6 [2023-01-17T20:52:52.157Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-17T20:52:52.157Z] ---> Running in b18e97cc2852 [2023-01-17T20:52:52.416Z] Removing intermediate container b18e97cc2852 [2023-01-17T20:52:52.416Z] ---> f108cba465e9 [2023-01-17T20:52:52.416Z] 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 [2023-01-17T20:52:52.416Z] 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 [2023-01-17T20:52:52.416Z] ---> Running in 310045eff111 [2023-01-17T20:52:52.674Z] 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 [2023-01-17T20:52:52.674Z] 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 [2023-01-17T20:52:52.951Z] 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 [2023-01-17T20:52:53.208Z] Removing intermediate container 310045eff111 [2023-01-17T20:52:53.208Z] ---> f5346ed3c8f6 [2023-01-17T20:52:53.208Z] Step 11/24 : WORKDIR /edgex-go [2023-01-17T20:52:53.466Z] ---> Running in 1c8bff961ae0 [2023-01-17T20:52:53.725Z] Removing intermediate container 1c8bff961ae0 [2023-01-17T20:52:53.725Z] ---> 5b947c0ab3b4 [2023-01-17T20:52:53.725Z] [2023-01-17T20:52:53.725Z] Step 12/24 : FROM alpine:3.15 [2023-01-17T20:52:53.725Z] 3.15: Pulling from library/alpine [2023-01-17T20:52:54.009Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-01-17T20:52:54.009Z] Status: Downloaded newer image for alpine:3.15 [2023-01-17T20:52:54.009Z] ---> c4fc93816858 [2023-01-17T20:52:54.009Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-17T20:52:54.267Z] ---> Running in 2a1ff2ac28cf [2023-01-17T20:52:54.525Z] Removing intermediate container 2a1ff2ac28cf [2023-01-17T20:52:54.525Z] ---> a3dd8d07c180 [2023-01-17T20:52:54.525Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-17T20:52:54.525Z] ---> Running in 790c4d4dfa2f [2023-01-17T20:52:54.784Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-17T20:52:54.784Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-17T20:52:55.042Z] v3.15.6-263-g7c8ce57c5e [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-17T20:52:55.043Z] v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-17T20:52:55.043Z] OK: 15859 distinct packages available [2023-01-17T20:52:55.043Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-17T20:52:55.300Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-17T20:52:55.300Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-01-17T20:52:55.300Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-01-17T20:52:55.300Z] (3/5) Installing libucontext (1.1-r0) [2023-01-17T20:52:55.300Z] (4/5) Installing gcompat (1.0.0-r4) [2023-01-17T20:52:55.300Z] (5/5) Installing openssl (1.1.1s-r1) [2023-01-17T20:52:55.300Z] Executing busybox-1.34.1-r7.trigger [2023-01-17T20:52:55.300Z] OK: 7 MiB in 19 packages [2023-01-17T20:52:56.232Z] Removing intermediate container 790c4d4dfa2f [2023-01-17T20:52:56.232Z] ---> e8e96a464a68 [2023-01-17T20:52:56.232Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-01-17T20:52:57.606Z] ---> d812b806f172 [2023-01-17T20:52:57.606Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-17T20:53:00.134Z] ---> 26065b99be68 [2023-01-17T20:53:00.135Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-01-17T20:53:00.699Z] ---> 9e67f48324ca [2023-01-17T20:53:00.699Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-01-17T20:53:01.634Z] ---> d0655bd37a87 [2023-01-17T20:53:01.634Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-01-17T20:53:02.206Z] ---> 2812cfd160bc [2023-01-17T20:53:02.206Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-17T20:53:02.206Z] ---> Running in e684fa9cf115 [2023-01-17T20:53:02.464Z] Removing intermediate container e684fa9cf115 [2023-01-17T20:53:02.464Z] ---> 7c06244c1a36 [2023-01-17T20:53:02.464Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-17T20:53:02.464Z] ---> Running in d59b0a88964d [2023-01-17T20:53:03.030Z] Removing intermediate container d59b0a88964d [2023-01-17T20:53:03.030Z] ---> 02f5ffd7b0ce [2023-01-17T20:53:03.030Z] Step 22/24 : LABEL arch=x86_64 [2023-01-17T20:53:03.287Z] ---> Running in ad508e5aa5ec [2023-01-17T20:53:03.545Z] Removing intermediate container ad508e5aa5ec [2023-01-17T20:53:03.545Z] ---> 529003b7861a [2023-01-17T20:53:03.545Z] Step 23/24 : LABEL git_sha=9f954c887e585364eb3ec2c8958f53218aeb4f99 [2023-01-17T20:53:03.545Z] ---> Running in 31ecc65be76e [2023-01-17T20:53:04.110Z] Removing intermediate container 31ecc65be76e [2023-01-17T20:53:04.111Z] ---> 3f4004cbe1fa [2023-01-17T20:53:04.111Z] Step 24/24 : LABEL version=0.0.0 [2023-01-17T20:53:04.111Z] ---> Running in 2542a5745ce5 [2023-01-17T20:53:04.676Z] Removing intermediate container 2542a5745ce5 [2023-01-17T20:53:04.676Z] ---> 7eee2c865518 [2023-01-17T20:53:04.676Z] [2023-01-17T20:53:04.676Z] Successfully built 7eee2c865518 [2023-01-17T20:53:04.676Z] Successfully tagged security-spire-agent:latest [2023-01-17T20:53:04.676Z]  Building security-spire-agent ... done Building security-spiffe-token-provider [2023-01-17T20:53:07.952Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T20:53:07.952Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-01-17T20:53:07.952Z] ---> d63f3b0f2eb3 [2023-01-17T20:53:07.952Z] Step 3/19 : WORKDIR /edgex-go [2023-01-17T20:53:07.952Z] ---> Using cache [2023-01-17T20:53:07.952Z] ---> 6c69bf6d1f0a [2023-01-17T20:53:07.952Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-01-17T20:53:09.323Z] ---> Running in b15adff33b4a [2023-01-17T20:53:09.888Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T20:53:10.147Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T20:53:10.405Z] v3.16.3-125-gdeedb1d818 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-01-17T20:53:10.405Z] v3.16.3-122-g600819cc53 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-01-17T20:53:10.405Z] OK: 17043 distinct packages available [2023-01-17T20:53:10.405Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T20:53:10.663Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T20:53:10.922Z] OK: 211 MiB in 51 packages [2023-01-17T20:53:11.856Z] Removing intermediate container b15adff33b4a [2023-01-17T20:53:11.856Z] ---> 2efb060944a1 [2023-01-17T20:53:11.856Z] Step 5/19 : COPY go.mod vendor* ./ [2023-01-17T20:53:12.421Z] ---> 4d018745df28 [2023-01-17T20:53:12.421Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T20:53:12.421Z] ---> Running in 44e5e1339f94 [2023-01-17T20:53:20.519Z] 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 [2023-01-17T20:53:20.519Z] 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 [2023-01-17T20:53:23.800Z] Removing intermediate container f0f43f6e93d5 [2023-01-17T20:53:23.800Z] ---> e51983ad7425 [2023-01-17T20:53:23.800Z] [2023-01-17T20:53:23.800Z] Step 9/32 : FROM alpine:3.16 [2023-01-17T20:53:23.800Z] 3.16: Pulling from library/alpine [2023-01-17T20:53:24.058Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-17T20:53:24.058Z] Status: Downloaded newer image for alpine:3.16 [2023-01-17T20:53:24.058Z] ---> bfe296a52501 [2023-01-17T20:53:24.058Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-17T20:53:25.957Z] ---> Running in a90bdf9f685d [2023-01-17T20:53:25.957Z] Removing intermediate container a90bdf9f685d [2023-01-17T20:53:25.957Z] ---> 522f6562d34d [2023-01-17T20:53:25.957Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-01-17T20:53:25.957Z] Removing intermediate container fa39be702dfb [2023-01-17T20:53:25.957Z] ---> d207978e13a5 [2023-01-17T20:53:25.957Z] [2023-01-17T20:53:25.957Z] Step 9/21 : FROM alpine:3.16 [2023-01-17T20:53:25.957Z] ---> bfe296a52501 [2023-01-17T20:53:25.957Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-01-17T20:53:25.957Z] Removing intermediate container ebe6c2ae0523 [2023-01-17T20:53:25.957Z] ---> dca468874132 [2023-01-17T20:53:25.957Z] [2023-01-17T20:53:25.957Z] Step 9/24 : FROM alpine:3.16 [2023-01-17T20:53:25.957Z] ---> bfe296a52501 [2023-01-17T20:53:25.957Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-01-17T20:53:26.214Z] ---> Running in 3541296f82eb [2023-01-17T20:53:26.214Z] ---> Running in e6fcf3727b81 [2023-01-17T20:53:26.214Z] ---> Running in 2a1234a1b48f [2023-01-17T20:53:26.472Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T20:53:26.729Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T20:53:26.729Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T20:53:26.729Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T20:53:26.729Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T20:53:26.986Z] (1/6) Installing ca-certificates (20220614-r0) [2023-01-17T20:53:26.986Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-01-17T20:53:26.986Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T20:53:26.986Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-01-17T20:53:26.986Z] (4/6) Installing libcurl (7.83.1-r5) [2023-01-17T20:53:26.986Z] (5/6) Installing curl (7.83.1-r5) [2023-01-17T20:53:26.986Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-01-17T20:53:26.986Z] Executing busybox-1.35.0-r17.trigger [2023-01-17T20:53:26.986Z] Executing ca-certificates-20220614-r0.trigger [2023-01-17T20:53:26.986Z] OK: 8 MiB in 20 packages [2023-01-17T20:53:26.986Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-01-17T20:53:26.986Z] (2/2) Installing su-exec (0.2-r1) [2023-01-17T20:53:26.986Z] Executing busybox-1.35.0-r17.trigger [2023-01-17T20:53:26.986Z] OK: 6 MiB in 16 packages [2023-01-17T20:53:26.986Z] (1/3) Installing ca-certificates (20220614-r0) [2023-01-17T20:53:26.986Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-01-17T20:53:26.986Z] (3/3) Installing su-exec (0.2-r1) [2023-01-17T20:53:26.986Z] Executing busybox-1.35.0-r17.trigger [2023-01-17T20:53:26.986Z] Executing ca-certificates-20220614-r0.trigger [2023-01-17T20:53:27.244Z] OK: 6 MiB in 17 packages [2023-01-17T20:53:29.144Z] Removing intermediate container 2d5e6ecb5c9c [2023-01-17T20:53:29.144Z] ---> c51a2b9040ac [2023-01-17T20:53:29.144Z] [2023-01-17T20:53:29.144Z] Step 10/22 : FROM alpine:3.16 [2023-01-17T20:53:29.144Z] ---> bfe296a52501 [2023-01-17T20:53:29.144Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-01-17T20:53:29.403Z] ---> Running in 508354149a01 [2023-01-17T20:53:29.403Z] Removing intermediate container 3541296f82eb [2023-01-17T20:53:29.403Z] ---> 2b9648ca603e [2023-01-17T20:53:29.403Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-01-17T20:53:29.403Z] Removing intermediate container 2a1234a1b48f [2023-01-17T20:53:29.403Z] ---> fa7d28e2c1ff [2023-01-17T20:53:29.403Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-17T20:53:29.403Z] Removing intermediate container e6fcf3727b81 [2023-01-17T20:53:29.403Z] ---> 9038de19be00 [2023-01-17T20:53:29.403Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-17T20:53:29.403Z] ---> Running in 7592894360d9 [2023-01-17T20:53:29.403Z] ---> Running in 97262bcbe0d3 [2023-01-17T20:53:29.660Z] ---> Running in c90b90182280 [2023-01-17T20:53:29.660Z] Removing intermediate container 7592894360d9 [2023-01-17T20:53:29.660Z] ---> 0409160c452f [2023-01-17T20:53:29.660Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-01-17T20:53:29.660Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T20:53:29.660Z] Removing intermediate container c90b90182280 [2023-01-17T20:53:29.660Z] ---> 963f06d3e359 [2023-01-17T20:53:29.660Z] Step 12/21 : WORKDIR /edgex [2023-01-17T20:53:29.660Z] Removing intermediate container 97262bcbe0d3 [2023-01-17T20:53:29.660Z] ---> 555ef10f78f2 [2023-01-17T20:53:29.660Z] Step 12/24 : WORKDIR / [2023-01-17T20:53:29.660Z] ---> Running in c42b09a2418c [2023-01-17T20:53:29.917Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T20:53:29.917Z] ---> Running in d401b8a23e6c [2023-01-17T20:53:29.917Z] ---> Running in f59bdef054ed [2023-01-17T20:53:29.917Z] Removing intermediate container c42b09a2418c [2023-01-17T20:53:29.917Z] ---> bb1d5de47087 [2023-01-17T20:53:29.917Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-01-17T20:53:29.917Z] Removing intermediate container f59bdef054ed [2023-01-17T20:53:29.917Z] ---> dbea67952a3c [2023-01-17T20:53:29.917Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-01-17T20:53:29.917Z] ---> Running in c73c106e8d4b [2023-01-17T20:53:29.917Z] Removing intermediate container d401b8a23e6c [2023-01-17T20:53:29.917Z] ---> e6e9d1fedc4e [2023-01-17T20:53:29.917Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-01-17T20:53:29.917Z] (1/2) Installing ca-certificates (20220614-r0) [2023-01-17T20:53:29.917Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-01-17T20:53:29.917Z] Executing busybox-1.35.0-r17.trigger [2023-01-17T20:53:29.917Z] Executing ca-certificates-20220614-r0.trigger [2023-01-17T20:53:30.174Z] OK: 6 MiB in 16 packages [2023-01-17T20:53:30.174Z] Removing intermediate container c73c106e8d4b [2023-01-17T20:53:30.174Z] ---> 3b0350e76a2e [2023-01-17T20:53:30.174Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-01-17T20:53:30.434Z] ---> Running in 1c54c0faf851 [2023-01-17T20:53:30.434Z] ---> 0afdb1b196e7 [2023-01-17T20:53:30.434Z] ---> 97f37be91f69 [2023-01-17T20:53:30.434Z] 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 [2023-01-17T20:53:30.434Z] [2023-01-17T20:53:30.434Z] Removing intermediate container 1c54c0faf851 [2023-01-17T20:53:30.434Z] ---> f2a1321d2868 [2023-01-17T20:53:30.434Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-01-17T20:53:30.709Z] ---> Running in 4e49e188f5f8 [2023-01-17T20:53:30.709Z] ---> 2e580b6d9531 [2023-01-17T20:53:30.709Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-01-17T20:53:30.709Z] ---> 2c6e1cc7be51 [2023-01-17T20:53:30.709Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-01-17T20:53:30.709Z] Removing intermediate container 508354149a01 [2023-01-17T20:53:30.709Z] ---> 07a1d33ed254 [2023-01-17T20:53:30.709Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-17T20:53:30.969Z] ---> Running in 9d11f8ee8dce [2023-01-17T20:53:31.226Z] ---> 804a16376d55 [2023-01-17T20:53:31.226Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2023-01-17T20:53:31.484Z] Removing intermediate container 9d11f8ee8dce [2023-01-17T20:53:31.484Z] ---> 2de6aa7a590b [2023-01-17T20:53:31.484Z] Step 13/22 : ENV APP_PORT=59860 [2023-01-17T20:53:31.484Z] ---> db9b92d9b2ab [2023-01-17T20:53:31.484Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-01-17T20:53:31.484Z] ---> c65bc1ec6d9d [2023-01-17T20:53:31.484Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-01-17T20:53:31.484Z] ---> Running in 229dd141aace [2023-01-17T20:53:31.742Z] ---> 6af851195db5 [2023-01-17T20:53:31.742Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-17T20:53:31.742Z] Removing intermediate container 229dd141aace [2023-01-17T20:53:31.742Z] ---> e949640de2d0 [2023-01-17T20:53:31.742Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-17T20:53:31.742Z] ---> Running in 44b2b3444956 [2023-01-17T20:53:32.000Z] ---> Running in a993e2243484 [2023-01-17T20:53:32.000Z] ---> 5cb70eae067c [2023-01-17T20:53:32.000Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-01-17T20:53:32.000Z] Removing intermediate container 4e49e188f5f8 [2023-01-17T20:53:32.000Z] ---> 250f86e1f8d0 [2023-01-17T20:53:32.000Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-01-17T20:53:32.000Z] ---> Running in 07cb3b265c9e [2023-01-17T20:53:32.000Z] Removing intermediate container a993e2243484 [2023-01-17T20:53:32.000Z] ---> 7a8dcd43e736 [2023-01-17T20:53:32.000Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-17T20:53:32.567Z] Removing intermediate container 07cb3b265c9e [2023-01-17T20:53:32.567Z] ---> 84194bb0a3d8 [2023-01-17T20:53:32.567Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-01-17T20:53:32.567Z] ---> ba3cc32386b1 [2023-01-17T20:53:32.567Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-01-17T20:53:32.567Z] ---> 71681a9d6544 [2023-01-17T20:53:32.567Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-01-17T20:53:32.825Z] ---> 788f992e5682 [2023-01-17T20:53:32.825Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-01-17T20:53:33.085Z] ---> c1d2af6d940c [2023-01-17T20:53:33.085Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-17T20:53:33.085Z] Removing intermediate container 44b2b3444956 [2023-01-17T20:53:33.085Z] ---> 2e70ea83ae87 [2023-01-17T20:53:33.085Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-01-17T20:53:33.085Z] ---> Running in 4be342bcdefc [2023-01-17T20:53:33.085Z] ---> Running in 269a997dc8d2 [2023-01-17T20:53:33.085Z] ---> Running in 19c41036656b [2023-01-17T20:53:33.085Z] ---> e33e1486a4d7 [2023-01-17T20:53:33.085Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-01-17T20:53:33.342Z] Removing intermediate container 19c41036656b [2023-01-17T20:53:33.342Z] ---> ab027eb3b731 [2023-01-17T20:53:33.342Z] Step 19/21 : LABEL arch=x86_64 [2023-01-17T20:53:33.343Z] ---> 90a12065da58 [2023-01-17T20:53:33.343Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-01-17T20:53:33.343Z] ---> Running in f9658e134993 [2023-01-17T20:53:33.343Z] ---> Running in ddd63e1f303b [2023-01-17T20:53:33.606Z] Removing intermediate container f9658e134993 [2023-01-17T20:53:33.606Z] ---> 3292ffce7d1c [2023-01-17T20:53:33.606Z] Step 20/21 : LABEL git_sha=9f954c887e585364eb3ec2c8958f53218aeb4f99 [2023-01-17T20:53:33.606Z] Removing intermediate container 44e5e1339f94 [2023-01-17T20:53:33.606Z] ---> 031433478512 [2023-01-17T20:53:33.606Z] Step 7/19 : COPY . . [2023-01-17T20:53:33.606Z] ---> Running in 8b317058751b [2023-01-17T20:53:33.606Z] Removing intermediate container ddd63e1f303b [2023-01-17T20:53:33.606Z] ---> d6fd865a2d73 [2023-01-17T20:53:33.606Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-17T20:53:33.606Z] ---> Running in 38fb52013763 [2023-01-17T20:53:34.540Z] Removing intermediate container 8b317058751b [2023-01-17T20:53:34.540Z] ---> 24dc5f71962b [2023-01-17T20:53:34.540Z] Step 21/21 : LABEL version=0.0.0 [2023-01-17T20:53:34.540Z] ---> Running in 01f0553458b1 [2023-01-17T20:53:34.540Z] Removing intermediate container 38fb52013763 [2023-01-17T20:53:34.540Z] ---> 3db697922d5c [2023-01-17T20:53:34.540Z] Step 20/22 : LABEL arch=x86_64 [2023-01-17T20:53:34.798Z] ---> Running in 75f6e6f14b9b [2023-01-17T20:53:34.798Z] Removing intermediate container 4be342bcdefc [2023-01-17T20:53:34.798Z] ---> 28b71b3af4a7 [2023-01-17T20:53:34.798Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-17T20:53:34.798Z] Removing intermediate container 269a997dc8d2 [2023-01-17T20:53:34.798Z] ---> 08add262c766 [2023-01-17T20:53:34.798Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-01-17T20:53:34.798Z] Removing intermediate container 01f0553458b1 [2023-01-17T20:53:34.798Z] ---> aeda5558f8fc [2023-01-17T20:53:34.798Z] [2023-01-17T20:53:34.798Z] Successfully built aeda5558f8fc [2023-01-17T20:53:34.798Z] Removing intermediate container 75f6e6f14b9b [2023-01-17T20:53:34.798Z] ---> 63c99cfd3662 [2023-01-17T20:53:34.798Z] Step 21/22 : LABEL git_sha=9f954c887e585364eb3ec2c8958f53218aeb4f99 [2023-01-17T20:53:35.124Z] Successfully tagged security-proxy-setup:latest [2023-01-17T20:53:35.124Z] Building support-scheduler [2023-01-17T20:53:35.124Z]  Building security-proxy-setup ... done  ---> Running in 31c96dbc225b [2023-01-17T20:53:35.124Z] ---> 66a28d7fa871 [2023-01-17T20:53:35.124Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-01-17T20:53:35.124Z] ---> Running in 095135f56398 [2023-01-17T20:53:35.395Z] Removing intermediate container 31c96dbc225b [2023-01-17T20:53:35.395Z] ---> 0f61c5f10c01 [2023-01-17T20:53:35.395Z] Step 22/24 : LABEL arch=x86_64 [2023-01-17T20:53:36.392Z] Removing intermediate container 095135f56398 [2023-01-17T20:53:36.392Z] ---> 316dbffb112b [2023-01-17T20:53:36.392Z] Step 22/22 : LABEL version=0.0.0 [2023-01-17T20:53:36.392Z] ---> 8df741505dd0 [2023-01-17T20:53:36.392Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-01-17T20:53:36.392Z] ---> Running in 802ff8678bd6 [2023-01-17T20:53:36.392Z] ---> Running in b9909923e58a [2023-01-17T20:53:36.392Z] Removing intermediate container 802ff8678bd6 [2023-01-17T20:53:36.392Z] ---> 969d499ef819 [2023-01-17T20:53:36.392Z] Step 23/24 : LABEL git_sha=9f954c887e585364eb3ec2c8958f53218aeb4f99 [2023-01-17T20:53:36.676Z] Removing intermediate container b9909923e58a [2023-01-17T20:53:36.676Z] ---> c3f6fb9e750f [2023-01-17T20:53:36.676Z] [2023-01-17T20:53:36.676Z] ---> 5583940307df [2023-01-17T20:53:36.676Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-01-17T20:53:36.951Z] Successfully built c3f6fb9e750f [2023-01-17T20:53:36.951Z] Successfully tagged support-notifications:latest [2023-01-17T20:53:36.951Z]  Building support-notifications ... done Building core-data [2023-01-17T20:53:36.951Z] ---> Running in 9adc9d3c8a1b [2023-01-17T20:53:37.222Z] ---> 04257c6b8024 [2023-01-17T20:53:37.222Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-01-17T20:53:37.222Z] Removing intermediate container 9adc9d3c8a1b [2023-01-17T20:53:37.222Z] ---> fec953416e48 [2023-01-17T20:53:37.222Z] Step 24/24 : LABEL version=0.0.0 [2023-01-17T20:53:37.842Z] ---> 10758d5a97d1 [2023-01-17T20:53:37.842Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-01-17T20:53:37.842Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T20:53:37.842Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-17T20:53:37.842Z] ---> d63f3b0f2eb3 [2023-01-17T20:53:37.842Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-17T20:53:37.842Z] ---> Using cache [2023-01-17T20:53:37.842Z] ---> 1e3465b83e1f [2023-01-17T20:53:37.842Z] Step 4/22 : WORKDIR /edgex-go [2023-01-17T20:53:37.842Z] ---> Using cache [2023-01-17T20:53:37.842Z] ---> 2b9fc79fdd4b [2023-01-17T20:53:37.842Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-17T20:53:37.842Z] ---> 46e7bbafa3a5 [2023-01-17T20:53:37.842Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-01-17T20:53:37.842Z] ---> Running in 60dbbc27b66d [2023-01-17T20:53:38.123Z] ---> Running in fbdfb79a77e4 [2023-01-17T20:53:38.123Z] ---> Running in 073e840afb14 [2023-01-17T20:53:38.123Z] Removing intermediate container 60dbbc27b66d [2023-01-17T20:53:38.123Z] ---> fd5e2a628ad8 [2023-01-17T20:53:38.123Z] [2023-01-17T20:53:38.390Z] Successfully built fd5e2a628ad8 [2023-01-17T20:53:38.390Z] Successfully tagged security-secretstore-setup:latest [2023-01-17T20:53:38.390Z] Building core-command [2023-01-17T20:53:38.390Z]  Building security-secretstore-setup ... done  ---> 3e35f24318d1 [2023-01-17T20:53:38.390Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-01-17T20:53:38.390Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T20:53:38.390Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T20:53:38.390Z] 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 [2023-01-17T20:53:38.657Z] OK: 211 MiB in 51 packages [2023-01-17T20:53:39.598Z] ---> 76d28165260a [2023-01-17T20:53:39.598Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-01-17T20:53:39.857Z] ---> Running in 41cece0ce6cf [2023-01-17T20:53:40.114Z] Removing intermediate container 073e840afb14 [2023-01-17T20:53:40.114Z] ---> 743b342db596 [2023-01-17T20:53:40.114Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-17T20:53:40.680Z] ---> 375788b7ab18 [2023-01-17T20:53:40.680Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T20:53:40.680Z] ---> Running in 4bb604b1f5fb [2023-01-17T20:53:40.940Z] Removing intermediate container 41cece0ce6cf [2023-01-17T20:53:40.941Z] ---> f7d03baa9342 [2023-01-17T20:53:40.941Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-01-17T20:53:41.213Z] ---> Running in a1c86844460a [2023-01-17T20:53:41.471Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T20:53:41.471Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-17T20:53:41.471Z] ---> d63f3b0f2eb3 [2023-01-17T20:53:41.471Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-17T20:53:41.471Z] ---> Using cache [2023-01-17T20:53:41.471Z] ---> 1e3465b83e1f [2023-01-17T20:53:41.471Z] Step 4/22 : WORKDIR /edgex-go [2023-01-17T20:53:41.472Z] ---> Using cache [2023-01-17T20:53:41.472Z] ---> 2b9fc79fdd4b [2023-01-17T20:53:41.472Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-17T20:53:41.472Z] ---> Using cache [2023-01-17T20:53:41.472Z] ---> 743b342db596 [2023-01-17T20:53:41.472Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-17T20:53:41.472Z] ---> Using cache [2023-01-17T20:53:41.472Z] ---> 375788b7ab18 [2023-01-17T20:53:41.472Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T20:53:41.472Z] ---> Running in 8113fc0ef670 [2023-01-17T20:53:41.472Z] Removing intermediate container a1c86844460a [2023-01-17T20:53:41.472Z] ---> 6aa14ef64a03 [2023-01-17T20:53:41.472Z] Step 29/32 : CMD ["gate"] [2023-01-17T20:53:41.729Z] ---> Running in 461429c97566 [2023-01-17T20:53:41.989Z] Removing intermediate container 461429c97566 [2023-01-17T20:53:41.989Z] ---> a1e61d838f47 [2023-01-17T20:53:41.989Z] Step 30/32 : LABEL arch=x86_64 [2023-01-17T20:53:42.246Z] ---> Running in 7b44cb24ccac [2023-01-17T20:53:42.504Z] Removing intermediate container 7b44cb24ccac [2023-01-17T20:53:42.504Z] ---> f9329158aa2f [2023-01-17T20:53:42.504Z] Step 31/32 : LABEL git_sha=9f954c887e585364eb3ec2c8958f53218aeb4f99 [2023-01-17T20:53:42.763Z] ---> Running in b992fe4b432d [2023-01-17T20:53:43.036Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T20:53:43.036Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-17T20:53:43.036Z] ---> d63f3b0f2eb3 [2023-01-17T20:53:43.036Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-01-17T20:53:43.036Z] ---> Using cache [2023-01-17T20:53:43.036Z] ---> 1e3465b83e1f [2023-01-17T20:53:43.036Z] Step 4/23 : WORKDIR /edgex-go [2023-01-17T20:53:43.036Z] ---> Using cache [2023-01-17T20:53:43.036Z] ---> 2b9fc79fdd4b [2023-01-17T20:53:43.036Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-01-17T20:53:43.036Z] ---> Using cache [2023-01-17T20:53:43.036Z] ---> 743b342db596 [2023-01-17T20:53:43.036Z] Step 6/23 : COPY go.mod vendor* ./ [2023-01-17T20:53:43.036Z] ---> Using cache [2023-01-17T20:53:43.036Z] ---> 375788b7ab18 [2023-01-17T20:53:43.036Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T20:53:43.036Z] Removing intermediate container b992fe4b432d [2023-01-17T20:53:43.036Z] ---> 5355c15957cb [2023-01-17T20:53:43.036Z] Step 32/32 : LABEL version=0.0.0 [2023-01-17T20:53:43.036Z] ---> Running in a6606dbc4211 [2023-01-17T20:53:43.313Z] ---> Running in dcdc5c629849 [2023-01-17T20:53:43.314Z] Removing intermediate container dcdc5c629849 [2023-01-17T20:53:43.314Z] ---> 13b564a9cde1 [2023-01-17T20:53:43.314Z] [2023-01-17T20:53:43.314Z] Successfully built 13b564a9cde1 [2023-01-17T20:53:43.571Z] Successfully tagged security-bootstrapper:latest [2023-01-17T20:53:43.571Z] Building security-spire-config [2023-01-17T20:53:46.100Z]  Building security-bootstrapper ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T20:53:46.100Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-17T20:53:46.100Z] ---> d63f3b0f2eb3 [2023-01-17T20:53:46.100Z] Step 3/24 : WORKDIR /edgex-go [2023-01-17T20:53:46.100Z] ---> Using cache [2023-01-17T20:53:46.100Z] ---> 6c69bf6d1f0a [2023-01-17T20:53:46.100Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-17T20:53:46.100Z] ---> Using cache [2023-01-17T20:53:46.100Z] ---> 898113a72936 [2023-01-17T20:53:46.100Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-17T20:53:46.100Z] ---> Using cache [2023-01-17T20:53:46.100Z] ---> 40e02ec3c462 [2023-01-17T20:53:46.100Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T20:53:46.100Z] ---> Using cache [2023-01-17T20:53:46.100Z] ---> d9febe2a7bfe [2023-01-17T20:53:46.100Z] Step 7/24 : COPY . . [2023-01-17T20:53:46.100Z] ---> Using cache [2023-01-17T20:53:46.100Z] ---> 1880fcbb382e [2023-01-17T20:53:46.100Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-17T20:53:46.100Z] ---> Using cache [2023-01-17T20:53:46.100Z] ---> d7d8e9ae03a6 [2023-01-17T20:53:46.100Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-17T20:53:46.100Z] ---> Using cache [2023-01-17T20:53:46.100Z] ---> f108cba465e9 [2023-01-17T20:53:46.100Z] 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 [2023-01-17T20:53:46.100Z] ---> Using cache [2023-01-17T20:53:46.100Z] ---> f5346ed3c8f6 [2023-01-17T20:53:46.100Z] Step 11/24 : WORKDIR /edgex-go [2023-01-17T20:53:46.100Z] ---> Using cache [2023-01-17T20:53:46.100Z] ---> 5b947c0ab3b4 [2023-01-17T20:53:46.100Z] [2023-01-17T20:53:46.100Z] Step 12/24 : FROM alpine:3.15 [2023-01-17T20:53:46.100Z] ---> c4fc93816858 [2023-01-17T20:53:46.100Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-17T20:53:46.100Z] ---> Using cache [2023-01-17T20:53:46.100Z] ---> a3dd8d07c180 [2023-01-17T20:53:46.100Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-01-17T20:53:47.032Z] ---> Running in ae8ba3d65edc [2023-01-17T20:53:47.289Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-17T20:53:47.546Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-17T20:53:47.804Z] v3.15.6-263-g7c8ce57c5e [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-17T20:53:47.804Z] v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-17T20:53:47.804Z] OK: 15859 distinct packages available [2023-01-17T20:53:47.804Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-17T20:53:47.804Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-17T20:53:48.061Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-01-17T20:53:48.061Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-01-17T20:53:48.061Z] (3/4) Installing libucontext (1.1-r0) [2023-01-17T20:53:48.061Z] (4/4) Installing gcompat (1.0.0-r4) [2023-01-17T20:53:48.061Z] Executing busybox-1.34.1-r7.trigger [2023-01-17T20:53:48.061Z] OK: 6 MiB in 18 packages [2023-01-17T20:53:48.992Z] Removing intermediate container ae8ba3d65edc [2023-01-17T20:53:48.992Z] ---> cba3ef48544d [2023-01-17T20:53:48.992Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-17T20:53:50.904Z] ---> bf9447166b00 [2023-01-17T20:53:50.904Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-01-17T20:53:51.469Z] ---> a4fa61c1a4eb [2023-01-17T20:53:51.469Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-01-17T20:53:51.469Z] ---> Running in a13d6b358845 [2023-01-17T20:53:52.846Z] Removing intermediate container a13d6b358845 [2023-01-17T20:53:52.846Z] ---> dab253e0db7b [2023-01-17T20:53:52.846Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-01-17T20:53:54.757Z] ---> 427a18836daf [2023-01-17T20:53:54.757Z] Step 19/24 : WORKDIR / [2023-01-17T20:53:54.757Z] ---> Running in cfbffe4805b9 [2023-01-17T20:53:55.689Z] Removing intermediate container cfbffe4805b9 [2023-01-17T20:53:55.689Z] ---> 5d9e6fab1712 [2023-01-17T20:53:55.689Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-17T20:53:56.261Z] ---> Running in e7b731a7d094 [2023-01-17T20:53:56.519Z] Removing intermediate container e7b731a7d094 [2023-01-17T20:53:56.519Z] ---> 5000558cf5f5 [2023-01-17T20:53:56.519Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-17T20:53:57.500Z] ---> Running in 97961cb3ffa4 [2023-01-17T20:53:57.500Z] Removing intermediate container 97961cb3ffa4 [2023-01-17T20:53:57.500Z] ---> 80ee599adf7d [2023-01-17T20:53:57.500Z] Step 22/24 : LABEL arch=x86_64 [2023-01-17T20:53:58.874Z] ---> Running in 35171e2f10b4 [2023-01-17T20:53:59.808Z] Removing intermediate container 35171e2f10b4 [2023-01-17T20:53:59.808Z] ---> 77bfd468ee47 [2023-01-17T20:53:59.808Z] Step 23/24 : LABEL git_sha=9f954c887e585364eb3ec2c8958f53218aeb4f99 [2023-01-17T20:54:00.740Z] Removing intermediate container fbdfb79a77e4 [2023-01-17T20:54:00.740Z] ---> 57bf70057098 [2023-01-17T20:54:00.740Z] [2023-01-17T20:54:00.740Z] Step 9/19 : FROM alpine:3.15 [2023-01-17T20:54:00.740Z] ---> c4fc93816858 [2023-01-17T20:54:00.740Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-17T20:54:00.740Z] ---> Using cache [2023-01-17T20:54:00.740Z] ---> a3dd8d07c180 [2023-01-17T20:54:00.740Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-01-17T20:54:01.312Z] ---> Running in 1a31768afd82 [2023-01-17T20:54:01.312Z] ---> Running in 85812763efe2 [2023-01-17T20:54:01.571Z] Removing intermediate container 1a31768afd82 [2023-01-17T20:54:01.571Z] ---> 6716124d0636 [2023-01-17T20:54:01.571Z] Step 24/24 : LABEL version=0.0.0 [2023-01-17T20:54:01.829Z] ---> Running in 31fd73297306 [2023-01-17T20:54:01.829Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-17T20:54:02.087Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-17T20:54:02.087Z] Removing intermediate container 4bb604b1f5fb [2023-01-17T20:54:02.087Z] ---> 0878531f4bcc [2023-01-17T20:54:02.087Z] Step 8/22 : COPY . . [2023-01-17T20:54:02.349Z] Removing intermediate container 31fd73297306 [2023-01-17T20:54:02.349Z] ---> 19e3792148e8 [2023-01-17T20:54:02.349Z] [2023-01-17T20:54:02.349Z] v3.15.6-263-g7c8ce57c5e [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-17T20:54:02.349Z] v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-17T20:54:02.349Z] OK: 15859 distinct packages available [2023-01-17T20:54:02.349Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-17T20:54:02.349Z] Successfully built 19e3792148e8 [2023-01-17T20:54:02.349Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-17T20:54:02.611Z] (1/9) Installing ca-certificates (20220614-r0) [2023-01-17T20:54:02.611Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-01-17T20:54:02.611Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-01-17T20:54:02.611Z] (4/9) Installing libcurl (7.80.0-r5) [2023-01-17T20:54:02.611Z] Successfully tagged security-spire-config:latest [2023-01-17T20:54:02.611Z] (5/9) Installing curl (7.80.0-r5) [2023-01-17T20:54:02.611Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-01-17T20:54:02.611Z] Building security-spire-server [2023-01-17T20:54:02.611Z]  Building security-spire-config ... done (7/9) Installing musl-obstack (1.2.3-r0) [2023-01-17T20:54:02.611Z] (8/9) Installing libucontext (1.1-r0) [2023-01-17T20:54:02.611Z] (9/9) Installing gcompat (1.0.0-r4) [2023-01-17T20:54:02.611Z] Executing busybox-1.34.1-r7.trigger [2023-01-17T20:54:02.611Z] Executing ca-certificates-20220614-r0.trigger [2023-01-17T20:54:02.611Z] OK: 8 MiB in 23 packages [2023-01-17T20:54:03.547Z] Removing intermediate container 8113fc0ef670 [2023-01-17T20:54:03.547Z] ---> cc289fa3788f [2023-01-17T20:54:03.547Z] Step 8/22 : COPY . . [2023-01-17T20:54:04.919Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T20:54:04.919Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-17T20:54:04.919Z] ---> d63f3b0f2eb3 [2023-01-17T20:54:04.919Z] Step 3/23 : WORKDIR /edgex-go [2023-01-17T20:54:04.919Z] ---> Using cache [2023-01-17T20:54:04.919Z] ---> 6c69bf6d1f0a [2023-01-17T20:54:04.919Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-01-17T20:54:04.919Z] ---> Using cache [2023-01-17T20:54:04.919Z] ---> 898113a72936 [2023-01-17T20:54:04.919Z] Step 5/23 : COPY go.mod vendor* ./ [2023-01-17T20:54:04.919Z] ---> Using cache [2023-01-17T20:54:04.919Z] ---> 40e02ec3c462 [2023-01-17T20:54:04.919Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T20:54:04.919Z] ---> Using cache [2023-01-17T20:54:04.919Z] ---> d9febe2a7bfe [2023-01-17T20:54:04.919Z] Step 7/23 : COPY . . [2023-01-17T20:54:04.919Z] ---> Using cache [2023-01-17T20:54:04.919Z] ---> 1880fcbb382e [2023-01-17T20:54:04.919Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-01-17T20:54:04.919Z] ---> Using cache [2023-01-17T20:54:04.919Z] ---> d7d8e9ae03a6 [2023-01-17T20:54:04.919Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-01-17T20:54:04.919Z] ---> Using cache [2023-01-17T20:54:04.919Z] ---> f108cba465e9 [2023-01-17T20:54:04.919Z] 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 [2023-01-17T20:54:06.837Z] ---> Running in c2d4a79c9f41 [2023-01-17T20:54:06.837Z] ---> 87102c6f4092 [2023-01-17T20:54:06.837Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-01-17T20:54:06.837Z] ---> eab71d2efc13 [2023-01-17T20:54:06.837Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-01-17T20:54:07.096Z] ---> Running in 9137b8023793 [2023-01-17T20:54:07.096Z] ---> Running in ad0ffd7b0e20 [2023-01-17T20:54:07.096Z] Removing intermediate container 85812763efe2 [2023-01-17T20:54:07.096Z] ---> 6ead7d8409dd [2023-01-17T20:54:07.096Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-17T20:54:07.375Z] ---> 68b8f55b2bcd [2023-01-17T20:54:07.375Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-01-17T20:54:07.375Z] 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 [2023-01-17T20:54:07.633Z] Removing intermediate container a6606dbc4211 [2023-01-17T20:54:07.633Z] ---> 6027f9062fc2 [2023-01-17T20:54:07.633Z] Step 8/23 : COPY . . [2023-01-17T20:54:07.633Z] 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 [2023-01-17T20:54:08.213Z] Removing intermediate container c2d4a79c9f41 [2023-01-17T20:54:08.213Z] ---> 4dd1cc7769a1 [2023-01-17T20:54:08.213Z] Step 11/23 : WORKDIR /edgex-go [2023-01-17T20:54:08.791Z] ---> 86f694ebaa94 [2023-01-17T20:54:08.791Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-01-17T20:54:09.051Z] ---> Running in ecc9f7bda73c [2023-01-17T20:54:09.051Z] ---> 9923b855be16 [2023-01-17T20:54:09.051Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-01-17T20:54:09.051Z] Removing intermediate container ecc9f7bda73c [2023-01-17T20:54:09.051Z] ---> ef8bae57acda [2023-01-17T20:54:09.051Z] [2023-01-17T20:54:09.051Z] Step 12/23 : FROM alpine:3.15 [2023-01-17T20:54:09.051Z] ---> c4fc93816858 [2023-01-17T20:54:09.051Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-17T20:54:09.051Z] ---> Using cache [2023-01-17T20:54:09.051Z] ---> a3dd8d07c180 [2023-01-17T20:54:09.051Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-17T20:54:09.051Z] ---> Using cache [2023-01-17T20:54:09.051Z] ---> e8e96a464a68 [2023-01-17T20:54:09.051Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-17T20:54:09.324Z] ---> Running in 99416fde35ff [2023-01-17T20:54:09.324Z] Removing intermediate container 99416fde35ff [2023-01-17T20:54:09.324Z] ---> 35e0ded71e26 [2023-01-17T20:54:09.324Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-17T20:54:09.583Z] ---> Running in f3510243be52 [2023-01-17T20:54:09.583Z] Removing intermediate container f3510243be52 [2023-01-17T20:54:09.583Z] ---> 66e056ee76b4 [2023-01-17T20:54:09.583Z] Step 17/19 : LABEL arch=x86_64 [2023-01-17T20:54:09.875Z] ---> Running in 188f2df1404c [2023-01-17T20:54:10.151Z] Removing intermediate container 188f2df1404c [2023-01-17T20:54:10.151Z] ---> d65feef0f5ec [2023-01-17T20:54:10.151Z] Step 18/19 : LABEL git_sha=9f954c887e585364eb3ec2c8958f53218aeb4f99 [2023-01-17T20:54:10.151Z] ---> Running in f2a80fbc304d [2023-01-17T20:54:10.408Z] Removing intermediate container f2a80fbc304d [2023-01-17T20:54:10.408Z] ---> 380a6103fcec [2023-01-17T20:54:10.408Z] Step 19/19 : LABEL version=0.0.0 [2023-01-17T20:54:10.408Z] ---> Running in 8302605aafce [2023-01-17T20:54:10.980Z] Removing intermediate container 8302605aafce [2023-01-17T20:54:10.980Z] ---> 56b84bd2c067 [2023-01-17T20:54:10.980Z] [2023-01-17T20:54:10.980Z] Successfully built 56b84bd2c067 [2023-01-17T20:54:10.980Z] Successfully tagged security-spiffe-token-provider:latest [2023-01-17T20:54:10.980Z] Building core-metadata [2023-01-17T20:54:12.364Z]  Building security-spiffe-token-provider ... done  ---> 14913f8f1f2a [2023-01-17T20:54:12.364Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-01-17T20:54:12.364Z] ---> 20f5ed85e36e [2023-01-17T20:54:12.364Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-01-17T20:54:12.931Z] ---> Running in 271b70792a1b [2023-01-17T20:54:12.931Z] ---> 24afc581e8a4 [2023-01-17T20:54:12.931Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-01-17T20:54:13.867Z] 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 [2023-01-17T20:54:13.867Z] ---> b4680be6bb44 [2023-01-17T20:54:13.867Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-01-17T20:54:14.820Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T20:54:14.820Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-17T20:54:14.821Z] ---> d63f3b0f2eb3 [2023-01-17T20:54:14.821Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-01-17T20:54:14.821Z] ---> Using cache [2023-01-17T20:54:14.821Z] ---> 1e3465b83e1f [2023-01-17T20:54:14.821Z] Step 4/24 : WORKDIR /edgex-go [2023-01-17T20:54:14.821Z] ---> Using cache [2023-01-17T20:54:14.821Z] ---> 2b9fc79fdd4b [2023-01-17T20:54:14.821Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-01-17T20:54:14.821Z] ---> Using cache [2023-01-17T20:54:14.821Z] ---> 743b342db596 [2023-01-17T20:54:14.821Z] Step 6/24 : COPY go.mod vendor* ./ [2023-01-17T20:54:14.821Z] ---> Using cache [2023-01-17T20:54:14.821Z] ---> 375788b7ab18 [2023-01-17T20:54:14.821Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T20:54:14.821Z] ---> Using cache [2023-01-17T20:54:14.821Z] ---> 6027f9062fc2 [2023-01-17T20:54:14.821Z] Step 8/24 : COPY . . [2023-01-17T20:54:14.821Z] ---> Using cache [2023-01-17T20:54:14.821Z] ---> 20f5ed85e36e [2023-01-17T20:54:14.821Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-01-17T20:54:14.821Z] ---> 70263f0574dc [2023-01-17T20:54:14.821Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-17T20:54:15.079Z] ---> Running in 3efc6b7fed3d [2023-01-17T20:54:15.079Z] ---> Running in 2d70c26fe33d [2023-01-17T20:54:15.649Z] Removing intermediate container 2d70c26fe33d [2023-01-17T20:54:15.649Z] ---> 7546c5eb13c1 [2023-01-17T20:54:15.649Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-17T20:54:15.649Z] ---> Running in ba6fc23566cd [2023-01-17T20:54:15.909Z] 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 [2023-01-17T20:54:15.909Z] Removing intermediate container ba6fc23566cd [2023-01-17T20:54:15.909Z] ---> 7fd083691d28 [2023-01-17T20:54:15.909Z] Step 21/23 : LABEL arch=x86_64 [2023-01-17T20:54:16.170Z] ---> Running in 4f00891ec249 [2023-01-17T20:54:16.431Z] Removing intermediate container 4f00891ec249 [2023-01-17T20:54:16.431Z] ---> 9a21d7f08cbb [2023-01-17T20:54:16.431Z] Step 22/23 : LABEL git_sha=9f954c887e585364eb3ec2c8958f53218aeb4f99 [2023-01-17T20:54:16.431Z] ---> Running in 76b2e6e08282 [2023-01-17T20:54:16.548Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-2798 in /w/workspace/edgexfoundry_edgex-go_PR-4291 [Pipeline] { [Pipeline] ws [2023-01-17T20:54:16.625Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-01-17T20:54:16.711Z] The recommended git tool is: git [2023-01-17T20:54:16.996Z] Removing intermediate container 76b2e6e08282 [2023-01-17T20:54:16.996Z] ---> 6b0520f74cbe [2023-01-17T20:54:16.996Z] Step 23/23 : LABEL version=0.0.0 [2023-01-17T20:54:16.996Z] ---> Running in 3289f1ed95f7 [2023-01-17T20:54:17.258Z] Removing intermediate container 3289f1ed95f7 [2023-01-17T20:54:17.258Z] ---> f1912a4f945c [2023-01-17T20:54:17.258Z] [2023-01-17T20:54:17.258Z] Successfully built f1912a4f945c [2023-01-17T20:54:17.517Z] Successfully tagged security-spire-server:latest [2023-01-17T20:54:22.683Z] using credential edgex-jenkins-ssh [2023-01-17T20:54:22.701Z] Cloning the remote Git repository [2023-01-17T20:54:22.757Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-01-17T20:54:22.840Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-01-17T20:54:23.022Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-01-17T20:54:23.023Z] > git --version # timeout=10 [2023-01-17T20:54:23.047Z] > git --version # 'git version 2.25.1' [2023-01-17T20:54:23.049Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-17T20:54:23.118Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-17T20:54:39.426Z]  Building security-spire-server ... done Removing intermediate container ad0ffd7b0e20 [2023-01-17T20:54:39.427Z] ---> 42e123bb9ca6 [2023-01-17T20:54:39.427Z] [2023-01-17T20:54:39.427Z] Step 10/22 : FROM alpine:3.16 [2023-01-17T20:54:39.427Z] ---> bfe296a52501 [2023-01-17T20:54:39.427Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-01-17T20:54:39.427Z] ---> Running in 54180a30b2c9 [2023-01-17T20:54:39.427Z] Removing intermediate container 54180a30b2c9 [2023-01-17T20:54:39.427Z] ---> 6c58ea9ea4b7 [2023-01-17T20:54:39.427Z] Step 12/22 : ENV APP_PORT=59880 [2023-01-17T20:54:39.427Z] ---> Running in e47121cd0c19 [2023-01-17T20:54:39.427Z] Removing intermediate container e47121cd0c19 [2023-01-17T20:54:39.427Z] ---> 33682058179b [2023-01-17T20:54:39.427Z] Step 13/22 : EXPOSE $APP_PORT [2023-01-17T20:54:39.427Z] ---> Running in 3c73b8bb8405 [2023-01-17T20:54:39.427Z] Removing intermediate container 3c73b8bb8405 [2023-01-17T20:54:39.427Z] ---> 3df9c2ee3d87 [2023-01-17T20:54:39.427Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-01-17T20:54:39.993Z] ---> Running in 805a16c13e66 [2023-01-17T20:54:39.993Z] Removing intermediate container 271b70792a1b [2023-01-17T20:54:39.993Z] ---> 96862f1aafb6 [2023-01-17T20:54:39.993Z] [2023-01-17T20:54:39.993Z] Step 10/23 : FROM alpine:3.16 [2023-01-17T20:54:39.993Z] ---> bfe296a52501 [2023-01-17T20:54:39.993Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-01-17T20:54:39.993Z] Removing intermediate container 9137b8023793 [2023-01-17T20:54:39.993Z] ---> 6a7c1a825c76 [2023-01-17T20:54:39.993Z] [2023-01-17T20:54:39.993Z] Step 10/22 : FROM alpine:3.16 [2023-01-17T20:54:39.993Z] ---> bfe296a52501 [2023-01-17T20:54:39.993Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-01-17T20:54:40.253Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T20:54:40.511Z] ---> Running in c1074835f06e [2023-01-17T20:54:40.511Z] ---> Running in 4bfde02491e9 [2023-01-17T20:54:40.511Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T20:54:40.769Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-17T20:54:40.769Z] Executing busybox-1.35.0-r17.trigger [2023-01-17T20:54:40.769Z] OK: 6 MiB in 15 packages [2023-01-17T20:54:40.769Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T20:54:41.027Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T20:54:41.027Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T20:54:41.027Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T20:54:41.286Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-17T20:54:41.286Z] Executing busybox-1.35.0-r17.trigger [2023-01-17T20:54:41.286Z] OK: 6 MiB in 15 packages [2023-01-17T20:54:41.286Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-17T20:54:41.286Z] Executing busybox-1.35.0-r17.trigger [2023-01-17T20:54:41.286Z] OK: 6 MiB in 15 packages [2023-01-17T20:54:41.554Z] Removing intermediate container 3efc6b7fed3d [2023-01-17T20:54:41.554Z] ---> 7b5acf066352 [2023-01-17T20:54:41.554Z] [2023-01-17T20:54:41.829Z] Step 10/24 : FROM alpine:3.16 [2023-01-17T20:54:41.829Z] ---> bfe296a52501 [2023-01-17T20:54:41.829Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-01-17T20:54:41.829Z] Removing intermediate container 805a16c13e66 [2023-01-17T20:54:41.829Z] ---> 4a24c9627cf0 [2023-01-17T20:54:41.829Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-17T20:54:41.829Z] ---> Running in c6921733d28b [2023-01-17T20:54:41.829Z] Removing intermediate container 4bfde02491e9 [2023-01-17T20:54:41.829Z] ---> 2375986bc97d [2023-01-17T20:54:41.829Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-17T20:54:41.829Z] Removing intermediate container c1074835f06e [2023-01-17T20:54:41.829Z] ---> c07a7b9592a6 [2023-01-17T20:54:41.829Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-17T20:54:41.829Z] ---> Running in f6c00d6b0522 [2023-01-17T20:54:42.087Z] ---> 9ac88e1e9b7d [2023-01-17T20:54:42.087Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-01-17T20:54:42.087Z] ---> Running in 34b1833a58f9 [2023-01-17T20:54:42.087Z] Removing intermediate container f6c00d6b0522 [2023-01-17T20:54:42.087Z] ---> d49a798400ab [2023-01-17T20:54:42.087Z] Step 13/22 : ENV APP_PORT=59861 [2023-01-17T20:54:42.087Z] ---> Running in a7d2e5a7baee [2023-01-17T20:54:42.087Z] Removing intermediate container 34b1833a58f9 [2023-01-17T20:54:42.087Z] ---> a350c4d17286 [2023-01-17T20:54:42.087Z] Step 13/23 : ENV APP_PORT=59882 [2023-01-17T20:54:42.087Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T20:54:42.345Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T20:54:42.345Z] ---> Running in df0febce2647 [2023-01-17T20:54:42.345Z] Removing intermediate container a7d2e5a7baee [2023-01-17T20:54:42.345Z] ---> cc5f196be4b9 [2023-01-17T20:54:42.345Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-17T20:54:42.345Z] ---> Running in 18e0fa963df9 [2023-01-17T20:54:42.345Z] ---> 535e075f6814 [2023-01-17T20:54:42.345Z] Removing intermediate container df0febce2647 [2023-01-17T20:54:42.345Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml ---> 254359606dab [2023-01-17T20:54:42.345Z] [2023-01-17T20:54:42.345Z] Step 14/23 : EXPOSE $APP_PORT [2023-01-17T20:54:42.345Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-17T20:54:42.345Z] Executing busybox-1.35.0-r17.trigger [2023-01-17T20:54:42.345Z] OK: 6 MiB in 15 packages [2023-01-17T20:54:42.345Z] ---> Running in 87d89e2803ba [2023-01-17T20:54:42.345Z] Removing intermediate container 18e0fa963df9 [2023-01-17T20:54:42.345Z] ---> 3e8f8cfb8651 [2023-01-17T20:54:42.345Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-17T20:54:42.607Z] ---> 88f826d33b74 [2023-01-17T20:54:42.607Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-01-17T20:54:42.607Z] ---> Running in 0942d64f5b46 [2023-01-17T20:54:42.607Z] Removing intermediate container 87d89e2803ba [2023-01-17T20:54:42.607Z] ---> 72e6dcc1463c [2023-01-17T20:54:42.607Z] Step 15/23 : WORKDIR / [2023-01-17T20:54:42.607Z] ---> 44ec76976456 [2023-01-17T20:54:42.607Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-01-17T20:54:42.607Z] Removing intermediate container 0942d64f5b46 [2023-01-17T20:54:42.607Z] ---> 5bba63372403 [2023-01-17T20:54:42.607Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-17T20:54:42.607Z] ---> Running in 8f69cb481cd3 [2023-01-17T20:54:42.865Z] ---> Running in 7b1eef043e9e [2023-01-17T20:54:42.865Z] Removing intermediate container 8f69cb481cd3 [2023-01-17T20:54:42.865Z] ---> fd1d1336a697 [2023-01-17T20:54:42.865Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-17T20:54:42.865Z] Removing intermediate container c6921733d28b [2023-01-17T20:54:42.865Z] ---> 851b6039c34b [2023-01-17T20:54:42.865Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-17T20:54:42.865Z] ---> Running in 838259afe316 [2023-01-17T20:54:42.865Z] Removing intermediate container 7b1eef043e9e [2023-01-17T20:54:42.865Z] ---> a3cb2c2ca3e0 [2023-01-17T20:54:42.865Z] Step 20/22 : LABEL arch=x86_64 [2023-01-17T20:54:43.122Z] ---> 233d6e430bef [2023-01-17T20:54:43.122Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-01-17T20:54:43.122Z] ---> Running in cce454318150 [2023-01-17T20:54:43.122Z] Removing intermediate container 838259afe316 [2023-01-17T20:54:43.122Z] ---> 43b0c96ba5bb [2023-01-17T20:54:43.122Z] Step 13/24 : ENV APP_PORT=59881 [2023-01-17T20:54:43.122Z] ---> Running in 506d36399822 [2023-01-17T20:54:42.603Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-01-17T20:54:42.630Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-17T20:54:43.381Z] Removing intermediate container cce454318150 [2023-01-17T20:54:43.381Z] ---> eb0154280071 [2023-01-17T20:54:43.381Z] Step 21/22 : LABEL git_sha=9f954c887e585364eb3ec2c8958f53218aeb4f99 [2023-01-17T20:54:43.381Z] ---> a289d4273656 [2023-01-17T20:54:43.381Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-01-17T20:54:43.381Z] Removing intermediate container 506d36399822 [2023-01-17T20:54:43.381Z] ---> 5d1f653c005c [2023-01-17T20:54:43.381Z] Step 14/24 : EXPOSE $APP_PORT [2023-01-17T20:54:43.381Z] ---> Running in 7a7bfbe0ce44 [2023-01-17T20:54:43.381Z] ---> Running in a452f61c6935 [2023-01-17T20:54:43.638Z] ---> d6acfd4d6ee0 [2023-01-17T20:54:43.638Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-01-17T20:54:43.638Z] ---> b1765861d37c [2023-01-17T20:54:43.638Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-01-17T20:54:43.638Z] Removing intermediate container 7a7bfbe0ce44 [2023-01-17T20:54:43.638Z] ---> 1f4040dd1bd6 [2023-01-17T20:54:43.638Z] Step 22/22 : LABEL version=0.0.0 [2023-01-17T20:54:43.638Z] Removing intermediate container a452f61c6935 [2023-01-17T20:54:43.638Z] ---> fb352482e9da [2023-01-17T20:54:43.638Z] Step 15/24 : WORKDIR / [2023-01-17T20:54:43.638Z] ---> Running in 7b056cced410 [2023-01-17T20:54:43.638Z] ---> Running in 247f566b8974 [2023-01-17T20:54:43.638Z] ---> Running in 4dfd3ab3e218 [2023-01-17T20:54:43.638Z] ---> c125af1e2a98 [2023-01-17T20:54:43.638Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-01-17T20:54:43.904Z] ---> Running in 49ce808c8912 [2023-01-17T20:54:43.904Z] Removing intermediate container 7b056cced410 [2023-01-17T20:54:43.904Z] ---> d8adf56af238 [2023-01-17T20:54:43.904Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-17T20:54:43.904Z] Removing intermediate container 4dfd3ab3e218 [2023-01-17T20:54:43.904Z] ---> 685915041fdc [2023-01-17T20:54:43.904Z] [2023-01-17T20:54:43.904Z] Removing intermediate container 247f566b8974 [2023-01-17T20:54:43.904Z] ---> c47541b6fbc3 [2023-01-17T20:54:43.904Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-17T20:54:43.904Z] ---> Running in 7cb056d93aef [2023-01-17T20:54:43.904Z] Removing intermediate container 49ce808c8912 [2023-01-17T20:54:43.904Z] ---> 62216ef73dce [2023-01-17T20:54:43.904Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-17T20:54:43.904Z] ---> Running in fee58077fb90 [2023-01-17T20:54:43.904Z] Successfully built 685915041fdc [2023-01-17T20:54:43.904Z] Successfully tagged core-data:latest [2023-01-17T20:54:43.904Z]  Building core-data ... done Removing intermediate container 7cb056d93aef [2023-01-17T20:54:43.904Z] ---> bd4f16a3f371 [2023-01-17T20:54:43.904Z] Step 20/22 : LABEL arch=x86_64 [2023-01-17T20:54:44.174Z] ---> e35fea44ef4c [2023-01-17T20:54:44.174Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-01-17T20:54:44.174Z] ---> Running in 7deeddd49682 [2023-01-17T20:54:44.174Z] Removing intermediate container fee58077fb90 [2023-01-17T20:54:44.174Z] ---> 3d4f89dde725 [2023-01-17T20:54:44.174Z] Step 21/23 : LABEL arch=x86_64 [2023-01-17T20:54:44.174Z] ---> Running in 6e857ec35b74 [2023-01-17T20:54:44.174Z] Removing intermediate container 7deeddd49682 [2023-01-17T20:54:44.174Z] ---> 2f70f95ed742 [2023-01-17T20:54:44.174Z] Step 21/22 : LABEL git_sha=9f954c887e585364eb3ec2c8958f53218aeb4f99 [2023-01-17T20:54:44.174Z] ---> Running in 198099ff4f3d [2023-01-17T20:54:44.174Z] Removing intermediate container 6e857ec35b74 [2023-01-17T20:54:44.174Z] ---> 539409c50723 [2023-01-17T20:54:44.174Z] Step 22/23 : LABEL git_sha=9f954c887e585364eb3ec2c8958f53218aeb4f99 [2023-01-17T20:54:44.433Z] ---> Running in 9258b70b0d9f [2023-01-17T20:54:44.433Z] Removing intermediate container 198099ff4f3d [2023-01-17T20:54:44.433Z] ---> 6acc52ebca79 [2023-01-17T20:54:44.433Z] Step 22/22 : LABEL version=0.0.0 [2023-01-17T20:54:44.433Z] ---> Running in 96481d44ddf0 [2023-01-17T20:54:44.433Z] Removing intermediate container 9258b70b0d9f [2023-01-17T20:54:44.433Z] ---> 81066e6d3521 [2023-01-17T20:54:44.433Z] Step 23/23 : LABEL version=0.0.0 [2023-01-17T20:54:44.433Z] ---> 4102bad4df02 [2023-01-17T20:54:44.433Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-01-17T20:54:44.433Z] ---> Running in 806dd1735b17 [2023-01-17T20:54:44.691Z] Removing intermediate container 96481d44ddf0 [2023-01-17T20:54:44.691Z] ---> 05c54baf73af [2023-01-17T20:54:44.691Z] [2023-01-17T20:54:44.691Z] Successfully built 05c54baf73af [2023-01-17T20:54:44.691Z] Successfully tagged support-scheduler:latest [2023-01-17T20:54:44.691Z]  Building support-scheduler ... done Removing intermediate container 806dd1735b17 [2023-01-17T20:54:44.691Z] ---> 25617c44e873 [2023-01-17T20:54:44.691Z] [2023-01-17T20:54:44.691Z] ---> 57f57f8c8abe [2023-01-17T20:54:44.691Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-01-17T20:54:44.691Z] Successfully built 25617c44e873 [2023-01-17T20:54:44.691Z] Successfully tagged core-command:latest [2023-01-17T20:54:44.753Z] Merging remotes/origin/main commit 81801e3d83727a95447f456a5df1a63b0188c95d into PR head commit 9f954c887e585364eb3ec2c8958f53218aeb4f99 [Pipeline] } [Pipeline] // ws [Pipeline] } [2023-01-17T20:54:44.950Z]  Building core-command ... done  ---> d8c2f1b13e37 [2023-01-17T20:54:44.950Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-01-17T20:54:44.950Z] ---> Running in a7c9f18308a2 [2023-01-17T20:54:44.950Z] Removing intermediate container a7c9f18308a2 [2023-01-17T20:54:44.950Z] ---> 9306d592c053 [2023-01-17T20:54:44.950Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-17T20:54:44.950Z] ---> Running in 2ca170ef91e3 [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-01-17T20:54:45.143Z] Failed in branch arm64 [2023-01-17T20:54:45.209Z] Removing intermediate container 2ca170ef91e3 [2023-01-17T20:54:45.209Z] ---> 199a6a0904ab [2023-01-17T20:54:45.209Z] Step 22/24 : LABEL arch=x86_64 [2023-01-17T20:54:45.209Z] ---> Running in 0e73ecb7a69b [2023-01-17T20:54:45.209Z] Removing intermediate container 0e73ecb7a69b [2023-01-17T20:54:45.209Z] ---> fae230efbbe0 [2023-01-17T20:54:45.209Z] Step 23/24 : LABEL git_sha=9f954c887e585364eb3ec2c8958f53218aeb4f99 [2023-01-17T20:54:45.209Z] ---> Running in 49935ce44419 [2023-01-17T20:54:43.789Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-01-17T20:54:43.846Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-01-17T20:54:43.847Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-17T20:54:43.866Z] > 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 [2023-01-17T20:54:44.778Z] > git config core.sparsecheckout # timeout=10 [2023-01-17T20:54:44.800Z] > git checkout -f 9f954c887e585364eb3ec2c8958f53218aeb4f99 # timeout=10 [2023-01-17T20:54:45.467Z] Removing intermediate container 49935ce44419 [2023-01-17T20:54:45.468Z] ---> 6a71e0b21802 [2023-01-17T20:54:45.468Z] Step 24/24 : LABEL version=0.0.0 [2023-01-17T20:54:45.468Z] ---> Running in f5b8a6136a0a [2023-01-17T20:54:45.468Z] Removing intermediate container f5b8a6136a0a [2023-01-17T20:54:45.468Z] ---> 9bc387ba5ca6 [2023-01-17T20:54:45.468Z] [2023-01-17T20:54:45.468Z] Successfully built 9bc387ba5ca6 [2023-01-17T20:54:45.468Z] Successfully tagged core-metadata:latest [2023-01-17T20:54:45.473Z]  Building core-metadata ... done  [Pipeline] } [2023-01-17T20:54:45.492Z] $ docker stop --time=1 9dda017f664af3e48e4c8935901d58eba96ca647d759fcb400ed8c4a3be5e8b0 [2023-01-17T20:54:46.800Z] $ docker rm -f --volumes 9dda017f664af3e48e4c8935901d58eba96ca647d759fcb400ed8c4a3be5e8b0 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-17T20:54:47.197Z] + docker images [2023-01-17T20:54:47.197Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-01-17T20:54:47.197Z] core-metadata latest 9bc387ba5ca6 2 seconds ago 18.5MB [2023-01-17T20:54:47.197Z] core-command latest 25617c44e873 3 seconds ago 17.7MB [2023-01-17T20:54:47.197Z] support-scheduler latest 05c54baf73af 3 seconds ago 30MB [2023-01-17T20:54:47.197Z] core-data latest 685915041fdc 4 seconds ago 17.9MB [2023-01-17T20:54:47.197Z] 7b5acf066352 6 seconds ago 1.68GB [2023-01-17T20:54:47.197Z] 96862f1aafb6 8 seconds ago 1.67GB [2023-01-17T20:54:47.198Z] 6a7c1a825c76 8 seconds ago 1.74GB [2023-01-17T20:54:47.198Z] 42e123bb9ca6 11 seconds ago 1.68GB [2023-01-17T20:54:47.198Z] security-spire-server latest f1912a4f945c 30 seconds ago 86.5MB [2023-01-17T20:54:47.198Z] security-spiffe-token-provider latest 56b84bd2c067 37 seconds ago 29.8MB [2023-01-17T20:54:47.198Z] ef8bae57acda 39 seconds ago 1.54GB [2023-01-17T20:54:47.198Z] security-spire-config latest 19e3792148e8 46 seconds ago 85.8MB [2023-01-17T20:54:47.198Z] 57bf70057098 48 seconds ago 1.7GB [2023-01-17T20:54:47.198Z] security-bootstrapper latest 13b564a9cde1 About a minute ago 20.3MB [2023-01-17T20:54:47.198Z] security-secretstore-setup latest fd5e2a628ad8 About a minute ago 29.9MB [2023-01-17T20:54:47.198Z] support-notifications latest c3f6fb9e750f About a minute ago 30.6MB [2023-01-17T20:54:47.198Z] security-proxy-setup latest aeda5558f8fc About a minute ago 27.8MB [2023-01-17T20:54:47.198Z] c51a2b9040ac About a minute ago 1.74GB [2023-01-17T20:54:47.198Z] dca468874132 About a minute ago 1.66GB [2023-01-17T20:54:47.198Z] d207978e13a5 About a minute ago 1.66GB [2023-01-17T20:54:47.198Z] e51983ad7425 About a minute ago 1.66GB [2023-01-17T20:54:47.198Z] security-spire-agent latest 7eee2c865518 About a minute ago 125MB [2023-01-17T20:54:47.198Z] 5b947c0ab3b4 About a minute ago 1.54GB [2023-01-17T20:54:47.198Z] ci-base-image-x86_64 latest d63f3b0f2eb3 4 minutes ago 904MB [2023-01-17T20:54:47.198Z] alpine 3.16 bfe296a52501 2 months ago 5.54MB [2023-01-17T20:54:47.198Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 2 months ago 683MB [2023-01-17T20:54:47.198Z] alpine 3.15 c4fc93816858 5 months ago 5.59MB [2023-01-17T20:54:47.198Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 6 months ago 253MB [2023-01-17T20:54:47.198Z] 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 [2023-01-17T20:54:49.304Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-01-17T20:54:49.629Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-17T20:54:50.523Z] ---> package-listing.sh [2023-01-17T20:54:50.523Z] ++ facter osfamily [2023-01-17T20:54:50.523Z] ++ tr '[:upper:]' '[:lower:]' [2023-01-17T20:54:50.783Z] + OS_FAMILY=debian [2023-01-17T20:54:50.783Z] + workspace=/w/workspace/edgex-go/1 [2023-01-17T20:54:50.783Z] + START_PACKAGES=/tmp/packages_start.txt [2023-01-17T20:54:50.783Z] + END_PACKAGES=/tmp/packages_end.txt [2023-01-17T20:54:50.783Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-01-17T20:54:50.783Z] + PACKAGES=/tmp/packages_start.txt [2023-01-17T20:54:50.783Z] + '[' /w/workspace/edgex-go/1 ']' [2023-01-17T20:54:50.783Z] + PACKAGES=/tmp/packages_end.txt [2023-01-17T20:54:50.783Z] + case "${OS_FAMILY}" in [2023-01-17T20:54:50.783Z] + dpkg -l [2023-01-17T20:54:50.783Z] + grep '^ii' [2023-01-17T20:54:50.783Z] + '[' -f /tmp/packages_start.txt ']' [2023-01-17T20:54:50.783Z] + '[' -f /tmp/packages_end.txt ']' [2023-01-17T20:54:50.783Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-01-17T20:54:50.783Z] + '[' /w/workspace/edgex-go/1 ']' [2023-01-17T20:54:50.783Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-01-17T20:54:50.783Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-01-17T20:54:50.822Z] 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 [2023-01-17T20:54:51.114Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:54:51.736Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-17T20:54:51.736Z] [2023-01-17T20:54:51.736Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:54:52.127Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-17T20:54:52.127Z] latest: Pulling from edgex-lftools-log-publisher [2023-01-17T20:54:52.127Z] 5eb5b503b376: Pulling fs layer [2023-01-17T20:54:52.127Z] 5c69ac0246d0: Pulling fs layer [2023-01-17T20:54:52.127Z] ec43610c2a17: Pulling fs layer [2023-01-17T20:54:52.127Z] 3a2ae6a8a46f: Pulling fs layer [2023-01-17T20:54:52.127Z] 33b1e0a273af: Pulling fs layer [2023-01-17T20:54:52.127Z] 5d3b04190fa2: Pulling fs layer [2023-01-17T20:54:52.127Z] 2f39f015ded8: Pulling fs layer [2023-01-17T20:54:52.127Z] 3a2ae6a8a46f: Waiting [2023-01-17T20:54:52.127Z] 5d3b04190fa2: Waiting [2023-01-17T20:54:52.127Z] 33b1e0a273af: Waiting [2023-01-17T20:54:52.127Z] 2f39f015ded8: Waiting [2023-01-17T20:54:52.388Z] 5c69ac0246d0: Download complete [2023-01-17T20:54:52.388Z] 3a2ae6a8a46f: Download complete [2023-01-17T20:54:52.388Z] 33b1e0a273af: Verifying Checksum [2023-01-17T20:54:52.388Z] 33b1e0a273af: Download complete [2023-01-17T20:54:52.388Z] 5d3b04190fa2: Verifying Checksum [2023-01-17T20:54:52.388Z] 5d3b04190fa2: Download complete [2023-01-17T20:54:52.388Z] ec43610c2a17: Verifying Checksum [2023-01-17T20:54:52.388Z] ec43610c2a17: Download complete [2023-01-17T20:54:52.646Z] 5eb5b503b376: Verifying Checksum [2023-01-17T20:54:52.646Z] 5eb5b503b376: Download complete [2023-01-17T20:54:53.212Z] 2f39f015ded8: Download complete [2023-01-17T20:54:53.778Z] 5eb5b503b376: Pull complete [2023-01-17T20:54:53.778Z] 5c69ac0246d0: Pull complete [2023-01-17T20:54:54.036Z] ec43610c2a17: Pull complete [2023-01-17T20:54:54.293Z] 3a2ae6a8a46f: Pull complete [2023-01-17T20:54:54.293Z] 33b1e0a273af: Pull complete [2023-01-17T20:54:54.550Z] 5d3b04190fa2: Pull complete [2023-01-17T20:54:58.734Z] 2f39f015ded8: Pull complete [2023-01-17T20:54:58.734Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-01-17T20:54:58.734Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-17T20:54:58.734Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-17T20:54:58.932Z] prd-ubuntu20.04-docker-8c-8g-2793 does not seem to be running inside a container [2023-01-17T20:54:58.956Z] $ 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 [2023-01-17T20:55:01.249Z] $ docker top a3be1781694383f187b7b72085cb39e16819faf041b490101b32cc848a521188 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-17T20:55:01.654Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-01-17T20:55:01.962Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-01-17T20:55:02.271Z] + ls /var/log/sa-host [2023-01-17T20:55:02.271Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-17T20:55:02.397Z] provisioning config files... [2023-01-17T20:55:02.407Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config14615766952520734759tmp [Pipeline] { [Pipeline] echo [2023-01-17T20:55:02.454Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-17T20:55:02.762Z] ---> create-netrc.sh [Pipeline] } [2023-01-17T20:55:02.788Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-01-17T20:55:03.170Z] ---> python-tools-install.sh [Pipeline] echo [2023-01-17T20:55:03.204Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-17T20:55:03.514Z] ---> sudo-logs.sh [2023-01-17T20:55:03.514Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-01-17T20:55:03.600Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-17T20:55:03.911Z] ---> job-cost.sh [2023-01-17T20:55:03.911Z] lf-activate-venv: SKIPPING [2023-01-17T20:55:03.911Z] INFO: No Stack... [2023-01-17T20:55:04.170Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-17T20:55:04.737Z] INFO: Archiving Costs [Pipeline] echo [2023-01-17T20:55:04.767Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-17T20:55:05.071Z] ---> logs-deploy.sh [2023-01-17T20:55:05.071Z] lf-activate-venv: SKIPPING [2023-01-17T20:55:05.071Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4291/1 [2023-01-17T20:55:05.071Z] INFO: archiving workspace using pattern(s): [2023-01-17T20:55:06.006Z] Archives upload complete. [2023-01-17T20:55:06.006Z] INFO: archiving logs to Nexus