Branch indexing 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 siggiskulason for edgexfoundry/edgex-go Obtained Jenkinsfile from dd593491210a36411325267f9a36c518a4519b50+3acce916edd26c48cc534c43f5f6a7ed858771e5 (21e5734ce4f31a54eb639c5d275f6ca7bc4b57a4) 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-ssh5910553437273387400.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision dae07dc806156effb2cae02074e2f5f64a063e83 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-ssh7219902857708998534.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 dae07dc806156effb2cae02074e2f5f64a063e83 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-3848/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-3848/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh1170787163400857657.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision dae07dc806156effb2cae02074e2f5f64a063e83 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f dae07dc806156effb2cae02074e2f5f64a063e83 # timeout=10 Commit message: "Merge pull request #375 from ernestojeda/golang-1-17-updates" > 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-ssh9268608848704288976.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 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-3848/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-3848/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh139806233660435828.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > 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: [[centos7-docker-4c-2g, ubuntu18.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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1577 in /w/workspace/edgexfoundry_edgex-go_PR-3848 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/12 [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/12 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' 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 /w/workspace/edgex-go/12@tmp/jenkins-gitclient-ssh2086816147316576916.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 3acce916edd26c48cc534c43f5f6a7ed858771e5 into PR head commit dd593491210a36411325267f9a36c518a4519b50 > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/12@tmp/jenkins-gitclient-ssh3715847776852948362.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3848/head:refs/remotes/origin/PR-3848 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merge succeeded, producing 90fab29171a5ecec30d6896e20976802c05bec5f Checking out Revision 90fab29171a5ecec30d6896e20976802c05bec5f (PR-3848) > git config core.sparsecheckout # timeout=10 > git checkout -f dd593491210a36411325267f9a36c518a4519b50 # timeout=10 > git remote # timeout=10 > 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 /w/workspace/edgex-go/12@tmp/jenkins-gitclient-ssh1754236933442970752.key > git merge 3acce916edd26c48cc534c43f5f6a7ed858771e5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 90fab29171a5ecec30d6896e20976802c05bec5f # timeout=10 Commit message: "Merge commit '3acce916edd26c48cc534c43f5f6a7ed858771e5' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:29:43 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:29:43 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:29:43 ========================================================= 20:29:43 EdgeX Global Pipelines Version Info 20:29:43 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk b19f63670286389f3a63a70ea5bcbbfaedb5d4fc # timeout=10 20:29:45 ------------------- 20:29:45 stable info: 20:29:45 ------------------- 20:29:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:29:45 Commit SHA: dae07dc806156effb2cae02074e2f5f64a063e83 20:29:45 Message: update stable to v1.0.219 20:29:45 ------------------- 20:29:45 experimental info: 20:29:45 ------------------- 20:29:45 Commited By: **** collab-it+edgex@linuxfoundation.org 20:29:45 Commit SHA: dae07dc806156effb2cae02074e2f5f64a063e83 20:29:45 Message: update experimental to v1.0.219 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:29:45 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:29:45 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:29:45 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:29:45 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:29:45 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:29:45 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 20:29:45 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 20:29:45 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:29:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 20:29:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 20:29:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:29:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:29:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 20:29:45 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:29:45 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:29:45 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:29:45 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:29:45 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:29:46 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:29:46 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 20:29:46 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 20:29:46 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:29:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3848 [Pipeline] echo 20:29:46 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3848 [Pipeline] echo 20:29:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3848 [Pipeline] echo 20:29:46 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 90fab29171a5ecec30d6896e20976802c05bec5f [Pipeline] echo 20:29:46 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 90fab29 [Pipeline] echo 20:29:46 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:29:46 provisioning config files... 20:29:46 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/12@tmp/config1694237619445682580tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:29:46 ---> docker-login.sh 20:29:46 nexus3.edgexfoundry.org:10001 20:29:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:29:46 Configure a credential helper to remove this warning. See 20:29:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:29:46 20:29:46 Login Succeeded 20:29:46 nexus3.edgexfoundry.org:10002 20:29:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:29:46 Configure a credential helper to remove this warning. See 20:29:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:29:46 20:29:46 Login Succeeded 20:29:46 nexus3.edgexfoundry.org:10003 20:29:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:29:46 Configure a credential helper to remove this warning. See 20:29:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:29:46 20:29:46 Login Succeeded 20:29:46 nexus3.edgexfoundry.org:10004 20:29:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:29:47 Configure a credential helper to remove this warning. See 20:29:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:29:47 20:29:47 Login Succeeded 20:29:47 docker.io 20:29:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:29:47 Configure a credential helper to remove this warning. See 20:29:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:29:47 20:29:47 Login Succeeded 20:29:47 ---> docker-login.sh ends [Pipeline] } 20:29:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:29:47 ++ 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/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 20:29:47 + for file in '`ls cmd/**/Dockerfile`' 20:29:47 ++ dirname cmd/core-command/Dockerfile 20:29:47 ++ cut -d/ -f2 20:29:47 + echo core-command,cmd/core-command/Dockerfile 20:29:47 + for file in '`ls cmd/**/Dockerfile`' 20:29:47 ++ dirname cmd/core-data/Dockerfile 20:29:47 ++ cut -d/ -f2 20:29:47 + echo core-data,cmd/core-data/Dockerfile 20:29:47 + for file in '`ls cmd/**/Dockerfile`' 20:29:47 ++ dirname cmd/core-metadata/Dockerfile 20:29:47 ++ cut -d/ -f2 20:29:47 + echo core-metadata,cmd/core-metadata/Dockerfile 20:29:47 + for file in '`ls cmd/**/Dockerfile`' 20:29:47 ++ dirname cmd/security-bootstrapper/Dockerfile 20:29:47 ++ cut -d/ -f2 20:29:47 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 20:29:47 + for file in '`ls cmd/**/Dockerfile`' 20:29:47 ++ dirname cmd/security-proxy-setup/Dockerfile 20:29:47 ++ cut -d/ -f2 20:29:47 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:29:47 + for file in '`ls cmd/**/Dockerfile`' 20:29:47 ++ dirname cmd/security-secretstore-setup/Dockerfile 20:29:47 ++ cut -d/ -f2 20:29:47 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:29:47 + for file in '`ls cmd/**/Dockerfile`' 20:29:47 ++ dirname cmd/support-notifications/Dockerfile 20:29:47 ++ cut -d/ -f2 20:29:47 + echo support-notifications,cmd/support-notifications/Dockerfile 20:29:47 + for file in '`ls cmd/**/Dockerfile`' 20:29:47 ++ dirname cmd/support-scheduler/Dockerfile 20:29:47 ++ cut -d/ -f2 20:29:47 + echo support-scheduler,cmd/support-scheduler/Dockerfile 20:29:47 + for file in '`ls cmd/**/Dockerfile`' 20:29:47 ++ dirname cmd/sys-mgmt-agent/Dockerfile 20:29:47 ++ cut -d/ -f2 20:29:47 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 20:29:47 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: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 20:29:47 + git rev-list -1 --merges 90fab29171a5ecec30d6896e20976802c05bec5f~1..90fab29171a5ecec30d6896e20976802c05bec5f [Pipeline] echo 20:29:47 -----------> git rev-list -1 --merges 90fab29171a5ecec30d6896e20976802c05bec5f~1..90fab29171a5ecec30d6896e20976802c05bec5f 90fab29171a5ecec30d6896e20976802c05bec5f 20:29:47 90fab29171a5ecec30d6896e20976802c05bec5f [false] [Pipeline] sh 20:29:48 + git log --format=format:%s -1 90fab29171a5ecec30d6896e20976802c05bec5f [Pipeline] echo 20:29:48 ========================================================= 20:29:48 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 20:29:48 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 20:29:48 + grep 'github.com ecdsa' /etc/ssh/ssh_known_hosts 20:29:48 + grep -v github /etc/ssh/ssh_known_hosts 20:29:48 + '[' -e /tmp/ssh_known_hosts ']' 20:29:48 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 20:29:48 + echo 'github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=' 20:29:48 + sudo tee -a /etc/ssh/ssh_known_hosts 20:29:48 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 20:29:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:29:49 20:29:49 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:29:49 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:29:49 latest: Pulling from edgex-devops/git-semver 20:29:49 a0d0a0d46f8b: Pulling fs layer 20:29:49 3e5f54012d9b: Pulling fs layer 20:29:49 4c7163046ea9: Pulling fs layer 20:29:49 0c2d73faf560: Pulling fs layer 20:29:49 0c2d73faf560: Waiting 20:29:49 3e5f54012d9b: Verifying Checksum 20:29:49 3e5f54012d9b: Download complete 20:29:49 a0d0a0d46f8b: Verifying Checksum 20:29:49 a0d0a0d46f8b: Download complete 20:29:49 0c2d73faf560: Verifying Checksum 20:29:49 0c2d73faf560: Download complete 20:29:49 4c7163046ea9: Verifying Checksum 20:29:49 4c7163046ea9: Download complete 20:29:49 a0d0a0d46f8b: Pull complete 20:29:49 3e5f54012d9b: Pull complete 20:29:49 4c7163046ea9: Pull complete 20:29:50 0c2d73faf560: Pull complete 20:29:50 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 20:29:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:29:50 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:29:50 prd-centos7-docker-4c-2g-1577 does not seem to be running inside a container 20:29:49 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 20:29:50 $ docker top 0df931bdda5ab69b7c7db8285c0886d9f21bf5179b937d3a1134501af2bb5286 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:29:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:29:50 [ssh-agent] Looking for ssh-agent implementation... 20:29:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:29:50 $ docker exec 0df931bdda5ab69b7c7db8285c0886d9f21bf5179b937d3a1134501af2bb5286 ssh-agent 20:29:51 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXmlcOlA/agent.15 20:29:51 SSH_AGENT_PID=21 20:29:51 Running ssh-add (command line suppressed) 20:29:50 Identity added: /w/workspace/edgex-go/12@tmp/private_key_5280509394752127942.key (/w/workspace/edgex-go/12@tmp/private_key_5280509394752127942.key) 20:29:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:29:51 + git tag --points-at HEAD [Pipeline] } 20:29:51 $ docker exec --env ******** --env ******** 0df931bdda5ab69b7c7db8285c0886d9f21bf5179b937d3a1134501af2bb5286 ssh-agent -k 20:29:51 unset SSH_AUTH_SOCK; 20:29:51 unset SSH_AGENT_PID; 20:29:51 echo Agent pid 21 killed; 20:29:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:29:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:29:51 [ssh-agent] Looking for ssh-agent implementation... 20:29:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:29:51 $ docker exec 0df931bdda5ab69b7c7db8285c0886d9f21bf5179b937d3a1134501af2bb5286 ssh-agent 20:29:51 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXphjceA/agent.54 20:29:51 SSH_AGENT_PID=60 20:29:51 Running ssh-add (command line suppressed) 20:29:51 Identity added: /w/workspace/edgex-go/12@tmp/private_key_6535543275021022270.key (/w/workspace/edgex-go/12@tmp/private_key_6535543275021022270.key) 20:29:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:29:52 + git semver init 20:29:52 # -> Open(): unable to determine branch for HEAD 20:29:52 # $GIT_DIR = /w/workspace/edgex-go/12/.git 20:29:52 # $GIT_WORK_TREE = /w/workspace/edgex-go/12 20:29:52 # $SEMVER_REMOTE_NAME = origin 20:29:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:29:52 # $SEMVER_USER_NAME = edgex-jenkins 20:29:52 # $SEMVER_BRANCH = PR-3848 20:29:52 # $SEMVER_TEMP = /tmp/semver-258837175 20:29:52 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 20:30:04 # '/tmp/semver-258837175' -> '/w/workspace/edgex-go/12/.semver' 20:30:04 # -> Force: false 20:30:04 # $SEMVER_DIR = /w/workspace/edgex-go/12/.semver [Pipeline] } 20:30:04 $ docker exec --env ******** --env ******** 0df931bdda5ab69b7c7db8285c0886d9f21bf5179b937d3a1134501af2bb5286 ssh-agent -k 20:30:04 unset SSH_AUTH_SOCK; 20:30:04 unset SSH_AGENT_PID; 20:30:04 echo Agent pid 60 killed; 20:30:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:30:05 + git semver [Pipeline] } 20:30:05 $ docker stop --time=1 0df931bdda5ab69b7c7db8285c0886d9f21bf5179b937d3a1134501af2bb5286 20:30:07 $ docker rm -f 0df931bdda5ab69b7c7db8285c0886d9f21bf5179b937d3a1134501af2bb5286 [Pipeline] // withDockerContainer [Pipeline] sh 20:30:07 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:30:07 Stashed 1 file(s) [Pipeline] echo 20:30:07 [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 20:30:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:30:08 ========================================================= 20:30:08 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 20:30:08 ========================================================= [Pipeline] fileExists [Pipeline] sh 20:30:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 20:30:08 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 20:30:08 59bf1c3509f3: Pulling fs layer 20:30:08 666ba61612fd: Pulling fs layer 20:30:08 8ed8ca486205: Pulling fs layer 20:30:08 4fe6c5a15a65: Pulling fs layer 20:30:08 22a0e8bec74d: Pulling fs layer 20:30:08 f965cba54748: Pulling fs layer 20:30:08 861ffc35075e: Pulling fs layer 20:30:08 4b385c91608e: Pulling fs layer 20:30:08 560528eb2ebb: Pulling fs layer 20:30:08 f965cba54748: Waiting 20:30:08 861ffc35075e: Waiting 20:30:08 4b385c91608e: Waiting 20:30:08 560528eb2ebb: Waiting 20:30:08 4fe6c5a15a65: Waiting 20:30:08 22a0e8bec74d: Waiting 20:30:08 8ed8ca486205: Verifying Checksum 20:30:08 8ed8ca486205: Download complete 20:30:08 666ba61612fd: Verifying Checksum 20:30:08 666ba61612fd: Download complete 20:30:08 22a0e8bec74d: Verifying Checksum 20:30:08 22a0e8bec74d: Download complete 20:30:08 f965cba54748: Verifying Checksum 20:30:08 f965cba54748: Download complete 20:30:08 59bf1c3509f3: Verifying Checksum 20:30:08 59bf1c3509f3: Download complete 20:30:08 861ffc35075e: Verifying Checksum 20:30:08 861ffc35075e: Download complete 20:30:08 4b385c91608e: Verifying Checksum 20:30:08 4b385c91608e: Download complete 20:30:08 59bf1c3509f3: Pull complete 20:30:08 666ba61612fd: Pull complete 20:30:08 4fe6c5a15a65: Verifying Checksum 20:30:08 4fe6c5a15a65: Download complete 20:30:08 8ed8ca486205: Pull complete 20:30:09 560528eb2ebb: Verifying Checksum 20:30:09 560528eb2ebb: Download complete 20:30:13 4fe6c5a15a65: Pull complete 20:30:13 22a0e8bec74d: Pull complete 20:30:13 f965cba54748: Pull complete 20:30:13 861ffc35075e: Pull complete 20:30:13 4b385c91608e: Pull complete 20:30:15 560528eb2ebb: Pull complete 20:30:15 Digest: sha256:95a4686c8495b6f6bb7c4a5166a7528182518169a5847072e9a4515f5458b02f 20:30:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 20:30:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh 20:30:15 + echo 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 20:30:15 WORKDIR /edgex 20:30:15 COPY go.mod . 20:30:15 RUN go mod download' 20:30:15 + docker build -t ci-base-image-x86_64 -f - . 20:30:17 Sending build context to Docker daemon 333.8MB 20:30:17 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 20:30:17 ---> dd4a08f94e63 20:30:17 Step 2/4 : WORKDIR /edgex 20:30:19 ---> Running in a059ac971e44 20:30:19 Removing intermediate container a059ac971e44 20:30:19 ---> fbcffa642313 20:30:19 Step 3/4 : COPY go.mod . 20:30:19 ---> d37af7c7da56 20:30:19 Step 4/4 : RUN go mod download 20:30:19 ---> Running in af86cfe96a22 20:30:23 Still waiting to schedule task 20:30:23 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 20:30:45 Removing intermediate container af86cfe96a22 20:30:45 ---> 74238e6cbe0a 20:30:45 Successfully built 74238e6cbe0a 20:30:45 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:30:46 + docker inspect -f . ci-base-image-x86_64 20:30:46 . [Pipeline] withDockerContainer 20:30:46 prd-centos7-docker-4c-2g-1577 does not seem to be running inside a container 20:30:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 20:30:46 $ docker top 66e8a3a0e866c58873bb41e5f431c2e5da5f73039fa77f6c575b96fd700cfd1b -eo pid,comm [Pipeline] { [Pipeline] sh 20:30:47 + go version 20:30:47 go version go1.17.6 linux/amd64 [Pipeline] } 20:30:47 $ docker stop --time=1 66e8a3a0e866c58873bb41e5f431c2e5da5f73039fa77f6c575b96fd700cfd1b 20:30:48 $ docker rm -f 66e8a3a0e866c58873bb41e5f431c2e5da5f73039fa77f6c575b96fd700cfd1b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:30:48 + docker inspect -f . ci-base-image-x86_64 20:30:48 . [Pipeline] withDockerContainer 20:30:48 prd-centos7-docker-4c-2g-1577 does not seem to be running inside a container 20:30:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 20:30:48 $ docker top 70468a08153df98b4d6338821acb111776d7184e4f7f2281cf468ebeb7eb0253 -eo pid,comm [Pipeline] { [Pipeline] echo 20:30:49 ========================================================= 20:30:49 [edgeXBuildGoParallel] Running Tests and Build... 20:30:49 ========================================================= [Pipeline] fileExists [Pipeline] sh 20:30:49 + make test 20:30:49 go mod tidy 20:30:49 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:30:56 ? github.com/edgexfoundry/edgex-go [no test files] 20:31:10 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:31:15 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:31:15 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:31:15 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:31:17 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:31:17 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:31:17 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:31:17 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:31:18 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:31:18 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:31:18 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:31:18 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:31:18 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:31:18 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 20:31:20 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.048s coverage: 28.7% of statements 20:31:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:31:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:31:21 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.079s coverage: 98.5% of statements 20:31:21 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:31:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.048s coverage: 44.7% of statements 20:31:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:31:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:31:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.105s coverage: 89.5% of statements 20:31:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 20:31:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 20:31:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.043s coverage: 84.4% of statements 20:31:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:31:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:31:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 20:31:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:31:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:31:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.276s coverage: 94.2% of statements 20:31:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 20:31:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 20:31:23 ok github.com/edgexfoundry/edgex-go/internal/io 0.045s coverage: 59.1% of statements 20:31:23 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:31:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 20:31:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 20:31:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:31:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:31:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.069s coverage: 60.0% of statements 20:31:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:31:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:31:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:31:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.066s coverage: 0.9% of statements 20:31:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:31:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.049s coverage: 58.8% of statements 20:31:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.068s coverage: 21.7% of statements 20:31:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:31:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.044s coverage: 47.1% of statements 20:31:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.050s coverage: 79.5% of statements 20:31:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.040s coverage: 94.1% of statements 20:31:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.068s coverage: 96.3% of statements 20:31:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.041s coverage: 87.5% of statements 20:31:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.054s coverage: 94.4% of statements 20:31:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.042s coverage: 44.8% of statements 20:31:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.186s coverage: 82.5% of statements 20:31:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:32:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.072s coverage: 92.9% of statements 20:32:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:32:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:32:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:32:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 65.1% of statements 20:32:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:32:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:32:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:32:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:32:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:32:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.060s coverage: 87.2% of statements 20:32:04 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:32:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:32:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements 20:32:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:32:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.053s coverage: 58.8% of statements 20:32:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:32:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.062s coverage: 80.0% of statements 20:32:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.052s coverage: 87.2% of statements 20:32:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.051s coverage: 85.4% of statements 20:32:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.132s coverage: 91.2% of statements 20:32:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:32:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.128s coverage: 64.4% of statements 20:32:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:32:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:32:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.042s coverage: 100.0% of statements 20:32:04 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.029s coverage: 89.4% of statements 20:32:04 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.020s coverage: 100.0% of statements 20:32:04 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.024s coverage: 73.7% of statements 20:32:04 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.021s coverage: 100.0% of statements 20:32:04 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.255s coverage: 65.4% of statements 20:32:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:32:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:32:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:32:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.131s coverage: 43.8% of statements 20:32:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:32:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:32:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.056s coverage: 89.5% of statements 20:32:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:32:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.065s coverage: 84.8% of statements 20:32:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:32:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.057s coverage: 17.7% of statements 20:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:32:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.128s coverage: 92.3% of statements 20:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:32:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.051s coverage: 63.2% of statements 20:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:32:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.086s coverage: 97.7% of statements 20:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:32:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:32:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 20:32:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.043s coverage: 28.9% of statements 20:32:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 20:32:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 20:32:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:32:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:32:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 20:32:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:32:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements 20:32:09 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.030s coverage: 96.9% of statements 20:32:09 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 20:32:41 GO111MODULE=on go vet ./... 20:32:48 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:32:48 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:32:48 ./bin/test-attribution-txt.sh [Pipeline] echo 20:32:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 20:32:49 + ls -al . 20:32:49 total 644 20:32:49 drwxrwxr-x 10 1001 1001 4096 Jan 15 20:32 . 20:32:49 drwxr-xr-x 4 root root 30 Jan 15 20:30 .. 20:32:49 -rw-rw-r-- 1 1001 1001 11 Jan 15 20:29 .dockerignore 20:32:49 drwxrwxr-x 8 1001 1001 179 Jan 15 20:29 .git 20:32:49 drwxrwxr-x 4 1001 1001 142 Jan 15 20:29 .github 20:32:49 -rw-rw-r-- 1 1001 1001 804 Jan 15 20:29 .gitignore 20:32:49 -rw-rw-r-- 1 1001 1001 42 Jan 15 20:29 .golangci.yml 20:32:49 -rw-rw-r-- 1 1001 1001 76 Jan 15 20:29 .hadolint.yml 20:32:49 drwx------ 3 1001 1001 73 Jan 15 20:30 .semver 20:32:49 -rw-rw-r-- 1 1001 1001 166 Jan 15 20:29 .sonarcloud.properties 20:32:49 -rw-rw-r-- 1 1001 1001 1171 Jan 15 20:29 ADOPTERS.md 20:32:49 -rw-rw-r-- 1 1001 1001 8910 Jan 15 20:29 Attribution.txt 20:32:49 -rw-rw-r-- 1 1001 1001 51732 Jan 15 20:29 CHANGELOG.md 20:32:49 -rw-rw-r-- 1 1001 1001 3804 Jan 15 20:29 CONTRIBUTING.md 20:32:49 -rw-rw-r-- 1 1001 1001 677 Jan 15 20:29 GOVERNANCE.md 20:32:49 -rw-rw-r-- 1 1001 1001 849 Jan 15 20:29 Jenkinsfile 20:32:49 -rw-rw-r-- 1 1001 1001 10775 Jan 15 20:29 LICENSE 20:32:49 -rw-rw-r-- 1 1001 1001 6508 Jan 15 20:29 Makefile 20:32:49 -rw-rw-r-- 1 1001 1001 582 Jan 15 20:29 OWNERS.md 20:32:49 -rw-rw-r-- 1 1001 1001 8207 Jan 15 20:29 README.md 20:32:49 -rw-rw-r-- 1 1001 1001 6912 Jan 15 20:29 SECURITY.md 20:32:49 -rw-rw-r-- 1 1001 1001 5 Jan 15 20:30 VERSION 20:32:49 -rw-rw-r-- 1 1001 1001 4131 Jan 15 20:29 ZMQWindows.md 20:32:49 drwxrwxr-x 2 1001 1001 37 Jan 15 20:29 bin 20:32:49 drwxrwxr-x 14 1001 1001 4096 Jan 15 20:29 cmd 20:32:49 -rw-r--r-- 1 root root 428381 Jan 15 20:32 coverage.out 20:32:49 -rw-rw-r-- 1 1001 1001 828 Jan 15 20:29 go.mod 20:32:49 -rw-rw-r-- 1 1001 1001 49574 Jan 15 20:29 go.sum 20:32:49 drwxrwxr-x 8 1001 1001 124 Jan 15 20:29 internal 20:32:49 drwxrwxr-x 3 1001 1001 16 Jan 15 20:29 openapi 20:32:49 drwxrwxr-x 4 1001 1001 71 Jan 15 20:29 snap 20:32:49 -rw-rw-r-- 1 1001 1001 204 Jan 15 20:29 version.go [Pipeline] sh 20:32:49 + '[' -e coverage.out ] 20:32:49 + chown 1001:1001 coverage.out [Pipeline] stash 20:32:49 Stashed 1 file(s) [Pipeline] sh 20:32:49 + make build 20:32:49 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 20:32:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:32:54 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1580 in /w/workspace/edgexfoundry_edgex-go_PR-3848 [Pipeline] { [Pipeline] ws 20:32:54 Running in /w/workspace/edgex-go/12 [Pipeline] { [Pipeline] checkout 20:32:54 The recommended git tool is: git 20:32:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 20:32:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:32:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:32:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:32:59 using credential edgex-jenkins-ssh 20:32:59 Cloning the remote Git repository 20:33:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:32:59 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:33:00 > git init /w/workspace/edgex-go/12 # timeout=10 20:33:00 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:33:00 > git --version # timeout=10 20:33:00 > git --version # 'git version 2.17.1' 20:33:00 using GIT_SSH to set credentials SSH Credentials for GitHub 20:33:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:33:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:33:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:33:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:33:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 20:33:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 20:33:06 $ docker stop --time=1 70468a08153df98b4d6338821acb111776d7184e4f7f2281cf468ebeb7eb0253 20:33:08 $ docker rm -f 70468a08153df98b4d6338821acb111776d7184e4f7f2281cf468ebeb7eb0253 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:33:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:33:09 20:33:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 20:33:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:33:09 latest: Pulling from edgex-devops/edgex-compose 20:33:09 cbdbe7a5bc2a: Pulling fs layer 20:33:09 ca9280d653b3: Pulling fs layer 20:33:09 7e9c9ca2126c: Pulling fs layer 20:33:09 cbdbe7a5bc2a: Verifying Checksum 20:33:09 cbdbe7a5bc2a: Download complete 20:33:10 ca9280d653b3: Verifying Checksum 20:33:10 ca9280d653b3: Download complete 20:33:10 cbdbe7a5bc2a: Pull complete 20:33:10 7e9c9ca2126c: Verifying Checksum 20:33:10 7e9c9ca2126c: Download complete 20:33:10 ca9280d653b3: Pull complete 20:33:14 7e9c9ca2126c: Pull complete 20:33:14 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:33:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:33:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 20:33:14 prd-centos7-docker-4c-2g-1577 does not seem to be running inside a container 20:33:14 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 20:33:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:33:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:33:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:33:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:33:17 using GIT_SSH to set credentials SSH Credentials for GitHub 20:33:17 $ docker top 2ad2315bfe3a687ce969a1558f8ec6ebf6b6d5911923615c30d6f2e3d09fb8c3 -eo pid,comm [Pipeline] { [Pipeline] sh 20:33:17 + docker-compose build --help 20:33:17 + grep parallel 20:33:17 Merging remotes/origin/main commit 3acce916edd26c48cc534c43f5f6a7ed858771e5 into PR head commit dd593491210a36411325267f9a36c518a4519b50 20:33:18 --parallel Build images in parallel. [Pipeline] } 20:33:18 $ docker stop --time=1 2ad2315bfe3a687ce969a1558f8ec6ebf6b6d5911923615c30d6f2e3d09fb8c3 20:33:18 Merge succeeded, producing 3144db63cf6ba42199b3e54756f5a01fbfc8b7cf 20:33:18 Checking out Revision 3144db63cf6ba42199b3e54756f5a01fbfc8b7cf (PR-3848) 20:33:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3848/head:refs/remotes/origin/PR-3848 +refs/heads/main:refs/remotes/origin/main # timeout=10 20:33:17 > git config core.sparsecheckout # timeout=10 20:33:17 > git checkout -f dd593491210a36411325267f9a36c518a4519b50 # timeout=10 20:33:18 > git remote # timeout=10 20:33:18 > git config --get remote.origin.url # timeout=10 20:33:18 using GIT_SSH to set credentials SSH Credentials for GitHub 20:33:18 > git merge 3acce916edd26c48cc534c43f5f6a7ed858771e5 # timeout=10 20:33:18 > git rev-parse HEAD^{commit} # timeout=10 20:33:18 > git config core.sparsecheckout # timeout=10 20:33:18 > git checkout -f 3144db63cf6ba42199b3e54756f5a01fbfc8b7cf # timeout=10 20:33:19 $ docker rm -f 2ad2315bfe3a687ce969a1558f8ec6ebf6b6d5911923615c30d6f2e3d09fb8c3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:33:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:33:19 . [Pipeline] withDockerContainer 20:33:19 prd-centos7-docker-4c-2g-1577 does not seem to be running inside a container 20:33:20 $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 20:33:20 $ docker top 392d6227bd923ad0cf0514ba4b54ffe941ae5f1717e5a5b7e90c2b4297de749b -eo pid,comm [Pipeline] { [Pipeline] sh 20:33:20 + docker-compose -f ./docker-compose-build.yml build --parallel 20:33:21 Building core-command ... 20:33:21 Building core-data ... 20:33:21 Building core-metadata ... 20:33:21 Building security-bootstrapper ... 20:33:21 Building security-proxy-setup ... 20:33:21 Building security-secretstore-setup ... 20:33:21 Building support-notifications ... 20:33:21 Building support-scheduler ... 20:33:21 Building sys-mgmt-agent ... 20:33:21 Building support-notifications 20:33:21 Building core-command 20:33:21 Building core-data 20:33:21 Building support-scheduler 20:33:21 Building sys-mgmt-agent 20:33:22 Commit message: "Merge commit '3acce916edd26c48cc534c43f5f6a7ed858771e5' into HEAD" 20:33:23 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:33:23 > git rev-list --no-walk b19f63670286389f3a63a70ea5bcbbfaedb5d4fc # timeout=10 20:33:23 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 20:33:23 % Total % Received % Xferd Average Speed Time Time Time Current 20:33:23 Dload Upload Total Spent Left Speed 20:33:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 196k 0 --:--:-- --:--:-- --:--:-- 199k [Pipeline] sh 20:33:24 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 20:33:24 + sudo tee /etc/docker/daemon.new 20:33:24 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 20:33:24 { 20:33:24 "registry-mirrors": [ 20:33:24 "https://nexus3.edgexfoundry.org:10001" 20:33:24 ], 20:33:24 "bip": "10.250.0.254/24", 20:33:24 "hosts": [ 20:33:24 "tcp://0.0.0.0:5555", 20:33:24 "unix:///var/run/docker.sock" 20:33:24 ], 20:33:24 "mtu": 1458, 20:33:24 "selinux-enabled": true, 20:33:24 "seccomp-profile": "/etc/docker/seccomp.json" 20:33:24 } [Pipeline] sh 20:33:25 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 20:33:25 + sudo service docker restart 20:33:31 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:33:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:33:31 ---> 74238e6cbe0a 20:33:31 Step 3/23 : WORKDIR /edgex-go 20:33:31 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:33:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:33:31 ---> 74238e6cbe0a 20:33:31 Step 3/22 : WORKDIR /edgex-go 20:33:35 ---> Running in aaac784dac18 20:33:35 ---> Running in 98632b8b5db1 20:33:39 Removing intermediate container 98632b8b5db1 20:33:39 ---> 4e8f008d3235 20:33:39 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:33:39 Removing intermediate container aaac784dac18 20:33:39 ---> f4019613c988 20:33:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:33:39 ---> Running in 92d7b4f7108e 20:33:39 ---> Running in b8941a03c043 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:33:43 provisioning config files... 20:33:43 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/12@tmp/config8142287651166015602tmp 20:33:43 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:33:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:33:43 ---> 74238e6cbe0a 20:33:43 Step 3/22 : WORKDIR /edgex-go 20:33:43 ---> Using cache 20:33:43 ---> f4019613c988 20:33:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:33:43 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:33:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:33:43 ---> 74238e6cbe0a 20:33:43 Step 3/22 : WORKDIR /edgex-go 20:33:43 ---> Using cache 20:33:43 ---> f4019613c988 20:33:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:33:43 ---> Running in 9e6794009520 20:33:43 ---> Running in abf22501ab5c 20:33:43 Removing intermediate container 92d7b4f7108e 20:33:43 ---> bc341606b788 20:33:43 Step 5/22 : RUN apk add --update --no-cache make git [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:33:44 Removing intermediate container b8941a03c043 20:33:44 ---> 519c8a400262 20:33:44 Step 5/23 : RUN apk add --update --no-cache make git 20:33:44 ---> Running in e65573d14f9f 20:33:44 ---> Running in d5fa77045a88 20:33:44 ---> docker-login.sh 20:33:44 nexus3.edgexfoundry.org:10001 20:33:44 Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:33:44 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:33:44 ---> 74238e6cbe0a 20:33:44 Step 3/21 : WORKDIR /edgex-go 20:33:44 ---> Using cache 20:33:44 ---> f4019613c988 20:33:44 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:33:44 ---> Using cache 20:33:44 ---> 519c8a400262 20:33:44 Step 5/21 : RUN apk add --update --no-cache make bash git ca-certificates 20:33:44 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:33:44 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:33:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:33:44 ---> Running in 86386cb3b459 20:33:44 Removing intermediate container 9e6794009520 20:33:44 ---> 30f951923d8d 20:33:44 Step 5/22 : RUN apk add --update --no-cache make bash git 20:33:44 ---> Running in 89ce83ea979c 20:33:44 Removing intermediate container abf22501ab5c 20:33:44 ---> 626781c9151d 20:33:44 Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:33:44 ---> Running in a49fc9358514 20:33:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:33:45 Configure a credential helper to remove this warning. See 20:33:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:33:45 20:33:45 Login Succeeded 20:33:45 nexus3.edgexfoundry.org:10002 20:33:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:33:45 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:33:45 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:33:45 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:33:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:33:45 Configure a credential helper to remove this warning. See 20:33:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:33:45 20:33:45 Login Succeeded 20:33:45 nexus3.edgexfoundry.org:10003 20:33:45 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:33:45 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:33:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:33:46 OK: 221 MiB in 52 packages 20:33:46 OK: 221 MiB in 52 packages 20:33:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:33:46 Configure a credential helper to remove this warning. See 20:33:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:33:46 20:33:46 Login Succeeded 20:33:46 nexus3.edgexfoundry.org:10004 20:33:46 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:33:46 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:33:46 Removing intermediate container d5fa77045a88 20:33:46 ---> 31889ab8b852 20:33:46 Step 6/23 : COPY go.mod . 20:33:46 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:33:46 Removing intermediate container e65573d14f9f 20:33:46 ---> 4dfdc0552a85 20:33:46 Step 6/22 : COPY . . 20:33:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:33:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:33:46 Configure a credential helper to remove this warning. See 20:33:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:33:46 20:33:46 Login Succeeded 20:33:46 docker.io 20:33:46 ---> fabc55fd23b7 20:33:46 Step 7/23 : RUN go mod download 20:33:46 OK: 221 MiB in 52 packages 20:33:46 OK: 221 MiB in 52 packages 20:33:46 ---> Running in 42305475c4d7 20:33:46 OK: 221 MiB in 52 packages 20:33:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:33:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:33:47 Configure a credential helper to remove this warning. See 20:33:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:33:47 20:33:47 Login Succeeded 20:33:47 ---> docker-login.sh ends [Pipeline] } 20:33:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:33:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:33:47 ========================================================= 20:33:47 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 20:33:47 ========================================================= [Pipeline] fileExists [Pipeline] sh 20:33:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 20:33:48 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:33:48 9b3977197b4f: Pulling fs layer 20:33:48 1a89e8eeedd5: Pulling fs layer 20:33:48 94645a83ff95: Pulling fs layer 20:33:48 3f3a8bcf1eab: Pulling fs layer 20:33:48 0c92f367c5e7: Pulling fs layer 20:33:48 4b8299f9d1f4: Pulling fs layer 20:33:48 9a6b49a46696: Pulling fs layer 20:33:48 cf05db05a679: Pulling fs layer 20:33:48 3f3a8bcf1eab: Waiting 20:33:48 0c92f367c5e7: Waiting 20:33:48 4b8299f9d1f4: Waiting 20:33:48 cf05db05a679: Waiting 20:33:48 9a6b49a46696: Waiting 20:33:48 94645a83ff95: Verifying Checksum 20:33:48 94645a83ff95: Download complete 20:33:48 1a89e8eeedd5: Verifying Checksum 20:33:48 1a89e8eeedd5: Download complete 20:33:48 0c92f367c5e7: Download complete 20:33:48 4b8299f9d1f4: Verifying Checksum 20:33:48 4b8299f9d1f4: Download complete 20:33:48 9b3977197b4f: Verifying Checksum 20:33:48 9b3977197b4f: Download complete 20:33:48 9a6b49a46696: Verifying Checksum 20:33:48 9a6b49a46696: Download complete 20:33:49 9b3977197b4f: Pull complete 20:33:49 1a89e8eeedd5: Pull complete 20:33:50 Removing intermediate container 86386cb3b459 20:33:50 ---> 25173c4be887 20:33:50 Step 6/21 : COPY . . 20:33:50 Removing intermediate container a49fc9358514 20:33:50 ---> 1146b4af6906 20:33:50 Step 6/22 : COPY . . 20:33:50 Removing intermediate container 89ce83ea979c 20:33:50 ---> de8633890a79 20:33:50 Step 6/22 : COPY . . 20:33:50 ---> 7b8b5a34e709 20:33:50 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:33:50 94645a83ff95: Pull complete 20:33:50 cf05db05a679: Verifying Checksum 20:33:50 cf05db05a679: Download complete 20:33:50 ---> Running in 78e9a50c6206 20:33:50 3f3a8bcf1eab: Verifying Checksum 20:33:50 3f3a8bcf1eab: Download complete 20:33:53 Removing intermediate container 42305475c4d7 20:33:53 ---> 2e0007938bf4 20:33:53 Step 8/23 : COPY . . 20:34:00 ---> 49aff4219182 20:34:00 Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:34:00 Removing intermediate container 78e9a50c6206 20:34:00 ---> 64e96d3c311f 20:34:00 Step 8/22 : RUN make cmd/core-command/core-command 20:34:00 ---> Running in 7ef61a2d80e9 20:34:00 ---> Running in a7f74a44df47 20:34:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 20:34:01 Removing intermediate container 7ef61a2d80e9 20:34:01 ---> 301cd364d4f0 20:34:01 Step 8/21 : RUN make cmd/support-notifications/support-notifications 20:34:01 ---> Running in 70ec5396efa0 20:34:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:34:03 3f3a8bcf1eab: Pull complete 20:34:03 0c92f367c5e7: Pull complete 20:34:03 4b8299f9d1f4: Pull complete 20:34:03 9a6b49a46696: Pull complete 20:34:07 ---> 6507f5c6530a 20:34:07 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:34:07 ---> Running in 0ae8445018ef 20:34:07 ---> 4283fc4dc69c 20:34:07 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:34:07 ---> Running in daa7a4c42e1b 20:34:09 Removing intermediate container daa7a4c42e1b 20:34:09 ---> dc8b102bdac9 20:34:09 Step 8/22 : RUN make cmd/core-data/core-data 20:34:09 ---> Running in aafc370f9887 20:34:09 Removing intermediate container 0ae8445018ef 20:34:09 ---> 16273c9855be 20:34:09 Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:34:10 ---> Running in 89acb9f083bf 20:34:10 cf05db05a679: Pull complete 20:34:10 Digest: sha256:412614556fb143d068119134f73b4a6d2e86ac7be33fa5b1c0cdba920e4bb5c6 20:34:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 20:34:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh 20:34:10 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 20:34:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:34:10 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 20:34:10 WORKDIR /edgex 20:34:10 COPY go.mod . 20:34:10 RUN go mod download 20:34:10 + docker build -t ci-base-image-arm64 -f - . 20:34:12 ---> 3d512075cac6 20:34:12 Step 9/23 : RUN go mod tidy 20:34:12 ---> Running in 2a4e88e8f0a3 20:34:13 Sending build context to Docker daemon 168.6MB 20:34:13 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 20:34:13 ---> 0ccda1f7e2ee 20:34:13 Step 2/4 : WORKDIR /edgex 20:34:14 Removing intermediate container 2a4e88e8f0a3 20:34:14 ---> dec79dd0cc9c 20:34:14 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 20:34:14 ---> Running in a32de5063a06 20:34:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:34:15 ---> Running in fbc20e368eac 20:34:15 Removing intermediate container fbc20e368eac 20:34:15 ---> 6129ee5b9ed3 20:34:15 Step 3/4 : COPY go.mod . 20:34:16 ---> c2c47bc3b09b 20:34:16 Step 4/4 : RUN go mod download 20:34:16 ---> Running in 863c9801c84d 20:34:33 Removing intermediate container a7f74a44df47 20:34:33 ---> 47360117f2d2 20:34:33 20:34:33 Step 9/22 : FROM alpine:3.14 20:34:33 3.14: Pulling from library/alpine 20:34:33 Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 20:34:33 Status: Downloaded newer image for alpine:3.14 20:34:33 ---> 0a97eee8041e 20:34:33 Step 10/22 : RUN apk add --update --no-cache dumb-init 20:34:33 ---> Running in 73daed3437ba 20:34:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 20:34:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 20:34:33 (1/1) Installing dumb-init (1.2.5-r1) 20:34:33 Executing busybox-1.33.1-r6.trigger 20:34:33 OK: 6 MiB in 15 packages 20:34:33 Removing intermediate container 73daed3437ba 20:34:33 ---> f89606f26604 20:34:33 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:34:33 ---> Running in 990345d4866e 20:34:34 Removing intermediate container 990345d4866e 20:34:34 ---> be7d4cbb4d9c 20:34:34 Step 12/22 : ENV APP_PORT=59882 20:34:34 ---> Running in fca9dff7b1ba 20:34:34 Removing intermediate container fca9dff7b1ba 20:34:34 ---> 699a7c9ec229 20:34:34 Step 13/22 : EXPOSE $APP_PORT 20:34:34 ---> Running in 38faae397d41 20:34:34 Removing intermediate container 38faae397d41 20:34:34 ---> 3902aec69bf5 20:34:34 Step 14/22 : WORKDIR / 20:34:34 ---> Running in 59e1524ee641 20:34:34 Removing intermediate container 59e1524ee641 20:34:34 ---> 6e31294f2ecd 20:34:34 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:34:34 ---> 18454dd12321 20:34:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:34:35 ---> 3320043c620e 20:34:35 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:34:35 ---> c6a278c45208 20:34:35 Step 18/22 : ENTRYPOINT ["/core-command"] 20:34:35 ---> Running in 23160bdbe394 20:34:35 Removing intermediate container 23160bdbe394 20:34:35 ---> 557b90a95888 20:34:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:34:35 ---> Running in 6e5ea405a9e8 20:34:36 Removing intermediate container 6e5ea405a9e8 20:34:36 ---> 8d74c76f4a09 20:34:36 Step 20/22 : LABEL arch=x86_64 20:34:36 ---> Running in 1b373c897f3c 20:34:36 Removing intermediate container 1b373c897f3c 20:34:36 ---> 17cbe81e9fe0 20:34:36 Step 21/22 : LABEL git_sha=90fab29171a5ecec30d6896e20976802c05bec5f 20:34:36 ---> Running in a22c693b91f4 20:34:36 Removing intermediate container a22c693b91f4 20:34:36 ---> 3ec4d340db0a 20:34:36 Step 22/22 : LABEL version=0.0.0 20:34:36 ---> Running in fd774ce3d314 20:34:36 Removing intermediate container fd774ce3d314 20:34:36 ---> 1a63e13cf531 20:34:36 20:34:36 Successfully built 1a63e13cf531 20:34:36 Successfully tagged core-command:latest 20:34:36 Building security-bootstrapper 20:34:40  Building core-command ... done Step 1/30 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:34:40 Step 2/30 : FROM ${BUILDER_BASE} AS builder 20:34:40 ---> 74238e6cbe0a 20:34:40 Step 3/30 : WORKDIR /edgex-go 20:34:40 ---> Using cache 20:34:40 ---> f4019613c988 20:34:40 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:34:40 ---> Using cache 20:34:40 ---> 626781c9151d 20:34:40 Step 5/30 : RUN apk add --update --no-cache make git 20:34:40 ---> Running in 7f062e5e5d0d 20:34:41 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:34:42 Removing intermediate container 70ec5396efa0 20:34:42 ---> 24d4b6d83db6 20:34:42 20:34:42 Step 9/21 : FROM alpine:3.14 20:34:42 ---> 0a97eee8041e 20:34:42 Step 10/21 : RUN apk add --update --no-cache ca-certificates dumb-init 20:34:42 ---> Running in 4eff4185cfeb 20:34:42 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:34:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 20:34:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 20:34:43 OK: 221 MiB in 52 packages 20:34:43 (1/2) Installing ca-certificates (20191127-r5) 20:34:43 (2/2) Installing dumb-init (1.2.5-r1) 20:34:43 Executing busybox-1.33.1-r6.trigger 20:34:43 Executing ca-certificates-20191127-r5.trigger 20:34:43 OK: 6 MiB in 16 packages 20:34:43 Removing intermediate container 7f062e5e5d0d 20:34:43 ---> c2f3f3ce6c39 20:34:43 Step 6/30 : COPY . . 20:34:46 Removing intermediate container 4eff4185cfeb 20:34:46 ---> d4fcad171eaf 20:34:46 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:34:46 ---> Running in 1f1bcd0e4ff3 20:34:47 Removing intermediate container 1f1bcd0e4ff3 20:34:47 ---> 84b1ec28dbe3 20:34:47 Step 12/21 : ENV APP_PORT=59860 20:34:47 ---> Running in 1b0be07dd7dd 20:34:48 Removing intermediate container 1b0be07dd7dd 20:34:48 ---> 0e98068871d4 20:34:48 Step 13/21 : EXPOSE $APP_PORT 20:34:48 ---> Running in 0dcbe43c0a5d 20:34:48 ---> a01b3bae94cf 20:34:48 Step 7/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:34:48 Removing intermediate container 0dcbe43c0a5d 20:34:48 ---> c563af1edf14 20:34:48 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 20:34:48 ---> Running in ef5fab8780dc 20:34:48 ---> 6d1f6422ee23 20:34:48 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:34:49 ---> 948f517848b3 20:34:49 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:34:49 ---> f62375ebc83c 20:34:49 Step 17/21 : ENTRYPOINT ["/support-notifications"] 20:34:49 ---> Running in 4692576a646b 20:34:49 Removing intermediate container 4692576a646b 20:34:49 ---> 1e342ca19767 20:34:49 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:34:49 ---> Running in 9dc7207ddd34 20:34:49 Removing intermediate container 9dc7207ddd34 20:34:49 ---> 3a5b28eb15b1 20:34:49 Step 19/21 : LABEL arch=x86_64 20:34:49 ---> Running in 805f22347021 20:34:50 Removing intermediate container ef5fab8780dc 20:34:50 ---> eccc6c9c9a9b 20:34:50 Step 8/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:34:50 ---> Running in d1beb46496f5 20:34:50 Removing intermediate container 805f22347021 20:34:50 ---> 1d316892e5d3 20:34:50 Step 20/21 : LABEL git_sha=90fab29171a5ecec30d6896e20976802c05bec5f 20:34:50 ---> Running in 211566c8c932 20:34:50 Removing intermediate container 211566c8c932 20:34:50 ---> 227b4636b623 20:34:50 Step 21/21 : LABEL version=0.0.0 20:34:50 ---> Running in a784eca8438a 20:34:50 Removing intermediate container a784eca8438a 20:34:50 ---> cf6ff9a9e082 20:34:50 20:34:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:34:50 Successfully built cf6ff9a9e082 20:34:50 Successfully tagged support-notifications:latest 20:34:50 Building security-proxy-setup 20:34:53  Building support-notifications ... done Removing intermediate container 89acb9f083bf 20:34:53 ---> eea58cee0b36 20:34:53 Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:34:54 ---> Running in 21444482479a 20:34:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:34:56 Step 1/20 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:34:56 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:34:56 ---> 74238e6cbe0a 20:34:56 Step 3/20 : WORKDIR /edgex-go 20:34:56 ---> Using cache 20:34:56 ---> f4019613c988 20:34:56 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:34:56 ---> Using cache 20:34:56 ---> 626781c9151d 20:34:56 Step 5/20 : RUN apk add --update --no-cache make git 20:34:56 ---> Using cache 20:34:56 ---> c2f3f3ce6c39 20:34:56 Step 6/20 : COPY . . 20:34:56 ---> Using cache 20:34:56 ---> a01b3bae94cf 20:34:56 Step 7/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:34:56 ---> Using cache 20:34:56 ---> eccc6c9c9a9b 20:34:56 Step 8/20 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:34:56 ---> Running in eb14d281ba6a 20:34:56 Removing intermediate container 21444482479a 20:34:56 ---> beafd05e4992 20:34:56 20:34:56 Step 10/22 : FROM docker:20.10.10 20:34:56 20.10.10: Pulling from library/docker 20:34:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:34:59 Removing intermediate container a32de5063a06 20:34:59 ---> 56c4c06d6b46 20:34:59 20:34:59 Step 11/23 : FROM alpine:3.14 20:34:59 ---> 0a97eee8041e 20:34:59 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:34:59 ---> Using cache 20:34:59 ---> f89606f26604 20:34:59 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:34:59 ---> Using cache 20:34:59 ---> be7d4cbb4d9c 20:34:59 Step 14/23 : ENV APP_PORT=59861 20:34:59 ---> Running in ed5ab14161af 20:34:59 Removing intermediate container ed5ab14161af 20:34:59 ---> f7df455ad069 20:34:59 Step 15/23 : EXPOSE $APP_PORT 20:34:59 ---> Running in 1fefbfa11cab 20:35:00 Removing intermediate container 1fefbfa11cab 20:35:00 ---> 1c1b3346320b 20:35:00 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:35:00 ---> a16094a8d250 20:35:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:35:01 Removing intermediate container aafc370f9887 20:35:01 ---> 336a4c4ba1c7 20:35:01 20:35:01 Step 9/22 : FROM alpine:3.14 20:35:01 ---> 0a97eee8041e 20:35:01 Step 10/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:35:01 ---> 4befe7283e4b 20:35:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:35:01 ---> Running in f637dfa30438 20:35:02 Removing intermediate container f637dfa30438 20:35:02 ---> 5957bf931c83 20:35:02 Step 11/22 : ENV APP_PORT=59880 20:35:02 ---> 1f0e26952d98 20:35:02 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 20:35:02 ---> Running in ebddb271c10e 20:35:02 ---> Running in cfc57e9cfef7 20:35:02 Removing intermediate container ebddb271c10e 20:35:02 ---> 53baaeafb3b3 20:35:02 Step 12/22 : EXPOSE $APP_PORT 20:35:02 ---> Running in 6d1736a7e8f4 20:35:02 Removing intermediate container cfc57e9cfef7 20:35:02 ---> 32c06338d86c 20:35:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:35:02 Removing intermediate container 6d1736a7e8f4 20:35:02 ---> f809b9e80059 20:35:02 Step 13/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:35:02 ---> Running in d2b01c53b969 20:35:02 ---> Running in a0c1fa861ba9 20:35:02 Removing intermediate container d2b01c53b969 20:35:02 ---> c430b9007324 20:35:02 Step 21/23 : LABEL arch=x86_64 20:35:02 ---> Running in 6f5bdc9e9b55 20:35:03 Removing intermediate container 6f5bdc9e9b55 20:35:03 ---> a0c796d1d939 20:35:03 Step 22/23 : LABEL git_sha=90fab29171a5ecec30d6896e20976802c05bec5f 20:35:03 ---> Running in 35fb617d82ce 20:35:03 Removing intermediate container 35fb617d82ce 20:35:03 ---> c52e66742fbf 20:35:03 Step 23/23 : LABEL version=0.0.0 20:35:03 ---> Running in 69ac3dc742b7 20:35:03 Removing intermediate container 69ac3dc742b7 20:35:03 ---> d1600865e8fe 20:35:03 20:35:03 Removing intermediate container a0c1fa861ba9 20:35:03 ---> f5924aaf0cfd 20:35:03 Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init 20:35:03 Successfully built d1600865e8fe 20:35:03 Successfully tagged support-scheduler:latest 20:35:03 Building core-metadata 20:35:03 ---> Running in 19fe696d034b 20:35:04  Building support-scheduler ... done fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 20:35:05 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 20:35:05 (1/6) Installing dumb-init (1.2.5-r1) 20:35:06 (2/6) Installing libgcc (10.3.1_git20210424-r2) 20:35:06 Digest: sha256:ef7bb7fae023a1c895370ace48e3f4d470fe2351752565cdf4b3488ecb4a1fa8 20:35:06 Status: Downloaded newer image for docker:20.10.10 20:35:06 ---> b706a049f56e 20:35:06 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 20:35:06 (3/6) Installing libsodium (1.0.18-r0) 20:35:06 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 20:35:06 (5/6) Installing libzmq (4.3.4-r0) 20:35:06 (6/6) Installing zeromq (4.3.4-r0) 20:35:06 Executing busybox-1.33.1-r6.trigger 20:35:07 OK: 8 MiB in 20 packages 20:35:08 ---> Running in a8e4b12c4cc8 20:35:08 Removing intermediate container a8e4b12c4cc8 20:35:08 ---> 4979998cd893 20:35:08 Step 12/22 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 20:35:08 ---> Running in fb45291d8c6d 20:35:08 Removing intermediate container 19fe696d034b 20:35:08 ---> 327e0b709162 20:35:08 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:35:09 ---> 1ec31916e916 20:35:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:35:09 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:35:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:35:09 ---> 74238e6cbe0a 20:35:09 Step 3/22 : WORKDIR /edgex-go 20:35:09 ---> Using cache 20:35:09 ---> f4019613c988 20:35:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:35:09 ---> Using cache 20:35:09 ---> 626781c9151d 20:35:09 Step 5/22 : RUN apk add --update --no-cache make git 20:35:09 ---> Using cache 20:35:09 ---> c2f3f3ce6c39 20:35:09 Step 6/22 : COPY . . 20:35:09 ---> Using cache 20:35:09 ---> a01b3bae94cf 20:35:09 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:35:09 ---> Using cache 20:35:09 ---> eccc6c9c9a9b 20:35:09 Step 8/22 : RUN make cmd/core-metadata/core-metadata 20:35:09 ---> Running in d9540f269c8e 20:35:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 20:35:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 20:35:10 ---> eb54eb4025ea 20:35:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:35:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:35:10 (1/42) Installing readline (8.1.0-r0) 20:35:10 (2/42) Installing bash (5.1.4-r0) 20:35:10 Executing bash-5.1.4-r0.post-install 20:35:10 (3/42) Installing brotli-libs (1.0.9-r5) 20:35:10 (4/42) Installing nghttp2-libs (1.43.0-r0) 20:35:10 (5/42) Installing libcurl (7.79.1-r0) 20:35:10 (6/42) Installing curl (7.79.1-r0) 20:35:10 (7/42) Installing dumb-init (1.2.5-r1) 20:35:10 (8/42) Installing libbz2 (1.0.8-r1) 20:35:10 (9/42) Installing expat (2.4.1-r0) 20:35:10 (10/42) Installing libffi (3.3-r2) 20:35:10 (11/42) Installing gdbm (1.19-r0) 20:35:10 (12/42) Installing xz-libs (5.2.5-r0) 20:35:10 (13/42) Installing libgcc (10.3.1_git20210424-r2) 20:35:10 (14/42) Installing libstdc++ (10.3.1_git20210424-r2) 20:35:10 (15/42) Installing mpdecimal (2.5.1-r1) 20:35:10 (16/42) Installing sqlite-libs (3.35.5-r0) 20:35:10 (17/42) Installing python3 (3.9.5-r2) 20:35:10 ---> c133303e4985 20:35:10 Step 18/22 : ENTRYPOINT ["/core-data"] 20:35:10 ---> Running in ee13f321b1d9 20:35:10 Removing intermediate container ee13f321b1d9 20:35:10 ---> f0ec8249e138 20:35:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:35:10 ---> Running in ff8ba3a8d2d3 20:35:11 Removing intermediate container ff8ba3a8d2d3 20:35:11 ---> e7a7561c45f3 20:35:11 Step 20/22 : LABEL arch=x86_64 20:35:11 ---> Running in 46015e45079d 20:35:11 (18/42) Installing py3-appdirs (1.4.4-r2) 20:35:11 (19/42) Installing py3-chardet (4.0.0-r2) 20:35:11 (20/42) Installing py3-idna (3.2-r0) 20:35:11 (21/42) Installing py3-urllib3 (1.26.5-r0) 20:35:11 (22/42) Installing py3-certifi (2020.12.5-r1) 20:35:11 (23/42) Installing py3-requests (2.25.1-r4) 20:35:11 (24/42) Installing py3-msgpack (1.0.2-r1) 20:35:11 (25/42) Installing py3-lockfile (0.12.2-r4) 20:35:11 (26/42) Installing py3-cachecontrol (0.12.6-r1) 20:35:11 (27/42) Installing py3-colorama (0.4.4-r1) 20:35:11 (28/42) Installing py3-contextlib2 (0.6.0-r1) 20:35:11 (29/42) Installing py3-distlib (0.3.1-r3) 20:35:11 Removing intermediate container 46015e45079d 20:35:11 ---> b7717f0ad16b 20:35:11 Step 21/22 : LABEL git_sha=90fab29171a5ecec30d6896e20976802c05bec5f 20:35:11 (30/42) Installing py3-distro (1.5.0-r3) 20:35:11 (31/42) Installing py3-six (1.15.0-r1) 20:35:11 (32/42) Installing py3-webencodings (0.5.1-r4) 20:35:11 (33/42) Installing py3-html5lib (1.1-r1) 20:35:11 ---> Running in 470f7ed8d6dd 20:35:11 (34/42) Installing py3-parsing (2.4.7-r2) 20:35:11 (35/42) Installing py3-packaging (20.9-r1) 20:35:11 (36/42) Installing py3-toml (0.10.2-r2) 20:35:11 (37/42) Installing py3-pep517 (0.10.0-r2) 20:35:11 (38/42) Installing py3-progress (1.5-r2) 20:35:11 (39/42) Installing py3-retrying (1.3.3-r1) 20:35:11 (40/42) Installing py3-ordered-set (4.0.2-r1) 20:35:11 (41/42) Installing py3-setuptools (52.0.0-r3) 20:35:11 (42/42) Installing py3-pip (20.3.4-r1) 20:35:11 Removing intermediate container 470f7ed8d6dd 20:35:11 ---> 6487815e8aca 20:35:11 Step 22/22 : LABEL version=0.0.0 20:35:11 ---> Running in 5e7432e874ac 20:35:12 Removing intermediate container 5e7432e874ac 20:35:12 ---> 924bef770328 20:35:12 20:35:12 Successfully built 924bef770328 20:35:12 Executing busybox-1.33.1-r6.trigger 20:35:12 Successfully tagged core-data:latest 20:35:12 Building security-secretstore-setup 20:35:12 OK: 84 MiB in 64 packages 20:35:13  Building core-data ... done Collecting docker-compose==1.23.2 20:35:13 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:35:13 Collecting docopt<0.7,>=0.6.1 20:35:13 Downloading docopt-0.6.2.tar.gz (25 kB) 20:35:14 Collecting websocket-client<1.0,>=0.32.0 20:35:14 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 20:35:14 Collecting cached-property<2,>=1.2.0 20:35:14 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:35:15 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:35:15 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:35:15 Collecting texttable<0.10,>=0.9.0 20:35:15 Downloading texttable-0.9.1.tar.gz (11 kB) 20:35:15 Collecting PyYAML<4,>=3.10 20:35:15 Downloading PyYAML-3.13.tar.gz (270 kB) 20:35:17 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:35:17 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:35:17 ---> 74238e6cbe0a 20:35:17 Step 3/24 : WORKDIR /edgex-go 20:35:17 ---> Using cache 20:35:17 ---> f4019613c988 20:35:17 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:35:17 ---> Using cache 20:35:17 ---> 626781c9151d 20:35:17 Step 5/24 : RUN apk add --update --no-cache make git 20:35:17 ---> Using cache 20:35:17 ---> c2f3f3ce6c39 20:35:17 Step 6/24 : COPY . . 20:35:17 ---> Using cache 20:35:17 ---> a01b3bae94cf 20:35:17 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:35:17 ---> Using cache 20:35:17 ---> eccc6c9c9a9b 20:35:17 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:35:17 Collecting jsonschema<3,>=2.5.1 20:35:17 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:35:17 Collecting dockerpty<0.5,>=0.4.1 20:35:17 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:35:18 ---> Running in 58602ac87aa0 20:35:18 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.15.0) 20:35:18 Collecting docker<4.0,>=3.6.0 20:35:18 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:35:18 Collecting docker-pycreds>=0.4.0 20:35:18 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:35:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:35:18 Collecting idna<2.8,>=2.5 20:35:18 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:35:18 Collecting chardet<3.1.0,>=3.0.2 20:35:18 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 20:35:19 Collecting urllib3<1.25,>=1.21.1 20:35:19 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:35:19 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) 20:35:19 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 20:35:19 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 20:35:19 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 20:35:19 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 20:35:19 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 20:35:19 Attempting uninstall: urllib3 20:35:19 Found existing installation: urllib3 1.26.5 20:35:19 Uninstalling urllib3-1.26.5: 20:35:19 Successfully uninstalled urllib3-1.26.5 20:35:19 Attempting uninstall: idna 20:35:19 Found existing installation: idna 3.2 20:35:19 Uninstalling idna-3.2: 20:35:19 Successfully uninstalled idna-3.2 20:35:20 Attempting uninstall: chardet 20:35:20 Found existing installation: chardet 4.0.0 20:35:20 Uninstalling chardet-4.0.0: 20:35:20 Successfully uninstalled chardet-4.0.0 20:35:20 Attempting uninstall: requests 20:35:20 Found existing installation: requests 2.25.1 20:35:20 Uninstalling requests-2.25.1: 20:35:20 Successfully uninstalled requests-2.25.1 20:35:21 Running setup.py install for texttable: started 20:35:21 Running setup.py install for texttable: finished with status 'done' 20:35:21 Running setup.py install for PyYAML: started 20:35:22 Running setup.py install for PyYAML: finished with status 'done' 20:35:22 Running setup.py install for docopt: started 20:35:23 Running setup.py install for docopt: finished with status 'done' 20:35:23 Running setup.py install for dockerpty: started 20:35:24 Running setup.py install for dockerpty: finished with status 'done' 20:35:24 Removing intermediate container d1beb46496f5 20:35:24 ---> 3b27230b3a3a 20:35:24 20:35:24 Step 9/30 : FROM alpine:3.14 20:35:24 ---> 0a97eee8041e 20:35:24 Step 10/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:35:25 ---> Running in da08d05723bb 20:35:25 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 20:35:25 Removing intermediate container da08d05723bb 20:35:25 ---> 8dbf319b32e6 20:35:25 Step 11/30 : RUN apk add --update --no-cache dumb-init su-exec 20:35:25 ---> Running in ca0a78d2209c 20:35:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 20:35:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 20:35:26 (1/2) Installing dumb-init (1.2.5-r1) 20:35:26 (2/2) Installing su-exec (0.2-r1) 20:35:26 Executing busybox-1.33.1-r6.trigger 20:35:26 OK: 6 MiB in 16 packages 20:35:28 Removing intermediate container ca0a78d2209c 20:35:28 ---> b299fb046548 20:35:28 Step 12/30 : ENV SECURITY_INIT_DIR /edgex-init 20:35:28 ---> Running in d1960e6b0083 20:35:28 Removing intermediate container d1960e6b0083 20:35:28 ---> c1df92e44b3e 20:35:28 Step 13/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:35:28 ---> Running in 24eab1f70782 20:35:29 Removing intermediate container 24eab1f70782 20:35:29 ---> 957785ee0ba0 20:35:29 Step 14/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:35:29 ---> Running in e46798855f33 20:35:29 Removing intermediate container fb45291d8c6d 20:35:29 ---> 65d63f006de8 20:35:29 Step 13/22 : ENV APP_PORT=58890 20:35:29 ---> Running in b09182de1fa2 20:35:29 Removing intermediate container b09182de1fa2 20:35:29 ---> 88dd063cceb7 20:35:29 Step 14/22 : EXPOSE $APP_PORT 20:35:29 ---> Running in f84dbf441909 20:35:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 20:35:30 Removing intermediate container f84dbf441909 20:35:30 ---> 90692570fc6b 20:35:30 Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:35:30 Removing intermediate container e46798855f33 20:35:30 ---> ffa041ec0fa5 20:35:30 Step 15/30 : WORKDIR ${SECURITY_INIT_DIR} 20:35:30 ---> Running in 1faf0f4de7cd 20:35:30 Removing intermediate container 1faf0f4de7cd 20:35:30 ---> e27a24e2b16b 20:35:30 Step 16/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:35:30 ---> 52ce02744b6a 20:35:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:35:30 ---> 9dcb94e8df87 20:35:30 Step 17/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:35:30 ---> Running in 578019f326a6 20:35:30 ---> b7d8fa573ebe 20:35:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:35:31 ---> fe12f697d947 20:35:31 Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] 20:35:31 ---> Running in 72859089eb60 20:35:31 Removing intermediate container 72859089eb60 20:35:31 ---> b2bf95e781ff 20:35:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:35:31 ---> Running in 8bb5bcf2e731 20:35:32 Removing intermediate container 8bb5bcf2e731 20:35:32 ---> ec4743ce4a50 20:35:32 Step 20/22 : LABEL arch=x86_64 20:35:32 ---> Running in 0eaf6f7ca3c0 20:35:32 Removing intermediate container 578019f326a6 20:35:32 ---> 310bbe05a575 20:35:32 Step 18/30 : COPY --from=builder /edgex-go/Attribution.txt / 20:35:32 Removing intermediate container 0eaf6f7ca3c0 20:35:32 ---> 63139cf79c28 20:35:32 Step 21/22 : LABEL git_sha=90fab29171a5ecec30d6896e20976802c05bec5f 20:35:32 ---> Running in 526f101d833a 20:35:32 Removing intermediate container 526f101d833a 20:35:32 ---> 1820b7d7e71a 20:35:32 Step 22/22 : LABEL version=0.0.0 20:35:32 ---> 64b823e174d2 20:35:32 Step 19/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:35:32 ---> Running in a4a4fe0d369b 20:35:32 Removing intermediate container a4a4fe0d369b 20:35:32 ---> 875623e56284 20:35:32 20:35:32 Successfully built 875623e56284 20:35:32 Successfully tagged sys-mgmt-agent:latest 20:35:32  Building sys-mgmt-agent ... done  ---> d46e5773ded9 20:35:32 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:35:33 ---> a4cdd9db3f25 20:35:33 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:35:33 ---> aeecc62820bb 20:35:33 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 20:35:33 ---> 8688c5415b80 20:35:33 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 20:35:33 ---> Running in 8490d970159c 20:35:33 Removing intermediate container 8490d970159c 20:35:33 ---> d14641632599 20:35:33 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:35:34 ---> e053075d0d2d 20:35:34 Step 25/30 : RUN chmod +x /entrypoint.sh 20:35:34 ---> Running in 4a75e2817a49 20:35:35 Removing intermediate container eb14d281ba6a 20:35:35 ---> 1ff693282ef9 20:35:35 20:35:35 Step 9/20 : FROM alpine:3.14 20:35:35 ---> 0a97eee8041e 20:35:35 Step 10/20 : RUN apk add --update --no-cache curl 20:35:35 ---> Running in 7c4df6f633c4 20:35:36 Removing intermediate container 4a75e2817a49 20:35:36 ---> 948bb7876ae2 20:35:36 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 20:35:36 ---> Running in 12914134f1f9 20:35:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 20:35:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 20:35:36 Removing intermediate container 12914134f1f9 20:35:36 ---> 283332094f66 20:35:36 Step 27/30 : CMD ["gate"] 20:35:36 ---> Running in e491c548a813 20:35:36 Removing intermediate container e491c548a813 20:35:36 ---> c112b46aafd3 20:35:36 Step 28/30 : LABEL arch=x86_64 20:35:36 ---> Running in fad2d63c63e1 20:35:37 (1/5) Installing ca-certificates (20191127-r5) 20:35:37 Removing intermediate container fad2d63c63e1 20:35:37 ---> a859c6788db8 20:35:37 Step 29/30 : LABEL git_sha=90fab29171a5ecec30d6896e20976802c05bec5f 20:35:37 (2/5) Installing brotli-libs (1.0.9-r5) 20:35:37 (3/5) Installing nghttp2-libs (1.43.0-r0) 20:35:37 (4/5) Installing libcurl (7.79.1-r0) 20:35:37 (5/5) Installing curl (7.79.1-r0) 20:35:37 Executing busybox-1.33.1-r6.trigger 20:35:37 Executing ca-certificates-20191127-r5.trigger 20:35:37 ---> Running in f85b3b6c6aa9 20:35:37 OK: 8 MiB in 19 packages 20:35:37 Removing intermediate container f85b3b6c6aa9 20:35:37 ---> a01f76edcae0 20:35:37 Step 30/30 : LABEL version=0.0.0 20:35:37 ---> Running in 836e25f2aabc 20:35:37 Removing intermediate container 836e25f2aabc 20:35:37 ---> b7a5a9b1947e 20:35:37 20:35:37 Removing intermediate container 7c4df6f633c4 20:35:37 ---> 9b1f33168ba9 20:35:37 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:35:37 Successfully built b7a5a9b1947e 20:35:37 Successfully tagged security-bootstrapper:latest 20:35:37  Building security-bootstrapper ... done  ---> Running in f1a9f90337be 20:35:38 Removing intermediate container f1a9f90337be 20:35:38 ---> 4aa17cdab1e4 20:35:38 Step 12/20 : WORKDIR /edgex 20:35:38 ---> Running in c14154d3f5be 20:35:38 Removing intermediate container c14154d3f5be 20:35:38 ---> 0c42d8e3e1d7 20:35:38 Step 13/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:35:38 Removing intermediate container 863c9801c84d 20:35:38 ---> 9759b6ba5a0f 20:35:38 Successfully built 9759b6ba5a0f 20:35:38 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:35:38 ---> 3e24531077d9 20:35:38 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:35:38 + docker inspect -f . ci-base-image-arm64 20:35:38 . [Pipeline] withDockerContainer 20:35:38 prd-ubuntu18.04-docker-arm64-4c-16g-1580 does not seem to be running inside a container 20:35:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 ******** ci-base-image-arm64 cat 20:35:39 ---> 951da99963e4 20:35:39 Step 15/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:35:40 ---> dfa83e7d601b 20:35:40 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:35:40 ---> Running in 5edf6b6e981a 20:35:40 Removing intermediate container 5edf6b6e981a 20:35:40 ---> feff756c3853 20:35:40 Step 17/20 : CMD ["--init=true"] 20:35:40 ---> Running in e0752f054d17 20:35:40 $ docker top da92d0be45c348eeb1e285adf7d529dbf17076db3da408ca67566c280159315c -eo pid,comm 20:35:40 Removing intermediate container e0752f054d17 20:35:40 ---> 45414931f42d 20:35:40 Step 18/20 : LABEL arch=x86_64 20:35:40 ---> Running in 4c645171cc95 20:35:40 Removing intermediate container 4c645171cc95 20:35:40 ---> 3fc0aafc41ff 20:35:40 Step 19/20 : LABEL git_sha=90fab29171a5ecec30d6896e20976802c05bec5f 20:35:40 ---> Running in 0bc6790a083f [Pipeline] { [Pipeline] sh 20:35:40 Removing intermediate container 0bc6790a083f 20:35:40 ---> 5a5b1b5f7897 20:35:40 Step 20/20 : LABEL version=0.0.0 20:35:40 ---> Running in fab5bca56835 20:35:40 Removing intermediate container fab5bca56835 20:35:40 ---> c325bda4198e 20:35:40 20:35:41 Successfully built c325bda4198e 20:35:41 Successfully tagged security-proxy-setup:latest 20:35:41 + go version 20:35:41 go version go1.17.6 linux/arm64 [Pipeline] } 20:35:41 $ docker stop --time=1 da92d0be45c348eeb1e285adf7d529dbf17076db3da408ca67566c280159315c 20:35:42 $ docker rm -f da92d0be45c348eeb1e285adf7d529dbf17076db3da408ca67566c280159315c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:35:43 + docker inspect -f . ci-base-image-arm64 20:35:43 . [Pipeline] withDockerContainer 20:35:43  Building security-proxy-setup ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:35:43 prd-ubuntu18.04-docker-arm64-4c-16g-1580 does not seem to be running inside a container 20:35:43 $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 ******** ci-base-image-arm64 cat 20:35:44 Removing intermediate container d9540f269c8e 20:35:44 ---> ffc68280875a 20:35:44 20:35:44 Step 9/22 : FROM alpine:3.14 20:35:44 ---> 0a97eee8041e 20:35:44 Step 10/22 : RUN apk add --update --no-cache dumb-init 20:35:44 ---> Using cache 20:35:44 ---> f89606f26604 20:35:44 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:35:44 ---> Using cache 20:35:44 ---> be7d4cbb4d9c 20:35:44 Step 12/22 : ENV APP_PORT=59881 20:35:44 ---> Running in 1888e2c2c018 20:35:44 Removing intermediate container 1888e2c2c018 20:35:44 ---> 0a7cd9bfad14 20:35:44 Step 13/22 : EXPOSE $APP_PORT 20:35:44 ---> Running in dfe62cd47bb1 20:35:44 Removing intermediate container dfe62cd47bb1 20:35:44 ---> 90bc32a7886f 20:35:44 Step 14/22 : WORKDIR / 20:35:44 ---> Running in 154cf085dc70 20:35:44 Removing intermediate container 154cf085dc70 20:35:44 ---> e47ea2a594cb 20:35:44 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:35:45 ---> 285afa30bc5d 20:35:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:35:45 $ docker top cd805a261aa22be5cc90f1c1f499495d26df21578d31b21ea9a3fa3672f1bcba -eo pid,comm 20:35:45 Removing intermediate container 58602ac87aa0 20:35:45 ---> b1d871d8b0c9 20:35:45 20:35:45 Step 9/24 : FROM alpine:3.14 20:35:45 ---> 0a97eee8041e 20:35:45 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:35:45 ---> Running in 7b2e91b77830 [Pipeline] { [Pipeline] echo 20:35:45 ========================================================= 20:35:45 [edgeXBuildGoParallel] Running Tests and Build... 20:35:45 ========================================================= [Pipeline] fileExists [Pipeline] sh 20:35:45 ---> 0c7d3e924fdf 20:35:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:35:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 20:35:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 20:35:45 ---> e20304bdd63e 20:35:45 Step 18/22 : ENTRYPOINT ["/core-metadata"] 20:35:45 ---> Running in 41a010c3ce5c 20:35:45 Removing intermediate container 41a010c3ce5c 20:35:45 ---> 724210fcec85 20:35:45 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:35:45 ---> Running in 916a1a865a3f 20:35:45 (1/3) Installing ca-certificates (20191127-r5) 20:35:45 (2/3) Installing dumb-init (1.2.5-r1) 20:35:45 (3/3) Installing su-exec (0.2-r1) 20:35:45 Executing busybox-1.33.1-r6.trigger 20:35:45 Executing ca-certificates-20191127-r5.trigger 20:35:45 OK: 6 MiB in 17 packages 20:35:45 Removing intermediate container 916a1a865a3f 20:35:45 ---> 4e78fe6f3414 20:35:45 Step 20/22 : LABEL arch=x86_64 20:35:45 ---> Running in cd85fb6472d8 20:35:46 Removing intermediate container cd85fb6472d8 20:35:46 ---> bce835363472 20:35:46 Step 21/22 : LABEL git_sha=90fab29171a5ecec30d6896e20976802c05bec5f 20:35:46 ---> Running in eb3e64f65d19 20:35:46 Removing intermediate container eb3e64f65d19 20:35:46 ---> f2cc1781ee83 20:35:46 Step 22/22 : LABEL version=0.0.0 20:35:46 ---> Running in 757bfef4f0b3 20:35:46 Removing intermediate container 7b2e91b77830 20:35:46 ---> 33a891efb483 20:35:46 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:35:46 + make test 20:35:46 go mod tidy 20:35:46 ---> Running in 105c762a8739 20:35:46 Removing intermediate container 757bfef4f0b3 20:35:46 ---> 84e7306b05fb 20:35:46 20:35:46 Removing intermediate container 105c762a8739 20:35:46 ---> 42230e67db54 20:35:46 Step 12/24 : WORKDIR / 20:35:46 Successfully built 84e7306b05fb 20:35:46 Successfully tagged core-metadata:latest 20:35:46  Building core-metadata ... done  ---> Running in 15e21923e5a0 20:35:46 Removing intermediate container 15e21923e5a0 20:35:46 ---> 9274e4b4e93c 20:35:46 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:35:46 ---> e1c5327ddfd4 20:35:46 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:35:46 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:35:46 ---> 0d4d4cf0e9c9 20:35:46 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:35:46 ---> 689ee11ea264 20:35:46 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 20:35:47 ---> ee8a8c9fb3ba 20:35:47 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:35:47 ---> 43a6e00e217b 20:35:47 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:35:47 ---> 0c8963080436 20:35:47 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:35:48 ---> a48cd26a7527 20:35:48 Step 20/24 : 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/ 20:35:48 ---> Running in 2bdea62e3d29 20:35:48 Removing intermediate container 2bdea62e3d29 20:35:48 ---> 455fc6d391fb 20:35:48 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:35:48 ---> Running in f5b02dcd59ba 20:35:48 Removing intermediate container f5b02dcd59ba 20:35:48 ---> 6395cbfc7caf 20:35:48 Step 22/24 : LABEL arch=x86_64 20:35:48 ---> Running in f4b51cd9e5dd 20:35:48 Removing intermediate container f4b51cd9e5dd 20:35:48 ---> ebf5978f4e4f 20:35:48 Step 23/24 : LABEL git_sha=90fab29171a5ecec30d6896e20976802c05bec5f 20:35:48 ---> Running in 6b5b86338047 20:35:48 Removing intermediate container 6b5b86338047 20:35:48 ---> f6fdc56151a7 20:35:48 Step 24/24 : LABEL version=0.0.0 20:35:48 ---> Running in 048890178e52 20:35:48 Removing intermediate container 048890178e52 20:35:48 ---> 604c70971b7e 20:35:48 20:35:48 Successfully built 604c70971b7e 20:35:48 Successfully tagged security-secretstore-setup:latest 20:35:48  Building security-secretstore-setup ... done  [Pipeline] } 20:35:48 $ docker stop --time=1 392d6227bd923ad0cf0514ba4b54ffe941ae5f1717e5a5b7e90c2b4297de749b 20:35:50 $ docker rm -f 392d6227bd923ad0cf0514ba4b54ffe941ae5f1717e5a5b7e90c2b4297de749b [Pipeline] // withDockerContainer [Pipeline] sh 20:35:50 + docker images 20:35:50 REPOSITORY TAG IMAGE ID CREATED SIZE 20:35:50 security-secretstore-setup latest 604c70971b7e 2 seconds ago 27.8MB 20:35:50 core-metadata latest 84e7306b05fb 4 seconds ago 16.5MB 20:35:50 b1d871d8b0c9 6 seconds ago 1.78GB 20:35:50 ffc68280875a 7 seconds ago 1.78GB 20:35:50 security-proxy-setup latest c325bda4198e 10 seconds ago 26.1MB 20:35:50 security-bootstrapper latest b7a5a9b1947e 13 seconds ago 18.7MB 20:35:50 1ff693282ef9 15 seconds ago 1.78GB 20:35:50 sys-mgmt-agent latest 875623e56284 18 seconds ago 296MB 20:35:50 3b27230b3a3a 26 seconds ago 1.77GB 20:35:50 core-data latest 924bef770328 39 seconds ago 19.9MB 20:35:50 support-scheduler latest d1600865e8fe 47 seconds ago 15.9MB 20:35:50 336a4c4ba1c7 49 seconds ago 1.78GB 20:35:50 56c4c06d6b46 52 seconds ago 1.77GB 20:35:50 beafd05e4992 54 seconds ago 1.77GB 20:35:50 support-notifications latest cf6ff9a9e082 About a minute ago 16.6MB 20:35:50 24d4b6d83db6 About a minute ago 1.77GB 20:35:50 core-command latest 1a63e13cf531 About a minute ago 15.7MB 20:35:50 47360117f2d2 About a minute ago 1.77GB 20:35:50 ci-base-image-x86_64 latest 74238e6cbe0a 5 minutes ago 1.27GB 20:35:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine dd4a08f94e63 4 days ago 562MB 20:35:50 docker 20.10.10 b706a049f56e 2 months ago 216MB 20:35:50 alpine 3.14 0a97eee8041e 2 months ago 5.61MB 20:35:50 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 3 months ago 34.5MB 20:35:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 18 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 20:36:05 Still waiting to schedule task 20:36:05 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 20:36:19 ? github.com/edgexfoundry/edgex-go [no test files] 20:37:15 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:37:17 Running on prd-ubuntu18.04-docker-8c-8g-1582 in /w/workspace/edgexfoundry_edgex-go_PR-3848 [Pipeline] { [Pipeline] ws 20:37:17 Running in /w/workspace/edgex-go/12 [Pipeline] { [Pipeline] checkout 20:37:17 The recommended git tool is: git 20:37:19 using credential edgex-jenkins-ssh 20:37:19 Cloning the remote Git repository 20:37:19 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:37:19 > git init /w/workspace/edgex-go/12 # timeout=10 20:37:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:37:19 > git --version # timeout=10 20:37:19 > git --version # 'git version 2.17.1' 20:37:19 using GIT_SSH to set credentials SSH Credentials for GitHub 20:37:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:37:22 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:37:23 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:37:24 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:37:24 Merging remotes/origin/main commit 3acce916edd26c48cc534c43f5f6a7ed858771e5 into PR head commit dd593491210a36411325267f9a36c518a4519b50 20:37:24 Merge succeeded, producing e6216521e0b27e1dca93953dd6e6a1a3b11f65ee 20:37:24 Checking out Revision e6216521e0b27e1dca93953dd6e6a1a3b11f65ee (PR-3848) 20:37:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:37:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:37:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:37:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:37:23 using GIT_SSH to set credentials SSH Credentials for GitHub 20:37:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3848/head:refs/remotes/origin/PR-3848 +refs/heads/main:refs/remotes/origin/main # timeout=10 20:37:24 > git config core.sparsecheckout # timeout=10 20:37:24 > git checkout -f dd593491210a36411325267f9a36c518a4519b50 # timeout=10 20:37:24 > git remote # timeout=10 20:37:24 > git config --get remote.origin.url # timeout=10 20:37:24 using GIT_SSH to set credentials SSH Credentials for GitHub 20:37:24 > git merge 3acce916edd26c48cc534c43f5f6a7ed858771e5 # timeout=10 20:37:24 > git rev-parse HEAD^{commit} # timeout=10 20:37:24 > git config core.sparsecheckout # timeout=10 20:37:24 > git checkout -f e6216521e0b27e1dca93953dd6e6a1a3b11f65ee # timeout=10 20:37:27 Commit message: "Merge commit '3acce916edd26c48cc534c43f5f6a7ed858771e5' into HEAD" 20:37:27 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:37:28 + echo snap-build.sh 20:37:28 snap-build.sh 20:37:28 + SNAP_BASE_DIR=. 20:37:28 + '[' '!' -z /w/workspace/edgex-go/12 ']' 20:37:28 + SNAP_BASE_DIR=/w/workspace/edgex-go/12 20:37:28 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/12]' 20:37:28 [snap-build] Building snap in dir [/w/workspace/edgex-go/12] 20:37:28 + cd /w/workspace/edgex-go/12 20:37:28 + sudo apt-get remove -qy --purge lxd lxd-client 20:37:28 Reading package lists... 20:37:28 Building dependency tree... 20:37:28 Reading state information... 20:37:28 The following packages were automatically installed and are no longer required: 20:37:28 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 20:37:28 uidmap xdelta3 20:37:28 Use 'sudo apt autoremove' to remove them. 20:37:28 The following packages will be REMOVED: 20:37:28 lxd* lxd-client* 20:37:28 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 20:37:27 > git rev-list --no-walk b19f63670286389f3a63a70ea5bcbbfaedb5d4fc # timeout=10 20:37:29 After this operation, 31.7 MB disk space will be freed. 20:37:29 (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.) 20:37:29 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 20:37:30 Removing lxd dnsmasq configuration 20:37:30 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 20:37:30 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 20:37:31 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 20:37:31 (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.) 20:37:31 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 20:37:32 Processing triggers for systemd (237-3ubuntu10.52) ... 20:37:33 Processing triggers for ureadahead (0.100.0-21) ... 20:37:33 + sudo snap remove --purge lxd 20:37:33 snap "lxd" is not installed 20:37:33 + sudo groupadd --force --system lxd 20:37:33 ++ whoami 20:37:33 + sudo /usr/sbin/usermod -G lxd -a jenkins 20:37:33 + newgrp - lxd 20:37:33 + sudo snap install lxd 20:37:36 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:37:36 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:37:36 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:37:36 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:37:36 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:37:36 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:37:36 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:37:36 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:37:36 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:37:36 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 20:37:43 2022-01-15T20:37:40Z INFO Waiting for automatic snapd restart... 20:37:44 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.173s coverage: 28.7% of statements 20:37:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:37:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:37:49 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.326s coverage: 98.5% of statements 20:37:49 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:37:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.404s coverage: 44.7% of statements 20:37:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:37:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:37:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.622s coverage: 89.5% of statements 20:37:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 20:37:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 20:37:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.293s coverage: 84.4% of statements 20:37:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:37:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:37:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 20:37:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:37:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:38:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.699s coverage: 94.2% of statements 20:38:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 20:38:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 20:38:03 ok github.com/edgexfoundry/edgex-go/internal/io 0.242s coverage: 59.1% of statements 20:38:03 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:38:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 20:38:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 20:38:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:38:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:38:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.195s coverage: 60.0% of statements 20:38:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:38:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:38:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:38:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.384s coverage: 0.9% of statements 20:38:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:38:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.183s coverage: 58.8% of statements 20:38:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.185s coverage: 21.7% of statements 20:38:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.355s coverage: 47.1% of statements 20:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.415s coverage: 79.5% of statements 20:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.262s coverage: 94.1% of statements 20:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.209s coverage: 96.3% of statements 20:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.207s coverage: 87.5% of statements 20:38:05 lxd 4.21 from Canonical* installed 20:38:05 + sudo lxd init --auto 20:38:13 + sudo snap install --classic snapcraft 20:38:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.247s coverage: 94.4% of statements 20:38:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.182s coverage: 44.8% of statements 20:38:20 snapcraft 6.0.2 from Canonical* installed 20:38:20 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 20:38:20 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 20:38:20 % Total % Received % Xferd Average Speed Time Time Time Current 20:38:20 Dload Upload Total Spent Left Speed 20:38:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 658 100 658 0 0 4386 0 --:--:-- --:--:-- --:--:-- 4386 20:38:20 100 3325k 100 3325k 0 0 8271k 0 --:--:-- --:--:-- --:--:-- 8271k 20:38:20 ./yq_linux_amd64 20:38:20 + sudo snapcraft prime --use-lxd 20:38:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.641s coverage: 82.5% of statements 20:38:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:38:21 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 20:38:21 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: 20:38:21 - README.md 20:38:21 20:38:21 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 20:38:22 Launching a container. 20:38:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.262s coverage: 92.9% of statements 20:38:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:38:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:38:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:38:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.074s coverage: 65.1% of statements 20:38:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:38:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:38:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:38:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:38:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:38:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.191s coverage: 87.2% of statements 20:38:28 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:38:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:38:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.170s coverage: 100.0% of statements 20:38:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:38:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.271s coverage: 58.8% of statements 20:38:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:38:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.283s coverage: 80.0% of statements 20:38:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.209s coverage: 87.2% of statements 20:38:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.286s coverage: 85.4% of statements 20:38:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.781s coverage: 91.2% of statements 20:38:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:38:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.789s coverage: 64.4% of statements 20:38:28 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:38:28 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:38:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.195s coverage: 100.0% of statements 20:38:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.116s coverage: 89.4% of statements 20:38:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.115s coverage: 100.0% of statements 20:38:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.106s coverage: 73.7% of statements 20:38:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.087s coverage: 100.0% of statements 20:38:32 Waiting for container to be ready 20:38:32 To start your first container, try: lxc launch ubuntu:20.04 20:38:32 Or for a virtual machine: lxc launch ubuntu:20.04 --vm 20:38:32 20:38:35 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.321s coverage: 65.4% of statements 20:38:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:38:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:38:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:38:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.746s coverage: 43.8% of statements 20:38:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:38:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:38:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.241s coverage: 89.5% of statements 20:38:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:38:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.223s coverage: 84.8% of statements 20:38:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:38:37 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 20:38:38 Waiting for network to be ready... 20:38:38 Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 20:38:38 Get:2 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB] 20:38:38 Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 20:38:39 Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1135 kB] 20:38:39 Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [970 kB] 20:38:39 Get:6 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [205 kB] 20:38:39 Get:7 http://archive.ubuntu.com/ubuntu focal/main Translation-en [506 kB] 20:38:39 Get:8 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [21.8 kB] 20:38:39 Get:9 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [4948 B] 20:38:39 Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [643 kB] 20:38:39 Get:11 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [144 kB] 20:38:39 Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [91.7 kB] 20:38:39 Get:13 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [675 kB] 20:38:39 Get:14 http://archive.ubuntu.com/ubuntu focal/multiverse Translation-en [104 kB] 20:38:39 Get:15 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [22.0 kB] 20:38:39 Get:16 http://archive.ubuntu.com/ubuntu focal/restricted Translation-en [6212 B] 20:38:39 Get:17 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [8628 kB] 20:38:39 Get:18 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [115 kB] 20:38:39 Get:19 http://archive.ubuntu.com/ubuntu focal/universe Translation-en [5124 kB] 20:38:39 Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1469 kB] 20:38:39 Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [291 kB] 20:38:39 Get:22 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [24.8 kB] 20:38:39 Get:23 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [6928 B] 20:38:39 Get:24 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [694 kB] 20:38:39 Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [99.0 kB] 20:38:39 Get:26 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [892 kB] 20:38:40 Get:27 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [196 kB] 20:38:42 Fetched 22.6 MB in 4s (5861 kB/s) 20:38:43 Reading package lists... 20:38:43 Reading package lists... 20:38:43 Building dependency tree... 20:38:43 Reading state information... 20:38:43 The following additional packages will be installed: 20:38:43 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 20:38:43 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 20:38:43 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 20:38:43 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 20:38:43 Suggested packages: 20:38:43 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 20:38:43 Recommended packages: 20:38:43 gnupg libsasl2-modules 20:38:43 The following NEW packages will be installed: 20:38:43 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 20:38:43 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 20:38:43 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 20:38:43 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 20:38:43 The following packages will be upgraded: 20:38:43 gpg gpg-agent gpgconf libudev1 20:38:43 4 upgraded, 18 newly installed, 0 to remove and 81 not upgraded. 20:38:43 Need to get 3859 kB of archives. 20:38:43 After this operation, 14.9 MB of additional disk space will be used. 20:38:43 Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 libudev1 amd64 245.4-4ubuntu3.15 [77.2 kB] 20:38:43 Get:2 http://security.ubuntu.com/ubuntu focal-security/main amd64 udev amd64 245.4-4ubuntu3.15 [1364 kB] 20:38:43 Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libfuse2 amd64 2.9.9-3 [82.0 kB] 20:38:44 Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 fuse amd64 2.9.9-3 [26.0 kB] 20:38:44 Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg amd64 2.2.19-3ubuntu2.1 [483 kB] 20:38:44 Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgconf amd64 2.2.19-3ubuntu2.1 [124 kB] 20:38:44 Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-agent amd64 2.2.19-3ubuntu2.1 [232 kB] 20:38:44 Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 20:38:44 Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-1ubuntu1 [41.8 kB] 20:38:44 Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-1ubuntu1 [181 kB] 20:38:44 Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-1ubuntu1 [29.7 kB] 20:38:44 Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-1ubuntu1 [87.9 kB] 20:38:44 Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [48.0 kB] 20:38:44 Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-1ubuntu1 [107 kB] 20:38:44 Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-1ubuntu1 [208 kB] 20:38:44 Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [15.1 kB] 20:38:44 Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-1ubuntu1 [96.1 kB] 20:38:44 Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2 [14.9 kB] 20:38:44 Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2 [49.3 kB] 20:38:44 Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-common all 2.4.49+dfsg-2ubuntu1.8 [16.6 kB] 20:38:44 Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.8 [155 kB] 20:38:44 Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dirmngr amd64 2.2.19-3ubuntu2.1 [329 kB] 20:38:44 debconf: delaying package configuration, since apt-utils is not installed 20:38:44 Fetched 3859 kB in 1s (3544 kB/s) 20:38:44 (Reading database ... 12816 files and directories currently installed.) 20:38:44 Preparing to unpack .../libudev1_245.4-4ubuntu3.15_amd64.deb ... 20:38:44 Unpacking libudev1:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... 20:38:44 Setting up libudev1:amd64 (245.4-4ubuntu3.15) ... 20:38:44 Selecting previously unselected package udev. 20:38:44 (Reading database ... 12816 files and directories currently installed.) 20:38:44 Preparing to unpack .../00-udev_245.4-4ubuntu3.15_amd64.deb ... 20:38:44 Unpacking udev (245.4-4ubuntu3.15) ... 20:38:45 Selecting previously unselected package libfuse2:amd64. 20:38:45 Preparing to unpack .../01-libfuse2_2.9.9-3_amd64.deb ... 20:38:45 Unpacking libfuse2:amd64 (2.9.9-3) ... 20:38:45 Selecting previously unselected package fuse. 20:38:45 Preparing to unpack .../02-fuse_2.9.9-3_amd64.deb ... 20:38:45 Unpacking fuse (2.9.9-3) ... 20:38:45 Preparing to unpack .../03-gpg_2.2.19-3ubuntu2.1_amd64.deb ... 20:38:45 Unpacking gpg (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... 20:38:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.244s coverage: 17.7% of statements 20:38:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:38:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:38:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:38:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:38:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.651s coverage: 92.3% of statements 20:38:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:38:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:38:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:38:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:38:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.215s coverage: 63.2% of statements 20:38:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:38:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:38:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.390s coverage: 97.7% of statements 20:38:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:38:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:38:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:38:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 20:38:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.178s coverage: 28.9% of statements 20:38:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 20:38:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 20:38:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:38:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:38:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 20:38:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:38:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.180s coverage: 100.0% of statements 20:38:45 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 96.9% of statements 20:38:45 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 20:38:45 WARNING: Linting skipped (not on x86_64 or linter not installed) 20:38:45 GO111MODULE=on go vet ./... 20:38:45 Preparing to unpack .../04-gpgconf_2.2.19-3ubuntu2.1_amd64.deb ... 20:38:45 Unpacking gpgconf (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... 20:38:45 Preparing to unpack .../05-gpg-agent_2.2.19-3ubuntu2.1_amd64.deb ... 20:38:45 Unpacking gpg-agent (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... 20:38:45 Selecting previously unselected package libksba8:amd64. 20:38:45 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 20:38:45 Unpacking libksba8:amd64 (1.3.5-2) ... 20:38:45 Selecting previously unselected package libroken18-heimdal:amd64. 20:38:45 Preparing to unpack .../07-libroken18-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 20:38:45 Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 20:38:45 Selecting previously unselected package libasn1-8-heimdal:amd64. 20:38:45 Preparing to unpack .../08-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 20:38:45 Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 20:38:45 Selecting previously unselected package libheimbase1-heimdal:amd64. 20:38:45 Preparing to unpack .../09-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 20:38:45 Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 20:38:45 Selecting previously unselected package libhcrypto4-heimdal:amd64. 20:38:45 Preparing to unpack .../10-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 20:38:45 Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 20:38:45 Selecting previously unselected package libwind0-heimdal:amd64. 20:38:45 Preparing to unpack .../11-libwind0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 20:38:45 Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 20:38:46 Selecting previously unselected package libhx509-5-heimdal:amd64. 20:38:46 Preparing to unpack .../12-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 20:38:46 Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 20:38:46 Selecting previously unselected package libkrb5-26-heimdal:amd64. 20:38:46 Preparing to unpack .../13-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 20:38:46 Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 20:38:46 Selecting previously unselected package libheimntlm0-heimdal:amd64. 20:38:46 Preparing to unpack .../14-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 20:38:46 Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 20:38:46 Selecting previously unselected package libgssapi3-heimdal:amd64. 20:38:46 Preparing to unpack .../15-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 20:38:46 Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 20:38:46 Selecting previously unselected package libsasl2-modules-db:amd64. 20:38:46 Preparing to unpack .../16-libsasl2-modules-db_2.1.27+dfsg-2_amd64.deb ... 20:38:46 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2) ... 20:38:46 Selecting previously unselected package libsasl2-2:amd64. 20:38:46 Preparing to unpack .../17-libsasl2-2_2.1.27+dfsg-2_amd64.deb ... 20:38:46 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2) ... 20:38:46 Selecting previously unselected package libldap-common. 20:38:46 Preparing to unpack .../18-libldap-common_2.4.49+dfsg-2ubuntu1.8_all.deb ... 20:38:46 Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.8) ... 20:38:46 Selecting previously unselected package libldap-2.4-2:amd64. 20:38:46 Preparing to unpack .../19-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb ... 20:38:46 Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ... 20:38:46 Selecting previously unselected package dirmngr. 20:38:46 Preparing to unpack .../20-dirmngr_2.2.19-3ubuntu2.1_amd64.deb ... 20:38:46 Unpacking dirmngr (2.2.19-3ubuntu2.1) ... 20:38:46 Setting up libksba8:amd64 (1.3.5-2) ... 20:38:46 Setting up libfuse2:amd64 (2.9.9-3) ... 20:38:46 Setting up libldap-common (2.4.49+dfsg-2ubuntu1.8) ... 20:38:46 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2) ... 20:38:46 Setting up udev (245.4-4ubuntu3.15) ... 20:38:47 invoke-rc.d: policy-rc.d denied execution of start. 20:38:47 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2) ... 20:38:47 Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 20:38:47 Setting up gpgconf (2.2.19-3ubuntu2.1) ... 20:38:47 Setting up gpg (2.2.19-3ubuntu2.1) ... 20:38:47 Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 20:38:47 Setting up fuse (2.9.9-3) ... 20:38:47 Setting up gpg-agent (2.2.19-3ubuntu2.1) ... 20:38:47 Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 20:38:47 Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 20:38:47 Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 20:38:47 Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 20:38:47 Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 20:38:47 Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 20:38:47 Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 20:38:47 Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ... 20:38:47 Setting up dirmngr (2.2.19-3ubuntu2.1) ... 20:38:47 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket. 20:38:48 Processing triggers for systemd (245.4-4ubuntu3) ... 20:38:48 Processing triggers for libc-bin (2.31-0ubuntu9) ... 20:38:48 The unit files have no installation config (WantedBy=, RequiredBy=, Also=, 20:38:48 Alias= settings in the [Install] section, and DefaultInstance= for template 20:38:48 units). This means they are not meant to be enabled using systemctl. 20:38:48 20:38:48 Possible reasons for having this kind of units are: 20:38:48 • A unit may be statically enabled by being symlinked from another unit's 20:38:48 .wants/ or .requires/ directory. 20:38:48 • A unit's purpose may be to act as a helper for some other unit which has 20:38:48 a requirement dependency on it. 20:38:48 • A unit may be started when needed via activation (socket, path, timer, 20:38:48 D-Bus, udev, scripted systemctl call, ...). 20:38:48 • In case of template units, the unit is meant to be enabled with some 20:38:48 instance name specified. 20:38:49 Reading package lists... 20:38:49 Building dependency tree... 20:38:49 Reading state information... 20:38:49 The following additional packages will be installed: 20:38:49 apparmor libbsd0 libcbor0.6 libedit2 libexpat1 libfido2-1 libgssapi-krb5-2 20:38:49 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 20:38:49 libpython3-stdlib libpython3.8-minimal libpython3.8-stdlib mime-support 20:38:49 openssh-client python3 python3-minimal python3.8 python3.8-minimal 20:38:49 squashfs-tools 20:38:49 Suggested packages: 20:38:49 apparmor-profiles-extra apparmor-utils krb5-doc krb5-user keychain 20:38:49 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 20:38:49 python3.8-venv python3.8-doc binfmt-support zenity | kdialog 20:38:49 Recommended packages: 20:38:49 krb5-locales file xauth gnupg 20:38:49 The following NEW packages will be installed: 20:38:49 apparmor libbsd0 libcbor0.6 libedit2 libexpat1 libfido2-1 libgssapi-krb5-2 20:38:49 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 20:38:49 libpython3-stdlib libpython3.8-minimal libpython3.8-stdlib mime-support 20:38:49 openssh-client python3 python3-minimal python3.8 python3.8-minimal snapd 20:38:49 squashfs-tools sudo 20:38:49 0 upgraded, 25 newly installed, 0 to remove and 81 not upgraded. 20:38:49 Need to get 38.0 MB of archives. 20:38:49 After this operation, 166 MB of additional disk space will be used. 20:38:49 Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpython3.8-minimal amd64 3.8.10-0ubuntu1~20.04.2 [717 kB] 20:38:49 Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libexpat1 amd64 2.2.9-1build1 [73.3 kB] 20:38:49 Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-minimal amd64 3.8.2-0ubuntu2 [23.6 kB] 20:38:49 Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 mime-support all 3.64ubuntu1 [30.6 kB] 20:38:49 Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpdec2 amd64 2.4.2-3 [81.1 kB] 20:38:50 Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 libpython3-stdlib amd64 3.8.2-0ubuntu2 [7068 B] 20:38:50 Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 python3 amd64 3.8.2-0ubuntu2 [47.6 kB] 20:38:50 Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 libbsd0 amd64 0.10.0-1 [45.4 kB] 20:38:50 Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 apparmor amd64 2.13.3-7ubuntu5.1 [494 kB] 20:38:50 Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libcbor0.6 amd64 0.6.0-0ubuntu1 [21.1 kB] 20:38:50 Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 libedit2 amd64 3.1-20191231-1 [87.0 kB] 20:38:50 Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 libfido2-1 amd64 1.3.1-1ubuntu2 [47.9 kB] 20:38:50 Get:13 http://security.ubuntu.com/ubuntu focal-security/main amd64 python3.8-minimal amd64 3.8.10-0ubuntu1~20.04.2 [1900 kB] 20:38:50 Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libkeyutils1 amd64 1.6-6ubuntu1 [10.2 kB] 20:38:50 Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.4 [671 kB] 20:38:50 Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 liblzo2-2 amd64 2.10-2 [50.8 kB] 20:38:50 Get:17 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 snapd amd64 2.51.1+20.04ubuntu2 [30.4 MB] 20:38:50 Get:18 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpython3.8-stdlib amd64 3.8.10-0ubuntu1~20.04.2 [1675 kB] 20:38:50 Get:19 http://security.ubuntu.com/ubuntu focal-security/main amd64 python3.8 amd64 3.8.10-0ubuntu1~20.04.2 [387 kB] 20:38:50 Get:20 http://security.ubuntu.com/ubuntu focal-security/main amd64 sudo amd64 1.8.31-1ubuntu1.2 [514 kB] 20:38:50 Get:21 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5support0 amd64 1.17-6ubuntu4.1 [30.9 kB] 20:38:50 Get:22 http://security.ubuntu.com/ubuntu focal-security/main amd64 libk5crypto3 amd64 1.17-6ubuntu4.1 [79.9 kB] 20:38:50 Get:23 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5-3 amd64 1.17-6ubuntu4.1 [330 kB] 20:38:50 Get:24 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgssapi-krb5-2 amd64 1.17-6ubuntu4.1 [121 kB] 20:38:50 Get:25 http://security.ubuntu.com/ubuntu focal-security/main amd64 squashfs-tools amd64 1:4.4-1ubuntu0.3 [117 kB] 20:38:51 debconf: delaying package configuration, since apt-utils is not installed 20:38:51 Fetched 38.0 MB in 2s (20.3 MB/s) 20:38:51 Selecting previously unselected package libpython3.8-minimal:amd64. 20:38:51 (Reading database ... 13067 files and directories currently installed.) 20:38:51 Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.2_amd64.deb ... 20:38:51 Unpacking libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.2) ... 20:38:51 Selecting previously unselected package libexpat1:amd64. 20:38:51 Preparing to unpack .../libexpat1_2.2.9-1build1_amd64.deb ... 20:38:51 Unpacking libexpat1:amd64 (2.2.9-1build1) ... 20:38:51 Selecting previously unselected package python3.8-minimal. 20:38:51 Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.2_amd64.deb ... 20:38:51 Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.2) ... 20:38:51 Setting up libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.2) ... 20:38:51 Setting up libexpat1:amd64 (2.2.9-1build1) ... 20:38:51 Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.2) ... 20:38:52 Selecting previously unselected package python3-minimal. 20:38:52 (Reading database ... 13358 files and directories currently installed.) 20:38:52 Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_amd64.deb ... 20:38:52 Unpacking python3-minimal (3.8.2-0ubuntu2) ... 20:38:52 Selecting previously unselected package mime-support. 20:38:52 Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ... 20:38:52 Unpacking mime-support (3.64ubuntu1) ... 20:38:52 Selecting previously unselected package libmpdec2:amd64. 20:38:52 Preparing to unpack .../2-libmpdec2_2.4.2-3_amd64.deb ... 20:38:52 Unpacking libmpdec2:amd64 (2.4.2-3) ... 20:38:52 Selecting previously unselected package libpython3.8-stdlib:amd64. 20:38:52 Preparing to unpack .../3-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.2_amd64.deb ... 20:38:52 Unpacking libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.2) ... 20:38:52 Selecting previously unselected package python3.8. 20:38:52 Preparing to unpack .../4-python3.8_3.8.10-0ubuntu1~20.04.2_amd64.deb ... 20:38:52 Unpacking python3.8 (3.8.10-0ubuntu1~20.04.2) ... 20:38:52 Selecting previously unselected package libpython3-stdlib:amd64. 20:38:52 Preparing to unpack .../5-libpython3-stdlib_3.8.2-0ubuntu2_amd64.deb ... 20:38:52 Unpacking libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ... 20:38:52 Setting up python3-minimal (3.8.2-0ubuntu2) ... 20:38:53 Selecting previously unselected package python3. 20:38:53 (Reading database ... 13760 files and directories currently installed.) 20:38:53 Preparing to unpack .../00-python3_3.8.2-0ubuntu2_amd64.deb ... 20:38:53 Unpacking python3 (3.8.2-0ubuntu2) ... 20:38:53 Selecting previously unselected package libbsd0:amd64. 20:38:53 Preparing to unpack .../01-libbsd0_0.10.0-1_amd64.deb ... 20:38:53 Unpacking libbsd0:amd64 (0.10.0-1) ... 20:38:53 Selecting previously unselected package sudo. 20:38:53 Preparing to unpack .../02-sudo_1.8.31-1ubuntu1.2_amd64.deb ... 20:38:53 Unpacking sudo (1.8.31-1ubuntu1.2) ... 20:38:53 Selecting previously unselected package apparmor. 20:38:53 Preparing to unpack .../03-apparmor_2.13.3-7ubuntu5.1_amd64.deb ... 20:38:53 Unpacking apparmor (2.13.3-7ubuntu5.1) ... 20:38:53 Selecting previously unselected package libcbor0.6:amd64. 20:38:53 Preparing to unpack .../04-libcbor0.6_0.6.0-0ubuntu1_amd64.deb ... 20:38:53 Unpacking libcbor0.6:amd64 (0.6.0-0ubuntu1) ... 20:38:53 Selecting previously unselected package libedit2:amd64. 20:38:53 Preparing to unpack .../05-libedit2_3.1-20191231-1_amd64.deb ... 20:38:53 Unpacking libedit2:amd64 (3.1-20191231-1) ... 20:38:53 Selecting previously unselected package libfido2-1:amd64. 20:38:53 Preparing to unpack .../06-libfido2-1_1.3.1-1ubuntu2_amd64.deb ... 20:38:53 Unpacking libfido2-1:amd64 (1.3.1-1ubuntu2) ... 20:38:53 Selecting previously unselected package libkrb5support0:amd64. 20:38:53 Preparing to unpack .../07-libkrb5support0_1.17-6ubuntu4.1_amd64.deb ... 20:38:53 Unpacking libkrb5support0:amd64 (1.17-6ubuntu4.1) ... 20:38:54 Selecting previously unselected package libk5crypto3:amd64. 20:38:54 Preparing to unpack .../08-libk5crypto3_1.17-6ubuntu4.1_amd64.deb ... 20:38:54 Unpacking libk5crypto3:amd64 (1.17-6ubuntu4.1) ... 20:38:54 Selecting previously unselected package libkeyutils1:amd64. 20:38:54 Preparing to unpack .../09-libkeyutils1_1.6-6ubuntu1_amd64.deb ... 20:38:54 Unpacking libkeyutils1:amd64 (1.6-6ubuntu1) ... 20:38:54 Selecting previously unselected package libkrb5-3:amd64. 20:38:54 Preparing to unpack .../10-libkrb5-3_1.17-6ubuntu4.1_amd64.deb ... 20:38:54 Unpacking libkrb5-3:amd64 (1.17-6ubuntu4.1) ... 20:38:54 Selecting previously unselected package libgssapi-krb5-2:amd64. 20:38:54 Preparing to unpack .../11-libgssapi-krb5-2_1.17-6ubuntu4.1_amd64.deb ... 20:38:54 Unpacking libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ... 20:38:54 Selecting previously unselected package openssh-client. 20:38:54 Preparing to unpack .../12-openssh-client_1%3a8.2p1-4ubuntu0.4_amd64.deb ... 20:38:54 Unpacking openssh-client (1:8.2p1-4ubuntu0.4) ... 20:38:54 Selecting previously unselected package liblzo2-2:amd64. 20:38:54 Preparing to unpack .../13-liblzo2-2_2.10-2_amd64.deb ... 20:38:54 Unpacking liblzo2-2:amd64 (2.10-2) ... 20:38:54 Selecting previously unselected package squashfs-tools. 20:38:54 Preparing to unpack .../14-squashfs-tools_1%3a4.4-1ubuntu0.3_amd64.deb ... 20:38:54 Unpacking squashfs-tools (1:4.4-1ubuntu0.3) ... 20:38:54 Selecting previously unselected package snapd. 20:38:54 Preparing to unpack .../15-snapd_2.51.1+20.04ubuntu2_amd64.deb ... 20:38:54 Unpacking snapd (2.51.1+20.04ubuntu2) ... 20:38:57 Setting up libkeyutils1:amd64 (1.6-6ubuntu1) ... 20:38:57 Setting up mime-support (3.64ubuntu1) ... 20:38:57 Setting up liblzo2-2:amd64 (2.10-2) ... 20:38:57 Setting up libcbor0.6:amd64 (0.6.0-0ubuntu1) ... 20:38:57 Setting up libkrb5support0:amd64 (1.17-6ubuntu4.1) ... 20:38:57 Setting up sudo (1.8.31-1ubuntu1.2) ... 20:38:57 Setting up libk5crypto3:amd64 (1.17-6ubuntu4.1) ... 20:38:57 Setting up libkrb5-3:amd64 (1.17-6ubuntu4.1) ... 20:38:57 Setting up libmpdec2:amd64 (2.4.2-3) ... 20:38:57 Setting up libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.2) ... 20:38:57 Setting up libfido2-1:amd64 (1.3.1-1ubuntu2) ... 20:38:57 Setting up python3.8 (3.8.10-0ubuntu1~20.04.2) ... 20:38:58 Setting up libbsd0:amd64 (0.10.0-1) ... 20:38:58 Setting up libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ... 20:38:58 Setting up squashfs-tools (1:4.4-1ubuntu0.3) ... 20:38:58 Setting up libedit2:amd64 (3.1-20191231-1) ... 20:38:58 Setting up python3 (3.8.2-0ubuntu2) ... 20:38:58 running python rtupdate hooks for python3.8... 20:38:58 running python post-rtupdate hooks for python3.8... 20:38:58 Setting up apparmor (2.13.3-7ubuntu5.1) ... 20:38:59 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 20:38:59 Reloading AppArmor profiles 20:39:00 Setting up libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ... 20:39:00 Setting up openssh-client (1:8.2p1-4ubuntu0.4) ... 20:39:00 Setting up snapd (2.51.1+20.04ubuntu2) ... 20:39:00 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 20:39:01 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 20:39:01 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 20:39:01 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 20:39:01 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 20:39:01 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 20:39:02 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 20:39:02 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 20:39:02 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 20:39:02 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 20:39:03 /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' 20:39:03 Processing triggers for systemd (245.4-4ubuntu3) ... 20:39:03 Processing triggers for libc-bin (2.31-0ubuntu9) ... 20:39:04 Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 20:39:04 Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 20:39:04 Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 20:39:04 Reading package lists... 20:39:05 Reading package lists... 20:39:05 Building dependency tree... 20:39:05 Reading state information... 20:39:05 Calculating upgrade... 20:39:05 The following packages will be upgraded: 20:39:05 apt base-files bash binutils binutils-common binutils-x86-64-linux-gnu 20:39:05 bsdutils build-essential ca-certificates cpp-9 fdisk g++-9 gcc-10-base gcc-9 20:39:05 gcc-9-base gpgv libapparmor1 libapt-pkg6.0 libasan5 libatomic1 libbinutils 20:39:05 libblkid1 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcryptsetup12 20:39:05 libctf-nobfd0 libctf0 libfdisk1 libgcc-9-dev libgcc-s1 libgcrypt20 20:39:05 libgnutls30 libgomp1 libhogweed5 libitm1 libjson-c4 liblsan0 liblz4-1 20:39:05 liblzma5 libmount1 libnettle7 libp11-kit0 libpam-modules libpam-modules-bin 20:39:05 libpam-runtime libpam0g libperl5.30 libprocps8 libquadmath0 libseccomp2 20:39:05 libsmartcols1 libsqlite3-0 libssl1.1 libstdc++-9-dev libstdc++6 libsystemd0 20:39:05 libtsan0 libubsan1 libuuid1 libzstd1 linux-libc-dev login mount openssl 20:39:05 passwd perl perl-base perl-modules-5.30 procps systemd systemd-sysv 20:39:05 systemd-timesyncd tar tzdata ubuntu-keyring util-linux xz-utils zlib1g 20:39:05 81 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 20:39:05 Need to get 67.5 MB of archives. 20:39:05 After this operation, 14.1 MB of additional disk space will be used. 20:39:05 Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-dev amd64 2.31-0ubuntu9.2 [2520 kB] 20:39:05 Get:2 http://security.ubuntu.com/ubuntu focal-security/main amd64 linux-libc-dev amd64 5.4.0-94.106 [1114 kB] 20:39:06 Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 libubsan1 amd64 10.3.0-1ubuntu1~20.04 [784 kB] 20:39:06 Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 libtsan0 amd64 10.3.0-1ubuntu1~20.04 [2009 kB] 20:39:06 Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc-dev-bin amd64 2.31-0ubuntu9.2 [71.8 kB] 20:39:06 Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6 amd64 2.31-0ubuntu9.2 [2715 kB] 20:39:06 Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 libquadmath0 amd64 10.3.0-1ubuntu1~20.04 [146 kB] 20:39:06 Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 liblsan0 amd64 10.3.0-1ubuntu1~20.04 [835 kB] 20:39:06 Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 libitm1 amd64 10.3.0-1ubuntu1~20.04 [26.2 kB] 20:39:06 Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgomp1 amd64 10.3.0-1ubuntu1~20.04 [102 kB] 20:39:06 Get:11 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-10-base amd64 10.3.0-1ubuntu1~20.04 [20.2 kB] 20:39:06 Get:12 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcc-s1 amd64 10.3.0-1ubuntu1~20.04 [41.8 kB] 20:39:06 Get:13 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcc1-0 amd64 10.3.0-1ubuntu1~20.04 [48.8 kB] 20:39:06 Get:14 http://security.ubuntu.com/ubuntu focal-security/main amd64 libatomic1 amd64 10.3.0-1ubuntu1~20.04 [9284 B] 20:39:06 Get:15 http://security.ubuntu.com/ubuntu focal-security/main amd64 libstdc++6 amd64 10.3.0-1ubuntu1~20.04 [501 kB] 20:39:06 Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 base-files amd64 11ubuntu5.4 [60.6 kB] 20:39:06 Get:17 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 bash amd64 5.0-6ubuntu1.1 [638 kB] 20:39:06 Get:18 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 bsdutils amd64 1:2.34-0.1ubuntu9.1 [63.1 kB] 20:39:06 Get:19 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 login amd64 1:4.8.1-1ubuntu5.20.04.1 [220 kB] 20:39:06 Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 zlib1g amd64 1:1.2.11.dfsg-2ubuntu1.2 [53.6 kB] 20:39:06 Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libblkid1 amd64 2.34-0.1ubuntu9.1 [137 kB] 20:39:06 Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libuuid1 amd64 2.34-0.1ubuntu9.1 [20.0 kB] 20:39:06 Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libfdisk1 amd64 2.34-0.1ubuntu9.1 [175 kB] 20:39:06 Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libmount1 amd64 2.34-0.1ubuntu9.1 [149 kB] 20:39:06 Get:25 http://security.ubuntu.com/ubuntu focal-security/main amd64 libperl5.30 amd64 5.30.0-9ubuntu0.2 [3952 kB] 20:39:06 Get:26 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsmartcols1 amd64 2.34-0.1ubuntu9.1 [100 kB] 20:39:06 Get:27 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl amd64 5.30.0-9ubuntu0.2 [224 kB] 20:39:06 Get:28 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl-base amd64 5.30.0-9ubuntu0.2 [1513 kB] 20:39:06 Get:29 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 fdisk amd64 2.34-0.1ubuntu9.1 [119 kB] 20:39:06 Get:30 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 util-linux amd64 2.34-0.1ubuntu9.1 [1021 kB] 20:39:06 Get:31 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl-modules-5.30 all 5.30.0-9ubuntu0.2 [2738 kB] 20:39:06 Get:32 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc-bin amd64 2.31-0ubuntu9.2 [639 kB] 20:39:06 Get:33 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 liblzma5 amd64 5.2.4-1ubuntu1 [91.7 kB] 20:39:06 Get:34 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libapparmor1 amd64 2.13.3-7ubuntu5.1 [34.1 kB] 20:39:06 Get:35 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.10 [1322 kB] 20:39:06 Get:36 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcryptsetup12 amd64 2:2.2.2-3ubuntu2.3 [183 kB] 20:39:06 Get:37 http://security.ubuntu.com/ubuntu focal-security/main amd64 tar amd64 1.30+dfsg-7ubuntu0.20.04.1 [240 kB] 20:39:06 Get:38 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam0g amd64 1.3.1-5ubuntu4.3 [55.4 kB] 20:39:06 Get:39 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 mount amd64 2.34-0.1ubuntu9.1 [115 kB] 20:39:06 Get:40 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libapt-pkg6.0 amd64 2.0.6 [835 kB] 20:39:06 Get:41 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcrypt20 amd64 1.8.5-5ubuntu1.1 [420 kB] 20:39:06 Get:42 http://security.ubuntu.com/ubuntu focal-security/main amd64 liblz4-1 amd64 1.9.2-2ubuntu0.20.04.1 [56.1 kB] 20:39:06 Get:43 http://security.ubuntu.com/ubuntu focal-security/main amd64 systemd-timesyncd amd64 245.4-4ubuntu3.15 [28.1 kB] 20:39:06 Get:44 http://security.ubuntu.com/ubuntu focal-security/main amd64 systemd-sysv amd64 245.4-4ubuntu3.15 [10.3 kB] 20:39:06 Get:45 http://security.ubuntu.com/ubuntu focal-security/main amd64 libjson-c4 amd64 0.13.1+dfsg-7ubuntu0.3 [29.3 kB] 20:39:06 Get:46 http://security.ubuntu.com/ubuntu focal-security/main amd64 libnettle7 amd64 3.5.1+really3.5.1-2ubuntu0.2 [115 kB] 20:39:06 Get:47 http://security.ubuntu.com/ubuntu focal-security/main amd64 libhogweed5 amd64 3.5.1+really3.5.1-2ubuntu0.2 [138 kB] 20:39:06 Get:48 http://security.ubuntu.com/ubuntu focal-security/main amd64 libp11-kit0 amd64 0.23.20-1ubuntu0.1 [188 kB] 20:39:06 Get:49 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgv amd64 2.2.19-3ubuntu2.1 [199 kB] 20:39:06 Get:50 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ubuntu-keyring all 2020.02.11.4 [22.1 kB] 20:39:06 Get:51 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 apt amd64 2.0.6 [1296 kB] 20:39:06 Get:52 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-modules-bin amd64 1.3.1-5ubuntu4.3 [41.2 kB] 20:39:06 Get:53 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-modules amd64 1.3.1-5ubuntu4.3 [260 kB] 20:39:07 Get:54 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgnutls30 amd64 3.6.13-2ubuntu1.6 [828 kB] 20:39:07 Get:55 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-runtime all 1.3.1-5ubuntu4.3 [37.3 kB] 20:39:07 Get:56 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 passwd amd64 1:4.8.1-1ubuntu5.20.04.1 [799 kB] 20:39:07 Get:57 http://security.ubuntu.com/ubuntu focal-security/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~20.04.2 [42.5 kB] 20:39:07 Get:58 http://security.ubuntu.com/ubuntu focal-security/main amd64 systemd amd64 245.4-4ubuntu3.15 [3811 kB] 20:39:07 Get:59 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libprocps8 amd64 2:3.3.16-1ubuntu2.3 [33.0 kB] 20:39:07 Get:60 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 procps amd64 2:3.3.16-1ubuntu2.3 [233 kB] 20:39:07 Get:61 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.10 [620 kB] 20:39:07 Get:62 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 xz-utils amd64 5.2.4-1ubuntu1 [82.5 kB] 20:39:07 Get:63 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4664 B] 20:39:07 Get:64 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsystemd0 amd64 245.4-4ubuntu3.15 [270 kB] 20:39:07 Get:65 http://security.ubuntu.com/ubuntu focal-security/main amd64 libzstd1 amd64 1.4.4+dfsg-3ubuntu0.1 [237 kB] 20:39:07 Get:66 http://security.ubuntu.com/ubuntu focal-security/main amd64 ca-certificates all 20210119~20.04.2 [145 kB] 20:39:07 Get:67 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.2 [549 kB] 20:39:07 Get:68 http://security.ubuntu.com/ubuntu focal-security/main amd64 tzdata all 2021e-0ubuntu0.20.04 [295 kB] 20:39:07 Get:69 http://security.ubuntu.com/ubuntu focal-security/main amd64 libctf0 amd64 2.34-6ubuntu1.3 [46.6 kB] 20:39:07 Get:70 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils-x86-64-linux-gnu amd64 2.34-6ubuntu1.3 [1613 kB] 20:39:07 Get:71 http://security.ubuntu.com/ubuntu focal-security/main amd64 libbinutils amd64 2.34-6ubuntu1.3 [474 kB] 20:39:07 Get:72 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils amd64 2.34-6ubuntu1.3 [3380 B] 20:39:07 Get:73 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils-common amd64 2.34-6ubuntu1.3 [207 kB] 20:39:07 Get:74 http://security.ubuntu.com/ubuntu focal-security/main amd64 libctf-nobfd0 amd64 2.34-6ubuntu1.3 [47.4 kB] 20:39:07 Get:75 http://security.ubuntu.com/ubuntu focal-security/main amd64 libasan5 amd64 9.3.0-17ubuntu1~20.04 [394 kB] 20:39:07 Get:76 http://security.ubuntu.com/ubuntu focal-security/main amd64 g++-9 amd64 9.3.0-17ubuntu1~20.04 [8405 kB] 20:39:07 Get:77 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-9 amd64 9.3.0-17ubuntu1~20.04 [8241 kB] 20:39:07 Get:78 http://security.ubuntu.com/ubuntu focal-security/main amd64 libstdc++-9-dev amd64 9.3.0-17ubuntu1~20.04 [1714 kB] 20:39:07 Get:79 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcc-9-dev amd64 9.3.0-17ubuntu1~20.04 [2360 kB] 20:39:07 Get:80 http://security.ubuntu.com/ubuntu focal-security/main amd64 cpp-9 amd64 9.3.0-17ubuntu1~20.04 [7494 kB] 20:39:08 Get:81 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-9-base amd64 9.3.0-17ubuntu1~20.04 [19.1 kB] 20:39:08 debconf: delaying package configuration, since apt-utils is not installed 20:39:08 Fetched 67.5 MB in 3s (25.9 MB/s) 20:39:08 (Reading database ... 14243 files and directories currently installed.) 20:39:08 Preparing to unpack .../0-libc6-dev_2.31-0ubuntu9.2_amd64.deb ... 20:39:08 Unpacking libc6-dev:amd64 (2.31-0ubuntu9.2) over (2.31-0ubuntu9) ... 20:39:08 Preparing to unpack .../1-libc-dev-bin_2.31-0ubuntu9.2_amd64.deb ... 20:39:08 Unpacking libc-dev-bin (2.31-0ubuntu9.2) over (2.31-0ubuntu9) ... 20:39:08 Preparing to unpack .../2-linux-libc-dev_5.4.0-94.106_amd64.deb ... 20:39:08 Unpacking linux-libc-dev:amd64 (5.4.0-94.106) over (5.4.0-26.30) ... 20:39:09 Preparing to unpack .../3-libubsan1_10.3.0-1ubuntu1~20.04_amd64.deb ... 20:39:09 Unpacking libubsan1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 20:39:09 Preparing to unpack .../4-libtsan0_10.3.0-1ubuntu1~20.04_amd64.deb ... 20:39:09 Unpacking libtsan0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 20:39:09 Preparing to unpack .../5-libquadmath0_10.3.0-1ubuntu1~20.04_amd64.deb ... 20:39:09 Unpacking libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 20:39:09 Preparing to unpack .../6-liblsan0_10.3.0-1ubuntu1~20.04_amd64.deb ... 20:39:09 Unpacking liblsan0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 20:39:09 Preparing to unpack .../7-libitm1_10.3.0-1ubuntu1~20.04_amd64.deb ... 20:39:09 Unpacking libitm1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 20:39:09 Preparing to unpack .../8-libgomp1_10.3.0-1ubuntu1~20.04_amd64.deb ... 20:39:09 Unpacking libgomp1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 20:39:09 Preparing to unpack .../9-gcc-10-base_10.3.0-1ubuntu1~20.04_amd64.deb ... 20:39:09 Unpacking gcc-10-base:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 20:39:09 Setting up gcc-10-base:amd64 (10.3.0-1ubuntu1~20.04) ... 20:39:10 (Reading database ... 14242 files and directories currently installed.) 20:39:10 Preparing to unpack .../libgcc-s1_10.3.0-1ubuntu1~20.04_amd64.deb ... 20:39:10 Unpacking libgcc-s1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 20:39:10 Setting up libgcc-s1:amd64 (10.3.0-1ubuntu1~20.04) ... 20:39:10 (Reading database ... 14242 files and directories currently installed.) 20:39:10 Preparing to unpack .../libcc1-0_10.3.0-1ubuntu1~20.04_amd64.deb ... 20:39:10 Unpacking libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 20:39:10 Preparing to unpack .../libatomic1_10.3.0-1ubuntu1~20.04_amd64.deb ... 20:39:10 Unpacking libatomic1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 20:39:10 Preparing to unpack .../libstdc++6_10.3.0-1ubuntu1~20.04_amd64.deb ... 20:39:10 Unpacking libstdc++6:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 20:39:10 Setting up libstdc++6:amd64 (10.3.0-1ubuntu1~20.04) ... 20:39:10 (Reading database ... 14242 files and directories currently installed.) 20:39:10 Preparing to unpack .../libc6_2.31-0ubuntu9.2_amd64.deb ... 20:39:10 Unpacking libc6:amd64 (2.31-0ubuntu9.2) over (2.31-0ubuntu9) ... 20:39:11 Setting up libc6:amd64 (2.31-0ubuntu9.2) ... 20:39:11 (Reading database ... 14242 files and directories currently installed.) 20:39:11 Preparing to unpack .../base-files_11ubuntu5.4_amd64.deb ... 20:39:11 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 20:39:11 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 20:39:11 Unpacking base-files (11ubuntu5.4) over (11ubuntu5) ... 20:39:11 Setting up base-files (11ubuntu5.4) ... 20:39:11 Installing new version of config file /etc/issue ... 20:39:11 Installing new version of config file /etc/issue.net ... 20:39:11 Installing new version of config file /etc/lsb-release ... 20:39:11 Installing new version of config file /etc/update-motd.d/50-motd-news ... 20:39:11 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 20:39:12 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 20:39:12 Removing obsolete conffile /etc/default/motd-news ... 20:39:12 (Reading database ... 14241 files and directories currently installed.) 20:39:12 Preparing to unpack .../bash_5.0-6ubuntu1.1_amd64.deb ... 20:39:12 Unpacking bash (5.0-6ubuntu1.1) over (5.0-6ubuntu1) ... 20:39:12 Setting up bash (5.0-6ubuntu1.1) ... 20:39:12 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 20:39:12 (Reading database ... 14241 files and directories currently installed.) 20:39:12 Preparing to unpack .../bsdutils_1%3a2.34-0.1ubuntu9.1_amd64.deb ... 20:39:12 Unpacking bsdutils (1:2.34-0.1ubuntu9.1) over (1:2.34-0.1ubuntu9) ... 20:39:12 Setting up bsdutils (1:2.34-0.1ubuntu9.1) ... 20:39:12 (Reading database ... 14241 files and directories currently installed.) 20:39:12 Preparing to unpack .../login_1%3a4.8.1-1ubuntu5.20.04.1_amd64.deb ... 20:39:12 Unpacking login (1:4.8.1-1ubuntu5.20.04.1) over (1:4.8.1-1ubuntu5) ... 20:39:12 Setting up login (1:4.8.1-1ubuntu5.20.04.1) ... 20:39:12 (Reading database ... 14241 files and directories currently installed.) 20:39:12 Preparing to unpack .../libperl5.30_5.30.0-9ubuntu0.2_amd64.deb ... 20:39:12 Unpacking libperl5.30:amd64 (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... 20:39:13 Preparing to unpack .../perl_5.30.0-9ubuntu0.2_amd64.deb ... 20:39:13 Unpacking perl (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... 20:39:13 Preparing to unpack .../perl-base_5.30.0-9ubuntu0.2_amd64.deb ... 20:39:13 Unpacking perl-base (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... 20:39:13 Setting up perl-base (5.30.0-9ubuntu0.2) ... 20:39:13 (Reading database ... 14241 files and directories currently installed.) 20:39:13 Preparing to unpack .../perl-modules-5.30_5.30.0-9ubuntu0.2_all.deb ... 20:39:13 Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... 20:39:14 Preparing to unpack .../zlib1g_1%3a1.2.11.dfsg-2ubuntu1.2_amd64.deb ... 20:39:14 Unpacking zlib1g:amd64 (1:1.2.11.dfsg-2ubuntu1.2) over (1:1.2.11.dfsg-2ubuntu1) ... 20:39:14 Setting up zlib1g:amd64 (1:1.2.11.dfsg-2ubuntu1.2) ... 20:39:14 (Reading database ... 14241 files and directories currently installed.) 20:39:14 Preparing to unpack .../tar_1.30+dfsg-7ubuntu0.20.04.1_amd64.deb ... 20:39:14 Unpacking tar (1.30+dfsg-7ubuntu0.20.04.1) over (1.30+dfsg-7) ... 20:39:14 Setting up tar (1.30+dfsg-7ubuntu0.20.04.1) ... 20:39:14 (Reading database ... 14241 files and directories currently installed.) 20:39:14 Preparing to unpack .../libblkid1_2.34-0.1ubuntu9.1_amd64.deb ... 20:39:14 Unpacking libblkid1:amd64 (2.34-0.1ubuntu9.1) over (2.34-0.1ubuntu9) ... 20:39:14 Setting up libblkid1:amd64 (2.34-0.1ubuntu9.1) ... 20:39:14 (Reading database ... 14241 files and directories currently installed.) 20:39:14 Preparing to unpack .../libuuid1_2.34-0.1ubuntu9.1_amd64.deb ... 20:39:14 Unpacking libuuid1:amd64 (2.34-0.1ubuntu9.1) over (2.34-0.1ubuntu9) ... 20:39:14 Setting up libuuid1:amd64 (2.34-0.1ubuntu9.1) ... 20:39:14 (Reading database ... 14241 files and directories currently installed.) 20:39:14 Preparing to unpack .../libfdisk1_2.34-0.1ubuntu9.1_amd64.deb ... 20:39:14 Unpacking libfdisk1:amd64 (2.34-0.1ubuntu9.1) over (2.34-0.1ubuntu9) ... 20:39:14 Preparing to unpack .../libmount1_2.34-0.1ubuntu9.1_amd64.deb ... 20:39:14 Unpacking libmount1:amd64 (2.34-0.1ubuntu9.1) over (2.34-0.1ubuntu9) ... 20:39:15 Setting up libmount1:amd64 (2.34-0.1ubuntu9.1) ... 20:39:15 (Reading database ... 14241 files and directories currently installed.) 20:39:15 Preparing to unpack .../libsmartcols1_2.34-0.1ubuntu9.1_amd64.deb ... 20:39:15 Unpacking libsmartcols1:amd64 (2.34-0.1ubuntu9.1) over (2.34-0.1ubuntu9) ... 20:39:15 Setting up libsmartcols1:amd64 (2.34-0.1ubuntu9.1) ... 20:39:15 (Reading database ... 14241 files and directories currently installed.) 20:39:15 Preparing to unpack .../fdisk_2.34-0.1ubuntu9.1_amd64.deb ... 20:39:15 Unpacking fdisk (2.34-0.1ubuntu9.1) over (2.34-0.1ubuntu9) ... 20:39:15 Preparing to unpack .../util-linux_2.34-0.1ubuntu9.1_amd64.deb ... 20:39:15 Unpacking util-linux (2.34-0.1ubuntu9.1) over (2.34-0.1ubuntu9) ... 20:39:15 Setting up util-linux (2.34-0.1ubuntu9.1) ... 20:39:15 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 20:39:16 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 20:39:16 (Reading database ... 14241 files and directories currently installed.) 20:39:16 Preparing to unpack .../libc-bin_2.31-0ubuntu9.2_amd64.deb ... 20:39:16 Unpacking libc-bin (2.31-0ubuntu9.2) over (2.31-0ubuntu9) ... 20:39:16 Setting up libc-bin (2.31-0ubuntu9.2) ... 20:39:16 (Reading database ... 14241 files and directories currently installed.) 20:39:16 Preparing to unpack .../libgcrypt20_1.8.5-5ubuntu1.1_amd64.deb ... 20:39:16 Unpacking libgcrypt20:amd64 (1.8.5-5ubuntu1.1) over (1.8.5-5ubuntu1) ... 20:39:17 Setting up libgcrypt20:amd64 (1.8.5-5ubuntu1.1) ... 20:39:17 (Reading database ... 14241 files and directories currently installed.) 20:39:17 Preparing to unpack .../liblz4-1_1.9.2-2ubuntu0.20.04.1_amd64.deb ... 20:39:17 Unpacking liblz4-1:amd64 (1.9.2-2ubuntu0.20.04.1) over (1.9.2-2) ... 20:39:17 Setting up liblz4-1:amd64 (1.9.2-2ubuntu0.20.04.1) ... 20:39:17 (Reading database ... 14241 files and directories currently installed.) 20:39:17 Preparing to unpack .../liblzma5_5.2.4-1ubuntu1_amd64.deb ... 20:39:17 Unpacking liblzma5:amd64 (5.2.4-1ubuntu1) over (5.2.4-1) ... 20:39:17 Setting up liblzma5:amd64 (5.2.4-1ubuntu1) ... 20:39:17 (Reading database ... 14241 files and directories currently installed.) 20:39:17 Preparing to unpack .../0-systemd-timesyncd_245.4-4ubuntu3.15_amd64.deb ... 20:39:17 Unpacking systemd-timesyncd (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... 20:39:17 Preparing to unpack .../1-systemd-sysv_245.4-4ubuntu3.15_amd64.deb ... 20:39:17 Unpacking systemd-sysv (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... 20:39:17 Preparing to unpack .../2-libapparmor1_2.13.3-7ubuntu5.1_amd64.deb ... 20:39:17 Unpacking libapparmor1:amd64 (2.13.3-7ubuntu5.1) over (2.13.3-7ubuntu5) ... 20:39:17 Preparing to unpack .../3-libjson-c4_0.13.1+dfsg-7ubuntu0.3_amd64.deb ... 20:39:17 Unpacking libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) over (0.13.1+dfsg-7) ... 20:39:17 Preparing to unpack .../4-libssl1.1_1.1.1f-1ubuntu2.10_amd64.deb ... 20:39:17 Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.10) over (1.1.1f-1ubuntu2) ... 20:39:17 Preparing to unpack .../5-libcryptsetup12_2%3a2.2.2-3ubuntu2.3_amd64.deb ... 20:39:17 Unpacking libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.3) over (2:2.2.2-3ubuntu2) ... 20:39:18 Preparing to unpack .../6-libnettle7_3.5.1+really3.5.1-2ubuntu0.2_amd64.deb ... 20:39:18 Unpacking libnettle7:amd64 (3.5.1+really3.5.1-2ubuntu0.2) over (3.5.1+really3.5.1-2) ... 20:39:18 Setting up libnettle7:amd64 (3.5.1+really3.5.1-2ubuntu0.2) ... 20:39:18 (Reading database ... 14241 files and directories currently installed.) 20:39:18 Preparing to unpack .../libhogweed5_3.5.1+really3.5.1-2ubuntu0.2_amd64.deb ... 20:39:18 Unpacking libhogweed5:amd64 (3.5.1+really3.5.1-2ubuntu0.2) over (3.5.1+really3.5.1-2) ... 20:39:18 Setting up libhogweed5:amd64 (3.5.1+really3.5.1-2ubuntu0.2) ... 20:39:18 (Reading database ... 14241 files and directories currently installed.) 20:39:18 Preparing to unpack .../libp11-kit0_0.23.20-1ubuntu0.1_amd64.deb ... 20:39:18 Unpacking libp11-kit0:amd64 (0.23.20-1ubuntu0.1) over (0.23.20-1build1) ... 20:39:18 Setting up libp11-kit0:amd64 (0.23.20-1ubuntu0.1) ... 20:39:18 (Reading database ... 14241 files and directories currently installed.) 20:39:18 Preparing to unpack .../libgnutls30_3.6.13-2ubuntu1.6_amd64.deb ... 20:39:18 Unpacking libgnutls30:amd64 (3.6.13-2ubuntu1.6) over (3.6.13-2ubuntu1) ... 20:39:18 Setting up libgnutls30:amd64 (3.6.13-2ubuntu1.6) ... 20:39:18 (Reading database ... 14241 files and directories currently installed.) 20:39:18 Preparing to unpack .../libpam0g_1.3.1-5ubuntu4.3_amd64.deb ... 20:39:18 Unpacking libpam0g:amd64 (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... 20:39:18 Setting up libpam0g:amd64 (1.3.1-5ubuntu4.3) ... 20:39:18 (Reading database ... 14241 files and directories currently installed.) 20:39:18 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~20.04.2_amd64.deb ... 20:39:18 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~20.04.2) over (2.4.3-1ubuntu1) ... 20:39:18 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~20.04.2) ... 20:39:19 (Reading database ... 14241 files and directories currently installed.) 20:39:19 Preparing to unpack .../mount_2.34-0.1ubuntu9.1_amd64.deb ... 20:39:19 Unpacking mount (2.34-0.1ubuntu9.1) over (2.34-0.1ubuntu9) ... 20:39:19 Preparing to unpack .../systemd_245.4-4ubuntu3.15_amd64.deb ... 20:39:19 Unpacking systemd (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... 20:39:20 Preparing to unpack .../libsystemd0_245.4-4ubuntu3.15_amd64.deb ... 20:39:20 Unpacking libsystemd0:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... 20:39:20 Setting up libsystemd0:amd64 (245.4-4ubuntu3.15) ... 20:39:20 (Reading database ... 14242 files and directories currently installed.) 20:39:20 Preparing to unpack .../libzstd1_1.4.4+dfsg-3ubuntu0.1_amd64.deb ... 20:39:20 Unpacking libzstd1:amd64 (1.4.4+dfsg-3ubuntu0.1) over (1.4.4+dfsg-3) ... 20:39:20 Setting up libzstd1:amd64 (1.4.4+dfsg-3ubuntu0.1) ... 20:39:20 (Reading database ... 14242 files and directories currently installed.) 20:39:20 Preparing to unpack .../libapt-pkg6.0_2.0.6_amd64.deb ... 20:39:20 Unpacking libapt-pkg6.0:amd64 (2.0.6) over (2.0.2) ... 20:39:20 Setting up libapt-pkg6.0:amd64 (2.0.6) ... 20:39:20 (Reading database ... 14242 files and directories currently installed.) 20:39:20 Preparing to unpack .../gpgv_2.2.19-3ubuntu2.1_amd64.deb ... 20:39:20 Unpacking gpgv (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... 20:39:20 Setting up gpgv (2.2.19-3ubuntu2.1) ... 20:39:20 (Reading database ... 14242 files and directories currently installed.) 20:39:20 Preparing to unpack .../ubuntu-keyring_2020.02.11.4_all.deb ... 20:39:20 Unpacking ubuntu-keyring (2020.02.11.4) over (2020.02.11.2) ... 20:39:20 Setting up ubuntu-keyring (2020.02.11.4) ... 20:39:20 (Reading database ... 14242 files and directories currently installed.) 20:39:20 Preparing to unpack .../archives/apt_2.0.6_amd64.deb ... 20:39:20 Unpacking apt (2.0.6) over (2.0.2) ... 20:39:21 Setting up apt (2.0.6) ... 20:39:21 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 20:39:21 (Reading database ... 14242 files and directories currently installed.) 20:39:21 Preparing to unpack .../libpam-modules-bin_1.3.1-5ubuntu4.3_amd64.deb ... 20:39:21 Unpacking libpam-modules-bin (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... 20:39:21 Setting up libpam-modules-bin (1.3.1-5ubuntu4.3) ... 20:39:21 (Reading database ... 14244 files and directories currently installed.) 20:39:21 Preparing to unpack .../libpam-modules_1.3.1-5ubuntu4.3_amd64.deb ... 20:39:21 Unpacking libpam-modules:amd64 (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... 20:39:21 Setting up libpam-modules:amd64 (1.3.1-5ubuntu4.3) ... 20:39:22 (Reading database ... 14248 files and directories currently installed.) 20:39:22 Preparing to unpack .../libpam-runtime_1.3.1-5ubuntu4.3_all.deb ... 20:39:22 Unpacking libpam-runtime (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... 20:39:22 Setting up libpam-runtime (1.3.1-5ubuntu4.3) ... 20:39:22 (Reading database ... 14248 files and directories currently installed.) 20:39:22 Preparing to unpack .../passwd_1%3a4.8.1-1ubuntu5.20.04.1_amd64.deb ... 20:39:22 Unpacking passwd (1:4.8.1-1ubuntu5.20.04.1) over (1:4.8.1-1ubuntu5) ... 20:39:22 Setting up passwd (1:4.8.1-1ubuntu5.20.04.1) ... 20:39:22 (Reading database ... 14248 files and directories currently installed.) 20:39:22 Preparing to unpack .../00-libprocps8_2%3a3.3.16-1ubuntu2.3_amd64.deb ... 20:39:22 Unpacking libprocps8:amd64 (2:3.3.16-1ubuntu2.3) over (2:3.3.16-1ubuntu2) ... 20:39:22 Preparing to unpack .../01-procps_2%3a3.3.16-1ubuntu2.3_amd64.deb ... 20:39:22 Unpacking procps (2:3.3.16-1ubuntu2.3) over (2:3.3.16-1ubuntu2) ... 20:39:22 Preparing to unpack .../02-openssl_1.1.1f-1ubuntu2.10_amd64.deb ... 20:39:22 Unpacking openssl (1.1.1f-1ubuntu2.10) over (1.1.1f-1ubuntu2) ... 20:39:23 Preparing to unpack .../03-ca-certificates_20210119~20.04.2_all.deb ... 20:39:23 Unpacking ca-certificates (20210119~20.04.2) over (20190110ubuntu1) ... 20:39:23 Preparing to unpack .../04-libsqlite3-0_3.31.1-4ubuntu0.2_amd64.deb ... 20:39:23 Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) over (3.31.1-4) ... 20:39:23 Preparing to unpack .../05-tzdata_2021e-0ubuntu0.20.04_all.deb ... 20:39:23 Unpacking tzdata (2021e-0ubuntu0.20.04) over (2019c-3ubuntu1) ... 20:39:23 Preparing to unpack .../06-xz-utils_5.2.4-1ubuntu1_amd64.deb ... 20:39:23 Unpacking xz-utils (5.2.4-1ubuntu1) over (5.2.4-1) ... 20:39:23 Preparing to unpack .../07-libctf0_2.34-6ubuntu1.3_amd64.deb ... 20:39:23 Unpacking libctf0:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... 20:39:23 Preparing to unpack .../08-binutils-x86-64-linux-gnu_2.34-6ubuntu1.3_amd64.deb ... 20:39:23 Unpacking binutils-x86-64-linux-gnu (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... 20:39:24 Preparing to unpack .../09-libbinutils_2.34-6ubuntu1.3_amd64.deb ... 20:39:24 Unpacking libbinutils:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... 20:39:24 Preparing to unpack .../10-binutils_2.34-6ubuntu1.3_amd64.deb ... 20:39:24 Unpacking binutils (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... 20:39:24 Preparing to unpack .../11-binutils-common_2.34-6ubuntu1.3_amd64.deb ... 20:39:24 Unpacking binutils-common:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... 20:39:24 Preparing to unpack .../12-libctf-nobfd0_2.34-6ubuntu1.3_amd64.deb ... 20:39:24 Unpacking libctf-nobfd0:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... 20:39:24 Preparing to unpack .../13-build-essential_12.8ubuntu1.1_amd64.deb ... 20:39:24 Unpacking build-essential (12.8ubuntu1.1) over (12.8ubuntu1) ... 20:39:24 Preparing to unpack .../14-libasan5_9.3.0-17ubuntu1~20.04_amd64.deb ... 20:39:24 Unpacking libasan5:amd64 (9.3.0-17ubuntu1~20.04) over (9.3.0-10ubuntu2) ... 20:39:24 Preparing to unpack .../15-g++-9_9.3.0-17ubuntu1~20.04_amd64.deb ... 20:39:24 Unpacking g++-9 (9.3.0-17ubuntu1~20.04) over (9.3.0-10ubuntu2) ... 20:39:25 Preparing to unpack .../16-gcc-9_9.3.0-17ubuntu1~20.04_amd64.deb ... 20:39:25 Unpacking gcc-9 (9.3.0-17ubuntu1~20.04) over (9.3.0-10ubuntu2) ... 20:39:26 Preparing to unpack .../17-libstdc++-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ... 20:39:26 Unpacking libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) over (9.3.0-10ubuntu2) ... 20:39:26 Preparing to unpack .../18-libgcc-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ... 20:39:26 Unpacking libgcc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) over (9.3.0-10ubuntu2) ... 20:39:26 Preparing to unpack .../19-cpp-9_9.3.0-17ubuntu1~20.04_amd64.deb ... 20:39:26 Unpacking cpp-9 (9.3.0-17ubuntu1~20.04) over (9.3.0-10ubuntu2) ... 20:39:27 Preparing to unpack .../20-gcc-9-base_9.3.0-17ubuntu1~20.04_amd64.deb ... 20:39:27 Unpacking gcc-9-base:amd64 (9.3.0-17ubuntu1~20.04) over (9.3.0-10ubuntu2) ... 20:39:27 Setting up libapparmor1:amd64 (2.13.3-7ubuntu5.1) ... 20:39:27 Setting up perl-modules-5.30 (5.30.0-9ubuntu0.2) ... 20:39:27 Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.10) ... 20:39:27 Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) ... 20:39:27 Setting up binutils-common:amd64 (2.34-6ubuntu1.3) ... 20:39:27 Setting up linux-libc-dev:amd64 (5.4.0-94.106) ... 20:39:27 Setting up libctf-nobfd0:amd64 (2.34-6ubuntu1.3) ... 20:39:27 Setting up libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ... 20:39:27 Setting up tzdata (2021e-0ubuntu0.20.04) ... 20:39:27 20:39:27 Current default time zone: 'Etc/UTC' 20:39:27 Local time is now: Sat Jan 15 20:39:27 UTC 2022. 20:39:27 Universal Time is now: Sat Jan 15 20:39:27 UTC 2022. 20:39:27 Run 'dpkg-reconfigure tzdata' if you wish to change it. 20:39:27 20:39:27 Setting up xz-utils (5.2.4-1ubuntu1) ... 20:39:27 Setting up libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ... 20:39:27 Setting up libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ... 20:39:27 Setting up libfdisk1:amd64 (2.34-0.1ubuntu9.1) ... 20:39:27 Setting up libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ... 20:39:27 Setting up mount (2.34-0.1ubuntu9.1) ... 20:39:27 Setting up libperl5.30:amd64 (5.30.0-9ubuntu0.2) ... 20:39:27 Setting up libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) ... 20:39:27 Setting up libbinutils:amd64 (2.34-6ubuntu1.3) ... 20:39:27 Setting up libc-dev-bin (2.31-0ubuntu9.2) ... 20:39:27 Setting up openssl (1.1.1f-1ubuntu2.10) ... 20:39:27 Setting up libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ... 20:39:27 Setting up liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ... 20:39:27 Setting up libprocps8:amd64 (2:3.3.16-1ubuntu2.3) ... 20:39:27 Setting up libitm1:amd64 (10.3.0-1ubuntu1~20.04) ... 20:39:27 Setting up gcc-9-base:amd64 (9.3.0-17ubuntu1~20.04) ... 20:39:27 Setting up libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ... 20:39:27 Setting up libctf0:amd64 (2.34-6ubuntu1.3) ... 20:39:27 Setting up fdisk (2.34-0.1ubuntu9.1) ... 20:39:27 Setting up ca-certificates (20210119~20.04.2) ... 20:39:29 Updating certificates in /etc/ssl/certs... 20:39:30 21 added, 21 removed; done. 20:39:30 Setting up libasan5:amd64 (9.3.0-17ubuntu1~20.04) ... 20:39:30 Setting up perl (5.30.0-9ubuntu0.2) ... 20:39:30 Setting up procps (2:3.3.16-1ubuntu2.3) ... 20:39:31 Setting up cpp-9 (9.3.0-17ubuntu1~20.04) ... 20:39:31 Setting up libc6-dev:amd64 (2.31-0ubuntu9.2) ... 20:39:31 Setting up libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.3) ... 20:39:31 Setting up binutils-x86-64-linux-gnu (2.34-6ubuntu1.3) ... 20:39:31 Setting up binutils (2.34-6ubuntu1.3) ... 20:39:31 Setting up libgcc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... 20:39:31 Setting up build-essential (12.8ubuntu1.1) ... 20:39:31 Setting up gcc-9 (9.3.0-17ubuntu1~20.04) ... 20:39:31 Setting up libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... 20:39:31 Setting up g++-9 (9.3.0-17ubuntu1~20.04) ... 20:39:31 Setting up systemd-timesyncd (245.4-4ubuntu3.15) ... 20:39:31 /usr/sbin/policy-rc.d returned 101, not running 'restart systemd-timesyncd.service' 20:39:31 Setting up systemd (245.4-4ubuntu3.15) ... 20:39:31 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 20:39:31 Installing new version of config file /etc/systemd/resolved.conf ... 20:39:32 Setting up systemd-sysv (245.4-4ubuntu3.15) ... 20:39:32 Processing triggers for mime-support (3.64ubuntu1) ... 20:39:32 Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 20:39:32 Processing triggers for ca-certificates (20210119~20.04.2) ... 20:39:32 Updating certificates in /etc/ssl/certs... 20:39:33 0 added, 0 removed; done. 20:39:33 Running hooks in /etc/ca-certificates/update.d... 20:39:33 done. 20:39:34 Reading package lists... 20:39:34 Building dependency tree... 20:39:34 Reading state information... 20:39:34 The following NEW packages will be installed: 20:39:34 apt-transport-https 20:39:34 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 20:39:34 Need to get 4680 B of archives. 20:39:34 After this operation, 162 kB of additional disk space will be used. 20:39:34 Get:1 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 apt-transport-https all 2.0.6 [4680 B] 20:39:34 debconf: delaying package configuration, since apt-utils is not installed 20:39:34 Fetched 4680 B in 0s (24.8 kB/s) 20:39:34 Selecting previously unselected package apt-transport-https. 20:39:35 (Reading database ... 14251 files and directories currently installed.) 20:39:35 Preparing to unpack .../apt-transport-https_2.0.6_all.deb ... 20:39:35 Unpacking apt-transport-https (2.0.6) ... 20:39:35 Setting up apt-transport-https (2.0.6) ... 20:39:35 Waiting for network to be ready... 20:39:40 2022-01-15T20:39:38Z INFO Waiting for automatic snapd restart... 20:39:40 snapd 2.53.4 from Canonical* installed 20:39:41 "snapd" switched to the "latest/stable" channel 20:39:41 20:39:44 core20 20211129 from Canonical* installed 20:39:44 "core20" switched to the "latest/stable" channel 20:39:44 20:39:46 snapcraft 6.0.2 from Canonical* installed 20:39:46 "snapcraft" switched to the "latest/stable" channel 20:39:46 20:39:51 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: 20:39:51 - README.md 20:39:51 20:39:51 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 20:39:51 Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 20:39:51 Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 20:39:51 Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 20:39:52 Reading package lists... 20:39:53 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 20:39:53 Reading package lists... 20:39:53 Building dependency tree... 20:39:53 Reading state information... 20:39:53 Suggested packages: 20:39:53 doc-base gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el 20:39:53 git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn krb5-doc 20:39:53 krb5-user libnorm-doc 20:39:53 Recommended packages: 20:39:53 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 20:39:53 The following NEW packages will be installed: 20:39:53 comerr-dev git git-man krb5-multidev libbrotli1 libcurl3-gnutls 20:39:53 liberror-perl libglib2.0-0 libgssrpc4 libkadm5clnt-mit11 libkadm5srv-mit11 20:39:53 libkdb5-9 libkrb5-dev libnghttp2-14 libnorm-dev libnorm1 libpgm-5.2-0 20:39:53 libpgm-dev libpsl5 librtmp1 libsodium-dev libsodium23 libssh-4 libzmq3-dev 20:39:53 libzmq5 pkg-config zip 20:39:53 0 upgraded, 27 newly installed, 0 to remove and 0 not upgraded. 20:39:53 Need to get 10.3 MB of archives. 20:39:53 After this operation, 56.5 MB of additional disk space will be used. 20:39:53 Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 libbrotli1 amd64 1.0.7-6ubuntu0.1 [267 kB] 20:39:53 Get:2 http://security.ubuntu.com/ubuntu focal-security/main amd64 libssh-4 amd64 0.9.3-2ubuntu2.2 [170 kB] 20:39:53 Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcurl3-gnutls amd64 7.68.0-1ubuntu2.7 [232 kB] 20:39:53 Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-0 amd64 2.64.6-1~ubuntu20.04.4 [1287 kB] 20:39:53 Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 git-man all 1:2.25.1-1ubuntu3.2 [884 kB] 20:39:53 Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 git amd64 1:2.25.1-1ubuntu3.2 [4554 kB] 20:39:53 Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgssrpc4 amd64 1.17-6ubuntu4.1 [55.4 kB] 20:39:53 Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkdb5-9 amd64 1.17-6ubuntu4.1 [37.3 kB] 20:39:53 Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkadm5srv-mit11 amd64 1.17-6ubuntu4.1 [49.5 kB] 20:39:53 Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkadm5clnt-mit11 amd64 1.17-6ubuntu4.1 [37.6 kB] 20:39:53 Get:11 http://security.ubuntu.com/ubuntu focal-security/main amd64 krb5-multidev amd64 1.17-6ubuntu4.1 [120 kB] 20:39:53 Get:12 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5-dev amd64 1.17-6ubuntu4.1 [11.7 kB] 20:39:54 Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libsodium23 amd64 1.0.18-1 [150 kB] 20:39:54 Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB] 20:39:54 Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 libnghttp2-14 amd64 1.40.0-1build1 [78.7 kB] 20:39:54 Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build1 [54.9 kB] 20:39:54 Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 liberror-perl all 0.17029-1 [26.5 kB] 20:39:54 Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 comerr-dev amd64 2.1-1.45.5-2ubuntu1 [39.9 kB] 20:39:54 Get:19 http://archive.ubuntu.com/ubuntu focal/universe amd64 libnorm1 amd64 1.5.8+dfsg2-2build1 [290 kB] 20:39:54 Get:20 http://archive.ubuntu.com/ubuntu focal/universe amd64 libnorm-dev amd64 1.5.8+dfsg2-2build1 [463 kB] 20:39:54 Get:21 http://archive.ubuntu.com/ubuntu focal/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-3ubuntu1 [158 kB] 20:39:54 Get:22 http://archive.ubuntu.com/ubuntu focal/universe amd64 libpgm-dev amd64 5.2.122~dfsg-3ubuntu1 [189 kB] 20:39:54 Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 libsodium-dev amd64 1.0.18-1 [169 kB] 20:39:54 Get:24 http://archive.ubuntu.com/ubuntu focal/universe amd64 libzmq5 amd64 4.3.2-2ubuntu1 [242 kB] 20:39:54 Get:25 http://archive.ubuntu.com/ubuntu focal/universe amd64 libzmq3-dev amd64 4.3.2-2ubuntu1 [455 kB] 20:39:54 Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB] 20:39:54 Get:27 http://archive.ubuntu.com/ubuntu focal/main amd64 zip amd64 3.0-11build1 [167 kB] 20:39:54 debconf: delaying package configuration, since apt-utils is not installed 20:39:54 Fetched 10.3 MB in 1s (9630 kB/s) 20:39:54 Selecting previously unselected package libglib2.0-0:amd64. 20:39:54 (Reading database ... 14255 files and directories currently installed.) 20:39:54 Preparing to unpack .../00-libglib2.0-0_2.64.6-1~ubuntu20.04.4_amd64.deb ... 20:39:54 Unpacking libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ... 20:39:54 Selecting previously unselected package libsodium23:amd64. 20:39:54 Preparing to unpack .../01-libsodium23_1.0.18-1_amd64.deb ... 20:39:54 Unpacking libsodium23:amd64 (1.0.18-1) ... 20:39:55 Selecting previously unselected package libpsl5:amd64. 20:39:55 Preparing to unpack .../02-libpsl5_0.21.0-1ubuntu1_amd64.deb ... 20:39:55 Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ... 20:39:55 Selecting previously unselected package libbrotli1:amd64. 20:39:55 Preparing to unpack .../03-libbrotli1_1.0.7-6ubuntu0.1_amd64.deb ... 20:39:55 Unpacking libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... 20:39:55 Selecting previously unselected package libnghttp2-14:amd64. 20:39:55 Preparing to unpack .../04-libnghttp2-14_1.40.0-1build1_amd64.deb ... 20:39:55 Unpacking libnghttp2-14:amd64 (1.40.0-1build1) ... 20:39:55 Selecting previously unselected package librtmp1:amd64. 20:39:55 Preparing to unpack .../05-librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb ... 20:39:55 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ... 20:39:55 Selecting previously unselected package libssh-4:amd64. 20:39:55 Preparing to unpack .../06-libssh-4_0.9.3-2ubuntu2.2_amd64.deb ... 20:39:55 Unpacking libssh-4:amd64 (0.9.3-2ubuntu2.2) ... 20:39:55 Selecting previously unselected package libcurl3-gnutls:amd64. 20:39:55 Preparing to unpack .../07-libcurl3-gnutls_7.68.0-1ubuntu2.7_amd64.deb ... 20:39:55 Unpacking libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.7) ... 20:39:55 Selecting previously unselected package liberror-perl. 20:39:55 Preparing to unpack .../08-liberror-perl_0.17029-1_all.deb ... 20:39:55 Unpacking liberror-perl (0.17029-1) ... 20:39:55 Selecting previously unselected package git-man. 20:39:55 Preparing to unpack .../09-git-man_1%3a2.25.1-1ubuntu3.2_all.deb ... 20:39:55 Unpacking git-man (1:2.25.1-1ubuntu3.2) ... 20:39:55 Selecting previously unselected package git. 20:39:55 Preparing to unpack .../10-git_1%3a2.25.1-1ubuntu3.2_amd64.deb ... 20:39:55 Unpacking git (1:2.25.1-1ubuntu3.2) ... 20:39:56 Selecting previously unselected package libgssrpc4:amd64. 20:39:56 Preparing to unpack .../11-libgssrpc4_1.17-6ubuntu4.1_amd64.deb ... 20:39:56 Unpacking libgssrpc4:amd64 (1.17-6ubuntu4.1) ... 20:39:56 Selecting previously unselected package libkdb5-9:amd64. 20:39:56 Preparing to unpack .../12-libkdb5-9_1.17-6ubuntu4.1_amd64.deb ... 20:39:56 Unpacking libkdb5-9:amd64 (1.17-6ubuntu4.1) ... 20:39:56 Selecting previously unselected package libkadm5srv-mit11:amd64. 20:39:56 Preparing to unpack .../13-libkadm5srv-mit11_1.17-6ubuntu4.1_amd64.deb ... 20:39:56 Unpacking libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... 20:39:56 Selecting previously unselected package libkadm5clnt-mit11:amd64. 20:39:56 Preparing to unpack .../14-libkadm5clnt-mit11_1.17-6ubuntu4.1_amd64.deb ... 20:39:56 Unpacking libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... 20:39:56 Selecting previously unselected package comerr-dev:amd64. 20:39:56 Preparing to unpack .../15-comerr-dev_2.1-1.45.5-2ubuntu1_amd64.deb ... 20:39:56 Unpacking comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... 20:39:56 Selecting previously unselected package krb5-multidev:amd64. 20:39:56 Preparing to unpack .../16-krb5-multidev_1.17-6ubuntu4.1_amd64.deb ... 20:39:56 Unpacking krb5-multidev:amd64 (1.17-6ubuntu4.1) ... 20:39:56 Selecting previously unselected package libnorm1:amd64. 20:39:56 Preparing to unpack .../17-libnorm1_1.5.8+dfsg2-2build1_amd64.deb ... 20:39:56 Unpacking libnorm1:amd64 (1.5.8+dfsg2-2build1) ... 20:39:56 Selecting previously unselected package libnorm-dev:amd64. 20:39:56 Preparing to unpack .../18-libnorm-dev_1.5.8+dfsg2-2build1_amd64.deb ... 20:39:56 Unpacking libnorm-dev:amd64 (1.5.8+dfsg2-2build1) ... 20:39:56 Selecting previously unselected package libpgm-5.2-0:amd64. 20:39:56 Preparing to unpack .../19-libpgm-5.2-0_5.2.122~dfsg-3ubuntu1_amd64.deb ... 20:39:56 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... 20:39:56 Selecting previously unselected package libpgm-dev:amd64. 20:39:56 Preparing to unpack .../20-libpgm-dev_5.2.122~dfsg-3ubuntu1_amd64.deb ... 20:39:56 Unpacking libpgm-dev:amd64 (5.2.122~dfsg-3ubuntu1) ... 20:39:56 Selecting previously unselected package libsodium-dev:amd64. 20:39:56 Preparing to unpack .../21-libsodium-dev_1.0.18-1_amd64.deb ... 20:39:56 Unpacking libsodium-dev:amd64 (1.0.18-1) ... 20:39:57 Selecting previously unselected package libzmq5:amd64. 20:39:57 Preparing to unpack .../22-libzmq5_4.3.2-2ubuntu1_amd64.deb ... 20:39:57 Unpacking libzmq5:amd64 (4.3.2-2ubuntu1) ... 20:39:57 Selecting previously unselected package libkrb5-dev:amd64. 20:39:57 Preparing to unpack .../23-libkrb5-dev_1.17-6ubuntu4.1_amd64.deb ... 20:39:57 Unpacking libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... 20:39:57 Selecting previously unselected package libzmq3-dev:amd64. 20:39:57 Preparing to unpack .../24-libzmq3-dev_4.3.2-2ubuntu1_amd64.deb ... 20:39:57 Unpacking libzmq3-dev:amd64 (4.3.2-2ubuntu1) ... 20:39:57 Selecting previously unselected package pkg-config. 20:39:57 Preparing to unpack .../25-pkg-config_0.29.1-0ubuntu4_amd64.deb ... 20:39:57 Unpacking pkg-config (0.29.1-0ubuntu4) ... 20:39:57 Selecting previously unselected package zip. 20:39:57 Preparing to unpack .../26-zip_3.0-11build1_amd64.deb ... 20:39:57 Unpacking zip (3.0-11build1) ... 20:39:57 Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ... 20:39:57 Setting up libsodium23:amd64 (1.0.18-1) ... 20:39:57 Setting up libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ... 20:39:57 No schema files found: doing nothing. 20:39:57 Setting up libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... 20:39:57 Setting up libnorm1:amd64 (1.5.8+dfsg2-2build1) ... 20:39:57 Setting up libnghttp2-14:amd64 (1.40.0-1build1) ... 20:39:57 Setting up libnorm-dev:amd64 (1.5.8+dfsg2-2build1) ... 20:39:57 Setting up liberror-perl (0.17029-1) ... 20:39:57 Setting up libgssrpc4:amd64 (1.17-6ubuntu4.1) ... 20:39:57 Setting up zip (3.0-11build1) ... 20:39:57 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ... 20:39:57 Setting up comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... 20:39:57 Setting up pkg-config (0.29.1-0ubuntu4) ... 20:39:57 Setting up libsodium-dev:amd64 (1.0.18-1) ... 20:39:57 Setting up libssh-4:amd64 (0.9.3-2ubuntu2.2) ... 20:39:57 Setting up libkdb5-9:amd64 (1.17-6ubuntu4.1) ... 20:39:57 Setting up git-man (1:2.25.1-1ubuntu3.2) ... 20:39:57 Setting up libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... 20:39:57 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... 20:39:57 Setting up libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... 20:39:57 Setting up libzmq5:amd64 (4.3.2-2ubuntu1) ... 20:39:57 Setting up libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.7) ... 20:39:57 Setting up libpgm-dev:amd64 (5.2.122~dfsg-3ubuntu1) ... 20:39:57 Setting up git (1:2.25.1-1ubuntu3.2) ... 20:39:57 Setting up krb5-multidev:amd64 (1.17-6ubuntu4.1) ... 20:39:57 Setting up libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... 20:39:57 Setting up libzmq3-dev:amd64 (4.3.2-2ubuntu1) ... 20:39:57 Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 20:39:58 comerr-dev set to automatically installed. 20:39:58 git set to automatically installed. 20:39:58 git-man set to automatically installed. 20:39:58 krb5-multidev set to automatically installed. 20:39:58 libbrotli1 set to automatically installed. 20:39:58 libcurl3-gnutls set to automatically installed. 20:39:58 liberror-perl set to automatically installed. 20:39:58 libglib2.0-0 set to automatically installed. 20:39:58 libgssrpc4 set to automatically installed. 20:39:58 libkadm5clnt-mit11 set to automatically installed. 20:39:58 libkadm5srv-mit11 set to automatically installed. 20:39:58 libkdb5-9 set to automatically installed. 20:39:58 libkrb5-dev set to automatically installed. 20:39:58 libnghttp2-14 set to automatically installed. 20:39:58 libnorm-dev set to automatically installed. 20:39:58 libnorm1 set to automatically installed. 20:39:58 libpgm-5.2-0 set to automatically installed. 20:39:58 libpgm-dev set to automatically installed. 20:39:58 libpsl5 set to automatically installed. 20:39:58 librtmp1 set to automatically installed. 20:39:58 libsodium-dev set to automatically installed. 20:39:58 libsodium23 set to automatically installed. 20:39:58 libssh-4 set to automatically installed. 20:39:58 libzmq3-dev set to automatically installed. 20:39:58 libzmq5 set to automatically installed. 20:39:58 pkg-config set to automatically installed. 20:39:58 zip set to automatically installed. 20:39:59 snapd is not logged in, snap install commands will use sudo 20:40:07 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:40:07 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:40:07 ./bin/test-attribution-txt.sh [Pipeline] echo 20:40:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 20:40:07 + ls -al . 20:40:07 total 672 20:40:07 drwxrwxr-x 9 1001 1001 4096 Jan 15 20:40 . 20:40:07 drwxr-xr-x 4 root root 4096 Jan 15 20:35 .. 20:40:07 -rw-rw-r-- 1 1001 1001 11 Jan 15 20:33 .dockerignore 20:40:07 drwxrwxr-x 8 1001 1001 4096 Jan 15 20:33 .git 20:40:07 drwxrwxr-x 4 1001 1001 4096 Jan 15 20:33 .github 20:40:07 -rw-rw-r-- 1 1001 1001 804 Jan 15 20:33 .gitignore 20:40:07 -rw-rw-r-- 1 1001 1001 42 Jan 15 20:33 .golangci.yml 20:40:07 -rw-rw-r-- 1 1001 1001 76 Jan 15 20:33 .hadolint.yml 20:40:07 -rw-rw-r-- 1 1001 1001 166 Jan 15 20:33 .sonarcloud.properties 20:40:07 -rw-rw-r-- 1 1001 1001 1171 Jan 15 20:33 ADOPTERS.md 20:40:07 -rw-rw-r-- 1 1001 1001 8910 Jan 15 20:33 Attribution.txt 20:40:07 -rw-rw-r-- 1 1001 1001 51732 Jan 15 20:33 CHANGELOG.md 20:40:07 -rw-rw-r-- 1 1001 1001 3804 Jan 15 20:33 CONTRIBUTING.md 20:40:07 -rw-rw-r-- 1 1001 1001 677 Jan 15 20:33 GOVERNANCE.md 20:40:07 -rw-rw-r-- 1 1001 1001 849 Jan 15 20:33 Jenkinsfile 20:40:07 -rw-rw-r-- 1 1001 1001 10775 Jan 15 20:33 LICENSE 20:40:07 -rw-rw-r-- 1 1001 1001 6508 Jan 15 20:33 Makefile 20:40:07 -rw-rw-r-- 1 1001 1001 582 Jan 15 20:33 OWNERS.md 20:40:07 -rw-rw-r-- 1 1001 1001 8207 Jan 15 20:33 README.md 20:40:07 -rw-rw-r-- 1 1001 1001 6912 Jan 15 20:33 SECURITY.md 20:40:07 -rw-rw-r-- 1 1001 1001 5 Jan 15 20:30 VERSION 20:40:07 -rw-rw-r-- 1 1001 1001 4131 Jan 15 20:33 ZMQWindows.md 20:40:07 drwxrwxr-x 2 1001 1001 4096 Jan 15 20:33 bin 20:40:07 drwxrwxr-x 14 1001 1001 4096 Jan 15 20:33 cmd 20:40:07 -rw-r--r-- 1 root root 428381 Jan 15 20:38 coverage.out 20:40:07 -rw-rw-r-- 1 1001 1001 828 Jan 15 20:33 go.mod 20:40:07 -rw-rw-r-- 1 1001 1001 49574 Jan 15 20:33 go.sum 20:40:07 drwxrwxr-x 8 1001 1001 4096 Jan 15 20:33 internal 20:40:07 drwxrwxr-x 3 1001 1001 4096 Jan 15 20:33 openapi 20:40:07 drwxrwxr-x 4 1001 1001 4096 Jan 15 20:33 snap 20:40:07 -rw-rw-r-- 1 1001 1001 204 Jan 15 20:33 version.go [Pipeline] sh 20:40:08 + '[' -e coverage.out ] 20:40:08 + chown 1001:1001 coverage.out [Pipeline] stash 20:40:08 Warning: overwriting stash ‘coverage-report’ 20:40:09 Stashed 1 file(s) [Pipeline] sh 20:40:09 + make build 20:40:09 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 20:40:14 go (1.16/stable) 1.16.13 from Michael Hudson-Doyle (mwhudson) installed 20:40:14 Downloading snap 'edgex-app-service-configurable' 20:40:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:40:17 Pulling app-service-configurable 20:40:17 + snapcraftctl pull 20:40:18 Pulling config-common 20:40:18 + snapcraftctl pull 20:40:20 Pulling go-build-helper 20:40:20 + snapcraftctl pull 20:40:21 'edgex-go' has dependencies that need to be staged: go-build-helper 20:40:21 Skipping pull go-build-helper (already ran) 20:40:21 Building go-build-helper 20:40:21 + snapcraftctl build 20:40:22 + cp --archive --link --no-dereference . /root/parts/go-build-helper/install 20:40:23 Staging go-build-helper 20:40:23 + snapcraftctl stage 20:40:28 Get:1 libnorm1_1.5.8+dfsg2-2build1_amd64.deb [290 kB] 20:40:28 Fetched 290 kB in 0s (0 B/s) 20:40:28 Get:1 libpgm-5.2-0_5.2.122~dfsg-3ubuntu1_amd64.deb [158 kB] 20:40:28 Fetched 158 kB in 0s (0 B/s) 20:40:28 Get:1 libzmq5_4.3.2-2ubuntu1_amd64.deb [242 kB] 20:40:28 Fetched 242 kB in 0s (0 B/s) 20:40:28 Get:1 libsodium23_1.0.18-1_amd64.deb [150 kB] 20:40:28 Fetched 150 kB in 0s (0 B/s) 20:40:28 Pulling edgex-go 20:40:28 + snapcraftctl pull 20:40:30 Pulling hooks 20:40:30 + snapcraftctl pull 20:40:44 Removing suid/guid from /root/parts/static-packages/install/bin/su 20:40:44 Get:1 libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [96.1 kB] 20:40:44 Fetched 96.1 kB in 0s (0 B/s) 20:40:44 Get:1 libnghttp2-14_1.40.0-1build1_amd64.deb [78.7 kB] 20:40:44 Fetched 78.7 kB in 0s (0 B/s) 20:40:44 Get:1 libwind0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [48.0 kB] 20:40:44 Fetched 48.0 kB in 0s (0 B/s) 20:40:44 Get:1 jq_1.6-1ubuntu0.20.04.1_amd64.deb [50.2 kB] 20:40:44 Fetched 50.2 kB in 0s (0 B/s) 20:40:44 Get:1 libsasl2-modules-db_2.1.27+dfsg-2_amd64.deb [14.9 kB] 20:40:44 Fetched 14.9 kB in 0s (0 B/s) 20:40:44 Get:1 libcurl4_7.68.0-1ubuntu2.7_amd64.deb [234 kB] 20:40:44 Fetched 234 kB in 0s (0 B/s) 20:40:44 Get:1 libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb [155 kB] 20:40:44 Fetched 155 kB in 0s (0 B/s) 20:40:44 Get:1 libssh-4_0.9.3-2ubuntu2.2_amd64.deb [170 kB] 20:40:44 Fetched 170 kB in 0s (0 B/s) 20:40:44 Get:1 libbrotli1_1.0.7-6ubuntu0.1_amd64.deb [267 kB] 20:40:44 Fetched 267 kB in 0s (0 B/s) 20:40:44 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 20:40:44 Fetched 50.6 kB in 0s (0 B/s) 20:40:44 Get:1 libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [15.1 kB] 20:40:44 Fetched 15.1 kB in 0s (0 B/s) 20:40:44 Get:1 libpsl5_0.21.0-1ubuntu1_amd64.deb [51.5 kB] 20:40:44 Fetched 51.5 kB in 0s (0 B/s) 20:40:44 Get:1 libjq1_1.6-1ubuntu0.20.04.1_amd64.deb [121 kB] 20:40:44 Fetched 121 kB in 0s (0 B/s) 20:40:44 Get:1 libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [29.7 kB] 20:40:44 Fetched 29.7 kB in 0s (0 B/s) 20:40:44 Get:1 util-linux_2.34-0.1ubuntu9.1_amd64.deb [1021 kB] 20:40:44 Fetched 1021 kB in 0s (0 B/s) 20:40:44 Get:1 libsasl2-2_2.1.27+dfsg-2_amd64.deb [49.3 kB] 20:40:44 Fetched 49.3 kB in 0s (0 B/s) 20:40:44 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb [54.9 kB] 20:40:44 Fetched 54.9 kB in 0s (0 B/s) 20:40:44 Get:1 libldap-common_2.4.49+dfsg-2ubuntu1.8_all.deb [16.6 kB] 20:40:44 Fetched 16.6 kB in 0s (0 B/s) 20:40:44 Get:1 libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [87.9 kB] 20:40:44 Fetched 87.9 kB in 0s (0 B/s) 20:40:44 Get:1 libonig5_6.9.4-1_amd64.deb [142 kB] 20:40:44 Fetched 142 kB in 0s (0 B/s) 20:40:44 Get:1 libroken18-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [41.8 kB] 20:40:44 Fetched 41.8 kB in 0s (0 B/s) 20:40:44 Get:1 libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [181 kB] 20:40:44 Fetched 181 kB in 0s (0 B/s) 20:40:44 Get:1 libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [208 kB] 20:40:44 Fetched 208 kB in 0s (0 B/s) 20:40:44 Get:1 curl_7.68.0-1ubuntu2.7_amd64.deb [161 kB] 20:40:44 Fetched 161 kB in 0s (0 B/s) 20:40:44 Get:1 libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [107 kB] 20:40:44 Fetched 107 kB in 0s (0 B/s) 20:40:44 Pulling static-packages 20:40:44 + snapcraftctl pull 20:40:45 Pulling version 20:40:45 + cd /root/project 20:40:45 ++ git describe --tags --abbrev=0 20:40:45 ++ sed s/v// 20:40:45 + GIT_VERSION=2.2.0-dev.20 20:40:45 + '[' -z 2.2.0-dev.20 ']' 20:40:45 + snapcraftctl set-version 2.2.0-dev.20 20:40:46 Building app-service-configurable 20:40:46 + snapcraftctl build 20:40:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 20:40:49 Building config-common 20:40:49 + snapcraftctl build 20:40:50 + cp --archive --link --no-dereference . /root/parts/config-common/install 20:40:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:40:50 Skipping build go-build-helper (already ran) 20:40:51 Building edgex-go 20:40:51 + cd /root/parts/edgex-go/src 20:40:51 ++ git describe --tags --abbrev=0 20:40:51 ++ sed s/v// 20:40:51 + GIT_VERSION=2.2.0-dev.20 20:40:51 + '[' -z 2.2.0-dev.20 ']' 20:40:51 + echo 2.2.0-dev.20 20:40:51 + '[' '!' -d vendor ']' 20:40:51 + go mod download all 20:40:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:40:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:41:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:41:01 + make build 20:41:01 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.20" -o cmd/core-data/core-data ./cmd/core-data 20:41:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:41:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:41:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.20" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:41:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.20" -o cmd/core-command/core-command ./cmd/core-command 20:41:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:41:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.20" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:41:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.20" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:41:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.20" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:41:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.20" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:41:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 20:41:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.20" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:41:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.20" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:41:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.20" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:41:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:41:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.20" -o ./cmd/secrets-config ./cmd/secrets-config 20:41:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.20" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:41:26 + 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 20:41:26 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 20:41:26 + case "$service" in 20:41:26 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 20:41:26 + 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 20:41:26 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 20:41:26 + case "$service" in 20:41:26 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 20:41:26 + 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 20:41:26 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 20:41:26 + case "$service" in 20:41:26 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 20:41:26 + 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 20:41:26 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 20:41:26 + case "$service" in 20:41:26 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 20:41:26 + 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 20:41:26 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 20:41:26 + case "$service" in 20:41:26 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 20:41:26 + 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 20:41:26 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 20:41:26 + case "$service" in 20:41:26 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 20:41:26 + 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 20:41:26 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 20:41:26 + case "$service" in 20:41:26 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 20:41:26 + 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 20:41:26 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 20:41:26 + case "$service" in 20:41:26 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 20:41:26 + 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 20:41:26 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 20:41:26 + case "$service" in 20:41:26 + 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 20:41:26 + 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 20:41:26 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 20:41:26 + case "$service" in 20:41:26 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 20:41:26 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 20:41:26 + 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 20:41:26 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 20:41:26 + case "$service" in 20:41:26 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 20:41:26 + 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 20:41:26 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 20:41:26 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 20:41:26 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 20:41:27 Building hooks 20:41:27 + cd /root/parts/hooks/src 20:41:27 + make build 20:41:27 go mod tidy 20:41:27 go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.1.1 20:41:27 go: downloading github.com/davecgh/go-spew v1.1.0 20:41:27 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 20:41:28 GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure 20:41:28 GO111MODULE=on go build -o cmd/install/install ./cmd/install 20:41:29 + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure 20:41:29 + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install 20:41:31 Removing suid/guid from /root/parts/static-packages/install/bin/su 20:41:31 Building static-packages 20:41:31 + snapcraftctl build [Pipeline] } 20:41:32 $ docker stop --time=1 cd805a261aa22be5cc90f1c1f499495d26df21578d31b21ea9a3fa3672f1bcba 20:41:33 Building version 20:41:33 + snapcraftctl build 20:41:34 $ docker rm -f cd805a261aa22be5cc90f1c1f499495d26df21578d31b21ea9a3fa3672f1bcba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:41:35 Staging app-service-configurable 20:41:35 + snapcraftctl stage 20:41:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:41:35 20:41:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:41:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:41:36 latest: Pulling from edgex-devops/edgex-compose-arm64 20:41:36 29e5d40040c1: Pulling fs layer 20:41:36 1ce36da41761: Pulling fs layer 20:41:36 25b303627fd3: Pulling fs layer 20:41:36 29e5d40040c1: Verifying Checksum 20:41:36 29e5d40040c1: Download complete 20:41:36 Staging config-common 20:41:36 + snapcraftctl stage 20:41:36 1ce36da41761: Verifying Checksum 20:41:36 1ce36da41761: Download complete 20:41:36 29e5d40040c1: Pull complete 20:41:38 25b303627fd3: Verifying Checksum 20:41:38 25b303627fd3: Download complete 20:41:38 1ce36da41761: Pull complete 20:41:38 Skipping stage go-build-helper (already ran) 20:41:38 Staging edgex-go 20:41:38 + snapcraftctl stage 20:41:39 Staging hooks 20:41:39 + snapcraftctl stage 20:41:41 Staging static-packages 20:41:41 + snapcraftctl stage 20:41:42 Staging version 20:41:42 + snapcraftctl stage 20:41:43 Priming app-service-configurable 20:41:43 + snapcraftctl prime 20:41:47 The 'app-service-configurable' part is missing libraries that are not included in the snap or base. They can be satisfied by adding the following entry for this part 20:41:47 stage-packages: 20:41:47 - libnorm1 20:41:47 - libpgm-5.2-0 20:41:47 - libsodium23 20:41:47 - libzmq5 20:41:47 Priming config-common 20:41:47 + snapcraftctl prime 20:41:48 25b303627fd3: Pull complete 20:41:48 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:41:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:41:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 20:41:48 prd-ubuntu18.04-docker-arm64-4c-16g-1580 does not seem to be running inside a container 20:41:48 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 20:41:49 Priming go-build-helper 20:41:49 + snapcraftctl prime 20:41:50 Priming edgex-go 20:41:50 + snapcraftctl prime 20:41:51 $ docker top 31deacb7001fd9cc7e92a691d592b05d1c43588d922d342023203cf060d844f4 -eo pid,comm [Pipeline] { [Pipeline] sh 20:41:51 Priming hooks 20:41:51 + snapcraftctl prime 20:41:52 + grep parallel 20:41:52 + docker-compose build --help 20:41:53 Priming static-packages 20:41:53 + snapcraftctl prime 20:41:57 --parallel Build images in parallel. [Pipeline] } 20:41:57 $ docker stop --time=1 31deacb7001fd9cc7e92a691d592b05d1c43588d922d342023203cf060d844f4 20:41:59 $ docker rm -f 31deacb7001fd9cc7e92a691d592b05d1c43588d922d342023203cf060d844f4 20:41:59 Priming version 20:41:59 + snapcraftctl prime [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:41:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:41:59 . [Pipeline] withDockerContainer 20:41:59 prd-ubuntu18.04-docker-arm64-4c-16g-1580 does not seem to be running inside a container 20:41:59 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:42:00 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 20:42:01 $ docker top b27b54b92dfe3c9e72813943e78d2383ecaf63cb3451d80cfdacd97ccfb40cb1 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 20:42:01 + docker-compose -f ./docker-compose-build.yml build --parallel 20:42:08 Building core-command ... 20:42:08 Building core-data ... 20:42:08 Building core-metadata ... 20:42:08 Building security-bootstrapper ... 20:42:08 Building security-proxy-setup ... 20:42:08 Building security-secretstore-setup ... 20:42:08 Building support-notifications ... 20:42:08 Building support-scheduler ... 20:42:08 Building sys-mgmt-agent ... 20:42:08 Building core-metadata 20:42:08 Building security-proxy-setup 20:42:08 Building security-secretstore-setup 20:42:08 Building support-scheduler 20:42:08 Building core-command 20:43:16 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:43:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:43:16 ---> 9759b6ba5a0f 20:43:16 Step 3/23 : WORKDIR /edgex-go 20:43:16 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:43:16 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:43:16 ---> 9759b6ba5a0f 20:43:16 Step 3/22 : WORKDIR /edgex-go 20:43:17 Step 1/20 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:43:17 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:43:17 ---> 9759b6ba5a0f 20:43:17 Step 3/20 : WORKDIR /edgex-go 20:43:17 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:43:17 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:43:17 ---> 9759b6ba5a0f 20:43:17 Step 3/24 : WORKDIR /edgex-go 20:43:17 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:43:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:43:17 ---> 9759b6ba5a0f 20:43:17 Step 3/22 : WORKDIR /edgex-go 20:43:17 ---> Running in 21ca14f39be1 20:43:17 ---> Running in 3bce4c54448f 20:43:17 ---> Running in 65dc66e08afb 20:43:17 ---> Running in c1a291503076 20:43:17 ---> Running in 842742e846fc 20:43:18 Removing intermediate container 842742e846fc 20:43:18 ---> cb6e8099e4aa 20:43:18 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:43:18 Removing intermediate container c1a291503076 20:43:18 ---> a7002427b719 20:43:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:43:18 Removing intermediate container 21ca14f39be1 20:43:18 ---> 888a404544d7 20:43:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:43:18 ---> Running in c649dbb41330 20:43:18 Removing intermediate container 3bce4c54448f 20:43:18 ---> 848d9ffb7ad1 20:43:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:43:18 Removing intermediate container 65dc66e08afb 20:43:18 ---> ec80dab79233 20:43:18 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:43:18 ---> Running in 9620a7da5095 20:43:18 ---> Running in 8217ba18767f 20:43:18 ---> Running in 6b5e4cca7f72 20:43:18 ---> Running in bd05953f0ccf 20:43:21 Removing intermediate container c649dbb41330 20:43:21 ---> da9a604ed83a 20:43:21 Step 5/20 : RUN apk add --update --no-cache make git 20:43:21 ---> Running in 3f98d501ed9d 20:43:21 Removing intermediate container 9620a7da5095 20:43:21 ---> 235b0f7d6b0e 20:43:21 Step 5/23 : RUN apk add --update --no-cache make git 20:43:22 ---> Running in b98993e06eb7 20:43:22 Removing intermediate container 6b5e4cca7f72 20:43:22 ---> cb3acdc6c2d8 20:43:22 Step 5/22 : RUN apk add --update --no-cache make git 20:43:22 ---> Running in 7c0a4f3bfed7 20:43:22 Removing intermediate container 8217ba18767f 20:43:22 ---> 9df40b28a73d 20:43:22 Step 5/22 : RUN apk add --update --no-cache make git 20:43:22 Removing intermediate container bd05953f0ccf 20:43:22 ---> 5957e03c2341 20:43:22 Step 5/24 : RUN apk add --update --no-cache make git 20:43:23 ---> Running in cb7c2745173e 20:43:23 ---> Running in c65585a7c2b6 20:43:24 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:43:24 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:43:25 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:43:25 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:43:25 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:43:25 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:43:25 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:43:26 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:43:26 OK: 220 MiB in 52 packages 20:43:26 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:43:26 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:43:26 OK: 220 MiB in 52 packages 20:43:27 OK: 220 MiB in 52 packages 20:43:27 Removing intermediate container 3f98d501ed9d 20:43:27 ---> 3ffb34b3824c 20:43:27 Step 6/20 : COPY . . 20:43:27 OK: 220 MiB in 52 packages 20:43:27 OK: 220 MiB in 52 packages 20:43:28 Removing intermediate container b98993e06eb7 20:43:28 ---> 85a529c8029f 20:43:28 Step 6/23 : COPY go.mod . 20:43:28 Removing intermediate container 7c0a4f3bfed7 20:43:28 ---> 7f074aee7995 20:43:28 Step 6/22 : COPY . . 20:43:29 Removing intermediate container cb7c2745173e 20:43:29 ---> 735b2d564fa1 20:43:29 Step 6/22 : COPY . . 20:43:29 Removing intermediate container c65585a7c2b6 20:43:29 ---> 58034af85c8f 20:43:29 Step 6/24 : COPY . . 20:43:29 ---> 1a7813db08e8 20:43:29 Step 7/23 : RUN go mod download 20:43:29 ---> Running in 63a697f3cf49 20:43:34 Removing intermediate container 63a697f3cf49 20:43:34 ---> 69e4c5bc1494 20:43:34 Step 8/23 : COPY . . 20:43:53 ---> b5c32789d95d 20:43:53 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:43:53 ---> b725df247539 20:43:53 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:43:53 ---> Running in d515d8ea7a0b 20:43:53 ---> 5559ddfdf496 20:43:53 Step 7/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:43:53 ---> b8764c2c8cb7 20:43:53 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:43:53 ---> Running in 4b1c7dc24ba3 20:43:53 ---> Running in 146ff9918f48 20:43:53 ---> Running in ebd6b4ad9552 20:43:56 ---> 6f293ea54e9e 20:43:56 Step 9/23 : RUN go mod tidy 20:43:56 ---> Running in 033daedb680b 20:43:57 Removing intermediate container d515d8ea7a0b 20:43:57 ---> f2d2670027cd 20:43:57 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:43:57 ---> Running in 4aeeb3392183 20:43:57 Removing intermediate container ebd6b4ad9552 20:43:57 ---> 96f6c3da29c7 20:43:57 Step 8/22 : RUN make cmd/core-metadata/core-metadata 20:43:57 Removing intermediate container 146ff9918f48 20:43:57 ---> 402e053d5d29 20:43:57 Step 8/20 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:43:58 ---> Running in 9ceb32897cf8 20:43:58 ---> Running in f94c7992756b 20:43:58 Removing intermediate container 4b1c7dc24ba3 20:43:58 ---> aea1d272a38f 20:43:58 Step 8/22 : RUN make cmd/core-command/core-command 20:43:58 ---> Running in 369013fcfd84 20:43:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:44:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 20:44:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:44:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:44:02 Removing intermediate container 033daedb680b 20:44:02 ---> 24e2439e8879 20:44:02 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 20:44:03 ---> Running in f37ffc41dda2 20:44:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:46:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 20:46:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:46:24 Removing intermediate container 369013fcfd84 20:46:24 ---> 5c57dde788b9 20:46:24 20:46:24 Step 9/22 : FROM alpine:3.14 20:46:24 3.14: Pulling from library/alpine 20:46:25 Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 20:46:25 Status: Downloaded newer image for alpine:3.14 20:46:25 ---> 5b8b7b635229 20:46:25 Step 10/22 : RUN apk add --update --no-cache dumb-init 20:46:26 ---> Running in a4d8827a3083 20:46:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 20:46:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 20:46:29 Removing intermediate container 4aeeb3392183 20:46:29 ---> 83e60cd0d6fe 20:46:29 20:46:29 Step 9/24 : FROM alpine:3.14 20:46:29 ---> 5b8b7b635229 20:46:29 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:46:29 ---> Running in 75fe4021f53a 20:46:29 (1/1) Installing dumb-init (1.2.5-r1) 20:46:29 Executing busybox-1.33.1-r6.trigger 20:46:29 OK: 6 MiB in 15 packages 20:46:31 Removing intermediate container a4d8827a3083 20:46:31 ---> ceb7c941d7d5 20:46:31 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:46:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 20:46:31 ---> Running in b9df26e3ee0f 20:46:31 Removing intermediate container 9ceb32897cf8 20:46:31 ---> 4c591c5149cc 20:46:31 20:46:31 Step 9/20 : FROM alpine:3.14 20:46:31 ---> 5b8b7b635229 20:46:31 Step 10/20 : RUN apk add --update --no-cache curl 20:46:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 20:46:31 ---> Running in 6ec42498a80d 20:46:32 Removing intermediate container b9df26e3ee0f 20:46:32 ---> 98d727bf6280 20:46:32 Step 12/22 : ENV APP_PORT=59882 20:46:32 ---> Running in aba220c692c6 20:46:32 (1/3) Installing ca-certificates (20191127-r5) 20:46:32 Removing intermediate container aba220c692c6 20:46:32 ---> 330da99dc775 20:46:32 Step 13/22 : EXPOSE $APP_PORT 20:46:32 (2/3) Installing dumb-init (1.2.5-r1) 20:46:32 (3/3) Installing su-exec (0.2-r1) 20:46:32 Executing busybox-1.33.1-r6.trigger 20:46:32 Executing ca-certificates-20191127-r5.trigger 20:46:32 ---> Running in dbf08b233ab5 20:46:33 OK: 6 MiB in 17 packages 20:46:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 20:46:33 Removing intermediate container dbf08b233ab5 20:46:33 ---> c659cb8a9030 20:46:33 Step 14/22 : WORKDIR / 20:46:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 20:46:34 ---> Running in cddc4d0c7fa7 20:46:35 Removing intermediate container cddc4d0c7fa7 20:46:35 ---> 2321ea8c563c 20:46:35 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:46:35 (1/5) Installing ca-certificates (20191127-r5) 20:46:35 (2/5) Installing brotli-libs (1.0.9-r5) 20:46:35 (3/5) Installing nghttp2-libs (1.43.0-r0) 20:46:35 (4/5) Installing libcurl (7.79.1-r0) 20:46:35 (5/5) Installing curl (7.79.1-r0) 20:46:35 Executing busybox-1.33.1-r6.trigger 20:46:35 Executing ca-certificates-20191127-r5.trigger 20:46:35 OK: 8 MiB in 19 packages 20:46:35 Removing intermediate container 75fe4021f53a 20:46:35 ---> e2840799171d 20:46:35 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:46:35 ---> Running in aa2020ebc446 20:46:36 ---> ae6b65fa3c39 20:46:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:46:36 Removing intermediate container aa2020ebc446 20:46:36 ---> 74b272831e5f 20:46:36 Step 12/24 : WORKDIR / 20:46:36 ---> Running in 46b650862a02 20:46:37 Removing intermediate container 46b650862a02 20:46:37 ---> 61edc0cb6a24 20:46:37 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:46:37 Removing intermediate container 6ec42498a80d 20:46:37 ---> 3499531565a3 20:46:37 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:46:37 ---> Running in 992062abbb16 20:46:38 ---> 708b1ad40a0b 20:46:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:46:38 Removing intermediate container 992062abbb16 20:46:38 Removing intermediate container f94c7992756b 20:46:38 ---> bca9398fb9bc 20:46:38 20:46:38 Step 9/22 : FROM alpine:3.14 20:46:38 ---> 5b8b7b635229 20:46:38 Step 10/22 : RUN apk add --update --no-cache dumb-init 20:46:38 ---> Using cache 20:46:38 ---> ceb7c941d7d5 20:46:38 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:46:38 ---> Using cache 20:46:38 ---> 98d727bf6280 20:46:38 Step 12/22 : ENV APP_PORT=59881 20:46:38 ---> c916740e8f69 20:46:38 Step 12/20 : WORKDIR /edgex 20:46:38 Removing intermediate container f37ffc41dda2 20:46:38 ---> 7b9fa5d574fe 20:46:38 20:46:38 Step 11/23 : FROM alpine:3.14 20:46:38 ---> 5b8b7b635229 20:46:38 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:46:38 ---> Using cache 20:46:38 ---> ceb7c941d7d5 20:46:38 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:46:38 ---> Using cache 20:46:38 ---> 98d727bf6280 20:46:38 Step 14/23 : ENV APP_PORT=59861 ---> 0ce297a78edf 20:46:38 20:46:38 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:46:38 ---> Running in a48f8837f5fb 20:46:38 ---> Running in b7dee04d265a 20:46:38 ---> Running in a226287b236a 20:46:38 ---> f34d4e58f86e 20:46:38 Step 18/22 : ENTRYPOINT ["/core-command"] 20:46:39 ---> Running in d269cfec1455 20:46:39 Removing intermediate container a48f8837f5fb 20:46:39 ---> fbcbf5c0192d 20:46:39 Step 13/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:46:39 Removing intermediate container b7dee04d265a 20:46:39 ---> 54d818cc972a 20:46:39 Step 13/22 : EXPOSE $APP_PORT 20:46:39 Removing intermediate container a226287b236a 20:46:39 ---> 6b9389b0ecc4 20:46:39 Step 15/23 : EXPOSE $APP_PORT 20:46:39 ---> Running in 711a55e40454 20:46:39 ---> Running in 629b90f063ce 20:46:39 ---> ece67c6b8e9e 20:46:39 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:46:39 Removing intermediate container d269cfec1455 20:46:39 ---> 5001c0ce3e9f 20:46:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:46:39 Removing intermediate container 629b90f063ce 20:46:39 ---> 8debf640a89f 20:46:39 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:46:39 ---> Running in d258e1f1253e 20:46:39 Removing intermediate container 711a55e40454 20:46:39 ---> 491afdf45dfc 20:46:39 Step 14/22 : WORKDIR / 20:46:39 ---> Running in 2cb34ee6fe50 20:46:40 ---> a5e5b4493bdd 20:46:40 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:46:40 Removing intermediate container d258e1f1253e 20:46:40 ---> 542566f1207e 20:46:40 Step 20/22 : LABEL arch=arm64 20:46:40 ---> bc324b1bea9b 20:46:40 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 20:46:40 ---> Running in 3f3f5e5ec9b8 20:46:40 Removing intermediate container 2cb34ee6fe50 20:46:40 ---> 0bade7dee0b5 20:46:40 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:46:40 ---> a27fda1bc7b1 20:46:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:46:41 Removing intermediate container 3f3f5e5ec9b8 20:46:41 ---> 6455fe7509e8 20:46:41 Step 21/22 : LABEL git_sha=3144db63cf6ba42199b3e54756f5a01fbfc8b7cf 20:46:41 ---> Running in f83a08a6ed5d 20:46:41 ---> b5f043a4b2bf 20:46:41 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:46:41 ---> 2fecc6aa3433 20:46:41 Step 15/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:46:41 ---> 912b684bcdba 20:46:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:46:41 Removing intermediate container f83a08a6ed5d 20:46:41 ---> bbd031d8fb72 20:46:41 Step 22/22 : LABEL version=0.0.0 20:46:41 ---> Running in 627158a814e4 20:46:42 ---> 0373d2933e19 20:46:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:46:42 Removing intermediate container 627158a814e4 20:46:42 ---> 5b7952f233b7 20:46:42 20:46:43 ---> 09f8f37615c3 20:46:43 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:46:43 Successfully built 5b7952f233b7 20:46:43 ---> f3d3e751890a 20:46:43 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:46:43 Successfully tagged core-command-arm64:latest 20:46:43  Building core-command ... done Building security-bootstrapper 20:46:43 ---> Running in 0e8cb9e090ab 20:46:43 ---> c3b2db005f0e 20:46:43 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 20:46:43 ---> Running in c2d06817f18d 20:46:43 ---> b12a12e5f9ce 20:46:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:46:44 Removing intermediate container 0e8cb9e090ab 20:46:44 ---> e5ad328f8122 20:46:44 Step 17/20 : CMD ["--init=true"] 20:46:44 Removing intermediate container c2d06817f18d 20:46:44 ---> d629fe60761a 20:46:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:46:44 ---> Running in e6da47139f07 20:46:44 ---> Running in edda5602fcab 20:46:45 ---> 846fd32b96c0 20:46:45 Step 18/22 : ENTRYPOINT ["/core-metadata"] 20:46:45 Removing intermediate container e6da47139f07 20:46:45 ---> 759bbe793d91 20:46:45 Step 18/20 : LABEL arch=arm64 20:46:45 ---> eb14d61a674c 20:46:45 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:46:45 ---> Running in b9892c81cae5 20:46:45 Removing intermediate container edda5602fcab 20:46:45 ---> 6e40de6e315c 20:46:45 Step 21/23 : LABEL arch=arm64 20:46:45 ---> Running in d1d352467957 20:46:45 ---> Running in ba0d3aa4d9b1 20:46:45 Removing intermediate container b9892c81cae5 20:46:45 ---> ac2f61455fef 20:46:45 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:46:45 ---> Running in eae95892a2dd 20:46:46 Removing intermediate container d1d352467957 20:46:46 ---> 64a2bd84834a 20:46:46 Step 19/20 : LABEL git_sha=3144db63cf6ba42199b3e54756f5a01fbfc8b7cf 20:46:46 Removing intermediate container ba0d3aa4d9b1 20:46:46 ---> f40fa16ebd51 20:46:46 Step 22/23 : LABEL git_sha=3144db63cf6ba42199b3e54756f5a01fbfc8b7cf 20:46:46 ---> cd1339f08960 20:46:46 Step 20/24 : 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/ 20:46:46 ---> Running in 59178a650919 20:46:46 ---> Running in 76b21f87f51b 20:46:46 ---> Running in 4d3d5d9368ac 20:46:46 Removing intermediate container eae95892a2dd 20:46:46 ---> 44ace134be46 20:46:46 Step 20/22 : LABEL arch=arm64 20:46:46 ---> Running in 3bae3fd19390 20:46:46 Removing intermediate container 76b21f87f51b 20:46:46 ---> f7a29a939917 20:46:46 Step 23/23 : LABEL version=0.0.0 20:46:46 Removing intermediate container 59178a650919 20:46:46 ---> 720ca6931fec 20:46:46 Step 20/20 : LABEL version=0.0.0 20:46:46 ---> Running in fa712976df44 20:46:47 ---> Running in 317171db1357 20:46:47 Removing intermediate container 3bae3fd19390 20:46:47 ---> 8b61b910f32f 20:46:47 Step 21/22 : LABEL git_sha=3144db63cf6ba42199b3e54756f5a01fbfc8b7cf 20:46:47 ---> Running in ad3132642b25 20:46:47 Removing intermediate container fa712976df44 20:46:47 ---> 8b15bc2d62c8 20:46:47 20:46:47 Removing intermediate container 317171db1357 20:46:47 ---> 44eb54f0db65 20:46:47 20:46:48 Removing intermediate container ad3132642b25 20:46:48 ---> 4cd85ef2ff44 20:46:48 Step 22/22 : LABEL version=0.0.0 20:46:48 Successfully built 8b15bc2d62c8 20:46:48 Successfully tagged support-scheduler-arm64:latest 20:46:48  Building support-scheduler ... done  ---> Running in 68b20b507c7f 20:46:48 Building sys-mgmt-agent 20:46:48 Successfully built 44eb54f0db65 20:46:48 Successfully tagged security-proxy-setup-arm64:latest 20:46:48  Building security-proxy-setup ... done Building support-notifications 20:46:48 Removing intermediate container 68b20b507c7f 20:46:48 ---> 8c26d8c88d59 20:46:48 20:46:49 Successfully built 8c26d8c88d59 20:46:49 Successfully tagged core-metadata-arm64:latest 20:46:49  Building core-metadata ... done Building core-data 20:46:49 Removing intermediate container 4d3d5d9368ac 20:46:49 ---> bd2122f07028 20:46:49 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:46:49 ---> Running in 180bc63f4a53 20:46:49 Removing intermediate container 180bc63f4a53 20:46:49 ---> d6107bc77d7e 20:46:49 Step 22/24 : LABEL arch=arm64 20:46:49 ---> Running in 257317e1541e 20:46:50 Removing intermediate container 257317e1541e 20:46:50 ---> 8f9f1d0f5308 20:46:50 Step 23/24 : LABEL git_sha=3144db63cf6ba42199b3e54756f5a01fbfc8b7cf 20:46:50 ---> Running in 4c8c8dbc7fe6 20:46:50 Removing intermediate container 4c8c8dbc7fe6 20:46:50 ---> ce3fbc88da83 20:46:50 Step 24/24 : LABEL version=0.0.0 20:46:50 ---> Running in 32b99a7102dd 20:46:51 Removing intermediate container 32b99a7102dd 20:46:51 ---> 29b6cc82b249 20:46:51 20:46:51 Successfully built 29b6cc82b249 20:46:51 Successfully tagged security-secretstore-setup-arm64:latest 20:47:30  Building security-secretstore-setup ... done Step 1/30 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:47:30 Step 2/30 : FROM ${BUILDER_BASE} AS builder 20:47:30 ---> 9759b6ba5a0f 20:47:30 Step 3/30 : WORKDIR /edgex-go 20:47:30 ---> Using cache 20:47:30 ---> 848d9ffb7ad1 20:47:30 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:47:30 ---> Using cache 20:47:30 ---> cb3acdc6c2d8 20:47:30 Step 5/30 : RUN apk add --update --no-cache make git 20:47:30 ---> Using cache 20:47:30 ---> 7f074aee7995 20:47:30 Step 6/30 : COPY . . 20:47:30 ---> Using cache 20:47:30 ---> b725df247539 20:47:30 Step 7/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:47:30 ---> Using cache 20:47:30 ---> aea1d272a38f 20:47:30 Step 8/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:47:30 ---> Running in 09b487753e31 20:47:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:47:36 Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:47:36 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:47:36 ---> 9759b6ba5a0f 20:47:36 Step 3/21 : WORKDIR /edgex-go 20:47:36 ---> Using cache 20:47:36 ---> 848d9ffb7ad1 20:47:36 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:47:36 ---> Using cache 20:47:36 ---> cb3acdc6c2d8 20:47:36 Step 5/21 : RUN apk add --update --no-cache make bash git ca-certificates 20:47:36 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:47:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:47:36 ---> 9759b6ba5a0f 20:47:36 Step 3/22 : WORKDIR /edgex-go 20:47:36 ---> Using cache 20:47:36 ---> 848d9ffb7ad1 20:47:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:47:36 ---> Using cache 20:47:36 ---> cb3acdc6c2d8 20:47:36 Step 5/22 : RUN apk add --update --no-cache make bash git 20:47:36 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:47:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:47:36 ---> 9759b6ba5a0f 20:47:36 Step 3/22 : WORKDIR /edgex-go 20:47:36 ---> Using cache 20:47:36 ---> 848d9ffb7ad1 20:47:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:47:36 ---> Using cache 20:47:36 ---> cb3acdc6c2d8 20:47:36 Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:47:36 ---> Running in 7015bcfc3523 20:47:36 ---> Running in ebfab27a4255 20:47:36 ---> Running in 99338621ac54 20:47:38 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:47:39 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:47:39 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:47:39 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:47:40 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:47:40 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:47:40 OK: 220 MiB in 52 packages 20:47:41 OK: 220 MiB in 52 packages 20:47:41 OK: 220 MiB in 52 packages 20:47:41 Removing intermediate container 7015bcfc3523 20:47:41 ---> 1ab878921af3 20:47:41 Step 6/22 : COPY . . 20:47:42 Removing intermediate container 99338621ac54 20:47:42 ---> 3a310c8c6278 20:47:42 Step 6/21 : COPY . . 20:47:43 Removing intermediate container ebfab27a4255 20:47:43 ---> cefe0061165a 20:47:43 Step 6/22 : COPY . . 20:48:15 ---> b49345c175b6 20:48:15 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:48:15 ---> Running in fbad332782bd 20:48:15 ---> 637941345fac 20:48:15 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:48:15 ---> Running in 9db0d1826c91 20:48:15 ---> 182a309cdee6 20:48:15 Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:48:15 ---> Running in 96d62f389506 20:48:18 Removing intermediate container fbad332782bd 20:48:18 ---> 0c283883eeef 20:48:18 Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:48:18 ---> Running in d5b4141b281a 20:48:18 Removing intermediate container 9db0d1826c91 20:48:18 ---> fed14bf6d3ee 20:48:18 Step 8/22 : RUN make cmd/core-data/core-data 20:48:18 ---> Running in f6afa4d3ec24 20:48:18 Removing intermediate container 96d62f389506 20:48:18 ---> 00a7a6a17000 20:48:18 Step 8/21 : RUN make cmd/support-notifications/support-notifications 20:48:18 ---> Running in 8e97019bf540 20:48:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:48:20 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 20:48:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:48:35 Removing intermediate container 09b487753e31 20:48:35 ---> 943ae90bec4e 20:48:35 20:48:35 Step 9/30 : FROM alpine:3.14 20:48:35 ---> 5b8b7b635229 20:48:35 Step 10/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:48:35 ---> Running in 2ce8b15081f9 20:48:35 Removing intermediate container 2ce8b15081f9 20:48:35 ---> 75124194c7d6 20:48:35 Step 11/30 : RUN apk add --update --no-cache dumb-init su-exec 20:48:35 ---> Running in 8c0f70c61a0a 20:48:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 20:48:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 20:48:38 (1/2) Installing dumb-init (1.2.5-r1) 20:48:38 (2/2) Installing su-exec (0.2-r1) 20:48:38 Executing busybox-1.33.1-r6.trigger 20:48:38 OK: 6 MiB in 16 packages 20:48:40 Removing intermediate container 8c0f70c61a0a 20:48:40 ---> 2d2eb55819b2 20:48:40 Step 12/30 : ENV SECURITY_INIT_DIR /edgex-init 20:48:40 ---> Running in e5bb4bed2f2f 20:48:40 Removing intermediate container e5bb4bed2f2f 20:48:40 ---> 2717b487d947 20:48:40 Step 13/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:48:40 ---> Running in b846aab21ade 20:48:41 Removing intermediate container b846aab21ade 20:48:41 ---> e55fb40ec6f8 20:48:41 Step 14/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:48:41 ---> Running in 92cd6b66fcb9 20:48:44 Removing intermediate container 92cd6b66fcb9 20:48:44 ---> 989d7e62110a 20:48:44 Step 15/30 : WORKDIR ${SECURITY_INIT_DIR} 20:48:44 ---> Running in 20764bc1b370 20:48:44 Removing intermediate container 20764bc1b370 20:48:44 ---> a64bf6a2e7dc 20:48:44 Step 16/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:48:45 ---> 51e9f78358ab 20:48:45 Step 17/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:48:45 ---> Running in 157012b12be7 20:48:48 Removing intermediate container 157012b12be7 20:48:48 ---> 1981427b5ac4 20:48:48 Step 18/30 : COPY --from=builder /edgex-go/Attribution.txt / 20:48:49 ---> 29d80702ab93 20:48:49 Step 19/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:48:50 ---> 3435c19959d2 20:48:50 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:48:52 ---> 26266d601ef2 20:48:52 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:48:53 ---> 9ded1e4a3cc4 20:48:53 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 20:48:54 ---> 789f650b6827 20:48:54 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 20:48:54 ---> Running in 8834ad6ca69e 20:48:54 Removing intermediate container 8834ad6ca69e 20:48:54 ---> 0f65e14d446b 20:48:54 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:48:55 ---> 8dccb97a867b 20:48:55 Step 25/30 : RUN chmod +x /entrypoint.sh 20:48:56 ---> Running in 37794476bb5d 20:48:59 Removing intermediate container 37794476bb5d 20:48:59 ---> 5056e092edfb 20:48:59 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 20:48:59 ---> Running in bd10c10fd2ea 20:48:59 Removing intermediate container bd10c10fd2ea 20:48:59 ---> bc138ed0f866 20:48:59 Step 27/30 : CMD ["gate"] 20:49:00 ---> Running in 7484ee5b6f42 20:49:00 Removing intermediate container 7484ee5b6f42 20:49:00 ---> 269c9ffcf768 20:49:00 Step 28/30 : LABEL arch=arm64 20:49:00 ---> Running in 374d15f8e189 20:49:01 Removing intermediate container 374d15f8e189 20:49:01 ---> 719d0c7188ae 20:49:01 Step 29/30 : LABEL git_sha=3144db63cf6ba42199b3e54756f5a01fbfc8b7cf 20:49:01 ---> Running in 16354abb9583 20:49:02 Removing intermediate container 16354abb9583 20:49:02 ---> fa3766d98997 20:49:02 Step 30/30 : LABEL version=0.0.0 20:49:02 ---> Running in 66c7e97f40a8 20:49:02 Removing intermediate container 66c7e97f40a8 20:49:02 ---> 9c79c9977b84 20:49:02 20:49:03 Successfully built 9c79c9977b84 20:49:03 Successfully tagged security-bootstrapper-arm64:latest 20:49:59  Building security-bootstrapper ... done Removing intermediate container d5b4141b281a 20:49:59 ---> fa105743d5b0 20:49:59 Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:49:59 ---> Running in 8493fc8b09d4 20:49:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:49:59 Removing intermediate container 8493fc8b09d4 20:49:59 ---> cf509551f61e 20:49:59 20:49:59 Step 10/22 : FROM docker:20.10.10 20:49:59 20.10.10: Pulling from library/docker 20:49:59 Removing intermediate container 8e97019bf540 20:49:59 ---> eb71ef1f9af0 20:49:59 20:49:59 Step 9/21 : FROM alpine:3.14 20:49:59 ---> 5b8b7b635229 20:49:59 Step 10/21 : RUN apk add --update --no-cache ca-certificates dumb-init 20:49:59 ---> Running in 83e5d040e45d 20:49:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 20:49:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 20:50:00 (1/2) Installing ca-certificates (20191127-r5) 20:50:00 (2/2) Installing dumb-init (1.2.5-r1) 20:50:00 Executing busybox-1.33.1-r6.trigger 20:50:00 Executing ca-certificates-20191127-r5.trigger 20:50:00 OK: 6 MiB in 16 packages 20:50:02 Removing intermediate container 83e5d040e45d 20:50:02 ---> 274781b874f8 20:50:02 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:50:03 ---> Running in ea5491ef7f50 20:50:03 Removing intermediate container ea5491ef7f50 20:50:03 ---> 4a298d2351b6 20:50:03 Step 12/21 : ENV APP_PORT=59860 20:50:03 ---> Running in 428f31c4dd36 20:50:04 Removing intermediate container 428f31c4dd36 20:50:04 ---> 8bebfb63810b 20:50:04 Step 13/21 : EXPOSE $APP_PORT 20:50:04 ---> Running in 8d48e70b1e0a 20:50:05 Removing intermediate container 8d48e70b1e0a 20:50:05 ---> 1ca1453a9e3d 20:50:05 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 20:50:05 Removing intermediate container f6afa4d3ec24 20:50:05 ---> 44c0be43d37d 20:50:05 20:50:05 Step 9/22 : FROM alpine:3.14 20:50:05 ---> 5b8b7b635229 20:50:05 Step 10/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:50:06 ---> Running in 118e333c6a4c 20:50:06 ---> f8df03227db1 20:50:06 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:50:06 Removing intermediate container 118e333c6a4c 20:50:06 ---> 9471485cae02 20:50:06 Step 11/22 : ENV APP_PORT=59880 20:50:06 ---> Running in 88e6af12e65d 20:50:06 Removing intermediate container 88e6af12e65d 20:50:06 ---> 7a00ffb37d89 20:50:06 Step 12/22 : EXPOSE $APP_PORT 20:50:07 ---> Running in 822745a66d1f 20:50:07 ---> b8d501663dbd 20:50:07 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:50:07 Digest: sha256:ef7bb7fae023a1c895370ace48e3f4d470fe2351752565cdf4b3488ecb4a1fa8 20:50:07 Removing intermediate container 822745a66d1f 20:50:07 Status: Downloaded newer image for docker:20.10.10 20:50:07 ---> 08b4290d35fd 20:50:07 Step 13/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:50:07 ---> 520e9a0a30f7 20:50:07 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 20:50:07 ---> Running in 2b25cc2d8143 20:50:07 ---> Running in 47511b90dbbf 20:50:07 ---> c27fe4087fd5 20:50:07 Step 17/21 : ENTRYPOINT ["/support-notifications"] 20:50:08 ---> Running in b50c644360ae 20:50:08 Removing intermediate container 47511b90dbbf 20:50:08 ---> a04598e004cf 20:50:08 Step 12/22 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 20:50:08 ---> Running in 6cb6d2664119 20:50:08 Removing intermediate container b50c644360ae 20:50:08 ---> 88643e9cf920 20:50:08 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:50:08 ---> Running in 333e641f45ed 20:50:09 Removing intermediate container 333e641f45ed 20:50:09 ---> c86d36bf6aa3 20:50:09 Step 19/21 : LABEL arch=arm64 20:50:09 ---> Running in 41083634b8d5 20:50:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 20:50:09 Removing intermediate container 2b25cc2d8143 20:50:09 ---> 5bf2d6e4883f 20:50:09 Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init 20:50:09 Removing intermediate container 41083634b8d5 20:50:09 ---> ba5df5a32131 20:50:09 Step 20/21 : LABEL git_sha=3144db63cf6ba42199b3e54756f5a01fbfc8b7cf 20:50:09 ---> Running in 1a9bb962ba1c 20:50:09 ---> Running in ac3099c1e005 20:50:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 20:50:10 Removing intermediate container ac3099c1e005 20:50:10 ---> 430d7f29b7be 20:50:10 Step 21/21 : LABEL version=0.0.0 20:50:10 ---> Running in 873b2418b9fd 20:50:10 (1/42) Installing readline (8.1.0-r0) 20:50:10 (2/42) Installing bash (5.1.4-r0) 20:50:10 Executing bash-5.1.4-r0.post-install 20:50:10 (3/42) Installing brotli-libs (1.0.9-r5) 20:50:10 (4/42) Installing nghttp2-libs (1.43.0-r0) 20:50:10 (5/42) Installing libcurl (7.79.1-r0) 20:50:10 (6/42) Installing curl (7.79.1-r0) 20:50:10 (7/42) Installing dumb-init (1.2.5-r1) 20:50:11 (8/42) Installing libbz2 (1.0.8-r1) 20:50:11 (9/42) Installing expat (2.4.1-r0) 20:50:11 (10/42) Installing libffi (3.3-r2) 20:50:11 Removing intermediate container 873b2418b9fd 20:50:11 ---> 279f9b9c2b57 20:50:11 20:50:11 (11/42) Installing gdbm (1.19-r0) 20:50:11 (12/42) Installing xz-libs (5.2.5-r0) 20:50:11 (13/42) Installing libgcc (10.3.1_git20210424-r2) 20:50:11 (14/42) Installing libstdc++ (10.3.1_git20210424-r2) 20:50:11 (15/42) Installing mpdecimal (2.5.1-r1) 20:50:11 (16/42) Installing sqlite-libs (3.35.5-r0) 20:50:11 (17/42) Installing python3 (3.9.5-r2) 20:50:11 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 20:50:11 Successfully built 279f9b9c2b57 20:50:11 Successfully tagged support-notifications-arm64:latest 20:50:11  Building support-notifications ... done fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 20:50:12 (1/6) Installing dumb-init (1.2.5-r1) 20:50:12 (18/42) Installing py3-appdirs (1.4.4-r2) 20:50:12 (19/42) Installing py3-chardet (4.0.0-r2) 20:50:12 (2/6) Installing libgcc (10.3.1_git20210424-r2) 20:50:12 (20/42) Installing py3-idna (3.2-r0) 20:50:12 (21/42) Installing py3-urllib3 (1.26.5-r0) 20:50:12 (3/6) Installing libsodium (1.0.18-r0) 20:50:12 (22/42) Installing py3-certifi (2020.12.5-r1) 20:50:12 (23/42) Installing py3-requests (2.25.1-r4) 20:50:12 (24/42) Installing py3-msgpack (1.0.2-r1) 20:50:12 (25/42) Installing py3-lockfile (0.12.2-r4) 20:50:12 (26/42) Installing py3-cachecontrol (0.12.6-r1) 20:50:12 (27/42) Installing py3-colorama (0.4.4-r1) 20:50:12 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 20:50:12 (28/42) Installing py3-contextlib2 (0.6.0-r1) 20:50:12 (29/42) Installing py3-distlib (0.3.1-r3) 20:50:13 (30/42) Installing py3-distro (1.5.0-r3) 20:50:13 (31/42) Installing py3-six (1.15.0-r1) 20:50:13 (32/42) Installing py3-webencodings (0.5.1-r4) 20:50:13 (33/42) Installing py3-html5lib (1.1-r1) 20:50:13 (34/42) Installing py3-parsing (2.4.7-r2) 20:50:13 (35/42) Installing py3-packaging (20.9-r1) 20:50:13 (36/42) Installing py3-toml (0.10.2-r2) 20:50:13 (37/42) Installing py3-pep517 (0.10.0-r2) 20:50:13 (5/6) Installing libzmq (4.3.4-r0) 20:50:13 (38/42) Installing py3-progress (1.5-r2) 20:50:13 (39/42) Installing py3-retrying (1.3.3-r1) 20:50:13 (40/42) Installing py3-ordered-set (4.0.2-r1) 20:50:13 (41/42) Installing py3-setuptools (52.0.0-r3) 20:50:13 (6/6) Installing zeromq (4.3.4-r0) 20:50:13 Executing busybox-1.33.1-r6.trigger 20:50:13 OK: 8 MiB in 20 packages 20:50:13 (42/42) Installing py3-pip (20.3.4-r1) 20:50:14 Executing busybox-1.33.1-r6.trigger 20:50:14 OK: 84 MiB in 64 packages 20:50:14 Removing intermediate container 1a9bb962ba1c 20:50:14 ---> b89df91ebb7c 20:50:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:50:15 ---> db929c1e6b4a 20:50:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:50:16 ---> 739ec96a1daf 20:50:16 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:50:17 ---> 39a47337bef9 20:50:17 Step 18/22 : ENTRYPOINT ["/core-data"] 20:50:17 ---> Running in 78e6e5aca401 20:50:17 Removing intermediate container 78e6e5aca401 20:50:17 ---> 345c89a7d27c 20:50:17 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:50:17 ---> Running in 85353219c1f5 20:50:17 Collecting docker-compose==1.23.2 20:50:18 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:50:18 Removing intermediate container 85353219c1f5 20:50:18 ---> 9dc23286c9b4 20:50:18 Step 20/22 : LABEL arch=arm64 20:50:18 ---> Running in 8d349ba618f7 20:50:18 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.15.0) 20:50:18 Removing intermediate container 8d349ba618f7 20:50:18 ---> af712d620ab5 20:50:18 Step 21/22 : LABEL git_sha=3144db63cf6ba42199b3e54756f5a01fbfc8b7cf 20:50:18 Collecting jsonschema<3,>=2.5.1 20:50:18 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:50:18 ---> Running in 4f7015ece652 20:50:18 Collecting texttable<0.10,>=0.9.0 20:50:18 Downloading texttable-0.9.1.tar.gz (11 kB) 20:50:18 Removing intermediate container 4f7015ece652 20:50:18 ---> e980614803c0 20:50:18 Step 22/22 : LABEL version=0.0.0 20:50:19 ---> Running in 90117260bfc6 20:50:19 Removing intermediate container 90117260bfc6 20:50:19 ---> 304a824b25c6 20:50:19 20:50:19 Successfully built 304a824b25c6 20:50:19 Successfully tagged core-data-arm64:latest 20:50:20  Building core-data ... done Collecting docker<4.0,>=3.6.0 20:50:20 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:50:20 Collecting websocket-client<1.0,>=0.32.0 20:50:21 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 20:50:21 Collecting dockerpty<0.5,>=0.4.1 20:50:21 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:50:23 Collecting PyYAML<4,>=3.10 20:50:23 Downloading PyYAML-3.13.tar.gz (270 kB) 20:50:25 Collecting docopt<0.7,>=0.6.1 20:50:25 Downloading docopt-0.6.2.tar.gz (25 kB) 20:50:27 Collecting cached-property<2,>=1.2.0 20:50:27 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:50:28 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:50:28 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:50:28 Collecting docker-pycreds>=0.4.0 20:50:28 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:50: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) 20:50:29 Collecting idna<2.8,>=2.5 20:50:29 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:50:29 Collecting urllib3<1.25,>=1.21.1 20:50:29 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:50:29 Collecting chardet<3.1.0,>=3.0.2 20:50:29 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 20:50:29 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 20:50:29 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 20:50:29 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 20:50:29 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 20:50:30 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 20:50:30 Attempting uninstall: urllib3 20:50:30 Found existing installation: urllib3 1.26.5 20:50:30 Uninstalling urllib3-1.26.5: 20:50:30 Successfully uninstalled urllib3-1.26.5 20:50:31 Attempting uninstall: idna 20:50:31 Found existing installation: idna 3.2 20:50:31 Uninstalling idna-3.2: 20:50:31 Successfully uninstalled idna-3.2 20:50:32 Attempting uninstall: chardet 20:50:32 Found existing installation: chardet 4.0.0 20:50:32 Uninstalling chardet-4.0.0: 20:50:32 Successfully uninstalled chardet-4.0.0 20:50:33 Attempting uninstall: requests 20:50:33 Found existing installation: requests 2.25.1 20:50:33 Uninstalling requests-2.25.1: 20:50:33 Successfully uninstalled requests-2.25.1 20:50:33 Running setup.py install for texttable: started 20:50:35 Running setup.py install for texttable: finished with status 'done' 20:50:35 Running setup.py install for PyYAML: started 20:50:37 Running setup.py install for PyYAML: finished with status 'done' 20:50:37 Running setup.py install for docopt: started 20:50:39 Running setup.py install for docopt: finished with status 'done' 20:50:39 Running setup.py install for dockerpty: started 20:50:41 Running setup.py install for dockerpty: finished with status 'done' 20:50:42 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 20:50:50 Removing intermediate container 6cb6d2664119 20:50:50 ---> 57ce105861c4 20:50:50 Step 13/22 : ENV APP_PORT=58890 20:50:50 ---> Running in e3d1bba390b3 20:50:50 Removing intermediate container e3d1bba390b3 20:50:50 ---> fc4386291ffe 20:50:50 Step 14/22 : EXPOSE $APP_PORT 20:50:50 ---> Running in e47e3aa40775 20:50:50 Removing intermediate container e47e3aa40775 20:50:50 ---> 88370575fcaf 20:50:50 Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:50:51 ---> da706123c4b1 20:50:51 Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:50:52 ---> 6e66187b882e 20:50:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:50:53 ---> 427cfc3ba9c3 20:50:53 Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] 20:50:53 ---> Running in 223a7e2e17fe 20:50:53 Removing intermediate container 223a7e2e17fe 20:50:53 ---> 8e00ba891b79 20:50:53 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:50:53 ---> Running in 7675540db06b 20:50:54 Removing intermediate container 7675540db06b 20:50:54 ---> 60fcbcf849e8 20:50:54 Step 20/22 : LABEL arch=arm64 20:50:54 ---> Running in e27b649b7dad 20:50:54 Removing intermediate container e27b649b7dad 20:50:54 ---> 15acc5f1a7ea 20:50:54 Step 21/22 : LABEL git_sha=3144db63cf6ba42199b3e54756f5a01fbfc8b7cf 20:50:54 ---> Running in bc1eb6b7920b 20:50:54 Removing intermediate container bc1eb6b7920b 20:50:54 ---> c54933562cb1 20:50:54 Step 22/22 : LABEL version=0.0.0 20:50:55 ---> Running in 94caff58e377 20:50:55 Removing intermediate container 94caff58e377 20:50:55 ---> 80dd250f01cb 20:50:55 20:50:55 Successfully built 80dd250f01cb 20:50:55 Successfully tagged sys-mgmt-agent-arm64:latest 20:50:56  Building sys-mgmt-agent ... done  [Pipeline] } 20:50:56 $ docker stop --time=1 b27b54b92dfe3c9e72813943e78d2383ecaf63cb3451d80cfdacd97ccfb40cb1 20:50:57 $ docker rm -f b27b54b92dfe3c9e72813943e78d2383ecaf63cb3451d80cfdacd97ccfb40cb1 [Pipeline] // withDockerContainer [Pipeline] sh 20:50:58 + docker images 20:50:58 REPOSITORY TAG IMAGE ID CREATED SIZE 20:50:58 sys-mgmt-agent-arm64 latest 80dd250f01cb 3 seconds ago 280MB 20:50:58 core-data-arm64 latest 304a824b25c6 39 seconds ago 19.2MB 20:50:58 support-notifications-arm64 latest 279f9b9c2b57 48 seconds ago 16MB 20:50:58 44c0be43d37d 53 seconds ago 1.6GB 20:50:58 eb71ef1f9af0 About a minute ago 1.59GB 20:50:58 cf509551f61e About a minute ago 1.59GB 20:50:58 security-bootstrapper-arm64 latest 9c79c9977b84 About a minute ago 18MB 20:50:58 943ae90bec4e 2 minutes ago 1.59GB 20:50:58 security-secretstore-setup-arm64 latest 29b6cc82b249 4 minutes ago 26.8MB 20:50:58 core-metadata-arm64 latest 8c26d8c88d59 4 minutes ago 15.9MB 20:50:58 security-proxy-setup-arm64 latest 44eb54f0db65 4 minutes ago 25.3MB 20:50:58 support-scheduler-arm64 latest 8b15bc2d62c8 4 minutes ago 15.3MB 20:50:58 core-command-arm64 latest 5b7952f233b7 4 minutes ago 15.1MB 20:50:58 7b9fa5d574fe 4 minutes ago 1.59GB 20:50:58 bca9398fb9bc 4 minutes ago 1.6GB 20:50:58 4c591c5149cc 4 minutes ago 1.6GB 20:50:58 83e60cd0d6fe 4 minutes ago 1.6GB 20:50:58 5c57dde788b9 4 minutes ago 1.59GB 20:50:58 ci-base-image-arm64 latest 9759b6ba5a0f 15 minutes ago 1.26GB 20:50:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine 0ccda1f7e2ee 4 days ago 551MB 20:50:58 docker 20.10.10 520e9a0a30f7 2 months ago 200MB 20:50:58 alpine 3.14 5b8b7b635229 2 months ago 5.35MB 20:50:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 18 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 20:50:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:50:59 20:50:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 20:50:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:50:59 arm64: Pulling from edgex-lftools-log-publisher 20:50:59 448f6bf000e3: Pulling fs layer 20:50:59 f757da607395: Pulling fs layer 20:50:59 05883995daec: Pulling fs layer 20:50:59 8603b9c90790: Pulling fs layer 20:50:59 1560dd03e051: Pulling fs layer 20:50:59 27f5ce0e4adf: Pulling fs layer 20:50:59 c2d8d7efcc4b: Pulling fs layer 20:50:59 8603b9c90790: Waiting 20:50:59 1560dd03e051: Waiting 20:50:59 27f5ce0e4adf: Waiting 20:50:59 c2d8d7efcc4b: Waiting 20:50:59 f757da607395: Verifying Checksum 20:50:59 f757da607395: Download complete 20:50:59 8603b9c90790: Download complete 20:51:00 1560dd03e051: Verifying Checksum 20:51:00 1560dd03e051: Download complete 20:51:00 05883995daec: Verifying Checksum 20:51:00 05883995daec: Download complete 20:51:00 27f5ce0e4adf: Verifying Checksum 20:51:00 27f5ce0e4adf: Download complete 20:51:00 448f6bf000e3: Verifying Checksum 20:51:00 448f6bf000e3: Download complete 20:51:03 c2d8d7efcc4b: Verifying Checksum 20:51:03 c2d8d7efcc4b: Download complete 20:51:04 448f6bf000e3: Pull complete 20:51:04 f757da607395: Pull complete 20:51:06 05883995daec: Pull complete 20:51:06 8603b9c90790: Pull complete 20:51:07 1560dd03e051: Pull complete 20:51:07 27f5ce0e4adf: Pull complete 20:51:22 c2d8d7efcc4b: Pull complete 20:51:22 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 20:51:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:51:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 20:51:22 prd-ubuntu18.04-docker-arm64-4c-16g-1580 does not seem to be running inside a container 20:51:22 $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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-lftools-log-publisher:arm64 cat 20:51:25 $ docker top 6dada49588d834695d2d6c865408f74c1848f01dd7b44bcb40036f009d1124dc -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:51:26 ---> job-cost.sh 20:51:26 lf-activate-venv: SKIPPING 20:51:26 INFO: No Stack... 20:51:26 INFO: Retrieving Pricing Info for: v3-standard-4 20:51:26 INFO: Archiving Costs [Pipeline] sh 20:51:27 + cat /w/workspace/edgex-go/12/archives/cost.csv 20:51:27 + cut -d, -f6 [Pipeline] lock 20:51:27 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3848-12-stack-cost] 20:51:27 Resource [jenkins-edgexfoundry-edgex-go-PR-3848-12-stack-cost] did not exist. Created. 20:51:27 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3848-12-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:51:28 + echo total: 0.10999999940395355 [Pipeline] stash 20:51:28 Stashed 1 file(s) [Pipeline] } 20:51:28 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3848-12-stack-cost] [Pipeline] // lock [Pipeline] } 20:51:28 $ docker stop --time=1 6dada49588d834695d2d6c865408f74c1848f01dd7b44bcb40036f009d1124dc 20:51:30 $ docker rm -f 6dada49588d834695d2d6c865408f74c1848f01dd7b44bcb40036f009d1124dc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 20:51:30 provisioning config files... 20:51:30 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/12@tmp/config1796819182993029915tmp [Pipeline] { [Pipeline] sh 20:51:30 + set +x 20:51:30 + curl -s https://codecov.io/bash 20:51:30 + bash -s -- 20:51:30 20:51:30 _____ _ 20:51:30 / ____| | | 20:51:30 | | ___ __| | ___ ___ _____ __ 20:51:30 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:51:30 | |___| (_) | (_| | __/ (_| (_) \ V / 20:51:30 \_____\___/ \__,_|\___|\___\___/ \_/ 20:51:30 Bash-1.0.6 20:51:30 20:51:30 20:51:30 ==> git version 2.24.4 found 20:51:30 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 20:51:30 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 20:51:30 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 20:51:30 ==> Jenkins CI detected. 20:51:30 current dir:  /w/workspace/edgex-go/12 20:51:30 project root: . 20:51:30 --> token set from env 20:51:30 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:51:30 ==> Running gcov in . (disable via -X gcov) 20:51:30 ==> Python coveragepy not found 20:51:30 ==> Searching for coverage reports in: 20:51:30 + . 20:51:30 -> Found 1 reports 20:51:30 ==> Detecting git/mercurial file structure 20:51:30 ==> Reading reports 20:51:31 + ./coverage.out bytes=428381 20:51:31 ==> Appending adjustments 20:51:31 https://docs.codecov.io/docs/fixing-reports 20:51:31 + Found adjustments 20:51:31 ==> Gzipping contents 20:51:31 60K /tmp/codecov.31NDvp.gz 20:51:31 ==> Uploading reports 20:51:31 url: https://codecov.io 20:51:31 query: branch=PR-3848&commit=90fab29171a5ecec30d6896e20976802c05bec5f&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3848%2F12%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3848&job=&cmd_args= 20:51:31 -> Pinging Codecov 20:51:31 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3848&commit=90fab29171a5ecec30d6896e20976802c05bec5f&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3848%2F12%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3848&job=&cmd_args= 20:51:32 -> Uploading to 20:51:32 https://storage.googleapis.com/codecov/v4/raw/2022-01-15/00271124DB129430A58F1EEE437C3FCB/90fab29171a5ecec30d6896e20976802c05bec5f/1a19f8b4-eee6-4ddd-b1a1-2a64cb10f465.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220115%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220115T205132Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ef9abe3e80a9bc1d351121c1691d95244b75c5797200639a6b9fc25964f4c12d 20:51:32 % Total % Received % Xferd Average Speed Time Time Time Current 20:51:32 Dload Upload Total Spent Left Speed 20:51:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57972 0 0 100 57972 0 190k --:--:-- --:--:-- --:--:-- 189k 100 57972 0 0 100 57972 0 190k --:--:-- --:--:-- --:--:-- 189k 20:51:32 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/90fab29171a5ecec30d6896e20976802c05bec5f [Pipeline] } 20:51:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 20:51:33 + '[' -d /w/workspace/edgex-go/12/archives ']' [Pipeline] libraryResource [Pipeline] sh 20:51:33 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:51:34 ---> package-listing.sh 20:51:34 ++ facter osfamily 20:51:34 ++ tr '[:upper:]' '[:lower:]' 20:51:34 + OS_FAMILY=redhat 20:51:34 + workspace=/w/workspace/edgex-go/12 20:51:34 + START_PACKAGES=/tmp/packages_start.txt 20:51:34 + END_PACKAGES=/tmp/packages_end.txt 20:51:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:51:34 + PACKAGES=/tmp/packages_start.txt 20:51:34 + '[' /w/workspace/edgex-go/12 ']' 20:51:34 + PACKAGES=/tmp/packages_end.txt 20:51:34 + case "${OS_FAMILY}" in 20:51:34 + rpm -qa 20:51:34 + sort 20:51:38 + '[' -f /tmp/packages_start.txt ']' 20:51:38 + '[' -f /tmp/packages_end.txt ']' 20:51:38 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:51:38 + '[' /w/workspace/edgex-go/12 ']' 20:51:38 + mkdir -p /w/workspace/edgex-go/12/archives/ 20:51:38 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/12/archives/ [Pipeline] echo 20:51:38 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/12/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:51:39 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:51:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:51:39 20:51:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 20:51:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:51:39 latest: Pulling from edgex-lftools-log-publisher 20:51:39 b4d181a07f80: Pulling fs layer 20:51:39 a1111a8f2ec3: Pulling fs layer 20:51:39 ed53099fbce6: Pulling fs layer 20:51:39 dc539afda2c1: Pulling fs layer 20:51:39 77bc0d833cb6: Pulling fs layer 20:51:39 9065ff56babe: Pulling fs layer 20:51:39 d287ab97295c: Pulling fs layer 20:51:39 77bc0d833cb6: Waiting 20:51:39 9065ff56babe: Waiting 20:51:39 d287ab97295c: Waiting 20:51:39 dc539afda2c1: Waiting 20:51:39 a1111a8f2ec3: Verifying Checksum 20:51:39 a1111a8f2ec3: Download complete 20:51:39 dc539afda2c1: Verifying Checksum 20:51:39 dc539afda2c1: Download complete 20:51:40 ed53099fbce6: Verifying Checksum 20:51:40 ed53099fbce6: Download complete 20:51:40 9065ff56babe: Verifying Checksum 20:51:40 9065ff56babe: Download complete 20:51:40 77bc0d833cb6: Verifying Checksum 20:51:40 77bc0d833cb6: Download complete 20:51:40 b4d181a07f80: Verifying Checksum 20:51:40 b4d181a07f80: Download complete 20:51:40 d287ab97295c: Verifying Checksum 20:51:40 d287ab97295c: Download complete 20:51:41 b4d181a07f80: Pull complete 20:51:42 a1111a8f2ec3: Pull complete 20:51:42 ed53099fbce6: Pull complete 20:51:42 dc539afda2c1: Pull complete 20:51:42 77bc0d833cb6: Pull complete 20:51:43 9065ff56babe: Pull complete 20:51:49 d287ab97295c: Pull complete 20:51:49 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 20:51:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:51:49 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 20:51:49 prd-centos7-docker-4c-2g-1577 does not seem to be running inside a container 20:51:49 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/12/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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 20:51:53 $ docker top a884236ec688f84dabc0e0064986634b3fae03398f50c7978a3ef830201e9291 -eo pid,comm [Pipeline] { [Pipeline] sh 20:51:53 + touch /tmp/pre-build-complete [Pipeline] sh 20:51:54 + mkdir -p /var/log/sysstat [Pipeline] sh 20:51:54 + ls /var/log/sa-host 20:51:54 + sadf -c /var/log/sa-host/sa15 20:51:54 file_magic: OK 20:51:54 HZ: Using current value: 100 20:51:54 file_header: OK 20:51:54 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 20:51:54 Statistics: 20:51:54 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:51:54 File successfully converted to sysstat format version 12.0.3 20:51:54 + sadf -c /var/log/sa-host/sa17 20:51:54 file_magic: OK 20:51:54 HZ: Using current value: 100 20:51:54 file_header: OK 20:51:54 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 20:51:54 Statistics: 20:51:54 Hnuu...uuuununununu...Hnuu...uuuununununu... 20:51:54 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:51:54 provisioning config files... 20:51:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/12@tmp/config2762005452490561432tmp [Pipeline] { [Pipeline] echo 20:51:54 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:51:54 ---> create-netrc.sh [Pipeline] } 20:51:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:51:55 ---> python-tools-install.sh [Pipeline] echo 20:51:55 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:51:55 ---> sudo-logs.sh 20:51:55 Archiving 'sudo' log.. 20:51:55 sudo: unable to resolve host prd-centos7-docker-4c-2g-1577.novalocal: Name or service not known 20:51:55 sudo: unable to resolve host prd-centos7-docker-4c-2g-1577.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 20:51:55 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:51:55 ---> job-cost.sh 20:51:55 lf-activate-venv: SKIPPING 20:51:55 DEBUG: total: 0.10999999940395355 20:51:55 INFO: Retrieving Stack Cost... 20:51:56 INFO: Retrieving Pricing Info for: v3-standard-2 20:51:56 INFO: Archiving Costs [Pipeline] echo 20:51:56 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:51:56 ---> logs-deploy.sh 20:51:56 lf-activate-venv: SKIPPING 20:51:56 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3848/12 20:51:56 INFO: archiving workspace using pattern(s): 20:51:57 Archives upload complete. 20:51:57 INFO: archiving logs to Nexus