Pull request #4178 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from b66a86bc849a43047d0b1c09735ef80d635252f8+1845739d37df45141b994dacdf8b95897574fdab (b11d1fde751846a7406f25bee9a02e706c0aa6a5) 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-ssh15165091585884759276.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 bd7468d5528128c83034753e4c3def8ef9af3f2d 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-ssh6743545166817217937.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 bd7468d5528128c83034753e4c3def8ef9af3f2d 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-4178/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-4178/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11762638141017458434.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-4178/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10107336033785734533.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 bd7468d5528128c83034753e4c3def8ef9af3f2d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f bd7468d5528128c83034753e4c3def8ef9af3f2d # timeout=10 Commit message: "Merge pull request #410 from ernestojeda/changes-for-dind-test" > 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-ssh2994026389883740814.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-4178/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-4178/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh16457990610034945372.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 bd7468d5528128c83034753e4c3def8ef9af3f2d Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-6928 in /w/workspace/edgexfoundry_edgex-go_PR-4178 [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 > 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 Merging remotes/origin/main commit 1845739d37df45141b994dacdf8b95897574fdab into PR head commit b66a86bc849a43047d0b1c09735ef80d635252f8 Merge succeeded, producing b66a86bc849a43047d0b1c09735ef80d635252f8 Checking out Revision b66a86bc849a43047d0b1c09735ef80d635252f8 (PR-4178) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { 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/4178/head:refs/remotes/origin/PR-4178 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b66a86bc849a43047d0b1c09735ef80d635252f8 # 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 1845739d37df45141b994dacdf8b95897574fdab # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b66a86bc849a43047d0b1c09735ef80d635252f8 # timeout=10 [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:06:25 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:06:26 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:06:26 ========================================================= 19:06:26 EdgeX Global Pipelines Version Info 19:06:26 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:06:26 ------------------- 19:06:26 stable info: 19:06:26 ------------------- 19:06:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:06:26 Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d 19:06:26 Message: update stable to v1.0.239 19:06:27 ------------------- 19:06:27 experimental info: 19:06:27 ------------------- 19:06:27 Commited By: **** collab-it+edgex@linuxfoundation.org 19:06:27 Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d 19:06:27 Message: update experimental to v1.0.239 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:06:27 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:06:27 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:06:27 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:06:27 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:06:27 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:06:27 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 19:06:27 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:06:27 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:06:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:06:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:06:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:06:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:06:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:06:28 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:06:28 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:06:28 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:06:28 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:06:28 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:06:28 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:06:28 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 19:06:28 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:06:28 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:06:28 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 19:06:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4178 [Pipeline] echo 19:06:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4178 [Pipeline] echo 19:06:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4178 [Pipeline] echo 19:06:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b66a86bc849a43047d0b1c09735ef80d635252f8 [Pipeline] echo 19:06:28 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b66a86b [Pipeline] echo 19:06:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:06:28 provisioning config files... 19:06:28 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config6652951604741616236tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:06:29 ---> docker-login.sh 19:06:29 nexus3.edgexfoundry.org:10001 19:06:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:06:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:06:29 Configure a credential helper to remove this warning. See 19:06:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:06:29 19:06:29 Login Succeeded 19:06:29 nexus3.edgexfoundry.org:10002 19:06:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:06:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:06:29 Configure a credential helper to remove this warning. See 19:06:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:06:29 19:06:29 Login Succeeded 19:06:29 nexus3.edgexfoundry.org:10003 19:06:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:06:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:06:29 Configure a credential helper to remove this warning. See 19:06:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:06:29 19:06:29 Login Succeeded 19:06:29 nexus3.edgexfoundry.org:10004 19:06:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:06:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:06:29 Configure a credential helper to remove this warning. See 19:06:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:06:29 19:06:29 Login Succeeded 19:06:29 docker.io 19:06:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:06:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:06:30 Configure a credential helper to remove this warning. See 19:06:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:06:30 19:06:30 Login Succeeded 19:06:30 ---> docker-login.sh ends [Pipeline] } 19:06:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:06:30 + 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 19:06:30 + cut -d/ -f2 19:06:30 + dirname cmd/core-command/Dockerfile 19:06:30 + echo core-command,cmd/core-command/Dockerfile 19:06:30 + cut -d/ -f2 19:06:30 + dirname cmd/core-data/Dockerfile 19:06:30 + echo core-data,cmd/core-data/Dockerfile 19:06:30 + dirname cmd/core-metadata/Dockerfile 19:06:30 + cut -d/ -f2 19:06:30 + echo core-metadata,cmd/core-metadata/Dockerfile 19:06:30 + dirname cmd/security-bootstrapper/Dockerfile 19:06:30 + cut -d/ -f2 19:06:30 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:06:30 + dirname cmd/security-proxy-setup/Dockerfile 19:06:30 + cut -d/ -f2 19:06:30 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:06:30 + dirname cmd/security-secretstore-setup/Dockerfile 19:06:30 + cut -d/ -f2 19:06:30 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:06:30 + + cut -d/ -f2dirname 19:06:30 cmd/security-spiffe-token-provider/Dockerfile 19:06:30 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 19:06:30 + + cutdirname -d/ cmd/security-spire-agent/Dockerfile -f2 19:06:30 19:06:30 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 19:06:30 + dirname cmd/security-spire-config/Dockerfile 19:06:30 + cut -d/ -f2 19:06:30 + echo security-spire-config,cmd/security-spire-config/Dockerfile 19:06:30 + dirname cmd/security-spire-server/Dockerfile 19:06:30 + cut -d/ -f2 19:06:30 + echo security-spire-server,cmd/security-spire-server/Dockerfile 19:06:30 + dirname cmd/support-notifications/Dockerfile 19:06:30 + cut -d/ -f2 19:06:30 + echo support-notifications,cmd/support-notifications/Dockerfile 19:06:30 + dirname cmd/support-scheduler/Dockerfile 19:06:30 + cut -d/ -f2 19:06:30 + echo support-scheduler,cmd/support-scheduler/Dockerfile 19:06:30 + dirname cmd/sys-mgmt-agent/Dockerfile 19:06:30 + cut -d/ -f2 19:06:30 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 19:06:30 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 19:06:31 + git rev-list -1 --merges b66a86bc849a43047d0b1c09735ef80d635252f8~1..b66a86bc849a43047d0b1c09735ef80d635252f8 [Pipeline] echo 19:06:31 -----------> git rev-list -1 --merges b66a86bc849a43047d0b1c09735ef80d635252f8~1..b66a86bc849a43047d0b1c09735ef80d635252f8 b66a86bc849a43047d0b1c09735ef80d635252f8 [false] [Pipeline] sh 19:06:31 + git log --format=format:%s -1 b66a86bc849a43047d0b1c09735ef80d635252f8 [Pipeline] echo 19:06:31 ========================================================= 19:06:31 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:06:31 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 19:06:32 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:06:32 + grep -v github /etc/ssh/ssh_known_hosts 19:06:32 + [ -e /tmp/ssh_known_hosts ] 19:06:32 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:06:32 + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= tee 19:06:32 -a /etc/ssh/ssh_known_hosts 19:06:32 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:06:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:06:32 19:06:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:06:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:06:32 0.1.4: Pulling from edgex-devops/py-git-semver 19:06:32 b85a868b505f: Pulling fs layer 19:06:32 e2be974225ed: Pulling fs layer 19:06:32 339a4e72a1f5: Pulling fs layer 19:06:32 988bab9f4d93: Pulling fs layer 19:06:32 1469e6f7b9e6: Pulling fs layer 19:06:32 eaf3925da568: Pulling fs layer 19:06:32 bab4dde63d76: Pulling fs layer 19:06:32 bde34c3a00c8: Pulling fs layer 19:06:32 b352a97aabf1: Pulling fs layer 19:06:32 4872d77fe225: Pulling fs layer 19:06:32 5851b861e8e6: Pulling fs layer 19:06:32 eaf3925da568: Waiting 19:06:32 bab4dde63d76: Waiting 19:06:32 b352a97aabf1: Waiting 19:06:32 bde34c3a00c8: Waiting 19:06:32 1469e6f7b9e6: Waiting 19:06:32 4872d77fe225: Waiting 19:06:32 988bab9f4d93: Waiting 19:06:32 e2be974225ed: Download complete 19:06:32 988bab9f4d93: Verifying Checksum 19:06:32 988bab9f4d93: Download complete 19:06:33 1469e6f7b9e6: Verifying Checksum 19:06:33 1469e6f7b9e6: Download complete 19:06:33 eaf3925da568: Verifying Checksum 19:06:33 eaf3925da568: Download complete 19:06:33 339a4e72a1f5: Verifying Checksum 19:06:33 339a4e72a1f5: Download complete 19:06:33 bde34c3a00c8: Download complete 19:06:33 b352a97aabf1: Download complete 19:06:33 4872d77fe225: Verifying Checksum 19:06:33 4872d77fe225: Download complete 19:06:33 5851b861e8e6: Download complete 19:06:33 b85a868b505f: Verifying Checksum 19:06:33 b85a868b505f: Download complete 19:06:33 bab4dde63d76: Verifying Checksum 19:06:33 bab4dde63d76: Download complete 19:06:34 b85a868b505f: Pull complete 19:06:34 e2be974225ed: Pull complete 19:06:34 339a4e72a1f5: Pull complete 19:06:34 988bab9f4d93: Pull complete 19:06:35 1469e6f7b9e6: Pull complete 19:06:35 eaf3925da568: Pull complete 19:06:37 bab4dde63d76: Pull complete 19:06:37 bde34c3a00c8: Pull complete 19:06:37 b352a97aabf1: Pull complete 19:06:37 4872d77fe225: Pull complete 19:06:37 5851b861e8e6: Pull complete 19:06:37 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 19:06:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:06:37 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:06:37 prd-ubuntu20.04-docker-8c-8g-6928 does not seem to be running inside a container 19:06:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 19:06:39 $ docker top e3d76336160ff7a5cfc61a62dc6981ddeda1419193fe8d4ce23c2c284cdfbc64 -eo pid,comm 19:06:39 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 19:06:39 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:06:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:06:39 [ssh-agent] Looking for ssh-agent implementation... 19:06:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:06:39 $ docker exec e3d76336160ff7a5cfc61a62dc6981ddeda1419193fe8d4ce23c2c284cdfbc64 ssh-agent 19:06:39 SSH_AUTH_SOCK=/tmp/ssh-B5fkTzqSGxsR/agent.31 19:06:39 SSH_AGENT_PID=37 19:06:39 Running ssh-add (command line suppressed) 19:06:40 Identity added: /w/workspace/edgex-go/1@tmp/private_key_2568447808970331350.key (/w/workspace/edgex-go/1@tmp/private_key_2568447808970331350.key) 19:06:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:06:40 + git tag --points-at HEAD [Pipeline] } 19:06:40 $ docker exec --env ******** --env ******** e3d76336160ff7a5cfc61a62dc6981ddeda1419193fe8d4ce23c2c284cdfbc64 ssh-agent -k 19:06:40 unset SSH_AUTH_SOCK; 19:06:40 unset SSH_AGENT_PID; 19:06:40 echo Agent pid 37 killed; 19:06:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:06:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:06:40 [ssh-agent] Looking for ssh-agent implementation... 19:06:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:06:40 $ docker exec e3d76336160ff7a5cfc61a62dc6981ddeda1419193fe8d4ce23c2c284cdfbc64 ssh-agent 19:06:40 SSH_AUTH_SOCK=/tmp/ssh-CiJ7P7fv3oFt/agent.69 19:06:40 SSH_AGENT_PID=75 19:06:40 Running ssh-add (command line suppressed) 19:06:40 Identity added: /w/workspace/edgex-go/1@tmp/private_key_9704196724122309108.key (/w/workspace/edgex-go/1@tmp/private_key_9704196724122309108.key) 19:06:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:06:41 + git semver init 19:06:41 2022-10-03 19:06:41,431 [run_init] DEBUG init version:0.0.0 force:False 19:06:41 2022-10-03 19:06:41,432 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 19:06:41 2022-10-03 19:06:41,432 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 19:06:41 2022-10-03 19:06:41,432 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) 19:06:46 2022-10-03 19:06:46,093 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 19:06:46 2022-10-03 19:06:46,093 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4178 with force:False 19:06:46 2022-10-03 19:06:46,093 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4178 19:06:46 2022-10-03 19:06:46,097 [execute] INFO git cat-file --batch-check 19:06:46 2022-10-03 19:06:46,098 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:06:46 2022-10-03 19:06:46,104 [execute] INFO git cat-file --batch 19:06:46 2022-10-03 19:06:46,104 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:06:46 2022-10-03 19:06:46,108 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4178 19:06:46 0.0.0 [Pipeline] } 19:06:46 $ docker exec --env ******** --env ******** e3d76336160ff7a5cfc61a62dc6981ddeda1419193fe8d4ce23c2c284cdfbc64 ssh-agent -k 19:06:46 unset SSH_AUTH_SOCK; 19:06:46 unset SSH_AGENT_PID; 19:06:46 echo Agent pid 75 killed; 19:06:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:06:47 + git semver [Pipeline] } 19:06:47 $ docker stop --time=1 e3d76336160ff7a5cfc61a62dc6981ddeda1419193fe8d4ce23c2c284cdfbc64 19:06:48 $ docker rm -f e3d76336160ff7a5cfc61a62dc6981ddeda1419193fe8d4ce23c2c284cdfbc64 [Pipeline] // withDockerContainer [Pipeline] sh 19:06:49 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:06:49 Stashed 1 file(s) [Pipeline] echo 19:06:49 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:06:50 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:06:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:06:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:06:50 ========================================================= 19:06:50 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 19:06:50 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:06:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:06:50 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 19:06:50 2408cc74d12b: Pulling fs layer 19:06:50 ea60b727a1ce: Pulling fs layer 19:06:50 30c4a7721957: Pulling fs layer 19:06:50 370296b7ddb6: Pulling fs layer 19:06:50 7c6cee850709: Pulling fs layer 19:06:50 aa9baa53a306: Pulling fs layer 19:06:50 8b309c321861: Pulling fs layer 19:06:50 d8d76fd02f46: Pulling fs layer 19:06:50 fa31f396de31: Pulling fs layer 19:06:50 aa9baa53a306: Waiting 19:06:50 d8d76fd02f46: Waiting 19:06:50 fa31f396de31: Waiting 19:06:50 370296b7ddb6: Waiting 19:06:50 7c6cee850709: Waiting 19:06:50 8b309c321861: Waiting 19:06:50 30c4a7721957: Download complete 19:06:50 ea60b727a1ce: Verifying Checksum 19:06:50 ea60b727a1ce: Download complete 19:06:50 7c6cee850709: Verifying Checksum 19:06:50 7c6cee850709: Download complete 19:06:50 aa9baa53a306: Verifying Checksum 19:06:50 aa9baa53a306: Download complete 19:06:50 2408cc74d12b: Verifying Checksum 19:06:50 8b309c321861: Download complete 19:06:51 2408cc74d12b: Pull complete 19:06:51 ea60b727a1ce: Pull complete 19:06:51 30c4a7721957: Pull complete 19:06:51 fa31f396de31: Download complete 19:06:51 370296b7ddb6: Verifying Checksum 19:06:51 370296b7ddb6: Download complete 19:06:51 d8d76fd02f46: Verifying Checksum 19:06:51 d8d76fd02f46: Download complete 19:06:55 370296b7ddb6: Pull complete 19:06:55 7c6cee850709: Pull complete 19:06:55 aa9baa53a306: Pull complete 19:06:55 8b309c321861: Pull complete 19:06:57 d8d76fd02f46: Pull complete 19:06:57 fa31f396de31: Pull complete 19:06:57 Digest: sha256:2371a9c145f0d593c9024d3814659be550d63e8930698ddb4de3d51b9130800a 19:06:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:06:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 19:06:58 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:06:58 WORKDIR /edgex 19:06:58 COPY go.mod . 19:06:58 RUN go mod download 19:06:58 + docker build -t ci-base-image-x86_64 -f - . 19:06:58 Sending build context to Docker daemon 169.6MB 19:06:58 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:06:58 ---> cef68f9685f8 19:06:58 Step 2/4 : WORKDIR /edgex 19:07:03 ---> Running in 222aa0ac3f0c 19:07:03 Removing intermediate container 222aa0ac3f0c 19:07:03 ---> 7c0a909ddb2f 19:07:03 Step 3/4 : COPY go.mod . 19:07:03 ---> 3a7a06bfd59e 19:07:03 Step 4/4 : RUN go mod download 19:07:03 ---> Running in 6f7407c9e853 19:07:04 Still waiting to schedule task 19:07:04 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 19:07:15 Removing intermediate container 6f7407c9e853 19:07:15 ---> a6083f8f87d4 19:07:15 Successfully built a6083f8f87d4 19:07:15 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:07:15 + docker inspect -f . ci-base-image-x86_64 19:07:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:07:15 prd-ubuntu20.04-docker-8c-8g-6928 does not seem to be running inside a container 19:07:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:07:16 $ docker top b0da8105a7c5eef364ee903a5e5b017f4aaf6969840c846ebc29307b6643fb59 -eo pid,comm [Pipeline] { [Pipeline] sh 19:07:16 + go version 19:07:16 go version go1.18.3 linux/amd64 [Pipeline] } 19:07:16 $ docker stop --time=1 b0da8105a7c5eef364ee903a5e5b017f4aaf6969840c846ebc29307b6643fb59 19:07:17 $ docker rm -f b0da8105a7c5eef364ee903a5e5b017f4aaf6969840c846ebc29307b6643fb59 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:07:18 + docker inspect -f . ci-base-image-x86_64 19:07:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:07:18 prd-ubuntu20.04-docker-8c-8g-6928 does not seem to be running inside a container 19:07:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:07:19 $ docker top bc054c375c101d6fcc3a2a9746552707f2fb4176ac31e26c161d0f5eb8acaa75 -eo pid,comm [Pipeline] { [Pipeline] echo 19:07:19 ========================================================= 19:07:19 [edgeXBuildGoParallel] Running Tests and Build... 19:07:19 ========================================================= [Pipeline] sh 19:07:19 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:07:19 + make test 19:07:19 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:07:26 ? github.com/edgexfoundry/edgex-go [no test files] 19:07:38 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:07:38 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:07:38 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:07:38 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:07:38 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:07:38 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:07:38 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:07:38 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:07:38 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:07:38 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:07:38 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:07:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:07:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:07:38 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:07:38 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:07:38 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.050s coverage: 28.7% of statements 19:07:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:07:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:07:38 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.138s coverage: 98.5% of statements 19:07:38 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.133s coverage: 56.1% of statements 19:07:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:07:38 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:07:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.119s coverage: 54.2% of statements 19:07:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:07:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:07:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.294s coverage: 89.2% of statements 19:07:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:07:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:07:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:07:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:07:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:07:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.098s coverage: 2.0% of statements 19:07:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:07:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:07:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.491s coverage: 95.6% of statements 19:07:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:07:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:07:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:07:42 ok github.com/edgexfoundry/edgex-go/internal/io 0.059s coverage: 72.2% of statements 19:07:42 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:07:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:07:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:07:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:07:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:07:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.104s coverage: 60.0% of statements 19:07:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:07:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:07:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:07:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.062s coverage: 0.9% of statements 19:07:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:07:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements 19:07:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.061s coverage: 29.6% of statements 19:07:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:07:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.063s coverage: 47.1% of statements 19:07:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.061s coverage: 79.5% of statements 19:07:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.067s coverage: 94.1% of statements 19:07:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.074s coverage: 96.3% of statements 19:07:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.066s coverage: 87.5% of statements 19:07:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.089s coverage: 94.4% of statements 19:07:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements 19:07:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.220s coverage: 80.5% of statements 19:07:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:08:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.081s coverage: 92.9% of statements 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:08:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.029s coverage: 65.1% of statements 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:08:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.068s coverage: 86.9% of statements 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:08:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.064s coverage: 87.2% of statements 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:08:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.063s coverage: 100.0% of statements 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:08:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 58.8% of statements 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:08:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.084s coverage: 80.0% of statements 19:08:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.053s coverage: 87.2% of statements 19:08:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.073s coverage: 85.4% of statements 19:08:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.232s coverage: 91.2% of statements 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:08:02 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.178s coverage: 64.7% of statements 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:08:02 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements 19:08:02 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements 19:08:02 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements 19:08:02 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements 19:08:02 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements 19:08:02 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.286s coverage: 65.8% of statements 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:08:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.186s coverage: 41.8% of statements 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:08:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.066s coverage: 89.5% of statements 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:08:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.051s coverage: 84.8% of statements 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:08:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.084s coverage: 17.7% of statements 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:08:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.161s coverage: 92.3% of statements 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:08:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.055s coverage: 63.2% of statements 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:08:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.104s coverage: 97.7% of statements 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:08:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.051s coverage: 28.9% of statements 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:08:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:08:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.051s coverage: 100.0% of statements 19:08:02 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 96.9% of statements 19:08:02 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 19:08:20 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." 19:08:20 GO111MODULE=on go vet ./... 19:08:22 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:08:22 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:08:22 ./bin/test-attribution-txt.sh [Pipeline] echo 19:08:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:08:23 + ls -al . 19:08:23 total 756 19:08:23 drwxrwxr-x 11 1001 1001 4096 Oct 3 19:07 . 19:08:23 drwxr-xr-x 4 root root 4096 Oct 3 19:07 .. 19:08:23 drwxrwxr-x 2 1001 1001 4096 Oct 3 19:06 .blubracket 19:08:23 -rw-rw-r-- 1 1001 1001 16 Oct 3 19:06 .dockerignore 19:08:23 drwxrwxr-x 8 1001 1001 4096 Oct 3 19:08 .git 19:08:23 drwxrwxr-x 3 1001 1001 4096 Oct 3 19:06 .github 19:08:23 -rw-rw-r-- 1 1001 1001 1030 Oct 3 19:06 .gitignore 19:08:23 -rw-rw-r-- 1 1001 1001 42 Oct 3 19:06 .golangci.yml 19:08:23 -rw-rw-r-- 1 1001 1001 87 Oct 3 19:06 .hadolint.yml 19:08:23 drwxr-xr-x 3 1001 1001 4096 Oct 3 19:06 .semver 19:08:23 -rw-rw-r-- 1 1001 1001 166 Oct 3 19:06 .sonarcloud.properties 19:08:23 -rw-rw-r-- 1 1001 1001 1171 Oct 3 19:06 ADOPTERS.md 19:08:23 -rw-rw-r-- 1 1001 1001 10722 Oct 3 19:06 Attribution.txt 19:08:23 -rw-rw-r-- 1 1001 1001 63209 Oct 3 19:06 CHANGELOG.md 19:08:23 -rw-rw-r-- 1 1001 1001 3804 Oct 3 19:06 CONTRIBUTING.md 19:08:23 -rw-rw-r-- 1 1001 1001 677 Oct 3 19:06 GOVERNANCE.md 19:08:23 -rw-rw-r-- 1 1001 1001 850 Oct 3 19:06 Jenkinsfile 19:08:23 -rw-rw-r-- 1 1001 1001 10775 Oct 3 19:06 LICENSE 19:08:23 -rw-rw-r-- 1 1001 1001 13724 Oct 3 19:06 Makefile 19:08:23 -rw-rw-r-- 1 1001 1001 582 Oct 3 19:06 OWNERS.md 19:08:23 -rw-rw-r-- 1 1001 1001 9799 Oct 3 19:06 README.md 19:08:23 -rw-rw-r-- 1 1001 1001 6912 Oct 3 19:06 SECURITY.md 19:08:23 -rw-rw-r-- 1 1001 1001 5 Oct 3 19:06 VERSION 19:08:23 -rw-rw-r-- 1 1001 1001 4131 Oct 3 19:06 ZMQWindows.md 19:08:23 drwxrwxr-x 2 1001 1001 4096 Oct 3 19:06 bin 19:08:23 drwxrwxr-x 18 1001 1001 4096 Oct 3 19:06 cmd 19:08:23 -rw-r--r-- 1 root root 497979 Oct 3 19:08 coverage.out 19:08:23 -rw-rw-r-- 1 1001 1001 3458 Oct 3 19:06 go.mod 19:08:23 -rw-rw-r-- 1 1001 1001 38041 Oct 3 19:06 go.sum 19:08:23 drwxrwxr-x 8 1001 1001 4096 Oct 3 19:06 internal 19:08:23 drwxrwxr-x 3 1001 1001 4096 Oct 3 19:06 openapi 19:08:23 drwxrwxr-x 4 1001 1001 4096 Oct 3 19:06 snap 19:08:23 -rw-rw-r-- 1 1001 1001 204 Oct 3 19:06 version.go [Pipeline] sh 19:08:23 + '[' -e coverage.out ] 19:08:23 + chown 1001:1001 coverage.out [Pipeline] stash 19:08:23 Stashed 1 file(s) [Pipeline] sh 19:08:23 + make build 19:08:23 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 19:08:35 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 19:08:37 Running on prd-ubuntu20.04-docker-arm64-4c-16g-6929 in /w/workspace/edgexfoundry_edgex-go_PR-4178 [Pipeline] { [Pipeline] ws 19:08:37 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 19:08:37 The recommended git tool is: git 19:08:42 using credential edgex-jenkins-ssh 19:08:42 Cloning the remote Git repository 19:08:42 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:08:42 > git init /w/workspace/edgex-go/1 # timeout=10 19:08:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:08:42 > git --version # timeout=10 19:08:42 > git --version # 'git version 2.25.1' 19:08:42 using GIT_SSH to set credentials SSH Credentials for GitHub 19:08:42 Verifying host key using known hosts file 19:08:42 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. 19:08:42 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:08:45 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 19:08: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-notifications/support-notifications ./cmd/support-notifications 19:08: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/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:08: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/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:08:53 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 19:08:54 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 19:08: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-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:08: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/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:08:57 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 19:08: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 19:09:00 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] } 19:09:01 $ docker stop --time=1 bc054c375c101d6fcc3a2a9746552707f2fb4176ac31e26c161d0f5eb8acaa75 19:09:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:09:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:09:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:09:00 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:09:00 using GIT_SSH to set credentials SSH Credentials for GitHub 19:09:00 Verifying host key using known hosts file 19:09:00 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. 19:09:01 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4178/head:refs/remotes/origin/PR-4178 +refs/heads/main:refs/remotes/origin/main # timeout=10 19:09:01 Merging remotes/origin/main commit 1845739d37df45141b994dacdf8b95897574fdab into PR head commit b66a86bc849a43047d0b1c09735ef80d635252f8 19:09:02 Merge succeeded, producing b66a86bc849a43047d0b1c09735ef80d635252f8 19:09:02 Checking out Revision b66a86bc849a43047d0b1c09735ef80d635252f8 (PR-4178) 19:09:02 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" 19:09:02 > git --version # timeout=10 19:09:02 > git --version # 'git version 2.25.1' 19:09:02 fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d 19:09:01 > git config core.sparsecheckout # timeout=10 19:09:01 > git checkout -f b66a86bc849a43047d0b1c09735ef80d635252f8 # timeout=10 19:09:02 > git remote # timeout=10 19:09:02 > git config --get remote.origin.url # timeout=10 19:09:02 using GIT_SSH to set credentials SSH Credentials for GitHub 19:09:02 Verifying host key using known hosts file 19:09:02 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. 19:09:02 > git merge 1845739d37df45141b994dacdf8b95897574fdab # timeout=10 19:09:02 > git rev-parse HEAD^{commit} # timeout=10 19:09:02 > git config core.sparsecheckout # timeout=10 19:09:02 > git checkout -f b66a86bc849a43047d0b1c09735ef80d635252f8 # timeout=10 19:09:04 $ docker rm -f bc054c375c101d6fcc3a2a9746552707f2fb4176ac31e26c161d0f5eb8acaa75 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 19:09:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:09:05 19:09:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:05 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 19:09:05 % Total % Received % Xferd Average Speed Time Time Time Current 19:09:05 Dload Upload Total Spent Left Speed 19:09:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 74568 0 --:--:-- --:--:-- --:--:-- 74568 19:09:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:09:05 latest: Pulling from edgex-devops/edgex-compose 19:09:05 cbdbe7a5bc2a: Pulling fs layer 19:09:05 ca9280d653b3: Pulling fs layer 19:09:05 7e9c9ca2126c: Pulling fs layer 19:09:05 cbdbe7a5bc2a: Download complete [Pipeline] sh 19:09:06 ca9280d653b3: Verifying Checksum 19:09:06 ca9280d653b3: Download complete 19:09:06 cbdbe7a5bc2a: Pull complete 19:09:06 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 19:09:06 7e9c9ca2126c: Verifying Checksum 19:09:06 7e9c9ca2126c: Download complete 19:09:06 ca9280d653b3: Pull complete 19:09:06 + sudo tee /etc/docker/daemon.new 19:09:06 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 19:09:06 { 19:09:06 "registry-mirrors": [ 19:09:06 "https://nexus3.edgexfoundry.org:10001" 19:09:06 ], 19:09:06 "bip": "10.250.0.254/24", 19:09:06 "hosts": [ 19:09:06 "tcp://0.0.0.0:5555", 19:09:06 "unix:///var/run/docker.sock" 19:09:06 ], 19:09:06 "mtu": 1458, 19:09:06 "selinux-enabled": true, 19:09:06 "seccomp-profile": "/etc/docker/seccomp.json" 19:09:06 } [Pipeline] sh 19:09:07 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 19:09:07 + sudo service docker restart 19:09:10 7e9c9ca2126c: Pull complete 19:09:10 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:09:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:09:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:09:10 prd-ubuntu20.04-docker-8c-8g-6928 does not seem to be running inside a container 19:09:10 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:09:12 $ docker top 352c4e017f954fa80abf1fb7bd682172809a4f1efe85b04830b72caf2ac7690c -eo pid,comm [Pipeline] { [Pipeline] sh 19:09:12 + docker-compose build --help 19:09:12 + grep parallel 19:09:13 --parallel Build images in parallel. [Pipeline] } 19:09:13 $ docker stop --time=1 352c4e017f954fa80abf1fb7bd682172809a4f1efe85b04830b72caf2ac7690c 19:09:14 $ docker rm -f 352c4e017f954fa80abf1fb7bd682172809a4f1efe85b04830b72caf2ac7690c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:09:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:09:15 prd-ubuntu20.04-docker-8c-8g-6928 does not seem to be running inside a container 19:09:15 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:09:15 $ docker top c350e35a7f193b9209a98ecc19ba3cce9230993b06b270152448c09eb26f0fd0 -eo pid,comm [Pipeline] { [Pipeline] sh 19:09:15 + docker-compose -f ./docker-compose-build.yml build --parallel 19:09:16 Building core-command ... 19:09:16 Building core-data ... 19:09:16 Building core-metadata ... 19:09:16 Building security-bootstrapper ... 19:09:16 Building security-proxy-setup ... 19:09:16 Building security-secretstore-setup ... 19:09:16 Building security-spiffe-token-provider ... 19:09:16 Building security-spire-agent ... 19:09:16 Building security-spire-config ... 19:09:16 Building security-spire-server ... 19:09:16 Building support-notifications ... 19:09:16 Building support-scheduler ... 19:09:16 Building sys-mgmt-agent ... 19:09:16 Building support-notifications 19:09:16 Building security-spire-server 19:09:16 Building security-bootstrapper 19:09:16 Building security-secretstore-setup 19:09:16 Building security-spire-config [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:09:25 provisioning config files... 19:09:25 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config14042910707705313550tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:09:26 ---> docker-login.sh 19:09:26 nexus3.edgexfoundry.org:10001 19:09:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:09:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:09:26 Configure a credential helper to remove this warning. See 19:09:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:09:26 19:09:26 Login Succeeded 19:09:26 nexus3.edgexfoundry.org:10002 19:09:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:09:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:09:27 Configure a credential helper to remove this warning. See 19:09:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:09:27 19:09:27 Login Succeeded 19:09:27 nexus3.edgexfoundry.org:10003 19:09:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:09:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:09:27 Configure a credential helper to remove this warning. See 19:09:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:09:27 19:09:27 Login Succeeded 19:09:27 nexus3.edgexfoundry.org:10004 19:09:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:09:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:09:27 Configure a credential helper to remove this warning. See 19:09:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:09:27 19:09:27 Login Succeeded 19:09:27 docker.io 19:09:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:09:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:09:28 Configure a credential helper to remove this warning. See 19:09:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:09:28 19:09:28 Login Succeeded 19:09:28 ---> docker-login.sh ends [Pipeline] } 19:09:28 Deleting 1 temporary files 19:09:28 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:09:28 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:09:28 ---> a6083f8f87d4 19:09:28 Step 3/25 : WORKDIR /edgex-go 19:09:28 Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:09:28 Step 2/33 : FROM ${BUILDER_BASE} AS builder 19:09:28 ---> a6083f8f87d4 19:09:28 Step 3/33 : WORKDIR /edgex-go 19:09:28 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:09:28 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:09:28 ---> a6083f8f87d4 19:09:28 Step 3/25 : WORKDIR /edgex-go 19:09:28 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:09:28 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:09:28 ---> a6083f8f87d4 19:09:28 Step 3/26 : WORKDIR /edgex-go 19:09:28 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:09:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:09:28 ---> a6083f8f87d4 19:09:28 Step 3/23 : ARG ADD_BUILD_TAGS="" [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 19:09:29 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:09:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:09:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:09:29 ========================================================= 19:09:29 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 19:09:29 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:09:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:09:29 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:09:29 b3c136eddcbf: Pulling fs layer 19:09:29 c0a3192eca97: Pulling fs layer 19:09:29 a050256f5b6f: Pulling fs layer 19:09:29 656be50a0ddc: Pulling fs layer 19:09:29 2bbca73fdf42: Pulling fs layer 19:09:29 f607e4fc86c3: Pulling fs layer 19:09:29 4d572c569a2c: Pulling fs layer 19:09:29 fcf976331f73: Pulling fs layer 19:09:29 f607e4fc86c3: Waiting 19:09:29 4d572c569a2c: Waiting 19:09:29 fcf976331f73: Waiting 19:09:29 656be50a0ddc: Waiting 19:09:29 2bbca73fdf42: Waiting 19:09:30 a050256f5b6f: Verifying Checksum 19:09:30 a050256f5b6f: Download complete 19:09:30 c0a3192eca97: Download complete 19:09:30 2bbca73fdf42: Verifying Checksum 19:09:30 2bbca73fdf42: Download complete 19:09:30 f607e4fc86c3: Verifying Checksum 19:09:30 f607e4fc86c3: Download complete 19:09:30 b3c136eddcbf: Verifying Checksum 19:09:31 b3c136eddcbf: Pull complete 19:09:31 fcf976331f73: Verifying Checksum 19:09:31 fcf976331f73: Download complete 19:09:31 c0a3192eca97: Pull complete 19:09:31 a050256f5b6f: Pull complete 19:09:32 ---> Running in 7034712199ea 19:09:32 ---> Running in 5c7be6423780 19:09:32 ---> Running in 545f045ec837 19:09:32 ---> Running in d137899a2615 19:09:32 ---> Running in a7dfe13252dd 19:09:32 4d572c569a2c: Verifying Checksum 19:09:32 4d572c569a2c: Download complete 19:09:32 Removing intermediate container 5c7be6423780 19:09:32 ---> 62a8d36ccd5d 19:09:32 Step 4/23 : WORKDIR /edgex-go 19:09:32 Removing intermediate container 7034712199ea 19:09:32 ---> 879d9b1d8a8a 19:09:32 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:32 Removing intermediate container a7dfe13252dd 19:09:32 ---> 11b2fcd5af1d 19:09:32 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:32 Removing intermediate container 545f045ec837 19:09:32 ---> 644fa0f6980e 19:09:32 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:32 ---> Running in bdc33462a142 19:09:32 Removing intermediate container d137899a2615 19:09:32 ---> ba49d73cd4ac 19:09:32 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:32 ---> Running in 9a2b0169e19a 19:09:32 ---> Running in 97b8b79e9374 19:09:32 ---> Running in 64037ee220e4 19:09:32 ---> Running in 3c89b6b5427e 19:09:32 Removing intermediate container bdc33462a142 19:09:32 ---> eda1a0be050b 19:09:32 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:32 ---> Running in 49fef8fe0fd7 19:09:32 656be50a0ddc: Verifying Checksum 19:09:32 656be50a0ddc: Download complete 19:09:33 Removing intermediate container 9a2b0169e19a 19:09:33 ---> e51e814cb1a0 19:09:33 Step 5/33 : RUN apk add --update --no-cache make git 19:09:33 ---> Running in f0e1faf96342 19:09:33 Removing intermediate container 64037ee220e4 19:09:33 ---> 00f54689f1c4 19:09:33 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:09:33 ---> Running in c0377661efd9 19:09:33 Removing intermediate container 3c89b6b5427e 19:09:33 ---> 55205ab6fb37 19:09:33 Step 5/25 : RUN apk add --update --no-cache make git 19:09:33 ---> Running in 930f55dc7664 19:09:33 Removing intermediate container 97b8b79e9374 19:09:33 ---> 640e17a4f0c7 19:09:33 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 19:09:33 ---> Running in 48ed43d9904f 19:09:33 Removing intermediate container 49fef8fe0fd7 19:09:33 ---> fd3e8a3cf2a8 19:09:33 Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates 19:09:33 ---> Running in ccc09373e3ed 19:09:33 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:09:34 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:09:34 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:09:34 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:09:34 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:09:34 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:09:35 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:09:35 OK: 211 MiB in 51 packages 19:09:35 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:09:35 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:09:35 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:09:35 Removing intermediate container f0e1faf96342 19:09:35 ---> 1fe8790a358e 19:09:35 Step 6/33 : COPY go.mod vendor* ./ 19:09:35 OK: 211 MiB in 51 packages 19:09:35 ---> dc16cdc8baa8 19:09:35 Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:09:35 ---> Running in a58a5860165a 19:09:35 OK: 211 MiB in 51 packages 19:09:35 Removing intermediate container c0377661efd9 19:09:35 ---> 0c1eba3ce8d7 19:09:35 Step 6/26 : COPY go.mod vendor* ./ 19:09:35 OK: 211 MiB in 51 packages 19:09:35 OK: 211 MiB in 51 packages 19:09:36 ---> 68d11a7637ef 19:09:36 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:09:36 ---> Running in c39f3ad6b0d5 19:09:36 Removing intermediate container 48ed43d9904f 19:09:36 ---> b5daefa28b8d 19:09:36 Step 6/25 : COPY go.mod vendor* ./ 19:09:36 ---> 5ce34a3997bc 19:09:36 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:09:36 ---> Running in 49fd88472678 19:09:36 Removing intermediate container ccc09373e3ed 19:09:36 ---> 4a39b2f3faf1 19:09:36 Step 7/23 : COPY go.mod vendor* ./ 19:09:36 Removing intermediate container 930f55dc7664 19:09:36 ---> b0108c15dd17 19:09:36 Step 6/25 : COPY go.mod vendor* ./ 19:09:36 ---> cddfdd52d209 19:09:36 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:09:36 ---> Running in fa39dfb38a79 19:09:36 ---> 38eda92812e8 19:09:36 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:09:36 ---> Running in 0f456b3f489e 19:09:45 656be50a0ddc: Pull complete 19:09:45 2bbca73fdf42: Pull complete 19:09:45 f607e4fc86c3: Pull complete 19:09:50 4d572c569a2c: Pull complete 19:09:52 fcf976331f73: Pull complete 19:09:52 Digest: sha256:42df807b16ab3f1597034bcf0018cb26f012c54ed771f2ecbf0eeaf3e7d2e189 19:09:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:09:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 19:09:53 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:09:53 WORKDIR /edgex 19:09:53 COPY go.mod . 19:09:53 RUN go mod download 19:09:53 + docker build -t ci-base-image-arm64 -f - . 19:09:53 Sending build context to Docker daemon 3.252MB 19:09:53 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:09:53 ---> 3970a7415f9e 19:09:53 Step 2/4 : WORKDIR /edgex 19:09:55 ---> Running in 0c3392efbe6e 19:09:55 Removing intermediate container 0c3392efbe6e 19:09:55 ---> 2da96f576e2d 19:09:55 Step 3/4 : COPY go.mod . 19:09:56 ---> c3b4431bc6fe 19:09:56 Step 4/4 : RUN go mod download 19:09:56 ---> Running in 5c960e87e2a1 19:09:58 Removing intermediate container 0f456b3f489e 19:09:58 ---> 87f69f82f8b8 19:09:58 Step 8/25 : COPY . . 19:09:58 Removing intermediate container 49fd88472678 19:09:58 ---> c826e45a799e 19:09:58 Step 8/25 : COPY . . 19:09:58 Removing intermediate container fa39dfb38a79 19:09:58 ---> b97e8942e415 19:09:58 Step 9/23 : COPY . . 19:09:58 Removing intermediate container a58a5860165a 19:09:58 ---> 0a77d8fa5594 19:09:58 Step 8/33 : COPY . . 19:09:58 Removing intermediate container c39f3ad6b0d5 19:09:58 ---> 3c4edeef9953 19:09:58 Step 8/26 : COPY . . 19:10:13 ---> 807d95a5092a 19:10:13 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:10:13 ---> 9ce433838bc4 19:10:13 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 19:10:13 ---> 564633d1478a 19:10:13 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:10:13 ---> Running in 9188dcc82e36 19:10:13 ---> Running in 692a6cb60b36 19:10:13 ---> Running in 2bdcfac291d9 19:10:13 ---> 70a8ef6107cb 19:10:13 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:10:13 ---> ec2583d595c6 19:10:13 Step 10/23 : RUN make cmd/support-notifications/support-notifications 19:10:13 ---> Running in 9eeefe9ca202 19:10:13 ---> Running in 99a27ee27f2b 19:10:13 Removing intermediate container 2bdcfac291d9 19:10:13 ---> c5b19608277d 19:10:13 Step 10/26 : WORKDIR /edgex-go/spire-build 19:10:13 ---> Running in 28b572e11ec2 19:10:13 Removing intermediate container 9188dcc82e36 19:10:13 ---> 090ba2253b08 19:10:13 Step 10/25 : WORKDIR /edgex-go/spire-build 19:10:13 ---> Running in 7a478485b2bf 19:10:13 Removing intermediate container 28b572e11ec2 19:10:13 ---> 5b670b382a42 19:10:13 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 19:10:13 ---> Running in 1ee94f0e28c5 19:10:13 Removing intermediate container 7a478485b2bf 19:10:13 ---> ce59a0826ee1 19:10:13 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 19:10:13 ---> Running in dd61fef0e151 19:10:13 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 19:10:13 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 19:10:13 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 19:10:15 Removing intermediate container dd61fef0e151 19:10:15 ---> 48f5ddcfa9ff 19:10:15 Step 12/25 : WORKDIR /edgex-go 19:10:15 Removing intermediate container 1ee94f0e28c5 19:10:15 ---> 233372584ee9 19:10:15 Step 12/26 : WORKDIR /edgex-go 19:10:15 ---> Running in ec4828759644 19:10:15 ---> Running in 5e95c109607c 19:10:15 Removing intermediate container 5e95c109607c 19:10:15 ---> 0352507c637e 19:10:15 19:10:15 Step 13/26 : FROM alpine:3.15 19:10:15 Removing intermediate container ec4828759644 19:10:15 ---> 79d2fcf7a0c7 19:10:15 19:10:15 Step 13/25 : FROM alpine:3.15 19:10:15 3.15: Pulling from library/alpine 19:10:15 3.15: Pulling from library/alpine 19:10:16 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 19:10:16 Status: Downloaded newer image for alpine:3.15 19:10:16 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 19:10:16 Status: Image is up to date for alpine:3.15 19:10:16 ---> c4fc93816858 19:10:16 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:10:16 ---> c4fc93816858 19:10:16 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:10:16 ---> Running in f3565661cd0a 19:10:16 ---> Running in 6f40430d653e 19:10:17 Removing intermediate container f3565661cd0a 19:10:17 ---> c4655e371852 19:10:17 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:17 Removing intermediate container 6f40430d653e 19:10:17 ---> c9b4da57c64b 19:10:17 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:17 ---> Running in 33b90f0de6bd 19:10:17 ---> Running in a29cc0bd9da9 19:10:19 Removing intermediate container a29cc0bd9da9 19:10:19 ---> 2a97cf4590a7 19:10:19 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 19:10:19 Removing intermediate container 33b90f0de6bd 19:10:19 ---> f296f0049d8c 19:10:19 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:10:19 ---> Running in 48f8c541971f 19:10:19 ---> Running in 6c04663676a3 19:10:19 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:10:19 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:10:20 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:10:20 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:10:20 v3.15.6-93-ge08ee36d88 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:10:20 v3.15.6-94-gbcf1bd4598 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:10:20 OK: 15857 distinct packages available 19:10:20 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:10:21 v3.15.6-93-ge08ee36d88 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:10:21 v3.15.6-94-gbcf1bd4598 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:10:21 OK: 15857 distinct packages available 19:10:21 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:10:21 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:10:21 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:10:22 (1/4) Installing dumb-init (1.2.5-r1) 19:10:22 (2/4) Installing musl-obstack (1.2.3-r0) 19:10:22 (3/4) Installing libucontext (1.1-r0) 19:10:22 (1/5) Installing dumb-init (1.2.5-r1) 19:10:22 (4/4) Installing gcompat (1.0.0-r4) 19:10:22 (2/5) Installing musl-obstack (1.2.3-r0) 19:10:22 Executing busybox-1.34.1-r7.trigger 19:10:22 OK: 6 MiB in 18 packages 19:10:22 (3/5) Installing libucontext (1.1-r0) 19:10:22 (4/5) Installing gcompat (1.0.0-r4) 19:10:22 (5/5) Installing openssl (1.1.1q-r0) 19:10:22 Executing busybox-1.34.1-r7.trigger 19:10:22 OK: 7 MiB in 19 packages 19:10:24 Removing intermediate container 48f8c541971f 19:10:24 ---> 17c6ba1e5a8c 19:10:24 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:10:25 Removing intermediate container 6c04663676a3 19:10:25 ---> 1ff8f8a963ab 19:10:25 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:10:28 Removing intermediate container 5c960e87e2a1 19:10:28 ---> 3b8f7b6cc88f 19:10:28 Successfully built 3b8f7b6cc88f 19:10:28 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:29 + docker inspect -f . ci-base-image-arm64 19:10:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:10:29 prd-ubuntu20.04-docker-arm64-4c-16g-6929 does not seem to be running inside a container 19:10:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:10:30 ---> b608962217a3 19:10:30 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:10:30 ---> 336d4cd5c585 19:10:30 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:10:30 ---> f9f5dceb91bb 19:10:30 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:10:30 ---> 08dbb0ec50c4 19:10:30 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 19:10:30 ---> Running in e54400c63237 19:10:30 $ docker top 279ec38895607e083692d6d15a5d638a151636fe6468f3f8aff2064a9d1bf608 -eo pid,comm [Pipeline] { [Pipeline] sh 19:10:30 ---> c3411c2d2c23 19:10:30 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:10:30 Removing intermediate container e54400c63237 19:10:30 ---> 7cf4e7245299 19:10:30 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:10:31 + go version 19:10:31 go version go1.18.3 linux/arm64 [Pipeline] } 19:10:31 $ docker stop --time=1 279ec38895607e083692d6d15a5d638a151636fe6468f3f8aff2064a9d1bf608 19:10:31 ---> 52e43b4db3f7 19:10:31 ---> aa114fe20369 19:10:31 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ]Step 21/26 : WORKDIR / 19:10:31 19:10:31 ---> Running in 017f5b24fb4c 19:10:31 ---> Running in 7baa0b84b97f 19:10:31 Removing intermediate container 017f5b24fb4c 19:10:31 ---> 16934807d65d 19:10:31 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:10:31 Removing intermediate container 7baa0b84b97f 19:10:31 ---> 8bcbbc649bd3 19:10:31 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:10:31 ---> Running in fa22dc60c960 19:10:31 ---> Running in 2ee5ed693559 19:10:32 Removing intermediate container fa22dc60c960 19:10:32 ---> 2ed2c99602f1 19:10:32 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:10:32 Removing intermediate container 2ee5ed693559 19:10:32 ---> 1b0a2d3ea3e3 19:10:32 Step 23/25 : LABEL arch=x86_64 19:10:32 ---> Running in db1d27f437a5 19:10:32 ---> Running in a19b1fadbffd 19:10:32 Removing intermediate container db1d27f437a5 19:10:32 ---> f3a1f52af6c4 19:10:32 Step 24/25 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 19:10:32 ---> Running in a122e39d571d 19:10:32 Removing intermediate container a19b1fadbffd 19:10:32 ---> c0eba48452c6 19:10:32 Step 24/26 : LABEL arch=x86_64 19:10:32 ---> Running in 18d892a56bd5 19:10:32 Removing intermediate container a122e39d571d 19:10:32 ---> e111f06e5432 19:10:32 Step 25/25 : LABEL version=0.0.0 19:10:32 Removing intermediate container 18d892a56bd5 19:10:32 ---> 97f413f03a6e 19:10:32 Step 25/26 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 19:10:32 ---> Running in 24bffbbfa7fc 19:10:32 ---> Running in defc72806a21 19:10:32 $ docker rm -f 279ec38895607e083692d6d15a5d638a151636fe6468f3f8aff2064a9d1bf608 19:10:33 Removing intermediate container 24bffbbfa7fc 19:10:33 ---> acd2da5d2c35 19:10:33 19:10:33 Removing intermediate container defc72806a21 19:10:33 ---> 9148216a7aa4 19:10:33 Step 26/26 : LABEL version=0.0.0 19:10:33 Successfully built acd2da5d2c35 19:10:33 Successfully tagged security-spire-server:latest [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 19:10:33 Building security-proxy-setup 19:10:33  Building security-spire-server ... done  ---> Running in 8993f7dc0dff [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:33 + docker inspect -f . ci-base-image-arm64 19:10:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:10:34 prd-ubuntu20.04-docker-arm64-4c-16g-6929 does not seem to be running inside a container 19:10:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:10:35 $ docker top aa39042d12dd01570c929b5d9534462a317b294859fb7f882c615e1f8323fb15 -eo pid,comm [Pipeline] { [Pipeline] echo 19:10:35 ========================================================= 19:10:35 [edgeXBuildGoParallel] Running Tests and Build... 19:10:35 ========================================================= [Pipeline] sh 19:10:35 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:10:35 Removing intermediate container 8993f7dc0dff 19:10:35 ---> b9f490dc904b 19:10:35 19:10:35 Successfully built b9f490dc904b 19:10:35 Successfully tagged security-spire-config:latest 19:10:35 Building core-data 19:10:35  Building security-spire-config ... 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/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:10:36 + make test 19:10:36 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:10:36 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:10:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:10:36 ---> a6083f8f87d4 19:10:36 Step 3/22 : WORKDIR /edgex-go 19:10:36 ---> Using cache 19:10:36 ---> ba49d73cd4ac 19:10:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:36 ---> Using cache 19:10:36 ---> 55205ab6fb37 19:10:36 Step 5/22 : RUN apk add --update --no-cache make git 19:10:36 ---> Using cache 19:10:36 ---> b0108c15dd17 19:10:36 Step 6/22 : COPY go.mod vendor* ./ 19:10:36 ---> Using cache 19:10:36 ---> 38eda92812e8 19:10:36 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:10:36 ---> Using cache 19:10:36 ---> 87f69f82f8b8 19:10:36 Step 8/22 : COPY . . 19:10:36 ---> Using cache 19:10:36 ---> 70a8ef6107cb 19:10:36 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:10:40 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:10:40 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:10:40 ---> a6083f8f87d4 19:10:40 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:10:40 ---> Using cache 19:10:40 ---> 62a8d36ccd5d 19:10:40 Step 4/24 : WORKDIR /edgex-go 19:10:40 ---> Using cache 19:10:40 ---> eda1a0be050b 19:10:40 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:40 ---> Using cache 19:10:40 ---> fd3e8a3cf2a8 19:10:40 Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:10:42 ---> Running in e61e87fd1e2f 19:10:42 ---> Running in 8a3b1e6e11fc 19:10:43 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:10:43 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 19:10:43 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:10:44 OK: 211 MiB in 51 packages 19:10:46 Removing intermediate container 692a6cb60b36 19:10:46 ---> 640fb76ced45 19:10:46 19:10:46 Step 10/33 : FROM alpine:3.16 19:10:47 Removing intermediate container 9eeefe9ca202 19:10:47 ---> 9682a685cbf7 19:10:47 19:10:47 Step 10/25 : FROM alpine:3.16 19:10:47 3.16: Pulling from library/alpine 19:10:47 Removing intermediate container 99a27ee27f2b 19:10:47 ---> 4c0d15954da4 19:10:47 19:10:47 Step 11/23 : FROM alpine:3.16 19:10:47 3.16: Pulling from library/alpine 19:10:47 Removing intermediate container e61e87fd1e2f 19:10:47 ---> 4c18dd622fae 19:10:47 Step 7/24 : COPY go.mod vendor* ./ 19:10:47 3.16: Pulling from library/alpine 19:10:47 ---> c66ace87b076 19:10:47 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:10:47 ---> Running in df3c075e8a61 19:10:47 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 19:10:47 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 19:10:47 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 19:10:47 Status: Image is up to date for alpine:3.16 19:10:47 Status: Image is up to date for alpine:3.16 19:10:47 Status: Downloaded newer image for alpine:3.16 19:10:47 ---> 9c6f07244728 19:10:47 Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:10:47 ---> 9c6f07244728 19:10:47 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 19:10:47 ---> 9c6f07244728 19:10:47 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:10:47 ---> Running in 6f8ee4c287f4 19:10:47 ---> Running in 87fcea3d0032 19:10:47 ---> Running in 222aeca4f983 19:10:47 Removing intermediate container 6f8ee4c287f4 19:10:47 ---> fb314490c2bd 19:10:47 Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec 19:10:47 ---> Running in ff9a310bcd2d 19:10:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:10:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:10:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:10:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:10:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:10:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:10:48 (1/2) Installing ca-certificates (20220614-r0) 19:10:48 (1/2) Installing dumb-init (1.2.5-r1) 19:10:48 (2/2) Installing su-exec (0.2-r1) 19:10:48 Executing busybox-1.35.0-r17.trigger 19:10:48 (2/2) Installing dumb-init (1.2.5-r1) 19:10:48 OK: 6 MiB in 16 packages 19:10:48 Executing busybox-1.35.0-r17.trigger 19:10:48 Executing ca-certificates-20220614-r0.trigger 19:10:48 OK: 6 MiB in 16 packages 19:10:48 (1/3) Installing ca-certificates (20220614-r0) 19:10:48 (2/3) Installing dumb-init (1.2.5-r1) 19:10:48 (3/3) Installing su-exec (0.2-r1) 19:10:48 Executing busybox-1.35.0-r17.trigger 19:10:48 Executing ca-certificates-20220614-r0.trigger 19:10:49 OK: 6 MiB in 17 packages 19:10:50 Removing intermediate container ff9a310bcd2d 19:10:50 ---> 503ee7b7e456 19:10:50 Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init 19:10:52 ---> Running in 365df9002ef6 19:10:52 Removing intermediate container 222aeca4f983 19:10:52 ---> 568896eca792 19:10:52 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:10:52 Removing intermediate container 87fcea3d0032 19:10:52 ---> cdc002818c71 19:10:52 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:10:52 ---> Running in 91dec49a3ee7 19:10:52 ---> Running in c1be267be0bf 19:10:52 Removing intermediate container 91dec49a3ee7 19:10:52 ---> 3218ef5b0c3d 19:10:52 Step 13/25 : WORKDIR / 19:10:52 Removing intermediate container 365df9002ef6 19:10:52 ---> 4857f333596b 19:10:52 Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 19:10:52 Removing intermediate container c1be267be0bf 19:10:52 ---> e1308e6b480e 19:10:52 Step 14/23 : ENV APP_PORT=59860 19:10:52 ---> Running in 93c2f99052b9 19:10:52 ---> Running in 5d20782cb2e3 19:10:53 ---> Running in df996190a584 19:10:53 Removing intermediate container 5d20782cb2e3 19:10:53 ---> c033625fc473 19:10:53 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 19:10:53 Removing intermediate container 93c2f99052b9 19:10:53 ---> 97a68616766a 19:10:53 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:10:53 ---> Running in 8bac521f42fe 19:10:53 Removing intermediate container df996190a584 19:10:53 ---> d0a1f7954942 19:10:53 Step 15/23 : EXPOSE $APP_PORT 19:10:53 ---> Running in 003c4f2c7178 19:10:53 Removing intermediate container 8bac521f42fe 19:10:53 ---> ba0205fc0b39 19:10:53 Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 19:10:53 ---> Running in d3468e0efb2a 19:10:53 Removing intermediate container 003c4f2c7178 19:10:53 ---> 1fbdf37ecaff 19:10:53 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:10:53 ---> e11d257c0c20 19:10:53 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:10:53 Removing intermediate container d3468e0efb2a 19:10:53 ---> e6ca2e4ff69f 19:10:53 Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 19:10:54 ---> f6da0a3b130d 19:10:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:10:54 ---> 3fb94adfc60b 19:10:54 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:10:54 ---> Running in 7d902a47c5e4 19:10:54 ---> e7d72d2a03d1 19:10:54 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 19:10:55 ---> d4289fbb69da 19:10:55 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:10:55 ---> 8de4a2ed4555 19:10:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:10:55 Removing intermediate container 7d902a47c5e4 19:10:55 ---> 05e372a89152 19:10:55 Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} 19:10:55 ---> Running in 1e1e6241394f 19:10:56 Removing intermediate container 1e1e6241394f 19:10:56 ---> c4da5a1c4c33 19:10:56 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 19:10:56 ---> ff5b2d84b9de 19:10:56 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:10:56 ---> f6755459f898 19:10:56 Step 19/23 : ENTRYPOINT ["/support-notifications"] 19:10:56 ---> Running in d6742d5dedb9 19:10:57 ---> 7b24695a5c37 19:10:57 Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 19:10:57 Removing intermediate container d6742d5dedb9 19:10:57 ---> 84bb51678fef 19:10:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:10:57 ---> Running in f316f141f152 19:10:57 ---> Running in afe407aa022f 19:10:57 ---> cd4b3ec98c4f 19:10:57 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:10:57 Removing intermediate container afe407aa022f 19:10:57 ---> 656dae12cfa0 19:10:57 Step 21/23 : LABEL arch=x86_64 19:10:57 ---> Running in da9a9dcd9ea5 19:10:57 ---> 20459695fbd4 19:10:57 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:10:57 Removing intermediate container da9a9dcd9ea5 19:10:57 ---> 7e4abfb2c45d 19:10:57 Step 22/23 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 19:10:57 ---> Running in 7ce3fdbd41c3 19:10:57 ---> Running in ba779b222f92 19:10:57 Removing intermediate container df3c075e8a61 19:10:57 ---> 211d5f856bee 19:10:57 Step 9/24 : COPY . . 19:10:57 Removing intermediate container ba779b222f92 19:10:57 ---> 48f2c36be97c 19:10:57 Step 23/23 : LABEL version=0.0.0 19:10:57 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 19:10:58 ---> Running in 32c1e534bb75 19:11:00 Removing intermediate container 32c1e534bb75 19:11:00 ---> ae4b78d0d383 19:11:00 19:11:00 Successfully built ae4b78d0d383 19:11:00 Successfully tagged support-notifications:latest 19:11:00 Building sys-mgmt-agent 19:11:00  Building support-notifications ... done Removing intermediate container f316f141f152 19:11:00 ---> e7349b631183 19:11:00 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 19:11:00 Removing intermediate container 7ce3fdbd41c3 19:11:00 ---> d32c8b1d9ab8 19:11:00 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 19:11:03 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:11:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:11:03 ---> a6083f8f87d4 19:11:03 Step 3/23 : WORKDIR /edgex-go 19:11:03 ---> Using cache 19:11:03 ---> ba49d73cd4ac 19:11:03 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:03 ---> Using cache 19:11:03 ---> 55205ab6fb37 19:11:03 Step 5/23 : RUN apk add --update --no-cache make bash git 19:11:03 ---> Running in 5dd2d8f269a9 19:11:03 ---> 24c0178676a1 19:11:03 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:11:03 ---> Running in 9c1dd520ce39 19:11:03 Removing intermediate container 5dd2d8f269a9 19:11:03 ---> dede5658c05d 19:11:03 Step 23/25 : LABEL arch=x86_64 19:11:03 ---> Running in 0bab5b2779a2 19:11:03 ---> 08972ccff143 19:11:03 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 19:11:03 Removing intermediate container 8a3b1e6e11fc 19:11:03 ---> 65d86ffdb788 19:11:03 19:11:03 Step 10/22 : FROM alpine:3.16 19:11:03 ---> 9c6f07244728 19:11:03 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 19:11:03 ---> Running in 8744b9000626 19:11:03 ---> Running in 99350b21f697 19:11:03 Removing intermediate container 0bab5b2779a2 19:11:03 ---> ca4a691d2ba4 19:11:03 Step 24/25 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 19:11:03 ---> Running in c359bc7aa201 19:11:03 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:11:03 Removing intermediate container c359bc7aa201 19:11:03 ---> ad6f68585fae 19:11:03 Step 25/25 : LABEL version=0.0.0 19:11:03 ---> 80a12220faea 19:11:03 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:11:03 ---> Running in 75b58987d065 19:11:04 Removing intermediate container 75b58987d065 19:11:04 ---> fddbae8b138f 19:11:04 19:11:04 ---> 1b7be7b49eed 19:11:04 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:11:04 Successfully built fddbae8b138f 19:11:04 Successfully tagged security-secretstore-setup:latest 19:11:04  Building security-secretstore-setup ... done Building security-spire-agent 19:11:04 ---> b07607385380 19:11:04 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 19:11:04 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 19:11:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:11:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:11:04 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:11:04 (1/6) Installing ca-certificates (20220614-r0) 19:11:04 (2/6) Installing brotli-libs (1.0.9-r6) 19:11:04 (3/6) Installing nghttp2-libs (1.47.0-r0) 19:11:04 (4/6) Installing libcurl (7.83.1-r3) 19:11:04 (5/6) Installing curl (7.83.1-r3) 19:11:04 (6/6) Installing dumb-init (1.2.5-r1) 19:11:04 Executing busybox-1.35.0-r17.trigger 19:11:04 Executing ca-certificates-20220614-r0.trigger 19:11:05 OK: 8 MiB in 20 packages 19:11:05 OK: 211 MiB in 51 packages 19:11:07 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:11:07 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:11:07 ---> a6083f8f87d4 19:11:07 Step 3/26 : WORKDIR /edgex-go 19:11:07 ---> Using cache 19:11:07 ---> ba49d73cd4ac 19:11:07 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:07 ---> Using cache 19:11:07 ---> 55205ab6fb37 19:11:07 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:11:07 ---> 3caa9c394165 19:11:07 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 19:11:07 ---> Running in 94f92d39c108 19:11:07 Removing intermediate container 9c1dd520ce39 19:11:07 ---> 1398c9228fc0 19:11:07 Step 6/23 : COPY go.mod vendor* ./ 19:11:07 ---> 0775d1dff461 19:11:07 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:11:07 Removing intermediate container 99350b21f697 19:11:07 ---> 54dd2a54b547 19:11:07 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:11:07 ---> Running in 8b3d7f8c72de 19:11:07 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:11:07 ---> cd7ca42a3f39 19:11:07 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:07 ---> Running in f506a1205b8b 19:11:07 Removing intermediate container 8b3d7f8c72de 19:11:07 ---> b737305ce8a9 19:11:07 Step 13/22 : WORKDIR /edgex 19:11:07 ---> 09fa586e0484 19:11:07 Step 28/33 : RUN chmod +x /entrypoint.sh 19:11:07 ---> Running in 18efafbec4d2 19:11:07 ---> Running in c1ae81aed7b7 19:11:08 Removing intermediate container 18efafbec4d2 19:11:08 ---> 1c4465bf25ba 19:11:08 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:11:08 ? github.com/edgexfoundry/edgex-go [no test files] 19:11:08 ---> d544b9d41c53 19:11:08 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:11:08 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:11:09 OK: 211 MiB in 51 packages 19:11:09 Removing intermediate container c1ae81aed7b7 19:11:09 ---> c92e7d85ae5f 19:11:09 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 19:11:09 ---> Running in f337c9c97742 19:11:09 ---> df604111e139 19:11:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:11:09 Removing intermediate container f337c9c97742 19:11:09 ---> 01ff13e714df 19:11:09 Step 30/33 : CMD ["gate"] 19:11:09 ---> Running in 34ad5b839f8b 19:11:09 Removing intermediate container 94f92d39c108 19:11:09 ---> 6a1be6d8781f 19:11:09 Step 6/26 : COPY go.mod vendor* ./ 19:11:09 Removing intermediate container 34ad5b839f8b 19:11:09 ---> 850d538b2cde 19:11:09 Step 31/33 : LABEL arch=x86_64 19:11:10 ---> Running in 360be55c3dae 19:11:10 ---> b833be55489c 19:11:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:11:10 ---> 463fdbed5809 19:11:10 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:10 ---> Running in 704edb769c05 19:11:10 Removing intermediate container 360be55c3dae 19:11:10 ---> a6accb1a760c 19:11:10 Step 32/33 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 19:11:10 ---> Running in 53c206b87c7f 19:11:10 ---> b422c9756d8d 19:11:10 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:11:11 Removing intermediate container 53c206b87c7f 19:11:11 ---> f935fa43f27b 19:11:11 Step 33/33 : LABEL version=0.0.0 19:11:11 ---> Running in e7b5d3480934 19:11:11 ---> Running in 11de42c83ffd 19:11:12 Removing intermediate container 11de42c83ffd 19:11:12 ---> 078641888a46 19:11:12 19:11:12 Successfully built 078641888a46 19:11:12 Successfully tagged security-bootstrapper:latest 19:11:12  Building security-bootstrapper ... done Building core-command 19:11:18 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:11:18 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:11:18 ---> a6083f8f87d4 19:11:18 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:11:18 ---> Using cache 19:11:18 ---> 62a8d36ccd5d 19:11:18 Step 4/24 : WORKDIR /edgex-go 19:11:18 ---> Using cache 19:11:18 ---> eda1a0be050b 19:11:18 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:18 ---> Using cache 19:11:18 ---> fd3e8a3cf2a8 19:11:18 Step 6/24 : RUN apk add --update --no-cache make git 19:11:19 Removing intermediate container e7b5d3480934 19:11:19 ---> d48591d51246 19:11:19 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 19:11:20 ---> Running in 75ae25f07d5b 19:11:20 ---> Running in cfcc3baa09e5 19:11:20 Removing intermediate container 75ae25f07d5b 19:11:20 ---> 45e8fdf1f068 19:11:20 Step 20/22 : LABEL arch=x86_64 19:11:20 Removing intermediate container f506a1205b8b 19:11:20 ---> 984a9eb174f0 19:11:20 Step 8/23 : COPY . . 19:11:21 ---> Running in 3b1b4008dafd 19:11:21 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:11:21 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:11:22 Removing intermediate container 3b1b4008dafd 19:11:22 ---> 5c30727d3c04 19:11:22 Step 21/22 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 19:11:22 OK: 211 MiB in 51 packages 19:11:24 ---> Running in b160e001f5ec 19:11:25 Removing intermediate container b160e001f5ec 19:11:25 ---> f18e8edacccf 19:11:25 Step 22/22 : LABEL version=0.0.0 19:11:25 Removing intermediate container cfcc3baa09e5 19:11:25 ---> cd1d05ce8a7a 19:11:25 Step 7/24 : COPY go.mod vendor* ./ 19:11:25 ---> Running in 8a2231d451f3 19:11:26 Removing intermediate container 8a2231d451f3 19:11:26 ---> 197885ac7029 19:11:26 19:11:26 ---> 37b9a3d5760e 19:11:26 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:26 ---> Running in 19f3a7ace741 19:11:26 Removing intermediate container 704edb769c05 19:11:26 ---> 37587891e6f4 19:11:26 Step 8/26 : COPY . . 19:11:26 ---> bd4a10904842 19:11:26 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:11:26 Successfully built 197885ac7029 19:11:26 ---> Running in 96e4eb5c8270 19:11:26 Successfully tagged security-proxy-setup:latest 19:11:26 Building security-spiffe-token-provider 19:11:26  Building security-proxy-setup ... 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/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:11:31 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:11:31 Step 2/20 : FROM ${BUILDER_BASE} AS builder 19:11:31 ---> a6083f8f87d4 19:11:31 Step 3/20 : WORKDIR /edgex-go 19:11:31 ---> Using cache 19:11:31 ---> ba49d73cd4ac 19:11:31 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 19:11:36 ---> Running in 14bcae0641b9 19:11:36 ---> bb1ef33fd3ac 19:11:36 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:11:36 ---> Running in d14f8287d7a8 19:11:36 Removing intermediate container d14f8287d7a8 19:11:36 ---> 3a04a625f8dc 19:11:36 Step 10/26 : WORKDIR /edgex-go/spire-build 19:11:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:11:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:11:36 v3.16.2-221-ge7097e0782 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 19:11:36 v3.16.2-229-g1f881aca9b [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 19:11:36 OK: 17040 distinct packages available 19:11:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:11:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:11:37 OK: 211 MiB in 51 packages 19:11:37 ---> Running in e1ed487a0bf5 19:11:38 Removing intermediate container 8744b9000626 19:11:38 ---> e4b23e6c6299 19:11:38 19:11:38 Step 11/24 : FROM alpine:3.16 19:11:38 ---> 9c6f07244728 19:11:38 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:11:38 Removing intermediate container e1ed487a0bf5 19:11:38 ---> dc28d45fa00f 19:11:38 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 19:11:38 ---> Running in e43a21f8db06 19:11:38 Removing intermediate container 14bcae0641b9 19:11:38 ---> b09f2c74ea8d 19:11:38 Step 5/20 : COPY go.mod vendor* ./ 19:11:38 ---> Running in 22a6fc05be31 19:11:38 Removing intermediate container e43a21f8db06 19:11:38 ---> 5f8da9c44235 19:11:38 Step 13/24 : ENV APP_PORT=59880 19:11:38 ---> 6d65bb9f6573 19:11:38 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:38 ---> Running in b6ed57bdce13 19:11:38 ---> Running in d57850274096 19:11:38 Removing intermediate container b6ed57bdce13 19:11:38 ---> 3e286e42d02e 19:11:38 Step 14/24 : EXPOSE $APP_PORT 19:11:38 ---> Running in 0720a91edb60 19:11:39 Removing intermediate container 0720a91edb60 19:11:39 ---> 9d8e0e736ea8 19:11:39 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:39 ---> Running in c74140d0004f 19:11:39 Removing intermediate container 22a6fc05be31 19:11:39 ---> 793d707c1fce 19:11:39 Step 12/26 : WORKDIR /edgex-go 19:11:39 ---> Running in a4712077c65c 19:11:40 Removing intermediate container a4712077c65c 19:11:40 ---> 1c7b22914b3c 19:11:40 19:11:40 Step 13/26 : FROM alpine:3.15 19:11:40 ---> c4fc93816858 19:11:40 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:11:40 ---> Using cache 19:11:40 ---> c9b4da57c64b 19:11:40 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:40 ---> Using cache 19:11:40 ---> 2a97cf4590a7 19:11:40 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:11:40 ---> Running in e8c4588e53a1 19:11:41 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:11:41 Removing intermediate container c74140d0004f 19:11:41 ---> fe74b2cb2386 19:11:41 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 19:11:41 ---> Running in d6c93893826d 19:11:41 Removing intermediate container 19f3a7ace741 19:11:41 ---> 6ecc34b65acd 19:11:41 Step 9/24 : COPY . . 19:11:41 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:11:42 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:11:42 v3.15.6-93-ge08ee36d88 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:11:42 v3.15.6-94-gbcf1bd4598 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:11:42 OK: 15857 distinct packages available 19:11:42 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:11:42 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:11:43 (1/6) Installing dumb-init (1.2.5-r1) 19:11:43 (2/6) Installing libgcc (11.2.1_git20220219-r2) 19:11:43 (3/6) Installing libsodium (1.0.18-r0) 19:11:43 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 19:11:43 (5/6) Installing libzmq (4.3.4-r0) 19:11:43 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:11:43 (6/6) Installing zeromq (4.3.4-r0) 19:11:43 Executing busybox-1.35.0-r17.trigger 19:11:43 OK: 8 MiB in 20 packages 19:11:43 (1/5) Installing dumb-init (1.2.5-r1) 19:11:44 (2/5) Installing musl-obstack (1.2.3-r0) 19:11:44 (3/5) Installing libucontext (1.1-r0) 19:11:44 (4/5) Installing gcompat (1.0.0-r4) 19:11:44 (5/5) Installing openssl (1.1.1q-r0) 19:11:44 Executing busybox-1.34.1-r7.trigger 19:11:44 OK: 7 MiB in 19 packages 19:11:46 ---> c0fba64bd894 19:11:46 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 19:11:46 Removing intermediate container d6c93893826d 19:11:46 ---> 81e0beddbccd 19:11:46 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:11:46 ---> Running in db66127f0d34 19:11:46 Removing intermediate container e8c4588e53a1 19:11:46 ---> 196db7bda632 19:11:46 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 19:11:47 ---> 046512d02009 19:11:47 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:11:47 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 19:11:48 ---> 0b4cac8c4c11 19:11:48 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:11:48 ---> ee61ad2ef1a5 19:11:48 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:11:48 Removing intermediate container 96e4eb5c8270 19:11:48 ---> 8933d9c8d12c 19:11:48 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:11:49 ---> Running in 1b5200f0635c 19:11:49 ---> 4fc3baf5a202 19:11:49 Step 20/24 : ENTRYPOINT ["/core-data"] 19:11:49 ---> Running in 25dd6e9363c9 19:11:49 Removing intermediate container 25dd6e9363c9 19:11:49 ---> 80f0df2cdcb9 19:11:49 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:11: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/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:11:50 ---> Running in 3fc867e76cd5 19:11:50 ---> 62ae1f2522e8 19:11:50 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:11:50 Removing intermediate container 3fc867e76cd5 19:11:50 ---> 04e916b631ef 19:11:50 Step 22/24 : LABEL arch=x86_64 19:11:50 ---> Running in d2072126801a 19:11:51 Removing intermediate container d2072126801a 19:11:51 ---> b59ea7637523 19:11:51 Step 23/24 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 19:11:51 ---> 3e3a9661e93c 19:11:51 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:11:51 Removing intermediate container 1b5200f0635c 19:11:51 ---> 25ca1fca0d56 19:11:51 19:11:51 Step 11/23 : FROM alpine:3.16 19:11:51 ---> 9c6f07244728 19:11:51 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 19:11:51 ---> Running in 66a210a69013 19:11:51 Removing intermediate container d57850274096 19:11:51 ---> 8f88b95c4404 19:11:51 Step 7/20 : COPY . . 19:11:51 ---> Running in 01f464f35222 19:11:51 ---> 9d9edd1dd222 19:11:51 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:11:51 Removing intermediate container 01f464f35222 19:11:51 ---> f0bae02a9328 19:11:51 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 19:11:51 Removing intermediate container 66a210a69013 19:11:51 ---> 303a5c0e2341 19:11:51 Step 24/24 : LABEL version=0.0.0 19:11:51 ---> Running in 44557d1f5033 19:11:53 ---> Running in bf8ec0159cbc 19:11:54 ---> cd844c27248a 19:11:54 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:11:54 Removing intermediate container bf8ec0159cbc 19:11:54 ---> 23889f40ee42 19:11:54 19:11:54 ---> Running in 5253dbc291ce 19:11:54 Successfully built 23889f40ee42 19:11:54 Successfully tagged core-data:latest 19:11:54  Building core-data ... done Building support-scheduler 19:11:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:11:55 Removing intermediate container 5253dbc291ce 19:11:55 ---> b5e962f68481 19:11:55 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:11:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:11:55 (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 19:11:55 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 19:11:55 (3/33) Installing readline (8.1.2-r0) 19:11:55 (4/33) Installing bash (5.1.16-r2) 19:11:55 Executing bash-5.1.16-r2.post-install 19:11:55 (5/33) Installing ca-certificates (20220614-r0) 19:11:55 (6/33) Installing brotli-libs (1.0.9-r6) 19:11:55 (7/33) Installing nghttp2-libs (1.47.0-r0) 19:11:55 (8/33) Installing libcurl (7.83.1-r3) 19:11:55 (9/33) Installing curl (7.83.1-r3) 19:11:55 (10/33) Installing docker-cli (20.10.18-r0) 19:11:55 (11/33) Installing dumb-init (1.2.5-r1) 19:11:55 (12/33) Installing libbz2 (1.0.8-r1) 19:11:55 (13/33) Installing expat (2.4.9-r0) 19:11:55 (14/33) Installing libffi (3.4.2-r1) 19:11:55 (15/33) Installing gdbm (1.23-r0) 19:11:55 (16/33) Installing xz-libs (5.2.5-r1) 19:11:55 (17/33) Installing libgcc (11.2.1_git20220219-r2) 19:11:55 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 19:11:55 (19/33) Installing mpdecimal (2.5.1-r1) 19:11:55 (20/33) Installing sqlite-libs (3.38.5-r0) 19:11:55 (21/33) Installing python3 (3.10.5-r0) 19:11:56 (22/33) Installing py3-contextlib2 (21.6.0-r2) 19:11:56 (23/33) Installing py3-tomli (2.0.1-r1) 19:11:56 (24/33) Installing py3-pep517 (0.12.0-r2) 19:11:56 (25/33) Installing py3-six (1.16.0-r1) 19:11:56 (26/33) Installing py3-retrying (1.3.3-r3) 19:11:56 (27/33) Installing py3-appdirs (1.4.4-r3) 19:11:56 (28/33) Installing py3-more-itertools (8.13.0-r0) 19:11:56 (29/33) Installing py3-ordered-set (4.0.2-r3) 19:11:56 (30/33) Installing py3-parsing (2.4.7-r3) 19:11:56 (31/33) Installing py3-packaging (21.3-r0) 19:11:56 (32/33) Installing py3-setuptools (59.4.0-r0) 19:11:56 (33/33) Installing py3-pip (22.1.1-r0) 19:11:57 Executing busybox-1.35.0-r17.trigger 19:11:57 Executing ca-certificates-20220614-r0.trigger 19:11:57 OK: 122 MiB in 47 packages 19:11:57 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:11:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:11:57 ---> a6083f8f87d4 19:11:57 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:11:57 ---> Using cache 19:11:57 ---> 62a8d36ccd5d 19:11:57 Step 4/23 : WORKDIR /edgex-go 19:11:57 ---> Using cache 19:11:57 ---> eda1a0be050b 19:11:57 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:57 ---> Using cache 19:11:57 ---> fd3e8a3cf2a8 19:11:57 Step 6/23 : RUN apk add --update --no-cache make git 19:11:57 ---> Using cache 19:11:57 ---> cd1d05ce8a7a 19:11:57 Step 7/23 : COPY go.mod vendor* ./ 19:11:57 ---> Using cache 19:11:57 ---> 37b9a3d5760e 19:11:57 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:57 ---> Using cache 19:11:57 ---> 6ecc34b65acd 19:11:57 Step 9/23 : COPY . . 19:11:57 ---> Using cache 19:11:57 ---> c0fba64bd894 19:11:57 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 19:12:00 ---> Running in 5d8e6cc80043 19:12:00 ---> Running in dd2f5daf26b6 19:12:00 ---> 35462d06b1ae 19:12:00 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:12:00 ---> Running in fa3ffaa8b83c 19:12:00 Removing intermediate container 5d8e6cc80043 19:12:00 ---> cbb2110eeb46 19:12:00 Step 24/26 : LABEL arch=x86_64 19:12:00 ---> Running in 1d48ec6c6f8b 19:12:00 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 19:12:00 Removing intermediate container 1d48ec6c6f8b 19:12:00 ---> bfe716ae3912 19:12:00 Step 25/26 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 19:12:00 ---> Running in 4229c0956bc7 19:12:00 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 19:12:01 Removing intermediate container 4229c0956bc7 19:12:01 ---> 11ff0e1640f8 19:12:01 Step 26/26 : LABEL version=0.0.0 19:12:01 ---> Running in 23406adffca2 19:12:01 Removing intermediate container 23406adffca2 19:12:01 ---> 97594d720091 19:12:01 19:12:01 Successfully built 97594d720091 19:12:01 Successfully tagged security-spire-agent:latest 19:12:01 Building core-metadata 19:12:02  Building security-spire-agent ... done Collecting docker-compose==1.23.2 19:12:02 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:12:02 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 17.3 MB/s eta 0:00:00 19:12:02 Collecting docopt<0.7,>=0.6.1 19:12:02 Downloading docopt-0.6.2.tar.gz (25 kB) 19:12:02 Preparing metadata (setup.py): started 19:12:02 Preparing metadata (setup.py): finished with status 'done' 19:12:02 Collecting websocket-client<1.0,>=0.32.0 19:12:02 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:12:02 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 111.3 MB/s eta 0:00:00 19:12:02 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:12:02 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:12:02 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 97.7 MB/s eta 0:00:00 19:12:02 Collecting jsonschema<3,>=2.5.1 19:12:02 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:12:02 Collecting texttable<0.10,>=0.9.0 19:12:02 Downloading texttable-0.9.1.tar.gz (11 kB) 19:12:02 Preparing metadata (setup.py): started 19:12:03 Preparing metadata (setup.py): finished with status 'done' 19:12:03 Collecting dockerpty<0.5,>=0.4.1 19:12:03 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:12:03 Preparing metadata (setup.py): started 19:12:03 Preparing metadata (setup.py): finished with status 'done' 19:12:03 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) 19:12:03 Collecting PyYAML<4,>=3.10 19:12:03 Downloading PyYAML-3.13.tar.gz (270 kB) 19:12:03 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 33.1 MB/s eta 0:00:00 19:12:03 Preparing metadata (setup.py): started 19:12:04 Preparing metadata (setup.py): finished with status 'done' 19:12:04 Collecting docker<4.0,>=3.6.0 19:12:04 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:12:04 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 43.3 MB/s eta 0:00:00 19:12:04 Collecting cached-property<2,>=1.2.0 19:12:04 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:12:04 Collecting docker-pycreds>=0.4.0 19:12:04 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:12:04 Collecting certifi>=2017.4.17 19:12:04 Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) 19:12:04 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 51.6 MB/s eta 0:00:00 19:12:04 Collecting idna<2.8,>=2.5 19:12:04 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:12:04 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 181.4 MB/s eta 0:00:00 19:12:04 Collecting chardet<3.1.0,>=3.0.2 19:12:04 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:12:04 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 57.8 MB/s eta 0:00:00 19:12:04 Collecting urllib3<1.25,>=1.21.1 19:12:04 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:12:04 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 39.1 MB/s eta 0:00:00 19:12:04 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:12:04 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:12:04 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:12:04 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:12:04 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 19:12:04 Running setup.py install for texttable: started 19:12:05 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:12:05 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:12:05 ---> a6083f8f87d4 19:12:05 Step 3/25 : ARG ADD_BUILD_TAGS="" 19:12:05 ---> Using cache 19:12:05 ---> 62a8d36ccd5d 19:12:05 Step 4/25 : WORKDIR /edgex-go 19:12:05 ---> Using cache 19:12:05 ---> eda1a0be050b 19:12:05 Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:05 ---> Using cache 19:12:05 ---> fd3e8a3cf2a8 19:12:05 Step 6/25 : RUN apk add --update --no-cache make git 19:12:05 ---> Using cache 19:12:05 ---> cd1d05ce8a7a 19:12:05 Step 7/25 : COPY go.mod vendor* ./ 19:12:05 ---> Using cache 19:12:05 ---> 37b9a3d5760e 19:12:05 Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:12:05 ---> Using cache 19:12:05 ---> 6ecc34b65acd 19:12:05 Step 9/25 : COPY . . 19:12:05 ---> Using cache 19:12:05 ---> c0fba64bd894 19:12:05 Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 19:12:05 Running setup.py install for texttable: finished with status 'done' 19:12:05 Running setup.py install for PyYAML: started 19:12:05 Running setup.py install for PyYAML: finished with status 'done' 19:12:07 Running setup.py install for docopt: started 19:12:07 ---> Running in bfa0548acb4a 19:12:07 Running setup.py install for docopt: finished with status 'done' 19:12:08 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 19:12:08 Running setup.py install for dockerpty: started 19:12:08 Running setup.py install for dockerpty: finished with status 'done' 19:12:09 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 19:12:09 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 19:12:10 Removing intermediate container db66127f0d34 19:12:10 ---> 6724563c1788 19:12:10 19:12:10 Step 11/24 : FROM alpine:3.16 19:12:10 ---> 9c6f07244728 19:12:10 Step 12/24 : RUN apk add --update --no-cache dumb-init 19:12:10 ---> Running in f8dd2bfff7a5 19:12:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:12:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:12:11 (1/1) Installing dumb-init (1.2.5-r1) 19:12:11 Executing busybox-1.35.0-r17.trigger 19:12:11 OK: 6 MiB in 15 packages 19:12:14 Removing intermediate container f8dd2bfff7a5 19:12:14 ---> 7220fe830159 19:12:14 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:12:14 ---> Running in 7b0a924e8aa6 19:12:14 Removing intermediate container 44557d1f5033 19:12:14 ---> 9ad9a8146e4f 19:12:14 Step 14/23 : ENV APP_PORT=58890 19:12:15 ---> Running in bd1200084714 19:12:15 Removing intermediate container 7b0a924e8aa6 19:12:15 ---> 7df74d35912d 19:12:15 Step 14/24 : ENV APP_PORT=59882 19:12:15 ---> Running in 1fd6b5edddfe 19:12:15 Removing intermediate container bd1200084714 19:12:15 ---> fed9d72ec5df 19:12:15 Step 15/23 : EXPOSE $APP_PORT 19:12:15 ---> Running in 93ff869f7c07 19:12:15 Removing intermediate container 1fd6b5edddfe 19:12:15 ---> cb22c11e94dc 19:12:15 Step 15/24 : EXPOSE $APP_PORT 19:12:15 ---> Running in c44ddd5fe468 19:12:15 Removing intermediate container 93ff869f7c07 19:12:15 ---> 61febc268c06 19:12:15 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:12:15 Removing intermediate container c44ddd5fe468 19:12:15 ---> 20706af75526 19:12:15 Step 16/24 : WORKDIR / 19:12:16 ---> Running in 2c0b98f0cfc2 19:12:16 Removing intermediate container 2c0b98f0cfc2 19:12:16 ---> 7caf58ccf050 19:12:16 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:12:16 ---> 76560864682f 19:12:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:12:17 ---> cfea89571fef 19:12:17 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:12:17 ---> 6c8ae110518a 19:12:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:12:18 ---> 9946851710dd 19:12:18 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 19:12:18 ---> 86774f719f34 19:12:18 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:12:19 ---> Running in c4aa544dfe74 19:12:19 Removing intermediate container c4aa544dfe74 19:12:19 ---> e9ba4450e278 19:12:19 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:12:19 ---> Running in 122dda3897c8 19:12:19 ---> dd871118011c 19:12:19 Step 20/24 : ENTRYPOINT ["/core-command"] 19:12:19 ---> Running in e400892cd78a 19:12:19 Removing intermediate container 122dda3897c8 19:12:19 ---> 758679dbb79d 19:12:19 Step 21/23 : LABEL arch=x86_64 19:12:19 ---> Running in 864e19ee33ab 19:12:19 Removing intermediate container e400892cd78a 19:12:19 ---> 77d39453923a 19:12:19 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:12:19 Removing intermediate container 864e19ee33ab 19:12:19 ---> 663088a36c2d 19:12:19 Step 22/23 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 19:12:19 ---> Running in f8e04d1c9560 19:12:19 ---> Running in 36bcbbf7367f 19:12:20 Removing intermediate container f8e04d1c9560 19:12:20 ---> 952585cdffa2 19:12:20 Step 22/24 : LABEL arch=x86_64 19:12:20 Removing intermediate container 36bcbbf7367f 19:12:20 ---> 770a63f27f2d 19:12:20 Step 23/23 : LABEL version=0.0.0 19:12:20 ---> Running in 99414aa6c964 19:12:20 ---> Running in 4ff042ac2c7e 19:12:20 Removing intermediate container 99414aa6c964 19:12:20 ---> 0b3ed679a917 19:12:20 Step 23/24 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 19:12:20 Removing intermediate container 4ff042ac2c7e 19:12:20 ---> af7bf3b938b2 19:12:20 19:12:20 ---> Running in 78cbe170ede8 19:12:20 Successfully built af7bf3b938b2 19:12:20 Successfully tagged sys-mgmt-agent:latest 19:12:21  Building sys-mgmt-agent ... done Removing intermediate container 78cbe170ede8 19:12:21 ---> 322294d80b28 19:12:21 Step 24/24 : LABEL version=0.0.0 19:12:21 ---> Running in 6026092b2c68 19:12:21 Removing intermediate container 6026092b2c68 19:12:21 ---> 98510bda65a3 19:12:21 19:12:21 Successfully built 98510bda65a3 19:12:21 Successfully tagged core-command:latest 19:12:43  Building core-command ... done Removing intermediate container bfa0548acb4a 19:12:43 ---> 59635171d838 19:12:43 19:12:43 Step 11/25 : FROM alpine:3.16 19:12:43 ---> 9c6f07244728 19:12:43 Step 12/25 : RUN apk add --update --no-cache dumb-init 19:12:43 ---> Using cache 19:12:43 ---> 7220fe830159 19:12:43 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:12:43 ---> Using cache 19:12:43 ---> 7df74d35912d 19:12:43 Step 14/25 : ENV APP_PORT=59881 19:12:43 Removing intermediate container fa3ffaa8b83c 19:12:43 ---> 44659e9e6e1b 19:12:43 19:12:43 Step 9/20 : FROM alpine:3.15 19:12:43 ---> c4fc93816858 19:12:43 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:12:43 ---> Using cache 19:12:43 ---> c9b4da57c64b 19:12:43 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:43 ---> Using cache 19:12:43 ---> 2a97cf4590a7 19:12:43 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:12:43 Removing intermediate container dd2f5daf26b6 19:12:43 ---> af09fef59513 19:12:43 19:12:43 Step 11/23 : FROM alpine:3.16 19:12:43 ---> 9c6f07244728 19:12:43 Step 12/23 : RUN apk add --update --no-cache dumb-init 19:12:43 ---> Using cache 19:12:43 ---> 7220fe830159 19:12:43 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:12:43 ---> Using cache 19:12:43 ---> 7df74d35912d 19:12:43 Step 14/23 : ENV APP_PORT=59861 19:12:43 ---> Running in 030e70a9aed6 19:12:43 ---> Running in 3e166718b8df 19:12:43 ---> Running in be37edfd03cc 19:12:43 Removing intermediate container 030e70a9aed6 19:12:43 ---> eb92c503f421 19:12:43 Step 15/25 : EXPOSE $APP_PORT 19:12:43 Removing intermediate container be37edfd03cc 19:12:43 ---> a0b3ac799fb6 19:12:43 Step 15/23 : EXPOSE $APP_PORT 19:12:43 ---> Running in 8f2a0644f203 19:12:43 ---> Running in e8ed21d921aa 19:12:43 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:12:43 Removing intermediate container 8f2a0644f203 19:12:43 ---> 78f022e1baf5 19:12:43 Step 16/25 : WORKDIR / 19:12:43 ---> Running in 584445b3b6cf 19:12:43 Removing intermediate container e8ed21d921aa 19:12:43 ---> 629589ba80cf 19:12:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:12:43 Removing intermediate container 584445b3b6cf 19:12:43 ---> ba85031fe5cc 19:12:43 Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / 19:12:43 ---> 8d964b1ced97 19:12:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:12:43 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:12:43 v3.15.6-93-ge08ee36d88 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:12:43 v3.15.6-94-gbcf1bd4598 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:12:43 OK: 15857 distinct packages available 19:12:43 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:12:43 ---> fd2dffc62273 19:12:43 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:12:43 ---> 12de85ec0a93 19:12:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:12:43 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:12:43 ---> ff33a25821a6 19:12:43 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:12:43 ---> 7262193692fe 19:12:43 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 19:12:43 (1/9) Installing ca-certificates (20220614-r0) 19:12:43 ---> Running in 62afd58544dd 19:12:43 (2/9) Installing brotli-libs (1.0.9-r5) 19:12:43 ---> 06e3841edd05 19:12:43 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 19:12:43 (3/9) Installing nghttp2-libs (1.46.0-r0) 19:12:43 (4/9) Installing libcurl (7.80.0-r3) 19:12:43 (5/9) Installing curl (7.80.0-r3) 19:12:43 Removing intermediate container 62afd58544dd 19:12:43 ---> d884767bff49 19:12:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:12:43 (6/9) Installing dumb-init (1.2.5-r1) 19:12:43 ---> 6754a8e0622a 19:12:43 Step 21/25 : ENTRYPOINT ["/core-metadata"] 19:12:44 (7/9) Installing musl-obstack (1.2.3-r0) 19:12:44 ---> Running in fab5beda5fd4 19:12:44 ---> Running in 6789b297341f 19:12:44 (8/9) Installing libucontext (1.1-r0) 19:12:44 (9/9) Installing gcompat (1.0.0-r4) 19:12:44 Executing busybox-1.34.1-r7.trigger 19:12:44 Removing intermediate container fab5beda5fd4 19:12:44 ---> 35bece71768d 19:12:44 Step 21/23 : LABEL arch=x86_64 19:12:44 Executing ca-certificates-20220614-r0.trigger 19:12:44 Removing intermediate container 6789b297341f 19:12:44 ---> e0972f6f4c5e 19:12:44 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:12:44 OK: 8 MiB in 23 packages 19:12:44 ---> Running in 85387c8d12f0 19:12:44 ---> Running in 6ad63ad6815f 19:12:44 Removing intermediate container 85387c8d12f0 19:12:44 ---> 80e2783ae6cd 19:12:44 Step 22/23 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 19:12:44 Removing intermediate container 6ad63ad6815f 19:12:44 ---> a3d50f79d287 19:12:44 Step 23/25 : LABEL arch=x86_64 19:12:44 ---> Running in 97faea66a80b 19:12:44 ---> Running in 0b85a9edf9a4 19:12:44 Removing intermediate container 97faea66a80b 19:12:44 ---> 754fe3d67b72 19:12:44 Step 23/23 : LABEL version=0.0.0 19:12:44 Removing intermediate container 0b85a9edf9a4 19:12:44 ---> 674ed3ee50c3 19:12:44 Step 24/25 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 19:12:44 ---> Running in 5acf36bbfac6 19:12:44 ---> Running in 8ae46d61e234 19:12:44 Removing intermediate container 5acf36bbfac6 19:12:44 ---> a6f4621788ff 19:12:44 19:12:44 Removing intermediate container 8ae46d61e234 19:12:44 ---> 99df63e56190 19:12:44 Step 25/25 : LABEL version=0.0.0 19:12:44 ---> Running in a4ed7420e1b1 19:12:44 Successfully built a6f4621788ff 19:12:44 Successfully tagged support-scheduler:latest 19:12:44  Building support-scheduler ... done Removing intermediate container 3e166718b8df 19:12:44 ---> 904814ab93aa 19:12:44 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 19:12:45 Removing intermediate container a4ed7420e1b1 19:12:45 ---> 44a2a1dae3c3 19:12:45 19:12:45 Successfully built 44a2a1dae3c3 19:12:45 Successfully tagged core-metadata:latest 19:12:45  Building core-metadata ... done  ---> 93d629ce071c 19:12:45 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:12:45 ---> 59d1cba8f691 19:12:45 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 19:12:45 ---> 2c6b45a1f878 19:12:45 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 19:12:46 ---> Running in 1660e3dd26c9 19:12:46 Removing intermediate container 1660e3dd26c9 19:12:46 ---> e76532a705c7 19:12:46 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:12:46 ---> Running in cd0992e42fe4 19:12:46 Removing intermediate container cd0992e42fe4 19:12:46 ---> 2ef80d55d77e 19:12:46 Step 18/20 : LABEL arch=x86_64 19:12:46 ---> Running in c9ed67b250f4 19:12:46 Removing intermediate container c9ed67b250f4 19:12:46 ---> de0a124a6863 19:12:46 Step 19/20 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 19:12:46 ---> Running in fa9c569b4675 19:12:46 Removing intermediate container fa9c569b4675 19:12:46 ---> 39d85fc9514f 19:12:46 Step 20/20 : LABEL version=0.0.0 19:12:46 ---> Running in 1f8c73d2a099 19:12:47 Removing intermediate container 1f8c73d2a099 19:12:47 ---> c0af45bbafb4 19:12:47 19:12:47 Successfully built c0af45bbafb4 19:12:47 Successfully tagged security-spiffe-token-provider:latest 19:12:47  Building security-spiffe-token-provider ... done  [Pipeline] } 19:12:47 $ docker stop --time=1 c350e35a7f193b9209a98ecc19ba3cce9230993b06b270152448c09eb26f0fd0 19:12:48 $ docker rm -f c350e35a7f193b9209a98ecc19ba3cce9230993b06b270152448c09eb26f0fd0 [Pipeline] // withDockerContainer [Pipeline] sh 19:12:48 + docker images 19:12:48 REPOSITORY TAG IMAGE ID CREATED SIZE 19:12:48 security-spiffe-token-provider latest c0af45bbafb4 2 seconds ago 29.3MB 19:12:48 core-metadata latest 44a2a1dae3c3 4 seconds ago 18.3MB 19:12:48 support-scheduler latest a6f4621788ff 4 seconds ago 26.7MB 19:12:48 44659e9e6e1b 11 seconds ago 1.61GB 19:12:48 af09fef59513 11 seconds ago 1.63GB 19:12:48 59635171d838 13 seconds ago 1.58GB 19:12:48 core-command latest 98510bda65a3 27 seconds ago 17.4MB 19:12:48 sys-mgmt-agent latest af7bf3b938b2 28 seconds ago 136MB 19:12:48 6724563c1788 40 seconds ago 1.57GB 19:12:48 security-spire-agent latest 97594d720091 47 seconds ago 125MB 19:12:48 core-data latest 23889f40ee42 55 seconds ago 21.6MB 19:12:48 25ca1fca0d56 57 seconds ago 1.55GB 19:12:48 1c7b22914b3c About a minute ago 1.45GB 19:12:48 e4b23e6c6299 About a minute ago 1.58GB 19:12:48 security-proxy-setup latest 197885ac7029 About a minute ago 27.4MB 19:12:48 security-bootstrapper latest 078641888a46 About a minute ago 19.9MB 19:12:48 security-secretstore-setup latest fddbae8b138f About a minute ago 29.2MB 19:12:48 65d86ffdb788 About a minute ago 1.56GB 19:12:48 support-notifications latest ae4b78d0d383 About a minute ago 27.3MB 19:12:48 9682a685cbf7 2 minutes ago 1.57GB 19:12:48 4c0d15954da4 2 minutes ago 1.63GB 19:12:48 640fb76ced45 2 minutes ago 1.56GB 19:12:48 security-spire-config latest b9f490dc904b 2 minutes ago 85.8MB 19:12:48 security-spire-server latest acd2da5d2c35 2 minutes ago 86.5MB 19:12:48 0352507c637e 2 minutes ago 1.45GB 19:12:48 79d2fcf7a0c7 2 minutes ago 1.45GB 19:12:48 ci-base-image-x86_64 latest a6083f8f87d4 5 minutes ago 940MB 19:12:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine cef68f9685f8 3 days ago 677MB 19:12:48 alpine 3.15 c4fc93816858 7 weeks ago 5.59MB 19:12:48 alpine 3.16 9c6f07244728 7 weeks ago 5.54MB 19:12:48 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 2 months ago 253MB 19:12:48 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] } 19:13:00 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:13:00 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:13:00 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:13:00 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:13:00 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:13:00 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:13:00 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:13:00 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:13:00 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:13:00 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:13:00 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:13:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:13:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:13:00 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:13:00 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:13:22 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.261s coverage: 28.7% of statements 19:13:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:13:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:13:23 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.509s coverage: 98.5% of statements 19:13:28 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.622s coverage: 56.1% of statements 19:13:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:13:28 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:13:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.762s coverage: 54.2% of statements 19:13:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:13:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:13:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 24.388s coverage: 89.2% of statements 19:13:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:13:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:13:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:13:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:13:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:13:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.856s coverage: 2.0% of statements 19:13:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:13:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:13:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 3.941s coverage: 95.6% of statements 19:13:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:13:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:13:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:13:57 ok github.com/edgexfoundry/edgex-go/internal/io 0.405s coverage: 72.2% of statements 19:13:57 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:13:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:13:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:13:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:13:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:13:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.644s coverage: 60.0% of statements 19:13:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:13:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:13:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:13:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.007s coverage: 0.9% of statements 19:13:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:13:59 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.504s coverage: 58.8% of statements 19:13:59 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.754s coverage: 29.6% of statements 19:13:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:14:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.294s coverage: 47.1% of statements 19:14:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.489s coverage: 79.5% of statements 19:14:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.312s coverage: 94.1% of statements 19:14:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.415s coverage: 96.3% of statements 19:14:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.244s coverage: 87.5% of statements 19:14:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.293s coverage: 94.4% of statements 19:14:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.266s coverage: 44.8% of statements 19:14:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.723s coverage: 80.5% of statements 19:14:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:14:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.294s coverage: 92.9% of statements 19:14:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:14:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:14:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:14:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.126s coverage: 65.1% of statements 19:14:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:14:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:14:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:14:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:14:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.243s coverage: 86.9% of statements 19:14:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:14:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:14:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:14:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:14:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.209s coverage: 87.2% of statements 19:14:32 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:14:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:14:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.185s coverage: 100.0% of statements 19:14:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:14:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.273s coverage: 58.8% of statements 19:14:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:14:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.336s coverage: 80.0% of statements 19:14:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.241s coverage: 87.2% of statements 19:14:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.272s coverage: 85.4% of statements 19:14:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.983s coverage: 91.2% of statements 19:14:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:14:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.062s coverage: 64.7% of statements 19:14:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:14:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:14:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.270s coverage: 100.0% of statements 19:14:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.136s coverage: 89.4% of statements 19:14:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.068s coverage: 100.0% of statements 19:14:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.072s coverage: 73.7% of statements 19:14:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.087s coverage: 100.0% of statements 19:14:47 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.408s coverage: 65.8% of statements 19:14:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:14:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:14:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:14:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.023s coverage: 41.8% of statements 19:14:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:14:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:14:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.278s coverage: 89.5% of statements 19:14:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:14:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.257s coverage: 84.8% of statements 19:14:50 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:14:50 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:14:50 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:14:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.405s coverage: 17.7% of statements 19:14:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:14:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:14:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:14:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:14:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.801s coverage: 92.3% of statements 19:14:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:14:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:14:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:14:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:14:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.284s coverage: 63.2% of statements 19:14:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:14:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:14:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.467s coverage: 97.7% of statements 19:14:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:14:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:14:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:14:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:14:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.214s coverage: 28.9% of statements 19:14:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:14:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:14:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:14:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:14:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:14:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:14:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.217s coverage: 100.0% of statements 19:14:58 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.091s coverage: 96.9% of statements 19:14:59 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 19:14:59 WARNING: Linting skipped (not on x86_64 or linter not installed) 19:14:59 GO111MODULE=on go vet ./... 19:16:51 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:16:51 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:16:51 ./bin/test-attribution-txt.sh [Pipeline] echo 19:16:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:16:51 + ls -al . 19:16:51 total 752 19:16:51 drwxrwxr-x 10 1001 1001 4096 Oct 3 19:10 . 19:16:51 drwxr-xr-x 4 root root 4096 Oct 3 19:10 .. 19:16:51 drwxrwxr-x 2 1001 1001 4096 Oct 3 19:09 .blubracket 19:16:51 -rw-rw-r-- 1 1001 1001 16 Oct 3 19:09 .dockerignore 19:16:51 drwxrwxr-x 8 1001 1001 4096 Oct 3 19:09 .git 19:16:51 drwxrwxr-x 3 1001 1001 4096 Oct 3 19:09 .github 19:16:51 -rw-rw-r-- 1 1001 1001 1030 Oct 3 19:09 .gitignore 19:16:51 -rw-rw-r-- 1 1001 1001 42 Oct 3 19:09 .golangci.yml 19:16:51 -rw-rw-r-- 1 1001 1001 87 Oct 3 19:09 .hadolint.yml 19:16:51 -rw-rw-r-- 1 1001 1001 166 Oct 3 19:09 .sonarcloud.properties 19:16:51 -rw-rw-r-- 1 1001 1001 1171 Oct 3 19:09 ADOPTERS.md 19:16:51 -rw-rw-r-- 1 1001 1001 10722 Oct 3 19:09 Attribution.txt 19:16:51 -rw-rw-r-- 1 1001 1001 63209 Oct 3 19:09 CHANGELOG.md 19:16:51 -rw-rw-r-- 1 1001 1001 3804 Oct 3 19:09 CONTRIBUTING.md 19:16:51 -rw-rw-r-- 1 1001 1001 677 Oct 3 19:09 GOVERNANCE.md 19:16:51 -rw-rw-r-- 1 1001 1001 850 Oct 3 19:09 Jenkinsfile 19:16:51 -rw-rw-r-- 1 1001 1001 10775 Oct 3 19:09 LICENSE 19:16:51 -rw-rw-r-- 1 1001 1001 13724 Oct 3 19:09 Makefile 19:16:51 -rw-rw-r-- 1 1001 1001 582 Oct 3 19:09 OWNERS.md 19:16:51 -rw-rw-r-- 1 1001 1001 9799 Oct 3 19:09 README.md 19:16:51 -rw-rw-r-- 1 1001 1001 6912 Oct 3 19:09 SECURITY.md 19:16:51 -rw-rw-r-- 1 1001 1001 5 Oct 3 19:06 VERSION 19:16:51 -rw-rw-r-- 1 1001 1001 4131 Oct 3 19:09 ZMQWindows.md 19:16:51 drwxrwxr-x 2 1001 1001 4096 Oct 3 19:09 bin 19:16:51 drwxrwxr-x 18 1001 1001 4096 Oct 3 19:09 cmd 19:16:51 -rw-r--r-- 1 root root 497979 Oct 3 19:14 coverage.out 19:16:51 -rw-rw-r-- 1 1001 1001 3458 Oct 3 19:09 go.mod 19:16:51 -rw-rw-r-- 1 1001 1001 38041 Oct 3 19:09 go.sum 19:16:51 drwxrwxr-x 8 1001 1001 4096 Oct 3 19:09 internal 19:16:51 drwxrwxr-x 3 1001 1001 4096 Oct 3 19:09 openapi 19:16:51 drwxrwxr-x 4 1001 1001 4096 Oct 3 19:09 snap 19:16:51 -rw-rw-r-- 1 1001 1001 204 Oct 3 19:09 version.go [Pipeline] sh 19:16:52 + '[' -e coverage.out ] 19:16:52 + chown 1001:1001 coverage.out [Pipeline] stash 19:16:52 Warning: overwriting stash ‘coverage-report’ 19:16:53 Stashed 1 file(s) [Pipeline] sh 19:16:53 + make build 19:16:53 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 19:18:30 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 19:19:38 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 19:19:38 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 19:20: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/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:20: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/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:20:21 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 19:20: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 19:20:31 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 19:20:36 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 19:20:40 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 19:20:44 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 19:20: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] } 19:20:57 $ docker stop --time=1 aa39042d12dd01570c929b5d9534462a317b294859fb7f882c615e1f8323fb15 19:20:59 $ docker rm -f aa39042d12dd01570c929b5d9534462a317b294859fb7f882c615e1f8323fb15 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:21:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:21:02 19:21:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:21:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:21:03 latest: Pulling from edgex-devops/edgex-compose-arm64 19:21:03 29e5d40040c1: Pulling fs layer 19:21:03 1ce36da41761: Pulling fs layer 19:21:03 25b303627fd3: Pulling fs layer 19:21:03 29e5d40040c1: Verifying Checksum 19:21:03 29e5d40040c1: Download complete 19:21:03 1ce36da41761: Verifying Checksum 19:21:03 1ce36da41761: Download complete 19:21:04 29e5d40040c1: Pull complete 19:21:05 25b303627fd3: Verifying Checksum 19:21:05 25b303627fd3: Download complete 19:21:05 1ce36da41761: Pull complete 19:21:15 25b303627fd3: Pull complete 19:21:15 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 19:21:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:21:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:21:15 prd-ubuntu20.04-docker-arm64-4c-16g-6929 does not seem to be running inside a container 19:21:15 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:21:18 $ docker top f6e0311f8b0c3558dae907751b6b58b35708fed8195b40664a97979aa13c9429 -eo pid,comm [Pipeline] { [Pipeline] sh 19:21:18 + grep parallel 19:21:18 + docker-compose build --help 19:21:23 --parallel Build images in parallel. [Pipeline] } 19:21:23 $ docker stop --time=1 f6e0311f8b0c3558dae907751b6b58b35708fed8195b40664a97979aa13c9429 19:21:24 $ docker rm -f f6e0311f8b0c3558dae907751b6b58b35708fed8195b40664a97979aa13c9429 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:21:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:21:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:21:25 prd-ubuntu20.04-docker-arm64-4c-16g-6929 does not seem to be running inside a container 19:21:25 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:21:27 $ docker top 0cef370d976279313583820400d87aebb222797a6eb31b292e87ad51e05865a7 -eo pid,comm [Pipeline] { [Pipeline] sh 19:21:27 + docker-compose -f ./docker-compose-build.yml build --parallel 19:21:32 Building core-command ... 19:21:32 Building core-data ... 19:21:32 Building core-metadata ... 19:21:32 Building security-bootstrapper ... 19:21:32 Building security-proxy-setup ... 19:21:32 Building security-secretstore-setup ... 19:21:32 Building security-spiffe-token-provider ... 19:21:32 Building security-spire-agent ... 19:21:32 Building security-spire-config ... 19:21:32 Building security-spire-server ... 19:21:32 Building support-notifications ... 19:21:32 Building support-scheduler ... 19:21:32 Building sys-mgmt-agent ... 19:21:32 Building security-spire-server 19:21:32 Building core-data 19:21:32 Building security-bootstrapper 19:21:32 Building security-spire-config 19:21:32 Building sys-mgmt-agent 19:22:19 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:22:19 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:22:19 ---> 3b8f7b6cc88f 19:22:19 Step 3/26 : WORKDIR /edgex-go 19:22:19 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:22:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:22:19 ---> 3b8f7b6cc88f 19:22:19 Step 3/23 : WORKDIR /edgex-go 19:22:19 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:22:19 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:22:19 ---> 3b8f7b6cc88f 19:22:19 Step 3/25 : WORKDIR /edgex-go 19:22:19 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:22:19 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:22:19 ---> 3b8f7b6cc88f 19:22:19 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:22:19 Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:22:19 Step 2/33 : FROM ${BUILDER_BASE} AS builder 19:22:19 ---> 3b8f7b6cc88f 19:22:19 Step 3/33 : WORKDIR /edgex-go 19:22:19 ---> Running in 8d43f3eb655e 19:22:19 ---> Running in e1719fb82c84 19:22:19 ---> Running in 4cae084cb3c5 19:22:19 ---> Running in 01872d649a17 19:22:19 ---> Running in fa11ec1598f8 19:22:19 Removing intermediate container 8d43f3eb655e 19:22:19 ---> 746483e7b43d 19:22:19 Removing intermediate container 4cae084cb3c5 19:22:19 ---> ad261083255f 19:22:19 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:22:19 Step 4/24 : WORKDIR /edgex-go 19:22:19 Removing intermediate container e1719fb82c84 19:22:19 ---> 5a740f22ad14 19:22:19 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:22:20 ---> Running in a2802da5d627 19:22:20 ---> Running in 4b0eadeb45fc 19:22:20 ---> Running in b83feecd6adf 19:22:20 Removing intermediate container fa11ec1598f8 19:22:20 ---> 75dc7618738a 19:22:20 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:22:20 Removing intermediate container 01872d649a17 19:22:20 ---> dcfa71a88e41 19:22:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:22:20 ---> Running in 4abb3e5c106c 19:22:20 ---> Running in 72467cdd7af3 19:22:21 Removing intermediate container 4b0eadeb45fc 19:22:21 ---> 6683ea8ac457 19:22:21 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:22:21 ---> Running in ca1a9f1b8d6a 19:22:24 Removing intermediate container b83feecd6adf 19:22:24 ---> c6f118ef6fe6 19:22:24 Step 5/33 : RUN apk add --update --no-cache make git 19:22:24 ---> Running in 336411b4d741 19:22:24 Removing intermediate container a2802da5d627 19:22:24 ---> 4e22031ca963 19:22:24 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:22:24 ---> Running in 84a580ee0960 19:22:24 Removing intermediate container 72467cdd7af3 19:22:24 ---> b091af3d392c 19:22:24 Step 5/23 : RUN apk add --update --no-cache make bash git 19:22:24 Removing intermediate container 4abb3e5c106c 19:22:24 ---> 69242b99f65f 19:22:24 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 19:22:24 ---> Running in 3ebfe1a1fe37 19:22:24 ---> Running in 914fe7c8789e 19:22:25 Removing intermediate container ca1a9f1b8d6a 19:22:25 ---> 6dc8dcd3cc94 19:22:25 Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:22:25 ---> Running in 69434ca2fa4e 19:22:26 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:22:26 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:22:27 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:22:27 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:22:27 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:22:27 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:22:27 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:22:28 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:22:28 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:22:28 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:22:28 OK: 221 MiB in 51 packages 19:22:28 OK: 221 MiB in 51 packages 19:22:29 OK: 221 MiB in 51 packages 19:22:29 OK: 221 MiB in 51 packages 19:22:29 OK: 221 MiB in 51 packages 19:22:30 Removing intermediate container 336411b4d741 19:22:30 ---> c14e1e1045cd 19:22:30 Step 6/33 : COPY go.mod vendor* ./ 19:22:30 Removing intermediate container 84a580ee0960 19:22:30 ---> 753d88c33d0a 19:22:30 Step 6/26 : COPY go.mod vendor* ./ 19:22:31 ---> 4ba6eba1d872 19:22:31 Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:22:31 Removing intermediate container 69434ca2fa4e 19:22:31 ---> dc8a53303c11 19:22:31 Step 7/24 : COPY go.mod vendor* ./ 19:22:31 Removing intermediate container 3ebfe1a1fe37 19:22:31 ---> Running in 3fab1f9e9353 19:22:31 ---> 4b8d04cb6cfe 19:22:31 Step 6/23 : COPY go.mod vendor* ./ 19:22:31 Removing intermediate container 914fe7c8789e 19:22:31 ---> 4f9422348fc3 19:22:31 Step 6/25 : COPY go.mod vendor* ./ 19:22:31 ---> 5b21f7594af2 19:22:31 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:22:31 ---> Running in ec24f195578e 19:22:33 ---> c786285601f6 19:22:33 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:22:33 ---> dc02a92c1013 19:22:33 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:22:33 ---> 037a964e4655 19:22:33 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:22:33 ---> Running in 4377596dd420 19:22:33 ---> Running in 3ee8be041772 19:22:33 ---> Running in a71064c19c27 19:23:41 Removing intermediate container 3fab1f9e9353 19:23:41 ---> 336303516c7e 19:23:41 Step 8/33 : COPY . . 19:23:41 Removing intermediate container 4377596dd420 19:23:41 ---> fdababdc7353 19:23:41 Step 9/24 : COPY . . 19:23:41 Removing intermediate container ec24f195578e 19:23:41 ---> ccfab5f92a84 19:23:41 Step 8/26 : COPY . . 19:23:41 Removing intermediate container a71064c19c27 19:23:41 ---> 06aa5062dc83 19:23:41 Step 8/23 : COPY . . 19:23:41 Removing intermediate container 3ee8be041772 19:23:41 ---> 2d7cbecfc6d3 19:23:41 Step 8/25 : COPY . . 19:23:59 ---> f6620e73b940 19:23:59 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 19:23:59 ---> 1afcf4d12c19 19:23:59 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:23:59 ---> Running in f97818a34ace 19:23:59 ---> 9cb759cca0a6 19:23:59 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 19:23:59 ---> c59b9a541045 19:23:59 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:23:59 ---> Running in 3d7f5790affd 19:23:59 ---> bdc9848d2642 19:23:59 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:23:59 ---> Running in 4218870e01a5 19:23:59 ---> Running in 01d8ef5b3c35 19:23:59 ---> Running in f1001933774a 19:23:59 Removing intermediate container f97818a34ace 19:23:59 ---> feb931aa635e 19:23:59 Step 10/25 : WORKDIR /edgex-go/spire-build 19:23:59 Removing intermediate container 3d7f5790affd 19:23:59 ---> 9e8e3af80c99 19:23:59 Step 10/26 : WORKDIR /edgex-go/spire-build 19:23:59 ---> Running in 0f8056e886d4 19:23:59 ---> Running in 5d6923b20c92 19:23:59 Removing intermediate container 5d6923b20c92 19:23:59 ---> 89c0935211d2 19:23:59 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 19:23:59 Removing intermediate container 0f8056e886d4 19:23:59 ---> 6c0d2e91fb35 19:23:59 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 19:23:59 ---> Running in 94874bc5f9dc 19:23:59 ---> Running in 4bb329d4662a 19:23:59 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 19:23:59 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 19:23:59 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 19:24:02 Removing intermediate container 94874bc5f9dc 19:24:02 ---> 4ead1a1fbcd5 19:24:02 Step 12/26 : WORKDIR /edgex-go 19:24:02 ---> Running in f7a228490549 19:24:02 Removing intermediate container 4bb329d4662a 19:24:02 ---> c616cc41c75a 19:24:02 Step 12/25 : WORKDIR /edgex-go 19:24:03 ---> Running in 752d8965d75d 19:24:03 Removing intermediate container f7a228490549 19:24:03 ---> c938d19c8fc0 19:24:03 19:24:03 Step 13/26 : FROM alpine:3.15 19:24:03 3.15: Pulling from library/alpine 19:24:03 Removing intermediate container 752d8965d75d 19:24:03 ---> d69e3485dd5b 19:24:03 19:24:03 Step 13/25 : FROM alpine:3.15 19:24:03 3.15: Pulling from library/alpine 19:24:04 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 19:24:04 Status: Downloaded newer image for alpine:3.15 19:24:04 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 19:24:04 Status: Image is up to date for alpine:3.15 19:24:04 ---> 02e0d6fdf486 19:24:04 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:24:04 ---> 02e0d6fdf486 19:24:04 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:24:05 ---> Running in 3fe9f91ca7fc 19:24:05 ---> Running in d3e6936e0101 19:24:05 Removing intermediate container 3fe9f91ca7fc 19:24:05 ---> c0831a1db000 19:24:05 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:24:05 ---> Running in 7048b545c13f 19:24:05 Removing intermediate container d3e6936e0101 19:24:05 ---> 3d7c0df73801 19:24:05 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:24:06 ---> Running in c51748c2cd9f 19:24:10 Removing intermediate container c51748c2cd9f 19:24:10 ---> b4153bd24f70 19:24:10 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 19:24:10 ---> Running in 956f6dda925e 19:24:10 Removing intermediate container 7048b545c13f 19:24:10 ---> 785d939af41e 19:24:10 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:24:10 ---> Running in 0c0f988ca3ca 19:24:12 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:24:12 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:24:13 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:24:13 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:24:14 v3.15.6-93-ge08ee36d88 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:24:14 v3.15.6-94-gbcf1bd4598 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:24:14 OK: 15734 distinct packages available 19:24:14 v3.15.6-93-ge08ee36d88 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:24:14 v3.15.6-94-gbcf1bd4598 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:24:14 OK: 15734 distinct packages available 19:24:15 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:24:15 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:24:15 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:24:15 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:24:16 (1/5) Installing dumb-init (1.2.5-r1) 19:24:16 (1/4) Installing dumb-init (1.2.5-r1) 19:24:17 (2/5) Installing musl-obstack (1.2.3-r0) 19:24:17 (2/4) Installing musl-obstack (1.2.3-r0) 19:24:17 (3/5) Installing libucontext (1.1-r0) 19:24:17 (3/4) Installing libucontext (1.1-r0) 19:24:17 (4/4) Installing gcompat (1.0.0-r4) 19:24:17 (4/5) Installing gcompat (1.0.0-r4) 19:24:17 Executing busybox-1.34.1-r7.trigger 19:24:17 (5/5) Installing openssl (1.1.1q-r0) 19:24:17 OK: 6 MiB in 18 packages 19:24:17 Executing busybox-1.34.1-r7.trigger 19:24:17 OK: 6 MiB in 19 packages 19:24:19 Removing intermediate container 956f6dda925e 19:24:19 ---> 7d2565de2f07 19:24:19 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:24:19 Removing intermediate container 0c0f988ca3ca 19:24:19 ---> e3f28df12d97 19:24:19 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:24:27 ---> e4e1c616ac23 19:24:27 ---> 4b6780fe8db9 19:24:27 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:24:27 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:24:28 ---> 5a5f49847bb8 19:24:28 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:24:29 ---> aa32ff266661 19:24:29 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 19:24:29 ---> Running in 1e76d6979b44 19:24:29 Removing intermediate container 1e76d6979b44 19:24:29 ---> f2abe2d1ce8f 19:24:29 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:24:29 ---> ef55df31f119 19:24:29 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:24:30 ---> b1ccdbf8cc01 19:24:30 Step 21/26 : WORKDIR / 19:24:30 ---> Running in 0a20d437c92a 19:24:31 ---> d950f4c7836b 19:24:31 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:24:31 ---> Running in ae04a07383bb 19:24:31 Removing intermediate container 0a20d437c92a 19:24:31 ---> ea94d50b461f 19:24:31 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:24:31 ---> Running in 908bd30f45ca 19:24:32 Removing intermediate container ae04a07383bb 19:24:32 ---> 45d0587cb88f 19:24:32 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:24:32 ---> Running in 172ecd642279 19:24:32 Removing intermediate container 908bd30f45ca 19:24:32 ---> 28fe047ddf2f 19:24:32 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:24:32 ---> Running in 6eaaa5e7572c 19:24:33 Removing intermediate container 172ecd642279 19:24:33 ---> e4c3a6982f04 19:24:33 Step 23/25 : LABEL arch=arm64 19:24:33 ---> Running in 093d247b9f34 19:24:33 Removing intermediate container 6eaaa5e7572c 19:24:33 ---> 3c9122f3cbb1 19:24:33 Step 24/26 : LABEL arch=arm64 19:24:33 ---> Running in 61b9057b4ff2 19:24:33 Removing intermediate container 093d247b9f34 19:24:33 ---> 393d233a581d 19:24:33 Step 24/25 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 19:24:33 ---> Running in 97c5d7454f59 19:24:33 Removing intermediate container 61b9057b4ff2 19:24:33 ---> ed2f6cdc9d91 19:24:33 Step 25/26 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 19:24:34 ---> Running in 554d28cd9610 19:24:34 Removing intermediate container 97c5d7454f59 19:24:34 ---> 4b418df176e7 19:24:34 Step 25/25 : LABEL version=0.0.0 19:24:34 ---> Running in a8c33d2dcef8 19:24:34 Removing intermediate container 554d28cd9610 19:24:34 ---> b41380275166 19:24:34 Step 26/26 : LABEL version=0.0.0 19:24:35 ---> Running in 01a1af5405c7 19:24:35 Removing intermediate container a8c33d2dcef8 19:24:35 ---> 7ae5fa95980d 19:24:35 19:24:35 Removing intermediate container 01a1af5405c7 19:24:35 ---> 2dace4b2cdfb 19:24:35 19:24:35 Successfully built 7ae5fa95980d 19:24:35 Successfully tagged security-spire-server-arm64:latest 19:24:35 Building security-spire-agent 19:24:35  Building security-spire-server ... done Successfully built 2dace4b2cdfb 19:24:35 Successfully tagged security-spire-config-arm64:latest 19:24:35 Building core-metadata 19:25:02  Building security-spire-config ... done Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:25:02 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:25:02 ---> 3b8f7b6cc88f 19:25:02 Step 3/26 : WORKDIR /edgex-go 19:25:02 ---> Using cache 19:25:02 ---> dcfa71a88e41 19:25:02 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:25:02 ---> Using cache 19:25:02 ---> b091af3d392c 19:25:02 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:25:02 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:25:02 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:25:02 ---> 3b8f7b6cc88f 19:25:02 Step 3/25 : ARG ADD_BUILD_TAGS="" 19:25:02 ---> Using cache 19:25:02 ---> 746483e7b43d 19:25:02 Step 4/25 : WORKDIR /edgex-go 19:25:02 ---> Using cache 19:25:02 ---> 6683ea8ac457 19:25:02 Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:25:02 ---> Using cache 19:25:02 ---> 6dc8dcd3cc94 19:25:02 Step 6/25 : RUN apk add --update --no-cache make git 19:25:02 ---> Running in cb56bc5dfbf9 19:25:02 ---> Running in cadeab0beb2a 19:25:03 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:25:03 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:25:03 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:25:04 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:25:05 OK: 221 MiB in 51 packages 19:25:05 OK: 221 MiB in 51 packages 19:25:07 Removing intermediate container cadeab0beb2a 19:25:07 ---> 38000394e64a 19:25:07 Step 6/26 : COPY go.mod vendor* ./ 19:25:07 Removing intermediate container cb56bc5dfbf9 19:25:07 ---> dcafe3fd1a63 19:25:07 Step 7/25 : COPY go.mod vendor* ./ 19:25:08 ---> 3a695a161c28 19:25:08 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:25:08 ---> Running in 84664d20e4aa 19:25:08 ---> 5bb8adcf41ab 19:25:08 Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:25:09 ---> Running in becbaabcd757 19:26:30 Removing intermediate container 84664d20e4aa 19:26:30 ---> 785cabe2f97c 19:26:30 Step 8/26 : COPY . . 19:26:30 Removing intermediate container becbaabcd757 19:26:30 ---> ff4a390d93a2 19:26:30 Step 9/25 : COPY . . 19:26:37 ---> ec80ece88302 19:26:37 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:26:37 ---> Running in 57782e739dd8 19:26:37 ---> c09f5fe6baca 19:26:37 Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 19:26:37 ---> Running in 79b3efa860f6 19:26:37 Removing intermediate container 57782e739dd8 19:26:37 ---> b07d950e089d 19:26:37 Step 10/26 : WORKDIR /edgex-go/spire-build 19:26:37 ---> Running in ce0eb2f7002d 19:26:38 Removing intermediate container ce0eb2f7002d 19:26:38 ---> 17ab4f0cd781 19:26:38 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 19:26:38 ---> Running in a16a837f1252 19:26:38 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 19:26:41 Removing intermediate container a16a837f1252 19:26:41 ---> a74a62679ba8 19:26:41 Step 12/26 : WORKDIR /edgex-go 19:26:41 ---> Running in 1ca5196b55a6 19:26:42 Removing intermediate container 1ca5196b55a6 19:26:42 ---> 53abc7689311 19:26:42 19:26:42 Step 13/26 : FROM alpine:3.15 19:26:42 ---> 02e0d6fdf486 19:26:42 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:26:42 ---> Using cache 19:26:42 ---> 3d7c0df73801 19:26:42 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:26:42 ---> Using cache 19:26:42 ---> b4153bd24f70 19:26:42 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:26:42 ---> Running in a68dcc059103 19:26:44 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:26:44 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:26:46 v3.15.6-93-ge08ee36d88 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:26:46 v3.15.6-94-gbcf1bd4598 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:26:46 OK: 15734 distinct packages available 19:26:46 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:26:47 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:26:48 (1/5) Installing dumb-init (1.2.5-r1) 19:26:48 (2/5) Installing musl-obstack (1.2.3-r0) 19:26:48 (3/5) Installing libucontext (1.1-r0) 19:26:49 (4/5) Installing gcompat (1.0.0-r4) 19:26:49 (5/5) Installing openssl (1.1.1q-r0) 19:26:49 Executing busybox-1.34.1-r7.trigger 19:26:49 OK: 6 MiB in 19 packages 19:26:51 Removing intermediate container a68dcc059103 19:26:51 ---> c7ed8d9fd7a6 19:26:51 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 19:26:54 ---> e183f4c356ca 19:26:54 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:26:59 ---> 0f870fd0ad2e 19:26:59 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:27:00 ---> 44e91117e6be 19:27:00 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:27:01 ---> b921ff906173 19:27:01 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:27:02 ---> 64076f2441f1 19:27:02 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:27:02 ---> Running in c6c7b7ac2c38 19:27:02 Removing intermediate container c6c7b7ac2c38 19:27:02 ---> a7658b716c52 19:27:02 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:27:02 ---> Running in 0cf3ea922506 19:27:03 Removing intermediate container 0cf3ea922506 19:27:03 ---> 323194b3fa2b 19:27:03 Step 24/26 : LABEL arch=arm64 19:27:03 ---> Running in f1abb8654b02 19:27:03 Removing intermediate container f1abb8654b02 19:27:03 ---> 40d0c3dbee7c 19:27:03 Step 25/26 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 19:27:03 ---> Running in 43b9f6d46200 19:27:04 Removing intermediate container 43b9f6d46200 19:27:04 ---> 99c2f3bc2e83 19:27:04 Step 26/26 : LABEL version=0.0.0 19:27:04 ---> Running in 9f17e5e1b499 19:27:04 Removing intermediate container 9f17e5e1b499 19:27:04 ---> f338ea18bfc3 19:27:04 19:27:04 Successfully built f338ea18bfc3 19:27:04 Successfully tagged security-spire-agent-arm64:latest 19:27:04 Building security-spiffe-token-provider 19:27:23  Building security-spire-agent ... done Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:27:23 Step 2/20 : FROM ${BUILDER_BASE} AS builder 19:27:23 ---> 3b8f7b6cc88f 19:27:23 Step 3/20 : WORKDIR /edgex-go 19:27:23 ---> Using cache 19:27:23 ---> dcfa71a88e41 19:27:23 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 19:27:23 ---> Running in fe51ecff1fff 19:27:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:27:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:27:25 v3.16.2-221-ge7097e0782 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 19:27:25 v3.16.2-229-g1f881aca9b [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 19:27:25 OK: 16896 distinct packages available 19:27:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:27:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:27:28 OK: 221 MiB in 51 packages 19:27:29 Removing intermediate container fe51ecff1fff 19:27:29 ---> 82fd15df3950 19:27:29 Step 5/20 : COPY go.mod vendor* ./ 19:27:30 ---> bd7a7a4d1ad5 19:27:30 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:27:30 ---> Running in 616a183c9c3d 19:28:26 Removing intermediate container 616a183c9c3d 19:28:26 ---> 6ccf94cede8b 19:28:26 Step 7/20 : COPY . . 19:28:36 ---> 4ff8a13d1c43 19:28:36 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:28:36 ---> Running in ec8a32de367e 19:28:37 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 19:29:16 Removing intermediate container f1001933774a 19:29:16 ---> dc818c05b791 19:29:16 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:29:16 ---> Running in 7137d51771f6 19:29:16 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 19:29:21 Removing intermediate container 7137d51771f6 19:29:21 ---> 0ed941b90d4d 19:29:21 19:29:21 Step 11/23 : FROM alpine:3.16 19:29:21 3.16: Pulling from library/alpine 19:29:23 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 19:29:23 Status: Downloaded newer image for alpine:3.16 19:29:23 ---> a6215f271958 19:29:23 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 19:29:23 ---> Running in 2e5a093bab16 19:29:23 Removing intermediate container 2e5a093bab16 19:29:23 ---> 225d2878a8e5 19:29:23 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 19:29:23 ---> Running in a0a4f919345e 19:29:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:29:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:29:26 (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 19:29:26 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 19:29:27 (3/33) Installing readline (8.1.2-r0) 19:29:27 (4/33) Installing bash (5.1.16-r2) 19:29:27 Executing bash-5.1.16-r2.post-install 19:29:27 (5/33) Installing ca-certificates (20220614-r0) 19:29:27 (6/33) Installing brotli-libs (1.0.9-r6) 19:29:27 (7/33) Installing nghttp2-libs (1.47.0-r0) 19:29:27 (8/33) Installing libcurl (7.83.1-r3) 19:29:27 (9/33) Installing curl (7.83.1-r3) 19:29:27 (10/33) Installing docker-cli (20.10.18-r0) 19:29:28 (11/33) Installing dumb-init (1.2.5-r1) 19:29:28 (12/33) Installing libbz2 (1.0.8-r1) 19:29:28 (13/33) Installing expat (2.4.9-r0) 19:29:28 (14/33) Installing libffi (3.4.2-r1) 19:29:28 (15/33) Installing gdbm (1.23-r0) 19:29:28 (16/33) Installing xz-libs (5.2.5-r1) 19:29:28 (17/33) Installing libgcc (11.2.1_git20220219-r2) 19:29:28 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 19:29:28 (19/33) Installing mpdecimal (2.5.1-r1) 19:29:28 (20/33) Installing sqlite-libs (3.38.5-r0) 19:29:28 (21/33) Installing python3 (3.10.5-r0) 19:29:31 (22/33) Installing py3-contextlib2 (21.6.0-r2) 19:29:31 (23/33) Installing py3-tomli (2.0.1-r1) 19:29:31 (24/33) Installing py3-pep517 (0.12.0-r2) 19:29:31 (25/33) Installing py3-six (1.16.0-r1) 19:29:31 (26/33) Installing py3-retrying (1.3.3-r3) 19:29:31 (27/33) Installing py3-appdirs (1.4.4-r3) 19:29:31 (28/33) Installing py3-more-itertools (8.13.0-r0) 19:29:31 (29/33) Installing py3-ordered-set (4.0.2-r3) 19:29:31 (30/33) Installing py3-parsing (2.4.7-r3) 19:29:31 (31/33) Installing py3-packaging (21.3-r0) 19:29:31 (32/33) Installing py3-setuptools (59.4.0-r0) 19:29:31 (33/33) Installing py3-pip (22.1.1-r0) 19:29:33 Executing busybox-1.35.0-r17.trigger 19:29:33 Executing ca-certificates-20220614-r0.trigger 19:29:33 OK: 120 MiB in 47 packages 19:29:38 Removing intermediate container 4218870e01a5 19:29:38 ---> cac1372be95b 19:29:38 19:29:38 Step 10/33 : FROM alpine:3.16 19:29:38 ---> a6215f271958 19:29:38 Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:29:38 ---> Running in 21001871403a 19:29:38 Removing intermediate container 21001871403a 19:29:38 ---> 93b3119524a7 19:29:38 Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec 19:29:38 ---> Running in c4d6e476e231 19:29:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:29:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:29:42 (1/2) Installing dumb-init (1.2.5-r1) 19:29:42 (2/2) Installing su-exec (0.2-r1) 19:29:42 Executing busybox-1.35.0-r17.trigger 19:29:42 OK: 5 MiB in 16 packages 19:29:44 Removing intermediate container c4d6e476e231 19:29:44 ---> 87981691f9a2 19:29:44 Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init 19:29:44 ---> Running in a2ce2d4db7c8 19:29:45 Removing intermediate container a2ce2d4db7c8 19:29:45 ---> d884f6c67e20 19:29:45 Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 19:29:45 ---> Running in e0ecf47addf0 19:29:45 Removing intermediate container e0ecf47addf0 19:29:45 ---> 7a9c1d200cc8 19:29:45 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 19:29:45 ---> Running in dc163fa25be7 19:29:46 Removing intermediate container dc163fa25be7 19:29:46 ---> 26eb4e7d8279 19:29:46 Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 19:29:46 ---> Running in f49f903cff68 19:29:46 Removing intermediate container f49f903cff68 19:29:46 ---> 461741ff71dd 19:29:46 Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 19:29:46 ---> Running in 7770bc23c8e8 19:29:50 Removing intermediate container 7770bc23c8e8 19:29:50 ---> 9149ce24d9c7 19:29:50 Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} 19:29:50 ---> Running in 7a5b14c8d49c 19:29:50 Collecting docker-compose==1.23.2 19:29:50 Removing intermediate container 7a5b14c8d49c 19:29:50 ---> afedcc220478 19:29:50 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 19:29:50 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:29:50 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 9.7 MB/s eta 0:00:00 19:29:51 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) 19:29:51 Collecting cached-property<2,>=1.2.0 19:29:51 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:29:51 ---> a87cc9e2c743 19:29:51 Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 19:29:51 ---> Running in b8f5c6148db2 19:29:51 Collecting websocket-client<1.0,>=0.32.0 19:29:51 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:29:51 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 7.4 MB/s eta 0:00:00 19:29:52 Collecting docopt<0.7,>=0.6.1 19:29:52 Downloading docopt-0.6.2.tar.gz (25 kB) 19:29:52 Preparing metadata (setup.py): started 19:29:54 Preparing metadata (setup.py): finished with status 'done' 19:29:55 Collecting texttable<0.10,>=0.9.0 19:29:55 Downloading texttable-0.9.1.tar.gz (11 kB) 19:29:55 Preparing metadata (setup.py): started 19:29:55 Removing intermediate container b8f5c6148db2 19:29:55 ---> 4dec2f19300e 19:29:55 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 19:29:56 ---> d8fc6e80a251 19:29:56 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:29:57 Preparing metadata (setup.py): finished with status 'done' 19:29:58 ---> b7a605b5ad45 19:29:58 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:29:58 ---> 6fa7e6662254 19:29:58 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:29:58 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:29:58 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:29:58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 16.6 MB/s eta 0:00:00 19:29:59 Collecting jsonschema<3,>=2.5.1 19:29:59 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:29:59 ---> c1afe5d73084 19:29:59 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 19:30:00 Collecting docker<4.0,>=3.6.0 19:30:00 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:30:00 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 17.0 MB/s eta 0:00:00 19:30:00 ---> 23bc91c08817 19:30:00 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 19:30:01 Collecting PyYAML<4,>=3.10 19:30:01 Downloading PyYAML-3.13.tar.gz (270 kB) 19:30:01 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 16.3 MB/s eta 0:00:00 19:30:01 ---> bd53b5b7b1ca 19:30:01 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:30:02 ---> 1734f9400cc6 19:30:02 Step 28/33 : RUN chmod +x /entrypoint.sh 19:30:02 ---> Running in db1a48b30b4d 19:30:03 Preparing metadata (setup.py): started 19:30:05 Removing intermediate container db1a48b30b4d 19:30:05 ---> ffeef6d64491 19:30:05 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 19:30:05 ---> Running in 3f851ea3cfad 19:30:06 Preparing metadata (setup.py): finished with status 'done' 19:30:06 Collecting dockerpty<0.5,>=0.4.1 19:30:06 Removing intermediate container 3f851ea3cfad 19:30:06 ---> 6e45ae62c5ca 19:30:06 Step 30/33 : CMD ["gate"] 19:30:06 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:30:06 ---> Running in 18006eebf497 19:30:06 Preparing metadata (setup.py): started 19:30:07 Removing intermediate container 18006eebf497 19:30:07 ---> 91273df30e83 19:30:07 Step 31/33 : LABEL arch=arm64 19:30:07 ---> Running in 149acaffcb13 19:30:07 Removing intermediate container 149acaffcb13 19:30:07 ---> fb2969f596d5 19:30:07 Step 32/33 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 19:30:07 ---> Running in ffa98e876249 19:30:07 Removing intermediate container ffa98e876249 19:30:07 ---> 41c9d7d0a2c8 19:30:07 Step 33/33 : LABEL version=0.0.0 19:30:08 ---> Running in 4935827f2f78 19:30:08 Removing intermediate container 4935827f2f78 19:30:08 ---> 5e52d62d4435 19:30:08 19:30:08 Successfully built 5e52d62d4435 19:30:08 Successfully tagged security-bootstrapper-arm64:latest 19:30:08  Building security-bootstrapper ... done Building security-proxy-setup 19:30:09 Preparing metadata (setup.py): finished with status 'done' 19:30:09 Collecting docker-pycreds>=0.4.0 19:30:09 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:30:10 Collecting certifi>=2017.4.17 19:30:10 Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) 19:30:10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 12.6 MB/s eta 0:00:00 19:30:11 Collecting urllib3<1.25,>=1.21.1 19:30:11 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:30:11 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 18.6 MB/s eta 0:00:00 19:30:11 Collecting chardet<3.1.0,>=3.0.2 19:30:11 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:30:11 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 18.0 MB/s eta 0:00:00 19:30:11 Collecting idna<2.8,>=2.5 19:30:11 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:30:12 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 18.1 MB/s eta 0:00:00 19:30:12 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:30:12 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:30:12 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:30:12 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:30:13 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 19:30:13 Running setup.py install for texttable: started 19:30:16 Running setup.py install for texttable: finished with status 'done' 19:30:16 Running setup.py install for PyYAML: started 19:30:19 Running setup.py install for PyYAML: finished with status 'done' 19:30:21 Running setup.py install for docopt: started 19:30:25 Running setup.py install for docopt: finished with status 'done' 19:30:26 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:30:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:30:26 ---> 3b8f7b6cc88f 19:30:26 Step 3/22 : WORKDIR /edgex-go 19:30:26 ---> Using cache 19:30:26 ---> dcfa71a88e41 19:30:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:30:26 ---> Using cache 19:30:26 ---> b091af3d392c 19:30:26 Step 5/22 : RUN apk add --update --no-cache make git 19:30:27 ---> Running in 2c26dd8a5b45 19:30:28 Running setup.py install for dockerpty: started 19:30:28 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:30:29 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:30:31 OK: 221 MiB in 51 packages 19:30:31 Running setup.py install for dockerpty: finished with status 'done' 19:30:32 Removing intermediate container 2c26dd8a5b45 19:30:32 ---> 6237c76e6382 19:30:32 Step 6/22 : COPY go.mod vendor* ./ 19:30:33 ---> d8793b09071e 19:30:33 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:30:33 ---> Running in 13460b35fd82 19:30:35 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 19:30:35 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 19:30:53 Removing intermediate container a0a4f919345e 19:30:53 ---> 53f1e929d4c2 19:30:53 Step 14/23 : ENV APP_PORT=58890 19:30:53 ---> Running in 8e986d05cedb 19:30:53 Removing intermediate container 8e986d05cedb 19:30:53 ---> 9ba906cc9f73 19:30:53 Step 15/23 : EXPOSE $APP_PORT 19:30:53 ---> Running in d092839e38bd 19:30:53 Removing intermediate container d092839e38bd 19:30:53 ---> 21c8fe628225 19:30:53 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:30:54 ---> fb3bedb5ff9b 19:30:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:30:55 ---> 6467ca7c4593 19:30:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:30:55 ---> f65947f2b093 19:30:55 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 19:30:56 ---> Running in 9f99d17bf040 19:30:56 Removing intermediate container 9f99d17bf040 19:30:56 ---> 207a14a34840 19:30:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:30:56 ---> Running in 0a2ad2e484eb 19:30:57 Removing intermediate container 0a2ad2e484eb 19:30:57 ---> 3a1e5590993b 19:30:57 Step 21/23 : LABEL arch=arm64 19:30:57 ---> Running in 6e43ad72a0ce 19:30:57 Removing intermediate container 6e43ad72a0ce 19:30:57 ---> fed371f6c91e 19:30:57 Step 22/23 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 19:30:58 ---> Running in c3db5255214a 19:30:58 Removing intermediate container c3db5255214a 19:30:58 ---> 8f8f818856c8 19:30:58 Step 23/23 : LABEL version=0.0.0 19:30:59 ---> Running in e865104309fe 19:30:59 Removing intermediate container e865104309fe 19:30:59 ---> c9445d4a412c 19:30:59 19:31:00 Successfully built c9445d4a412c 19:31:00 Successfully tagged sys-mgmt-agent-arm64:latest 19:31:00 Building support-scheduler 19:31:08  Building sys-mgmt-agent ... done Removing intermediate container 01d8ef5b3c35 19:31:08 ---> 1251edb723ac 19:31:08 19:31:08 Step 11/24 : FROM alpine:3.16 19:31:08 ---> a6215f271958 19:31:08 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:31:08 ---> Running in e647506a5539 19:31:09 Removing intermediate container e647506a5539 19:31:09 ---> 60d0b975d1d7 19:31:09 Step 13/24 : ENV APP_PORT=59880 19:31:09 ---> Running in 839570c126fe 19:31:10 Removing intermediate container 839570c126fe 19:31:10 ---> ecb66681f704 19:31:10 Step 14/24 : EXPOSE $APP_PORT 19:31:10 ---> Running in 550d26adedee 19:31:11 Removing intermediate container 550d26adedee 19:31:11 ---> 4b6df3f186a9 19:31:11 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:31:11 ---> Running in d4523d5a8f16 19:31:15 Removing intermediate container d4523d5a8f16 19:31:15 ---> 3f0358957245 19:31:15 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 19:31:15 ---> Running in 53f6fbdb9509 19:31:18 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:31:19 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:31:20 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:31:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:31:20 ---> 3b8f7b6cc88f 19:31:20 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:31:20 ---> Using cache 19:31:20 ---> 746483e7b43d 19:31:20 Step 4/23 : WORKDIR /edgex-go 19:31:20 ---> Using cache 19:31:20 ---> 6683ea8ac457 19:31:20 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:31:20 ---> Using cache 19:31:20 ---> 6dc8dcd3cc94 19:31:20 Step 6/23 : RUN apk add --update --no-cache make git 19:31:20 ---> Using cache 19:31:20 ---> dcafe3fd1a63 19:31:20 Step 7/23 : COPY go.mod vendor* ./ 19:31:20 ---> Using cache 19:31:20 ---> 5bb8adcf41ab 19:31:20 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:31:20 ---> Using cache 19:31:20 ---> ff4a390d93a2 19:31:20 Step 9/23 : COPY . . 19:31:20 (1/6) Installing dumb-init (1.2.5-r1) 19:31:20 ---> Using cache 19:31:20 ---> c09f5fe6baca 19:31:20 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 19:31:20 (2/6) Installing libgcc (11.2.1_git20220219-r2) 19:31:20 (3/6) Installing libsodium (1.0.18-r0) 19:31:20 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 19:31:20 (5/6) Installing libzmq (4.3.4-r0) 19:31:21 ---> Running in 4ad2c3c63463 19:31:21 (6/6) Installing zeromq (4.3.4-r0) 19:31:21 Executing busybox-1.35.0-r17.trigger 19:31:21 OK: 8 MiB in 20 packages 19:31:23 Removing intermediate container 53f6fbdb9509 19:31:23 ---> b37b99a7b629 19:31:23 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:31:23 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 19:31:25 ---> ac76bbc4fc01 19:31:25 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:31:27 ---> e0be0e26ae1e 19:31:27 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:31:29 ---> a128693dfa0e 19:31:29 Step 20/24 : ENTRYPOINT ["/core-data"] 19:31:29 ---> Running in 52767f9c1305 19:31:30 Removing intermediate container 52767f9c1305 19:31:30 ---> 93de6e223684 19:31:30 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:31:30 ---> Running in d65b516b7339 19:31:31 Removing intermediate container d65b516b7339 19:31:31 ---> 5ba72d07e5eb 19:31:31 Step 22/24 : LABEL arch=arm64 19:31:31 ---> Running in f2e5d403cc80 19:31:32 Removing intermediate container f2e5d403cc80 19:31:32 ---> c6b3b5319c96 19:31:32 Step 23/24 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 19:31:32 ---> Running in 527c0f658867 19:31:33 Removing intermediate container 527c0f658867 19:31:33 ---> e77a2b4d5ff4 19:31:33 Step 24/24 : LABEL version=0.0.0 19:31:33 ---> Running in b03b7e7d35b7 19:31:34 Removing intermediate container b03b7e7d35b7 19:31:34 ---> 3ea5f21f4dd8 19:31:34 19:31:35 Successfully built 3ea5f21f4dd8 19:31:35 Successfully tagged core-data-arm64:latest 19:31:35  Building core-data ... done Building core-command 19:31:47 Removing intermediate container 13460b35fd82 19:31:47 ---> 2acd08e7030d 19:31:47 Step 8/22 : COPY . . 19:31:52 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:31:52 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:31:52 ---> 3b8f7b6cc88f 19:31:52 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:31:52 ---> Using cache 19:31:52 ---> 746483e7b43d 19:31:52 Step 4/24 : WORKDIR /edgex-go 19:31:52 ---> Using cache 19:31:52 ---> 6683ea8ac457 19:31:52 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:31:52 ---> Using cache 19:31:52 ---> 6dc8dcd3cc94 19:31:52 Step 6/24 : RUN apk add --update --no-cache make git 19:31:52 ---> Using cache 19:31:52 ---> dcafe3fd1a63 19:31:52 Step 7/24 : COPY go.mod vendor* ./ 19:31:52 ---> Using cache 19:31:52 ---> 5bb8adcf41ab 19:31:52 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:31:52 ---> Using cache 19:31:52 ---> ff4a390d93a2 19:31:52 Step 9/24 : COPY . . 19:31:52 ---> Using cache 19:31:52 ---> c09f5fe6baca 19:31:52 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 19:31:53 ---> Running in 957b41028c4c 19:31:55 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 19:32:01 ---> 77c92faa1165 19:32:01 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:32:01 ---> Running in e696a3071c19 19:32:02 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 19:33:24 Removing intermediate container 79b3efa860f6 19:33:24 ---> e248a463875e 19:33:24 19:33:24 Step 11/25 : FROM alpine:3.16 19:33:24 ---> a6215f271958 19:33:24 Step 12/25 : RUN apk add --update --no-cache dumb-init 19:33:24 ---> Running in 5c52957fc67c 19:33:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:33:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:33:24 (1/1) Installing dumb-init (1.2.5-r1) 19:33:24 Executing busybox-1.35.0-r17.trigger 19:33:24 OK: 5 MiB in 15 packages 19:33:24 Removing intermediate container 5c52957fc67c 19:33:24 ---> a666f0e8e4fc 19:33:24 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:33:24 ---> Running in c4a387954deb 19:33:24 Removing intermediate container c4a387954deb 19:33:24 ---> f6a87b6947c7 19:33:24 Step 14/25 : ENV APP_PORT=59881 19:33:24 ---> Running in ce2f743d7965 19:33:24 Removing intermediate container ce2f743d7965 19:33:24 ---> abb581a03beb 19:33:24 Step 15/25 : EXPOSE $APP_PORT 19:33:24 ---> Running in 8e9d1c4b8b0e 19:33:24 Removing intermediate container 8e9d1c4b8b0e 19:33:24 ---> 44e1681c2799 19:33:24 Step 16/25 : WORKDIR / 19:33:24 ---> Running in 8f8f4f1a3b74 19:33:24 Removing intermediate container 8f8f4f1a3b74 19:33:24 ---> 55c462bfc521 19:33:24 Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / 19:33:25 ---> 701fcd798ee6 19:33:25 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:33:27 ---> d6964ebb862c 19:33:27 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:33:28 ---> 2bc2bac764fa 19:33:28 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 19:33:28 ---> 720ed0deb6d8 19:33:28 Step 21/25 : ENTRYPOINT ["/core-metadata"] 19:33:29 ---> Running in 2ee81550e8e1 19:33:29 Removing intermediate container 2ee81550e8e1 19:33:29 ---> 9520cb8c08b8 19:33:29 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:33:29 ---> Running in a666303af7bc 19:33:30 Removing intermediate container a666303af7bc 19:33:30 ---> 330297fb0f45 19:33:30 Step 23/25 : LABEL arch=arm64 19:33:30 ---> Running in 735601e427ed 19:33:31 Removing intermediate container 735601e427ed 19:33:31 ---> 526b8a02e943 19:33:31 Step 24/25 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 19:33:31 ---> Running in 9e6eac28ce8d 19:33:31 Removing intermediate container 9e6eac28ce8d 19:33:31 ---> 6064e6a495ca 19:33:31 Step 25/25 : LABEL version=0.0.0 19:33:31 ---> Running in 289b4228668e 19:33:32 Removing intermediate container 289b4228668e 19:33:32 ---> 1090304d53da 19:33:32 19:33:32 Successfully built 1090304d53da 19:33:32 Successfully tagged core-metadata-arm64:latest 19:33:32 Building security-secretstore-setup 19:33:50  Building core-metadata ... done Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:33:50 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:33:50 ---> 3b8f7b6cc88f 19:33:50 Step 3/25 : WORKDIR /edgex-go 19:33:50 ---> Using cache 19:33:50 ---> dcfa71a88e41 19:33:50 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:33:50 ---> Using cache 19:33:50 ---> b091af3d392c 19:33:50 Step 5/25 : RUN apk add --update --no-cache make git 19:33:50 ---> Using cache 19:33:50 ---> 6237c76e6382 19:33:50 Step 6/25 : COPY go.mod vendor* ./ 19:33:50 ---> Using cache 19:33:50 ---> d8793b09071e 19:33:50 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:50 ---> Using cache 19:33:50 ---> 2acd08e7030d 19:33:50 Step 8/25 : COPY . . 19:33:50 ---> Using cache 19:33:50 ---> 77c92faa1165 19:33:50 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:33:51 ---> Running in c19144133fce 19:33:53 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 19:36:15 Removing intermediate container ec8a32de367e 19:36:15 ---> d95d21c9258b 19:36:15 19:36:15 Step 9/20 : FROM alpine:3.15 19:36:15 ---> 02e0d6fdf486 19:36:15 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:36:15 ---> Using cache 19:36:15 ---> 3d7c0df73801 19:36:15 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:36:15 ---> Using cache 19:36:15 ---> b4153bd24f70 19:36:15 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:36:15 ---> Running in 0ba5ce7f3767 19:36:16 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:36:17 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:36:18 v3.15.6-93-ge08ee36d88 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:36:18 v3.15.6-94-gbcf1bd4598 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:36:18 OK: 15734 distinct packages available 19:36:18 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:36:19 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:36:21 (1/9) Installing ca-certificates (20220614-r0) 19:36:21 (2/9) Installing brotli-libs (1.0.9-r5) 19:36:21 (3/9) Installing nghttp2-libs (1.46.0-r0) 19:36:21 (4/9) Installing libcurl (7.80.0-r3) 19:36:21 (5/9) Installing curl (7.80.0-r3) 19:36:21 (6/9) Installing dumb-init (1.2.5-r1) 19:36:21 (7/9) Installing musl-obstack (1.2.3-r0) 19:36:21 (8/9) Installing libucontext (1.1-r0) 19:36:21 (9/9) Installing gcompat (1.0.0-r4) 19:36:22 Executing busybox-1.34.1-r7.trigger 19:36:22 Executing ca-certificates-20220614-r0.trigger 19:36:22 OK: 8 MiB in 23 packages 19:36:24 Removing intermediate container 0ba5ce7f3767 19:36:24 ---> d82b9a090b69 19:36:24 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 19:36:25 ---> 4977a6fde90e 19:36:25 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:36:27 ---> dcd8780e751b 19:36:27 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 19:36:28 ---> a6ddee92b2a0 19:36:28 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 19:36:28 ---> Running in e8c464f8cd95 19:36:28 Removing intermediate container e8c464f8cd95 19:36:28 ---> 14d2c75182d2 19:36:28 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:36:28 ---> Running in 8216112b1c47 19:36:31 Removing intermediate container 8216112b1c47 19:36:31 ---> 1417653fcb90 19:36:31 Step 18/20 : LABEL arch=arm64 19:36:31 ---> Running in e01c9542ee2c 19:36:31 Removing intermediate container e01c9542ee2c 19:36:31 ---> 427a9825b226 19:36:31 Step 19/20 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 19:36:31 ---> Running in 9300450c14d6 19:36:32 Removing intermediate container 9300450c14d6 19:36:32 ---> a52a7eae7fe2 19:36:32 Step 20/20 : LABEL version=0.0.0 19:36:32 ---> Running in a3ecd2f1a910 19:36:32 Removing intermediate container a3ecd2f1a910 19:36:32 ---> 2c52b96bb0f8 19:36:32 19:36:33 Successfully built 2c52b96bb0f8 19:36:33 Successfully tagged security-spiffe-token-provider-arm64:latest 19:36:33  Building security-spiffe-token-provider ... done Building support-notifications 19:36:51 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:36:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:36:51 ---> 3b8f7b6cc88f 19:36:51 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:36:51 ---> Using cache 19:36:51 ---> 746483e7b43d 19:36:51 Step 4/23 : WORKDIR /edgex-go 19:36:51 ---> Using cache 19:36:51 ---> 6683ea8ac457 19:36:51 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:36:51 ---> Using cache 19:36:51 ---> 6dc8dcd3cc94 19:36:51 Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates 19:36:51 ---> Running in 2529119af0f7 19:36:51 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:36:52 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:36:53 OK: 221 MiB in 51 packages 19:36:55 Removing intermediate container 2529119af0f7 19:36:55 ---> f8aa5286065c 19:36:55 Step 7/23 : COPY go.mod vendor* ./ 19:36:56 ---> d0641e7594b3 19:36:56 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:36:56 ---> Running in e4d799ec53d6 19:37:14 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 19:37:46 Removing intermediate container e696a3071c19 19:37:46 ---> a88806c9fa09 19:37:46 19:37:46 Step 10/22 : FROM alpine:3.16 19:37:46 ---> a6215f271958 19:37:46 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 19:37:46 ---> Running in 9cc811f87885 19:37:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:37:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:37:46 (1/6) Installing ca-certificates (20220614-r0) 19:37:47 (2/6) Installing brotli-libs (1.0.9-r6) 19:37:47 (3/6) Installing nghttp2-libs (1.47.0-r0) 19:37:47 (4/6) Installing libcurl (7.83.1-r3) 19:37:47 (5/6) Installing curl (7.83.1-r3) 19:37:47 (6/6) Installing dumb-init (1.2.5-r1) 19:37:47 Executing busybox-1.35.0-r17.trigger 19:37:47 Executing ca-certificates-20220614-r0.trigger 19:37:47 OK: 8 MiB in 20 packages 19:37:51 Removing intermediate container 9cc811f87885 19:37:51 ---> 2b58be0978af 19:37:51 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:37:51 ---> Running in 9fadddbbb5e8 19:37:52 Removing intermediate container 9fadddbbb5e8 19:37:52 ---> 799baa3633b0 19:37:52 Step 13/22 : WORKDIR /edgex 19:37:52 ---> Running in 451dd526ee32 19:37:54 Removing intermediate container 451dd526ee32 19:37:54 ---> 379f82433c69 19:37:54 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:37:56 ---> 0b1fcd38f486 19:37:56 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:38:00 ---> 0aa214279dc3 19:38:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:38:03 ---> 16005546848e 19:38:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:38:05 ---> 9046eb1652d8 19:38:05 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:38:05 ---> Running in 28fdd702573f 19:38:06 Removing intermediate container 957b41028c4c 19:38:06 ---> 069a3233d9aa 19:38:06 19:38:06 Step 11/24 : FROM alpine:3.16 19:38:06 ---> a6215f271958 19:38:06 Step 12/24 : RUN apk add --update --no-cache dumb-init 19:38:06 ---> Using cache 19:38:06 ---> a666f0e8e4fc 19:38:06 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:38:06 ---> Using cache 19:38:06 ---> f6a87b6947c7 19:38:06 Step 14/24 : ENV APP_PORT=59882 19:38:06 ---> Running in 3819e3d902ff 19:38:07 Removing intermediate container 3819e3d902ff 19:38:07 ---> 8cf8f57db6ef 19:38:07 Step 15/24 : EXPOSE $APP_PORT 19:38:07 Removing intermediate container e4d799ec53d6 19:38:07 ---> ebb455841256 19:38:07 Step 9/23 : COPY . . 19:38:07 ---> Running in 47a955bd5c08 19:38:08 Removing intermediate container 47a955bd5c08 19:38:08 ---> 6616f2bbc4ec 19:38:08 Step 16/24 : WORKDIR / 19:38:08 Removing intermediate container 28fdd702573f 19:38:08 ---> 71ceb1a339ca 19:38:08 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 19:38:08 ---> Running in 17a15aaf183e 19:38:09 ---> Running in 7eaf5bb5a21d 19:38:10 Removing intermediate container 7eaf5bb5a21d 19:38:10 ---> b17304d961a4 19:38:10 Removing intermediate container 17a15aaf183e 19:38:10 ---> ccf139f44850 19:38:10 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:38:10 Step 20/22 : LABEL arch=arm64 19:38:10 ---> Running in 743bb5f57bc6 19:38:11 Removing intermediate container 743bb5f57bc6 19:38:11 ---> 1742f4045824 19:38:11 Step 21/22 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 19:38:11 ---> Running in f91f548e75c0 19:38:11 ---> d9daddbe43be 19:38:11 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:38:11 Removing intermediate container f91f548e75c0 19:38:11 ---> 866c18a2c179 19:38:11 Step 22/22 : LABEL version=0.0.0 19:38:12 ---> Running in 809e44f89d3b 19:38:13 Removing intermediate container 809e44f89d3b 19:38:13 ---> efc3acbcff5a 19:38:13 19:38:13 Successfully built efc3acbcff5a 19:38:13 Successfully tagged security-proxy-setup-arm64:latest 19:38:15  Building security-proxy-setup ... done  ---> 64beefa7d63a 19:38:15 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:38:16 ---> 9166dcb3185b 19:38:16 Step 20/24 : ENTRYPOINT ["/core-command"] 19:38:16 ---> Running in b9af8b485b91 19:38:17 Removing intermediate container b9af8b485b91 19:38:17 ---> c03a3e0c59a8 19:38:17 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:38:17 ---> Running in 2162c2edbac2 19:38:17 Removing intermediate container 2162c2edbac2 19:38:17 ---> dfe96e4c0c46 19:38:17 Step 22/24 : LABEL arch=arm64 19:38:18 ---> Running in af0af4e1ff05 19:38:19 Removing intermediate container af0af4e1ff05 19:38:19 ---> 9d98dc1d6a23 19:38:19 Step 23/24 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 19:38:19 ---> Running in f97897178588 19:38:20 Removing intermediate container f97897178588 19:38:20 ---> caa35dc3571e 19:38:20 Step 24/24 : LABEL version=0.0.0 19:38:20 ---> Running in 5b1d5d2b12ff 19:38:21 Removing intermediate container 5b1d5d2b12ff 19:38:21 ---> 111131b0814e 19:38:21 19:38:21 Successfully built 111131b0814e 19:38:21 Successfully tagged core-command-arm64:latest 19:38:24  Building core-command ... done  ---> 35083b0b5360 19:38:24 Step 10/23 : RUN make cmd/support-notifications/support-notifications 19:38:24 ---> Running in 2556eb4cc950 19:38:26 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 19:38: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-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:38:56 Removing intermediate container c19144133fce 19:38:56 ---> 3a0275c28f26 19:38:56 19:38:56 Step 10/25 : FROM alpine:3.16 19:38:56 ---> a6215f271958 19:38:56 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:38:56 ---> Running in 57a4cd4f8d19 19:38:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:38:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:38:57 (1/3) Installing ca-certificates (20220614-r0) 19:38:57 (2/3) Installing dumb-init (1.2.5-r1) 19:38:57 (3/3) Installing su-exec (0.2-r1) 19:38:57 Executing busybox-1.35.0-r17.trigger 19:38:58 Executing ca-certificates-20220614-r0.trigger 19:38:58 OK: 6 MiB in 17 packages 19:39:00 Removing intermediate container 57a4cd4f8d19 19:39:00 ---> 109ad113aaaf 19:39:00 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:39:00 ---> Running in 0b893a689548 19:39:00 Removing intermediate container 0b893a689548 19:39:00 ---> 3d4e40636c95 19:39:00 Step 13/25 : WORKDIR / 19:39:00 ---> Running in 742296c33bed 19:39:01 Removing intermediate container 742296c33bed 19:39:01 ---> 3e54ebe240d4 19:39:01 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:39:02 ---> 2cd6dd050de2 19:39:02 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:39:03 ---> 9325e5450aaa 19:39:03 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:39:04 ---> a4ed68467340 19:39:04 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 19:39:05 ---> 135381612a7b 19:39:05 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:39:06 ---> 34f02c70b311 19:39:06 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:39:08 ---> f6e77ad8508d 19:39:08 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:39:09 ---> 4f13231f9cb3 19:39:09 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:39:09 ---> Running in 80d53c744fff 19:39:12 Removing intermediate container 80d53c744fff 19:39:12 ---> 685962396386 19:39:12 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 19:39:12 ---> Running in 7f2d7aaf547b 19:39:13 Removing intermediate container 7f2d7aaf547b 19:39:13 ---> 68b999bc93b7 19:39:13 Step 23/25 : LABEL arch=arm64 19:39:13 ---> Running in 6003dd0aea28 19:39:14 Removing intermediate container 6003dd0aea28 19:39:14 ---> 5e5527202b1b 19:39:14 Step 24/25 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 19:39:14 ---> Running in 09f7edac7221 19:39:15 Removing intermediate container 09f7edac7221 19:39:15 ---> 808530b93ca1 19:39:15 Step 25/25 : LABEL version=0.0.0 19:39:15 ---> Running in e5938210da0a 19:39:16 Removing intermediate container e5938210da0a 19:39:16 ---> 7c0842b42729 19:39:16 19:39:16 Successfully built 7c0842b42729 19:39:16 Successfully tagged security-secretstore-setup-arm64:latest 19:39:23  Building security-secretstore-setup ... done Removing intermediate container 4ad2c3c63463 19:39:23 ---> 78bd11a5d502 19:39:23 19:39:23 Step 11/23 : FROM alpine:3.16 19:39:23 ---> a6215f271958 19:39:23 Step 12/23 : RUN apk add --update --no-cache dumb-init 19:39:23 ---> Using cache 19:39:23 ---> a666f0e8e4fc 19:39:23 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:39:23 ---> Using cache 19:39:23 ---> f6a87b6947c7 19:39:23 Step 14/23 : ENV APP_PORT=59861 19:39:23 ---> Running in e9bcd5a267df 19:39:23 Removing intermediate container e9bcd5a267df 19:39:23 ---> 402c1547463c 19:39:23 Step 15/23 : EXPOSE $APP_PORT 19:39:23 ---> Running in 020de8dbf8fb 19:39:24 Removing intermediate container 020de8dbf8fb 19:39:24 ---> 579dd787f1e1 19:39:24 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:39:25 ---> 119e2781b01e 19:39:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:39:27 ---> b8a63d118f9d 19:39:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:39:28 ---> 39763ea5e5b1 19:39:28 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 19:39:28 ---> Running in 3a4fff84ce31 19:39:29 Removing intermediate container 3a4fff84ce31 19:39:29 ---> d6fc90e672f8 19:39:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:39:29 ---> Running in f3de6a821231 19:39:29 Removing intermediate container f3de6a821231 19:39:29 ---> bba82532e576 19:39:29 Step 21/23 : LABEL arch=arm64 19:39:29 ---> Running in bb55c168fa26 19:39:29 Removing intermediate container bb55c168fa26 19:39:29 ---> 582b5a873b6d 19:39:29 Step 22/23 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 19:39:29 ---> Running in c1e06ddaff93 19:39:30 Removing intermediate container c1e06ddaff93 19:39:30 ---> 6c106eb3ba9d 19:39:30 Step 23/23 : LABEL version=0.0.0 19:39:30 ---> Running in 12911a02c9f4 19:39:31 Removing intermediate container 12911a02c9f4 19:39:31 ---> 58d55e2c0233 19:39:31 19:39:31 Successfully built 58d55e2c0233 19:39:31 Successfully tagged support-scheduler-arm64:latest 19:40:52  Building support-scheduler ... done Removing intermediate container 2556eb4cc950 19:40:52 ---> 4d499e993bff 19:40:52 19:40:52 Step 11/23 : FROM alpine:3.16 19:40:52 ---> a6215f271958 19:40:52 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 19:40:52 ---> Running in af167e2937d3 19:40:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:40:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:40:52 (1/2) Installing ca-certificates (20220614-r0) 19:40:52 (2/2) Installing dumb-init (1.2.5-r1) 19:40:52 Executing busybox-1.35.0-r17.trigger 19:40:52 Executing ca-certificates-20220614-r0.trigger 19:40:52 OK: 6 MiB in 16 packages 19:40:53 Removing intermediate container af167e2937d3 19:40:53 ---> 8657174a455f 19:40:53 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:40:53 ---> Running in 902bbbb2d637 19:40:53 Removing intermediate container 902bbbb2d637 19:40:53 ---> 468413dd03b4 19:40:53 Step 14/23 : ENV APP_PORT=59860 19:40:53 ---> Running in 6c7653a57f7e 19:40:53 Removing intermediate container 6c7653a57f7e 19:40:53 ---> b5823112b168 19:40:53 Step 15/23 : EXPOSE $APP_PORT 19:40:53 ---> Running in 074df0508715 19:40:54 Removing intermediate container 074df0508715 19:40:54 ---> f0cffb56b3a0 19:40:54 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:40:54 ---> 7e3d4794cf22 19:40:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:40:55 ---> bad9cbc48f0b 19:40:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:40:56 ---> 89ab99c63280 19:40:56 Step 19/23 : ENTRYPOINT ["/support-notifications"] 19:40:56 ---> Running in d047ce79a3ed 19:40:56 Removing intermediate container d047ce79a3ed 19:40:56 ---> c33f2455de2b 19:40:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:40:56 ---> Running in b35fce3c6cc4 19:40:56 Removing intermediate container b35fce3c6cc4 19:40:56 ---> 1b0de4decfda 19:40:56 Step 21/23 : LABEL arch=arm64 19:40:57 ---> Running in bfb028cbbbb6 19:40:57 Removing intermediate container bfb028cbbbb6 19:40:57 ---> 6e2f658850a1 19:40:57 Step 22/23 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 19:40:57 ---> Running in 92746dfa64e0 19:40:57 Removing intermediate container 92746dfa64e0 19:40:57 ---> c2790d2d5b9b 19:40:57 Step 23/23 : LABEL version=0.0.0 19:40:57 ---> Running in 25ed5e755159 19:40:57 Removing intermediate container 25ed5e755159 19:40:57 ---> accf627394c8 19:40:57 19:40:58 Successfully built accf627394c8 19:40:58 Successfully tagged support-notifications-arm64:latest 19:40:58  Building support-notifications ... done  [Pipeline] } 19:40:58 $ docker stop --time=1 0cef370d976279313583820400d87aebb222797a6eb31b292e87ad51e05865a7 19:41:00 $ docker rm -f 0cef370d976279313583820400d87aebb222797a6eb31b292e87ad51e05865a7 [Pipeline] // withDockerContainer [Pipeline] sh 19:41:00 + docker images 19:41:00 REPOSITORY TAG IMAGE ID CREATED SIZE 19:41:00 support-notifications-arm64 latest accf627394c8 3 seconds ago 26.3MB 19:41:00 4d499e993bff 12 seconds ago 1.46GB 19:41:00 support-scheduler-arm64 latest 58d55e2c0233 About a minute ago 25.7MB 19:41:00 78bd11a5d502 About a minute ago 1.46GB 19:41:00 security-secretstore-setup-arm64 latest 7c0842b42729 About a minute ago 28.2MB 19:41:00 3a0275c28f26 2 minutes ago 1.39GB 19:41:00 core-command-arm64 latest 111131b0814e 2 minutes ago 16.7MB 19:41:00 security-proxy-setup-arm64 latest efc3acbcff5a 2 minutes ago 26.4MB 19:41:00 069a3233d9aa 2 minutes ago 1.4GB 19:41:00 a88806c9fa09 3 minutes ago 1.39GB 19:41:00 security-spiffe-token-provider-arm64 latest 2c52b96bb0f8 4 minutes ago 28.4MB 19:41:00 d95d21c9258b 4 minutes ago 1.43GB 19:41:00 core-metadata-arm64 latest 1090304d53da 7 minutes ago 17.5MB 19:41:00 e248a463875e 7 minutes ago 1.41GB 19:41:00 core-data-arm64 latest 3ea5f21f4dd8 9 minutes ago 20.7MB 19:41:00 1251edb723ac 9 minutes ago 1.41GB 19:41:00 sys-mgmt-agent-arm64 latest c9445d4a412c 10 minutes ago 133MB 19:41:00 security-bootstrapper-arm64 latest 5e52d62d4435 10 minutes ago 19.1MB 19:41:00 cac1372be95b 11 minutes ago 1.39GB 19:41:00 0ed941b90d4d 11 minutes ago 1.38GB 19:41:00 security-spire-agent-arm64 latest f338ea18bfc3 13 minutes ago 122MB 19:41:00 53abc7689311 14 minutes ago 1.28GB 19:41:00 security-spire-server-arm64 latest 7ae5fa95980d 16 minutes ago 84.3MB 19:41:00 security-spire-config-arm64 latest 2dace4b2cdfb 16 minutes ago 83.6MB 19:41:00 d69e3485dd5b 16 minutes ago 1.28GB 19:41:00 c938d19c8fc0 16 minutes ago 1.28GB 19:41:00 ci-base-image-arm64 latest 3b8f7b6cc88f 30 minutes ago 941MB 19:41:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine 3970a7415f9e 3 days ago 679MB 19:41:00 alpine 3.15 02e0d6fdf486 7 weeks ago 5.33MB 19:41:00 alpine 3.16 a6215f271958 7 weeks ago 5.29MB 19:41:00 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 19:41:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:41:01 19:41:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:41:02 arm64: Pulling from edgex-lftools-log-publisher 19:41:02 8998bd30e6a1: Pulling fs layer 19:41:02 04944245beec: Pulling fs layer 19:41:02 699f458cf7ca: Pulling fs layer 19:41:02 765212b225bb: Pulling fs layer 19:41:02 f23df028b6ca: Pulling fs layer 19:41:02 d65c8cfc05b1: Pulling fs layer 19:41:02 2437ff75d9bd: Pulling fs layer 19:41:02 765212b225bb: Waiting 19:41:02 f23df028b6ca: Waiting 19:41:02 d65c8cfc05b1: Waiting 19:41:02 04944245beec: Verifying Checksum 19:41:02 04944245beec: Download complete 19:41:02 765212b225bb: Verifying Checksum 19:41:02 765212b225bb: Download complete 19:41:02 f23df028b6ca: Verifying Checksum 19:41:02 f23df028b6ca: Download complete 19:41:02 d65c8cfc05b1: Verifying Checksum 19:41:02 d65c8cfc05b1: Download complete 19:41:02 699f458cf7ca: Verifying Checksum 19:41:02 699f458cf7ca: Download complete 19:41:03 8998bd30e6a1: Download complete 19:41:05 2437ff75d9bd: Verifying Checksum 19:41:05 2437ff75d9bd: Download complete 19:41:07 8998bd30e6a1: Pull complete 19:41:07 04944245beec: Pull complete 19:41:08 699f458cf7ca: Pull complete 19:41:09 765212b225bb: Pull complete 19:41:09 f23df028b6ca: Pull complete 19:41:09 d65c8cfc05b1: Pull complete 19:41:25 2437ff75d9bd: Pull complete 19:41:25 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 19:41:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:41:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:41:25 prd-ubuntu20.04-docker-arm64-4c-16g-6929 does not seem to be running inside a container 19:41:25 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 19:41:27 $ docker top 329e9dca0c353e5ba5eb3685eb3002415246c27d4c72d495e1a9ebbc57464ce4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:41:28 ---> job-cost.sh 19:41:28 lf-activate-venv: SKIPPING 19:41:28 INFO: No Stack... 19:41:29 INFO: Retrieving Pricing Info for: v3-standard-4 19:41:30 INFO: Archiving Costs [Pipeline] sh 19:41:30 + cat /w/workspace/edgex-go/1/archives/cost.csv 19:41:30 + cut -d, -f6 [Pipeline] lock 19:41:30 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4178-1-stack-cost] 19:41:30 Resource [jenkins-edgexfoundry-edgex-go-PR-4178-1-stack-cost] did not exist. Created. 19:41:30 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4178-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:41:31 + echo total: 0.10999999940395355 [Pipeline] stash 19:41:31 Stashed 1 file(s) [Pipeline] } 19:41:31 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4178-1-stack-cost] [Pipeline] // lock [Pipeline] } 19:41:31 $ docker stop --time=1 329e9dca0c353e5ba5eb3685eb3002415246c27d4c72d495e1a9ebbc57464ce4 19:41:33 $ docker rm -f 329e9dca0c353e5ba5eb3685eb3002415246c27d4c72d495e1a9ebbc57464ce4 [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 19:41:34 provisioning config files... 19:41:34 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config99819767750012146tmp [Pipeline] { [Pipeline] sh 19:41:34 + set +x 19:41:34 + curl -s https://codecov.io/bash 19:41:34 + bash -s -- 19:41:34 19:41:34 _____ _ 19:41:34 / ____| | | 19:41:34 | | ___ __| | ___ ___ _____ __ 19:41:34 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:41:34 | |___| (_) | (_| | __/ (_| (_) \ V / 19:41:34 \_____\___/ \__,_|\___|\___\___/ \_/ 19:41:34 Bash-1.0.6 19:41:34 19:41:34 19:41:34 ==> git version 2.25.1 found 19:41:34 ==> 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 19:41:34 Release-Date: 2020-01-08 19:41:34 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 19:41:34 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 19:41:34 ==> Jenkins CI detected. 19:41:34 current dir:  /w/workspace/edgex-go/1 19:41:34 project root: . 19:41:34 --> token set from env 19:41:34 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:41:34 ==> Running gcov in . (disable via -X gcov) 19:41:34 ==> Python coveragepy not found 19:41:34 ==> Searching for coverage reports in: 19:41:34 + . 19:41:34 -> Found 1 reports 19:41:34 ==> Detecting git/mercurial file structure 19:41:34 ==> Reading reports 19:41:34 + ./coverage.out bytes=497979 19:41:34 ==> Appending adjustments 19:41:34 https://docs.codecov.io/docs/fixing-reports 19:41:36 + Found adjustments 19:41:36 ==> Gzipping contents 19:41:36 64K /tmp/codecov.YUWhGs.gz 19:41:36 ==> Uploading reports 19:41:36 url: https://codecov.io 19:41:36 query: branch=PR-4178&commit=b66a86bc849a43047d0b1c09735ef80d635252f8&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4178%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4178&job=&cmd_args= 19:41:36 -> Pinging Codecov 19:41:36 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4178&commit=b66a86bc849a43047d0b1c09735ef80d635252f8&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4178%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4178&job=&cmd_args= 19:41:36 -> Uploading to 19:41:36 https://storage.googleapis.com/codecov/v4/raw/2022-10-03/00271124DB129430A58F1EEE437C3FCB/b66a86bc849a43047d0b1c09735ef80d635252f8/2c7bf8d8-b661-4278-9897-f8742758a503.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221003%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221003T194136Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=21d20c29bb2c368cdcdeca35c0956c7bdc5289e57cb7587a867ca7628867fae9 19:41:36 % Total % Received % Xferd Average Speed Time Time Time Current 19:41:36 Dload Upload Total Spent Left Speed 19:41:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65325 0 0 100 65325 0 270k --:--:-- --:--:-- --:--:-- 269k 100 65325 0 0 100 65325 0 270k --:--:-- --:--:-- --:--:-- 269k 19:41:36 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/b66a86bc849a43047d0b1c09735ef80d635252f8 [Pipeline] } 19:41:36 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 19:41:37 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 19:41:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:41:39 ---> package-listing.sh 19:41:39 ++ facter osfamily 19:41:39 ++ tr '[:upper:]' '[:lower:]' 19:41:39 + OS_FAMILY=debian 19:41:39 + workspace=/w/workspace/edgex-go/1 19:41:39 + START_PACKAGES=/tmp/packages_start.txt 19:41:39 + END_PACKAGES=/tmp/packages_end.txt 19:41:39 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:41:39 + PACKAGES=/tmp/packages_start.txt 19:41:39 + '[' /w/workspace/edgex-go/1 ']' 19:41:39 + PACKAGES=/tmp/packages_end.txt 19:41:39 + case "${OS_FAMILY}" in 19:41:39 + dpkg -l 19:41:39 + grep '^ii' 19:41:39 + '[' -f /tmp/packages_start.txt ']' 19:41:39 + '[' -f /tmp/packages_end.txt ']' 19:41:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:41:39 + '[' /w/workspace/edgex-go/1 ']' 19:41:39 + mkdir -p /w/workspace/edgex-go/1/archives/ 19:41:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 19:41:39 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 19:41:39 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:41:40 19:41:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:41:40 latest: Pulling from edgex-lftools-log-publisher 19:41:40 5eb5b503b376: Pulling fs layer 19:41:40 5c69ac0246d0: Pulling fs layer 19:41:40 ec43610c2a17: Pulling fs layer 19:41:40 3a2ae6a8a46f: Pulling fs layer 19:41:40 33b1e0a273af: Pulling fs layer 19:41:40 5d3b04190fa2: Pulling fs layer 19:41:40 2f39f015ded8: Pulling fs layer 19:41:40 3a2ae6a8a46f: Waiting 19:41:40 33b1e0a273af: Waiting 19:41:40 5d3b04190fa2: Waiting 19:41:40 2f39f015ded8: Waiting 19:41:40 5c69ac0246d0: Verifying Checksum 19:41:40 5c69ac0246d0: Download complete 19:41:40 3a2ae6a8a46f: Verifying Checksum 19:41:40 3a2ae6a8a46f: Download complete 19:41:40 33b1e0a273af: Verifying Checksum 19:41:40 33b1e0a273af: Download complete 19:41:40 5d3b04190fa2: Verifying Checksum 19:41:40 5d3b04190fa2: Download complete 19:41:41 ec43610c2a17: Verifying Checksum 19:41:41 ec43610c2a17: Download complete 19:41:41 5eb5b503b376: Verifying Checksum 19:41:41 5eb5b503b376: Download complete 19:41:41 2f39f015ded8: Download complete 19:41:42 5eb5b503b376: Pull complete 19:41:42 5c69ac0246d0: Pull complete 19:41:42 ec43610c2a17: Pull complete 19:41:42 3a2ae6a8a46f: Pull complete 19:41:43 33b1e0a273af: Pull complete 19:41:43 5d3b04190fa2: Pull complete 19:41:48 2f39f015ded8: Pull complete 19:41:48 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 19:41:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:41:48 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:41:48 prd-ubuntu20.04-docker-8c-8g-6928 does not seem to be running inside a container 19:41:48 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 19:41:51 $ docker top 03eee13621c5ed6e9a464fe88ae6733471573123635d6bcb338041cc3a765d09 -eo pid,comm [Pipeline] { [Pipeline] sh 19:41:51 + touch /tmp/pre-build-complete [Pipeline] sh 19:41:52 + mkdir -p /var/log/sysstat [Pipeline] sh 19:41:52 + ls /var/log/sa-host 19:41:52 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:41:52 provisioning config files... 19:41:52 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config10693917545357261868tmp [Pipeline] { [Pipeline] echo 19:41:52 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:41:52 ---> create-netrc.sh [Pipeline] } 19:41:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 19:41:53 ---> python-tools-install.sh [Pipeline] echo 19:41:53 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:41:53 ---> sudo-logs.sh 19:41:53 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:41:53 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:41:54 ---> job-cost.sh 19:41:54 lf-activate-venv: SKIPPING 19:41:54 DEBUG: total: 0.10999999940395355 19:41:54 INFO: Retrieving Stack Cost... 19:41:54 INFO: Retrieving Pricing Info for: v3-standard-8 19:41:54 INFO: Archiving Costs [Pipeline] echo 19:41:54 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:41:55 ---> logs-deploy.sh 19:41:55 lf-activate-venv: SKIPPING 19:41:55 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4178/1 19:41:55 INFO: archiving workspace using pattern(s): 19:41:56 Archives upload complete. 19:41:56 INFO: archiving logs to Nexus