Pull request #4219 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 682c501e66e771fa8a9110e3f6debe152e4b1e78+9e554929d717cf1151dbdc4a6532773c76b36b26 (db7a2ea4f182208e32365af746309726804b6320) 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-ssh18119801672014075214.key Verifying host key using known hosts file > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6c1167a966ce7273a24629bf6583a1975ad218c3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh9411076279111869972.key Verifying host key using known hosts file > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 6c1167a966ce7273a24629bf6583a1975ad218c3 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4219/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-4219/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1827093263673973096.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-4219/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15708626609671819224.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6c1167a966ce7273a24629bf6583a1975ad218c3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c1167a966ce7273a24629bf6583a1975ad218c3 # timeout=10 Commit message: "Merge pull request #418 from cjoyv/upgrade-gradle" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh7865162062697927490.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-4219/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-4219/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh5874974139454765160.key Verifying host key using known hosts file > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-116965 in /w/workspace/edgexfoundry_edgex-go_PR-4219 [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 Merging remotes/origin/main commit 9e554929d717cf1151dbdc4a6532773c76b36b26 into PR head commit 682c501e66e771fa8a9110e3f6debe152e4b1e78 Merge succeeded, producing 682c501e66e771fa8a9110e3f6debe152e4b1e78 Checking out Revision 682c501e66e771fa8a9110e3f6debe152e4b1e78 (PR-4219) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4219/head:refs/remotes/origin/PR-4219 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 682c501e66e771fa8a9110e3f6debe152e4b1e78 # 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 9e554929d717cf1151dbdc4a6532773c76b36b26 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 682c501e66e771fa8a9110e3f6debe152e4b1e78 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:19:55 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:19:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:19:55 ========================================================= 19:19:55 EdgeX Global Pipelines Version Info 19:19:55 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:19:56 ------------------- 19:19:56 stable info: 19:19:56 ------------------- 19:19:56 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:19:56 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 19:19:56 Message: update stable to v1.0.243 19:19:57 ------------------- 19:19:57 experimental info: 19:19:57 ------------------- 19:19:57 Commited By: **** collab-it+edgex@linuxfoundation.org 19:19:57 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 19:19:57 Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:19:57 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:19:57 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:19:57 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:19:57 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:19:57 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:19:57 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 19:19:57 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:19:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:19:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:19:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:19:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:19:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:19:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:19:57 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:19:57 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:19:57 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:19:58 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:19:58 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:19:58 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:19:58 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 19:19:58 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:19:58 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:19:58 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 19:19:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4219 [Pipeline] echo 19:19:58 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4219 [Pipeline] echo 19:19:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4219 [Pipeline] echo 19:19:58 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 682c501e66e771fa8a9110e3f6debe152e4b1e78 [Pipeline] echo 19:19:58 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 682c501 [Pipeline] echo 19:19:58 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:19:58 provisioning config files... 19:19:58 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config5922628446988188595tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:19:58 ---> docker-login.sh 19:19:58 nexus3.edgexfoundry.org:10001 19:19:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:19:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:19:59 Configure a credential helper to remove this warning. See 19:19:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:19:59 19:19:59 Login Succeeded 19:19:59 nexus3.edgexfoundry.org:10002 19:19:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:19:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:19:59 Configure a credential helper to remove this warning. See 19:19:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:19:59 19:19:59 Login Succeeded 19:19:59 nexus3.edgexfoundry.org:10003 19:19:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:19:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:19:59 Configure a credential helper to remove this warning. See 19:19:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:19:59 19:19:59 Login Succeeded 19:19:59 nexus3.edgexfoundry.org:10004 19:19:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:19:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:19:59 Configure a credential helper to remove this warning. See 19:19:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:19:59 19:19:59 Login Succeeded 19:19:59 docker.io 19:19:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:20:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:20:00 Configure a credential helper to remove this warning. See 19:20:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:20:00 19:20:00 Login Succeeded 19:20:00 ---> docker-login.sh ends [Pipeline] } 19:20:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:20:00 + ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 19:20:00 + cut -d/ -f2 19:20:00 + dirname cmd/core-command/Dockerfile 19:20:00 + echo core-command,cmd/core-command/Dockerfile 19:20:00 + cut -d/ -f2 19:20:00 + dirname cmd/core-data/Dockerfile 19:20:00 + echo core-data,cmd/core-data/Dockerfile 19:20:00 + dirname cmd/core-metadata/Dockerfile 19:20:00 + cut -d/ -f2 19:20:00 + echo core-metadata,cmd/core-metadata/Dockerfile 19:20:00 + dirname cmd/security-bootstrapper/Dockerfile 19:20:00 + cut -d/ -f2 19:20:00 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:20:00 + dirname cmd/security-proxy-setup/Dockerfile+ 19:20:00 cut -d/ -f2 19:20:00 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:20:00 + dirname cmd/security-secretstore-setup/Dockerfile 19:20:00 + cut -d/ -f2 19:20:00 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:20:00 + dirname cmd/security-spiffe-token-provider/Dockerfile 19:20:00 + cut -d/ -f2 19:20:00 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 19:20:00 + dirname cmd/security-spire-agent/Dockerfile 19:20:00 + cut -d/ -f2 19:20:00 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 19:20:00 + + dirname cmd/security-spire-config/Dockerfile 19:20:00 cut -d/ -f2 19:20:00 + echo security-spire-config,cmd/security-spire-config/Dockerfile 19:20:00 + dirname+ cmd/security-spire-server/Dockerfile 19:20:00 cut -d/ -f2 19:20:00 + echo security-spire-server,cmd/security-spire-server/Dockerfile 19:20:00 + dirname cmd/support-notifications/Dockerfile 19:20:00 + cut -d/ -f2 19:20:00 + echo support-notifications,cmd/support-notifications/Dockerfile 19:20:00 + dirname cmd/support-scheduler/Dockerfile 19:20:00 + cut -d/ -f2 19:20:00 + echo support-scheduler,cmd/support-scheduler/Dockerfile 19:20:00 + dirname cmd/sys-mgmt-agent/Dockerfile 19:20:00 + cut -d/ -f2 19:20:00 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 19:20:00 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 19:20:00 + git rev-list -1 --merges 682c501e66e771fa8a9110e3f6debe152e4b1e78~1..682c501e66e771fa8a9110e3f6debe152e4b1e78 [Pipeline] echo 19:20:01 -----------> git rev-list -1 --merges 682c501e66e771fa8a9110e3f6debe152e4b1e78~1..682c501e66e771fa8a9110e3f6debe152e4b1e78 682c501e66e771fa8a9110e3f6debe152e4b1e78 [false] [Pipeline] sh 19:20:01 + git log --format=format:%s -1 682c501e66e771fa8a9110e3f6debe152e4b1e78 [Pipeline] echo 19:20:01 ========================================================= 19:20:01 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:20:01 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 19:20:01 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:20:01 + grep -v github /etc/ssh/ssh_known_hosts 19:20:01 + [ -e /tmp/ssh_known_hosts ] 19:20:01 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:20:01 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 19:20:01 + sudo tee -a /etc/ssh/ssh_known_hosts 19:20:01 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:20:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:20:02 19:20:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:20:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:20:02 0.1.4: Pulling from edgex-devops/py-git-semver 19:20:02 b85a868b505f: Pulling fs layer 19:20:02 e2be974225ed: Pulling fs layer 19:20:02 339a4e72a1f5: Pulling fs layer 19:20:02 988bab9f4d93: Pulling fs layer 19:20:02 1469e6f7b9e6: Pulling fs layer 19:20:02 eaf3925da568: Pulling fs layer 19:20:02 bab4dde63d76: Pulling fs layer 19:20:02 bde34c3a00c8: Pulling fs layer 19:20:02 b352a97aabf1: Pulling fs layer 19:20:02 4872d77fe225: Pulling fs layer 19:20:02 5851b861e8e6: Pulling fs layer 19:20:02 bab4dde63d76: Waiting 19:20:02 bde34c3a00c8: Waiting 19:20:02 988bab9f4d93: Waiting 19:20:02 1469e6f7b9e6: Waiting 19:20:02 eaf3925da568: Waiting 19:20:02 4872d77fe225: Waiting 19:20:02 b352a97aabf1: Waiting 19:20:02 5851b861e8e6: Waiting 19:20:02 e2be974225ed: Download complete 19:20:02 988bab9f4d93: Verifying Checksum 19:20:02 988bab9f4d93: Download complete 19:20:02 1469e6f7b9e6: Verifying Checksum 19:20:02 1469e6f7b9e6: Download complete 19:20:02 339a4e72a1f5: Verifying Checksum 19:20:02 339a4e72a1f5: Download complete 19:20:02 eaf3925da568: Download complete 19:20:02 bde34c3a00c8: Download complete 19:20:02 b352a97aabf1: Verifying Checksum 19:20:02 b352a97aabf1: Download complete 19:20:02 4872d77fe225: Verifying Checksum 19:20:02 4872d77fe225: Download complete 19:20:02 5851b861e8e6: Verifying Checksum 19:20:02 5851b861e8e6: Download complete 19:20:02 b85a868b505f: Verifying Checksum 19:20:02 b85a868b505f: Download complete 19:20:03 bab4dde63d76: Verifying Checksum 19:20:03 bab4dde63d76: Download complete 19:20:04 b85a868b505f: Pull complete 19:20:04 e2be974225ed: Pull complete 19:20:04 339a4e72a1f5: Pull complete 19:20:04 988bab9f4d93: Pull complete 19:20:05 1469e6f7b9e6: Pull complete 19:20:05 eaf3925da568: Pull complete 19:20:07 bab4dde63d76: Pull complete 19:20:07 bde34c3a00c8: Pull complete 19:20:07 b352a97aabf1: Pull complete 19:20:07 4872d77fe225: Pull complete 19:20:07 5851b861e8e6: Pull complete 19:20:07 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 19:20:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:20:07 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:20:07 prd-ubuntu20.04-docker-8c-8g-116965 does not seem to be running inside a container 19:20:07 $ 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:20:09 $ docker top 738cc1a4c0eb8679d57ae61dde25f7d7b2a8bc461e57b7ad8e49a6ee79d9bbea -eo pid,comm 19:20:09 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:20:09 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:20:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:20:09 [ssh-agent] Looking for ssh-agent implementation... 19:20:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:20:10 $ docker exec 738cc1a4c0eb8679d57ae61dde25f7d7b2a8bc461e57b7ad8e49a6ee79d9bbea ssh-agent 19:20:10 SSH_AUTH_SOCK=/tmp/ssh-CGsMAvLRfiPp/agent.33 19:20:10 SSH_AGENT_PID=39 19:20:10 Running ssh-add (command line suppressed) 19:20:10 Identity added: /w/workspace/edgex-go/1@tmp/private_key_146335366147833311.key (/w/workspace/edgex-go/1@tmp/private_key_146335366147833311.key) 19:20:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:20:10 + git tag --points-at HEAD [Pipeline] } 19:20:10 $ docker exec --env ******** --env ******** 738cc1a4c0eb8679d57ae61dde25f7d7b2a8bc461e57b7ad8e49a6ee79d9bbea ssh-agent -k 19:20:10 unset SSH_AUTH_SOCK; 19:20:10 unset SSH_AGENT_PID; 19:20:10 echo Agent pid 39 killed; 19:20:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:20:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:20:10 [ssh-agent] Looking for ssh-agent implementation... 19:20:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:20:10 $ docker exec 738cc1a4c0eb8679d57ae61dde25f7d7b2a8bc461e57b7ad8e49a6ee79d9bbea ssh-agent 19:20:11 SSH_AUTH_SOCK=/tmp/ssh-YxtCcxXbqTXW/agent.71 19:20:11 SSH_AGENT_PID=77 19:20:11 Running ssh-add (command line suppressed) 19:20:11 Identity added: /w/workspace/edgex-go/1@tmp/private_key_13851217907691778543.key (/w/workspace/edgex-go/1@tmp/private_key_13851217907691778543.key) 19:20:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:20:11 + git semver init 19:20:11 2022-10-25 19:20:11,694 [run_init] DEBUG init version:0.0.0 force:False 19:20:11 2022-10-25 19:20:11,695 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 19:20:11 2022-10-25 19:20:11,695 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 19:20:11 2022-10-25 19:20:11,696 [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:20:17 2022-10-25 19:20:16,763 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 19:20:17 2022-10-25 19:20:16,764 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4219 with force:False 19:20:17 2022-10-25 19:20:16,764 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4219 19:20:17 2022-10-25 19:20:16,768 [execute] INFO git cat-file --batch-check 19:20:17 2022-10-25 19:20:16,769 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:20:17 2022-10-25 19:20:16,775 [execute] INFO git cat-file --batch 19:20:17 2022-10-25 19:20:16,775 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:20:17 2022-10-25 19:20:16,779 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4219 19:20:17 0.0.0 [Pipeline] } 19:20:17 $ docker exec --env ******** --env ******** 738cc1a4c0eb8679d57ae61dde25f7d7b2a8bc461e57b7ad8e49a6ee79d9bbea ssh-agent -k 19:20:17 unset SSH_AUTH_SOCK; 19:20:17 unset SSH_AGENT_PID; 19:20:17 echo Agent pid 77 killed; 19:20:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:20:17 + git semver [Pipeline] } 19:20:17 $ docker stop --time=1 738cc1a4c0eb8679d57ae61dde25f7d7b2a8bc461e57b7ad8e49a6ee79d9bbea 19:20:19 $ docker rm -f 738cc1a4c0eb8679d57ae61dde25f7d7b2a8bc461e57b7ad8e49a6ee79d9bbea [Pipeline] // withDockerContainer [Pipeline] sh 19:20:19 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:20:19 Stashed 1 file(s) [Pipeline] echo 19:20:19 [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:20:20 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:20:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:20:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:20:20 ========================================================= 19:20:20 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 19:20:20 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:20:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:20:21 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 19:20:21 213ec9aee27d: Pulling fs layer 19:20:21 4583459ba037: Pulling fs layer 19:20:21 93c1e223e6f2: Pulling fs layer 19:20:21 53926ce57604: Pulling fs layer 19:20:21 21b2b0c7a3f4: Pulling fs layer 19:20:21 30f14e443154: Pulling fs layer 19:20:21 801331c1e519: Pulling fs layer 19:20:21 99cc6dd402b0: Pulling fs layer 19:20:21 7d9ed39f4882: Pulling fs layer 19:20:21 21b2b0c7a3f4: Waiting 19:20:21 30f14e443154: Waiting 19:20:21 801331c1e519: Waiting 19:20:21 99cc6dd402b0: Waiting 19:20:21 7d9ed39f4882: Waiting 19:20:21 53926ce57604: Waiting 19:20:21 93c1e223e6f2: Download complete 19:20:21 4583459ba037: Verifying Checksum 19:20:21 4583459ba037: Download complete 19:20:21 21b2b0c7a3f4: Verifying Checksum 19:20:21 21b2b0c7a3f4: Download complete 19:20:21 30f14e443154: Verifying Checksum 19:20:21 30f14e443154: Download complete 19:20:21 213ec9aee27d: Download complete 19:20:21 801331c1e519: Download complete 19:20:21 213ec9aee27d: Pull complete 19:20:21 4583459ba037: Pull complete 19:20:21 93c1e223e6f2: Pull complete 19:20:21 7d9ed39f4882: Verifying Checksum 19:20:21 7d9ed39f4882: Download complete 19:20:21 99cc6dd402b0: Verifying Checksum 19:20:21 99cc6dd402b0: Download complete 19:20:21 53926ce57604: Verifying Checksum 19:20:21 53926ce57604: Download complete 19:20:26 53926ce57604: Pull complete 19:20:26 21b2b0c7a3f4: Pull complete 19:20:26 30f14e443154: Pull complete 19:20:26 801331c1e519: Pull complete 19:20:27 99cc6dd402b0: Pull complete 19:20:28 7d9ed39f4882: Pull complete 19:20:28 Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 19:20:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:20:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 19:20:28 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:20:28 WORKDIR /edgex 19:20:28 COPY go.mod . 19:20:28 RUN go mod download 19:20:28 + docker build -t ci-base-image-x86_64 -f - . 19:20:29 Sending build context to Docker daemon 169.8MB 19:20:29 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:20:29 ---> 1dedd983c030 19:20:29 Step 2/4 : WORKDIR /edgex 19:20:34 ---> Running in 5e76f600e429 19:20:34 Removing intermediate container 5e76f600e429 19:20:34 ---> 32ceda4b7a0a 19:20:34 Step 3/4 : COPY go.mod . 19:20:34 ---> 19793e59f297 19:20:34 Step 4/4 : RUN go mod download 19:20:34 ---> Running in 57f946835c56 19:20:35 Still waiting to schedule task 19:20:35 ‘prd-ubuntu20.04-docker-8c-8g-116950’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 19:20:35 ‘prd-ubuntu20.04-docker-arm64-4c-16g-116966’ is offline 19:20:49 Removing intermediate container 57f946835c56 19:20:49 ---> 2a934ceee930 19:20:49 Successfully built 2a934ceee930 19:20:49 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:20:49 + docker inspect -f . ci-base-image-x86_64 19:20:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:20:50 prd-ubuntu20.04-docker-8c-8g-116965 does not seem to be running inside a container 19:20:50 $ 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:20:50 $ docker top d25ab82317f6724a841c2561f5f96e9b04a2f2d3b22fc0d7c7902e4dfedc0f74 -eo pid,comm [Pipeline] { [Pipeline] sh 19:20:50 + go version 19:20:50 go version go1.18.7 linux/amd64 [Pipeline] } 19:20:50 $ docker stop --time=1 d25ab82317f6724a841c2561f5f96e9b04a2f2d3b22fc0d7c7902e4dfedc0f74 19:20:52 $ docker rm -f d25ab82317f6724a841c2561f5f96e9b04a2f2d3b22fc0d7c7902e4dfedc0f74 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:20:52 + docker inspect -f . ci-base-image-x86_64 19:20:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:20:52 prd-ubuntu20.04-docker-8c-8g-116965 does not seem to be running inside a container 19:20:53 $ 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:20:53 $ docker top d785e222cc2a34afcde7347381808839e8e0f6b8414b7dd61518666c782326f3 -eo pid,comm [Pipeline] { [Pipeline] echo 19:20:53 ========================================================= 19:20:53 [edgeXBuildGoParallel] Running Tests and Build... 19:20:53 ========================================================= [Pipeline] sh 19:20:53 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:20:54 + make test 19:20:54 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:21:00 ? github.com/edgexfoundry/edgex-go [no test files] 19:21:15 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:21:15 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:21:15 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:21:15 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:21:15 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:21:15 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:21:15 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:21:15 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:21:15 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:21:15 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:21:15 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:21:15 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:21:15 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:21:15 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:21:15 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:21:15 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.098s coverage: 28.7% of statements 19:21:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:21:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:21:15 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.107s coverage: 98.5% of statements 19:21:15 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.123s coverage: 43.0% of statements 19:21:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:21:15 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:21:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.142s coverage: 54.2% of statements 19:21:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:21:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:21:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.736s coverage: 89.2% of statements 19:21:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:21:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:21:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:21:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:21:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:21:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.071s coverage: 2.2% of statements 19:21:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:21:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:21:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.457s coverage: 95.6% of statements 19:21:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:21:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:21:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:21:19 ok github.com/edgexfoundry/edgex-go/internal/io 0.058s coverage: 72.2% of statements 19:21:19 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:21:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:21:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:21:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:21:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:21:19 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.062s coverage: 60.0% of statements 19:21:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:21:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:21:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:21:19 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.079s coverage: 0.9% of statements 19:21:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:21:19 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.060s coverage: 58.8% of statements 19:21:19 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.072s coverage: 29.6% of statements 19:21:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:21:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.055s coverage: 47.1% of statements 19:21:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.092s coverage: 79.5% of statements 19:21:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.064s coverage: 94.1% of statements 19:21:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.089s coverage: 96.3% of statements 19:21:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements 19:21:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.060s coverage: 94.4% of statements 19:21:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.048s coverage: 44.8% of statements 19:21:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.211s coverage: 79.9% of statements 19:21:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:21:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.087s coverage: 92.9% of statements 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:21:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.030s coverage: 65.1% of statements 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:21:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.081s coverage: 86.9% of statements 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:21:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.066s coverage: 87.2% of statements 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:21:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:21:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.084s coverage: 58.8% of statements 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:21:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.085s coverage: 80.0% of statements 19:21:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.050s coverage: 87.2% of statements 19:21:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.086s coverage: 85.4% of statements 19:21:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.233s coverage: 91.2% of statements 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:21:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.195s coverage: 64.7% of statements 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:21:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements 19:21:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 89.4% of statements 19:21:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 19:21:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 19:21:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 19:21:38 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.351s coverage: 65.8% of statements 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:21:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.165s coverage: 41.8% of statements 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:21:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.067s coverage: 89.5% of statements 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:21:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.053s coverage: 84.8% of statements 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:21:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.093s coverage: 17.7% of statements 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:21:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.173s coverage: 92.3% of statements 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:21:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.086s coverage: 63.2% of statements 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:21:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.120s coverage: 97.7% of statements 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:21:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.065s coverage: 28.9% of statements 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:21:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:21:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements 19:21:38 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements 19:21:38 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:22:00 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:22:00 GO111MODULE=on go vet ./... 19:22:02 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:22:02 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:22:02 ./bin/test-attribution-txt.sh [Pipeline] echo 19:22:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:22:02 + ls -al . 19:22:02 total 768 19:22:02 drwxrwxr-x 11 1001 1001 4096 Oct 25 19:20 . 19:22:02 drwxr-xr-x 4 root root 4096 Oct 25 19:20 .. 19:22:02 drwxrwxr-x 2 1001 1001 4096 Oct 25 19:19 .blubracket 19:22:02 -rw-rw-r-- 1 1001 1001 16 Oct 25 19:19 .dockerignore 19:22:02 drwxrwxr-x 8 1001 1001 4096 Oct 25 19:21 .git 19:22:02 drwxrwxr-x 3 1001 1001 4096 Oct 25 19:19 .github 19:22:02 -rw-rw-r-- 1 1001 1001 1030 Oct 25 19:19 .gitignore 19:22:02 -rw-rw-r-- 1 1001 1001 42 Oct 25 19:19 .golangci.yml 19:22:02 -rw-rw-r-- 1 1001 1001 87 Oct 25 19:19 .hadolint.yml 19:22:02 drwxr-xr-x 3 1001 1001 4096 Oct 25 19:20 .semver 19:22:02 -rw-rw-r-- 1 1001 1001 166 Oct 25 19:19 .sonarcloud.properties 19:22:02 -rw-rw-r-- 1 1001 1001 1171 Oct 25 19:19 ADOPTERS.md 19:22:02 -rw-rw-r-- 1 1001 1001 10722 Oct 25 19:19 Attribution.txt 19:22:02 -rw-rw-r-- 1 1001 1001 63209 Oct 25 19:19 CHANGELOG.md 19:22:02 -rw-rw-r-- 1 1001 1001 3804 Oct 25 19:19 CONTRIBUTING.md 19:22:02 -rw-rw-r-- 1 1001 1001 677 Oct 25 19:19 GOVERNANCE.md 19:22:02 -rw-rw-r-- 1 1001 1001 850 Oct 25 19:19 Jenkinsfile 19:22:02 -rw-rw-r-- 1 1001 1001 10775 Oct 25 19:19 LICENSE 19:22:02 -rw-rw-r-- 1 1001 1001 13857 Oct 25 19:19 Makefile 19:22:02 -rw-rw-r-- 1 1001 1001 582 Oct 25 19:19 OWNERS.md 19:22:02 -rw-rw-r-- 1 1001 1001 9799 Oct 25 19:19 README.md 19:22:02 -rw-rw-r-- 1 1001 1001 6912 Oct 25 19:19 SECURITY.md 19:22:02 -rw-rw-r-- 1 1001 1001 5 Oct 25 19:20 VERSION 19:22:02 -rw-rw-r-- 1 1001 1001 4131 Oct 25 19:19 ZMQWindows.md 19:22:02 drwxrwxr-x 2 1001 1001 4096 Oct 25 19:19 bin 19:22:02 drwxrwxr-x 18 1001 1001 4096 Oct 25 19:19 cmd 19:22:02 -rw-r--r-- 1 root root 501828 Oct 25 19:21 coverage.out 19:22:02 -rw-rw-r-- 1 1001 1001 3447 Oct 25 19:19 go.mod 19:22:02 -rw-rw-r-- 1 1001 1001 45062 Oct 25 19:19 go.sum 19:22:02 drwxrwxr-x 8 1001 1001 4096 Oct 25 19:19 internal 19:22:02 drwxrwxr-x 3 1001 1001 4096 Oct 25 19:19 openapi 19:22:02 drwxrwxr-x 4 1001 1001 4096 Oct 25 19:19 snap 19:22:02 -rw-rw-r-- 1 1001 1001 204 Oct 25 19:19 version.go [Pipeline] sh 19:22:03 + '[' -e coverage.out ] 19:22:03 + chown 1001:1001 coverage.out [Pipeline] stash 19:22:03 Stashed 1 file(s) [Pipeline] sh 19:22:03 + make build 19:22:03 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:22:18 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:22:28 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:22:28 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:22: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/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:22: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/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:22:37 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:22:39 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:22: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/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:22: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-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:22:42 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:22: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-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:22: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-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 19:22:46 $ docker stop --time=1 d785e222cc2a34afcde7347381808839e8e0f6b8414b7dd61518666c782326f3 19:22:49 $ docker rm -f d785e222cc2a34afcde7347381808839e8e0f6b8414b7dd61518666c782326f3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:22:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:22:50 19:22:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:22:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:22:51 latest: Pulling from edgex-devops/edgex-compose 19:22:51 cbdbe7a5bc2a: Pulling fs layer 19:22:51 ca9280d653b3: Pulling fs layer 19:22:51 7e9c9ca2126c: Pulling fs layer 19:22:51 cbdbe7a5bc2a: Verifying Checksum 19:22:51 cbdbe7a5bc2a: Download complete 19:22:51 ca9280d653b3: Verifying Checksum 19:22:51 ca9280d653b3: Download complete 19:22:51 cbdbe7a5bc2a: Pull complete 19:22:51 7e9c9ca2126c: Verifying Checksum 19:22:51 7e9c9ca2126c: Download complete 19:22:51 ca9280d653b3: Pull complete 19:22:55 7e9c9ca2126c: Pull complete 19:22:55 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:22:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:22:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:22:55 prd-ubuntu20.04-docker-8c-8g-116965 does not seem to be running inside a container 19:22:55 $ 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:22:58 $ docker top b9ba783f704789a27563954ff8096eeee4a66d8c3da7757a8715cf5d87f53d3b -eo pid,comm [Pipeline] { [Pipeline] sh 19:22:58 + docker-compose build --help 19:22:58 + grep parallel 19:22:59 --parallel Build images in parallel. [Pipeline] } 19:22:59 $ docker stop --time=1 b9ba783f704789a27563954ff8096eeee4a66d8c3da7757a8715cf5d87f53d3b 19:23:00 $ docker rm -f b9ba783f704789a27563954ff8096eeee4a66d8c3da7757a8715cf5d87f53d3b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:23:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:23:01 prd-ubuntu20.04-docker-8c-8g-116965 does not seem to be running inside a container 19:23:01 $ 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:23:01 $ docker top 51120d4f6a227adc1644b7827a1a9c7620c5497ed268282b70939e83715a39bb -eo pid,comm [Pipeline] { [Pipeline] sh 19:23:02 + docker-compose -f ./docker-compose-build.yml build --parallel 19:23:02 Building core-command ... 19:23:02 Building core-data ... 19:23:02 Building core-metadata ... 19:23:02 Building security-bootstrapper ... 19:23:02 Building security-proxy-setup ... 19:23:02 Building security-secretstore-setup ... 19:23:02 Building security-spiffe-token-provider ... 19:23:02 Building security-spire-agent ... 19:23:02 Building security-spire-config ... 19:23:02 Building security-spire-server ... 19:23:02 Building support-notifications ... 19:23:02 Building support-scheduler ... 19:23:02 Building sys-mgmt-agent ... 19:23:02 Building core-command 19:23:02 Building security-spiffe-token-provider 19:23:02 Building support-scheduler 19:23:02 Building security-bootstrapper 19:23:02 Building security-spire-config 19:23:15 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:23:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:23:15 ---> 2a934ceee930 19:23:15 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:23:15 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:23:15 Step 2/20 : FROM ${BUILDER_BASE} AS builder 19:23:15 ---> 2a934ceee930 19:23:15 Step 3/20 : WORKDIR /edgex-go 19:23:15 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:23:15 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:23:15 ---> 2a934ceee930 19:23:15 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:23:15 Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:23:15 Step 2/33 : FROM ${BUILDER_BASE} AS builder 19:23:15 ---> 2a934ceee930 19:23:15 Step 3/33 : WORKDIR /edgex-go 19:23:15 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:23:15 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:23:15 ---> 2a934ceee930 19:23:15 Step 3/26 : WORKDIR /edgex-go 19:23:19 ---> Running in d3391fe36e52 19:23:19 ---> Running in 62ddf9336003 19:23:19 ---> Running in e6376321be04 19:23:19 ---> Running in 3c15c93e4ebb 19:23:19 ---> Running in 6eca2d0b8292 19:23:19 Removing intermediate container 62ddf9336003 19:23:19 ---> 928ade602890 19:23:19 Step 4/23 : WORKDIR /edgex-go 19:23:19 Removing intermediate container 6eca2d0b8292 19:23:19 ---> 66207ce6a567 19:23:19 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 19:23:19 Removing intermediate container d3391fe36e52 19:23:19 ---> 506c778869e6 19:23:19 Step 4/24 : WORKDIR /edgex-go 19:23:19 Removing intermediate container e6376321be04 19:23:19 ---> f391910b0935 19:23:19 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:23:19 Removing intermediate container 3c15c93e4ebb 19:23:19 ---> 2104dab4b28b 19:23:19 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:23:19 ---> Running in 74d812f76efc 19:23:19 ---> Running in 5f51e0e19647 19:23:19 ---> Running in e210d8481b75 19:23:19 ---> Running in 8741ede2aa51 19:23:19 ---> Running in 7fe2496103ae 19:23:19 Removing intermediate container 74d812f76efc 19:23:19 ---> ac4e88472c51 19:23:19 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:23:19 ---> Running in ee6a9608f34d 19:23:19 Removing intermediate container 8741ede2aa51 19:23:19 ---> 41e062203de8 19:23:19 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:23:19 ---> Running in f5e132f5f4b3 19:23:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:23:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:23:20 v3.16.2-338-g66e9ed6d86 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 19:23:20 v3.16.2-337-g03fc1018a8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 19:23:20 OK: 17039 distinct packages available 19:23:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:23:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:23:20 Removing intermediate container e210d8481b75 19:23:20 ---> 6433c2302854 19:23:20 Step 5/33 : RUN apk add --update --no-cache make git 19:23:20 OK: 211 MiB in 51 packages 19:23:20 ---> Running in 156c1e279f95 19:23:20 Removing intermediate container 7fe2496103ae 19:23:20 ---> 484918ad52a1 19:23:20 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:23:20 ---> Running in e53f4141d134 19:23:20 Removing intermediate container f5e132f5f4b3 19:23:20 ---> 127121fb9567 19:23:20 Step 6/24 : RUN apk add --update --no-cache make git 19:23:20 ---> Running in 5e20b50c928a 19:23:20 Removing intermediate container ee6a9608f34d 19:23:20 ---> a99cd912cbb6 19:23:20 Step 6/23 : RUN apk add --update --no-cache make git 19:23:20 ---> Running in 4934bfb9588c 19:23:20 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:23:20 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:23:20 Removing intermediate container 5f51e0e19647 19:23:20 ---> 2adfb2e01c38 19:23:20 Step 5/20 : COPY go.mod vendor* ./ 19:23:20 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:23:20 ---> 5b26e3e7f06d 19:23:20 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:23:20 ---> Running in 18b6765ab844 19:23:21 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:23:21 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:23:21 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:23:21 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:23:21 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:23:21 OK: 211 MiB in 51 packages 19:23:22 OK: 211 MiB in 51 packages 19:23:22 OK: 211 MiB in 51 packages 19:23:22 OK: 211 MiB in 51 packages 19:23:25 Removing intermediate container 5e20b50c928a 19:23:25 ---> 99c09b25a19d 19:23:25 Step 7/24 : COPY go.mod vendor* ./ 19:23:25 Removing intermediate container 156c1e279f95 19:23:25 ---> af56cefc54f8 19:23:25 Step 6/33 : COPY go.mod vendor* ./ 19:23:25 Removing intermediate container e53f4141d134 19:23:25 ---> 372b9d6a4316 19:23:25 Step 6/26 : COPY go.mod vendor* ./ 19:23:25 Removing intermediate container 4934bfb9588c 19:23:25 ---> f37dcabd6da7 19:23:25 Step 7/23 : COPY go.mod vendor* ./ 19:23:25 ---> bfcf824e58f9 19:23:25 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:23:25 ---> Running in f50b9a16b02d 19:23:25 ---> 3ed920477136 19:23:25 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:23:25 ---> f9a59ff6225f 19:23:25 Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:23:25 ---> Running in 53e33875311c 19:23:25 ---> Running in cc949cb108af 19:23:25 ---> bf9d0ded6ffe 19:23:25 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:23:25 ---> Running in d0c3437262fd 19:23:40 Removing intermediate container 18b6765ab844 19:23:40 ---> e7f830674d30 19:23:40 Step 7/20 : COPY . . 19:23:55 ---> 97ca9c82462b 19:23:55 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:23:55 ---> Running in a97a7e81f98c 19:23: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-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 19:23:55 Removing intermediate container 53e33875311c 19:23:55 ---> 08cdd0e10732 19:23:55 Step 8/26 : COPY . . 19:23:55 Removing intermediate container d0c3437262fd 19:23:55 ---> a921f6df4597 19:23:55 Step 9/23 : COPY . . 19:23:55 Removing intermediate container cc949cb108af 19:23:55 ---> 042814b9732b 19:23:55 Step 8/33 : COPY . . 19:23:55 Removing intermediate container f50b9a16b02d 19:23:55 ---> aeb060691574 19:23:55 Step 9/24 : COPY . . 19:24:17 ---> f172173ae9fb 19:24:17 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:24:17 ---> 0f1d30b2d697 19:24:17 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:24:17 ---> dc245e9c3b48 19:24:17 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 19:24:17 ---> 23988405ab3c 19:24:17 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 19:24:17 ---> Running in ebd41808ab60 19:24:17 ---> Running in 29d6eaedcedd 19:24:17 ---> Running in ade31c08449f 19:24:17 ---> Running in 8f507b4b106a 19:24:17 Removing intermediate container ebd41808ab60 19:24:17 ---> 3dee33880693 19:24:17 Step 10/26 : WORKDIR /edgex-go/spire-build 19:24:17 ---> Running in 1caef75da055 19:24:17 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:24:17 Removing intermediate container 1caef75da055 19:24:17 ---> 375929f80581 19:24:17 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:24:17 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:24:17 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:24:17 ---> Running in 1dbad4fc6e15 19:24:17 Removing intermediate container a97a7e81f98c 19:24:17 ---> 36c2e352683a 19:24:17 19:24:17 Step 9/20 : FROM alpine:3.15 19:24:17 Removing intermediate container 1dbad4fc6e15 19:24:17 ---> ce1117f2cf3a 19:24:17 Step 12/26 : WORKDIR /edgex-go 19:24:17 3.15: Pulling from library/alpine 19:24:17 ---> Running in d698c913c4e6 19:24:17 Removing intermediate container d698c913c4e6 19:24:17 ---> 453620416c71 19:24:17 19:24:17 Step 13/26 : FROM alpine:3.15 19:24:18 3.15: Pulling from library/alpine 19:24:18 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 19:24:18 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 19:24:18 Status: Downloaded newer image for alpine:3.15 19:24:18 ---> c4fc93816858 19:24:18 Status: Image is up to date for alpine:3.15 19:24:18 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:24:18 ---> c4fc93816858 19:24:18 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:24:18 ---> Running in e1481dd0f9b8 19:24:18 ---> Running in 45d4d0f9c9a1 19:24:18 Removing intermediate container 45d4d0f9c9a1 19:24:18 ---> 9abffe0277fc 19:24:18 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:24:18 Removing intermediate container e1481dd0f9b8 19:24:18 ---> 7c6f342f36af 19:24:18 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:24:18 ---> Running in 0cda0695e054 19:24:18 ---> Running in 7d35b2700253 19:24:21 Removing intermediate container 7d35b2700253 19:24:21 ---> ca28805ea996 19:24:21 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:24:21 Removing intermediate container 0cda0695e054 19:24:21 ---> 30f1d588dcc4 19:24:21 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 19:24:21 ---> Running in b697c10ac141 19:24:21 ---> Running in 51bc01a1b3f4 19:24:22 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:24:22 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:24:22 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:24:22 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:24:23 v3.15.6-133-g52d935b0b0 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:24:23 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:24:23 OK: 15857 distinct packages available 19:24:23 v3.15.6-133-g52d935b0b0 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:24:23 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:24:23 OK: 15857 distinct packages available 19:24:23 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:24:23 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:24:23 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:24:23 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:24:24 (1/9) Installing ca-certificates (20220614-r0) 19:24:24 (1/4) Installing dumb-init (1.2.5-r1) 19:24:24 (2/4) Installing musl-obstack (1.2.3-r0) 19:24:24 (2/9) Installing brotli-libs (1.0.9-r5) 19:24:24 (3/4) Installing libucontext (1.1-r0) 19:24:25 (4/4) Installing gcompat (1.0.0-r4) 19:24:25 (3/9) Installing nghttp2-libs (1.46.0-r0) 19:24:25 Executing busybox-1.34.1-r7.trigger 19:24:25 OK: 6 MiB in 18 packages 19:24:25 (4/9) Installing libcurl (7.80.0-r3) 19:24:25 (5/9) Installing curl (7.80.0-r3) 19:24:26 (6/9) Installing dumb-init (1.2.5-r1) 19:24:26 Removing intermediate container 51bc01a1b3f4 19:24:26 ---> 205d412a4b52 19:24:26 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:24:26 (7/9) Installing musl-obstack (1.2.3-r0) 19:24:26 (8/9) Installing libucontext (1.1-r0) 19:24:26 (9/9) Installing gcompat (1.0.0-r4) 19:24:27 Executing busybox-1.34.1-r7.trigger 19:24:27 Executing ca-certificates-20220614-r0.trigger 19:24:27 OK: 8 MiB in 23 packages 19:24:29 ---> 63c8a723af74 19:24:29 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:24:30 Removing intermediate container b697c10ac141 19:24:30 ---> d3b9965f8df3 19:24:30 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 19:24:31 ---> 0bc58f0b7f56 19:24:31 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 19:24:31 ---> 999b359f9b29 19:24:31 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:24:31 ---> Running in ce854ec38090 19:24:32 Removing intermediate container ce854ec38090 19:24:32 ---> eb4267eacf56 19:24:32 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:24:33 ---> d08aee252a1d 19:24:33 Step 21/26 : WORKDIR / 19:24:33 ---> Running in 2b60090c847c 19:24:33 ---> dae56698706a 19:24:33 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 19:24:33 Removing intermediate container 2b60090c847c 19:24:33 ---> 05032c1903d3 19:24:33 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:24:33 ---> Running in 5aed2a79da8d 19:24:33 Removing intermediate container 5aed2a79da8d 19:24:33 ---> 2496c0b636c8 19:24:33 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:24:33 ---> 4db5a74b0269 19:24:33 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 19:24:33 ---> Running in 999ffba85da3 19:24:33 ---> Running in de733f0e4773 19:24:34 Removing intermediate container 999ffba85da3 19:24:34 ---> 1dca29a984b9 19:24:34 Step 24/26 : LABEL arch=x86_64 19:24:34 Removing intermediate container de733f0e4773 19:24:34 ---> 8650c6669ed6 19:24:34 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:24:34 ---> Running in f7fbbb31ea16 19:24:34 ---> Running in 48d77ba5f55b 19:24:34 Removing intermediate container 48d77ba5f55b 19:24:34 ---> 768e4c8b7dcb 19:24:34 Step 18/20 : LABEL arch=x86_64 19:24:34 Removing intermediate container f7fbbb31ea16 19:24:34 ---> 7303dcc8d302 19:24:34 Step 25/26 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 19:24:34 ---> Running in c2070f5747bb 19:24:34 ---> Running in 198e3d385482 19:24:35 Removing intermediate container 198e3d385482 19:24:35 ---> 59de36646276 19:24:35 Step 26/26 : LABEL version=0.0.0 19:24:35 Removing intermediate container c2070f5747bb 19:24:35 ---> e0e02aa4d946 19:24:35 Step 19/20 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 19:24:35 ---> Running in a57ea765428c 19:24:35 ---> Running in 6cdf5a6c7716 19:24:36 Removing intermediate container a57ea765428c 19:24:36 ---> eaee691edb66 19:24:36 19:24:36 Removing intermediate container 6cdf5a6c7716 19:24:36 ---> b72f6e39d0dc 19:24:36 Step 20/20 : LABEL version=0.0.0 19:24:36 ---> Running in 89501115b09e 19:24:36 Successfully built eaee691edb66 19:24:36 Successfully tagged security-spire-config:latest 19:24:36  Building security-spire-config ... done Building support-notifications 19:24:38 Removing intermediate container 89501115b09e 19:24:38 ---> f6281c15b553 19:24:38 19:24:38 Successfully built f6281c15b553 19:24:38 Successfully tagged security-spiffe-token-provider:latest 19:24:38  Building security-spiffe-token-provider ... done Building security-spire-agent 19:24:41 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:24:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:24:41 ---> 2a934ceee930 19:24:41 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:24:41 ---> Using cache 19:24:41 ---> 506c778869e6 19:24:41 Step 4/23 : WORKDIR /edgex-go 19:24:41 ---> Using cache 19:24:41 ---> 41e062203de8 19:24:41 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:24:41 ---> Using cache 19:24:41 ---> 127121fb9567 19:24:41 Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates 19:24:45 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:24:45 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:24:45 ---> 2a934ceee930 19:24:45 Step 3/26 : WORKDIR /edgex-go 19:24:45 ---> Using cache 19:24:45 ---> f391910b0935 19:24:45 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:24:45 ---> Using cache 19:24:45 ---> 6433c2302854 19:24:45 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:24:49 ---> Running in 0cadc7e37cb8 19:24:49 ---> Running in 6572ff6933a8 19:24:49 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:24:49 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:24:49 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:24:50 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:24:50 OK: 211 MiB in 51 packages 19:24:50 OK: 211 MiB in 51 packages 19:24:54 Removing intermediate container 6572ff6933a8 19:24:54 ---> 9025af5b2ff1 19:24:54 Step 7/23 : COPY go.mod vendor* ./ 19:24:54 Removing intermediate container 0cadc7e37cb8 19:24:54 ---> cafcee22b3de 19:24:54 Step 6/26 : COPY go.mod vendor* ./ 19:24:54 Removing intermediate container 29d6eaedcedd 19:24:54 ---> df7dfef052f9 19:24:54 19:24:54 Step 11/24 : FROM alpine:3.16 19:24:54 Removing intermediate container 8f507b4b106a 19:24:54 ---> e56d1c3b5906 19:24:54 19:24:54 Step 10/33 : FROM alpine:3.16 19:24:54 3.16: Pulling from library/alpine 19:24:54 ---> c2e360c2121f 19:24:54 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:24:54 3.16: Pulling from library/alpine 19:24:54 Removing intermediate container ade31c08449f 19:24:54 ---> 73c483e87a5a 19:24:54 19:24:54 Step 11/23 : FROM alpine:3.16 19:24:54 ---> Running in 942a7f1bb2ab 19:24:54 ---> bd79931fa173 19:24:54 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:24:54 ---> Running in c3b1aab72620 19:24:54 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 19:24:54 Status: Downloaded newer image for alpine:3.16 19:24:54 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 19:24:54 Status: Image is up to date for alpine:3.16 19:24:54 ---> 9c6f07244728 19:24:54 Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:24:54 ---> 9c6f07244728 19:24:54 Step 12/24 : RUN apk add --update --no-cache dumb-init 19:24:54 3.16: Pulling from library/alpine 19:24:54 ---> Running in 3c220967d227 19:24:54 ---> Running in 13bf2c674da5 19:24:54 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 19:24:54 Status: Image is up to date for alpine:3.16 19:24:54 ---> 9c6f07244728 19:24:54 Step 12/23 : RUN apk add --update --no-cache dumb-init 19:24:54 ---> Running in 97d4d4c70b5e 19:24:54 Removing intermediate container 13bf2c674da5 19:24:54 ---> 99df636e19a7 19:24:54 Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec 19:24:54 ---> Running in 11fd7a921ec4 19:24:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:24:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:24:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:24:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:24:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:24:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:24:55 (1/1) Installing dumb-init (1.2.5-r1) 19:24:55 (1/1) Installing dumb-init (1.2.5-r1) 19:24:55 Executing busybox-1.35.0-r17.trigger 19:24:55 Executing busybox-1.35.0-r17.trigger 19:24:55 OK: 6 MiB in 15 packages 19:24:55 OK: 6 MiB in 15 packages 19:24:55 (1/2) Installing dumb-init (1.2.5-r1) 19:24:55 (2/2) Installing su-exec (0.2-r1) 19:24:55 Executing busybox-1.35.0-r17.trigger 19:24:55 OK: 6 MiB in 16 packages 19:24:55 Removing intermediate container 3c220967d227 19:24:55 ---> 7353993b3a5c 19:24:55 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:24:55 ---> Running in 1d1fe6522e40 19:24:55 Removing intermediate container 97d4d4c70b5e 19:24:55 ---> 490a761343ca 19:24:55 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:24:55 ---> Running in 6ebb1fc89df5 19:24:55 Removing intermediate container 1d1fe6522e40 19:24:55 ---> c33467f67aca 19:24:55 Step 14/24 : ENV APP_PORT=59882 19:24:55 ---> Running in 0862ef0aa86a 19:24:55 Removing intermediate container 6ebb1fc89df5 19:24:55 ---> 406431ea72cb 19:24:55 Step 14/23 : ENV APP_PORT=59861 19:24:55 ---> Running in c93c22d50ba3 19:24:55 Removing intermediate container 0862ef0aa86a 19:24:55 ---> f89af6b569b7 19:24:55 Step 15/24 : EXPOSE $APP_PORT 19:24:55 Removing intermediate container 11fd7a921ec4 19:24:55 ---> ac618b377169 19:24:55 Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init 19:24:55 ---> Running in 2d89e464650b 19:24:55 ---> Running in 998460af7011 19:24:55 Removing intermediate container c93c22d50ba3 19:24:55 ---> 6e770105237e 19:24:55 Step 15/23 : EXPOSE $APP_PORT 19:24:55 ---> Running in 2a6cfa43bf09 19:24:56 Removing intermediate container 2d89e464650b 19:24:56 ---> d17bab863511 19:24:56 Step 16/24 : WORKDIR / 19:24:56 Removing intermediate container 998460af7011 19:24:56 ---> 1f0fabe7a600 19:24:56 Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 19:24:56 ---> Running in 1bdf136a91ef 19:24:56 ---> Running in bce44e0e4924 19:24:56 Removing intermediate container 2a6cfa43bf09 19:24:56 ---> 3fc3dfce141b 19:24:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:24:57 Removing intermediate container 1bdf136a91ef 19:24:57 Removing intermediate container bce44e0e4924 19:24:57 ---> 004f3fdba366 19:24:57 ---> 6b4142251e4c 19:24:57 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt /Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 19:24:57 19:25:00 ---> 89df1d9650cf 19:25:00 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:25:00 ---> ddd27ea75116 19:25:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:25:00 ---> Running in 79218011d5fb 19:25:00 Removing intermediate container 79218011d5fb 19:25:00 ---> efc81f1980eb 19:25:00 Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 19:25:01 ---> Running in 6411f0411072 19:25:02 ---> 37dd93bd52d6 19:25:02 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:25:03 ---> 464395af5ab8 19:25:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:25:03 Removing intermediate container 6411f0411072 19:25:03 ---> c692083f9d27 19:25:03 Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 19:25:03 ---> 76511cd5f97f 19:25:03 Step 20/24 : ENTRYPOINT ["/core-command"] 19:25:03 ---> Running in 16809b5fb172 19:25:03 ---> 78dfcc8c035f 19:25:03 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 19:25:03 ---> Running in 929332fdb2ed 19:25:04 ---> Running in d81214423dd8 19:25:04 Removing intermediate container 929332fdb2ed 19:25:04 ---> 578f368b18b2 19:25:04 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:25:04 ---> Running in c549077787bf 19:25:04 Removing intermediate container d81214423dd8 19:25:04 ---> 596846d8bde9 19:25:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:25:04 Removing intermediate container c549077787bf 19:25:04 ---> 422959617cb7 19:25:04 Step 22/24 : LABEL arch=x86_64 19:25:04 ---> Running in b4b89ebe65fe 19:25:04 ---> Running in 391517f24e8b 19:25:04 Removing intermediate container b4b89ebe65fe 19:25:04 ---> dcbbdda19b8b 19:25:04 Step 21/23 : LABEL arch=x86_64 19:25:04 ---> Running in 5dfd7c854f11 19:25:04 Removing intermediate container 391517f24e8b 19:25:04 ---> 71827fb4f943 19:25:04 Step 23/24 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 19:25:04 ---> Running in 3ed68f72f983 19:25:04 Removing intermediate container 16809b5fb172 19:25:04 ---> 9af4605583b2 19:25:04 Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} 19:25:05 Removing intermediate container 5dfd7c854f11 19:25:05 ---> c7c8f2b776b9 19:25:05 Step 22/23 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 19:25:05 ---> Running in 5feb61a77169 19:25:05 ---> Running in d6f620551ede 19:25:05 Removing intermediate container 3ed68f72f983 19:25:05 ---> e6e7ff240b94 19:25:05 Step 24/24 : LABEL version=0.0.0 19:25:05 ---> Running in 49cf70879c23 19:25:05 Removing intermediate container 5feb61a77169 19:25:05 ---> 61ff47c9ec18 19:25:05 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 19:25:05 Removing intermediate container d6f620551ede 19:25:05 ---> 82147bd2a942 19:25:05 Step 23/23 : LABEL version=0.0.0 19:25:05 ---> Running in ebe4f1e16958 19:25:05 Removing intermediate container 49cf70879c23 19:25:05 ---> 396c32cca865 19:25:05 19:25:05 Successfully built 396c32cca865 19:25:05 Successfully tagged core-command:latest 19:25:05 Building core-data 19:25:05  Building core-command ... done  ---> 000f1d6f7aa7 19:25:05 Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 19:25:05 Removing intermediate container ebe4f1e16958 19:25:05 ---> 5094e4bf3ce4 19:25:05 19:25:05 Successfully built 5094e4bf3ce4 19:25:06 Successfully tagged support-scheduler:latest 19:25:06 Building core-metadata 19:25:06 ---> Running in 920708e5ab37 19:25:10  Building support-scheduler ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:25:10 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:25:10 ---> 2a934ceee930 19:25:10 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:25:10 ---> Using cache 19:25:10 ---> 506c778869e6 19:25:10 Step 4/24 : WORKDIR /edgex-go 19:25:10 ---> Using cache 19:25:10 ---> 41e062203de8 19:25:10 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:25:10 ---> Using cache 19:25:10 ---> 127121fb9567 19:25:10 Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:25:10 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:25:10 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:25:12 ---> 2a934ceee930 19:25:12 Step 3/25 : ARG ADD_BUILD_TAGS="" 19:25:12 ---> Using cache 19:25:12 ---> 506c778869e6 19:25:12 Step 4/25 : WORKDIR /edgex-go 19:25:12 ---> Using cache 19:25:12 ---> 41e062203de8 19:25:12 Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:25:12 ---> Using cache 19:25:12 ---> 127121fb9567 19:25:12 Step 6/25 : RUN apk add --update --no-cache make git 19:25:12 ---> Using cache 19:25:12 ---> 99c09b25a19d 19:25:12 Step 7/25 : COPY go.mod vendor* ./ 19:25:12 ---> Using cache 19:25:12 ---> bfcf824e58f9 19:25:12 Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:25:12 ---> Using cache 19:25:12 ---> aeb060691574 19:25:12 Step 9/25 : COPY . . 19:25:12 ---> Using cache 19:25:12 ---> dc245e9c3b48 19:25:12 Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 19:25:12 ---> Running in 404a8d2b256c 19:25:12 ---> Running in 4e10ebf4306b 19:25:13 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:25:13 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:25:13 Removing intermediate container 920708e5ab37 19:25:13 ---> 152f5b01bdbe 19:25:13 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 19:25:13 Removing intermediate container 942a7f1bb2ab 19:25:13 ---> 87e5500d356a 19:25:13 Step 9/23 : COPY . . 19:25:13 Removing intermediate container c3b1aab72620 19:25:13 ---> 1d73f19e9a4a 19:25:13 Step 8/26 : COPY . . 19:25:13 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:25:14 OK: 211 MiB in 51 packages 19:25:24 ---> 5c93b3a9eafd 19:25:24 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:25:24 ---> d2c614a96da5 19:25:24 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:25:24 ---> Running in 367d9c1b268e 19:25:24 ---> 0033035d7f6c 19:25:24 Step 10/23 : RUN make cmd/support-notifications/support-notifications 19:25:24 ---> Running in 3a60d634dd16 19:25:24 Removing intermediate container 404a8d2b256c 19:25:24 ---> 399b71e8fa03 19:25:24 Step 7/24 : COPY go.mod vendor* ./ 19:25:24 Removing intermediate container 367d9c1b268e 19:25:24 ---> 89aca2dcaaf3 19:25:24 Step 10/26 : WORKDIR /edgex-go/spire-build 19:25:24 ---> Running in b22c687018c1 19:25:24 ---> 22d08b54c968 19:25:24 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:25:24 ---> cf7e529044b7 19:25:24 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:25:24 ---> Running in d6de0d8ba125 19:25:24 Removing intermediate container b22c687018c1 19:25:24 ---> a9ded1633a2a 19:25:24 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:25:24 ---> b03da5513c8e 19:25:24 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:25:24 ---> Running in c3dfd60f9933 19:25:24 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:25:24 ---> 71436ce6c730 19:25:24 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 19:25:25 ---> b2a8f5d2d126 19:25:25 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 19:25:25 ---> cf33e70ed4f4 19:25:25 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:25:25 Removing intermediate container c3dfd60f9933 19:25:25 ---> ba8afdba24d2 19:25:25 Step 12/26 : WORKDIR /edgex-go 19:25:25 ---> Running in 1e6400b0e95d 19:25:25 ---> cc1edc495eb2 19:25:25 Step 28/33 : RUN chmod +x /entrypoint.sh 19:25:25 Removing intermediate container 1e6400b0e95d 19:25:25 ---> 0e5ca2a43cba 19:25:25 19:25:25 Step 13/26 : FROM alpine:3.15 19:25:25 ---> c4fc93816858 19:25:25 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:25:25 ---> Using cache 19:25:25 ---> 7c6f342f36af 19:25:25 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Running in 5aead92a832e 19:25:25 19:25:25 ---> Using cache 19:25:25 ---> 30f1d588dcc4 19:25:25 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:25:25 ---> Running in 32c307725349 19:25:26 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:25:27 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:25:28 v3.15.6-133-g52d935b0b0 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:25:28 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:25:28 OK: 15857 distinct packages available 19:25:28 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:25:28 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:25:28 (1/5) Installing dumb-init (1.2.5-r1) 19:25:29 (2/5) Installing musl-obstack (1.2.3-r0) 19:25:29 (3/5) Installing libucontext (1.1-r0) 19:25:29 (4/5) Installing gcompat (1.0.0-r4) 19:25:30 (5/5) Installing openssl (1.1.1q-r0) 19:25:30 Removing intermediate container 5aead92a832e 19:25:30 ---> a548066a1633 19:25:30 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 19:25:30 Executing busybox-1.34.1-r7.trigger 19:25:30 OK: 7 MiB in 19 packages 19:25:30 ---> Running in 078a04bb292e 19:25:31 Removing intermediate container 078a04bb292e 19:25:31 ---> 56a588b611cd 19:25:31 Step 30/33 : CMD ["gate"] 19:25:31 ---> Running in 56a80fdc2697 19:25:31 Removing intermediate container 56a80fdc2697 19:25:31 ---> 9e5fcbccf7bc 19:25:31 Step 31/33 : LABEL arch=x86_64 19:25:32 Removing intermediate container 32c307725349 19:25:32 ---> 1f769c5af1f2 19:25:32 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 19:25:32 ---> Running in 2da4602b74fd 19:25:34 Removing intermediate container 2da4602b74fd 19:25:34 ---> 78645e325895 19:25:34 Step 32/33 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 19:25:37 ---> ec853de6aa93 19:25:37 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:25:37 ---> Running in 5bd69efbe2a5 19:25:37 Removing intermediate container 4e10ebf4306b 19:25:37 ---> dc77b5738e36 19:25:37 19:25:37 Step 11/25 : FROM alpine:3.16 19:25:37 ---> 9c6f07244728 19:25:37 Step 12/25 : RUN apk add --update --no-cache dumb-init 19:25:37 ---> Using cache 19:25:37 ---> 490a761343ca 19:25:37 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:25:37 ---> Using cache 19:25:37 ---> 406431ea72cb 19:25:37 Step 14/25 : ENV APP_PORT=59881 19:25:37 ---> Running in 65c53d0e9ea7 19:25:37 Removing intermediate container 5bd69efbe2a5 19:25:37 ---> 8802239ec244 19:25:37 Step 33/33 : LABEL version=0.0.0 19:25:37 ---> Running in b8aec15a0fff 19:25:37 Removing intermediate container 65c53d0e9ea7 19:25:37 ---> 83a989b16af8 19:25:37 Step 15/25 : EXPOSE $APP_PORT 19:25:38 Removing intermediate container d6de0d8ba125 19:25:38 ---> 31a22d5332ae 19:25:38 Step 9/24 : COPY . . 19:25:38 Removing intermediate container b8aec15a0fff 19:25:38 ---> d76fef457da7 19:25:38 19:25:38 ---> Running in 3dfe8a9804d2 19:25:38 Successfully built d76fef457da7 19:25:38 Successfully tagged security-bootstrapper:latest 19:25:38  Building security-bootstrapper ... done Building security-spire-server 19:25:42 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:25:42 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:25:42 ---> 2a934ceee930 19:25:42 Step 3/25 : WORKDIR /edgex-go 19:25:42 ---> Using cache 19:25:42 ---> f391910b0935 19:25:42 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:25:42 ---> Using cache 19:25:42 ---> 6433c2302854 19:25:42 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 19:25:42 ---> Using cache 19:25:42 ---> cafcee22b3de 19:25:42 Step 6/25 : COPY go.mod vendor* ./ 19:25:42 ---> Using cache 19:25:42 ---> bd79931fa173 19:25:42 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:25:42 ---> Using cache 19:25:42 ---> 1d73f19e9a4a 19:25:42 Step 8/25 : COPY . . 19:25:42 ---> Using cache 19:25:42 ---> d2c614a96da5 19:25:42 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 19:25:42 ---> Using cache 19:25:42 ---> 89aca2dcaaf3 19:25:42 Step 10/25 : WORKDIR /edgex-go/spire-build 19:25:42 ---> Using cache 19:25:42 ---> a9ded1633a2a 19:25:42 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:25:48 Removing intermediate container 3dfe8a9804d2 19:25:48 ---> a98b8af51e53 19:25:48 Step 16/25 : WORKDIR / 19:25:50 ---> 2311ca91981e 19:25:50 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:25:50 ---> Running in 42c53b726cb4 19:25:50 ---> Running in 362b2ae6242e 19:25:50 ---> fbb757c92d96 19:25:50 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 19:25:50 ---> Running in 5db4403b4f61 19:25:50 Removing intermediate container 42c53b726cb4 19:25:50 ---> 84c6cb35aa28 19:25:50 Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / 19:25:50 ---> a479c68a1daa 19:25:50 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:25:50 ---> f1d30a5ce2df 19:25:50 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:25:50 ---> b7ed7dd94c72 19:25:50 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:25:52 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:25:53 ---> da40a91c9669 19:25:53 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:25:53 ---> 6366beffbd79 19:25:53 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:25:53 ---> Running in b3e5bc273be3 19:25:53 Removing intermediate container b3e5bc273be3 19:25:53 ---> 685983fe7135 19:25:53 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:25:53 ---> Running in 9eee3f9272b2 19:25:53 Removing intermediate container 362b2ae6242e 19:25:53 ---> 38f9be69fb3c 19:25:53 Step 12/25 : WORKDIR /edgex-go 19:25:53 ---> c98702fa287f 19:25:53 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 19:25:53 Removing intermediate container 3a60d634dd16 19:25:53 ---> b4e361f9fa55 19:25:53 19:25:53 Step 11/23 : FROM alpine:3.16 19:25:53 ---> 9c6f07244728 19:25:53 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 19:25:53 ---> Running in ad300888b9ed 19:25:53 ---> Running in d93f93de9a6b 19:25:53 Removing intermediate container 9eee3f9272b2 19:25:53 ---> 2a4ea16b4571 19:25:53 Step 24/26 : LABEL arch=x86_64 19:25:53 ---> 2b47702d57bd 19:25:53 Step 21/25 : ENTRYPOINT ["/core-metadata"] 19:25:53 ---> Running in 0150a51cd014 19:25:53 Removing intermediate container ad300888b9ed 19:25:53 ---> b2680b9df926 19:25:53 19:25:53 Step 13/25 : FROM alpine:3.15 19:25:53 ---> c4fc93816858 19:25:53 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:25:53 ---> Using cache 19:25:53 ---> 7c6f342f36af 19:25:53 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:25:53 ---> Using cache 19:25:53 ---> 30f1d588dcc4 19:25:53 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:25:53 ---> Using cache 19:25:53 ---> 1f769c5af1f2 19:25:53 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:25:53 ---> Running in 753131537aae 19:25:53 Removing intermediate container 0150a51cd014 19:25:53 ---> e689c6718f2a 19:25:53 Step 25/26 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 19:25:53 ---> Running in b304f5e442ee 19:25:53 Removing intermediate container 753131537aae 19:25:53 ---> 1cc016f5938f 19:25:53 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:25:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:25:53 ---> Running in f28d77bcde93 19:25:53 Removing intermediate container b304f5e442ee 19:25:53 ---> 46107225c469 19:25:53 Step 26/26 : LABEL version=0.0.0 19:25:53 ---> Running in c1bd1be6dcef 19:25:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:25:53 Removing intermediate container f28d77bcde93 19:25:53 ---> 3dd892093d60 19:25:53 Step 23/25 : LABEL arch=x86_64 19:25:54 ---> Running in f8a3f0180569 19:25:54 Removing intermediate container c1bd1be6dcef 19:25:54 ---> fef8ed463fde 19:25:54 19:25:54 Successfully built fef8ed463fde 19:25:54 (1/2) Installing ca-certificates (20220614-r0) 19:25:54 (2/2) Installing dumb-init (1.2.5-r1) 19:25:54 Executing busybox-1.35.0-r17.trigger 19:25:54 Executing ca-certificates-20220614-r0.trigger 19:25:54 OK: 6 MiB in 16 packages 19:25:54 Successfully tagged security-spire-agent:latest 19:25:54  Building security-spire-agent ... done Building security-proxy-setup 19:25:54 Removing intermediate container f8a3f0180569 19:25:54 ---> 014382ec916f 19:25:54 Step 24/25 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 19:25:57 ---> Running in 096e17e55f53 19:25:58 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:25:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:25:58 ---> 2a934ceee930 19:25:58 Step 3/22 : WORKDIR /edgex-go 19:25:58 ---> Using cache 19:25:58 ---> f391910b0935 19:25:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:25:58 ---> Using cache 19:25:58 ---> 6433c2302854 19:25:58 Step 5/22 : RUN apk add --update --no-cache make git 19:25:58 ---> Using cache 19:25:58 ---> af56cefc54f8 19:25:58 Step 6/22 : COPY go.mod vendor* ./ 19:25:58 ---> Using cache 19:25:58 ---> f9a59ff6225f 19:25:58 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:25:58 ---> Using cache 19:25:58 ---> 042814b9732b 19:25:58 Step 8/22 : COPY . . 19:25:58 ---> Using cache 19:25:58 ---> 0f1d30b2d697 19:25:58 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:26:01 ---> 77b0b80cc388 19:26:01 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:26:01 Removing intermediate container 096e17e55f53 19:26:01 ---> 41e4b53074b9 19:26:01 Step 25/25 : LABEL version=0.0.0 19:26:01 ---> Running in 7f32587e9687 19:26:01 ---> Running in 6c85ae8b8085 19:26:01 Removing intermediate container d93f93de9a6b 19:26:01 ---> 4b9b3834d2b5 19:26:01 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:26:01 ---> Running in ed574c4ef833 19:26:01 ---> be7c6a2e5c67 19:26:01 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:26:01 Removing intermediate container 6c85ae8b8085 19:26:01 ---> 7b81172861cb 19:26:01 19:26:01 Removing intermediate container ed574c4ef833 19:26:01 ---> 1e821dfcfb0e 19:26:01 Step 14/23 : ENV APP_PORT=59860 19:26:01 Successfully built 7b81172861cb 19:26:01 Successfully tagged core-metadata:latest 19:26:01 ---> Running in bef89460b5d2 19:26:01  Building core-metadata ... done Building security-secretstore-setup 19:26:01 ---> fd745a9c7fd9 19:26:01 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:26:01 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:26:01 Removing intermediate container bef89460b5d2 19:26:01 ---> 170592d4ef24 19:26:01 Step 15/23 : EXPOSE $APP_PORT 19:26:04 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:26:04 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:26:04 ---> 2a934ceee930 19:26:04 Step 3/25 : WORKDIR /edgex-go 19:26:04 ---> Using cache 19:26:04 ---> f391910b0935 19:26:04 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:26:04 ---> Using cache 19:26:04 ---> 6433c2302854 19:26:04 Step 5/25 : RUN apk add --update --no-cache make git 19:26:04 ---> Using cache 19:26:04 ---> af56cefc54f8 19:26:04 Step 6/25 : COPY go.mod vendor* ./ 19:26:04 ---> Using cache 19:26:04 ---> f9a59ff6225f 19:26:04 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:26:04 ---> Using cache 19:26:04 ---> 042814b9732b 19:26:04 Step 8/25 : COPY . . 19:26:04 ---> Using cache 19:26:04 ---> 0f1d30b2d697 19:26:04 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:26:06 ---> ddf85bbd5a4e 19:26:06 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:26:06 ---> Running in 98d6ff5d81b1 19:26:06 ---> Running in 2382d390e13c 19:26:06 ---> Running in 478ea94e7250 19:26:06 Removing intermediate container 98d6ff5d81b1 19:26:06 ---> 11c41b36dec0 19:26:06 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:26:06 Removing intermediate container 478ea94e7250 19:26:06 ---> 052f93236b0a 19:26:06 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:26:06 ---> Running in e710dae3e889 19:26:06 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:26:06 ---> 4e1f81b559ff 19:26:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:26:06 Removing intermediate container e710dae3e889 19:26:06 ---> facd1b087536 19:26:06 Step 23/25 : LABEL arch=x86_64 19:26:06 ---> Running in c3e5fab8fe98 19:26:07 Removing intermediate container c3e5fab8fe98 19:26:07 ---> d16b3a8355cc 19:26:07 Step 24/25 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 19:26:07 ---> Running in 9992f3a8c3aa 19:26:07 ---> 25e4555e2d96 19:26:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:26:07 Removing intermediate container 9992f3a8c3aa 19:26:07 ---> f61484db7343 19:26:07 Step 25/25 : LABEL version=0.0.0 19:26:07 ---> Running in a982d05474f6 19:26:08 Removing intermediate container a982d05474f6 19:26:08 ---> d1229a6bd760 19:26:08 19:26:08 Successfully built d1229a6bd760 19:26:08 ---> 32153c7daa44 19:26:08 Step 19/23 : ENTRYPOINT ["/support-notifications"] 19:26:08 Successfully tagged security-spire-server:latest 19:26:08  Building security-spire-server ... done Building sys-mgmt-agent 19:26:08 ---> Running in 9f83800d5c9e 19:26:10 Removing intermediate container 9f83800d5c9e 19:26:10 ---> 23eb9d36e23e 19:26:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:26:11 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:26:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:26:11 ---> 2a934ceee930 19:26:11 Step 3/23 : WORKDIR /edgex-go 19:26:11 ---> Using cache 19:26:11 ---> f391910b0935 19:26:11 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:26:11 ---> Using cache 19:26:11 ---> 6433c2302854 19:26:11 Step 5/23 : RUN apk add --update --no-cache make bash git 19:26:15 ---> Running in ef1213ca7a42 19:26:15 ---> Running in c8d10b7fdd9d 19:26:15 Removing intermediate container ef1213ca7a42 19:26:15 ---> 27de15a6932e 19:26:15 Step 21/23 : LABEL arch=x86_64 19:26:15 ---> Running in 5f9e6601e071 19:26:15 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:26:15 Removing intermediate container 5f9e6601e071 19:26:15 ---> e972f965fcaa 19:26:15 Step 22/23 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 19:26:16 ---> Running in 454e42997184 19:26:16 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:26:16 Removing intermediate container 454e42997184 19:26:16 ---> 06569842b591 19:26:16 Step 23/23 : LABEL version=0.0.0 19:26:17 ---> Running in c984988786b1 19:26:17 OK: 211 MiB in 51 packages 19:26:17 Removing intermediate container c984988786b1 19:26:17 ---> 61237bdaa543 19:26:17 19:26:17 Successfully built 61237bdaa543 19:26:17 Successfully tagged support-notifications:latest 19:26:18  Building support-notifications ... done CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:26:19 Removing intermediate container c8d10b7fdd9d 19:26:19 ---> 06578a30de08 19:26:19 Step 6/23 : COPY go.mod vendor* ./ 19:26:19 ---> 16ecff10bb3e 19:26:19 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:26:19 ---> Running in ec8f0b95eefa 19:26:23 Removing intermediate container 5db4403b4f61 19:26:23 ---> b187bff59802 19:26:23 19:26:23 Step 11/24 : FROM alpine:3.16 19:26:23 ---> 9c6f07244728 19:26:23 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:26:24 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:26:27 ---> Running in 934c41552dde 19:26:27 Removing intermediate container 7f32587e9687 19:26:27 ---> 7b4a039aaabf 19:26:27 19:26:27 Step 10/22 : FROM alpine:3.16 19:26:27 ---> 9c6f07244728 19:26:27 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 19:26:27 ---> Running in b7f0a5cef560 19:26:27 Removing intermediate container 934c41552dde 19:26:27 ---> 2563e31b40fd 19:26:27 Step 13/24 : ENV APP_PORT=59880 19:26:27 ---> Running in 43e3a28cbfd7 19:26:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:26:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:26:28 (1/6) Installing ca-certificates (20220614-r0) 19:26:28 (2/6) Installing brotli-libs (1.0.9-r6) 19:26:28 (3/6) Installing nghttp2-libs (1.47.0-r0) 19:26:28 (4/6) Installing libcurl (7.83.1-r3) 19:26:28 (5/6) Installing curl (7.83.1-r3) 19:26:28 (6/6) Installing dumb-init (1.2.5-r1) 19:26:28 Executing busybox-1.35.0-r17.trigger 19:26:28 Executing ca-certificates-20220614-r0.trigger 19:26:28 Removing intermediate container 43e3a28cbfd7 19:26:28 ---> 99048bb58589 19:26:28 Step 14/24 : EXPOSE $APP_PORT 19:26:28 OK: 8 MiB in 20 packages 19:26:30 ---> Running in d782913678f8 19:26:30 Removing intermediate container 2382d390e13c 19:26:30 ---> d94e1fb7240c 19:26:30 19:26:30 Step 10/25 : FROM alpine:3.16 19:26:30 ---> 9c6f07244728 19:26:30 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:26:31 ---> Running in 390581b927c2 19:26:31 Removing intermediate container d782913678f8 19:26:31 ---> f95cc3282013 19:26:31 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:26:31 ---> Running in 7e7529e60e44 19:26:31 Removing intermediate container b7f0a5cef560 19:26:31 ---> 9778c719e427 19:26:31 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:26:31 ---> Running in 46576ba611d6 19:26:31 Removing intermediate container 46576ba611d6 19:26:31 ---> 8ce8238fc4fe 19:26:31 Step 13/22 : WORKDIR /edgex 19:26:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:26:31 ---> Running in 35272ffb5585 19:26:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:26:32 Removing intermediate container 35272ffb5585 19:26:32 ---> 6c648d128431 19:26:32 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:26:32 (1/3) Installing ca-certificates (20220614-r0) 19:26:32 (2/3) Installing dumb-init (1.2.5-r1) 19:26:32 (3/3) Installing su-exec (0.2-r1) 19:26:32 Executing busybox-1.35.0-r17.trigger 19:26:32 Executing ca-certificates-20220614-r0.trigger 19:26:32 OK: 6 MiB in 17 packages 19:26:32 Removing intermediate container 7e7529e60e44 19:26:32 ---> 2ba37184e6cb 19:26:32 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 19:26:32 ---> a1e330beba0a 19:26:32 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:26:32 ---> Running in 4e2296a9f0af 19:26:33 ---> b4a6e3761d02 19:26:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:26:33 Removing intermediate container 390581b927c2 19:26:33 ---> 30c309c24bf3 19:26:33 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:26:33 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:26:33 ---> Running in 0cee0a0b82ca 19:26:33 Removing intermediate container 0cee0a0b82ca 19:26:33 ---> 9ddec0b6c507 19:26:33 Step 13/25 : WORKDIR / 19:26:33 ---> 9de6a75fae55 19:26:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:26:33 ---> Running in 449ac8bd90d3 19:26:33 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:26:33 Removing intermediate container ec8f0b95eefa 19:26:33 ---> c1e6ca4d8169 19:26:33 Step 8/23 : COPY . . 19:26:33 Removing intermediate container 449ac8bd90d3 19:26:33 ---> 707ed0d60c62 19:26:33 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:26:34 (1/6) Installing dumb-init (1.2.5-r1) 19:26:35 (2/6) Installing libgcc (11.2.1_git20220219-r2) 19:26:35 (3/6) Installing libsodium (1.0.18-r0) 19:26:35 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 19:26:36 ---> b4be44c401e8 19:26:36 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:26:36 (5/6) Installing libzmq (4.3.4-r0) 19:26:36 ---> 006e9ef4d8a8 19:26:36 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:26:36 ---> Running in b73cd1651085 19:26:36 ---> 2198f75bc2b9 19:26:36 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:26:36 (6/6) Installing zeromq (4.3.4-r0) 19:26:36 Executing busybox-1.35.0-r17.trigger 19:26:36 OK: 8 MiB in 20 packages 19:26:37 ---> 3c9c90093031 19:26:37 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:26:37 ---> fff9c82f126c 19:26:37 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:26:37 Removing intermediate container b73cd1651085 19:26:37 ---> 9406b7824b4c 19:26:37 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 19:26:37 ---> Running in 89cafa97eef1 19:26:37 Removing intermediate container 4e2296a9f0af 19:26:37 ---> a1d3c0de30f5 19:26:37 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:26:37 Removing intermediate container 89cafa97eef1 19:26:37 ---> e514f6e23656 19:26:37 Step 20/22 : LABEL arch=x86_64 19:26:37 ---> Running in 5f318f9bbc0a 19:26:38 ---> 24cd2a36abfe 19:26:38 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:26:38 ---> fa07cb184584 19:26:38 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:26:38 Removing intermediate container 5f318f9bbc0a 19:26:38 ---> 545343feb7d6 19:26:38 Step 21/22 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 19:26:38 ---> Running in ac056f4a7ccb 19:26:38 Removing intermediate container ac056f4a7ccb 19:26:38 ---> 460e4574a804 19:26:38 Step 22/22 : LABEL version=0.0.0 19:26:38 ---> 96d444c97ad7 19:26:38 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:26:38 ---> 3c79752429bc 19:26:38 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:26:38 ---> Running in 1493bad3d7a8 19:26:38 ---> 530ae138a96f 19:26:38 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:26:38 Removing intermediate container 1493bad3d7a8 19:26:38 ---> dba2fc3209ab 19:26:38 19:26:38 ---> Running in 4b2bb918266b 19:26:38 ---> ab05af7c7911 19:26:38 Step 20/24 : ENTRYPOINT ["/core-data"] 19:26:38 ---> 68804a49e12b 19:26:38 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:26:38 Successfully built dba2fc3209ab 19:26:38 Successfully tagged security-proxy-setup:latest 19:26:38  Building security-proxy-setup ... done  ---> Running in d65263d08a05 19:26:38 ---> Running in b4e75313151b 19:26:38 Removing intermediate container d65263d08a05 19:26:38 ---> 81a479ce6d1b 19:26:38 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:26:38 ---> Running in aedfd3ad9984 19:26:39 Removing intermediate container aedfd3ad9984 19:26:39 ---> 730974649a25 19:26:39 Step 22/24 : LABEL arch=x86_64 19:26:39 ---> Running in 110ba43cf551 19:26:39 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:26:39 Removing intermediate container 110ba43cf551 19:26:39 ---> 6d233bfb35c7 19:26:39 Step 23/24 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 19:26:39 ---> Running in faf4af2bd8f2 19:26:39 Removing intermediate container faf4af2bd8f2 19:26:39 ---> 40567d44fa43 19:26:39 Step 24/24 : LABEL version=0.0.0 19:26:39 ---> Running in 96987fc532d4 19:26:39 Removing intermediate container 96987fc532d4 19:26:39 ---> 5b7fb601801b 19:26:39 19:26:39 Successfully built 5b7fb601801b 19:26:39 Successfully tagged core-data:latest 19:26:39  Building core-data ... done Removing intermediate container b4e75313151b 19:26:39 ---> 854591b58e85 19:26:39 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 19:26:39 ---> Running in a7b0b8f56462 19:26:39 Removing intermediate container a7b0b8f56462 19:26:39 ---> afe9c2b41086 19:26:39 Step 23/25 : LABEL arch=x86_64 19:26:39 ---> Running in 7eefa922a8a5 19:26:39 Removing intermediate container 7eefa922a8a5 19:26:39 ---> 4a808a1b49c1 19:26:39 Step 24/25 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 19:26:39 ---> Running in 532fff9ef0b9 19:26:39 Removing intermediate container 532fff9ef0b9 19:26:39 ---> f9e824855299 19:26:39 Step 25/25 : LABEL version=0.0.0 19:26:39 ---> Running in 1e9cad2362e4 19:26:40 Removing intermediate container 1e9cad2362e4 19:26:40 ---> d5c56727f28e 19:26:40 19:26:40 Successfully built d5c56727f28e 19:26:40 Successfully tagged security-secretstore-setup:latest 19:26:55  Building security-secretstore-setup ... done Removing intermediate container 4b2bb918266b 19:26:55 ---> 62afb0516ca3 19:26:55 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:26:55 ---> Running in 8ec43cb7ae25 19:26: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/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:26:55 Removing intermediate container 8ec43cb7ae25 19:26:55 ---> bba7a495f8bb 19:26:55 19:26:55 Step 11/23 : FROM alpine:3.16 19:26:55 ---> 9c6f07244728 19:26:55 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:26:55 ---> Running in 310697b1412a 19:26:55 Removing intermediate container 310697b1412a 19:26:55 ---> 4f826cb0e699 19:26:55 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:26:55 ---> Running in 5a8104b321ef 19:26:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:26:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:26:55 (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 19:26:55 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 19:26:55 (3/33) Installing readline (8.1.2-r0) 19:26:55 (4/33) Installing bash (5.1.16-r2) 19:26:55 Executing bash-5.1.16-r2.post-install 19:26:55 (5/33) Installing ca-certificates (20220614-r0) 19:26:55 (6/33) Installing brotli-libs (1.0.9-r6) 19:26:55 (7/33) Installing nghttp2-libs (1.47.0-r0) 19:26:55 (8/33) Installing libcurl (7.83.1-r3) 19:26:55 (9/33) Installing curl (7.83.1-r3) 19:26:55 (10/33) Installing docker-cli (20.10.20-r0) 19:26:56 (11/33) Installing dumb-init (1.2.5-r1) 19:26:56 (12/33) Installing libbz2 (1.0.8-r1) 19:26:56 (13/33) Installing expat (2.5.0-r0) 19:26:56 (14/33) Installing libffi (3.4.2-r1) 19:26:56 (15/33) Installing gdbm (1.23-r0) 19:26:56 (16/33) Installing xz-libs (5.2.5-r1) 19:26:56 (17/33) Installing libgcc (11.2.1_git20220219-r2) 19:26:56 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 19:26:56 (19/33) Installing mpdecimal (2.5.1-r1) 19:26:56 (20/33) Installing sqlite-libs (3.38.5-r0) 19:26:56 (21/33) Installing python3 (3.10.5-r0) 19:26:56 (22/33) Installing py3-contextlib2 (21.6.0-r2) 19:26:56 (23/33) Installing py3-tomli (2.0.1-r1) 19:26:56 (24/33) Installing py3-pep517 (0.12.0-r2) 19:26:56 (25/33) Installing py3-six (1.16.0-r1) 19:26:56 (26/33) Installing py3-retrying (1.3.3-r3) 19:26:56 (27/33) Installing py3-appdirs (1.4.4-r3) 19:26:56 (28/33) Installing py3-more-itertools (8.13.0-r0) 19:26:56 (29/33) Installing py3-ordered-set (4.0.2-r3) 19:26:56 (30/33) Installing py3-parsing (2.4.7-r3) 19:26:56 (31/33) Installing py3-packaging (21.3-r0) 19:26:56 (32/33) Installing py3-setuptools (59.4.0-r0) 19:26:56 (33/33) Installing py3-pip (22.1.1-r0) 19:26:56 Executing busybox-1.35.0-r17.trigger 19:26:56 Executing ca-certificates-20220614-r0.trigger 19:26:56 OK: 122 MiB in 47 packages 19:26:58 Collecting docker-compose==1.23.2 19:26:58 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:26:58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 30.4 MB/s eta 0:00:00 19:26:58 Collecting PyYAML<4,>=3.10 19:26:58 Downloading PyYAML-3.13.tar.gz (270 kB) 19:26:58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 44.2 MB/s eta 0:00:00 19:26:58 Preparing metadata (setup.py): started 19:26:59 Preparing metadata (setup.py): finished with status 'done' 19:26:59 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:26:59 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:26:59 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 149.7 MB/s eta 0:00:00 19:26:59 Collecting texttable<0.10,>=0.9.0 19:26:59 Downloading texttable-0.9.1.tar.gz (11 kB) 19:26:59 Preparing metadata (setup.py): started 19:26:59 Preparing metadata (setup.py): finished with status 'done' 19:26:59 Collecting jsonschema<3,>=2.5.1 19:26:59 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:26:59 Collecting cached-property<2,>=1.2.0 19:26:59 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:26:59 Collecting websocket-client<1.0,>=0.32.0 19:26:59 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:26:59 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 69.4 MB/s eta 0:00:00 19:26:59 Collecting docopt<0.7,>=0.6.1 19:26:59 Downloading docopt-0.6.2.tar.gz (25 kB) 19:26:59 Preparing metadata (setup.py): started 19:26:59 Preparing metadata (setup.py): finished with status 'done' 19:26:59 Collecting dockerpty<0.5,>=0.4.1 19:26:59 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:26:59 Preparing metadata (setup.py): started 19:27:00 Preparing metadata (setup.py): finished with status 'done' 19:27:00 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:27:00 Collecting docker<4.0,>=3.6.0 19:27:00 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:27:00 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 114.4 MB/s eta 0:00:00 19:27:00 Collecting docker-pycreds>=0.4.0 19:27:00 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:27:00 Collecting idna<2.8,>=2.5 19:27:00 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:27:00 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 135.7 MB/s eta 0:00:00 19:27:00 Collecting chardet<3.1.0,>=3.0.2 19:27:00 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:27:00 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 139.3 MB/s eta 0:00:00 19:27:00 Collecting urllib3<1.25,>=1.21.1 19:27:00 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:27:00 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 145.3 MB/s eta 0:00:00 19:27:00 Collecting certifi>=2017.4.17 19:27:00 Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) 19:27:00 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 89.6 MB/s eta 0:00:00 19:27:00 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:27:00 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:27:00 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:27:00 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:27:00 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 19:27:00 Running setup.py install for texttable: started 19:27:01 Running setup.py install for texttable: finished with status 'done' 19:27:01 Running setup.py install for PyYAML: started 19:27:01 Running setup.py install for PyYAML: finished with status 'done' 19:27:01 Running setup.py install for docopt: started 19:27:02 Running setup.py install for docopt: finished with status 'done' 19:27:02 Running setup.py install for dockerpty: started 19:27:02 Running setup.py install for dockerpty: finished with status 'done' 19:27:03 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:27:03 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:27:07 Removing intermediate container 5a8104b321ef 19:27:07 ---> bf6d9b42d9b9 19:27:07 Step 14/23 : ENV APP_PORT=58890 19:27:07 ---> Running in 519edbf7c4c7 19:27:07 Removing intermediate container 519edbf7c4c7 19:27:07 ---> 0d336c3adbab 19:27:07 Step 15/23 : EXPOSE $APP_PORT 19:27:07 ---> Running in c710467a98e1 19:27:07 Removing intermediate container c710467a98e1 19:27:07 ---> c5f4d78c28c2 19:27:07 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:27:08 ---> a31a25aa9e9c 19:27:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:27:08 ---> a2733a417c13 19:27:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:27:08 ---> 14bdbec43ffe 19:27:08 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 19:27:08 ---> Running in 9afd641d733a 19:27:09 Removing intermediate container 9afd641d733a 19:27:09 ---> f5b37c9709f6 19:27:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:27:09 ---> Running in 58812d202acb 19:27:09 Removing intermediate container 58812d202acb 19:27:09 ---> 36a6a054b410 19:27:09 Step 21/23 : LABEL arch=x86_64 19:27:09 ---> Running in 43bf62322914 19:27:09 Removing intermediate container 43bf62322914 19:27:09 ---> 7ba1ef26d723 19:27:09 Step 22/23 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 19:27:09 ---> Running in db634dc255b6 19:27:09 Removing intermediate container db634dc255b6 19:27:09 ---> 5ea4680b8298 19:27:09 Step 23/23 : LABEL version=0.0.0 19:27:09 ---> Running in 8a8444aea9e6 19:27:09 Removing intermediate container 8a8444aea9e6 19:27:09 ---> ce367dde999e 19:27:09 19:27:09 Successfully built ce367dde999e 19:27:09 Successfully tagged sys-mgmt-agent:latest 19:27:09  Building sys-mgmt-agent ... done  [Pipeline] } 19:27:09 $ docker stop --time=1 51120d4f6a227adc1644b7827a1a9c7620c5497ed268282b70939e83715a39bb 19:27:10 $ docker rm -f 51120d4f6a227adc1644b7827a1a9c7620c5497ed268282b70939e83715a39bb [Pipeline] // withDockerContainer [Pipeline] sh 19:27:11 + docker images 19:27:11 REPOSITORY TAG IMAGE ID CREATED SIZE 19:27:11 sys-mgmt-agent latest ce367dde999e 1 second ago 136MB 19:27:11 bba7a495f8bb 16 seconds ago 1.59GB 19:27:11 security-secretstore-setup latest d5c56727f28e 30 seconds ago 29.7MB 19:27:11 core-data latest 5b7fb601801b 31 seconds ago 21.7MB 19:27:11 security-proxy-setup latest dba2fc3209ab 32 seconds ago 27.6MB 19:27:11 d94e1fb7240c 40 seconds ago 1.6GB 19:27:11 7b4a039aaabf 46 seconds ago 1.6GB 19:27:11 b187bff59802 48 seconds ago 1.62GB 19:27:11 support-notifications latest 61237bdaa543 54 seconds ago 30.4MB 19:27:11 security-spire-server latest d1229a6bd760 About a minute ago 86.5MB 19:27:11 core-metadata latest 7b81172861cb About a minute ago 18.5MB 19:27:11 b2680b9df926 About a minute ago 1.48GB 19:27:11 b4e361f9fa55 About a minute ago 1.67GB 19:27:11 security-spire-agent latest fef8ed463fde About a minute ago 125MB 19:27:11 security-bootstrapper latest d76fef457da7 About a minute ago 20.2MB 19:27:11 dc77b5738e36 About a minute ago 1.61GB 19:27:11 0e5ca2a43cba About a minute ago 1.48GB 19:27:11 core-command latest 396c32cca865 2 minutes ago 17.6MB 19:27:11 support-scheduler latest 5094e4bf3ce4 2 minutes ago 29.8MB 19:27:11 e56d1c3b5906 2 minutes ago 1.6GB 19:27:11 df7dfef052f9 2 minutes ago 1.61GB 19:27:11 73c483e87a5a 2 minutes ago 1.67GB 19:27:11 security-spiffe-token-provider latest f6281c15b553 2 minutes ago 29.7MB 19:27:11 security-spire-config latest eaee691edb66 2 minutes ago 85.8MB 19:27:11 36c2e352683a 2 minutes ago 1.64GB 19:27:11 453620416c71 2 minutes ago 1.48GB 19:27:11 ci-base-image-x86_64 latest 2a934ceee930 6 minutes ago 941MB 19:27:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine 1dedd983c030 2 weeks ago 677MB 19:27:11 alpine 3.15 c4fc93816858 2 months ago 5.59MB 19:27:11 alpine 3.16 9c6f07244728 2 months ago 5.54MB 19:27:11 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 3 months ago 253MB 19:27:11 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:30:51 Running on prd-ubuntu20.04-docker-arm64-4c-16g-116971 in /w/workspace/edgexfoundry_edgex-go_PR-4219 [Pipeline] { [Pipeline] ws 19:30:52 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 19:30:52 The recommended git tool is: git 19:30:58 using credential edgex-jenkins-ssh 19:30:58 Cloning the remote Git repository 19:30:58 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:30:58 > git init /w/workspace/edgex-go/1 # timeout=10 19:30:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:30:58 > git --version # timeout=10 19:30:58 > git --version # 'git version 2.25.1' 19:30:58 using GIT_SSH to set credentials SSH Credentials for GitHub 19:30:58 Verifying host key using known hosts file 19:30:59 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:30:59 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:31:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:31:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:31:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:31:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:31:17 using GIT_SSH to set credentials SSH Credentials for GitHub 19:31:17 Verifying host key using known hosts file 19:31:17 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:31:17 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4219/head:refs/remotes/origin/PR-4219 +refs/heads/main:refs/remotes/origin/main # timeout=10 19:31:18 Merging remotes/origin/main commit 9e554929d717cf1151dbdc4a6532773c76b36b26 into PR head commit 682c501e66e771fa8a9110e3f6debe152e4b1e78 19:31:19 Merge succeeded, producing 682c501e66e771fa8a9110e3f6debe152e4b1e78 19:31:19 Checking out Revision 682c501e66e771fa8a9110e3f6debe152e4b1e78 (PR-4219) 19:31:19 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" 19:31:19 > git --version # timeout=10 19:31:19 > git --version # 'git version 2.25.1' 19:31:19 fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:31:18 > git config core.sparsecheckout # timeout=10 19:31:18 > git checkout -f 682c501e66e771fa8a9110e3f6debe152e4b1e78 # timeout=10 19:31:18 > git remote # timeout=10 19:31:18 > git config --get remote.origin.url # timeout=10 19:31:19 using GIT_SSH to set credentials SSH Credentials for GitHub 19:31:19 Verifying host key using known hosts file 19:31:19 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:31:19 > git merge 9e554929d717cf1151dbdc4a6532773c76b36b26 # timeout=10 19:31:19 > git rev-parse HEAD^{commit} # timeout=10 19:31:19 > git config core.sparsecheckout # timeout=10 19:31:19 > git checkout -f 682c501e66e771fa8a9110e3f6debe152e4b1e78 # timeout=10 19:31:21 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 19:31:21 % Total % Received % Xferd Average Speed Time Time Time Current 19:31:21 Dload Upload Total Spent Left Speed 19:31:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 201k 0 --:--:-- --:--:-- --:--:-- 201k [Pipeline] sh 19:31:21 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 19:31:22 + sudo tee /etc/docker/daemon.new 19:31:22 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 19:31:22 { 19:31:22 "registry-mirrors": [ 19:31:22 "https://nexus3.edgexfoundry.org:10001" 19:31:22 ], 19:31:22 "bip": "10.250.0.254/24", 19:31:22 "hosts": [ 19:31:22 "tcp://0.0.0.0:5555", 19:31:22 "unix:///var/run/docker.sock" 19:31:22 ], 19:31:22 "mtu": 1458, 19:31:22 "selinux-enabled": true, 19:31:22 "seccomp-profile": "/etc/docker/seccomp.json" 19:31:22 } [Pipeline] sh 19:31:22 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 19:31:22 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:31:41 provisioning config files... 19:31:41 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config1340085654718219946tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:31:41 ---> docker-login.sh 19:31:41 nexus3.edgexfoundry.org:10001 19:31:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:31:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:31:42 Configure a credential helper to remove this warning. See 19:31:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:31:42 19:31:42 Login Succeeded 19:31:42 nexus3.edgexfoundry.org:10002 19:31:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:31:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:31:42 Configure a credential helper to remove this warning. See 19:31:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:31:42 19:31:42 Login Succeeded 19:31:42 nexus3.edgexfoundry.org:10003 19:31:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:31:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:31:42 Configure a credential helper to remove this warning. See 19:31:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:31:42 19:31:42 Login Succeeded 19:31:42 nexus3.edgexfoundry.org:10004 19:31:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:31:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:31:43 Configure a credential helper to remove this warning. See 19:31:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:31:43 19:31:43 Login Succeeded 19:31:43 docker.io 19:31:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:31:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:31:43 Configure a credential helper to remove this warning. See 19:31:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:31:43 19:31:43 Login Succeeded 19:31:43 ---> docker-login.sh ends [Pipeline] } 19:31:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 19:31:44 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:31:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:31:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:31:44 ========================================================= 19:31:44 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 19:31:44 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:31:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:31:44 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:31:44 9b18e9b68314: Pulling fs layer 19:31:44 d32db5db7311: Pulling fs layer 19:31:44 d0c4b47475fc: Pulling fs layer 19:31:44 5831b945b038: Pulling fs layer 19:31:44 86bbec2aaacd: Pulling fs layer 19:31:44 e10730c5d714: Pulling fs layer 19:31:44 5dd5c2283517: Pulling fs layer 19:31:44 d5ac0230b979: Pulling fs layer 19:31:44 5831b945b038: Waiting 19:31:44 86bbec2aaacd: Waiting 19:31:44 e10730c5d714: Waiting 19:31:44 5dd5c2283517: Waiting 19:31:44 d5ac0230b979: Waiting 19:31:45 d0c4b47475fc: Verifying Checksum 19:31:45 d0c4b47475fc: Download complete 19:31:45 d32db5db7311: Verifying Checksum 19:31:45 d32db5db7311: Download complete 19:31:45 86bbec2aaacd: Verifying Checksum 19:31:45 86bbec2aaacd: Download complete 19:31:45 e10730c5d714: Verifying Checksum 19:31:45 e10730c5d714: Download complete 19:31:45 9b18e9b68314: Verifying Checksum 19:31:45 9b18e9b68314: Download complete 19:31:46 9b18e9b68314: Pull complete 19:31:46 d5ac0230b979: Verifying Checksum 19:31:46 d5ac0230b979: Download complete 19:31:46 d32db5db7311: Pull complete 19:31:46 d0c4b47475fc: Pull complete 19:31:47 5dd5c2283517: Verifying Checksum 19:31:47 5dd5c2283517: Download complete 19:31:48 5831b945b038: Verifying Checksum 19:31:48 5831b945b038: Download complete 19:32:00 5831b945b038: Pull complete 19:32:00 86bbec2aaacd: Pull complete 19:32:00 e10730c5d714: Pull complete 19:32:07 5dd5c2283517: Pull complete 19:32:08 d5ac0230b979: Pull complete 19:32:08 Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 19:32:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:32:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 19:32:08 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:32:08 WORKDIR /edgex 19:32:08 COPY go.mod . 19:32:08 RUN go mod download 19:32:08 + docker build -t ci-base-image-arm64 -f - . 19:32:09 Sending build context to Docker daemon 3.269MB 19:32:09 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:32:09 ---> 59b3b1a385d4 19:32:09 Step 2/4 : WORKDIR /edgex 19:32:12 ---> Running in 69c6a504afea 19:32:12 Removing intermediate container 69c6a504afea 19:32:12 ---> a3e7d74dbb8d 19:32:12 Step 3/4 : COPY go.mod . 19:32:12 ---> 9400f760d236 19:32:12 Step 4/4 : RUN go mod download 19:32:12 ---> Running in 598b92cc19cd 19:32:45 Removing intermediate container 598b92cc19cd 19:32:45 ---> f25098721c46 19:32:45 Successfully built f25098721c46 19:32:45 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:32:45 + docker inspect -f . ci-base-image-arm64 19:32:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:32:45 prd-ubuntu20.04-docker-arm64-4c-16g-116971 does not seem to be running inside a container 19:32:45 $ 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:32:47 $ docker top b12daa417e7c369fd881d855de1d292d50320edf2bcc87e4dd8e5fabcb513c1f -eo pid,comm [Pipeline] { [Pipeline] sh 19:32:48 + go version 19:32:48 go version go1.18.7 linux/arm64 [Pipeline] } 19:32:48 $ docker stop --time=1 b12daa417e7c369fd881d855de1d292d50320edf2bcc87e4dd8e5fabcb513c1f 19:32:49 $ docker rm -f b12daa417e7c369fd881d855de1d292d50320edf2bcc87e4dd8e5fabcb513c1f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:32:50 + docker inspect -f . ci-base-image-arm64 19:32:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:32:50 prd-ubuntu20.04-docker-arm64-4c-16g-116971 does not seem to be running inside a container 19:32:50 $ 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:32:52 $ docker top b9b985f19275b2961561399d5a9ea8fd8c448d44d03c8259de91ba1b43674c10 -eo pid,comm [Pipeline] { [Pipeline] echo 19:32:52 ========================================================= 19:32:52 [edgeXBuildGoParallel] Running Tests and Build... 19:32:52 ========================================================= [Pipeline] sh 19:32:52 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:32:53 + make test 19:32:53 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:33:32 ? github.com/edgexfoundry/edgex-go [no test files] 19:35:39 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:35:39 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:35:39 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:35:39 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:35:45 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:35:46 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:35:46 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:35:46 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:35:46 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:35:50 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:35:50 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:35:50 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:35:50 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:35:50 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:35:50 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:36:17 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.406s coverage: 28.7% of statements 19:36:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:36:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:36:20 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.727s coverage: 98.5% of statements 19:36:23 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.743s coverage: 43.0% of statements 19:36:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:36:23 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:36:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.539s coverage: 54.2% of statements 19:36:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:36:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:36:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 20.810s coverage: 89.2% of statements 19:36:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:36:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:36:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:36:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:36:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:36:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.434s coverage: 2.2% of statements 19:36:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:36:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:36:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 3.134s coverage: 95.6% of statements 19:36:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:36:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:36:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:36:53 ok github.com/edgexfoundry/edgex-go/internal/io 0.402s coverage: 72.2% of statements 19:36:53 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:36:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:36:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:36:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:36:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:36:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.453s coverage: 60.0% of statements 19:36:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:36:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:36:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:36:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.898s coverage: 0.9% of statements 19:36:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:36:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.340s coverage: 58.8% of statements 19:36:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.303s coverage: 29.6% of statements 19:36:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:36:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.471s coverage: 47.1% of statements 19:36:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.315s coverage: 79.5% of statements 19:36:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.305s coverage: 94.1% of statements 19:36:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.330s coverage: 96.3% of statements 19:37:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.274s coverage: 87.5% of statements 19:37:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.380s coverage: 94.4% of statements 19:37:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.228s coverage: 44.8% of statements 19:37:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.804s coverage: 79.9% of statements 19:37:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:37:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.316s coverage: 92.9% of statements 19:37:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:37:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:37:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:37:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.072s coverage: 65.1% of statements 19:37:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:37:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:37:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:37:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:37:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.344s coverage: 86.9% of statements 19:37:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:37:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:37:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:37:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:37:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.252s coverage: 87.2% of statements 19:37:25 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:37:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:37:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.239s coverage: 100.0% of statements 19:37:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:37:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.443s coverage: 58.8% of statements 19:37:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:37:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.329s coverage: 80.0% of statements 19:37:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.274s coverage: 87.2% of statements 19:37:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.400s coverage: 85.4% of statements 19:37:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.093s coverage: 91.2% of statements 19:37:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:37:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.904s coverage: 64.7% of statements 19:37:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:37:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:37:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.334s coverage: 100.0% of statements 19:37:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.109s coverage: 89.4% of statements 19:37:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.077s coverage: 100.0% of statements 19:37:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.106s coverage: 73.7% of statements 19:37:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.070s coverage: 100.0% of statements 19:37:42 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.456s coverage: 65.8% of statements 19:37:42 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:37:42 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:37:42 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:37:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.969s coverage: 41.8% of statements 19:37:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:37:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:37:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.318s coverage: 89.5% of statements 19:37:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:37:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.315s coverage: 84.8% of statements 19:37:45 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:37:45 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:37:45 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:37:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:37:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.408s coverage: 17.7% of statements 19:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:37:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.040s coverage: 92.3% of statements 19:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:37:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.390s coverage: 63.2% of statements 19:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:37:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.519s coverage: 97.7% of statements 19:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:37:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:37:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:37:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.255s coverage: 28.9% of statements 19:37:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:37:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:37:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:37:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:37:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:37:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:37:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.229s coverage: 100.0% of statements 19:37:55 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.091s coverage: 96.9% of statements 19:37:56 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:37:56 WARNING: Linting skipped (not on x86_64 or linter not installed) 19:37:56 GO111MODULE=on go vet ./... 19:40:03 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:40:03 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:40:03 ./bin/test-attribution-txt.sh [Pipeline] echo 19:40:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:40:04 + ls -al . 19:40:04 total 764 19:40:04 drwxrwxr-x 10 1001 1001 4096 Oct 25 19:32 . 19:40:04 drwxr-xr-x 4 root root 4096 Oct 25 19:32 .. 19:40:04 drwxrwxr-x 2 1001 1001 4096 Oct 25 19:31 .blubracket 19:40:04 -rw-rw-r-- 1 1001 1001 16 Oct 25 19:31 .dockerignore 19:40:04 drwxrwxr-x 8 1001 1001 4096 Oct 25 19:31 .git 19:40:04 drwxrwxr-x 3 1001 1001 4096 Oct 25 19:31 .github 19:40:04 -rw-rw-r-- 1 1001 1001 1030 Oct 25 19:31 .gitignore 19:40:04 -rw-rw-r-- 1 1001 1001 42 Oct 25 19:31 .golangci.yml 19:40:04 -rw-rw-r-- 1 1001 1001 87 Oct 25 19:31 .hadolint.yml 19:40:04 -rw-rw-r-- 1 1001 1001 166 Oct 25 19:31 .sonarcloud.properties 19:40:04 -rw-rw-r-- 1 1001 1001 1171 Oct 25 19:31 ADOPTERS.md 19:40:04 -rw-rw-r-- 1 1001 1001 10722 Oct 25 19:31 Attribution.txt 19:40:04 -rw-rw-r-- 1 1001 1001 63209 Oct 25 19:31 CHANGELOG.md 19:40:04 -rw-rw-r-- 1 1001 1001 3804 Oct 25 19:31 CONTRIBUTING.md 19:40:04 -rw-rw-r-- 1 1001 1001 677 Oct 25 19:31 GOVERNANCE.md 19:40:04 -rw-rw-r-- 1 1001 1001 850 Oct 25 19:31 Jenkinsfile 19:40:04 -rw-rw-r-- 1 1001 1001 10775 Oct 25 19:31 LICENSE 19:40:04 -rw-rw-r-- 1 1001 1001 13857 Oct 25 19:31 Makefile 19:40:04 -rw-rw-r-- 1 1001 1001 582 Oct 25 19:31 OWNERS.md 19:40:04 -rw-rw-r-- 1 1001 1001 9799 Oct 25 19:31 README.md 19:40:04 -rw-rw-r-- 1 1001 1001 6912 Oct 25 19:31 SECURITY.md 19:40:04 -rw-rw-r-- 1 1001 1001 5 Oct 25 19:20 VERSION 19:40:04 -rw-rw-r-- 1 1001 1001 4131 Oct 25 19:31 ZMQWindows.md 19:40:04 drwxrwxr-x 2 1001 1001 4096 Oct 25 19:31 bin 19:40:04 drwxrwxr-x 18 1001 1001 4096 Oct 25 19:31 cmd 19:40:04 -rw-r--r-- 1 root root 501828 Oct 25 19:37 coverage.out 19:40:04 -rw-rw-r-- 1 1001 1001 3447 Oct 25 19:31 go.mod 19:40:04 -rw-rw-r-- 1 1001 1001 45062 Oct 25 19:31 go.sum 19:40:04 drwxrwxr-x 8 1001 1001 4096 Oct 25 19:31 internal 19:40:04 drwxrwxr-x 3 1001 1001 4096 Oct 25 19:31 openapi 19:40:04 drwxrwxr-x 4 1001 1001 4096 Oct 25 19:31 snap 19:40:04 -rw-rw-r-- 1 1001 1001 204 Oct 25 19:31 version.go [Pipeline] sh 19:40:04 + '[' -e coverage.out ] 19:40:04 + chown 1001:1001 coverage.out [Pipeline] stash 19:40:04 Warning: overwriting stash ‘coverage-report’ 19:40:05 Stashed 1 file(s) [Pipeline] sh 19:40:05 + make build 19:40:06 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:41:42 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:43:04 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:43:05 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:43: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:43: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:43:58 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:44:06 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:44:09 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:44: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/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:44:19 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:44:23 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:44:34 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:44:39 $ docker stop --time=1 b9b985f19275b2961561399d5a9ea8fd8c448d44d03c8259de91ba1b43674c10 19:44:41 $ docker rm -f b9b985f19275b2961561399d5a9ea8fd8c448d44d03c8259de91ba1b43674c10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:44:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:44:44 19:44:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:44:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:44:45 latest: Pulling from edgex-devops/edgex-compose-arm64 19:44:45 29e5d40040c1: Pulling fs layer 19:44:45 1ce36da41761: Pulling fs layer 19:44:45 25b303627fd3: Pulling fs layer 19:44:45 29e5d40040c1: Verifying Checksum 19:44:45 29e5d40040c1: Download complete 19:44:45 1ce36da41761: Verifying Checksum 19:44:45 1ce36da41761: Download complete 19:44:45 29e5d40040c1: Pull complete 19:44:47 1ce36da41761: Pull complete 19:44:47 25b303627fd3: Verifying Checksum 19:44:47 25b303627fd3: Download complete 19:44:57 25b303627fd3: Pull complete 19:44:57 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 19:44:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:44:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:44:57 prd-ubuntu20.04-docker-arm64-4c-16g-116971 does not seem to be running inside a container 19:44:57 $ 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:44:59 $ docker top 38c5e2b7f4291a623482e83c0b754ea0a7987660e3b5a9b58df842c45bb74f4d -eo pid,comm [Pipeline] { [Pipeline] sh 19:45:00 + docker-compose build --help 19:45:00 + grep parallel 19:45:06 --parallel Build images in parallel. [Pipeline] } 19:45:06 $ docker stop --time=1 38c5e2b7f4291a623482e83c0b754ea0a7987660e3b5a9b58df842c45bb74f4d 19:45:07 $ docker rm -f 38c5e2b7f4291a623482e83c0b754ea0a7987660e3b5a9b58df842c45bb74f4d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:45:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:45:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:45:08 prd-ubuntu20.04-docker-arm64-4c-16g-116971 does not seem to be running inside a container 19:45:09 $ 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:45:10 $ docker top 026cb035c6b82e0d55bda323d4273152ab338426541ac72ed39102083512bb2c -eo pid,comm [Pipeline] { [Pipeline] sh 19:45:11 + docker-compose -f ./docker-compose-build.yml build --parallel 19:45:17 Building core-command ... 19:45:17 Building core-data ... 19:45:17 Building core-metadata ... 19:45:17 Building security-bootstrapper ... 19:45:17 Building security-proxy-setup ... 19:45:17 Building security-secretstore-setup ... 19:45:17 Building security-spiffe-token-provider ... 19:45:17 Building security-spire-agent ... 19:45:17 Building security-spire-config ... 19:45:17 Building security-spire-server ... 19:45:17 Building support-notifications ... 19:45:17 Building support-scheduler ... 19:45:17 Building sys-mgmt-agent ... 19:45:17 Building security-secretstore-setup 19:45:17 Building security-spiffe-token-provider 19:45:17 Building security-spire-server 19:45:17 Building security-bootstrapper 19:45:17 Building security-spire-config 19:46:14 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:46:14 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:46:14 ---> f25098721c46 19:46:14 Step 3/25 : WORKDIR /edgex-go 19:46:14 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:46:14 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:46:14 ---> f25098721c46 19:46:14 Step 3/25 : WORKDIR /edgex-go 19:46:14 Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:46:14 Step 2/33 : FROM ${BUILDER_BASE} AS builder 19:46:14 ---> f25098721c46 19:46:14 Step 3/33 : WORKDIR /edgex-go 19:46:14 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:46:14 Step 2/20 : FROM ${BUILDER_BASE} AS builder 19:46:14 ---> f25098721c46 19:46:14 Step 3/20 : WORKDIR /edgex-go 19:46:14 ---> Running in 555bda2b27ad 19:46:14 ---> Running in ae43e5a6a61e 19:46:14 ---> Running in 9d519708af1f 19:46:14 ---> Running in 1f77887cef96 19:46:14 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:46:14 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:46:14 ---> f25098721c46 19:46:14 Step 3/26 : WORKDIR /edgex-go 19:46:14 ---> Running in 4b5fdb5d2397 19:46:14 Removing intermediate container 555bda2b27ad 19:46:14 ---> 7b57d9a599fc 19:46:14 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:46:14 Removing intermediate container ae43e5a6a61e 19:46:14 ---> 8e1190c34bbc 19:46:14 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:46:14 Removing intermediate container 9d519708af1f 19:46:14 ---> 3b2cb0b72674 19:46:14 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 19:46:14 Removing intermediate container 1f77887cef96 19:46:14 ---> aae9ec183392 19:46:14 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:46:14 Removing intermediate container 4b5fdb5d2397 19:46:14 ---> 43fd00eb5c94 19:46:14 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:46:14 ---> Running in 523f11adc88d 19:46:14 ---> Running in 32efc4768b16 19:46:14 ---> Running in e6d88c3b5daf 19:46:14 ---> Running in 9e35f8e08739 19:46:14 ---> Running in 4944b1779bb7 19:46:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:46:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:46:14 Removing intermediate container 523f11adc88d 19:46:14 ---> e54a22783ea1 19:46:14 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 19:46:14 ---> Running in 4cf5953dcd73 19:46:14 Removing intermediate container 4944b1779bb7 19:46:14 ---> fb8425d5f5f9 19:46:14 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:46:14 ---> Running in 6ad9e152ef8e 19:46:14 v3.16.2-338-g66e9ed6d86 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 19:46:14 v3.16.2-337-g03fc1018a8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 19:46:14 OK: 16896 distinct packages available 19:46:14 Removing intermediate container 32efc4768b16 19:46:14 ---> bd10ce8d3ecc 19:46:14 Step 5/25 : RUN apk add --update --no-cache make git 19:46:14 Removing intermediate container e6d88c3b5daf 19:46:14 ---> 1710bbc0ec97 19:46:14 Step 5/33 : RUN apk add --update --no-cache make git 19:46:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:46:14 ---> Running in 32772be736fd 19:46:14 ---> Running in 863b234d85a4 19:46:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:46:15 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:46:15 OK: 221 MiB in 51 packages 19:46:15 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:46:16 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:46:16 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:46:16 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:46:16 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:46:16 Removing intermediate container 9e35f8e08739 19:46:16 ---> 8a29d9de05c4 19:46:16 Step 5/20 : COPY go.mod vendor* ./ 19:46:17 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:46:17 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:46:17 ---> fbf4d1246ee6 19:46:17 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:46:17 ---> Running in 04d04e5ebc23 19:46:17 OK: 221 MiB in 51 packages 19:46:18 OK: 221 MiB in 51 packages 19:46:19 OK: 221 MiB in 51 packages 19:46:19 OK: 221 MiB in 51 packages 19:46:20 Removing intermediate container 4cf5953dcd73 19:46:20 ---> dd4cd5a3b77d 19:46:20 Step 6/25 : COPY go.mod vendor* ./ 19:46:20 Removing intermediate container 6ad9e152ef8e 19:46:20 ---> c3e36001e49d 19:46:20 Step 6/26 : COPY go.mod vendor* ./ 19:46:20 Removing intermediate container 32772be736fd 19:46:20 ---> 3a5e63020fa1 19:46:20 Step 6/25 : COPY go.mod vendor* ./ 19:46:21 Removing intermediate container 863b234d85a4 19:46:21 ---> 2e3aa9a12597 19:46:21 Step 6/33 : COPY go.mod vendor* ./ 19:46:21 ---> 8e83e6f3edbc 19:46:21 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:46:21 ---> Running in eccef3934df8 19:46:21 ---> 632ab57ec136 19:46:21 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:46:22 ---> Running in ac4aaae6661e 19:46:22 ---> c758d70b96bc 19:46:22 Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:46:22 ---> d8b5c88c1b49 19:46:22 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:46:22 ---> Running in a4cce66fb48f 19:46:23 ---> Running in 0062987a9c44 19:47:44 Removing intermediate container a4cce66fb48f 19:47:44 ---> cbbe85f668c6 19:47:44 Step 8/33 : COPY . . 19:47:44 Removing intermediate container 0062987a9c44 19:47:44 ---> 679b0c891a3e 19:47:44 Step 8/25 : COPY . . 19:47:44 Removing intermediate container 04d04e5ebc23 19:47:44 ---> a60a61966df8 19:47:44 Step 7/20 : COPY . . 19:47:44 Removing intermediate container ac4aaae6661e 19:47:44 ---> 6cee3fc86b74 19:47:44 Step 8/25 : COPY . . 19:47:44 Removing intermediate container eccef3934df8 19:47:44 ---> 61a9b3cc72ee 19:47:44 Step 8/26 : COPY . . 19:48:02 ---> d9b211fc1387 19:48:02 ---> 2b67e8781bc2 19:48:02 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 19:48:02 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:48:02 ---> 38fc9bb31040 19:48:02 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:48:02 ---> 958a626bc9ce 19:48:03 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:48:03 ---> Running in 7684f10ecba1 19:48:03 ---> Running in 85ed29347858 19:48:03 ---> Running in 1260a3019faf 19:48:03 ---> 8cf1a383a4ce 19:48:03 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:48:03 ---> Running in 636f9a2f039b 19:48:03 ---> Running in ade8ceee1d58 19:48:04 Removing intermediate container 85ed29347858 19:48:04 ---> eb3db60b867f 19:48:04 Step 10/25 : WORKDIR /edgex-go/spire-build 19:48:04 ---> Running in 6bc8588d51bc 19:48:04 Removing intermediate container 636f9a2f039b 19:48:04 ---> 43f913d44d4d 19:48:04 Step 10/26 : WORKDIR /edgex-go/spire-build 19:48:04 ---> Running in 388c5d48dacf 19:48:05 Removing intermediate container 6bc8588d51bc 19:48:05 ---> 5a349ff25a0b 19:48:05 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:48:05 ---> Running in de9343e91c08 19:48:05 Removing intermediate container 388c5d48dacf 19:48:05 ---> d98e7b38f59c 19:48:05 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:48:05 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:48:05 ---> Running in 1bf2dbe5994f 19:48:06 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:48:06 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:48:09 Removing intermediate container de9343e91c08 19:48:09 ---> 2999b5a0711f 19:48:09 Step 12/25 : WORKDIR /edgex-go 19:48:09 ---> Running in 70046f4e31fb 19:48:10 Removing intermediate container 1bf2dbe5994f 19:48:10 ---> a381d45fc560 19:48:10 Step 12/26 : WORKDIR /edgex-go 19:48:10 ---> Running in 105f2eef4bbc 19:48:10 Removing intermediate container 70046f4e31fb 19:48:10 ---> b6d913994023 19:48:10 19:48:10 Step 13/25 : FROM alpine:3.15 19:48:10 3.15: Pulling from library/alpine 19:48:10 Removing intermediate container 105f2eef4bbc 19:48:10 ---> 7a65aa189302 19:48:10 19:48:10 Step 13/26 : FROM alpine:3.15 19:48:11 3.15: Pulling from library/alpine 19:48:12 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 19:48:12 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 19:48:12 Status: Downloaded newer image for alpine:3.15 19:48:12 Status: Image is up to date for alpine:3.15 19:48:12 ---> 02e0d6fdf486 19:48:12 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:48:12 ---> 02e0d6fdf486 19:48:12 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:48:12 ---> Running in d049dd8cf46f 19:48:12 ---> Running in c1c9946d79b9 19:48:12 Removing intermediate container d049dd8cf46f 19:48:12 ---> 75e85110ecdf 19:48:12 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:48:12 Removing intermediate container c1c9946d79b9 19:48:12 ---> d2e7174c7cdc 19:48:12 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:48:13 ---> Running in 47abe1ce8016 19:48:13 ---> Running in ad1649c0cb9c 19:48:18 Removing intermediate container 47abe1ce8016 19:48:18 ---> 484a2da1e64b 19:48:18 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 19:48:18 Removing intermediate container ad1649c0cb9c 19:48:18 ---> 838044aedb73 19:48:18 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:48:18 ---> Running in 8f9026659736 19:48:19 ---> Running in 67bfa3524c6d 19:48:21 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:48:21 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:48:22 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:48:22 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:48:24 v3.15.6-133-g52d935b0b0 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:48:24 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:48:24 OK: 15734 distinct packages available 19:48:24 v3.15.6-133-g52d935b0b0 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:48:24 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:48:24 OK: 15734 distinct packages available 19:48:24 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:48:24 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:48:25 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:48:25 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:48:26 (1/4) Installing dumb-init (1.2.5-r1) 19:48:27 (1/5) Installing dumb-init (1.2.5-r1) 19:48:27 (2/4) Installing musl-obstack (1.2.3-r0) 19:48:27 (2/5) Installing musl-obstack (1.2.3-r0) 19:48:27 (3/4) Installing libucontext (1.1-r0) 19:48:27 (3/5) Installing libucontext (1.1-r0) 19:48:27 (4/4) Installing gcompat (1.0.0-r4) 19:48:27 (4/5) Installing gcompat (1.0.0-r4) 19:48:28 Executing busybox-1.34.1-r7.trigger 19:48:28 OK: 6 MiB in 18 packages 19:48:28 (5/5) Installing openssl (1.1.1q-r0) 19:48:29 Executing busybox-1.34.1-r7.trigger 19:48:29 OK: 6 MiB in 19 packages 19:48:30 Removing intermediate container 8f9026659736 19:48:30 ---> 9dda91823d1f 19:48:30 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:48:30 Removing intermediate container 67bfa3524c6d 19:48:30 ---> 66f691336782 19:48:30 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:48:39 ---> 43aeeae656dd 19:48:39 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:48:39 ---> 0cbc2ce10dcf 19:48:39 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:48:40 ---> 81d16728cbe5 19:48:40 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 19:48:40 ---> Running in e1236fc05c14 19:48:41 Removing intermediate container e1236fc05c14 19:48:41 ---> 96f15ed5d538 19:48:41 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:48:41 ---> 121f92a71e6b 19:48:41 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:48:42 ---> 468ace916d7e 19:48:42 Step 21/26 : WORKDIR / 19:48:42 ---> 46911cc9c51e 19:48:42 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:48:42 ---> Running in ac18a781a712 19:48:43 Removing intermediate container ac18a781a712 19:48:43 ---> 95a81491dd08 19:48:43 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:48:43 ---> Running in c3d8bb105ba9 19:48:43 ---> cf39ccefafd0 19:48:43 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:48:43 Removing intermediate container c3d8bb105ba9 19:48:43 ---> 26d0ddf96725 19:48:43 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:48:43 ---> Running in 633e13429af6 19:48:43 ---> Running in a9c12fa99bc5 19:48:44 Removing intermediate container 633e13429af6 19:48:44 ---> 78420040cb66 19:48:44 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:48:44 Removing intermediate container a9c12fa99bc5 19:48:44 ---> 02be3a149201 19:48:44 Step 24/26 : LABEL arch=arm64 19:48:44 ---> Running in f017be00a210 19:48:44 ---> Running in dafbaabfd9e8 19:48:45 Removing intermediate container f017be00a210 19:48:45 ---> ddb3438ae1b8 19:48:45 Step 23/25 : LABEL arch=arm64 19:48:45 Removing intermediate container dafbaabfd9e8 19:48:45 ---> dce1fdf15e70 19:48:45 Step 25/26 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 19:48:45 ---> Running in 06d851cb9d4d 19:48:45 ---> Running in d24cdadbb0cc 19:48:46 Removing intermediate container 06d851cb9d4d 19:48:46 ---> 7a450cf650f5 19:48:46 Step 26/26 : LABEL version=0.0.0 19:48:46 Removing intermediate container d24cdadbb0cc 19:48:46 ---> b2da6f00bb98 19:48:46 Step 24/25 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 19:48:46 ---> Running in 090a34f20873 19:48:46 ---> Running in 971b01b447e3 19:48:47 Removing intermediate container 971b01b447e3 19:48:47 ---> dc7a5dcf4f3b 19:48:47 Step 25/25 : LABEL version=0.0.0 19:48:47 Removing intermediate container 090a34f20873 19:48:47 ---> 96b12243fb03 19:48:47 19:48:47 ---> Running in 4a8d9af83403 19:48:48 Successfully built 96b12243fb03 19:48:48 Successfully tagged security-spire-config-arm64:latest 19:48:48  Building security-spire-config ... done Building sys-mgmt-agent 19:48:48 Removing intermediate container 4a8d9af83403 19:48:48 ---> 6e1cd6740479 19:48:48 19:48:48 Successfully built 6e1cd6740479 19:48:48 Successfully tagged security-spire-server-arm64:latest 19:48:48  Building security-spire-server ... done Building core-metadata 19:49:20 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:49:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:49:20 ---> f25098721c46 19:49:20 Step 3/23 : WORKDIR /edgex-go 19:49:20 ---> Using cache 19:49:20 ---> 43fd00eb5c94 19:49:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:49:20 ---> Using cache 19:49:20 ---> fb8425d5f5f9 19:49:20 Step 5/23 : RUN apk add --update --no-cache make bash git 19:49:20 ---> Running in 7d32e9aa3b76 19:49:20 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:49:20 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:49:20 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:49:20 ---> f25098721c46 19:49:20 Step 3/25 : ARG ADD_BUILD_TAGS="" 19:49:20 ---> Running in 2cbc503d810a 19:49:20 Removing intermediate container 2cbc503d810a 19:49:20 ---> 016aa0ca9709 19:49:20 Step 4/25 : WORKDIR /edgex-go 19:49:20 ---> Running in 30e370ac9873 19:49:20 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:49:20 Removing intermediate container 30e370ac9873 19:49:20 ---> 66bca37bd03c 19:49:20 Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:49:20 ---> Running in b361e7a3a6e5 19:49:22 OK: 221 MiB in 51 packages 19:49:24 Removing intermediate container 7d32e9aa3b76 19:49:24 ---> d1fa8176b156 19:49:24 Step 6/23 : COPY go.mod vendor* ./ 19:49:24 Removing intermediate container b361e7a3a6e5 19:49:24 ---> 1b88595f617a 19:49:24 Step 6/25 : RUN apk add --update --no-cache make git 19:49:25 ---> Running in 3f67241e50dd 19:49:25 ---> a37cf62753e7 19:49:25 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:49:25 ---> Running in e0260196c967 19:49:27 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:49:28 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:49:30 OK: 221 MiB in 51 packages 19:49:31 Removing intermediate container 3f67241e50dd 19:49:31 ---> 667b79939235 19:49:31 Step 7/25 : COPY go.mod vendor* ./ 19:49:32 ---> f91776e87635 19:49:32 Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:49:33 ---> Running in 3f89ed32ebcf 19:51:09 Removing intermediate container e0260196c967 19:51:09 ---> 120b812b21c9 19:51:09 Step 8/23 : COPY . . 19:51:09 Removing intermediate container 3f89ed32ebcf 19:51:09 ---> ac434fdb5b85 19:51:09 Step 9/25 : COPY . . 19:51:12 ---> 1b4eb1f1c52e 19:51:12 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:51:12 ---> Running in 8e71abc8f698 19:51:15 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:51:20 ---> d09c133838c4 19:51:20 Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 19:51:20 ---> Running in ae6fb2f8ccb8 19:51:22 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:54:29 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:54:52 Removing intermediate container 7684f10ecba1 19:54:52 ---> 8b8848a21971 19:54:52 19:54:52 Step 10/25 : FROM alpine:3.16 19:54:52 3.16: Pulling from library/alpine 19:54:52 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 19:54:52 Status: Downloaded newer image for alpine:3.16 19:54:52 ---> a6215f271958 19:54:52 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:54:52 ---> Running in 0765b75c2ddf 19:54:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:54:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:54:54 (1/3) Installing ca-certificates (20220614-r0) 19:54:54 (2/3) Installing dumb-init (1.2.5-r1) 19:54:54 (3/3) Installing su-exec (0.2-r1) 19:54:54 Executing busybox-1.35.0-r17.trigger 19:54:54 Executing ca-certificates-20220614-r0.trigger 19:54:55 OK: 6 MiB in 17 packages 19:54:59 Removing intermediate container 0765b75c2ddf 19:54:59 ---> 561127f1b528 19:54:59 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:54:59 ---> Running in 090175c7c968 19:55:00 Removing intermediate container 090175c7c968 19:55:00 ---> 06a9473b55c6 19:55:00 Step 13/25 : WORKDIR / 19:55:00 ---> Running in 452713431dec 19:55:01 Removing intermediate container 452713431dec 19:55:01 ---> 1f2e89138bdd 19:55: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:55:02 ---> 45b0b89f6a18 19:55: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:55:03 Removing intermediate container ade8ceee1d58 19:55:03 ---> 2edac997bb20 19:55:03 19:55:03 Step 10/33 : FROM alpine:3.16 19:55:03 ---> a6215f271958 19:55:03 Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:55:03 ---> Running in b1e2cf5df4ac 19:55:04 Removing intermediate container b1e2cf5df4ac 19:55:04 ---> 64184e7de2e4 19:55:04 Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec 19:55:04 ---> 98b690e7a46b 19:55:04 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:55:04 ---> Running in 4a419e2faf52 19:55:05 ---> b2ec4694efa5 19:55:05 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:55:07 ---> ada9cddef6f9 19:55:07 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:55:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:55:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:55:08 ---> 9ae913185e73 19:55:08 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:55:09 (1/2) Installing dumb-init (1.2.5-r1) 19:55:09 (2/2) Installing su-exec (0.2-r1) 19:55:09 Executing busybox-1.35.0-r17.trigger 19:55:09 OK: 5 MiB in 16 packages 19:55:11 ---> c04bbcb010b3 19:55:11 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:55:11 Removing intermediate container 4a419e2faf52 19:55:11 ---> 6039ab30d1cd 19:55:11 Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init 19:55:12 ---> Running in 835b6f56bf31 19:55:12 ---> 3db9aeb38c6f 19:55:12 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:55:12 Removing intermediate container 835b6f56bf31 19:55:12 ---> 265e12fa3d1e 19:55:12 Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 19:55:12 ---> Running in 3c4818964aff 19:55:13 ---> Running in c84409dc5aea 19:55:14 Removing intermediate container c84409dc5aea 19:55:14 ---> 472c410fa69a 19:55:14 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 19:55:14 ---> Running in 7ca46b0fec4d 19:55:15 Removing intermediate container 7ca46b0fec4d 19:55:15 ---> 98fa440458dc 19:55:15 Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 19:55:15 ---> Running in c31e2507bcd1 19:55:16 Removing intermediate container c31e2507bcd1 19:55:16 ---> 0b56d2bf3dc7 19:55:16 Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 19:55:16 ---> Running in 49be0332b327 19:55:17 Removing intermediate container 3c4818964aff 19:55:17 ---> ab8d2b3e9e68 19:55:17 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 19:55:17 ---> Running in 020d0ce634c0 19:55:18 Removing intermediate container 020d0ce634c0 19:55:18 ---> fe4e8022d55c 19:55:18 Step 23/25 : LABEL arch=arm64 19:55:18 ---> Running in 6dcbe9fe7bc0 19:55:19 Removing intermediate container 6dcbe9fe7bc0 19:55:19 ---> a6032d98a1e7 19:55:19 Step 24/25 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 19:55:19 ---> Running in f673b660f4e8 19:55:20 Removing intermediate container f673b660f4e8 19:55:20 ---> 799da06a006a 19:55:20 Step 25/25 : LABEL version=0.0.0 19:55:20 ---> Running in 99c2e4999b2a 19:55:20 Removing intermediate container 49be0332b327 19:55:20 ---> e8c6ad34f5de 19:55:20 Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} 19:55:20 ---> Running in 84c1e67c1c3d 19:55:21 Removing intermediate container 99c2e4999b2a 19:55:21 ---> 662c37c760ac 19:55:21 19:55:21 Removing intermediate container 84c1e67c1c3d 19:55:21 ---> f7802cf0ce7f 19:55:21 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 19:55:22 Successfully built 662c37c760ac 19:55:22 Successfully tagged security-secretstore-setup-arm64:latest 19:55:22 Building security-spire-agent 19:55:22  Building security-secretstore-setup ... done  ---> ea571dbbf7a0 19:55:22 Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 19:55:22 ---> Running in d5425cb59a81 19:55:26 Removing intermediate container d5425cb59a81 19:55:26 ---> dd88de5bf3fb 19:55:26 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 19:55:27 ---> efafc67d4c60 19:55:27 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:55:29 ---> 151175c24cfe 19:55:29 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:55:30 ---> 9458ff224eee 19:55:30 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:55:31 ---> eb8a8dfefa3e 19:55:31 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 19:55:32 ---> ae31e8d56d25 19:55:32 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 19:55:34 ---> 6b23709321ff 19:55:34 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:55:36 ---> 87d8f010c65f 19:55:36 Step 28/33 : RUN chmod +x /entrypoint.sh 19:55:36 ---> Running in c3e45277adec 19:55:41 Removing intermediate container c3e45277adec 19:55:41 ---> 9a95090d1cfb 19:55:41 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 19:55:41 ---> Running in 0fd3217bda29 19:55:41 Removing intermediate container 0fd3217bda29 19:55:41 ---> e9b043ab14f0 19:55:41 Step 30/33 : CMD ["gate"] 19:55:41 ---> Running in 17daa7e1be99 19:55:42 Removing intermediate container 17daa7e1be99 19:55:42 ---> 98c33f41954d 19:55:42 Step 31/33 : LABEL arch=arm64 19:55:42 ---> Running in 1d3cd9e2228d 19:55:43 Removing intermediate container 1d3cd9e2228d 19:55:43 ---> a05e68a7ebe7 19:55:43 Step 32/33 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 19:55:43 ---> Running in b99fd5717ab2 19:55:44 Removing intermediate container b99fd5717ab2 19:55:44 ---> 951482d7cf56 19:55:44 Step 33/33 : LABEL version=0.0.0 19:55:44 ---> Running in 0c786343bd45 19:55:45 Removing intermediate container 0c786343bd45 19:55:45 ---> 8c33cdaf6e29 19:55:45 19:55:45 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:55:45 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:55:45 ---> f25098721c46 19:55:45 Step 3/26 : WORKDIR /edgex-go 19:55:45 ---> Using cache 19:55:45 ---> 43fd00eb5c94 19:55:45 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:55:45 ---> Using cache 19:55:45 ---> fb8425d5f5f9 19:55:45 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:55:45 ---> Using cache 19:55:45 ---> c3e36001e49d 19:55:45 Step 6/26 : COPY go.mod vendor* ./ 19:55:45 ---> Using cache 19:55:45 ---> 8e83e6f3edbc 19:55:45 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:55:45 ---> Using cache 19:55:45 ---> 61a9b3cc72ee 19:55:45 Step 8/26 : COPY . . 19:55:45 ---> Using cache 19:55:45 ---> 958a626bc9ce 19:55:45 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:55:45 ---> Using cache 19:55:45 ---> 43f913d44d4d 19:55:45 Step 10/26 : WORKDIR /edgex-go/spire-build 19:55:45 ---> Using cache 19:55:45 ---> d98e7b38f59c 19:55:45 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:55:45 ---> Using cache 19:55:45 ---> a381d45fc560 19:55:45 Step 12/26 : WORKDIR /edgex-go 19:55:45 ---> Using cache 19:55:45 ---> 7a65aa189302 19:55:45 19:55:45 Step 13/26 : FROM alpine:3.15 19:55:45 ---> 02e0d6fdf486 19:55:45 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:55:45 ---> Using cache 19:55:45 ---> 75e85110ecdf 19:55:45 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:55:45 ---> Using cache 19:55:45 ---> 838044aedb73 19:55:45 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:55:45 ---> Using cache 19:55:45 ---> 66f691336782 19:55:45 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 19:55:45 Successfully built 8c33cdaf6e29 19:55:45 Successfully tagged security-bootstrapper-arm64:latest 19:55:45  Building security-bootstrapper ... done Building support-notifications 19:55:49 ---> c10535481869 19:55:49 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:55:55 ---> 10faacb06cff 19:55:55 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:55:55 ---> ee1020d2db5d 19:55:55 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:55:57 ---> 244c6568c9c2 19:55:57 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:55:58 ---> 787a6af946aa 19:55:58 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:55:58 ---> Running in 452a0889ede5 19:55:59 Removing intermediate container 452a0889ede5 19:55:59 ---> f92460a52143 19:55:59 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:55:59 ---> Running in 0920b574c572 19:56:00 Removing intermediate container 0920b574c572 19:56:00 ---> 7e5187c124d8 19:56:00 Step 24/26 : LABEL arch=arm64 19:56:00 ---> Running in 877e1f5fbcfd 19:56:01 Removing intermediate container 877e1f5fbcfd 19:56:01 ---> 8ade242e6688 19:56:01 Step 25/26 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 19:56:01 ---> Running in 35c1b8e10f1c 19:56:02 Removing intermediate container 35c1b8e10f1c 19:56:02 ---> 7c2f87387ce6 19:56:02 Step 26/26 : LABEL version=0.0.0 19:56:02 ---> Running in 3755dd5d997b 19:56:03 Removing intermediate container 3755dd5d997b 19:56:03 ---> b8f2db1e3b8d 19:56:03 19:56:03 Successfully built b8f2db1e3b8d 19:56:03 Successfully tagged security-spire-agent-arm64:latest 19:56:03  Building security-spire-agent ... done Building core-data 19:56:08 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:56:08 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:56:08 ---> f25098721c46 19:56:08 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:56:08 ---> Using cache 19:56:08 ---> 016aa0ca9709 19:56:08 Step 4/23 : WORKDIR /edgex-go 19:56:08 ---> Using cache 19:56:08 ---> 66bca37bd03c 19:56:08 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:56:08 ---> Using cache 19:56:08 ---> 1b88595f617a 19:56:08 Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates 19:56:08 ---> Running in 130d6a49d4d6 19:56:10 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:56:11 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:56:13 OK: 221 MiB in 51 packages 19:56:15 Removing intermediate container 130d6a49d4d6 19:56:15 ---> f02d7373ea97 19:56:15 Step 7/23 : COPY go.mod vendor* ./ 19:56:17 ---> 96aa86ddccd4 19:56:17 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:56:17 ---> Running in caa49ebace68 19:56:25 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:56:25 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:56:25 ---> f25098721c46 19:56:25 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:56:25 ---> Using cache 19:56:25 ---> 016aa0ca9709 19:56:25 Step 4/24 : WORKDIR /edgex-go 19:56:25 ---> Using cache 19:56:25 ---> 66bca37bd03c 19:56:25 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:56:25 ---> Using cache 19:56:25 ---> 1b88595f617a 19:56:25 Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:56:25 ---> Running in bc82a17dedb4 19:56:26 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:56:27 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:56:29 OK: 221 MiB in 51 packages 19:56:31 Removing intermediate container bc82a17dedb4 19:56:31 ---> e6ec3169bacf 19:56:31 Step 7/24 : COPY go.mod vendor* ./ 19:56:32 ---> 0ad7354fc0cd 19:56:32 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:56:33 ---> Running in 608dd5c7caf0 19:57:55 Removing intermediate container caa49ebace68 19:57:55 ---> 5126ea5894a3 19:57:55 Step 9/23 : COPY . . 19:57:56 Removing intermediate container 1260a3019faf 19:57:56 ---> 0af08cdef60f 19:57:56 19:57:56 Step 9/20 : FROM alpine:3.15 19:57:56 ---> 02e0d6fdf486 19:57:56 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:57:56 ---> Using cache 19:57:56 ---> 75e85110ecdf 19:57:56 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:57:56 ---> Using cache 19:57:56 ---> 838044aedb73 19:57:56 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:57:56 ---> Running in d9cd84455c89 19:58:00 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:58:01 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:58:02 v3.15.6-133-g52d935b0b0 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:58:02 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:58:02 OK: 15734 distinct packages available 19:58:02 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:58:03 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:58:05 (1/9) Installing ca-certificates (20220614-r0) 19:58:06 (2/9) Installing brotli-libs (1.0.9-r5) 19:58:06 (3/9) Installing nghttp2-libs (1.46.0-r0) 19:58:07 (4/9) Installing libcurl (7.80.0-r3) 19:58:07 (5/9) Installing curl (7.80.0-r3) 19:58:08 (6/9) Installing dumb-init (1.2.5-r1) 19:58:08 (7/9) Installing musl-obstack (1.2.3-r0) 19:58:08 (8/9) Installing libucontext (1.1-r0) 19:58:08 (9/9) Installing gcompat (1.0.0-r4) 19:58:09 Executing busybox-1.34.1-r7.trigger 19:58:09 Executing ca-certificates-20220614-r0.trigger 19:58:09 OK: 8 MiB in 23 packages 19:58:15 Removing intermediate container d9cd84455c89 19:58:15 ---> 71b1181025af 19:58:15 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 19:58:17 Removing intermediate container 8e71abc8f698 19:58:17 ---> 19746e559633 19:58:17 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:58:17 ---> d97329375d0d 19:58:17 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:58:17 ---> Running in 17689b060216 19:58:20 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:58:21 Removing intermediate container 608dd5c7caf0 19:58:21 ---> 3cd9259847ee 19:58:21 Step 9/24 : COPY . . 19:58:23 ---> ad255ca115f9 19:58:23 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 19:58:23 ---> 107936f4294f 19:58:23 Step 10/23 : RUN make cmd/support-notifications/support-notifications 19:58:23 ---> Running in 86c44dcd3272 19:58:25 ---> 11d9d9efd711 19:58:25 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 19:58:25 ---> Running in ba733d15f78f 19:58:26 Removing intermediate container 17689b060216 19:58:26 ---> c4f642587e80 19:58:26 19:58:26 Step 11/23 : FROM alpine:3.16 19:58:26 ---> a6215f271958 19:58:26 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:58:26 ---> Running in 85803609ba1a 19:58:27 Removing intermediate container ba733d15f78f 19:58:27 ---> f18615653798 19:58:27 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:58:27 ---> Running in 9ce54f754bd3 19:58:27 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:58:27 Removing intermediate container 85803609ba1a 19:58:27 ---> 3559f11dfa36 19:58:27 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:58:28 ---> Running in 60393f65e778 19:58:28 Removing intermediate container 9ce54f754bd3 19:58:28 ---> aa9e5fb5ebeb 19:58:28 Step 18/20 : LABEL arch=arm64 19:58:28 ---> Running in 5ec0ef7bc076 19:58:29 Removing intermediate container 5ec0ef7bc076 19:58:29 ---> e1815a8453d2 19:58:29 Step 19/20 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 19:58:30 ---> Running in 381401c98df1 19:58:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:58:31 Removing intermediate container 381401c98df1 19:58:31 ---> b2f9e8a43153 19:58:31 Step 20/20 : LABEL version=0.0.0 19:58:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:58:31 ---> Running in dcde2a1b0f17 19:58:32 Removing intermediate container dcde2a1b0f17 19:58:32 ---> fd8cea73ab0b 19:58:32 19:58:32 Successfully built fd8cea73ab0b 19:58:32 Successfully tagged security-spiffe-token-provider-arm64:latest 19:58:32 Building support-scheduler 19:58:32  Building security-spiffe-token-provider ... done (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 19:58:32 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 19:58:32 (3/33) Installing readline (8.1.2-r0) 19:58:32 (4/33) Installing bash (5.1.16-r2) 19:58:33 Executing bash-5.1.16-r2.post-install 19:58:33 (5/33) Installing ca-certificates (20220614-r0) 19:58:33 (6/33) Installing brotli-libs (1.0.9-r6) 19:58:33 (7/33) Installing nghttp2-libs (1.47.0-r0) 19:58:33 (8/33) Installing libcurl (7.83.1-r3) 19:58:33 (9/33) Installing curl (7.83.1-r3) 19:58:33 (10/33) Installing docker-cli (20.10.20-r0) 19:58:34 (11/33) Installing dumb-init (1.2.5-r1) 19:58:34 (12/33) Installing libbz2 (1.0.8-r1) 19:58:34 (13/33) Installing expat (2.5.0-r0) 19:58:34 (14/33) Installing libffi (3.4.2-r1) 19:58:34 (15/33) Installing gdbm (1.23-r0) 19:58:34 (16/33) Installing xz-libs (5.2.5-r1) 19:58:34 (17/33) Installing libgcc (11.2.1_git20220219-r2) 19:58:34 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 19:58:34 (19/33) Installing mpdecimal (2.5.1-r1) 19:58:34 (20/33) Installing sqlite-libs (3.38.5-r0) 19:58:34 (21/33) Installing python3 (3.10.5-r0) 19:58:37 (22/33) Installing py3-contextlib2 (21.6.0-r2) 19:58:37 (23/33) Installing py3-tomli (2.0.1-r1) 19:58:37 (24/33) Installing py3-pep517 (0.12.0-r2) 19:58:37 (25/33) Installing py3-six (1.16.0-r1) 19:58:37 (26/33) Installing py3-retrying (1.3.3-r3) 19:58:37 (27/33) Installing py3-appdirs (1.4.4-r3) 19:58:37 (28/33) Installing py3-more-itertools (8.13.0-r0) 19:58:37 (29/33) Installing py3-ordered-set (4.0.2-r3) 19:58:37 (30/33) Installing py3-parsing (2.4.7-r3) 19:58:37 (31/33) Installing py3-packaging (21.3-r0) 19:58:37 (32/33) Installing py3-setuptools (59.4.0-r0) 19:58:37 (33/33) Installing py3-pip (22.1.1-r0) 19:58:38 Executing busybox-1.35.0-r17.trigger 19:58:38 Executing ca-certificates-20220614-r0.trigger 19:58:39 OK: 120 MiB in 47 packages 19:58:43 ---> 26c5423f4937 19:58:43 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 19:58:43 ---> Running in 2c27c0533853 19:58:46 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:58:56 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:58:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:58:56 ---> f25098721c46 19:58:56 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:58:56 ---> Using cache 19:58:56 ---> 016aa0ca9709 19:58:56 Step 4/23 : WORKDIR /edgex-go 19:58:56 ---> Using cache 19:58:56 ---> 66bca37bd03c 19:58:56 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:58:56 ---> Using cache 19:58:56 ---> 1b88595f617a 19:58:56 Step 6/23 : RUN apk add --update --no-cache make git 19:58:56 ---> Using cache 19:58:56 ---> 667b79939235 19:58:56 Step 7/23 : COPY go.mod vendor* ./ 19:58:56 ---> Using cache 19:58:56 ---> f91776e87635 19:58:56 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:58:56 ---> Using cache 19:58:56 ---> ac434fdb5b85 19:58:56 Step 9/23 : COPY . . 19:58:56 ---> Using cache 19:58:56 ---> d09c133838c4 19:58:56 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 19:58:56 ---> Running in 39d84107d6cc 19:58:56 Removing intermediate container ae6fb2f8ccb8 19:58:56 ---> d8b247f8a9db 19:58:56 19:58:56 Step 11/25 : FROM alpine:3.16 19:58:56 ---> a6215f271958 19:58:56 Step 12/25 : RUN apk add --update --no-cache dumb-init 19:58:56 ---> Running in 3588d31b37d6 19:58:58 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:58:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:58:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:59:00 Collecting docker-compose==1.23.2 19:59:00 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:59:00 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 6.1 MB/s eta 0:00:00 19:59:01 (1/1) Installing dumb-init (1.2.5-r1) 19:59:01 Executing busybox-1.35.0-r17.trigger 19:59:01 OK: 5 MiB in 15 packages 19:59:02 Collecting jsonschema<3,>=2.5.1 19:59:02 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:59:02 Removing intermediate container 3588d31b37d6 19:59:02 ---> a37d5ae9a8ed 19:59:02 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:59:02 ---> Running in 03917319c38e 19:59:03 Removing intermediate container 03917319c38e 19:59:03 ---> ab929771a50e 19:59:03 Step 14/25 : ENV APP_PORT=59881 19:59:03 ---> Running in 05fe5142f355 19:59:03 Collecting PyYAML<4,>=3.10 19:59:03 Downloading PyYAML-3.13.tar.gz (270 kB) 19:59:03 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 4.2 MB/s eta 0:00:00 19:59:03 Removing intermediate container 05fe5142f355 19:59:03 ---> 18feefc3eb32 19:59:03 Step 15/25 : EXPOSE $APP_PORT 19:59:03 ---> Running in f3ee34a87ba7 19:59:04 Removing intermediate container f3ee34a87ba7 19:59:04 ---> a3fa6ced0cbe 19:59:04 Step 16/25 : WORKDIR / 19:59:04 ---> Running in 8f556d963497 19:59:04 Removing intermediate container 8f556d963497 19:59:04 ---> f2210564453c 19:59:04 Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / 19:59:05 ---> 392d5475fe85 19:59:05 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:59:06 Preparing metadata (setup.py): started 19:59:08 ---> 9a8a2a353195 19:59:08 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:59:08 ---> fff1ef68c860 19:59:08 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 19:59:09 ---> c3ada0387e1f 19:59:09 Step 21/25 : ENTRYPOINT ["/core-metadata"] 19:59:09 Preparing metadata (setup.py): finished with status 'done' 19:59:09 ---> Running in e3cf33d6cd61 19:59:10 Removing intermediate container e3cf33d6cd61 19:59:10 ---> 81db7c29e0cb 19:59:10 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:59:10 Collecting websocket-client<1.0,>=0.32.0 19:59:10 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:59:10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 13.6 MB/s eta 0:00:00 ---> Running in 68d155178617 19:59:10 19:59:10 Collecting texttable<0.10,>=0.9.0 19:59:10 Downloading texttable-0.9.1.tar.gz (11 kB) 19:59:10 Preparing metadata (setup.py): started 19:59:11 Removing intermediate container 68d155178617 19:59:11 ---> c2f626b6f70d 19:59:11 Step 23/25 : LABEL arch=arm64 19:59:11 ---> Running in b57e64700487 19:59:11 Removing intermediate container b57e64700487 19:59:11 ---> fa9def592d9a 19:59:11 Step 24/25 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 19:59:11 ---> Running in cac1ad6e0ac9 19:59:12 Removing intermediate container cac1ad6e0ac9 19:59:12 ---> fc98cce9b07f 19:59:12 Step 25/25 : LABEL version=0.0.0 19:59:12 ---> Running in f9cbc2b87459 19:59:13 Removing intermediate container f9cbc2b87459 19:59:13 ---> 37b43a86dc93 19:59:13 19:59:13 Successfully built 37b43a86dc93 19:59:13 Successfully tagged core-metadata-arm64:latest 19:59:13 Building core-command 19:59:14  Building core-metadata ... done  Preparing metadata (setup.py): finished with status 'done' 19:59:14 Collecting dockerpty<0.5,>=0.4.1 19:59:14 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:59:14 Preparing metadata (setup.py): started 19:59:17 Preparing metadata (setup.py): finished with status 'done' 19:59:17 Collecting docopt<0.7,>=0.6.1 19:59:17 Downloading docopt-0.6.2.tar.gz (25 kB) 19:59:17 Preparing metadata (setup.py): started 19:59:20 Preparing metadata (setup.py): finished with status 'done' 19:59:23 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:59:23 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:59:23 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 6.7 MB/s eta 0:00:00 19:59:23 Collecting cached-property<2,>=1.2.0 19:59:23 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:59:23 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:59:24 Collecting docker<4.0,>=3.6.0 19:59:24 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:59:24 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 3.4 MB/s eta 0:00:00 19:59:25 Collecting docker-pycreds>=0.4.0 19:59:25 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:59:27 Collecting certifi>=2017.4.17 19:59:27 Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) 19:59:27 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 12.5 MB/s eta 0:00:00 19:59:27 Collecting idna<2.8,>=2.5 19:59:27 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:59:27 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 13.6 MB/s eta 0:00:00 19:59:27 Collecting chardet<3.1.0,>=3.0.2 19:59:27 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:59:27 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 10.5 MB/s eta 0:00:00 19:59:29 Collecting urllib3<1.25,>=1.21.1 19:59:29 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:59:29 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 8.5 MB/s eta 0:00:00 19:59:30 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:59:30 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:59:30 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:59:30 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:59:32 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:59:32 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:59:32 ---> f25098721c46 19:59:32 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:59:32 ---> Using cache 19:59:32 ---> 016aa0ca9709 19:59:32 Step 4/24 : WORKDIR /edgex-go 19:59:32 ---> Using cache 19:59:32 ---> 66bca37bd03c 19:59:32 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:59:32 ---> Using cache 19:59:32 ---> 1b88595f617a 19:59:32 Step 6/24 : RUN apk add --update --no-cache make git 19:59:32 ---> Using cache 19:59:32 ---> 667b79939235 19:59:32 Step 7/24 : COPY go.mod vendor* ./ 19:59:32 ---> Using cache 19:59:32 ---> f91776e87635 19:59:32 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:59:32 ---> Using cache 19:59:32 ---> ac434fdb5b85 19:59:32 Step 9/24 : COPY . . 19:59:32 ---> Using cache 19:59:32 ---> d09c133838c4 19:59:32 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 19:59:32 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 19:59:32 Running setup.py install for texttable: started 19:59:32 ---> Running in b66aef7e0467 19:59:34 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:59:35 Running setup.py install for texttable: finished with status 'done' 19:59:35 Running setup.py install for PyYAML: started 19:59:40 Running setup.py install for PyYAML: finished with status 'done' 19:59:42 Running setup.py install for docopt: started 19:59:46 Running setup.py install for docopt: finished with status 'done' 19:59:50 Running setup.py install for dockerpty: started 19:59:53 Running setup.py install for dockerpty: finished with status 'done' 19:59:57 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:59:57 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 20:00:20 Removing intermediate container 60393f65e778 20:00:20 ---> 7273f0541602 20:00:20 Step 14/23 : ENV APP_PORT=58890 20:00:20 ---> Running in 4a23b2dc878a 20:00:20 Removing intermediate container 4a23b2dc878a 20:00:20 ---> 6781dcf05be1 20:00:20 Step 15/23 : EXPOSE $APP_PORT 20:00:20 ---> Running in 2995d0a187c2 20:00:20 Removing intermediate container 2995d0a187c2 20:00:20 ---> 81ba0f8745e7 20:00:20 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:00:20 ---> 124594cd2875 20:00:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:00:20 ---> 82cb50f01967 20:00:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:00:22 ---> a4b2003fb385 20:00:22 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 20:00:22 ---> Running in ecba0f716bca 20:00:22 Removing intermediate container ecba0f716bca 20:00:22 ---> d07ab6b532e3 20:00:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:00:22 ---> Running in ca8769159b23 20:00:23 Removing intermediate container ca8769159b23 20:00:23 ---> 649dfcc1270e 20:00:23 Step 21/23 : LABEL arch=arm64 20:00:23 ---> Running in 355c1f74e6a2 20:00:24 Removing intermediate container 355c1f74e6a2 20:00:24 ---> 9bbe78aabeee 20:00:24 Step 22/23 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 20:00:24 ---> Running in 63c6c2639198 20:00:24 Removing intermediate container 63c6c2639198 20:00:24 ---> 49acbc7076f3 20:00:24 Step 23/23 : LABEL version=0.0.0 20:00:24 ---> Running in 74d2c90a91fd 20:00:25 Removing intermediate container 74d2c90a91fd 20:00:25 ---> 828cd5053ed5 20:00:25 20:00:25 Successfully built 828cd5053ed5 20:00:25 Successfully tagged sys-mgmt-agent-arm64:latest 20:00:25  Building sys-mgmt-agent ... done Building security-proxy-setup 20:00:43 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:00:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:00:43 ---> f25098721c46 20:00:43 Step 3/22 : WORKDIR /edgex-go 20:00:43 ---> Using cache 20:00:43 ---> 43fd00eb5c94 20:00:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:00:43 ---> Using cache 20:00:43 ---> fb8425d5f5f9 20:00:43 Step 5/22 : RUN apk add --update --no-cache make git 20:00:43 ---> Running in c3c284cc6906 20:00:45 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:00:46 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:00:48 OK: 221 MiB in 51 packages 20:00:50 Removing intermediate container c3c284cc6906 20:00:50 ---> cdfdf2107c38 20:00:50 Step 6/22 : COPY go.mod vendor* ./ 20:00:51 ---> f35d7a2ef9cd 20:00:51 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:00:51 ---> Running in 827ddfbd9fef 20:02:12 Removing intermediate container 827ddfbd9fef 20:02:12 ---> 218afe441d82 20:02:12 Step 8/22 : COPY . . 20:02:16 ---> 07347bcb0798 20:02:16 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:02:16 ---> Running in 0d7ee460293b 20:02:18 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 20:07:10 Removing intermediate container b66aef7e0467 20:07:10 ---> 8ddef1dad597 20:07:10 20:07:10 Step 11/24 : FROM alpine:3.16 20:07:10 ---> a6215f271958 20:07:10 Step 12/24 : RUN apk add --update --no-cache dumb-init 20:07:10 ---> Using cache 20:07:10 ---> a37d5ae9a8ed 20:07:10 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:07:10 ---> Using cache 20:07:10 ---> ab929771a50e 20:07:10 Step 14/24 : ENV APP_PORT=59882 20:07:10 ---> Running in d05851334313 20:07:10 Removing intermediate container d05851334313 20:07:10 ---> bbf837efff09 20:07:10 Step 15/24 : EXPOSE $APP_PORT 20:07:10 ---> Running in c843eefcfd53 20:07:10 Removing intermediate container c843eefcfd53 20:07:10 ---> 091e704f47f7 20:07:10 Step 16/24 : WORKDIR / 20:07:10 ---> Running in 950dacd8ddd3 20:07:10 Removing intermediate container 950dacd8ddd3 20:07:10 ---> 026a129447ea 20:07:10 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:07:10 ---> 9f6c64d2b3f5 20:07:10 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:07:12 ---> 73cc6c72a7ee 20:07:12 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:07:12 ---> 4c31f21db071 20:07:12 Step 20/24 : ENTRYPOINT ["/core-command"] 20:07:12 ---> Running in deae79024d46 20:07:13 Removing intermediate container deae79024d46 20:07:13 ---> 6a3dbde1f9f3 20:07:13 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:07:13 ---> Running in 16c9b8afc1f1 20:07:14 Removing intermediate container 16c9b8afc1f1 20:07:14 ---> ba3090930e2e 20:07:14 Step 22/24 : LABEL arch=arm64 20:07:14 ---> Running in 19697af7d2da 20:07:14 Removing intermediate container 19697af7d2da 20:07:14 ---> 43c19acfd346 20:07:14 Step 23/24 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 20:07:14 ---> Running in 06191080dd8d 20:07:17 Removing intermediate container 06191080dd8d 20:07:17 ---> ecc0531dd5ad 20:07:17 Step 24/24 : LABEL version=0.0.0 20:07:17 ---> Running in 9599e9e6a9a9 20:07:18 Removing intermediate container 9599e9e6a9a9 20:07:18 ---> 545d6fb575dc 20:07:18 20:07:18 Successfully built 545d6fb575dc 20:07:18 Successfully tagged core-command-arm64:latest 20:07:40  Building core-command ... done Removing intermediate container 2c27c0533853 20:07:40 ---> 5301938557a8 20:07:40 20:07:40 Step 11/24 : FROM alpine:3.16 20:07:40 ---> a6215f271958 20:07:40 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:07:40 ---> Running in 2b572c510f6b 20:07:40 Removing intermediate container 2b572c510f6b 20:07:40 ---> 13f5301efd7c 20:07:40 Step 13/24 : ENV APP_PORT=59880 20:07:40 ---> Running in bffe9434bd95 20:07:40 Removing intermediate container bffe9434bd95 20:07:40 ---> 4fdab907f9ed 20:07:40 Step 14/24 : EXPOSE $APP_PORT 20:07:40 ---> Running in f54d59c1f0e5 20:07:40 Removing intermediate container f54d59c1f0e5 20:07:40 ---> 25c5edb23bdc 20:07:40 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:07:40 ---> Running in 8b7ae4577c9e 20:07:42 Removing intermediate container 8b7ae4577c9e 20:07:42 ---> aca1b7255df4 20:07:42 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 20:07:42 ---> Running in a02e857a5d9d 20:07:44 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:07:45 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:07:47 (1/6) Installing dumb-init (1.2.5-r1) 20:07:47 (2/6) Installing libgcc (11.2.1_git20220219-r2) 20:07:48 (3/6) Installing libsodium (1.0.18-r0) 20:07:48 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 20:07:49 (5/6) Installing libzmq (4.3.4-r0) 20:07:49 (6/6) Installing zeromq (4.3.4-r0) 20:07:49 Executing busybox-1.35.0-r17.trigger 20:07:50 OK: 8 MiB in 20 packages 20:07:52 Removing intermediate container a02e857a5d9d 20:07:52 ---> 89732800c563 20:07:52 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:07:53 ---> a40da06a6e12 20:07:53 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:07:54 ---> 28f3ca682546 20:07:54 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:07:55 ---> 6db3a71731ad 20:07:55 Step 20/24 : ENTRYPOINT ["/core-data"] 20:07:55 ---> Running in 5a5b697fc06b 20:07:56 Removing intermediate container 5a5b697fc06b 20:07:56 ---> dcf2f129c541 20:07:56 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:07:56 ---> Running in cd2c0409284a 20:07:57 Removing intermediate container cd2c0409284a 20:07:57 ---> 5db4b97628f7 20:07:57 Step 22/24 : LABEL arch=arm64 20:07:57 ---> Running in 5beb0c21db42 20:07:57 Removing intermediate container 5beb0c21db42 20:07:57 ---> 26114cb6390c 20:07:57 Step 23/24 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 20:07:57 ---> Running in 365df4e8d357 20:07:58 Removing intermediate container 365df4e8d357 20:07:58 ---> 48099530733d 20:07:58 Step 24/24 : LABEL version=0.0.0 20:07:58 ---> Running in 975e50ee411c 20:07:58 Removing intermediate container 975e50ee411c 20:07:58 ---> b9e575b4d4b4 20:07:58 20:07:59 Successfully built b9e575b4d4b4 20:07:59 Successfully tagged core-data-arm64:latest 20:08:14  Building core-data ... done CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 20:08:32 Removing intermediate container 0d7ee460293b 20:08:32 ---> 49a9ad948c39 20:08:32 20:08:32 Step 10/22 : FROM alpine:3.16 20:08:32 ---> a6215f271958 20:08:32 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 20:08:32 ---> Running in 3e06603e1e7d 20:08:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:08:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:08:33 (1/6) Installing ca-certificates (20220614-r0) 20:08:33 (2/6) Installing brotli-libs (1.0.9-r6) 20:08:33 (3/6) Installing nghttp2-libs (1.47.0-r0) 20:08:33 (4/6) Installing libcurl (7.83.1-r3) 20:08:33 (5/6) Installing curl (7.83.1-r3) 20:08:33 (6/6) Installing dumb-init (1.2.5-r1) 20:08:33 Executing busybox-1.35.0-r17.trigger 20:08:33 Executing ca-certificates-20220614-r0.trigger 20:08:34 OK: 8 MiB in 20 packages 20:08:36 Removing intermediate container 3e06603e1e7d 20:08:36 ---> d6cc1c1082d3 20:08:36 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:08:36 ---> Running in 1e69bae7a9a3 20:08:36 Removing intermediate container 1e69bae7a9a3 20:08:36 ---> ee838c93c297 20:08:36 Step 13/22 : WORKDIR /edgex 20:08:36 ---> Running in 77b0bb6920fe 20:08:37 Removing intermediate container 77b0bb6920fe 20:08:37 ---> ca2d231e129a 20:08:37 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:08:38 ---> 6b24be7d670b 20:08:38 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:08:40 ---> 9a896267cec3 20:08:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:08:43 ---> 23a9140499d6 20:08:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:08:44 ---> aa9cd9d10e8f 20:08:44 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:08:44 ---> Running in 6f95be1f1186 20:08:47 Removing intermediate container 6f95be1f1186 20:08:47 ---> d9e27277fbcd 20:08:47 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 20:08:47 ---> Running in ed01b1a71eb6 20:08:48 Removing intermediate container ed01b1a71eb6 20:08:48 ---> d7f9c6d134a1 20:08:48 Step 20/22 : LABEL arch=arm64 20:08:48 ---> Running in f3928b9834f9 20:08:48 Removing intermediate container f3928b9834f9 20:08:48 ---> a05b90d5e5ff 20:08:48 Step 21/22 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 20:08:49 ---> Running in eabaf09aac24 20:08:49 Removing intermediate container 86c44dcd3272 20:08:49 ---> af6f899a0b15 20:08:49 20:08:49 Step 11/23 : FROM alpine:3.16 20:08:49 ---> a6215f271958 20:08:49 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 20:08:49 ---> Running in 7e696c8e6c91 20:08:49 Removing intermediate container eabaf09aac24 20:08:49 ---> d89dcd5d6d9a 20:08:49 Step 22/22 : LABEL version=0.0.0 20:08:49 ---> Running in 4e18741312a8 20:08:50 Removing intermediate container 4e18741312a8 20:08:50 ---> 09d008ec1a49 20:08:50 20:08:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:08:50 Successfully built 09d008ec1a49 20:08:50 Successfully tagged security-proxy-setup-arm64:latest 20:08:51  Building security-proxy-setup ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:08:52 (1/2) Installing ca-certificates (20220614-r0) 20:08:52 (2/2) Installing dumb-init (1.2.5-r1) 20:08:52 Executing busybox-1.35.0-r17.trigger 20:08:52 Executing ca-certificates-20220614-r0.trigger 20:08:52 OK: 6 MiB in 16 packages 20:08:55 Removing intermediate container 7e696c8e6c91 20:08:55 ---> 5ed7c67c9289 20:08:55 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:08:55 ---> Running in b8a137d4d8fd 20:08:55 Removing intermediate container b8a137d4d8fd 20:08:55 ---> d229621eb12e 20:08:55 Step 14/23 : ENV APP_PORT=59860 20:08:55 ---> Running in c2fd029dce08 20:08:56 Removing intermediate container c2fd029dce08 20:08:56 ---> 3c52dc28fccb 20:08:56 Step 15/23 : EXPOSE $APP_PORT 20:08:56 ---> Running in 3626bb942b3f 20:08:56 Removing intermediate container 39d84107d6cc 20:08:56 ---> 1294cf60f6de 20:08:56 20:08:56 Step 11/23 : FROM alpine:3.16 20:08:56 ---> a6215f271958 20:08:56 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:08:56 ---> Using cache 20:08:56 ---> a37d5ae9a8ed 20:08:56 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:08:56 ---> Using cache 20:08:56 ---> ab929771a50e 20:08:56 Step 14/23 : ENV APP_PORT=59861 20:08:56 ---> Running in 7a6c15bea2e1 20:08:56 Removing intermediate container 3626bb942b3f 20:08:56 ---> 74849908a5d8 20:08:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:08:56 Removing intermediate container 7a6c15bea2e1 20:08:56 ---> f168c9dfcbe1 20:08:56 Step 15/23 : EXPOSE $APP_PORT 20:08:56 ---> Running in 7c933d23b96a 20:08:57 ---> d58304a4d41c 20:08:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:08:57 Removing intermediate container 7c933d23b96a 20:08:57 ---> 31987c3237e7 20:08:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:08:58 ---> 8ccf7c83b2d7 20:08:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:08:59 ---> a3a4fb76b811 20:08:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:08:59 ---> eba57c83574c 20:08:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:08:59 ---> c71216544ea4 20:08:59 Step 19/23 : ENTRYPOINT ["/support-notifications"] 20:08:59 ---> Running in 653212f90699 20:09:00 Removing intermediate container 653212f90699 20:09:00 ---> 62731452b838 20:09:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:09:00 ---> b6ba9f2a245d 20:09:00 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 20:09:00 ---> Running in 593a81f89be7 20:09:00 ---> Running in ccc55aeea065 20:09:00 Removing intermediate container 593a81f89be7 20:09:00 ---> 5163fc713146 20:09:00 Step 21/23 : LABEL arch=arm64 20:09:00 Removing intermediate container ccc55aeea065 20:09:00 ---> 746e1470ec49 20:09:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:09:00 ---> Running in 988d96e19cd6 20:09:00 ---> Running in a46093db3269 20:09:01 Removing intermediate container 988d96e19cd6 20:09:01 ---> aa463be52074 20:09:01 Step 22/23 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 20:09:01 ---> Running in 7268e354848b 20:09:01 Removing intermediate container a46093db3269 20:09:01 ---> 658568886c11 20:09:01 Step 21/23 : LABEL arch=arm64 20:09:01 ---> Running in 2546629b18e6 20:09:01 Removing intermediate container 7268e354848b 20:09:01 ---> d99ff1c53f6a 20:09:01 Step 23/23 : LABEL version=0.0.0 20:09:01 Removing intermediate container 2546629b18e6 20:09:01 ---> 2d8b5cb3b3ff 20:09:01 Step 22/23 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 20:09:01 ---> Running in 8cb36536b078 20:09:01 ---> Running in d77c96557187 20:09:02 Removing intermediate container 8cb36536b078 20:09:02 ---> ce2378cd585a 20:09:02 20:09:02 Removing intermediate container d77c96557187 20:09:02 ---> b92eaabb1851 20:09:02 Step 23/23 : LABEL version=0.0.0 20:09:02 ---> Running in ac0049812d40 20:09:02 Successfully built ce2378cd585a 20:09:02 Successfully tagged support-notifications-arm64:latest 20:09:02  Building support-notifications ... done Removing intermediate container ac0049812d40 20:09:02 ---> 91e55fff9cdd 20:09:02 20:09:03 Successfully built 91e55fff9cdd 20:09:03 Successfully tagged support-scheduler-arm64:latest 20:09:03  Building support-scheduler ... done  [Pipeline] } 20:09:03 $ docker stop --time=1 026cb035c6b82e0d55bda323d4273152ab338426541ac72ed39102083512bb2c 20:09:05 $ docker rm -f 026cb035c6b82e0d55bda323d4273152ab338426541ac72ed39102083512bb2c [Pipeline] // withDockerContainer [Pipeline] sh 20:09:06 + docker images 20:09:06 REPOSITORY TAG IMAGE ID CREATED SIZE 20:09:06 support-notifications-arm64 latest ce2378cd585a 4 seconds ago 29.5MB 20:09:06 support-scheduler-arm64 latest 91e55fff9cdd 4 seconds ago 28.8MB 20:09:06 1294cf60f6de 11 seconds ago 1.5GB 20:09:06 security-proxy-setup-arm64 latest 09d008ec1a49 16 seconds ago 26.7MB 20:09:06 af6f899a0b15 19 seconds ago 1.5GB 20:09:06 49a9ad948c39 37 seconds ago 1.43GB 20:09:06 core-data-arm64 latest b9e575b4d4b4 About a minute ago 20.8MB 20:09:06 5301938557a8 About a minute ago 1.44GB 20:09:06 core-command-arm64 latest 545d6fb575dc About a minute ago 16.9MB 20:09:06 8ddef1dad597 2 minutes ago 1.44GB 20:09:06 sys-mgmt-agent-arm64 latest 828cd5053ed5 8 minutes ago 133MB 20:09:06 core-metadata-arm64 latest 37b43a86dc93 9 minutes ago 17.7MB 20:09:06 d8b247f8a9db 10 minutes ago 1.44GB 20:09:06 security-spiffe-token-provider-arm64 latest fd8cea73ab0b 10 minutes ago 28.8MB 20:09:06 c4f642587e80 10 minutes ago 1.42GB 20:09:06 0af08cdef60f 11 minutes ago 1.47GB 20:09:06 security-spire-agent-arm64 latest b8f2db1e3b8d 13 minutes ago 122MB 20:09:06 security-bootstrapper-arm64 latest 8c33cdaf6e29 13 minutes ago 19.4MB 20:09:06 security-secretstore-setup-arm64 latest 662c37c760ac 13 minutes ago 28.6MB 20:09:06 2edac997bb20 14 minutes ago 1.43GB 20:09:06 8b8848a21971 14 minutes ago 1.43GB 20:09:06 security-spire-config-arm64 latest 96b12243fb03 20 minutes ago 83.6MB 20:09:06 security-spire-server-arm64 latest 6e1cd6740479 20 minutes ago 84.3MB 20:09:06 b6d913994023 20 minutes ago 1.31GB 20:09:06 7a65aa189302 20 minutes ago 1.31GB 20:09:06 ci-base-image-arm64 latest f25098721c46 36 minutes ago 943MB 20:09:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine 59b3b1a385d4 2 weeks ago 679MB 20:09:06 alpine 3.15 02e0d6fdf486 2 months ago 5.33MB 20:09:06 alpine 3.16 a6215f271958 2 months ago 5.29MB 20:09:06 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 20:09:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:09:07 20:09:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:09:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:09:07 arm64: Pulling from edgex-lftools-log-publisher 20:09:07 8998bd30e6a1: Pulling fs layer 20:09:07 04944245beec: Pulling fs layer 20:09:07 699f458cf7ca: Pulling fs layer 20:09:07 765212b225bb: Pulling fs layer 20:09:07 f23df028b6ca: Pulling fs layer 20:09:07 d65c8cfc05b1: Pulling fs layer 20:09:07 2437ff75d9bd: Pulling fs layer 20:09:07 765212b225bb: Waiting 20:09:07 d65c8cfc05b1: Waiting 20:09:07 f23df028b6ca: Waiting 20:09:07 04944245beec: Verifying Checksum 20:09:07 04944245beec: Download complete 20:09:07 765212b225bb: Verifying Checksum 20:09:07 765212b225bb: Download complete 20:09:07 f23df028b6ca: Verifying Checksum 20:09:07 f23df028b6ca: Download complete 20:09:07 d65c8cfc05b1: Verifying Checksum 20:09:07 d65c8cfc05b1: Download complete 20:09:07 699f458cf7ca: Verifying Checksum 20:09:07 699f458cf7ca: Download complete 20:09:08 8998bd30e6a1: Verifying Checksum 20:09:08 8998bd30e6a1: Download complete 20:09:10 2437ff75d9bd: Download complete 20:09:12 8998bd30e6a1: Pull complete 20:09:12 04944245beec: Pull complete 20:09:14 699f458cf7ca: Pull complete 20:09:14 765212b225bb: Pull complete 20:09:15 f23df028b6ca: Pull complete 20:09:15 d65c8cfc05b1: Pull complete 20:09:30 2437ff75d9bd: Pull complete 20:09:30 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 20:09:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:09:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:09:30 prd-ubuntu20.04-docker-arm64-4c-16g-116971 does not seem to be running inside a container 20:09:30 $ 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 20:09:34 $ docker top 81abd1cf851ed8d6fe75371d5eec250c58cab95f2a0aab1f73dc4ee3b8c0caf8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:09:35 ---> job-cost.sh 20:09:35 lf-activate-venv: SKIPPING 20:09:35 INFO: No Stack... 20:09:36 INFO: Retrieving Pricing Info for: v3-standard-4 20:09:37 INFO: Archiving Costs [Pipeline] sh 20:09:37 + cat /w/workspace/edgex-go/1/archives/cost.csv 20:09:37 + cut -d, -f6 [Pipeline] lock 20:09:38 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4219-1-stack-cost] 20:09:38 Resource [jenkins-edgexfoundry-edgex-go-PR-4219-1-stack-cost] did not exist. Created. 20:09:38 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4219-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:09:38 + echo total: 0.10999999940395355 [Pipeline] stash 20:09:38 Stashed 1 file(s) [Pipeline] } 20:09:38 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4219-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:09:39 $ docker stop --time=1 81abd1cf851ed8d6fe75371d5eec250c58cab95f2a0aab1f73dc4ee3b8c0caf8 20:09:40 $ docker rm -f 81abd1cf851ed8d6fe75371d5eec250c58cab95f2a0aab1f73dc4ee3b8c0caf8 [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 20:09:41 provisioning config files... 20:09:41 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config4608471101252070737tmp [Pipeline] { [Pipeline] sh 20:09:41 + set +x 20:09:41 + curl -s https://codecov.io/bash 20:09:41 + bash -s -- 20:09:41 20:09:41 _____ _ 20:09:41 / ____| | | 20:09:41 | | ___ __| | ___ ___ _____ __ 20:09:41 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:09:41 | |___| (_) | (_| | __/ (_| (_) \ V / 20:09:41 \_____\___/ \__,_|\___|\___\___/ \_/ 20:09:41 Bash-1.0.6 20:09:41 20:09:41 20:09:41 ==> git version 2.25.1 found 20:09:41 ==> 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 20:09:41 Release-Date: 2020-01-08 20:09:41 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 20:09:41 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 20:09:41 ==> Jenkins CI detected. 20:09:41 current dir:  /w/workspace/edgex-go/1 20:09:41 project root: . 20:09:41 --> token set from env 20:09:41 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:09:42 ==> Running gcov in . (disable via -X gcov) 20:09:42 ==> Python coveragepy not found 20:09:42 ==> Searching for coverage reports in: 20:09:42 + . 20:09:42 -> Found 1 reports 20:09:42 ==> Detecting git/mercurial file structure 20:09:42 ==> Reading reports 20:09:42 + ./coverage.out bytes=501828 20:09:42 ==> Appending adjustments 20:09:42 https://docs.codecov.io/docs/fixing-reports 20:09:43 + Found adjustments 20:09:43 ==> Gzipping contents 20:09:43 64K /tmp/codecov.kWmZyZ.gz 20:09:43 ==> Uploading reports 20:09:43 url: https://codecov.io 20:09:43 query: branch=PR-4219&commit=682c501e66e771fa8a9110e3f6debe152e4b1e78&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4219%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4219&job=&cmd_args= 20:09:43 -> Pinging Codecov 20:09:43 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4219&commit=682c501e66e771fa8a9110e3f6debe152e4b1e78&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4219%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4219&job=&cmd_args= 20:09:43 -> Uploading to 20:09:43 https://storage.googleapis.com/codecov/v4/raw/2022-10-25/00271124DB129430A58F1EEE437C3FCB/682c501e66e771fa8a9110e3f6debe152e4b1e78/5b2f8ad3-6aa0-4599-a45d-aebca0bef7c4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221025%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221025T200943Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=56661bac12a8494e5aa3ec033902a09f7eb40510ede10f680fa055a6222bc53e 20:09:43 % Total % Received % Xferd Average Speed Time Time Time Current 20:09:43 Dload Upload Total Spent Left Speed 20:09:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65420 0 0 100 65420 0 209k --:--:-- --:--:-- --:--:-- 208k 100 65420 0 0 100 65420 0 209k --:--:-- --:--:-- --:--:-- 208k 20:09:44 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/682c501e66e771fa8a9110e3f6debe152e4b1e78 [Pipeline] } 20:09:44 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 20:09:45 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 20:09:46 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:09:46 ---> package-listing.sh 20:09:46 ++ facter osfamily 20:09:46 ++ tr '[:upper:]' '[:lower:]' 20:09:47 + OS_FAMILY=debian 20:09:47 + workspace=/w/workspace/edgex-go/1 20:09:47 + START_PACKAGES=/tmp/packages_start.txt 20:09:47 + END_PACKAGES=/tmp/packages_end.txt 20:09:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:09:47 + PACKAGES=/tmp/packages_start.txt 20:09:47 + '[' /w/workspace/edgex-go/1 ']' 20:09:47 + PACKAGES=/tmp/packages_end.txt 20:09:47 + case "${OS_FAMILY}" in 20:09:47 + dpkg -l 20:09:47 + grep '^ii' 20:09:47 + '[' -f /tmp/packages_start.txt ']' 20:09:47 + '[' -f /tmp/packages_end.txt ']' 20:09:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:09:47 + '[' /w/workspace/edgex-go/1 ']' 20:09:47 + mkdir -p /w/workspace/edgex-go/1/archives/ 20:09:47 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 20:09:47 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:09:47 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:09:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:09:48 20:09:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:09:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:09:48 latest: Pulling from edgex-lftools-log-publisher 20:09:48 5eb5b503b376: Pulling fs layer 20:09:48 5c69ac0246d0: Pulling fs layer 20:09:48 ec43610c2a17: Pulling fs layer 20:09:48 3a2ae6a8a46f: Pulling fs layer 20:09:48 33b1e0a273af: Pulling fs layer 20:09:48 5d3b04190fa2: Pulling fs layer 20:09:48 2f39f015ded8: Pulling fs layer 20:09:48 33b1e0a273af: Waiting 20:09:48 5d3b04190fa2: Waiting 20:09:48 2f39f015ded8: Waiting 20:09:48 5c69ac0246d0: Verifying Checksum 20:09:48 5c69ac0246d0: Download complete 20:09:48 3a2ae6a8a46f: Verifying Checksum 20:09:48 3a2ae6a8a46f: Download complete 20:09:48 33b1e0a273af: Verifying Checksum 20:09:48 33b1e0a273af: Download complete 20:09:48 5d3b04190fa2: Verifying Checksum 20:09:48 5d3b04190fa2: Download complete 20:09:48 ec43610c2a17: Verifying Checksum 20:09:48 ec43610c2a17: Download complete 20:09:48 5eb5b503b376: Download complete 20:09:50 5eb5b503b376: Pull complete 20:09:50 5c69ac0246d0: Pull complete 20:09:50 ec43610c2a17: Pull complete 20:09:50 3a2ae6a8a46f: Pull complete 20:09:50 33b1e0a273af: Pull complete 20:09:51 5d3b04190fa2: Pull complete 20:09:55 2f39f015ded8: Pull complete 20:09:55 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:09:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:09:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:09:55 prd-ubuntu20.04-docker-8c-8g-116965 does not seem to be running inside a container 20:09:55 $ 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 20:09:59 $ docker top 537d0ac1fa6031e885a71574d9cb18d017c19beb5e779c453acf06789440b236 -eo pid,comm [Pipeline] { [Pipeline] sh 20:09:59 + touch /tmp/pre-build-complete [Pipeline] sh 20:10:00 + mkdir -p /var/log/sysstat [Pipeline] sh 20:10:00 + ls /var/log/sa-host 20:10:00 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:10:00 provisioning config files... 20:10:00 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config14072915898871961525tmp [Pipeline] { [Pipeline] echo 20:10:00 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:10:01 ---> create-netrc.sh [Pipeline] } 20:10:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:10:01 ---> python-tools-install.sh [Pipeline] echo 20:10:01 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:10:01 ---> sudo-logs.sh 20:10:01 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:10:01 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:10:02 ---> job-cost.sh 20:10:02 lf-activate-venv: SKIPPING 20:10:02 DEBUG: total: 0.10999999940395355 20:10:02 INFO: Retrieving Stack Cost... 20:10:02 INFO: Retrieving Pricing Info for: v3-standard-8 20:10:03 INFO: Archiving Costs [Pipeline] echo 20:10:03 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:10:03 ---> logs-deploy.sh 20:10:03 lf-activate-venv: SKIPPING 20:10:03 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4219/1 20:10:03 INFO: archiving workspace using pattern(s): 20:10:04 Archives upload complete. 20:10:04 INFO: archiving logs to Nexus