Pull request #4215 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 hahattan for edgexfoundry/edgex-go Loading trusted files from base branch main at bec6ac5133b81c8d346ce10051e81bd60c096cff rather than fda7a4000c8f8f0a55d75a5fa0e350a04c35f5e1 Obtained Jenkinsfile from bec6ac5133b81c8d346ce10051e81bd60c096cff 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-ssh14758137728242887628.key Verifying host key using known hosts file > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6c1167a966ce7273a24629bf6583a1975ad218c3 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-ssh14086078496418038156.key Verifying host key using known hosts file > 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 6c1167a966ce7273a24629bf6583a1975ad218c3 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-4215/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-4215/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9042513084698976889.key Verifying host key using known hosts file > 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-4215/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh787579960455524621.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6c1167a966ce7273a24629bf6583a1975ad218c3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c1167a966ce7273a24629bf6583a1975ad218c3 # timeout=10 Commit message: "Merge pull request #418 from cjoyv/upgrade-gradle" > 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-ssh16154298117231373413.key Verifying host key using known hosts file > 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-4215/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-4215/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh3066349158584453489.key Verifying host key using known hosts file > 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 6c1167a966ce7273a24629bf6583a1975ad218c3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-116819 in /w/workspace/edgexfoundry_edgex-go_PR-4215 [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 Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Merging remotes/origin/main commit bec6ac5133b81c8d346ce10051e81bd60c096cff into PR head commit fda7a4000c8f8f0a55d75a5fa0e350a04c35f5e1 Merge succeeded, producing e407bc110b54591bbd4fe32bf4a421e4c05cc568 Checking out Revision e407bc110b54591bbd4fe32bf4a421e4c05cc568 (PR-4215) > 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 Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4215/head:refs/remotes/origin/PR-4215 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fda7a4000c8f8f0a55d75a5fa0e350a04c35f5e1 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git merge bec6ac5133b81c8d346ce10051e81bd60c096cff # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e407bc110b54591bbd4fe32bf4a421e4c05cc568 # timeout=10 Commit message: "Merge commit 'bec6ac5133b81c8d346ce10051e81bd60c096cff' into HEAD" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:00:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:00:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:00:09 ========================================================= 09:00:09 EdgeX Global Pipelines Version Info 09:00:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:00:10 ------------------- 09:00:10 stable info: 09:00:10 ------------------- 09:00:10 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:00:10 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 09:00:10 Message: update stable to v1.0.243 09:00:11 ------------------- 09:00:11 experimental info: 09:00:11 ------------------- 09:00:11 Commited By: **** collab-it+edgex@linuxfoundation.org 09:00:11 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 09:00:11 Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:00:11 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 09:00:11 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 09:00:11 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:00:11 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:00:11 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:00:11 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 09:00:11 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 09:00:11 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 09:00:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 09:00:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 09:00:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:00:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:00:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 09:00:12 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:00:12 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:00:12 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:00:12 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:00:12 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:00:12 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 09:00:12 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 09:00:12 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 09:00:12 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 09:00:12 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 09:00:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4215 [Pipeline] echo 09:00:12 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4215 [Pipeline] echo 09:00:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4215 [Pipeline] echo 09:00:12 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e407bc110b54591bbd4fe32bf4a421e4c05cc568 [Pipeline] echo 09:00:12 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e407bc1 [Pipeline] echo 09:00:12 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:00:12 provisioning config files... 09:00:12 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config43298534171276604tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:00:12 ---> docker-login.sh 09:00:12 nexus3.edgexfoundry.org:10001 09:00:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:00:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:00:13 Configure a credential helper to remove this warning. See 09:00:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:00:13 09:00:13 Login Succeeded 09:00:13 nexus3.edgexfoundry.org:10002 09:00:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:00:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:00:13 Configure a credential helper to remove this warning. See 09:00:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:00:13 09:00:13 Login Succeeded 09:00:13 nexus3.edgexfoundry.org:10003 09:00:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:00:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:00:13 Configure a credential helper to remove this warning. See 09:00:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:00:13 09:00:13 Login Succeeded 09:00:13 nexus3.edgexfoundry.org:10004 09:00:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:00:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:00:13 Configure a credential helper to remove this warning. See 09:00:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:00:13 09:00:13 Login Succeeded 09:00:13 docker.io 09:00:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:00:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:00:14 Configure a credential helper to remove this warning. See 09:00:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:00:14 09:00:14 Login Succeeded 09:00:14 ---> docker-login.sh ends [Pipeline] } 09:00:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:00:14 + 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 cmd/sys-mgmt-agent/Dockerfile 09:00:14 + dirname cmd/core-command/Dockerfile 09:00:14 + cut -d/ -f2 09:00:14 + echo core-command,cmd/core-command/Dockerfile 09:00:14 + dirname cmd/core-data/Dockerfile 09:00:14 + cut -d/ -f2 09:00:14 + echo core-data,cmd/core-data/Dockerfile 09:00:14 + dirname cmd/core-metadata/Dockerfile 09:00:14 + cut -d/ -f2 09:00:14 + echo core-metadata,cmd/core-metadata/Dockerfile 09:00:14 + dirname cmd/security-bootstrapper/Dockerfile 09:00:14 + cut -d/ -f2 09:00:14 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 09:00:14 + + dirnamecut cmd/security-proxy-setup/Dockerfile -d/ 09:00:14 -f2 09:00:14 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 09:00:14 + dirname cmd/security-secretstore-setup/Dockerfile 09:00:14 + cut -d/ -f2 09:00:14 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 09:00:14 + dirname cmd/security-spiffe-token-provider/Dockerfile 09:00:14 + cut -d/ -f2 09:00:14 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 09:00:14 + + dirname cmd/security-spire-agent/Dockerfile 09:00:14 cut -d/ -f2 09:00:14 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 09:00:14 + dirname cmd/security-spire-config/Dockerfile 09:00:14 + cut -d/ -f2 09:00:14 + echo security-spire-config,cmd/security-spire-config/Dockerfile 09:00:14 + dirname cmd/security-spire-server/Dockerfile 09:00:14 + cut -d/ -f2 09:00:14 + echo security-spire-server,cmd/security-spire-server/Dockerfile 09:00:14 + dirname cmd/support-notifications/Dockerfile 09:00:14 + cut -d/ -f2 09:00:14 + echo support-notifications,cmd/support-notifications/Dockerfile 09:00:14 + dirname cmd/support-scheduler/Dockerfile 09:00:14 + cut -d/ -f2 09:00:14 + echo support-scheduler,cmd/support-scheduler/Dockerfile 09:00:14 + dirname cmd/sys-mgmt-agent/Dockerfile 09:00:14 + cut -d/ -f2 09:00:14 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 09:00:14 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], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 09:00:15 + git rev-list -1 --merges e407bc110b54591bbd4fe32bf4a421e4c05cc568~1..e407bc110b54591bbd4fe32bf4a421e4c05cc568 [Pipeline] echo 09:00:15 -----------> git rev-list -1 --merges e407bc110b54591bbd4fe32bf4a421e4c05cc568~1..e407bc110b54591bbd4fe32bf4a421e4c05cc568 e407bc110b54591bbd4fe32bf4a421e4c05cc568 09:00:15 e407bc110b54591bbd4fe32bf4a421e4c05cc568 [false] [Pipeline] sh 09:00:15 + git log --format=format:%s -1 e407bc110b54591bbd4fe32bf4a421e4c05cc568 [Pipeline] echo 09:00:15 ========================================================= 09:00:15 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 09:00:15 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 09:00:15 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:00:15 + grep -v github /etc/ssh/ssh_known_hosts 09:00:15 + [ -e /tmp/ssh_known_hosts ] 09:00:15 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 09:00:15 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 09:00:15 + sudo tee -a /etc/ssh/ssh_known_hosts 09:00:15 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:00:16 09:00:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:00:16 0.1.4: Pulling from edgex-devops/py-git-semver 09:00:16 b85a868b505f: Pulling fs layer 09:00:16 e2be974225ed: Pulling fs layer 09:00:16 339a4e72a1f5: Pulling fs layer 09:00:16 988bab9f4d93: Pulling fs layer 09:00:16 1469e6f7b9e6: Pulling fs layer 09:00:16 eaf3925da568: Pulling fs layer 09:00:16 bab4dde63d76: Pulling fs layer 09:00:16 bde34c3a00c8: Pulling fs layer 09:00:16 b352a97aabf1: Pulling fs layer 09:00:16 4872d77fe225: Pulling fs layer 09:00:16 5851b861e8e6: Pulling fs layer 09:00:16 bde34c3a00c8: Waiting 09:00:16 b352a97aabf1: Waiting 09:00:16 bab4dde63d76: Waiting 09:00:16 4872d77fe225: Waiting 09:00:16 5851b861e8e6: Waiting 09:00:16 1469e6f7b9e6: Waiting 09:00:16 eaf3925da568: Waiting 09:00:16 e2be974225ed: Verifying Checksum 09:00:16 e2be974225ed: Download complete 09:00:16 988bab9f4d93: Verifying Checksum 09:00:16 988bab9f4d93: Download complete 09:00:16 1469e6f7b9e6: Verifying Checksum 09:00:16 1469e6f7b9e6: Download complete 09:00:16 339a4e72a1f5: Verifying Checksum 09:00:16 339a4e72a1f5: Download complete 09:00:16 eaf3925da568: Verifying Checksum 09:00:16 eaf3925da568: Download complete 09:00:16 bde34c3a00c8: Verifying Checksum 09:00:16 bde34c3a00c8: Download complete 09:00:16 b352a97aabf1: Verifying Checksum 09:00:16 b352a97aabf1: Download complete 09:00:17 4872d77fe225: Verifying Checksum 09:00:17 4872d77fe225: Download complete 09:00:17 5851b861e8e6: Verifying Checksum 09:00:17 5851b861e8e6: Download complete 09:00:17 b85a868b505f: Verifying Checksum 09:00:17 b85a868b505f: Download complete 09:00:17 bab4dde63d76: Verifying Checksum 09:00:17 bab4dde63d76: Download complete 09:00:18 b85a868b505f: Pull complete 09:00:18 e2be974225ed: Pull complete 09:00:19 339a4e72a1f5: Pull complete 09:00:19 988bab9f4d93: Pull complete 09:00:19 1469e6f7b9e6: Pull complete 09:00:19 eaf3925da568: Pull complete 09:00:21 bab4dde63d76: Pull complete 09:00:21 bde34c3a00c8: Pull complete 09:00:21 b352a97aabf1: Pull complete 09:00:21 4872d77fe225: Pull complete 09:00:21 5851b861e8e6: Pull complete 09:00:21 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 09:00:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:00:21 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:00:21 prd-ubuntu20.04-docker-8c-8g-116819 does not seem to be running inside a container 09:00:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 09:00:23 $ docker top 818f9b8d9e00b830ccfcda370097253a894b22bf15ac42954bd2f0dcfb557e9d -eo pid,comm 09:00:23 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 09:00:23 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:00:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:00:23 [ssh-agent] Looking for ssh-agent implementation... 09:00:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:00:23 $ docker exec 818f9b8d9e00b830ccfcda370097253a894b22bf15ac42954bd2f0dcfb557e9d ssh-agent 09:00:23 SSH_AUTH_SOCK=/tmp/ssh-0Pw9gw6oeqk2/agent.32 09:00:23 SSH_AGENT_PID=38 09:00:23 Running ssh-add (command line suppressed) 09:00:23 Identity added: /w/workspace/edgex-go/1@tmp/private_key_15316961653525498861.key (/w/workspace/edgex-go/1@tmp/private_key_15316961653525498861.key) 09:00:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:00:24 + git tag --points-at HEAD [Pipeline] } 09:00:24 $ docker exec --env ******** --env ******** 818f9b8d9e00b830ccfcda370097253a894b22bf15ac42954bd2f0dcfb557e9d ssh-agent -k 09:00:24 unset SSH_AUTH_SOCK; 09:00:24 unset SSH_AGENT_PID; 09:00:24 echo Agent pid 38 killed; 09:00:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:00:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:00:24 [ssh-agent] Looking for ssh-agent implementation... 09:00:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:00:24 $ docker exec 818f9b8d9e00b830ccfcda370097253a894b22bf15ac42954bd2f0dcfb557e9d ssh-agent 09:00:24 SSH_AUTH_SOCK=/tmp/ssh-aHhOod7Y0OQW/agent.70 09:00:24 SSH_AGENT_PID=76 09:00:24 Running ssh-add (command line suppressed) 09:00:24 Identity added: /w/workspace/edgex-go/1@tmp/private_key_17482994209144847565.key (/w/workspace/edgex-go/1@tmp/private_key_17482994209144847565.key) 09:00:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:00:25 + git semver init 09:00:25 2022-10-25 09:00:25,219 [run_init] DEBUG init version:0.0.0 force:False 09:00:25 2022-10-25 09:00:25,220 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 09:00:25 2022-10-25 09:00:25,220 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 09:00:25 2022-10-25 09:00:25,221 [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) 09:00:30 2022-10-25 09:00:30,019 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 09:00:30 2022-10-25 09:00:30,020 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4215 with force:False 09:00:30 2022-10-25 09:00:30,020 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4215 09:00:30 2022-10-25 09:00:30,023 [execute] INFO git cat-file --batch-check 09:00:30 2022-10-25 09:00:30,024 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 09:00:30 2022-10-25 09:00:30,030 [execute] INFO git cat-file --batch 09:00:30 2022-10-25 09:00:30,031 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 09:00:30 2022-10-25 09:00:30,038 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4215 09:00:30 0.0.0 [Pipeline] } 09:00:30 $ docker exec --env ******** --env ******** 818f9b8d9e00b830ccfcda370097253a894b22bf15ac42954bd2f0dcfb557e9d ssh-agent -k 09:00:30 unset SSH_AUTH_SOCK; 09:00:30 unset SSH_AGENT_PID; 09:00:30 echo Agent pid 76 killed; 09:00:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:00:31 + git semver [Pipeline] } 09:00:31 $ docker stop --time=1 818f9b8d9e00b830ccfcda370097253a894b22bf15ac42954bd2f0dcfb557e9d 09:00:32 $ docker rm -f 818f9b8d9e00b830ccfcda370097253a894b22bf15ac42954bd2f0dcfb557e9d [Pipeline] // withDockerContainer [Pipeline] sh 09:00:33 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:00:33 Stashed 1 file(s) [Pipeline] echo 09:00:33 [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 09:00:34 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 09:00:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:00:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:00:34 ========================================================= 09:00:34 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 09:00:34 ========================================================= [Pipeline] fileExists [Pipeline] sh 09:00:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 09:00:34 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 09:00:34 213ec9aee27d: Pulling fs layer 09:00:34 4583459ba037: Pulling fs layer 09:00:34 93c1e223e6f2: Pulling fs layer 09:00:34 53926ce57604: Pulling fs layer 09:00:34 21b2b0c7a3f4: Pulling fs layer 09:00:34 30f14e443154: Pulling fs layer 09:00:34 801331c1e519: Pulling fs layer 09:00:34 99cc6dd402b0: Pulling fs layer 09:00:34 7d9ed39f4882: Pulling fs layer 09:00:34 30f14e443154: Waiting 09:00:34 801331c1e519: Waiting 09:00:34 99cc6dd402b0: Waiting 09:00:34 7d9ed39f4882: Waiting 09:00:34 53926ce57604: Waiting 09:00:34 21b2b0c7a3f4: Waiting 09:00:34 93c1e223e6f2: Verifying Checksum 09:00:34 93c1e223e6f2: Download complete 09:00:34 4583459ba037: Verifying Checksum 09:00:34 4583459ba037: Download complete 09:00:34 21b2b0c7a3f4: Verifying Checksum 09:00:34 21b2b0c7a3f4: Download complete 09:00:34 30f14e443154: Verifying Checksum 09:00:34 30f14e443154: Download complete 09:00:34 213ec9aee27d: Verifying Checksum 09:00:34 213ec9aee27d: Download complete 09:00:34 801331c1e519: Download complete 09:00:35 213ec9aee27d: Pull complete 09:00:35 4583459ba037: Pull complete 09:00:35 93c1e223e6f2: Pull complete 09:00:35 7d9ed39f4882: Verifying Checksum 09:00:35 7d9ed39f4882: Download complete 09:00:35 99cc6dd402b0: Verifying Checksum 09:00:35 99cc6dd402b0: Download complete 09:00:35 53926ce57604: Verifying Checksum 09:00:35 53926ce57604: Download complete 09:00:39 53926ce57604: Pull complete 09:00:39 21b2b0c7a3f4: Pull complete 09:00:39 30f14e443154: Pull complete 09:00:39 801331c1e519: Pull complete 09:00:41 99cc6dd402b0: Pull complete 09:00:42 7d9ed39f4882: Pull complete 09:00:42 Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 09:00:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 09:00:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 09:00:42 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 09:00:42 WORKDIR /edgex 09:00:42 COPY go.mod . 09:00:42 RUN go mod download 09:00:42 + docker build -t ci-base-image-x86_64 -f - . 09:00:43 Sending build context to Docker daemon 169.7MB 09:00:43 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 09:00:43 ---> 1dedd983c030 09:00:43 Step 2/4 : WORKDIR /edgex 09:00:45 ---> Running in b650571ea083 09:00:45 Removing intermediate container b650571ea083 09:00:45 ---> 03b99e47bbe6 09:00:45 Step 3/4 : COPY go.mod . 09:00:45 ---> c86a4315dffe 09:00:45 Step 4/4 : RUN go mod download 09:00:45 ---> Running in eb239dd14a11 09:00:48 Still waiting to schedule task 09:00:48 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 09:00:57 Removing intermediate container eb239dd14a11 09:00:57 ---> 4a8a87448be0 09:00:57 Successfully built 4a8a87448be0 09:00:57 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:58 + docker inspect -f . ci-base-image-x86_64 09:00:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:00:58 prd-ubuntu20.04-docker-8c-8g-116819 does not seem to be running inside a container 09:00:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:00:58 $ docker top 48c5ea2435a8b69c0cbb722801644f98bdbf3215f1f577ec04eac7f6d3e5bef8 -eo pid,comm [Pipeline] { [Pipeline] sh 09:00:59 + go version 09:00:59 go version go1.18.7 linux/amd64 [Pipeline] } 09:00:59 $ docker stop --time=1 48c5ea2435a8b69c0cbb722801644f98bdbf3215f1f577ec04eac7f6d3e5bef8 09:01:00 $ docker rm -f 48c5ea2435a8b69c0cbb722801644f98bdbf3215f1f577ec04eac7f6d3e5bef8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:01:01 + docker inspect -f . ci-base-image-x86_64 09:01:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:01:01 prd-ubuntu20.04-docker-8c-8g-116819 does not seem to be running inside a container 09:01:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:01:01 $ docker top f4eedcb151816aef742a1c08d10d9178f859f5226c4d7151916fe52e83321e1a -eo pid,comm [Pipeline] { [Pipeline] echo 09:01:01 ========================================================= 09:01:01 [edgeXBuildGoParallel] Running Tests and Build... 09:01:01 ========================================================= [Pipeline] sh 09:01:02 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 09:01:02 + make test 09:01:02 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 09:01:09 ? github.com/edgexfoundry/edgex-go [no test files] 09:01:24 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 09:01:24 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 09:01:24 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 09:01:24 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 09:01:24 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 09:01:24 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 09:01:24 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 09:01:24 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 09:01:24 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 09:01:24 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 09:01:24 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 09:01:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 09:01:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 09:01:24 ? github.com/edgexfoundry/edgex-go/internal [no test files] 09:01:24 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 09:01:24 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.077s coverage: 28.7% of statements 09:01:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 09:01:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 09:01:24 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.155s coverage: 98.5% of statements 09:01:24 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.139s coverage: 43.0% of statements 09:01:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 09:01:24 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 09:01:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.118s coverage: 54.2% of statements 09:01:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 09:01:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 09:01:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 4.189s coverage: 89.2% of statements 09:01:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 09:01:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 09:01:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 09:01:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 09:01:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 09:01:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.086s coverage: 2.2% of statements 09:01:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 09:01:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 09:01:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.535s coverage: 95.6% of statements 09:01:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 09:01:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 09:01:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 09:01:28 ok github.com/edgexfoundry/edgex-go/internal/io 0.079s coverage: 72.2% of statements 09:01:28 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 09:01:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 09:01:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 09:01:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 09:01:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 09:01:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.107s coverage: 60.0% of statements 09:01:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 09:01:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 09:01:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 09:01:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.072s coverage: 0.9% of statements 09:01:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 09:01:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements 09:01:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.060s coverage: 29.6% of statements 09:01:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 09:01:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.083s coverage: 47.1% of statements 09:01:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.071s coverage: 79.5% of statements 09:01:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.071s coverage: 94.1% of statements 09:01:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.061s coverage: 96.3% of statements 09:01:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.057s coverage: 87.5% of statements 09:01:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.075s coverage: 94.4% of statements 09:01:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.078s coverage: 44.8% of statements 09:01:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.227s coverage: 79.9% of statements 09:01:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 09:01:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.082s coverage: 92.9% of statements 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 09:01:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.021s coverage: 65.1% of statements 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 09:01:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.094s coverage: 86.9% of statements 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 09:01:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 09:01:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 09:01:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.084s coverage: 58.8% of statements 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 09:01:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.076s coverage: 80.0% of statements 09:01:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.056s coverage: 87.2% of statements 09:01:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.083s coverage: 85.4% of statements 09:01:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.237s coverage: 91.2% of statements 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 09:01:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.173s coverage: 64.7% of statements 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 09:01:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements 09:01:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements 09:01:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.022s coverage: 100.0% of statements 09:01:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements 09:01:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.021s coverage: 100.0% of statements 09:01:48 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.335s coverage: 65.8% of statements 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 09:01:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.161s coverage: 41.8% of statements 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 09:01:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.067s coverage: 89.5% of statements 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 09:01:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.055s coverage: 84.8% of statements 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 09:01:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.099s coverage: 17.7% of statements 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 09:01:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.162s coverage: 92.3% of statements 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 09:01:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.063s coverage: 63.2% of statements 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 09:01:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.099s coverage: 97.7% of statements 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 09:01:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.066s coverage: 28.9% of statements 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 09:01:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 09:01:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements 09:01:48 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements 09:01:48 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 09:02:09 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." 09:02:09 GO111MODULE=on go vet ./... 09:02:10 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 09:02:10 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 09:02:10 ./bin/test-attribution-txt.sh [Pipeline] echo 09:02:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 09:02:11 + ls -al . 09:02:11 total 768 09:02:11 drwxrwxr-x 11 1001 1001 4096 Oct 25 09:01 . 09:02:11 drwxr-xr-x 4 root root 4096 Oct 25 09:01 .. 09:02:11 drwxrwxr-x 2 1001 1001 4096 Oct 25 09:00 .blubracket 09:02:11 -rw-rw-r-- 1 1001 1001 16 Oct 25 09:00 .dockerignore 09:02:11 drwxrwxr-x 8 1001 1001 4096 Oct 25 09:01 .git 09:02:11 drwxrwxr-x 3 1001 1001 4096 Oct 25 09:00 .github 09:02:11 -rw-rw-r-- 1 1001 1001 1030 Oct 25 09:00 .gitignore 09:02:11 -rw-rw-r-- 1 1001 1001 42 Oct 25 09:00 .golangci.yml 09:02:11 -rw-rw-r-- 1 1001 1001 87 Oct 25 09:00 .hadolint.yml 09:02:11 drwxr-xr-x 3 1001 1001 4096 Oct 25 09:00 .semver 09:02:11 -rw-rw-r-- 1 1001 1001 166 Oct 25 09:00 .sonarcloud.properties 09:02:11 -rw-rw-r-- 1 1001 1001 1171 Oct 25 09:00 ADOPTERS.md 09:02:11 -rw-rw-r-- 1 1001 1001 10722 Oct 25 09:00 Attribution.txt 09:02:11 -rw-rw-r-- 1 1001 1001 63209 Oct 25 09:00 CHANGELOG.md 09:02:11 -rw-rw-r-- 1 1001 1001 3804 Oct 25 09:00 CONTRIBUTING.md 09:02:11 -rw-rw-r-- 1 1001 1001 677 Oct 25 09:00 GOVERNANCE.md 09:02:11 -rw-rw-r-- 1 1001 1001 850 Oct 25 09:00 Jenkinsfile 09:02:11 -rw-rw-r-- 1 1001 1001 10775 Oct 25 09:00 LICENSE 09:02:11 -rw-rw-r-- 1 1001 1001 13857 Oct 25 09:00 Makefile 09:02:11 -rw-rw-r-- 1 1001 1001 582 Oct 25 09:00 OWNERS.md 09:02:11 -rw-rw-r-- 1 1001 1001 9799 Oct 25 09:00 README.md 09:02:11 -rw-rw-r-- 1 1001 1001 6912 Oct 25 09:00 SECURITY.md 09:02:11 -rw-rw-r-- 1 1001 1001 5 Oct 25 09:00 VERSION 09:02:11 -rw-rw-r-- 1 1001 1001 4131 Oct 25 09:00 ZMQWindows.md 09:02:11 drwxrwxr-x 2 1001 1001 4096 Oct 25 09:00 bin 09:02:11 drwxrwxr-x 18 1001 1001 4096 Oct 25 09:00 cmd 09:02:11 -rw-r--r-- 1 root root 501828 Oct 25 09:01 coverage.out 09:02:11 -rw-rw-r-- 1 1001 1001 3446 Oct 25 09:00 go.mod 09:02:11 -rw-rw-r-- 1 1001 1001 45060 Oct 25 09:00 go.sum 09:02:11 drwxrwxr-x 8 1001 1001 4096 Oct 25 09:00 internal 09:02:11 drwxrwxr-x 3 1001 1001 4096 Oct 25 09:00 openapi 09:02:11 drwxrwxr-x 4 1001 1001 4096 Oct 25 09:00 snap 09:02:11 -rw-rw-r-- 1 1001 1001 204 Oct 25 09:00 version.go [Pipeline] sh 09:02:11 + '[' -e coverage.out ] 09:02:11 + chown 1001:1001 coverage.out [Pipeline] stash 09:02:11 Stashed 1 file(s) [Pipeline] sh 09:02:12 + make build 09:02:12 CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 09:02:27 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq 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 09:02:36 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq 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 09:02:37 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:02:45 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 09:02:45 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 09:02:45 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 09:02:46 CGO_ENABLED=0 GO111MODULE=on 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 09:02:47 CGO_ENABLED=0 GO111MODULE=on 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 09:02:49 CGO_ENABLED=0 GO111MODULE=on 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 09:02:49 CGO_ENABLED=0 GO111MODULE=on 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 09:02:50 CGO_ENABLED=0 GO111MODULE=on 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 09:02:52 CGO_ENABLED=0 GO111MODULE=on 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] } 09:02:53 $ docker stop --time=1 f4eedcb151816aef742a1c08d10d9178f859f5226c4d7151916fe52e83321e1a 09:02:56 $ docker rm -f f4eedcb151816aef742a1c08d10d9178f859f5226c4d7151916fe52e83321e1a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:02:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:02:57 09:02:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:02:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:02:57 latest: Pulling from edgex-devops/edgex-compose 09:02:57 cbdbe7a5bc2a: Pulling fs layer 09:02:57 ca9280d653b3: Pulling fs layer 09:02:57 7e9c9ca2126c: Pulling fs layer 09:02:57 cbdbe7a5bc2a: Verifying Checksum 09:02:57 cbdbe7a5bc2a: Download complete 09:02:57 ca9280d653b3: Verifying Checksum 09:02:57 ca9280d653b3: Download complete 09:02:57 cbdbe7a5bc2a: Pull complete 09:02:58 7e9c9ca2126c: Verifying Checksum 09:02:58 ca9280d653b3: Pull complete 09:03:01 7e9c9ca2126c: Pull complete 09:03:01 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 09:03:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:03:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:03:01 prd-ubuntu20.04-docker-8c-8g-116819 does not seem to be running inside a container 09:03:01 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 09:03:03 $ docker top 047a9fd7aa629339604562173c3b5a1a0e6d87581a650204fd7f22e12981526e -eo pid,comm [Pipeline] { [Pipeline] sh 09:03:03 + docker-compose build --help+ 09:03:03 grep parallel 09:03:04 --parallel Build images in parallel. [Pipeline] } 09:03:04 $ docker stop --time=1 047a9fd7aa629339604562173c3b5a1a0e6d87581a650204fd7f22e12981526e 09:03:05 $ docker rm -f 047a9fd7aa629339604562173c3b5a1a0e6d87581a650204fd7f22e12981526e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:03:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:03:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:03:06 prd-ubuntu20.04-docker-8c-8g-116819 does not seem to be running inside a container 09:03:06 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 09:03:06 $ docker top b212684c09a9fa150723605871a6449662631df23ac466d3be33c78673b9f11b -eo pid,comm [Pipeline] { [Pipeline] sh 09:03:07 + docker-compose -f ./docker-compose-build.yml build --parallel 09:03:07 Building core-command ... 09:03:07 Building core-data ... 09:03:07 Building core-metadata ... 09:03:07 Building security-bootstrapper ... 09:03:07 Building security-proxy-setup ... 09:03:07 Building security-secretstore-setup ... 09:03:07 Building security-spiffe-token-provider ... 09:03:07 Building security-spire-agent ... 09:03:07 Building security-spire-config ... 09:03:07 Building security-spire-server ... 09:03:07 Building support-notifications ... 09:03:07 Building support-scheduler ... 09:03:07 Building sys-mgmt-agent ... 09:03:07 Building security-spire-config 09:03:07 Building security-secretstore-setup 09:03:07 Building security-spire-server 09:03:07 Building core-data 09:03:07 Building security-bootstrapper 09:03:19 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 09:03:19 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:03:19 ---> 4a8a87448be0 09:03:19 Step 3/24 : ARG ADD_BUILD_TAGS="" 09:03:19 Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 09:03:19 Step 2/33 : FROM ${BUILDER_BASE} AS builder 09:03:19 ---> 4a8a87448be0 09:03:19 Step 3/33 : WORKDIR /edgex-go 09:03:19 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 09:03:19 Step 2/25 : FROM ${BUILDER_BASE} AS builder 09:03:19 ---> 4a8a87448be0 09:03:19 Step 3/25 : WORKDIR /edgex-go 09:03:19 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 09:03:19 Step 2/25 : FROM ${BUILDER_BASE} AS builder 09:03:19 ---> 4a8a87448be0 09:03:19 Step 3/25 : WORKDIR /edgex-go 09:03:20 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 09:03:20 Step 2/26 : FROM ${BUILDER_BASE} AS builder 09:03:20 ---> 4a8a87448be0 09:03:20 Step 3/26 : WORKDIR /edgex-go 09:03:22 ---> Running in 1f44ae830528 09:03:22 ---> Running in 4978db27e070 09:03:22 ---> Running in b27de1399e14 09:03:22 ---> Running in 55ae953e9b86 09:03:22 ---> Running in c79fb2d0cc19 09:03:22 Removing intermediate container 4978db27e070 09:03:22 ---> 04b5ccaf257d 09:03:22 Step 4/24 : WORKDIR /edgex-go 09:03:22 Removing intermediate container b27de1399e14 09:03:22 ---> 7880525912db 09:03:22 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:03:22 ---> Running in b2b932ebb17b 09:03:22 Removing intermediate container 1f44ae830528 09:03:22 ---> 7211c09486d1 09:03:22 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:03:22 Removing intermediate container 55ae953e9b86 09:03:22 ---> c273c0037a89 09:03:22 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:03:22 Removing intermediate container c79fb2d0cc19 09:03:22 ---> 80e0653fe02d 09:03:22 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:03:22 ---> Running in ead4b85418e9 09:03:22 ---> Running in ccb4c404d3f3 09:03:22 ---> Running in 34c7b86dbe84 09:03:22 ---> Running in 4c34f2b20889 09:03:22 Removing intermediate container b2b932ebb17b 09:03:22 ---> 3b5f37b82f6e 09:03:22 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:03:23 ---> Running in 91fb53fbf8ae 09:03:23 Removing intermediate container ead4b85418e9 09:03:23 ---> 33b7fb26b95a 09:03:23 Step 5/25 : RUN apk add --update --no-cache make git 09:03:23 ---> Running in e0ced72eb24d 09:03:23 Removing intermediate container ccb4c404d3f3 09:03:23 ---> da62909d987b 09:03:23 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 09:03:23 ---> Running in fe23024f4f0b 09:03:24 Removing intermediate container 34c7b86dbe84 09:03:24 ---> 32fbdac49dea 09:03:24 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 09:03:24 ---> Running in 24c39d5bb3ed 09:03:24 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 09:03:24 Removing intermediate container 4c34f2b20889 09:03:24 ---> 09d474e92545 09:03:24 Step 5/33 : RUN apk add --update --no-cache make git 09:03:24 ---> Running in c86052345b5e 09:03:24 Removing intermediate container 91fb53fbf8ae 09:03:24 ---> dc46d6c474cb 09:03:24 Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 09:03:24 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 09:03:24 ---> Running in 6360187f8ec7 09:03:24 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 09:03:24 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 09:03:24 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 09:03:25 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 09:03:25 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 09:03:25 OK: 211 MiB in 51 packages 09:03:25 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 09:03:25 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 09:03:25 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 09:03:25 OK: 211 MiB in 51 packages 09:03:25 Removing intermediate container e0ced72eb24d 09:03:25 ---> 1e78d5865459 09:03:25 Step 6/25 : COPY go.mod vendor* ./ 09:03:25 OK: 211 MiB in 51 packages 09:03:26 OK: 211 MiB in 51 packages 09:03:26 ---> a54321c735a4 09:03:26 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:03:26 Removing intermediate container fe23024f4f0b 09:03:26 ---> aa40afc6a7ce 09:03:26 Step 6/26 : COPY go.mod vendor* ./ 09:03:26 OK: 211 MiB in 51 packages 09:03:26 ---> Running in b5303ed53fd7 09:03:26 ---> 8c204f250281 09:03:26 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:03:26 ---> Running in 77fb0558847c 09:03:26 Removing intermediate container c86052345b5e 09:03:26 ---> 962b49f3e6c2 09:03:26 Step 6/33 : COPY go.mod vendor* ./ 09:03:26 Removing intermediate container 24c39d5bb3ed 09:03:26 ---> 5b6851f0025e 09:03:26 Step 6/25 : COPY go.mod vendor* ./ 09:03:26 ---> 0e3ecc973fe1 09:03:26 Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:03:26 ---> Running in d98e8cc1402f 09:03:27 Removing intermediate container 6360187f8ec7 09:03:27 ---> 3377ec19c8d9 09:03:27 Step 7/24 : COPY go.mod vendor* ./ 09:03:27 ---> 23dd8945270d 09:03:27 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:03:27 ---> Running in 5c7f317a4b2f 09:03:27 ---> a3e1e72fe718 09:03:27 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:03:27 ---> Running in f11863f64daa 09:03:45 Removing intermediate container 5c7f317a4b2f 09:03:45 ---> 036461d83582 09:03:45 Step 8/25 : COPY . . 09:03:45 Removing intermediate container b5303ed53fd7 09:03:45 ---> efc162d04e72 09:03:45 Step 8/25 : COPY . . 09:03:45 Removing intermediate container d98e8cc1402f 09:03:45 ---> ef9203328873 09:03:45 Step 8/33 : COPY . . 09:03:45 Removing intermediate container 77fb0558847c 09:03:45 ---> 1ca77dc904f0 09:03:45 Step 8/26 : COPY . . 09:03:45 Removing intermediate container f11863f64daa 09:03:45 ---> 6a645a9ecd5a 09:03:45 Step 9/24 : COPY . . 09:03:55 ---> fc5d22f65319 09:03:55 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 09:03:55 ---> 1e906de3e08c 09:03:55 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 09:03:55 ---> 775ed17fd505 09:03:55 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 09:03:55 ---> 265f9bb502ed 09:03:55 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 09:03:55 ---> 1d79c65913ef 09:03:55 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:03:55 ---> Running in 25fa46eb542c 09:03:55 ---> Running in 5915d86620a8 09:03:55 ---> Running in 903ba0227963 09:03:55 ---> Running in b913ca05ea8b 09:03:55 ---> Running in 24aca777ec19 09:03:55 Removing intermediate container 5915d86620a8 09:03:55 ---> 297301e9cdb8 09:03:55 Step 10/26 : WORKDIR /edgex-go/spire-build 09:03:55 Removing intermediate container b913ca05ea8b 09:03:55 ---> 6e481abb1d91 09:03:55 Step 10/25 : WORKDIR /edgex-go/spire-build 09:03:55 ---> Running in 7d5ec8940574 09:03:55 ---> Running in e88533ff60bb 09:03:55 Removing intermediate container 7d5ec8940574 09:03:55 ---> 28d0b0105300 09:03:55 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 09:03:55 Removing intermediate container e88533ff60bb 09:03:55 ---> 1cecc0a6c4a9 09:03:55 Step 11/25 : 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 09:03:55 ---> Running in ee7dd07231f6 09:03:55 ---> Running in d8fc9b1b3fe5 09:03:55 CGO_ENABLED=0 GO111MODULE=on 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 09:03:55 CGO_ENABLED=0 GO111MODULE=on 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 09:03:55 CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 09:03:56 Removing intermediate container d8fc9b1b3fe5 09:03:56 ---> c58247c22c83 09:03:56 Step 12/25 : WORKDIR /edgex-go 09:03:56 Removing intermediate container ee7dd07231f6 09:03:56 ---> 6cf31f2f7000 09:03:56 Step 12/26 : WORKDIR /edgex-go 09:03:56 ---> Running in 9cd3553bf4e3 09:03:56 ---> Running in deeb8cf6e61c 09:03:56 Removing intermediate container 9cd3553bf4e3 09:03:56 ---> 9e9f941719d7 09:03:56 09:03:56 Step 13/25 : FROM alpine:3.15 09:03:56 Removing intermediate container deeb8cf6e61c 09:03:56 ---> 2c11f0c55dd5 09:03:56 09:03:56 Step 13/26 : FROM alpine:3.15 09:03:56 3.15: Pulling from library/alpine 09:03:56 3.15: Pulling from library/alpine 09:03:57 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 09:03:57 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 09:03:57 Status: Downloaded newer image for alpine:3.15 09:03:57 Status: Image is up to date for alpine:3.15 09:03:57 ---> c4fc93816858 09:03:57 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 09:03:57 ---> c4fc93816858 09:03:57 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 09:03:58 ---> Running in c6509a8a9f59 09:03:58 ---> Running in 2f701f7fa07a 09:03:58 Removing intermediate container c6509a8a9f59 09:03:58 ---> 67e262808f28 09:03:58 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:03:58 Removing intermediate container 2f701f7fa07a 09:03:58 ---> 5c466030209e 09:03:58 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:03:58 ---> Running in 5d8f0f40c48c 09:03:58 ---> Running in fca8597daab9 09:04:01 Removing intermediate container 5d8f0f40c48c 09:04:01 ---> 6ce9cd9a67f6 09:04:01 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 09:04:01 ---> Running in d73bd8ccb2db 09:04:01 Removing intermediate container fca8597daab9 09:04:01 ---> 0a3ebc77e834 09:04:01 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 09:04:01 ---> Running in 6aea807a17be 09:04:01 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 09:04:01 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 09:04:02 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 09:04:02 v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] 09:04:02 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 09:04:02 OK: 15857 distinct packages available 09:04:02 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 09:04:03 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 09:04:03 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 09:04:03 v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] 09:04:03 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 09:04:03 OK: 15857 distinct packages available 09:04:03 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 09:04:03 (1/5) Installing dumb-init (1.2.5-r1) 09:04:03 (2/5) Installing musl-obstack (1.2.3-r0) 09:04:04 (3/5) Installing libucontext (1.1-r0) 09:04:04 (4/5) Installing gcompat (1.0.0-r4) 09:04:04 (5/5) Installing openssl (1.1.1q-r0) 09:04:04 Executing busybox-1.34.1-r7.trigger 09:04:04 OK: 7 MiB in 19 packages 09:04:04 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 09:04:04 (1/4) Installing dumb-init (1.2.5-r1) 09:04:04 (2/4) Installing musl-obstack (1.2.3-r0) 09:04:04 (3/4) Installing libucontext (1.1-r0) 09:04:04 (4/4) Installing gcompat (1.0.0-r4) 09:04:05 Executing busybox-1.34.1-r7.trigger 09:04:05 OK: 6 MiB in 18 packages 09:04:05 Removing intermediate container 6aea807a17be 09:04:05 ---> 15753d509b66 09:04:05 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 09:04:06 Removing intermediate container d73bd8ccb2db 09:04:06 ---> 33b2b391c1b1 09:04:06 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 09:04:09 ---> 1228fac1b66c 09:04:09 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 09:04:09 ---> 28565d09288e 09:04:09 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 09:04:09 ---> b24e39b8063d 09:04:09 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 09:04:10 ---> 0a5a4a9d1155 09:04:10 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 09:04:10 ---> Running in 4cd7ea3ee101 09:04:10 Removing intermediate container 4cd7ea3ee101 09:04:10 ---> 42c356c9bafa 09:04:10 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 09:04:10 ---> 5f16db4d5a43 09:04:10 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 09:04:10 ---> d8ae62fad659 09:04:10 Step 21/26 : WORKDIR / 09:04:10 ---> Running in 293f699fd3bd 09:04:11 ---> 9144409c676d 09:04:11 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 09:04:11 ---> Running in 0e22f33e71e3 09:04:11 Removing intermediate container 293f699fd3bd 09:04:11 ---> c5ba09575b4b 09:04:11 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 09:04:11 ---> Running in 8b169a03f765 09:04:11 Removing intermediate container 0e22f33e71e3 09:04:11 ---> b33f4627135d 09:04:11 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 09:04:11 ---> Running in 363b836f02d4 09:04:11 Removing intermediate container 8b169a03f765 09:04:11 ---> 72271a39972a 09:04:11 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 09:04:11 ---> Running in 23f4e3536ae5 09:04:11 Removing intermediate container 363b836f02d4 09:04:11 ---> 34ba784522fa 09:04:11 Step 23/25 : LABEL arch=x86_64 09:04:11 ---> Running in fcdf67d67c44 09:04:11 Removing intermediate container 23f4e3536ae5 09:04:11 ---> 4a8bc9a2738c 09:04:11 Step 24/26 : LABEL arch=x86_64 09:04:11 ---> Running in be077d58dfe4 09:04:11 Removing intermediate container fcdf67d67c44 09:04:11 ---> 2e3b2ec4a8be 09:04:11 Step 24/25 : LABEL git_sha=e407bc110b54591bbd4fe32bf4a421e4c05cc568 09:04:11 Removing intermediate container be077d58dfe4 09:04:11 ---> 201aaa68b2d3 09:04:11 Step 25/26 : LABEL git_sha=e407bc110b54591bbd4fe32bf4a421e4c05cc568 09:04:11 ---> Running in 57fb66a46411 09:04:11 ---> Running in c3468a693887 09:04:12 Removing intermediate container c3468a693887 09:04:12 ---> eca25cccdf2c 09:04:12 Step 26/26 : LABEL version=0.0.0 09:04:12 Removing intermediate container 57fb66a46411 09:04:12 ---> c8457ca5714e 09:04:12 Step 25/25 : LABEL version=0.0.0 09:04:12 ---> Running in e9ad48104639 09:04:12 ---> Running in d33080e7f9b8 09:04:12 Removing intermediate container e9ad48104639 09:04:12 ---> f067bd213eab 09:04:12 09:04:12 Removing intermediate container d33080e7f9b8 09:04:12 ---> a3b061b407f7 09:04:12 09:04:12 Successfully built f067bd213eab 09:04:12 Successfully tagged security-spire-config:latest 09:04:12 Building core-command 09:04:12  Building security-spire-config ... done Successfully built a3b061b407f7 09:04:12 Successfully tagged security-spire-server:latest 09:04:12  Building security-spire-server ... done Building sys-mgmt-agent 09:04:17 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 09:04:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:04:17 ---> 4a8a87448be0 09:04:17 Step 3/23 : WORKDIR /edgex-go 09:04:17 ---> Using cache 09:04:17 ---> 80e0653fe02d 09:04:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:04:17 ---> Using cache 09:04:17 ---> 09d474e92545 09:04:17 Step 5/23 : RUN apk add --update --no-cache make bash git 09:04:17 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 09:04:17 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:04:17 ---> 4a8a87448be0 09:04:17 Step 3/24 : ARG ADD_BUILD_TAGS="" 09:04:17 ---> Using cache 09:04:17 ---> 04b5ccaf257d 09:04:17 Step 4/24 : WORKDIR /edgex-go 09:04:17 ---> Using cache 09:04:17 ---> 3b5f37b82f6e 09:04:17 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:04:17 ---> Using cache 09:04:17 ---> dc46d6c474cb 09:04:17 Step 6/24 : RUN apk add --update --no-cache make git 09:04:17 CGO_ENABLED=0 GO111MODULE=on 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 09:04:19 ---> Running in 28c1414222d5 09:04:19 ---> Running in 56143e7323a0 09:04:20 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 09:04:20 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 09:04:20 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 09:04:21 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 09:04:21 OK: 211 MiB in 51 packages 09:04:21 OK: 211 MiB in 51 packages 09:04:21 Removing intermediate container 25fa46eb542c 09:04:21 ---> 6e78dee37d76 09:04:21 09:04:21 Step 10/33 : FROM alpine:3.16 09:04:21 Removing intermediate container 24aca777ec19 09:04:21 ---> d26aa7236439 09:04:21 09:04:21 Step 10/25 : FROM alpine:3.16 09:04:21 Removing intermediate container 903ba0227963 09:04:21 ---> fe74ca669fb4 09:04:21 09:04:21 Step 11/24 : FROM alpine:3.16 09:04:22 Removing intermediate container 28c1414222d5 09:04:22 ---> 24a43c5e1df3 09:04:22 Step 7/24 : COPY go.mod vendor* ./ 09:04:22 ---> 29b0eeb88691 09:04:22 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:04:22 ---> Running in 131ee805ae21 09:04:22 3.16: Pulling from library/alpine 09:04:23 3.16: Pulling from library/alpine 09:04:23 3.16: Pulling from library/alpine 09:04:23 Removing intermediate container 56143e7323a0 09:04:23 ---> d1e53dfc7d70 09:04:23 Step 6/23 : COPY go.mod vendor* ./ 09:04:23 ---> 82de7bd7b6ad 09:04:23 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:04:23 ---> Running in 9e97455ac9de 09:04:24 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 09:04:24 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 09:04:24 Status: Image is up to date for alpine:3.16 09:04:24 Status: Downloaded newer image for alpine:3.16 09:04:24 ---> 9c6f07244728 09:04:24 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:04:24 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 09:04:24 Status: Image is up to date for alpine:3.16 09:04:24 ---> 9c6f07244728 09:04:24 Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 09:04:24 ---> 9c6f07244728 09:04:24 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 09:04:24 ---> Running in e4097b53345f 09:04:24 ---> Running in 01d800f05eb3 09:04:24 ---> Running in 1ee5b4128c8f 09:04:24 Removing intermediate container 01d800f05eb3 09:04:24 ---> 24c203aea53b 09:04:24 Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec 09:04:24 Removing intermediate container 1ee5b4128c8f 09:04:24 ---> 6ecaf145b4d1 09:04:24 Step 13/24 : ENV APP_PORT=59880 09:04:24 ---> Running in d113fc2472d6 09:04:24 ---> Running in 5b10d7e4e47e 09:04:24 Removing intermediate container 5b10d7e4e47e 09:04:24 ---> 4926507809cd 09:04:24 Step 14/24 : EXPOSE $APP_PORT 09:04:24 ---> Running in 42298b44da15 09:04:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 09:04:24 Removing intermediate container 42298b44da15 09:04:24 ---> 279d4bbdbdc9 09:04:24 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:04:24 ---> Running in 71c91a1f7d2e 09:04:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 09:04:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 09:04:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 09:04:25 (1/3) Installing ca-certificates (20220614-r0) 09:04:25 (2/3) Installing dumb-init (1.2.5-r1) 09:04:25 (3/3) Installing su-exec (0.2-r1) 09:04:25 Executing busybox-1.35.0-r17.trigger 09:04:25 Executing ca-certificates-20220614-r0.trigger 09:04:25 OK: 6 MiB in 17 packages 09:04:25 (1/2) Installing dumb-init (1.2.5-r1) 09:04:25 (2/2) Installing su-exec (0.2-r1) 09:04:25 Executing busybox-1.35.0-r17.trigger 09:04:25 OK: 6 MiB in 16 packages 09:04:25 Removing intermediate container 71c91a1f7d2e 09:04:25 ---> feba9e13505a 09:04:25 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 09:04:26 ---> Running in fc7e3e2340b5 09:04:26 Removing intermediate container e4097b53345f 09:04:26 ---> 3d7aa6161c37 09:04:26 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:04:27 Removing intermediate container d113fc2472d6 09:04:27 ---> 665974fbcedc 09:04:27 Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init 09:04:27 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 09:04:28 ---> Running in 5102e0708b60 09:04:28 ---> Running in e8ff9979cf61 09:04:28 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 09:04:28 Removing intermediate container 5102e0708b60 09:04:28 ---> 374b453ab2b3 09:04:28 Step 13/25 : WORKDIR / 09:04:28 Removing intermediate container e8ff9979cf61 09:04:28 ---> 54f0c8d54010 09:04:28 Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 09:04:28 ---> Running in 121511f5bc95 09:04:28 (1/6) Installing dumb-init (1.2.5-r1) 09:04:28 ---> Running in 1328e4dbd720 09:04:28 (2/6) Installing libgcc (11.2.1_git20220219-r2) 09:04:28 (3/6) Installing libsodium (1.0.18-r0) 09:04:28 Removing intermediate container 1328e4dbd720 09:04:28 ---> 2d5416b3c959 09:04:28 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 09:04:28 Removing intermediate container 121511f5bc95 09:04:28 ---> 87cb93836390 09:04:28 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 09:04:28 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 09:04:28 ---> Running in 0e3737deb944 09:04:29 (5/6) Installing libzmq (4.3.4-r0) 09:04:29 (6/6) Installing zeromq (4.3.4-r0) 09:04:29 Removing intermediate container 0e3737deb944 09:04:29 ---> f100ea8a672b 09:04:29 Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 09:04:29 Executing busybox-1.35.0-r17.trigger 09:04:29 OK: 8 MiB in 20 packages 09:04:29 ---> a408b1d31f98 09:04:29 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 09:04:29 ---> Running in 1f49c922227f 09:04:29 Removing intermediate container 1f49c922227f 09:04:29 ---> fc666ced38ce 09:04:29 Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 09:04:30 ---> 364ff1a9e413 09:04:30 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 09:04:30 ---> Running in f70eb0f12541 09:04:30 Removing intermediate container fc7e3e2340b5 09:04:30 ---> 1bfa0a5394b5 09:04:30 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 09:04:30 ---> 5da2d212209d 09:04:30 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 09:04:30 ---> 7ec1727ef6ee 09:04:30 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:04:31 ---> 9b1127ed209f 09:04:31 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:04:31 ---> 855d9b5278f2 09:04:31 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 09:04:31 Removing intermediate container f70eb0f12541 09:04:31 ---> b1bd6e3b8307 09:04:31 Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} 09:04:31 ---> Running in 9cfe01a03fa5 09:04:31 ---> 5cf38e195743 09:04:31 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:04:32 ---> 3c90890a8b7f 09:04:32 Step 20/24 : ENTRYPOINT ["/core-data"] 09:04:32 Removing intermediate container 9cfe01a03fa5 09:04:32 ---> a7bef09d4614 09:04:32 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 09:04:32 ---> Running in fdcb5aa5af3e 09:04:32 ---> d6eead53beab 09:04:32 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:04:32 Removing intermediate container fdcb5aa5af3e 09:04:32 ---> b7128189e9f1 09:04:32 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:04:32 ---> 67a6539a9e2f 09:04:32 Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 09:04:32 ---> Running in 47f678caa2f8 09:04:32 ---> Running in 1356890aabc9 09:04:32 ---> e0cf0e53a7d6 09:04:32 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:04:32 Removing intermediate container 47f678caa2f8 09:04:32 ---> 9fd1fe24f5eb 09:04:32 Step 22/24 : LABEL arch=x86_64 09:04:32 ---> Running in af8fec3817f4 09:04:32 ---> Running in a6d092549ead 09:04:33 Removing intermediate container a6d092549ead 09:04:33 ---> 8870fd97e23e 09:04:33 Step 23/24 : LABEL git_sha=e407bc110b54591bbd4fe32bf4a421e4c05cc568 09:04:33 ---> Running in 9b402fefb2e8 09:04:33 Removing intermediate container 9b402fefb2e8 09:04:33 ---> 67a25071a5e1 09:04:33 Step 24/24 : LABEL version=0.0.0 09:04:34 ---> Running in 51f96f0112ea 09:04:34 Removing intermediate container 1356890aabc9 09:04:34 ---> c54602561355 09:04:34 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 09:04:34 Removing intermediate container af8fec3817f4 09:04:34 ---> 4919a678ca2c 09:04:34 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 09:04:34 ---> Running in ef040a1fe682 09:04:34 Removing intermediate container 51f96f0112ea 09:04:34 ---> 27fe2c61c365 09:04:34 09:04:34 ---> 6d1b9d124fea 09:04:34 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 09:04:34 Successfully built 27fe2c61c365 09:04:34 Successfully tagged core-data:latest 09:04:34  Building core-data ... done Building security-spiffe-token-provider 09:04:34 Removing intermediate container ef040a1fe682 09:04:34 ---> 0bdd2e12bdf2 09:04:34 Step 23/25 : LABEL arch=x86_64 09:04:35 Removing intermediate container 9e97455ac9de 09:04:35 ---> 8de70520b091 09:04:35 Step 8/23 : COPY . . 09:04:37 ---> Running in 8a1874ce9d18 09:04:37 ---> 55aaff89495c 09:04:37 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 09:04:37 Removing intermediate container 8a1874ce9d18 09:04:37 ---> ac3c3db84f99 09:04:37 Step 24/25 : LABEL git_sha=e407bc110b54591bbd4fe32bf4a421e4c05cc568 09:04:37 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 09:04:37 Step 2/20 : FROM ${BUILDER_BASE} AS builder 09:04:37 ---> 4a8a87448be0 09:04:37 Step 3/20 : WORKDIR /edgex-go 09:04:37 ---> Using cache 09:04:37 ---> 80e0653fe02d 09:04:37 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 09:04:38 ---> Running in 0cb405ced6c8 09:04:38 Removing intermediate container 131ee805ae21 09:04:38 ---> 85529fb99844 09:04:38 Step 9/24 : COPY . . 09:04:38 ---> 1a6e74dab443 09:04:38 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 09:04:38 ---> Running in 4547a65ff179 09:04:38 Removing intermediate container 0cb405ced6c8 09:04:38 ---> 5b4f41528ff7 09:04:38 Step 25/25 : LABEL version=0.0.0 09:04:38 ---> Running in 4a5f78903e41 09:04:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 09:04:38 ---> f1e1b636a657 09:04:38 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 09:04:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 09:04:38 Removing intermediate container 4a5f78903e41 09:04:38 ---> b96b75bcc8f9 09:04:38 09:04:38 Successfully built b96b75bcc8f9 09:04:38 Successfully tagged security-secretstore-setup:latest 09:04:38  Building security-secretstore-setup ... done Building core-metadata 09:04:39 v3.16.2-334-gfa0f6c3878 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 09:04:39 v3.16.2-337-g03fc1018a8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 09:04:39 OK: 17038 distinct packages available 09:04:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 09:04:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 09:04:39 OK: 211 MiB in 51 packages 09:04:41 ---> 27aa3126f4ba 09:04:41 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 09:04:41 ---> 47b875f63358 09:04:41 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 09:04:41 ---> Running in 0eae4d02a42a 09:04:41 Removing intermediate container 4547a65ff179 09:04:41 ---> 741ecef655ee 09:04:41 Step 5/20 : COPY go.mod vendor* ./ 09:04:41 ---> b4c855bc78fe 09:04:41 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 09:04:42 ---> fa4992e3521f 09:04:42 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:04:42 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 09:04:42 ---> 240ebeac8656 09:04:42 Step 28/33 : RUN chmod +x /entrypoint.sh 09:04:42 ---> Running in 3c5c38ffc76e 09:04:42 ---> Running in 9dfe0e9e6ecd 09:04:42 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 09:04:42 Step 2/25 : FROM ${BUILDER_BASE} AS builder 09:04:42 ---> 4a8a87448be0 09:04:42 Step 3/25 : ARG ADD_BUILD_TAGS="" 09:04:42 ---> Using cache 09:04:42 ---> 04b5ccaf257d 09:04:42 Step 4/25 : WORKDIR /edgex-go 09:04:42 ---> Using cache 09:04:42 ---> 3b5f37b82f6e 09:04:42 Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:04:42 ---> Using cache 09:04:42 ---> dc46d6c474cb 09:04:42 Step 6/25 : RUN apk add --update --no-cache make git 09:04:42 ---> Using cache 09:04:42 ---> 24a43c5e1df3 09:04:42 Step 7/25 : COPY go.mod vendor* ./ 09:04:42 ---> Using cache 09:04:42 ---> 29b0eeb88691 09:04:42 Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:04:42 ---> Using cache 09:04:42 ---> 85529fb99844 09:04:42 Step 9/25 : COPY . . 09:04:42 ---> Using cache 09:04:42 ---> 554fffa38888 09:04:42 Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 09:04:42 ---> Running in 137658f4327a 09:04:42 ---> 554fffa38888 09:04:42 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 09:04:42 ---> Running in fe0c349caf11 09:04:42 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq 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 09:04:43 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq 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 09:04:43 Removing intermediate container 9dfe0e9e6ecd 09:04:43 ---> 5bf83f670c5b 09:04:43 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 09:04:44 ---> Running in 5bd39e57450a 09:04:44 Removing intermediate container 5bd39e57450a 09:04:44 ---> 5ba7c58f3296 09:04:44 Step 30/33 : CMD ["gate"] 09:04:44 ---> Running in 947dae2e51fd 09:04:44 Removing intermediate container 947dae2e51fd 09:04:44 ---> baf400a50d8c 09:04:44 Step 31/33 : LABEL arch=x86_64 09:04:45 ---> Running in 7e8a6a1190e8 09:04:45 Removing intermediate container 7e8a6a1190e8 09:04:45 ---> 2062a35f07fc 09:04:45 Step 32/33 : LABEL git_sha=e407bc110b54591bbd4fe32bf4a421e4c05cc568 09:04:45 ---> Running in 300714394a26 09:04:46 Removing intermediate container 300714394a26 09:04:46 ---> 8a7440600cca 09:04:46 Step 33/33 : LABEL version=0.0.0 09:04:46 ---> Running in 0acc0873135c 09:04:47 Removing intermediate container 0acc0873135c 09:04:47 ---> 928d8426b024 09:04:47 09:04:47 Successfully built 928d8426b024 09:04:47 Successfully tagged security-bootstrapper:latest 09:04:47 Building support-scheduler 09:04:53  Building security-bootstrapper ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 09:04:53 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:04:53 ---> 4a8a87448be0 09:04:53 Step 3/23 : ARG ADD_BUILD_TAGS="" 09:04:53 ---> Using cache 09:04:53 ---> 04b5ccaf257d 09:04:53 Step 4/23 : WORKDIR /edgex-go 09:04:53 ---> Using cache 09:04:53 ---> 3b5f37b82f6e 09:04:53 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:04:53 ---> Using cache 09:04:53 ---> dc46d6c474cb 09:04:53 Step 6/23 : RUN apk add --update --no-cache make git 09:04:53 ---> Using cache 09:04:53 ---> 24a43c5e1df3 09:04:53 Step 7/23 : COPY go.mod vendor* ./ 09:04:53 ---> Using cache 09:04:53 ---> 29b0eeb88691 09:04:53 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:04:53 ---> Using cache 09:04:53 ---> 85529fb99844 09:04:53 Step 9/23 : COPY . . 09:04:53 ---> Using cache 09:04:53 ---> 554fffa38888 09:04:53 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 09:04:54 ---> Running in 48388964a074 09:04:54 Removing intermediate container 3c5c38ffc76e 09:04:54 ---> cc7af9a71721 09:04:54 Step 7/20 : COPY . . 09:04:55 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 09:05:01 ---> 3303cc6fae42 09:05:01 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 09:05:01 ---> Running in 5c5bda3c5986 09:05:03 CGO_ENABLED=0 GO111MODULE=on 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 09:05:09 Removing intermediate container 0eae4d02a42a 09:05:09 ---> e80ae56a2aaf 09:05:09 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 09:05:09 ---> Running in 0c7cdfb70bd0 09:05:10 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 09:05:13 Removing intermediate container 0c7cdfb70bd0 09:05:13 ---> 9924734bd00d 09:05:13 09:05:13 Step 11/23 : FROM alpine:3.16 09:05:13 ---> 9c6f07244728 09:05:13 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 09:05:13 ---> Running in 107359737b51 09:05:13 Removing intermediate container 107359737b51 09:05:13 ---> bb29e0cae0b6 09:05:13 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl docker-cli && pip install --no-cache-dir docker-compose==1.23.2 09:05:13 ---> Running in bec14213d14f 09:05:14 Removing intermediate container fe0c349caf11 09:05:14 ---> a24a2f953690 09:05:14 09:05:14 Step 11/24 : FROM alpine:3.16 09:05:14 ---> 9c6f07244728 09:05:14 Step 12/24 : RUN apk add --update --no-cache dumb-init 09:05:14 ---> Running in a4b25e40f790 09:05:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 09:05:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 09:05:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 09:05:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 09:05:15 (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 09:05:15 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 09:05:15 (3/33) Installing readline (8.1.2-r0) 09:05:15 (4/33) Installing bash (5.1.16-r2) 09:05:15 Executing bash-5.1.16-r2.post-install 09:05:15 (5/33) Installing ca-certificates (20220614-r0) 09:05:15 (6/33) Installing brotli-libs (1.0.9-r6) 09:05:15 (7/33) Installing nghttp2-libs (1.47.0-r0) 09:05:15 (1/1) Installing dumb-init (1.2.5-r1) 09:05:15 Executing busybox-1.35.0-r17.trigger 09:05:15 (8/33) Installing libcurl (7.83.1-r3) 09:05:15 OK: 6 MiB in 15 packages 09:05:15 (9/33) Installing curl (7.83.1-r3) 09:05:15 (10/33) Installing docker-cli (20.10.20-r0) 09:05:15 Removing intermediate container 137658f4327a 09:05:15 ---> f163f9535bd9 09:05:15 09:05:15 Step 11/25 : FROM alpine:3.16 09:05:15 ---> 9c6f07244728 09:05:15 Step 12/25 : RUN apk add --update --no-cache dumb-init 09:05:15 (11/33) Installing dumb-init (1.2.5-r1) 09:05:15 (12/33) Installing libbz2 (1.0.8-r1) 09:05:15 (13/33) Installing expat (2.4.9-r0) 09:05:15 (14/33) Installing libffi (3.4.2-r1) 09:05:15 (15/33) Installing gdbm (1.23-r0) 09:05:15 (16/33) Installing xz-libs (5.2.5-r1) 09:05:15 (17/33) Installing libgcc (11.2.1_git20220219-r2) 09:05:15 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 09:05:15 (19/33) Installing mpdecimal (2.5.1-r1) 09:05:15 (20/33) Installing sqlite-libs (3.38.5-r0) 09:05:15 (21/33) Installing python3 (3.10.5-r0) 09:05:15 ---> Running in 32ad9559f367 09:05:16 (22/33) Installing py3-contextlib2 (21.6.0-r2) 09:05:16 (23/33) Installing py3-tomli (2.0.1-r1) 09:05:16 (24/33) Installing py3-pep517 (0.12.0-r2) 09:05:16 (25/33) Installing py3-six (1.16.0-r1) 09:05:16 (26/33) Installing py3-retrying (1.3.3-r3) 09:05:16 (27/33) Installing py3-appdirs (1.4.4-r3) 09:05:16 (28/33) Installing py3-more-itertools (8.13.0-r0) 09:05:16 (29/33) Installing py3-ordered-set (4.0.2-r3) 09:05:16 (30/33) Installing py3-parsing (2.4.7-r3) 09:05:16 (31/33) Installing py3-packaging (21.3-r0) 09:05:16 (32/33) Installing py3-setuptools (59.4.0-r0) 09:05:16 (33/33) Installing py3-pip (22.1.1-r0) 09:05:16 Executing busybox-1.35.0-r17.trigger 09:05:16 Executing ca-certificates-20220614-r0.trigger 09:05:16 OK: 122 MiB in 47 packages 09:05:16 Removing intermediate container a4b25e40f790 09:05:16 ---> f633fe14051c 09:05:16 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:05:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 09:05:16 ---> Running in 15b5e44822ea 09:05:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 09:05:16 (1/1) Installing dumb-init (1.2.5-r1) 09:05:16 Executing busybox-1.35.0-r17.trigger 09:05:16 OK: 6 MiB in 15 packages 09:05:17 Removing intermediate container 15b5e44822ea 09:05:17 ---> e72d2627a2a5 09:05:17 Step 14/24 : ENV APP_PORT=59882 09:05:17 ---> Running in b21e68b1bfb4 09:05:17 Removing intermediate container b21e68b1bfb4 09:05:17 ---> 8900ec019db1 09:05:17 Step 15/24 : EXPOSE $APP_PORT 09:05:17 ---> Running in 6f0965bfe26d 09:05:17 Removing intermediate container 32ad9559f367 09:05:17 ---> 7b426742303f 09:05:17 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:05:17 Removing intermediate container 6f0965bfe26d 09:05:17 ---> 340216959a47 09:05:17 Step 16/24 : WORKDIR / 09:05:17 ---> Running in 9533a1ef98f8 09:05:17 ---> Running in 4bc8409a50f1 09:05:18 Removing intermediate container 4bc8409a50f1 09:05:18 ---> 781e8f477150 09:05:18 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 09:05:18 Removing intermediate container 9533a1ef98f8 09:05:18 ---> 064dcafe4c52 09:05:18 Step 14/25 : ENV APP_PORT=59881 09:05:18 ---> Running in 71774cd58421 09:05:18 ---> 4ffd0b3a1588 09:05:18 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:05:18 Removing intermediate container 71774cd58421 09:05:18 ---> b0fd759922ae 09:05:18 Step 15/25 : EXPOSE $APP_PORT 09:05:18 ---> Running in 5e0e223f0315 09:05:19 Removing intermediate container 5e0e223f0315 09:05:19 ---> 9b6b2366599c 09:05:19 Step 16/25 : WORKDIR / 09:05:19 ---> 9891c65e8368 09:05:19 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 09:05:19 ---> Running in 43605601e995 09:05:19 Collecting docker-compose==1.23.2 09:05:19 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 09:05:19 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 25.7 MB/s eta 0:00:00 09:05:19 Collecting PyYAML<4,>=3.10 09:05:19 Downloading PyYAML-3.13.tar.gz (270 kB) 09:05:19 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 122.8 MB/s eta 0:00:00 09:05:19 Removing intermediate container 43605601e995 09:05:19 ---> add491f3986e 09:05:19 Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / 09:05:19 Preparing metadata (setup.py): started 09:05:20 ---> c99d5c902b3e 09:05:20 Step 20/24 : ENTRYPOINT ["/core-command"] 09:05:20 ---> Running in fcf4d8b02f33 09:05:20 ---> 860fb2588009 09:05:20 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:05:20 Preparing metadata (setup.py): finished with status 'done' 09:05:20 Removing intermediate container fcf4d8b02f33 09:05:20 ---> bcd65e456aa1 09:05:20 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:05:20 Collecting jsonschema<3,>=2.5.1 09:05:20 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 09:05:20 Collecting docopt<0.7,>=0.6.1 09:05:20 Downloading docopt-0.6.2.tar.gz (25 kB) 09:05:20 ---> Running in 41bd6eb37a41 09:05:20 Preparing metadata (setup.py): started 09:05:20 Preparing metadata (setup.py): finished with status 'done' 09:05:20 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 09:05:20 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 09:05:20 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 110.3 MB/s eta 0:00:00 09:05:20 Collecting websocket-client<1.0,>=0.32.0 09:05:20 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 09:05:20 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 115.5 MB/s eta 0:00:00Removing intermediate container 41bd6eb37a41 09:05:20 ---> c693e0765b96 09:05:20 Step 22/24 : LABEL arch=x86_64 09:05:20 09:05:20 Collecting dockerpty<0.5,>=0.4.1 09:05:20 Downloading dockerpty-0.4.1.tar.gz (13 kB) 09:05:20 Preparing metadata (setup.py): started 09:05:21 ---> Running in a761cae710e8 09:05:21 ---> e90e37ed8062 09:05:21 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 09:05:21 Preparing metadata (setup.py): finished with status 'done' 09:05:21 Collecting docker<4.0,>=3.6.0 09:05:21 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 09:05:21 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 176.3 MB/s eta 0:00:00 09:05:21 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) 09:05:21 Collecting cached-property<2,>=1.2.0 09:05:21 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 09:05:21 Collecting texttable<0.10,>=0.9.0 09:05:21 Downloading texttable-0.9.1.tar.gz (11 kB) 09:05:21 Preparing metadata (setup.py): started 09:05:21 Removing intermediate container a761cae710e8 09:05:21 ---> 0b355df8ed0d 09:05:21 Step 23/24 : LABEL git_sha=e407bc110b54591bbd4fe32bf4a421e4c05cc568 09:05:21 ---> 1870831da805 09:05:21 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 09:05:21 ---> Running in c2ef53658c59 09:05:21 Preparing metadata (setup.py): finished with status 'done' 09:05:21 Removing intermediate container c2ef53658c59 09:05:21 ---> 6401f0b7c56b 09:05:21 Step 24/24 : LABEL version=0.0.0 09:05:21 Collecting docker-pycreds>=0.4.0 09:05:21 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 09:05:21 ---> Running in 2b5a40baaa5e 09:05:21 Collecting chardet<3.1.0,>=3.0.2 09:05:21 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 09:05:21 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 108.7 MB/s eta 0:00:00 09:05:21 Collecting certifi>=2017.4.17 09:05:21 Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) 09:05:21 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 136.4 MB/s eta 0:00:00 09:05:21 Collecting idna<2.8,>=2.5 09:05:21 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 09:05:21 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 161.0 MB/s eta 0:00:00 09:05:21 ---> 6469a6b3a78c 09:05:21 Step 21/25 : ENTRYPOINT ["/core-metadata"] 09:05:22 Removing intermediate container 2b5a40baaa5e 09:05:22 ---> 3c3a1f79938a 09:05:22 09:05:22 Collecting urllib3<1.25,>=1.21.1 09:05:22 ---> Running in a1213b18ed06 09:05:22 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 09:05:22 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 189.5 MB/s eta 0:00:00 09:05:22 Successfully built 3c3a1f79938a 09:05:22 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 09:05:22 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 09:05:22 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 09:05:22 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 09:05:22 Successfully tagged core-command:latest 09:05:22  Building core-command ... done Building security-proxy-setup 09:05:22 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 09:05:22 Running setup.py install for texttable: started 09:05:22 Removing intermediate container a1213b18ed06 09:05:22 ---> fa5d53f8be0d 09:05:22 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:05:22 Running setup.py install for texttable: finished with status 'done' 09:05:22 Running setup.py install for PyYAML: started 09:05:23 Running setup.py install for PyYAML: finished with status 'done' 09:05:23 ---> Running in f597bcfdb0e0 09:05:23 Running setup.py install for docopt: started 09:05:23 Removing intermediate container f597bcfdb0e0 09:05:23 ---> 9676dfe095ac 09:05:23 Step 23/25 : LABEL arch=x86_64 09:05:23 ---> Running in 4f66004191b9 09:05:24 Running setup.py install for docopt: finished with status 'done' 09:05:24 Removing intermediate container 4f66004191b9 09:05:24 ---> 789503d69633 09:05:24 Step 24/25 : LABEL git_sha=e407bc110b54591bbd4fe32bf4a421e4c05cc568 09:05:24 ---> Running in 91504bca2e35 09:05:24 Removing intermediate container 91504bca2e35 09:05:24 ---> b5f197b8b46d 09:05:24 Step 25/25 : LABEL version=0.0.0 09:05:24 ---> Running in 8d58a4a96617 09:05:24 Running setup.py install for dockerpty: started 09:05:25 Removing intermediate container 8d58a4a96617 09:05:25 ---> 4b50fb5980fb 09:05:25 09:05:25 Successfully built 4b50fb5980fb 09:05:25 Successfully tagged core-metadata:latest 09:05:25 Building support-notifications 09:05:25  Building core-metadata ... done  Running setup.py install for dockerpty: finished with status 'done' 09:05:25 Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.9.24 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 09:05:25 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 09:05:26 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 09:05:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:05:26 ---> 4a8a87448be0 09:05:26 Step 3/22 : WORKDIR /edgex-go 09:05:26 ---> Using cache 09:05:26 ---> 80e0653fe02d 09:05:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:05:26 ---> Using cache 09:05:26 ---> 09d474e92545 09:05:26 Step 5/22 : RUN apk add --update --no-cache make git 09:05:26 ---> Using cache 09:05:26 ---> 962b49f3e6c2 09:05:26 Step 6/22 : COPY go.mod vendor* ./ 09:05:26 ---> Using cache 09:05:26 ---> 0e3ecc973fe1 09:05:26 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:05:26 ---> Using cache 09:05:26 ---> ef9203328873 09:05:26 Step 8/22 : COPY . . 09:05:26 ---> Using cache 09:05:26 ---> fc5d22f65319 09:05:26 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 09:05:27 ---> Running in a19b9f97772a 09:05:28 CGO_ENABLED=0 GO111MODULE=on 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 09:05:29 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 09:05:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:05:29 ---> 4a8a87448be0 09:05:29 Step 3/23 : ARG ADD_BUILD_TAGS="" 09:05:29 ---> Using cache 09:05:29 ---> 04b5ccaf257d 09:05:29 Step 4/23 : WORKDIR /edgex-go 09:05:29 ---> Using cache 09:05:29 ---> 3b5f37b82f6e 09:05:29 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:05:29 ---> Using cache 09:05:29 ---> dc46d6c474cb 09:05:29 Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates 09:05:30 ---> Running in bb664a4b6a3e 09:05:30 Removing intermediate container bec14213d14f 09:05:30 ---> 00df6c11253c 09:05:30 Step 14/23 : ENV APP_PORT=58890 09:05:30 ---> Running in 2469d17054cd 09:05:30 Removing intermediate container 2469d17054cd 09:05:30 ---> 93c70cbf83d9 09:05:30 Step 15/23 : EXPOSE $APP_PORT 09:05:30 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 09:05:30 ---> Running in c23c90573cfa 09:05:31 Removing intermediate container c23c90573cfa 09:05:31 ---> c7c1bf14769b 09:05:31 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 09:05:31 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 09:05:32 OK: 211 MiB in 51 packages 09:05:32 ---> 76e0e6838498 09:05:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 09:05:33 ---> 9188fd592e6a 09:05:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 09:05:33 Removing intermediate container bb664a4b6a3e 09:05:33 ---> d8e77345e5a5 09:05:33 Step 7/23 : COPY go.mod vendor* ./ 09:05:34 ---> ae53ff2f9596 09:05:34 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 09:05:34 ---> 9291bfd0046f 09:05:34 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:05:34 ---> Running in 8735a8b4d92a 09:05:34 ---> Running in a243af987a9a 09:05:34 Removing intermediate container 5c5bda3c5986 09:05:34 ---> 1a8cb8e396e7 09:05:34 09:05:34 Step 9/20 : FROM alpine:3.15 09:05:34 ---> c4fc93816858 09:05:34 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 09:05:34 ---> Using cache 09:05:34 ---> 5c466030209e 09:05:34 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:05:34 ---> Using cache 09:05:34 ---> 0a3ebc77e834 09:05:34 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 09:05:34 Removing intermediate container 8735a8b4d92a 09:05:34 ---> 1cb2935833ec 09:05:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:05:34 Removing intermediate container 48388964a074 09:05:34 ---> 696c8443f8c2 09:05:34 09:05:34 Step 11/23 : FROM alpine:3.16 09:05:34 ---> 9c6f07244728 09:05:34 Step 12/23 : RUN apk add --update --no-cache dumb-init 09:05:34 ---> Using cache 09:05:34 ---> 7b426742303f 09:05:34 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:05:34 ---> Using cache 09:05:34 ---> 064dcafe4c52 09:05:34 Step 14/23 : ENV APP_PORT=59861 09:05:34 ---> Running in c41809c49f7f 09:05:34 ---> Running in dc9aafea9671 09:05:34 ---> Running in 3e3cf097a4d3 09:05:34 Removing intermediate container 3e3cf097a4d3 09:05:34 ---> e7b3f7fbdad4 09:05:34 Step 15/23 : EXPOSE $APP_PORT 09:05:34 Removing intermediate container dc9aafea9671 09:05:34 ---> 5122d153d866 09:05:34 Step 21/23 : LABEL arch=x86_64 09:05:34 ---> Running in 788f6839042a 09:05:34 ---> Running in bf23b1cc0914 09:05:35 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 09:05:35 Removing intermediate container 788f6839042a 09:05:35 ---> 3100b66f8ef6 09:05:35 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:05:35 Removing intermediate container bf23b1cc0914 09:05:35 ---> 7542f246bc9e 09:05:35 Step 22/23 : LABEL git_sha=e407bc110b54591bbd4fe32bf4a421e4c05cc568 09:05:35 ---> Running in b52aa3c06be0 09:05:35 ---> 51fa4d668bbc 09:05:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:05:35 Removing intermediate container b52aa3c06be0 09:05:35 ---> b3219ab99d89 09:05:35 Step 23/23 : LABEL version=0.0.0 09:05:35 ---> Running in 7434b289e9b8 09:05:35 Removing intermediate container 7434b289e9b8 09:05:35 ---> 9217bbd711c8 09:05:35 09:05:35 Successfully built 9217bbd711c8 09:05:35 Successfully tagged sys-mgmt-agent:latest 09:05:35 Building security-spire-agent 09:05:35  Building sys-mgmt-agent ... done fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 09:05:36 v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] 09:05:36 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 09:05:36 OK: 15857 distinct packages available 09:05:36 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 09:05:37 ---> 20be3a7f4611 09:05:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 09:05:37 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 09:05:37 (1/9) Installing ca-certificates (20220614-r0) 09:05:37 (2/9) Installing brotli-libs (1.0.9-r5) 09:05:37 (3/9) Installing nghttp2-libs (1.46.0-r0) 09:05:37 (4/9) Installing libcurl (7.80.0-r3) 09:05:37 (5/9) Installing curl (7.80.0-r3) 09:05:37 (6/9) Installing dumb-init (1.2.5-r1) 09:05:38 (7/9) Installing musl-obstack (1.2.3-r0) 09:05:38 (8/9) Installing libucontext (1.1-r0) 09:05:38 (9/9) Installing gcompat (1.0.0-r4) 09:05:38 Executing busybox-1.34.1-r7.trigger 09:05:38 Executing ca-certificates-20220614-r0.trigger 09:05:38 OK: 8 MiB in 23 packages 09:05:38 ---> c47441a65fd2 09:05:38 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 09:05:38 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 09:05:38 Step 2/26 : FROM ${BUILDER_BASE} AS builder 09:05:38 ---> 4a8a87448be0 09:05:38 Step 3/26 : WORKDIR /edgex-go 09:05:38 ---> Using cache 09:05:38 ---> 80e0653fe02d 09:05:38 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:05:38 ---> Using cache 09:05:38 ---> 09d474e92545 09:05:38 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 09:05:39 ---> Running in f0a32297605c 09:05:39 ---> Running in 1e61cd049047 09:05:39 Removing intermediate container f0a32297605c 09:05:39 ---> 07f1a762cf58 09:05:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:05:39 ---> Running in 8f3dcee91b01 09:05:39 Removing intermediate container c41809c49f7f 09:05:39 ---> 85ae773e3a64 09:05:39 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 09:05:39 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 09:05:39 Removing intermediate container 8f3dcee91b01 09:05:39 ---> ac33cfc34d81 09:05:39 Step 21/23 : LABEL arch=x86_64 09:05:39 ---> Running in 3a4d00447357 09:05:39 ---> 8cd3cdd89c15 09:05:39 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 09:05:39 Removing intermediate container 3a4d00447357 09:05:39 ---> 5ab8990dea59 09:05:39 Step 22/23 : LABEL git_sha=e407bc110b54591bbd4fe32bf4a421e4c05cc568 09:05:40 ---> Running in 57c280ea8916 09:05:40 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 09:05:40 Removing intermediate container 57c280ea8916 09:05:40 ---> 3a390d4b3b5e 09:05:40 Step 23/23 : LABEL version=0.0.0 09:05:40 ---> Running in f811052d02ee 09:05:40 ---> 7e73dafa6ab7 09:05:40 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 09:05:40 OK: 211 MiB in 51 packages 09:05:40 Removing intermediate container f811052d02ee 09:05:40 ---> 2075832d4234 09:05:40 09:05:40 Successfully built 2075832d4234 09:05:40 Successfully tagged support-scheduler:latest 09:05:40  Building support-scheduler ... done  ---> dac8bad53e44 09:05:40 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 09:05:41 ---> Running in 58580636f8da 09:05:41 Removing intermediate container 1e61cd049047 09:05:41 ---> ce9907260bd3 09:05:41 Step 6/26 : COPY go.mod vendor* ./ 09:05:41 Removing intermediate container 58580636f8da 09:05:41 ---> 109b95d39077 09:05:41 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:05:41 ---> Running in f94b62b75004 09:05:41 ---> 8c1d51d11a48 09:05:41 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:05:41 ---> Running in bf8176e525c3 09:05:41 Removing intermediate container f94b62b75004 09:05:41 ---> 622d058a5469 09:05:41 Step 18/20 : LABEL arch=x86_64 09:05:41 ---> Running in 37535d8bbc52 09:05:42 Removing intermediate container 37535d8bbc52 09:05:42 ---> ce8b01dc6a52 09:05:42 Step 19/20 : LABEL git_sha=e407bc110b54591bbd4fe32bf4a421e4c05cc568 09:05:42 ---> Running in b7fa2d26be70 09:05:42 Removing intermediate container b7fa2d26be70 09:05:42 ---> 72413bef2eac 09:05:42 Step 20/20 : LABEL version=0.0.0 09:05:42 ---> Running in 01060dec03c9 09:05:42 Removing intermediate container 01060dec03c9 09:05:42 ---> c63706afd830 09:05:42 09:05:42 Successfully built c63706afd830 09:05:42 Successfully tagged security-spiffe-token-provider:latest 09:05:42  Building security-spiffe-token-provider ... done CGO_ENABLED=0 GO111MODULE=on 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 09:05:45 Removing intermediate container a243af987a9a 09:05:45 ---> 8c7c5bf648b0 09:05:45 Step 9/23 : COPY . . 09:05:48 Removing intermediate container a19b9f97772a 09:05:48 ---> 0e6ff73b11f9 09:05:48 09:05:48 Step 10/22 : FROM alpine:3.16 09:05:48 ---> 9c6f07244728 09:05:48 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 09:05:48 ---> Running in 72dd28d28559 09:05:49 ---> a676a739551f 09:05:49 Step 10/23 : RUN make cmd/support-notifications/support-notifications 09:05:49 ---> Running in 353729c9bdf1 09:05:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 09:05:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 09:05:49 Removing intermediate container bf8176e525c3 09:05:49 ---> dc28e287e849 09:05:49 Step 8/26 : COPY . . 09:05:49 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:05:49 (1/6) Installing ca-certificates (20220614-r0) 09:05:49 (2/6) Installing brotli-libs (1.0.9-r6) 09:05:49 (3/6) Installing nghttp2-libs (1.47.0-r0) 09:05:49 (4/6) Installing libcurl (7.83.1-r3) 09:05:49 (5/6) Installing curl (7.83.1-r3) 09:05:49 (6/6) Installing dumb-init (1.2.5-r1) 09:05:49 Executing busybox-1.35.0-r17.trigger 09:05:49 Executing ca-certificates-20220614-r0.trigger 09:05:49 OK: 8 MiB in 20 packages 09:05:51 Removing intermediate container 72dd28d28559 09:05:51 ---> d0bfe7202d5a 09:05:51 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:05:51 ---> Running in 19f33a4026e7 09:05:51 Removing intermediate container 19f33a4026e7 09:05:51 ---> 76c8d6b4866e 09:05:51 Step 13/22 : WORKDIR /edgex 09:05:52 ---> Running in 5c229fd442d3 09:05:52 Removing intermediate container 5c229fd442d3 09:05:52 ---> 9e380ef2ec51 09:05:52 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 09:05:52 ---> a1ad0f0145ba 09:05:52 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 09:05:53 ---> e697c6892f46 09:05:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 09:05:53 ---> 1e6d60940406 09:05:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 09:05:54 ---> 26e27c597d2f 09:05:54 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 09:05:54 ---> Running in 20c598528d6c 09:05:54 Removing intermediate container 20c598528d6c 09:05:54 ---> 6c971fd1d786 09:05:54 Step 10/26 : WORKDIR /edgex-go/spire-build 09:05:54 ---> 10dc81f52ffd 09:05:54 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:05:54 ---> Running in cdab25bc2ef7 09:05:54 ---> Running in 114d374f5dd6 09:05:54 Removing intermediate container cdab25bc2ef7 09:05:54 ---> 6b4451651b0d 09:05:54 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 09:05:54 ---> Running in 47bf4e9fb32c 09:05:55 Removing intermediate container 114d374f5dd6 09:05:55 ---> 3e95f1a372e9 09:05:55 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 09:05:55 ---> Running in 0d598fc31814 09:05:55 Removing intermediate container 0d598fc31814 09:05:55 ---> ad233de5bbda 09:05:55 Step 20/22 : LABEL arch=x86_64 09:05:55 ---> Running in 80fc59393ea3 09:05:55 Removing intermediate container 47bf4e9fb32c 09:05:55 ---> 3559ded13760 09:05:55 Step 12/26 : WORKDIR /edgex-go 09:05:55 ---> Running in 5467b2afe5d9 09:05:55 Removing intermediate container 80fc59393ea3 09:05:55 ---> b782631b7aaa 09:05:55 Step 21/22 : LABEL git_sha=e407bc110b54591bbd4fe32bf4a421e4c05cc568 09:05:55 ---> Running in 6d6bfd5e6ef2 09:05:55 Removing intermediate container 5467b2afe5d9 09:05:55 ---> b0718083baf6 09:05:55 09:05:55 Step 13/26 : FROM alpine:3.15 09:05:55 ---> c4fc93816858 09:05:55 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 09:05:55 ---> Using cache 09:05:55 ---> 5c466030209e 09:05:55 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:05:55 ---> Using cache 09:05:55 ---> 0a3ebc77e834 09:05:55 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 09:05:55 ---> Using cache 09:05:55 ---> 15753d509b66 09:05:55 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 09:05:55 Removing intermediate container 6d6bfd5e6ef2 09:05:55 ---> d41f857b40b3 09:05:55 Step 22/22 : LABEL version=0.0.0 09:05:56 ---> Running in 7ad41de5c163 09:05:56 Removing intermediate container 7ad41de5c163 09:05:56 ---> 6eec702d075e 09:05:56 09:05:56 Successfully built 6eec702d075e 09:05:56 Successfully tagged security-proxy-setup:latest 09:05:56  Building security-proxy-setup ... done  ---> 8ec23e7ecc3e 09:05:56 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 09:05:58 ---> 897802c0a7ff 09:05:58 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 09:05:58 ---> 12c710264e40 09:05:58 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 09:05:59 ---> 66bcc5aaa4a1 09:05:59 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 09:05:59 ---> 24400984d62f 09:05:59 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 09:05:59 ---> Running in bb0bd17e2631 09:05:59 Removing intermediate container bb0bd17e2631 09:05:59 ---> 1d7e460712dd 09:05:59 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 09:06:00 ---> Running in ae0537607a31 09:06:00 Removing intermediate container ae0537607a31 09:06:00 ---> 79641ed1d039 09:06:00 Step 24/26 : LABEL arch=x86_64 09:06:00 ---> Running in 22160cd04a0e 09:06:00 Removing intermediate container 22160cd04a0e 09:06:00 ---> a47cc7b7a635 09:06:00 Step 25/26 : LABEL git_sha=e407bc110b54591bbd4fe32bf4a421e4c05cc568 09:06:00 ---> Running in 6d31c55d4c12 09:06:00 Removing intermediate container 6d31c55d4c12 09:06:00 ---> eb12bb44859b 09:06:00 Step 26/26 : LABEL version=0.0.0 09:06:00 ---> Running in f6f68fd7b956 09:06:00 Removing intermediate container f6f68fd7b956 09:06:00 ---> ee320ea18a4a 09:06:00 09:06:00 Successfully built ee320ea18a4a 09:06:01 Successfully tagged security-spire-agent:latest 09:06:11  Building security-spire-agent ... done Removing intermediate container 353729c9bdf1 09:06:11 ---> 6ccec73f777a 09:06:11 09:06:11 Step 11/23 : FROM alpine:3.16 09:06:11 ---> 9c6f07244728 09:06:11 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 09:06:11 ---> Running in 97a18b893ed2 09:06:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 09:06:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 09:06:11 (1/2) Installing ca-certificates (20220614-r0) 09:06:11 (2/2) Installing dumb-init (1.2.5-r1) 09:06:11 Executing busybox-1.35.0-r17.trigger 09:06:11 Executing ca-certificates-20220614-r0.trigger 09:06:11 OK: 6 MiB in 16 packages 09:06:11 Removing intermediate container 97a18b893ed2 09:06:11 ---> ca481aac72bc 09:06:11 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 09:06:11 ---> Running in 7ab9d8dc8041 09:06:11 Removing intermediate container 7ab9d8dc8041 09:06:11 ---> ca45ac271328 09:06:11 Step 14/23 : ENV APP_PORT=59860 09:06:11 ---> Running in cb42f4757133 09:06:11 Removing intermediate container cb42f4757133 09:06:11 ---> bc40dcd725b7 09:06:11 Step 15/23 : EXPOSE $APP_PORT 09:06:11 ---> Running in e0ad4b9c9b61 09:06:11 Removing intermediate container e0ad4b9c9b61 09:06:11 ---> ea6b6b3d345d 09:06:11 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:06:11 ---> 420275dda089 09:06:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:06:11 ---> 9f0ed219dc83 09:06:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 09:06:11 ---> 3893fb541fef 09:06:11 Step 19/23 : ENTRYPOINT ["/support-notifications"] 09:06:12 ---> Running in 3a6dc559198c 09:06:12 Removing intermediate container 3a6dc559198c 09:06:12 ---> 2378dfdaf54d 09:06:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:06:12 ---> Running in ac32de9e783b 09:06:12 Removing intermediate container ac32de9e783b 09:06:12 ---> 4340aa89cab3 09:06:12 Step 21/23 : LABEL arch=x86_64 09:06:12 ---> Running in 9e53f12a274c 09:06:12 Removing intermediate container 9e53f12a274c 09:06:12 ---> 78a980382460 09:06:12 Step 22/23 : LABEL git_sha=e407bc110b54591bbd4fe32bf4a421e4c05cc568 09:06:12 ---> Running in 3eb37e2fe027 09:06:12 Removing intermediate container 3eb37e2fe027 09:06:12 ---> be35f7f35956 09:06:12 Step 23/23 : LABEL version=0.0.0 09:06:12 ---> Running in 26952125c5b6 09:06:12 Removing intermediate container 26952125c5b6 09:06:12 ---> 822d7e5fe53c 09:06:12 09:06:12 Successfully built 822d7e5fe53c 09:06:12 Successfully tagged support-notifications:latest 09:06:12  Building support-notifications ... done  [Pipeline] } 09:06:12 $ docker stop --time=1 b212684c09a9fa150723605871a6449662631df23ac466d3be33c78673b9f11b 09:06:13 $ docker rm -f b212684c09a9fa150723605871a6449662631df23ac466d3be33c78673b9f11b [Pipeline] // withDockerContainer [Pipeline] sh 09:06:14 + docker images 09:06:14 REPOSITORY TAG IMAGE ID CREATED SIZE 09:06:14 support-notifications latest 822d7e5fe53c 2 seconds ago 30.4MB 09:06:14 6ccec73f777a 6 seconds ago 1.67GB 09:06:14 security-spire-agent latest ee320ea18a4a 14 seconds ago 125MB 09:06:14 security-proxy-setup latest 6eec702d075e 18 seconds ago 27.6MB 09:06:14 b0718083baf6 19 seconds ago 1.48GB 09:06:14 0e6ff73b11f9 28 seconds ago 1.6GB 09:06:14 security-spiffe-token-provider latest c63706afd830 32 seconds ago 29.7MB 09:06:14 support-scheduler latest 2075832d4234 34 seconds ago 29.8MB 09:06:14 sys-mgmt-agent latest 9217bbd711c8 39 seconds ago 136MB 09:06:14 1a8cb8e396e7 41 seconds ago 1.64GB 09:06:14 696c8443f8c2 41 seconds ago 1.67GB 09:06:14 core-metadata latest 4b50fb5980fb 50 seconds ago 18.5MB 09:06:14 core-command latest 3c3a1f79938a 53 seconds ago 17.6MB 09:06:14 f163f9535bd9 About a minute ago 1.61GB 09:06:14 a24a2f953690 About a minute ago 1.61GB 09:06:14 9924734bd00d About a minute ago 1.59GB 09:06:14 security-bootstrapper latest 928d8426b024 About a minute ago 20.2MB 09:06:14 security-secretstore-setup latest b96b75bcc8f9 About a minute ago 29.7MB 09:06:14 core-data latest 27fe2c61c365 About a minute ago 21.7MB 09:06:14 fe74ca669fb4 About a minute ago 1.62GB 09:06:14 d26aa7236439 About a minute ago 1.6GB 09:06:14 6e78dee37d76 About a minute ago 1.6GB 09:06:14 security-spire-server latest a3b061b407f7 2 minutes ago 86.5MB 09:06:14 security-spire-config latest f067bd213eab 2 minutes ago 85.8MB 09:06:14 2c11f0c55dd5 2 minutes ago 1.48GB 09:06:14 9e9f941719d7 2 minutes ago 1.48GB 09:06:14 ci-base-image-x86_64 latest 4a8a87448be0 5 minutes ago 941MB 09:06:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine 1dedd983c030 2 weeks ago 677MB 09:06:14 alpine 3.15 c4fc93816858 2 months ago 5.59MB 09:06:14 alpine 3.16 9c6f07244728 2 months ago 5.54MB 09:06:14 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 3 months ago 253MB 09:06:14 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] } 10:00:42 Running on prd-ubuntu20.04-docker-arm64-4c-16g-116830 in /w/workspace/edgexfoundry_edgex-go_PR-4215 [Pipeline] { [Pipeline] ws 10:00:42 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 10:00:42 The recommended git tool is: git 10:00:48 using credential edgex-jenkins-ssh 10:00:48 Cloning the remote Git repository 10:00:48 Cloning repository git@github.com:edgexfoundry/edgex-go.git 10:00:48 > git init /w/workspace/edgex-go/1 # timeout=10 10:00:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:00:48 > git --version # timeout=10 10:00:48 > git --version # 'git version 2.25.1' 10:00:48 using GIT_SSH to set credentials SSH Credentials for GitHub 10:00:48 Verifying host key using known hosts file 10:00:49 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 10:00:49 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:01:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:01:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:01:08 Merging remotes/origin/main commit bec6ac5133b81c8d346ce10051e81bd60c096cff into PR head commit fda7a4000c8f8f0a55d75a5fa0e350a04c35f5e1 10:01:08 Merge succeeded, producing d5e1bd5b95c6d1dafe5fd4278db59613213789e9 10:01:08 Checking out Revision d5e1bd5b95c6d1dafe5fd4278db59613213789e9 (PR-4215) 10:01:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:01:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:01:07 using GIT_SSH to set credentials SSH Credentials for GitHub 10:01:07 Verifying host key using known hosts file 10:01:07 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 10:01:07 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4215/head:refs/remotes/origin/PR-4215 +refs/heads/main:refs/remotes/origin/main # timeout=10 10:01:08 > git config core.sparsecheckout # timeout=10 10:01:08 > git checkout -f fda7a4000c8f8f0a55d75a5fa0e350a04c35f5e1 # timeout=10 10:01:08 > git remote # timeout=10 10:01:08 > git config --get remote.origin.url # timeout=10 10:01:08 using GIT_SSH to set credentials SSH Credentials for GitHub 10:01:08 Verifying host key using known hosts file 10:01:08 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 10:01:08 > git merge bec6ac5133b81c8d346ce10051e81bd60c096cff # timeout=10 10:01:08 > git rev-parse HEAD^{commit} # timeout=10 10:01:08 > git config core.sparsecheckout # timeout=10 10:01:08 > git checkout -f d5e1bd5b95c6d1dafe5fd4278db59613213789e9 # timeout=10 10:01:12 Commit message: "Merge commit 'bec6ac5133b81c8d346ce10051e81bd60c096cff' into HEAD" 10:01:12 First time build. Skipping changelog. 10:01:12 > git --version # timeout=10 10:01:12 > git --version # 'git version 2.25.1' 10:01:12 fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:01:14 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 10:01:14 % Total % Received % Xferd Average Speed Time Time Time Current 10:01:14 Dload Upload Total Spent Left Speed 10:01:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 198k 0 --:--:-- --:--:-- --:--:-- 195k [Pipeline] sh 10:01:14 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 10:01:15 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 10:01:15 + sudo tee /etc/docker/daemon.new 10:01:15 { 10:01:15 "registry-mirrors": [ 10:01:15 "https://nexus3.edgexfoundry.org:10001" 10:01:15 ], 10:01:15 "bip": "10.250.0.254/24", 10:01:15 "hosts": [ 10:01:15 "tcp://0.0.0.0:5555", 10:01:15 "unix:///var/run/docker.sock" 10:01:15 ], 10:01:15 "mtu": 1458, 10:01:15 "selinux-enabled": true, 10:01:15 "seccomp-profile": "/etc/docker/seccomp.json" 10:01:15 } [Pipeline] sh 10:01:15 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 10:01:15 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:01:34 provisioning config files... 10:01:34 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config1202315542524148601tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:01:34 ---> docker-login.sh 10:01:34 nexus3.edgexfoundry.org:10001 10:01:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:01:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:01:35 Configure a credential helper to remove this warning. See 10:01:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:01:35 10:01:35 Login Succeeded 10:01:35 nexus3.edgexfoundry.org:10002 10:01:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:01:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:01:35 Configure a credential helper to remove this warning. See 10:01:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:01:35 10:01:35 Login Succeeded 10:01:35 nexus3.edgexfoundry.org:10003 10:01:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:01:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:01:36 Configure a credential helper to remove this warning. See 10:01:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:01:36 10:01:36 Login Succeeded 10:01:36 nexus3.edgexfoundry.org:10004 10:01:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:01:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:01:36 Configure a credential helper to remove this warning. See 10:01:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:01:36 10:01:36 Login Succeeded 10:01:36 docker.io 10:01:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:01:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:01:37 Configure a credential helper to remove this warning. See 10:01:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:01:37 10:01:37 Login Succeeded 10:01:37 ---> docker-login.sh ends [Pipeline] } 10:01:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 10:01:37 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 10:01:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:01:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:01:37 ========================================================= 10:01:37 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 10:01:37 ========================================================= [Pipeline] fileExists [Pipeline] sh 10:01:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 10:01:38 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:01:38 9b18e9b68314: Pulling fs layer 10:01:38 d32db5db7311: Pulling fs layer 10:01:38 d0c4b47475fc: Pulling fs layer 10:01:38 5831b945b038: Pulling fs layer 10:01:38 86bbec2aaacd: Pulling fs layer 10:01:38 e10730c5d714: Pulling fs layer 10:01:38 5dd5c2283517: Pulling fs layer 10:01:38 d5ac0230b979: Pulling fs layer 10:01:38 e10730c5d714: Waiting 10:01:38 5dd5c2283517: Waiting 10:01:38 5831b945b038: Waiting 10:01:38 86bbec2aaacd: Waiting 10:01:38 d5ac0230b979: Waiting 10:01:38 d0c4b47475fc: Verifying Checksum 10:01:38 d0c4b47475fc: Download complete 10:01:38 d32db5db7311: Download complete 10:01:38 86bbec2aaacd: Download complete 10:01:38 e10730c5d714: Verifying Checksum 10:01:38 e10730c5d714: Download complete 10:01:38 9b18e9b68314: Verifying Checksum 10:01:38 9b18e9b68314: Download complete 10:01:39 9b18e9b68314: Pull complete 10:01:39 d5ac0230b979: Verifying Checksum 10:01:39 d5ac0230b979: Download complete 10:01:40 d32db5db7311: Pull complete 10:01:40 d0c4b47475fc: Pull complete 10:01:41 5dd5c2283517: Verifying Checksum 10:01:41 5dd5c2283517: Download complete 10:01:41 5831b945b038: Download complete 10:01:54 5831b945b038: Pull complete 10:01:54 86bbec2aaacd: Pull complete 10:01:54 e10730c5d714: Pull complete 10:02:00 5dd5c2283517: Pull complete 10:02:02 d5ac0230b979: Pull complete 10:02:02 Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 10:02:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 10:02:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 10:02:02 + docker build -t ci-base-image-arm64 -f - . 10:02:02 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 10:02:02 WORKDIR /edgex 10:02:02 COPY go.mod . 10:02:02 RUN go mod download 10:02:03 Sending build context to Docker daemon 3.268MB 10:02:03 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 10:02:03 ---> 59b3b1a385d4 10:02:03 Step 2/4 : WORKDIR /edgex 10:02:05 ---> Running in 77b6a5a75d8f 10:02:05 Removing intermediate container 77b6a5a75d8f 10:02:05 ---> c5176e86e877 10:02:05 Step 3/4 : COPY go.mod . 10:02:05 ---> b0c12fd7984f 10:02:05 Step 4/4 : RUN go mod download 10:02:06 ---> Running in 5538d9bb92d6 10:02:38 Removing intermediate container 5538d9bb92d6 10:02:38 ---> 9d1fcc00f8f6 10:02:38 Successfully built 9d1fcc00f8f6 10:02:38 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:02:38 + docker inspect -f . ci-base-image-arm64 10:02:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:02:39 prd-ubuntu20.04-docker-arm64-4c-16g-116830 does not seem to be running inside a container 10:02:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:02:40 $ docker top 69fdc2d648360268ac3448481d36a110bd7c9a261f5692fa248734127fd9ae51 -eo pid,comm [Pipeline] { [Pipeline] sh 10:02:41 + go version 10:02:41 go version go1.18.7 linux/arm64 [Pipeline] } 10:02:41 $ docker stop --time=1 69fdc2d648360268ac3448481d36a110bd7c9a261f5692fa248734127fd9ae51 10:02:43 $ docker rm -f 69fdc2d648360268ac3448481d36a110bd7c9a261f5692fa248734127fd9ae51 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:02:44 + docker inspect -f . ci-base-image-arm64 10:02:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:02:44 prd-ubuntu20.04-docker-arm64-4c-16g-116830 does not seem to be running inside a container 10:02:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:02:45 $ docker top e4c4c7586b7d2f7462ea68b6dd28d27a9a6b27496d8b5c7a55ea8912833a2fe6 -eo pid,comm [Pipeline] { [Pipeline] echo 10:02:45 ========================================================= 10:02:45 [edgeXBuildGoParallel] Running Tests and Build... 10:02:45 ========================================================= [Pipeline] sh 10:02:46 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 10:02:47 + make test 10:02:47 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 10:03:26 ? github.com/edgexfoundry/edgex-go [no test files] 10:05:32 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 10:05:32 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 10:05:32 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 10:05:32 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 10:05:37 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 10:05:37 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 10:05:37 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 10:05:37 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 10:05:37 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 10:05:42 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 10:05:42 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 10:05:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 10:05:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 10:05:42 ? github.com/edgexfoundry/edgex-go/internal [no test files] 10:05:42 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 10:06:08 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.438s coverage: 28.7% of statements 10:06:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 10:06:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 10:06:10 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.535s coverage: 98.5% of statements 10:06:14 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.545s coverage: 43.0% of statements 10:06:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 10:06:14 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 10:06:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.561s coverage: 54.2% of statements 10:06:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 10:06:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 10:06:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 18.058s coverage: 89.2% of statements 10:06:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 10:06:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 10:06:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 10:06:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 10:06:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 10:06:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.430s coverage: 2.2% of statements 10:06:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 10:06:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 10:06:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.491s coverage: 95.6% of statements 10:06:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 10:06:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 10:06:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 10:06:36 ok github.com/edgexfoundry/edgex-go/internal/io 0.382s coverage: 72.2% of statements 10:06:36 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 10:06:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 10:06:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 10:06:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 10:06:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 10:06:36 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.531s coverage: 60.0% of statements 10:06:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 10:06:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 10:06:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 10:06:36 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.448s coverage: 0.9% of statements 10:06:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 10:06:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.303s coverage: 58.8% of statements 10:06:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.446s coverage: 29.6% of statements 10:06:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 10:06:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.267s coverage: 47.1% of statements 10:06:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.360s coverage: 79.5% of statements 10:06:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.310s coverage: 94.1% of statements 10:06:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.269s coverage: 96.3% of statements 10:06:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.315s coverage: 87.5% of statements 10:06:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.268s coverage: 94.4% of statements 10:06:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.221s coverage: 44.8% of statements 10:07:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.847s coverage: 79.9% of statements 10:07:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 10:07:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.398s coverage: 92.9% of statements 10:07:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 10:07:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 10:07:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 10:07:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.073s coverage: 65.1% of statements 10:07:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 10:07:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 10:07:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 10:07:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 10:07:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.283s coverage: 86.9% of statements 10:07:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 10:07:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 10:07:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 10:07:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 10:07:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.236s coverage: 87.2% of statements 10:07:09 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 10:07:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 10:07:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.187s coverage: 100.0% of statements 10:07:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 10:07:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.306s coverage: 58.8% of statements 10:07:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 10:07:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.348s coverage: 80.0% of statements 10:07:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.423s coverage: 87.2% of statements 10:07:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.329s coverage: 85.4% of statements 10:07:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.156s coverage: 91.2% of statements 10:07:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 10:07:20 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.945s coverage: 64.7% of statements 10:07:20 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 10:07:20 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 10:07:20 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.275s coverage: 100.0% of statements 10:07:20 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.130s coverage: 89.4% of statements 10:07:20 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.093s coverage: 100.0% of statements 10:07:20 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.084s coverage: 73.7% of statements 10:07:20 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.063s coverage: 100.0% of statements 10:07:27 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.425s coverage: 65.8% of statements 10:07:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 10:07:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 10:07:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 10:07:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.909s coverage: 41.8% of statements 10:07:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 10:07:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 10:07:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.331s coverage: 89.5% of statements 10:07:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 10:07:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.448s coverage: 84.8% of statements 10:07:30 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 10:07:30 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 10:07:30 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 10:07:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 10:07:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.393s coverage: 17.7% of statements 10:07:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 10:07:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 10:07:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 10:07:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 10:07:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.789s coverage: 92.3% of statements 10:07:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 10:07:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 10:07:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 10:07:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 10:07:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.304s coverage: 63.2% of statements 10:07:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 10:07:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 10:07:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.487s coverage: 97.7% of statements 10:07:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 10:07:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 10:07:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 10:07:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 10:07:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.239s coverage: 28.9% of statements 10:07:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 10:07:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 10:07:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 10:07:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 10:07:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 10:07:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 10:07:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.274s coverage: 100.0% of statements 10:07:40 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 96.9% of statements 10:07:40 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 10:07:40 WARNING: Linting skipped (not on x86_64 or linter not installed) 10:07:40 GO111MODULE=on go vet ./... 10:09:31 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 10:09:31 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 10:09:31 ./bin/test-attribution-txt.sh [Pipeline] echo 10:09:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 10:09:32 + ls -al . 10:09:32 total 764 10:09:32 drwxrwxr-x 10 1001 1001 4096 Oct 25 10:02 . 10:09:32 drwxr-xr-x 4 root root 4096 Oct 25 10:02 .. 10:09:32 drwxrwxr-x 2 1001 1001 4096 Oct 25 10:01 .blubracket 10:09:32 -rw-rw-r-- 1 1001 1001 16 Oct 25 10:01 .dockerignore 10:09:32 drwxrwxr-x 8 1001 1001 4096 Oct 25 10:01 .git 10:09:32 drwxrwxr-x 3 1001 1001 4096 Oct 25 10:01 .github 10:09:32 -rw-rw-r-- 1 1001 1001 1030 Oct 25 10:01 .gitignore 10:09:32 -rw-rw-r-- 1 1001 1001 42 Oct 25 10:01 .golangci.yml 10:09:32 -rw-rw-r-- 1 1001 1001 87 Oct 25 10:01 .hadolint.yml 10:09:32 -rw-rw-r-- 1 1001 1001 166 Oct 25 10:01 .sonarcloud.properties 10:09:32 -rw-rw-r-- 1 1001 1001 1171 Oct 25 10:01 ADOPTERS.md 10:09:32 -rw-rw-r-- 1 1001 1001 10722 Oct 25 10:01 Attribution.txt 10:09:32 -rw-rw-r-- 1 1001 1001 63209 Oct 25 10:01 CHANGELOG.md 10:09:32 -rw-rw-r-- 1 1001 1001 3804 Oct 25 10:01 CONTRIBUTING.md 10:09:32 -rw-rw-r-- 1 1001 1001 677 Oct 25 10:01 GOVERNANCE.md 10:09:32 -rw-rw-r-- 1 1001 1001 850 Oct 25 10:01 Jenkinsfile 10:09:32 -rw-rw-r-- 1 1001 1001 10775 Oct 25 10:01 LICENSE 10:09:32 -rw-rw-r-- 1 1001 1001 13857 Oct 25 10:01 Makefile 10:09:32 -rw-rw-r-- 1 1001 1001 582 Oct 25 10:01 OWNERS.md 10:09:32 -rw-rw-r-- 1 1001 1001 9799 Oct 25 10:01 README.md 10:09:32 -rw-rw-r-- 1 1001 1001 6912 Oct 25 10:01 SECURITY.md 10:09:32 -rw-rw-r-- 1 1001 1001 5 Oct 25 09:00 VERSION 10:09:32 -rw-rw-r-- 1 1001 1001 4131 Oct 25 10:01 ZMQWindows.md 10:09:32 drwxrwxr-x 2 1001 1001 4096 Oct 25 10:01 bin 10:09:32 drwxrwxr-x 18 1001 1001 4096 Oct 25 10:01 cmd 10:09:32 -rw-r--r-- 1 root root 501828 Oct 25 10:07 coverage.out 10:09:32 -rw-rw-r-- 1 1001 1001 3446 Oct 25 10:01 go.mod 10:09:32 -rw-rw-r-- 1 1001 1001 45060 Oct 25 10:01 go.sum 10:09:32 drwxrwxr-x 8 1001 1001 4096 Oct 25 10:01 internal 10:09:32 drwxrwxr-x 3 1001 1001 4096 Oct 25 10:01 openapi 10:09:32 drwxrwxr-x 4 1001 1001 4096 Oct 25 10:01 snap 10:09:32 -rw-rw-r-- 1 1001 1001 204 Oct 25 10:01 version.go [Pipeline] sh 10:09:33 + '[' -e coverage.out ] 10:09:33 + chown 1001:1001 coverage.out [Pipeline] stash 10:09:33 Warning: overwriting stash ‘coverage-report’ 10:09:34 Stashed 1 file(s) [Pipeline] sh 10:09:34 + make build 10:09:34 CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 10:11:12 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq 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 10:12:48 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq 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 10:12:48 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:13:28 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 10:13:28 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 10:13:33 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:13:41 CGO_ENABLED=0 GO111MODULE=on 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 10:13:45 CGO_ENABLED=0 GO111MODULE=on 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 10:13:52 CGO_ENABLED=0 GO111MODULE=on 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 10:13:56 CGO_ENABLED=0 GO111MODULE=on 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 10:14:01 CGO_ENABLED=0 GO111MODULE=on 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 10:14:11 CGO_ENABLED=0 GO111MODULE=on 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] } 10:14:17 $ docker stop --time=1 e4c4c7586b7d2f7462ea68b6dd28d27a9a6b27496d8b5c7a55ea8912833a2fe6 10:14:20 $ docker rm -f e4c4c7586b7d2f7462ea68b6dd28d27a9a6b27496d8b5c7a55ea8912833a2fe6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:14:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:14:23 10:14:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:14:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:14:24 latest: Pulling from edgex-devops/edgex-compose-arm64 10:14:24 29e5d40040c1: Pulling fs layer 10:14:24 1ce36da41761: Pulling fs layer 10:14:24 25b303627fd3: Pulling fs layer 10:14:24 29e5d40040c1: Verifying Checksum 10:14:24 29e5d40040c1: Download complete 10:14:24 1ce36da41761: Verifying Checksum 10:14:24 1ce36da41761: Download complete 10:14:25 29e5d40040c1: Pull complete 10:14:26 1ce36da41761: Pull complete 10:14:26 25b303627fd3: Verifying Checksum 10:14:26 25b303627fd3: Download complete 10:14:36 25b303627fd3: Pull complete 10:14:36 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 10:14:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:14:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:14:37 prd-ubuntu20.04-docker-arm64-4c-16g-116830 does not seem to be running inside a container 10:14:37 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 10:14:39 $ docker top 4081fb3f1ac3669658f4271300a2a796f1f83b38ceed63bd2ab81e412d9d9ab3 -eo pid,comm [Pipeline] { [Pipeline] sh 10:14:40 + docker-compose build --help 10:14:40 + grep parallel 10:14:47 --parallel Build images in parallel. [Pipeline] } 10:14:47 $ docker stop --time=1 4081fb3f1ac3669658f4271300a2a796f1f83b38ceed63bd2ab81e412d9d9ab3 10:14:49 $ docker rm -f 4081fb3f1ac3669658f4271300a2a796f1f83b38ceed63bd2ab81e412d9d9ab3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:14:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:14:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:14:50 prd-ubuntu20.04-docker-arm64-4c-16g-116830 does not seem to be running inside a container 10:14:50 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 10:14:51 $ docker top 5a35115c23569a6e63b2466b5e9f555844e814bd2e21dfe0791ddb9f94d2f277 -eo pid,comm [Pipeline] { [Pipeline] sh 10:14:52 + docker-compose -f ./docker-compose-build.yml build --parallel 10:14:58 Building core-command ... 10:14:58 Building core-data ... 10:14:58 Building core-metadata ... 10:14:58 Building security-bootstrapper ... 10:14:58 Building security-proxy-setup ... 10:14:58 Building security-secretstore-setup ... 10:14:58 Building security-spiffe-token-provider ... 10:14:58 Building security-spire-agent ... 10:14:58 Building security-spire-config ... 10:14:58 Building security-spire-server ... 10:14:58 Building support-notifications ... 10:14:58 Building support-scheduler ... 10:14:58 Building sys-mgmt-agent ... 10:14:58 Building core-metadata 10:14:58 Building security-spire-config 10:14:58 Building security-spire-agent 10:14:58 Building sys-mgmt-agent 10:14:58 Building security-spiffe-token-provider 10:15:45 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:15:45 Step 2/25 : FROM ${BUILDER_BASE} AS builder 10:15:45 ---> 9d1fcc00f8f6 10:15:45 Step 3/25 : ARG ADD_BUILD_TAGS="" 10:15:45 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:15:45 Step 2/26 : FROM ${BUILDER_BASE} AS builder 10:15:45 ---> 9d1fcc00f8f6 10:15:45 Step 3/26 : WORKDIR /edgex-go 10:15:45 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:15:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:15:45 ---> 9d1fcc00f8f6 10:15:45 Step 3/23 : WORKDIR /edgex-go 10:15:45 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:15:45 Step 2/20 : FROM ${BUILDER_BASE} AS builder 10:15:45 ---> 9d1fcc00f8f6 10:15:45 Step 3/20 : WORKDIR /edgex-go 10:15:45 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:15:45 Step 2/26 : FROM ${BUILDER_BASE} AS builder 10:15:45 ---> 9d1fcc00f8f6 10:15:45 Step 3/26 : WORKDIR /edgex-go 10:15:45 ---> Running in ab14616572c0 10:15:45 ---> Running in 58456e7ad2ad 10:15:45 ---> Running in af5e92cb1383 10:15:45 ---> Running in d987e0d583e1 10:15:45 ---> Running in 32d32c142108 10:15:46 Removing intermediate container 58456e7ad2ad 10:15:46 ---> 7f667482e7e4 10:15:46 Step 4/25 : WORKDIR /edgex-go 10:15:46 Removing intermediate container af5e92cb1383 10:15:46 ---> 9012e2b5ec3a 10:15:46 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:15:46 ---> Running in 83f42d7694cd 10:15:46 Removing intermediate container ab14616572c0 10:15:46 ---> 69a4b339892c 10:15:46 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:15:46 Removing intermediate container 32d32c142108 10:15:46 ---> c33a5aac6cef 10:15:46 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 10:15:46 Removing intermediate container d987e0d583e1 10:15:46 ---> 9bf77783f62c 10:15:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:15:46 ---> Running in ec10d03fcca2 10:15:46 ---> Running in b2e2e65d66ac 10:15:46 ---> Running in a0cfecbfc1a3 10:15:46 ---> Running in 18162117c653 10:15:47 Removing intermediate container 83f42d7694cd 10:15:47 ---> e85e1c822df1 10:15:47 Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:15:47 ---> Running in a1fbe64b24d5 10:15:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:15:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:15:50 Removing intermediate container ec10d03fcca2 10:15:50 ---> 6ca647de0b47 10:15:50 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 10:15:50 Removing intermediate container a0cfecbfc1a3 10:15:50 ---> d46fbd78cbc6 10:15:50 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 10:15:51 v3.16.2-334-gfa0f6c3878 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 10:15:51 v3.16.2-337-g03fc1018a8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 10:15:51 OK: 16895 distinct packages available 10:15:51 ---> Running in c2cee3493781 10:15:51 ---> Running in 170b3d11b3b4 10:15:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:15:51 Removing intermediate container 18162117c653 10:15:51 ---> 37759fe346d8 10:15:51 Step 5/23 : RUN apk add --update --no-cache make bash git 10:15:51 ---> Running in 297a90eb784a 10:15:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:15:52 Removing intermediate container a1fbe64b24d5 10:15:52 ---> 2a57b904954f 10:15:52 Step 6/25 : RUN apk add --update --no-cache make git 10:15:52 ---> Running in dd7480146c95 10:15:52 OK: 221 MiB in 51 packages 10:15:53 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:15:54 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:15:54 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:15:54 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:15:54 Removing intermediate container b2e2e65d66ac 10:15:54 ---> 0512c5c30a1d 10:15:54 Step 5/20 : COPY go.mod vendor* ./ 10:15:55 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:15:55 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:15:55 ---> b5bba63184d4 10:15:55 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:15:55 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:15:55 ---> Running in 6c7e20d43f6c 10:15:55 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:15:56 OK: 221 MiB in 51 packages 10:15:56 OK: 221 MiB in 51 packages 10:15:57 OK: 221 MiB in 51 packages 10:15:57 OK: 221 MiB in 51 packages 10:15:59 Removing intermediate container 170b3d11b3b4 10:15:59 ---> 7dd42a8bbae1 10:15:59 Step 6/26 : COPY go.mod vendor* ./ 10:15:59 Removing intermediate container c2cee3493781 10:15:59 ---> fd1adfa78ad6 10:15:59 Step 6/26 : COPY go.mod vendor* ./ 10:15:59 Removing intermediate container 297a90eb784a 10:15:59 ---> c9750a7ef0a9 10:15:59 Step 6/23 : COPY go.mod vendor* ./ 10:15:59 Removing intermediate container dd7480146c95 10:15:59 ---> 486dd276c8dd 10:15:59 Step 7/25 : COPY go.mod vendor* ./ 10:16:00 ---> a25697c3128f 10:16:00 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:16:00 ---> 4665837277f9 10:16:00 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:16:00 ---> Running in 2c407b6a2ec0 10:16:00 ---> Running in 701de8bd0d06 10:16:00 ---> ce774da0f06f 10:16:00 Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:16:00 ---> Running in fbb0e5836a6c 10:16:01 ---> ec20fcffeb79 10:16:01 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:16:01 ---> Running in 9ec619dd43b4 10:17:09 Removing intermediate container 6c7e20d43f6c 10:17:09 ---> ef38875b8b39 10:17:09 Step 7/20 : COPY . . 10:17:24 ---> c92f89af7b0e 10:17:24 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:17:24 ---> Running in e792b30ef92c 10:17:24 CGO_ENABLED=0 GO111MODULE=on 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 10:17:27 Removing intermediate container 9ec619dd43b4 10:17:27 ---> b1dcf2a833c9 10:17:27 Step 8/23 : COPY . . 10:17:27 Removing intermediate container 701de8bd0d06 10:17:27 ---> 1caadeff8c0c 10:17:27 Step 8/26 : COPY . . 10:17:27 Removing intermediate container fbb0e5836a6c 10:17:27 ---> 49cfd3e37e19 10:17:27 Step 9/25 : COPY . . 10:17:28 Removing intermediate container 2c407b6a2ec0 10:17:28 ---> 2d3871dc2c6b 10:17:28 Step 8/26 : COPY . . 10:17:54 ---> 26752020051d 10:17:54 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 10:17:54 ---> Running in 0a43cf8b806c 10:17:54 ---> 5569b3006ab3 10:17:54 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 10:17:54 ---> 383dd0262a9a 10:17:54 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 10:17:54 ---> Running in a451f123fe20 10:17:54 ---> Running in 82cf35c69b88 10:17:54 ---> 8c0dc70fcc0c 10:17:54 Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 10:17:55 ---> Running in fc7d47c11dda 10:17:56 Removing intermediate container 0a43cf8b806c 10:17:56 ---> 46bbfb32b279 10:17:56 Step 10/26 : WORKDIR /edgex-go/spire-build 10:17:56 Removing intermediate container a451f123fe20 10:17:56 ---> 5039e539b271 10:17:56 Step 10/26 : WORKDIR /edgex-go/spire-build 10:17:56 ---> Running in 0c5b5a8780e1 10:17:57 ---> Running in c1b99eddcd2d 10:17:58 Removing intermediate container 0c5b5a8780e1 10:17:58 ---> 2ab1da47d7c6 10:17:58 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 10:17:58 Removing intermediate container c1b99eddcd2d 10:17:58 ---> 1608a85b1124 10:17:58 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 10:17:58 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 10:17:58 ---> Running in 326272376e3e 10:17:58 ---> Running in e60a15fc430d 10:17:58 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq 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 10:18:02 Removing intermediate container e60a15fc430d 10:18:02 ---> 9416c85ad181 10:18:02 Step 12/26 : WORKDIR /edgex-go 10:18:02 Removing intermediate container 326272376e3e 10:18:02 ---> a7478ff98732 10:18:02 Step 12/26 : WORKDIR /edgex-go 10:18:02 ---> Running in 2d8add2d6d32 10:18:02 ---> Running in 2d7a90210c66 10:18:03 Removing intermediate container 2d8add2d6d32 10:18:03 ---> ff1a8c13c932 10:18:03 10:18:03 Step 13/26 : FROM alpine:3.15 10:18:03 Removing intermediate container 2d7a90210c66 10:18:03 ---> 36dc28fdd22b 10:18:03 10:18:03 Step 13/26 : FROM alpine:3.15 10:18:04 3.15: Pulling from library/alpine 10:18:04 3.15: Pulling from library/alpine 10:18:05 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 10:18:05 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 10:18:05 Status: Downloaded newer image for alpine:3.15 10:18:05 Status: Downloaded newer image for alpine:3.15 10:18:05 ---> 02e0d6fdf486 10:18:05 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 10:18:05 ---> 02e0d6fdf486 10:18:05 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 10:18:05 ---> Running in cd087495759c 10:18:05 ---> Running in beea7d299a40 10:18:06 Removing intermediate container cd087495759c 10:18:06 ---> c5ffadf45fb2 10:18:06 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:18:06 Removing intermediate container beea7d299a40 10:18:06 ---> 606a3df45ec3 10:18:06 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:18:06 ---> Running in bca251345e76 10:18:06 ---> Running in be846205cad9 10:18:11 Removing intermediate container bca251345e76 10:18:11 ---> e2f3b4060253 10:18:11 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 10:18:11 ---> Running in 06bef4ff8a09 10:18:11 Removing intermediate container be846205cad9 10:18:11 ---> 64e4fe194717 10:18:11 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:18:11 ---> Running in 77eb9c78560b 10:18:13 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 10:18:13 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 10:18:14 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 10:18:14 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 10:18:16 v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] 10:18:16 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 10:18:16 OK: 15734 distinct packages available 10:18:16 v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] 10:18:16 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 10:18:16 OK: 15734 distinct packages available 10:18:16 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 10:18:16 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 10:18:17 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 10:18:17 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 10:18:18 (1/4) Installing dumb-init (1.2.5-r1) 10:18:18 (2/4) Installing musl-obstack (1.2.3-r0) 10:18:18 (1/5) Installing dumb-init (1.2.5-r1) 10:18:18 (3/4) Installing libucontext (1.1-r0) 10:18:18 (2/5) Installing musl-obstack (1.2.3-r0) 10:18:18 (4/4) Installing gcompat (1.0.0-r4) 10:18:18 (3/5) Installing libucontext (1.1-r0) 10:18:18 Executing busybox-1.34.1-r7.trigger 10:18:18 OK: 6 MiB in 18 packages 10:18:18 (4/5) Installing gcompat (1.0.0-r4) 10:18:18 (5/5) Installing openssl (1.1.1q-r0) 10:18:18 Executing busybox-1.34.1-r7.trigger 10:18:18 OK: 6 MiB in 19 packages 10:18:20 Removing intermediate container 06bef4ff8a09 10:18:20 ---> 7033ae66cbb4 10:18:20 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 10:18:21 Removing intermediate container 77eb9c78560b 10:18:21 ---> ae3b11e5e022 10:18:21 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 10:18:25 ---> d82fef4549bd 10:18:25 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 10:18:27 ---> 4ed6c98c33c3 10:18:27 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 10:18:29 ---> 012754a39927 10:18:29 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 10:18:30 ---> Running in 2281ff0fbe1e 10:18:31 Removing intermediate container 2281ff0fbe1e 10:18:31 ---> 0f9584067cf9 10:18:31 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 10:18:32 ---> e03f93701d0f 10:18:32 Step 21/26 : WORKDIR / 10:18:32 ---> Running in 3737cfdb6231 10:18:33 Removing intermediate container 3737cfdb6231 10:18:33 ---> 85cbc0d39af9 10:18:33 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 10:18:33 ---> 27f337595560 10:18:33 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 10:18:33 ---> Running in c93178803a6b 10:18:33 Removing intermediate container c93178803a6b 10:18:33 ---> fe553fcddc0c 10:18:33 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 10:18:33 ---> Running in ea3ba46022ff 10:18:34 ---> e6bb3cc3118a 10:18:34 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 10:18:34 Removing intermediate container ea3ba46022ff 10:18:34 ---> 3787d9922938 10:18:34 Step 24/26 : LABEL arch=arm64 10:18:34 ---> Running in 87186fa36811 10:18:35 ---> cef4647a5129 10:18:35 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 10:18:35 Removing intermediate container 87186fa36811 10:18:35 ---> 8a836fd4c53a 10:18:35 Step 25/26 : LABEL git_sha=d5e1bd5b95c6d1dafe5fd4278db59613213789e9 10:18:35 ---> Running in 2c285f831de0 10:18:36 Removing intermediate container 2c285f831de0 10:18:36 ---> fd0ad7c3cf1c 10:18:36 Step 26/26 : LABEL version=0.0.0 10:18:36 ---> Running in c05ca9a64e3f 10:18:36 ---> 5abd696bc161 10:18:36 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 10:18:36 ---> Running in 83c571a0d25b 10:18:37 Removing intermediate container c05ca9a64e3f 10:18:37 ---> c6967df3cc6a 10:18:37 10:18:37 Removing intermediate container 83c571a0d25b 10:18:37 ---> c4d9d73aa2e4 10:18:37 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 10:18:37 ---> Running in 4bfc5f323146 10:18:37 Successfully built c6967df3cc6a 10:18:37 Successfully tagged security-spire-config-arm64:latest 10:18:37 Building security-spire-server 10:18:37  Building security-spire-config ... done Removing intermediate container 4bfc5f323146 10:18:37 ---> 2ca889b8ebbe 10:18:37 Step 24/26 : LABEL arch=arm64 10:18:37 ---> Running in 8af436036c29 10:18:38 Removing intermediate container 8af436036c29 10:18:38 ---> 94198e75c3cb 10:18:38 Step 25/26 : LABEL git_sha=d5e1bd5b95c6d1dafe5fd4278db59613213789e9 10:18:38 ---> Running in e34a642b9105 10:18:39 Removing intermediate container e34a642b9105 10:18:39 ---> 82d16b714e5e 10:18:39 Step 26/26 : LABEL version=0.0.0 10:18:39 ---> Running in 498d2b82b63b 10:18:39 Removing intermediate container 498d2b82b63b 10:18:39 ---> db3323a3cdde 10:18:39 10:18:39 Successfully built db3323a3cdde 10:18:39 Successfully tagged security-spire-agent-arm64:latest 10:18:39  Building security-spire-agent ... done Building core-data 10:19:06 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:19:06 Step 2/25 : FROM ${BUILDER_BASE} AS builder 10:19:06 ---> 9d1fcc00f8f6 10:19:06 Step 3/25 : WORKDIR /edgex-go 10:19:06 ---> Using cache 10:19:06 ---> 9bf77783f62c 10:19:06 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:19:06 ---> Using cache 10:19:06 ---> 37759fe346d8 10:19:06 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 10:19:06 ---> Running in ca8948aa7d86 10:19:06 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:19:06 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:19:06 ---> 9d1fcc00f8f6 10:19:06 Step 3/24 : ARG ADD_BUILD_TAGS="" 10:19:06 ---> Using cache 10:19:06 ---> 7f667482e7e4 10:19:06 Step 4/24 : WORKDIR /edgex-go 10:19:06 ---> Using cache 10:19:06 ---> e85e1c822df1 10:19:06 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:19:06 ---> Using cache 10:19:06 ---> 2a57b904954f 10:19:06 Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 10:19:06 ---> Running in 5d0c78fd2593 10:19:06 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:19:08 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:19:08 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:19:09 OK: 221 MiB in 51 packages 10:19:09 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:19:10 Removing intermediate container ca8948aa7d86 10:19:10 ---> 48da798bf712 10:19:10 Step 6/25 : COPY go.mod vendor* ./ 10:19:10 OK: 221 MiB in 51 packages 10:19:12 ---> 84650e7a97e7 10:19:12 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:19:12 ---> Running in 8bf2c5df013e 10:19:12 Removing intermediate container 5d0c78fd2593 10:19:12 ---> 4f3f6c6df592 10:19:12 Step 7/24 : COPY go.mod vendor* ./ 10:19:14 ---> 978544c59848 10:19:14 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:19:14 ---> Running in d9a62426c2cc 10:20:35 Removing intermediate container d9a62426c2cc 10:20:35 ---> 817062ef1afe 10:20:35 Step 9/24 : COPY . . 10:20:35 Removing intermediate container 8bf2c5df013e 10:20:35 ---> 5cf55d45a531 10:20:35 Step 8/25 : COPY . . 10:20:57 ---> 1438b02ee266 10:20:57 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 10:20:57 ---> Running in 28b50a466c78 10:20:57 ---> 30a7b5a92c8b 10:20:57 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 10:20:57 ---> Running in 11353cc908d6 10:20:57 Removing intermediate container 28b50a466c78 10:20:57 ---> 468f27a47b32 10:20:57 Step 10/25 : WORKDIR /edgex-go/spire-build 10:20:57 ---> Running in cf0309a2640d 10:20:57 Removing intermediate container cf0309a2640d 10:20:57 ---> 44ec256dc24f 10:20:57 Step 11/25 : 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 10:20:57 ---> Running in 40a0a6e6e364 10:20:57 CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 10:20:59 Removing intermediate container 40a0a6e6e364 10:20:59 ---> c45e026456b0 10:20:59 Step 12/25 : WORKDIR /edgex-go 10:20:59 ---> Running in 3297c292061f 10:20:59 Removing intermediate container 3297c292061f 10:20:59 ---> 9bc8960ae4c9 10:20:59 10:20:59 Step 13/25 : FROM alpine:3.15 10:20:59 ---> 02e0d6fdf486 10:20:59 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 10:20:59 ---> Using cache 10:20:59 ---> 606a3df45ec3 10:20:59 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:20:59 ---> Using cache 10:20:59 ---> 64e4fe194717 10:20:59 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:20:59 ---> Using cache 10:20:59 ---> ae3b11e5e022 10:20:59 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 10:21:05 ---> 2862ac1d680c 10:21:05 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 10:21:05 ---> d3da195680ae 10:21:05 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 10:21:06 ---> 0aaa3f564443 10:21:06 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 10:21:07 ---> 374249925273 10:21:07 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 10:21:07 ---> Running in 03efa87990a8 10:21:08 Removing intermediate container 03efa87990a8 10:21:08 ---> e266e6360571 10:21:08 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 10:21:08 ---> Running in bc5ab4fe6d27 10:21:08 Removing intermediate container bc5ab4fe6d27 10:21:08 ---> a8b93a374ef5 10:21:08 Step 23/25 : LABEL arch=arm64 10:21:08 ---> Running in a1b428c6f1c2 10:21:09 Removing intermediate container a1b428c6f1c2 10:21:09 ---> 3ec10c81fb4f 10:21:09 Step 24/25 : LABEL git_sha=d5e1bd5b95c6d1dafe5fd4278db59613213789e9 10:21:09 ---> Running in 95ee6cad0efc 10:21:10 Removing intermediate container 95ee6cad0efc 10:21:10 ---> 738166afe69a 10:21:10 Step 25/25 : LABEL version=0.0.0 10:21:10 ---> Running in e851ee986e0c 10:21:10 Removing intermediate container e851ee986e0c 10:21:10 ---> dfe885a229b7 10:21:10 10:21:10 Successfully built dfe885a229b7 10:21:10 Successfully tagged security-spire-server-arm64:latest 10:21:10  Building security-spire-server ... done Building security-bootstrapper 10:21:32 Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:21:32 Step 2/33 : FROM ${BUILDER_BASE} AS builder 10:21:32 ---> 9d1fcc00f8f6 10:21:32 Step 3/33 : WORKDIR /edgex-go 10:21:32 ---> Using cache 10:21:32 ---> 9bf77783f62c 10:21:32 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:21:32 ---> Using cache 10:21:32 ---> 37759fe346d8 10:21:32 Step 5/33 : RUN apk add --update --no-cache make git 10:21:32 ---> Running in d5bb1ec7a807 10:21:32 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:21:33 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:21:35 OK: 221 MiB in 51 packages 10:21:37 Removing intermediate container d5bb1ec7a807 10:21:37 ---> 68df4b8af364 10:21:37 Step 6/33 : COPY go.mod vendor* ./ 10:21:37 ---> c57f2c5bb1f4 10:21:37 Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:21:38 ---> Running in 31fa1ba05b7f 10:22:45 Removing intermediate container 31fa1ba05b7f 10:22:45 ---> 81bc5f2775f3 10:22:45 Step 8/33 : COPY . . 10:22:56 ---> cb76c369aad4 10:22:56 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 10:22:56 ---> Running in e3d42640398d 10:22:58 CGO_ENABLED=0 GO111MODULE=on 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 10:23:30 Removing intermediate container 82cf35c69b88 10:23:30 ---> 2896b6c71698 10:23:30 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 10:23:30 ---> Running in e412e7b00a9d 10:23:30 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 10:23:34 Removing intermediate container e412e7b00a9d 10:23:34 ---> 692e3872e010 10:23:34 10:23:34 Step 11/23 : FROM alpine:3.16 10:23:34 3.16: Pulling from library/alpine 10:23:34 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 10:23:34 Status: Downloaded newer image for alpine:3.16 10:23:34 ---> a6215f271958 10:23:34 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 10:23:34 ---> Running in d1b4bb5ddf53 10:23:34 Removing intermediate container d1b4bb5ddf53 10:23:34 ---> f2dd67bb82c6 10:23:34 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl docker-cli && pip install --no-cache-dir docker-compose==1.23.2 10:23:34 ---> Running in 546bbb215f3b 10:23:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:23:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:23:38 (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 10:23:38 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 10:23:38 (3/33) Installing readline (8.1.2-r0) 10:23:38 (4/33) Installing bash (5.1.16-r2) 10:23:39 Executing bash-5.1.16-r2.post-install 10:23:39 (5/33) Installing ca-certificates (20220614-r0) 10:23:39 (6/33) Installing brotli-libs (1.0.9-r6) 10:23:39 (7/33) Installing nghttp2-libs (1.47.0-r0) 10:23:39 (8/33) Installing libcurl (7.83.1-r3) 10:23:39 (9/33) Installing curl (7.83.1-r3) 10:23:39 (10/33) Installing docker-cli (20.10.20-r0) 10:23:40 (11/33) Installing dumb-init (1.2.5-r1) 10:23:40 (12/33) Installing libbz2 (1.0.8-r1) 10:23:40 (13/33) Installing expat (2.4.9-r0) 10:23:40 (14/33) Installing libffi (3.4.2-r1) 10:23:40 (15/33) Installing gdbm (1.23-r0) 10:23:40 (16/33) Installing xz-libs (5.2.5-r1) 10:23:40 (17/33) Installing libgcc (11.2.1_git20220219-r2) 10:23:40 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 10:23:40 (19/33) Installing mpdecimal (2.5.1-r1) 10:23:40 (20/33) Installing sqlite-libs (3.38.5-r0) 10:23:40 (21/33) Installing python3 (3.10.5-r0) 10:23:44 (22/33) Installing py3-contextlib2 (21.6.0-r2) 10:23:44 (23/33) Installing py3-tomli (2.0.1-r1) 10:23:44 (24/33) Installing py3-pep517 (0.12.0-r2) 10:23:44 (25/33) Installing py3-six (1.16.0-r1) 10:23:44 (26/33) Installing py3-retrying (1.3.3-r3) 10:23:44 (27/33) Installing py3-appdirs (1.4.4-r3) 10:23:44 (28/33) Installing py3-more-itertools (8.13.0-r0) 10:23:44 (29/33) Installing py3-ordered-set (4.0.2-r3) 10:23:44 (30/33) Installing py3-parsing (2.4.7-r3) 10:23:44 (31/33) Installing py3-packaging (21.3-r0) 10:23:44 (32/33) Installing py3-setuptools (59.4.0-r0) 10:23:44 (33/33) Installing py3-pip (22.1.1-r0) 10:23:45 Executing busybox-1.35.0-r17.trigger 10:23:45 Executing ca-certificates-20220614-r0.trigger 10:23:45 OK: 120 MiB in 47 packages 10:24:03 Collecting docker-compose==1.23.2 10:24:03 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 10:24:03 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 4.0 MB/s eta 0:00:00 10:24:03 Collecting docker<4.0,>=3.6.0 10:24:03 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 10:24:03 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 8.0 MB/s eta 0:00:00 10:24:03 Collecting jsonschema<3,>=2.5.1 10:24:03 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 10:24:03 Collecting PyYAML<4,>=3.10 10:24:03 Downloading PyYAML-3.13.tar.gz (270 kB) 10:24:03 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 11.9 MB/s eta 0:00:00 10:24:05 Preparing metadata (setup.py): started 10:24:07 Preparing metadata (setup.py): finished with status 'done' 10:24:07 Collecting texttable<0.10,>=0.9.0 10:24:07 Downloading texttable-0.9.1.tar.gz (11 kB) 10:24:07 Preparing metadata (setup.py): started 10:24:10 Preparing metadata (setup.py): finished with status 'done' 10:24:10 Collecting dockerpty<0.5,>=0.4.1 10:24:10 Downloading dockerpty-0.4.1.tar.gz (13 kB) 10:24:10 Preparing metadata (setup.py): started 10:24:13 Preparing metadata (setup.py): finished with status 'done' 10:24:13 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) 10:24:13 Collecting docopt<0.7,>=0.6.1 10:24:13 Downloading docopt-0.6.2.tar.gz (25 kB) 10:24:13 Preparing metadata (setup.py): started 10:24:16 Preparing metadata (setup.py): finished with status 'done' 10:24:16 Collecting websocket-client<1.0,>=0.32.0 10:24:16 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 10:24:16 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 15.4 MB/s eta 0:00:00 10:24:16 Collecting cached-property<2,>=1.2.0 10:24:16 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 10:24:17 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 10:24:17 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 10:24:17 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 17.7 MB/s eta 0:00:00 10:24:18 Collecting docker-pycreds>=0.4.0 10:24:18 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 10:24:19 Collecting idna<2.8,>=2.5 10:24:19 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 10:24:19 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 10.7 MB/s eta 0:00:00 10:24:20 Collecting urllib3<1.25,>=1.21.1 10:24:20 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 10:24:20 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 7.7 MB/s eta 0:00:00 10:24:20 Collecting chardet<3.1.0,>=3.0.2 10:24:20 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 10:24:20 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 7.0 MB/s eta 0:00:00 10:24:21 Collecting certifi>=2017.4.17 10:24:21 Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) 10:24:21 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 18.5 MB/s eta 0:00:00 10:24:22 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 10:24:22 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 10:24:22 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 10:24:22 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 10:24:22 Removing intermediate container e792b30ef92c 10:24:22 ---> 7e5cc68f3a36 10:24:22 10:24:22 Step 9/20 : FROM alpine:3.15 10:24:22 ---> 02e0d6fdf486 10:24:22 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 10:24:22 ---> Using cache 10:24:22 ---> 606a3df45ec3 10:24:22 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:24:22 ---> Using cache 10:24:22 ---> 64e4fe194717 10:24:22 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:24:22 ---> Running in 456bebb2c7d3 10:24:23 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 10:24:23 Running setup.py install for texttable: started 10:24:24 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 10:24:25 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 10:24:26 Running setup.py install for texttable: finished with status 'done' 10:24:26 Running setup.py install for PyYAML: started 10:24:27 v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] 10:24:27 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 10:24:27 OK: 15734 distinct packages available 10:24:27 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 10:24:28 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 10:24:29 Running setup.py install for PyYAML: finished with status 'done' 10:24:30 (1/9) Installing ca-certificates (20220614-r0) 10:24:30 (2/9) Installing brotli-libs (1.0.9-r5) 10:24:31 (3/9) Installing nghttp2-libs (1.46.0-r0) 10:24:31 (4/9) Installing libcurl (7.80.0-r3) 10:24:31 (5/9) Installing curl (7.80.0-r3) 10:24:31 (6/9) Installing dumb-init (1.2.5-r1) 10:24:31 (7/9) Installing musl-obstack (1.2.3-r0) 10:24:31 (8/9) Installing libucontext (1.1-r0) 10:24:31 (9/9) Installing gcompat (1.0.0-r4) 10:24:31 Executing busybox-1.34.1-r7.trigger 10:24:31 Executing ca-certificates-20220614-r0.trigger 10:24:32 OK: 8 MiB in 23 packages 10:24:32 Running setup.py install for docopt: started 10:24:35 Removing intermediate container 456bebb2c7d3 10:24:35 ---> 5bb1fc10b484 10:24:35 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 10:24:35 Running setup.py install for docopt: finished with status 'done' 10:24:36 Removing intermediate container fc7d47c11dda 10:24:36 ---> 6e7dfb8cfdb3 10:24:36 10:24:36 Step 11/25 : FROM alpine:3.16 10:24:36 ---> a6215f271958 10:24:36 Step 12/25 : RUN apk add --update --no-cache dumb-init 10:24:36 ---> Running in 65e0e82957c8 10:24:36 ---> 5bb20bb01240 10:24:36 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 10:24:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:24:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:24:39 ---> 196ac57afcb9 10:24:39 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 10:24:39 Running setup.py install for dockerpty: started 10:24:40 (1/1) Installing dumb-init (1.2.5-r1) 10:24:40 Executing busybox-1.35.0-r17.trigger 10:24:40 OK: 5 MiB in 15 packages 10:24:40 ---> 1ffb2661a6be 10:24:40 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 10:24:40 ---> Running in d15884e73f38 10:24:41 Removing intermediate container d15884e73f38 10:24:41 ---> 8941f6ad560c 10:24:41 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:24:41 ---> Running in dc86cddf8dcb 10:24:42 Removing intermediate container 65e0e82957c8 10:24:42 ---> 0217ba00d0c0 10:24:42 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:24:42 Removing intermediate container dc86cddf8dcb 10:24:42 ---> 6b0c29c17b2e 10:24:42 Step 18/20 : LABEL arch=arm64 10:24:42 ---> Running in 1645a3382f8b 10:24:42 ---> Running in bb1aae94daec 10:24:42 Running setup.py install for dockerpty: finished with status 'done' 10:24:43 Removing intermediate container 1645a3382f8b 10:24:43 ---> 697601eb2f89 10:24:43 Step 14/25 : ENV APP_PORT=59881 10:24:43 ---> Running in a21c9594d7eb 10:24:43 Removing intermediate container bb1aae94daec 10:24:43 ---> 78a2cb78d7f5 10:24:43 Step 19/20 : LABEL git_sha=d5e1bd5b95c6d1dafe5fd4278db59613213789e9 10:24:43 ---> Running in 79559f94893f 10:24:44 Removing intermediate container a21c9594d7eb 10:24:44 ---> 005d24315af8 10:24:44 Step 15/25 : EXPOSE $APP_PORT 10:24:44 ---> Running in 46f6449cee04 10:24:44 Removing intermediate container 79559f94893f 10:24:44 ---> 3b49e5d997db 10:24:44 Step 20/20 : LABEL version=0.0.0 10:24:44 ---> Running in d6e5df55016f 10:24:44 Removing intermediate container 46f6449cee04 10:24:44 ---> 50581e8c4329 10:24:44 Step 16/25 : WORKDIR / 10:24:44 ---> Running in 8d6206613663 10:24:45 Removing intermediate container d6e5df55016f 10:24:45 ---> 101c750d1622 10:24:45 10:24:45 Removing intermediate container 8d6206613663 10:24:45 ---> 0ae4a6c70716 10:24:45 Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / 10:24:45 Successfully built 101c750d1622 10:24:45 Successfully tagged security-spiffe-token-provider-arm64:latest 10:24:45  Building security-spiffe-token-provider ... done Building support-scheduler 10:24:46 Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.9.24 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 10:24:46 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 10:24:46  ---> a28a8f184af7 10:24:46 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:24:48 ---> d8e15685ef6c 10:24:48 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 10:24:49 ---> 33fa3bf2985a 10:24:49 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 10:24:51 ---> f214b9ee4b7e 10:24:51 Step 21/25 : ENTRYPOINT ["/core-metadata"] 10:24:51 ---> Running in ade12ecfd128 10:24:52 Removing intermediate container ade12ecfd128 10:24:52 ---> 02cb49d1df5b 10:24:52 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:24:52 ---> Running in 8d012db8c6a3 10:24:53 Removing intermediate container 8d012db8c6a3 10:24:53 ---> d10a364be85c 10:24:53 Step 23/25 : LABEL arch=arm64 10:24:53 ---> Running in 8cfde3d42829 10:24:53 Removing intermediate container 8cfde3d42829 10:24:53 ---> 0ef82251d1c5 10:24:53 Step 24/25 : LABEL git_sha=d5e1bd5b95c6d1dafe5fd4278db59613213789e9 10:24:53 ---> Running in b9a40a0a6058 10:24:54 Removing intermediate container b9a40a0a6058 10:24:54 ---> 2de16abac822 10:24:54 Step 25/25 : LABEL version=0.0.0 10:24:54 ---> Running in cef3ad1c5da0 10:24:56 Removing intermediate container cef3ad1c5da0 10:24:56 ---> a9bc6201b199 10:24:56 10:24:56 Successfully built a9bc6201b199 10:24:56 Successfully tagged core-metadata-arm64:latest 10:24:56  Building core-metadata ... done Building security-secretstore-setup 10:25:08 Removing intermediate container 546bbb215f3b 10:25:08 ---> b54a5a778316 10:25:08 Step 14/23 : ENV APP_PORT=58890 10:25:08 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:25:08 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:25:08 ---> 9d1fcc00f8f6 10:25:08 Step 3/23 : ARG ADD_BUILD_TAGS="" 10:25:08 ---> Using cache 10:25:08 ---> 7f667482e7e4 10:25:08 Step 4/23 : WORKDIR /edgex-go 10:25:08 ---> Using cache 10:25:08 ---> e85e1c822df1 10:25:08 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:25:08 ---> Using cache 10:25:08 ---> 2a57b904954f 10:25:08 Step 6/23 : RUN apk add --update --no-cache make git 10:25:08 ---> Using cache 10:25:08 ---> 486dd276c8dd 10:25:08 Step 7/23 : COPY go.mod vendor* ./ 10:25:08 ---> Using cache 10:25:08 ---> ce774da0f06f 10:25:08 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:25:08 ---> Using cache 10:25:08 ---> 49cfd3e37e19 10:25:08 Step 9/23 : COPY . . 10:25:08 ---> Using cache 10:25:08 ---> 8c0dc70fcc0c 10:25:08 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 10:25:08 ---> Running in 33764459ce8b 10:25:08 ---> Running in 08c7bc00f3ab 10:25:08 Removing intermediate container 08c7bc00f3ab 10:25:08 ---> 4efda15acd51 10:25:08 Step 15/23 : EXPOSE $APP_PORT 10:25:08 ---> Running in 145b4a22c2bb 10:25:09 Removing intermediate container 145b4a22c2bb 10:25:09 ---> fd14708dadfa 10:25:09 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 10:25:10 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:25:12 ---> 6f97b66abfc0 10:25:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 10:25:13 ---> 1bf0265b5b01 10:25:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 10:25:14 ---> 6757aa0e1a8e 10:25:14 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 10:25:14 ---> Running in 43bc5c2f20af 10:25:15 Removing intermediate container 43bc5c2f20af 10:25:15 ---> 5e11b117f2b7 10:25:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:25:15 ---> Running in ec77e51f22a3 10:25:16 Removing intermediate container ec77e51f22a3 10:25:16 ---> 4f1bc29450a9 10:25:16 Step 21/23 : LABEL arch=arm64 10:25:16 ---> Running in 0e72c10829ed 10:25:17 Removing intermediate container 0e72c10829ed 10:25:17 ---> 92fadceafcd2 10:25:17 Step 22/23 : LABEL git_sha=d5e1bd5b95c6d1dafe5fd4278db59613213789e9 10:25:17 ---> Running in 37be9755672b 10:25:18 Removing intermediate container 37be9755672b 10:25:18 ---> 7228ef90c2f6 10:25:18 Step 23/23 : LABEL version=0.0.0 10:25:18 ---> Running in b40adc10b626 10:25:18 Removing intermediate container b40adc10b626 10:25:18 ---> 97f1c96a019a 10:25:18 10:25:19 Successfully built 97f1c96a019a 10:25:19 Successfully tagged sys-mgmt-agent-arm64:latest 10:25:19  Building sys-mgmt-agent ... done Building security-proxy-setup 10:25:19 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:25:19 Step 2/25 : FROM ${BUILDER_BASE} AS builder 10:25:19 ---> 9d1fcc00f8f6 10:25:20 Step 3/25 : WORKDIR /edgex-go 10:25:20 ---> Using cache 10:25:20 ---> 9bf77783f62c 10:25:20 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:25:20 ---> Using cache 10:25:20 ---> 37759fe346d8 10:25:20 Step 5/25 : RUN apk add --update --no-cache make git 10:25:20 ---> Using cache 10:25:20 ---> 68df4b8af364 10:25:20 Step 6/25 : COPY go.mod vendor* ./ 10:25:20 ---> Using cache 10:25:20 ---> c57f2c5bb1f4 10:25:20 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:25:20 ---> Using cache 10:25:20 ---> 81bc5f2775f3 10:25:20 Step 8/25 : COPY . . 10:25:20 ---> Using cache 10:25:20 ---> cb76c369aad4 10:25:20 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:25:20 ---> Running in 2d0c275e765d 10:25:22 CGO_ENABLED=0 GO111MODULE=on 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 10:25:40 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:25:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:25:40 ---> 9d1fcc00f8f6 10:25:40 Step 3/22 : WORKDIR /edgex-go 10:25:40 ---> Using cache 10:25:40 ---> 9bf77783f62c 10:25:40 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:25:40 ---> Using cache 10:25:40 ---> 37759fe346d8 10:25:40 Step 5/22 : RUN apk add --update --no-cache make git 10:25:40 ---> Using cache 10:25:40 ---> 68df4b8af364 10:25:40 Step 6/22 : COPY go.mod vendor* ./ 10:25:40 ---> Using cache 10:25:40 ---> c57f2c5bb1f4 10:25:40 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:25:40 ---> Using cache 10:25:40 ---> 81bc5f2775f3 10:25:40 Step 8/22 : COPY . . 10:25:40 ---> Using cache 10:25:40 ---> cb76c369aad4 10:25:40 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 10:25:40 ---> Running in 4a7964269776 10:25:42 CGO_ENABLED=0 GO111MODULE=on 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 10:28:34 Removing intermediate container 11353cc908d6 10:28:34 ---> 91d4160a2c44 10:28:34 10:28:34 Step 11/24 : FROM alpine:3.16 10:28:34 ---> a6215f271958 10:28:34 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:28:34 ---> Running in f5084f84a9a3 10:28:34 Removing intermediate container f5084f84a9a3 10:28:34 ---> 484be1b1414e 10:28:34 Step 13/24 : ENV APP_PORT=59880 10:28:34 ---> Running in c13047e8c4e8 10:28:34 Removing intermediate container c13047e8c4e8 10:28:34 ---> 888a3127d263 10:28:34 Step 14/24 : EXPOSE $APP_PORT 10:28:34 ---> Running in 442147ddc326 10:28:34 Removing intermediate container 442147ddc326 10:28:34 ---> 3b16e79bb6a1 10:28:34 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:28:35 ---> Running in adaed2952de0 10:28:38 Removing intermediate container adaed2952de0 10:28:38 ---> d09de4837002 10:28:38 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 10:28:38 ---> Running in 1d831bcfde79 10:28:40 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:28:41 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:28:42 (1/6) Installing dumb-init (1.2.5-r1) 10:28:42 (2/6) Installing libgcc (11.2.1_git20220219-r2) 10:28:42 (3/6) Installing libsodium (1.0.18-r0) 10:28:42 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 10:28:42 (5/6) Installing libzmq (4.3.4-r0) 10:28:42 (6/6) Installing zeromq (4.3.4-r0) 10:28:42 Executing busybox-1.35.0-r17.trigger 10:28:42 OK: 8 MiB in 20 packages 10:28:44 Removing intermediate container 1d831bcfde79 10:28:44 ---> 34c6683000e6 10:28:44 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 10:28:45 ---> 88456b72cbd1 10:28:45 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:28:46 ---> 7fd847ea88fc 10:28:46 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 10:28:47 ---> 8651a969c53b 10:28:47 Step 20/24 : ENTRYPOINT ["/core-data"] 10:28:48 ---> Running in 8c1f024fa850 10:28:48 Removing intermediate container 8c1f024fa850 10:28:48 ---> ebda12a66ad1 10:28:48 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:28:48 ---> Running in 966c6c91ca8b 10:28:49 Removing intermediate container 966c6c91ca8b 10:28:49 ---> 76f8c737a575 10:28:49 Step 22/24 : LABEL arch=arm64 10:28:49 ---> Running in fbb2f26e1c4e 10:28:49 Removing intermediate container fbb2f26e1c4e 10:28:49 ---> 853d7a596254 10:28:49 Step 23/24 : LABEL git_sha=d5e1bd5b95c6d1dafe5fd4278db59613213789e9 10:28:49 ---> Running in 3ff6750c81d3 10:28:50 Removing intermediate container 3ff6750c81d3 10:28:50 ---> d6ad3c9245b8 10:28:50 Step 24/24 : LABEL version=0.0.0 10:28:50 ---> Running in f222477cfb90 10:28:51 Removing intermediate container f222477cfb90 10:28:51 ---> 23b6437dfb68 10:28:51 10:28:51 Successfully built 23b6437dfb68 10:28:51 Successfully tagged core-data-arm64:latest 10:28:51  Building core-data ... done Building core-command 10:29:06 Removing intermediate container e3d42640398d 10:29:06 ---> 0c7e23d628a3 10:29:06 10:29:06 Step 10/33 : FROM alpine:3.16 10:29:06 ---> a6215f271958 10:29:06 Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 10:29:06 ---> Running in 0f1d59b101ff 10:29:06 Removing intermediate container 0f1d59b101ff 10:29:06 ---> 93f3d2a79723 10:29:06 Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec 10:29:06 ---> Running in 9dab77c88596 10:29:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:29:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:29:08 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:29:08 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:29:08 ---> 9d1fcc00f8f6 10:29:08 Step 3/24 : ARG ADD_BUILD_TAGS="" 10:29:08 ---> Using cache 10:29:08 ---> 7f667482e7e4 10:29:08 Step 4/24 : WORKDIR /edgex-go 10:29:08 ---> Using cache 10:29:08 ---> e85e1c822df1 10:29:08 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:29:08 ---> Using cache 10:29:08 ---> 2a57b904954f 10:29:08 Step 6/24 : RUN apk add --update --no-cache make git 10:29:08 ---> Using cache 10:29:08 ---> 486dd276c8dd 10:29:08 Step 7/24 : COPY go.mod vendor* ./ 10:29:08 ---> Using cache 10:29:08 ---> ce774da0f06f 10:29:08 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:29:08 ---> Using cache 10:29:08 ---> 49cfd3e37e19 10:29:08 Step 9/24 : COPY . . 10:29:08 ---> Using cache 10:29:08 ---> 8c0dc70fcc0c 10:29:08 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 10:29:09 ---> Running in dec34b73b625 10:29:10 (1/2) Installing dumb-init (1.2.5-r1) 10:29:10 (2/2) Installing su-exec (0.2-r1) 10:29:10 Executing busybox-1.35.0-r17.trigger 10:29:10 OK: 5 MiB in 16 packages 10:29:11 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq 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 10:29:11 Removing intermediate container 9dab77c88596 10:29:11 ---> cc236bd47ffa 10:29:11 Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init 10:29:11 ---> Running in 45fca47389cd 10:29:12 Removing intermediate container 45fca47389cd 10:29:12 ---> 81679a900f8d 10:29:12 Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 10:29:12 ---> Running in eb40e32a0efa 10:29:12 Removing intermediate container eb40e32a0efa 10:29:12 ---> e364b264018e 10:29:12 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 10:29:12 ---> Running in b99f195b0449 10:29:13 Removing intermediate container b99f195b0449 10:29:13 ---> b89b6f6692f8 10:29:13 Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 10:29:13 ---> Running in cd9f5d034503 10:29:13 Removing intermediate container cd9f5d034503 10:29:13 ---> 75fff9f23b87 10:29:13 Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 10:29:13 ---> Running in f4f0f570b884 10:29:17 Removing intermediate container f4f0f570b884 10:29:17 ---> 0cca2218edc4 10:29:17 Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} 10:29:17 ---> Running in 4872a0df46b7 10:29:17 Removing intermediate container 4872a0df46b7 10:29:17 ---> 9ad8e066902a 10:29:17 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 10:29:18 ---> 284a63f05f06 10:29:18 Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 10:29:18 ---> Running in 3bf12f3675a4 10:29:21 Removing intermediate container 3bf12f3675a4 10:29:21 ---> bbf2eca2a3f3 10:29:21 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 10:29:22 ---> c97fca72614d 10:29:22 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:29:24 ---> 82c75762682d 10:29:24 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 10:29:24 ---> 36fddbdcf3a4 10:29:24 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 10:29:25 ---> dd27cd63c31c 10:29:25 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 10:29:26 ---> 31633371d874 10:29:26 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 10:29:27 ---> 729ad3cffb6e 10:29:27 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:29:29 ---> 0012f0a1ff5d 10:29:29 Step 28/33 : RUN chmod +x /entrypoint.sh 10:29:29 ---> Running in 835ff1092530 10:29:32 Removing intermediate container 835ff1092530 10:29:32 ---> 78ee4cebf044 10:29:32 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 10:29:32 ---> Running in 7ca5ea82a6fc 10:29:33 Removing intermediate container 7ca5ea82a6fc 10:29:33 ---> 35a5e0e65578 10:29:33 Step 30/33 : CMD ["gate"] 10:29:33 ---> Running in 6ad34f7d4e92 10:29:33 Removing intermediate container 6ad34f7d4e92 10:29:33 ---> 64b826bd9043 10:29:33 Step 31/33 : LABEL arch=arm64 10:29:34 ---> Running in 75ab2133acb9 10:29:34 Removing intermediate container 75ab2133acb9 10:29:34 ---> c82ddfde8bb0 10:29:34 Step 32/33 : LABEL git_sha=d5e1bd5b95c6d1dafe5fd4278db59613213789e9 10:29:34 ---> Running in f8cadba8557f 10:29:35 Removing intermediate container f8cadba8557f 10:29:35 ---> cee4c53aad50 10:29:35 Step 33/33 : LABEL version=0.0.0 10:29:35 ---> Running in fcc7c9a7e0f6 10:29:35 Removing intermediate container fcc7c9a7e0f6 10:29:35 ---> a0b611882ab8 10:29:35 10:29:36 Successfully built a0b611882ab8 10:29:36 Successfully tagged security-bootstrapper-arm64:latest 10:29:36  Building security-bootstrapper ... done Building support-notifications 10:29:51 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:29:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:29:51 ---> 9d1fcc00f8f6 10:29:51 Step 3/23 : ARG ADD_BUILD_TAGS="" 10:29:51 ---> Using cache 10:29:51 ---> 7f667482e7e4 10:29:51 Step 4/23 : WORKDIR /edgex-go 10:29:51 ---> Using cache 10:29:51 ---> e85e1c822df1 10:29:51 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:29:51 ---> Using cache 10:29:51 ---> 2a57b904954f 10:29:51 Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates 10:29:51 ---> Running in 58feaef00024 10:29:54 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:29:54 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:29:56 OK: 221 MiB in 51 packages 10:29:58 Removing intermediate container 58feaef00024 10:29:58 ---> 87e95ffa7175 10:29:58 Step 7/23 : COPY go.mod vendor* ./ 10:29:58 ---> fcdfe550d6be 10:29:58 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:29:58 ---> Running in 3d5182900ab6 10:31:20 CGO_ENABLED=0 GO111MODULE=on 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 10:31:20 Removing intermediate container 3d5182900ab6 10:31:20 ---> 6118aafbf314 10:31:20 Step 9/23 : COPY . . 10:31:20 CGO_ENABLED=0 GO111MODULE=on 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 10:31:24 ---> bfcadbfda1fd 10:31:24 Step 10/23 : RUN make cmd/support-notifications/support-notifications 10:31:24 ---> Running in 31638a5d380f 10:31:27 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:31:32 Removing intermediate container 2d0c275e765d 10:31:32 ---> b2a67cddc848 10:31:32 10:31:32 Step 10/25 : FROM alpine:3.16 10:31:32 ---> a6215f271958 10:31:32 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 10:31:32 ---> Running in 61330a910405 10:31:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:31:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:31:36 (1/3) Installing ca-certificates (20220614-r0) 10:31:36 (2/3) Installing dumb-init (1.2.5-r1) 10:31:36 (3/3) Installing su-exec (0.2-r1) 10:31:36 Executing busybox-1.35.0-r17.trigger 10:31:36 Executing ca-certificates-20220614-r0.trigger 10:31:36 OK: 6 MiB in 17 packages 10:31:39 Removing intermediate container 61330a910405 10:31:39 ---> 88f95c51712a 10:31:39 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:31:39 ---> Running in 198c7c9fa6a4 10:31:41 Removing intermediate container 198c7c9fa6a4 10:31:41 ---> d1b9d0adc457 10:31:41 Step 13/25 : WORKDIR / 10:31:41 ---> Running in 2c000ee36629 10:31:42 Removing intermediate container 2c000ee36629 10:31:42 ---> d8a0b8e4605a 10:31:42 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 10:31:44 ---> 1746b1a3937b 10:31:44 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 10:31:45 ---> f491e278fd65 10:31:45 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 10:31:47 ---> 32c78a5c1cea 10:31:47 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 10:31:48 ---> 5894a8a80116 10:31:48 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:31:48 Removing intermediate container 4a7964269776 10:31:48 ---> 373447291e7e 10:31:48 10:31:48 Step 10/22 : FROM alpine:3.16 10:31:48 ---> a6215f271958 10:31:48 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 10:31:49 ---> Running in 16cb2d885850 10:31:50 ---> 7ac0a79ecdc9 10:31:50 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:31:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:31:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:31:53 ---> 18759625942a 10:31:53 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:31:53 (1/6) Installing ca-certificates (20220614-r0) 10:31:53 (2/6) Installing brotli-libs (1.0.9-r6) 10:31:53 (3/6) Installing nghttp2-libs (1.47.0-r0) 10:31:53 (4/6) Installing libcurl (7.83.1-r3) 10:31:53 (5/6) Installing curl (7.83.1-r3) 10:31:53 (6/6) Installing dumb-init (1.2.5-r1) 10:31:53 Executing busybox-1.35.0-r17.trigger 10:31:53 Executing ca-certificates-20220614-r0.trigger 10:31:54 ---> e3eb81eaf1c2 10:31:54 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:31:54 ---> Running in 5311bdc43115 10:31:54 OK: 8 MiB in 20 packages 10:31:56 Removing intermediate container 16cb2d885850 10:31:56 ---> 63bb235c5f28 10:31:56 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:31:57 ---> Running in 1aeaa0f41e97 10:31:58 Removing intermediate container 5311bdc43115 10:31:58 ---> bbf4e2a77312 10:31:58 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 10:31:58 Removing intermediate container 1aeaa0f41e97 10:31:58 ---> 6961fd9f3467 10:31:58 Step 13/22 : WORKDIR /edgex 10:31:58 ---> Running in b1b6e92a1617 10:31:58 ---> Running in 424c60d64ab6 10:31:59 Removing intermediate container b1b6e92a1617 10:31:59 ---> e3b176e2628d 10:31:59 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 10:31:59 Removing intermediate container 424c60d64ab6 10:31:59 ---> 72bb3c3d55fa 10:31:59 Step 23/25 : LABEL arch=arm64 10:31:59 ---> Running in c1560a3cd743 10:32:00 Removing intermediate container c1560a3cd743 10:32:00 ---> cf2c55e9bd90 10:32:00 Step 24/25 : LABEL git_sha=d5e1bd5b95c6d1dafe5fd4278db59613213789e9 10:32:00 ---> b00b699d641c 10:32:00 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 10:32:00 ---> Running in 557f5eeda1c5 10:32:00 Removing intermediate container 557f5eeda1c5 10:32:00 ---> 65c4c4f5d85c 10:32:00 Step 25/25 : LABEL version=0.0.0 10:32:00 ---> Running in 153ea7d32096 10:32:01 Removing intermediate container 153ea7d32096 10:32:01 ---> aee5e0fc6496 10:32:01 10:32:02 ---> c85f6d15bcae 10:32:02 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:32:02 Successfully built aee5e0fc6496 10:32:02 Successfully tagged security-secretstore-setup-arm64:latest 10:32:05  Building security-secretstore-setup ... done  ---> b2f8fd6e5b17 10:32:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 10:32:06 ---> 9cdcdf48148f 10:32:06 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:32:06 ---> Running in eb864c07d9cd 10:32:08 Removing intermediate container eb864c07d9cd 10:32:08 ---> 160f552602ae 10:32:09 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 10:32:09 ---> Running in 8a3ad4c2758b 10:32:09 Removing intermediate container 8a3ad4c2758b 10:32:09 ---> ca7f04f1f864 10:32:09 Step 20/22 : LABEL arch=arm64 10:32:09 ---> Running in 15c946e23dad 10:32:10 Removing intermediate container 15c946e23dad 10:32:10 ---> d3364db7bda7 10:32:10 Step 21/22 : LABEL git_sha=d5e1bd5b95c6d1dafe5fd4278db59613213789e9 10:32:10 ---> Running in 0592b421f9c2 10:32:10 Removing intermediate container 0592b421f9c2 10:32:10 ---> 52f54a98abd6 10:32:10 Step 22/22 : LABEL version=0.0.0 10:32:11 ---> Running in 98fb7527455d 10:32:11 Removing intermediate container 98fb7527455d 10:32:11 ---> 88351271ef94 10:32:11 10:32:11 Successfully built 88351271ef94 10:32:11 Successfully tagged security-proxy-setup-arm64:latest 10:34:03  Building security-proxy-setup ... done Removing intermediate container 33764459ce8b 10:34:03 ---> aa6a9f004d01 10:34:03 10:34:03 Step 11/23 : FROM alpine:3.16 10:34:03 ---> a6215f271958 10:34:03 Step 12/23 : RUN apk add --update --no-cache dumb-init 10:34:03 ---> Using cache 10:34:03 ---> 0217ba00d0c0 10:34:03 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:34:03 ---> Using cache 10:34:03 ---> 697601eb2f89 10:34:03 Step 14/23 : ENV APP_PORT=59861 10:34:03 ---> Running in f8b0d68c928a 10:34:03 Removing intermediate container f8b0d68c928a 10:34:03 ---> 003afea599b6 10:34:03 Step 15/23 : EXPOSE $APP_PORT 10:34:03 ---> Running in 2badbbda6e4d 10:34:03 Removing intermediate container 2badbbda6e4d 10:34:03 ---> 91f6a7847237 10:34:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:34:03 ---> f4901e0da655 10:34:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:34:03 ---> 37465d8bc7bd 10:34:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 10:34:03 ---> 9acd2cfc19d9 10:34:03 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 10:34:03 ---> Running in 03d375a78016 10:34:03 Removing intermediate container 03d375a78016 10:34:03 ---> 17c31b350818 10:34:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:34:03 ---> Running in 7919dc5b1a26 10:34:03 Removing intermediate container 7919dc5b1a26 10:34:03 ---> 1a4b7f56d562 10:34:03 Step 21/23 : LABEL arch=arm64 10:34:03 ---> Running in c069100bd4fe 10:34:03 Removing intermediate container c069100bd4fe 10:34:03 ---> c90d9e696cb0 10:34:03 Step 22/23 : LABEL git_sha=d5e1bd5b95c6d1dafe5fd4278db59613213789e9 10:34:03 ---> Running in 2fbc47f56e06 10:34:03 Removing intermediate container 2fbc47f56e06 10:34:03 ---> 2a50d6cee329 10:34:03 Step 23/23 : LABEL version=0.0.0 10:34:03 ---> Running in 8e65106cfbdf 10:34:03 Removing intermediate container 8e65106cfbdf 10:34:03 ---> 55aab5d5adbe 10:34:03 10:34:03 Successfully built 55aab5d5adbe 10:34:03 Successfully tagged support-scheduler-arm64:latest 10:34:21  Building support-scheduler ... done Removing intermediate container dec34b73b625 10:34:21 ---> 4e151a36a6ba 10:34:21 10:34:21 Step 11/24 : FROM alpine:3.16 10:34:21 ---> a6215f271958 10:34:21 Step 12/24 : RUN apk add --update --no-cache dumb-init 10:34:21 ---> Using cache 10:34:21 ---> 0217ba00d0c0 10:34:21 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:34:21 ---> Using cache 10:34:21 ---> 697601eb2f89 10:34:21 Step 14/24 : ENV APP_PORT=59882 10:34:21 ---> Running in 53932bc0678c 10:34:21 Removing intermediate container 53932bc0678c 10:34:21 ---> ac8fc6bf01c8 10:34:21 Step 15/24 : EXPOSE $APP_PORT 10:34:21 ---> Running in ea9e33d2116c 10:34:21 Removing intermediate container ea9e33d2116c 10:34:21 ---> 85db6de1fb62 10:34:21 Step 16/24 : WORKDIR / 10:34:21 ---> Running in b8c5103e4fc0 10:34:21 Removing intermediate container b8c5103e4fc0 10:34:21 ---> 8c98a6d877bc 10:34:21 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 10:34:22 ---> f49259eadbbd 10:34:22 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:34:24 ---> eff215ed3809 10:34:24 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 10:34:25 ---> 3b14405e1b1a 10:34:25 Step 20/24 : ENTRYPOINT ["/core-command"] 10:34:25 ---> Running in 7c3b534bc186 10:34:26 Removing intermediate container 7c3b534bc186 10:34:26 ---> 0c1814f252da 10:34:26 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:34:26 ---> Running in 5c46cb45411f 10:34:26 Removing intermediate container 5c46cb45411f 10:34:26 ---> f1ed94ea875f 10:34:26 Step 22/24 : LABEL arch=arm64 10:34:26 ---> Running in 6bab3b4a6022 10:34:27 Removing intermediate container 6bab3b4a6022 10:34:27 ---> 9566378b77a4 10:34:27 Step 23/24 : LABEL git_sha=d5e1bd5b95c6d1dafe5fd4278db59613213789e9 10:34:27 ---> Running in d6daef6c8c13 10:34:27 Removing intermediate container d6daef6c8c13 10:34:27 ---> 3ced89948e4b 10:34:27 Step 24/24 : LABEL version=0.0.0 10:34:27 ---> Running in 2ecf92cb8367 10:34:28 Removing intermediate container 2ecf92cb8367 10:34:28 ---> 3255d444e4d7 10:34:28 10:34:28 Successfully built 3255d444e4d7 10:34:28 Successfully tagged core-command-arm64:latest 10:35:36  Building core-command ... done Removing intermediate container 31638a5d380f 10:35:36 ---> 78b9ad7a71f5 10:35:36 10:35:36 Step 11/23 : FROM alpine:3.16 10:35:36 ---> a6215f271958 10:35:36 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 10:35:36 ---> Running in 31e2e758c783 10:35:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:35:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:35:36 (1/2) Installing ca-certificates (20220614-r0) 10:35:36 (2/2) Installing dumb-init (1.2.5-r1) 10:35:36 Executing busybox-1.35.0-r17.trigger 10:35:36 Executing ca-certificates-20220614-r0.trigger 10:35:36 OK: 6 MiB in 16 packages 10:35:37 Removing intermediate container 31e2e758c783 10:35:37 ---> 65633a83f805 10:35:37 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 10:35:37 ---> Running in 11df814f10a3 10:35:37 Removing intermediate container 11df814f10a3 10:35:37 ---> cb505a71109a 10:35:37 Step 14/23 : ENV APP_PORT=59860 10:35:37 ---> Running in 933c12b41e81 10:35:37 Removing intermediate container 933c12b41e81 10:35:37 ---> da7e3e021947 10:35:37 Step 15/23 : EXPOSE $APP_PORT 10:35:37 ---> Running in 18e8c588a3ca 10:35:38 Removing intermediate container 18e8c588a3ca 10:35:38 ---> bcda54d23903 10:35:38 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:35:38 ---> 9106f30a2e3e 10:35:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:35:40 ---> a28f7044eaa5 10:35:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 10:35:40 ---> b120cf076724 10:35:40 Step 19/23 : ENTRYPOINT ["/support-notifications"] 10:35:40 ---> Running in b217a584b41e 10:35:41 Removing intermediate container b217a584b41e 10:35:41 ---> 1cfcb6c022f6 10:35:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:35:41 ---> Running in 38d70379cee4 10:35:41 Removing intermediate container 38d70379cee4 10:35:41 ---> 501cb42ab036 10:35:41 Step 21/23 : LABEL arch=arm64 10:35:41 ---> Running in fb5afb80ffb1 10:35:41 Removing intermediate container fb5afb80ffb1 10:35:41 ---> 5386eaf315b7 10:35:41 Step 22/23 : LABEL git_sha=d5e1bd5b95c6d1dafe5fd4278db59613213789e9 10:35:42 ---> Running in cf943c9cb53f 10:35:42 Removing intermediate container cf943c9cb53f 10:35:42 ---> 5b4dc3e30cf2 10:35:42 Step 23/23 : LABEL version=0.0.0 10:35:42 ---> Running in ada82eade5ea 10:35:42 Removing intermediate container ada82eade5ea 10:35:42 ---> 5c820d5dadda 10:35:42 10:35:42 Successfully built 5c820d5dadda 10:35:42 Successfully tagged support-notifications-arm64:latest 10:35:43  Building support-notifications ... done  [Pipeline] } 10:35:43 $ docker stop --time=1 5a35115c23569a6e63b2466b5e9f555844e814bd2e21dfe0791ddb9f94d2f277 10:35:45 $ docker rm -f 5a35115c23569a6e63b2466b5e9f555844e814bd2e21dfe0791ddb9f94d2f277 [Pipeline] // withDockerContainer [Pipeline] sh 10:35:45 + docker images 10:35:46 REPOSITORY TAG IMAGE ID CREATED SIZE 10:35:46 support-notifications-arm64 latest 5c820d5dadda 3 seconds ago 29.5MB 10:35:46 78b9ad7a71f5 14 seconds ago 1.5GB 10:35:46 core-command-arm64 latest 3255d444e4d7 About a minute ago 16.9MB 10:35:46 4e151a36a6ba About a minute ago 1.44GB 10:35:46 support-scheduler-arm64 latest 55aab5d5adbe About a minute ago 28.8MB 10:35:46 aa6a9f004d01 About a minute ago 1.5GB 10:35:46 security-proxy-setup-arm64 latest 88351271ef94 3 minutes ago 26.7MB 10:35:46 security-secretstore-setup-arm64 latest aee5e0fc6496 3 minutes ago 28.6MB 10:35:46 373447291e7e 3 minutes ago 1.43GB 10:35:46 b2a67cddc848 4 minutes ago 1.43GB 10:35:46 security-bootstrapper-arm64 latest a0b611882ab8 6 minutes ago 19.4MB 10:35:46 0c7e23d628a3 6 minutes ago 1.43GB 10:35:46 core-data-arm64 latest 23b6437dfb68 6 minutes ago 20.8MB 10:35:46 91d4160a2c44 7 minutes ago 1.44GB 10:35:46 sys-mgmt-agent-arm64 latest 97f1c96a019a 10 minutes ago 133MB 10:35:46 core-metadata-arm64 latest a9bc6201b199 10 minutes ago 17.7MB 10:35:46 security-spiffe-token-provider-arm64 latest 101c750d1622 11 minutes ago 28.8MB 10:35:46 6e7dfb8cfdb3 11 minutes ago 1.44GB 10:35:46 7e5cc68f3a36 11 minutes ago 1.47GB 10:35:46 692e3872e010 12 minutes ago 1.42GB 10:35:46 security-spire-server-arm64 latest dfe885a229b7 14 minutes ago 84.3MB 10:35:46 9bc8960ae4c9 14 minutes ago 1.31GB 10:35:46 security-spire-agent-arm64 latest db3323a3cdde 17 minutes ago 122MB 10:35:46 security-spire-config-arm64 latest c6967df3cc6a 17 minutes ago 83.6MB 10:35:46 36dc28fdd22b 17 minutes ago 1.31GB 10:35:46 ff1a8c13c932 17 minutes ago 1.31GB 10:35:46 ci-base-image-arm64 latest 9d1fcc00f8f6 33 minutes ago 943MB 10:35:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine 59b3b1a385d4 2 weeks ago 679MB 10:35:46 alpine 3.15 02e0d6fdf486 2 months ago 5.33MB 10:35:46 alpine 3.16 a6215f271958 2 months ago 5.29MB 10:35:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:35:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:35:46 10:35:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:35:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:35:47 arm64: Pulling from edgex-lftools-log-publisher 10:35:47 8998bd30e6a1: Pulling fs layer 10:35:47 04944245beec: Pulling fs layer 10:35:47 699f458cf7ca: Pulling fs layer 10:35:47 765212b225bb: Pulling fs layer 10:35:47 f23df028b6ca: Pulling fs layer 10:35:47 d65c8cfc05b1: Pulling fs layer 10:35:47 2437ff75d9bd: Pulling fs layer 10:35:47 765212b225bb: Waiting 10:35:47 f23df028b6ca: Waiting 10:35:47 d65c8cfc05b1: Waiting 10:35:47 2437ff75d9bd: Waiting 10:35:47 04944245beec: Verifying Checksum 10:35:47 04944245beec: Download complete 10:35:47 765212b225bb: Download complete 10:35:47 f23df028b6ca: Verifying Checksum 10:35:47 f23df028b6ca: Download complete 10:35:47 d65c8cfc05b1: Verifying Checksum 10:35:47 d65c8cfc05b1: Download complete 10:35:47 699f458cf7ca: Verifying Checksum 10:35:47 699f458cf7ca: Download complete 10:35:48 8998bd30e6a1: Verifying Checksum 10:35:48 8998bd30e6a1: Download complete 10:35:50 2437ff75d9bd: Verifying Checksum 10:35:50 2437ff75d9bd: Download complete 10:35:52 8998bd30e6a1: Pull complete 10:35:52 04944245beec: Pull complete 10:35:54 699f458cf7ca: Pull complete 10:35:54 765212b225bb: Pull complete 10:35:54 f23df028b6ca: Pull complete 10:35:55 d65c8cfc05b1: Pull complete 10:36:10 2437ff75d9bd: Pull complete 10:36:10 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 10:36:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:36:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:36:10 prd-ubuntu20.04-docker-arm64-4c-16g-116830 does not seem to be running inside a container 10:36:10 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 10:36:13 $ docker top 62d14127fff1199a99a1337ee8e5b2caef0a090d82d56b880e3a145c9a9b3730 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:36:14 ---> job-cost.sh 10:36:14 lf-activate-venv: SKIPPING 10:36:14 INFO: No Stack... 10:36:15 INFO: Retrieving Pricing Info for: v3-standard-4 10:36:16 INFO: Archiving Costs [Pipeline] sh 10:36:16 + cut -d, -f6 10:36:16 + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock 10:36:16 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4215-1-stack-cost] 10:36:16 Resource [jenkins-edgexfoundry-edgex-go-PR-4215-1-stack-cost] did not exist. Created. 10:36:16 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4215-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:36:17 + echo total: 0.10999999940395355 [Pipeline] stash 10:36:17 Stashed 1 file(s) [Pipeline] } 10:36:17 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4215-1-stack-cost] [Pipeline] // lock [Pipeline] } 10:36:17 $ docker stop --time=1 62d14127fff1199a99a1337ee8e5b2caef0a090d82d56b880e3a145c9a9b3730 10:36:19 $ docker rm -f 62d14127fff1199a99a1337ee8e5b2caef0a090d82d56b880e3a145c9a9b3730 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 10:36:20 provisioning config files... 10:36:20 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config16700569639660381674tmp [Pipeline] { [Pipeline] sh 10:36:20 + set +x 10:36:20 + bash -s -- 10:36:20 + curl -s https://codecov.io/bash 10:36:20 10:36:20 _____ _ 10:36:20 / ____| | | 10:36:20 | | ___ __| | ___ ___ _____ __ 10:36:20 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:36:20 | |___| (_) | (_| | __/ (_| (_) \ V / 10:36:20 \_____\___/ \__,_|\___|\___\___/ \_/ 10:36:20 Bash-1.0.6 10:36:20 10:36:20 10:36:20 ==> git version 2.25.1 found 10:36:20 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 10:36:20 Release-Date: 2020-01-08 10:36:20 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 10:36:20 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 10:36:20 ==> Jenkins CI detected. 10:36:20 current dir:  /w/workspace/edgex-go/1 10:36:20 project root: . 10:36:20 --> token set from env 10:36:20 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:36:20 ==> Running gcov in . (disable via -X gcov) 10:36:20 ==> Python coveragepy not found 10:36:20 ==> Searching for coverage reports in: 10:36:20 + . 10:36:21 -> Found 1 reports 10:36:21 ==> Detecting git/mercurial file structure 10:36:21 ==> Reading reports 10:36:21 + ./coverage.out bytes=501828 10:36:21 ==> Appending adjustments 10:36:21 https://docs.codecov.io/docs/fixing-reports 10:36:22 + Found adjustments 10:36:22 ==> Gzipping contents 10:36:22 64K /tmp/codecov.gPVCBg.gz 10:36:22 ==> Uploading reports 10:36:22 url: https://codecov.io 10:36:22 query: branch=PR-4215&commit=e407bc110b54591bbd4fe32bf4a421e4c05cc568&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4215%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4215&job=&cmd_args= 10:36:22 -> Pinging Codecov 10:36:22 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4215&commit=e407bc110b54591bbd4fe32bf4a421e4c05cc568&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4215%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4215&job=&cmd_args= 10:36:22 -> Uploading to 10:36:22 https://storage.googleapis.com/codecov/v4/raw/2022-10-25/00271124DB129430A58F1EEE437C3FCB/e407bc110b54591bbd4fe32bf4a421e4c05cc568/3e532a65-017f-4dea-9cac-cccf28e643fa.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221025%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221025T103622Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=81f99ed50d60fa1bd1c4aa86a7e39c1b70f926b7ac9ccaff8346591c41c6cfe8 10:36:22 % Total % Received % Xferd Average Speed Time Time Time Current 10:36:22 Dload Upload Total Spent Left Speed 10:36:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65329 0 0 100 65329 0 272k --:--:-- --:--:-- --:--:-- 273k 10:36:22 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/e407bc110b54591bbd4fe32bf4a421e4c05cc568 [Pipeline] } 10:36:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 10:36:24 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 10:36:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:36:25 ---> package-listing.sh 10:36:25 ++ facter osfamily 10:36:25 ++ tr '[:upper:]' '[:lower:]' 10:36:25 + OS_FAMILY=debian 10:36:25 + workspace=/w/workspace/edgex-go/1 10:36:25 + START_PACKAGES=/tmp/packages_start.txt 10:36:25 + END_PACKAGES=/tmp/packages_end.txt 10:36:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:36:25 + PACKAGES=/tmp/packages_start.txt 10:36:25 + '[' /w/workspace/edgex-go/1 ']' 10:36:25 + PACKAGES=/tmp/packages_end.txt 10:36:25 + case "${OS_FAMILY}" in 10:36:25 + dpkg -l 10:36:25 + grep '^ii' 10:36:25 + '[' -f /tmp/packages_start.txt ']' 10:36:25 + '[' -f /tmp/packages_end.txt ']' 10:36:25 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:36:25 + '[' /w/workspace/edgex-go/1 ']' 10:36:25 + mkdir -p /w/workspace/edgex-go/1/archives/ 10:36:25 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 10:36:25 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 10:36:26 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:36:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:36:26 10:36:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:36:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:36:27 latest: Pulling from edgex-lftools-log-publisher 10:36:27 5eb5b503b376: Pulling fs layer 10:36:27 5c69ac0246d0: Pulling fs layer 10:36:27 ec43610c2a17: Pulling fs layer 10:36:27 3a2ae6a8a46f: Pulling fs layer 10:36:27 33b1e0a273af: Pulling fs layer 10:36:27 5d3b04190fa2: Pulling fs layer 10:36:27 2f39f015ded8: Pulling fs layer 10:36:27 33b1e0a273af: Waiting 10:36:27 5d3b04190fa2: Waiting 10:36:27 3a2ae6a8a46f: Waiting 10:36:27 5c69ac0246d0: Download complete 10:36:27 3a2ae6a8a46f: Download complete 10:36:27 33b1e0a273af: Verifying Checksum 10:36:27 33b1e0a273af: Download complete 10:36:27 ec43610c2a17: Verifying Checksum 10:36:27 ec43610c2a17: Download complete 10:36:27 5d3b04190fa2: Download complete 10:36:27 5eb5b503b376: Verifying Checksum 10:36:27 5eb5b503b376: Download complete 10:36:28 2f39f015ded8: Verifying Checksum 10:36:28 5eb5b503b376: Pull complete 10:36:28 5c69ac0246d0: Pull complete 10:36:29 ec43610c2a17: Pull complete 10:36:29 3a2ae6a8a46f: Pull complete 10:36:29 33b1e0a273af: Pull complete 10:36:29 5d3b04190fa2: Pull complete 10:36:33 2f39f015ded8: Pull complete 10:36:33 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 10:36:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:36:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:36:33 prd-ubuntu20.04-docker-8c-8g-116819 does not seem to be running inside a container 10:36:33 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 10:36:35 $ docker top 24e11cfbcd70dc4a1eefc9929e146213f9ca13fd4659eeb0dace0d326081f7bf -eo pid,comm [Pipeline] { [Pipeline] sh 10:36:35 + touch /tmp/pre-build-complete [Pipeline] sh 10:36:36 + mkdir -p /var/log/sysstat [Pipeline] sh 10:36:36 + ls /var/log/sa-host 10:36:36 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:36:36 provisioning config files... 10:36:36 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config11929933872119484503tmp [Pipeline] { [Pipeline] echo 10:36:36 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:36:37 ---> create-netrc.sh [Pipeline] } 10:36:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 10:36:37 ---> python-tools-install.sh [Pipeline] echo 10:36:37 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:36:37 ---> sudo-logs.sh 10:36:37 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 10:36:37 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:36:38 ---> job-cost.sh 10:36:38 lf-activate-venv: SKIPPING 10:36:38 DEBUG: total: 0.10999999940395355 10:36:38 INFO: Retrieving Stack Cost... 10:36:38 INFO: Retrieving Pricing Info for: v3-standard-8 10:36:39 INFO: Archiving Costs [Pipeline] echo 10:36:39 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:36:39 ---> logs-deploy.sh 10:36:39 lf-activate-venv: SKIPPING 10:36:39 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4215/1 10:36:39 INFO: archiving workspace using pattern(s): 10:36:40 Archives upload complete. 10:36:40 INFO: archiving logs to Nexus 10:36:41 ---> uname -a: 10:36:41 Linux prd-ubuntu20-04-docker-8c-8g-116819 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 10:36:41 10:36:41 10:36:41 ---> lscpu: 10:36:41 Architecture: x86_64 10:36:41 CPU op-mode(s): 32-bit, 64-bit 10:36:41 Byte Order: Little Endian 10:36:41 Address sizes: 40 bits physical, 48 bits virtual 10:36:41 CPU(s): 8 10:36:41 On-line CPU(s) list: 0-7 10:36:41 Thread(s) per core: 1 10:36:41 Core(s) per socket: 1 10:36:41 Socket(s): 8 10:36:41 NUMA node(s): 1 10:36:41 Vendor ID: AuthenticAMD 10:36:41 CPU family: 23 10:36:41 Model: 49 10:36:41 Model name: AMD EPYC-Rome Processor 10:36:41 Stepping: 0 10:36:41 CPU MHz: 2799.998 10:36:41 BogoMIPS: 5599.99 10:36:41 Virtualization: AMD-V 10:36:41 Hypervisor vendor: KVM 10:36:41 Virtualization type: full 10:36:41 L1d cache: 256 KiB 10:36:41 L1i cache: 256 KiB 10:36:41 L2 cache: 4 MiB 10:36:41 L3 cache: 128 MiB 10:36:41 NUMA node0 CPU(s): 0-7 10:36:41 Vulnerability Itlb multihit: Not affected 10:36:41 Vulnerability L1tf: Not affected 10:36:41 Vulnerability Mds: Not affected 10:36:41 Vulnerability Meltdown: Not affected 10:36:41 Vulnerability Mmio stale data: Not affected 10:36:41 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:36:41 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 10:36:41 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 10:36:41 Vulnerability Srbds: Not affected 10:36:41 Vulnerability Tsx async abort: Not affected 10:36:41 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 10:36:41 10:36:41 10:36:41 ---> nproc: 10:36:41 8 10:36:41 10:36:41 10:36:41 ---> df -h: 10:36:41 Filesystem Size Used Avail Use% Mounted on 10:36:41 overlay 155G 19G 136G 13% / 10:36:41 tmpfs 64M 0 64M 0% /dev 10:36:41 tmpfs 16G 0 16G 0% /sys/fs/cgroup 10:36:41 shm 64M 0 64M 0% /dev/shm 10:36:41 /dev/vda1 155G 19G 136G 13% /facter-os 10:36:41 10:36:41