Pull request #3939 updated Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of jinlinGuan for edgexfoundry/edgex-go Loading trusted files from base branch main at f988924fa1a53bea613f37133d769f5216468f52 rather than 12515137db75576d90e17e0d497dcc39ca44d1bf Obtained Jenkinsfile from f988924fa1a53bea613f37133d769f5216468f52 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-ssh10981098989065079812.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision c72b16708d6eed9a08be464a432ce22db7d90667 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-ssh3200876079869878204.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision c72b16708d6eed9a08be464a432ce22db7d90667 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3939/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > 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 > 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-3939/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh12717727100361718471.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision c72b16708d6eed9a08be464a432ce22db7d90667 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c72b16708d6eed9a08be464a432ce22db7d90667 # timeout=10 Commit message: "Merge pull request #378 from ernestojeda/ubuntu-20-changes" > 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 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared 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-ssh497603080424940488.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3939/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags 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-3939/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh3993079896599969797.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > 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 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared 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:true] ========================================================= [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.17 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: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-ubuntu20.04-docker-8c-8g-9585 in /w/workspace/edgexfoundry_edgex-go_PR-3939 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit f988924fa1a53bea613f37133d769f5216468f52 into PR head commit 12515137db75576d90e17e0d497dcc39ca44d1bf Merge succeeded, producing 12515137db75576d90e17e0d497dcc39ca44d1bf Checking out Revision 12515137db75576d90e17e0d497dcc39ca44d1bf (PR-3939) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3939/head:refs/remotes/origin/PR-3939 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 12515137db75576d90e17e0d497dcc39ca44d1bf # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge f988924fa1a53bea613f37133d769f5216468f52 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 12515137db75576d90e17e0d497dcc39ca44d1bf # timeout=10 Commit message: "refactor(all): Use formatted alternative log function instead of fmt.Sprintf" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:38:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:38:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:38:53 ========================================================= 10:38:53 EdgeX Global Pipelines Version Info 10:38:53 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 580e9145cd298fcf447d96e8e1119b64ca165578 # timeout=10 10:38:54 ------------------- 10:38:54 stable info: 10:38:54 ------------------- 10:38:54 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:38:54 Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 10:38:54 Message: update stable to v1.0.221 10:38:55 ------------------- 10:38:55 experimental info: 10:38:55 ------------------- 10:38:55 Commited By: **** collab-it+edgex@linuxfoundation.org 10:38:55 Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 10:38:55 Message: update experimental to v1.0.221 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:38:55 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 10:38:55 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 10:38:55 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:38:55 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:38:55 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:38:55 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 10:38:55 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 10:38:55 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 10:38:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 10:38:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 10:38:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:38:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:38:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 10:38:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:38:55 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:38:55 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:38:55 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:38:55 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:38:55 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 10:38:55 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 10:38:55 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 10:38:55 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 10:38:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3939 [Pipeline] echo 10:38:55 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3939 [Pipeline] echo 10:38:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3939 [Pipeline] echo 10:38:55 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 12515137db75576d90e17e0d497dcc39ca44d1bf [Pipeline] echo 10:38:55 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1251513 [Pipeline] echo 10:38:55 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:38:55 provisioning config files... 10:38:55 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config1508358606548550307tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:38:56 ---> docker-login.sh 10:38:56 nexus3.edgexfoundry.org:10001 10:38:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:38:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:38:56 Configure a credential helper to remove this warning. See 10:38:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:38:56 10:38:56 Login Succeeded 10:38:56 nexus3.edgexfoundry.org:10002 10:38:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:38:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:38:56 Configure a credential helper to remove this warning. See 10:38:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:38:56 10:38:56 Login Succeeded 10:38:56 nexus3.edgexfoundry.org:10003 10:38:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:38:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:38:56 Configure a credential helper to remove this warning. See 10:38:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:38:56 10:38:56 Login Succeeded 10:38:56 nexus3.edgexfoundry.org:10004 10:38:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:38:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:38:56 Configure a credential helper to remove this warning. See 10:38:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:38:56 10:38:56 Login Succeeded 10:38:56 docker.io 10:38:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:38:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:38:57 Configure a credential helper to remove this warning. See 10:38:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:38:57 10:38:57 Login Succeeded 10:38:57 ---> docker-login.sh ends [Pipeline] } 10:38:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:38:57 + 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 10:38:57 + dirname cmd/core-command/Dockerfile 10:38:57 + cut -d/ -f2 10:38:57 + echo core-command,cmd/core-command/Dockerfile 10:38:57 + dirname cmd/core-data/Dockerfile 10:38:57 + cut -d/ -f2 10:38:57 + echo core-data,cmd/core-data/Dockerfile 10:38:57 + dirname cmd/core-metadata/Dockerfile 10:38:57 + cut -d/ -f2 10:38:57 + echo core-metadata,cmd/core-metadata/Dockerfile 10:38:57 + dirname cmd/security-bootstrapper/Dockerfile 10:38:57 + cut -d/ -f2 10:38:57 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 10:38:57 + dirname cmd/security-proxy-setup/Dockerfile 10:38:57 + cut -d/ -f2 10:38:57 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 10:38:57 + dirname cmd/security-secretstore-setup/Dockerfile 10:38:57 + cut -d/ -f2 10:38:57 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 10:38:57 + dirname cmd/security-spiffe-token-provider/Dockerfile 10:38:57 + cut -d/ -f2 10:38:57 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 10:38:57 + dirname cmd/security-spire-agent/Dockerfile 10:38:57 + cut -d/ -f2 10:38:57 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 10:38:57 + dirname cmd/security-spire-config/Dockerfile 10:38:57 + cut -d/ -f2 10:38:57 + echo security-spire-config,cmd/security-spire-config/Dockerfile 10:38:57 + dirname cmd/security-spire-server/Dockerfile 10:38:57 + cut -d/ -f2 10:38:57 + echo security-spire-server,cmd/security-spire-server/Dockerfile 10:38:57 + dirname cmd/support-notifications/Dockerfile 10:38:57 + cut -d/ -f2 10:38:57 + echo support-notifications,cmd/support-notifications/Dockerfile 10:38:57 + dirname cmd/support-scheduler/Dockerfile 10:38:57 + cut -d/ -f2 10:38:57 + echo support-scheduler,cmd/support-scheduler/Dockerfile 10:38:57 + dirname cmd/sys-mgmt-agent/Dockerfile 10:38:57 + cut -d/ -f2 10:38:57 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 10:38:57 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 10:38:58 + git rev-list -1 --merges 12515137db75576d90e17e0d497dcc39ca44d1bf~1..12515137db75576d90e17e0d497dcc39ca44d1bf [Pipeline] echo 10:38:58 -----------> git rev-list -1 --merges 12515137db75576d90e17e0d497dcc39ca44d1bf~1..12515137db75576d90e17e0d497dcc39ca44d1bf 12515137db75576d90e17e0d497dcc39ca44d1bf [false] [Pipeline] sh 10:38:58 + git log --format=format:%s -1 12515137db75576d90e17e0d497dcc39ca44d1bf [Pipeline] echo 10:38:58 ========================================================= 10:38:58 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 10:38:58 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 10:38:59 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:38:59 + grep -v github /etc/ssh/ssh_known_hosts 10:38:59 + [ -e /tmp/ssh_known_hosts ] 10:38:59 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 10:38:59 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 10:38:59 + sudo tee -a /etc/ssh/ssh_known_hosts 10:38:59 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 10:38:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:38:59 10:38:59 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:38:59 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:38:59 latest: Pulling from edgex-devops/git-semver 10:38:59 a0d0a0d46f8b: Pulling fs layer 10:38:59 3e5f54012d9b: Pulling fs layer 10:38:59 4c7163046ea9: Pulling fs layer 10:38:59 0c2d73faf560: Pulling fs layer 10:38:59 0c2d73faf560: Waiting 10:38:59 3e5f54012d9b: Verifying Checksum 10:38:59 3e5f54012d9b: Download complete 10:38:59 a0d0a0d46f8b: Verifying Checksum 10:38:59 a0d0a0d46f8b: Download complete 10:38:59 0c2d73faf560: Verifying Checksum 10:38:59 0c2d73faf560: Download complete 10:38:59 4c7163046ea9: Verifying Checksum 10:38:59 4c7163046ea9: Download complete 10:39:00 a0d0a0d46f8b: Pull complete 10:39:00 3e5f54012d9b: Pull complete 10:39:00 4c7163046ea9: Pull complete 10:39:00 0c2d73faf560: Pull complete 10:39:00 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 10:39:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:39:00 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:39:00 prd-ubuntu20.04-docker-8c-8g-9585 does not seem to be running inside a container 10:39:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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:10004/edgex-devops/git-semver:latest cat 10:39:01 $ docker top 3c33d519d215ad5e0a0a812c4c2fe3d2673601d82f21f06eee140242c9991cbc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:39:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:39:01 [ssh-agent] Looking for ssh-agent implementation... 10:39:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:39:01 $ docker exec 3c33d519d215ad5e0a0a812c4c2fe3d2673601d82f21f06eee140242c9991cbc ssh-agent 10:39:01 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXiBokKP/agent.14 10:39:01 SSH_AGENT_PID=20 10:39:01 Running ssh-add (command line suppressed) 10:39:01 Identity added: /w/workspace/edgex-go/3@tmp/private_key_8835683275805042128.key (/w/workspace/edgex-go/3@tmp/private_key_8835683275805042128.key) 10:39:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:39:02 + git tag --points-at HEAD [Pipeline] } 10:39:02 $ docker exec --env ******** --env ******** 3c33d519d215ad5e0a0a812c4c2fe3d2673601d82f21f06eee140242c9991cbc ssh-agent -k 10:39:02 unset SSH_AUTH_SOCK; 10:39:02 unset SSH_AGENT_PID; 10:39:02 echo Agent pid 20 killed; 10:39:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:39:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:39:02 [ssh-agent] Looking for ssh-agent implementation... 10:39:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:39:02 $ docker exec 3c33d519d215ad5e0a0a812c4c2fe3d2673601d82f21f06eee140242c9991cbc ssh-agent 10:39:02 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXIHJgak/agent.53 10:39:02 SSH_AGENT_PID=60 10:39:02 Running ssh-add (command line suppressed) 10:39:02 Identity added: /w/workspace/edgex-go/3@tmp/private_key_1714968970477584274.key (/w/workspace/edgex-go/3@tmp/private_key_1714968970477584274.key) 10:39:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:39:03 + git semver init 10:39:03 # -> Open(): unable to determine branch for HEAD 10:39:03 # $GIT_DIR = /w/workspace/edgex-go/3/.git 10:39:03 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 10:39:03 # $SEMVER_REMOTE_NAME = origin 10:39:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:39:03 # $SEMVER_USER_NAME = edgex-jenkins 10:39:03 # $SEMVER_BRANCH = PR-3939 10:39:03 # $SEMVER_TEMP = /tmp/semver-708405880 10:39:03 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 10:39:18 # '/tmp/semver-708405880' -> '/w/workspace/edgex-go/3/.semver' 10:39:18 # -> Force: false 10:39:18 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 10:39:18 $ docker exec --env ******** --env ******** 3c33d519d215ad5e0a0a812c4c2fe3d2673601d82f21f06eee140242c9991cbc ssh-agent -k 10:39:18 unset SSH_AUTH_SOCK; 10:39:18 unset SSH_AGENT_PID; 10:39:18 echo Agent pid 60 killed; 10:39:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:39:18 + git semver [Pipeline] } 10:39:18 $ docker stop --time=1 3c33d519d215ad5e0a0a812c4c2fe3d2673601d82f21f06eee140242c9991cbc 10:39:20 $ docker rm -f 3c33d519d215ad5e0a0a812c4c2fe3d2673601d82f21f06eee140242c9991cbc [Pipeline] // withDockerContainer [Pipeline] sh 10:39:20 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:39:21 Stashed 1 file(s) [Pipeline] echo 10:39:21 [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] echo 10:39:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:39:21 ========================================================= 10:39:21 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 10:39:21 ========================================================= [Pipeline] fileExists [Pipeline] sh 10:39:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 10:39:21 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 10:39:21 59bf1c3509f3: Pulling fs layer 10:39:21 666ba61612fd: Pulling fs layer 10:39:21 8ed8ca486205: Pulling fs layer 10:39:21 4fe6c5a15a65: Pulling fs layer 10:39:21 22a0e8bec74d: Pulling fs layer 10:39:21 640e595b4fbd: Pulling fs layer 10:39:21 763cafe07f6e: Pulling fs layer 10:39:21 0c0b528cf693: Pulling fs layer 10:39:21 10935f4eaf8b: Pulling fs layer 10:39:21 4fe6c5a15a65: Waiting 10:39:21 22a0e8bec74d: Waiting 10:39:21 640e595b4fbd: Waiting 10:39:21 763cafe07f6e: Waiting 10:39:21 0c0b528cf693: Waiting 10:39:21 10935f4eaf8b: Waiting 10:39:21 8ed8ca486205: Verifying Checksum 10:39:21 8ed8ca486205: Download complete 10:39:21 666ba61612fd: Download complete 10:39:21 22a0e8bec74d: Verifying Checksum 10:39:21 22a0e8bec74d: Download complete 10:39:21 640e595b4fbd: Download complete 10:39:21 59bf1c3509f3: Verifying Checksum 10:39:21 59bf1c3509f3: Download complete 10:39:21 763cafe07f6e: Verifying Checksum 10:39:21 763cafe07f6e: Download complete 10:39:21 0c0b528cf693: Verifying Checksum 10:39:21 0c0b528cf693: Download complete 10:39:21 59bf1c3509f3: Pull complete 10:39:21 666ba61612fd: Pull complete 10:39:22 8ed8ca486205: Pull complete 10:39:22 4fe6c5a15a65: Verifying Checksum 10:39:22 4fe6c5a15a65: Download complete 10:39:22 10935f4eaf8b: Download complete 10:39:26 4fe6c5a15a65: Pull complete 10:39:26 22a0e8bec74d: Pull complete 10:39:26 640e595b4fbd: Pull complete 10:39:26 763cafe07f6e: Pull complete 10:39:26 0c0b528cf693: Pull complete 10:39:29 10935f4eaf8b: Pull complete 10:39:29 Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 10:39:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 10:39:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh 10:39:29 + docker build -t ci-base-image-x86_64 -f - . 10:39:29 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 10:39:29 WORKDIR /edgex 10:39:29 COPY go.mod . 10:39:29 RUN go mod download 10:39:30 Sending build context to Docker daemon 334.6MB 10:39:30 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 10:39:30 ---> 99d49a6021b9 10:39:30 Step 2/4 : WORKDIR /edgex 10:39:32 ---> Running in f5f014e019a6 10:39:32 Removing intermediate container f5f014e019a6 10:39:32 ---> 786ea94ac3e4 10:39:32 Step 3/4 : COPY go.mod . 10:39:32 ---> 0bf116f2ad37 10:39:32 Step 4/4 : RUN go mod download 10:39:32 ---> Running in 18ac70d0ad7b 10:39:36 Still waiting to schedule task 10:39:36 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 10:39:47 Removing intermediate container 18ac70d0ad7b 10:39:47 ---> b3750eceeb9f 10:39:47 Successfully built b3750eceeb9f 10:39:47 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:39:48 + docker inspect -f . ci-base-image-x86_64 10:39:48 . [Pipeline] withDockerContainer 10:39:48 prd-ubuntu20.04-docker-8c-8g-9585 does not seem to be running inside a container 10:39:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:39:48 $ docker top 6fd71b093265b5c60f27be5e6ef0ceed812971c61a610ba6a5e5963e425eebc1 -eo pid,comm [Pipeline] { [Pipeline] sh 10:39:49 + go version 10:39:49 go version go1.17.6 linux/amd64 [Pipeline] } 10:39:49 $ docker stop --time=1 6fd71b093265b5c60f27be5e6ef0ceed812971c61a610ba6a5e5963e425eebc1 10:39:50 $ docker rm -f 6fd71b093265b5c60f27be5e6ef0ceed812971c61a610ba6a5e5963e425eebc1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:39:50 + docker inspect -f . ci-base-image-x86_64 10:39:50 . [Pipeline] withDockerContainer 10:39:50 prd-ubuntu20.04-docker-8c-8g-9585 does not seem to be running inside a container 10:39:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:39:51 $ docker top 3f752161aceecccb3d15d9674faa92ca457ab3fd685a7998300cc48d0b7b62f1 -eo pid,comm [Pipeline] { [Pipeline] echo 10:39:51 ========================================================= 10:39:51 [edgeXBuildGoParallel] Running Tests and Build... 10:39:51 ========================================================= [Pipeline] fileExists [Pipeline] sh 10:39:51 + make test 10:39:51 go mod tidy -compat=1.17 10:39:51 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 10:39:58 ? github.com/edgexfoundry/edgex-go [no test files] 10:40:10 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 10:40:10 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 10:40:10 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 10:40:10 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 10:40:10 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 10:40:10 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 10:40:10 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 10:40:10 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 10:40:10 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 10:40:10 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 10:40:10 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 10:40:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 10:40:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 10:40:10 ? github.com/edgexfoundry/edgex-go/internal [no test files] 10:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 10:40:10 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.065s coverage: 28.7% of statements 10:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 10:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 10:40:11 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.084s coverage: 98.5% of statements 10:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 10:40:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.115s coverage: 54.9% of statements 10:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 10:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 10:40:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.722s coverage: 89.2% of statements 10:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 10:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 10:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 10:40:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.093s coverage: 84.4% of statements 10:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 10:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 10:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 10:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 10:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 10:40:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.380s coverage: 94.7% of statements 10:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 10:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 10:40:16 ok github.com/edgexfoundry/edgex-go/internal/io 0.070s coverage: 72.2% of statements 10:40:16 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 10:40:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 10:40:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 10:40:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 10:40:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 10:40:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.065s coverage: 60.0% of statements 10:40:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 10:40:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 10:40:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 10:40:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.064s coverage: 0.9% of statements 10:40:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 10:40:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements 10:40:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.072s coverage: 24.0% of statements 10:40:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 10:40:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.053s coverage: 47.1% of statements 10:40:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.046s coverage: 79.5% of statements 10:40:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.083s coverage: 94.1% of statements 10:40:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.076s coverage: 96.3% of statements 10:40:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.065s coverage: 87.5% of statements 10:40:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.069s coverage: 94.4% of statements 10:40:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.052s coverage: 44.8% of statements 10:40:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.196s coverage: 82.5% of statements 10:40:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 10:40:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.079s coverage: 92.9% of statements 10:40:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 10:40:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 10:40:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 10:40:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.043s coverage: 65.1% of statements 10:40:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 10:40:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 10:40:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 10:40:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 10:40:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 10:40:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.066s coverage: 87.2% of statements 10:40:36 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 10:40:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 10:40:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.063s coverage: 100.0% of statements 10:40:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 10:40:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.069s coverage: 58.8% of statements 10:40:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 10:40:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.0% of statements 10:40:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.050s coverage: 87.2% of statements 10:40:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 85.4% of statements 10:40:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.162s coverage: 91.2% of statements 10:40:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 10:40:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.167s coverage: 64.4% of statements 10:40:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 10:40:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 10:40:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.074s coverage: 100.0% of statements 10:40:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.030s coverage: 89.4% of statements 10:40:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements 10:40:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements 10:40:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.024s coverage: 100.0% of statements 10:40:36 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.361s coverage: 65.4% of statements 10:40:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 10:40:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 10:40:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 10:40:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.153s coverage: 43.8% of statements 10:40:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 10:40:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 10:40:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.054s coverage: 89.5% of statements 10:40:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 10:40:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.052s coverage: 84.8% of statements 10:40:36 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 10:40:36 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 10:40:36 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 10:40:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 10:40:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.078s coverage: 17.7% of statements 10:40:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 10:40:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 10:40:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 10:40:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 10:40:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.160s coverage: 92.3% of statements 10:40:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 10:40:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 10:40:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 10:40:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 10:40:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.063s coverage: 63.2% of statements 10:40:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 10:40:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 10:40:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.106s coverage: 97.7% of statements 10:40:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 10:40:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 10:40:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 10:40:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 10:40:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.069s coverage: 28.9% of statements 10:40:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 10:40:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 10:40:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 10:40:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 10:40:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 10:40:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 10:40:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements 10:40:36 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.034s coverage: 96.9% of statements 10:40:36 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 10:40:54 GO111MODULE=on go vet ./... 10:40:57 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 10:40:57 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 10:40:57 ./bin/test-attribution-txt.sh [Pipeline] echo 10:40:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 10:40:58 + ls -al . 10:40:58 total 664 10:40:58 drwxrwxr-x 10 1001 1001 4096 Mar 31 10:40 . 10:40:58 drwxr-xr-x 4 root root 4096 Mar 31 10:39 .. 10:40:58 -rw-rw-r-- 1 1001 1001 11 Mar 31 10:38 .dockerignore 10:40:58 drwxrwxr-x 8 1001 1001 4096 Mar 31 10:38 .git 10:40:58 drwxrwxr-x 4 1001 1001 4096 Mar 31 10:38 .github 10:40:58 -rw-rw-r-- 1 1001 1001 870 Mar 31 10:38 .gitignore 10:40:58 -rw-rw-r-- 1 1001 1001 42 Mar 31 10:38 .golangci.yml 10:40:58 -rw-rw-r-- 1 1001 1001 87 Mar 31 10:38 .hadolint.yml 10:40:58 drwx------ 3 1001 1001 4096 Mar 31 10:39 .semver 10:40:58 -rw-rw-r-- 1 1001 1001 166 Mar 31 10:38 .sonarcloud.properties 10:40:58 -rw-rw-r-- 1 1001 1001 1171 Mar 31 10:38 ADOPTERS.md 10:40:58 -rw-rw-r-- 1 1001 1001 9953 Mar 31 10:38 Attribution.txt 10:40:58 -rw-rw-r-- 1 1001 1001 51732 Mar 31 10:38 CHANGELOG.md 10:40:58 -rw-rw-r-- 1 1001 1001 3804 Mar 31 10:38 CONTRIBUTING.md 10:40:58 -rw-rw-r-- 1 1001 1001 677 Mar 31 10:38 GOVERNANCE.md 10:40:58 -rw-rw-r-- 1 1001 1001 849 Mar 31 10:38 Jenkinsfile 10:40:58 -rw-rw-r-- 1 1001 1001 10775 Mar 31 10:38 LICENSE 10:40:58 -rw-rw-r-- 1 1001 1001 8478 Mar 31 10:38 Makefile 10:40:58 -rw-rw-r-- 1 1001 1001 582 Mar 31 10:38 OWNERS.md 10:40:58 -rw-rw-r-- 1 1001 1001 8207 Mar 31 10:38 README.md 10:40:58 -rw-rw-r-- 1 1001 1001 6912 Mar 31 10:38 SECURITY.md 10:40:58 -rw-rw-r-- 1 1001 1001 5 Mar 31 10:39 VERSION 10:40:58 -rw-rw-r-- 1 1001 1001 4131 Mar 31 10:38 ZMQWindows.md 10:40:58 drwxrwxr-x 2 1001 1001 4096 Mar 31 10:38 bin 10:40:58 drwxrwxr-x 18 1001 1001 4096 Mar 31 10:38 cmd 10:40:58 -rw-r--r-- 1 root root 429121 Mar 31 10:40 coverage.out 10:40:58 -rw-rw-r-- 1 1001 1001 3175 Mar 31 10:38 go.mod 10:40:58 -rw-rw-r-- 1 1001 1001 34990 Mar 31 10:38 go.sum 10:40:58 drwxrwxr-x 8 1001 1001 4096 Mar 31 10:38 internal 10:40:58 drwxrwxr-x 3 1001 1001 4096 Mar 31 10:38 openapi 10:40:58 drwxrwxr-x 4 1001 1001 4096 Mar 31 10:38 snap 10:40:58 -rw-rw-r-- 1 1001 1001 204 Mar 31 10:38 version.go [Pipeline] sh 10:40:58 + '[' -e coverage.out ] 10:40:58 + chown 1001:1001 coverage.out [Pipeline] stash 10:40:58 Stashed 1 file(s) [Pipeline] sh 10:40:59 + make build 10:40:59 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 10:41:08 Running on prd-ubuntu20.04-docker-arm64-4c-16g-9586 in /w/workspace/edgexfoundry_edgex-go_PR-3939 [Pipeline] { [Pipeline] ws 10:41:08 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 10:41:08 The recommended git tool is: git 10:41:16 using credential edgex-jenkins-ssh 10:41:16 Cloning the remote Git repository 10:41:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:41:16 Cloning repository git@github.com:edgexfoundry/edgex-go.git 10:41:16 > git init /w/workspace/edgex-go/3 # timeout=10 10:41:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:41:16 > git --version # timeout=10 10:41:16 > git --version # 'git version 2.25.1' 10:41:16 using GIT_SSH to set credentials SSH Credentials for GitHub 10:41:16 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:41:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 10:41:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:41:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 10:41:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 10:41:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:41:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 10:41:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:41:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:41:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 10:41:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:41:34 Merging remotes/origin/main commit f988924fa1a53bea613f37133d769f5216468f52 into PR head commit 12515137db75576d90e17e0d497dcc39ca44d1bf 10:41:33 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:41:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:41:33 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:41:34 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:41:34 using GIT_SSH to set credentials SSH Credentials for GitHub 10:41:34 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3939/head:refs/remotes/origin/PR-3939 +refs/heads/main:refs/remotes/origin/main # timeout=10 10:41:34 > git config core.sparsecheckout # timeout=10 10:41:34 > git checkout -f 12515137db75576d90e17e0d497dcc39ca44d1bf # timeout=10 10:41:35 Merge succeeded, producing 12515137db75576d90e17e0d497dcc39ca44d1bf 10:41:35 Checking out Revision 12515137db75576d90e17e0d497dcc39ca44d1bf (PR-3939) 10:41:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 10:41:35 > git remote # timeout=10 10:41:35 > git config --get remote.origin.url # timeout=10 10:41:35 using GIT_SSH to set credentials SSH Credentials for GitHub 10:41:35 > git merge f988924fa1a53bea613f37133d769f5216468f52 # timeout=10 10:41:35 > git rev-parse HEAD^{commit} # timeout=10 10:41:35 > git config core.sparsecheckout # timeout=10 10:41:35 > git checkout -f 12515137db75576d90e17e0d497dcc39ca44d1bf # timeout=10 [Pipeline] } 10:41:37 $ docker stop --time=1 3f752161aceecccb3d15d9674faa92ca457ab3fd685a7998300cc48d0b7b62f1 10:41:39 Commit message: "refactor(all): Use formatted alternative log function instead of fmt.Sprintf" 10:41:40 $ docker rm -f 3f752161aceecccb3d15d9674faa92ca457ab3fd685a7998300cc48d0b7b62f1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 10:41:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:41:41 10:41:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 10:41:41 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 10:41:41 % Total % Received % Xferd Average Speed Time Time Time Current 10:41:41 Dload Upload Total Spent Left Speed 10:41:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 47183 0 --:--:-- --:--:-- --:--:-- 47372 10:41:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:41:41 latest: Pulling from edgex-devops/edgex-compose 10:41:41 cbdbe7a5bc2a: Pulling fs layer 10:41:41 ca9280d653b3: Pulling fs layer 10:41:41 7e9c9ca2126c: Pulling fs layer 10:41:41 cbdbe7a5bc2a: Verifying Checksum 10:41:41 cbdbe7a5bc2a: Download complete [Pipeline] sh 10:41:42 ca9280d653b3: Verifying Checksum 10:41:42 ca9280d653b3: Download complete 10:41:42 cbdbe7a5bc2a: Pull complete 10:41:42 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 10:41:42 7e9c9ca2126c: Download complete 10:41:42 ca9280d653b3: Pull complete 10:41:42 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 10:41:42 + sudo tee /etc/docker/daemon.new 10:41:42 { 10:41:42 "registry-mirrors": [ 10:41:42 "https://nexus3.edgexfoundry.org:10001" 10:41:42 ], 10:41:42 "bip": "10.250.0.254/24", 10:41:42 "hosts": [ 10:41:42 "tcp://0.0.0.0:5555", 10:41:42 "unix:///var/run/docker.sock" 10:41:42 ], 10:41:42 "mtu": 1458, 10:41:42 "selinux-enabled": true, 10:41:42 "seccomp-profile": "/etc/docker/seccomp.json" 10:41:42 } [Pipeline] sh 10:41:43 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 10:41:43 + sudo service docker restart 10:41:45 7e9c9ca2126c: Pull complete 10:41:45 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 10:41:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:41:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 10:41:45 prd-ubuntu20.04-docker-8c-8g-9585 does not seem to be running inside a container 10:41:45 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 10:41:47 $ docker top b457b7d64e1fa079d4c67246aee334dd97272d688a7f76bcba3c7d9748250f42 -eo pid,comm [Pipeline] { [Pipeline] sh 10:41:47 + docker-compose build --help 10:41:47 + grep parallel 10:41:48 --parallel Build images in parallel. [Pipeline] } 10:41:48 $ docker stop --time=1 b457b7d64e1fa079d4c67246aee334dd97272d688a7f76bcba3c7d9748250f42 10:41:49 $ docker rm -f b457b7d64e1fa079d4c67246aee334dd97272d688a7f76bcba3c7d9748250f42 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:41:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:41:49 . [Pipeline] withDockerContainer 10:41:49 prd-ubuntu20.04-docker-8c-8g-9585 does not seem to be running inside a container 10:41:49 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 10:41:50 $ docker top 4a8a9df45c7247f84fe238704b45f0776d277766cd42214c4536bf62ab6414c0 -eo pid,comm [Pipeline] { [Pipeline] sh 10:41:50 + docker-compose -f ./docker-compose-build.yml build --parallel 10:41:51 Building core-command ... 10:41:51 Building core-data ... 10:41:51 Building core-metadata ... 10:41:51 Building security-bootstrapper ... 10:41:51 Building security-proxy-setup ... 10:41:51 Building security-secretstore-setup ... 10:41:51 Building security-spiffe-token-provider ... 10:41:51 Building security-spire-agent ... 10:41:51 Building security-spire-config ... 10:41:51 Building security-spire-server ... 10:41:51 Building support-notifications ... 10:41:51 Building support-scheduler ... 10:41:51 Building sys-mgmt-agent ... 10:41:51 Building security-spire-server 10:41:51 Building security-bootstrapper 10:41:51 Building sys-mgmt-agent 10:41:51 Building core-data 10:41:51 Building security-secretstore-setup [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:42:01 provisioning config files... 10:42:01 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config338457017174168273tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:42:02 ---> docker-login.sh 10:42:02 nexus3.edgexfoundry.org:10001 10:42:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:42:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:42:03 Configure a credential helper to remove this warning. See 10:42:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:42:03 10:42:03 Login Succeeded 10:42:03 nexus3.edgexfoundry.org:10002 10:42:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:42:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:42:03 Configure a credential helper to remove this warning. See 10:42:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:42:03 10:42:03 Login Succeeded 10:42:03 nexus3.edgexfoundry.org:10003 10:42:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:42:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:42:04 Configure a credential helper to remove this warning. See 10:42:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:42:04 10:42:04 Login Succeeded 10:42:04 nexus3.edgexfoundry.org:10004 10:42:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:42:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:42:04 Configure a credential helper to remove this warning. See 10:42:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:42:04 10:42:04 Login Succeeded 10:42:04 docker.io 10:42:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:42:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:42:05 Configure a credential helper to remove this warning. See 10:42:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:42:05 10:42:05 Login Succeeded 10:42:05 ---> docker-login.sh ends [Pipeline] } 10:42:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:42:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:42:05 ========================================================= 10:42:05 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 10:42:05 ========================================================= [Pipeline] fileExists [Pipeline] sh 10:42:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 10:42:06 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:42:06 9b3977197b4f: Pulling fs layer 10:42:06 1a89e8eeedd5: Pulling fs layer 10:42:06 94645a83ff95: Pulling fs layer 10:42:06 3f3a8bcf1eab: Pulling fs layer 10:42:06 0c92f367c5e7: Pulling fs layer 10:42:06 f7c0051592d6: Pulling fs layer 10:42:06 a227ed2f7395: Pulling fs layer 10:42:06 7b1c46037f91: Pulling fs layer 10:42:06 3f3a8bcf1eab: Waiting 10:42:06 0c92f367c5e7: Waiting 10:42:06 f7c0051592d6: Waiting 10:42:06 a227ed2f7395: Waiting 10:42:06 7b1c46037f91: Waiting 10:42:06 94645a83ff95: Download complete 10:42:06 1a89e8eeedd5: Verifying Checksum 10:42:06 1a89e8eeedd5: Download complete 10:42:06 0c92f367c5e7: Download complete 10:42:06 f7c0051592d6: Verifying Checksum 10:42:06 f7c0051592d6: Download complete 10:42:06 9b3977197b4f: Download complete 10:42:06 a227ed2f7395: Verifying Checksum 10:42:06 a227ed2f7395: Download complete 10:42:06 9b3977197b4f: Pull complete 10:42:07 1a89e8eeedd5: Pull complete 10:42:07 94645a83ff95: Pull complete 10:42:08 7b1c46037f91: Verifying Checksum 10:42:08 7b1c46037f91: Download complete 10:42:09 3f3a8bcf1eab: Verifying Checksum 10:42:09 3f3a8bcf1eab: Download complete 10:42:13 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 10:42:13 Step 2/25 : FROM ${BUILDER_BASE} AS builder 10:42:13 ---> b3750eceeb9f 10:42:13 Step 3/25 : WORKDIR /edgex-go 10:42:13 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 10:42:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:42:13 ---> b3750eceeb9f 10:42:13 Step 3/23 : WORKDIR /edgex-go 10:42:13 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 10:42:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:42:13 ---> b3750eceeb9f 10:42:13 Step 3/23 : WORKDIR /edgex-go 10:42:13 Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 10:42:13 Step 2/31 : FROM ${BUILDER_BASE} AS builder 10:42:13 ---> b3750eceeb9f 10:42:13 Step 3/31 : WORKDIR /edgex-go 10:42:13 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 10:42:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:42:13 ---> b3750eceeb9f 10:42:13 Step 3/23 : WORKDIR /edgex-go 10:42:14 ---> Running in 2a6fa7f93505 10:42:14 ---> Running in 1ddf1a3ca181 10:42:14 ---> Running in 0d87a167478e 10:42:14 ---> Running in 302a39a5c27e 10:42:14 ---> Running in c99f68274f2d 10:42:14 Removing intermediate container 2a6fa7f93505 10:42:14 ---> 16d85a3d3654 10:42:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:42:14 Removing intermediate container 0d87a167478e 10:42:14 ---> c81eedd64250 10:42:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:42:14 Removing intermediate container c99f68274f2d 10:42:14 Removing intermediate container 1ddf1a3ca181 10:42:14 ---> 82b3c0b71ad8 10:42:14 ---> 7b531d848182 10:42:14 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:42:14 10:42:14 Removing intermediate container 302a39a5c27e 10:42:14 ---> ebddf4264b84 10:42:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:42:14 ---> Running in 0b7533fbfac1 10:42:14 ---> Running in e6a0c131199a 10:42:14 ---> Running in 8238472c5fd7 10:42:14 ---> Running in 0fa6a8882b7a 10:42:14 ---> Running in 429f03678af1 10:42:15 Removing intermediate container 0b7533fbfac1 10:42:15 ---> 99cfffc0ba3e 10:42:15 Step 5/23 : RUN apk add --update --no-cache make git 10:42:15 ---> Running in a4981e0b1433 10:42:15 Removing intermediate container e6a0c131199a 10:42:15 ---> 1678a1de5906 10:42:15 Step 5/23 : RUN apk add --update --no-cache make bash git 10:42:15 Removing intermediate container 0fa6a8882b7a 10:42:15 ---> 7bc6c4ee410d 10:42:15 Step 5/25 : RUN apk add --update --no-cache make git 10:42:15 ---> Running in 2c5f00a9b57e 10:42:15 ---> Running in 4360f8ebf6eb 10:42:15 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 10:42:15 Removing intermediate container 8238472c5fd7 10:42:15 ---> 23ea45c23357 10:42:15 Step 5/31 : RUN apk add --update --no-cache make git 10:42:15 ---> Running in 01135911277c 10:42:15 Removing intermediate container 429f03678af1 10:42:15 ---> 6df409a5107a 10:42:15 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 10:42:16 ---> Running in d2665d61a654 10:42:16 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 10:42:16 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 10:42:16 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 10:42:16 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 10:42:16 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 10:42:17 OK: 221 MiB in 52 packages 10:42:17 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 10:42:17 Removing intermediate container a4981e0b1433 10:42:17 ---> 10f60bfa5261 10:42:17 Step 6/23 : COPY go.mod vendor* ./ 10:42:17 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 10:42:17 OK: 221 MiB in 52 packages 10:42:17 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 10:42:17 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 10:42:17 ---> 1b0749e6c84e 10:42:17 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:42:17 ---> Running in bfc82dca2d5e 10:42:17 OK: 221 MiB in 52 packages 10:42:17 OK: 221 MiB in 52 packages 10:42:17 Removing intermediate container 2c5f00a9b57e 10:42:17 ---> 1e8c2fc93d36 10:42:17 Step 6/23 : COPY go.mod vendor* ./ 10:42:17 OK: 221 MiB in 52 packages 10:42:18 ---> 9f691fb103c2 10:42:18 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:42:18 ---> Running in 91d509859edf 10:42:18 Removing intermediate container 4360f8ebf6eb 10:42:18 ---> 2870c7aacd28 10:42:18 Step 6/25 : COPY go.mod vendor* ./ 10:42:18 Removing intermediate container d2665d61a654 10:42:18 ---> 4a7dededb4b8 10:42:18 Step 6/23 : COPY go.mod vendor* ./ 10:42:18 Removing intermediate container 01135911277c 10:42:18 ---> 5feb2ce8eec9 10:42:18 Step 6/31 : COPY go.mod vendor* ./ 10:42:18 ---> f6a496f71be8 10:42:18 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:42:18 ---> Running in 99014fe80461 10:42:18 ---> a68558aa3a31 10:42:18 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:42:18 ---> Running in b047c0599d26 10:42:18 ---> e141eb3e599c 10:42:18 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:42:18 ---> Running in cfa0c2f3dbf4 10:42:18 Removing intermediate container bfc82dca2d5e 10:42:18 ---> 20b34aee155e 10:42:18 Step 8/23 : COPY . . 10:42:19 Removing intermediate container 91d509859edf 10:42:19 ---> 5dbbda02a762 10:42:19 Step 8/23 : COPY . . 10:42:21 3f3a8bcf1eab: Pull complete 10:42:21 0c92f367c5e7: Pull complete 10:42:21 f7c0051592d6: Pull complete 10:42:21 a227ed2f7395: Pull complete 10:42:23 Removing intermediate container cfa0c2f3dbf4 10:42:23 ---> a060685b0ca2 10:42:23 Step 8/31 : COPY . . 10:42:23 Removing intermediate container b047c0599d26 10:42:23 ---> 73ead0de0f7e 10:42:23 Step 8/23 : COPY . . 10:42:23 Removing intermediate container 99014fe80461 10:42:23 ---> eb94923ee403 10:42:23 Step 8/25 : COPY . . 10:42:29 7b1c46037f91: Pull complete 10:42:29 Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe 10:42:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 10:42:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh 10:42:30 + + echodocker FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 10:42:30 WORKDIR /edgex 10:42:30 COPY go.mod . 10:42:30 RUN go mod download build 10:42:30 -t ci-base-image-arm64 -f - . 10:42:31 ---> 7e9575ca8d1d 10:42:31 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:42:31 ---> a2d5191ad0b3 10:42:31 Step 9/23 : RUN make cmd/core-data/core-data 10:42:31 ---> Running in e7faa3609e52 10:42:31 ---> 6f4c7cd7fcc9 10:42:31 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 10:42:31 ---> 7f716725ec21 10:42:31 Step 9/23 : ARG SPIRE_RELEASE=1.2.0 10:42:31 ---> Running in 7757259ef0b7 10:42:31 ---> Running in 1a9046b8af90 10:42:31 ---> 7c208ef6441f 10:42:31 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 10:42:31 ---> Running in 80c9505f01c0 10:42:31 ---> Running in e4aa52e4d974 10:42:31 Removing intermediate container 1a9046b8af90 10:42:31 ---> b9ffe14bf087 10:42:31 Step 10/23 : RUN wget -q "https://github.com/spiffe/spire/releases/download/v${SPIRE_RELEASE}/spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" && tar xv --strip-components=1 -f "spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" 10:42:31 ---> Running in 9f8607c3f6cf 10:42:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:42:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 10:42:32 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 10:42:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:42:32 Sending build context to Docker daemon 169.1MB 10:42:32 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 10:42:32 ---> f79e39bc4007 10:42:32 Step 2/4 : WORKDIR /edgex 10:42:32 spire-1.2.0/ 10:42:34 spire-1.2.0/README.md 10:42:34 spire-1.2.0/bin/ 10:42:34 spire-1.2.0/bin/spire-server 10:42:34 spire-1.2.0/bin/spire-agent 10:42:34 spire-1.2.0/conf/ 10:42:34 spire-1.2.0/conf/server/ 10:42:34 spire-1.2.0/conf/server/server.conf 10:42:34 spire-1.2.0/conf/agent/ 10:42:34 spire-1.2.0/conf/agent/agent.conf 10:42:34 spire-1.2.0/LICENSE 10:42:34 ---> Running in 27e2d6c3a2d8 10:42:34 Removing intermediate container 27e2d6c3a2d8 10:42:34 ---> 9fbb33f2ce7b 10:42:34 Step 3/4 : COPY go.mod . 10:42:35 ---> a73f4e6481a6 10:42:35 Step 4/4 : RUN go mod download 10:42:35 ---> Running in 35b626a2ff45 10:42:36 Removing intermediate container 9f8607c3f6cf 10:42:36 ---> 1b099b5f7bfe 10:42:36 10:42:36 Step 11/23 : FROM alpine:3.15 10:42:36 3.15: Pulling from library/alpine 10:42:36 Digest: sha256:f22945d45ee2eb4dd463ed5a431d9f04fcd80ca768bb1acf898d91ce51f7bf04 10:42:36 Status: Downloaded newer image for alpine:3.15 10:42:36 ---> 76c8fb57b6fc 10:42:36 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 10:42:37 ---> Running in 2584acdf2c40 10:42:37 Removing intermediate container 2584acdf2c40 10:42:37 ---> 46029c3ba678 10:42:37 Step 13/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:42:37 ---> Running in fe30d76481be 10:42:38 Removing intermediate container fe30d76481be 10:42:38 ---> 1e4fd1e844b8 10:42:38 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:42:38 ---> Running in 798be51e9d10 10:42:39 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 10:42:40 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 10:42:41 v3.15.3-2-g9717d71770 [https://nl.alpinelinux.org/alpine/v3.15/main] 10:42:41 v3.15.3-9-g5eb6d69174 [https://nl.alpinelinux.org/alpine/v3.15/community] 10:42:41 OK: 15854 distinct packages available 10:42:41 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 10:42:41 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 10:42:42 (1/5) Installing dumb-init (1.2.5-r1) 10:42:42 (2/5) Installing musl-obstack (1.2.3-r0) 10:42:42 (3/5) Installing libucontext (1.1-r0) 10:42:42 (4/5) Installing gcompat (1.0.0-r4) 10:42:42 (5/5) Installing openssl (1.1.1n-r0) 10:42:42 Executing busybox-1.34.1-r4.trigger 10:42:42 OK: 6 MiB in 19 packages 10:42:44 Removing intermediate container 798be51e9d10 10:42:44 ---> e9adb697b637 10:42:44 Step 15/23 : COPY --from=builder /edgex-go/bin/spire-server /usr/local/bin 10:42:46 ---> c0edf03fe8f9 10:42:46 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 10:42:47 ---> 5ce70c837c37 10:42:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 10:42:47 ---> 327e1f4e4f6f 10:42:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 10:42:48 ---> 443ed4489f25 10:42:48 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 10:42:48 ---> Running in e035109a9287 10:42:48 Removing intermediate container e035109a9287 10:42:48 ---> 30c07694efdd 10:42:48 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 10:42:48 ---> Running in 4efbd44e1d46 10:42:49 Removing intermediate container 4efbd44e1d46 10:42:49 ---> 2f56cc8645ce 10:42:49 Step 21/23 : LABEL arch=x86_64 10:42:49 ---> Running in 0c8bb4cd5ffb 10:42:49 Removing intermediate container 0c8bb4cd5ffb 10:42:49 ---> 2b33d86fabdc 10:42:49 Step 22/23 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf 10:42:49 ---> Running in fa73e42b387f 10:42:50 Removing intermediate container fa73e42b387f 10:42:50 ---> 9580a0d5b654 10:42:50 Step 23/23 : LABEL version=0.0.0 10:42:50 ---> Running in 286f6c218fb2 10:42:50 Removing intermediate container 286f6c218fb2 10:42:50 ---> 815d01235613 10:42:50 10:42:50 Successfully built 815d01235613 10:42:50 Successfully tagged security-spire-server:latest 10:42:50 Building security-spiffe-token-provider 10:42:57  Building security-spire-server ... done Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 10:42:57 Step 2/20 : FROM ${BUILDER_BASE} AS builder 10:42:57 ---> b3750eceeb9f 10:42:57 Step 3/20 : WORKDIR /edgex-go 10:42:57 ---> Using cache 10:42:57 ---> ebddf4264b84 10:42:57 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 10:42:57 ---> Running in d534f30323c4 10:42:59 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 10:42:59 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 10:43:00 v3.15.3-2-g9717d71770 [https://nl.alpinelinux.org/alpine/v3.15/main] 10:43:00 v3.15.3-9-g5eb6d69174 [https://nl.alpinelinux.org/alpine/v3.15/community] 10:43:00 OK: 15864 distinct packages available 10:43:00 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 10:43:00 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 10:43:01 OK: 221 MiB in 52 packages 10:43:02 Removing intermediate container d534f30323c4 10:43:02 ---> 100909a6c0f3 10:43:02 Step 5/20 : COPY go.mod vendor* ./ 10:43:03 ---> bd942e619cc4 10:43:03 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:43:03 ---> Running in 55a83c683e0c 10:43:04 Removing intermediate container 55a83c683e0c 10:43:04 ---> 272faa75e1b0 10:43:04 Step 7/20 : COPY . . 10:43:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:43:11 Removing intermediate container 80c9505f01c0 10:43:11 ---> fc78f7f9fefb 10:43:11 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 10:43:11 Removing intermediate container e7faa3609e52 10:43:11 ---> 4f53cb4dd79a 10:43:11 10:43:11 Step 10/25 : FROM alpine:3.14 10:43:11 Removing intermediate container e4aa52e4d974 10:43:11 ---> 46d58b921444 10:43:11 10:43:11 Step 10/31 : FROM alpine:3.14 10:43:11 ---> Running in 8597ebd86cf0 10:43:11 ---> 0ff6b528c896 10:43:11 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:43:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 10:43:11 ---> Running in f996990d1971 10:43:11 Removing intermediate container 7757259ef0b7 10:43:11 ---> e502c94f1f74 10:43:11 10:43:11 Step 10/23 : FROM alpine:3.14 10:43:12 3.14: Pulling from library/alpine 10:43:12 3.14: Pulling from library/alpine 10:43:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 10:43:12 3.14: Pulling from library/alpine 10:43:12 Removing intermediate container 8597ebd86cf0 10:43:12 ---> a57035e70172 10:43:12 10:43:12 Step 11/23 : FROM docker:20.10.14 10:43:12 20.10.14: Pulling from library/docker 10:43:12 Digest: sha256:85c63ff404e9b4daf18f264447161b50ffa70047cc4c03381478cf2c6edfa9da 10:43:12 Status: Downloaded newer image for alpine:3.14 10:43:12 Digest: sha256:85c63ff404e9b4daf18f264447161b50ffa70047cc4c03381478cf2c6edfa9da 10:43:12 Status: Image is up to date for alpine:3.14 10:43:12 Digest: sha256:85c63ff404e9b4daf18f264447161b50ffa70047cc4c03381478cf2c6edfa9da 10:43:12 Status: Image is up to date for alpine:3.14 10:43:12 ---> 84b07dd2d1fd 10:43:12 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 10:43:12 ---> 84b07dd2d1fd 10:43:12 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 10:43:12 ---> 84b07dd2d1fd 10:43:12 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:43:12 ---> Running in ee36f896f484 10:43:12 ---> Running in 1bbdf183ae33 10:43:12 ---> Running in a1827c5c338b 10:43:13 Removing intermediate container 1bbdf183ae33 10:43:13 ---> 5ebb99126a25 10:43:13 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 10:43:13 Removing intermediate container a1827c5c338b 10:43:13 ---> fca0de0ded8e 10:43:13 Step 12/23 : ENV APP_PORT=59880 10:43:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 10:43:13 ---> Running in ea0d2aae1de3 10:43:13 ---> Running in 152c0dc16c47 10:43:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 10:43:13 Removing intermediate container 152c0dc16c47 10:43:13 ---> 4564269f97ce 10:43:13 Step 13/23 : EXPOSE $APP_PORT 10:43:13 ---> Running in 17b6caf2d905 10:43:13 (1/3) Installing ca-certificates (20211220-r0) 10:43:13 (2/3) Installing dumb-init (1.2.5-r1) 10:43:13 (3/3) Installing su-exec (0.2-r1) 10:43:13 Executing busybox-1.33.1-r6.trigger 10:43:13 Executing ca-certificates-20211220-r0.trigger 10:43:13 OK: 6 MiB in 17 packages 10:43:13 Removing intermediate container 17b6caf2d905 10:43:13 ---> 21979cbc4f94 10:43:13 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:43:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 10:43:13 ---> Running in 625ccc984993 10:43:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 10:43:13 (1/2) Installing dumb-init (1.2.5-r1) 10:43:13 (2/2) Installing su-exec (0.2-r1) 10:43:13 Executing busybox-1.33.1-r6.trigger 10:43:14 OK: 6 MiB in 16 packages 10:43:14 Removing intermediate container ee36f896f484 10:43:14 ---> b675c774d0ba 10:43:14 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:43:14 ---> Running in 8eacb7783716 10:43:14 Removing intermediate container 8eacb7783716 10:43:14 ---> a2b3a59f629c 10:43:14 Step 13/25 : WORKDIR / 10:43:14 ---> Running in f78483b75032 10:43:14 Removing intermediate container ea0d2aae1de3 10:43:14 ---> 1dd878bfbef4 10:43:14 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 10:43:14 ---> Running in 66119602ced3 10:43:14 Removing intermediate container f78483b75032 10:43:14 ---> 6875e54dea78 10:43:14 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 10:43:14 Removing intermediate container 625ccc984993 10:43:14 ---> 56be566ac457 10:43:14 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 10:43:14 Removing intermediate container 66119602ced3 10:43:14 ---> 9cf8ac1e33eb 10:43:14 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 10:43:14 ---> Running in 7e2f62183df2 10:43:14 ---> df520340be39 10:43:14 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 10:43:15 ---> Running in 992666909eb0 10:43:15 Removing intermediate container 992666909eb0 10:43:15 ---> 7564e0fa763c 10:43:15 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 10:43:15 ---> b97caa437abd 10:43:15 ---> Running in 0152e82f3ce6 10:43:15 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 10:43:15 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 10:43:16 ---> 364a4a322b3c 10:43:16 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 10:43:16 ---> 183703ad95c3 10:43:16 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:43:16 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 10:43:16 Removing intermediate container 0152e82f3ce6 10:43:16 ---> 95fd1e4b3359 10:43:16 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 10:43:16 ---> Running in 52cbb2fb184f 10:43:16 (1/6) Installing dumb-init (1.2.5-r1) 10:43:17 (2/6) Installing libgcc (10.3.1_git20210424-r2) 10:43:17 Removing intermediate container 52cbb2fb184f 10:43:17 ---> cabefcb188a1 10:43:17 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 10:43:17 (3/6) Installing libsodium (1.0.18-r0) 10:43:17 ---> 644a75b94ae6 10:43:17 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:43:17 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 10:43:17 (5/6) Installing libzmq (4.3.4-r0) 10:43:17 (6/6) Installing zeromq (4.3.4-r0) 10:43:17 ---> aa4044f2be57 10:43:17 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 10:43:17 Executing busybox-1.33.1-r6.trigger 10:43:17 OK: 8 MiB in 20 packages 10:43:17 ---> Running in e0c66153b9cd 10:43:18 ---> 9df4d1789594 10:43:18 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:43:18 Removing intermediate container 7e2f62183df2 10:43:18 ---> fc83939b064d 10:43:18 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:43:18 ---> c3a5e8568f0b 10:43:18 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 10:43:18 ---> Running in 4bf9ae87a559 10:43:18 ---> 625e46188458 10:43:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:43:19 Removing intermediate container e0c66153b9cd 10:43:19 ---> fcfda5de495b 10:43:19 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 10:43:19 ---> e8c309a14704 10:43:19 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:43:20 Removing intermediate container 4bf9ae87a559 10:43:20 ---> df2c8bdd98f7 10:43:20 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 10:43:20 ---> 074f76e69f30 10:43:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 10:43:20 ---> Running in d35781b1b5bc 10:43:20 Removing intermediate container d35781b1b5bc 10:43:20 ---> 31466c566a09 10:43:20 Step 23/25 : LABEL arch=x86_64 10:43:20 Digest: sha256:7dad83861f0b28bd6a0b281dc5f72144927b9f8173e388e461c8feba6be20bec 10:43:20 Status: Downloaded newer image for docker:20.10.14 10:43:20 ---> 5f3d65aad428 10:43:20 ---> Running in ed89c753323b 10:43:20 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 10:43:20 ---> be0ad941fb13 10:43:20 Step 19/23 : ENTRYPOINT ["/core-data"] 10:43:20 ---> Running in 12ae7c6b7bdc 10:43:20 ---> Running in 6eb73a5dfbd5 10:43:20 ---> 264368609cb2 10:43:20 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 10:43:20 Removing intermediate container ed89c753323b 10:43:20 ---> 436a3146b5db 10:43:20 Step 24/25 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf 10:43:20 Removing intermediate container 12ae7c6b7bdc 10:43:20 ---> 048402c6b002 10:43:20 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 10:43:20 Removing intermediate container 6eb73a5dfbd5 10:43:20 ---> c5d8950998d5 10:43:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:43:20 ---> Running in 3f234741b8f2 10:43:20 ---> 9ffe9d84476f 10:43:20 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 10:43:20 ---> Running in 80b0d1303ebe 10:43:20 ---> Running in c45979ecd8c0 10:43:21 Removing intermediate container 3f234741b8f2 10:43:21 ---> abfa5d977fc3 10:43:21 Step 25/25 : LABEL version=0.0.0 10:43:21 ---> Running in 40aff81cbf76 10:43:21 Removing intermediate container c45979ecd8c0 10:43:21 ---> 6d26ace3c801 10:43:21 Step 21/23 : LABEL arch=x86_64 10:43:21 ---> 9e541b180619 10:43:21 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 10:43:21 ---> Running in 4b56aba1aca0 10:43:21 Removing intermediate container 40aff81cbf76 10:43:21 ---> 5c167667b539 10:43:21 10:43:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 10:43:21 Removing intermediate container 4b56aba1aca0 10:43:21 ---> 90c1033050ae 10:43:21 Step 22/23 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf 10:43:21 ---> Running in b816b34290f3 10:43:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 10:43:21 Successfully built 5c167667b539 10:43:21 Successfully tagged security-secretstore-setup:latest 10:43:21 Building security-spire-agent 10:43:21  Building security-secretstore-setup ... done  ---> 7d7622d04dd9 10:43:21 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 10:43:21 Removing intermediate container b816b34290f3 10:43:21 ---> 6389232ad274 10:43:21 Step 23/23 : LABEL version=0.0.0 10:43:21 ---> Running in c31389c1c293 10:43:21 ---> Running in 2159e5cb465c 10:43:21 (1/43) Installing readline (8.1.1-r0) 10:43:21 (2/43) Installing bash (5.1.16-r0) 10:43:21 Executing bash-5.1.16-r0.post-install 10:43:21 (3/43) Installing brotli-libs (1.0.9-r5) 10:43:21 (4/43) Installing nghttp2-libs (1.46.0-r0) 10:43:21 (5/43) Installing libcurl (7.80.0-r0) 10:43:21 (6/43) Installing curl (7.80.0-r0) 10:43:21 (7/43) Installing dumb-init (1.2.5-r1) 10:43:21 (8/43) Installing libbz2 (1.0.8-r1) 10:43:21 (9/43) Installing expat (2.4.7-r0) 10:43:21 (10/43) Installing libffi (3.4.2-r1) 10:43:21 (11/43) Installing gdbm (1.22-r0) 10:43:21 (12/43) Installing xz-libs (5.2.5-r0) 10:43:21 (13/43) Installing libgcc (10.3.1_git20211027-r0) 10:43:21 (14/43) Installing libstdc++ (10.3.1_git20211027-r0) 10:43:21 (15/43) Installing mpdecimal (2.5.1-r1) 10:43:22 (16/43) Installing sqlite-libs (3.36.0-r0) 10:43:22 (17/43) Installing python3 (3.9.7-r4) 10:43:22 (18/43) Installing py3-appdirs (1.4.4-r2) 10:43:22 (19/43) Installing py3-certifi (2020.12.5-r1) 10:43:22 (20/43) Installing py3-charset-normalizer (2.0.7-r0) 10:43:22 (21/43) Installing py3-idna (3.3-r0) 10:43:22 (22/43) Installing py3-urllib3 (1.26.7-r0) 10:43:22 (23/43) Installing py3-requests (2.26.0-r1) 10:43:22 (24/43) Installing py3-msgpack (1.0.2-r1) 10:43:22 (25/43) Installing py3-lockfile (0.12.2-r4) 10:43:22 (26/43) Installing py3-cachecontrol (0.12.10-r0) 10:43:22 (27/43) Installing py3-colorama (0.4.4-r1) 10:43:22 (28/43) Installing py3-contextlib2 (21.6.0-r1) 10:43:22 Removing intermediate container c31389c1c293 10:43:22 ---> 9cb2cd14811b 10:43:22 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:43:22 (29/43) Installing py3-distlib (0.3.3-r0) 10:43:22 (30/43) Installing py3-distro (1.6.0-r0) 10:43:22 (31/43) Installing py3-six (1.16.0-r0) 10:43:22 (32/43) Installing py3-webencodings (0.5.1-r4) 10:43:22 (33/43) Installing py3-html5lib (1.1-r1) 10:43:22 Removing intermediate container 35b626a2ff45 10:43:22 ---> 7e3b5bf05a29 10:43:22 Successfully built 7e3b5bf05a29 10:43:22 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:43:22 (34/43) Installing py3-parsing (2.4.7-r2) 10:43:22 (35/43) Installing py3-packaging (20.9-r1) 10:43:22 (36/43) Installing py3-tomli (1.2.2-r0) 10:43:22 (37/43) Installing py3-pep517 (0.12.0-r0) 10:43:22 (38/43) Installing py3-progress (1.6-r0) 10:43:22 (39/43) Installing py3-retrying (1.3.3-r2) 10:43:22 (40/43) Installing py3-ordered-set (4.0.2-r2) 10:43:22 (41/43) Installing py3-setuptools (52.0.0-r4) 10:43:22 (42/43) Installing py3-toml (0.10.2-r2) 10:43:22 (43/43) Installing py3-pip (20.3.4-r1) 10:43:22 Executing busybox-1.34.1-r4.trigger 10:43:22 + docker inspect -f . ci-base-image-arm64 10:43:22 . [Pipeline] withDockerContainer 10:43:22 prd-ubuntu20.04-docker-arm64-4c-16g-9586 does not seem to be running inside a container 10:43:22 OK: 83 MiB in 65 packages 10:43:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:43:23 Removing intermediate container 2159e5cb465c 10:43:23 ---> 34bb59df956a 10:43:23 10:43:23 Successfully built 34bb59df956a 10:43:23 Collecting docker-compose==1.23.2 10:43:23 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 10:43:23 Collecting texttable<0.10,>=0.9.0 10:43:23 Downloading texttable-0.9.1.tar.gz (11 kB) 10:43:23 Successfully tagged core-data:latest 10:43:23 Building support-scheduler 10:43:23  Building core-data ... done  ---> 1ebf1529ba36 10:43:23 Step 26/31 : RUN chmod +x /entrypoint.sh 10:43:24 ---> Running in 801dce4c4340 10:43:24 Collecting docopt<0.7,>=0.6.1 10:43:24 Downloading docopt-0.6.2.tar.gz (25 kB) 10:43:24 $ docker top 821845d9e1d276b482afa6de9565031f7536ad45c607f8fabd5f83f6703f5c35 -eo pid,comm [Pipeline] { [Pipeline] sh 10:43:24 Collecting docker<4.0,>=3.6.0 10:43:24 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 10:43:24 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) 10:43:24 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 10:43:24 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 10:43:24 Collecting cached-property<2,>=1.2.0 10:43:24 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 10:43:24 Collecting PyYAML<4,>=3.10 10:43:24 Downloading PyYAML-3.13.tar.gz (270 kB) 10:43:25 + go version 10:43:25 go version go1.17.6 linux/arm64 [Pipeline] } 10:43:25 $ docker stop --time=1 821845d9e1d276b482afa6de9565031f7536ad45c607f8fabd5f83f6703f5c35 10:43:25 Collecting dockerpty<0.5,>=0.4.1 10:43:25 Downloading dockerpty-0.4.1.tar.gz (13 kB) 10:43:25 Collecting jsonschema<3,>=2.5.1 10:43:25 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 10:43:25 Collecting websocket-client<1.0,>=0.32.0 10:43:25 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 10:43:25 Collecting docker-pycreds>=0.4.0 10:43:25 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 10:43:25 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) 10:43:26 Collecting urllib3<1.25,>=1.21.1 10:43:26 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 10:43:26 Collecting idna<2.8,>=2.5 10:43:26 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 10:43:26 Collecting chardet<3.1.0,>=3.0.2 10:43:26 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 10:43:26 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 10:43:26 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 10:43:26 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 10:43:26 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 10:43:26 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 10:43:26 Attempting uninstall: urllib3 10:43:26 Found existing installation: urllib3 1.26.7 10:43:26 Uninstalling urllib3-1.26.7: 10:43:26 Successfully uninstalled urllib3-1.26.7 10:43:26 Attempting uninstall: idna 10:43:26 Found existing installation: idna 3.3 10:43:26 Uninstalling idna-3.3: 10:43:26 Successfully uninstalled idna-3.3 10:43:26 $ docker rm -f 821845d9e1d276b482afa6de9565031f7536ad45c607f8fabd5f83f6703f5c35 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:43:27 + docker inspect -f . ci-base-image-arm64 10:43:27 . [Pipeline] withDockerContainer 10:43:27 prd-ubuntu20.04-docker-arm64-4c-16g-9586 does not seem to be running inside a container 10:43:27 Removing intermediate container 801dce4c4340 10:43:27 ---> ea32be557365 10:43:27 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 10:43:27 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:43:28 Step 1/24 : ARG BUILDER_BASE=golang:1.17-alpine3.15 10:43:28 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:43:28 ---> b3750eceeb9f 10:43:28 Step 3/24 : WORKDIR /edgex-go 10:43:28 ---> Using cache 10:43:28 ---> ebddf4264b84 10:43:28 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:43:28 ---> Using cache 10:43:28 ---> 6df409a5107a 10:43:28 Step 5/24 : RUN apk add --update --no-cache make git 10:43:28 Attempting uninstall: requests 10:43:28 Found existing installation: requests 2.26.0 10:43:28 ---> Running in ad9e6b8a32f3 10:43:28 Uninstalling requests-2.26.0: 10:43:28 Successfully uninstalled requests-2.26.0 10:43:28 ---> Running in b537e016753d 10:43:28 Running setup.py install for texttable: started 10:43:28 Removing intermediate container ad9e6b8a32f3 10:43:28 ---> 4a70e6811c10 10:43:28 Step 28/31 : CMD ["gate"] 10:43:28 ---> Running in dda272441d38 10:43:28 Running setup.py install for texttable: finished with status 'done' 10:43:28 Running setup.py install for PyYAML: started 10:43:28 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 10:43:28 $ docker top 69541a1fcba97419c09d1a92a802c36513355776ec03085413859359fb850e19 -eo pid,comm 10:43:29 Removing intermediate container dda272441d38 10:43:29 ---> 257df04528b5 10:43:29 Step 29/31 : LABEL arch=x86_64 [Pipeline] { [Pipeline] echo 10:43:29 ========================================================= 10:43:29 [edgeXBuildGoParallel] Running Tests and Build... 10:43:29 ========================================================= [Pipeline] fileExists [Pipeline] sh 10:43:29 Running setup.py install for PyYAML: finished with status 'done' 10:43:29 ---> Running in 1cbc7dd59b0d 10:43:29 Running setup.py install for docopt: started 10:43:29 Removing intermediate container 1cbc7dd59b0d 10:43:29 ---> 3d858edd2ce7 10:43:29 Step 30/31 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf 10:43:29 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 10:43:29 Running setup.py install for docopt: finished with status 'done' 10:43:29 Running setup.py install for dockerpty: started 10:43:29 ---> Running in f96114526125 10:43:29 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 10:43:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:43:29 ---> b3750eceeb9f 10:43:29 Step 3/22 : WORKDIR /edgex-go 10:43:29 ---> Using cache 10:43:29 ---> ebddf4264b84 10:43:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:43:29 ---> Using cache 10:43:29 ---> 6df409a5107a 10:43:29 Step 5/22 : RUN apk add --update --no-cache make git 10:43:29 OK: 221 MiB in 52 packages 10:43:29 + make test 10:43:29 go mod tidy -compat=1.17 10:43:30 Running setup.py install for dockerpty: finished with status 'done' 10:43:30 ---> Running in b4b7e4bd001f 10:43:30 Removing intermediate container f96114526125 10:43:30 ---> 455f7fe32f7a 10:43:30 Step 31/31 : LABEL version=0.0.0 10:43:30 ---> Running in 0f31721df3b6 10:43:30 Removing intermediate container 0f31721df3b6 10:43:30 ---> f3d95bf75d61 10:43:30 10:43:30 Successfully installed PyYAML-3.13 cached-property-1.5.2 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 10:43:30 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 10:43:30 Successfully built f3d95bf75d61 10:43:30 Removing intermediate container b537e016753d 10:43:30 ---> 6d82c1d3e246 10:43:30 Step 6/24 : COPY go.mod vendor* ./ 10:43:30 Successfully tagged security-bootstrapper:latest 10:43:30 Building support-notifications 10:43:30  Building security-bootstrapper ... done Removing intermediate container f996990d1971 10:43:30 ---> e8ce14e59269 10:43:30 10:43:30 Step 9/20 : FROM alpine:3.15 10:43:30 ---> 76c8fb57b6fc 10:43:30 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 10:43:30 ---> Using cache 10:43:30 ---> 46029c3ba678 10:43:30 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:43:30 ---> Using cache 10:43:30 ---> 1e4fd1e844b8 10:43:30 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:43:30 ---> Running in 2eee737e1781 10:43:30 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 10:43:30 ---> 5daca82b12d0 10:43:30 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:43:31 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 10:43:31 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 10:43:31 OK: 221 MiB in 52 packages 10:43:32 ---> Running in 4814cd633f55 10:43:32 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 10:43:32 v3.15.3-2-g9717d71770 [https://nl.alpinelinux.org/alpine/v3.15/main] 10:43:32 v3.15.3-9-g5eb6d69174 [https://nl.alpinelinux.org/alpine/v3.15/community] 10:43:32 OK: 15854 distinct packages available 10:43:32 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 10:43:32 Removing intermediate container b4b7e4bd001f 10:43:32 ---> 72e70ebd7263 10:43:32 Step 6/22 : COPY go.mod vendor* ./ 10:43:33 ---> 7c767044dc39 10:43:33 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:43:33 ---> Running in 613f5c13e9c5 10:43:33 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 10:43:33 Removing intermediate container 4814cd633f55 10:43:33 ---> b3839066b15e 10:43:33 Step 8/24 : COPY . . 10:43:33 (1/9) Installing ca-certificates (20211220-r0) 10:43:34 (2/9) Installing brotli-libs (1.0.9-r5) 10:43:34 (3/9) Installing nghttp2-libs (1.46.0-r0) 10:43:34 (4/9) Installing libcurl (7.80.0-r0) 10:43:34 (5/9) Installing curl (7.80.0-r0) 10:43:34 (6/9) Installing dumb-init (1.2.5-r1) 10:43:34 (7/9) Installing musl-obstack (1.2.3-r0) 10:43:34 (8/9) Installing libucontext (1.1-r0) 10:43:34 (9/9) Installing gcompat (1.0.0-r4) 10:43:34 Executing busybox-1.34.1-r4.trigger 10:43:34 Executing ca-certificates-20211220-r0.trigger 10:43:34 OK: 8 MiB in 23 packages 10:43:35 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 10:43:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:43:35 ---> b3750eceeb9f 10:43:35 Step 3/22 : WORKDIR /edgex-go 10:43:35 ---> Using cache 10:43:35 ---> ebddf4264b84 10:43:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:43:35 ---> Using cache 10:43:35 ---> 6df409a5107a 10:43:35 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 10:43:36 Removing intermediate container 80b0d1303ebe 10:43:36 ---> 6df008e327ef 10:43:36 Step 14/23 : ENV APP_PORT=58890 10:43:36 ---> Running in 940c31682124 10:43:36 ---> Running in 49709d773407 10:43:36 Removing intermediate container 613f5c13e9c5 10:43:36 ---> 7931d9954f7c 10:43:36 Step 8/22 : COPY . . 10:43:37 Removing intermediate container 49709d773407 10:43:37 ---> 6fd4a9d382b7 10:43:37 Step 15/23 : EXPOSE $APP_PORT 10:43:37 Removing intermediate container 2eee737e1781 10:43:37 ---> 89c7de957d10 10:43:37 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 10:43:37 ---> Running in 377522dbdf78 10:43:37 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 10:43:37 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 10:43:38 OK: 221 MiB in 52 packages 10:43:39 ---> ad7da8247abc 10:43:39 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 10:43:39 Removing intermediate container 377522dbdf78 10:43:39 ---> d1c54a353c6e 10:43:39 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 10:43:40 Removing intermediate container 940c31682124 10:43:40 ---> a6acc7a4176c 10:43:40 Step 6/22 : COPY go.mod vendor* ./ 10:43:40 ---> 239ed8b21e23 10:43:40 ---> 5d2dde146d2c 10:43:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.tomlStep 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 10:43:40 10:43:40 ---> 09e1d49e03a9 10:43:40 Step 9/24 : ARG SPIRE_RELEASE=1.2.0 10:43:40 ---> Running in 9c014334533f 10:43:40 ---> 78fc44ed0499 10:43:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 10:43:40 ---> 48546a54b178 10:43:40 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 10:43:40 ---> d2113d18f5d3 10:43:40 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:43:40 Removing intermediate container 9c014334533f 10:43:40 ---> c8e26a13ceec 10:43:40 Step 10/24 : RUN wget -q "https://github.com/spiffe/spire/releases/download/v${SPIRE_RELEASE}/spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" && tar xv --strip-components=1 -f "spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" 10:43:40 ---> Running in 37edfef11e97 10:43:40 ---> Running in 3c675e095987 10:43:40 ---> Running in aa02dbf69b70 10:43:40 ---> 988c656f66b4 10:43:40 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 10:43:40 Removing intermediate container 3c675e095987 10:43:40 ---> 1f8e123a5271 10:43:40 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:43:40 ---> Running in 60ba9b3e5806 10:43:40 ---> Running in dc9960fe4cbe 10:43:40 Removing intermediate container dc9960fe4cbe 10:43:40 ---> 4ddf79b1ee75 10:43:40 Step 18/20 : LABEL arch=x86_64 10:43:40 Removing intermediate container 60ba9b3e5806 10:43:40 ---> a4742ca39cb1 10:43:40 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:43:40 ---> Running in e3a38d2b41e5 10:43:40 ---> Running in b472d4d5ac8c 10:43:41 Removing intermediate container e3a38d2b41e5 10:43:41 ---> cc62a3e42bb6 10:43:41 Step 21/23 : LABEL arch=x86_64 10:43:41 Removing intermediate container b472d4d5ac8c 10:43:41 ---> 16df102b628e 10:43:41 Step 19/20 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf 10:43:41 ---> Running in 68d0cc702d59 10:43:41 ---> Running in 5d0b9a285c62 10:43:41 spire-1.2.0/ 10:43:41 Removing intermediate container 68d0cc702d59 10:43:41 ---> 1958a04c89c5 10:43:41 Step 22/23 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf 10:43:41 Removing intermediate container 5d0b9a285c62 10:43:41 ---> bfeacc489e3f 10:43:41 Step 20/20 : LABEL version=0.0.0 10:43:41 ---> Running in bc91881498c5 10:43:41 ---> Running in 8e7777ba1851 10:43:41 Removing intermediate container 37edfef11e97 10:43:41 ---> 48313310dbcd 10:43:41 Step 8/22 : COPY . . 10:43:41 Removing intermediate container bc91881498c5 10:43:41 ---> b84afbd10b16 10:43:41 10:43:42 Removing intermediate container 8e7777ba1851 10:43:42 ---> aa0a01c0d5de 10:43:42 Step 23/23 : LABEL version=0.0.0 10:43:42 Successfully built b84afbd10b16 10:43:42 Successfully tagged security-spiffe-token-provider:latest 10:43:42  Building security-spiffe-token-provider ... done Building security-spire-config 10:43:42 spire-1.2.0/README.md 10:43:42 spire-1.2.0/bin/ 10:43:42 spire-1.2.0/bin/spire-server 10:43:42 spire-1.2.0/bin/spire-agent 10:43:42 spire-1.2.0/conf/ 10:43:42 spire-1.2.0/conf/server/ 10:43:42 spire-1.2.0/conf/server/server.conf 10:43:42 spire-1.2.0/conf/agent/ 10:43:42 spire-1.2.0/conf/agent/agent.conf 10:43:42 spire-1.2.0/LICENSE 10:43:43 ---> Running in f686303bddcb 10:43:46 ---> 21621f64985b 10:43:46 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 10:43:46 Removing intermediate container f686303bddcb 10:43:46 ---> 92793f3bd8f4 10:43:46 10:43:46 ---> Running in b18fceb330de 10:43:46 Successfully built 92793f3bd8f4 10:43:46 Successfully tagged sys-mgmt-agent:latest 10:43:46 Building core-command 10:43:47  Building sys-mgmt-agent ... done Step 1/24 : ARG BUILDER_BASE=golang:1.17-alpine3.15 10:43:47 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:43:47 ---> b3750eceeb9f 10:43:47 Step 3/24 : WORKDIR /edgex-go 10:43:47 ---> Using cache 10:43:47 ---> ebddf4264b84 10:43:47 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:43:47 ---> Using cache 10:43:47 ---> 6df409a5107a 10:43:47 Step 5/24 : RUN apk add --update --no-cache make git 10:43:47 ---> Using cache 10:43:47 ---> 72e70ebd7263 10:43:47 Step 6/24 : COPY go.mod vendor* ./ 10:43:47 ---> Using cache 10:43:47 ---> 7c767044dc39 10:43:47 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:43:47 ---> Using cache 10:43:47 ---> 7931d9954f7c 10:43:47 Step 8/24 : COPY . . 10:43:47 ---> Using cache 10:43:47 ---> 21621f64985b 10:43:47 Step 9/24 : ARG SPIRE_RELEASE=1.2.0 10:43:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:43:49 ---> Running in 6e07ffa7cbee 10:43:49 Removing intermediate container aa02dbf69b70 10:43:49 ---> 3ee103d2611d 10:43:49 10:43:49 Step 11/24 : FROM alpine:3.15 10:43:49 ---> 76c8fb57b6fc 10:43:49 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 10:43:49 ---> Using cache 10:43:49 ---> 46029c3ba678 10:43:49 Step 13/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:43:49 ---> Using cache 10:43:49 ---> 1e4fd1e844b8 10:43:49 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:43:49 ---> Using cache 10:43:49 ---> e9adb697b637 10:43:49 Step 15/24 : COPY --from=builder /edgex-go/bin/spire-agent /usr/local/bin 10:43:49 ---> f124d405d6f4 10:43:49 Step 9/22 : RUN make cmd/support-notifications/support-notifications 10:43:50 ---> Running in c134a825b174 10:43:50 Removing intermediate container 6e07ffa7cbee 10:43:50 ---> 264b75c80968 10:43:50 Step 10/24 : RUN wget -q "https://github.com/spiffe/spire/releases/download/v${SPIRE_RELEASE}/spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" && tar xv --strip-components=1 -f "spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" 10:43:50 ---> Running in a64f5f82d4ad 10:43:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:43:51 spire-1.2.0/ 10:43:51 ---> 7581b7ff1760 10:43:51 Step 16/24 : COPY --from=builder /edgex-go/bin/spire-server /usr/local/bin 10:43:51 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 10:43:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:43:51 ---> b3750eceeb9f 10:43:51 Step 3/23 : WORKDIR /edgex-go 10:43:51 ---> Using cache 10:43:51 ---> ebddf4264b84 10:43:51 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:43:51 ---> Using cache 10:43:51 ---> 6df409a5107a 10:43:51 Step 5/23 : RUN apk add --update --no-cache make git 10:43:51 ---> Using cache 10:43:51 ---> 72e70ebd7263 10:43:51 Step 6/23 : COPY go.mod vendor* ./ 10:43:51 ---> Using cache 10:43:51 ---> 7c767044dc39 10:43:51 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:43:51 ---> Using cache 10:43:51 ---> 7931d9954f7c 10:43:51 Step 8/23 : COPY . . 10:43:51 ---> Using cache 10:43:51 ---> 21621f64985b 10:43:51 Step 9/23 : RUN make cmd/core-command/core-command 10:43:51 ---> Running in fd29c280a6e6 10:43:52 spire-1.2.0/README.md 10:43:52 spire-1.2.0/bin/ 10:43:52 spire-1.2.0/bin/spire-server 10:43:52 spire-1.2.0/bin/spire-agent 10:43:52 spire-1.2.0/conf/ 10:43:52 spire-1.2.0/conf/server/ 10:43:52 spire-1.2.0/conf/server/server.conf 10:43:52 spire-1.2.0/conf/agent/ 10:43:52 spire-1.2.0/conf/agent/agent.conf 10:43:52 spire-1.2.0/LICENSE 10:43:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 10:43:53 ---> 577dbfe77a48 10:43:53 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 10:43:53 ---> 7ead35d1a202 10:43:53 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 10:43:54 ---> cd10b15558c0 10:43:54 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 10:43:54 ---> c1b6b3870189 10:43:54 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 10:43:54 ---> Running in 7654db0d02ff 10:43:55 Removing intermediate container 7654db0d02ff 10:43:55 ---> 86c4ea678d0b 10:43:55 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 10:43:55 ---> Running in 606c31dfed72 10:43:55 Removing intermediate container a64f5f82d4ad 10:43:55 ---> b1022ab9fe38 10:43:55 10:43:55 Step 11/24 : FROM alpine:3.15 10:43:55 ---> 76c8fb57b6fc 10:43:55 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 10:43:55 ---> Using cache 10:43:55 ---> 46029c3ba678 10:43:55 Step 13/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:43:55 ---> Using cache 10:43:55 ---> 1e4fd1e844b8 10:43:55 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 10:43:55 ---> Running in 339d06e6d6a8 10:43:55 Removing intermediate container 606c31dfed72 10:43:55 ---> e42bc4da0bb0 10:43:55 Step 22/24 : LABEL arch=x86_64 10:43:55 ---> Running in a5a2dbdd19e1 10:43:55 Removing intermediate container a5a2dbdd19e1 10:43:55 ---> d0aae3ae3cb4 10:43:55 Step 23/24 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf 10:43:55 ---> Running in 4349a0d83312 10:43:55 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 10:43:56 Removing intermediate container 4349a0d83312 10:43:56 ---> 441e263222ec 10:43:56 Step 24/24 : LABEL version=0.0.0 10:43:56 ---> Running in 8131bca39dca 10:43:56 Removing intermediate container 8131bca39dca 10:43:56 ---> 91b62efebee6 10:43:56 10:43:56 Successfully built 91b62efebee6 10:43:56 Successfully tagged security-spire-agent:latest 10:43:56  Building security-spire-agent ... done Building security-proxy-setup 10:43:56 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 10:43:57 v3.15.3-2-g9717d71770 [https://nl.alpinelinux.org/alpine/v3.15/main] 10:43:57 v3.15.3-9-g5eb6d69174 [https://nl.alpinelinux.org/alpine/v3.15/community] 10:43:57 OK: 15854 distinct packages available 10:43:57 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 10:43:58 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 10:43:58 (1/4) Installing dumb-init (1.2.5-r1) 10:43:58 (2/4) Installing musl-obstack (1.2.3-r0) 10:43:58 (3/4) Installing libucontext (1.1-r0) 10:43:58 (4/4) Installing gcompat (1.0.0-r4) 10:43:58 Executing busybox-1.34.1-r4.trigger 10:43:58 OK: 6 MiB in 18 packages 10:44:02 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 10:44:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:44:02 ---> b3750eceeb9f 10:44:02 Step 3/22 : WORKDIR /edgex-go 10:44:02 ---> Using cache 10:44:02 ---> ebddf4264b84 10:44:02 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:44:02 ---> Using cache 10:44:02 ---> 6df409a5107a 10:44:02 Step 5/22 : RUN apk add --update --no-cache make git 10:44:02 ---> Using cache 10:44:02 ---> 72e70ebd7263 10:44:02 Step 6/22 : COPY go.mod vendor* ./ 10:44:02 ---> Using cache 10:44:02 ---> 7c767044dc39 10:44:02 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:44:02 ---> Using cache 10:44:02 ---> 7931d9954f7c 10:44:02 Step 8/22 : COPY . . 10:44:02 ---> Using cache 10:44:02 ---> 21621f64985b 10:44:02 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 10:44:02 ---> Running in 48a13f30d875 10:44:02 Removing intermediate container 339d06e6d6a8 10:44:02 ---> 6b7407a76fa4 10:44:02 Step 15/24 : COPY --from=builder /edgex-go/bin/spire-server /usr/local/bin 10:44:03 ? github.com/edgexfoundry/edgex-go [no test files] 10:44:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 10:44:04 ---> 7357df72b83f 10:44:04 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 10:44:05 ---> 23c7fa8e9f06 10:44:05 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 10:44:05 ---> Running in 0a8ed12adaf1 10:44:05 Removing intermediate container 0a8ed12adaf1 10:44:05 ---> f75d868ae5c4 10:44:05 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 10:44:06 ---> 2672d6aa042a 10:44:06 Step 19/24 : WORKDIR / 10:44:06 ---> Running in 25abd7f9bfda 10:44:06 Removing intermediate container 25abd7f9bfda 10:44:06 ---> 01a318bb24f4 10:44:06 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 10:44:06 ---> Running in 3f07c0dc0d68 10:44:07 Removing intermediate container 3f07c0dc0d68 10:44:07 ---> 53fcc89da92f 10:44:07 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 10:44:07 ---> Running in b5e5524caa0e 10:44:07 Removing intermediate container b5e5524caa0e 10:44:07 ---> 2400eb689b02 10:44:07 Step 22/24 : LABEL arch=x86_64 10:44:07 ---> Running in afb09084a096 10:44:07 Removing intermediate container afb09084a096 10:44:07 ---> 14fe45d0529c 10:44:07 Step 23/24 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf 10:44:08 ---> Running in dde9753ef043 10:44:08 Removing intermediate container dde9753ef043 10:44:08 ---> 886bddd91fe6 10:44:08 Step 24/24 : LABEL version=0.0.0 10:44:08 ---> Running in e1139076a09f 10:44:08 Removing intermediate container e1139076a09f 10:44:08 ---> 737a24d52494 10:44:08 10:44:08 Successfully built 737a24d52494 10:44:08 Successfully tagged security-spire-config:latest 10:44:08  Building security-spire-config ... done Building core-metadata 10:44:14 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 10:44:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:44:14 ---> b3750eceeb9f 10:44:14 Step 3/23 : WORKDIR /edgex-go 10:44:14 ---> Using cache 10:44:14 ---> ebddf4264b84 10:44:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:44:14 ---> Using cache 10:44:14 ---> 6df409a5107a 10:44:14 Step 5/23 : RUN apk add --update --no-cache make git 10:44:14 ---> Using cache 10:44:14 ---> 72e70ebd7263 10:44:14 Step 6/23 : COPY go.mod vendor* ./ 10:44:14 ---> Using cache 10:44:14 ---> 7c767044dc39 10:44:14 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:44:14 ---> Using cache 10:44:14 ---> 7931d9954f7c 10:44:14 Step 8/23 : COPY . . 10:44:14 ---> Using cache 10:44:14 ---> 21621f64985b 10:44:14 Step 9/23 : RUN make cmd/core-metadata/core-metadata 10:44:15 ---> Running in 08e42a6e557c 10:44:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:44:22 Removing intermediate container b18fceb330de 10:44:22 ---> 36172dd7f393 10:44:22 10:44:22 Step 10/22 : FROM alpine:3.14 10:44:22 ---> 84b07dd2d1fd 10:44:22 Step 11/22 : RUN apk add --update --no-cache dumb-init 10:44:22 ---> Running in 8f9634caf679 10:44:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 10:44:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 10:44:22 (1/1) Installing dumb-init (1.2.5-r1) 10:44:22 Executing busybox-1.33.1-r6.trigger 10:44:22 OK: 6 MiB in 15 packages 10:44:23 Removing intermediate container 8f9634caf679 10:44:23 ---> 75a8c5a1d4fe 10:44:23 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:44:23 ---> Running in b0a11e647f44 10:44:23 Removing intermediate container b0a11e647f44 10:44:23 ---> 1661166efa26 10:44:23 Step 13/22 : ENV APP_PORT=59861 10:44:23 ---> Running in 8bdd0022c6d8 10:44:24 Removing intermediate container 8bdd0022c6d8 10:44:24 ---> 78d0e04e5840 10:44:24 Step 14/22 : EXPOSE $APP_PORT 10:44:24 ---> Running in 50fa1920485c 10:44:24 Removing intermediate container 50fa1920485c 10:44:24 ---> 5cfb54b4f4c9 10:44:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:44:25 ---> 6ef80644d02a 10:44:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:44:27 ---> 1f111634570d 10:44:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 10:44:27 Removing intermediate container c134a825b174 10:44:27 ---> a37a4a6e6a73 10:44:27 10:44:27 Step 10/22 : FROM alpine:3.14 10:44:27 ---> 84b07dd2d1fd 10:44:27 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 10:44:27 ---> Running in a7271b74320a 10:44:28 ---> 560ff18619ac 10:44:28 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 10:44:28 ---> Running in 0f801074eb47 10:44:28 Removing intermediate container 0f801074eb47 10:44:28 ---> afdb8df54499 10:44:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:44:28 ---> Running in 19ce06366ce0 10:44:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 10:44:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 10:44:28 Removing intermediate container 19ce06366ce0 10:44:28 ---> c718d172b605 10:44:28 Step 20/22 : LABEL arch=x86_64 10:44:28 (1/2) Installing ca-certificates (20211220-r0) 10:44:28 (2/2) Installing dumb-init (1.2.5-r1) 10:44:28 Executing busybox-1.33.1-r6.trigger 10:44:28 Executing ca-certificates-20211220-r0.trigger 10:44:28 ---> Running in b535127c02e6 10:44:28 OK: 6 MiB in 16 packages 10:44:28 Removing intermediate container fd29c280a6e6 10:44:28 ---> 45147c3cac04 10:44:28 10:44:28 Step 10/23 : FROM alpine:3.14 10:44:28 ---> 84b07dd2d1fd 10:44:28 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:44:28 ---> Using cache 10:44:28 ---> 75a8c5a1d4fe 10:44:28 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:44:28 ---> Using cache 10:44:28 ---> 1661166efa26 10:44:28 Step 13/23 : ENV APP_PORT=59882 10:44:29 ---> Running in ebd7e4da5e21 10:44:29 Removing intermediate container b535127c02e6 10:44:29 ---> e88e09b072db 10:44:29 Step 21/22 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf 10:44:29 ---> Running in d3e8cd88eb05 10:44:29 Removing intermediate container ebd7e4da5e21 10:44:29 ---> 85cf1bc72762 10:44:29 Step 14/23 : EXPOSE $APP_PORT 10:44:29 ---> Running in 5180ae204369 10:44:29 Removing intermediate container d3e8cd88eb05 10:44:29 ---> a6a5c953154e 10:44:29 Step 22/22 : LABEL version=0.0.0 10:44:29 ---> Running in 9c79c66f4998 10:44:29 Removing intermediate container 5180ae204369 10:44:29 ---> 0755a9ffa914 10:44:29 Step 15/23 : WORKDIR / 10:44:29 Removing intermediate container a7271b74320a 10:44:29 ---> b780ff11b9ab 10:44:29 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 10:44:29 ---> Running in f8bc5e350d8e 10:44:29 ---> Running in 0bb742e68be8 10:44:29 Removing intermediate container 9c79c66f4998 10:44:29 ---> 9002b6478077 10:44:29 10:44:29 Successfully built 9002b6478077 10:44:30 Successfully tagged support-scheduler:latest 10:44:30  Building support-scheduler ... done Removing intermediate container f8bc5e350d8e 10:44:30 ---> 91e841e91012 10:44:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:44:30 Removing intermediate container 0bb742e68be8 10:44:30 ---> 5cb9564ac449 10:44:30 Step 13/22 : ENV APP_PORT=59860 10:44:30 ---> Running in 20a91d7f53a8 10:44:30 Removing intermediate container 20a91d7f53a8 10:44:30 ---> 5e9318e19104 10:44:30 Step 14/22 : EXPOSE $APP_PORT 10:44:30 ---> Running in 3da07107458c 10:44:30 ---> a3204895bdc9 10:44:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:44:30 Removing intermediate container 3da07107458c 10:44:30 ---> 6627cb52bbe2 10:44:30 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:44:31 ---> 3980d3d4fb0c 10:44:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:44:31 ---> 05b0bb2d5e52 10:44:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 10:44:32 ---> d08e846e97a2 10:44:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 10:44:32 ---> e4f8b4c3127c 10:44:32 Step 19/23 : ENTRYPOINT ["/core-command"] 10:44:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 10:44:32 ---> Running in 24ab94e36d58 10:44:32 ---> 3f7fc6128efd 10:44:32 Step 18/22 : ENTRYPOINT ["/support-notifications"] 10:44:32 ---> Running in 98492509893d 10:44:32 Removing intermediate container 24ab94e36d58 10:44:32 ---> fc1d936cf085 10:44:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:44:32 ---> Running in e5c5d41fda98 10:44:32 Removing intermediate container e5c5d41fda98 10:44:32 ---> 0b1baff9c88d 10:44:32 Step 21/23 : LABEL arch=x86_64 10:44:32 Removing intermediate container 98492509893d 10:44:32 ---> e06c274b2b25 10:44:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:44:32 ---> Running in a120b5fc0b2c 10:44:32 ---> Running in 424770adc7df 10:44:32 Removing intermediate container a120b5fc0b2c 10:44:32 ---> 87999225cb8a 10:44:32 Step 22/23 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf 10:44:32 Removing intermediate container 424770adc7df 10:44:32 ---> 4bc6bfa55be9 10:44:32 Step 20/22 : LABEL arch=x86_64 10:44:32 ---> Running in be03e5562c42 10:44:32 ---> Running in 68258d618f30 10:44:33 Removing intermediate container 68258d618f30 10:44:33 ---> de22ab5601fe 10:44:33 Step 21/22 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf 10:44:33 Removing intermediate container be03e5562c42 10:44:33 ---> 34b97c4abc01 10:44:33 Step 23/23 : LABEL version=0.0.0 10:44:33 ---> Running in c66e0ad3a240 10:44:33 ---> Running in eb7370d002e0 10:44:33 Removing intermediate container c66e0ad3a240 10:44:33 ---> 35e73ec0b0fa 10:44:33 Step 22/22 : LABEL version=0.0.0 10:44:33 Removing intermediate container eb7370d002e0 10:44:33 ---> 6ccb2a5f004c 10:44:33 10:44:33 ---> Running in 04af08d62000 10:44:33 Successfully built 6ccb2a5f004c 10:44:33 Successfully tagged core-command:latest 10:44:33  Building core-command ... done Removing intermediate container 04af08d62000 10:44:33 ---> 4d81e0924bdc 10:44:33 10:44:33 Successfully built 4d81e0924bdc 10:44:33 Successfully tagged support-notifications:latest 10:44:36  Building support-notifications ... done Removing intermediate container 48a13f30d875 10:44:36 ---> 6553f369fbb3 10:44:36 10:44:36 Step 10/22 : FROM alpine:3.14 10:44:36 ---> 84b07dd2d1fd 10:44:36 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 10:44:36 ---> Running in 49d82b9e1091 10:44:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 10:44:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 10:44:37 (1/6) Installing ca-certificates (20211220-r0) 10:44:37 (2/6) Installing brotli-libs (1.0.9-r5) 10:44:37 (3/6) Installing nghttp2-libs (1.43.0-r0) 10:44:37 (4/6) Installing libcurl (7.79.1-r0) 10:44:37 (5/6) Installing curl (7.79.1-r0) 10:44:37 (6/6) Installing dumb-init (1.2.5-r1) 10:44:37 Executing busybox-1.33.1-r6.trigger 10:44:37 Executing ca-certificates-20211220-r0.trigger 10:44:37 OK: 8 MiB in 20 packages 10:44:37 Removing intermediate container 49d82b9e1091 10:44:37 ---> 37a7b4b256d6 10:44:37 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:44:37 ---> Running in e98e69910954 10:44:37 Removing intermediate container e98e69910954 10:44:37 ---> be5fd7801371 10:44:37 Step 13/22 : WORKDIR /edgex 10:44:37 ---> Running in c45f61319a05 10:44:38 Removing intermediate container c45f61319a05 10:44:38 ---> bcc8fd41f701 10:44:38 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 10:44:38 ---> a2b0a5cbd989 10:44:38 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 10:44:39 ---> 3260806183e9 10:44:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:44:39 ---> be059e477b02 10:44:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 10:44:39 Removing intermediate container 08e42a6e557c 10:44:39 ---> 06ae7815aea3 10:44:39 10:44:39 Step 10/23 : FROM alpine:3.14 10:44:39 ---> 84b07dd2d1fd 10:44:39 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:44:39 ---> Using cache 10:44:39 ---> 75a8c5a1d4fe 10:44:39 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:44:39 ---> Using cache 10:44:39 ---> 1661166efa26 10:44:39 Step 13/23 : ENV APP_PORT=59881 10:44:39 ---> Running in aecbc844d662 10:44:39 ---> e49425b428b4 10:44:39 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:44:39 ---> Running in 8f5760aef7d5 10:44:39 Removing intermediate container aecbc844d662 10:44:39 ---> 1c95f62805cb 10:44:39 Step 14/23 : EXPOSE $APP_PORT 10:44:39 ---> Running in 4faf56c52f6e 10:44:40 Removing intermediate container 4faf56c52f6e 10:44:40 ---> f900f43e2cda 10:44:40 Step 15/23 : WORKDIR / 10:44:40 ---> Running in 2e30b4815425 10:44:40 Removing intermediate container 2e30b4815425 10:44:40 ---> 0615abdcb244 10:44:40 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:44:40 ---> 1aef644a8ee6 10:44:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:44:40 Removing intermediate container 8f5760aef7d5 10:44:40 ---> f92cd6ef524f 10:44:40 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 10:44:40 ---> Running in 91aae558ab47 10:44:40 Removing intermediate container 91aae558ab47 10:44:40 ---> c84e0d3c6db1 10:44:40 Step 20/22 : LABEL arch=x86_64 10:44:40 ---> Running in 79d9664ffedb 10:44:40 ---> 6d22d14091ab 10:44:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 10:44:40 Removing intermediate container 79d9664ffedb 10:44:40 ---> 2c8da1455f4e 10:44:40 Step 21/22 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf 10:44:40 ---> Running in 28495731c8f4 10:44:41 Removing intermediate container 28495731c8f4 10:44:41 ---> 88ee6ac24f74 10:44:41 Step 22/22 : LABEL version=0.0.0 10:44:41 ---> 35f621c96640 10:44:41 Step 19/23 : ENTRYPOINT ["/core-metadata"] 10:44:41 ---> Running in 13bacb2dc6d6 10:44:41 ---> Running in 7291800dd3b5 10:44:41 Removing intermediate container 13bacb2dc6d6 10:44:41 ---> d703dc6129e6 10:44:41 10:44:41 Removing intermediate container 7291800dd3b5 10:44:41 ---> 5f76f7e699bd 10:44:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:44:41 ---> Running in 591c539ceea0 10:44:41 Successfully built d703dc6129e6 10:44:41 Successfully tagged security-proxy-setup:latest 10:44:41  Building security-proxy-setup ... done Removing intermediate container 591c539ceea0 10:44:41 ---> 48d818b7332d 10:44:41 Step 21/23 : LABEL arch=x86_64 10:44:41 ---> Running in 89043ee6e348 10:44:41 Removing intermediate container 89043ee6e348 10:44:41 ---> 2fbc088940c9 10:44:41 Step 22/23 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf 10:44:41 ---> Running in 2db5d3ba37f5 10:44:41 Removing intermediate container 2db5d3ba37f5 10:44:41 ---> 5cb0bfb311ed 10:44:41 Step 23/23 : LABEL version=0.0.0 10:44:41 ---> Running in 8dfe024654f4 10:44:41 Removing intermediate container 8dfe024654f4 10:44:41 ---> 2745d62abb34 10:44:41 10:44:41 Successfully built 2745d62abb34 10:44:41 Successfully tagged core-metadata:latest 10:44:42  Building core-metadata ... done  [Pipeline] } 10:44:42 $ docker stop --time=1 4a8a9df45c7247f84fe238704b45f0776d277766cd42214c4536bf62ab6414c0 10:44:43 $ docker rm -f 4a8a9df45c7247f84fe238704b45f0776d277766cd42214c4536bf62ab6414c0 [Pipeline] // withDockerContainer [Pipeline] sh 10:44:43 + docker images 10:44:43 REPOSITORY TAG IMAGE ID CREATED SIZE 10:44:43 security-proxy-setup latest d703dc6129e6 2 seconds ago 43.4MB 10:44:43 core-metadata latest 2745d62abb34 2 seconds ago 26.1MB 10:44:43 06ae7815aea3 4 seconds ago 1.62GB 10:44:43 6553f369fbb3 8 seconds ago 1.63GB 10:44:43 core-command latest 6ccb2a5f004c 10 seconds ago 24.5MB 10:44:43 support-notifications latest 4d81e0924bdc 10 seconds ago 26.6MB 10:44:43 support-scheduler latest 9002b6478077 14 seconds ago 26MB 10:44:43 45147c3cac04 15 seconds ago 1.61GB 10:44:43 a37a4a6e6a73 16 seconds ago 1.62GB 10:44:43 36172dd7f393 23 seconds ago 1.62GB 10:44:43 security-spire-config latest 737a24d52494 35 seconds ago 82.2MB 10:44:43 security-spire-agent latest 91b62efebee6 47 seconds ago 119MB 10:44:43 b1022ab9fe38 49 seconds ago 1.61GB 10:44:43 3ee103d2611d 55 seconds ago 1.61GB 10:44:43 sys-mgmt-agent latest 92793f3bd8f4 58 seconds ago 307MB 10:44:43 security-spiffe-token-provider latest b84afbd10b16 About a minute ago 28.5MB 10:44:43 e8ce14e59269 About a minute ago 1.61GB 10:44:43 security-bootstrapper latest f3d95bf75d61 About a minute ago 24.3MB 10:44:43 core-data latest 34bb59df956a About a minute ago 35.9MB 10:44:43 security-secretstore-setup latest 5c167667b539 About a minute ago 42.1MB 10:44:43 a57035e70172 About a minute ago 1.62GB 10:44:43 e502c94f1f74 About a minute ago 1.65GB 10:44:43 46d58b921444 About a minute ago 1.61GB 10:44:43 4f53cb4dd79a About a minute ago 1.63GB 10:44:43 security-spire-server latest 815d01235613 About a minute ago 82.9MB 10:44:43 1b099b5f7bfe 2 minutes ago 1.61GB 10:44:43 ci-base-image-x86_64 latest b3750eceeb9f 4 minutes ago 896MB 10:44:43 docker 20.10.14 5f3d65aad428 43 hours ago 218MB 10:44:43 alpine 3.14 84b07dd2d1fd 2 days ago 5.59MB 10:44:43 alpine 3.15 76c8fb57b6fc 2 days ago 5.57MB 10:44:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine 99d49a6021b9 8 weeks ago 562MB 10:44:43 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 5 months ago 34.5MB 10:44:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 21 months 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) [Pipeline] findFiles [Pipeline] node 10:44:58 Still waiting to schedule task 10:44:58 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 10:45:25 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 10:45:35 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 10:45:35 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 10:45:35 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 10:45:35 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 10:45:35 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 10:45:35 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 10:45:35 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 10:45:35 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 10:45:36 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 10:45:37 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 10:45:37 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 10:45:37 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 10:45:37 ? github.com/edgexfoundry/edgex-go/internal [no test files] 10:45:37 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 10:45:43 Running on prd-ubuntu18.04-docker-8c-8g-9587 in /w/workspace/edgexfoundry_edgex-go_PR-3939 [Pipeline] { [Pipeline] ws 10:45:43 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 10:45:43 The recommended git tool is: git 10:45:44 using credential edgex-jenkins-ssh 10:45:44 Cloning the remote Git repository 10:45:44 Cloning repository git@github.com:edgexfoundry/edgex-go.git 10:45:44 > git init /w/workspace/edgex-go/3 # timeout=10 10:45:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:45:45 > git --version # timeout=10 10:45:45 > git --version # 'git version 2.17.1' 10:45:45 using GIT_SSH to set credentials SSH Credentials for GitHub 10:45:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:45:48 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.241s coverage: 28.7% of statements 10:45:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 10:45:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 10:45:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:45:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:45:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:45:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:45:50 using GIT_SSH to set credentials SSH Credentials for GitHub 10:45:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3939/head:refs/remotes/origin/PR-3939 +refs/heads/main:refs/remotes/origin/main # timeout=10 10:45:50 Merging remotes/origin/main commit f988924fa1a53bea613f37133d769f5216468f52 into PR head commit 12515137db75576d90e17e0d497dcc39ca44d1bf 10:45:50 Merge succeeded, producing 12515137db75576d90e17e0d497dcc39ca44d1bf 10:45:50 Checking out Revision 12515137db75576d90e17e0d497dcc39ca44d1bf (PR-3939) 10:45:50 > git config core.sparsecheckout # timeout=10 10:45:50 > git checkout -f 12515137db75576d90e17e0d497dcc39ca44d1bf # timeout=10 10:45:50 > git remote # timeout=10 10:45:50 > git config --get remote.origin.url # timeout=10 10:45:50 using GIT_SSH to set credentials SSH Credentials for GitHub 10:45:50 > git merge f988924fa1a53bea613f37133d769f5216468f52 # timeout=10 10:45:50 > git rev-parse HEAD^{commit} # timeout=10 10:45:50 > git config core.sparsecheckout # timeout=10 10:45:50 > git checkout -f 12515137db75576d90e17e0d497dcc39ca44d1bf # timeout=10 10:45:52 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.388s coverage: 98.5% of statements 10:45:52 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 10:45:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.554s coverage: 54.9% of statements 10:45:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 10:45:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 10:45:54 Commit message: "refactor(all): Use formatted alternative log function instead of fmt.Sprintf" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:45:55 + echo snap-build.sh 10:45:55 snap-build.sh 10:45:55 + SNAP_BASE_DIR=. 10:45:55 + '[' '!' -z /w/workspace/edgex-go/3 ']' 10:45:55 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 10:45:55 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 10:45:55 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 10:45:55 + cd /w/workspace/edgex-go/3 10:45:55 + sudo apt-get remove -qy --purge lxd lxd-client 10:45:55 Reading package lists... 10:45:55 Building dependency tree... 10:45:55 Reading state information... 10:45:55 The following packages were automatically installed and are no longer required: 10:45:55 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 10:45:55 uidmap xdelta3 10:45:55 Use 'sudo apt autoremove' to remove them. 10:45:55 The following packages will be REMOVED: 10:45:55 lxd* lxd-client* 10:45:55 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 10:45:55 After this operation, 31.7 MB disk space will be freed. 10:45:56 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190666 files and directories currently installed.) 10:45:56 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 10:45:56 Removing lxd dnsmasq configuration 10:45:57 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 10:45:57 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 10:45:57 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 10:45:57 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190491 files and directories currently installed.) 10:45:57 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 10:45:58 Processing triggers for systemd (237-3ubuntu10.52) ... 10:45:59 Processing triggers for ureadahead (0.100.0-21) ... 10:45:59 + sudo snap remove --purge lxd 10:45:59 snap "lxd" is not installed 10:45:59 + sudo groupadd --force --system lxd 10:45:59 ++ whoami 10:45:59 + sudo /usr/sbin/usermod -G lxd -a jenkins 10:45:59 + newgrp - lxd 10:45:59 + sudo snap install lxd 10:46:09 2022-03-31T10:46:06Z INFO Waiting for automatic snapd restart... 10:46:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 18.993s coverage: 89.2% of statements 10:46:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 10:46:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 10:46:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 10:46:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.588s coverage: 84.4% of statements 10:46:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 10:46:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 10:46:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 10:46:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 10:46:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 10:46:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.826s coverage: 94.7% of statements 10:46:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 10:46:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 10:46:16 ok github.com/edgexfoundry/edgex-go/internal/io 0.253s coverage: 72.2% of statements 10:46:16 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 10:46:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 10:46:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 10:46:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 10:46:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 10:46:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.435s coverage: 60.0% of statements 10:46:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 10:46:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 10:46:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 10:46:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.492s coverage: 0.9% of statements 10:46:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 10:46:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.327s coverage: 58.8% of statements 10:46:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.408s coverage: 24.0% of statements 10:46:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 10:46:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.303s coverage: 47.1% of statements 10:46:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.540s coverage: 79.5% of statements 10:46:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.447s coverage: 94.1% of statements 10:46:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.297s coverage: 96.3% of statements 10:46:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.225s coverage: 87.5% of statements 10:46:24 lxd 4.24-c92c0b2 from Canonical* installed 10:46:24 + sudo lxd init --auto 10:46:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.280s coverage: 94.4% of statements 10:46:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.202s coverage: 44.8% of statements 10:46:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.638s coverage: 82.5% of statements 10:46:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 10:46:34 + sudo snap install --classic snapcraft 10:46:38 snapcraft 6.1 from Canonical* installed 10:46:38 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 10:46:38 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 10:46:38 % Total % Received % Xferd Average Speed Time Time Time Current 10:46:38 Dload Upload Total Spent Left Speed 10:46:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 658 100 658 0 0 4036 0 --:--:-- --:--:-- --:--:-- 4012 10:46:39 100 3325k 100 3325k 0 0 9159k 0 --:--:-- --:--:-- --:--:-- 9159k 10:46:39 ./yq_linux_amd64 10:46:39 + sudo snapcraft prime --use-lxd 10:46:41 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 10:46:41 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 10:46:41 - README.md 10:46:41 10:46:41 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 10:46:41 Launching a container. 10:46:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.285s coverage: 92.9% of statements 10:46:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 10:46:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 10:46:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 10:46:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.069s coverage: 65.1% of statements 10:46:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 10:46:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 10:46:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 10:46:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 10:46:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 10:46:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.206s coverage: 87.2% of statements 10:46:42 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 10:46:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 10:46:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.174s coverage: 100.0% of statements 10:46:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 10:46:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.282s coverage: 58.8% of statements 10:46:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 10:46:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.263s coverage: 80.0% of statements 10:46:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.229s coverage: 87.2% of statements 10:46:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.288s coverage: 85.4% of statements 10:46:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.755s coverage: 91.2% of statements 10:46:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 10:46:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.919s coverage: 64.4% of statements 10:46:42 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 10:46:42 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 10:46:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.224s coverage: 100.0% of statements 10:46:42 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.103s coverage: 89.4% of statements 10:46:42 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.081s coverage: 100.0% of statements 10:46:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.089s coverage: 73.7% of statements 10:46:44 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements 10:46:50 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.284s coverage: 65.4% of statements 10:46:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 10:46:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 10:46:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 10:46:51 Waiting for container to be ready 10:46:51 To start your first container, try: lxc launch ubuntu:20.04 10:46:51 Or for a virtual machine: lxc launch ubuntu:20.04 --vm 10:46:51 10:46:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.746s coverage: 43.8% of statements 10:46:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 10:46:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 10:46:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.240s coverage: 89.5% of statements 10:46:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 10:46:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.234s coverage: 84.8% of statements 10:46:52 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 10:46:52 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 10:46:52 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 10:46:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 10:46:56 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 10:46:56 Waiting for network to be ready... 10:46:57 Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 10:46:57 Get:2 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB] 10:46:57 Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1368 kB] 10:46:57 Get:4 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [237 kB] 10:46:57 Get:5 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [20.7 kB] 10:46:57 Get:6 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5196 B] 10:46:57 Get:7 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [846 kB] 10:46:57 Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [120 kB] 10:46:57 Get:9 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [695 kB] 10:46:57 Get:10 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [122 kB] 10:46:58 Get:11 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 10:46:58 Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [970 kB] 10:46:58 Get:13 http://archive.ubuntu.com/ubuntu focal/main Translation-en [506 kB] 10:46:58 Get:14 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [144 kB] 10:46:58 Get:15 http://archive.ubuntu.com/ubuntu focal/multiverse Translation-en [104 kB] 10:46:58 Get:16 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [22.0 kB] 10:46:58 Get:17 http://archive.ubuntu.com/ubuntu focal/restricted Translation-en [6212 B] 10:46:58 Get:18 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [8628 kB] 10:46:58 Get:19 http://archive.ubuntu.com/ubuntu focal/universe Translation-en [5124 kB] 10:46:59 Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1701 kB] 10:46:59 Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [318 kB] 10:46:59 Get:22 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [24.4 kB] 10:46:59 Get:23 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7336 B] 10:46:59 Get:24 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [907 kB] 10:46:59 Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [130 kB] 10:46:59 Get:26 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [915 kB] 10:46:59 Get:27 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [204 kB] 10:47:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.329s coverage: 17.7% of statements 10:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 10:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 10:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 10:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 10:47:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.677s coverage: 92.3% of statements 10:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 10:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 10:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 10:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 10:47:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.291s coverage: 63.2% of statements 10:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 10:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 10:47:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.454s coverage: 97.7% of statements 10:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 10:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 10:47:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 10:47:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 10:47:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.302s coverage: 28.9% of statements 10:47:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 10:47:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 10:47:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 10:47:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 10:47:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 10:47:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 10:47:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.279s coverage: 100.0% of statements 10:47:00 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.080s coverage: 96.9% of statements 10:47:00 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 10:47:00 WARNING: Linting skipped (not on x86_64 or linter not installed) 10:47:00 GO111MODULE=on go vet ./... 10:47:01 Fetched 23.6 MB in 4s (6349 kB/s) 10:47:01 Reading package lists... 10:47:01 Reading package lists... 10:47:01 Building dependency tree... 10:47:01 Reading state information... 10:47:02 The following additional packages will be installed: 10:47:02 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 10:47:02 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 10:47:02 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 10:47:02 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 10:47:02 Suggested packages: 10:47:02 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 10:47:02 Recommended packages: 10:47:02 gnupg libsasl2-modules 10:47:02 The following NEW packages will be installed: 10:47:02 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 10:47:02 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 10:47:02 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 10:47:02 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 10:47:02 The following packages will be upgraded: 10:47:02 gpg gpg-agent gpgconf libudev1 10:47:02 4 upgraded, 18 newly installed, 0 to remove and 81 not upgraded. 10:47:02 Need to get 3859 kB of archives. 10:47:02 After this operation, 14.9 MB of additional disk space will be used. 10:47:02 Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 libudev1 amd64 245.4-4ubuntu3.15 [77.2 kB] 10:47:02 Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libfuse2 amd64 2.9.9-3 [82.0 kB] 10:47:02 Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 udev amd64 245.4-4ubuntu3.15 [1364 kB] 10:47:02 Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 fuse amd64 2.9.9-3 [26.0 kB] 10:47:02 Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg amd64 2.2.19-3ubuntu2.1 [483 kB] 10:47:03 Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgconf amd64 2.2.19-3ubuntu2.1 [124 kB] 10:47:03 Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-agent amd64 2.2.19-3ubuntu2.1 [232 kB] 10:47:03 Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 10:47:03 Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-1ubuntu1 [41.8 kB] 10:47:03 Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-1ubuntu1 [181 kB] 10:47:03 Get:11 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2ubuntu0.1 [14.7 kB] 10:47:03 Get:12 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2ubuntu0.1 [49.3 kB] 10:47:03 Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-1ubuntu1 [29.7 kB] 10:47:03 Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-1ubuntu1 [87.9 kB] 10:47:03 Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [48.0 kB] 10:47:03 Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-1ubuntu1 [107 kB] 10:47:03 Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-1ubuntu1 [208 kB] 10:47:03 Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [15.1 kB] 10:47:03 Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-1ubuntu1 [96.1 kB] 10:47:03 Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-common all 2.4.49+dfsg-2ubuntu1.8 [16.6 kB] 10:47:03 Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.8 [155 kB] 10:47:03 Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dirmngr amd64 2.2.19-3ubuntu2.1 [329 kB] 10:47:03 debconf: delaying package configuration, since apt-utils is not installed 10:47:03 Fetched 3859 kB in 1s (3178 kB/s) 10:47:03 (Reading database ... 12816 files and directories currently installed.) 10:47:03 Preparing to unpack .../libudev1_245.4-4ubuntu3.15_amd64.deb ... 10:47:03 Unpacking libudev1:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... 10:47:03 Setting up libudev1:amd64 (245.4-4ubuntu3.15) ... 10:47:03 Selecting previously unselected package udev. 10:47:03 (Reading database ... 12816 files and directories currently installed.) 10:47:03 Preparing to unpack .../00-udev_245.4-4ubuntu3.15_amd64.deb ... 10:47:03 Unpacking udev (245.4-4ubuntu3.15) ... 10:47:04 Selecting previously unselected package libfuse2:amd64. 10:47:04 Preparing to unpack .../01-libfuse2_2.9.9-3_amd64.deb ... 10:47:04 Unpacking libfuse2:amd64 (2.9.9-3) ... 10:47:04 Selecting previously unselected package fuse. 10:47:04 Preparing to unpack .../02-fuse_2.9.9-3_amd64.deb ... 10:47:04 Unpacking fuse (2.9.9-3) ... 10:47:04 Preparing to unpack .../03-gpg_2.2.19-3ubuntu2.1_amd64.deb ... 10:47:04 Unpacking gpg (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... 10:47:04 Preparing to unpack .../04-gpgconf_2.2.19-3ubuntu2.1_amd64.deb ... 10:47:04 Unpacking gpgconf (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... 10:47:04 Preparing to unpack .../05-gpg-agent_2.2.19-3ubuntu2.1_amd64.deb ... 10:47:04 Unpacking gpg-agent (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... 10:47:04 Selecting previously unselected package libksba8:amd64. 10:47:04 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 10:47:04 Unpacking libksba8:amd64 (1.3.5-2) ... 10:47:04 Selecting previously unselected package libroken18-heimdal:amd64. 10:47:04 Preparing to unpack .../07-libroken18-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 10:47:04 Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 10:47:04 Selecting previously unselected package libasn1-8-heimdal:amd64. 10:47:04 Preparing to unpack .../08-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 10:47:04 Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 10:47:04 Selecting previously unselected package libheimbase1-heimdal:amd64. 10:47:04 Preparing to unpack .../09-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 10:47:04 Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 10:47:04 Selecting previously unselected package libhcrypto4-heimdal:amd64. 10:47:04 Preparing to unpack .../10-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 10:47:04 Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 10:47:04 Selecting previously unselected package libwind0-heimdal:amd64. 10:47:04 Preparing to unpack .../11-libwind0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 10:47:04 Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 10:47:04 Selecting previously unselected package libhx509-5-heimdal:amd64. 10:47:04 Preparing to unpack .../12-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 10:47:04 Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 10:47:04 Selecting previously unselected package libkrb5-26-heimdal:amd64. 10:47:04 Preparing to unpack .../13-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 10:47:04 Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 10:47:04 Selecting previously unselected package libheimntlm0-heimdal:amd64. 10:47:04 Preparing to unpack .../14-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 10:47:04 Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 10:47:04 Selecting previously unselected package libgssapi3-heimdal:amd64. 10:47:04 Preparing to unpack .../15-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 10:47:04 Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 10:47:04 Selecting previously unselected package libsasl2-modules-db:amd64. 10:47:04 Preparing to unpack .../16-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... 10:47:04 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ... 10:47:04 Selecting previously unselected package libsasl2-2:amd64. 10:47:04 Preparing to unpack .../17-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... 10:47:04 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ... 10:47:05 Selecting previously unselected package libldap-common. 10:47:05 Preparing to unpack .../18-libldap-common_2.4.49+dfsg-2ubuntu1.8_all.deb ... 10:47:05 Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.8) ... 10:47:05 Selecting previously unselected package libldap-2.4-2:amd64. 10:47:05 Preparing to unpack .../19-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb ... 10:47:05 Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ... 10:47:05 Selecting previously unselected package dirmngr. 10:47:05 Preparing to unpack .../20-dirmngr_2.2.19-3ubuntu2.1_amd64.deb ... 10:47:05 Unpacking dirmngr (2.2.19-3ubuntu2.1) ... 10:47:05 Setting up libksba8:amd64 (1.3.5-2) ... 10:47:05 Setting up libfuse2:amd64 (2.9.9-3) ... 10:47:05 Setting up libldap-common (2.4.49+dfsg-2ubuntu1.8) ... 10:47:05 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ... 10:47:05 Setting up udev (245.4-4ubuntu3.15) ... 10:47:05 invoke-rc.d: policy-rc.d denied execution of start. 10:47:05 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ... 10:47:05 Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 10:47:05 Setting up gpgconf (2.2.19-3ubuntu2.1) ... 10:47:05 Setting up gpg (2.2.19-3ubuntu2.1) ... 10:47:05 Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 10:47:05 Setting up fuse (2.9.9-3) ... 10:47:05 Setting up gpg-agent (2.2.19-3ubuntu2.1) ... 10:47:06 Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 10:47:06 Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 10:47:06 Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 10:47:06 Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 10:47:06 Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 10:47:06 Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 10:47:06 Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 10:47:06 Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ... 10:47:06 Setting up dirmngr (2.2.19-3ubuntu2.1) ... 10:47:06 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket. 10:47:06 Processing triggers for systemd (245.4-4ubuntu3) ... 10:47:06 Processing triggers for libc-bin (2.31-0ubuntu9) ... 10:47:07 The unit files have no installation config (WantedBy=, RequiredBy=, Also=, 10:47:07 Alias= settings in the [Install] section, and DefaultInstance= for template 10:47:07 units). This means they are not meant to be enabled using systemctl. 10:47:07 10:47:07 Possible reasons for having this kind of units are: 10:47:07 • A unit may be statically enabled by being symlinked from another unit's 10:47:07 .wants/ or .requires/ directory. 10:47:07 • A unit's purpose may be to act as a helper for some other unit which has 10:47:07 a requirement dependency on it. 10:47:07 • A unit may be started when needed via activation (socket, path, timer, 10:47:07 D-Bus, udev, scripted systemctl call, ...). 10:47:07 • In case of template units, the unit is meant to be enabled with some 10:47:07 instance name specified. 10:47:07 Reading package lists... 10:47:07 Building dependency tree... 10:47:07 Reading state information... 10:47:07 The following additional packages will be installed: 10:47:07 apparmor dbus dbus-user-session libbsd0 libcbor0.6 libdbus-1-3 libedit2 10:47:07 libexpat1 libfido2-1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 10:47:07 libkrb5support0 liblzo2-2 libmpdec2 libpam-systemd libpython3-stdlib 10:47:07 libpython3.8-minimal libpython3.8-stdlib libsystemd0 mime-support 10:47:07 openssh-client python3 python3-minimal python3.8 python3.8-minimal 10:47:07 squashfs-tools systemd systemd-sysv systemd-timesyncd 10:47:07 Suggested packages: 10:47:07 apparmor-profiles-extra apparmor-utils krb5-doc krb5-user keychain 10:47:07 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 10:47:07 python3.8-venv python3.8-doc binfmt-support zenity | kdialog 10:47:07 systemd-container policykit-1 10:47:07 Recommended packages: 10:47:07 krb5-locales file xauth gnupg networkd-dispatcher libnss-systemd 10:47:07 The following NEW packages will be installed: 10:47:07 apparmor dbus dbus-user-session libbsd0 libcbor0.6 libdbus-1-3 libedit2 10:47:07 libexpat1 libfido2-1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 10:47:07 libkrb5support0 liblzo2-2 libmpdec2 libpam-systemd libpython3-stdlib 10:47:07 libpython3.8-minimal libpython3.8-stdlib mime-support openssh-client python3 10:47:07 python3-minimal python3.8 python3.8-minimal snapd squashfs-tools sudo 10:47:07 The following packages will be upgraded: 10:47:07 libsystemd0 systemd systemd-sysv systemd-timesyncd 10:47:07 4 upgraded, 29 newly installed, 0 to remove and 77 not upgraded. 10:47:07 Need to get 46.5 MB of archives. 10:47:07 After this operation, 181 MB of additional disk space will be used. 10:47:07 Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 systemd-timesyncd amd64 245.4-4ubuntu3.15 [28.1 kB] 10:47:07 Get:2 http://security.ubuntu.com/ubuntu focal-security/main amd64 systemd-sysv amd64 245.4-4ubuntu3.15 [10.3 kB] 10:47:07 Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 systemd amd64 245.4-4ubuntu3.15 [3811 kB] 10:47:08 Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-minimal amd64 3.8.2-0ubuntu2 [23.6 kB] 10:47:08 Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsystemd0 amd64 245.4-4ubuntu3.15 [270 kB] 10:47:08 Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpython3.8-minimal amd64 3.8.10-0ubuntu1~20.04.4 [717 kB] 10:47:08 Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 libexpat1 amd64 2.2.9-1ubuntu0.4 [74.4 kB] 10:47:08 Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 python3.8-minimal amd64 3.8.10-0ubuntu1~20.04.4 [1899 kB] 10:47:08 Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpython3.8-stdlib amd64 3.8.10-0ubuntu1~20.04.4 [1675 kB] 10:47:08 Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 python3.8 amd64 3.8.10-0ubuntu1~20.04.4 [387 kB] 10:47:08 Get:11 http://security.ubuntu.com/ubuntu focal-security/main amd64 libdbus-1-3 amd64 1.12.16-2ubuntu2.1 [179 kB] 10:47:08 Get:12 http://security.ubuntu.com/ubuntu focal-security/main amd64 dbus amd64 1.12.16-2ubuntu2.1 [151 kB] 10:47:08 Get:13 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpam-systemd amd64 245.4-4ubuntu3.15 [186 kB] 10:47:08 Get:14 http://security.ubuntu.com/ubuntu focal-security/main amd64 sudo amd64 1.8.31-1ubuntu1.2 [514 kB] 10:47:08 Get:15 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5support0 amd64 1.17-6ubuntu4.1 [30.9 kB] 10:47:08 Get:16 http://security.ubuntu.com/ubuntu focal-security/main amd64 libk5crypto3 amd64 1.17-6ubuntu4.1 [79.9 kB] 10:47:08 Get:17 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5-3 amd64 1.17-6ubuntu4.1 [330 kB] 10:47:08 Get:18 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgssapi-krb5-2 amd64 1.17-6ubuntu4.1 [121 kB] 10:47:08 Get:19 http://security.ubuntu.com/ubuntu focal-security/main amd64 dbus-user-session amd64 1.12.16-2ubuntu2.1 [9428 B] 10:47:08 Get:20 http://security.ubuntu.com/ubuntu focal-security/main amd64 squashfs-tools amd64 1:4.4-1ubuntu0.3 [117 kB] 10:47:08 Get:21 http://security.ubuntu.com/ubuntu focal-security/main amd64 snapd amd64 2.54.3+20.04.1ubuntu0.2 [34.3 MB] 10:47:08 Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 mime-support all 3.64ubuntu1 [30.6 kB] 10:47:08 Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpdec2 amd64 2.4.2-3 [81.1 kB] 10:47:08 Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 libpython3-stdlib amd64 3.8.2-0ubuntu2 [7068 B] 10:47:08 Get:25 http://archive.ubuntu.com/ubuntu focal/main amd64 python3 amd64 3.8.2-0ubuntu2 [47.6 kB] 10:47:08 Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 libbsd0 amd64 0.10.0-1 [45.4 kB] 10:47:08 Get:27 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 apparmor amd64 2.13.3-7ubuntu5.1 [494 kB] 10:47:08 Get:28 http://archive.ubuntu.com/ubuntu focal/main amd64 libcbor0.6 amd64 0.6.0-0ubuntu1 [21.1 kB] 10:47:08 Get:29 http://archive.ubuntu.com/ubuntu focal/main amd64 libedit2 amd64 3.1-20191231-1 [87.0 kB] 10:47:08 Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 libfido2-1 amd64 1.3.1-1ubuntu2 [47.9 kB] 10:47:08 Get:31 http://archive.ubuntu.com/ubuntu focal/main amd64 libkeyutils1 amd64 1.6-6ubuntu1 [10.2 kB] 10:47:08 Get:32 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.4 [671 kB] 10:47:08 Get:33 http://archive.ubuntu.com/ubuntu focal/main amd64 liblzo2-2 amd64 2.10-2 [50.8 kB] 10:47:08 debconf: delaying package configuration, since apt-utils is not installed 10:47:08 Fetched 46.5 MB in 1s (48.8 MB/s) 10:47:08 (Reading database ... 13067 files and directories currently installed.) 10:47:08 Preparing to unpack .../systemd-timesyncd_245.4-4ubuntu3.15_amd64.deb ... 10:47:08 Unpacking systemd-timesyncd (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... 10:47:09 Preparing to unpack .../systemd-sysv_245.4-4ubuntu3.15_amd64.deb ... 10:47:09 Unpacking systemd-sysv (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... 10:47:09 Preparing to unpack .../systemd_245.4-4ubuntu3.15_amd64.deb ... 10:47:09 Unpacking systemd (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... 10:47:09 Preparing to unpack .../libsystemd0_245.4-4ubuntu3.15_amd64.deb ... 10:47:09 Unpacking libsystemd0:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... 10:47:09 Setting up libsystemd0:amd64 (245.4-4ubuntu3.15) ... 10:47:09 Selecting previously unselected package libpython3.8-minimal:amd64. 10:47:09 (Reading database ... 13068 files and directories currently installed.) 10:47:09 Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.4_amd64.deb ... 10:47:09 Unpacking libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.4) ... 10:47:10 Selecting previously unselected package libexpat1:amd64. 10:47:10 Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.4_amd64.deb ... 10:47:10 Unpacking libexpat1:amd64 (2.2.9-1ubuntu0.4) ... 10:47:10 Selecting previously unselected package python3.8-minimal. 10:47:10 Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.4_amd64.deb ... 10:47:10 Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.4) ... 10:47:10 Setting up libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.4) ... 10:47:10 Setting up libexpat1:amd64 (2.2.9-1ubuntu0.4) ... 10:47:10 Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.4) ... 10:47:11 Selecting previously unselected package python3-minimal. 10:47:11 (Reading database ... 13359 files and directories currently installed.) 10:47:11 Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_amd64.deb ... 10:47:11 Unpacking python3-minimal (3.8.2-0ubuntu2) ... 10:47:11 Selecting previously unselected package mime-support. 10:47:11 Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ... 10:47:11 Unpacking mime-support (3.64ubuntu1) ... 10:47:11 Selecting previously unselected package libmpdec2:amd64. 10:47:11 Preparing to unpack .../2-libmpdec2_2.4.2-3_amd64.deb ... 10:47:11 Unpacking libmpdec2:amd64 (2.4.2-3) ... 10:47:11 Selecting previously unselected package libpython3.8-stdlib:amd64. 10:47:11 Preparing to unpack .../3-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.4_amd64.deb ... 10:47:11 Unpacking libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.4) ... 10:47:11 Selecting previously unselected package python3.8. 10:47:11 Preparing to unpack .../4-python3.8_3.8.10-0ubuntu1~20.04.4_amd64.deb ... 10:47:11 Unpacking python3.8 (3.8.10-0ubuntu1~20.04.4) ... 10:47:11 Selecting previously unselected package libpython3-stdlib:amd64. 10:47:11 Preparing to unpack .../5-libpython3-stdlib_3.8.2-0ubuntu2_amd64.deb ... 10:47:11 Unpacking libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ... 10:47:11 Setting up python3-minimal (3.8.2-0ubuntu2) ... 10:47:11 Selecting previously unselected package python3. 10:47:11 (Reading database ... 13761 files and directories currently installed.) 10:47:11 Preparing to unpack .../00-python3_3.8.2-0ubuntu2_amd64.deb ... 10:47:11 Unpacking python3 (3.8.2-0ubuntu2) ... 10:47:11 Selecting previously unselected package libdbus-1-3:amd64. 10:47:11 Preparing to unpack .../01-libdbus-1-3_1.12.16-2ubuntu2.1_amd64.deb ... 10:47:11 Unpacking libdbus-1-3:amd64 (1.12.16-2ubuntu2.1) ... 10:47:11 Selecting previously unselected package dbus. 10:47:11 Preparing to unpack .../02-dbus_1.12.16-2ubuntu2.1_amd64.deb ... 10:47:11 Unpacking dbus (1.12.16-2ubuntu2.1) ... 10:47:11 Selecting previously unselected package libbsd0:amd64. 10:47:11 Preparing to unpack .../03-libbsd0_0.10.0-1_amd64.deb ... 10:47:11 Unpacking libbsd0:amd64 (0.10.0-1) ... 10:47:12 Selecting previously unselected package libpam-systemd:amd64. 10:47:12 Preparing to unpack .../04-libpam-systemd_245.4-4ubuntu3.15_amd64.deb ... 10:47:12 Unpacking libpam-systemd:amd64 (245.4-4ubuntu3.15) ... 10:47:12 Selecting previously unselected package sudo. 10:47:12 Preparing to unpack .../05-sudo_1.8.31-1ubuntu1.2_amd64.deb ... 10:47:12 Unpacking sudo (1.8.31-1ubuntu1.2) ... 10:47:12 Selecting previously unselected package apparmor. 10:47:12 Preparing to unpack .../06-apparmor_2.13.3-7ubuntu5.1_amd64.deb ... 10:47:12 Unpacking apparmor (2.13.3-7ubuntu5.1) ... 10:47:12 Selecting previously unselected package libcbor0.6:amd64. 10:47:12 Preparing to unpack .../07-libcbor0.6_0.6.0-0ubuntu1_amd64.deb ... 10:47:12 Unpacking libcbor0.6:amd64 (0.6.0-0ubuntu1) ... 10:47:12 Selecting previously unselected package libedit2:amd64. 10:47:12 Preparing to unpack .../08-libedit2_3.1-20191231-1_amd64.deb ... 10:47:12 Unpacking libedit2:amd64 (3.1-20191231-1) ... 10:47:12 Selecting previously unselected package libfido2-1:amd64. 10:47:12 Preparing to unpack .../09-libfido2-1_1.3.1-1ubuntu2_amd64.deb ... 10:47:12 Unpacking libfido2-1:amd64 (1.3.1-1ubuntu2) ... 10:47:12 Selecting previously unselected package libkrb5support0:amd64. 10:47:12 Preparing to unpack .../10-libkrb5support0_1.17-6ubuntu4.1_amd64.deb ... 10:47:12 Unpacking libkrb5support0:amd64 (1.17-6ubuntu4.1) ... 10:47:12 Selecting previously unselected package libk5crypto3:amd64. 10:47:12 Preparing to unpack .../11-libk5crypto3_1.17-6ubuntu4.1_amd64.deb ... 10:47:12 Unpacking libk5crypto3:amd64 (1.17-6ubuntu4.1) ... 10:47:12 Selecting previously unselected package libkeyutils1:amd64. 10:47:12 Preparing to unpack .../12-libkeyutils1_1.6-6ubuntu1_amd64.deb ... 10:47:12 Unpacking libkeyutils1:amd64 (1.6-6ubuntu1) ... 10:47:12 Selecting previously unselected package libkrb5-3:amd64. 10:47:12 Preparing to unpack .../13-libkrb5-3_1.17-6ubuntu4.1_amd64.deb ... 10:47:12 Unpacking libkrb5-3:amd64 (1.17-6ubuntu4.1) ... 10:47:12 Selecting previously unselected package libgssapi-krb5-2:amd64. 10:47:12 Preparing to unpack .../14-libgssapi-krb5-2_1.17-6ubuntu4.1_amd64.deb ... 10:47:12 Unpacking libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ... 10:47:12 Selecting previously unselected package openssh-client. 10:47:12 Preparing to unpack .../15-openssh-client_1%3a8.2p1-4ubuntu0.4_amd64.deb ... 10:47:12 Unpacking openssh-client (1:8.2p1-4ubuntu0.4) ... 10:47:12 Selecting previously unselected package dbus-user-session. 10:47:12 Preparing to unpack .../16-dbus-user-session_1.12.16-2ubuntu2.1_amd64.deb ... 10:47:12 Unpacking dbus-user-session (1.12.16-2ubuntu2.1) ... 10:47:12 Selecting previously unselected package liblzo2-2:amd64. 10:47:12 Preparing to unpack .../17-liblzo2-2_2.10-2_amd64.deb ... 10:47:12 Unpacking liblzo2-2:amd64 (2.10-2) ... 10:47:13 Selecting previously unselected package squashfs-tools. 10:47:13 Preparing to unpack .../18-squashfs-tools_1%3a4.4-1ubuntu0.3_amd64.deb ... 10:47:13 Unpacking squashfs-tools (1:4.4-1ubuntu0.3) ... 10:47:13 Selecting previously unselected package snapd. 10:47:13 Preparing to unpack .../19-snapd_2.54.3+20.04.1ubuntu0.2_amd64.deb ... 10:47:13 Unpacking snapd (2.54.3+20.04.1ubuntu0.2) ... 10:47:16 Setting up libkeyutils1:amd64 (1.6-6ubuntu1) ... 10:47:16 Setting up mime-support (3.64ubuntu1) ... 10:47:16 Setting up liblzo2-2:amd64 (2.10-2) ... 10:47:16 Setting up libcbor0.6:amd64 (0.6.0-0ubuntu1) ... 10:47:16 Setting up libkrb5support0:amd64 (1.17-6ubuntu4.1) ... 10:47:16 Setting up libdbus-1-3:amd64 (1.12.16-2ubuntu2.1) ... 10:47:16 Setting up dbus (1.12.16-2ubuntu2.1) ... 10:47:16 Setting up sudo (1.8.31-1ubuntu1.2) ... 10:47:16 Setting up libk5crypto3:amd64 (1.17-6ubuntu4.1) ... 10:47:16 Setting up libkrb5-3:amd64 (1.17-6ubuntu4.1) ... 10:47:16 Setting up libmpdec2:amd64 (2.4.2-3) ... 10:47:16 Setting up libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.4) ... 10:47:16 Setting up libfido2-1:amd64 (1.3.1-1ubuntu2) ... 10:47:16 Setting up python3.8 (3.8.10-0ubuntu1~20.04.4) ... 10:47:17 Setting up libbsd0:amd64 (0.10.0-1) ... 10:47:17 Setting up libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ... 10:47:17 Setting up squashfs-tools (1:4.4-1ubuntu0.3) ... 10:47:17 Setting up libedit2:amd64 (3.1-20191231-1) ... 10:47:17 Setting up python3 (3.8.2-0ubuntu2) ... 10:47:17 running python rtupdate hooks for python3.8... 10:47:17 running python post-rtupdate hooks for python3.8... 10:47:17 Setting up apparmor (2.13.3-7ubuntu5.1) ... 10:47:18 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 10:47:18 Reloading AppArmor profiles 10:47:18 Setting up libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ... 10:47:18 Setting up openssh-client (1:8.2p1-4ubuntu0.4) ... 10:47:18 Setting up systemd-timesyncd (245.4-4ubuntu3.15) ... 10:47:18 /usr/sbin/policy-rc.d returned 101, not running 'restart systemd-timesyncd.service' 10:47:18 Setting up systemd (245.4-4ubuntu3.15) ... 10:47:18 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 10:47:18 Installing new version of config file /etc/systemd/resolved.conf ... 10:47:20 Setting up systemd-sysv (245.4-4ubuntu3.15) ... 10:47:20 Setting up libpam-systemd:amd64 (245.4-4ubuntu3.15) ... 10:47:20 Setting up dbus-user-session (1.12.16-2ubuntu2.1) ... 10:47:20 Setting up snapd (2.54.3+20.04.1ubuntu0.2) ... 10:47:20 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 10:47:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 10:47:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 10:47:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 10:47:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 10:47:21 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 10:47:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 10:47:22 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 10:47:22 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 10:47:22 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 10:47:22 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 10:47:22 Processing triggers for libc-bin (2.31-0ubuntu9) ... 10:47:23 Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 10:47:23 Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 10:47:23 Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 10:47:24 Reading package lists... 10:47:24 Reading package lists... 10:47:24 Building dependency tree... 10:47:24 Reading state information... 10:47:25 Calculating upgrade... 10:47:25 The following packages will be upgraded: 10:47:25 apt base-files bash binutils binutils-common binutils-x86-64-linux-gnu 10:47:25 bsdutils build-essential ca-certificates cpp-9 fdisk g++-9 gcc-10-base gcc-9 10:47:25 gcc-9-base gpgv libapparmor1 libapt-pkg6.0 libasan5 libatomic1 libbinutils 10:47:25 libblkid1 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcryptsetup12 10:47:25 libctf-nobfd0 libctf0 libfdisk1 libgcc-9-dev libgcc-s1 libgcrypt20 10:47:25 libgnutls30 libgomp1 libhogweed5 libitm1 libjson-c4 liblsan0 liblz4-1 10:47:25 liblzma5 libmount1 libnettle7 libp11-kit0 libpam-modules libpam-modules-bin 10:47:25 libpam-runtime libpam0g libperl5.30 libprocps8 libquadmath0 libseccomp2 10:47:25 libsmartcols1 libsqlite3-0 libssl1.1 libstdc++-9-dev libstdc++6 libtsan0 10:47:25 libubsan1 libuuid1 libzstd1 linux-libc-dev login mount openssl passwd perl 10:47:25 perl-base perl-modules-5.30 procps tar tzdata ubuntu-keyring util-linux 10:47:25 xz-utils zlib1g 10:47:25 77 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 10:47:25 Need to get 65.7 MB of archives. 10:47:25 After this operation, 27.6 MB of additional disk space will be used. 10:47:25 Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 base-files amd64 11ubuntu5.5 [60.5 kB] 10:47:25 Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 bash amd64 5.0-6ubuntu1.1 [638 kB] 10:47:25 Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 login amd64 1:4.8.1-1ubuntu5.20.04.1 [220 kB] 10:47:25 Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 libc6-dev amd64 2.31-0ubuntu9.7 [2518 kB] 10:47:25 Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 liblzma5 amd64 5.2.4-1ubuntu1 [91.7 kB] 10:47:25 Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libapt-pkg6.0 amd64 2.0.6 [835 kB] 10:47:25 Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgv amd64 2.2.19-3ubuntu2.1 [199 kB] 10:47:25 Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ubuntu-keyring all 2020.02.11.4 [22.1 kB] 10:47:25 Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 apt amd64 2.0.6 [1296 kB] 10:47:25 Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam0g amd64 1.3.1-5ubuntu4.3 [55.4 kB] 10:47:25 Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-modules-bin amd64 1.3.1-5ubuntu4.3 [41.2 kB] 10:47:25 Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-modules amd64 1.3.1-5ubuntu4.3 [260 kB] 10:47:25 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-runtime all 1.3.1-5ubuntu4.3 [37.3 kB] 10:47:25 Get:14 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 passwd amd64 1:4.8.1-1ubuntu5.20.04.1 [799 kB] 10:47:25 Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libprocps8 amd64 2:3.3.16-1ubuntu2.3 [33.0 kB] 10:47:25 Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 procps amd64 2:3.3.16-1ubuntu2.3 [233 kB] 10:47:25 Get:17 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libapparmor1 amd64 2.13.3-7ubuntu5.1 [34.1 kB] 10:47:25 Get:18 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 xz-utils amd64 5.2.4-1ubuntu1 [82.5 kB] 10:47:25 Get:19 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4664 B] 10:47:26 Get:20 http://security.ubuntu.com/ubuntu focal-security/main amd64 libc-dev-bin amd64 2.31-0ubuntu9.7 [71.6 kB] 10:47:26 Get:21 http://security.ubuntu.com/ubuntu focal-security/main amd64 linux-libc-dev amd64 5.4.0-107.121 [1115 kB] 10:47:26 Get:22 http://security.ubuntu.com/ubuntu focal-security/main amd64 libubsan1 amd64 10.3.0-1ubuntu1~20.04 [784 kB] 10:47:26 Get:23 http://security.ubuntu.com/ubuntu focal-security/main amd64 libtsan0 amd64 10.3.0-1ubuntu1~20.04 [2009 kB] 10:47:26 Get:24 http://security.ubuntu.com/ubuntu focal-security/main amd64 libquadmath0 amd64 10.3.0-1ubuntu1~20.04 [146 kB] 10:47:26 Get:25 http://security.ubuntu.com/ubuntu focal-security/main amd64 liblsan0 amd64 10.3.0-1ubuntu1~20.04 [835 kB] 10:47:26 Get:26 http://security.ubuntu.com/ubuntu focal-security/main amd64 libitm1 amd64 10.3.0-1ubuntu1~20.04 [26.2 kB] 10:47:26 Get:27 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgomp1 amd64 10.3.0-1ubuntu1~20.04 [102 kB] 10:47:26 Get:28 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-10-base amd64 10.3.0-1ubuntu1~20.04 [20.2 kB] 10:47:26 Get:29 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcc-s1 amd64 10.3.0-1ubuntu1~20.04 [41.8 kB] 10:47:26 Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcc1-0 amd64 10.3.0-1ubuntu1~20.04 [48.8 kB] 10:47:26 Get:31 http://security.ubuntu.com/ubuntu focal-security/main amd64 libatomic1 amd64 10.3.0-1ubuntu1~20.04 [9284 B] 10:47:26 Get:32 http://security.ubuntu.com/ubuntu focal-security/main amd64 libstdc++6 amd64 10.3.0-1ubuntu1~20.04 [501 kB] 10:47:26 Get:33 http://security.ubuntu.com/ubuntu focal-security/main amd64 libc6 amd64 2.31-0ubuntu9.7 [2714 kB] 10:47:26 Get:34 http://security.ubuntu.com/ubuntu focal-security/main amd64 bsdutils amd64 1:2.34-0.1ubuntu9.3 [63.0 kB] 10:47:26 Get:35 http://security.ubuntu.com/ubuntu focal-security/main amd64 libperl5.30 amd64 5.30.0-9ubuntu0.2 [3952 kB] 10:47:26 Get:36 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl amd64 5.30.0-9ubuntu0.2 [224 kB] 10:47:26 Get:37 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl-base amd64 5.30.0-9ubuntu0.2 [1513 kB] 10:47:26 Get:38 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl-modules-5.30 all 5.30.0-9ubuntu0.2 [2738 kB] 10:47:26 Get:39 http://security.ubuntu.com/ubuntu focal-security/main amd64 zlib1g amd64 1:1.2.11.dfsg-2ubuntu1.3 [53.8 kB] 10:47:26 Get:40 http://security.ubuntu.com/ubuntu focal-security/main amd64 tar amd64 1.30+dfsg-7ubuntu0.20.04.2 [240 kB] 10:47:26 Get:41 http://security.ubuntu.com/ubuntu focal-security/main amd64 libblkid1 amd64 2.34-0.1ubuntu9.3 [136 kB] 10:47:26 Get:42 http://security.ubuntu.com/ubuntu focal-security/main amd64 libuuid1 amd64 2.34-0.1ubuntu9.3 [19.9 kB] 10:47:26 Get:43 http://security.ubuntu.com/ubuntu focal-security/main amd64 libfdisk1 amd64 2.34-0.1ubuntu9.3 [175 kB] 10:47:26 Get:44 http://security.ubuntu.com/ubuntu focal-security/main amd64 libmount1 amd64 2.34-0.1ubuntu9.3 [149 kB] 10:47:26 Get:45 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsmartcols1 amd64 2.34-0.1ubuntu9.3 [100 kB] 10:47:26 Get:46 http://security.ubuntu.com/ubuntu focal-security/main amd64 fdisk amd64 2.34-0.1ubuntu9.3 [120 kB] 10:47:26 Get:47 http://security.ubuntu.com/ubuntu focal-security/main amd64 util-linux amd64 2.34-0.1ubuntu9.3 [1021 kB] 10:47:26 Get:48 http://security.ubuntu.com/ubuntu focal-security/main amd64 libc-bin amd64 2.31-0ubuntu9.7 [636 kB] 10:47:26 Get:49 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcrypt20 amd64 1.8.5-5ubuntu1.1 [420 kB] 10:47:26 Get:50 http://security.ubuntu.com/ubuntu focal-security/main amd64 liblz4-1 amd64 1.9.2-2ubuntu0.20.04.1 [56.1 kB] 10:47:26 Get:51 http://security.ubuntu.com/ubuntu focal-security/main amd64 libzstd1 amd64 1.4.4+dfsg-3ubuntu0.1 [237 kB] 10:47:26 Get:52 http://security.ubuntu.com/ubuntu focal-security/main amd64 libnettle7 amd64 3.5.1+really3.5.1-2ubuntu0.2 [115 kB] 10:47:26 Get:53 http://security.ubuntu.com/ubuntu focal-security/main amd64 libhogweed5 amd64 3.5.1+really3.5.1-2ubuntu0.2 [138 kB] 10:47:26 Get:54 http://security.ubuntu.com/ubuntu focal-security/main amd64 libp11-kit0 amd64 0.23.20-1ubuntu0.1 [188 kB] 10:47:27 Get:55 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgnutls30 amd64 3.6.13-2ubuntu1.6 [828 kB] 10:47:27 Get:56 http://security.ubuntu.com/ubuntu focal-security/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~20.04.2 [42.5 kB] 10:47:27 Get:57 http://security.ubuntu.com/ubuntu focal-security/main amd64 mount amd64 2.34-0.1ubuntu9.3 [115 kB] 10:47:27 Get:58 http://security.ubuntu.com/ubuntu focal-security/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.12 [1322 kB] 10:47:27 Get:59 http://security.ubuntu.com/ubuntu focal-security/main amd64 openssl amd64 1.1.1f-1ubuntu2.12 [620 kB] 10:47:27 Get:60 http://security.ubuntu.com/ubuntu focal-security/main amd64 ca-certificates all 20210119~20.04.2 [145 kB] 10:47:27 Get:61 http://security.ubuntu.com/ubuntu focal-security/main amd64 libjson-c4 amd64 0.13.1+dfsg-7ubuntu0.3 [29.3 kB] 10:47:27 Get:62 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcryptsetup12 amd64 2:2.2.2-3ubuntu2.4 [166 kB] 10:47:27 Get:63 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.2 [549 kB] 10:47:27 Get:64 http://security.ubuntu.com/ubuntu focal-security/main amd64 tzdata all 2022a-0ubuntu0.20.04 [294 kB] 10:47:27 Get:65 http://security.ubuntu.com/ubuntu focal-security/main amd64 libctf0 amd64 2.34-6ubuntu1.3 [46.6 kB] 10:47:27 Get:66 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils-x86-64-linux-gnu amd64 2.34-6ubuntu1.3 [1613 kB] 10:47:27 Get:67 http://security.ubuntu.com/ubuntu focal-security/main amd64 libbinutils amd64 2.34-6ubuntu1.3 [474 kB] 10:47:27 Get:68 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils amd64 2.34-6ubuntu1.3 [3380 B] 10:47:27 Get:69 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils-common amd64 2.34-6ubuntu1.3 [207 kB] 10:47:27 Get:70 http://security.ubuntu.com/ubuntu focal-security/main amd64 libctf-nobfd0 amd64 2.34-6ubuntu1.3 [47.4 kB] 10:47:27 Get:71 http://security.ubuntu.com/ubuntu focal-security/main amd64 libasan5 amd64 9.4.0-1ubuntu1~20.04.1 [2751 kB] 10:47:27 Get:72 http://security.ubuntu.com/ubuntu focal-security/main amd64 g++-9 amd64 9.4.0-1ubuntu1~20.04.1 [8420 kB] 10:47:27 Get:73 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-9 amd64 9.4.0-1ubuntu1~20.04.1 [8274 kB] 10:47:28 Get:74 http://security.ubuntu.com/ubuntu focal-security/main amd64 libstdc++-9-dev amd64 9.4.0-1ubuntu1~20.04.1 [1722 kB] 10:47:28 Get:75 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcc-9-dev amd64 9.4.0-1ubuntu1~20.04.1 [2359 kB] 10:47:28 Get:76 http://security.ubuntu.com/ubuntu focal-security/main amd64 cpp-9 amd64 9.4.0-1ubuntu1~20.04.1 [7500 kB] 10:47:28 Get:77 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-9-base amd64 9.4.0-1ubuntu1~20.04.1 [19.4 kB] 10:47:28 debconf: delaying package configuration, since apt-utils is not installed 10:47:28 Fetched 65.7 MB in 3s (21.5 MB/s) 10:47:28 (Reading database ... 14313 files and directories currently installed.) 10:47:28 Preparing to unpack .../0-libc6-dev_2.31-0ubuntu9.7_amd64.deb ... 10:47:28 Unpacking libc6-dev:amd64 (2.31-0ubuntu9.7) over (2.31-0ubuntu9) ... 10:47:29 Preparing to unpack .../1-libc-dev-bin_2.31-0ubuntu9.7_amd64.deb ... 10:47:29 Unpacking libc-dev-bin (2.31-0ubuntu9.7) over (2.31-0ubuntu9) ... 10:47:29 Preparing to unpack .../2-linux-libc-dev_5.4.0-107.121_amd64.deb ... 10:47:29 Unpacking linux-libc-dev:amd64 (5.4.0-107.121) over (5.4.0-26.30) ... 10:47:29 Preparing to unpack .../3-libubsan1_10.3.0-1ubuntu1~20.04_amd64.deb ... 10:47:29 Unpacking libubsan1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 10:47:29 Preparing to unpack .../4-libtsan0_10.3.0-1ubuntu1~20.04_amd64.deb ... 10:47:29 Unpacking libtsan0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 10:47:29 Preparing to unpack .../5-libquadmath0_10.3.0-1ubuntu1~20.04_amd64.deb ... 10:47:29 Unpacking libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 10:47:29 Preparing to unpack .../6-liblsan0_10.3.0-1ubuntu1~20.04_amd64.deb ... 10:47:29 Unpacking liblsan0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 10:47:30 Preparing to unpack .../7-libitm1_10.3.0-1ubuntu1~20.04_amd64.deb ... 10:47:30 Unpacking libitm1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 10:47:30 Preparing to unpack .../8-libgomp1_10.3.0-1ubuntu1~20.04_amd64.deb ... 10:47:30 Unpacking libgomp1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 10:47:30 Preparing to unpack .../9-gcc-10-base_10.3.0-1ubuntu1~20.04_amd64.deb ... 10:47:30 Unpacking gcc-10-base:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 10:47:30 Setting up gcc-10-base:amd64 (10.3.0-1ubuntu1~20.04) ... 10:47:30 (Reading database ... 14312 files and directories currently installed.) 10:47:30 Preparing to unpack .../libgcc-s1_10.3.0-1ubuntu1~20.04_amd64.deb ... 10:47:30 Unpacking libgcc-s1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 10:47:30 Setting up libgcc-s1:amd64 (10.3.0-1ubuntu1~20.04) ... 10:47:30 (Reading database ... 14312 files and directories currently installed.) 10:47:30 Preparing to unpack .../libcc1-0_10.3.0-1ubuntu1~20.04_amd64.deb ... 10:47:30 Unpacking libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 10:47:30 Preparing to unpack .../libatomic1_10.3.0-1ubuntu1~20.04_amd64.deb ... 10:47:30 Unpacking libatomic1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 10:47:30 Preparing to unpack .../libstdc++6_10.3.0-1ubuntu1~20.04_amd64.deb ... 10:47:30 Unpacking libstdc++6:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 10:47:30 Setting up libstdc++6:amd64 (10.3.0-1ubuntu1~20.04) ... 10:47:30 (Reading database ... 14312 files and directories currently installed.) 10:47:30 Preparing to unpack .../libc6_2.31-0ubuntu9.7_amd64.deb ... 10:47:31 Unpacking libc6:amd64 (2.31-0ubuntu9.7) over (2.31-0ubuntu9) ... 10:47:31 Setting up libc6:amd64 (2.31-0ubuntu9.7) ... 10:47:31 (Reading database ... 14312 files and directories currently installed.) 10:47:31 Preparing to unpack .../base-files_11ubuntu5.5_amd64.deb ... 10:47:31 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 10:47:31 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 10:47:31 Unpacking base-files (11ubuntu5.5) over (11ubuntu5) ... 10:47:32 Setting up base-files (11ubuntu5.5) ... 10:47:32 Installing new version of config file /etc/issue ... 10:47:32 Installing new version of config file /etc/issue.net ... 10:47:32 Installing new version of config file /etc/lsb-release ... 10:47:32 Installing new version of config file /etc/update-motd.d/50-motd-news ... 10:47:32 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 10:47:32 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 10:47:32 Removing obsolete conffile /etc/default/motd-news ... 10:47:32 (Reading database ... 14311 files and directories currently installed.) 10:47:32 Preparing to unpack .../bash_5.0-6ubuntu1.1_amd64.deb ... 10:47:32 Unpacking bash (5.0-6ubuntu1.1) over (5.0-6ubuntu1) ... 10:47:32 Setting up bash (5.0-6ubuntu1.1) ... 10:47:32 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 10:47:32 (Reading database ... 14311 files and directories currently installed.) 10:47:32 Preparing to unpack .../bsdutils_1%3a2.34-0.1ubuntu9.3_amd64.deb ... 10:47:32 Unpacking bsdutils (1:2.34-0.1ubuntu9.3) over (1:2.34-0.1ubuntu9) ... 10:47:32 Setting up bsdutils (1:2.34-0.1ubuntu9.3) ... 10:47:32 (Reading database ... 14311 files and directories currently installed.) 10:47:32 Preparing to unpack .../login_1%3a4.8.1-1ubuntu5.20.04.1_amd64.deb ... 10:47:32 Unpacking login (1:4.8.1-1ubuntu5.20.04.1) over (1:4.8.1-1ubuntu5) ... 10:47:33 Setting up login (1:4.8.1-1ubuntu5.20.04.1) ... 10:47:33 (Reading database ... 14311 files and directories currently installed.) 10:47:33 Preparing to unpack .../libperl5.30_5.30.0-9ubuntu0.2_amd64.deb ... 10:47:33 Unpacking libperl5.30:amd64 (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... 10:47:33 Preparing to unpack .../perl_5.30.0-9ubuntu0.2_amd64.deb ... 10:47:33 Unpacking perl (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... 10:47:33 Preparing to unpack .../perl-base_5.30.0-9ubuntu0.2_amd64.deb ... 10:47:33 Unpacking perl-base (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... 10:47:34 Setting up perl-base (5.30.0-9ubuntu0.2) ... 10:47:34 (Reading database ... 14311 files and directories currently installed.) 10:47:34 Preparing to unpack .../perl-modules-5.30_5.30.0-9ubuntu0.2_all.deb ... 10:47:34 Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... 10:47:34 Preparing to unpack .../zlib1g_1%3a1.2.11.dfsg-2ubuntu1.3_amd64.deb ... 10:47:34 Unpacking zlib1g:amd64 (1:1.2.11.dfsg-2ubuntu1.3) over (1:1.2.11.dfsg-2ubuntu1) ... 10:47:34 Setting up zlib1g:amd64 (1:1.2.11.dfsg-2ubuntu1.3) ... 10:47:34 (Reading database ... 14311 files and directories currently installed.) 10:47:34 Preparing to unpack .../tar_1.30+dfsg-7ubuntu0.20.04.2_amd64.deb ... 10:47:34 Unpacking tar (1.30+dfsg-7ubuntu0.20.04.2) over (1.30+dfsg-7) ... 10:47:34 Setting up tar (1.30+dfsg-7ubuntu0.20.04.2) ... 10:47:35 (Reading database ... 14311 files and directories currently installed.) 10:47:35 Preparing to unpack .../libblkid1_2.34-0.1ubuntu9.3_amd64.deb ... 10:47:35 Unpacking libblkid1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... 10:47:35 Setting up libblkid1:amd64 (2.34-0.1ubuntu9.3) ... 10:47:35 (Reading database ... 14311 files and directories currently installed.) 10:47:35 Preparing to unpack .../libuuid1_2.34-0.1ubuntu9.3_amd64.deb ... 10:47:35 Unpacking libuuid1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... 10:47:35 Setting up libuuid1:amd64 (2.34-0.1ubuntu9.3) ... 10:47:35 (Reading database ... 14311 files and directories currently installed.) 10:47:35 Preparing to unpack .../libfdisk1_2.34-0.1ubuntu9.3_amd64.deb ... 10:47:35 Unpacking libfdisk1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... 10:47:35 Preparing to unpack .../libmount1_2.34-0.1ubuntu9.3_amd64.deb ... 10:47:35 Unpacking libmount1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... 10:47:35 Setting up libmount1:amd64 (2.34-0.1ubuntu9.3) ... 10:47:35 (Reading database ... 14311 files and directories currently installed.) 10:47:35 Preparing to unpack .../libsmartcols1_2.34-0.1ubuntu9.3_amd64.deb ... 10:47:35 Unpacking libsmartcols1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... 10:47:35 Setting up libsmartcols1:amd64 (2.34-0.1ubuntu9.3) ... 10:47:35 (Reading database ... 14311 files and directories currently installed.) 10:47:35 Preparing to unpack .../fdisk_2.34-0.1ubuntu9.3_amd64.deb ... 10:47:35 Unpacking fdisk (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... 10:47:35 Preparing to unpack .../util-linux_2.34-0.1ubuntu9.3_amd64.deb ... 10:47:35 Unpacking util-linux (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... 10:47:36 Setting up util-linux (2.34-0.1ubuntu9.3) ... 10:47:36 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 10:47:36 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 10:47:36 (Reading database ... 14311 files and directories currently installed.) 10:47:36 Preparing to unpack .../libc-bin_2.31-0ubuntu9.7_amd64.deb ... 10:47:36 Unpacking libc-bin (2.31-0ubuntu9.7) over (2.31-0ubuntu9) ... 10:47:37 Setting up libc-bin (2.31-0ubuntu9.7) ... 10:47:37 (Reading database ... 14311 files and directories currently installed.) 10:47:37 Preparing to unpack .../libgcrypt20_1.8.5-5ubuntu1.1_amd64.deb ... 10:47:37 Unpacking libgcrypt20:amd64 (1.8.5-5ubuntu1.1) over (1.8.5-5ubuntu1) ... 10:47:37 Setting up libgcrypt20:amd64 (1.8.5-5ubuntu1.1) ... 10:47:37 (Reading database ... 14311 files and directories currently installed.) 10:47:37 Preparing to unpack .../liblz4-1_1.9.2-2ubuntu0.20.04.1_amd64.deb ... 10:47:37 Unpacking liblz4-1:amd64 (1.9.2-2ubuntu0.20.04.1) over (1.9.2-2) ... 10:47:37 Setting up liblz4-1:amd64 (1.9.2-2ubuntu0.20.04.1) ... 10:47:37 (Reading database ... 14311 files and directories currently installed.) 10:47:37 Preparing to unpack .../liblzma5_5.2.4-1ubuntu1_amd64.deb ... 10:47:37 Unpacking liblzma5:amd64 (5.2.4-1ubuntu1) over (5.2.4-1) ... 10:47:37 Setting up liblzma5:amd64 (5.2.4-1ubuntu1) ... 10:47:37 (Reading database ... 14311 files and directories currently installed.) 10:47:37 Preparing to unpack .../libzstd1_1.4.4+dfsg-3ubuntu0.1_amd64.deb ... 10:47:37 Unpacking libzstd1:amd64 (1.4.4+dfsg-3ubuntu0.1) over (1.4.4+dfsg-3) ... 10:47:37 Setting up libzstd1:amd64 (1.4.4+dfsg-3ubuntu0.1) ... 10:47:37 (Reading database ... 14311 files and directories currently installed.) 10:47:37 Preparing to unpack .../libapt-pkg6.0_2.0.6_amd64.deb ... 10:47:37 Unpacking libapt-pkg6.0:amd64 (2.0.6) over (2.0.2) ... 10:47:37 Setting up libapt-pkg6.0:amd64 (2.0.6) ... 10:47:37 (Reading database ... 14311 files and directories currently installed.) 10:47:37 Preparing to unpack .../gpgv_2.2.19-3ubuntu2.1_amd64.deb ... 10:47:37 Unpacking gpgv (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... 10:47:37 Setting up gpgv (2.2.19-3ubuntu2.1) ... 10:47:38 (Reading database ... 14311 files and directories currently installed.) 10:47:38 Preparing to unpack .../ubuntu-keyring_2020.02.11.4_all.deb ... 10:47:38 Unpacking ubuntu-keyring (2020.02.11.4) over (2020.02.11.2) ... 10:47:38 Setting up ubuntu-keyring (2020.02.11.4) ... 10:47:38 (Reading database ... 14311 files and directories currently installed.) 10:47:38 Preparing to unpack .../libnettle7_3.5.1+really3.5.1-2ubuntu0.2_amd64.deb ... 10:47:38 Unpacking libnettle7:amd64 (3.5.1+really3.5.1-2ubuntu0.2) over (3.5.1+really3.5.1-2) ... 10:47:38 Setting up libnettle7:amd64 (3.5.1+really3.5.1-2ubuntu0.2) ... 10:47:38 (Reading database ... 14311 files and directories currently installed.) 10:47:38 Preparing to unpack .../libhogweed5_3.5.1+really3.5.1-2ubuntu0.2_amd64.deb ... 10:47:38 Unpacking libhogweed5:amd64 (3.5.1+really3.5.1-2ubuntu0.2) over (3.5.1+really3.5.1-2) ... 10:47:38 Setting up libhogweed5:amd64 (3.5.1+really3.5.1-2ubuntu0.2) ... 10:47:38 (Reading database ... 14311 files and directories currently installed.) 10:47:38 Preparing to unpack .../libp11-kit0_0.23.20-1ubuntu0.1_amd64.deb ... 10:47:38 Unpacking libp11-kit0:amd64 (0.23.20-1ubuntu0.1) over (0.23.20-1build1) ... 10:47:38 Setting up libp11-kit0:amd64 (0.23.20-1ubuntu0.1) ... 10:47:38 (Reading database ... 14311 files and directories currently installed.) 10:47:38 Preparing to unpack .../libgnutls30_3.6.13-2ubuntu1.6_amd64.deb ... 10:47:38 Unpacking libgnutls30:amd64 (3.6.13-2ubuntu1.6) over (3.6.13-2ubuntu1) ... 10:47:38 Setting up libgnutls30:amd64 (3.6.13-2ubuntu1.6) ... 10:47:38 (Reading database ... 14311 files and directories currently installed.) 10:47:38 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~20.04.2_amd64.deb ... 10:47:38 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~20.04.2) over (2.4.3-1ubuntu1) ... 10:47:38 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~20.04.2) ... 10:47:38 (Reading database ... 14311 files and directories currently installed.) 10:47:38 Preparing to unpack .../archives/apt_2.0.6_amd64.deb ... 10:47:38 Unpacking apt (2.0.6) over (2.0.2) ... 10:47:39 Setting up apt (2.0.6) ... 10:47:39 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 10:47:39 (Reading database ... 14311 files and directories currently installed.) 10:47:39 Preparing to unpack .../libpam0g_1.3.1-5ubuntu4.3_amd64.deb ... 10:47:39 Unpacking libpam0g:amd64 (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... 10:47:39 Setting up libpam0g:amd64 (1.3.1-5ubuntu4.3) ... 10:47:40 (Reading database ... 14311 files and directories currently installed.) 10:47:40 Preparing to unpack .../libpam-modules-bin_1.3.1-5ubuntu4.3_amd64.deb ... 10:47:40 Unpacking libpam-modules-bin (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... 10:47:40 Setting up libpam-modules-bin (1.3.1-5ubuntu4.3) ... 10:47:40 (Reading database ... 14313 files and directories currently installed.) 10:47:40 Preparing to unpack .../libpam-modules_1.3.1-5ubuntu4.3_amd64.deb ... 10:47:40 Unpacking libpam-modules:amd64 (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... 10:47:40 Setting up libpam-modules:amd64 (1.3.1-5ubuntu4.3) ... 10:47:40 (Reading database ... 14317 files and directories currently installed.) 10:47:40 Preparing to unpack .../mount_2.34-0.1ubuntu9.3_amd64.deb ... 10:47:40 Unpacking mount (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... 10:47:40 Preparing to unpack .../libpam-runtime_1.3.1-5ubuntu4.3_all.deb ... 10:47:40 Unpacking libpam-runtime (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... 10:47:40 Setting up libpam-runtime (1.3.1-5ubuntu4.3) ... 10:47:40 (Reading database ... 14317 files and directories currently installed.) 10:47:40 Preparing to unpack .../passwd_1%3a4.8.1-1ubuntu5.20.04.1_amd64.deb ... 10:47:40 Unpacking passwd (1:4.8.1-1ubuntu5.20.04.1) over (1:4.8.1-1ubuntu5) ... 10:47:41 Setting up passwd (1:4.8.1-1ubuntu5.20.04.1) ... 10:47:41 (Reading database ... 14317 files and directories currently installed.) 10:47:41 Preparing to unpack .../00-libprocps8_2%3a3.3.16-1ubuntu2.3_amd64.deb ... 10:47:41 Unpacking libprocps8:amd64 (2:3.3.16-1ubuntu2.3) over (2:3.3.16-1ubuntu2) ... 10:47:41 Preparing to unpack .../01-procps_2%3a3.3.16-1ubuntu2.3_amd64.deb ... 10:47:41 Unpacking procps (2:3.3.16-1ubuntu2.3) over (2:3.3.16-1ubuntu2) ... 10:47:41 Preparing to unpack .../02-libssl1.1_1.1.1f-1ubuntu2.12_amd64.deb ... 10:47:41 Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.12) over (1.1.1f-1ubuntu2) ... 10:47:41 Preparing to unpack .../03-openssl_1.1.1f-1ubuntu2.12_amd64.deb ... 10:47:41 Unpacking openssl (1.1.1f-1ubuntu2.12) over (1.1.1f-1ubuntu2) ... 10:47:41 Preparing to unpack .../04-ca-certificates_20210119~20.04.2_all.deb ... 10:47:41 Unpacking ca-certificates (20210119~20.04.2) over (20190110ubuntu1) ... 10:47:41 Preparing to unpack .../05-libapparmor1_2.13.3-7ubuntu5.1_amd64.deb ... 10:47:41 Unpacking libapparmor1:amd64 (2.13.3-7ubuntu5.1) over (2.13.3-7ubuntu5) ... 10:47:41 Preparing to unpack .../06-libjson-c4_0.13.1+dfsg-7ubuntu0.3_amd64.deb ... 10:47:41 Unpacking libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) over (0.13.1+dfsg-7) ... 10:47:41 Preparing to unpack .../07-libcryptsetup12_2%3a2.2.2-3ubuntu2.4_amd64.deb ... 10:47:41 Unpacking libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.4) over (2:2.2.2-3ubuntu2) ... 10:47:41 Preparing to unpack .../08-libsqlite3-0_3.31.1-4ubuntu0.2_amd64.deb ... 10:47:41 Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) over (3.31.1-4) ... 10:47:42 Preparing to unpack .../09-tzdata_2022a-0ubuntu0.20.04_all.deb ... 10:47:42 Unpacking tzdata (2022a-0ubuntu0.20.04) over (2019c-3ubuntu1) ... 10:47:42 Preparing to unpack .../10-xz-utils_5.2.4-1ubuntu1_amd64.deb ... 10:47:42 Unpacking xz-utils (5.2.4-1ubuntu1) over (5.2.4-1) ... 10:47:42 Preparing to unpack .../11-libctf0_2.34-6ubuntu1.3_amd64.deb ... 10:47:42 Unpacking libctf0:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... 10:47:42 Preparing to unpack .../12-binutils-x86-64-linux-gnu_2.34-6ubuntu1.3_amd64.deb ... 10:47:42 Unpacking binutils-x86-64-linux-gnu (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... 10:47:42 Preparing to unpack .../13-libbinutils_2.34-6ubuntu1.3_amd64.deb ... 10:47:42 Unpacking libbinutils:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... 10:47:42 Preparing to unpack .../14-binutils_2.34-6ubuntu1.3_amd64.deb ... 10:47:42 Unpacking binutils (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... 10:47:42 Preparing to unpack .../15-binutils-common_2.34-6ubuntu1.3_amd64.deb ... 10:47:42 Unpacking binutils-common:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... 10:47:43 Preparing to unpack .../16-libctf-nobfd0_2.34-6ubuntu1.3_amd64.deb ... 10:47:43 Unpacking libctf-nobfd0:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... 10:47:43 Preparing to unpack .../17-build-essential_12.8ubuntu1.1_amd64.deb ... 10:47:43 Unpacking build-essential (12.8ubuntu1.1) over (12.8ubuntu1) ... 10:47:43 Preparing to unpack .../18-libasan5_9.4.0-1ubuntu1~20.04.1_amd64.deb ... 10:47:43 Unpacking libasan5:amd64 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... 10:47:43 Preparing to unpack .../19-g++-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ... 10:47:43 Unpacking g++-9 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... 10:47:44 Preparing to unpack .../20-gcc-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ... 10:47:44 Unpacking gcc-9 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... 10:47:44 Preparing to unpack .../21-libstdc++-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ... 10:47:44 Unpacking libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... 10:47:45 Preparing to unpack .../22-libgcc-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ... 10:47:45 Unpacking libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... 10:47:45 Preparing to unpack .../23-cpp-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ... 10:47:45 Unpacking cpp-9 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... 10:47:46 Preparing to unpack .../24-gcc-9-base_9.4.0-1ubuntu1~20.04.1_amd64.deb ... 10:47:46 Unpacking gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... 10:47:46 Setting up libapparmor1:amd64 (2.13.3-7ubuntu5.1) ... 10:47:46 Setting up perl-modules-5.30 (5.30.0-9ubuntu0.2) ... 10:47:46 Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.12) ... 10:47:46 Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) ... 10:47:46 Setting up binutils-common:amd64 (2.34-6ubuntu1.3) ... 10:47:46 Setting up linux-libc-dev:amd64 (5.4.0-107.121) ... 10:47:46 Setting up libctf-nobfd0:amd64 (2.34-6ubuntu1.3) ... 10:47:46 Setting up libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ... 10:47:46 Setting up tzdata (2022a-0ubuntu0.20.04) ... 10:47:46 10:47:46 Current default time zone: 'Etc/UTC' 10:47:46 Local time is now: Thu Mar 31 10:47:46 UTC 2022. 10:47:46 Universal Time is now: Thu Mar 31 10:47:46 UTC 2022. 10:47:46 Run 'dpkg-reconfigure tzdata' if you wish to change it. 10:47:46 10:47:46 Setting up xz-utils (5.2.4-1ubuntu1) ... 10:47:46 Setting up libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ... 10:47:46 Setting up libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ... 10:47:46 Setting up libfdisk1:amd64 (2.34-0.1ubuntu9.3) ... 10:47:46 Setting up libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ... 10:47:46 Setting up mount (2.34-0.1ubuntu9.3) ... 10:47:46 Setting up libperl5.30:amd64 (5.30.0-9ubuntu0.2) ... 10:47:46 Setting up libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) ... 10:47:46 Setting up libbinutils:amd64 (2.34-6ubuntu1.3) ... 10:47:46 Setting up libc-dev-bin (2.31-0ubuntu9.7) ... 10:47:46 Setting up openssl (1.1.1f-1ubuntu2.12) ... 10:47:46 Setting up libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ... 10:47:46 Setting up liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ... 10:47:46 Setting up libprocps8:amd64 (2:3.3.16-1ubuntu2.3) ... 10:47:46 Setting up libitm1:amd64 (10.3.0-1ubuntu1~20.04) ... 10:47:46 Setting up gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.1) ... 10:47:46 Setting up libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ... 10:47:46 Setting up libctf0:amd64 (2.34-6ubuntu1.3) ... 10:47:46 Setting up fdisk (2.34-0.1ubuntu9.3) ... 10:47:46 Setting up ca-certificates (20210119~20.04.2) ... 10:47:48 Updating certificates in /etc/ssl/certs... 10:47:49 21 added, 21 removed; done. 10:47:49 Setting up libasan5:amd64 (9.4.0-1ubuntu1~20.04.1) ... 10:47:49 Setting up perl (5.30.0-9ubuntu0.2) ... 10:47:49 Setting up procps (2:3.3.16-1ubuntu2.3) ... 10:47:49 Setting up cpp-9 (9.4.0-1ubuntu1~20.04.1) ... 10:47:49 Setting up libc6-dev:amd64 (2.31-0ubuntu9.7) ... 10:47:49 Setting up libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.4) ... 10:47:49 Setting up binutils-x86-64-linux-gnu (2.34-6ubuntu1.3) ... 10:47:49 Setting up binutils (2.34-6ubuntu1.3) ... 10:47:49 Setting up libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ... 10:47:49 Setting up build-essential (12.8ubuntu1.1) ... 10:47:49 Setting up gcc-9 (9.4.0-1ubuntu1~20.04.1) ... 10:47:49 Setting up libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ... 10:47:49 Setting up g++-9 (9.4.0-1ubuntu1~20.04.1) ... 10:47:49 Processing triggers for libc-bin (2.31-0ubuntu9.7) ... 10:47:49 Processing triggers for systemd (245.4-4ubuntu3.15) ... 10:47:49 Processing triggers for mime-support (3.64ubuntu1) ... 10:47:49 Processing triggers for ca-certificates (20210119~20.04.2) ... 10:47:49 Updating certificates in /etc/ssl/certs... 10:47:50 0 added, 0 removed; done. 10:47:50 Running hooks in /etc/ca-certificates/update.d... 10:47:50 done. 10:47:52 Reading package lists... 10:47:52 Building dependency tree... 10:47:52 Reading state information... 10:47:52 The following NEW packages will be installed: 10:47:52 apt-transport-https 10:47:52 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 10:47:52 Need to get 4680 B of archives. 10:47:52 After this operation, 162 kB of additional disk space will be used. 10:47:52 Get:1 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 apt-transport-https all 2.0.6 [4680 B] 10:47:52 debconf: delaying package configuration, since apt-utils is not installed 10:47:52 Fetched 4680 B in 0s (24.8 kB/s) 10:47:52 Selecting previously unselected package apt-transport-https. 10:47:52 (Reading database ... 14320 files and directories currently installed.) 10:47:52 Preparing to unpack .../apt-transport-https_2.0.6_all.deb ... 10:47:52 Unpacking apt-transport-https (2.0.6) ... 10:47:52 Setting up apt-transport-https (2.0.6) ... 10:47:52 Waiting for network to be ready... 10:47:59 2022-03-31T10:47:56Z INFO Waiting for automatic snapd restart... 10:47:59 snapd 2.54.4 from Canonical* installed 10:48:00 "snapd" switched to the "latest/stable" channel 10:48:00 10:48:03 core20 20220318 from Canonical* installed 10:48:03 "core20" switched to the "latest/stable" channel 10:48:03 10:48:06 snapcraft 6.1 from Canonical* installed 10:48:06 "snapcraft" switched to the "latest/stable" channel 10:48:06 10:48:11 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 10:48:11 - README.md 10:48:11 10:48:11 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 10:48:11 Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 10:48:11 Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 10:48:11 Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 10:48:12 Reading package lists... 10:48:12 Installing build dependencies: comerr-dev=2.1-1.45.5-2ubuntu1 git=1:2.25.1-1ubuntu3.2 git-man=1:2.25.1-1ubuntu3.2 krb5-multidev=1.17-6ubuntu4.1 libbrotli1=1.0.7-6ubuntu0.1 libcurl3-gnutls=7.68.0-1ubuntu2.7 liberror-perl=0.17029-1 libglib2.0-0=2.64.6-1~ubuntu20.04.4 libgssrpc4=1.17-6ubuntu4.1 libkadm5clnt-mit11=1.17-6ubuntu4.1 libkadm5srv-mit11=1.17-6ubuntu4.1 libkdb5-9=1.17-6ubuntu4.1 libkrb5-dev=1.17-6ubuntu4.1 libnghttp2-14=1.40.0-1build1 libnorm-dev=1.5.8+dfsg2-2build1 libnorm1=1.5.8+dfsg2-2build1 libpgm-5.2-0=5.2.122~dfsg-3ubuntu1 libpgm-dev=5.2.122~dfsg-3ubuntu1 libpsl5=0.21.0-1ubuntu1 librtmp1=2.4+20151223.gitfa8646d.1-2build1 libsodium-dev=1.0.18-1 libsodium23=1.0.18-1 libssh-4=0.9.3-2ubuntu2.2 libzmq3-dev=4.3.2-2ubuntu1 libzmq5=4.3.2-2ubuntu1 pkg-config=0.29.1-0ubuntu4 zip=3.0-11build1 10:48:12 Reading package lists... 10:48:12 Building dependency tree... 10:48:12 Reading state information... 10:48:13 Suggested packages: 10:48:13 doc-base gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el 10:48:13 git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn krb5-doc 10:48:13 krb5-user libnorm-doc 10:48:13 Recommended packages: 10:48:13 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 10:48:13 The following NEW packages will be installed: 10:48:13 comerr-dev git git-man krb5-multidev libbrotli1 libcurl3-gnutls 10:48:13 liberror-perl libglib2.0-0 libgssrpc4 libkadm5clnt-mit11 libkadm5srv-mit11 10:48:13 libkdb5-9 libkrb5-dev libnghttp2-14 libnorm-dev libnorm1 libpgm-5.2-0 10:48:13 libpgm-dev libpsl5 librtmp1 libsodium-dev libsodium23 libssh-4 libzmq3-dev 10:48:13 libzmq5 pkg-config zip 10:48:13 0 upgraded, 27 newly installed, 0 to remove and 0 not upgraded. 10:48:13 Need to get 10.3 MB of archives. 10:48:13 After this operation, 56.5 MB of additional disk space will be used. 10:48:13 Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 libbrotli1 amd64 1.0.7-6ubuntu0.1 [267 kB] 10:48:13 Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-0 amd64 2.64.6-1~ubuntu20.04.4 [1287 kB] 10:48:13 Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 libssh-4 amd64 0.9.3-2ubuntu2.2 [170 kB] 10:48:13 Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcurl3-gnutls amd64 7.68.0-1ubuntu2.7 [232 kB] 10:48:13 Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 git-man all 1:2.25.1-1ubuntu3.2 [884 kB] 10:48:14 Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 git amd64 1:2.25.1-1ubuntu3.2 [4554 kB] 10:48:14 Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 libsodium23 amd64 1.0.18-1 [150 kB] 10:48:14 Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB] 10:48:14 Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 libnghttp2-14 amd64 1.40.0-1build1 [78.7 kB] 10:48:14 Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build1 [54.9 kB] 10:48:14 Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 liberror-perl all 0.17029-1 [26.5 kB] 10:48:14 Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 comerr-dev amd64 2.1-1.45.5-2ubuntu1 [39.9 kB] 10:48:14 Get:13 http://archive.ubuntu.com/ubuntu focal/universe amd64 libnorm1 amd64 1.5.8+dfsg2-2build1 [290 kB] 10:48:14 Get:14 http://archive.ubuntu.com/ubuntu focal/universe amd64 libnorm-dev amd64 1.5.8+dfsg2-2build1 [463 kB] 10:48:14 Get:15 http://archive.ubuntu.com/ubuntu focal/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-3ubuntu1 [158 kB] 10:48:14 Get:16 http://archive.ubuntu.com/ubuntu focal/universe amd64 libpgm-dev amd64 5.2.122~dfsg-3ubuntu1 [189 kB] 10:48:14 Get:17 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgssrpc4 amd64 1.17-6ubuntu4.1 [55.4 kB] 10:48:14 Get:18 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkdb5-9 amd64 1.17-6ubuntu4.1 [37.3 kB] 10:48:14 Get:19 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkadm5srv-mit11 amd64 1.17-6ubuntu4.1 [49.5 kB] 10:48:14 Get:20 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkadm5clnt-mit11 amd64 1.17-6ubuntu4.1 [37.6 kB] 10:48:14 Get:21 http://security.ubuntu.com/ubuntu focal-security/main amd64 krb5-multidev amd64 1.17-6ubuntu4.1 [120 kB] 10:48:14 Get:22 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5-dev amd64 1.17-6ubuntu4.1 [11.7 kB] 10:48:14 Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 libsodium-dev amd64 1.0.18-1 [169 kB] 10:48:14 Get:24 http://archive.ubuntu.com/ubuntu focal/universe amd64 libzmq5 amd64 4.3.2-2ubuntu1 [242 kB] 10:48:14 Get:25 http://archive.ubuntu.com/ubuntu focal/universe amd64 libzmq3-dev amd64 4.3.2-2ubuntu1 [455 kB] 10:48:14 Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB] 10:48:14 Get:27 http://archive.ubuntu.com/ubuntu focal/main amd64 zip amd64 3.0-11build1 [167 kB] 10:48:14 debconf: delaying package configuration, since apt-utils is not installed 10:48:14 Fetched 10.3 MB in 1s (8532 kB/s) 10:48:14 Selecting previously unselected package libglib2.0-0:amd64. 10:48:14 (Reading database ... 14324 files and directories currently installed.) 10:48:14 Preparing to unpack .../00-libglib2.0-0_2.64.6-1~ubuntu20.04.4_amd64.deb ... 10:48:14 Unpacking libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ... 10:48:14 Selecting previously unselected package libsodium23:amd64. 10:48:14 Preparing to unpack .../01-libsodium23_1.0.18-1_amd64.deb ... 10:48:14 Unpacking libsodium23:amd64 (1.0.18-1) ... 10:48:14 Selecting previously unselected package libpsl5:amd64. 10:48:14 Preparing to unpack .../02-libpsl5_0.21.0-1ubuntu1_amd64.deb ... 10:48:14 Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ... 10:48:14 Selecting previously unselected package libbrotli1:amd64. 10:48:14 Preparing to unpack .../03-libbrotli1_1.0.7-6ubuntu0.1_amd64.deb ... 10:48:14 Unpacking libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... 10:48:14 Selecting previously unselected package libnghttp2-14:amd64. 10:48:14 Preparing to unpack .../04-libnghttp2-14_1.40.0-1build1_amd64.deb ... 10:48:14 Unpacking libnghttp2-14:amd64 (1.40.0-1build1) ... 10:48:14 Selecting previously unselected package librtmp1:amd64. 10:48:14 Preparing to unpack .../05-librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb ... 10:48:14 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ... 10:48:14 Selecting previously unselected package libssh-4:amd64. 10:48:14 Preparing to unpack .../06-libssh-4_0.9.3-2ubuntu2.2_amd64.deb ... 10:48:14 Unpacking libssh-4:amd64 (0.9.3-2ubuntu2.2) ... 10:48:14 Selecting previously unselected package libcurl3-gnutls:amd64. 10:48:14 Preparing to unpack .../07-libcurl3-gnutls_7.68.0-1ubuntu2.7_amd64.deb ... 10:48:14 Unpacking libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.7) ... 10:48:15 Selecting previously unselected package liberror-perl. 10:48:15 Preparing to unpack .../08-liberror-perl_0.17029-1_all.deb ... 10:48:15 Unpacking liberror-perl (0.17029-1) ... 10:48:15 Selecting previously unselected package git-man. 10:48:15 Preparing to unpack .../09-git-man_1%3a2.25.1-1ubuntu3.2_all.deb ... 10:48:15 Unpacking git-man (1:2.25.1-1ubuntu3.2) ... 10:48:15 Selecting previously unselected package git. 10:48:15 Preparing to unpack .../10-git_1%3a2.25.1-1ubuntu3.2_amd64.deb ... 10:48:15 Unpacking git (1:2.25.1-1ubuntu3.2) ... 10:48:15 Selecting previously unselected package libgssrpc4:amd64. 10:48:15 Preparing to unpack .../11-libgssrpc4_1.17-6ubuntu4.1_amd64.deb ... 10:48:15 Unpacking libgssrpc4:amd64 (1.17-6ubuntu4.1) ... 10:48:16 Selecting previously unselected package libkdb5-9:amd64. 10:48:16 Preparing to unpack .../12-libkdb5-9_1.17-6ubuntu4.1_amd64.deb ... 10:48:16 Unpacking libkdb5-9:amd64 (1.17-6ubuntu4.1) ... 10:48:16 Selecting previously unselected package libkadm5srv-mit11:amd64. 10:48:16 Preparing to unpack .../13-libkadm5srv-mit11_1.17-6ubuntu4.1_amd64.deb ... 10:48:16 Unpacking libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... 10:48:16 Selecting previously unselected package libkadm5clnt-mit11:amd64. 10:48:16 Preparing to unpack .../14-libkadm5clnt-mit11_1.17-6ubuntu4.1_amd64.deb ... 10:48:16 Unpacking libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... 10:48:16 Selecting previously unselected package comerr-dev:amd64. 10:48:16 Preparing to unpack .../15-comerr-dev_2.1-1.45.5-2ubuntu1_amd64.deb ... 10:48:16 Unpacking comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... 10:48:16 Selecting previously unselected package krb5-multidev:amd64. 10:48:16 Preparing to unpack .../16-krb5-multidev_1.17-6ubuntu4.1_amd64.deb ... 10:48:16 Unpacking krb5-multidev:amd64 (1.17-6ubuntu4.1) ... 10:48:16 Selecting previously unselected package libnorm1:amd64. 10:48:16 Preparing to unpack .../17-libnorm1_1.5.8+dfsg2-2build1_amd64.deb ... 10:48:16 Unpacking libnorm1:amd64 (1.5.8+dfsg2-2build1) ... 10:48:16 Selecting previously unselected package libnorm-dev:amd64. 10:48:16 Preparing to unpack .../18-libnorm-dev_1.5.8+dfsg2-2build1_amd64.deb ... 10:48:16 Unpacking libnorm-dev:amd64 (1.5.8+dfsg2-2build1) ... 10:48:16 Selecting previously unselected package libpgm-5.2-0:amd64. 10:48:16 Preparing to unpack .../19-libpgm-5.2-0_5.2.122~dfsg-3ubuntu1_amd64.deb ... 10:48:16 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... 10:48:16 Selecting previously unselected package libpgm-dev:amd64. 10:48:16 Preparing to unpack .../20-libpgm-dev_5.2.122~dfsg-3ubuntu1_amd64.deb ... 10:48:16 Unpacking libpgm-dev:amd64 (5.2.122~dfsg-3ubuntu1) ... 10:48:16 Selecting previously unselected package libsodium-dev:amd64. 10:48:16 Preparing to unpack .../21-libsodium-dev_1.0.18-1_amd64.deb ... 10:48:16 Unpacking libsodium-dev:amd64 (1.0.18-1) ... 10:48:16 Selecting previously unselected package libzmq5:amd64. 10:48:16 Preparing to unpack .../22-libzmq5_4.3.2-2ubuntu1_amd64.deb ... 10:48:16 Unpacking libzmq5:amd64 (4.3.2-2ubuntu1) ... 10:48:16 Selecting previously unselected package libkrb5-dev:amd64. 10:48:16 Preparing to unpack .../23-libkrb5-dev_1.17-6ubuntu4.1_amd64.deb ... 10:48:16 Unpacking libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... 10:48:16 Selecting previously unselected package libzmq3-dev:amd64. 10:48:16 Preparing to unpack .../24-libzmq3-dev_4.3.2-2ubuntu1_amd64.deb ... 10:48:16 Unpacking libzmq3-dev:amd64 (4.3.2-2ubuntu1) ... 10:48:17 Selecting previously unselected package pkg-config. 10:48:17 Preparing to unpack .../25-pkg-config_0.29.1-0ubuntu4_amd64.deb ... 10:48:17 Unpacking pkg-config (0.29.1-0ubuntu4) ... 10:48:17 Selecting previously unselected package zip. 10:48:17 Preparing to unpack .../26-zip_3.0-11build1_amd64.deb ... 10:48:17 Unpacking zip (3.0-11build1) ... 10:48:17 Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ... 10:48:17 Setting up libsodium23:amd64 (1.0.18-1) ... 10:48:17 Setting up libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ... 10:48:17 No schema files found: doing nothing. 10:48:17 Setting up libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... 10:48:17 Setting up libnorm1:amd64 (1.5.8+dfsg2-2build1) ... 10:48:17 Setting up libnghttp2-14:amd64 (1.40.0-1build1) ... 10:48:17 Setting up libnorm-dev:amd64 (1.5.8+dfsg2-2build1) ... 10:48:17 Setting up liberror-perl (0.17029-1) ... 10:48:17 Setting up libgssrpc4:amd64 (1.17-6ubuntu4.1) ... 10:48:17 Setting up zip (3.0-11build1) ... 10:48:17 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ... 10:48:17 Setting up comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... 10:48:17 Setting up pkg-config (0.29.1-0ubuntu4) ... 10:48:17 Setting up libsodium-dev:amd64 (1.0.18-1) ... 10:48:17 Setting up libssh-4:amd64 (0.9.3-2ubuntu2.2) ... 10:48:17 Setting up libkdb5-9:amd64 (1.17-6ubuntu4.1) ... 10:48:17 Setting up git-man (1:2.25.1-1ubuntu3.2) ... 10:48:17 Setting up libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... 10:48:17 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... 10:48:17 Setting up libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... 10:48:17 Setting up libzmq5:amd64 (4.3.2-2ubuntu1) ... 10:48:17 Setting up libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.7) ... 10:48:17 Setting up libpgm-dev:amd64 (5.2.122~dfsg-3ubuntu1) ... 10:48:17 Setting up git (1:2.25.1-1ubuntu3.2) ... 10:48:17 Setting up krb5-multidev:amd64 (1.17-6ubuntu4.1) ... 10:48:17 Setting up libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... 10:48:17 Setting up libzmq3-dev:amd64 (4.3.2-2ubuntu1) ... 10:48:17 Processing triggers for libc-bin (2.31-0ubuntu9.7) ... 10:48:18 comerr-dev set to automatically installed. 10:48:18 git set to automatically installed. 10:48:18 git-man set to automatically installed. 10:48:18 krb5-multidev set to automatically installed. 10:48:18 libbrotli1 set to automatically installed. 10:48:18 libcurl3-gnutls set to automatically installed. 10:48:18 liberror-perl set to automatically installed. 10:48:18 libglib2.0-0 set to automatically installed. 10:48:18 libgssrpc4 set to automatically installed. 10:48:18 libkadm5clnt-mit11 set to automatically installed. 10:48:18 libkadm5srv-mit11 set to automatically installed. 10:48:18 libkdb5-9 set to automatically installed. 10:48:18 libkrb5-dev set to automatically installed. 10:48:18 libnghttp2-14 set to automatically installed. 10:48:18 libnorm-dev set to automatically installed. 10:48:18 libnorm1 set to automatically installed. 10:48:18 libpgm-5.2-0 set to automatically installed. 10:48:18 libpgm-dev set to automatically installed. 10:48:18 libpsl5 set to automatically installed. 10:48:18 librtmp1 set to automatically installed. 10:48:18 libsodium-dev set to automatically installed. 10:48:18 libsodium23 set to automatically installed. 10:48:18 libssh-4 set to automatically installed. 10:48:18 libzmq3-dev set to automatically installed. 10:48:18 libzmq5 set to automatically installed. 10:48:18 pkg-config set to automatically installed. 10:48:18 zip set to automatically installed. 10:48:18 snapd is not logged in, snap install commands will use sudo 10:48:28 go (1.17/stable) 1.17.8 from Michael Hudson-Doyle (mwhudson) installed 10:48:29 Downloading snap 'edgex-app-service-configurable' 10:48:31 Pulling app-service-configurable 10:48:31 + snapcraftctl pull 10:48:33 Pulling config-common 10:48:33 + snapcraftctl pull 10:48:34 Pulling go-build-helper 10:48:34 + snapcraftctl pull 10:48:36 'edgex-go' has dependencies that need to be staged: go-build-helper 10:48:36 Skipping pull go-build-helper (already ran) 10:48:36 Building go-build-helper 10:48:36 + snapcraftctl build 10:48:37 + cp --archive --link --no-dereference . /root/parts/go-build-helper/install 10:48:37 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 10:48:37 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 10:48:38 Staging go-build-helper 10:48:38 + snapcraftctl stage 10:48:38 ./bin/test-attribution-txt.sh [Pipeline] echo 10:48:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 10:48:43 + ls -al . 10:48:43 total 660 10:48:43 drwxrwxr-x 9 1001 1001 4096 Mar 31 10:48 . 10:48:43 drwxr-xr-x 4 root root 4096 Mar 31 10:43 .. 10:48:43 -rw-rw-r-- 1 1001 1001 11 Mar 31 10:41 .dockerignore 10:48:43 drwxrwxr-x 8 1001 1001 4096 Mar 31 10:41 .git 10:48:43 drwxrwxr-x 4 1001 1001 4096 Mar 31 10:41 .github 10:48:43 -rw-rw-r-- 1 1001 1001 870 Mar 31 10:41 .gitignore 10:48:43 -rw-rw-r-- 1 1001 1001 42 Mar 31 10:41 .golangci.yml 10:48:43 -rw-rw-r-- 1 1001 1001 87 Mar 31 10:41 .hadolint.yml 10:48:43 -rw-rw-r-- 1 1001 1001 166 Mar 31 10:41 .sonarcloud.properties 10:48:43 -rw-rw-r-- 1 1001 1001 1171 Mar 31 10:41 ADOPTERS.md 10:48:43 -rw-rw-r-- 1 1001 1001 9953 Mar 31 10:41 Attribution.txt 10:48:43 -rw-rw-r-- 1 1001 1001 51732 Mar 31 10:41 CHANGELOG.md 10:48:43 -rw-rw-r-- 1 1001 1001 3804 Mar 31 10:41 CONTRIBUTING.md 10:48:43 -rw-rw-r-- 1 1001 1001 677 Mar 31 10:41 GOVERNANCE.md 10:48:43 -rw-rw-r-- 1 1001 1001 849 Mar 31 10:41 Jenkinsfile 10:48:43 -rw-rw-r-- 1 1001 1001 10775 Mar 31 10:41 LICENSE 10:48:43 -rw-rw-r-- 1 1001 1001 8478 Mar 31 10:41 Makefile 10:48:43 -rw-rw-r-- 1 1001 1001 582 Mar 31 10:41 OWNERS.md 10:48:43 -rw-rw-r-- 1 1001 1001 8207 Mar 31 10:41 README.md 10:48:43 -rw-rw-r-- 1 1001 1001 6912 Mar 31 10:41 SECURITY.md 10:48:43 -rw-rw-r-- 1 1001 1001 5 Mar 31 10:39 VERSION 10:48:43 -rw-rw-r-- 1 1001 1001 4131 Mar 31 10:41 ZMQWindows.md 10:48:43 drwxrwxr-x 2 1001 1001 4096 Mar 31 10:41 bin 10:48:43 drwxrwxr-x 18 1001 1001 4096 Mar 31 10:41 cmd 10:48:43 -rw-r--r-- 1 root root 429121 Mar 31 10:46 coverage.out 10:48:43 -rw-rw-r-- 1 1001 1001 3175 Mar 31 10:41 go.mod 10:48:43 -rw-rw-r-- 1 1001 1001 34990 Mar 31 10:41 go.sum 10:48:43 drwxrwxr-x 8 1001 1001 4096 Mar 31 10:41 internal 10:48:43 drwxrwxr-x 3 1001 1001 4096 Mar 31 10:41 openapi 10:48:43 drwxrwxr-x 4 1001 1001 4096 Mar 31 10:41 snap 10:48:43 -rw-rw-r-- 1 1001 1001 204 Mar 31 10:41 version.go [Pipeline] sh 10:48:43 Get:1 libnorm1_1.5.8+dfsg2-2build1_amd64.deb [290 kB] 10:48:43 Fetched 290 kB in 0s (0 B/s) 10:48:43 Get:1 libpgm-5.2-0_5.2.122~dfsg-3ubuntu1_amd64.deb [158 kB] 10:48:43 Fetched 158 kB in 0s (0 B/s) 10:48:43 Get:1 libzmq5_4.3.2-2ubuntu1_amd64.deb [242 kB] 10:48:43 Fetched 242 kB in 0s (0 B/s) 10:48:43 Get:1 libsodium23_1.0.18-1_amd64.deb [150 kB] 10:48:43 Fetched 150 kB in 0s (0 B/s) 10:48:43 Pulling edgex-go 10:48:43 + snapcraftctl pull 10:48:43 + '[' -e coverage.out ] 10:48:43 + chown 1001:1001 coverage.out [Pipeline] stash 10:48:43 Warning: overwriting stash ‘coverage-report’ 10:48:44 Pulling hooks 10:48:44 + snapcraftctl pull 10:48:44 Stashed 1 file(s) [Pipeline] sh 10:48:45 + make build 10:48:45 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 10:48:56 Removing suid/guid from /root/parts/static-packages/install/bin/su 10:48:56 Get:1 libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [96.1 kB] 10:48:56 Fetched 96.1 kB in 0s (0 B/s) 10:48:56 Get:1 libnghttp2-14_1.40.0-1build1_amd64.deb [78.7 kB] 10:48:56 Fetched 78.7 kB in 0s (0 B/s) 10:48:56 Get:1 libwind0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [48.0 kB] 10:48:56 Fetched 48.0 kB in 0s (0 B/s) 10:48:56 Get:1 jq_1.6-1ubuntu0.20.04.1_amd64.deb [50.2 kB] 10:48:56 Fetched 50.2 kB in 0s (0 B/s) 10:48:56 Get:1 libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb [14.7 kB] 10:48:56 Fetched 14.7 kB in 0s (0 B/s) 10:48:56 Get:1 libcurl4_7.68.0-1ubuntu2.7_amd64.deb [234 kB] 10:48:56 Fetched 234 kB in 0s (0 B/s) 10:48:56 Get:1 libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb [155 kB] 10:48:56 Fetched 155 kB in 0s (0 B/s) 10:48:56 Get:1 libssh-4_0.9.3-2ubuntu2.2_amd64.deb [170 kB] 10:48:56 Fetched 170 kB in 0s (0 B/s) 10:48:56 Get:1 libbrotli1_1.0.7-6ubuntu0.1_amd64.deb [267 kB] 10:48:56 Fetched 267 kB in 0s (0 B/s) 10:48:56 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 10:48:56 Fetched 50.6 kB in 0s (0 B/s) 10:48:56 Get:1 libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [15.1 kB] 10:48:56 Fetched 15.1 kB in 0s (0 B/s) 10:48:56 Get:1 libpsl5_0.21.0-1ubuntu1_amd64.deb [51.5 kB] 10:48:56 Fetched 51.5 kB in 0s (0 B/s) 10:48:56 Get:1 libjq1_1.6-1ubuntu0.20.04.1_amd64.deb [121 kB] 10:48:56 Fetched 121 kB in 0s (0 B/s) 10:48:56 Get:1 libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [29.7 kB] 10:48:56 Fetched 29.7 kB in 0s (0 B/s) 10:48:56 Get:1 util-linux_2.34-0.1ubuntu9.3_amd64.deb [1021 kB] 10:48:56 Fetched 1021 kB in 0s (0 B/s) 10:48:56 Get:1 libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb [49.3 kB] 10:48:56 Fetched 49.3 kB in 0s (0 B/s) 10:48:56 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb [54.9 kB] 10:48:56 Fetched 54.9 kB in 0s (0 B/s) 10:48:56 Get:1 libldap-common_2.4.49+dfsg-2ubuntu1.8_all.deb [16.6 kB] 10:48:56 Fetched 16.6 kB in 0s (0 B/s) 10:48:56 Get:1 libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [87.9 kB] 10:48:56 Fetched 87.9 kB in 0s (0 B/s) 10:48:56 Get:1 libonig5_6.9.4-1_amd64.deb [142 kB] 10:48:56 Fetched 142 kB in 0s (0 B/s) 10:48:56 Get:1 libroken18-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [41.8 kB] 10:48:56 Fetched 41.8 kB in 0s (0 B/s) 10:48:56 Get:1 libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [181 kB] 10:48:56 Fetched 181 kB in 0s (0 B/s) 10:48:56 Get:1 libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [208 kB] 10:48:56 Fetched 208 kB in 0s (0 B/s) 10:48:56 Get:1 curl_7.68.0-1ubuntu2.7_amd64.deb [161 kB] 10:48:56 Fetched 161 kB in 0s (0 B/s) 10:48:56 Get:1 libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [107 kB] 10:48:56 Fetched 107 kB in 0s (0 B/s) 10:48:56 Pulling static-packages 10:48:56 + snapcraftctl pull 10:48:56 Pulling version 10:48:56 + cd /root/project 10:48:56 ++ git describe --tags --abbrev=0 10:48:56 ++ sed s/v// 10:48:56 + GIT_VERSION=2.2.0-dev.51 10:48:56 + '[' -z 2.2.0-dev.51 ']' 10:48:56 + snapcraftctl set-version 2.2.0-dev.51 10:48:57 Building app-service-configurable 10:48:57 + snapcraftctl build 10:48:59 Building config-common 10:48:59 + snapcraftctl build 10:49:00 + cp --archive --link --no-dereference . /root/parts/config-common/install 10:49:01 Skipping build go-build-helper (already ran) 10:49:01 Building edgex-go 10:49:01 + cd /root/parts/edgex-go/src 10:49:01 ++ git describe --tags --abbrev=0 10:49:01 ++ sed s/v// 10:49:01 + GIT_VERSION=2.2.0-dev.51 10:49:01 + '[' -z 2.2.0-dev.51 ']' 10:49:01 + echo 2.2.0-dev.51 10:49:01 + '[' '!' -d vendor ']' 10:49:01 + go mod download all 10:49:06 + make build 10:49:06 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.51" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 10:49:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.51" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:49:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.51" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 10:49:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.51" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:49:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.51" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 10:49:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.51" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 10:49:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.51" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:49:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.51" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 10:49:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.51" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:49:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.51" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:49:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.51" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 10:49:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.51" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:49:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.51" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 10:49:51 + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config 10:49:51 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 10:49:51 + case "$service" in 10:49:51 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 10:49:51 + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config 10:49:51 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 10:49:51 + case "$service" in 10:49:51 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 10:49:51 + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config 10:49:51 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 10:49:51 + case "$service" in 10:49:51 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 10:49:51 + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config 10:49:51 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 10:49:51 + case "$service" in 10:49:51 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 10:49:51 + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config 10:49:51 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 10:49:51 + case "$service" in 10:49:51 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 10:49:51 + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config 10:49:51 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 10:49:51 + case "$service" in 10:49:51 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 10:49:51 + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config 10:49:51 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 10:49:51 + case "$service" in 10:49:51 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 10:49:51 + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config 10:49:51 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 10:49:51 + case "$service" in 10:49:51 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 10:49:51 + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config 10:49:51 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 10:49:51 + case "$service" in 10:49:51 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 10:49:51 + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config 10:49:51 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 10:49:51 + case "$service" in 10:49:51 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 10:49:51 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 10:49:51 + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config 10:49:51 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 10:49:51 + case "$service" in 10:49:51 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 10:49:51 + install -DT ./cmd/security-secretstore-setup/res/kong-admin-config.template.yml /root/parts/edgex-go/install/config/security-secretstore-setup/res/kong-admin-config.template.yml 10:49:51 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 10:49:51 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 10:49:51 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 10:49:52 Building hooks 10:49:52 + cd /root/parts/hooks/src 10:49:52 + make build 10:49:52 go mod tidy 10:49:52 go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.1.3 10:49:53 go: downloading github.com/stretchr/testify v1.7.0 10:49:53 go: downloading github.com/davecgh/go-spew v1.1.0 10:49:53 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 10:49:53 GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure 10:49:53 # github.com/canonical/edgex-go/hooks/cmd/configure 10:49:53 cmd/configure/configure.go:318:3: undefined: hooks.Debugf 10:49:53 cmd/configure/configure.go:429:3: undefined: hooks.Debugf 10:49:53 make: *** [Makefile:10: cmd/configure/configure] Error 2 10:49:53 Failed to run 'override-build': Exit code was 2. 10:49:54 Run the same command again with --debug to shell into the environment if you wish to introspect this failure. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 10:49:58 Failed in branch amd64 10:50:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:51:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 10:51:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:52:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 10:52:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 10:52:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:52:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 10:52:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:52:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:52:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 10:52:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:52:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 10:52:50 $ docker stop --time=1 69541a1fcba97419c09d1a92a802c36513355776ec03085413859359fb850e19 10:52:52 $ docker rm -f 69541a1fcba97419c09d1a92a802c36513355776ec03085413859359fb850e19 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:52:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:52:54 10:52:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:52:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:52:55 latest: Pulling from edgex-devops/edgex-compose-arm64 10:52:55 29e5d40040c1: Pulling fs layer 10:52:55 1ce36da41761: Pulling fs layer 10:52:55 25b303627fd3: Pulling fs layer 10:52:55 29e5d40040c1: Verifying Checksum 10:52:55 29e5d40040c1: Download complete 10:52:55 1ce36da41761: Verifying Checksum 10:52:55 1ce36da41761: Download complete 10:52:55 29e5d40040c1: Pull complete 10:52:57 25b303627fd3: Verifying Checksum 10:52:57 25b303627fd3: Download complete 10:52:57 1ce36da41761: Pull complete 10:53:09 25b303627fd3: Pull complete 10:53:09 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 10:53:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:53:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 10:53:09 prd-ubuntu20.04-docker-arm64-4c-16g-9586 does not seem to be running inside a container 10:53:09 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 10:53:12 $ docker top ab48970bbf01ed35b5fd83ab2735733511cc45539ba1f22ef226d3bff9e6654f -eo pid,comm [Pipeline] { [Pipeline] sh 10:53:13 + grep parallel+ 10:53:13 docker-compose build --help 10:53:16 --parallel Build images in parallel. [Pipeline] } 10:53:16 $ docker stop --time=1 ab48970bbf01ed35b5fd83ab2735733511cc45539ba1f22ef226d3bff9e6654f 10:53:18 $ docker rm -f ab48970bbf01ed35b5fd83ab2735733511cc45539ba1f22ef226d3bff9e6654f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:53:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:53:18 . [Pipeline] withDockerContainer 10:53:19 prd-ubuntu20.04-docker-arm64-4c-16g-9586 does not seem to be running inside a container 10:53:19 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 10:53:20 $ docker top 38826b228946e714812244c5803a154a9a3b23b9bfd78a24517c679028cad862 -eo pid,comm [Pipeline] { [Pipeline] sh 10:53:21 + docker-compose -f ./docker-compose-build.yml build --parallel 10:53:25 Building core-command ... 10:53:25 Building core-data ... 10:53:25 Building core-metadata ... 10:53:25 Building security-bootstrapper ... 10:53:25 Building security-proxy-setup ... 10:53:25 Building security-secretstore-setup ... 10:53:25 Building security-spiffe-token-provider ... 10:53:25 Building security-spire-agent ... 10:53:25 Building security-spire-config ... 10:53:25 Building security-spire-server ... 10:53:25 Building support-notifications ... 10:53:25 Building support-scheduler ... 10:53:25 Building sys-mgmt-agent ... 10:53:25 Building security-spiffe-token-provider 10:53:25 Building support-scheduler 10:53:25 Building core-command 10:53:25 Building security-spire-config 10:53:25 Building support-notifications 10:55:17 Step 1/24 : ARG BUILDER_BASE=golang:1.17-alpine3.15 10:55:17 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:55:17 ---> 7e3b5bf05a29 10:55:17 Step 3/24 : WORKDIR /edgex-go 10:55:17 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 10:55:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:55:17 ---> 7e3b5bf05a29 10:55:17 Step 3/23 : WORKDIR /edgex-go 10:55:17 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 10:55:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:55:17 ---> 7e3b5bf05a29 10:55:17 Step 3/22 : WORKDIR /edgex-go 10:55:17 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 10:55:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:55:17 ---> 7e3b5bf05a29 10:55:17 Step 3/22 : WORKDIR /edgex-go 10:55:17 Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 10:55:17 Step 2/20 : FROM ${BUILDER_BASE} AS builder 10:55:17 ---> 7e3b5bf05a29 10:55:17 Step 3/20 : WORKDIR /edgex-go 10:55:17 ---> Running in 42f1cbc33304 10:55:17 ---> Running in 9c089f9504ba 10:55:17 ---> Running in c673c7137006 10:55:17 ---> Running in d65115fce80f 10:55:17 ---> Running in affa80c98d8b 10:55:17 Removing intermediate container d65115fce80f 10:55:17 ---> 1816a1258b11 10:55:17 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 10:55:17 Removing intermediate container c673c7137006 10:55:17 ---> 4b8837d18f61 10:55:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:55:17 Removing intermediate container 42f1cbc33304 10:55:17 ---> 8d5d38777b41 10:55:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:55:17 Removing intermediate container affa80c98d8b 10:55:17 ---> cc4bf159c248 10:55:17 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:55:17 ---> Running in 1cdf92eb27b7 10:55:17 Removing intermediate container 9c089f9504ba 10:55:17 ---> c5faab191233 10:55:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:55:17 ---> Running in 569ee2bac8f4 10:55:17 ---> Running in 1b12518c5264 10:55:17 ---> Running in 46d5202a166f 10:55:17 ---> Running in 30910f1749a5 10:55:17 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 10:55:17 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 10:55:17 Removing intermediate container 30910f1749a5 10:55:17 ---> 7505a5adfb08 10:55:17 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 10:55:17 Removing intermediate container 1b12518c5264 10:55:17 ---> dc69ded3e46b 10:55:17 Step 5/23 : RUN apk add --update --no-cache make git 10:55:17 ---> Running in 40887cda5cc5 10:55:17 ---> Running in 08c4d7f872ee 10:55:17 Removing intermediate container 569ee2bac8f4 10:55:17 ---> 2c38c47f693c 10:55:17 Step 5/22 : RUN apk add --update --no-cache make git 10:55:17 v3.15.3-2-g9717d71770 [https://nl.alpinelinux.org/alpine/v3.15/main] 10:55:17 v3.15.3-9-g5eb6d69174 [https://nl.alpinelinux.org/alpine/v3.15/community] 10:55:17 OK: 15739 distinct packages available 10:55:17 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 10:55:17 Removing intermediate container 46d5202a166f 10:55:17 ---> bcd421852000 10:55:17 Step 5/24 : RUN apk add --update --no-cache make git 10:55:17 ---> Running in 5f837475eb4e 10:55:17 ---> Running in dd75bee9d847 10:55:17 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 10:55:17 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 10:55:17 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 10:55:17 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 10:55:17 OK: 220 MiB in 52 packages 10:55:17 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 10:55:17 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 10:55:17 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 10:55:17 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 10:55:17 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 10:55:17 Removing intermediate container 1cdf92eb27b7 10:55:17 ---> 1c87edf26c15 10:55:17 Step 5/20 : COPY go.mod vendor* ./ 10:55:17 OK: 220 MiB in 52 packages 10:55:17 OK: 220 MiB in 52 packages 10:55:17 OK: 220 MiB in 52 packages 10:55:17 OK: 220 MiB in 52 packages 10:55:17 ---> 6082e53a8bcf 10:55:17 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:55:17 ---> Running in 3a1632083d53 10:55:18 Removing intermediate container 40887cda5cc5 10:55:18 ---> b820401a0e26 10:55:18 Step 6/22 : COPY go.mod vendor* ./ 10:55:18 Removing intermediate container 08c4d7f872ee 10:55:18 ---> 77de188fa0b6 10:55:18 Step 6/23 : COPY go.mod vendor* ./ 10:55:18 Removing intermediate container 5f837475eb4e 10:55:18 ---> 9405df3742ae 10:55:18 Step 6/22 : COPY go.mod vendor* ./ 10:55:18 Removing intermediate container dd75bee9d847 10:55:18 ---> 93ecaa9b7ed7 10:55:18 Step 6/24 : COPY go.mod vendor* ./ 10:55:19 ---> 7e4c4dd4825b 10:55:19 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:55:19 ---> Running in a65735b4376c 10:55:20 ---> 7e790e9fc418 10:55:20 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:55:20 ---> 3bf412f0cb8a 10:55:20 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:55:20 ---> 5b78447117ab 10:55:20 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:55:20 ---> Running in 079b0590932e 10:55:20 ---> Running in 5d0da1a0d0f0 10:55:20 ---> Running in 705532f935e1 10:55:22 Removing intermediate container 3a1632083d53 10:55:22 ---> c382ef1228eb 10:55:22 Step 7/20 : COPY . . 10:55:24 Removing intermediate container a65735b4376c 10:55:24 ---> b09a717010b1 10:55:24 Step 8/22 : COPY . . 10:55:26 Removing intermediate container 079b0590932e 10:55:26 ---> 354e5f474a00 10:55:26 Step 8/22 : COPY . . 10:55:26 Removing intermediate container 705532f935e1 10:55:26 ---> 217cae51c0a2 10:55:26 Step 8/24 : COPY . . 10:55:26 Removing intermediate container 5d0da1a0d0f0 10:55:26 ---> fa802cdbe6af 10:55:26 Step 8/23 : COPY . . 10:55:58 ---> 72ef183064d6 10:55:58 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:55:58 ---> Running in c81dae014280 10:55:58 ---> 4866b1eaa032 10:55:58 Step 9/22 : RUN make cmd/support-notifications/support-notifications 10:55:58 ---> Running in c66973ca7363 10:55:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 10:55:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:55:59 ---> 3c75a1b44afc 10:55:59 Step 9/24 : ARG SPIRE_RELEASE=1.2.0 10:55:59 ---> Running in 181d6b818efe 10:55:59 ---> 6429d1b401f0 10:55:59 Step 9/23 : RUN make cmd/core-command/core-command 10:55:59 ---> Running in e0027d975c00 10:55:59 ---> b7685b0c8efc 10:55:59 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 10:55:59 ---> Running in 89a41132cc54 10:56:00 Removing intermediate container 181d6b818efe 10:56:00 ---> 0c6ba2cd891e 10:56:00 Step 10/24 : RUN wget -q "https://github.com/spiffe/spire/releases/download/v${SPIRE_RELEASE}/spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" && tar xv --strip-components=1 -f "spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" 10:56:00 ---> Running in 38be502b79ca 10:56:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 10:56:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:56:05 spire-1.2.0/ 10:56:09 spire-1.2.0/README.md 10:56:09 spire-1.2.0/bin/ 10:56:09 spire-1.2.0/bin/spire-server 10:56:09 spire-1.2.0/bin/spire-agent 10:56:09 spire-1.2.0/conf/ 10:56:09 spire-1.2.0/conf/server/ 10:56:09 spire-1.2.0/conf/server/server.conf 10:56:09 spire-1.2.0/conf/agent/ 10:56:09 spire-1.2.0/conf/agent/agent.conf 10:56:09 spire-1.2.0/LICENSE 10:56:16 Removing intermediate container 38be502b79ca 10:56:16 ---> 3e964447060e 10:56:16 10:56:16 Step 11/24 : FROM alpine:3.15 10:56:16 3.15: Pulling from library/alpine 10:56:16 Digest: sha256:f22945d45ee2eb4dd463ed5a431d9f04fcd80ca768bb1acf898d91ce51f7bf04 10:56:16 Status: Downloaded newer image for alpine:3.15 10:56:16 ---> 03078ca19a05 10:56:16 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 10:56:16 ---> Running in 0da0d1862c85 10:56:17 Removing intermediate container 0da0d1862c85 10:56:17 ---> a7623ea65b84 10:56:17 Step 13/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:56:17 ---> Running in 72e94a5905bb 10:56:20 Removing intermediate container 72e94a5905bb 10:56:20 ---> c877174d9815 10:56:20 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 10:56:20 ---> Running in ae57f91a9dce 10:56:22 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 10:56:23 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 10:56:24 v3.15.3-2-g9717d71770 [https://nl.alpinelinux.org/alpine/v3.15/main] 10:56:24 v3.15.3-9-g5eb6d69174 [https://nl.alpinelinux.org/alpine/v3.15/community] 10:56:24 OK: 15729 distinct packages available 10:56:24 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 10:56:25 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 10:56:26 (1/4) Installing dumb-init (1.2.5-r1) 10:56:26 (2/4) Installing musl-obstack (1.2.3-r0) 10:56:26 (3/4) Installing libucontext (1.1-r0) 10:56:26 (4/4) Installing gcompat (1.0.0-r4) 10:56:27 Executing busybox-1.34.1-r4.trigger 10:56:27 OK: 6 MiB in 18 packages 10:56:28 Removing intermediate container ae57f91a9dce 10:56:28 ---> 7e6183485533 10:56:28 Step 15/24 : COPY --from=builder /edgex-go/bin/spire-server /usr/local/bin 10:56:34 ---> 02703d37b3f8 10:56:34 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 10:56:35 ---> 8b126be084ee 10:56:35 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 10:56:35 ---> Running in b339ebc2d58b 10:56:35 Removing intermediate container b339ebc2d58b 10:56:35 ---> 7e2c9c32053f 10:56:35 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 10:56:36 ---> 8b9c5b71b83e 10:56:36 Step 19/24 : WORKDIR / 10:56:36 ---> Running in 1a152145185b 10:56:37 Removing intermediate container 1a152145185b 10:56:37 ---> daa2d8dc4863 10:56:37 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 10:56:37 ---> Running in 2d67ea6f884a 10:56:37 Removing intermediate container 2d67ea6f884a 10:56:37 ---> 150b22f41a37 10:56:37 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 10:56:37 ---> Running in 0c2fa80e099e 10:56:38 Removing intermediate container 0c2fa80e099e 10:56:38 ---> 8e4c00b875ba 10:56:38 Step 22/24 : LABEL arch=arm64 10:56:38 ---> Running in d89656597d92 10:56:38 Removing intermediate container d89656597d92 10:56:38 ---> 08c52042c5a2 10:56:38 Step 23/24 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf 10:56:39 ---> Running in 760a3ff51921 10:56:39 Removing intermediate container 760a3ff51921 10:56:39 ---> 3ef5818c8300 10:56:39 Step 24/24 : LABEL version=0.0.0 10:56:39 ---> Running in 67a2d9c4e978 10:56:40 Removing intermediate container 67a2d9c4e978 10:56:40 ---> b42c75d1c45c 10:56:40 10:56:41 Successfully built b42c75d1c45c 10:56:41 Successfully tagged security-spire-config-arm64:latest 10:56:41  Building security-spire-config ... done Building security-spire-agent 10:57:20 Step 1/24 : ARG BUILDER_BASE=golang:1.17-alpine3.15 10:57:20 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:57:20 ---> 7e3b5bf05a29 10:57:20 Step 3/24 : WORKDIR /edgex-go 10:57:20 ---> Using cache 10:57:20 ---> c5faab191233 10:57:20 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:57:20 ---> Using cache 10:57:20 ---> 7505a5adfb08 10:57:20 Step 5/24 : RUN apk add --update --no-cache make git 10:57:20 ---> Running in af8748e9d226 10:57:20 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 10:57:21 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 10:57:22 OK: 220 MiB in 52 packages 10:57:23 Removing intermediate container af8748e9d226 10:57:23 ---> 757fe99c03d2 10:57:23 Step 6/24 : COPY go.mod vendor* ./ 10:57:24 ---> 3b6faf9ac943 10:57:24 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:57:25 ---> Running in cfe0823cdd5a 10:57:30 Removing intermediate container cfe0823cdd5a 10:57:30 ---> c37b8c2cd867 10:57:30 Step 8/24 : COPY . . 10:57:57 ---> 80ac41588fe7 10:57:57 Step 9/24 : ARG SPIRE_RELEASE=1.2.0 10:57:57 ---> Running in ae462961ff89 10:57:57 Removing intermediate container ae462961ff89 10:57:57 ---> 1863fddb4971 10:57:57 Step 10/24 : RUN wget -q "https://github.com/spiffe/spire/releases/download/v${SPIRE_RELEASE}/spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" && tar xv --strip-components=1 -f "spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" 10:57:57 ---> Running in 15f6886e2e10 10:57:58 spire-1.2.0/ 10:58:03 spire-1.2.0/README.md 10:58:03 spire-1.2.0/bin/ 10:58:03 spire-1.2.0/bin/spire-server 10:58:03 spire-1.2.0/bin/spire-agent 10:58:03 spire-1.2.0/conf/ 10:58:03 spire-1.2.0/conf/server/ 10:58:03 spire-1.2.0/conf/server/server.conf 10:58:03 spire-1.2.0/conf/agent/ 10:58:03 spire-1.2.0/conf/agent/agent.conf 10:58:03 spire-1.2.0/LICENSE 10:58:08 Removing intermediate container 15f6886e2e10 10:58:08 ---> 85a074b1fd7c 10:58:08 10:58:08 Step 11/24 : FROM alpine:3.15 10:58:08 ---> 03078ca19a05 10:58:08 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 10:58:08 ---> Using cache 10:58:08 ---> a7623ea65b84 10:58:08 Step 13/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:58:08 ---> Using cache 10:58:08 ---> c877174d9815 10:58:08 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:58:08 ---> Running in 2ee56e1ac739 10:58:10 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 10:58:11 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 10:58:13 v3.15.3-2-g9717d71770 [https://nl.alpinelinux.org/alpine/v3.15/main] 10:58:13 v3.15.3-9-g5eb6d69174 [https://nl.alpinelinux.org/alpine/v3.15/community] 10:58:13 OK: 15729 distinct packages available 10:58:13 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 10:58:14 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 10:58:15 (1/5) Installing dumb-init (1.2.5-r1) 10:58:15 (2/5) Installing musl-obstack (1.2.3-r0) 10:58:15 (3/5) Installing libucontext (1.1-r0) 10:58:15 (4/5) Installing gcompat (1.0.0-r4) 10:58:15 (5/5) Installing openssl (1.1.1n-r0) 10:58:15 Executing busybox-1.34.1-r4.trigger 10:58:15 OK: 6 MiB in 19 packages 10:58:17 Removing intermediate container 2ee56e1ac739 10:58:17 ---> bbda60912e6f 10:58:17 Step 15/24 : COPY --from=builder /edgex-go/bin/spire-agent /usr/local/bin 10:58:20 ---> d20c00abafbc 10:58:20 Step 16/24 : COPY --from=builder /edgex-go/bin/spire-server /usr/local/bin 10:58:25 ---> 4b87840dc5d1 10:58:25 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 10:58:26 ---> 0fc6484810ad 10:58:26 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 10:58:27 ---> 7842387663ff 10:58:27 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 10:58:28 ---> 41c21b8dbf87 10:58:28 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 10:58:28 ---> Running in f907e5109160 10:58:29 Removing intermediate container f907e5109160 10:58:29 ---> 4a942448d262 10:58:29 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 10:58:29 ---> Running in 65f57036a67b 10:58:30 Removing intermediate container 65f57036a67b 10:58:30 ---> dfb380e09479 10:58:30 Step 22/24 : LABEL arch=arm64 10:58:30 ---> Running in ef0bbb990ad2 10:58:30 Removing intermediate container ef0bbb990ad2 10:58:30 ---> 32e18094293f 10:58:30 Step 23/24 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf 10:58:30 ---> Running in b126823d72f5 10:58:31 Removing intermediate container b126823d72f5 10:58:31 ---> e2aa95884c45 10:58:31 Step 24/24 : LABEL version=0.0.0 10:58:31 ---> Running in c2701152edcd 10:58:32 Removing intermediate container c2701152edcd 10:58:32 ---> 5951ba8d1aae 10:58:32 10:58:32 Successfully built 5951ba8d1aae 10:58:32 Successfully tagged security-spire-agent-arm64:latest 10:58:32  Building security-spire-agent ... done Building security-proxy-setup 10:59:04 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 10:59:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:59:04 ---> 7e3b5bf05a29 10:59:04 Step 3/22 : WORKDIR /edgex-go 10:59:04 ---> Using cache 10:59:04 ---> c5faab191233 10:59:04 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:59:04 ---> Using cache 10:59:04 ---> 7505a5adfb08 10:59:04 Step 5/22 : RUN apk add --update --no-cache make git 10:59:04 ---> Using cache 10:59:04 ---> 757fe99c03d2 10:59:04 Step 6/22 : COPY go.mod vendor* ./ 10:59:04 ---> Using cache 10:59:04 ---> 3b6faf9ac943 10:59:04 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:59:04 ---> Using cache 10:59:04 ---> c37b8c2cd867 10:59:04 Step 8/22 : COPY . . 10:59:04 ---> Using cache 10:59:04 ---> 80ac41588fe7 10:59:04 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 10:59:04 ---> Running in 77532614999c 10:59:05 CGO_ENABLED=0 GO111MODULE=on go build -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 11:02:42 Removing intermediate container c81dae014280 11:02:42 ---> f22c5c88c7ca 11:02:42 11:02:42 Step 9/20 : FROM alpine:3.15 11:02:42 ---> 03078ca19a05 11:02:42 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 11:02:42 ---> Using cache 11:02:42 ---> a7623ea65b84 11:02:42 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:02:42 ---> Using cache 11:02:42 ---> c877174d9815 11:02:42 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 11:02:42 ---> Running in e2a81f62b94e 11:02:42 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 11:02:42 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 11:02:42 v3.15.3-2-g9717d71770 [https://nl.alpinelinux.org/alpine/v3.15/main] 11:02:42 v3.15.3-9-g5eb6d69174 [https://nl.alpinelinux.org/alpine/v3.15/community] 11:02:42 OK: 15729 distinct packages available 11:02:42 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 11:02:42 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 11:02:42 (1/9) Installing ca-certificates (20211220-r0) 11:02:42 (2/9) Installing brotli-libs (1.0.9-r5) 11:02:42 (3/9) Installing nghttp2-libs (1.46.0-r0) 11:02:42 (4/9) Installing libcurl (7.80.0-r0) 11:02:42 (5/9) Installing curl (7.80.0-r0) 11:02:42 (6/9) Installing dumb-init (1.2.5-r1) 11:02:42 (7/9) Installing musl-obstack (1.2.3-r0) 11:02:42 (8/9) Installing libucontext (1.1-r0) 11:02:42 (9/9) Installing gcompat (1.0.0-r4) 11:02:42 Executing busybox-1.34.1-r4.trigger 11:02:42 Executing ca-certificates-20211220-r0.trigger 11:02:42 OK: 8 MiB in 23 packages 11:02:42 Removing intermediate container e2a81f62b94e 11:02:42 ---> 5c038c74e88b 11:02:42 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 11:02:42 Removing intermediate container e0027d975c00 11:02:42 ---> 880f1987888d 11:02:42 11:02:42 Step 10/23 : FROM alpine:3.14 11:02:42 3.14: Pulling from library/alpine 11:02:42 ---> a728f45854a8 11:02:42 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 11:02:43 Digest: sha256:85c63ff404e9b4daf18f264447161b50ffa70047cc4c03381478cf2c6edfa9da 11:02:43 Status: Downloaded newer image for alpine:3.14 11:02:43 ---> cc3d11fa2d52 11:02:43 Step 11/23 : RUN apk add --update --no-cache dumb-init 11:02:44 ---> Running in 88e82da95015 11:02:46 ---> adb0a7385341 11:02:46 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 11:02:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 11:02:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 11:02:47 ---> c5dc35c66f34 11:02:47 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 11:02:47 ---> Running in f739f4045925 11:02:47 Removing intermediate container f739f4045925 11:02:47 ---> 70082d8b43ac 11:02:47 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:02:47 ---> Running in 5d4332d33d37 11:02:47 (1/1) Installing dumb-init (1.2.5-r1) 11:02:47 Executing busybox-1.33.1-r6.trigger 11:02:47 OK: 5 MiB in 15 packages 11:02:48 Removing intermediate container 5d4332d33d37 11:02:48 ---> 1217cf9207e3 11:02:48 Step 18/20 : LABEL arch=arm64 11:02:48 ---> Running in 91d7fdb41000 11:02:49 Removing intermediate container 91d7fdb41000 11:02:49 ---> 9b9a129fe93d 11:02:49 Step 19/20 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf 11:02:49 Removing intermediate container 88e82da95015 11:02:49 ---> 564db51bccc5 11:02:49 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 11:02:49 ---> Running in df390154725b 11:02:49 ---> Running in ebd2cd489575 11:02:50 Removing intermediate container ebd2cd489575 11:02:50 Removing intermediate container df390154725b 11:02:50 ---> 97199a7a9d06 11:02:50 Step 13/23 : ENV APP_PORT=59882 11:02:50 ---> 79106e0a7a0a 11:02:50 Step 20/20 : LABEL version=0.0.0 11:02:50 ---> Running in eaa273985277 11:02:50 ---> Running in 7a1dbc16aa47 11:02:51 Removing intermediate container 7a1dbc16aa47 11:02:51 Removing intermediate container eaa273985277 11:02:51 ---> 69885d08aae7 11:02:51 Step 14/23 : EXPOSE $APP_PORT 11:02:51 ---> 16bd4e478acb 11:02:51 11:02:51 ---> Running in 006462c6bbfe 11:02:52 Removing intermediate container 006462c6bbfe 11:02:52 ---> dffab4f76373 11:02:52 Step 15/23 : WORKDIR / 11:02:52 ---> Running in 3a58c7ca4ab8 11:02:52 Successfully built 16bd4e478acb 11:02:52 Successfully tagged security-spiffe-token-provider-arm64:latest 11:02:52 Building core-metadata 11:02:53  Building security-spiffe-token-provider ... done Removing intermediate container 3a58c7ca4ab8 11:02:53 ---> 4dfc54878c18 11:02:53 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 11:02:55 ---> adf4925d85a2 11:02:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 11:03:00 ---> fc45af0af90b 11:03:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 11:03:02 ---> 5f3a6a72d6e8 11:03:02 Step 19/23 : ENTRYPOINT ["/core-command"] 11:03:02 ---> Running in cd86ad47d0bc 11:03:04 Removing intermediate container cd86ad47d0bc 11:03:04 ---> 59065d2d84fb 11:03:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:03:04 ---> Running in f157bc1dc0d2 11:03:05 Removing intermediate container f157bc1dc0d2 11:03:05 ---> fe4eb55f2a35 11:03:05 Step 21/23 : LABEL arch=arm64 11:03:05 ---> Running in ba6a8d71e346 11:03:07 Removing intermediate container ba6a8d71e346 11:03:07 ---> a4123073abe5 11:03:07 Step 22/23 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf 11:03:07 ---> Running in 69487f8f3ebb 11:03:08 Removing intermediate container 69487f8f3ebb 11:03:08 ---> 72dd99833797 11:03:08 Step 23/23 : LABEL version=0.0.0 11:03:09 ---> Running in ad6975ab6e49 11:03:10 Removing intermediate container ad6975ab6e49 11:03:10 ---> 8489fbfc8d33 11:03:10 11:03:11 Successfully built 8489fbfc8d33 11:03:11 Successfully tagged core-command-arm64:latest 11:03:11 Building security-bootstrapper 11:03:12  Building core-command ... done Removing intermediate container c66973ca7363 11:03:12 ---> 6e8c0f66fba2 11:03:12 11:03:12 Step 10/22 : FROM alpine:3.14 11:03:12 ---> cc3d11fa2d52 11:03:12 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 11:03:12 ---> Running in 5d53b4e645bd 11:03:12 Removing intermediate container 89a41132cc54 11:03:12 ---> 59f33a66b7d7 11:03:12 11:03:12 Step 10/22 : FROM alpine:3.14 11:03:12 ---> cc3d11fa2d52 11:03:12 Step 11/22 : RUN apk add --update --no-cache dumb-init 11:03:12 ---> Using cache 11:03:12 ---> 564db51bccc5 11:03:12 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 11:03:12 ---> Using cache 11:03:12 ---> 97199a7a9d06 11:03:12 Step 13/22 : ENV APP_PORT=59861 11:03:13 ---> Running in 2e3f3466d6de 11:03:14 Removing intermediate container 2e3f3466d6de 11:03:14 ---> 772323a3a1d1 11:03:14 Step 14/22 : EXPOSE $APP_PORT 11:03:14 ---> Running in 7c09c4a5523e 11:03:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 11:03:15 Removing intermediate container 7c09c4a5523e 11:03:15 ---> 613a288dc479 11:03:15 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 11:03:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 11:03:16 ---> 7ad729008b40 11:03:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 11:03:16 (1/2) Installing ca-certificates (20211220-r0) 11:03:16 (2/2) Installing dumb-init (1.2.5-r1) 11:03:16 Executing busybox-1.33.1-r6.trigger 11:03:17 Executing ca-certificates-20211220-r0.trigger 11:03:17 OK: 6 MiB in 16 packages 11:03:20 ---> 511426aca80c 11:03:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 11:03:20 Removing intermediate container 5d53b4e645bd 11:03:20 ---> 0da2563993cb 11:03:20 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 11:03:20 ---> Running in 9f3709ed635f 11:03:21 Removing intermediate container 9f3709ed635f 11:03:21 ---> effd0453754c 11:03:21 Step 13/22 : ENV APP_PORT=59860 11:03:21 ---> Running in e7a91f9427e3 11:03:22 ---> be00a382f0c7 11:03:22 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 11:03:22 ---> Running in 0e17c49b2463 11:03:22 Removing intermediate container e7a91f9427e3 11:03:22 ---> 641527fc47a6 11:03:22 Step 14/22 : EXPOSE $APP_PORT 11:03:23 ---> Running in d0ae25c77977 11:03:23 Removing intermediate container 0e17c49b2463 11:03:23 ---> a5010b583219 11:03:23 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:03:23 ---> Running in 52233999d316 11:03:23 Removing intermediate container d0ae25c77977 11:03:23 ---> 91c9f62ede44 11:03:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 11:03:24 Removing intermediate container 52233999d316 11:03:24 ---> da49d87a8b0a 11:03:24 Step 20/22 : LABEL arch=arm64 11:03:24 ---> Running in a9d64365cbc4 11:03:25 Removing intermediate container a9d64365cbc4 11:03:25 ---> 9818165ad941 11:03:25 Step 21/22 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf 11:03:25 ---> 33e824614553 11:03:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 11:03:25 ---> Running in 08083971107c 11:03:26 Removing intermediate container 08083971107c 11:03:26 ---> f9b0d0c463d5 11:03:26 Step 22/22 : LABEL version=0.0.0 11:03:26 ---> Running in 48a6cf5f6e2c 11:03:27 Removing intermediate container 48a6cf5f6e2c 11:03:27 ---> 3e1dad923a15 11:03:27 11:03:28 Successfully built 3e1dad923a15 11:03:28 Successfully tagged support-scheduler-arm64:latest 11:03:28 Building security-spire-server 11:03:29  Building support-scheduler ... done  ---> d879d5813494 11:03:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 11:03:30 ---> 247452dc1019 11:03:30 Step 18/22 : ENTRYPOINT ["/support-notifications"] 11:03:30 ---> Running in eb0793c376a9 11:03:31 Removing intermediate container eb0793c376a9 11:03:31 ---> a3e2e2d22afd 11:03:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:03:31 ---> Running in 3e2528e872af 11:03:32 Removing intermediate container 3e2528e872af 11:03:32 ---> f5e88537f076 11:03:32 Step 20/22 : LABEL arch=arm64 11:03:32 ---> Running in 67360d7464d6 11:03:33 Removing intermediate container 67360d7464d6 11:03:33 ---> fe86c13e6615 11:03:33 Step 21/22 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf 11:03:33 ---> Running in 74f1eb29bf0b 11:03:34 Removing intermediate container 74f1eb29bf0b 11:03:34 ---> 3519770d6703 11:03:34 Step 22/22 : LABEL version=0.0.0 11:03:34 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 11:03:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 11:03:34 ---> 7e3b5bf05a29 11:03:34 Step 3/23 : WORKDIR /edgex-go 11:03:34 ---> Using cache 11:03:34 ---> c5faab191233 11:03:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:03:34 ---> Using cache 11:03:34 ---> 7505a5adfb08 11:03:34 Step 5/23 : RUN apk add --update --no-cache make git 11:03:34 ---> Using cache 11:03:34 ---> Running in 83d5c0a58940 11:03:34 ---> 757fe99c03d2 11:03:34 Step 6/23 : COPY go.mod vendor* ./ 11:03:34 ---> Using cache 11:03:34 ---> 3b6faf9ac943 11:03:34 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:03:34 ---> Using cache 11:03:34 ---> c37b8c2cd867 11:03:34 Step 8/23 : COPY . . 11:03:34 ---> Using cache 11:03:34 ---> 80ac41588fe7 11:03:34 Step 9/23 : RUN make cmd/core-metadata/core-metadata 11:03:34 ---> Running in d7839cbfb344 11:03:35 Removing intermediate container 83d5c0a58940 11:03:35 ---> 990b8de2a32a 11:03:35 11:03:36 Successfully built 990b8de2a32a 11:03:36 Successfully tagged support-notifications-arm64:latest 11:03:36  Building support-notifications ... done Building core-data 11:03:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 11:04:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 11:04:15 Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 11:04:15 Step 2/31 : FROM ${BUILDER_BASE} AS builder 11:04:15 ---> 7e3b5bf05a29 11:04:15 Step 3/31 : WORKDIR /edgex-go 11:04:15 ---> Using cache 11:04:15 ---> c5faab191233 11:04:15 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:04:15 ---> Using cache 11:04:15 ---> 7505a5adfb08 11:04:15 Step 5/31 : RUN apk add --update --no-cache make git 11:04:15 ---> Using cache 11:04:15 ---> 757fe99c03d2 11:04:15 Step 6/31 : COPY go.mod vendor* ./ 11:04:15 ---> Using cache 11:04:15 ---> 3b6faf9ac943 11:04:15 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:04:15 ---> Using cache 11:04:15 ---> c37b8c2cd867 11:04:15 Step 8/31 : COPY . . 11:04:15 ---> Using cache 11:04:15 ---> 80ac41588fe7 11:04:15 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 11:04:15 ---> Running in 5a682178eb90 11:04:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 11:04:35 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 11:04:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 11:04:35 ---> 7e3b5bf05a29 11:04:35 Step 3/23 : WORKDIR /edgex-go 11:04:35 ---> Using cache 11:04:35 ---> c5faab191233 11:04:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:04:35 ---> Using cache 11:04:35 ---> 7505a5adfb08 11:04:35 Step 5/23 : RUN apk add --update --no-cache make git 11:04:35 ---> Using cache 11:04:35 ---> 757fe99c03d2 11:04:35 Step 6/23 : COPY go.mod vendor* ./ 11:04:35 ---> Using cache 11:04:35 ---> 3b6faf9ac943 11:04:35 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:04:35 ---> Using cache 11:04:35 ---> c37b8c2cd867 11:04:35 Step 8/23 : COPY . . 11:04:35 ---> Using cache 11:04:35 ---> 80ac41588fe7 11:04:35 Step 9/23 : ARG SPIRE_RELEASE=1.2.0 11:04:35 ---> Using cache 11:04:35 ---> 1863fddb4971 11:04:35 Step 10/23 : RUN wget -q "https://github.com/spiffe/spire/releases/download/v${SPIRE_RELEASE}/spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" && tar xv --strip-components=1 -f "spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" 11:04:35 ---> Using cache 11:04:35 ---> 85a074b1fd7c 11:04:35 11:04:35 Step 11/23 : FROM alpine:3.15 11:04:35 ---> 03078ca19a05 11:04:35 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 11:04:35 ---> Using cache 11:04:35 ---> a7623ea65b84 11:04:35 Step 13/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:04:35 ---> Using cache 11:04:35 ---> c877174d9815 11:04:35 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 11:04:35 ---> Using cache 11:04:35 ---> bbda60912e6f 11:04:35 Step 15/23 : COPY --from=builder /edgex-go/bin/spire-server /usr/local/bin 11:04:42 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 11:04:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 11:04:42 ---> 7e3b5bf05a29 11:04:42 Step 3/23 : WORKDIR /edgex-go 11:04:42 ---> Using cache 11:04:42 ---> c5faab191233 11:04:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:04:42 ---> Using cache 11:04:42 ---> 7505a5adfb08 11:04:42 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 11:04:43 ---> Running in eea887dbe8b8 11:04:45 Removing intermediate container 77532614999c 11:04:45 ---> 12bb4b501d3d 11:04:45 11:04:45 Step 10/22 : FROM alpine:3.14 11:04:45 ---> cc3d11fa2d52 11:04:45 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 11:04:45 ---> Running in 738aa11c8e74 11:04:46 ---> e671b3219d83 11:04:46 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 11:04:46 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 11:04:47 ---> e97e33b4b9ca 11:04:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 11:04:47 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 11:04:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 11:04:48 ---> 247e557c9360 11:04:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 11:04:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 11:04:49 OK: 220 MiB in 52 packages 11:04:50 ---> 47fdd1cc4b05 11:04:50 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 11:04:50 ---> Running in 7dbd47b175bb 11:04:50 (1/6) Installing ca-certificates (20211220-r0) 11:04:50 (2/6) Installing brotli-libs (1.0.9-r5) 11:04:50 (3/6) Installing nghttp2-libs (1.43.0-r0) 11:04:50 (4/6) Installing libcurl (7.79.1-r0) 11:04:50 (5/6) Installing curl (7.79.1-r0) 11:04:50 (6/6) Installing dumb-init (1.2.5-r1) 11:04:50 Executing busybox-1.33.1-r6.trigger 11:04:50 Executing ca-certificates-20211220-r0.trigger 11:04:50 Removing intermediate container eea887dbe8b8 11:04:50 ---> b43b6e605490 11:04:50 Step 6/23 : COPY go.mod vendor* ./ 11:04:50 OK: 8 MiB in 20 packages 11:04:50 Removing intermediate container 7dbd47b175bb 11:04:50 ---> a40915d38ba6 11:04:50 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 11:04:51 ---> Running in a724873e6690 11:04:52 Removing intermediate container a724873e6690 11:04:52 ---> a11cd5a25810 11:04:52 Step 21/23 : LABEL arch=arm64 11:04:52 ---> Running in 51be48ae2b5f 11:04:53 ---> 4224cd24ff17 11:04:53 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:04:53 ---> Running in 2055931a7b9a 11:04:53 Removing intermediate container 51be48ae2b5f 11:04:53 ---> 52cb8019b43f 11:04:53 Step 22/23 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf 11:04:53 ---> Running in 74fe5485f8e6 11:04:53 Removing intermediate container 738aa11c8e74 11:04:53 ---> af369f9f9782 11:04:53 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 11:04:54 ---> Running in 20e4598c8ff0 11:04:54 Removing intermediate container 74fe5485f8e6 11:04:54 ---> 2f1a7be676f4 11:04:54 Step 23/23 : LABEL version=0.0.0 11:04:54 ---> Running in bf6abdbc60fd 11:04:55 Removing intermediate container 20e4598c8ff0 11:04:55 ---> 889fd4d01b21 11:04:55 Step 13/22 : WORKDIR /edgex 11:04:55 ---> Running in dabbeef8951c 11:04:55 Removing intermediate container bf6abdbc60fd 11:04:55 ---> b3a38c5257df 11:04:55 11:04:56 Removing intermediate container dabbeef8951c 11:04:56 ---> b3014fbae8fd 11:04:56 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 11:04:56 Successfully built b3a38c5257df 11:04:56 Successfully tagged security-spire-server-arm64:latest 11:04:56 Building security-secretstore-setup 11:04:57  Building security-spire-server ... done  ---> ea5ebf846a33 11:04:57 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 11:05:00 Removing intermediate container 2055931a7b9a 11:05:00 ---> 450841abbb20 11:05:00 Step 8/23 : COPY . . 11:05:00 ---> 7d56d47c6b9e 11:05:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 11:05:04 ---> 8be907032f20 11:05:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 11:05:05 ---> 515bbfa99d31 11:05:05 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 11:05:05 ---> Running in c13f4f118a52 11:05:11 Removing intermediate container c13f4f118a52 11:05:11 ---> e73de5fda220 11:05:11 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 11:05:11 ---> Running in eed5ce9f5f24 11:05:11 Removing intermediate container eed5ce9f5f24 11:05:11 ---> 9fc4ae06577b 11:05:11 Step 20/22 : LABEL arch=arm64 11:05:11 ---> Running in 7f9b055d79bd 11:05:13 Removing intermediate container 7f9b055d79bd 11:05:13 ---> 3d4e6f2a559f 11:05:13 Step 21/22 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf 11:05:13 ---> Running in 5ffde7f6940b 11:05:14 Removing intermediate container 5ffde7f6940b 11:05:14 ---> 4a3c10974d74 11:05:14 Step 22/22 : LABEL version=0.0.0 11:05:14 ---> Running in d5f94465b2a5 11:05:15 Removing intermediate container d5f94465b2a5 11:05:15 ---> 0048882d5003 11:05:15 11:05:16 Successfully built 0048882d5003 11:05:16 Successfully tagged security-proxy-setup-arm64:latest 11:05:16  Building security-proxy-setup ... done Building sys-mgmt-agent 11:05:42 ---> 8443e6b51107 11:05:42 Step 9/23 : RUN make cmd/core-data/core-data 11:05:42 ---> Running in b3b5efddea99 11:05:42 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 11:05:42 Step 2/25 : FROM ${BUILDER_BASE} AS builder 11:05:42 ---> 7e3b5bf05a29 11:05:42 Step 3/25 : WORKDIR /edgex-go 11:05:42 ---> Using cache 11:05:42 ---> c5faab191233 11:05:42 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:05:42 ---> Using cache 11:05:42 ---> 7505a5adfb08 11:05:42 Step 5/25 : RUN apk add --update --no-cache make git 11:05:42 ---> Using cache 11:05:42 ---> 757fe99c03d2 11:05:42 Step 6/25 : COPY go.mod vendor* ./ 11:05:42 ---> Using cache 11:05:42 ---> 3b6faf9ac943 11:05:42 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:05:42 ---> Using cache 11:05:42 ---> c37b8c2cd867 11:05:42 Step 8/25 : COPY . . 11:05:42 ---> Using cache 11:05:42 ---> 80ac41588fe7 11:05:42 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 11:05:42 ---> Running in fcc8f7d6cee6 11:05:43 CGO_ENABLED=1 GO111MODULE=on go build -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 11:05:44 CGO_ENABLED=0 GO111MODULE=on go build -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 11:05:59 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 11:05:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 11:05:59 ---> 7e3b5bf05a29 11:05:59 Step 3/23 : WORKDIR /edgex-go 11:05:59 ---> Using cache 11:05:59 ---> c5faab191233 11:05:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:05:59 ---> Using cache 11:05:59 ---> 7505a5adfb08 11:05:59 Step 5/23 : RUN apk add --update --no-cache make bash git 11:05:59 ---> Running in 2c08dfd169f1 11:06:01 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 11:06:02 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 11:06:03 OK: 220 MiB in 52 packages 11:06:05 Removing intermediate container 2c08dfd169f1 11:06:05 ---> 1802b0c436f5 11:06:05 Step 6/23 : COPY go.mod vendor* ./ 11:06:06 ---> 562d69092597 11:06:06 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:06:06 ---> Running in a3ee372fa085 11:06:11 Removing intermediate container a3ee372fa085 11:06:11 ---> 7118d094065a 11:06:11 Step 8/23 : COPY . . 11:06:38 ---> ba9aa44bdbbe 11:06:38 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 11:06:38 ---> Running in d7c0a2d2f1ea 11:06:38 CGO_ENABLED=0 GO111MODULE=on go build -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 11:10:30 Removing intermediate container d7839cbfb344 11:10:30 ---> ce2763cd7b19 11:10:30 11:10:30 Step 10/23 : FROM alpine:3.14 11:10:30 ---> cc3d11fa2d52 11:10:30 Step 11/23 : RUN apk add --update --no-cache dumb-init 11:10:30 ---> Using cache 11:10:30 ---> 564db51bccc5 11:10:30 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 11:10:30 ---> Using cache 11:10:30 ---> 97199a7a9d06 11:10:30 Step 13/23 : ENV APP_PORT=59881 11:10:30 ---> Running in ff49ae56216e 11:10:30 Removing intermediate container ff49ae56216e 11:10:30 ---> 6aa25518512f 11:10:30 Step 14/23 : EXPOSE $APP_PORT 11:10:30 ---> Running in cd315950fe65 11:10:30 Removing intermediate container cd315950fe65 11:10:30 ---> 5df26fd5ac57 11:10:30 Step 15/23 : WORKDIR / 11:10:30 ---> Running in e3fe7205d52e 11:10:30 Removing intermediate container e3fe7205d52e 11:10:30 ---> d053d8180e66 11:10:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 11:10:30 ---> 735966a5991d 11:10:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 11:10:30 ---> fff5ee06a6bf 11:10:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 11:10:30 ---> 8c4b9dd7a5a0 11:10:30 Step 19/23 : ENTRYPOINT ["/core-metadata"] 11:10:30 ---> Running in 6c1c6988b870 11:10:30 Removing intermediate container 6c1c6988b870 11:10:30 ---> e02de241b26c 11:10:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:10:30 ---> Running in 22ddac1973af 11:10:30 Removing intermediate container 22ddac1973af 11:10:30 ---> 6516efe78d98 11:10:30 Step 21/23 : LABEL arch=arm64 11:10:30 ---> Running in 86da6bcd2a43 11:10:31 Removing intermediate container 86da6bcd2a43 11:10:31 ---> 5ae29feb876b 11:10:31 Step 22/23 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf 11:10:31 ---> Running in 86dc1162f43d 11:10:32 Removing intermediate container 86dc1162f43d 11:10:32 ---> dee662b053c4 11:10:32 Step 23/23 : LABEL version=0.0.0 11:10:32 ---> Running in f4ce604139bd 11:10:32 Removing intermediate container f4ce604139bd 11:10:32 ---> 4da53343e7c2 11:10:32 11:10:33 Successfully built 4da53343e7c2 11:10:33 Successfully tagged core-metadata-arm64:latest 11:11:20  Building core-metadata ... done Removing intermediate container 5a682178eb90 11:11:20 ---> 90b519455350 11:11:20 11:11:20 Step 10/31 : FROM alpine:3.14 11:11:20 ---> cc3d11fa2d52 11:11:20 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 11:11:20 ---> Running in 05d0df2c9039 11:11:20 Removing intermediate container 05d0df2c9039 11:11:20 ---> 18df5dca2003 11:11:20 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 11:11:20 ---> Running in f37503a007cf 11:11:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 11:11:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 11:11:23 (1/2) Installing dumb-init (1.2.5-r1) 11:11:23 (2/2) Installing su-exec (0.2-r1) 11:11:23 Executing busybox-1.33.1-r6.trigger 11:11:23 OK: 6 MiB in 16 packages 11:11:25 Removing intermediate container f37503a007cf 11:11:25 ---> e97bc2c7743b 11:11:25 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 11:11:25 ---> Running in 58ccad9b4ceb 11:11:25 Removing intermediate container 58ccad9b4ceb 11:11:25 ---> 50aa8d057406 11:11:25 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 11:11:26 ---> Running in 12cdfd56172c 11:11:26 Removing intermediate container 12cdfd56172c 11:11:26 ---> 10d83b7ca1e6 11:11:26 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 11:11:26 ---> Running in 5304ce1cc661 11:11:30 Removing intermediate container 5304ce1cc661 11:11:30 ---> dac8a5376fab 11:11:30 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 11:11:30 ---> Running in 645df7847f01 11:11:30 Removing intermediate container 645df7847f01 11:11:30 ---> 9a852414e028 11:11:30 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 11:11:31 ---> 2008eb5686e5 11:11:31 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 11:11:31 ---> Running in 07596545229c 11:11:35 Removing intermediate container 07596545229c 11:11:35 ---> 631982adec89 11:11:35 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 11:11:36 ---> b7b08362363c 11:11:36 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 11:11:38 ---> 1457c7e17a65 11:11:38 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 11:11:39 ---> aa992655b223 11:11:39 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 11:11:40 ---> 0a9189550cd3 11:11:40 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 11:11:41 ---> 35dc4db30dc2 11:11:41 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 11:11:42 ---> Running in 1fa2f99ad412 11:11:42 Removing intermediate container 1fa2f99ad412 11:11:42 ---> e6ffb9373a6c 11:11:42 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 11:11:43 ---> 6bbb4e071504 11:11:43 Step 26/31 : RUN chmod +x /entrypoint.sh 11:11:43 ---> Running in f758dba28e9e 11:11:47 Removing intermediate container f758dba28e9e 11:11:47 ---> 273c96b1a71b 11:11:47 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 11:11:47 ---> Running in bbdc1191328d 11:11:48 Removing intermediate container bbdc1191328d 11:11:48 ---> 806e16f8b295 11:11:48 Step 28/31 : CMD ["gate"] 11:11:48 ---> Running in b83e92dde40a 11:11:49 Removing intermediate container b83e92dde40a 11:11:49 ---> 8d624a8b0750 11:11:49 Step 29/31 : LABEL arch=arm64 11:11:49 ---> Running in 95721f2398e4 11:11:49 Removing intermediate container 95721f2398e4 11:11:49 ---> b2af0c84d048 11:11:49 Step 30/31 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf 11:11:50 ---> Running in df3eb1735915 11:11:50 Removing intermediate container df3eb1735915 11:11:50 ---> 6debcdaade57 11:11:50 Step 31/31 : LABEL version=0.0.0 11:11:51 ---> Running in 701fdffb9c44 11:11:52 Removing intermediate container 701fdffb9c44 11:11:52 ---> a184f2428c42 11:11:52 11:11:52 Successfully built a184f2428c42 11:11:52 Successfully tagged security-bootstrapper-arm64:latest 11:12:25  Building security-bootstrapper ... done CGO_ENABLED=0 GO111MODULE=on go build -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 11:12:37 Removing intermediate container fcc8f7d6cee6 11:12:37 ---> 09bde607fad3 11:12:37 11:12:37 Step 10/25 : FROM alpine:3.14 11:12:37 ---> cc3d11fa2d52 11:12:37 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 11:12:37 ---> Running in 560df22701c3 11:12:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 11:12:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 11:12:38 (1/3) Installing ca-certificates (20211220-r0) 11:12:38 (2/3) Installing dumb-init (1.2.5-r1) 11:12:38 (3/3) Installing su-exec (0.2-r1) 11:12:38 Executing busybox-1.33.1-r6.trigger 11:12:38 Executing ca-certificates-20211220-r0.trigger 11:12:38 OK: 6 MiB in 17 packages 11:12:40 Removing intermediate container 560df22701c3 11:12:40 ---> 8e879efef87e 11:12:40 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 11:12:40 ---> Running in f01d24ff48f9 11:12:41 Removing intermediate container f01d24ff48f9 11:12:41 ---> 56bd5c09605a 11:12:41 Step 13/25 : WORKDIR / 11:12:41 ---> Running in 8573907a2061 11:12:41 Removing intermediate container 8573907a2061 11:12:41 ---> 68ef771223ee 11:12:41 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 11:12:42 ---> 9736575a55e3 11:12:42 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 11:12:43 ---> c10174cba3f3 11:12:43 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 11:12:44 ---> 9e64cce664b9 11:12:44 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 11:12:46 ---> 51d9ebb17942 11:12:46 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 11:12:47 Removing intermediate container d7c0a2d2f1ea 11:12:47 ---> 4d38410fd18b 11:12:47 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 11:12:47 ---> Running in 4279834b91ad 11:12:47 ---> 3d82c8741c15 11:12:47 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 11:12:49 CGO_ENABLED=0 GO111MODULE=on go build -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 11:12:50 ---> 4d9e7f4abbbd 11:12:50 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 11:12:51 ---> e43d061ac3f8 11:12:51 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 11:12:51 ---> Running in 4fd97e285e7d 11:12:51 Removing intermediate container 4279834b91ad 11:12:51 ---> 02a0e89a63fa 11:12:51 11:12:51 Step 11/23 : FROM docker:20.10.14 11:12:51 20.10.14: Pulling from library/docker 11:12:53 Removing intermediate container 4fd97e285e7d 11:12:53 ---> 0bad6a2c5746 11:12:53 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 11:12:53 ---> Running in eb7632c3922f 11:12:54 Removing intermediate container eb7632c3922f 11:12:54 ---> 855d6f10f4e8 11:12:54 Step 23/25 : LABEL arch=arm64 11:12:54 ---> Running in b96b5b7956bf 11:12:55 Removing intermediate container b96b5b7956bf 11:12:55 ---> be5fe8ecd024 11:12:55 Step 24/25 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf 11:12:55 ---> Running in 91eaa7fe15fc 11:12:55 Removing intermediate container 91eaa7fe15fc 11:12:55 ---> bd30f55de82c 11:12:55 Step 25/25 : LABEL version=0.0.0 11:12:55 ---> Running in 19b57f4fe1b7 11:12:56 Removing intermediate container 19b57f4fe1b7 11:12:56 ---> a8e24c4d8575 11:12:56 11:12:57 Successfully built a8e24c4d8575 11:12:57 Successfully tagged security-secretstore-setup-arm64:latest 11:12:58  Building security-secretstore-setup ... done Removing intermediate container b3b5efddea99 11:12:58 ---> ffb4878f3a0f 11:12:58 11:12:58 Step 10/23 : FROM alpine:3.14 11:12:58 ---> cc3d11fa2d52 11:12:58 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 11:12:58 ---> Running in ed6e3fb77a3e 11:12:58 Removing intermediate container ed6e3fb77a3e 11:12:58 ---> 9fd108b665a4 11:12:58 Step 12/23 : ENV APP_PORT=59880 11:12:58 ---> Running in d6e2b78053a5 11:12:59 Removing intermediate container d6e2b78053a5 11:12:59 ---> 4285f3c2e510 11:12:59 Step 13/23 : EXPOSE $APP_PORT 11:12:59 ---> Running in 7113e2e52ccd 11:12:59 Removing intermediate container 7113e2e52ccd 11:12:59 ---> d98a9e91fd15 11:12:59 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:13:00 ---> Running in 3474e90425c2 11:13:02 Digest: sha256:7dad83861f0b28bd6a0b281dc5f72144927b9f8173e388e461c8feba6be20bec 11:13:02 Removing intermediate container 3474e90425c2 11:13:02 ---> 539610ef0090 11:13:02 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 11:13:02 Status: Downloaded newer image for docker:20.10.14 11:13:02 ---> c52727829a8a 11:13:02 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 11:13:02 ---> Running in e19dee006ff8 11:13:02 ---> Running in ec3122391771 11:13:02 Removing intermediate container e19dee006ff8 11:13:02 ---> 31c1721b89a2 11:13:02 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 11:13:02 ---> Running in 770abe9ae532 11:13:03 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 11:13:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 11:13:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 11:13:04 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 11:13:05 (1/43) Installing readline (8.1.1-r0) 11:13:05 (2/43) Installing bash (5.1.16-r0) 11:13:05 Executing bash-5.1.16-r0.post-install 11:13:05 (3/43) Installing brotli-libs (1.0.9-r5) 11:13:05 (4/43) Installing nghttp2-libs (1.46.0-r0) 11:13:05 (5/43) Installing libcurl (7.80.0-r0) 11:13:05 (6/43) Installing curl (7.80.0-r0) 11:13:05 (7/43) Installing dumb-init (1.2.5-r1) 11:13:05 (1/6) Installing dumb-init (1.2.5-r1) 11:13:05 (8/43) Installing libbz2 (1.0.8-r1) 11:13:05 (9/43) Installing expat (2.4.7-r0) 11:13:05 (10/43) Installing libffi (3.4.2-r1) 11:13:05 (11/43) Installing gdbm (1.22-r0) 11:13:05 (12/43) Installing xz-libs (5.2.5-r0) 11:13:05 (13/43) Installing libgcc (10.3.1_git20211027-r0) 11:13:05 (14/43) Installing libstdc++ (10.3.1_git20211027-r0) 11:13:05 (15/43) Installing mpdecimal (2.5.1-r1) 11:13:05 (2/6) Installing libgcc (10.3.1_git20210424-r2) 11:13:05 (16/43) Installing sqlite-libs (3.36.0-r0) 11:13:05 (17/43) Installing python3 (3.9.7-r4) 11:13:05 (3/6) Installing libsodium (1.0.18-r0) 11:13:05 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 11:13:05 (5/6) Installing libzmq (4.3.4-r0) 11:13:05 (6/6) Installing zeromq (4.3.4-r0) 11:13:05 Executing busybox-1.33.1-r6.trigger 11:13:06 OK: 8 MiB in 20 packages 11:13:07 Removing intermediate container ec3122391771 11:13:07 ---> 427d79d722e4 11:13:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 11:13:07 (18/43) Installing py3-appdirs (1.4.4-r2) 11:13:07 (19/43) Installing py3-certifi (2020.12.5-r1) 11:13:07 (20/43) Installing py3-charset-normalizer (2.0.7-r0) 11:13:07 (21/43) Installing py3-idna (3.3-r0) 11:13:07 (22/43) Installing py3-urllib3 (1.26.7-r0) 11:13:07 (23/43) Installing py3-requests (2.26.0-r1) 11:13:07 (24/43) Installing py3-msgpack (1.0.2-r1) 11:13:07 (25/43) Installing py3-lockfile (0.12.2-r4) 11:13:07 (26/43) Installing py3-cachecontrol (0.12.10-r0) 11:13:07 (27/43) Installing py3-colorama (0.4.4-r1) 11:13:07 (28/43) Installing py3-contextlib2 (21.6.0-r1) 11:13:07 (29/43) Installing py3-distlib (0.3.3-r0) 11:13:07 (30/43) Installing py3-distro (1.6.0-r0) 11:13:07 (31/43) Installing py3-six (1.16.0-r0) 11:13:07 (32/43) Installing py3-webencodings (0.5.1-r4) 11:13:07 (33/43) Installing py3-html5lib (1.1-r1) 11:13:08 (34/43) Installing py3-parsing (2.4.7-r2) 11:13:08 (35/43) Installing py3-packaging (20.9-r1) 11:13:08 ---> 7e39e3cab888 11:13:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 11:13:08 (36/43) Installing py3-tomli (1.2.2-r0) 11:13:08 (37/43) Installing py3-pep517 (0.12.0-r0) 11:13:08 (38/43) Installing py3-progress (1.6-r0) 11:13:08 (39/43) Installing py3-retrying (1.3.3-r2) 11:13:08 (40/43) Installing py3-ordered-set (4.0.2-r2) 11:13:08 (41/43) Installing py3-setuptools (52.0.0-r4) 11:13:08 (42/43) Installing py3-toml (0.10.2-r2) 11:13:08 (43/43) Installing py3-pip (20.3.4-r1) 11:13:09 Executing busybox-1.34.1-r4.trigger 11:13:09 OK: 82 MiB in 65 packages 11:13:10 ---> aeb900e718e7 11:13:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 11:13:10 ---> b0b2279a22e2 11:13:10 Step 19/23 : ENTRYPOINT ["/core-data"] 11:13:10 ---> Running in c994a3177c55 11:13:10 Removing intermediate container c994a3177c55 11:13:10 ---> a2a0a22a511e 11:13:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:13:11 ---> Running in f40a7c9ecb21 11:13:11 Removing intermediate container f40a7c9ecb21 11:13:11 ---> 1007df4b4670 11:13:11 Step 21/23 : LABEL arch=arm64 11:13:11 ---> Running in 4f551adf62d1 11:13:11 Removing intermediate container 4f551adf62d1 11:13:11 ---> cffd6014cffc 11:13:11 Step 22/23 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf 11:13:12 ---> Running in a8a74b34ff74 11:13:12 Removing intermediate container a8a74b34ff74 11:13:12 ---> 306e5e2eea30 11:13:12 Step 23/23 : LABEL version=0.0.0 11:13:12 ---> Running in aed2d5f490cd 11:13:12 Removing intermediate container aed2d5f490cd 11:13:12 ---> 0e2704c0ca3d 11:13:12 11:13:13 Successfully built 0e2704c0ca3d 11:13:13 Successfully tagged core-data-arm64:latest 11:13:13  Building core-data ... done Collecting docker-compose==1.23.2 11:13:13 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 11:13:14 Collecting texttable<0.10,>=0.9.0 11:13:14 Downloading texttable-0.9.1.tar.gz (11 kB) 11:13:16 Collecting PyYAML<4,>=3.10 11:13:16 Downloading PyYAML-3.13.tar.gz (270 kB) 11:13:20 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 11:13:20 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 11:13:21 Collecting dockerpty<0.5,>=0.4.1 11:13:21 Downloading dockerpty-0.4.1.tar.gz (13 kB) 11:13:23 Collecting jsonschema<3,>=2.5.1 11:13:23 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 11:13:23 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) 11:13:23 Collecting docopt<0.7,>=0.6.1 11:13:23 Downloading docopt-0.6.2.tar.gz (25 kB) 11:13:26 Collecting websocket-client<1.0,>=0.32.0 11:13:26 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 11:13:26 Collecting cached-property<2,>=1.2.0 11:13:26 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 11:13:26 Collecting docker<4.0,>=3.6.0 11:13:26 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 11:13:26 Collecting docker-pycreds>=0.4.0 11:13:26 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 11:13:27 Collecting idna<2.8,>=2.5 11:13:27 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 11:13:28 Collecting urllib3<1.25,>=1.21.1 11:13:28 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 11:13:28 Collecting chardet<3.1.0,>=3.0.2 11:13:28 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 11:13:28 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) 11:13:28 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 11:13:28 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 11:13:28 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 11:13:28 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 11:13:29 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 11:13:29 Attempting uninstall: urllib3 11:13:29 Found existing installation: urllib3 1.26.7 11:13:29 Uninstalling urllib3-1.26.7: 11:13:29 Successfully uninstalled urllib3-1.26.7 11:13:30 Attempting uninstall: idna 11:13:30 Found existing installation: idna 3.3 11:13:30 Uninstalling idna-3.3: 11:13:30 Successfully uninstalled idna-3.3 11:13:33 Attempting uninstall: requests 11:13:33 Found existing installation: requests 2.26.0 11:13:33 Uninstalling requests-2.26.0: 11:13:33 Successfully uninstalled requests-2.26.0 11:13:33 Running setup.py install for texttable: started 11:13:35 Running setup.py install for texttable: finished with status 'done' 11:13:35 Running setup.py install for PyYAML: started 11:13:37 Running setup.py install for PyYAML: finished with status 'done' 11:13:38 Running setup.py install for docopt: started 11:13:40 Running setup.py install for docopt: finished with status 'done' 11:13:40 Running setup.py install for dockerpty: started 11:13:42 Running setup.py install for dockerpty: finished with status 'done' 11:13:44 Successfully installed PyYAML-3.13 cached-property-1.5.2 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 11:13:52 Removing intermediate container 770abe9ae532 11:13:52 ---> 614a8c4490b5 11:13:52 Step 14/23 : ENV APP_PORT=58890 11:13:52 ---> Running in 8e3eb96c89ff 11:13:52 Removing intermediate container 8e3eb96c89ff 11:13:52 ---> aedb6aab5661 11:13:52 Step 15/23 : EXPOSE $APP_PORT 11:13:52 ---> Running in a43a17ec19b7 11:13:52 Removing intermediate container a43a17ec19b7 11:13:52 ---> d8fbffc224d0 11:13:52 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 11:13:54 ---> f3dad0ecb1f6 11:13:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 11:13:54 ---> 00eb7dc00a6e 11:13:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 11:13:54 ---> dff146c817b5 11:13:54 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 11:13:55 ---> Running in c0f66d29abc8 11:13:55 Removing intermediate container c0f66d29abc8 11:13:55 ---> 222a2201c01d 11:13:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:13:55 ---> Running in 7b73c802c06a 11:13:55 Removing intermediate container 7b73c802c06a 11:13:55 ---> 0aef02d1fda7 11:13:55 Step 21/23 : LABEL arch=arm64 11:13:55 ---> Running in 8d7fd51d2237 11:13:56 Removing intermediate container 8d7fd51d2237 11:13:56 ---> cc7a144a04ac 11:13:56 Step 22/23 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf 11:13:56 ---> Running in 5619c1759549 11:13:56 Removing intermediate container 5619c1759549 11:13:56 ---> af63a1060e53 11:13:56 Step 23/23 : LABEL version=0.0.0 11:13:56 ---> Running in 83e3cb9c0318 11:13:56 Removing intermediate container 83e3cb9c0318 11:13:56 ---> 9b780a1be032 11:13:56 11:13:57 Successfully built 9b780a1be032 11:13:57 Successfully tagged sys-mgmt-agent-arm64:latest 11:13:57  Building sys-mgmt-agent ... done  [Pipeline] } 11:13:57 $ docker stop --time=1 38826b228946e714812244c5803a154a9a3b23b9bfd78a24517c679028cad862 11:13:59 $ docker rm -f 38826b228946e714812244c5803a154a9a3b23b9bfd78a24517c679028cad862 [Pipeline] // withDockerContainer [Pipeline] sh 11:13:59 + docker images 11:14:00 REPOSITORY TAG IMAGE ID CREATED SIZE 11:14:00 sys-mgmt-agent-arm64 latest 9b780a1be032 3 seconds ago 290MB 11:14:00 core-data-arm64 latest 0e2704c0ca3d 47 seconds ago 34.4MB 11:14:00 ffb4878f3a0f About a minute ago 1.46GB 11:14:00 security-secretstore-setup-arm64 latest a8e24c4d8575 About a minute ago 40.8MB 11:14:00 02a0e89a63fa About a minute ago 1.43GB 11:14:00 09bde607fad3 About a minute ago 1.44GB 11:14:00 security-bootstrapper-arm64 latest a184f2428c42 2 minutes ago 23.6MB 11:14:00 90b519455350 2 minutes ago 1.43GB 11:14:00 core-metadata-arm64 latest 4da53343e7c2 3 minutes ago 25.1MB 11:14:00 ce2763cd7b19 3 minutes ago 1.43GB 11:14:00 security-proxy-setup-arm64 latest 0048882d5003 8 minutes ago 42.1MB 11:14:00 security-spire-server-arm64 latest b3a38c5257df 9 minutes ago 82.6MB 11:14:00 12bb4b501d3d 9 minutes ago 1.44GB 11:14:00 support-notifications-arm64 latest 990b8de2a32a 10 minutes ago 25.5MB 11:14:00 support-scheduler-arm64 latest 3e1dad923a15 10 minutes ago 24.9MB 11:14:00 59f33a66b7d7 10 minutes ago 1.43GB 11:14:00 6e8c0f66fba2 10 minutes ago 1.43GB 11:14:00 core-command-arm64 latest 8489fbfc8d33 10 minutes ago 23.7MB 11:14:00 security-spiffe-token-provider-arm64 latest 16bd4e478acb 11 minutes ago 27.7MB 11:14:00 880f1987888d 11 minutes ago 1.43GB 11:14:00 f22c5c88c7ca 11 minutes ago 1.42GB 11:14:00 security-spire-agent-arm64 latest 5951ba8d1aae 15 minutes ago 118MB 11:14:00 85a074b1fd7c 15 minutes ago 1.42GB 11:14:00 security-spire-config-arm64 latest b42c75d1c45c 17 minutes ago 81.9MB 11:14:00 3e964447060e 17 minutes ago 1.42GB 11:14:00 ci-base-image-arm64 latest 7e3b5bf05a29 30 minutes ago 886MB 11:14:00 docker 20.10.14 c52727829a8a 2 days ago 202MB 11:14:00 alpine 3.14 cc3d11fa2d52 2 days ago 5.34MB 11:14:00 alpine 3.15 03078ca19a05 2 days ago 5.32MB 11:14:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine f79e39bc4007 8 weeks ago 551MB 11:14:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 21 months 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] sh 11:14:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:14:00 11:14:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 11:14:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:14:01 arm64: Pulling from edgex-lftools-log-publisher 11:14:01 8998bd30e6a1: Pulling fs layer 11:14:01 04944245beec: Pulling fs layer 11:14:01 699f458cf7ca: Pulling fs layer 11:14:01 765212b225bb: Pulling fs layer 11:14:01 f23df028b6ca: Pulling fs layer 11:14:01 d65c8cfc05b1: Pulling fs layer 11:14:01 2437ff75d9bd: Pulling fs layer 11:14:01 f23df028b6ca: Waiting 11:14:01 d65c8cfc05b1: Waiting 11:14:01 2437ff75d9bd: Waiting 11:14:01 765212b225bb: Waiting 11:14:01 04944245beec: Verifying Checksum 11:14:01 04944245beec: Download complete 11:14:01 765212b225bb: Download complete 11:14:01 f23df028b6ca: Verifying Checksum 11:14:01 f23df028b6ca: Download complete 11:14:01 d65c8cfc05b1: Verifying Checksum 11:14:01 d65c8cfc05b1: Download complete 11:14:01 699f458cf7ca: Verifying Checksum 11:14:01 699f458cf7ca: Download complete 11:14:01 8998bd30e6a1: Verifying Checksum 11:14:01 8998bd30e6a1: Download complete 11:14:03 2437ff75d9bd: Verifying Checksum 11:14:03 2437ff75d9bd: Download complete 11:14:05 8998bd30e6a1: Pull complete 11:14:06 04944245beec: Pull complete 11:14:07 699f458cf7ca: Pull complete 11:14:07 765212b225bb: Pull complete 11:14:08 f23df028b6ca: Pull complete 11:14:08 d65c8cfc05b1: Pull complete 11:14:24 2437ff75d9bd: Pull complete 11:14:24 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 11:14:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:14:24 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 11:14:24 prd-ubuntu20.04-docker-arm64-4c-16g-9586 does not seem to be running inside a container 11:14:24 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 11:14:27 $ docker top f275b22cd0074afdffd1d68d0a270332770fc076b81d3bdeab48757a8638639b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:14:28 ---> job-cost.sh 11:14:28 lf-activate-venv: SKIPPING 11:14:28 INFO: No Stack... 11:14:28 INFO: Retrieving Pricing Info for: v3-standard-4 11:14:29 INFO: Archiving Costs [Pipeline] sh 11:14:30 + cat /w/workspace/edgex-go/3/archives/cost.csv 11:14:30 + cut -d, -f6 [Pipeline] lock 11:14:30 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3939-3-stack-cost] 11:14:30 Resource [jenkins-edgexfoundry-edgex-go-PR-3939-3-stack-cost] did not exist. Created. 11:14:30 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3939-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:14:31 + echo total: 0.10999999940395355 [Pipeline] stash 11:14:31 Stashed 1 file(s) [Pipeline] } 11:14:31 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3939-3-stack-cost] [Pipeline] // lock [Pipeline] } 11:14:31 $ docker stop --time=1 f275b22cd0074afdffd1d68d0a270332770fc076b81d3bdeab48757a8638639b 11:14:32 $ docker rm -f f275b22cd0074afdffd1d68d0a270332770fc076b81d3bdeab48757a8638639b [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) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 11:14:33 + [ -d /w/workspace/edgex-go/3/archives ] [Pipeline] libraryResource [Pipeline] sh 11:14:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:14:34 ---> package-listing.sh 11:14:34 ++ facter osfamily 11:14:34 ++ tr '[:upper:]' '[:lower:]' 11:14:35 + OS_FAMILY=debian 11:14:35 + workspace=/w/workspace/edgex-go/3 11:14:35 + START_PACKAGES=/tmp/packages_start.txt 11:14:35 + END_PACKAGES=/tmp/packages_end.txt 11:14:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:14:35 + PACKAGES=/tmp/packages_start.txt 11:14:35 + '[' /w/workspace/edgex-go/3 ']' 11:14:35 + PACKAGES=/tmp/packages_end.txt 11:14:35 + case "${OS_FAMILY}" in 11:14:35 + dpkg -l 11:14:35 + grep '^ii' 11:14:35 + '[' -f /tmp/packages_start.txt ']' 11:14:35 + '[' -f /tmp/packages_end.txt ']' 11:14:35 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:14:35 + '[' /w/workspace/edgex-go/3 ']' 11:14:35 + mkdir -p /w/workspace/edgex-go/3/archives/ 11:14:35 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 11:14:35 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 11:14:35 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 11:14:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:14:35 11:14:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 11:14:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:14:36 latest: Pulling from edgex-lftools-log-publisher 11:14:36 5eb5b503b376: Pulling fs layer 11:14:36 5c69ac0246d0: Pulling fs layer 11:14:36 ec43610c2a17: Pulling fs layer 11:14:36 3a2ae6a8a46f: Pulling fs layer 11:14:36 33b1e0a273af: Pulling fs layer 11:14:36 5d3b04190fa2: Pulling fs layer 11:14:36 2f39f015ded8: Pulling fs layer 11:14:36 3a2ae6a8a46f: Waiting 11:14:36 5d3b04190fa2: Waiting 11:14:36 33b1e0a273af: Waiting 11:14:36 2f39f015ded8: Waiting 11:14:36 5c69ac0246d0: Download complete 11:14:36 3a2ae6a8a46f: Verifying Checksum 11:14:36 3a2ae6a8a46f: Download complete 11:14:36 ec43610c2a17: Verifying Checksum 11:14:36 ec43610c2a17: Download complete 11:14:36 33b1e0a273af: Verifying Checksum 11:14:36 33b1e0a273af: Download complete 11:14:36 5d3b04190fa2: Verifying Checksum 11:14:36 5d3b04190fa2: Download complete 11:14:36 5eb5b503b376: Download complete 11:14:37 2f39f015ded8: Download complete 11:14:37 5eb5b503b376: Pull complete 11:14:37 5c69ac0246d0: Pull complete 11:14:38 ec43610c2a17: Pull complete 11:14:38 3a2ae6a8a46f: Pull complete 11:14:38 33b1e0a273af: Pull complete 11:14:38 5d3b04190fa2: Pull complete 11:14:44 2f39f015ded8: Pull complete 11:14:44 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 11:14:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:14:44 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 11:14:44 prd-ubuntu20.04-docker-8c-8g-9585 does not seem to be running inside a container 11:14:44 $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 11:14:45 $ docker top c1d629ac541b7fc8131dd7a30fd2ef59e99bc60d3944a5b2033032b3761cf5bb -eo pid,comm [Pipeline] { [Pipeline] sh 11:14:46 + touch /tmp/pre-build-complete [Pipeline] sh 11:14:46 + mkdir -p /var/log/sysstat [Pipeline] sh 11:14:46 + ls /var/log/sa-host 11:14:46 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:14:46 provisioning config files... 11:14:46 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config2086025338687052501tmp [Pipeline] { [Pipeline] echo 11:14:46 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:14:47 ---> create-netrc.sh [Pipeline] } 11:14:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 11:14:47 ---> python-tools-install.sh [Pipeline] echo 11:14:47 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:14:47 ---> sudo-logs.sh 11:14:47 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 11:14:47 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:14:48 ---> job-cost.sh 11:14:48 lf-activate-venv: SKIPPING 11:14:48 DEBUG: total: 0.10999999940395355 11:14:48 INFO: Retrieving Stack Cost... 11:14:48 INFO: Retrieving Pricing Info for: v3-standard-8 11:14:49 INFO: Archiving Costs [Pipeline] echo 11:14:49 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:14:49 ---> logs-deploy.sh 11:14:49 lf-activate-venv: SKIPPING 11:14:49 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3939/3 11:14:49 INFO: archiving workspace using pattern(s): 11:14:50 Archives upload complete. 11:14:50 INFO: archiving logs to Nexus