Pull request #4211 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 4bb20006eba1fb52a1b54093edf8712c290c6c82+23251983c73b29babdec2056f36690dce19c8f65 (fa15fbb1316bafb4583f7ac9b6b7a9b91dff18e3) 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-ssh1076742984923301344.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-ssh12015272639970279436.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-4211/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-4211/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11161885235157602162.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-4211/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11430149289322722008.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-ssh16768330327975903626.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-4211/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-4211/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh15983120720397948013.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-56573 in /w/workspace/edgexfoundry_edgex-go_PR-4211 [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 Merging remotes/origin/main commit 23251983c73b29babdec2056f36690dce19c8f65 into PR head commit 4bb20006eba1fb52a1b54093edf8712c290c6c82 Merge succeeded, producing 4bb20006eba1fb52a1b54093edf8712c290c6c82 Checking out Revision 4bb20006eba1fb52a1b54093edf8712c290c6c82 (PR-4211) Commit message: "build(deps): Bump github.com/stretchr/testify from 1.8.0 to 1.8.1" 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 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4211/head:refs/remotes/origin/PR-4211 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4bb20006eba1fb52a1b54093edf8712c290c6c82 # 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 23251983c73b29babdec2056f36690dce19c8f65 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4bb20006eba1fb52a1b54093edf8712c290c6c82 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:09:57 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:09:57 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:09:58 ========================================================= 00:09:58 EdgeX Global Pipelines Version Info 00:09:58 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:09:58 ------------------- 00:09:58 stable info: 00:09:58 ------------------- 00:09:58 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:09:58 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 00:09:58 Message: update stable to v1.0.243 00:09:59 ------------------- 00:09:59 experimental info: 00:09:59 ------------------- 00:09:59 Commited By: **** collab-it+edgex@linuxfoundation.org 00:09:59 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 00:09:59 Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:09:59 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:09:59 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:09:59 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:09:59 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:09:59 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:09:59 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 00:09:59 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 00:10:00 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:10:00 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 00:10:00 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 00:10:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:10:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:10:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 00:10:00 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:10:00 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:10:00 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:10:00 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:10:00 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:10:00 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:10:00 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 00:10:00 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 00:10:00 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:10:00 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 00:10:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4211 [Pipeline] echo 00:10:00 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4211 [Pipeline] echo 00:10:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4211 [Pipeline] echo 00:10:00 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4bb20006eba1fb52a1b54093edf8712c290c6c82 [Pipeline] echo 00:10:00 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4bb2000 [Pipeline] echo 00:10:01 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:10:01 provisioning config files... 00:10:01 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config16622443733992850305tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:10:01 ---> docker-login.sh 00:10:01 nexus3.edgexfoundry.org:10001 00:10:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:10:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:10:02 Configure a credential helper to remove this warning. See 00:10:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:10:02 00:10:02 Login Succeeded 00:10:02 nexus3.edgexfoundry.org:10002 00:10:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:10:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:10:02 Configure a credential helper to remove this warning. See 00:10:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:10:02 00:10:02 Login Succeeded 00:10:02 nexus3.edgexfoundry.org:10003 00:10:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:10:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:10:02 Configure a credential helper to remove this warning. See 00:10:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:10:02 00:10:02 Login Succeeded 00:10:02 nexus3.edgexfoundry.org:10004 00:10:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:10:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:10:03 Configure a credential helper to remove this warning. See 00:10:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:10:03 00:10:03 Login Succeeded 00:10:03 docker.io 00:10:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:10:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:10:03 Configure a credential helper to remove this warning. See 00:10:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:10:03 00:10:03 Login Succeeded 00:10:03 ---> docker-login.sh ends [Pipeline] } 00:10:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:10:03 + 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 00:10:03 + + dirname cmd/core-command/Dockerfile 00:10:03 cut -d/ -f2 00:10:03 + echo core-command,cmd/core-command/Dockerfile 00:10:03 + + dirname cmd/core-data/Dockerfile 00:10:03 cut -d/ -f2 00:10:03 + echo core-data,cmd/core-data/Dockerfile 00:10:03 + + dirname cmd/core-metadata/Dockerfile 00:10:03 cut -d/ -f2 00:10:03 + echo core-metadata,cmd/core-metadata/Dockerfile 00:10:03 + + dirname cmd/security-bootstrapper/Dockerfilecut 00:10:03 -d/ -f2 00:10:03 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:10:03 + + dirname cmd/security-proxy-setup/Dockerfile 00:10:03 cut -d/ -f2 00:10:03 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:10:03 + dirname cmd/security-secretstore-setup/Dockerfile 00:10:03 + cut -d/ -f2 00:10:03 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:10:03 + dirname cmd/security-spiffe-token-provider/Dockerfile 00:10:03 + cut -d/ -f2 00:10:03 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 00:10:03 + dirname cmd/security-spire-agent/Dockerfile 00:10:03 + cut -d/ -f2 00:10:03 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 00:10:03 + + dirnamecut cmd/security-spire-config/Dockerfile -d/ 00:10:03 -f2 00:10:03 + echo security-spire-config,cmd/security-spire-config/Dockerfile 00:10:03 + dirname cmd/security-spire-server/Dockerfile 00:10:03 + cut -d/ -f2 00:10:03 + echo security-spire-server,cmd/security-spire-server/Dockerfile 00:10:03 + dirname cmd/support-notifications/Dockerfile 00:10:03 + cut -d/ -f2 00:10:03 + echo support-notifications,cmd/support-notifications/Dockerfile 00:10:03 + dirname cmd/support-scheduler/Dockerfile 00:10:03 + cut -d/ -f2 00:10:03 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:10:03 + dirname cmd/sys-mgmt-agent/Dockerfile 00:10:03 + cut -d/ -f2 00:10:03 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:10:03 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 00:10:04 + git rev-list -1 --merges 4bb20006eba1fb52a1b54093edf8712c290c6c82~1..4bb20006eba1fb52a1b54093edf8712c290c6c82 [Pipeline] echo 00:10:04 -----------> git rev-list -1 --merges 4bb20006eba1fb52a1b54093edf8712c290c6c82~1..4bb20006eba1fb52a1b54093edf8712c290c6c82 4bb20006eba1fb52a1b54093edf8712c290c6c82 [false] [Pipeline] sh 00:10:04 + git log --format=format:%s -1 4bb20006eba1fb52a1b54093edf8712c290c6c82 [Pipeline] echo 00:10:04 ========================================================= 00:10:04 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 00:10:04 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 00:10:05 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:10:05 + grep -v github /etc/ssh/ssh_known_hosts 00:10:05 + [ -e /tmp/ssh_known_hosts ] 00:10:05 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 00:10:05 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 00:10:05 + sudo tee -a /etc/ssh/ssh_known_hosts 00:10:05 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:10:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:10:05 00:10:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:10:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:10:06 0.1.4: Pulling from edgex-devops/py-git-semver 00:10:06 b85a868b505f: Pulling fs layer 00:10:06 e2be974225ed: Pulling fs layer 00:10:06 339a4e72a1f5: Pulling fs layer 00:10:06 988bab9f4d93: Pulling fs layer 00:10:06 1469e6f7b9e6: Pulling fs layer 00:10:06 eaf3925da568: Pulling fs layer 00:10:06 bab4dde63d76: Pulling fs layer 00:10:06 bde34c3a00c8: Pulling fs layer 00:10:06 b352a97aabf1: Pulling fs layer 00:10:06 4872d77fe225: Pulling fs layer 00:10:06 5851b861e8e6: Pulling fs layer 00:10:06 988bab9f4d93: Waiting 00:10:06 1469e6f7b9e6: Waiting 00:10:06 eaf3925da568: Waiting 00:10:06 bab4dde63d76: Waiting 00:10:06 bde34c3a00c8: Waiting 00:10:06 b352a97aabf1: Waiting 00:10:06 4872d77fe225: Waiting 00:10:06 5851b861e8e6: Waiting 00:10:06 e2be974225ed: Verifying Checksum 00:10:06 e2be974225ed: Download complete 00:10:06 988bab9f4d93: Verifying Checksum 00:10:06 988bab9f4d93: Download complete 00:10:06 339a4e72a1f5: Verifying Checksum 00:10:06 339a4e72a1f5: Download complete 00:10:06 1469e6f7b9e6: Verifying Checksum 00:10:06 1469e6f7b9e6: Download complete 00:10:06 eaf3925da568: Download complete 00:10:06 bde34c3a00c8: Verifying Checksum 00:10:06 bde34c3a00c8: Download complete 00:10:06 b352a97aabf1: Download complete 00:10:06 4872d77fe225: Verifying Checksum 00:10:06 4872d77fe225: Download complete 00:10:06 5851b861e8e6: Download complete 00:10:06 b85a868b505f: Verifying Checksum 00:10:06 b85a868b505f: Download complete 00:10:06 bab4dde63d76: Verifying Checksum 00:10:06 bab4dde63d76: Download complete 00:10:07 b85a868b505f: Pull complete 00:10:07 e2be974225ed: Pull complete 00:10:08 339a4e72a1f5: Pull complete 00:10:08 988bab9f4d93: Pull complete 00:10:08 1469e6f7b9e6: Pull complete 00:10:08 eaf3925da568: Pull complete 00:10:10 bab4dde63d76: Pull complete 00:10:10 bde34c3a00c8: Pull complete 00:10:10 b352a97aabf1: Pull complete 00:10:11 4872d77fe225: Pull complete 00:10:11 5851b861e8e6: Pull complete 00:10:11 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 00:10:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:10:11 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:10:11 prd-ubuntu20.04-docker-8c-8g-56573 does not seem to be running inside a container 00:10:11 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 00:10:13 $ docker top 335afca6073fd3770b117ff27c9259b14411a6840a6aa53fbe5b3dbed17d3b79 -eo pid,comm 00:10:13 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). 00:10:13 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:10:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:10:13 [ssh-agent] Looking for ssh-agent implementation... 00:10:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:10:13 $ docker exec 335afca6073fd3770b117ff27c9259b14411a6840a6aa53fbe5b3dbed17d3b79 ssh-agent 00:10:13 SSH_AUTH_SOCK=/tmp/ssh-Tr9RxJfC3Uvi/agent.32 00:10:13 SSH_AGENT_PID=38 00:10:13 Running ssh-add (command line suppressed) 00:10:14 Identity added: /w/workspace/edgex-go/1@tmp/private_key_8830902220967247759.key (/w/workspace/edgex-go/1@tmp/private_key_8830902220967247759.key) 00:10:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:10:14 + git tag --points-at HEAD [Pipeline] } 00:10:14 $ docker exec --env ******** --env ******** 335afca6073fd3770b117ff27c9259b14411a6840a6aa53fbe5b3dbed17d3b79 ssh-agent -k 00:10:14 unset SSH_AUTH_SOCK; 00:10:14 unset SSH_AGENT_PID; 00:10:14 echo Agent pid 38 killed; 00:10:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:10:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:10:14 [ssh-agent] Looking for ssh-agent implementation... 00:10:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:10:14 $ docker exec 335afca6073fd3770b117ff27c9259b14411a6840a6aa53fbe5b3dbed17d3b79 ssh-agent 00:10:14 SSH_AUTH_SOCK=/tmp/ssh-XxmYIImMMPO9/agent.71 00:10:14 SSH_AGENT_PID=77 00:10:14 Running ssh-add (command line suppressed) 00:10:15 Identity added: /w/workspace/edgex-go/1@tmp/private_key_17891865273934635367.key (/w/workspace/edgex-go/1@tmp/private_key_17891865273934635367.key) 00:10:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:10:15 + git semver init 00:10:15 2022-10-25 00:10:15,551 [run_init] DEBUG init version:0.0.0 force:False 00:10:15 2022-10-25 00:10:15,552 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 00:10:15 2022-10-25 00:10:15,552 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 00:10:15 2022-10-25 00:10:15,553 [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) 00:10:21 2022-10-25 00:10:20,465 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 00:10:21 2022-10-25 00:10:20,467 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4211 with force:False 00:10:21 2022-10-25 00:10:20,467 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4211 00:10:21 2022-10-25 00:10:20,473 [execute] INFO git cat-file --batch-check 00:10:21 2022-10-25 00:10:20,473 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 00:10:21 2022-10-25 00:10:20,479 [execute] INFO git cat-file --batch 00:10:21 2022-10-25 00:10:20,480 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 00:10:21 2022-10-25 00:10:20,485 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4211 00:10:21 0.0.0 [Pipeline] } 00:10:21 $ docker exec --env ******** --env ******** 335afca6073fd3770b117ff27c9259b14411a6840a6aa53fbe5b3dbed17d3b79 ssh-agent -k 00:10:21 unset SSH_AUTH_SOCK; 00:10:21 unset SSH_AGENT_PID; 00:10:21 echo Agent pid 77 killed; 00:10:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:10:21 + git semver [Pipeline] } 00:10:21 $ docker stop --time=1 335afca6073fd3770b117ff27c9259b14411a6840a6aa53fbe5b3dbed17d3b79 00:10:23 $ docker rm -f 335afca6073fd3770b117ff27c9259b14411a6840a6aa53fbe5b3dbed17d3b79 [Pipeline] // withDockerContainer [Pipeline] sh 00:10:23 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:10:23 Stashed 1 file(s) [Pipeline] echo 00:10:23 [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 00:10:24 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 00:10:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:10:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:10:24 ========================================================= 00:10:24 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 00:10:24 ========================================================= [Pipeline] fileExists [Pipeline] sh 00:10:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 00:10:25 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 00:10:25 213ec9aee27d: Pulling fs layer 00:10:25 4583459ba037: Pulling fs layer 00:10:25 93c1e223e6f2: Pulling fs layer 00:10:25 53926ce57604: Pulling fs layer 00:10:25 21b2b0c7a3f4: Pulling fs layer 00:10:25 30f14e443154: Pulling fs layer 00:10:25 801331c1e519: Pulling fs layer 00:10:25 99cc6dd402b0: Pulling fs layer 00:10:25 7d9ed39f4882: Pulling fs layer 00:10:25 21b2b0c7a3f4: Waiting 00:10:25 801331c1e519: Waiting 00:10:25 99cc6dd402b0: Waiting 00:10:25 30f14e443154: Waiting 00:10:25 7d9ed39f4882: Waiting 00:10:25 53926ce57604: Waiting 00:10:25 93c1e223e6f2: Verifying Checksum 00:10:25 93c1e223e6f2: Download complete 00:10:25 4583459ba037: Verifying Checksum 00:10:25 4583459ba037: Download complete 00:10:25 21b2b0c7a3f4: Verifying Checksum 00:10:25 21b2b0c7a3f4: Download complete 00:10:25 30f14e443154: Download complete 00:10:25 213ec9aee27d: Verifying Checksum 00:10:25 213ec9aee27d: Download complete 00:10:25 801331c1e519: Verifying Checksum 00:10:25 801331c1e519: Download complete 00:10:25 213ec9aee27d: Pull complete 00:10:25 4583459ba037: Pull complete 00:10:25 93c1e223e6f2: Pull complete 00:10:25 7d9ed39f4882: Verifying Checksum 00:10:25 7d9ed39f4882: Download complete 00:10:25 53926ce57604: Verifying Checksum 00:10:25 53926ce57604: Download complete 00:10:26 99cc6dd402b0: Verifying Checksum 00:10:26 99cc6dd402b0: Download complete 00:10:30 53926ce57604: Pull complete 00:10:30 21b2b0c7a3f4: Pull complete 00:10:30 30f14e443154: Pull complete 00:10:30 801331c1e519: Pull complete 00:10:32 99cc6dd402b0: Pull complete 00:10:33 7d9ed39f4882: Pull complete 00:10:33 Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 00:10:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 00:10:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 00:10:33 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 00:10:33 WORKDIR /edgex 00:10:33 COPY go.mod . 00:10:33 RUN go mod download 00:10:33 + docker build -t ci-base-image-x86_64 -f - . 00:10:34 Sending build context to Docker daemon 169.7MB 00:10:34 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 00:10:34 ---> 1dedd983c030 00:10:34 Step 2/4 : WORKDIR /edgex 00:10:39 Still waiting to schedule task 00:10:39 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 00:10:39 ---> Running in ba9fa1545950 00:10:39 Removing intermediate container ba9fa1545950 00:10:39 ---> 9a917a90575e 00:10:39 Step 3/4 : COPY go.mod . 00:10:39 ---> 7daf15293c06 00:10:39 Step 4/4 : RUN go mod download 00:10:39 ---> Running in a1db2e7da6d9 00:10:54 Removing intermediate container a1db2e7da6d9 00:10:54 ---> 8c05a7d06af0 00:10:54 Successfully built 8c05a7d06af0 00:10:54 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:10:54 + docker inspect -f . ci-base-image-x86_64 00:10:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:10:54 prd-ubuntu20.04-docker-8c-8g-56573 does not seem to be running inside a container 00:10:54 $ 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 ******** ci-base-image-x86_64 cat 00:10:55 $ docker top dcda818646349d63c5812c65c68ecdb334be3295511562d06f5dae0ac03cb58d -eo pid,comm [Pipeline] { [Pipeline] sh 00:10:55 + go version 00:10:55 go version go1.18.7 linux/amd64 [Pipeline] } 00:10:55 $ docker stop --time=1 dcda818646349d63c5812c65c68ecdb334be3295511562d06f5dae0ac03cb58d 00:10:57 $ docker rm -f dcda818646349d63c5812c65c68ecdb334be3295511562d06f5dae0ac03cb58d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:10:57 + docker inspect -f . ci-base-image-x86_64 00:10:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:10:57 prd-ubuntu20.04-docker-8c-8g-56573 does not seem to be running inside a container 00:10:58 $ 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 ******** ci-base-image-x86_64 cat 00:10:58 $ docker top 341eb92a04715492dd140983110ec4682b5a2010bd97b1c5614f56f271b63341 -eo pid,comm [Pipeline] { [Pipeline] echo 00:10:58 ========================================================= 00:10:58 [edgeXBuildGoParallel] Running Tests and Build... 00:10:58 ========================================================= [Pipeline] sh 00:10:58 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 00:10:59 + make test 00:10:59 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:11:07 ? github.com/edgexfoundry/edgex-go [no test files] 00:11:22 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:11:22 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:11:22 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:11:22 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:11:22 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:11:22 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:11:22 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:11:22 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:11:22 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 00:11:22 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:11:22 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:11:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:11:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:11:22 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:11:22 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 00:11:22 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.101s coverage: 28.7% of statements 00:11:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:11:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:11:22 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.113s coverage: 98.5% of statements 00:11:22 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.196s coverage: 42.3% of statements 00:11:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 00:11:22 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 00:11:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.111s coverage: 54.2% of statements 00:11:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:11:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:11:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 4.140s coverage: 89.2% of statements 00:11:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 00:11:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 00:11:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 00:11:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:11:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 00:11:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.092s coverage: 2.2% of statements 00:11:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:11:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:11:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.512s coverage: 95.6% of statements 00:11:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 00:11:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 00:11:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 00:11:26 ok github.com/edgexfoundry/edgex-go/internal/io 0.063s coverage: 72.2% of statements 00:11:26 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:11:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 00:11:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 00:11:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:11:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:11:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.094s coverage: 60.0% of statements 00:11:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:11:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:11:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:11:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.095s coverage: 0.9% of statements 00:11:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 00:11:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.096s coverage: 58.8% of statements 00:11:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.068s coverage: 29.6% of statements 00:11:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:11:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.062s coverage: 47.1% of statements 00:11:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.069s coverage: 79.5% of statements 00:11:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.092s coverage: 94.1% of statements 00:11:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.108s coverage: 96.3% of statements 00:11:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.086s coverage: 87.5% of statements 00:11:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.066s coverage: 94.4% of statements 00:11:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.056s coverage: 44.8% of statements 00:11:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.207s coverage: 79.9% of statements 00:11:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 00:11:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.083s coverage: 92.9% of statements 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:11:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.027s coverage: 65.1% of statements 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 00:11:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.072s coverage: 86.9% of statements 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:11:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.074s coverage: 87.2% of statements 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:11:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:11:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.085s coverage: 58.8% of statements 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:11:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.079s coverage: 80.0% of statements 00:11:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements 00:11:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.086s coverage: 85.4% of statements 00:11:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.227s coverage: 91.2% of statements 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:11:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.188s coverage: 64.7% of statements 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:11:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements 00:11:46 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 89.4% of statements 00:11:46 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.030s coverage: 100.0% of statements 00:11:46 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements 00:11:46 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements 00:11:46 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.402s coverage: 65.8% of statements 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:11:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.179s coverage: 41.8% of statements 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:11:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.065s coverage: 89.5% of statements 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:11:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.066s coverage: 84.8% of statements 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 00:11:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.125s coverage: 17.7% of statements 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:11:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.189s coverage: 92.3% of statements 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 00:11:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.053s coverage: 63.2% of statements 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:11:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.113s coverage: 97.7% of statements 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 00:11:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.054s coverage: 28.9% of statements 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 00:11:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:11:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements 00:11:46 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements 00:11:46 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 00:12:08 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." 00:12:08 GO111MODULE=on go vet ./... 00:12:12 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 00:12:12 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 00:12:12 ./bin/test-attribution-txt.sh [Pipeline] echo 00:12:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 00:12:13 + ls -al . 00:12:13 total 768 00:12:13 drwxrwxr-x 11 1001 1001 4096 Oct 25 00:10 . 00:12:13 drwxr-xr-x 4 root root 4096 Oct 25 00:10 .. 00:12:13 drwxrwxr-x 2 1001 1001 4096 Oct 25 00:09 .blubracket 00:12:13 -rw-rw-r-- 1 1001 1001 16 Oct 25 00:09 .dockerignore 00:12:13 drwxrwxr-x 8 1001 1001 4096 Oct 25 00:11 .git 00:12:13 drwxrwxr-x 3 1001 1001 4096 Oct 25 00:09 .github 00:12:13 -rw-rw-r-- 1 1001 1001 1030 Oct 25 00:09 .gitignore 00:12:13 -rw-rw-r-- 1 1001 1001 42 Oct 25 00:09 .golangci.yml 00:12:13 -rw-rw-r-- 1 1001 1001 87 Oct 25 00:09 .hadolint.yml 00:12:13 drwxr-xr-x 3 1001 1001 4096 Oct 25 00:10 .semver 00:12:13 -rw-rw-r-- 1 1001 1001 166 Oct 25 00:09 .sonarcloud.properties 00:12:13 -rw-rw-r-- 1 1001 1001 1171 Oct 25 00:09 ADOPTERS.md 00:12:13 -rw-rw-r-- 1 1001 1001 10722 Oct 25 00:09 Attribution.txt 00:12:13 -rw-rw-r-- 1 1001 1001 63209 Oct 25 00:09 CHANGELOG.md 00:12:13 -rw-rw-r-- 1 1001 1001 3804 Oct 25 00:09 CONTRIBUTING.md 00:12:13 -rw-rw-r-- 1 1001 1001 677 Oct 25 00:09 GOVERNANCE.md 00:12:13 -rw-rw-r-- 1 1001 1001 850 Oct 25 00:09 Jenkinsfile 00:12:13 -rw-rw-r-- 1 1001 1001 10775 Oct 25 00:09 LICENSE 00:12:13 -rw-rw-r-- 1 1001 1001 13857 Oct 25 00:09 Makefile 00:12:13 -rw-rw-r-- 1 1001 1001 582 Oct 25 00:09 OWNERS.md 00:12:13 -rw-rw-r-- 1 1001 1001 9799 Oct 25 00:09 README.md 00:12:13 -rw-rw-r-- 1 1001 1001 6912 Oct 25 00:09 SECURITY.md 00:12:13 -rw-rw-r-- 1 1001 1001 5 Oct 25 00:10 VERSION 00:12:13 -rw-rw-r-- 1 1001 1001 4131 Oct 25 00:09 ZMQWindows.md 00:12:13 drwxrwxr-x 2 1001 1001 4096 Oct 25 00:09 bin 00:12:13 drwxrwxr-x 18 1001 1001 4096 Oct 25 00:09 cmd 00:12:13 -rw-r--r-- 1 root root 500482 Oct 25 00:11 coverage.out 00:12:13 -rw-rw-r-- 1 1001 1001 3446 Oct 25 00:09 go.mod 00:12:13 -rw-rw-r-- 1 1001 1001 45237 Oct 25 00:09 go.sum 00:12:13 drwxrwxr-x 8 1001 1001 4096 Oct 25 00:09 internal 00:12:13 drwxrwxr-x 3 1001 1001 4096 Oct 25 00:09 openapi 00:12:13 drwxrwxr-x 4 1001 1001 4096 Oct 25 00:09 snap 00:12:13 -rw-rw-r-- 1 1001 1001 204 Oct 25 00:09 version.go [Pipeline] sh 00:12:13 + '[' -e coverage.out ] 00:12:13 + chown 1001:1001 coverage.out [Pipeline] stash 00:12:13 Stashed 1 file(s) [Pipeline] sh 00:12:14 + make build 00:12:14 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 00:12: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-metadata/core-metadata ./cmd/core-metadata 00:12:41 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 00:12:41 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 00:12:49 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:12:49 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:12:49 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:12:51 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 00:12:52 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:12:53 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:12:54 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 00:12:55 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:12:57 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 00:12:58 $ docker stop --time=1 341eb92a04715492dd140983110ec4682b5a2010bd97b1c5614f56f271b63341 00:13:02 $ docker rm -f 341eb92a04715492dd140983110ec4682b5a2010bd97b1c5614f56f271b63341 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:13:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:13:04 00:13:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:13:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:13:04 latest: Pulling from edgex-devops/edgex-compose 00:13:04 cbdbe7a5bc2a: Pulling fs layer 00:13:04 ca9280d653b3: Pulling fs layer 00:13:04 7e9c9ca2126c: Pulling fs layer 00:13:04 cbdbe7a5bc2a: Verifying Checksum 00:13:04 cbdbe7a5bc2a: Download complete 00:13:04 ca9280d653b3: Verifying Checksum 00:13:04 ca9280d653b3: Download complete 00:13:04 cbdbe7a5bc2a: Pull complete 00:13:04 7e9c9ca2126c: Download complete 00:13:05 ca9280d653b3: Pull complete 00:13:08 7e9c9ca2126c: Pull complete 00:13:08 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:13:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:13:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:13:08 prd-ubuntu20.04-docker-8c-8g-56573 does not seem to be running inside a container 00:13:08 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:13:12 $ docker top 0d86388d43ff91a094c6c3b3325dd6d64bcf185466960c28be14a1ec54f48ca9 -eo pid,comm [Pipeline] { [Pipeline] sh 00:13:12 + docker-compose build --help 00:13:12 + grep parallel 00:13:13 --parallel Build images in parallel. [Pipeline] } 00:13:13 $ docker stop --time=1 0d86388d43ff91a094c6c3b3325dd6d64bcf185466960c28be14a1ec54f48ca9 00:13:14 $ docker rm -f 0d86388d43ff91a094c6c3b3325dd6d64bcf185466960c28be14a1ec54f48ca9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:13:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:13:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:13:15 prd-ubuntu20.04-docker-8c-8g-56573 does not seem to be running inside a container 00:13:15 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:13:15 $ docker top af0e4779dca2e55d040152735eea8010363c89b98756e91032031ea3e92f62da -eo pid,comm [Pipeline] { [Pipeline] sh 00:13:16 + docker-compose -f ./docker-compose-build.yml build --parallel 00:13:16 Building core-command ... 00:13:16 Building core-data ... 00:13:16 Building core-metadata ... 00:13:16 Building security-bootstrapper ... 00:13:16 Building security-proxy-setup ... 00:13:16 Building security-secretstore-setup ... 00:13:16 Building security-spiffe-token-provider ... 00:13:16 Building security-spire-agent ... 00:13:16 Building security-spire-config ... 00:13:16 Building security-spire-server ... 00:13:16 Building support-notifications ... 00:13:16 Building support-scheduler ... 00:13:16 Building sys-mgmt-agent ... 00:13:16 Building security-spire-agent 00:13:16 Building security-bootstrapper 00:13:16 Building sys-mgmt-agent 00:13:16 Building security-secretstore-setup 00:13:16 Building core-metadata 00:13:29 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:13:29 Step 2/25 : FROM ${BUILDER_BASE} AS builder 00:13:29 ---> 8c05a7d06af0 00:13:29 Step 3/25 : WORKDIR /edgex-go 00:13:29 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:13:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:13:29 ---> 8c05a7d06af0 00:13:29 Step 3/23 : WORKDIR /edgex-go 00:13:29 Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:13:29 Step 2/33 : FROM ${BUILDER_BASE} AS builder 00:13:29 ---> 8c05a7d06af0 00:13:29 Step 3/33 : WORKDIR /edgex-go 00:13:29 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:13:29 Step 2/25 : FROM ${BUILDER_BASE} AS builder 00:13:29 ---> 8c05a7d06af0 00:13:29 Step 3/25 : ARG ADD_BUILD_TAGS="" 00:13:29 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:13:29 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:13:29 ---> 8c05a7d06af0 00:13:29 Step 3/26 : WORKDIR /edgex-go 00:13:34 ---> Running in 8be3b66f258d 00:13:34 ---> Running in 18a670dd195f 00:13:34 ---> Running in 2382515ba007 00:13:34 ---> Running in 4f96f48e9212 00:13:34 ---> Running in cf7401a6ba8e 00:13:34 Removing intermediate container 2382515ba007 00:13:34 ---> 338ab62359f0 00:13:34 Step 4/25 : WORKDIR /edgex-go 00:13:34 Removing intermediate container 4f96f48e9212 00:13:34 ---> adbe68e8ea46 00:13:34 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:13:34 ---> Running in 7073f1677fde 00:13:34 Removing intermediate container cf7401a6ba8e 00:13:34 ---> 890777525a21 00:13:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:13:34 Removing intermediate container 8be3b66f258d 00:13:34 ---> e79e324092b3 00:13:34 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:13:34 Removing intermediate container 18a670dd195f 00:13:34 ---> 17d85be8c54f 00:13:34 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:13:34 ---> Running in ff92b0113e92 00:13:34 ---> Running in b92347263203 00:13:34 ---> Running in 7db9b1999cd7 00:13:34 ---> Running in 910965e521e3 00:13:34 Removing intermediate container 7073f1677fde 00:13:34 ---> ddac7c648434 00:13:34 Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:13:34 ---> Running in e60cbe5265a0 00:13:35 Removing intermediate container ff92b0113e92 00:13:35 ---> 83bd7461e3f4 00:13:35 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 00:13:35 ---> Running in ada71df16839 00:13:35 Removing intermediate container b92347263203 00:13:35 ---> 8da1120e58d8 00:13:35 Step 5/23 : RUN apk add --update --no-cache make bash git 00:13:35 Removing intermediate container 7db9b1999cd7 00:13:35 ---> 9eed878002da 00:13:35 Step 5/33 : RUN apk add --update --no-cache make git 00:13:35 ---> Running in f62e4e8946b1 00:13:35 ---> Running in d9a57d94a447 00:13:35 Removing intermediate container e60cbe5265a0 00:13:35 ---> 2c7472882d42 00:13:35 Step 6/25 : RUN apk add --update --no-cache make git 00:13:35 ---> Running in 61e3a4a817e2 00:13:35 Removing intermediate container 910965e521e3 00:13:35 ---> 6e4fbbca277b 00:13:35 Step 5/25 : RUN apk add --update --no-cache make git 00:13:35 ---> Running in 32f95717cb12 00:13:35 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:13:35 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:13:35 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:13:35 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:13:35 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:13:36 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:13:36 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:13:36 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:13:36 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:13:36 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:13:36 OK: 211 MiB in 51 packages 00:13:36 OK: 211 MiB in 51 packages 00:13:37 OK: 211 MiB in 51 packages 00:13:37 OK: 211 MiB in 51 packages 00:13:37 Removing intermediate container ada71df16839 00:13:37 ---> 49eac40c6744 00:13:37 Step 6/26 : COPY go.mod vendor* ./ 00:13:37 Removing intermediate container f62e4e8946b1 00:13:37 ---> 4c8a649a2ed3 00:13:37 Step 6/23 : COPY go.mod vendor* ./ 00:13:37 OK: 211 MiB in 51 packages 00:13:37 ---> e06ccfa6a0f4 00:13:37 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:13:37 ---> 1a8458071ae2 00:13:37 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:13:37 ---> Running in 81abcb867ca0 00:13:37 ---> Running in 4966d3747c71 00:13:37 Removing intermediate container 61e3a4a817e2 00:13:37 ---> 8cd0b5ab4e25 00:13:37 Step 7/25 : COPY go.mod vendor* ./ 00:13:37 ---> 208d83787469 00:13:37 Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:13:37 Removing intermediate container d9a57d94a447 00:13:37 ---> d95d19a9fec4 00:13:37 Step 6/33 : COPY go.mod vendor* ./ 00:13:37 ---> Running in 4ea3363d9636 00:13:37 Removing intermediate container 32f95717cb12 00:13:37 ---> 01c57b0bb976 00:13:37 Step 6/25 : COPY go.mod vendor* ./ 00:13:37 ---> ac1c6ed2dfb5 00:13:37 Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:13:37 ---> Running in 4b9b78a5e819 00:13:37 ---> 2fa5addfca9d 00:13:37 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:13:37 ---> Running in d47a155dfe1f 00:14:34 Removing intermediate container 4966d3747c71 00:14:34 ---> 5354a53321b2 00:14:34 Step 8/23 : COPY . . 00:14:34 Removing intermediate container d47a155dfe1f 00:14:34 ---> c1c6d4581830 00:14:34 Step 8/25 : COPY . . 00:14:34 Removing intermediate container 4ea3363d9636 00:14:34 ---> 81abfbee96f3 00:14:34 Step 9/25 : COPY . . 00:14:34 Removing intermediate container 81abcb867ca0 00:14:34 ---> a9871deede92 00:14:34 Step 8/26 : COPY . . 00:14:34 Removing intermediate container 4b9b78a5e819 00:14:34 ---> 757ed2aec782 00:14:34 Step 8/33 : COPY . . 00:14:46 ---> bd893758bbe7 00:14:46 ---> adf561a8b998 00:14:46 ---> 2e4252a9dc48 00:14:46 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapperStep 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 00:14:46 00:14:46 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent ---> 665d610175ee 00:14:46 00:14:46 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:14:46 ---> c9a1a0b68f67 00:14:46 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 00:14:46 ---> Running in fe2d83954bc7 00:14:46 ---> Running in 6cf95844fd6e 00:14:46 ---> Running in 11636b916685 00:14:46 ---> Running in fe10796f961e 00:14:46 ---> Running in 15a03646ff59 00:14:46 Removing intermediate container 6cf95844fd6e 00:14:46 ---> b5ddcd617fb7 00:14:46 Step 10/26 : WORKDIR /edgex-go/spire-build 00:14:46 ---> Running in ce7735bbe20c 00:14:46 Removing intermediate container ce7735bbe20c 00:14:46 ---> 982030c996a8 00:14:46 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 00:14:46 ---> Running in a19ee6c273eb 00:14:46 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:14:46 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:14:46 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 00:14:46 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:14:47 Removing intermediate container a19ee6c273eb 00:14:47 ---> fb72196db207 00:14:47 Step 12/26 : WORKDIR /edgex-go 00:14:47 ---> Running in ba122d6c04d9 00:14:47 Removing intermediate container ba122d6c04d9 00:14:47 ---> 8d65d9113434 00:14:47 00:14:47 Step 13/26 : FROM alpine:3.15 00:14:47 3.15: Pulling from library/alpine 00:14:48 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 00:14:48 Status: Downloaded newer image for alpine:3.15 00:14:48 ---> c4fc93816858 00:14:48 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 00:14:48 ---> Running in 66c9d24db3ec 00:14:48 Removing intermediate container 66c9d24db3ec 00:14:48 ---> 01564e66f752 00:14:48 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:14:48 ---> Running in d4b5d4cad5cc 00:14:50 Removing intermediate container d4b5d4cad5cc 00:14:50 ---> 3b0d22c528d5 00:14:50 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 00:14:50 ---> Running in c73cb3f8a30d 00:14:51 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:14:52 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:14:52 v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] 00:14:52 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 00:14:52 OK: 15857 distinct packages available 00:14:53 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:14:53 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:14:54 (1/5) Installing dumb-init (1.2.5-r1) 00:14:54 (2/5) Installing musl-obstack (1.2.3-r0) 00:14:54 (3/5) Installing libucontext (1.1-r0) 00:14:54 (4/5) Installing gcompat (1.0.0-r4) 00:14:54 (5/5) Installing openssl (1.1.1q-r0) 00:14:54 Executing busybox-1.34.1-r7.trigger 00:14:54 OK: 7 MiB in 19 packages 00:14:57 Removing intermediate container c73cb3f8a30d 00:14:57 ---> 942745b66cf9 00:14:57 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 00:15:01 ---> d62e7a74ecc0 00:15:01 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 00:15:07 ---> af2aec06cd3f 00:15:07 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 00:15:07 ---> d819bdccd9a0 00:15:07 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 00:15:07 ---> b7a8898838e7 00:15:07 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 00:15:07 ---> d4112e7bb455 00:15:07 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 00:15:07 ---> Running in 724a7aa9d2af 00:15:08 Removing intermediate container 724a7aa9d2af 00:15:08 ---> 354f67a44650 00:15:08 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 00:15:08 ---> Running in 2c2c3c6b5293 00:15:08 Removing intermediate container 2c2c3c6b5293 00:15:08 ---> b874fa34da0c 00:15:08 Step 24/26 : LABEL arch=x86_64 00:15:08 ---> Running in 005aa4af6346 00:15:09 Removing intermediate container 005aa4af6346 00:15:09 ---> f83e5357806f 00:15:09 Step 25/26 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 00:15:09 ---> Running in 482cdfec0f30 00:15:09 Removing intermediate container 482cdfec0f30 00:15:09 ---> 8ec14dfdd9e3 00:15:09 Step 26/26 : LABEL version=0.0.0 00:15:09 ---> Running in cfa5d821b9c3 00:15:09 Removing intermediate container cfa5d821b9c3 00:15:09 ---> 12f86dcca6e1 00:15:09 00:15:09 Successfully built 12f86dcca6e1 00:15:09 Successfully tagged security-spire-agent:latest 00:15:09 Building security-spire-server 00:15:13  Building security-spire-agent ... done CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:15:15 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:15:15 Step 2/25 : FROM ${BUILDER_BASE} AS builder 00:15:15 ---> 8c05a7d06af0 00:15:15 Step 3/25 : WORKDIR /edgex-go 00:15:15 ---> Using cache 00:15:15 ---> 17d85be8c54f 00:15:15 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:15:15 ---> Using cache 00:15:15 ---> 9eed878002da 00:15:15 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 00:15:18 ---> Running in 6dd0a9b7e439 00:15:18 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:15:19 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:15:19 OK: 211 MiB in 51 packages 00:15:24 Removing intermediate container fe2d83954bc7 00:15:24 ---> fcda0b0a93be 00:15:24 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:15:24 Removing intermediate container 6dd0a9b7e439 00:15:24 ---> ae21f0fe666b 00:15:24 Step 6/25 : COPY go.mod vendor* ./ 00:15:24 Removing intermediate container 15a03646ff59 00:15:24 ---> f39567867365 00:15:24 00:15:24 Step 11/25 : FROM alpine:3.16 00:15:24 Removing intermediate container 11636b916685 00:15:24 ---> c66b2fde393d 00:15:24 00:15:24 Step 10/25 : FROM alpine:3.16 00:15:24 Removing intermediate container fe10796f961e 00:15:24 ---> 0736f8386a07 00:15:24 00:15:24 Step 10/33 : FROM alpine:3.16 00:15:24 ---> Running in 1b9ca19a350d 00:15:24 ---> df95906cfd6f 00:15:24 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:15:24 ---> Running in 3abbb973490d 00:15: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/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:15:24 Removing intermediate container 1b9ca19a350d 00:15:24 ---> eec59336ba2a 00:15:24 00:15:24 Step 11/23 : FROM alpine:3.16 00:15:26 3.16: Pulling from library/alpine 00:15:26 3.16: Pulling from library/alpine 00:15:27 3.16: Pulling from library/alpine 00:15:28 3.16: Pulling from library/alpine 00:15:30 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 00:15:30 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 00:15:30 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 00:15:30 Status: Image is up to date for alpine:3.16 00:15:30 Status: Downloaded newer image for alpine:3.16 00:15:30 Status: Downloaded newer image for alpine:3.16 00:15:30 ---> 9c6f07244728 00:15:30 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 00:15:30 ---> 9c6f07244728 00:15:30 Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 00:15:30 ---> 9c6f07244728 00:15:30 Step 12/25 : RUN apk add --update --no-cache dumb-init 00:15:30 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 00:15:30 Status: Image is up to date for alpine:3.16 00:15:30 ---> 9c6f07244728 00:15:30 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 00:15:30 ---> Running in cf1448571e3b 00:15:30 ---> Running in 88abc47aa904 00:15:30 ---> Running in 3c6453223dd9 00:15:30 ---> Running in f50a7419d852 00:15:30 Removing intermediate container cf1448571e3b 00:15:30 ---> 8cf2fedabad5 00:15:30 Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec 00:15:30 Removing intermediate container 88abc47aa904 00:15:30 ---> 73baf9fc31b9 00:15:30 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 00:15:30 ---> Running in 6584ae0feef2 00:15:30 ---> Running in 6456a06e231a 00:15:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:15:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:15:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:15:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:15:31 (1/3) Installing ca-certificates (20220614-r0) 00:15:31 (2/3) Installing dumb-init (1.2.5-r1) 00:15:31 (1/1) Installing dumb-init (1.2.5-r1) 00:15:31 (3/3) Installing su-exec (0.2-r1) 00:15:31 Executing busybox-1.35.0-r17.trigger 00:15:31 Executing busybox-1.35.0-r17.trigger 00:15:31 Executing ca-certificates-20220614-r0.trigger 00:15:31 OK: 6 MiB in 15 packages 00:15:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:15:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:15:31 OK: 6 MiB in 17 packages 00:15:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:15:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:15:31 (1/2) Installing dumb-init (1.2.5-r1) 00:15:31 (2/2) Installing su-exec (0.2-r1) 00:15:31 Executing busybox-1.35.0-r17.trigger 00:15:31 OK: 6 MiB in 16 packages 00:15:31 (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 00:15:31 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 00:15:31 (3/33) Installing readline (8.1.2-r0) 00:15:31 (4/33) Installing bash (5.1.16-r2) 00:15:31 Executing bash-5.1.16-r2.post-install 00:15:31 (5/33) Installing ca-certificates (20220614-r0) 00:15:31 (6/33) Installing brotli-libs (1.0.9-r6) 00:15:31 (7/33) Installing nghttp2-libs (1.47.0-r0) 00:15:31 (8/33) Installing libcurl (7.83.1-r3) 00:15:31 (9/33) Installing curl (7.83.1-r3) 00:15:31 (10/33) Installing docker-cli (20.10.20-r0) 00:15:32 (11/33) Installing dumb-init (1.2.5-r1) 00:15:32 (12/33) Installing libbz2 (1.0.8-r1) 00:15:32 (13/33) Installing expat (2.4.9-r0) 00:15:32 (14/33) Installing libffi (3.4.2-r1) 00:15:32 (15/33) Installing gdbm (1.23-r0) 00:15:32 (16/33) Installing xz-libs (5.2.5-r1) 00:15:32 (17/33) Installing libgcc (11.2.1_git20220219-r2) 00:15:32 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 00:15:32 (19/33) Installing mpdecimal (2.5.1-r1) 00:15:32 (20/33) Installing sqlite-libs (3.38.5-r0) 00:15:32 (21/33) Installing python3 (3.10.5-r0) 00:15:32 (22/33) Installing py3-contextlib2 (21.6.0-r2) 00:15:32 (23/33) Installing py3-tomli (2.0.1-r1) 00:15:32 (24/33) Installing py3-pep517 (0.12.0-r2) 00:15:32 (25/33) Installing py3-six (1.16.0-r1) 00:15:32 (26/33) Installing py3-retrying (1.3.3-r3) 00:15:32 (27/33) Installing py3-appdirs (1.4.4-r3) 00:15:32 (28/33) Installing py3-more-itertools (8.13.0-r0) 00:15:32 (29/33) Installing py3-ordered-set (4.0.2-r3) 00:15:32 (30/33) Installing py3-parsing (2.4.7-r3) 00:15:32 (31/33) Installing py3-packaging (21.3-r0) 00:15:32 (32/33) Installing py3-setuptools (59.4.0-r0) 00:15:33 (33/33) Installing py3-pip (22.1.1-r0) 00:15:33 Executing busybox-1.35.0-r17.trigger 00:15:33 Executing ca-certificates-20220614-r0.trigger 00:15:33 OK: 122 MiB in 47 packages 00:15:34 Removing intermediate container 3c6453223dd9 00:15:34 ---> 48567aa25dfc 00:15:34 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:15:34 ---> Running in 6b75977282a1 00:15:34 Removing intermediate container f50a7419d852 00:15:34 ---> 07f9593fdcc4 00:15:34 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:15:34 Removing intermediate container 6584ae0feef2 00:15:34 ---> 7d343b45af31 00:15:34 Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init 00:15:34 ---> Running in 29c7aa119819 00:15:34 ---> Running in e6710f24b6da 00:15:34 Removing intermediate container 6b75977282a1 00:15:34 ---> ada0835cc2cc 00:15:34 Step 14/25 : ENV APP_PORT=59881 00:15:34 ---> Running in 7850f06e282f 00:15:34 Removing intermediate container 29c7aa119819 00:15:34 ---> c28ce8e5245a 00:15:34 Step 13/25 : WORKDIR / 00:15:34 Removing intermediate container e6710f24b6da 00:15:34 ---> b001a7c57b90 00:15:34 Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 00:15:34 ---> Running in 8add29ee61bc 00:15:34 ---> Running in 98876419fd6c 00:15:34 Removing intermediate container 7850f06e282f 00:15:34 ---> 1f92dd2823fa 00:15:34 Step 15/25 : EXPOSE $APP_PORT 00:15:34 ---> Running in 38468a8b0825 00:15:34 Removing intermediate container 98876419fd6c 00:15:34 ---> 5bb6f71065a7 00:15:34 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 00:15:34 Removing intermediate container 8add29ee61bc 00:15:34 ---> d535e072065d 00:15:34 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:15:34 ---> Running in 754ceb0b90e5 00:15:34 Removing intermediate container 38468a8b0825 00:15:34 ---> 6e487c0a5e1c 00:15:34 Step 16/25 : WORKDIR / 00:15:34 Removing intermediate container 754ceb0b90e5 00:15:34 ---> 352fc8031461 00:15:34 Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 00:15:34 ---> Running in 8269af8c3c98 00:15:35 ---> Running in bbe33dcf8f1c 00:15:35 ---> 4595d4eceaa4 00:15:35 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:15:35 Removing intermediate container 8269af8c3c98 00:15:35 ---> 137e17288087 00:15:35 Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / 00:15:35 Removing intermediate container bbe33dcf8f1c 00:15:35 ---> a84d141bba54 00:15:35 Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 00:15:35 ---> Running in 90385ba9109c 00:15:35 ---> 4ba9377bfd29 00:15:35 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:15:35 Removing intermediate container 3abbb973490d 00:15:35 ---> e6ff319c4338 00:15:35 Step 8/25 : COPY . . 00:15:38 ---> e9d4b30e16f6 00:15:38 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:15:39 ---> bf7b50d44490 00:15:39 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 00:15:39 ---> 03589f4878cf 00:15:39 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:15:39 Collecting docker-compose==1.23.2 00:15:39 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:15:39 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 30.1 MB/s eta 0:00:00 00:15:39 ---> add6c1869f4a 00:15:39 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 00:15:39 Removing intermediate container 90385ba9109c 00:15:39 ---> ed05d1819ba2 00:15:39 Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} 00:15:39 ---> Running in 96636ff40ea7 00:15:39 ---> Running in 7086d04ba40e 00:15:39 ---> 52f4af91e925 00:15:39 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:15:40 ---> 18a3b9380187 00:15:40 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 00:15:40 Removing intermediate container 96636ff40ea7 00:15:40 ---> 06f97921a76e 00:15:40 Step 10/25 : WORKDIR /edgex-go/spire-build 00:15:40 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:15:40 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:15:40 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 105.3 MB/s eta 0:00:00 00:15:40 Removing intermediate container 7086d04ba40e 00:15:40 ---> ac53eade91c4 00:15:40 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 00:15:40 ---> Running in fb3d1af7f3de 00:15:40 Collecting texttable<0.10,>=0.9.0 00:15:40 Downloading texttable-0.9.1.tar.gz (11 kB) 00:15:40 Preparing metadata (setup.py): started 00:15:40 Removing intermediate container fb3d1af7f3de 00:15:40 ---> 5fd09a435f92 00:15:40 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 00:15:40 ---> 0a39e4c12456 00:15:40 Step 21/25 : ENTRYPOINT ["/core-metadata"] 00:15:40 ---> Running in c402b4c7302f 00:15:40 ---> d745c3607bfa 00:15:40 Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 00:15:40 ---> Running in 1f66483e44ad 00:15:40 ---> 5f5f1d0e6f80 00:15:40 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:15:40 ---> Running in a34bc618a44a 00:15:40 Preparing metadata (setup.py): finished with status 'done' 00:15:40 Removing intermediate container 1f66483e44ad 00:15:40 ---> 7d8696a6a70d 00:15:40 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:15:40 ---> Running in 40c7ad75e2f3 00:15:40 Collecting jsonschema<3,>=2.5.1 00:15:40 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:15:40 Collecting docker<4.0,>=3.6.0 00:15:40 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:15:40 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 131.8 MB/s eta 0:00:00 00:15:40 Removing intermediate container 40c7ad75e2f3 00:15:40 ---> 2c47e8125b76 00:15:40 Step 23/25 : LABEL arch=x86_64 00:15:40 Collecting PyYAML<4,>=3.10 00:15:40 Downloading PyYAML-3.13.tar.gz (270 kB) 00:15:40 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 77.6 MB/s eta 0:00:00 00:15:40 ---> Running in 6fbf868e36ec 00:15:40 ---> 41ebb1131ec3 00:15:40 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:15:41 Removing intermediate container 6fbf868e36ec 00:15:41 ---> 7cb4a4d4f3a5 00:15:41 Step 24/25 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 00:15:41 ---> Running in 775b4ab34611 00:15:41 Preparing metadata (setup.py): started 00:15:41 Removing intermediate container 775b4ab34611 00:15:41 ---> 732efca2e824 00:15:41 Step 25/25 : LABEL version=0.0.0 00:15:41 ---> 748fc89cc258 00:15:41 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:15:41 ---> Running in 71c4485da693 00:15:41 ---> Running in 10c2382caa84 00:15:41 Removing intermediate container c402b4c7302f 00:15:41 ---> 356b38524cd9 00:15:41 Step 12/25 : WORKDIR /edgex-go 00:15:41 Removing intermediate container 71c4485da693 00:15:41 ---> 1a9f18c020a7 00:15:41 00:15:41 ---> Running in bb7442a57c7c 00:15:41 Removing intermediate container a34bc618a44a 00:15:41 ---> de4a3a25a48e 00:15:41 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 00:15:41 Successfully built 1a9f18c020a7 00:15:41 Preparing metadata (setup.py): finished with status 'done' 00:15:41 Successfully tagged core-metadata:latest 00:15:41 Building security-spire-config 00:15:41  Building core-metadata ... done Collecting dockerpty<0.5,>=0.4.1 00:15:41 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:15:41 Removing intermediate container bb7442a57c7c 00:15:41 ---> 1a93179bf913 00:15:41 00:15:41 Step 13/25 : FROM alpine:3.15 00:15:41 ---> c4fc93816858 00:15:41 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 00:15:41 ---> Using cache 00:15:41 ---> 01564e66f752 00:15:41 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:15:41 ---> Using cache 00:15:41 ---> 3b0d22c528d5 00:15:41 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 00:15:41 ---> Using cache 00:15:41 ---> 942745b66cf9 00:15:41 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 00:15:41 Preparing metadata (setup.py): started 00:15:41 ---> ff4a5c8e89cd 00:15:41 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:15:41 Preparing metadata (setup.py): finished with status 'done' 00:15:41 Collecting cached-property<2,>=1.2.0 00:15:41 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:15:41 Collecting docopt<0.7,>=0.6.1 00:15:41 Downloading docopt-0.6.2.tar.gz (25 kB) 00:15:41 Preparing metadata (setup.py): started 00:15:42 Preparing metadata (setup.py): finished with status 'done' 00:15:42 Collecting websocket-client<1.0,>=0.32.0 00:15:42 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 00:15:42 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 111.8 MB/s eta 0:00:00 00:15:42 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) 00:15:42 Collecting docker-pycreds>=0.4.0 00:15:42 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:15:42 Collecting idna<2.8,>=2.5 00:15:42 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:15:42 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 130.8 MB/s eta 0:00:00 00:15:42 Collecting chardet<3.1.0,>=3.0.2 00:15:42 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 00:15:42 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 87.8 MB/s eta 0:00:00 00:15:42 Collecting urllib3<1.25,>=1.21.1 00:15:42 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:15:42 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 115.2 MB/s eta 0:00:00 00:15:42 Collecting certifi>=2017.4.17 00:15:42 Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) 00:15:42 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 58.2 MB/s eta 0:00:00 00:15:43 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 00:15:43 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 00:15:43 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 00:15:43 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 00:15:43 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 00:15:43 Running setup.py install for texttable: started 00:15:44 Running setup.py install for texttable: finished with status 'done' 00:15:44 Running setup.py install for PyYAML: started 00:15:44 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:15:44 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:15:44 ---> 8c05a7d06af0 00:15:44 Step 3/26 : WORKDIR /edgex-go 00:15:44 ---> Using cache 00:15:44 ---> 17d85be8c54f 00:15:44 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:15:44 ---> Using cache 00:15:44 ---> 9eed878002da 00:15:44 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 00:15:44 ---> Using cache 00:15:44 ---> ae21f0fe666b 00:15:44 Step 6/26 : COPY go.mod vendor* ./ 00:15:44 ---> Using cache 00:15:44 ---> df95906cfd6f 00:15:44 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:15:44 ---> Using cache 00:15:44 ---> e6ff319c4338 00:15:44 Step 8/26 : COPY . . 00:15:44 ---> Using cache 00:15:44 ---> add6c1869f4a 00:15:44 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 00:15:44 ---> Using cache 00:15:44 ---> 06f97921a76e 00:15:44 Step 10/26 : WORKDIR /edgex-go/spire-build 00:15:44 ---> Using cache 00:15:44 ---> 5fd09a435f92 00:15:44 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 00:15:44 Running setup.py install for PyYAML: finished with status 'done' 00:15:46 ---> Running in 94da9d379279 00:15:46 ---> 4e31d96d0017 00:15:46 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:15:46 ---> 0887500c67c2 00:15:46 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 00:15:46 Running setup.py install for docopt: started 00:15:46 Removing intermediate container 10c2382caa84 00:15:46 ---> af7753699525 00:15:46 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 00:15:46 ---> 3f55fe9849d9 00:15:46 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:15:46 ---> Running in 920b6cba2f4c 00:15:46 ---> e95b6e142476 00:15:46 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 00:15:46 Removing intermediate container 920b6cba2f4c 00:15:46 ---> 8b570371881b 00:15:46 Step 23/25 : LABEL arch=x86_64 00:15:46 ---> Running in 63e17c2a1aee 00:15:46 Running setup.py install for docopt: finished with status 'done' 00:15:46 ---> f3a84514be8d 00:15:46 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 00:15:46 ---> 103d496e3622 00:15:46 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 00:15:46 Removing intermediate container 63e17c2a1aee 00:15:46 ---> 67c60e381688 00:15:46 Step 24/25 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 00:15:46 ---> Running in 0a9ce2ce23b3 00:15:47 Removing intermediate container 0a9ce2ce23b3 00:15:47 ---> 4ab8300095d7 00:15:47 Step 25/25 : LABEL version=0.0.0 00:15:47 ---> Running in 931c0f0e2159 00:15:47 ---> e88889ad94b0 00:15:47 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 00:15:47 ---> 2c1c54c2d518 00:15:47 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 00:15:47 ---> Running in 777b19196fbb 00:15:47 Removing intermediate container 931c0f0e2159 00:15:47 ---> 883994d10a57 00:15:47 00:15:47 ---> 64a13a14cbdd 00:15:47 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:15:47 Successfully built 883994d10a57 00:15:47 Removing intermediate container 777b19196fbb 00:15:47 ---> 72b2d669975c 00:15:47 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 00:15:47 Successfully tagged security-secretstore-setup:latest 00:15:47 Building support-scheduler 00:15:47  Building security-secretstore-setup ... done Removing intermediate container 94da9d379279 00:15:47 ---> c5ab425baa2d 00:15:47 Step 12/26 : WORKDIR /edgex-go 00:15:47 ---> Running in a48de17d2e85 00:15:47 ---> Running in e83f64d7d7a2 00:15:47 Running setup.py install for dockerpty: started 00:15:48 Running setup.py install for dockerpty: finished with status 'done' 00:15:49 Removing intermediate container a48de17d2e85 00:15:49 ---> 9e6acf92b407 00:15:49 Step 23/25 : LABEL arch=x86_64 00:15:49 Removing intermediate container e83f64d7d7a2 00:15:49 ---> c0cf3e288004 00:15:49 00:15:49 Step 13/26 : FROM alpine:3.15 00:15:49 ---> c4fc93816858 00:15:49 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 00:15:49 ---> Using cache 00:15:49 ---> 01564e66f752 00:15:49 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:15:49 ---> Using cache 00:15:49 ---> 3b0d22c528d5 00:15:49 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 00:15:49 ---> Running in f21470e729fc 00:15:49 ---> f79e47c6c736 00:15:49 Step 28/33 : RUN chmod +x /entrypoint.sh 00:15:50 ---> Running in f515175e9e67 00:15:50 ---> Running in 761aab21dbfe 00:15:50 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 00:15:50 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 00:15:50 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:15:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:15:50 ---> 8c05a7d06af0 00:15:50 Step 3/23 : ARG ADD_BUILD_TAGS="" 00:15:50 ---> Using cache 00:15:50 ---> 338ab62359f0 00:15:50 Step 4/23 : WORKDIR /edgex-go 00:15:50 ---> Using cache 00:15:50 ---> ddac7c648434 00:15:50 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:15:50 ---> Using cache 00:15:50 ---> 2c7472882d42 00:15:50 Step 6/23 : RUN apk add --update --no-cache make git 00:15:50 ---> Using cache 00:15:50 ---> 8cd0b5ab4e25 00:15:50 Step 7/23 : COPY go.mod vendor* ./ 00:15:50 ---> Using cache 00:15:50 ---> 208d83787469 00:15:50 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:15:50 ---> Using cache 00:15:50 ---> 81abfbee96f3 00:15:50 Step 9/23 : COPY . . 00:15:50 ---> Using cache 00:15:50 ---> 2e4252a9dc48 00:15:50 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 00:15:50 Removing intermediate container f21470e729fc 00:15:50 ---> e1ac834f573c 00:15:50 Step 24/25 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 00:15:50 ---> Running in ba75c288ec11 00:15:50 ---> Running in e77f05771520 00:15:51 Removing intermediate container e77f05771520 00:15:51 ---> 97b5044ef363 00:15:51 Step 25/25 : LABEL version=0.0.0 00:15:51 ---> Running in 73abbb4391bc 00:15:51 Removing intermediate container 73abbb4391bc 00:15:51 ---> 1a7d17f00201 00:15:51 00:15:51 Successfully built 1a7d17f00201 00:15:51 Successfully tagged security-spire-server:latest 00:15:51  Building security-spire-server ... done Building support-notifications 00:15:51 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:15:51 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 00:15:52 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:15:52 v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] 00:15:52 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 00:15:52 OK: 15857 distinct packages available 00:15:52 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:15:54 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:15:54 (1/4) Installing dumb-init (1.2.5-r1) 00:15:54 (2/4) Installing musl-obstack (1.2.3-r0) 00:15:54 (3/4) Installing libucontext (1.1-r0) 00:15:54 (4/4) Installing gcompat (1.0.0-r4) 00:15:54 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:15:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:15:54 ---> 8c05a7d06af0 00:15:54 Step 3/23 : ARG ADD_BUILD_TAGS="" 00:15:54 ---> Using cache 00:15:54 ---> 338ab62359f0 00:15:54 Step 4/23 : WORKDIR /edgex-go 00:15:54 ---> Using cache 00:15:54 ---> ddac7c648434 00:15:54 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:15:54 ---> Using cache 00:15:54 ---> 2c7472882d42 00:15:54 Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates 00:15:54 Executing busybox-1.34.1-r7.trigger 00:15:54 OK: 6 MiB in 18 packages 00:15:55 ---> Running in f241822e39db 00:15:55 Removing intermediate container 761aab21dbfe 00:15:55 ---> ed4201ca4416 00:15:55 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 00:15:55 ---> Running in 18c2bee4f479 00:15:55 Removing intermediate container 6456a06e231a 00:15:55 ---> 86dced9eb8be 00:15:55 Step 14/23 : ENV APP_PORT=58890 00:15:56 Removing intermediate container f515175e9e67 00:15:56 ---> 42888d68a1cb 00:15:56 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 00:15:56 ---> Running in 6afb404b034a 00:15:56 Removing intermediate container 18c2bee4f479 00:15:56 ---> 45fa89e5ccb9 00:15:56 Step 30/33 : CMD ["gate"] 00:15:56 ---> Running in eb2427b90b67 00:15:56 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:15:56 Removing intermediate container 6afb404b034a 00:15:56 ---> 4a839a650f2a 00:15:56 Step 15/23 : EXPOSE $APP_PORT 00:15:56 ---> Running in 70a2cd8d80bc 00:15:56 Removing intermediate container eb2427b90b67 00:15:56 ---> 171dd5264d18 00:15:56 Step 31/33 : LABEL arch=x86_64 00:15:57 ---> Running in 36a4fe7b1774 00:15:57 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:15:57 OK: 211 MiB in 51 packages 00:15:57 Removing intermediate container 70a2cd8d80bc 00:15:57 ---> 7ce31eb510e5 00:15:57 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:15:57 Removing intermediate container 36a4fe7b1774 00:15:57 ---> c306e0a852d1 00:15:57 Step 32/33 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 00:15:57 ---> dd0b323b1d4a 00:15:57 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 00:15:57 ---> Running in 598ac797071b 00:15:57 Removing intermediate container 598ac797071b 00:15:57 ---> c7425e6e441c 00:15:57 Step 33/33 : LABEL version=0.0.0 00:15:58 ---> Running in 40fffd835539 00:15:58 ---> a9f2510eac04 00:15:58 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 00:15:58 ---> c0bcac9148e6 00:15:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:15:58 Removing intermediate container f241822e39db 00:15:58 ---> 9a98760264d0 00:15:58 Step 7/23 : COPY go.mod vendor* ./ 00:15:58 ---> Running in 468638cad0e4 00:15:58 Removing intermediate container 40fffd835539 00:15:58 ---> 6fd446704d0a 00:15:58 00:15:58 Successfully built 6fd446704d0a 00:15:58 Successfully tagged security-bootstrapper:latest 00:15:58  Building security-bootstrapper ... done Building core-command 00:15:58 Removing intermediate container 468638cad0e4 00:15:58 ---> ae3a543e8b02 00:15:58 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 00:15:59 ---> caa3ca57fccd 00:15:59 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:16:01 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:16:01 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:16:01 ---> 8c05a7d06af0 00:16:01 Step 3/24 : ARG ADD_BUILD_TAGS="" 00:16:01 ---> Using cache 00:16:01 ---> 338ab62359f0 00:16:01 Step 4/24 : WORKDIR /edgex-go 00:16:01 ---> Using cache 00:16:01 ---> ddac7c648434 00:16:01 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:16:01 ---> Using cache 00:16:01 ---> 2c7472882d42 00:16:01 Step 6/24 : RUN apk add --update --no-cache make git 00:16:01 ---> Using cache 00:16:01 ---> 8cd0b5ab4e25 00:16:01 Step 7/24 : COPY go.mod vendor* ./ 00:16:01 ---> Using cache 00:16:01 ---> 208d83787469 00:16:01 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:16:01 ---> Using cache 00:16:01 ---> 81abfbee96f3 00:16:01 Step 9/24 : COPY . . 00:16:01 ---> Using cache 00:16:01 ---> 2e4252a9dc48 00:16:01 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 00:16:01 ---> 993cd2c9d790 00:16:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:16:04 ---> Running in b8bbcdd9556e 00:16:04 ---> 7f4fcfd23f38 00:16:04 Step 21/26 : WORKDIR / 00:16:04 ---> Running in f7dc8a3c7934 00:16:04 ---> 939dbb43951f 00:16:04 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 00:16:04 ---> Running in 3459be1f8084 00:16:04 ---> Running in 9681ed69442f 00:16:04 Removing intermediate container 9681ed69442f 00:16:04 ---> bb2d88f0210a 00:16:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:16:04 Removing intermediate container 3459be1f8084 00:16:04 ---> c064b116471a 00:16:04 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 00:16: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 00:16:04 ---> Running in 002bd82127e7 00:16:04 ---> Running in 4c62c49f9d28 00:16:05 Removing intermediate container 002bd82127e7 00:16:05 ---> 0c0d87477a66 00:16:05 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 00:16:05 Removing intermediate container 4c62c49f9d28 00:16:05 ---> a5101eac39b0 00:16:05 Step 21/23 : LABEL arch=x86_64 00:16:05 ---> Running in ea6cc5601ea1 00:16:05 ---> Running in b96c355f852b 00:16:05 Removing intermediate container ea6cc5601ea1 00:16:05 ---> d363ce7427e4 00:16:05 Step 24/26 : LABEL arch=x86_64 00:16:05 Removing intermediate container b96c355f852b 00:16:05 ---> 180d7ecf3a63 00:16:05 Step 22/23 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 00:16:05 ---> Running in 5933d70caca7 00:16:05 ---> Running in d3234b97df3a 00:16:05 Removing intermediate container 5933d70caca7 00:16:05 ---> 5dbe53d3ceed 00:16:05 Step 25/26 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 00:16:05 ---> Running in b775d656908b 00:16:05 Removing intermediate container d3234b97df3a 00:16:05 ---> 2f0f6c2dfc1a 00:16:05 Step 23/23 : LABEL version=0.0.0 00:16:06 ---> Running in 367fe5cb19ef 00:16:06 Removing intermediate container b775d656908b 00:16:06 ---> 84943c5f42ef 00:16:06 Step 26/26 : LABEL version=0.0.0 00:16:06 Removing intermediate container 367fe5cb19ef 00:16:06 ---> c1b3b59e9cf0 00:16:06 00:16:06 ---> Running in 4ce7904b0054 00:16:06 Successfully built c1b3b59e9cf0 00:16:06 Successfully tagged sys-mgmt-agent:latest 00:16:06  Building sys-mgmt-agent ... done Building security-spiffe-token-provider 00:16:06 Removing intermediate container 4ce7904b0054 00:16:06 ---> f23640de7e71 00:16:06 00:16:06 Successfully built f23640de7e71 00:16:06 Successfully tagged security-spire-config:latest 00:16:06 Building security-proxy-setup 00:16:10  Building security-spire-config ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:16:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:16:10 ---> 8c05a7d06af0 00:16:10 Step 3/22 : WORKDIR /edgex-go 00:16:10 ---> Using cache 00:16:10 ---> 17d85be8c54f 00:16:10 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:16:10 ---> Using cache 00:16:10 ---> 9eed878002da 00:16:10 Step 5/22 : RUN apk add --update --no-cache make git 00:16:10 ---> Using cache 00:16:10 ---> d95d19a9fec4 00:16:10 Step 6/22 : COPY go.mod vendor* ./ 00:16:10 ---> Using cache 00:16:10 ---> ac1c6ed2dfb5 00:16:10 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:16:10 ---> Using cache 00:16:10 ---> 757ed2aec782 00:16:10 Step 8/22 : COPY . . 00:16:10 ---> Using cache 00:16:10 ---> adf561a8b998 00:16:10 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:16:10 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:16:10 Step 2/20 : FROM ${BUILDER_BASE} AS builder 00:16:10 ---> 8c05a7d06af0 00:16:10 Step 3/20 : WORKDIR /edgex-go 00:16:10 ---> Using cache 00:16:10 ---> 17d85be8c54f 00:16:10 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 00:16:19 ---> Running in 9b4334d6c515 00:16:19 ---> Running in 6c0cf3b70a85 00:16: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/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:16:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:16:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:16:19 v3.16.2-334-gfa0f6c3878 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 00:16:19 v3.16.2-337-g03fc1018a8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 00:16:19 OK: 17038 distinct packages available 00:16:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:16:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:16:19 OK: 211 MiB in 51 packages 00:16:24 Removing intermediate container ba75c288ec11 00:16:24 ---> 9f44a29e419a 00:16:24 00:16:24 Step 11/23 : FROM alpine:3.16 00:16:24 ---> 9c6f07244728 00:16:24 Step 12/23 : RUN apk add --update --no-cache dumb-init 00:16:24 ---> Using cache 00:16:24 ---> 48567aa25dfc 00:16:24 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:16:24 ---> Using cache 00:16:24 ---> ada0835cc2cc 00:16:24 Step 14/23 : ENV APP_PORT=59861 00:16:24 Removing intermediate container 6c0cf3b70a85 00:16:24 ---> d0aa24ff6618 00:16:24 Step 5/20 : COPY go.mod vendor* ./ 00:16:24 ---> Running in 9df38d92dfab 00:16:24 Removing intermediate container b8bbcdd9556e 00:16:24 ---> 42fe2584deab 00:16:24 Step 9/23 : COPY . . 00:16:26 ---> 757862388096 00:16:26 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:16:26 Removing intermediate container 9df38d92dfab 00:16:26 ---> 41a5917950c5 00:16:26 Step 15/23 : EXPOSE $APP_PORT 00:16:30 ---> Running in 08157ba110b4 00:16:30 ---> Running in fcb412e69741 00:16:30 ---> ad9b4e217e53 00:16:30 Step 10/23 : RUN make cmd/support-notifications/support-notifications 00:16:30 Removing intermediate container f7dc8a3c7934 00:16:30 ---> 1612cf935d22 00:16:30 00:16:30 Step 11/24 : FROM alpine:3.16 00:16:30 ---> 9c6f07244728 00:16:30 Step 12/24 : RUN apk add --update --no-cache dumb-init 00:16:30 ---> Using cache 00:16:30 ---> 48567aa25dfc 00:16:30 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:16:30 ---> Using cache 00:16:30 ---> ada0835cc2cc 00:16:30 Step 14/24 : ENV APP_PORT=59882 00:16:30 Removing intermediate container 08157ba110b4 00:16:30 ---> 79cc9822f505 00:16:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:16:30 ---> Running in 406160d530ca 00:16:30 ---> Running in 7ab37544a6c9 00:16:30 Removing intermediate container 7ab37544a6c9 00:16:30 ---> a054428f6f79 00:16:30 Step 15/24 : EXPOSE $APP_PORT 00:16:30 ---> Running in 83cb45a9704c 00:16:30 ---> c5c24efd86e2 00:16:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:16:30 Removing intermediate container 83cb45a9704c 00:16:30 ---> 90dc04411905 00:16:30 Step 16/24 : WORKDIR / 00:16:30 ---> Running in 1f6839b97d0d 00:16:31 Removing intermediate container 1f6839b97d0d 00:16:31 ---> 01b39736c988 00:16:31 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 00:16:31 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 00:16:31 ---> cd66bb41f85c 00:16:31 ---> dcfa241d48a7 00:16:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:16:31 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:16:32 ---> 219b1c162046 00:16:32 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 00:16:32 ---> 2c157008b552 00:16:32 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:16:32 ---> Running in 90658514778e 00:16:33 Removing intermediate container 90658514778e 00:16:33 ---> 52b6d614611b 00:16:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:16:33 ---> 2d04fa1b5be6 00:16:33 Step 20/24 : ENTRYPOINT ["/core-command"] 00:16:34 ---> Running in 58241322658d 00:16:34 ---> Running in 2f2b7e26d7fc 00:16: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/secrets-config ./cmd/secrets-config 00:16:36 Removing intermediate container 58241322658d 00:16:36 ---> 837d32982061 00:16:36 Step 21/23 : LABEL arch=x86_64 00:16:36 Removing intermediate container 2f2b7e26d7fc 00:16:36 ---> 4ede93241910 00:16:36 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:16:36 ---> Running in 437cf294bf3a 00:16:36 ---> Running in b1674fe87d71 00:16:36 Removing intermediate container b1674fe87d71 00:16:36 ---> 38fec4e6ed88 00:16:36 Step 22/23 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 00:16:36 Removing intermediate container 437cf294bf3a 00:16:36 ---> d902ef4d2377 00:16:36 Step 22/24 : LABEL arch=x86_64 00:16:36 ---> Running in 05c827476817 00:16:36 ---> Running in 124c4a8f4a0b 00:16:36 Removing intermediate container 05c827476817 00:16:36 ---> 8e88d12df338 00:16:36 Step 23/23 : LABEL version=0.0.0 00:16:37 ---> Running in 24e25d89d46d 00:16:37 Removing intermediate container 124c4a8f4a0b 00:16:37 ---> fb29fb3d7ecf 00:16:37 Step 23/24 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 00:16:37 ---> Running in b05c0562678b 00:16:37 Removing intermediate container 24e25d89d46d 00:16:37 ---> 78e11b198799 00:16:37 00:16:37 Successfully built 78e11b198799 00:16:37 Successfully tagged support-scheduler:latest 00:16:37  Building support-scheduler ... done Building core-data 00:16:38 Removing intermediate container b05c0562678b 00:16:38 ---> 9769f43f51e9 00:16:38 Step 24/24 : LABEL version=0.0.0 00:16:42 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:16:42 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:16:42 ---> 8c05a7d06af0 00:16:42 Step 3/24 : ARG ADD_BUILD_TAGS="" 00:16:42 ---> Using cache 00:16:42 ---> 338ab62359f0 00:16:42 Step 4/24 : WORKDIR /edgex-go 00:16:42 ---> Using cache 00:16:42 ---> ddac7c648434 00:16:42 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:16:42 ---> Using cache 00:16:42 ---> 2c7472882d42 00:16:42 Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:16:44 ---> Running in 77447d843979 00:16:44 ---> Running in 463c92741e23 00:16:44 Removing intermediate container 9b4334d6c515 00:16:44 ---> eedfbe75e5e0 00:16:44 00:16:44 Step 10/22 : FROM alpine:3.16 00:16:44 ---> 9c6f07244728 00:16:44 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 00:16:44 ---> Running in 590ebd2d2cf4 00:16:44 Removing intermediate container 77447d843979 00:16:44 ---> b12e057f56c6 00:16:44 00:16:44 Removing intermediate container fcb412e69741 00:16:44 ---> 0b7fe17cc71e 00:16:44 Step 7/20 : COPY . . 00:16:44 Successfully built b12e057f56c6 00:16:44 Successfully tagged core-command:latest 00:16:44  Building core-command ... done fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:16:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:16:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:16:45 (1/6) Installing ca-certificates (20220614-r0) 00:16:45 (2/6) Installing brotli-libs (1.0.9-r6) 00:16:45 (3/6) Installing nghttp2-libs (1.47.0-r0) 00:16:45 (4/6) Installing libcurl (7.83.1-r3) 00:16:45 (5/6) Installing curl (7.83.1-r3) 00:16:45 (6/6) Installing dumb-init (1.2.5-r1) 00:16:45 Executing busybox-1.35.0-r17.trigger 00:16:45 Executing ca-certificates-20220614-r0.trigger 00:16:45 OK: 8 MiB in 20 packages 00:16:45 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:16:46 OK: 211 MiB in 51 packages 00:16:51 ---> 7e17b0598578 00:16:51 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 00:16:51 ---> Running in 2aa2fd7cd59d 00:16:51 Removing intermediate container 463c92741e23 00:16:51 ---> ebb2d8fec7ef 00:16:51 Step 7/24 : COPY go.mod vendor* ./ 00:16:51 Removing intermediate container 590ebd2d2cf4 00:16:51 ---> e7245050fce8 00:16:51 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:16:51 ---> Running in f600aa00c1d8 00:16:51 Removing intermediate container f600aa00c1d8 00:16:51 ---> c3ab80216f9d 00:16:51 Step 13/22 : WORKDIR /edgex 00:16:51 ---> Running in 56f9421134e5 00:16:51 ---> a0eb87ac3c51 00:16:51 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:16:51 ---> Running in 8cb034fe7c89 00:16:51 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 00:16:51 Removing intermediate container 56f9421134e5 00:16:51 ---> 034e7c036cc0 00:16:51 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:16:51 ---> 08fa665f427c 00:16:51 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:16:53 ---> 476e81732a88 00:16:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:16:54 Removing intermediate container 406160d530ca 00:16:54 ---> 644bde349729 00:16:54 00:16:54 Step 11/23 : FROM alpine:3.16 00:16:54 ---> 9c6f07244728 00:16:54 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 00:16:59 ---> fcc65c18daf3 00:16:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 00:16:59 ---> Running in b42d4931bfc5 00:17:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:17:00 ---> 569ca217eaf8 00:17:00 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:17:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:17:00 (1/2) Installing ca-certificates (20220614-r0) 00:17:00 (2/2) Installing dumb-init (1.2.5-r1) 00:17:00 Executing busybox-1.35.0-r17.trigger 00:17:00 Executing ca-certificates-20220614-r0.trigger 00:17:00 OK: 6 MiB in 16 packages 00:17:02 ---> Running in a6f9fd802fe1 00:17:03 Removing intermediate container b42d4931bfc5 00:17:03 ---> ef9ffaf4fca3 00:17:03 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:17:04 ---> Running in c1f90419deb4 00:17:05 Removing intermediate container 8cb034fe7c89 00:17:05 ---> 28601f7e1fda 00:17:05 Step 9/24 : COPY . . 00:17:05 Removing intermediate container c1f90419deb4 00:17:05 ---> b75d2c61942a 00:17:05 Step 14/23 : ENV APP_PORT=59860 00:17:05 Removing intermediate container a6f9fd802fe1 00:17:05 ---> 9c4bbd42407e 00:17:05 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 00:17:09 ---> Running in 4f0f32cc2c96 00:17:10 ---> Running in ef86d393b8b5 00:17:10 Removing intermediate container 4f0f32cc2c96 00:17:10 ---> b80e414dcff6 00:17:10 Step 15/23 : EXPOSE $APP_PORT 00:17:10 ---> 17a018043c3e 00:17:10 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 00:17:10 ---> Running in 0810e2ecf597 00:17:10 ---> Running in 501e64c03a8f 00:17:10 Removing intermediate container ef86d393b8b5 00:17:10 ---> bf9a7eda6941 00:17:10 Step 20/22 : LABEL arch=x86_64 00:17:10 Removing intermediate container 0810e2ecf597 00:17:10 ---> 545479914bcb 00:17:10 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:17:10 ---> Running in c12b17f2cd9f 00:17:11 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 00:17:11 Removing intermediate container c12b17f2cd9f 00:17:11 ---> cd383c51ae16 00:17:11 Step 21/22 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 00:17:12 ---> 029367556129 00:17:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:17:12 ---> Running in bcdcfe8cf31c 00:17:12 Removing intermediate container bcdcfe8cf31c 00:17:12 ---> 503f3af40c87 00:17:12 Step 22/22 : LABEL version=0.0.0 00:17:12 Removing intermediate container 2aa2fd7cd59d 00:17:12 ---> f78804bb32c3 00:17:12 00:17:12 Step 9/20 : FROM alpine:3.15 00:17:12 ---> c4fc93816858 00:17:12 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 00:17:12 ---> Using cache 00:17:12 ---> 01564e66f752 00:17:12 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:17:12 ---> Using cache 00:17:12 ---> 3b0d22c528d5 00:17:12 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 00:17:12 ---> Running in 3689a20b6e43 00:17:12 ---> Running in 47ed891cbdf1 00:17:12 Removing intermediate container 3689a20b6e43 00:17:12 ---> 5527aa0d19ac 00:17:12 00:17:12 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:17:12 Successfully built 5527aa0d19ac 00:17:12 Successfully tagged security-proxy-setup:latest 00:17:12 ---> 090b51d4c13d 00:17:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:17:13  Building security-proxy-setup ... done  ---> 90009dc6ad85 00:17:13 Step 19/23 : ENTRYPOINT ["/support-notifications"] 00:17:13 ---> Running in 9b95be5b9221 00:17:13 Removing intermediate container 9b95be5b9221 00:17:13 ---> 5b5a52d4602c 00:17:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:17:13 ---> Running in 3ceb4ce951a7 00:17:13 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:17:13 Removing intermediate container 3ceb4ce951a7 00:17:13 ---> 5bff540868dd 00:17:13 Step 21/23 : LABEL arch=x86_64 00:17:14 ---> Running in f6f46035f2cf 00:17:14 v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] 00:17:14 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 00:17:14 OK: 15857 distinct packages available 00:17:14 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:17:14 Removing intermediate container f6f46035f2cf 00:17:14 ---> 910007647183 00:17:14 Step 22/23 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 00:17:14 ---> Running in c34a16817857 00:17:14 Removing intermediate container c34a16817857 00:17:14 ---> 0980d87bf146 00:17:14 Step 23/23 : LABEL version=0.0.0 00:17:14 ---> Running in bdd2fddb871b 00:17:14 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:17:15 Removing intermediate container bdd2fddb871b 00:17:15 ---> fa7c9bb52142 00:17:15 00:17:15 Successfully built fa7c9bb52142 00:17:15 Successfully tagged support-notifications:latest 00:17:15  Building support-notifications ... done (1/9) Installing ca-certificates (20220614-r0) 00:17:15 (2/9) Installing brotli-libs (1.0.9-r5) 00:17:15 (3/9) Installing nghttp2-libs (1.46.0-r0) 00:17:15 (4/9) Installing libcurl (7.80.0-r3) 00:17:15 (5/9) Installing curl (7.80.0-r3) 00:17:15 (6/9) Installing dumb-init (1.2.5-r1) 00:17:15 (7/9) Installing musl-obstack (1.2.3-r0) 00:17:15 (8/9) Installing libucontext (1.1-r0) 00:17:15 (9/9) Installing gcompat (1.0.0-r4) 00:17:16 Executing busybox-1.34.1-r7.trigger 00:17:16 Executing ca-certificates-20220614-r0.trigger 00:17:16 OK: 8 MiB in 23 packages 00:17:17 Removing intermediate container 47ed891cbdf1 00:17:17 ---> a60445c3d8bf 00:17:17 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 00:17:17 ---> be8a81beb446 00:17:17 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 00:17:18 ---> 3403a8a3f7f0 00:17:18 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 00:17:18 ---> 98d7e9ee4aea 00:17:18 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 00:17:18 ---> Running in 1f23e7b5503c 00:17:18 Removing intermediate container 1f23e7b5503c 00:17:18 ---> 4fc34355028d 00:17:18 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:17:18 ---> Running in d2f62280ef35 00:17:18 Removing intermediate container d2f62280ef35 00:17:18 ---> f0a11c46d476 00:17:18 Step 18/20 : LABEL arch=x86_64 00:17:18 ---> Running in 43245fac5323 00:17:18 Removing intermediate container 43245fac5323 00:17:18 ---> 443f09ad7777 00:17:18 Step 19/20 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 00:17:18 ---> Running in 9d42e8d55ada 00:17:18 Removing intermediate container 9d42e8d55ada 00:17:18 ---> ae077ee7b702 00:17:18 Step 20/20 : LABEL version=0.0.0 00:17:18 ---> Running in 4fd6132deb8e 00:17:19 Removing intermediate container 4fd6132deb8e 00:17:19 ---> 443a2564a587 00:17:19 00:17:19 Successfully built 443a2564a587 00:17:19 Successfully tagged security-spiffe-token-provider:latest 00:17:29  Building security-spiffe-token-provider ... done Removing intermediate container 501e64c03a8f 00:17:29 ---> dd64f7820d9d 00:17:29 00:17:29 Step 11/24 : FROM alpine:3.16 00:17:29 ---> 9c6f07244728 00:17:29 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:17:29 ---> Running in d62476a1fafc 00:17:29 Removing intermediate container d62476a1fafc 00:17:29 ---> c366f8a1fe7d 00:17:29 Step 13/24 : ENV APP_PORT=59880 00:17:29 ---> Running in d6a889ad6a70 00:17:29 Removing intermediate container d6a889ad6a70 00:17:29 ---> b791de4f82fe 00:17:29 Step 14/24 : EXPOSE $APP_PORT 00:17:29 ---> Running in e7643c5348ac 00:17:29 Removing intermediate container e7643c5348ac 00:17:29 ---> e234ad4acdb0 00:17:29 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:17:29 ---> Running in 463cce5acbbe 00:17:29 Removing intermediate container 463cce5acbbe 00:17:29 ---> 2291ca9fb516 00:17:29 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 00:17:29 ---> Running in 563d9cb96c12 00:17:29 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:17:30 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:17:30 (1/6) Installing dumb-init (1.2.5-r1) 00:17:30 (2/6) Installing libgcc (11.2.1_git20220219-r2) 00:17:30 (3/6) Installing libsodium (1.0.18-r0) 00:17:31 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 00:17:31 (5/6) Installing libzmq (4.3.4-r0) 00:17:31 (6/6) Installing zeromq (4.3.4-r0) 00:17:31 Executing busybox-1.35.0-r17.trigger 00:17:31 OK: 8 MiB in 20 packages 00:17:31 Removing intermediate container 563d9cb96c12 00:17:31 ---> 88e32f7a1e62 00:17:31 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 00:17:31 ---> 93c3ad651051 00:17:31 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:17:32 ---> 47cad02b084e 00:17:32 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:17:32 ---> 2ba38d1f9137 00:17:32 Step 20/24 : ENTRYPOINT ["/core-data"] 00:17:32 ---> Running in 6a18c50c4270 00:17:32 Removing intermediate container 6a18c50c4270 00:17:32 ---> 37ec7c2ec7bd 00:17:32 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:17:32 ---> Running in 26e0aa016717 00:17:32 Removing intermediate container 26e0aa016717 00:17:32 ---> f01e681957b3 00:17:32 Step 22/24 : LABEL arch=x86_64 00:17:32 ---> Running in 4b283ed85a7b 00:17:32 Removing intermediate container 4b283ed85a7b 00:17:32 ---> e5e3ff0acc44 00:17:32 Step 23/24 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 00:17:32 ---> Running in 36c58b135cf5 00:17:32 Removing intermediate container 36c58b135cf5 00:17:32 ---> 81696b556f2d 00:17:32 Step 24/24 : LABEL version=0.0.0 00:17:33 ---> Running in 01017f1d9699 00:17:33 Removing intermediate container 01017f1d9699 00:17:33 ---> 3e060531deff 00:17:33 00:17:33 Successfully built 3e060531deff 00:17:33 Successfully tagged core-data:latest 00:17:33  Building core-data ... done  [Pipeline] } 00:17:33 $ docker stop --time=1 af0e4779dca2e55d040152735eea8010363c89b98756e91032031ea3e92f62da 00:17:34 $ docker rm -f af0e4779dca2e55d040152735eea8010363c89b98756e91032031ea3e92f62da [Pipeline] // withDockerContainer [Pipeline] sh 00:17:35 + docker images 00:17:35 REPOSITORY TAG IMAGE ID CREATED SIZE 00:17:35 core-data latest 3e060531deff 2 seconds ago 21.7MB 00:17:35 dd64f7820d9d 8 seconds ago 1.62GB 00:17:35 security-spiffe-token-provider latest 443a2564a587 17 seconds ago 29.7MB 00:17:35 support-notifications latest fa7c9bb52142 21 seconds ago 30.4MB 00:17:35 security-proxy-setup latest 5527aa0d19ac 23 seconds ago 27.6MB 00:17:35 f78804bb32c3 24 seconds ago 1.64GB 00:17:35 644bde349729 42 seconds ago 1.67GB 00:17:35 core-command latest b12e057f56c6 51 seconds ago 17.6MB 00:17:35 eedfbe75e5e0 54 seconds ago 1.6GB 00:17:35 support-scheduler latest 78e11b198799 58 seconds ago 29.8MB 00:17:35 1612cf935d22 About a minute ago 1.61GB 00:17:35 9f44a29e419a About a minute ago 1.67GB 00:17:35 security-spire-config latest f23640de7e71 About a minute ago 85.8MB 00:17:35 sys-mgmt-agent latest c1b3b59e9cf0 About a minute ago 136MB 00:17:35 security-bootstrapper latest 6fd446704d0a About a minute ago 20.2MB 00:17:35 security-spire-server latest 1a7d17f00201 About a minute ago 86.5MB 00:17:35 c0cf3e288004 About a minute ago 1.48GB 00:17:35 security-secretstore-setup latest 883994d10a57 About a minute ago 29.7MB 00:17:35 1a93179bf913 About a minute ago 1.48GB 00:17:35 core-metadata latest 1a9f18c020a7 About a minute ago 18.5MB 00:17:35 eec59336ba2a 2 minutes ago 1.59GB 00:17:35 c66b2fde393d 2 minutes ago 1.6GB 00:17:35 0736f8386a07 2 minutes ago 1.6GB 00:17:35 f39567867365 2 minutes ago 1.61GB 00:17:35 security-spire-agent latest 12f86dcca6e1 2 minutes ago 125MB 00:17:35 8d65d9113434 2 minutes ago 1.48GB 00:17:35 ci-base-image-x86_64 latest 8c05a7d06af0 6 minutes ago 941MB 00:17:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine 1dedd983c030 2 weeks ago 677MB 00:17:35 alpine 3.15 c4fc93816858 2 months ago 5.59MB 00:17:35 alpine 3.16 9c6f07244728 2 months ago 5.54MB 00:17:35 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 3 months ago 253MB 00:17:35 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] } 02:30:46 Running on prd-ubuntu20.04-docker-arm64-4c-16g-69672 in /w/workspace/edgexfoundry_edgex-go_PR-4211 [Pipeline] { [Pipeline] ws 02:30:46 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 02:30:46 The recommended git tool is: git 02:30:51 using credential edgex-jenkins-ssh 02:30:51 Cloning the remote Git repository 02:30:51 Cloning repository git@github.com:edgexfoundry/edgex-go.git 02:30:52 > git init /w/workspace/edgex-go/1 # timeout=10 02:30:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:30:52 > git --version # timeout=10 02:30:52 > git --version # 'git version 2.25.1' 02:30:52 using GIT_SSH to set credentials SSH Credentials for GitHub 02:30:52 Verifying host key using known hosts file 02:30:52 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. 02:30:52 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:31:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:31:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:31:10 Merging remotes/origin/main commit 23251983c73b29babdec2056f36690dce19c8f65 into PR head commit 4bb20006eba1fb52a1b54093edf8712c290c6c82 02:31:10 Merge succeeded, producing 4bb20006eba1fb52a1b54093edf8712c290c6c82 02:31:10 Checking out Revision 4bb20006eba1fb52a1b54093edf8712c290c6c82 (PR-4211) 02:31:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:31:09 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:31:09 using GIT_SSH to set credentials SSH Credentials for GitHub 02:31:09 Verifying host key using known hosts file 02:31:09 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. 02:31:09 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4211/head:refs/remotes/origin/PR-4211 +refs/heads/main:refs/remotes/origin/main # timeout=10 02:31:10 > git config core.sparsecheckout # timeout=10 02:31:10 > git checkout -f 4bb20006eba1fb52a1b54093edf8712c290c6c82 # timeout=10 02:31:10 > git remote # timeout=10 02:31:10 > git config --get remote.origin.url # timeout=10 02:31:10 using GIT_SSH to set credentials SSH Credentials for GitHub 02:31:10 Verifying host key using known hosts file 02:31:10 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. 02:31:10 > git merge 23251983c73b29babdec2056f36690dce19c8f65 # timeout=10 02:31:10 > git rev-parse HEAD^{commit} # timeout=10 02:31:10 > git config core.sparsecheckout # timeout=10 02:31:10 > git checkout -f 4bb20006eba1fb52a1b54093edf8712c290c6c82 # timeout=10 02:31:11 Commit message: "build(deps): Bump github.com/stretchr/testify from 1.8.0 to 1.8.1" 02:31:11 > git --version # timeout=10 02:31:11 > git --version # 'git version 2.25.1' 02:31:11 fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:31:12 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 02:31:12 % Total % Received % Xferd Average Speed Time Time Time Current 02:31:12 Dload Upload Total Spent Left Speed 02:31:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 94 12602 94 11882 0 0 89338 0 --:--:-- --:--:-- --:--:-- 88671 100 12602 100 12602 0 0 93348 0 --:--:-- --:--:-- --:--:-- 93348 [Pipeline] sh 02:31:13 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 02:31:13 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 02:31:13 + sudo tee /etc/docker/daemon.new 02:31:13 { 02:31:13 "registry-mirrors": [ 02:31:13 "https://nexus3.edgexfoundry.org:10001" 02:31:13 ], 02:31:13 "bip": "10.250.0.254/24", 02:31:13 "hosts": [ 02:31:13 "tcp://0.0.0.0:5555", 02:31:13 "unix:///var/run/docker.sock" 02:31:13 ], 02:31:13 "mtu": 1458, 02:31:13 "selinux-enabled": true, 02:31:13 "seccomp-profile": "/etc/docker/seccomp.json" 02:31:13 } [Pipeline] sh 02:31:13 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 02:31:14 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:31:32 provisioning config files... 02:31:32 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config11306380543843609322tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:31:32 ---> docker-login.sh 02:31:32 nexus3.edgexfoundry.org:10001 02:31:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:31:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:31:33 Configure a credential helper to remove this warning. See 02:31:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:31:33 02:31:33 Login Succeeded 02:31:33 nexus3.edgexfoundry.org:10002 02:31:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:31:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:31:33 Configure a credential helper to remove this warning. See 02:31:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:31:33 02:31:33 Login Succeeded 02:31:33 nexus3.edgexfoundry.org:10003 02:31:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:31:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:31:34 Configure a credential helper to remove this warning. See 02:31:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:31:34 02:31:34 Login Succeeded 02:31:34 nexus3.edgexfoundry.org:10004 02:31:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:31:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:31:34 Configure a credential helper to remove this warning. See 02:31:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:31:34 02:31:34 Login Succeeded 02:31:34 docker.io 02:31:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:31:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:31:35 Configure a credential helper to remove this warning. See 02:31:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:31:35 02:31:35 Login Succeeded 02:31:35 ---> docker-login.sh ends [Pipeline] } 02:31:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 02:31:35 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 02:31:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:31:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:31:35 ========================================================= 02:31:35 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 02:31:35 ========================================================= [Pipeline] fileExists [Pipeline] sh 02:31:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 02:31:36 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:31:36 9b18e9b68314: Pulling fs layer 02:31:36 d32db5db7311: Pulling fs layer 02:31:36 d0c4b47475fc: Pulling fs layer 02:31:36 5831b945b038: Pulling fs layer 02:31:36 86bbec2aaacd: Pulling fs layer 02:31:36 e10730c5d714: Pulling fs layer 02:31:36 5dd5c2283517: Pulling fs layer 02:31:36 d5ac0230b979: Pulling fs layer 02:31:36 5831b945b038: Waiting 02:31:36 86bbec2aaacd: Waiting 02:31:36 e10730c5d714: Waiting 02:31:36 5dd5c2283517: Waiting 02:31:36 d5ac0230b979: Waiting 02:31:36 d0c4b47475fc: Verifying Checksum 02:31:36 d0c4b47475fc: Download complete 02:31:36 d32db5db7311: Download complete 02:31:36 86bbec2aaacd: Verifying Checksum 02:31:36 86bbec2aaacd: Download complete 02:31:36 e10730c5d714: Verifying Checksum 02:31:36 e10730c5d714: Download complete 02:31:36 9b18e9b68314: Download complete 02:31:37 9b18e9b68314: Pull complete 02:31:37 d5ac0230b979: Verifying Checksum 02:31:37 d5ac0230b979: Download complete 02:31:37 d32db5db7311: Pull complete 02:31:37 d0c4b47475fc: Pull complete 02:31:38 5dd5c2283517: Verifying Checksum 02:31:38 5dd5c2283517: Download complete 02:31:39 5831b945b038: Verifying Checksum 02:31:39 5831b945b038: Download complete 02:31:51 5831b945b038: Pull complete 02:31:51 86bbec2aaacd: Pull complete 02:31:51 e10730c5d714: Pull complete 02:31:58 5dd5c2283517: Pull complete 02:32:00 d5ac0230b979: Pull complete 02:32:00 Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 02:32:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 02:32:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 02:32:00 + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 02:32:00 WORKDIR /edgex 02:32:00 COPY go.mod . 02:32:00 RUN go mod download 02:32:00 docker build -t ci-base-image-arm64 -f - . 02:32:01 Sending build context to Docker daemon 3.267MB 02:32:01 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 02:32:01 ---> 59b3b1a385d4 02:32:01 Step 2/4 : WORKDIR /edgex 02:32:03 ---> Running in cc05273945ba 02:32:03 Removing intermediate container cc05273945ba 02:32:03 ---> a46a095458c7 02:32:03 Step 3/4 : COPY go.mod . 02:32:04 ---> 97dd8cb80ffb 02:32:04 Step 4/4 : RUN go mod download 02:32:04 ---> Running in 8c3406c4ef50 02:32:43 Removing intermediate container 8c3406c4ef50 02:32:43 ---> ab22f6c0bc92 02:32:43 Successfully built ab22f6c0bc92 02:32:43 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:32:43 + docker inspect -f . ci-base-image-arm64 02:32:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:32:43 prd-ubuntu20.04-docker-arm64-4c-16g-69672 does not seem to be running inside a container 02:32:43 $ 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 02:32:45 $ docker top fab16dceb9c52a0fbc237ae4574ecbe22a0e00481e3482067a2156aa5bd121e4 -eo pid,comm [Pipeline] { [Pipeline] sh 02:32:45 + go version 02:32:45 go version go1.18.7 linux/arm64 [Pipeline] } 02:32:46 $ docker stop --time=1 fab16dceb9c52a0fbc237ae4574ecbe22a0e00481e3482067a2156aa5bd121e4 02:32:47 $ docker rm -f fab16dceb9c52a0fbc237ae4574ecbe22a0e00481e3482067a2156aa5bd121e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:32:48 + docker inspect -f . ci-base-image-arm64 02:32:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:32:48 prd-ubuntu20.04-docker-arm64-4c-16g-69672 does not seem to be running inside a container 02:32:48 $ 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 02:32:49 $ docker top f00f2d76cac577271d4814a994fa49fa867df85d7334e6b654f7644b812703b2 -eo pid,comm [Pipeline] { [Pipeline] echo 02:32:50 ========================================================= 02:32:50 [edgeXBuildGoParallel] Running Tests and Build... 02:32:50 ========================================================= [Pipeline] sh 02:32:50 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 02:32:51 + make test 02:32:51 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:33:23 ? github.com/edgexfoundry/edgex-go [no test files] 02:35:14 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 02:35:14 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 02:35:16 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 02:35:16 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 02:35:16 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 02:35:18 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 02:35:18 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 02:35:18 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 02:35:18 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 02:35:20 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 02:35:21 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 02:35:21 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 02:35:21 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 02:35:21 ? github.com/edgexfoundry/edgex-go/internal [no test files] 02:35:21 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 02:35:43 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.277s coverage: 28.7% of statements 02:35:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 02:35:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 02:35:48 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.635s coverage: 98.5% of statements 02:35:49 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.784s coverage: 42.3% of statements 02:35:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 02:35:49 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 02:35:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.842s coverage: 54.2% of statements 02:35:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 02:35:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 02:36:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 25.063s coverage: 89.2% of statements 02:36:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 02:36:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 02:36:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 02:36:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 02:36:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 02:36:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.803s coverage: 2.2% of statements 02:36:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 02:36:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 02:36:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.681s coverage: 95.6% of statements 02:36:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 02:36:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 02:36:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 02:36:23 ok github.com/edgexfoundry/edgex-go/internal/io 0.403s coverage: 72.2% of statements 02:36:23 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 02:36:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 02:36:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 02:36:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 02:36:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 02:36:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.631s coverage: 60.0% of statements 02:36:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 02:36:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 02:36:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 02:36:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.034s coverage: 0.9% of statements 02:36:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 02:36:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.412s coverage: 58.8% of statements 02:36:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.264s coverage: 29.6% of statements 02:36:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 02:36:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.286s coverage: 47.1% of statements 02:36:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.309s coverage: 79.5% of statements 02:36:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.360s coverage: 94.1% of statements 02:36:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.318s coverage: 96.3% of statements 02:36:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.279s coverage: 87.5% of statements 02:36:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.296s coverage: 94.4% of statements 02:36:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.189s coverage: 44.8% of statements 02:36:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.690s coverage: 79.9% of statements 02:36:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 02:36:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.448s coverage: 92.9% of statements 02:36:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 02:36:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 02:36:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 02:36:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.070s coverage: 65.1% of statements 02:36:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 02:36:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 02:36:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 02:36:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 02:36:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.255s coverage: 86.9% of statements 02:36:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 02:36:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 02:36:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 02:36:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 02:36:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.213s coverage: 87.2% of statements 02:36:54 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 02:36:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 02:36:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.186s coverage: 100.0% of statements 02:36:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 02:36:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.286s coverage: 58.8% of statements 02:36:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 02:36:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.258s coverage: 80.0% of statements 02:36:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.231s coverage: 87.2% of statements 02:36:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.317s coverage: 85.4% of statements 02:36:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.928s coverage: 91.2% of statements 02:36:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 02:37:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.926s coverage: 64.7% of statements 02:37:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 02:37:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 02:37:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.274s coverage: 100.0% of statements 02:37:04 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.125s coverage: 89.4% of statements 02:37:04 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.088s coverage: 100.0% of statements 02:37:04 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.069s coverage: 73.7% of statements 02:37:04 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements 02:37:09 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.383s coverage: 65.8% of statements 02:37:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 02:37:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 02:37:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 02:37:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.960s coverage: 41.8% of statements 02:37:11 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 02:37:11 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 02:37:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.362s coverage: 89.5% of statements 02:37:11 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 02:37:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.250s coverage: 84.8% of statements 02:37:11 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 02:37:11 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 02:37:11 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 02:37:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 02:37:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.419s coverage: 17.7% of statements 02:37:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 02:37:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 02:37:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 02:37:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 02:37:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.153s coverage: 92.3% of statements 02:37:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 02:37:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 02:37:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 02:37:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 02:37:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.281s coverage: 63.2% of statements 02:37:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 02:37:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 02:37:21 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.477s coverage: 97.7% of statements 02:37:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 02:37:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 02:37:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 02:37:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 02:37:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.231s coverage: 28.9% of statements 02:37:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 02:37:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 02:37:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 02:37:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 02:37:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 02:37:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 02:37:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.290s coverage: 100.0% of statements 02:37:21 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.093s coverage: 96.9% of statements 02:37:22 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 02:37:22 WARNING: Linting skipped (not on x86_64 or linter not installed) 02:37:22 GO111MODULE=on go vet ./... 02:39:14 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:39:14 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 02:39:14 ./bin/test-attribution-txt.sh [Pipeline] echo 02:39:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 02:39:15 + ls -al . 02:39:15 total 764 02:39:15 drwxrwxr-x 10 1001 1001 4096 Oct 25 02:32 . 02:39:15 drwxr-xr-x 4 root root 4096 Oct 25 02:32 .. 02:39:15 drwxrwxr-x 2 1001 1001 4096 Oct 25 02:31 .blubracket 02:39:15 -rw-rw-r-- 1 1001 1001 16 Oct 25 02:31 .dockerignore 02:39:15 drwxrwxr-x 8 1001 1001 4096 Oct 25 02:31 .git 02:39:15 drwxrwxr-x 3 1001 1001 4096 Oct 25 02:31 .github 02:39:15 -rw-rw-r-- 1 1001 1001 1030 Oct 25 02:31 .gitignore 02:39:15 -rw-rw-r-- 1 1001 1001 42 Oct 25 02:31 .golangci.yml 02:39:15 -rw-rw-r-- 1 1001 1001 87 Oct 25 02:31 .hadolint.yml 02:39:15 -rw-rw-r-- 1 1001 1001 166 Oct 25 02:31 .sonarcloud.properties 02:39:15 -rw-rw-r-- 1 1001 1001 1171 Oct 25 02:31 ADOPTERS.md 02:39:15 -rw-rw-r-- 1 1001 1001 10722 Oct 25 02:31 Attribution.txt 02:39:15 -rw-rw-r-- 1 1001 1001 63209 Oct 25 02:31 CHANGELOG.md 02:39:15 -rw-rw-r-- 1 1001 1001 3804 Oct 25 02:31 CONTRIBUTING.md 02:39:15 -rw-rw-r-- 1 1001 1001 677 Oct 25 02:31 GOVERNANCE.md 02:39:15 -rw-rw-r-- 1 1001 1001 850 Oct 25 02:31 Jenkinsfile 02:39:15 -rw-rw-r-- 1 1001 1001 10775 Oct 25 02:31 LICENSE 02:39:15 -rw-rw-r-- 1 1001 1001 13857 Oct 25 02:31 Makefile 02:39:15 -rw-rw-r-- 1 1001 1001 582 Oct 25 02:31 OWNERS.md 02:39:15 -rw-rw-r-- 1 1001 1001 9799 Oct 25 02:31 README.md 02:39:15 -rw-rw-r-- 1 1001 1001 6912 Oct 25 02:31 SECURITY.md 02:39:15 -rw-rw-r-- 1 1001 1001 5 Oct 25 00:10 VERSION 02:39:15 -rw-rw-r-- 1 1001 1001 4131 Oct 25 02:31 ZMQWindows.md 02:39:15 drwxrwxr-x 2 1001 1001 4096 Oct 25 02:31 bin 02:39:15 drwxrwxr-x 18 1001 1001 4096 Oct 25 02:31 cmd 02:39:15 -rw-r--r-- 1 root root 500482 Oct 25 02:37 coverage.out 02:39:15 -rw-rw-r-- 1 1001 1001 3446 Oct 25 02:31 go.mod 02:39:15 -rw-rw-r-- 1 1001 1001 45237 Oct 25 02:31 go.sum 02:39:15 drwxrwxr-x 8 1001 1001 4096 Oct 25 02:31 internal 02:39:15 drwxrwxr-x 3 1001 1001 4096 Oct 25 02:31 openapi 02:39:15 drwxrwxr-x 4 1001 1001 4096 Oct 25 02:31 snap 02:39:15 -rw-rw-r-- 1 1001 1001 204 Oct 25 02:31 version.go [Pipeline] sh 02:39:16 + '[' -e coverage.out ] 02:39:16 + chown 1001:1001 coverage.out [Pipeline] stash 02:39:16 Warning: overwriting stash ‘coverage-report’ 02:39:16 Stashed 1 file(s) [Pipeline] sh 02:39:17 + make build 02:39:17 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 02:40:54 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 02:42:02 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 02:42:06 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 02:42:53 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 02:42:53 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 02:42:53 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 02:43:00 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 02:43:04 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 02:43: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-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 02:43:13 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 02:43: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 02:43:25 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] } 02:43:31 $ docker stop --time=1 f00f2d76cac577271d4814a994fa49fa867df85d7334e6b654f7644b812703b2 02:43:34 $ docker rm -f f00f2d76cac577271d4814a994fa49fa867df85d7334e6b654f7644b812703b2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:43:36 02:43:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:43:37 latest: Pulling from edgex-devops/edgex-compose-arm64 02:43:37 29e5d40040c1: Pulling fs layer 02:43:37 1ce36da41761: Pulling fs layer 02:43:37 25b303627fd3: Pulling fs layer 02:43:37 29e5d40040c1: Download complete 02:43:37 1ce36da41761: Verifying Checksum 02:43:37 1ce36da41761: Download complete 02:43:38 29e5d40040c1: Pull complete 02:43:39 25b303627fd3: Verifying Checksum 02:43:39 25b303627fd3: Download complete 02:43:39 1ce36da41761: Pull complete 02:43:49 25b303627fd3: Pull complete 02:43:49 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 02:43:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:43:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:43:49 prd-ubuntu20.04-docker-arm64-4c-16g-69672 does not seem to be running inside a container 02:43:49 $ 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 02:43:51 $ docker top 1185dea9264b2072b3655c779c92a147a3996daf4359a6ee4c6a64b36a4dbac8 -eo pid,comm [Pipeline] { [Pipeline] sh 02:43:52 + docker-compose build+ --helpgrep 02:43:52 parallel 02:43:56 --parallel Build images in parallel. [Pipeline] } 02:43:56 $ docker stop --time=1 1185dea9264b2072b3655c779c92a147a3996daf4359a6ee4c6a64b36a4dbac8 02:43:58 $ docker rm -f 1185dea9264b2072b3655c779c92a147a3996daf4359a6ee4c6a64b36a4dbac8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:43:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:43:59 prd-ubuntu20.04-docker-arm64-4c-16g-69672 does not seem to be running inside a container 02:43:59 $ 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 02:44:00 $ docker top 8e33fb7b037b6adb030d9ce02fece0dc5ab725cef63567ef8d3e05b543497b2a -eo pid,comm [Pipeline] { [Pipeline] sh 02:44:01 + docker-compose -f ./docker-compose-build.yml build --parallel 02:44:07 Building core-command ... 02:44:07 Building core-data ... 02:44:07 Building core-metadata ... 02:44:07 Building security-bootstrapper ... 02:44:07 Building security-proxy-setup ... 02:44:07 Building security-secretstore-setup ... 02:44:07 Building security-spiffe-token-provider ... 02:44:07 Building security-spire-agent ... 02:44:07 Building security-spire-config ... 02:44:07 Building security-spire-server ... 02:44:07 Building support-notifications ... 02:44:07 Building support-scheduler ... 02:44:07 Building sys-mgmt-agent ... 02:44:07 Building security-spire-agent 02:44:07 Building security-secretstore-setup 02:44:07 Building security-spiffe-token-provider 02:44:07 Building support-scheduler 02:44:07 Building security-spire-config 02:45:03 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 02:45:03 Step 2/26 : FROM ${BUILDER_BASE} AS builder 02:45:03 ---> ab22f6c0bc92 02:45:03 Step 3/26 : WORKDIR /edgex-go 02:45:03 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 02:45:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:45:03 ---> ab22f6c0bc92 02:45:03 Step 3/23 : ARG ADD_BUILD_TAGS="" 02:45:03 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 02:45:03 Step 2/26 : FROM ${BUILDER_BASE} AS builder 02:45:03 ---> ab22f6c0bc92 02:45:03 Step 3/26 : WORKDIR /edgex-go 02:45:03 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 02:45:03 Step 2/25 : FROM ${BUILDER_BASE} AS builder 02:45:03 ---> ab22f6c0bc92 02:45:03 Step 3/25 : WORKDIR /edgex-go 02:45:03 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 02:45:03 Step 2/20 : FROM ${BUILDER_BASE} AS builder 02:45:03 ---> ab22f6c0bc92 02:45:03 Step 3/20 : WORKDIR /edgex-go 02:45:03 ---> Running in 626af63ed9ee 02:45:03 ---> Running in 0a3f85e055be 02:45:03 ---> Running in 1e7db4a70898 02:45:03 ---> Running in b2e174a32dd7 02:45:03 ---> Running in 5e929d0a7cf9 02:45:03 Removing intermediate container b2e174a32dd7 02:45:03 ---> 983bc9560fb4 02:45:03 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:45:03 Removing intermediate container 5e929d0a7cf9 02:45:03 ---> 877d64fd508a 02:45:03 Step 4/23 : WORKDIR /edgex-go 02:45:03 Removing intermediate container 0a3f85e055be 02:45:03 ---> 18262c38c897 02:45:03 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 02:45:03 Removing intermediate container 626af63ed9ee 02:45:03 ---> 017ddc56f8c9 02:45:03 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:45:03 Removing intermediate container 1e7db4a70898 02:45:03 ---> d0a3633ddf1c 02:45:03 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:45:03 ---> Running in 24480274a5ed 02:45:03 ---> Running in 9eacc42a2707 02:45:03 ---> Running in 6bd0af2ad031 02:45:03 ---> Running in 07885011c216 02:45:03 ---> Running in 9a131161dfbc 02:45:03 Removing intermediate container 9eacc42a2707 02:45:03 ---> e7731d5b73b3 02:45:03 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:45:03 ---> Running in b02962cff45f 02:45:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 02:45:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 02:45:03 Removing intermediate container 24480274a5ed 02:45:03 ---> 7ec6921d4f02 02:45:03 Step 5/25 : RUN apk add --update --no-cache make git 02:45:03 ---> Running in e60d28df20f6 02:45:03 Removing intermediate container 6bd0af2ad031 02:45:03 ---> fc8c951832b2 02:45:03 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 02:45:03 ---> Running in 8d19078a5663 02:45:03 v3.16.2-334-gfa0f6c3878 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 02:45:03 v3.16.2-337-g03fc1018a8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 02:45:03 OK: 16895 distinct packages available 02:45:03 Removing intermediate container b02962cff45f 02:45:03 ---> 2810580d6295 02:45:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 02:45:03 Step 6/23 : RUN apk add --update --no-cache make git 02:45:03 ---> Running in e367ea07344f 02:45:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 02:45:03 Removing intermediate container 9a131161dfbc 02:45:03 ---> cc56fe3c4915 02:45:03 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 02:45:03 ---> Running in c89183fa3758 02:45:03 OK: 221 MiB in 51 packages 02:45:03 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 02:45:03 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 02:45:03 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 02:45:03 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 02:45:03 Removing intermediate container 07885011c216 02:45:03 ---> 4fce7b0e949a 02:45:03 Step 5/20 : COPY go.mod vendor* ./ 02:45:03 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 02:45:04 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 02:45:04 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 02:45:04 ---> e95887512099 02:45:04 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:45:04 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 02:45:04 ---> Running in 3443967cd0b1 02:45:05 OK: 221 MiB in 51 packages 02:45:05 OK: 221 MiB in 51 packages 02:45:05 OK: 221 MiB in 51 packages 02:45:06 OK: 221 MiB in 51 packages 02:45:07 Removing intermediate container e60d28df20f6 02:45:07 ---> c2b39bfdac69 02:45:07 Step 6/25 : COPY go.mod vendor* ./ 02:45:07 Removing intermediate container 8d19078a5663 02:45:07 ---> a690d84c3abb 02:45:07 Step 6/26 : COPY go.mod vendor* ./ 02:45:07 Removing intermediate container e367ea07344f 02:45:07 ---> 60f42cf434c3 02:45:07 Step 7/23 : COPY go.mod vendor* ./ 02:45:08 Removing intermediate container c89183fa3758 02:45:08 ---> aa9b5eb99edb 02:45:08 Step 6/26 : COPY go.mod vendor* ./ 02:45:08 ---> 0a75d73eeda8 02:45:08 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:45:08 ---> Running in 6f14f69093df 02:45:08 ---> 7c015d3236a5 02:45:08 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:45:09 ---> Running in b148b173c26b 02:45:09 ---> 8127013e66ea 02:45:09 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:45:09 ---> Running in f12a908af0b2 02:45:09 ---> 96b73d630da4 02:45:09 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:45:09 ---> Running in d6227e97a471 02:46:31 Removing intermediate container 3443967cd0b1 02:46:31 ---> a433ba811d88 02:46:31 Step 7/20 : COPY . . 02:46:31 Removing intermediate container b148b173c26b 02:46:31 ---> 59d716cf84ee 02:46:31 Step 8/26 : COPY . . 02:46:31 Removing intermediate container d6227e97a471 02:46:31 ---> 11930ef7dcf7 02:46:31 Step 8/26 : COPY . . 02:46:31 Removing intermediate container f12a908af0b2 02:46:31 ---> 884c8ee22527 02:46:31 Step 9/23 : COPY . . 02:46:31 Removing intermediate container 6f14f69093df 02:46:31 ---> 99d959eed616 02:46:31 Step 8/25 : COPY . . 02:46:34 ---> c7ce34f14d2d 02:46:34 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:46:34 ---> Running in 16ac1fafc9c2 02:46:36 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 02:46:51 ---> 4a53c88af31e 02:46:51 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 02:46:51 ---> 024ac44bfbfc 02:46:51 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 02:46:51 ---> 4c217bec16de 02:46:51 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 02:46:51 ---> 766dbf6116db 02:46:51 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:46:51 ---> Running in 2777d563e9e3 02:46:51 ---> Running in 3e6cab4d32a8 02:46:51 ---> Running in ad9ca16efc1e 02:46:51 ---> Running in 968ff4cbd17e 02:46:51 Removing intermediate container 3e6cab4d32a8 02:46:51 ---> 49cf0319debe 02:46:51 Step 10/26 : WORKDIR /edgex-go/spire-build 02:46:51 Removing intermediate container ad9ca16efc1e 02:46:51 ---> 8ec4c2c4d731 02:46:51 Step 10/26 : WORKDIR /edgex-go/spire-build 02:46:51 ---> Running in 0f3485b35f42 02:46:51 ---> Running in b03505401827 02:46:52 Removing intermediate container 0f3485b35f42 02:46:52 ---> 8c8c3b294948 02:46:52 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 02:46:52 Removing intermediate container b03505401827 02:46:52 ---> b84a4a4ab43c 02:46:52 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 02:46:52 ---> Running in be0bc62214bc 02:46:52 ---> Running in c3e066750c89 02:46:52 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 02:46:53 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 02:46:56 Removing intermediate container c3e066750c89 02:46:56 ---> 304517b25944 02:46:56 Step 12/26 : WORKDIR /edgex-go 02:46:56 ---> Running in 545f63a4a410 02:46:56 Removing intermediate container be0bc62214bc 02:46:56 ---> de291be1be7c 02:46:56 Step 12/26 : WORKDIR /edgex-go 02:46:56 ---> Running in 53d524880b41 02:46:56 Removing intermediate container 545f63a4a410 02:46:56 ---> f394dd3fb3f5 02:46:56 02:46:56 Step 13/26 : FROM alpine:3.15 02:46:57 3.15: Pulling from library/alpine 02:46:57 Removing intermediate container 53d524880b41 02:46:57 ---> 9a04aae608ae 02:46:57 02:46:57 Step 13/26 : FROM alpine:3.15 02:46:57 3.15: Pulling from library/alpine 02:46:58 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 02:46:58 Status: Downloaded newer image for alpine:3.15 02:46:58 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 02:46:58 Status: Image is up to date for alpine:3.15 02:46:58 ---> 02e0d6fdf486 02:46:58 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 02:46:58 ---> 02e0d6fdf486 02:46:58 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 02:46:58 ---> Running in 919f11168165 02:46:58 ---> Running in 9a218e89e0d0 02:46:59 Removing intermediate container 9a218e89e0d0 02:46:59 ---> b3bb4303c6c1 02:46:59 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:46:59 Removing intermediate container 919f11168165 02:46:59 ---> 7d9c81d42855 02:46:59 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:46:59 ---> Running in f7cf4bb13fa0 02:46:59 ---> Running in 954896cecfbc 02:47:03 Removing intermediate container f7cf4bb13fa0 02:47:03 ---> 2d9893847334 02:47:03 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 02:47:03 ---> Running in 944b419b9c23 02:47:04 Removing intermediate container 954896cecfbc 02:47:04 ---> 840636b37847 02:47:04 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:47:04 ---> Running in e5b15142fd6a 02:47:05 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 02:47:06 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 02:47:06 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 02:47:07 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 02:47:08 v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] 02:47:08 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 02:47:08 OK: 15734 distinct packages available 02:47:08 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 02:47:09 v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] 02:47:09 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 02:47:09 OK: 15734 distinct packages available 02:47:09 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 02:47:09 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 02:47:10 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 02:47:10 (1/4) Installing dumb-init (1.2.5-r1) 02:47:10 (2/4) Installing musl-obstack (1.2.3-r0) 02:47:10 (3/4) Installing libucontext (1.1-r0) 02:47:11 (4/4) Installing gcompat (1.0.0-r4) 02:47:11 Executing busybox-1.34.1-r7.trigger 02:47:11 OK: 6 MiB in 18 packages 02:47:11 (1/5) Installing dumb-init (1.2.5-r1) 02:47:11 (2/5) Installing musl-obstack (1.2.3-r0) 02:47:11 (3/5) Installing libucontext (1.1-r0) 02:47:11 (4/5) Installing gcompat (1.0.0-r4) 02:47:12 (5/5) Installing openssl (1.1.1q-r0) 02:47:12 Executing busybox-1.34.1-r7.trigger 02:47:12 OK: 6 MiB in 19 packages 02:47:12 Removing intermediate container 944b419b9c23 02:47:12 ---> bd96e2cfebb6 02:47:12 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 02:47:14 Removing intermediate container e5b15142fd6a 02:47:14 ---> 8cf8983b0bf8 02:47:14 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 02:47:20 ---> a649a67ef156 02:47:20 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 02:47:20 ---> e0e434062e3c 02:47:20 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 02:47:21 ---> b332c111443d 02:47:21 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 02:47:21 ---> Running in e50d61233b5f 02:47:22 Removing intermediate container e50d61233b5f 02:47:22 ---> d8850533fe33 02:47:22 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 02:47:24 ---> 2bed67357686 02:47:24 Step 21/26 : WORKDIR / 02:47:24 ---> Running in ce1234eb9e3c 02:47:24 Removing intermediate container ce1234eb9e3c 02:47:24 ---> d46dcfedafff 02:47:24 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 02:47:25 ---> Running in 811338449cc5 02:47:25 Removing intermediate container 811338449cc5 02:47:25 ---> 5ebce7052e2d 02:47:25 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 02:47:25 ---> Running in 3b2fa6423e71 02:47:26 Removing intermediate container 3b2fa6423e71 02:47:26 ---> 46bf2e149ba6 02:47:26 Step 24/26 : LABEL arch=arm64 02:47:26 ---> Running in d469b32a0940 02:47:27 Removing intermediate container d469b32a0940 02:47:27 ---> 28a32d2f4c7b 02:47:27 Step 25/26 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 02:47:27 ---> Running in 853e5313113f 02:47:28 Removing intermediate container 853e5313113f 02:47:28 ---> 0a65674ffb8e 02:47:28 Step 26/26 : LABEL version=0.0.0 02:47:28 ---> Running in 0b0e3c0a3660 02:47:28 ---> abcdf41b1dc5 02:47:28 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 02:47:28 Removing intermediate container 0b0e3c0a3660 02:47:28 ---> 9726a567faca 02:47:28 02:47:29 Successfully built 9726a567faca 02:47:29 ---> cc3abce1e1a8 02:47:29 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 02:47:29 Successfully tagged security-spire-config-arm64:latest 02:47:29  Building security-spire-config ... done Building security-bootstrapper 02:47:32 ---> 21c7917871e2 02:47:32 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 02:47:32 ---> 46707f6c41e7 02:47:32 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 02:47:32 ---> Running in e46937e1851a 02:47:33 Removing intermediate container e46937e1851a 02:47:33 ---> 05e6f56d17cd 02:47:33 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 02:47:33 ---> Running in 692e3969a0b8 02:47:33 Removing intermediate container 692e3969a0b8 02:47:33 ---> 55cee6f67aed 02:47:33 Step 24/26 : LABEL arch=arm64 02:47:34 ---> Running in 4c4cce0f93c7 02:47:34 Removing intermediate container 4c4cce0f93c7 02:47:34 ---> dbda8466eb3d 02:47:34 Step 25/26 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 02:47:34 ---> Running in 69d336de10b3 02:47:35 Removing intermediate container 69d336de10b3 02:47:35 ---> 213bb3946b9a 02:47:35 Step 26/26 : LABEL version=0.0.0 02:47:35 ---> Running in 5daae9242c31 02:47:35 Removing intermediate container 5daae9242c31 02:47:35 ---> 97681ac7d877 02:47:35 02:47:36 Successfully built 97681ac7d877 02:47:36 Successfully tagged security-spire-agent-arm64:latest 02:47:36 Building core-command 02:47:54  Building security-spire-agent ... done Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 02:47:54 Step 2/33 : FROM ${BUILDER_BASE} AS builder 02:47:54 ---> ab22f6c0bc92 02:47:54 Step 3/33 : WORKDIR /edgex-go 02:47:54 ---> Using cache 02:47:54 ---> d0a3633ddf1c 02:47:54 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:47:54 ---> Using cache 02:47:54 ---> cc56fe3c4915 02:47:54 Step 5/33 : RUN apk add --update --no-cache make git 02:47:54 ---> Running in 11db356161a3 02:47:54 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 02:47:55 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 02:47:57 OK: 221 MiB in 51 packages 02:47:59 Removing intermediate container 11db356161a3 02:47:59 ---> 578b16e09076 02:47:59 Step 6/33 : COPY go.mod vendor* ./ 02:48:00 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 02:48:00 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:48:00 ---> ab22f6c0bc92 02:48:00 Step 3/24 : ARG ADD_BUILD_TAGS="" 02:48:00 ---> Using cache 02:48:00 ---> 877d64fd508a 02:48:00 Step 4/24 : WORKDIR /edgex-go 02:48:00 ---> Using cache 02:48:00 ---> e7731d5b73b3 02:48:00 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:48:00 ---> Using cache 02:48:00 ---> 2810580d6295 02:48:00 Step 6/24 : RUN apk add --update --no-cache make git 02:48:00 ---> Using cache 02:48:00 ---> 60f42cf434c3 02:48:00 Step 7/24 : COPY go.mod vendor* ./ 02:48:00 ---> Using cache 02:48:00 ---> 8127013e66ea 02:48:00 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:48:00 ---> Using cache 02:48:00 ---> 884c8ee22527 02:48:00 Step 9/24 : COPY . . 02:48:00 ---> Using cache 02:48:00 ---> 024ac44bfbfc 02:48:00 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 02:48:00 ---> Running in b9cb824e712d 02:48:00 ---> 8192e2f8527f 02:48:00 Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:48:00 ---> Running in cb2332d4cb51 02:48:03 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 02:49:11 Removing intermediate container cb2332d4cb51 02:49:11 ---> 2ba592c39381 02:49:11 Step 8/33 : COPY . . 02:49:17 ---> c1c29b7606b8 02:49:17 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 02:49:17 ---> Running in 126a35b0beab 02:49: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-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 02:52:25 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 02:52:47 Removing intermediate container 968ff4cbd17e 02:52:47 ---> b9c4e96de435 02:52:47 02:52:47 Step 10/25 : FROM alpine:3.16 02:52:47 3.16: Pulling from library/alpine 02:52:47 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 02:52:47 Status: Downloaded newer image for alpine:3.16 02:52:47 ---> a6215f271958 02:52:47 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 02:52:47 ---> Running in 66b7a420725b 02:52:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 02:52:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 02:52:49 (1/3) Installing ca-certificates (20220614-r0) 02:52:49 (2/3) Installing dumb-init (1.2.5-r1) 02:52:49 (3/3) Installing su-exec (0.2-r1) 02:52:49 Executing busybox-1.35.0-r17.trigger 02:52:49 Executing ca-certificates-20220614-r0.trigger 02:52:49 OK: 6 MiB in 17 packages 02:52:51 Removing intermediate container 66b7a420725b 02:52:51 ---> 15547aebcf1d 02:52:51 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:52:52 ---> Running in 23f5379d1e7c 02:52:52 Removing intermediate container 23f5379d1e7c 02:52:52 ---> a4c397ddee9d 02:52:52 Step 13/25 : WORKDIR / 02:52:52 ---> Running in 09860c3c2a18 02:52:52 Removing intermediate container 09860c3c2a18 02:52:52 ---> 4b3ffcebe48e 02:52:52 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 02:52:54 ---> 0d4d4f71ba3a 02:52:54 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 02:52:54 ---> da22d0257317 02:52:54 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 02:52:55 ---> d5adeeafbc5f 02:52:55 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 02:52:56 ---> f35a054cf82f 02:52:56 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:52:58 ---> c69c9e56b9bd 02:52:58 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:53:00 ---> 134604311544 02:53:00 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:53:00 ---> 3d5b71c7520e 02:53:00 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:53:01 ---> Running in 1f8e49a36b69 02:53:04 Removing intermediate container 1f8e49a36b69 02:53:04 ---> 0b7555614b0e 02:53:04 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 02:53:04 ---> Running in 4da840b54545 02:53:05 Removing intermediate container 4da840b54545 02:53:05 ---> 1faeeaf1e210 02:53:05 Step 23/25 : LABEL arch=arm64 02:53:05 ---> Running in 5657a5d2c6c5 02:53:05 Removing intermediate container 5657a5d2c6c5 02:53:05 ---> 1c62ad0c6d1b 02:53:05 Step 24/25 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 02:53:05 ---> Running in 8ef5c7dfefab 02:53:06 Removing intermediate container 8ef5c7dfefab 02:53:06 ---> 619e94431332 02:53:06 Step 25/25 : LABEL version=0.0.0 02:53:06 ---> Running in 519a9e4a4647 02:53:07 Removing intermediate container 519a9e4a4647 02:53:07 ---> 8cda4273d81a 02:53:07 02:53:07 Successfully built 8cda4273d81a 02:53:07 Successfully tagged security-secretstore-setup-arm64:latest 02:53:07  Building security-secretstore-setup ... done Building support-notifications 02:53:25 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 02:53:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:53:25 ---> ab22f6c0bc92 02:53:25 Step 3/23 : ARG ADD_BUILD_TAGS="" 02:53:25 ---> Using cache 02:53:25 ---> 877d64fd508a 02:53:25 Step 4/23 : WORKDIR /edgex-go 02:53:25 ---> Using cache 02:53:25 ---> e7731d5b73b3 02:53:25 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:53:25 ---> Using cache 02:53:25 ---> 2810580d6295 02:53:25 Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates 02:53:25 ---> Running in ca6d4b56b122 02:53:26 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 02:53:27 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 02:53:28 OK: 221 MiB in 51 packages 02:53:30 Removing intermediate container ca6d4b56b122 02:53:30 ---> 00c770cdbcd0 02:53:30 Step 7/23 : COPY go.mod vendor* ./ 02:53:31 ---> 48b5171ef7dd 02:53:31 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:53:31 ---> Running in a98f2bd8b0fd 02:54:27 Removing intermediate container 16ac1fafc9c2 02:54:27 ---> ae001fe08a89 02:54:27 02:54:27 Step 9/20 : FROM alpine:3.15 02:54:27 ---> 02e0d6fdf486 02:54:27 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 02:54:27 ---> Using cache 02:54:27 ---> 7d9c81d42855 02:54:27 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:54:27 ---> Using cache 02:54:27 ---> 840636b37847 02:54:27 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:54:27 ---> Running in f711e1ebb6fc 02:54:27 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 02:54:27 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 02:54:27 v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] 02:54:27 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 02:54:27 OK: 15734 distinct packages available 02:54:28 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 02:54:29 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 02:54:31 (1/9) Installing ca-certificates (20220614-r0) 02:54:31 (2/9) Installing brotli-libs (1.0.9-r5) 02:54:31 (3/9) Installing nghttp2-libs (1.46.0-r0) 02:54:31 (4/9) Installing libcurl (7.80.0-r3) 02:54:31 (5/9) Installing curl (7.80.0-r3) 02:54:31 (6/9) Installing dumb-init (1.2.5-r1) 02:54:31 (7/9) Installing musl-obstack (1.2.3-r0) 02:54:32 (8/9) Installing libucontext (1.1-r0) 02:54:32 (9/9) Installing gcompat (1.0.0-r4) 02:54:32 Executing busybox-1.34.1-r7.trigger 02:54:32 Executing ca-certificates-20220614-r0.trigger 02:54:32 OK: 8 MiB in 23 packages 02:54:38 Removing intermediate container f711e1ebb6fc 02:54:38 ---> e3b0d5768adb 02:54:38 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 02:54:39 ---> 591c50695b6f 02:54:39 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 02:54:43 ---> cca1e0becf23 02:54:43 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 02:54:45 ---> b69c6c2b42b1 02:54:45 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 02:54:45 ---> Running in 43c219704067 02:54:46 Removing intermediate container 43c219704067 02:54:46 ---> 7290edd54e2d 02:54:46 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:54:46 ---> Running in 216c6ea01afd 02:54:46 Removing intermediate container b9cb824e712d 02:54:46 ---> c9d60cdd35b3 02:54:46 02:54:46 Step 11/24 : FROM alpine:3.16 02:54:46 ---> a6215f271958 02:54:46 Step 12/24 : RUN apk add --update --no-cache dumb-init 02:54:46 ---> Running in b0ff08e2d8d4 02:54:46 Removing intermediate container 216c6ea01afd 02:54:46 ---> ca651b96806b 02:54:46 Step 18/20 : LABEL arch=arm64 02:54:47 ---> Running in 4fb1559017de 02:54:48 Removing intermediate container 4fb1559017de 02:54:48 ---> cd34cb4753cb 02:54:48 Step 19/20 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 02:54:48 ---> Running in af083b199407 02:54:49 Removing intermediate container af083b199407 02:54:49 ---> e3effadecf47 02:54:49 Step 20/20 : LABEL version=0.0.0 02:54:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 02:54:49 ---> Running in 6a65cf503a96 02:54:49 Removing intermediate container a98f2bd8b0fd 02:54:49 ---> 4f404db15b74 02:54:49 Step 9/23 : COPY . . 02:54:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 02:54:50 (1/1) Installing dumb-init (1.2.5-r1) 02:54:50 Executing busybox-1.35.0-r17.trigger 02:54:50 OK: 5 MiB in 15 packages 02:54:51 Removing intermediate container 6a65cf503a96 02:54:51 ---> 70af87d7a639 02:54:51 02:54:52 Successfully built 70af87d7a639 02:54:52 Successfully tagged security-spiffe-token-provider-arm64:latest 02:54:52  Building security-spiffe-token-provider ... done Building security-spire-server 02:54:52 Removing intermediate container b0ff08e2d8d4 02:54:52 ---> 3f4d4f21302b 02:54:52 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:54:53 ---> Running in 3b06eedaa4f1 02:54:53 Removing intermediate container 3b06eedaa4f1 02:54:53 ---> cd2e0ea0d12b 02:54:53 Step 14/24 : ENV APP_PORT=59882 02:54:53 ---> Running in c569a0b75a24 02:54:54 Removing intermediate container c569a0b75a24 02:54:54 ---> 67d8c7665670 02:54:54 Step 15/24 : EXPOSE $APP_PORT 02:54:54 ---> Running in 3fbf5ae100e5 02:54:55 Removing intermediate container 3fbf5ae100e5 02:54:55 ---> 103bb75985ed 02:54:55 Step 16/24 : WORKDIR / 02:54:55 ---> Running in 28fa51be36af 02:54:56 Removing intermediate container 28fa51be36af 02:54:56 ---> a5ce0c7f4208 02:54:56 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 02:54:58 ---> d9b5f11c2cb0 02:54:58 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:55:01 ---> 80763d56b2b2 02:55:01 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 02:55:02 ---> c5115610dd0e 02:55:02 Step 20/24 : ENTRYPOINT ["/core-command"] 02:55:02 ---> Running in c3842345e750 02:55:03 Removing intermediate container c3842345e750 02:55:03 ---> b0710a8cf7ee 02:55:03 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:55:03 ---> Running in 5c3e2add82e5 02:55:04 Removing intermediate container 5c3e2add82e5 02:55:04 ---> 78cc22ccef4c 02:55:04 Step 22/24 : LABEL arch=arm64 02:55:04 ---> Running in 3345fae28416 02:55:05 Removing intermediate container 3345fae28416 02:55:05 ---> c65fa29f8f62 02:55:05 Step 23/24 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 02:55:05 ---> Running in 297ef346e6f9 02:55:06 Removing intermediate container 297ef346e6f9 02:55:06 ---> 951d8078ad49 02:55:06 Step 24/24 : LABEL version=0.0.0 02:55:06 ---> Running in 32ed7b00b22b 02:55:07 Removing intermediate container 32ed7b00b22b 02:55:07 ---> 1405a543edc6 02:55:07 02:55:08 Successfully built 1405a543edc6 02:55:08 Successfully tagged core-command-arm64:latest 02:55:08  Building core-command ... done Building core-metadata 02:55:10 ---> 999bd9731276 02:55:10 Step 10/23 : RUN make cmd/support-notifications/support-notifications 02:55:11 ---> Running in c69c2a8b54cc 02:55:13 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 02:55:13 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 02:55:13 Step 2/25 : FROM ${BUILDER_BASE} AS builder 02:55:13 ---> ab22f6c0bc92 02:55:13 Step 3/25 : WORKDIR /edgex-go 02:55:13 ---> Using cache 02:55:13 ---> d0a3633ddf1c 02:55:13 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:55:13 ---> Using cache 02:55:13 ---> cc56fe3c4915 02:55:13 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 02:55:13 ---> Using cache 02:55:13 ---> aa9b5eb99edb 02:55:13 Step 6/25 : COPY go.mod vendor* ./ 02:55:13 ---> Using cache 02:55:13 ---> 96b73d630da4 02:55:13 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:55:13 ---> Using cache 02:55:13 ---> 11930ef7dcf7 02:55:13 Step 8/25 : COPY . . 02:55:14 ---> Using cache 02:55:14 ---> 4a53c88af31e 02:55:14 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 02:55:14 ---> Using cache 02:55:14 ---> 49cf0319debe 02:55:14 Step 10/25 : WORKDIR /edgex-go/spire-build 02:55:14 ---> Using cache 02:55:14 ---> 8c8c3b294948 02:55:14 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 02:55:14 ---> Running in 7ee175ea2237 02:55:18 Removing intermediate container 7ee175ea2237 02:55:18 ---> 8978634d5d2b 02:55:18 Step 12/25 : WORKDIR /edgex-go 02:55:18 ---> Running in b723cb41155d 02:55:19 Removing intermediate container b723cb41155d 02:55:19 ---> 9fdc99466863 02:55:19 02:55:19 Step 13/25 : FROM alpine:3.15 02:55:19 ---> 02e0d6fdf486 02:55:19 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 02:55:19 ---> Using cache 02:55:19 ---> 7d9c81d42855 02:55:19 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:55:19 ---> Using cache 02:55:19 ---> 840636b37847 02:55:19 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:55:19 ---> Using cache 02:55:19 ---> 8cf8983b0bf8 02:55:19 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 02:55:21 Removing intermediate container 126a35b0beab 02:55:21 ---> a27c7e65d1a1 02:55:21 02:55:21 Step 10/33 : FROM alpine:3.16 02:55:21 ---> a6215f271958 02:55:21 Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 02:55:21 ---> Running in 7b58a5882ba4 02:55:22 Removing intermediate container 7b58a5882ba4 02:55:22 ---> dd64ed08df25 02:55:22 Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec 02:55:22 ---> Running in 6c915cdd599f 02:55:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 02:55:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 02:55:26 (1/2) Installing dumb-init (1.2.5-r1) 02:55:26 (2/2) Installing su-exec (0.2-r1) 02:55:26 Executing busybox-1.35.0-r17.trigger 02:55:26 OK: 5 MiB in 16 packages 02:55:28 Removing intermediate container 6c915cdd599f 02:55:28 ---> f8c3349410d1 02:55:28 Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init 02:55:28 ---> Running in 260b1242bd43 02:55:28 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 02:55:28 Step 2/25 : FROM ${BUILDER_BASE} AS builder 02:55:28 ---> ab22f6c0bc92 02:55:28 Step 3/25 : ARG ADD_BUILD_TAGS="" 02:55:28 ---> Using cache 02:55:28 ---> 877d64fd508a 02:55:28 Step 4/25 : WORKDIR /edgex-go 02:55:28 ---> Using cache 02:55:28 ---> e7731d5b73b3 02:55:28 Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:55:28 ---> Using cache 02:55:28 ---> 2810580d6295 02:55:28 Step 6/25 : RUN apk add --update --no-cache make git 02:55:28 ---> Using cache 02:55:28 ---> 60f42cf434c3 02:55:28 Step 7/25 : COPY go.mod vendor* ./ 02:55:28 ---> Using cache 02:55:28 ---> 8127013e66ea 02:55:28 Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:55:28 ---> Using cache 02:55:28 ---> 884c8ee22527 02:55:28 Step 9/25 : COPY . . 02:55:29 ---> Using cache 02:55:29 ---> 024ac44bfbfc 02:55:29 Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 02:55:29 ---> Running in beb36a6c0514 02:55:29 Removing intermediate container 260b1242bd43 02:55:29 ---> 687c62775529 02:55:29 Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 02:55:30 ---> Running in 57696f13b35b 02:55:30 ---> 89d275e00542 02:55:30 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 02:55:30 Removing intermediate container 57696f13b35b 02:55:30 ---> e64c545cd607 02:55:30 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 02:55:30 ---> Running in 0233c5a41f80 02:55:31 Removing intermediate container 0233c5a41f80 02:55:31 ---> 4602cd0f2cbe 02:55:31 Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 02:55:31 ---> Running in 8ece5540fa79 02:55:31 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 02:55:32 ---> 905577093629 02:55:32 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 02:55:32 Removing intermediate container 8ece5540fa79 02:55:32 ---> ab77ffba162f 02:55:32 Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 02:55:32 ---> Running in bc431b6c240f 02:55:33 ---> 5067fe402bb2 02:55:33 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 02:55:34 ---> 5fe577fdcc96 02:55:34 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 02:55:34 ---> Running in fae89497b0f9 02:55:35 Removing intermediate container fae89497b0f9 02:55:35 ---> 92777ba609cf 02:55:35 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 02:55:35 ---> Running in f9b3400c7b2c 02:55:36 Removing intermediate container bc431b6c240f 02:55:36 ---> f8dda0829a79 02:55:36 Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} 02:55:36 ---> Running in 0ca038ec10a5 02:55:36 Removing intermediate container f9b3400c7b2c 02:55:36 ---> ac01d8d033fa 02:55:36 Step 23/25 : LABEL arch=arm64 02:55:36 ---> Running in d49febe81400 02:55:37 Removing intermediate container 0ca038ec10a5 02:55:37 ---> b7bc840b6eff 02:55:37 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 02:55:37 Removing intermediate container d49febe81400 02:55:37 ---> c4ca78e69f69 02:55:37 Step 24/25 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 02:55:37 ---> Running in 64a8e1d43b8f 02:55:38 Removing intermediate container 64a8e1d43b8f 02:55:38 ---> 141ca693db9b 02:55:38 Step 25/25 : LABEL version=0.0.0 02:55:38 ---> Running in 66bd9981b7a6 02:55:38 ---> 701a92da4993 02:55:38 Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 02:55:38 ---> Running in af637b7ee494 02:55:39 Removing intermediate container 66bd9981b7a6 02:55:39 ---> f938fd0398ee 02:55:39 02:55:39 Successfully built f938fd0398ee 02:55:39 Successfully tagged security-spire-server-arm64:latest 02:55:39  Building security-spire-server ... done Building security-proxy-setup 02:55:42 Removing intermediate container af637b7ee494 02:55:42 ---> 7b6942cd0079 02:55:42 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 02:55:43 ---> 754da7611073 02:55:43 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 02:55:45 ---> c10ce128975e 02:55:45 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 02:55:46 ---> c8d74db684e9 02:55:46 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 02:55:47 ---> 165289479a50 02:55:47 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 02:55:48 ---> 919f2870cd4e 02:55:48 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 02:55:50 ---> 1eb342490071 02:55:50 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 02:55:52 ---> ba2a46210753 02:55:52 Step 28/33 : RUN chmod +x /entrypoint.sh 02:55:52 ---> Running in 72b66daf58f6 02:55:56 Removing intermediate container 72b66daf58f6 02:55:56 ---> ed3c565704d9 02:55:56 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 02:55:57 ---> Running in dd31caee8725 02:55:58 Removing intermediate container dd31caee8725 02:55:58 ---> 4598b0cabb7d 02:55:58 Step 30/33 : CMD ["gate"] 02:55:58 ---> Running in c16d1f6d293b 02:55:59 Removing intermediate container c16d1f6d293b 02:55:59 ---> bf4fcf39e5f1 02:55:59 Step 31/33 : LABEL arch=arm64 02:55:59 ---> Running in bc5dce8eda2d 02:56:00 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 02:56:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:56:00 ---> ab22f6c0bc92 02:56:00 Step 3/22 : WORKDIR /edgex-go 02:56:00 ---> Using cache 02:56:00 ---> d0a3633ddf1c 02:56:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:56:00 ---> Using cache 02:56:00 ---> cc56fe3c4915 02:56:00 Step 5/22 : RUN apk add --update --no-cache make git 02:56:00 ---> Using cache 02:56:00 ---> 578b16e09076 02:56:00 Step 6/22 : COPY go.mod vendor* ./ 02:56:00 ---> Using cache 02:56:00 ---> 8192e2f8527f 02:56:00 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:56:00 ---> Using cache 02:56:00 ---> 2ba592c39381 02:56:00 Step 8/22 : COPY . . 02:56:00 ---> Using cache 02:56:00 ---> c1c29b7606b8 02:56:00 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 02:56:00 Removing intermediate container bc5dce8eda2d 02:56:00 ---> 552fbcdb3791 02:56:00 Step 32/33 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 02:56:00 ---> Running in b32906155e8c 02:56:00 ---> Running in 1f0a8c59d007 02:56:01 Removing intermediate container 1f0a8c59d007 02:56:01 ---> 34582600762f 02:56:01 Step 33/33 : LABEL version=0.0.0 02:56:02 ---> Running in 20f03dde37bd 02:56:03 Removing intermediate container 20f03dde37bd 02:56:03 ---> 1ded6ad658ac 02:56:03 02:56:03 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 02:56:03 Successfully built 1ded6ad658ac 02:56:03 Successfully tagged security-bootstrapper-arm64:latest 02:56:03 Building sys-mgmt-agent 02:56:07  Building security-bootstrapper ... done Removing intermediate container 2777d563e9e3 02:56:07 ---> 5881b3df3100 02:56:07 02:56:07 Step 11/23 : FROM alpine:3.16 02:56:07 ---> a6215f271958 02:56:07 Step 12/23 : RUN apk add --update --no-cache dumb-init 02:56:07 ---> Using cache 02:56:07 ---> 3f4d4f21302b 02:56:07 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:56:07 ---> Using cache 02:56:07 ---> cd2e0ea0d12b 02:56:07 Step 14/23 : ENV APP_PORT=59861 02:56:07 ---> Running in 791db1171694 02:56:07 Removing intermediate container 791db1171694 02:56:07 ---> 8ba4496b85b0 02:56:07 Step 15/23 : EXPOSE $APP_PORT 02:56:07 ---> Running in 13db976a5bf4 02:56:08 Removing intermediate container 13db976a5bf4 02:56:08 ---> a6a4cb016ce5 02:56:08 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:56:09 ---> 4797fc6456a6 02:56:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:56:12 ---> 039d8bf2fb72 02:56:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 02:56:13 ---> ce45c64ed5ce 02:56:13 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 02:56:13 ---> Running in 5b55dbc43263 02:56:14 Removing intermediate container 5b55dbc43263 02:56:14 ---> 6c21b4e4c7ca 02:56:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:56:14 ---> Running in 82e4f84ce595 02:56:15 Removing intermediate container 82e4f84ce595 02:56:15 ---> 164a2b0bd49c 02:56:15 Step 21/23 : LABEL arch=arm64 02:56:15 ---> Running in aa925d5ed66a 02:56:16 Removing intermediate container aa925d5ed66a 02:56:16 ---> 94a02b33332b 02:56:16 Step 22/23 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 02:56:16 ---> Running in b3fe2326fe42 02:56:17 Removing intermediate container b3fe2326fe42 02:56:17 ---> 1be36c6ea1e7 02:56:17 Step 23/23 : LABEL version=0.0.0 02:56:17 ---> Running in ec48c0d36b9d 02:56:18 Removing intermediate container ec48c0d36b9d 02:56:18 ---> 4b774d63049a 02:56:18 02:56:18 Successfully built 4b774d63049a 02:56:18 Successfully tagged support-scheduler-arm64:latest 02:56:18  Building support-scheduler ... done Building core-data 02:56:22 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 02:56:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:56:22 ---> ab22f6c0bc92 02:56:22 Step 3/23 : WORKDIR /edgex-go 02:56:22 ---> Using cache 02:56:22 ---> d0a3633ddf1c 02:56:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:56:22 ---> Using cache 02:56:22 ---> cc56fe3c4915 02:56:22 Step 5/23 : RUN apk add --update --no-cache make bash git 02:56:22 ---> Running in 182c127cb53d 02:56:24 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 02:56:25 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 02:56:26 OK: 221 MiB in 51 packages 02:56:28 Removing intermediate container 182c127cb53d 02:56:28 ---> f4a83eead669 02:56:28 Step 6/23 : COPY go.mod vendor* ./ 02:56:30 ---> b0e832894ef5 02:56:30 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:56:30 ---> Running in c4c935fcd575 02:56:40 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 02:56:40 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:56:40 ---> ab22f6c0bc92 02:56:40 Step 3/24 : ARG ADD_BUILD_TAGS="" 02:56:40 ---> Using cache 02:56:40 ---> 877d64fd508a 02:56:40 Step 4/24 : WORKDIR /edgex-go 02:56:40 ---> Using cache 02:56:40 ---> e7731d5b73b3 02:56:40 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:56:40 ---> Using cache 02:56:40 ---> 2810580d6295 02:56:40 Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 02:56:40 ---> Running in 5e608693d28f 02:56:41 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 02:56:42 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 02:56:44 OK: 221 MiB in 51 packages 02:56:45 Removing intermediate container 5e608693d28f 02:56:45 ---> 691455d6c715 02:56:45 Step 7/24 : COPY go.mod vendor* ./ 02:56:46 ---> 563cb7db94ad 02:56:46 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:56:46 ---> Running in 4d96e6efb65c 02:57:54 Removing intermediate container c4c935fcd575 02:57:54 ---> de58351d00c6 02:57:54 Step 8/23 : COPY . . 02:58:12 ---> 1e10953e72af 02:58:12 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 02:58:12 ---> Running in 026b97cb0739 02:58:12 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 02:58:13 Removing intermediate container 4d96e6efb65c 02:58:13 ---> 21346a557558 02:58:13 Step 9/24 : COPY . . 02:58:28 ---> ee3b860877ee 02:58:28 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 02:58:28 ---> Running in 333026abf230 02:58:28 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 03:01: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/secrets-config ./cmd/secrets-config 03:01:49 Removing intermediate container b32906155e8c 03:01:49 ---> 389cf5ef17ad 03:01:49 03:01:49 Step 10/22 : FROM alpine:3.16 03:01:49 ---> a6215f271958 03:01:49 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 03:01:49 ---> Running in cde5d139ca69 03:01:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:01:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:01:52 (1/6) Installing ca-certificates (20220614-r0) 03:01:52 (2/6) Installing brotli-libs (1.0.9-r6) 03:01:52 (3/6) Installing nghttp2-libs (1.47.0-r0) 03:01:52 (4/6) Installing libcurl (7.83.1-r3) 03:01:52 (5/6) Installing curl (7.83.1-r3) 03:01:52 (6/6) Installing dumb-init (1.2.5-r1) 03:01:52 Executing busybox-1.35.0-r17.trigger 03:01:52 Executing ca-certificates-20220614-r0.trigger 03:01:52 OK: 8 MiB in 20 packages 03:01:54 Removing intermediate container cde5d139ca69 03:01:54 ---> 74306f3b8b6f 03:01:54 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:01:54 ---> Running in ccde40cd2de6 03:01:55 Removing intermediate container ccde40cd2de6 03:01:55 ---> c33a47e73de3 03:01:55 Step 13/22 : WORKDIR /edgex 03:01:55 ---> Running in 5a81e19659e6 03:01:56 Removing intermediate container 5a81e19659e6 03:01:56 ---> 7f1ed803910a 03:01:56 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 03:01:57 ---> adddad0069fc 03:01:57 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 03:01:58 ---> 6a16fb79782e 03:01:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:01:59 ---> 131fc8a1ce4c 03:01:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 03:02:01 ---> 683ae0eca210 03:02:01 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:02:01 ---> Running in 2274ab081b21 03:02:04 Removing intermediate container 2274ab081b21 03:02:04 ---> e14be9ff994e 03:02:04 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 03:02:04 ---> Running in 89606d4c467e 03:02:04 Removing intermediate container 89606d4c467e 03:02:04 ---> 8b7a89ebf390 03:02:04 Step 20/22 : LABEL arch=arm64 03:02:05 ---> Running in 254d1010fff9 03:02:05 Removing intermediate container 254d1010fff9 03:02:05 ---> 31d11f91bc0a 03:02:05 Step 21/22 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 03:02:05 ---> Running in b5a8d3c3d16c 03:02:06 Removing intermediate container b5a8d3c3d16c 03:02:06 ---> 7053055c4fe3 03:02:06 Step 22/22 : LABEL version=0.0.0 03:02:07 ---> Running in de43e580d725 03:02:08 Removing intermediate container de43e580d725 03:02:08 ---> de0387dbdf8d 03:02:08 03:02:08 Successfully built de0387dbdf8d 03:02:08 Successfully tagged security-proxy-setup-arm64:latest 03:02:15  Building security-proxy-setup ... done Removing intermediate container beb36a6c0514 03:02:15 ---> e5aca7e1c18b 03:02:15 03:02:15 Step 11/25 : FROM alpine:3.16 03:02:15 ---> a6215f271958 03:02:15 Step 12/25 : RUN apk add --update --no-cache dumb-init 03:02:15 ---> Using cache 03:02:15 ---> 3f4d4f21302b 03:02:15 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:02:15 ---> Using cache 03:02:15 ---> cd2e0ea0d12b 03:02:15 Step 14/25 : ENV APP_PORT=59881 03:02:15 ---> Running in 9a6b391bee07 03:02:15 Removing intermediate container 9a6b391bee07 03:02:15 ---> 7af4364d4e3c 03:02:15 Step 15/25 : EXPOSE $APP_PORT 03:02:15 ---> Running in 8820286fe199 03:02:15 Removing intermediate container 8820286fe199 03:02:15 ---> 534022b49896 03:02:15 Step 16/25 : WORKDIR / 03:02:15 ---> Running in 1ee231518414 03:02:15 Removing intermediate container 1ee231518414 03:02:15 ---> 4b1317d26c47 03:02:15 Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / 03:02:16 ---> 2201d0a6cf2a 03:02:16 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:02:18 ---> cb704798c03e 03:02:18 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 03:02:19 ---> affdc8228a2b 03:02:19 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 03:02:20 ---> 37e3fa789409 03:02:20 Step 21/25 : ENTRYPOINT ["/core-metadata"] 03:02:20 ---> Running in b997ec2da51f 03:02:21 Removing intermediate container b997ec2da51f 03:02:21 ---> 101dd6c372ce 03:02:21 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:02:21 ---> Running in 0919b0a9e536 03:02:21 Removing intermediate container 0919b0a9e536 03:02:21 ---> 61c83fba4c3f 03:02:21 Step 23/25 : LABEL arch=arm64 03:02:21 ---> Running in 00b5204638f0 03:02:22 Removing intermediate container 00b5204638f0 03:02:22 ---> 6d04a8ec5e76 03:02:22 Step 24/25 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 03:02:22 ---> Running in 3a81bc6eb342 03:02:23 Removing intermediate container 3a81bc6eb342 03:02:23 ---> c89db5d9b2cd 03:02:23 Step 25/25 : LABEL version=0.0.0 03:02:23 ---> Running in 5296536461f6 03:02:23 Removing intermediate container 5296536461f6 03:02:23 ---> 8a62b1d17729 03:02:23 03:02:24 Successfully built 8a62b1d17729 03:02:24 Successfully tagged core-metadata-arm64:latest 03:03:20  Building core-metadata ... done Removing intermediate container 026b97cb0739 03:03:20 ---> 9256c2e2d2f9 03:03:20 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 03:03:20 ---> Running in 4a8c059e9dac 03:03: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 03:03:22 Removing intermediate container 4a8c059e9dac 03:03:22 ---> 5075daf2b0b5 03:03:22 03:03:22 Step 11/23 : FROM alpine:3.16 03:03:22 ---> a6215f271958 03:03:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 03:03:22 ---> Running in e1c3f7cdad5e 03:03:22 Removing intermediate container e1c3f7cdad5e 03:03:22 ---> 761f64079f01 03:03:22 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 03:03:22 ---> Running in 713f118c0055 03:03:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:03:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:03:25 (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 03:03:25 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 03:03:25 (3/33) Installing readline (8.1.2-r0) 03:03:25 (4/33) Installing bash (5.1.16-r2) 03:03:25 Executing bash-5.1.16-r2.post-install 03:03:25 (5/33) Installing ca-certificates (20220614-r0) 03:03:25 (6/33) Installing brotli-libs (1.0.9-r6) 03:03:25 (7/33) Installing nghttp2-libs (1.47.0-r0) 03:03:25 (8/33) Installing libcurl (7.83.1-r3) 03:03:26 (9/33) Installing curl (7.83.1-r3) 03:03:26 (10/33) Installing docker-cli (20.10.20-r0) 03:03:27 (11/33) Installing dumb-init (1.2.5-r1) 03:03:27 (12/33) Installing libbz2 (1.0.8-r1) 03:03:27 (13/33) Installing expat (2.4.9-r0) 03:03:27 (14/33) Installing libffi (3.4.2-r1) 03:03:27 (15/33) Installing gdbm (1.23-r0) 03:03:27 (16/33) Installing xz-libs (5.2.5-r1) 03:03:27 (17/33) Installing libgcc (11.2.1_git20220219-r2) 03:03:27 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 03:03:27 (19/33) Installing mpdecimal (2.5.1-r1) 03:03:27 (20/33) Installing sqlite-libs (3.38.5-r0) 03:03:27 (21/33) Installing python3 (3.10.5-r0) 03:03:29 (22/33) Installing py3-contextlib2 (21.6.0-r2) 03:03:29 (23/33) Installing py3-tomli (2.0.1-r1) 03:03:29 (24/33) Installing py3-pep517 (0.12.0-r2) 03:03:29 (25/33) Installing py3-six (1.16.0-r1) 03:03:29 (26/33) Installing py3-retrying (1.3.3-r3) 03:03:29 (27/33) Installing py3-appdirs (1.4.4-r3) 03:03:29 (28/33) Installing py3-more-itertools (8.13.0-r0) 03:03:29 (29/33) Installing py3-ordered-set (4.0.2-r3) 03:03:29 (30/33) Installing py3-parsing (2.4.7-r3) 03:03:29 (31/33) Installing py3-packaging (21.3-r0) 03:03:29 (32/33) Installing py3-setuptools (59.4.0-r0) 03:03:29 (33/33) Installing py3-pip (22.1.1-r0) 03:03:30 Executing busybox-1.35.0-r17.trigger 03:03:30 Executing ca-certificates-20220614-r0.trigger 03:03:31 OK: 120 MiB in 47 packages 03:03:41 Removing intermediate container c69c2a8b54cc 03:03:41 ---> b3e3a649d3df 03:03:41 03:03:41 Step 11/23 : FROM alpine:3.16 03:03:41 ---> a6215f271958 03:03:41 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 03:03:41 ---> Running in da7e4e65ade0 03:03:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:03:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:03:43 (1/2) Installing ca-certificates (20220614-r0) 03:03:43 (2/2) Installing dumb-init (1.2.5-r1) 03:03:43 Executing busybox-1.35.0-r17.trigger 03:03:43 Executing ca-certificates-20220614-r0.trigger 03:03:43 OK: 6 MiB in 16 packages 03:03:45 Removing intermediate container da7e4e65ade0 03:03:45 ---> 8c19c00d652a 03:03:45 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 03:03:45 ---> Running in df020e48aca2 03:03:45 Collecting docker-compose==1.23.2 03:03:45 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 03:03:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 11.7 MB/s eta 0:00:00 03:03:46 Removing intermediate container df020e48aca2 03:03:46 ---> 941db88e1ca9 03:03:46 Step 14/23 : ENV APP_PORT=59860 03:03:46 ---> Running in be2cea0636da 03:03:46 Collecting texttable<0.10,>=0.9.0 03:03:46 Downloading texttable-0.9.1.tar.gz (11 kB) 03:03:46 Preparing metadata (setup.py): started 03:03:46 Removing intermediate container be2cea0636da 03:03:46 ---> 286429230d4e 03:03:46 Step 15/23 : EXPOSE $APP_PORT 03:03:47 ---> Running in 752d6d028291 03:03:48 Removing intermediate container 752d6d028291 03:03:48 ---> f12c0f115940 03:03:48 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:03:49 ---> 3701b11e626a 03:03:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:03:50 Preparing metadata (setup.py): finished with status 'done' 03:03:50 Collecting websocket-client<1.0,>=0.32.0 03:03:50 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 03:03:50 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 15.7 MB/s eta 0:00:00 03:03:51 ---> 3e709f976f26 03:03:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:03:51 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 03:03:51 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 03:03:51 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 15.7 MB/s eta 0:00:00 03:03:52 ---> 12537515473f 03:03:52 Step 19/23 : ENTRYPOINT ["/support-notifications"] 03:03:52 ---> Running in ebd7c52516ca 03:03:52 Collecting PyYAML<4,>=3.10 03:03:52 Downloading PyYAML-3.13.tar.gz (270 kB) 03:03:52 Removing intermediate container ebd7c52516ca 03:03:52 ---> 7eabeb4d8e82 03:03:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:03:52 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 15.4 MB/s eta 0:00:00 03:03:52 ---> Running in ff0d844edbff 03:03:52 Removing intermediate container ff0d844edbff 03:03:52 ---> d04b4035c6e8 03:03:52 Step 21/23 : LABEL arch=arm64 03:03:52 ---> Running in 5dc4a68889ac 03:03:53 Removing intermediate container 5dc4a68889ac 03:03:53 ---> e42fe52e24bf 03:03:53 Step 22/23 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 03:03:53 ---> Running in 0c8f195115c1 03:03:54 Removing intermediate container 0c8f195115c1 03:03:54 ---> 048e86330e18 03:03:54 Step 23/23 : LABEL version=0.0.0 03:03:54 ---> Running in 0e78a691f7ad 03:03:54 Preparing metadata (setup.py): started 03:03:54 Removing intermediate container 0e78a691f7ad 03:03:54 ---> edb439a2e3ab 03:03:54 03:03:54 Successfully built edb439a2e3ab 03:03:54 Successfully tagged support-notifications-arm64:latest 03:03:56  Building support-notifications ... done  Preparing metadata (setup.py): finished with status 'done' 03:03:56 Collecting docker<4.0,>=3.6.0 03:03:56 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 03:03:56 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 18.5 MB/s eta 0:00:00 03:03:56 Collecting cached-property<2,>=1.2.0 03:03:56 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 03:03:56 Collecting docopt<0.7,>=0.6.1 03:03:57 Downloading docopt-0.6.2.tar.gz (25 kB) 03:03:57 Preparing metadata (setup.py): started 03:03:59 Preparing metadata (setup.py): finished with status 'done' 03:03:59 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) 03:03:59 Collecting jsonschema<3,>=2.5.1 03:03:59 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 03:03:59 Collecting dockerpty<0.5,>=0.4.1 03:03:59 Downloading dockerpty-0.4.1.tar.gz (13 kB) 03:03:59 Preparing metadata (setup.py): started 03:04:01 Preparing metadata (setup.py): finished with status 'done' 03:04:01 Collecting docker-pycreds>=0.4.0 03:04:01 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 03:04:02 Collecting certifi>=2017.4.17 03:04:02 Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) 03:04:02 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 18.7 MB/s eta 0:00:00 03:04:03 Collecting urllib3<1.25,>=1.21.1 03:04:03 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 03:04:03 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 18.1 MB/s eta 0:00:00 03:04:03 Collecting chardet<3.1.0,>=3.0.2 03:04:03 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 03:04:03 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 15.6 MB/s eta 0:00:00 03:04:03 Collecting idna<2.8,>=2.5 03:04:03 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 03:04:03 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 13.3 MB/s eta 0:00:00 03:04:04 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 03:04:04 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 03:04:04 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 03:04:04 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 03:04:04 Removing intermediate container 333026abf230 03:04:04 ---> 76ddf4179982 03:04:04 03:04:04 Step 11/24 : FROM alpine:3.16 03:04:04 ---> a6215f271958 03:04:04 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:04:04 ---> Running in 724515df340e 03:04:05 Removing intermediate container 724515df340e 03:04:05 ---> 67232c314fcb 03:04:05 Step 13/24 : ENV APP_PORT=59880 03:04:05 ---> Running in cb9ef2182c63 03:04:05 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 03:04:05 Running setup.py install for texttable: started 03:04:05 Removing intermediate container cb9ef2182c63 03:04:05 ---> 9de5e2395aed 03:04:05 Step 14/24 : EXPOSE $APP_PORT 03:04:05 ---> Running in 091757c28633 03:04:05 Removing intermediate container 091757c28633 03:04:05 ---> b33a9976d12b 03:04:05 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:04:05 ---> Running in f6ad69946860 03:04:07 Running setup.py install for texttable: finished with status 'done' 03:04:07 Running setup.py install for PyYAML: started 03:04:07 Removing intermediate container f6ad69946860 03:04:07 ---> ba98eef8f3f9 03:04:07 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 03:04:07 ---> Running in f1901f20b60b 03:04:08 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:04:09 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:04:10 Running setup.py install for PyYAML: finished with status 'done' 03:04:10 (1/6) Installing dumb-init (1.2.5-r1) 03:04:10 (2/6) Installing libgcc (11.2.1_git20220219-r2) 03:04:10 (3/6) Installing libsodium (1.0.18-r0) 03:04:11 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 03:04:11 (5/6) Installing libzmq (4.3.4-r0) 03:04:11 (6/6) Installing zeromq (4.3.4-r0) 03:04:11 Executing busybox-1.35.0-r17.trigger 03:04:11 OK: 8 MiB in 20 packages 03:04:11 Running setup.py install for docopt: started 03:04:13 Removing intermediate container f1901f20b60b 03:04:13 ---> 6f9b2b5fd9d7 03:04:13 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 03:04:13 ---> 7b4618c3d560 03:04:13 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:04:14 Running setup.py install for docopt: finished with status 'done' 03:04:14 ---> 6320d6873e16 03:04:14 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 03:04:15 ---> c8984772faa0 03:04:15 Step 20/24 : ENTRYPOINT ["/core-data"] 03:04:15 ---> Running in fc635d1c6b05 03:04:15 Removing intermediate container fc635d1c6b05 03:04:15 ---> 734932cc0094 03:04:15 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:04:15 ---> Running in 4c52edc032db 03:04:16 Removing intermediate container 4c52edc032db 03:04:16 ---> 5b79ab936584 03:04:16 Step 22/24 : LABEL arch=arm64 03:04:16 ---> Running in f19318c06223 03:04:16 Removing intermediate container f19318c06223 03:04:16 ---> 28c2a2e3aadd 03:04:16 Step 23/24 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 03:04:16 ---> Running in 382dbe54e7d8 03:04:16 Running setup.py install for dockerpty: started 03:04:16 Removing intermediate container 382dbe54e7d8 03:04:16 ---> a2dea3d82b56 03:04:16 Step 24/24 : LABEL version=0.0.0 03:04:16 ---> Running in 8357091a0762 03:04:17 Removing intermediate container 8357091a0762 03:04:17 ---> e462bc53e3c7 03:04:17 03:04:17 Successfully built e462bc53e3c7 03:04:17 Successfully tagged core-data-arm64:latest 03:04:18  Building core-data ... done  Running setup.py install for dockerpty: finished with status 'done' 03:04:21 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 03:04:21 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 03:04:31 Removing intermediate container 713f118c0055 03:04:31 ---> bf48fa4e648c 03:04:31 Step 14/23 : ENV APP_PORT=58890 03:04:31 ---> Running in 2e30f84e321b 03:04:31 Removing intermediate container 2e30f84e321b 03:04:31 ---> 46c5989e9c9c 03:04:31 Step 15/23 : EXPOSE $APP_PORT 03:04:31 ---> Running in 30ed7224f609 03:04:31 Removing intermediate container 30ed7224f609 03:04:31 ---> 752d00cfa54e 03:04:31 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 03:04:32 ---> 1560dbd65d23 03:04:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 03:04:32 ---> 089be2070578 03:04:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 03:04:33 ---> 4f75138f151a 03:04:33 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 03:04:33 ---> Running in acba15ee2f9b 03:04:33 Removing intermediate container acba15ee2f9b 03:04:33 ---> 9909a0f44b5f 03:04:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:04:33 ---> Running in ac4866521228 03:04:34 Removing intermediate container ac4866521228 03:04:34 ---> 8d04dcc8642a 03:04:34 Step 21/23 : LABEL arch=arm64 03:04:34 ---> Running in dfb663584ab2 03:04:34 Removing intermediate container dfb663584ab2 03:04:34 ---> 0c36541b6d6c 03:04:34 Step 22/23 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 03:04:34 ---> Running in c6e6768de557 03:04:34 Removing intermediate container c6e6768de557 03:04:34 ---> 80363bb4b8e4 03:04:34 Step 23/23 : LABEL version=0.0.0 03:04:34 ---> Running in fc8ceac8f075 03:04:35 Removing intermediate container fc8ceac8f075 03:04:35 ---> 4d633d31b8a2 03:04:35 03:04:35 Successfully built 4d633d31b8a2 03:04:35 Successfully tagged sys-mgmt-agent-arm64:latest 03:04:35  Building sys-mgmt-agent ... done  [Pipeline] } 03:04:35 $ docker stop --time=1 8e33fb7b037b6adb030d9ce02fece0dc5ab725cef63567ef8d3e05b543497b2a 03:04:37 $ docker rm -f 8e33fb7b037b6adb030d9ce02fece0dc5ab725cef63567ef8d3e05b543497b2a [Pipeline] // withDockerContainer [Pipeline] sh 03:04:37 + docker images 03:04:38 REPOSITORY TAG IMAGE ID CREATED SIZE 03:04:38 sys-mgmt-agent-arm64 latest 4d633d31b8a2 3 seconds ago 133MB 03:04:38 core-data-arm64 latest e462bc53e3c7 20 seconds ago 20.8MB 03:04:38 76ddf4179982 34 seconds ago 1.44GB 03:04:38 support-notifications-arm64 latest edb439a2e3ab 43 seconds ago 29.5MB 03:04:38 b3e3a649d3df 59 seconds ago 1.5GB 03:04:38 5075daf2b0b5 About a minute ago 1.42GB 03:04:38 core-metadata-arm64 latest 8a62b1d17729 2 minutes ago 17.7MB 03:04:38 e5aca7e1c18b 2 minutes ago 1.44GB 03:04:38 security-proxy-setup-arm64 latest de0387dbdf8d 2 minutes ago 26.7MB 03:04:38 389cf5ef17ad 2 minutes ago 1.43GB 03:04:38 support-scheduler-arm64 latest 4b774d63049a 8 minutes ago 28.8MB 03:04:38 5881b3df3100 8 minutes ago 1.5GB 03:04:38 security-bootstrapper-arm64 latest 1ded6ad658ac 8 minutes ago 19.4MB 03:04:38 security-spire-server-arm64 latest f938fd0398ee 8 minutes ago 84.3MB 03:04:38 a27c7e65d1a1 9 minutes ago 1.43GB 03:04:38 9fdc99466863 9 minutes ago 1.31GB 03:04:38 core-command-arm64 latest 1405a543edc6 9 minutes ago 16.9MB 03:04:38 security-spiffe-token-provider-arm64 latest 70af87d7a639 9 minutes ago 28.8MB 03:04:38 c9d60cdd35b3 9 minutes ago 1.44GB 03:04:38 ae001fe08a89 10 minutes ago 1.47GB 03:04:38 security-secretstore-setup-arm64 latest 8cda4273d81a 11 minutes ago 28.6MB 03:04:38 b9c4e96de435 11 minutes ago 1.43GB 03:04:38 security-spire-agent-arm64 latest 97681ac7d877 17 minutes ago 122MB 03:04:38 security-spire-config-arm64 latest 9726a567faca 17 minutes ago 83.6MB 03:04:38 9a04aae608ae 17 minutes ago 1.31GB 03:04:38 f394dd3fb3f5 17 minutes ago 1.31GB 03:04:38 ci-base-image-arm64 latest ab22f6c0bc92 32 minutes ago 943MB 03:04:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine 59b3b1a385d4 2 weeks ago 679MB 03:04:38 alpine 3.15 02e0d6fdf486 2 months ago 5.33MB 03:04:38 alpine 3.16 a6215f271958 2 months ago 5.29MB 03:04:38 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 03:04:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:04:38 03:04:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:04:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:04:39 arm64: Pulling from edgex-lftools-log-publisher 03:04:39 8998bd30e6a1: Pulling fs layer 03:04:39 04944245beec: Pulling fs layer 03:04:39 699f458cf7ca: Pulling fs layer 03:04:39 765212b225bb: Pulling fs layer 03:04:39 f23df028b6ca: Pulling fs layer 03:04:39 d65c8cfc05b1: Pulling fs layer 03:04:39 2437ff75d9bd: Pulling fs layer 03:04:39 f23df028b6ca: Waiting 03:04:39 d65c8cfc05b1: Waiting 03:04:39 2437ff75d9bd: Waiting 03:04:39 765212b225bb: Waiting 03:04:39 04944245beec: Verifying Checksum 03:04:39 04944245beec: Download complete 03:04:39 765212b225bb: Verifying Checksum 03:04:39 765212b225bb: Download complete 03:04:39 f23df028b6ca: Verifying Checksum 03:04:39 f23df028b6ca: Download complete 03:04:39 d65c8cfc05b1: Verifying Checksum 03:04:39 d65c8cfc05b1: Download complete 03:04:39 699f458cf7ca: Verifying Checksum 03:04:39 699f458cf7ca: Download complete 03:04:40 8998bd30e6a1: Verifying Checksum 03:04:40 8998bd30e6a1: Download complete 03:04:43 2437ff75d9bd: Verifying Checksum 03:04:43 2437ff75d9bd: Download complete 03:04:44 8998bd30e6a1: Pull complete 03:04:45 04944245beec: Pull complete 03:04:46 699f458cf7ca: Pull complete 03:04:46 765212b225bb: Pull complete 03:04:47 f23df028b6ca: Pull complete 03:04:47 d65c8cfc05b1: Pull complete 03:05:02 2437ff75d9bd: Pull complete 03:05:02 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 03:05:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:05:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:05:02 prd-ubuntu20.04-docker-arm64-4c-16g-69672 does not seem to be running inside a container 03:05:02 $ 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 03:05:05 $ docker top c5861ed269e8e7c9e3c0fed2ec6c89b8ef9e2f94956fbe82a7fccde3453e547b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:05:06 ---> job-cost.sh 03:05:06 lf-activate-venv: SKIPPING 03:05:06 INFO: No Stack... 03:05:06 INFO: Retrieving Pricing Info for: v3-standard-4 03:05:07 INFO: Archiving Costs [Pipeline] sh 03:05:08 + cat /w/workspace/edgex-go/1/archives/cost.csv 03:05:08 + cut -d, -f6 [Pipeline] lock 03:05:08 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4211-1-stack-cost] 03:05:08 Resource [jenkins-edgexfoundry-edgex-go-PR-4211-1-stack-cost] did not exist. Created. 03:05:08 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4211-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:05:09 + echo total: 0.10999999940395355 [Pipeline] stash 03:05:09 Stashed 1 file(s) [Pipeline] } 03:05:09 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4211-1-stack-cost] [Pipeline] // lock [Pipeline] } 03:05:09 $ docker stop --time=1 c5861ed269e8e7c9e3c0fed2ec6c89b8ef9e2f94956fbe82a7fccde3453e547b 03:05:11 $ docker rm -f c5861ed269e8e7c9e3c0fed2ec6c89b8ef9e2f94956fbe82a7fccde3453e547b [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 03:05:12 provisioning config files... 03:05:12 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config7308115767107281341tmp [Pipeline] { [Pipeline] sh 03:05:12 + set +x 03:05:12 + curl -s https://codecov.io/bash 03:05:12 + bash -s -- 03:05:12 03:05:12 _____ _ 03:05:12 / ____| | | 03:05:12 | | ___ __| | ___ ___ _____ __ 03:05:12 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:05:12 | |___| (_) | (_| | __/ (_| (_) \ V / 03:05:12 \_____\___/ \__,_|\___|\___\___/ \_/ 03:05:12 Bash-1.0.6 03:05:12 03:05:12 03:05:12 ==> git version 2.25.1 found 03:05:12 ==> 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 03:05:12 Release-Date: 2020-01-08 03:05:12 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 03:05:12 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 03:05:12 ==> Jenkins CI detected. 03:05:12 current dir:  /w/workspace/edgex-go/1 03:05:12 project root: . 03:05:12 --> token set from env 03:05:12 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:05:12 ==> Running gcov in . (disable via -X gcov) 03:05:12 ==> Python coveragepy not found 03:05:12 ==> Searching for coverage reports in: 03:05:12 + . 03:05:12 -> Found 1 reports 03:05:12 ==> Detecting git/mercurial file structure 03:05:12 ==> Reading reports 03:05:12 + ./coverage.out bytes=500482 03:05:12 ==> Appending adjustments 03:05:12 https://docs.codecov.io/docs/fixing-reports 03:05:14 + Found adjustments 03:05:14 ==> Gzipping contents 03:05:14 64K /tmp/codecov.OLHMKV.gz 03:05:14 ==> Uploading reports 03:05:14 url: https://codecov.io 03:05:14 query: branch=PR-4211&commit=4bb20006eba1fb52a1b54093edf8712c290c6c82&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4211%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4211&job=&cmd_args= 03:05:14 -> Pinging Codecov 03:05:14 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4211&commit=4bb20006eba1fb52a1b54093edf8712c290c6c82&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4211%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4211&job=&cmd_args= 03:05:14 -> Uploading to 03:05:14 https://storage.googleapis.com/codecov/v4/raw/2022-10-25/00271124DB129430A58F1EEE437C3FCB/4bb20006eba1fb52a1b54093edf8712c290c6c82/4c0a5343-3650-4543-8904-ee5afcfd2e56.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221025%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221025T030514Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6965b3213df2831dbac5f12dedf400a2513e3de5912a7c9d1f363ba04baa70a1 03:05:14 % Total % Received % Xferd Average Speed Time Time Time Current 03:05:14 Dload Upload Total Spent Left Speed 03:05:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65253 0 0 100 65253 0 256k --:--:-- --:--:-- --:--:-- 256k 03:05:14 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/4bb20006eba1fb52a1b54093edf8712c290c6c82 [Pipeline] } 03:05:14 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 03:05:15 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 03:05:16 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:05:17 ---> package-listing.sh 03:05:17 ++ tr '[:upper:]' '[:lower:]' 03:05:17 ++ facter osfamily 03:05:17 + OS_FAMILY=debian 03:05:17 + workspace=/w/workspace/edgex-go/1 03:05:17 + START_PACKAGES=/tmp/packages_start.txt 03:05:17 + END_PACKAGES=/tmp/packages_end.txt 03:05:17 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:05:17 + PACKAGES=/tmp/packages_start.txt 03:05:17 + '[' /w/workspace/edgex-go/1 ']' 03:05:17 + PACKAGES=/tmp/packages_end.txt 03:05:17 + case "${OS_FAMILY}" in 03:05:17 + dpkg -l 03:05:17 + grep '^ii' 03:05:17 + '[' -f /tmp/packages_start.txt ']' 03:05:17 + '[' -f /tmp/packages_end.txt ']' 03:05:17 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:05:17 + '[' /w/workspace/edgex-go/1 ']' 03:05:17 + mkdir -p /w/workspace/edgex-go/1/archives/ 03:05:17 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 03:05:17 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 03:05:17 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:05:18 03:05:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:05:18 latest: Pulling from edgex-lftools-log-publisher 03:05:18 5eb5b503b376: Pulling fs layer 03:05:18 5c69ac0246d0: Pulling fs layer 03:05:18 ec43610c2a17: Pulling fs layer 03:05:18 3a2ae6a8a46f: Pulling fs layer 03:05:18 33b1e0a273af: Pulling fs layer 03:05:18 5d3b04190fa2: Pulling fs layer 03:05:18 2f39f015ded8: Pulling fs layer 03:05:18 3a2ae6a8a46f: Waiting 03:05:18 33b1e0a273af: Waiting 03:05:18 2f39f015ded8: Waiting 03:05:18 5d3b04190fa2: Waiting 03:05:18 5c69ac0246d0: Download complete 03:05:18 3a2ae6a8a46f: Verifying Checksum 03:05:18 3a2ae6a8a46f: Download complete 03:05:19 33b1e0a273af: Verifying Checksum 03:05:19 33b1e0a273af: Download complete 03:05:19 5d3b04190fa2: Verifying Checksum 03:05:19 5d3b04190fa2: Download complete 03:05:19 ec43610c2a17: Verifying Checksum 03:05:19 ec43610c2a17: Download complete 03:05:19 5eb5b503b376: Verifying Checksum 03:05:19 5eb5b503b376: Download complete 03:05:19 2f39f015ded8: Download complete 03:05:20 5eb5b503b376: Pull complete 03:05:20 5c69ac0246d0: Pull complete 03:05:20 ec43610c2a17: Pull complete 03:05:20 3a2ae6a8a46f: Pull complete 03:05:20 33b1e0a273af: Pull complete 03:05:20 5d3b04190fa2: Pull complete 03:05:25 2f39f015ded8: Pull complete 03:05:25 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 03:05:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:05:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:05:25 prd-ubuntu20.04-docker-8c-8g-56573 does not seem to be running inside a container 03:05:25 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 03:05:28 $ docker top 4b561c40e5b518bc0b2fbc4530c5cdb540d2ab9214e90e63b37db73ee660341e -eo pid,comm [Pipeline] { [Pipeline] sh 03:05:28 + touch /tmp/pre-build-complete [Pipeline] sh 03:05:28 + mkdir -p /var/log/sysstat [Pipeline] sh 03:05:29 + ls /var/log/sa-host 03:05:29 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:05:29 provisioning config files... 03:05:29 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config1812816693200639837tmp [Pipeline] { [Pipeline] echo 03:05:29 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:05:29 ---> create-netrc.sh [Pipeline] } 03:05:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 03:05:30 ---> python-tools-install.sh [Pipeline] echo 03:05:30 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:05:30 ---> sudo-logs.sh 03:05:30 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:05:30 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:05:30 ---> job-cost.sh 03:05:30 lf-activate-venv: SKIPPING 03:05:30 DEBUG: total: 0.10999999940395355 03:05:30 INFO: Retrieving Stack Cost... 03:05:31 INFO: Retrieving Pricing Info for: v3-standard-8 03:05:31 INFO: Archiving Costs [Pipeline] echo 03:05:31 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:05:31 ---> logs-deploy.sh 03:05:31 lf-activate-venv: SKIPPING 03:05:31 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4211/1 03:05:31 INFO: archiving workspace using pattern(s): 03:05:32 Archives upload complete. 03:05:33 INFO: archiving logs to Nexus