Pull request #3400 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 rather than 0055aad0321a4746da23e2717adefdd0532a5973 Obtained Jenkinsfile from 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 Running in Durability level: PERFORMANCE_OPTIMIZED 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 > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # 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 > 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # 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 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # 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 > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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/v1, 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.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1992 in /w/workspace/edgexfoundry_edgex-go_PR-3400 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout 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/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3400/head:refs/remotes/origin/PR-3400 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 into PR head commit 0055aad0321a4746da23e2717adefdd0532a5973 Merge succeeded, producing 0055aad0321a4746da23e2717adefdd0532a5973 Checking out Revision 0055aad0321a4746da23e2717adefdd0532a5973 (PR-3400) > git config core.sparsecheckout # timeout=10 > git checkout -f 0055aad0321a4746da23e2717adefdd0532a5973 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0055aad0321a4746da23e2717adefdd0532a5973 # timeout=10 Commit message: "refactor: Refactor controller error handling" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:47:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:47:15 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:47:15 ========================================================= 06:47:15 EdgeX Global Pipelines Version Info 06:47:15 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk ef5daba276cedf4f022dfa528dd774098765b9ba # timeout=10 06:47:17 ------------------- 06:47:17 stable info: 06:47:17 ------------------- 06:47:17 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:47:17 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 06:47:17 Message: update stable to v1.0.186 06:47:18 ------------------- 06:47:18 experimental info: 06:47:18 ------------------- 06:47:18 Commited By: **** collab-it+edgex@linuxfoundation.org 06:47:18 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 06:47:18 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:47:18 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 06:47:18 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 06:47:18 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:47:18 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:47:18 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:47:18 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:47:18 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:47:18 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 06:47:18 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 06:47:18 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 06:47:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:47:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:47:18 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:47:18 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:47:18 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:47:19 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:47:19 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:47:19 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:47:19 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:47:19 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 06:47:19 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 06:47:19 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:47:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3400 [Pipeline] echo 06:47:19 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3400 [Pipeline] echo 06:47:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3400 [Pipeline] echo 06:47:19 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0055aad0321a4746da23e2717adefdd0532a5973 [Pipeline] echo 06:47:19 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0055aad [Pipeline] echo 06:47:19 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:47:19 provisioning config files... 06:47:19 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config4838504186123285530tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:47:19 ---> docker-login.sh 06:47:19 nexus3.edgexfoundry.org:10001 06:47:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:47:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:47:20 Configure a credential helper to remove this warning. See 06:47:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:47:20 06:47:20 Login Succeeded 06:47:20 nexus3.edgexfoundry.org:10002 06:47:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:47:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:47:20 Configure a credential helper to remove this warning. See 06:47:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:47:20 06:47:20 Login Succeeded 06:47:20 nexus3.edgexfoundry.org:10003 06:47:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:47:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:47:20 Configure a credential helper to remove this warning. See 06:47:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:47:20 06:47:20 Login Succeeded 06:47:20 nexus3.edgexfoundry.org:10004 06:47:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:47:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:47:21 Configure a credential helper to remove this warning. See 06:47:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:47:21 06:47:21 Login Succeeded 06:47:21 docker.io 06:47:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:47:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:47:22 Configure a credential helper to remove this warning. See 06:47:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:47:22 06:47:22 Login Succeeded 06:47:22 ---> docker-login.sh ends [Pipeline] } 06:47:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:47:22 ++ 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 06:47:22 + for file in '`ls cmd/**/Dockerfile`' 06:47:22 ++ cut -d/ -f2 06:47:22 ++ dirname cmd/core-command/Dockerfile 06:47:22 + echo core-command,cmd/core-command/Dockerfile 06:47:22 + for file in '`ls cmd/**/Dockerfile`' 06:47:22 ++ dirname cmd/core-data/Dockerfile 06:47:22 ++ cut -d/ -f2 06:47:22 + echo core-data,cmd/core-data/Dockerfile 06:47:22 + for file in '`ls cmd/**/Dockerfile`' 06:47:22 ++ dirname cmd/core-metadata/Dockerfile 06:47:22 ++ cut -d/ -f2 06:47:22 + echo core-metadata,cmd/core-metadata/Dockerfile 06:47:22 + for file in '`ls cmd/**/Dockerfile`' 06:47:22 ++ cut -d/ -f2 06:47:22 ++ dirname cmd/security-bootstrapper/Dockerfile 06:47:22 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 06:47:22 + for file in '`ls cmd/**/Dockerfile`' 06:47:22 ++ dirname cmd/security-proxy-setup/Dockerfile 06:47:22 ++ cut -d/ -f2 06:47:22 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 06:47:22 + for file in '`ls cmd/**/Dockerfile`' 06:47:22 ++ dirname cmd/security-secretstore-setup/Dockerfile 06:47:22 ++ cut -d/ -f2 06:47:22 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 06:47:22 + for file in '`ls cmd/**/Dockerfile`' 06:47:22 ++ dirname cmd/support-notifications/Dockerfile 06:47:22 ++ cut -d/ -f2 06:47:22 + echo support-notifications,cmd/support-notifications/Dockerfile 06:47:22 + for file in '`ls cmd/**/Dockerfile`' 06:47:22 ++ dirname cmd/support-scheduler/Dockerfile 06:47:22 ++ cut -d/ -f2 06:47:22 + echo support-scheduler,cmd/support-scheduler/Dockerfile 06:47:22 + for file in '`ls cmd/**/Dockerfile`' 06:47:22 ++ dirname cmd/sys-mgmt-agent/Dockerfile 06:47:22 ++ cut -d/ -f2 06:47:22 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 06:47:22 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 06:47:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:47:23 06:47:23 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:47:23 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:47:23 latest: Pulling from edgex-devops/git-semver 06:47:23 31603596830f: Pulling fs layer 06:47:23 2a8b12db71e7: Pulling fs layer 06:47:23 6ca5941a6612: Pulling fs layer 06:47:23 ecc8261a40a4: Pulling fs layer 06:47:23 ecc8261a40a4: Waiting 06:47:23 2a8b12db71e7: Verifying Checksum 06:47:23 2a8b12db71e7: Download complete 06:47:23 31603596830f: Verifying Checksum 06:47:23 31603596830f: Download complete 06:47:24 ecc8261a40a4: Verifying Checksum 06:47:24 ecc8261a40a4: Download complete 06:47:24 6ca5941a6612: Verifying Checksum 06:47:24 6ca5941a6612: Download complete 06:47:24 31603596830f: Pull complete 06:47:24 2a8b12db71e7: Pull complete 06:47:26 6ca5941a6612: Pull complete 06:47:26 ecc8261a40a4: Pull complete 06:47:26 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:47:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:47:26 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:47:26 prd-centos7-docker-4c-2g-1992 does not seem to be running inside a container 06:47:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:47:29 $ docker top 9c33588ebf784dd95787f44707f08789495a9d0fb846755aae44a53067947838 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:47:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:47:29 [ssh-agent] Looking for ssh-agent implementation... 06:47:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:47:30 $ docker exec 9c33588ebf784dd95787f44707f08789495a9d0fb846755aae44a53067947838 ssh-agent 06:47:30 SSH_AUTH_SOCK=/tmp/ssh-CJFjPRuNMCO5/agent.12 06:47:30 SSH_AGENT_PID=18 06:47:30 Running ssh-add (command line suppressed) 06:47:30 Identity added: /w/workspace/edgex-go/4@tmp/private_key_6071497581258639377.key (/w/workspace/edgex-go/4@tmp/private_key_6071497581258639377.key) 06:47:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:47:31 + git tag --points-at HEAD [Pipeline] } 06:47:31 $ docker exec --env ******** --env ******** 9c33588ebf784dd95787f44707f08789495a9d0fb846755aae44a53067947838 ssh-agent -k 06:47:31 unset SSH_AUTH_SOCK; 06:47:31 unset SSH_AGENT_PID; 06:47:31 echo Agent pid 18 killed; 06:47:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:47:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:47:31 [ssh-agent] Looking for ssh-agent implementation... 06:47:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:47:31 $ docker exec 9c33588ebf784dd95787f44707f08789495a9d0fb846755aae44a53067947838 ssh-agent 06:47:31 SSH_AUTH_SOCK=/tmp/ssh-oOmLOag0drPy/agent.47 06:47:31 SSH_AGENT_PID=52 06:47:31 Running ssh-add (command line suppressed) 06:47:32 Identity added: /w/workspace/edgex-go/4@tmp/private_key_9000176559040800473.key (/w/workspace/edgex-go/4@tmp/private_key_9000176559040800473.key) 06:47:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:47:32 + git semver init 06:47:32 # -> Open(): unable to determine branch for HEAD 06:47:32 # $GIT_DIR = /w/workspace/edgex-go/4/.git 06:47:32 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 06:47:32 # $SEMVER_REMOTE_NAME = origin 06:47:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:47:32 # $SEMVER_USER_NAME = edgex-jenkins 06:47:32 # $SEMVER_BRANCH = PR-3400 06:47:32 # $SEMVER_TEMP = /tmp/semver-222747062 06:47:32 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 06:47:55 # '/tmp/semver-222747062' -> '/w/workspace/edgex-go/4/.semver' 06:47:55 # -> Force: false 06:47:55 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 06:47:55 $ docker exec --env ******** --env ******** 9c33588ebf784dd95787f44707f08789495a9d0fb846755aae44a53067947838 ssh-agent -k 06:47:55 unset SSH_AUTH_SOCK; 06:47:55 unset SSH_AGENT_PID; 06:47:55 echo Agent pid 52 killed; 06:47:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:47:55 + git semver [Pipeline] } 06:47:55 $ docker stop --time=1 9c33588ebf784dd95787f44707f08789495a9d0fb846755aae44a53067947838 06:47:57 $ docker rm -f 9c33588ebf784dd95787f44707f08789495a9d0fb846755aae44a53067947838 [Pipeline] // withDockerContainer [Pipeline] sh 06:47:57 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:47:58 Stashed 1 file(s) [Pipeline] echo 06:47:58 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:47:59 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:47:59 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:47:59 + true 06:47:59 + sudo service docker restart 06:47:59 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 06:48:00 ========================================================= 06:48:00 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:48:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:48:01 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 06:48:05 Sending build context to Docker daemon 329.7MB 06:48:05 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 06:48:05 Step 2/6 : FROM ${BASE} 06:48:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:48:05 188c0c94c7c5: Pulling fs layer 06:48:05 0ef7d3d256c8: Pulling fs layer 06:48:05 de9db76c5a1d: Pulling fs layer 06:48:05 bca2f99d35d6: Pulling fs layer 06:48:05 93359f2a8cfa: Pulling fs layer 06:48:05 7c6f9722023f: Pulling fs layer 06:48:05 a35cf1a2eb13: Pulling fs layer 06:48:05 93359f2a8cfa: Waiting 06:48:05 7c6f9722023f: Waiting 06:48:05 a35cf1a2eb13: Waiting 06:48:05 bca2f99d35d6: Waiting 06:48:05 de9db76c5a1d: Verifying Checksum 06:48:05 de9db76c5a1d: Download complete 06:48:05 0ef7d3d256c8: Verifying Checksum 06:48:05 0ef7d3d256c8: Download complete 06:48:05 93359f2a8cfa: Verifying Checksum 06:48:05 93359f2a8cfa: Download complete 06:48:05 188c0c94c7c5: Verifying Checksum 06:48:05 188c0c94c7c5: Download complete 06:48:05 7c6f9722023f: Verifying Checksum 06:48:05 7c6f9722023f: Download complete 06:48:06 188c0c94c7c5: Pull complete 06:48:06 0ef7d3d256c8: Pull complete 06:48:06 de9db76c5a1d: Pull complete 06:48:08 a35cf1a2eb13: Verifying Checksum 06:48:08 a35cf1a2eb13: Download complete 06:48:09 bca2f99d35d6: Verifying Checksum 06:48:09 bca2f99d35d6: Download complete 06:48:13 Still waiting to schedule task 06:48:13 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 06:48:16 bca2f99d35d6: Pull complete 06:48:16 93359f2a8cfa: Pull complete 06:48:16 7c6f9722023f: Pull complete 06:48:20 a35cf1a2eb13: Pull complete 06:48:20 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 06:48:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:48:20 ---> a62c8e92a672 06:48:20 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 06:48:20 ---> Running in d71da548876a 06:48:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:48:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:48:22 (1/12) Installing libmagic (5.38-r0) 06:48:22 (2/12) Installing file (5.38-r0) 06:48:22 (3/12) Installing libc-dev (0.7.2-r3) 06:48:22 (4/12) Installing g++ (9.3.0-r2) 06:48:28 (5/12) Installing fortify-headers (1.1-r0) 06:48:28 (6/12) Installing patch (2.7.6-r6) 06:48:28 (7/12) Installing build-base (0.5-r2) 06:48:28 (8/12) Installing libsodium (1.0.18-r0) 06:48:28 (9/12) Installing pkgconf (1.7.2-r0) 06:48:28 (10/12) Installing libsodium-dev (1.0.18-r0) 06:48:28 (11/12) Installing libzmq (4.3.3-r0) 06:48:28 (12/12) Installing zeromq-dev (4.3.3-r0) 06:48:28 Executing busybox-1.31.1-r19.trigger 06:48:28 OK: 233 MiB in 51 packages 06:48:32 Removing intermediate container d71da548876a 06:48:32 ---> a75baf30b825 06:48:32 Step 4/6 : WORKDIR /edgex-go 06:48:32 ---> Running in 3eb7bb8440c5 06:48:32 Removing intermediate container 3eb7bb8440c5 06:48:32 ---> e95cafc97cf5 06:48:32 Step 5/6 : COPY go.mod . 06:48:32 ---> 414d997e1050 06:48:32 Step 6/6 : RUN go mod download 06:48:32 ---> Running in df7d461571b4 06:48:59 Removing intermediate container df7d461571b4 06:48:59 ---> cbde8b41ac7e 06:48:59 Successfully built cbde8b41ac7e 06:48:59 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:48:59 + docker inspect -f . ci-base-image-x86_64 06:48:59 . [Pipeline] withDockerContainer 06:48:59 prd-centos7-docker-4c-2g-1992 does not seem to be running inside a container 06:49:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-x86_64 cat 06:49:01 $ docker top a7fb67c2bcb9ee0a67b456048365ec33ef3812bd5b8a84062e3a3ba35d79b3cb -eo pid,comm [Pipeline] { [Pipeline] sh 06:49:01 + go version 06:49:01 go version go1.15.5 linux/amd64 [Pipeline] } 06:49:01 $ docker stop --time=1 a7fb67c2bcb9ee0a67b456048365ec33ef3812bd5b8a84062e3a3ba35d79b3cb 06:49:03 $ docker rm -f a7fb67c2bcb9ee0a67b456048365ec33ef3812bd5b8a84062e3a3ba35d79b3cb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:49:03 + docker inspect -f . ci-base-image-x86_64 06:49:03 . [Pipeline] withDockerContainer 06:49:03 prd-centos7-docker-4c-2g-1992 does not seem to be running inside a container 06:49:03 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-x86_64 cat 06:49:04 $ docker top 7d9cc486843bdcc11aa3aada4582afcb3b6bbfcd5e4c13a59327993f3649add4 -eo pid,comm [Pipeline] { [Pipeline] echo 06:49:05 ========================================================= 06:49:05 [edgeXBuildGoParallel] Running Tests and Build... 06:49:05 ========================================================= [Pipeline] sh 06:49:05 + make test 06:49:05 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:49:17 ? github.com/edgexfoundry/edgex-go [no test files] 06:49:36 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 06:49:44 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 06:49:44 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 06:49:44 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 06:49:47 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 06:49:47 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 06:49:47 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 06:49:47 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 06:49:47 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 06:49:48 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 06:49:51 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 06:49:51 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 06:49:51 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:49:54 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.108s coverage: 45.9% of statements 06:49:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 06:49:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 06:49:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 06:49:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 06:49:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 06:49:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 06:49:54 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.080s coverage: 19.8% of statements 06:49:54 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.117s coverage: 100.0% of statements 06:49:58 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.369s coverage: 27.1% of statements 06:49:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 06:49:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 06:49:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 06:49:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 06:49:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 06:49:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 06:49:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements 06:49:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 06:49:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.129s coverage: 100.0% of statements 06:49:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 06:49:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 06:49:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.123s coverage: 71.3% of statements 06:49:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 06:49:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 06:49:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.177s coverage: 87.7% of statements 06:49:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 06:49:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 06:49:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.067s coverage: 78.9% of statements 06:49:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 06:50:00 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1993 in /w/workspace/edgexfoundry_edgex-go_PR-3400 [Pipeline] { [Pipeline] ws 06:50:00 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 06:50:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.460s coverage: 28.6% of statements 06:50:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 06:50:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 06:50:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 06:50:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 06:50:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 06:50:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.105s coverage: 100.0% of statements 06:50:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 06:50:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.068s coverage: 100.0% of statements 06:50:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 06:50:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.159s coverage: 86.7% of statements 06:50:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 06:50:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.171s coverage: 97.5% of statements 06:50:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 06:50:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.082s coverage: 78.3% of statements 06:50:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 06:50:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 06:50:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 06:50:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 06:50:06 using credential edgex-jenkins-ssh 06:50:06 Cloning the remote Git repository 06:50:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.553s coverage: 95.1% of statements 06:50:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 06:50:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 06:50:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 06:50:06 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 06:50:06 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:50:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 06:50:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 06:50:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:50:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 06:50:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 06:50:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:50:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 06:50:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:50:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 06:50:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:50:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 06:50:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 06:50:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 06:50:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.092s coverage: 58.8% of statements 06:50:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 06:50:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 06:50:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.151s coverage: 0.9% of statements 06:50:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 06:50:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 06:50:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 06:50:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.067s coverage: 47.1% of statements 06:50:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.090s coverage: 79.5% of statements 06:50:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.109s coverage: 94.1% of statements 06:50:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.126s coverage: 96.3% of statements 06:50:06 Cloning repository git@github.com:edgexfoundry/edgex-go.git 06:50:06 > git init /w/workspace/edgex-go/4 # timeout=10 06:50:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:50:06 > git --version # timeout=10 06:50:06 > git --version # 'git version 2.17.1' 06:50:06 using GIT_SSH to set credentials SSH Credentials for GitHub 06:50:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:50:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.085s coverage: 87.5% of statements 06:50:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.101s coverage: 94.4% of statements 06:50:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.088s coverage: 44.8% of statements 06:50:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.238s coverage: 81.9% of statements 06:50:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 06:50:22 Merging remotes/origin/master commit 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 into PR head commit 0055aad0321a4746da23e2717adefdd0532a5973 06:50:21 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:50:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:50:21 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:50:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:50:21 using GIT_SSH to set credentials SSH Credentials for GitHub 06:50:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3400/head:refs/remotes/origin/PR-3400 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:50:22 > git config core.sparsecheckout # timeout=10 06:50:22 > git checkout -f 0055aad0321a4746da23e2717adefdd0532a5973 # timeout=10 06:50:23 Merge succeeded, producing 0055aad0321a4746da23e2717adefdd0532a5973 06:50:23 Checking out Revision 0055aad0321a4746da23e2717adefdd0532a5973 (PR-3400) 06:50:23 > git remote # timeout=10 06:50:23 > git config --get remote.origin.url # timeout=10 06:50:23 using GIT_SSH to set credentials SSH Credentials for GitHub 06:50:23 > git merge 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 # timeout=10 06:50:23 > git rev-parse HEAD^{commit} # timeout=10 06:50:23 > git config core.sparsecheckout # timeout=10 06:50:23 > git checkout -f 0055aad0321a4746da23e2717adefdd0532a5973 # timeout=10 06:50:27 Commit message: "refactor: Refactor controller error handling" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:50:29 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 06:50:29 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:50:29 + sudo service docker restart 06:50:29 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:50:31 provisioning config files... 06:50:31 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config5086078891758531451tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:50:32 ---> docker-login.sh 06:50:32 nexus3.edgexfoundry.org:10001 06:50:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.102s coverage: 92.9% of statements 06:50:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 06:50:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 06:50:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 06:50:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements 06:50:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 06:50:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 06:50:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 06:50:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 06:50:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 06:50:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements 06:50:32 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 06:50:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 06:50:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 06:50:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 06:50:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.068s coverage: 75.5% of statements 06:50:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 06:50:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.083s coverage: 80.8% of statements 06:50:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.087s coverage: 87.2% of statements 06:50:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.077s coverage: 84.6% of statements 06:50:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.131s coverage: 91.6% of statements 06:50:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 06:50:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.274s coverage: 64.4% of statements 06:50:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:50:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:50:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.066s coverage: 100.0% of statements 06:50:32 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.051s coverage: 91.3% of statements 06:50:32 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements 06:50:32 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.049s coverage: 73.7% of statements 06:50:32 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.045s coverage: 100.0% of statements 06:50:32 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.532s coverage: 69.0% of statements 06:50:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 06:50:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 06:50:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 06:50:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.143s coverage: 38.4% of statements 06:50:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:50:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:50:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.102s coverage: 89.5% of statements 06:50:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 06:50:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.040s coverage: 84.8% of statements 06:50:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.156s coverage: 47.0% of statements 06:50:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:50:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:50:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 06:50:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 06:50:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 06:50:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.061s coverage: 100.0% of statements 06:50:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 06:50:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements 06:50:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 06:50:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 06:50:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.049s coverage: 9.6% of statements 06:50:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 06:50:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.171s coverage: 92.6% of statements 06:50:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 06:50:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 06:50:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 06:50:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.857s coverage: 28.7% of statements 06:50:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:50:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:50:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 06:50:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 06:50:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 06:50:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.069s coverage: 99.0% of statements 06:50:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 06:50:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.075s coverage: 100.0% of statements 06:50:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 06:50:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 06:50:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 06:50:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:50:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.103s coverage: 64.6% of statements 06:50:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 06:50:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:50:33 Configure a credential helper to remove this warning. See 06:50:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:50:33 06:50:33 Login Succeeded 06:50:33 nexus3.edgexfoundry.org:10002 06:50:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:50:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:50:34 Configure a credential helper to remove this warning. See 06:50:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:50:34 06:50:34 Login Succeeded 06:50:34 nexus3.edgexfoundry.org:10003 06:50:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.141s coverage: 97.6% of statements 06:50:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 06:50:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 06:50:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 06:50:34 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 06:50:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 06:50:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements 06:50:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 06:50:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 06:50:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 06:50:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 06:50:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements 06:50:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 06:50:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 06:50:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements 06:50:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:50:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 28.1% of statements 06:50:34 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 06:50:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:50:34 Configure a credential helper to remove this warning. See 06:50:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:50:34 06:50:34 Login Succeeded 06:50:34 nexus3.edgexfoundry.org:10004 06:50:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:50:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:50:34 Configure a credential helper to remove this warning. See 06:50:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:50:34 06:50:34 Login Succeeded 06:50:34 docker.io 06:50:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:50:35 GO111MODULE=on go vet ./... 06:50:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:50:35 Configure a credential helper to remove this warning. See 06:50:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:50:35 06:50:35 Login Succeeded 06:50:35 ---> docker-login.sh ends [Pipeline] } 06:50:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:50:36 ========================================================= 06:50:36 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:50:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:50:36 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 06:50:39 Sending build context to Docker daemon 167.4MB 06:50:39 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 06:50:39 Step 2/6 : FROM ${BASE} 06:50:39 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:50:39 5f621e34cdf4: Pulling fs layer 06:50:39 a4357932f1b6: Pulling fs layer 06:50:39 18c013af1878: Pulling fs layer 06:50:39 00ac8860ef70: Pulling fs layer 06:50:39 63d7cb157983: Pulling fs layer 06:50:39 b116817d02f9: Pulling fs layer 06:50:39 745a02a5169b: Pulling fs layer 06:50:39 63d7cb157983: Waiting 06:50:39 b116817d02f9: Waiting 06:50:39 745a02a5169b: Waiting 06:50:39 00ac8860ef70: Waiting 06:50:39 18c013af1878: Verifying Checksum 06:50:39 18c013af1878: Download complete 06:50:39 a4357932f1b6: Download complete 06:50:39 63d7cb157983: Verifying Checksum 06:50:39 63d7cb157983: Download complete 06:50:39 b116817d02f9: Verifying Checksum 06:50:39 b116817d02f9: Download complete 06:50:39 5f621e34cdf4: Verifying Checksum 06:50:39 5f621e34cdf4: Download complete 06:50:39 5f621e34cdf4: Pull complete 06:50:40 a4357932f1b6: Pull complete 06:50:40 18c013af1878: Pull complete 06:50:40 745a02a5169b: Verifying Checksum 06:50:40 745a02a5169b: Download complete 06:50:42 00ac8860ef70: Verifying Checksum 06:50:42 00ac8860ef70: Download complete 06:50:52 00ac8860ef70: Pull complete 06:50:52 63d7cb157983: Pull complete 06:50:52 b116817d02f9: Pull complete 06:50:56 745a02a5169b: Pull complete 06:50:56 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 06:50:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:50:56 ---> b7e6874047d6 06:50:56 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 06:51:00 ---> Running in cc8db866d49b 06:51:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:51:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:51:02 (1/12) Installing libmagic (5.38-r0) 06:51:02 (2/12) Installing file (5.38-r0) 06:51:02 (3/12) Installing libc-dev (0.7.2-r3) 06:51:02 (4/12) Installing g++ (9.3.0-r2) 06:51:06 (5/12) Installing fortify-headers (1.1-r0) 06:51:06 (6/12) Installing patch (2.7.6-r6) 06:51:06 (7/12) Installing build-base (0.5-r2) 06:51:06 (8/12) Installing libsodium (1.0.18-r0) 06:51:06 (9/12) Installing pkgconf (1.7.2-r0) 06:51:06 (10/12) Installing libsodium-dev (1.0.18-r0) 06:51:06 (11/12) Installing libzmq (4.3.3-r0) 06:51:07 (12/12) Installing zeromq-dev (4.3.3-r0) 06:51:07 Executing busybox-1.31.1-r19.trigger 06:51:07 OK: 217 MiB in 51 packages 06:51:11 Removing intermediate container cc8db866d49b 06:51:11 ---> 6e6ad33e4719 06:51:11 Step 4/6 : WORKDIR /edgex-go 06:51:11 ---> Running in 41893a162353 06:51:11 Removing intermediate container 41893a162353 06:51:11 ---> aed01a05e6e8 06:51:11 Step 5/6 : COPY go.mod . 06:51:12 ---> 871a3706cb36 06:51:12 Step 6/6 : RUN go mod download 06:51:12 ---> Running in f3dde5271748 06:51:14 gofmt -l . 06:51:14 [ "`gofmt -l .`" = "" ] 06:51:14 ./bin/test-go-mod-tidy.sh 06:51:14 ./bin/test-attribution-txt.sh [Pipeline] sh 06:51:15 + ls -al . 06:51:15 total 800 06:51:15 drwxrwxr-x 10 1001 1001 4096 Apr 27 06:51 . 06:51:15 drwxr-xr-x 4 root root 28 Apr 27 06:49 .. 06:51:15 -rw-rw-r-- 1 1001 1001 11 Apr 27 06:47 .dockerignore 06:51:15 drwxrwxr-x 8 1001 1001 179 Apr 27 06:47 .git 06:51:15 drwxrwxr-x 3 1001 1001 125 Apr 27 06:47 .github 06:51:15 -rw-rw-r-- 1 1001 1001 818 Apr 27 06:47 .gitignore 06:51:15 drwx------ 3 1001 1001 60 Apr 27 06:47 .semver 06:51:15 -rw-rw-r-- 1 1001 1001 166 Apr 27 06:47 .sonarcloud.properties 06:51:15 -rw-rw-r-- 1 1001 1001 8609 Apr 27 06:47 Attribution.txt 06:51:15 -rw-rw-r-- 1 1001 1001 3804 Apr 27 06:47 CONTRIBUTING.md 06:51:15 -rw-rw-r-- 1 1001 1001 931 Apr 27 06:47 Dockerfile.build 06:51:15 -rw-rw-r-- 1 1001 1001 863 Apr 27 06:47 Jenkinsfile 06:51:15 -rw-rw-r-- 1 1001 1001 10775 Apr 27 06:47 LICENSE 06:51:15 -rw-rw-r-- 1 1001 1001 5774 Apr 27 06:47 Makefile 06:51:15 -rw-rw-r-- 1 1001 1001 7978 Apr 27 06:47 README.md 06:51:15 -rw-rw-r-- 1 1001 1001 6755 Apr 27 06:47 SECURITY.md 06:51:15 -rw-rw-r-- 1 1001 1001 5 Apr 27 06:47 VERSION 06:51:15 -rw-rw-r-- 1 1001 1001 4131 Apr 27 06:47 ZMQWindows.md 06:51:15 drwxrwxr-x 2 1001 1001 117 Apr 27 06:47 bin 06:51:15 drwxrwxr-x 14 1001 1001 4096 Apr 27 06:47 cmd 06:51:15 -rw-r--r-- 1 root root 689383 Apr 27 06:50 coverage.out 06:51:15 -rw-r--r-- 1 root root 1060 Apr 27 06:51 go.mod 06:51:15 -rw-r--r-- 1 root root 22420 Apr 27 06:51 go.sum 06:51:15 drwxrwxr-x 8 1001 1001 127 Apr 27 06:47 internal 06:51:15 drwxrwxr-x 4 1001 1001 26 Apr 27 06:47 openapi 06:51:15 drwxrwxr-x 4 1001 1001 71 Apr 27 06:47 snap 06:51:15 -rw-rw-r-- 1 1001 1001 168 Apr 27 06:47 version.go [Pipeline] sh 06:51:15 + '[' -e coverage.out ] 06:51:15 + chown 1001:1001 coverage.out [Pipeline] stash 06:51:16 Stashed 1 file(s) [Pipeline] sh 06:51:16 + make build 06:51:16 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 06:51:21 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 06:51:31 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 06:51:33 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 06:51:35 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 06:51:35 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 06:51:39 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 06:51:39 Removing intermediate container f3dde5271748 06:51:39 ---> 71b84b45c369 06:51:39 Successfully built 71b84b45c369 06:51:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:51:39 + docker inspect -f . ci-base-image-arm64 06:51:39 . [Pipeline] withDockerContainer 06:51:40 prd-ubuntu18.04-docker-arm64-4c-16g-1993 does not seem to be running inside a container 06:51:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-arm64 cat 06:51:41 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 06:51:41 $ docker top 11dc944ab8a43b494eef26a045f748144677c5c18cc273770ce90048a320c4f5 -eo pid,comm [Pipeline] { [Pipeline] sh 06:51:42 + go version 06:51:42 go version go1.15.5 linux/arm64 [Pipeline] } 06:51:42 $ docker stop --time=1 11dc944ab8a43b494eef26a045f748144677c5c18cc273770ce90048a320c4f5 06:51:42 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 06:51:44 $ docker rm -f 11dc944ab8a43b494eef26a045f748144677c5c18cc273770ce90048a320c4f5 06:51:44 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 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:51:45 + docker inspect -f . ci-base-image-arm64 06:51:45 . [Pipeline] withDockerContainer 06:51:45 prd-ubuntu18.04-docker-arm64-4c-16g-1993 does not seem to be running inside a container 06:51:45 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-arm64 cat 06:51:46 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 06:51:46 $ docker top 0dec085863ffc2903a09d4233ef25f1ee99af6e53651ef544ec5dc4f4c1113e3 -eo pid,comm [Pipeline] { [Pipeline] echo 06:51:47 ========================================================= 06:51:47 [edgeXBuildGoParallel] Running Tests and Build... 06:51:47 ========================================================= [Pipeline] sh 06:51:47 + make test 06:51:47 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:51:48 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] } 06:51:50 $ docker stop --time=1 7d9cc486843bdcc11aa3aada4582afcb3b6bbfcd5e4c13a59327993f3649add4 06:51:52 $ docker rm -f 7d9cc486843bdcc11aa3aada4582afcb3b6bbfcd5e4c13a59327993f3649add4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:51:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:51:54 06:51:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 06:51:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:51:54 latest: Pulling from edgex-devops/edgex-compose 06:51:54 cbdbe7a5bc2a: Pulling fs layer 06:51:54 ca9280d653b3: Pulling fs layer 06:51:54 7e9c9ca2126c: Pulling fs layer 06:51:54 cbdbe7a5bc2a: Verifying Checksum 06:51:54 cbdbe7a5bc2a: Download complete 06:51:55 cbdbe7a5bc2a: Pull complete 06:51:55 ca9280d653b3: Download complete 06:51:56 ca9280d653b3: Pull complete 06:51:56 7e9c9ca2126c: Verifying Checksum 06:51:56 7e9c9ca2126c: Download complete 06:52:05 7e9c9ca2126c: Pull complete 06:52:05 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 06:52:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:52:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 06:52:05 prd-centos7-docker-4c-2g-1992 does not seem to be running inside a container 06:52:05 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-devops/edgex-compose:latest cat 06:52:08 $ docker top e58c92e91ccb89437ba0dae7bd3f8811ceb0b4efc1a4df5720bcea4b4a6cd3eb -eo pid,comm [Pipeline] { [Pipeline] sh 06:52:09 + docker-compose build --help 06:52:09 + grep parallel 06:52:10 ? github.com/edgexfoundry/edgex-go [no test files] 06:52:10 --parallel Build images in parallel. [Pipeline] } 06:52:10 $ docker stop --time=1 e58c92e91ccb89437ba0dae7bd3f8811ceb0b4efc1a4df5720bcea4b4a6cd3eb 06:52:11 $ docker rm -f e58c92e91ccb89437ba0dae7bd3f8811ceb0b4efc1a4df5720bcea4b4a6cd3eb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:52:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:52:12 . [Pipeline] withDockerContainer 06:52:12 prd-centos7-docker-4c-2g-1992 does not seem to be running inside a container 06:52:12 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 06:52:13 $ docker top 0c9dcc80f20418d651f7f1b6ed039bda32b5f6ef3445a58e09456720c712d7f3 -eo pid,comm [Pipeline] { [Pipeline] sh 06:52:14 + docker-compose -f ./docker-compose-build.yml build --parallel 06:52:15 Building docker-core-command-go ... 06:52:15 Building docker-core-data-go ... 06:52:15 Building docker-core-metadata-go ... 06:52:15 Building docker-security-bootstrapper-go ... 06:52:15 Building docker-security-proxy-setup-go ... 06:52:15 Building docker-security-secretstore-setup-go ... 06:52:15 Building docker-support-notifications-go ... 06:52:15 Building docker-support-scheduler-go ... 06:52:15 Building docker-sys-mgmt-agent-go ... 06:52:15 Building docker-support-notifications-go 06:52:15 Building docker-core-metadata-go 06:52:15 Building docker-security-secretstore-setup-go 06:52:15 Building docker-security-proxy-setup-go 06:52:15 Building docker-security-bootstrapper-go 06:52:57 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 06:53:02 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:53:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:53:02 ---> cbde8b41ac7e 06:53:02 Step 3/23 : WORKDIR /edgex-go 06:53:02 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:53:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:53:02 ---> cbde8b41ac7e 06:53:02 Step 3/22 : WORKDIR /edgex-go 06:53:02 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:53:02 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:53:02 ---> cbde8b41ac7e 06:53:02 Step 3/21 : WORKDIR /edgex-go 06:53:02 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:53:02 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:53:02 ---> cbde8b41ac7e 06:53:02 Step 3/24 : WORKDIR /edgex-go 06:53:02 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:53:02 Step 2/31 : FROM ${BUILDER_BASE} AS builder 06:53:02 ---> cbde8b41ac7e 06:53:02 Step 3/31 : WORKDIR /edgex-go 06:53:02 ---> Running in 7c89288ccac6 06:53:02 ---> Running in d660c51cecd4 06:53:02 ---> Running in b5110f8c417c 06:53:02 ---> Running in 40f173a73f01 06:53:02 ---> Running in 0de1b84f267e 06:53:02 Removing intermediate container b5110f8c417c 06:53:02 ---> 2d11b2f9e6fa 06:53:02 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:53:02 Removing intermediate container 40f173a73f01 06:53:02 ---> 4bb5e985fa82 06:53:02 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:53:02 Removing intermediate container 7c89288ccac6 06:53:02 ---> f7339880b1e3 06:53:02 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:53:02 Removing intermediate container 0de1b84f267e 06:53:02 ---> d521114dae45 06:53:02 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:53:02 Removing intermediate container d660c51cecd4 06:53:02 ---> 8b35375a6e99 06:53:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:53:02 ---> Running in 57902c36199c 06:53:02 ---> Running in f291b6a683e8 06:53:02 ---> Running in c889469889df 06:53:02 ---> Running in e0ff8b89a79b 06:53:02 ---> Running in 377fcec9d32b 06:53:02 Removing intermediate container c889469889df 06:53:02 ---> 4a6f97558ce6 06:53:02 Step 5/21 : RUN apk add --update --no-cache make git 06:53:02 ---> Running in 0557973e4459 06:53:02 Removing intermediate container 57902c36199c 06:53:02 ---> f61e84c77233 06:53:02 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 06:53:02 Removing intermediate container e0ff8b89a79b 06:53:02 ---> f7e2b1223144 06:53:02 Step 5/24 : RUN apk add --update --no-cache make git 06:53:02 Removing intermediate container f291b6a683e8 06:53:02 ---> d99a9c28b34b 06:53:02 Step 5/31 : RUN apk add --update --no-cache make git 06:53:02 Removing intermediate container 377fcec9d32b 06:53:02 ---> 9e10f8b567a5 06:53:02 Step 5/23 : RUN apk add --update --no-cache make git 06:53:02 ---> Running in 3af90e8ed388 06:53:02 ---> Running in 4fe65bca53eb 06:53:02 ---> Running in 7f1f9519f8e0 06:53:02 ---> Running in 0dcbbe6694d8 06:53:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:53:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:53:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:53:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:53:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:53:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:53:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:53:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:53:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:53:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:53:03 OK: 233 MiB in 51 packages 06:53:03 OK: 233 MiB in 51 packages 06:53:04 OK: 233 MiB in 51 packages 06:53:04 OK: 233 MiB in 51 packages 06:53:04 OK: 233 MiB in 51 packages 06:53:04 Removing intermediate container 3af90e8ed388 06:53:04 ---> 6d1198d22335 06:53:04 Step 6/22 : COPY go.mod . 06:53:05 Removing intermediate container 4fe65bca53eb 06:53:05 ---> 8631d49e25ae 06:53:05 Step 6/24 : COPY go.mod . 06:53:05 Removing intermediate container 7f1f9519f8e0 06:53:05 ---> 7c85ac40d717 06:53:05 Step 6/31 : COPY go.mod . 06:53:05 ---> 2221bb3cf6b0 06:53:05 Step 7/22 : RUN go mod download 06:53:05 Removing intermediate container 0dcbbe6694d8 06:53:05 ---> 6ebe760c984b 06:53:05 Step 6/23 : COPY go.mod . 06:53:05 ---> Running in a0ef2c9989c6 06:53:05 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 06:53:05 ---> 05eb427f1f83 06:53:05 Step 7/24 : RUN go mod download 06:53:05 Removing intermediate container 0557973e4459 06:53:05 ---> a22032f4c115 06:53:05 Step 6/21 : COPY go.mod . 06:53:05 ---> Running in ccf307e44f9b 06:53:05 ---> bdd47c8f818a 06:53:05 Step 7/31 : RUN go mod download 06:53:05 ---> e73bafa25a23 06:53:05 Step 7/23 : RUN go mod download 06:53:06 ---> 06d66cd8215f 06:53:06 Step 7/21 : RUN go mod download 06:53:06 ---> Running in 53d9febceb5c 06:53:06 ---> Running in fc89bf151ef7 06:53:06 ---> Running in 158694389e9b 06:53:08 Removing intermediate container a0ef2c9989c6 06:53:08 ---> d0c2fad7c238 06:53:08 Step 8/22 : COPY . . 06:53:09 Removing intermediate container ccf307e44f9b 06:53:09 ---> 213fe2a15d54 06:53:09 Step 8/24 : COPY . . 06:53:09 Removing intermediate container fc89bf151ef7 06:53:09 ---> bea6d6d05f07 06:53:09 Step 8/31 : COPY . . 06:53:12 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 06:53:12 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 06:53:13 Removing intermediate container 158694389e9b 06:53:13 ---> 82e0451678bd 06:53:13 Step 8/21 : COPY . . 06:53:13 Removing intermediate container 53d9febceb5c 06:53:13 ---> d2c78ed75ccf 06:53:13 Step 8/23 : COPY . . 06:53:15 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 06:53:15 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 06:53:15 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 06:53:15 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 06:53:18 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 06:53:19 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 06:53:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 06:53:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 06:53:27 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:53:33 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.310s coverage: 45.9% of statements 06:53:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 06:53:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 06:53:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 06:53:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 06:53:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 06:53:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 06:53:33 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.121s coverage: 19.8% of statements 06:53:33 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.246s coverage: 100.0% of statements 06:53:41 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.456s coverage: 27.1% of statements 06:53:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 06:53:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 06:53:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 06:53:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 06:53:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 06:53:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 06:53:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.155s coverage: 100.0% of statements 06:53:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 06:53:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.155s coverage: 100.0% of statements 06:53:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 06:53:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 06:53:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.246s coverage: 71.3% of statements 06:53:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 06:53:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 06:53:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.488s coverage: 87.7% of statements 06:53:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 06:53:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 06:53:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.224s coverage: 78.9% of statements 06:53:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 06:53:52 ---> 07893973ed6f 06:53:52 ---> 9f0fc91764f0 06:53:52 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setupStep 9/22 : RUN make cmd/support-notifications/support-notifications 06:53:52 06:53:52 ---> Running in 32990dc50695 06:53:52 ---> Running in 892d8be22b84 06:53:52 ---> 3397ac7a6f3e 06:53:52 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 06:53:52 ---> ae6f5734e166 06:53:52 Step 9/23 : RUN make cmd/core-metadata/core-metadata 06:53:52 ---> 71aae26318be 06:53:52 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 06:53:52 ---> Running in 27c94d05b6d8 06:53:52 ---> Running in 69c52a811fa7 06:53:52 ---> Running in dbe04064805d 06:53:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.120s coverage: 28.6% of statements 06:53:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 06:53:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 06:53:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 06:53:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 06:53:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 06:53:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.230s coverage: 100.0% of statements 06:53:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 06:53:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.150s coverage: 100.0% of statements 06:53:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 06:53:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.447s coverage: 86.7% of statements 06:53:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 06:53:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.540s coverage: 97.5% of statements 06:53:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 06:53:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.221s coverage: 78.3% of statements 06:53:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 06:53:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 06:53:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 06:53:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 06:53:54 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 06:53:54 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 06:53:54 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 06:53:54 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 06:53:54 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 06:54:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.197s coverage: 95.1% of statements 06:54:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 06:54:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 06:54:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 06:54:01 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 06:54:01 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:54:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 06:54:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 06:54:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:54:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 06:54:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 06:54:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:54:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 06:54:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:54:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 06:54:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:54:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 06:54:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 06:54:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 06:54:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.134s coverage: 58.8% of statements 06:54:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 06:54:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 06:54:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.269s coverage: 0.9% of statements 06:54:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 06:54:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 06:54:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 06:54:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.186s coverage: 47.1% of statements 06:54:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.194s coverage: 79.5% of statements 06:54:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.136s coverage: 94.1% of statements 06:54:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.177s coverage: 96.3% of statements 06:54:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.186s coverage: 87.5% of statements 06:54:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.143s coverage: 94.4% of statements 06:54:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.116s coverage: 44.8% of statements 06:54:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.495s coverage: 81.9% of statements 06:54:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 06:54:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.179s coverage: 92.9% of statements 06:54:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 06:54:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 06:54:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 06:54:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements 06:54:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 06:54:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 06:54:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 06:54:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 06:54:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 06:54:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements 06:54:30 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 06:54:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 06:54:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements 06:54:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 06:54:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.139s coverage: 75.5% of statements 06:54:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 06:54:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.119s coverage: 80.8% of statements 06:54:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.179s coverage: 87.2% of statements 06:54:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.182s coverage: 84.6% of statements 06:54:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.248s coverage: 91.6% of statements 06:54:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 06:54:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.568s coverage: 64.4% of statements 06:54:30 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:54:30 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:54:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.128s coverage: 100.0% of statements 06:54:30 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.095s coverage: 91.3% of statements 06:54:30 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.051s coverage: 100.0% of statements 06:54:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.072s coverage: 73.7% of statements 06:54:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.101s coverage: 100.0% of statements 06:54:34 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.876s coverage: 69.0% of statements 06:54:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 06:54:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 06:54:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 06:54:34 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 06:54:34 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 06:54:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.447s coverage: 38.4% of statements 06:54:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:54:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:54:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.103s coverage: 89.5% of statements 06:54:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 06:54:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.078s coverage: 84.8% of statements 06:54:39 Removing intermediate container dbe04064805d 06:54:39 ---> 26b4fc8e15f7 06:54:39 06:54:39 Step 10/31 : FROM alpine:3.12 06:54:39 3.12: Pulling from library/alpine 06:54:41 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 06:54:41 Status: Downloaded newer image for alpine:3.12 06:54:41 ---> 13621d1b12d4 06:54:41 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 06:54:41 ---> Running in 126ebf001d74 06:54:41 Removing intermediate container 126ebf001d74 06:54:41 ---> 65e26013020e 06:54:41 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 06:54:42 ---> Running in e87d985d09b2 06:54:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.485s coverage: 47.0% of statements 06:54:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:54:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:54:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 06:54:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 06:54:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 06:54:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.126s coverage: 100.0% of statements 06:54:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 06:54:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.121s coverage: 100.0% of statements 06:54:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 06:54:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 06:54:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.157s coverage: 9.6% of statements 06:54:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 06:54:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.439s coverage: 92.6% of statements 06:54:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 06:54:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 06:54:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 06:54:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:54:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:54:45 (1/2) Installing dumb-init (1.2.2-r1) 06:54:45 (2/2) Installing su-exec (0.2-r1) 06:54:45 Executing busybox-1.31.1-r20.trigger 06:54:45 OK: 6 MiB in 16 packages 06:54:46 Removing intermediate container 892d8be22b84 06:54:46 ---> 417b6d2d1a9b 06:54:46 06:54:46 Step 10/24 : FROM alpine:3.12 06:54:46 ---> 13621d1b12d4 06:54:46 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 06:54:46 Removing intermediate container 32990dc50695 06:54:46 ---> 212509bc746b 06:54:46 06:54:46 Step 10/22 : FROM alpine:3.12 06:54:46 ---> 13621d1b12d4 06:54:46 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 06:54:46 Removing intermediate container 69c52a811fa7 06:54:46 ---> 477f2d9c87bc 06:54:46 06:54:46 Step 10/21 : FROM alpine:3.12 06:54:46 ---> 13621d1b12d4 06:54:46 Step 11/21 : RUN apk add --update --no-cache curl 06:54:46 ---> Running in e565a76c9678 06:54:48 ---> Running in deefecf7ddab 06:54:48 ---> Running in ed57e3e2a901 06:54:50 Removing intermediate container e87d985d09b2 06:54:50 ---> 84aedccc6c33 06:54:50 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 06:54:50 ---> Running in 2a14b5d7a1e5 06:54:50 Removing intermediate container 27c94d05b6d8 06:54:50 ---> f6d84c422ca2 06:54:50 06:54:50 Step 10/23 : FROM alpine:3.12 06:54:50 ---> 13621d1b12d4 06:54:50 Step 11/23 : RUN apk add --update --no-cache dumb-init 06:54:50 ---> Running in c098e97b88a3 06:54:50 Removing intermediate container 2a14b5d7a1e5 06:54:50 ---> 4df8bb0efe96 06:54:50 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 06:54:50 ---> Running in 079acad357ad 06:54:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:54:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:54:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:54:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:54:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:54:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:54:51 Removing intermediate container 079acad357ad 06:54:51 ---> e45634a5ef52 06:54:51 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 06:54:51 (1/2) Installing ca-certificates (20191127-r4) 06:54:51 (2/2) Installing dumb-init (1.2.2-r1) 06:54:51 Executing busybox-1.31.1-r20.trigger 06:54:51 (1/6) Installing ca-certificates (20191127-r4) 06:54:51 Executing ca-certificates-20191127-r4.trigger 06:54:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:54:51 ---> Running in d3db3bc78103 06:54:51 (2/6) Installing nghttp2-libs (1.41.0-r0) 06:54:51 (3/6) Installing libcurl (7.76.1-r0) 06:54:51 OK: 6 MiB in 16 packages 06:54:51 (4/6) Installing curl (7.76.1-r0) 06:54:51 (1/4) Installing ca-certificates (20191127-r4) 06:54:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:54:51 (5/6) Installing dumb-init (1.2.2-r1) 06:54:51 (6/6) Installing su-exec (0.2-r1) 06:54:51 Executing busybox-1.31.1-r20.trigger 06:54:51 Executing ca-certificates-20191127-r4.trigger 06:54:51 (2/4) Installing nghttp2-libs (1.41.0-r0) 06:54:51 (3/4) Installing libcurl (7.76.1-r0) 06:54:51 (4/4) Installing curl (7.76.1-r0) 06:54:51 OK: 7 MiB in 20 packages 06:54:51 Executing busybox-1.31.1-r20.trigger 06:54:51 Executing ca-certificates-20191127-r4.trigger 06:54:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.338s coverage: 28.7% of statements 06:54:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:54:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:54:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 06:54:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 06:54:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 06:54:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.205s coverage: 99.0% of statements 06:54:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 06:54:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.191s coverage: 100.0% of statements 06:54:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 06:54:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 06:54:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 06:54:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.181s coverage: 64.6% of statements 06:54:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 06:54:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.402s coverage: 97.6% of statements 06:54:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 06:54:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 06:54:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 06:54:51 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 06:54:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 06:54:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements 06:54:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 06:54:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 06:54:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 06:54:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 06:54:51 OK: 7 MiB in 18 packages 06:54:51 (1/1) Installing dumb-init (1.2.2-r1) 06:54:51 Executing busybox-1.31.1-r20.trigger 06:54:51 OK: 6 MiB in 15 packages 06:54:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.075s coverage: 87.9% of statements 06:54:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 06:54:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 06:54:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.070s coverage: 100.0% of statements 06:54:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.111s coverage: 28.1% of statements 06:54:53 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.082s coverage: 100.0% of statements 06:54:54 GO111MODULE=on go vet ./... 06:54:55 Removing intermediate container e565a76c9678 06:54:55 ---> 403c6dfd4a70 06:54:55 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.'Removing intermediate container deefecf7ddab 06:54:55 06:54:55 ---> 49808d93a3ea 06:54:55 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 06:54:55 Removing intermediate container ed57e3e2a901 06:54:55 ---> d86a21169c85 06:54:55 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:54:55 Removing intermediate container c098e97b88a3 06:54:55 ---> d7d75315ad53 06:54:55 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:54:55 ---> Running in caa6dbd24dee 06:54:55 ---> Running in e430743de8cc 06:54:55 Removing intermediate container d3db3bc78103 06:54:55 ---> 8c9c13d9db41 06:54:55 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 06:54:55 ---> Running in 53173eb1d74d 06:54:55 ---> Running in ece826a060dc 06:54:55 ---> Running in 4aedebffc477 06:54:55 Removing intermediate container caa6dbd24dee 06:54:55 ---> 43fbf2b260ae 06:54:55 Step 13/22 : ENV APP_PORT=48060 06:54:55 Removing intermediate container e430743de8cc 06:54:55 ---> 931c94e03556 06:54:55 Step 13/24 : WORKDIR / 06:54:55 Removing intermediate container ece826a060dc 06:54:55 ---> b3e509e624b0 06:54:55 Step 13/23 : ENV APP_PORT=48081 06:54:55 ---> Running in 2b01b6462858 06:54:55 Removing intermediate container 53173eb1d74d 06:54:55 ---> b084cd5313da 06:54:55 Step 13/21 : WORKDIR /edgex 06:54:55 Removing intermediate container 4aedebffc477 06:54:55 ---> a7f8a4eb73b2 06:54:55 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 06:54:55 ---> Running in 1e18921ec76b 06:54:56 ---> Running in d08c0e083884 06:54:56 ---> Running in 93ff55048b13 06:54:56 Removing intermediate container 2b01b6462858 06:54:56 ---> 30a7953deb69 06:54:56 Step 14/22 : EXPOSE $APP_PORT 06:54:56 ---> ec28e21bb4de 06:54:56 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 06:54:56 ---> Running in 1e42267ce30c 06:54:56 Removing intermediate container 1e18921ec76b 06:54:56 ---> 482b79318d59 06:54:56 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 06:54:56 Removing intermediate container d08c0e083884 06:54:56 ---> f83a29576212 06:54:56 Step 14/23 : EXPOSE $APP_PORT 06:54:56 Removing intermediate container 93ff55048b13 06:54:56 ---> 9a804951a058 06:54:56 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 06:54:56 ---> Running in 4a662beaa794 06:54:56 ---> Running in 9d4e6fb8e918 06:54:57 Removing intermediate container 1e42267ce30c 06:54:57 ---> 58653c218b7c 06:54:57 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:54:57 ---> 2510502e14e4 06:54:57 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 06:54:57 Removing intermediate container 9d4e6fb8e918 06:54:57 ---> 439ad779089c 06:54:57 Step 15/23 : WORKDIR / 06:54:57 ---> 7ebf9811e6da 06:54:57 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 06:54:57 ---> Running in de60b4deab0b 06:54:57 ---> eea60fedcea8 06:54:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:54:57 Removing intermediate container de60b4deab0b 06:54:57 ---> 99281a0bd9fe 06:54:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:54:57 ---> bfe815d71ff1 06:54:57 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 06:54:57 ---> 45cd5b5750d7 06:54:57 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 06:54:58 ---> 7fc6794be3e8 06:54:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:54:58 ---> 718f090ce423 06:54:58 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:54:58 ---> 5ff379e1021b 06:54:58 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 06:54:58 Removing intermediate container 4a662beaa794 06:54:58 ---> 2c1f189261bd 06:54:58 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 06:54:58 ---> 3c3b58e8393d 06:54:58 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 06:54:58 ---> Running in 8b48226e4b26 06:54:59 ---> 59c011bb6bea 06:54:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 06:54:59 ---> 7dfa37c11e08 06:54:59 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 06:54:59 Removing intermediate container 8b48226e4b26 06:54:59 ---> 9c230aa7bcb1 06:54:59 Step 18/21 : CMD ["--init=true"] 06:54:59 ---> 6163a81dbeb8 06:54:59 Step 18/22 : ENTRYPOINT ["/support-notifications"] 06:54:59 ---> 69bfdf622578 06:54:59 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:54:59 ---> Running in 91674acd4054 06:54:59 ---> Running in ef86573ca801 06:54:59 Removing intermediate container 91674acd4054 06:54:59 ---> a014eedce3dd 06:54:59 Step 19/21 : LABEL arch=x86_64 06:54:59 ---> cf91ccd751ff 06:54:59 Step 19/23 : ENTRYPOINT ["/core-metadata"] 06:55:00 ---> Running in cdb7b73c298b 06:55:00 ---> Running in af59ffd9cf29 06:55:00 Removing intermediate container ef86573ca801 06:55:00 ---> eeebc74e87e2 06:55:00 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:55:00 ---> 8c824b2f59c7 06:55:00 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:55:00 ---> 4f83091da1f1 06:55:00 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 06:55:00 ---> Running in ca00e4e160e4 06:55:00 Removing intermediate container cdb7b73c298b 06:55:00 ---> 2542df97614e 06:55:00 Step 20/21 : LABEL git_sha=0055aad0321a4746da23e2717adefdd0532a5973 06:55:00 Removing intermediate container af59ffd9cf29 06:55:00 ---> 9daf4eb8f0e9 06:55:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:55:00 ---> Running in e55f9a9e3a01 06:55:00 ---> 00c41e29dd1c 06:55:00 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/ 06:55:00 Removing intermediate container ca00e4e160e4 06:55:00 ---> 63944faa6121 06:55:00 Step 20/22 : LABEL arch=x86_64 06:55:00 ---> 2bba3f811deb 06:55:00 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 06:55:00 ---> Running in 9ec7837dc648 06:55:00 ---> Running in 4216b03173e8 06:55:01 ---> Running in 40f1b3a765fe 06:55:01 Removing intermediate container e55f9a9e3a01 06:55:01 ---> 458ddfcc3720 06:55:01 Step 21/21 : LABEL version=0.0.0 06:55:01 ---> Running in 3ea5fc785d19 06:55:01 Removing intermediate container 40f1b3a765fe 06:55:01 ---> 2c7ae0db5327 06:55:01 Step 21/22 : LABEL git_sha=0055aad0321a4746da23e2717adefdd0532a5973 06:55:01 ---> 62164fcbb629 06:55:01 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 06:55:01 Removing intermediate container 9ec7837dc648 06:55:01 ---> 3a2307479055 06:55:01 Step 21/23 : LABEL arch=x86_64 06:55:01 ---> Running in 49ac8444e8c2 06:55:01 ---> Running in ecdff9698e1e 06:55:01 Removing intermediate container 3ea5fc785d19 06:55:01 ---> df8f8cd205c8 06:55:01 06:55:02 ---> 0d077270dd9a 06:55:02 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 06:55:02 Removing intermediate container 49ac8444e8c2 06:55:02 ---> a227acbbc488 06:55:02 Step 22/22 : LABEL version=0.0.0 06:55:02 Removing intermediate container ecdff9698e1e 06:55:02 ---> c88b46bb629d 06:55:02 Step 22/23 : LABEL git_sha=0055aad0321a4746da23e2717adefdd0532a5973 06:55:02 Successfully built df8f8cd205c8 06:55:02 Successfully tagged docker-security-proxy-setup-go:latest 06:55:02  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 06:55:02 ---> Running in dea53b119dfa 06:55:02 ---> Running in 334f176b9ca2 06:55:02 ---> Running in 66799d878852 06:55:03 Removing intermediate container 66799d878852 06:55:03 ---> 97d02d46e706 06:55:03 Step 23/23 : LABEL version=0.0.0 06:55:03 Removing intermediate container 334f176b9ca2 06:55:03 ---> 6b30306cde05 06:55:03 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 06:55:03 Removing intermediate container dea53b119dfa 06:55:03 ---> 266c232d7d09 06:55:03 06:55:03 Removing intermediate container 4216b03173e8 06:55:03 ---> 1744ecc8c8e5 06:55:03 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 06:55:03 ---> Running in dc821b6e36c7 06:55:03 ---> Running in 3499b4f21eeb 06:55:03 Successfully built 266c232d7d09 06:55:03 Successfully tagged docker-support-notifications-go:latest 06:55:03  Building docker-support-notifications-go ... done Building docker-core-command-go 06:55:04 Removing intermediate container dc821b6e36c7 06:55:04 ---> 8df310e9a7f0 06:55:04 06:55:04 ---> 4011ea783ade 06:55:04 Step 26/31 : RUN chmod +x /entrypoint.sh 06:55:04 Removing intermediate container 3499b4f21eeb 06:55:04 ---> 8a0e9e0726fc 06:55:04 Step 22/24 : LABEL arch=x86_64 06:55:04 Successfully built 8df310e9a7f0 06:55:04 Successfully tagged docker-core-metadata-go:latest 06:55:04 Building docker-core-data-go 06:55:04  Building docker-core-metadata-go ... done  ---> Running in 5c6b64641292 06:55:04 ---> Running in 8145274f2ba5 06:55:06 Removing intermediate container 8145274f2ba5 06:55:06 ---> 930d183d7c76 06:55:06 Step 23/24 : LABEL git_sha=0055aad0321a4746da23e2717adefdd0532a5973 06:55:07 ---> Running in 69170d279147 06:55:11 Removing intermediate container 69170d279147 06:55:11 ---> ef5ec238a6cf 06:55:11 Step 24/24 : LABEL version=0.0.0 06:55:11 ---> Running in 3d79fe7a38cf 06:55:11 Removing intermediate container 3d79fe7a38cf 06:55:11 ---> 5b8b552a5069 06:55:11 06:55:11 Removing intermediate container 5c6b64641292 06:55:11 ---> 3518564d582e 06:55:11 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 06:55:11 Successfully built 5b8b552a5069 06:55:12 Successfully tagged docker-security-secretstore-setup-go:latest 06:55:12  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go 06:55:12 ---> Running in 02792af4a245 06:55:13 Removing intermediate container 02792af4a245 06:55:13 ---> 01894c275237 06:55:13 Step 28/31 : CMD ["gate"] 06:55:14 ---> Running in 8ce53babd461 06:55:14 Removing intermediate container 8ce53babd461 06:55:14 ---> b69bf4f071b9 06:55:14 Step 29/31 : LABEL arch=x86_64 06:55:15 ---> Running in ca052bc4343b 06:55:15 Removing intermediate container ca052bc4343b 06:55:15 ---> e0163fad2972 06:55:15 Step 30/31 : LABEL git_sha=0055aad0321a4746da23e2717adefdd0532a5973 06:55:15 ---> Running in 8f83c6cafadf 06:55:16 Removing intermediate container 8f83c6cafadf 06:55:16 ---> 03417c990ae3 06:55:16 Step 31/31 : LABEL version=0.0.0 06:55:16 ---> Running in a49e0cfeb935 06:55:20 Removing intermediate container a49e0cfeb935 06:55:20 ---> 4cd82ee7b2bd 06:55:20 06:55:20 Successfully built 4cd82ee7b2bd 06:55:20 Successfully tagged docker-security-bootstrapper-go:latest 06:55:33  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:55:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:55:33 ---> cbde8b41ac7e 06:55:33 Step 3/23 : WORKDIR /edgex-go 06:55:33 ---> Using cache 06:55:33 ---> 8b35375a6e99 06:55:33 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:55:33 ---> Using cache 06:55:33 ---> 9e10f8b567a5 06:55:33 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 06:55:33 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:55:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:55:33 ---> cbde8b41ac7e 06:55:33 Step 3/23 : WORKDIR /edgex-go 06:55:33 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:55:33 ---> Using cache 06:55:33 ---> 8b35375a6e99 06:55:33 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:55:33 ---> Using cache 06:55:33 ---> 9e10f8b567a5 06:55:33 Step 5/23 : RUN apk add --update --no-cache make bash git 06:55:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:55:33 ---> cbde8b41ac7e 06:55:33 Step 3/23 : WORKDIR /edgex-go 06:55:33 ---> Using cache 06:55:33 ---> 8b35375a6e99 06:55:33 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:55:33 ---> Using cache 06:55:33 ---> 9e10f8b567a5 06:55:33 Step 5/23 : RUN apk add --update --no-cache make git 06:55:33 ---> Using cache 06:55:33 ---> 6ebe760c984b 06:55:33 Step 6/23 : COPY go.mod . 06:55:33 ---> Using cache 06:55:33 ---> e73bafa25a23 06:55:33 Step 7/23 : RUN go mod download 06:55:33 ---> Using cache 06:55:33 ---> d2c78ed75ccf 06:55:33 Step 8/23 : COPY . . 06:55:33 ---> Using cache 06:55:33 ---> ae6f5734e166 06:55:33 Step 9/23 : RUN make cmd/core-command/core-command 06:55:33 ---> Running in dd085156be46 06:55:33 ---> Running in e2db48e0f580 06:55:33 ---> Running in 44b914bb7286 06:55:36 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 06:55:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:55:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:55:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:55:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:55:38 OK: 233 MiB in 51 packages 06:55:38 OK: 233 MiB in 51 packages 06:55:38 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:55:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:55:38 ---> cbde8b41ac7e 06:55:38 Step 3/22 : WORKDIR /edgex-go 06:55:38 ---> Using cache 06:55:38 ---> 8b35375a6e99 06:55:38 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:55:38 ---> Using cache 06:55:38 ---> 9e10f8b567a5 06:55:38 Step 5/22 : RUN apk add --update --no-cache make git 06:55:38 ---> Using cache 06:55:38 ---> 6ebe760c984b 06:55:38 Step 6/22 : COPY go.mod . 06:55:38 ---> Using cache 06:55:38 ---> e73bafa25a23 06:55:38 Step 7/22 : RUN go mod download 06:55:38 ---> Using cache 06:55:38 ---> d2c78ed75ccf 06:55:38 Step 8/22 : COPY . . 06:55:38 ---> Using cache 06:55:38 ---> ae6f5734e166 06:55:38 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 06:55:38 ---> Running in 9ae2e7c17c65 06:55:39 Removing intermediate container e2db48e0f580 06:55:39 ---> 8d88659447ae 06:55:39 Step 6/23 : COPY go.mod . 06:55:40 Removing intermediate container dd085156be46 06:55:40 ---> 47d3a407e207 06:55:40 Step 6/23 : COPY go.mod . 06:55:40 ---> b9a16d5c7a47 06:55:40 Step 7/23 : RUN go mod download 06:55:40 ---> Running in da81fdcd0e4c 06:55:40 ---> 7d2225268886 06:55:40 Step 7/23 : RUN go mod download 06:55:40 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 06:55:41 ---> Running in c1cc0f65e967 06:55:45 Removing intermediate container da81fdcd0e4c 06:55:45 ---> 536dee26a909 06:55:45 Step 8/23 : COPY . . 06:55:45 Removing intermediate container c1cc0f65e967 06:55:45 ---> 5affea3df177 06:55:45 Step 8/23 : COPY . . 06:56:16 gofmt -l . 06:56:16 [ "`gofmt -l .`" = "" ] 06:56:16 ./bin/test-go-mod-tidy.sh 06:56:16 ./bin/test-attribution-txt.sh [Pipeline] sh 06:56:19 + ls -al . 06:56:19 total 828 06:56:19 drwxrwxr-x 9 1001 1001 4096 Apr 27 06:56 . 06:56:19 drwxr-xr-x 4 root root 4096 Apr 27 06:51 .. 06:56:19 -rw-rw-r-- 1 1001 1001 11 Apr 27 06:50 .dockerignore 06:56:19 drwxrwxr-x 8 1001 1001 4096 Apr 27 06:50 .git 06:56:19 drwxrwxr-x 3 1001 1001 4096 Apr 27 06:50 .github 06:56:19 -rw-rw-r-- 1 1001 1001 818 Apr 27 06:50 .gitignore 06:56:19 -rw-rw-r-- 1 1001 1001 166 Apr 27 06:50 .sonarcloud.properties 06:56:19 -rw-rw-r-- 1 1001 1001 8609 Apr 27 06:50 Attribution.txt 06:56:19 -rw-rw-r-- 1 1001 1001 3804 Apr 27 06:50 CONTRIBUTING.md 06:56:19 -rw-rw-r-- 1 1001 1001 931 Apr 27 06:50 Dockerfile.build 06:56:19 -rw-rw-r-- 1 1001 1001 863 Apr 27 06:50 Jenkinsfile 06:56:19 -rw-rw-r-- 1 1001 1001 10775 Apr 27 06:50 LICENSE 06:56:19 -rw-rw-r-- 1 1001 1001 5774 Apr 27 06:50 Makefile 06:56:19 -rw-rw-r-- 1 1001 1001 7978 Apr 27 06:50 README.md 06:56:19 -rw-rw-r-- 1 1001 1001 6755 Apr 27 06:50 SECURITY.md 06:56:19 -rw-rw-r-- 1 1001 1001 5 Apr 27 06:47 VERSION 06:56:19 -rw-rw-r-- 1 1001 1001 4131 Apr 27 06:50 ZMQWindows.md 06:56:19 drwxrwxr-x 2 1001 1001 4096 Apr 27 06:50 bin 06:56:19 drwxrwxr-x 14 1001 1001 4096 Apr 27 06:50 cmd 06:56:19 -rw-r--r-- 1 root root 689383 Apr 27 06:54 coverage.out 06:56:19 -rw-r--r-- 1 root root 1060 Apr 27 06:56 go.mod 06:56:19 -rw-r--r-- 1 root root 22420 Apr 27 06:56 go.sum 06:56:19 drwxrwxr-x 8 1001 1001 4096 Apr 27 06:50 internal 06:56:19 drwxrwxr-x 4 1001 1001 4096 Apr 27 06:50 openapi 06:56:19 drwxrwxr-x 4 1001 1001 4096 Apr 27 06:50 snap 06:56:19 -rw-rw-r-- 1 1001 1001 168 Apr 27 06:50 version.go [Pipeline] sh 06:56:19 + '[' -e coverage.out ] 06:56:19 + chown 1001:1001 coverage.out [Pipeline] stash 06:56:19 Warning: overwriting stash ‘coverage-report’ 06:56:21 Stashed 1 file(s) [Pipeline] sh 06:56:21 + make build 06:56:21 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 06:56:26 Removing intermediate container 44b914bb7286 06:56:26 ---> 30f0fc45e446 06:56:26 06:56:26 Step 10/23 : FROM alpine:3.12 06:56:26 ---> 13621d1b12d4 06:56:26 Step 11/23 : RUN apk add --update --no-cache dumb-init 06:56:26 ---> Using cache 06:56:26 ---> d7d75315ad53 06:56:26 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:56:26 ---> Using cache 06:56:26 ---> b3e509e624b0 06:56:26 Step 13/23 : ENV APP_PORT=48082 06:56:26 ---> Running in 6edd96abbfc4 06:56:26 ---> d2fa959962ce 06:56:26 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 06:56:26 ---> 3d3399c158b7 06:56:26 Step 9/23 : RUN make cmd/core-data/core-data 06:56:26 ---> Running in 604ed904feff 06:56:26 ---> Running in 1fd9d963bb0c 06:56:26 Removing intermediate container 6edd96abbfc4 06:56:26 ---> b583101d907a 06:56:26 Step 14/23 : EXPOSE $APP_PORT 06:56:26 Removing intermediate container 9ae2e7c17c65 06:56:26 ---> 076656ae2e79 06:56:26 06:56:26 Step 10/22 : FROM alpine:3.12 06:56:26 ---> 13621d1b12d4 06:56:26 Step 11/22 : RUN apk add --update --no-cache dumb-init 06:56:26 ---> Using cache 06:56:26 ---> d7d75315ad53 06:56:26 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:56:26 ---> Using cache 06:56:26 ---> b3e509e624b0 06:56:26 Step 13/22 : ENV APP_PORT=48085 06:56:26 ---> Running in 25c5106f3252 06:56:26 ---> Running in c0310b2b59a1 06:56:26 Removing intermediate container 25c5106f3252 06:56:26 ---> f43d0af22a06 06:56:26 Step 15/23 : WORKDIR / 06:56:26 ---> Running in 52edf235cdbe 06:56:26 Removing intermediate container c0310b2b59a1 06:56:26 ---> 8659b8eee629 06:56:26 Step 14/22 : EXPOSE $APP_PORT 06:56:26 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 06:56:26 ---> Running in 6ba7022881d3 06:56:26 Removing intermediate container 52edf235cdbe 06:56:26 ---> bcc2e5ac19b7 06:56:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:56:26 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 06:56:26 Removing intermediate container 6ba7022881d3 06:56:26 ---> 71e9917db8e7 06:56:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:56:26 ---> 0d6196e56ce0 06:56:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:56:26 ---> e9547aef23e8 06:56:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:56:26 ---> 123b5e96165d 06:56:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 06:56:26 ---> 895d90a0901d 06:56:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 06:56:26 ---> decaeaca1294 06:56:26 Step 19/23 : ENTRYPOINT ["/core-command"] 06:56:26 ---> Running in 2814d3d2e512 06:56:26 ---> 751d0dd1dbda 06:56:26 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 06:56:26 Removing intermediate container 2814d3d2e512 06:56:26 ---> 49d6f0b9d031 06:56:26 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:56:27 ---> Running in bdac2fe323df 06:56:27 ---> Running in 5c67c740bb02 06:56:27 Removing intermediate container bdac2fe323df 06:56:27 ---> e7cc067dcbec 06:56:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:56:27 ---> Running in 133622965f94 06:56:27 Removing intermediate container 5c67c740bb02 06:56:27 ---> be63675567ae 06:56:27 Step 21/23 : LABEL arch=x86_64 06:56:27 ---> Running in d9ed46e593ad 06:56:28 Removing intermediate container 133622965f94 06:56:28 ---> 9bdb53fc1312 06:56:28 Step 20/22 : LABEL arch=x86_64 06:56:28 Removing intermediate container d9ed46e593ad 06:56:28 ---> 70b471fad32a 06:56:28 Step 22/23 : LABEL git_sha=0055aad0321a4746da23e2717adefdd0532a5973 06:56:28 ---> Running in 814162208b97 06:56:28 ---> Running in 93145882c25c 06:56:28 Removing intermediate container 814162208b97 06:56:28 ---> a3c5f75a2381 06:56:28 Step 21/22 : LABEL git_sha=0055aad0321a4746da23e2717adefdd0532a5973 06:56:28 ---> Running in a354bb970c57 06:56:28 Removing intermediate container 93145882c25c 06:56:28 ---> b01c7d2a0fd5 06:56:28 Step 23/23 : LABEL version=0.0.0 06:56:28 ---> Running in 622ce6340772 06:56:29 Removing intermediate container a354bb970c57 06:56:29 ---> 14ee9ea98fa1 06:56:29 Step 22/22 : LABEL version=0.0.0 06:56:29 ---> Running in a57230888eda 06:56:29 Removing intermediate container 622ce6340772 06:56:29 ---> 19ccad2811a0 06:56:29 06:56:29 Removing intermediate container a57230888eda 06:56:29 ---> ee354fab321c 06:56:29 06:56:29 Successfully built 19ccad2811a0 06:56:30 Successfully tagged docker-core-command-go:latest 06:56:30  Building docker-core-command-go ... done Successfully built ee354fab321c 06:56:30 Successfully tagged docker-support-scheduler-go:latest 06:56:32 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 06:56:48  Building docker-support-scheduler-go ... done Removing intermediate container 604ed904feff 06:56:48 ---> a6615aaebd32 06:56:48 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 06:56:48 ---> Running in 776f4cd9d533 06:56:50 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 06:56:52 Removing intermediate container 776f4cd9d533 06:56:52 ---> d37767377d07 06:56:52 06:56:52 Step 11/23 : FROM docker:20.10.0 06:56:52 20.10.0: Pulling from library/docker 06:56:52 Removing intermediate container 1fd9d963bb0c 06:56:52 ---> a6ac829a882f 06:56:52 06:56:52 Step 10/23 : FROM alpine:3.12 06:56:52 ---> 13621d1b12d4 06:56:52 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:56:52 ---> Running in 9701ebe67c9f 06:56:53 Removing intermediate container 9701ebe67c9f 06:56:53 ---> 0f4defcbac2f 06:56:53 Step 12/23 : ENV APP_PORT=48080 06:56:53 ---> Running in a38346dc21af 06:56:54 Removing intermediate container a38346dc21af 06:56:54 ---> e8b56208ff34 06:56:54 Step 13/23 : EXPOSE $APP_PORT 06:56:54 ---> Running in 0a94b01c3f8f 06:56:54 Removing intermediate container 0a94b01c3f8f 06:56:54 ---> d7b94b21dc2a 06:56:54 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:56:54 ---> Running in a5f23f710a83 06:56:56 Removing intermediate container a5f23f710a83 06:56:56 ---> 19b2a3d73498 06:56:56 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 06:56:56 ---> Running in 0f8075e2cda8 06:56:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:56:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:56:58 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 06:56:59 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 06:56:59 Status: Downloaded newer image for docker:20.10.0 06:56:59 ---> aefe523efa57 06:56:59 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 06:56:59 (1/6) Installing dumb-init (1.2.2-r1) 06:56:59 (2/6) Installing libgcc (9.3.0-r2) 06:56:59 (3/6) Installing libsodium (1.0.18-r0) 06:56:59 (4/6) Installing libstdc++ (9.3.0-r2) 06:56:59 ---> Running in c0043c30124d 06:56:59 Removing intermediate container c0043c30124d 06:56:59 ---> 4684f670702d 06:56:59 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 06:56:59 ---> Running in 25a816f0eb4f 06:57:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:57:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:57:00 (5/6) Installing libzmq (4.3.3-r0) 06:57:00 (6/6) Installing zeromq (4.3.3-r0) 06:57:00 Executing busybox-1.31.1-r20.trigger 06:57:00 (1/39) Installing readline (8.0.4-r0) 06:57:00 (2/39) Installing bash (5.0.17-r0) 06:57:00 Executing bash-5.0.17-r0.post-install 06:57:00 (3/39) Installing nghttp2-libs (1.41.0-r0) 06:57:00 (4/39) Installing libcurl (7.76.1-r0) 06:57:00 (5/39) Installing curl (7.76.1-r0) 06:57:00 OK: 8 MiB in 20 packages 06:57:00 (6/39) Installing dumb-init (1.2.2-r1) 06:57:00 (7/39) Installing libbz2 (1.0.8-r1) 06:57:00 (8/39) Installing expat (2.2.9-r1) 06:57:00 (9/39) Installing libffi (3.3-r2) 06:57:00 (10/39) Installing gdbm (1.13-r1) 06:57:00 (11/39) Installing xz-libs (5.2.5-r0) 06:57:00 (12/39) Installing sqlite-libs (3.32.1-r0) 06:57:00 (13/39) Installing python3 (3.8.8-r0) 06:57:00 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 06:57:03 (14/39) Installing py3-appdirs (1.4.4-r1) 06:57:03 (15/39) Installing py3-ordered-set (4.0.1-r0) 06:57:03 (16/39) Installing py3-parsing (2.4.7-r0) 06:57:03 (17/39) Installing py3-six (1.15.0-r0) 06:57:03 (18/39) Installing py3-packaging (20.4-r0) 06:57:03 (19/39) Installing py3-setuptools (47.0.0-r0) 06:57:03 (20/39) Installing py3-chardet (3.0.4-r4) 06:57:03 (21/39) Installing py3-idna (2.9-r0) 06:57:03 (22/39) Installing py3-certifi (2020.4.5.1-r0) 06:57:03 (23/39) Installing py3-urllib3 (1.25.9-r0) 06:57:03 (24/39) Installing py3-requests (2.23.0-r0) 06:57:03 (25/39) Installing py3-msgpack (1.0.0-r0) 06:57:03 (26/39) Installing py3-lockfile (0.12.2-r3) 06:57:05 (27/39) Installing py3-cachecontrol (0.12.6-r0) 06:57:05 (28/39) Installing py3-colorama (0.4.3-r0) 06:57:05 Removing intermediate container 0f8075e2cda8 06:57:05 ---> 362567f1e857 06:57:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:57:05 (29/39) Installing py3-distlib (0.3.0-r0) 06:57:05 (30/39) Installing py3-distro (1.5.0-r1) 06:57:05 (31/39) Installing py3-webencodings (0.5.1-r3) 06:57:05 (32/39) Installing py3-html5lib (1.0.1-r4) 06:57:05 (33/39) Installing py3-pytoml (0.1.21-r0) 06:57:05 (34/39) Installing py3-pep517 (0.8.2-r0) 06:57:05 (35/39) Installing py3-progress (1.5-r0) 06:57:05 (36/39) Installing py3-toml (0.10.1-r0) 06:57:05 (37/39) Installing py3-retrying (1.3.3-r0) 06:57:05 (38/39) Installing py3-contextlib2 (0.6.0-r0) 06:57:05 (39/39) Installing py3-pip (20.1.1-r0) 06:57:05 Executing busybox-1.31.1-r19.trigger 06:57:05 OK: 72 MiB in 59 packages 06:57:06 ---> f7c3722095bf 06:57:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:57:06 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 06:57:06 Collecting docker-compose==1.23.2 06:57:06 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 06:57:06 ---> a1f3669827c2 06:57:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 06:57:06 Collecting cached-property<2,>=1.2.0 06:57:06 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 06:57:06 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 06:57:07 ---> ecf858b2eccc 06:57:07 Step 19/23 : ENTRYPOINT ["/core-data"] 06:57:07 Collecting PyYAML<4,>=3.10 06:57:07 Downloading PyYAML-3.13.tar.gz (270 kB) 06:57:07 ---> Running in d0f0d3554d35 06:57:07 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 06:57:07 Removing intermediate container d0f0d3554d35 06:57:07 ---> 76a8afe5cf47 06:57:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:57:08 ---> Running in eb781798ef70 06:57:08 Removing intermediate container eb781798ef70 06:57:08 ---> c9ed543d0c28 06:57:08 Step 21/23 : LABEL arch=x86_64 06:57:08 Collecting docker<4.0,>=3.6.0 06:57:08 ---> Running in 8b504faa3d0d 06:57:08 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 06:57:08 Removing intermediate container 8b504faa3d0d 06:57:08 ---> 9fa8a58f45bb 06:57:08 Step 22/23 : LABEL git_sha=0055aad0321a4746da23e2717adefdd0532a5973 06:57:08 ---> Running in e204cc3ea9f4 06:57:08 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 06:57:08 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 06:57:08 Removing intermediate container e204cc3ea9f4 06:57:08 ---> c397526737dd 06:57:08 Step 23/23 : LABEL version=0.0.0 06:57:08 ---> Running in 50ee0a70e7bf 06:57:08 Collecting jsonschema<3,>=2.5.1 06:57:08 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 06:57:08 Collecting texttable<0.10,>=0.9.0 06:57:08 Downloading texttable-0.9.1.tar.gz (11 kB) 06:57:09 Removing intermediate container 50ee0a70e7bf 06:57:09 ---> 627b582b5178 06:57:09 06:57:09 Successfully built 627b582b5178 06:57:09 Successfully tagged docker-core-data-go:latest 06:57:10  Building docker-core-data-go ... done Collecting docopt<0.7,>=0.6.1 06:57:10 Downloading docopt-0.6.2.tar.gz (25 kB) 06:57:11 Collecting websocket-client<1.0,>=0.32.0 06:57:11 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 06:57:11 Collecting dockerpty<0.5,>=0.4.1 06:57:11 Downloading dockerpty-0.4.1.tar.gz (13 kB) 06:57:12 Collecting docker-pycreds>=0.4.0 06:57:12 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 06:57:12 Collecting urllib3<1.25,>=1.21.1 06:57:12 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 06:57:12 Collecting idna<2.8,>=2.5 06:57:12 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 06:57:12 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 06:57:12 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 06:57:12 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 06:57:12 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 06:57:12 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 06:57:12 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 06:57:12 Installing collected packages: cached-property, PyYAML, urllib3, idna, requests, websocket-client, docker-pycreds, docker, jsonschema, texttable, docopt, dockerpty, docker-compose 06:57:12 Running setup.py install for PyYAML: started 06:57:13 Running setup.py install for PyYAML: finished with status 'done' 06:57:13 Attempting uninstall: urllib3 06:57:13 Found existing installation: urllib3 1.25.9 06:57:13 Uninstalling urllib3-1.25.9: 06:57:13 Successfully uninstalled urllib3-1.25.9 06:57:13 Attempting uninstall: idna 06:57:13 Found existing installation: idna 2.9 06:57:13 Uninstalling idna-2.9: 06:57:13 Successfully uninstalled idna-2.9 06:57:13 Attempting uninstall: requests 06:57:13 Found existing installation: requests 2.23.0 06:57:13 Uninstalling requests-2.23.0: 06:57:13 Successfully uninstalled requests-2.23.0 06:57:14 Running setup.py install for texttable: started 06:57:14 Running setup.py install for texttable: finished with status 'done' 06:57:14 Running setup.py install for docopt: started 06:57:15 Running setup.py install for docopt: finished with status 'done' 06:57:15 Running setup.py install for dockerpty: started 06:57:15 Running setup.py install for dockerpty: finished with status 'done' 06:57:16 Successfully installed PyYAML-3.13 cached-property-1.5.2 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.58.0 06:57:17 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 06:57:20 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 06:57:24 Removing intermediate container 25a816f0eb4f 06:57:24 ---> a681a5825fa7 06:57:24 Step 14/23 : ENV APP_PORT=48090 06:57:24 ---> Running in 08eb7d65af5e 06:57:24 Removing intermediate container 08eb7d65af5e 06:57:24 ---> 95059fab1555 06:57:24 Step 15/23 : EXPOSE $APP_PORT 06:57:24 ---> Running in 2a1742f2d905 06:57:24 Removing intermediate container 2a1742f2d905 06:57:24 ---> 07b2e32c6a6d 06:57:24 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 06:57:24 ---> 805631f8fe37 06:57:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 06:57:24 ---> 3d13a07f3676 06:57:24 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 06:57:25 ---> 39a919ee34b7 06:57:25 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 06:57:25 ---> Running in ad8aa655cf16 06:57:25 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 06:57:25 Removing intermediate container ad8aa655cf16 06:57:25 ---> 73b77840f607 06:57:25 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:57:25 ---> Running in 37fec09ba5d1 06:57:25 Removing intermediate container 37fec09ba5d1 06:57:25 ---> 474ec3ae2366 06:57:25 Step 21/23 : LABEL arch=x86_64 06:57:25 ---> Running in 7ea0fc614226 06:57:25 Removing intermediate container 7ea0fc614226 06:57:25 ---> f1b2ff7e6b70 06:57:25 Step 22/23 : LABEL git_sha=0055aad0321a4746da23e2717adefdd0532a5973 06:57:25 ---> Running in 3e0979fa4477 06:57:26 Removing intermediate container 3e0979fa4477 06:57:26 ---> c962b626a9b5 06:57:26 Step 23/23 : LABEL version=0.0.0 06:57:26 ---> Running in 07563db5bd80 06:57:26 Removing intermediate container 07563db5bd80 06:57:26 ---> 802e3a1b7c2e 06:57:26 06:57:26 Successfully built 802e3a1b7c2e 06:57:26 Successfully tagged docker-sys-mgmt-agent-go:latest 06:57:27  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 06:57:27 $ docker stop --time=1 0c9dcc80f20418d651f7f1b6ed039bda32b5f6ef3445a58e09456720c712d7f3 06:57:29 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 06:57:29 $ docker rm -f 0c9dcc80f20418d651f7f1b6ed039bda32b5f6ef3445a58e09456720c712d7f3 [Pipeline] // withDockerContainer [Pipeline] sh 06:57:30 + docker images 06:57:30 + grep docker 06:57:30 docker-sys-mgmt-agent-go latest 802e3a1b7c2e 4 seconds ago 312MB 06:57:30 docker-core-data-go latest 627b582b5178 22 seconds ago 22.9MB 06:57:30 docker-core-command-go latest 19ccad2811a0 About a minute ago 17.5MB 06:57:30 docker-support-scheduler-go latest ee354fab321c About a minute ago 17.7MB 06:57:30 docker-security-bootstrapper-go latest 4cd82ee7b2bd 2 minutes ago 19.3MB 06:57:30 docker-security-secretstore-setup-go latest 5b8b552a5069 2 minutes ago 26.3MB 06:57:30 docker-core-metadata-go latest 8df310e9a7f0 2 minutes ago 19.2MB 06:57:30 docker-support-notifications-go latest 266c232d7d09 2 minutes ago 18.2MB 06:57:30 docker-security-proxy-setup-go latest df8f8cd205c8 2 minutes ago 26MB 06:57:30 docker 20.10.0 aefe523efa57 4 months ago 240MB [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 06:57:32 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 06:57:38 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] } 06:57:45 $ docker stop --time=1 0dec085863ffc2903a09d4233ef25f1ee99af6e53651ef544ec5dc4f4c1113e3 06:57:46 Still waiting to schedule task 06:57:46 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 06:57:47 $ docker rm -f 0dec085863ffc2903a09d4233ef25f1ee99af6e53651ef544ec5dc4f4c1113e3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:57:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:57:49 06:57:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:57:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:57:49 latest: Pulling from edgex-devops/edgex-compose-arm64 06:57:49 29e5d40040c1: Pulling fs layer 06:57:49 1ce36da41761: Pulling fs layer 06:57:49 25b303627fd3: Pulling fs layer 06:57:49 29e5d40040c1: Verifying Checksum 06:57:49 29e5d40040c1: Download complete 06:57:50 1ce36da41761: Verifying Checksum 06:57:50 1ce36da41761: Download complete 06:57:50 29e5d40040c1: Pull complete 06:57:52 1ce36da41761: Pull complete 06:57:52 25b303627fd3: Verifying Checksum 06:57:52 25b303627fd3: Download complete 06:58:02 25b303627fd3: Pull complete 06:58:02 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 06:58:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:58:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 06:58:02 prd-ubuntu18.04-docker-arm64-4c-16g-1993 does not seem to be running inside a container 06:58:02 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-devops/edgex-compose-arm64:latest cat 06:58:06 $ docker top bf6e3c964f7ea507d629b5b2e2051a757d6ea452208a4a3dbfee4375b529ac76 -eo pid,comm [Pipeline] { [Pipeline] sh 06:58:06 + docker-compose build --help 06:58:06 + grep parallel 06:58:10 --parallel Build images in parallel. [Pipeline] } 06:58:10 $ docker stop --time=1 bf6e3c964f7ea507d629b5b2e2051a757d6ea452208a4a3dbfee4375b529ac76 06:58:12 $ docker rm -f bf6e3c964f7ea507d629b5b2e2051a757d6ea452208a4a3dbfee4375b529ac76 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:58:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:58:13 . [Pipeline] withDockerContainer 06:58:13 prd-ubuntu18.04-docker-arm64-4c-16g-1993 does not seem to be running inside a container 06:58:13 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 06:58:14 $ docker top ab379296345c16a800d94cdea3a1b55fda692c1483f2f842bb539019269d7a74 -eo pid,comm [Pipeline] { [Pipeline] sh 06:58:15 + docker-compose -f ./docker-compose-build.yml build --parallel 06:58:20 Building docker-core-command-go ... 06:58:20 Building docker-core-data-go ... 06:58:20 Building docker-core-metadata-go ... 06:58:20 Building docker-security-bootstrapper-go ... 06:58:20 Building docker-security-proxy-setup-go ... 06:58:20 Building docker-security-secretstore-setup-go ... 06:58:20 Building docker-support-notifications-go ... 06:58:20 Building docker-support-scheduler-go ... 06:58:20 Building docker-sys-mgmt-agent-go ... 06:58:20 Building docker-security-secretstore-setup-go 06:58:20 Building docker-core-command-go 06:58:20 Building docker-support-notifications-go 06:58:20 Building docker-support-scheduler-go 06:58:20 Building docker-core-metadata-go 06:58:34 Running on prd-ubuntu18.04-docker-8c-8g-1996 in /w/workspace/edgexfoundry_edgex-go_PR-3400 [Pipeline] { [Pipeline] ws 06:58:34 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 06:58:37 using credential edgex-jenkins-ssh 06:58:37 Cloning the remote Git repository 06:58:37 Cloning repository git@github.com:edgexfoundry/edgex-go.git 06:58:37 > git init /w/workspace/edgex-go/4 # timeout=10 06:58:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:58:37 > git --version # timeout=10 06:58:37 > git --version # 'git version 2.17.1' 06:58:37 using GIT_SSH to set credentials SSH Credentials for GitHub 06:58:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:58:47 Merging remotes/origin/master commit 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 into PR head commit 0055aad0321a4746da23e2717adefdd0532a5973 06:58:47 Merge succeeded, producing 0055aad0321a4746da23e2717adefdd0532a5973 06:58:47 Checking out Revision 0055aad0321a4746da23e2717adefdd0532a5973 (PR-3400) 06:58:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:58:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:58:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:58:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:58:46 using GIT_SSH to set credentials SSH Credentials for GitHub 06:58:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3400/head:refs/remotes/origin/PR-3400 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:58:47 > git config core.sparsecheckout # timeout=10 06:58:47 > git checkout -f 0055aad0321a4746da23e2717adefdd0532a5973 # timeout=10 06:58:47 > git remote # timeout=10 06:58:47 > git config --get remote.origin.url # timeout=10 06:58:47 using GIT_SSH to set credentials SSH Credentials for GitHub 06:58:47 > git merge 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 # timeout=10 06:58:47 > git rev-parse HEAD^{commit} # timeout=10 06:58:47 > git config core.sparsecheckout # timeout=10 06:58:47 > git checkout -f 0055aad0321a4746da23e2717adefdd0532a5973 # timeout=10 06:58:51 Commit message: "refactor: Refactor controller error handling" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:58:52 + echo snap-build.sh 06:58:52 snap-build.sh 06:58:52 + SNAP_BASE_DIR=. 06:58:52 + '[' '!' -z /w/workspace/edgex-go/4 ']' 06:58:52 + SNAP_BASE_DIR=/w/workspace/edgex-go/4 06:58:52 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' 06:58:52 [snap-build] Building snap in dir [/w/workspace/edgex-go/4] 06:58:52 + cd /w/workspace/edgex-go/4 06:58:52 + sudo apt-get remove -qy --purge lxd lxd-client 06:58:52 Reading package lists... 06:58:52 Building dependency tree... 06:58:52 Reading state information... 06:58:52 The following packages were automatically installed and are no longer required: 06:58:52 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 06:58:52 uidmap xdelta3 06:58:52 Use 'sudo apt autoremove' to remove them. 06:58:52 The following packages will be REMOVED: 06:58:52 lxd* lxd-client* 06:58:52 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 06:58:52 After this operation, 31.7 MB disk space will be freed. 06:58:54 (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 ... 190027 files and directories currently installed.) 06:58:54 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 06:58:55 Removing lxd dnsmasq configuration 06:58:55 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 06:58:55 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 06:58:56 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 06:58:56 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 06:58:56 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 06:58:58 Processing triggers for systemd (237-3ubuntu10.42) ... 06:58:58 Processing triggers for ureadahead (0.100.0-21) ... 06:58:59 + sudo snap remove --purge lxd 06:58:59 snap "lxd" is not installed 06:58:59 + sudo groupadd --force --system lxd 06:58:59 ++ whoami 06:58:59 + sudo /usr/sbin/usermod -G lxd -a jenkins 06:59:00 + newgrp - lxd 06:59:00 + sudo snap install lxd 06:59:10 2021-04-27T06:59:07Z INFO Waiting for automatic snapd restart... 06:59:28 lxd 4.13 from Canonical* installed 06:59:28 + sudo lxd init --auto 06:59:34 + sudo snap install --classic snapcraft 06:59:41 snapcraft 4.6.2 from Canonical* installed 06:59:41 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 06:59:41 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 06:59:41 % Total % Received % Xferd Average Speed Time Time Time Current 06:59:41 Dload Upload Total Spent Left Speed 06:59:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4786 0 --:--:-- --:--:-- --:--:-- 4786 06:59:41 100 3325k 100 3325k 0 0 9985k 0 --:--:-- --:--:-- --:--:-- 9985k 06:59:41 ./yq_linux_amd64 06:59:41 + sudo snapcraft prime --use-lxd 06:59:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:59:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:59:41 ---> 71b84b45c369 06:59:41 Step 3/22 : WORKDIR /edgex-go 06:59:41 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:59:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:59:41 ---> 71b84b45c369 06:59:41 Step 3/23 : WORKDIR /edgex-go 06:59:41 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:59:41 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:59:41 ---> 71b84b45c369 06:59:41 Step 3/24 : WORKDIR /edgex-go 06:59:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:59:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:59:41 ---> 71b84b45c369 06:59:41 Step 3/22 : WORKDIR /edgex-go 06:59:41 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:59:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:59:41 ---> 71b84b45c369 06:59:41 Step 3/23 : WORKDIR /edgex-go 06:59:41 ---> Running in df20f9f4d1bd 06:59:41 ---> Running in e155bc04d5b9 06:59:41 ---> Running in 770c416d6afe 06:59:41 ---> Running in 3de76b34304e 06:59:41 ---> Running in 904ccf7ad972 06:59:41 Removing intermediate container 3de76b34304e 06:59:41 ---> b811ade3706a 06:59:41 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:59:41 Removing intermediate container df20f9f4d1bd 06:59:41 ---> 6e6940759f30 06:59:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:59:41 Removing intermediate container e155bc04d5b9 06:59:41 ---> f086864ce132 06:59:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:59:41 ---> Running in adf9c5cdac5e 06:59:41 Removing intermediate container 770c416d6afe 06:59:41 ---> 66c2753f3dc5 06:59:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:59:41 Removing intermediate container 904ccf7ad972 06:59:41 ---> e6ee965f6c4c 06:59:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:59:41 ---> Running in 1ea9a763cfec 06:59:41 ---> Running in f1d2dac1f6fe 06:59:41 ---> Running in c7917ea63e04 06:59:41 ---> Running in 72c53934f83e 06:59:42 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 06:59:42 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: 06:59:42 - README.md 06:59:42 06:59:42 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 06:59:42 Removing intermediate container adf9c5cdac5e 06:59:42 ---> 4c6398c97fdd 06:59:42 Step 5/24 : RUN apk add --update --no-cache make git 06:59:43 ---> Running in 2958b1aeef7f 06:59:43 Removing intermediate container 1ea9a763cfec 06:59:43 ---> a3156701ba52 06:59:43 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 06:59:43 ---> Running in 62f871b68cc2 06:59:43 Removing intermediate container f1d2dac1f6fe 06:59:43 ---> c9aadff3a86a 06:59:43 Step 5/22 : RUN apk add --update --no-cache make git 06:59:43 Removing intermediate container c7917ea63e04 06:59:43 ---> b0ac411f3b12 06:59:43 Step 5/23 : RUN apk add --update --no-cache make git 06:59:43 Launching a container. 06:59:43 Removing intermediate container 72c53934f83e 06:59:43 ---> 2f8ff8d8e9c3 06:59:43 Step 5/23 : RUN apk add --update --no-cache make git 06:59:43 ---> Running in b5dc77079eab 06:59:43 ---> Running in 666d32671bc2 06:59:44 ---> Running in 07d7a18eb0bc 06:59:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:59:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:59:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:59:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:59:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:59:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:59:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:59:46 OK: 217 MiB in 51 packages 06:59:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:59:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:59:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:59:47 OK: 217 MiB in 51 packages 06:59:47 OK: 217 MiB in 51 packages 06:59:47 OK: 217 MiB in 51 packages 06:59:47 Removing intermediate container 2958b1aeef7f 06:59:47 ---> ef7c1aa0393c 06:59:47 Step 6/24 : COPY go.mod . 06:59:47 OK: 217 MiB in 51 packages 06:59:48 ---> 8ac6091407a9 06:59:48 Step 7/24 : RUN go mod download 06:59:49 ---> Running in cbc82f472eda 06:59:49 Removing intermediate container 07d7a18eb0bc 06:59:49 ---> 0e194bb901f3 06:59:49 Step 6/23 : COPY go.mod . 06:59:49 Removing intermediate container b5dc77079eab 06:59:49 ---> 7b5442948c15 06:59:49 Step 6/23 : COPY go.mod . 06:59:49 Removing intermediate container 62f871b68cc2 06:59:49 ---> 76fd26166e0a 06:59:49 Step 6/22 : COPY go.mod . 06:59:50 Removing intermediate container 666d32671bc2 06:59:50 ---> 0933b6123b86 06:59:50 Step 6/22 : COPY go.mod . 06:59:50 ---> 573fbc119f60 06:59:50 Step 7/23 : RUN go mod download 06:59:50 ---> e2cb67425d01 06:59:50 Step 7/23 : RUN go mod download 06:59:50 ---> Running in 847728a461b4 06:59:50 ---> 611d234af1cd 06:59:50 Step 7/22 : RUN go mod download 06:59:50 ---> Running in 87146bb903b4 06:59:50 ---> Running in 562114b4fca7 06:59:50 ---> 90984c0d120d 06:59:50 Step 7/22 : RUN go mod download 06:59:51 ---> Running in 2337c4e4fd63 06:59:53 Removing intermediate container cbc82f472eda 06:59:53 ---> 9cf6aa774531 06:59:53 Step 8/24 : COPY . . 06:59:55 Removing intermediate container 847728a461b4 06:59:55 ---> 54d1d5dc469e 06:59:55 Step 8/23 : COPY . . 06:59:55 Waiting for container to be ready 06:59:55 To start your first instance, try: lxc launch ubuntu:18.04 06:59:55 06:59:56 Removing intermediate container 562114b4fca7 06:59:56 ---> 64756022cac8 06:59:56 Step 8/22 : COPY . . 06:59:56 Removing intermediate container 87146bb903b4 06:59:56 ---> d09b0373b862 06:59:56 Step 8/23 : COPY . . 06:59:56 Removing intermediate container 2337c4e4fd63 06:59:56 ---> be09d98b4346 06:59:56 Step 8/22 : COPY . . 06:59:59 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 06:59:59 Waiting for network to be ready... 06:59:59 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 06:59:59 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1697 kB] 07:00:00 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 07:00:00 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 07:00:00 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 07:00:00 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 07:00:00 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 07:00:00 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 07:00:00 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 07:00:00 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 07:00:00 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 07:00:00 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 07:00:00 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 07:00:00 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 07:00:00 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 07:00:00 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 07:00:00 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 07:00:00 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 07:00:01 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 07:00:01 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] 07:00:01 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 07:00:01 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 07:00:01 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 07:00:01 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] 07:00:01 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 07:00:01 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] 07:00:01 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 07:00:04 Fetched 24.4 MB in 5s (4982 kB/s) 07:00:05 Reading package lists... 07:00:05 Reading package lists... 07:00:06 Building dependency tree... 07:00:06 Reading state information... 07:00:06 The following additional packages will be installed: 07:00:06 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 07:00:06 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 07:00:06 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 07:00:06 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 07:00:06 Suggested packages: 07:00:06 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 07:00:06 Recommended packages: 07:00:06 gnupg libsasl2-modules 07:00:06 The following NEW packages will be installed: 07:00:06 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 07:00:06 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 07:00:06 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 07:00:06 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 07:00:06 The following packages will be upgraded: 07:00:06 gpg gpg-agent gpgconf libudev1 07:00:06 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 07:00:06 Need to get 3529 kB of archives. 07:00:06 After this operation, 13.3 MB of additional disk space will be used. 07:00:06 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 07:00:06 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 07:00:06 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 07:00:06 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 07:00:07 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] 07:00:07 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] 07:00:07 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 07:00:07 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 07:00:07 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 07:00:07 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 07:00:07 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 07:00:07 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 07:00:07 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 07:00:07 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 07:00:07 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 07:00:07 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 07:00:08 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 07:00:08 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 07:00:08 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 07:00:08 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 07:00:08 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 07:00:08 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 07:00:08 debconf: delaying package configuration, since apt-utils is not installed 07:00:08 Fetched 3529 kB in 2s (2021 kB/s) 07:00:08 (Reading database ... 12511 files and directories currently installed.) 07:00:08 Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... 07:00:08 Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 07:00:08 Setting up libudev1:amd64 (237-3ubuntu10.46) ... 07:00:08 Selecting previously unselected package udev. 07:00:08 (Reading database ... 12511 files and directories currently installed.) 07:00:08 Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... 07:00:08 Unpacking udev (237-3ubuntu10.46) ... 07:00:08 Selecting previously unselected package libfuse2:amd64. 07:00:08 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 07:00:08 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 07:00:08 Selecting previously unselected package fuse. 07:00:08 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 07:00:08 Unpacking fuse (2.9.7-1ubuntu1) ... 07:00:08 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 07:00:08 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 07:00:09 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 07:00:09 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 07:00:09 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 07:00:09 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 07:00:09 Selecting previously unselected package libksba8:amd64. 07:00:09 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 07:00:09 Unpacking libksba8:amd64 (1.3.5-2) ... 07:00:09 Selecting previously unselected package libroken18-heimdal:amd64. 07:00:09 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:00:09 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 07:00:09 Selecting previously unselected package libasn1-8-heimdal:amd64. 07:00:09 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:00:09 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 07:00:09 Selecting previously unselected package libheimbase1-heimdal:amd64. 07:00:09 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:00:09 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 07:00:09 Selecting previously unselected package libhcrypto4-heimdal:amd64. 07:00:09 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:00:09 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 07:00:09 Selecting previously unselected package libwind0-heimdal:amd64. 07:00:09 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:00:09 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:00:09 Selecting previously unselected package libhx509-5-heimdal:amd64. 07:00:09 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:00:09 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 07:00:09 Selecting previously unselected package libkrb5-26-heimdal:amd64. 07:00:09 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:00:09 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 07:00:09 Selecting previously unselected package libheimntlm0-heimdal:amd64. 07:00:09 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:00:09 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:00:10 Selecting previously unselected package libgssapi3-heimdal:amd64. 07:00:10 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:00:10 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 07:00:10 Selecting previously unselected package libsasl2-modules-db:amd64. 07:00:10 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 07:00:10 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:00:10 Selecting previously unselected package libsasl2-2:amd64. 07:00:10 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 07:00:10 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:00:10 Selecting previously unselected package libldap-common. 07:00:10 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 07:00:10 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 07:00:10 Selecting previously unselected package libldap-2.4-2:amd64. 07:00:10 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 07:00:10 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 07:00:10 Selecting previously unselected package dirmngr. 07:00:10 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 07:00:10 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 07:00:10 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 07:00:10 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 07:00:10 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 07:00:10 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:00:10 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:00:10 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 07:00:10 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 07:00:10 Setting up libksba8:amd64 (1.3.5-2) ... 07:00:10 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:00:10 Setting up udev (237-3ubuntu10.46) ... 07:00:11 invoke-rc.d: policy-rc.d denied execution of start. 07:00:11 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 07:00:11 Processing triggers for systemd (237-3ubuntu10) ... 07:00:11 Setting up fuse (2.9.7-1ubuntu1) ... 07:00:11 Setting up gpg (2.2.4-1ubuntu1.4) ... 07:00:11 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:00:11 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 07:00:11 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 07:00:11 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 07:00:11 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 07:00:11 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:00:11 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 07:00:11 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 07:00:11 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 07:00:11 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:00:12 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 07:00:12 settings in the [Install] section, and DefaultInstance for template units). 07:00:12 This means they are not meant to be enabled using systemctl. 07:00:12 Possible reasons for having this kind of units are: 07:00:12 1) A unit may be statically enabled by being symlinked from another unit's 07:00:12 .wants/ or .requires/ directory. 07:00:12 2) A unit's purpose may be to act as a helper for some other unit which has 07:00:12 a requirement dependency on it. 07:00:12 3) A unit may be started when needed via activation (socket, path, timer, 07:00:12 D-Bus, udev, scripted systemctl call, ...). 07:00:12 4) In case of template units, the unit is meant to be enabled with some 07:00:12 instance name specified. 07:00:12 Reading package lists... 07:00:12 Building dependency tree... 07:00:12 Reading state information... 07:00:12 The following additional packages will be installed: 07:00:12 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 07:00:12 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 07:00:12 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 07:00:12 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 07:00:12 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 07:00:12 Suggested packages: 07:00:12 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 07:00:12 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 07:00:12 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 07:00:12 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 07:00:12 systemd-container policykit-1 07:00:12 Recommended packages: 07:00:12 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 07:00:12 The following NEW packages will be installed: 07:00:12 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 07:00:12 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 07:00:12 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 07:00:12 multiarch-support openssh-client python3 python3-minimal python3.6 07:00:12 python3.6-minimal snapd squashfs-tools sudo 07:00:12 The following packages will be upgraded: 07:00:12 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 07:00:13 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 07:00:13 Need to get 35.2 MB of archives. 07:00:13 After this operation, 141 MB of additional disk space will be used. 07:00:13 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 07:00:13 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] 07:00:13 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 07:00:13 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 07:00:13 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 07:00:13 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 07:00:13 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 07:00:13 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 07:00:13 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 07:00:13 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 07:00:13 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 07:00:13 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 07:00:13 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 07:00:13 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 07:00:13 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 07:00:13 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 07:00:13 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 07:00:14 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] 07:00:14 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 07:00:14 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 07:00:14 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 07:00:14 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 07:00:14 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 07:00:14 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 07:00:14 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 07:00:14 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 07:00:14 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 07:00:14 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 07:00:14 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 07:00:14 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 07:00:14 debconf: delaying package configuration, since apt-utils is not installed 07:00:14 Fetched 35.2 MB in 1s (29.5 MB/s) 07:00:14 (Reading database ... 12757 files and directories currently installed.) 07:00:14 Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... 07:00:14 Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... 07:00:15 Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... 07:00:15 Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 07:00:15 Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... 07:00:15 (Reading database ... 12757 files and directories currently installed.) 07:00:15 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 07:00:15 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 07:00:15 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 07:00:15 (Reading database ... 12757 files and directories currently installed.) 07:00:15 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 07:00:15 Unpacking apt (1.6.13) over (1.6.1) ... 07:00:15 Setting up apt (1.6.13) ... 07:00:16 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 07:00:16 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 07:00:16 (Reading database ... 12764 files and directories currently installed.) 07:00:16 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 07:00:16 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 07:00:16 Selecting previously unselected package libpython3.6-minimal:amd64. 07:00:16 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 07:00:16 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 07:00:17 Selecting previously unselected package libexpat1:amd64. 07:00:17 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 07:00:17 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 07:00:17 Selecting previously unselected package python3.6-minimal. 07:00:17 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 07:00:17 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 07:00:19 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 07:00:19 Checking for services that may need to be restarted...done. 07:00:19 Checking for services that may need to be restarted...done. 07:00:19 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 07:00:19 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 07:00:19 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 07:00:19 Selecting previously unselected package python3-minimal. 07:00:19 (Reading database ... 13012 files and directories currently installed.) 07:00:19 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 07:00:19 Unpacking python3-minimal (3.6.7-1~18.04) ... 07:00:19 Selecting previously unselected package mime-support. 07:00:19 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 07:00:19 Unpacking mime-support (3.60ubuntu1) ... 07:00:19 Selecting previously unselected package libmpdec2:amd64. 07:00:19 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 07:00:19 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 07:00:19 Selecting previously unselected package libpython3.6-stdlib:amd64. 07:00:19 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 07:00:19 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 07:00:20 Selecting previously unselected package python3.6. 07:00:20 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 07:00:20 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 07:00:20 Selecting previously unselected package libpython3-stdlib:amd64. 07:00:20 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 07:00:20 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 07:00:20 Setting up python3-minimal (3.6.7-1~18.04) ... 07:00:20 Selecting previously unselected package python3. 07:00:20 (Reading database ... 13442 files and directories currently installed.) 07:00:20 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 07:00:20 Unpacking python3 (3.6.7-1~18.04) ... 07:00:20 Selecting previously unselected package multiarch-support. 07:00:20 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 07:00:20 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 07:00:20 Setting up multiarch-support (2.27-3ubuntu1.4) ... 07:00:21 Selecting previously unselected package liblzo2-2:amd64. 07:00:21 (Reading database ... 13479 files and directories currently installed.) 07:00:21 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 07:00:21 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 07:00:21 Selecting previously unselected package libbsd0:amd64. 07:00:21 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 07:00:21 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 07:00:21 Selecting previously unselected package sudo. 07:00:21 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 07:00:21 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 07:00:21 Selecting previously unselected package apparmor. 07:00:21 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 07:00:21 Unpacking apparmor (2.12-4ubuntu5.1) ... 07:00:21 Selecting previously unselected package libedit2:amd64. 07:00:21 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 07:00:21 Unpacking libedit2:amd64 (3.1-20170329-1) ... 07:00:21 Selecting previously unselected package libkrb5support0:amd64. 07:00:21 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 07:00:21 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 07:00:21 Selecting previously unselected package libk5crypto3:amd64. 07:00:21 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 07:00:21 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 07:00:21 Selecting previously unselected package libkeyutils1:amd64. 07:00:21 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 07:00:21 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 07:00:21 Selecting previously unselected package libkrb5-3:amd64. 07:00:21 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 07:00:22 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 07:00:22 Selecting previously unselected package libgssapi-krb5-2:amd64. 07:00:22 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 07:00:22 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 07:00:22 Selecting previously unselected package libssl1.0.0:amd64. 07:00:22 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 07:00:22 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 07:00:22 Selecting previously unselected package openssh-client. 07:00:22 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 07:00:22 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 07:00:22 Selecting previously unselected package squashfs-tools. 07:00:22 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 07:00:22 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 07:00:22 Selecting previously unselected package snapd. 07:00:22 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 07:00:22 Unpacking snapd (2.48.3+18.04) ... 07:00:23 ---> f36e404cb621 07:00:23 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:00:23 ---> bc624ca24313 07:00:23 Step 9/23 : RUN make cmd/core-command/core-command 07:00:23 ---> c353007c373c 07:00:23 Step 9/22 : RUN make cmd/support-notifications/support-notifications 07:00:23 ---> 14f0ebd4e1a2 07:00:23 ---> 61e092c0b4be 07:00:23 Step 9/23 : RUN make cmd/core-metadata/core-metadata 07:00:23 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 07:00:23 ---> Running in 1cb52a9f4d68 07:00:23 ---> Running in f524a2aa8c96 07:00:23 ---> Running in 8c1f156fb45d 07:00:23 ---> Running in 23238b20a81b 07:00:23 ---> Running in 7c605b2ac035 07:00:23 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 07:00:23 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 07:00:23 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 07:00:24 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 07:00:24 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 07:00:25 Setting up libedit2:amd64 (3.1-20170329-1) ... 07:00:25 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 07:00:25 Setting up mime-support (3.60ubuntu1) ... 07:00:25 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 07:00:25 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 07:00:25 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 07:00:25 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:00:25 Setting up systemd (237-3ubuntu10.46) ... 07:00:25 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 07:00:25 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 07:00:25 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 07:00:25 Setting up liblzo2-2:amd64 (2.08-1.2) ... 07:00:26 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 07:00:26 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 07:00:26 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 07:00:26 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 07:00:27 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 07:00:27 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 07:00:27 Setting up python3 (3.6.7-1~18.04) ... 07:00:27 running python rtupdate hooks for python3.6... 07:00:27 running python post-rtupdate hooks for python3.6... 07:00:27 Setting up apparmor (2.12-4ubuntu5.1) ... 07:00:28 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 07:00:28 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 07:00:28 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 07:00:28 Setting up snapd (2.48.3+18.04) ... 07:00:29 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 07:00:29 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 07:00:29 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 07:00:29 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 07:00:30 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 07:00:30 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 07:00:30 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 07:00:30 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 07:00:30 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 07:00:30 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 07:00:30 /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' 07:00:30 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:00:31 Processing triggers for systemd (237-3ubuntu10.46) ... 07:00:32 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 07:00:32 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 07:00:32 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:00:33 Reading package lists... 07:00:33 Reading package lists... 07:00:33 Building dependency tree... 07:00:33 Reading state information... 07:00:33 Calculating upgrade... 07:00:34 The following packages will be upgraded: 07:00:34 advancecomp base-files bash binutils binutils-common 07:00:34 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 07:00:34 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 07:00:34 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 07:00:34 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 07:00:34 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 07:00:34 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 07:00:34 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 07:00:34 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 07:00:34 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 07:00:34 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 07:00:34 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 07:00:34 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 07:00:34 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 07:00:34 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 07:00:34 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 07:00:34 Need to get 64.0 MB of archives. 07:00:34 After this operation, 5034 kB of additional disk space will be used. 07:00:34 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 07:00:34 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] 07:00:34 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 07:00:34 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 07:00:34 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 07:00:34 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 07:00:34 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 07:00:34 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 07:00:34 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 07:00:34 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 07:00:34 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 07:00:35 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 07:00:35 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 07:00:35 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 07:00:35 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 07:00:35 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 07:00:35 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 07:00:35 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 07:00:35 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 07:00:35 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 07:00:35 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 07:00:35 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 07:00:35 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 07:00:35 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 07:00:35 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 07:00:35 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 07:00:35 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 07:00:35 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 07:00:35 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 07:00:35 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 07:00:35 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 07:00:35 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 07:00:35 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 07:00:35 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 07:00:35 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 07:00:35 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 07:00:35 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 07:00:35 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 07:00:35 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 07:00:35 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] 07:00:35 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 07:00:35 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 07:00:35 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 07:00:35 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 07:00:35 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 07:00:35 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 07:00:35 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 07:00:35 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 07:00:35 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 07:00:35 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 07:00:35 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 07:00:35 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 07:00:35 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 07:00:35 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 07:00:35 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 07:00:35 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 07:00:35 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 07:00:35 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 07:00:35 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 07:00:35 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 07:00:35 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 07:00:35 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 07:00:35 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 07:00:35 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 07:00:35 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 07:00:35 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 07:00:35 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 07:00:35 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 07:00:35 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 07:00:35 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 07:00:35 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 07:00:35 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 07:00:35 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 07:00:35 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 07:00:35 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 07:00:35 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 07:00:35 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 07:00:35 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 07:00:35 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 07:00:35 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 07:00:35 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 07:00:35 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 07:00:35 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 07:00:36 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 07:00:36 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 07:00:36 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 07:00:36 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 07:00:36 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 07:00:36 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 07:00:36 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 07:00:36 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 07:00:36 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 07:00:36 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 07:00:37 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 07:00:37 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 07:00:37 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 07:00:37 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 07:00:37 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 07:00:37 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 07:00:37 Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 07:00:37 Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 07:00:37 debconf: delaying package configuration, since apt-utils is not installed 07:00:37 Fetched 64.0 MB in 3s (18.8 MB/s) 07:00:37 (Reading database ... 13912 files and directories currently installed.) 07:00:37 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 07:00:37 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:00:38 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 07:00:38 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:00:38 Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... 07:00:38 Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... 07:00:39 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:00:39 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:00:39 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:00:39 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:00:39 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:00:39 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:00:39 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:00:39 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:00:39 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:00:39 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:00:40 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:00:40 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:00:40 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:00:40 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:00:40 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 07:00:40 (Reading database ... 13911 files and directories currently installed.) 07:00:40 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 07:00:40 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 07:00:40 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 07:00:40 (Reading database ... 13911 files and directories currently installed.) 07:00:40 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:00:40 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:00:40 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:00:40 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:00:40 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:00:40 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:00:40 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 07:00:40 (Reading database ... 13911 files and directories currently installed.) 07:00:40 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 07:00:41 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:00:41 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 07:00:42 (Reading database ... 13911 files and directories currently installed.) 07:00:42 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 07:00:42 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 07:00:42 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 07:00:42 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 07:00:42 Setting up base-files (10.1ubuntu2.10) ... 07:00:42 Installing new version of config file /etc/issue ... 07:00:42 Installing new version of config file /etc/issue.net ... 07:00:42 Installing new version of config file /etc/lsb-release ... 07:00:42 Installing new version of config file /etc/update-motd.d/50-motd-news ... 07:00:42 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 07:00:42 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 07:00:42 Removing obsolete conffile /etc/default/motd-news ... 07:00:43 (Reading database ... 13912 files and directories currently installed.) 07:00:43 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 07:00:43 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 07:00:43 Setting up bash (4.4.18-2ubuntu1.2) ... 07:00:43 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 07:00:43 (Reading database ... 13912 files and directories currently installed.) 07:00:43 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 07:00:43 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 07:00:43 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 07:00:43 (Reading database ... 13912 files and directories currently installed.) 07:00:43 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 07:00:43 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 07:00:43 Setting up tar (1.29b-2ubuntu0.2) ... 07:00:43 (Reading database ... 13912 files and directories currently installed.) 07:00:43 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 07:00:43 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 07:00:44 Setting up dpkg (1.19.0.5ubuntu2.3) ... 07:00:44 (Reading database ... 13912 files and directories currently installed.) 07:00:44 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 07:00:44 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:00:44 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 07:00:44 (Reading database ... 13912 files and directories currently installed.) 07:00:44 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 07:00:44 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:00:44 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 07:00:44 (Reading database ... 13912 files and directories currently installed.) 07:00:44 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 07:00:44 Unpacking grep (3.1-2build1) over (3.1-2) ... 07:00:44 Setting up grep (3.1-2build1) ... 07:00:44 (Reading database ... 13912 files and directories currently installed.) 07:00:44 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 07:00:44 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 07:00:45 Setting up login (1:4.5-1ubuntu2) ... 07:00:45 (Reading database ... 13912 files and directories currently installed.) 07:00:45 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 07:00:45 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:00:45 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 07:00:45 (Reading database ... 13912 files and directories currently installed.) 07:00:45 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 07:00:45 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:00:46 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 07:00:46 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:00:46 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 07:00:46 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:00:46 Setting up perl-base (5.26.1-6ubuntu0.5) ... 07:00:46 (Reading database ... 13912 files and directories currently installed.) 07:00:46 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 07:00:47 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:00:48 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 07:00:48 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 07:00:48 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 07:00:48 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 07:00:48 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 07:00:48 (Reading database ... 13912 files and directories currently installed.) 07:00:48 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 07:00:48 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 07:00:48 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 07:00:48 (Reading database ... 13912 files and directories currently installed.) 07:00:48 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:00:48 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:00:49 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:00:49 (Reading database ... 13912 files and directories currently installed.) 07:00:49 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:00:49 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:00:49 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:00:49 (Reading database ... 13912 files and directories currently installed.) 07:00:49 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:00:49 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:00:49 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:00:49 (Reading database ... 13912 files and directories currently installed.) 07:00:49 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:00:49 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:00:49 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:00:50 (Reading database ... 13912 files and directories currently installed.) 07:00:50 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 07:00:50 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:00:50 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 07:00:50 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:00:50 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 07:00:50 (Reading database ... 13912 files and directories currently installed.) 07:00:50 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 07:00:50 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:00:50 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 07:00:50 (Reading database ... 13912 files and directories currently installed.) 07:00:50 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:00:50 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:00:50 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:00:50 (Reading database ... 13912 files and directories currently installed.) 07:00:50 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:00:50 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:00:50 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 07:00:50 (Reading database ... 13912 files and directories currently installed.) 07:00:50 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:00:50 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:00:51 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 07:00:51 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 07:00:52 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 07:00:52 (Reading database ... 13912 files and directories currently installed.) 07:00:52 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 07:00:52 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:00:52 Setting up libc-bin (2.27-3ubuntu1.4) ... 07:00:52 (Reading database ... 13912 files and directories currently installed.) 07:00:52 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 07:00:52 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:00:52 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 07:00:52 (Reading database ... 13914 files and directories currently installed.) 07:00:52 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 07:00:52 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 07:00:52 Setting up debconf (1.5.66ubuntu1) ... 07:00:53 (Reading database ... 13914 files and directories currently installed.) 07:00:53 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 07:00:53 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 07:00:53 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 07:00:53 (Reading database ... 13914 files and directories currently installed.) 07:00:53 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 07:00:53 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 07:00:53 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 07:00:53 (Reading database ... 13914 files and directories currently installed.) 07:00:53 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 07:00:53 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:00:53 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 07:00:53 (Reading database ... 13914 files and directories currently installed.) 07:00:53 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 07:00:53 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:00:53 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 07:00:53 (Reading database ... 13914 files and directories currently installed.) 07:00:53 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 07:00:54 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:00:54 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 07:00:54 (Reading database ... 13914 files and directories currently installed.) 07:00:54 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:00:54 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:00:54 Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... 07:00:54 Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... 07:00:54 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 07:00:54 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:00:54 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 07:00:54 (Reading database ... 13914 files and directories currently installed.) 07:00:54 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 07:00:54 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 07:00:54 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 07:00:54 (Reading database ... 13914 files and directories currently installed.) 07:00:54 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 07:00:54 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:00:55 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 07:00:55 (Reading database ... 13914 files and directories currently installed.) 07:00:55 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 07:00:55 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:00:55 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 07:00:55 (Reading database ... 13914 files and directories currently installed.) 07:00:55 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 07:00:55 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 07:00:55 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 07:00:56 (Reading database ... 13914 files and directories currently installed.) 07:00:56 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 07:00:56 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 07:00:56 Setting up passwd (1:4.5-1ubuntu2) ... 07:00:56 (Reading database ... 13914 files and directories currently installed.) 07:00:56 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 07:00:56 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 07:00:56 Setting up gpgv (2.2.4-1ubuntu1.4) ... 07:00:56 (Reading database ... 13914 files and directories currently installed.) 07:00:56 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 07:00:56 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 07:00:56 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 07:00:56 (Reading database ... 13914 files and directories currently installed.) 07:00:56 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 07:00:56 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 07:00:57 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 07:00:57 (Reading database ... 13914 files and directories currently installed.) 07:00:57 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 07:00:57 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 07:00:57 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 07:00:57 (Reading database ... 13914 files and directories currently installed.) 07:00:57 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 07:00:57 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 07:00:57 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 07:00:57 (Reading database ... 13914 files and directories currently installed.) 07:00:57 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 07:00:57 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 07:00:57 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 07:00:57 (Reading database ... 13914 files and directories currently installed.) 07:00:57 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 07:00:57 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 07:00:58 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 07:00:58 (Reading database ... 13914 files and directories currently installed.) 07:00:58 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 07:00:58 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 07:00:58 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 07:00:58 (Reading database ... 13914 files and directories currently installed.) 07:00:58 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 07:00:58 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 07:00:58 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 07:00:58 (Reading database ... 13915 files and directories currently installed.) 07:00:58 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 07:00:58 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 07:00:58 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 07:00:58 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 07:00:58 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 07:00:58 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 07:00:58 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 07:00:59 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 07:00:59 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 07:00:59 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 07:00:59 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 07:00:59 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 07:00:59 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 07:00:59 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 07:00:59 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 07:00:59 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 07:00:59 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 07:00:59 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 07:00:59 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 07:00:59 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 07:01:00 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 07:01:00 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 07:01:00 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 07:01:00 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 07:01:01 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 07:01:01 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 07:01:01 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 07:01:01 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 07:01:02 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 07:01:02 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 07:01:02 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 07:01:02 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 07:01:02 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 07:01:02 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 07:01:02 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 07:01:02 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 07:01:02 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:01:02 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:01:03 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:01:03 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:01:03 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:01:03 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:01:03 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:01:03 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:01:04 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:01:04 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:01:05 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:01:05 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:01:06 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:01:06 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:01:06 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:01:06 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:01:07 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:01:07 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:01:07 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 07:01:07 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 07:01:07 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 07:01:07 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 07:01:07 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 07:01:07 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 07:01:07 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 07:01:07 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 07:01:07 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 07:01:07 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 07:01:07 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 07:01:07 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 07:01:08 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 07:01:08 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 07:01:08 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:01:08 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 07:01:08 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:01:08 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:01:08 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:01:08 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 07:01:08 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 07:01:08 Setting up tzdata (2021a-0ubuntu0.18.04) ... 07:01:08 07:01:08 Current default time zone: 'Etc/UTC' 07:01:08 Local time is now: Tue Apr 27 07:01:08 UTC 2021. 07:01:08 Universal Time is now: Tue Apr 27 07:01:08 UTC 2021. 07:01:08 Run 'dpkg-reconfigure tzdata' if you wish to change it. 07:01:08 07:01:08 Setting up systemd-sysv (237-3ubuntu10.46) ... 07:01:08 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:01:08 Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... 07:01:08 Setting up mount (2.31.1-0.4ubuntu3.7) ... 07:01:08 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 07:01:08 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 07:01:08 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 07:01:08 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 07:01:08 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 07:01:08 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 07:01:08 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:01:08 Setting up procps (2:3.3.12-3ubuntu1.2) ... 07:01:08 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 07:01:08 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 07:01:08 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 07:01:09 Setting up patch (2.7.6-2ubuntu1.1) ... 07:01:09 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 07:01:09 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 07:01:09 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 07:01:09 Installing new version of config file /etc/ssl/openssl.cnf ... 07:01:09 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 07:01:09 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 07:01:09 Setting up ca-certificates (20210119~18.04.1) ... 07:01:10 Updating certificates in /etc/ssl/certs... 07:01:11 23 added, 27 removed; done. 07:01:11 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 07:01:11 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:01:11 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 07:01:11 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 07:01:11 Setting up pkgbinarymangler (138.18.04.1) ... 07:01:11 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 07:01:11 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 07:01:11 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 07:01:11 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 07:01:11 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 07:01:11 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 07:01:11 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 07:01:11 Setting up perl (5.26.1-6ubuntu0.5) ... 07:01:11 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 07:01:11 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 07:01:11 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 07:01:11 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 07:01:11 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 07:01:12 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 07:01:12 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 07:01:12 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 07:01:12 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 07:01:12 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 07:01:12 Processing triggers for systemd (237-3ubuntu10.46) ... 07:01:12 Processing triggers for mime-support (3.60ubuntu1) ... 07:01:12 Processing triggers for ca-certificates (20210119~18.04.1) ... 07:01:12 Updating certificates in /etc/ssl/certs... 07:01:12 0 added, 0 removed; done. 07:01:12 Running hooks in /etc/ca-certificates/update.d... 07:01:12 done. 07:01:13 Reading package lists... 07:01:13 Building dependency tree... 07:01:13 Reading state information... 07:01:13 The following NEW packages will be installed: 07:01:13 apt-transport-https 07:01:13 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 07:01:13 Need to get 1692 B of archives. 07:01:13 After this operation, 154 kB of additional disk space will be used. 07:01:13 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 07:01:13 debconf: delaying package configuration, since apt-utils is not installed 07:01:13 Fetched 1692 B in 0s (8333 B/s) 07:01:13 Selecting previously unselected package apt-transport-https. 07:01:13 (Reading database ... 13920 files and directories currently installed.) 07:01:13 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 07:01:13 Unpacking apt-transport-https (1.6.13) ... 07:01:13 Setting up apt-transport-https (1.6.13) ... 07:01:14 Waiting for network to be ready... 07:01:22 2021-04-27T07:01:19Z INFO Waiting for automatic snapd restart... 07:01:23 snapd 2.49.2 from Canonical* installed 07:01:24 "snapd" switched to the "latest/stable" channel 07:01:24 07:01:27 core18 20210309 from Canonical* installed 07:01:28 "core18" switched to the "latest/stable" channel 07:01:28 07:01:33 snapcraft 4.6.2 from Canonical* installed 07:01:33 "snapcraft" switched to the "latest/stable" channel 07:01:33 07:01:36 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: 07:01:36 - README.md 07:01:36 07:01:36 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 07:01:43 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:01:43 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 07:01:43 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 07:01:43 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:01:44 Reading package lists... 07:01:44 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 07:01:51 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:01:51 Reading package lists... 07:01:51 Building dependency tree... 07:01:51 Reading state information... 07:01:51 Suggested packages: 07:01:51 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 07:01:51 git-gui gitk gitweb git-cvs git-mediawiki git-svn 07:01:51 Recommended packages: 07:01:51 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 07:01:51 The following NEW packages will be installed: 07:01:51 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 07:01:51 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 07:01:51 pkg-config zip 07:01:51 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 07:01:51 Need to get 7663 kB of archives. 07:01:51 After this operation, 43.8 MB of additional disk space will be used. 07:01:51 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 07:01:51 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 07:01:51 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 07:01:52 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 07:01:52 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 07:01:52 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 07:01:52 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 07:01:52 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 07:01:52 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 07:01:52 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 07:01:52 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 07:01:52 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 07:01:52 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 07:01:52 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 07:01:52 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 07:01:52 debconf: delaying package configuration, since apt-utils is not installed 07:01:52 Fetched 7663 kB in 1s (7152 kB/s) 07:01:52 Selecting previously unselected package libglib2.0-0:amd64. 07:01:52 (Reading database ... 13924 files and directories currently installed.) 07:01:52 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 07:01:52 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 07:01:53 Selecting previously unselected package libpsl5:amd64. 07:01:53 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 07:01:53 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 07:01:53 Selecting previously unselected package libnghttp2-14:amd64. 07:01:53 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 07:01:53 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 07:01:53 Selecting previously unselected package librtmp1:amd64. 07:01:53 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 07:01:53 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 07:01:53 Selecting previously unselected package libcurl3-gnutls:amd64. 07:01:53 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 07:01:53 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 07:01:53 Selecting previously unselected package liberror-perl. 07:01:53 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 07:01:53 Unpacking liberror-perl (0.17025-1) ... 07:01:53 Selecting previously unselected package git-man. 07:01:53 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 07:01:53 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 07:01:53 Selecting previously unselected package git. 07:01:53 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 07:01:53 Unpacking git (1:2.17.1-1ubuntu0.8) ... 07:01:54 Selecting previously unselected package libnorm1:amd64. 07:01:54 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 07:01:54 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 07:01:54 Selecting previously unselected package libpgm-5.2-0:amd64. 07:01:54 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 07:01:54 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 07:01:54 Selecting previously unselected package libsodium23:amd64. 07:01:54 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 07:01:54 Unpacking libsodium23:amd64 (1.0.16-2) ... 07:01:55 Selecting previously unselected package libzmq5:amd64. 07:01:55 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 07:01:55 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 07:01:55 Selecting previously unselected package libzmq3-dev:amd64. 07:01:55 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 07:01:55 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 07:01:55 Selecting previously unselected package pkg-config. 07:01:55 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 07:01:55 Unpacking pkg-config (0.29.1-0ubuntu2) ... 07:01:55 Selecting previously unselected package zip. 07:01:55 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 07:01:55 Unpacking zip (3.0-11build1) ... 07:01:55 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 07:01:55 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 07:01:55 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 07:01:55 Setting up liberror-perl (0.17025-1) ... 07:01:55 Setting up libpsl5:amd64 (0.19.1-5build1) ... 07:01:55 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 07:01:55 No schema files found: doing nothing. 07:01:55 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 07:01:55 Setting up zip (3.0-11build1) ... 07:01:55 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 07:01:55 Setting up libsodium23:amd64 (1.0.16-2) ... 07:01:55 Setting up pkg-config (0.29.1-0ubuntu2) ... 07:01:55 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 07:01:55 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 07:01:55 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 07:01:55 Setting up git (1:2.17.1-1ubuntu0.8) ... 07:01:56 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 07:02:01 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 07:02:02 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:02:02 git set to automatically installed. 07:02:02 git-man set to automatically installed. 07:02:02 libcurl3-gnutls set to automatically installed. 07:02:02 liberror-perl set to automatically installed. 07:02:02 libglib2.0-0 set to automatically installed. 07:02:02 libnghttp2-14 set to automatically installed. 07:02:02 libnorm1 set to automatically installed. 07:02:02 libpgm-5.2-0 set to automatically installed. 07:02:02 libpsl5 set to automatically installed. 07:02:02 librtmp1 set to automatically installed. 07:02:02 libsodium23 set to automatically installed. 07:02:02 libzmq3-dev set to automatically installed. 07:02:02 libzmq5 set to automatically installed. 07:02:02 pkg-config set to automatically installed. 07:02:02 zip set to automatically installed. 07:02:04 snapd is not logged in, snap install commands will use sudo 07:02:10 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:02:10 snap "core18" has no updates available 07:02:12 snapd is not logged in, snap install commands will use sudo 07:02:18 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:02:19 Removing intermediate container 1cb52a9f4d68 07:02:19 ---> 0ef680e1ee3c 07:02:19 07:02:19 Step 10/24 : FROM alpine:3.12 07:02:19 3.12: Pulling from library/alpine 07:02:19 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 07:02:19 Status: Downloaded newer image for alpine:3.12 07:02:19 ---> 9852663dfa18 07:02:19 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 07:02:19 ---> Running in 23da107a6ffb 07:02:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:02:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:02:22 (1/6) Installing ca-certificates (20191127-r4) 07:02:22 (2/6) Installing nghttp2-libs (1.41.0-r0) 07:02:22 (3/6) Installing libcurl (7.76.1-r0) 07:02:22 (4/6) Installing curl (7.76.1-r0) 07:02:22 (5/6) Installing dumb-init (1.2.2-r1) 07:02:22 (6/6) Installing su-exec (0.2-r1) 07:02:22 Executing busybox-1.31.1-r20.trigger 07:02:22 Executing ca-certificates-20191127-r4.trigger 07:02:22 OK: 7 MiB in 20 packages 07:02:26 Removing intermediate container 23da107a6ffb 07:02:26 ---> 3ee851b02eae 07:02:26 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:02:26 ---> Running in 5622cb73ac87 07:02:28 Removing intermediate container 5622cb73ac87 07:02:28 ---> 5ab5a52b53e8 07:02:28 Step 13/24 : WORKDIR / 07:02:28 ---> Running in a2910eb056fd 07:02:29 Removing intermediate container a2910eb056fd 07:02:29 ---> 88754e4aab44 07:02:29 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:02:31 ---> 383a23d948b3 07:02:31 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:02:31 Removing intermediate container 7c605b2ac035 07:02:31 ---> 3bf42f24dce9 07:02:31 07:02:31 Step 10/23 : FROM alpine:3.12 07:02:31 ---> 9852663dfa18 07:02:31 Step 11/23 : RUN apk add --update --no-cache dumb-init 07:02:32 Removing intermediate container f524a2aa8c96 07:02:32 ---> 1fd8d03d8e14 07:02:32 07:02:32 Step 10/22 : FROM alpine:3.12 07:02:32 ---> 9852663dfa18 07:02:32 Step 11/22 : RUN apk add --update --no-cache dumb-init 07:02:32 ---> Running in 162e96324542 07:02:32 ---> Running in ba7811191282 07:02:32 ---> 970e5102b1d3 07:02:32 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:02:33 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 07:02:33 Pulling go-build-helper 07:02:33 + snapcraftctl pull 07:02:33 Removing intermediate container 23238b20a81b 07:02:33 ---> 22be7f9d487b 07:02:33 07:02:33 Step 10/22 : FROM alpine:3.12 07:02:33 ---> 9852663dfa18 07:02:33 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 07:02:34 ---> Running in ac49237eef8c 07:02:34 ---> ee444677c7fa 07:02:34 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:02:34 'app-service-config' has dependencies that need to be staged: go-build-helper 07:02:34 Skipping pull go-build-helper (already ran) 07:02:34 Building go-build-helper 07:02:34 + snapcraftctl build 07:02:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:02:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:02:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:02:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:02:35 (1/1) Installing dumb-init (1.2.2-r1) 07:02:35 Executing busybox-1.31.1-r20.trigger 07:02:35 (1/1) Installing dumb-init (1.2.2-r1) 07:02:35 OK: 5 MiB in 15 packages 07:02:35 Executing busybox-1.31.1-r20.trigger 07:02:35 OK: 5 MiB in 15 packages 07:02:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:02:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:02:36 ---> 73da370dc17c 07:02:36 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:02:36 (1/2) Installing ca-certificates (20191127-r4) 07:02:36 (2/2) Installing dumb-init (1.2.2-r1) 07:02:36 Executing busybox-1.31.1-r20.trigger 07:02:36 Executing ca-certificates-20191127-r4.trigger 07:02:37 OK: 6 MiB in 16 packages 07:02:37 Staging go-build-helper 07:02:37 + snapcraftctl stage 07:02:38 Removing intermediate container 162e96324542 07:02:38 Removing intermediate container ba7811191282 07:02:38 ---> ff706435bc25 07:02:38 ---> 4d11ac6c5f8e 07:02:38 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation'Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:02:38 07:02:38 ---> 75ed26d42f42 07:02:38 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:02:38 ---> Running in 7e410727c026 07:02:38 ---> Running in 9ceda191ff0c 07:02:39 Removing intermediate container 8c1f156fb45d 07:02:39 ---> b01056ff5ed6 07:02:39 07:02:39 Step 10/23 : FROM alpine:3.12 07:02:39 ---> 9852663dfa18 07:02:39 Step 11/23 : RUN apk add --update --no-cache dumb-init 07:02:39 ---> Using cache 07:02:39 ---> 4d11ac6c5f8e 07:02:39 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:02:39 ---> Running in 463efd6563d0 07:02:39 Removing intermediate container 9ceda191ff0c 07:02:39 ---> 4ff0cac3f575 07:02:39 Step 13/22 : ENV APP_PORT=48085 07:02:39 Removing intermediate container 7e410727c026 07:02:39 ---> 0b0fdf29ea27 07:02:39 Step 13/23 : ENV APP_PORT=48082 07:02:39 Removing intermediate container ac49237eef8c 07:02:39 ---> e60a3a14d928 07:02:39 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 07:02:39 ---> Running in 3ae7e0393d0e 07:02:39 ---> Running in fd16ce16a315 07:02:40 ---> Running in 8c766fca26bf 07:02:40 ---> f6df461b5632 07:02:40 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/ 07:02:40 ---> Running in cf7e464b03e9 07:02:40 Removing intermediate container 463efd6563d0 07:02:40 ---> 1a9c2554b92e 07:02:40 Step 13/23 : ENV APP_PORT=48081 07:02:40 ---> Running in 3301bd430b7e 07:02:40 Removing intermediate container 3ae7e0393d0e 07:02:40 ---> ea7a8ad93c2f 07:02:40 Step 13/22 : ENV APP_PORT=48060 07:02:40 Removing intermediate container fd16ce16a315 07:02:40 ---> c0028e774f3f 07:02:40 Step 14/22 : EXPOSE $APP_PORT 07:02:40 Removing intermediate container 8c766fca26bf 07:02:40 ---> e5b9195b0411 07:02:40 Step 14/23 : EXPOSE $APP_PORT 07:02:40 ---> Running in 5ec2bd64a41e 07:02:40 ---> Running in 6a9a4cb3ea5c 07:02:40 ---> Running in 20a752da58e8 07:02:41 Removing intermediate container 3301bd430b7e 07:02:41 ---> 3019e86d885c 07:02:41 Step 14/23 : EXPOSE $APP_PORT 07:02:41 ---> Running in a05b6c38726a 07:02:41 Removing intermediate container 5ec2bd64a41e 07:02:41 ---> 574631238a73 07:02:41 Step 14/22 : EXPOSE $APP_PORT 07:02:41 Removing intermediate container 6a9a4cb3ea5c 07:02:41 ---> dd6c1e454053 07:02:41 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:02:41 Removing intermediate container 20a752da58e8 07:02:41 ---> e3ba4ddf927c 07:02:41 Step 15/23 : WORKDIR / 07:02:41 ---> Running in 06deae5e9a1d 07:02:42 ---> Running in 1dddbaadb3d0 07:02:42 Removing intermediate container a05b6c38726a 07:02:42 ---> 6177a2e8fa4d 07:02:42 Step 15/23 : WORKDIR / 07:02:42 ---> Running in d237f33db78e 07:02:42 Removing intermediate container 06deae5e9a1d 07:02:42 ---> e664aba20d98 07:02:42 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:02:42 Removing intermediate container 1dddbaadb3d0 07:02:42 ---> 2843dc9bf871 07:02:42 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:02:42 ---> edfffdf0940f 07:02:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:02:43 Removing intermediate container d237f33db78e 07:02:43 ---> 03539b1a5a89 07:02:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:02:43 Removing intermediate container cf7e464b03e9 07:02:43 ---> ea67dd6f85ef 07:02:43 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 07:02:43 ---> Running in 2fe6025d88f8 07:02:43 ---> 6c9a78077c04 07:02:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:02:43 ---> 2dab4f5e7f0f 07:02:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:02:43 Removing intermediate container 2fe6025d88f8 07:02:43 ---> 25ced3955ea8 07:02:43 Step 22/24 : LABEL arch=arm64 07:02:44 ---> 4f4edd70d498 07:02:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:02:44 ---> Running in 63b232d5e96d 07:02:44 ---> ea38d5aedc05 07:02:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:02:44 Removing intermediate container 63b232d5e96d 07:02:44 ---> 98f13ff816d3 07:02:44 Step 23/24 : LABEL git_sha=0055aad0321a4746da23e2717adefdd0532a5973 07:02:45 ---> Running in 28f2b97f5675 07:02:45 ---> 4b19255773de 07:02:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:02:45 ---> 2377ba9bc6ad 07:02:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:02:45 ---> ade51451d47e 07:02:45 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 07:02:45 Removing intermediate container 28f2b97f5675 07:02:45 ---> c04178c53826 07:02:45 Step 24/24 : LABEL version=0.0.0 07:02:45 ---> 435f281cd3c2 07:02:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:02:45 ---> Running in 377858e0b9e2 07:02:46 ---> Running in f40e9bef3ef8 07:02:46 ---> 09218b41e29d 07:02:46 Step 19/23 : ENTRYPOINT ["/core-command"] 07:02:46 Removing intermediate container 377858e0b9e2 07:02:46 ---> b0189e297341 07:02:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:02:46 ---> 19fa2de03eb0 07:02:46 Step 18/22 : ENTRYPOINT ["/support-notifications"] 07:02:47 ---> Running in d58821cc1421 07:02:47 ---> 4ad789e48dae 07:02:47 Step 19/23 : ENTRYPOINT ["/core-metadata"] 07:02:47 ---> Running in 594b40c923ec 07:02:47 Removing intermediate container f40e9bef3ef8 07:02:47 ---> fa2b76a083c5 07:02:47 07:02:47 ---> Running in 411027a9312a 07:02:47 ---> Running in 15987cc05f7e 07:02:47 Successfully built fa2b76a083c5 07:02:47 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 07:02:47  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go 07:02:47 Removing intermediate container 594b40c923ec 07:02:47 ---> e9c584507f2b 07:02:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:02:47 Removing intermediate container d58821cc1421 07:02:47 ---> 0122e72d41e8 07:02:47 Step 20/22 : LABEL arch=arm64 07:02:47 Removing intermediate container 411027a9312a 07:02:47 ---> 45acc7bc01b9 07:02:47 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:02:47 Removing intermediate container 15987cc05f7e 07:02:47 ---> 4d7974d74ec3 07:02:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:02:47 ---> Running in 7757601e1e37 07:02:47 ---> Running in e996939a4677 07:02:48 ---> Running in c129de3c8ab2 07:02:48 ---> Running in e020be4bc64a 07:02:48 Removing intermediate container 7757601e1e37 07:02:48 ---> eeefae82098c 07:02:48 Step 21/22 : LABEL git_sha=0055aad0321a4746da23e2717adefdd0532a5973 07:02:48 Removing intermediate container c129de3c8ab2 07:02:48 ---> 6ad304d5afee 07:02:48 Step 20/22 : LABEL arch=arm64 07:02:49 Removing intermediate container e020be4bc64a 07:02:49 ---> 391c5f685234 07:02:49 Step 21/23 : LABEL arch=arm64 07:02:49 Removing intermediate container e996939a4677 07:02:49 ---> 3ff40d6c95bb 07:02:49 Step 21/23 : LABEL arch=arm64 07:02:49 ---> Running in 1b986f76fa6c 07:02:49 ---> Running in f29a44406fa8 07:02:49 ---> Running in 7f3e417714f4 07:02:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 07:02:49 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 07:02:49 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1697 kB] 07:02:49 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 07:02:49 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 07:02:49 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 07:02:49 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 07:02:49 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 07:02:49 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 07:02:49 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 07:02:49 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 07:02:49 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 07:02:49 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 07:02:49 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 07:02:49 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 07:02:49 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 07:02:49 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 07:02:49 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 07:02:49 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 07:02:49 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] 07:02:49 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 07:02:49 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 07:02:49 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 07:02:49 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] 07:02:49 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 07:02:49 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] 07:02:49 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 07:02:49 Fetched 24.4 MB in 0s (0 B/s) 07:02:49 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 07:02:49 Fetched 224 kB in 0s (0 B/s) 07:02:49 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 07:02:49 Fetched 157 kB in 0s (0 B/s) 07:02:49 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 07:02:49 Fetched 221 kB in 0s (0 B/s) 07:02:49 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 07:02:49 Fetched 143 kB in 0s (0 B/s) 07:02:49 Pulling app-service-config 07:02:49 + snapcraftctl pull 07:02:49 Cloning into '/root/parts/app-service-config/src'... 07:02:49 ---> Running in 0854ce53e2ab 07:02:49 Pulling config-common 07:02:49 + snapcraftctl pull 07:02:49 Removing intermediate container 1b986f76fa6c 07:02:49 ---> fbbd6c671204 07:02:49 Step 22/22 : LABEL version=0.0.0 07:02:50 Removing intermediate container f29a44406fa8 07:02:50 ---> 5af04244dbe2 07:02:50 Step 22/23 : LABEL git_sha=0055aad0321a4746da23e2717adefdd0532a5973 07:02:50 Removing intermediate container 7f3e417714f4 07:02:50 ---> 45836a093917 07:02:50 Step 21/22 : LABEL git_sha=0055aad0321a4746da23e2717adefdd0532a5973 07:02:50 Removing intermediate container 0854ce53e2ab 07:02:50 ---> 0c0a473203ef 07:02:50 Step 22/23 : LABEL git_sha=0055aad0321a4746da23e2717adefdd0532a5973 07:02:50 ---> Running in 17a4c0901537 07:02:50 ---> Running in 2a83d1a6f9da 07:02:51 ---> Running in 685a2c52c445 07:02:51 ---> Running in be1a9be402d8 07:02:51 Removing intermediate container 17a4c0901537 07:02:51 Removing intermediate container 2a83d1a6f9da 07:02:51 ---> 5f5a360b4dc6 07:02:51 Step 23/23 : LABEL version=0.0.0 07:02:51 ---> fbd027ef25ba 07:02:51 07:02:51 ---> Running in d6b36da5b519 07:02:51 Removing intermediate container 685a2c52c445 07:02:51 ---> c598d15a602e 07:02:51 Step 22/22 : LABEL version=0.0.0 07:02:51 Successfully built fbd027ef25ba 07:02:51 Successfully tagged docker-support-scheduler-go-arm64:latest 07:02:51 Building docker-security-proxy-setup-go 07:02:52  Building docker-support-scheduler-go ... done Removing intermediate container be1a9be402d8 07:02:52 ---> c20b9b995fa5 07:02:52 Step 23/23 : LABEL version=0.0.0 07:02:52 ---> Running in 13e7e60bd564 07:02:52 ---> Running in e9ecda0e35d4 07:02:52 Removing intermediate container d6b36da5b519 07:02:52 ---> c1baf79039d3 07:02:52 07:02:53 Removing intermediate container 13e7e60bd564 07:02:53 ---> 30f136130f73 07:02:53 07:02:53 Successfully built c1baf79039d3 07:02:53 Successfully tagged docker-core-metadata-go-arm64:latest 07:02:53 Building docker-core-data-go 07:02:53  Building docker-core-metadata-go ... done Removing intermediate container e9ecda0e35d4 07:02:53 ---> 5b7a3ba175ac 07:02:53 07:02:53 Successfully built 30f136130f73 07:02:53 Successfully tagged docker-support-notifications-go-arm64:latest 07:02:53  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 07:02:53 Successfully built 5b7a3ba175ac 07:02:53 Successfully tagged docker-core-command-go-arm64:latest 07:02:55 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 07:02:55 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 07:02:55 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:02:55 Fetched 0 B in 0s (0 B/s) 07:02:55 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 07:02:55 Fetched 0 B in 0s (0 B/s) 07:02:55 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 07:02:55 Fetched 0 B in 0s (0 B/s) 07:02:55 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 07:02:55 Fetched 0 B in 0s (0 B/s) 07:02:55 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 07:02:55 Fetched 0 B in 0s (0 B/s) 07:02:55 Pulling edgex-go 07:02:55 + snapcraftctl pull 07:03:17 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 07:03:17 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 07:03:17 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:03:17 Fetched 0 B in 0s (0 B/s) 07:03:17 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 07:03:17 Fetched 96.5 kB in 0s (0 B/s) 07:03:17 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 07:03:17 Fetched 279 kB in 0s (0 B/s) 07:03:17 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 07:03:17 Fetched 122 kB in 0s (0 B/s) 07:03:17 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 07:03:17 Fetched 77.8 kB in 0s (0 B/s) 07:03:17 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 07:03:17 Fetched 8848 B in 0s (0 B/s) 07:03:17 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 07:03:17 Fetched 47.8 kB in 0s (0 B/s) 07:03:17 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 07:03:17 Fetched 45.6 kB in 0s (0 B/s) 07:03:17 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 07:03:17 Fetched 15.0 kB in 0s (0 B/s) 07:03:17 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 07:03:17 Fetched 219 kB in 0s (0 B/s) 07:03:17 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 07:03:17 Fetched 154 kB in 0s (0 B/s) 07:03:17 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 07:03:17 Fetched 50.6 kB in 0s (0 B/s) 07:03:17 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 07:03:17 Fetched 14.8 kB in 0s (0 B/s) 07:03:17 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 07:03:17 Fetched 41.8 kB in 0s (0 B/s) 07:03:17 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 07:03:17 Fetched 499 kB in 0s (0 B/s) 07:03:17 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 07:03:17 Fetched 111 kB in 0s (0 B/s) 07:03:17 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 07:03:17 Fetched 240 kB in 0s (0 B/s) 07:03:17 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 07:03:17 Fetched 29.3 kB in 0s (0 B/s) 07:03:17 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 07:03:17 Fetched 85.5 kB in 0s (0 B/s) 07:03:17 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 07:03:17 Fetched 24.5 kB in 0s (0 B/s) 07:03:17 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 07:03:17 Fetched 49.2 kB in 0s (0 B/s) 07:03:17 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 07:03:17 Fetched 54.2 kB in 0s (0 B/s) 07:03:17 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 07:03:17 Fetched 30.8 kB in 0s (0 B/s) 07:03:17 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 07:03:17 Fetched 15.8 kB in 0s (0 B/s) 07:03:17 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 07:03:17 Fetched 85.9 kB in 0s (0 B/s) 07:03:17 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 07:03:17 Fetched 8720 B in 0s (0 B/s) 07:03:17 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 07:03:17 Fetched 137 kB in 0s (0 B/s) 07:03:17 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 07:03:17 Fetched 119 kB in 0s (0 B/s) 07:03:17 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 07:03:17 Fetched 110 kB in 0s (0 B/s) 07:03:17 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 07:03:17 Fetched 11.1 kB in 0s (0 B/s) 07:03:17 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 07:03:17 Fetched 645 kB in 0s (0 B/s) 07:03:17 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 07:03:17 Fetched 41.3 kB in 0s (0 B/s) 07:03:17 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 07:03:17 Fetched 17.9 kB in 0s (0 B/s) 07:03:17 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 07:03:17 Fetched 368 kB in 0s (0 B/s) 07:03:17 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 07:03:17 Fetched 187 kB in 0s (0 B/s) 07:03:17 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 07:03:17 Fetched 175 kB in 0s (0 B/s) 07:03:17 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 07:03:17 Fetched 206 kB in 0s (0 B/s) 07:03:17 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 07:03:17 Fetched 1301 kB in 0s (0 B/s) 07:03:17 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 07:03:17 Fetched 36.2 kB in 0s (0 B/s) 07:03:17 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 07:03:17 Fetched 159 kB in 0s (0 B/s) 07:03:17 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 07:03:17 Fetched 107 kB in 0s (0 B/s) 07:03:17 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 07:03:17 Fetched 48.7 kB in 0s (0 B/s) 07:03:17 Pulling static-packages 07:03:17 + snapcraftctl pull 07:03:17 Pulling version 07:03:17 + cd /root/project 07:03:17 + [ -f VERSION ] 07:03:17 + PROJECT_VERSION=local-dev 07:03:17 + git rev-parse --short HEAD 07:03:17 + GIT_REVISION=0055aad0 07:03:17 + snapcraftctl set-version local-dev 07:03:17 Skipping build go-build-helper (already ran) 07:03:17 Building app-service-config 07:03:17 + make build 07:03:17 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 07:03:19 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 07:03:19 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 07:03:19 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 07:03:19 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 07:03:19 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 07:03:19 go: downloading github.com/go-kit/kit v0.8.0 07:03:19 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 07:03:19 go: downloading github.com/gorilla/mux v1.8.0 07:03:20 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 07:03:20 go: downloading github.com/go-logfmt/logfmt v0.4.0 07:03:20 go: downloading github.com/hashicorp/consul/api v1.8.1 07:03:20 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 07:03:20 go: downloading github.com/go-playground/validator/v10 v10.4.1 07:03:20 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 07:03:20 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 07:03:20 go: downloading github.com/x448/float16 v0.8.4 07:03:20 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 07:03:20 go: downloading github.com/go-playground/universal-translator v0.17.0 07:03:20 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 07:03:20 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 07:03:20 go: downloading github.com/go-playground/locales v0.13.0 07:03:20 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 07:03:20 go: downloading github.com/hashicorp/serf v0.9.5 07:03:20 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 07:03:20 go: downloading github.com/pebbe/zmq4 v1.2.7 07:03:20 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 07:03:20 go: downloading github.com/google/uuid v1.2.0 07:03:20 go: downloading github.com/mitchellh/copystructure v1.0.0 07:03:21 go: downloading github.com/leodido/go-urn v1.2.0 07:03:21 go: downloading github.com/BurntSushi/toml v0.3.1 07:03:21 go: downloading github.com/go-redis/redis/v7 v7.2.0 07:03:21 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 07:03:21 go: downloading github.com/gorilla/websocket v1.4.2 07:03:21 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 07:03:21 go: downloading github.com/mitchellh/mapstructure v1.1.2 07:03:21 go: downloading github.com/mitchellh/reflectwalk v1.0.0 07:03:21 go: downloading github.com/hashicorp/go-hclog v0.12.0 07:03:21 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 07:03:21 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 07:03:21 go: downloading github.com/pelletier/go-toml v1.2.0 07:03:21 go: downloading github.com/mattn/go-isatty v0.0.12 07:03:21 go: downloading github.com/fatih/color v1.9.0 07:03:21 go: downloading github.com/hashicorp/golang-lru v0.5.0 07:03:21 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 07:03:21 go: downloading github.com/mattn/go-colorable v0.1.6 07:03:31 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 07:03:31 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 07:03:31 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 07:03:31 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 07:03:33 Building config-common 07:03:33 + snapcraftctl build 07:03:36 Building edgex-go 07:03:36 + cd /root/parts/edgex-go/src 07:03:36 + make build 07:03:36 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 07:03:37 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 07:03:37 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 07:03:37 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.76 07:03:37 go: downloading github.com/OneOfOne/xxhash v1.2.8 07:03:37 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 07:03:37 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 07:03:37 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 07:03:37 go: downloading github.com/pkg/errors v0.8.1 07:03:37 go: downloading github.com/pelletier/go-toml v1.9.0 07:03:37 go: downloading github.com/imdario/mergo v0.3.12 07:03:37 go: downloading github.com/go-playground/validator/v10 v10.5.0 07:03:37 go: downloading golang.org/x/text v0.3.2 07:03:40  Building docker-core-command-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:03:40 Step 2/31 : FROM ${BUILDER_BASE} AS builder 07:03:40 ---> 71b84b45c369 07:03:40 Step 3/31 : WORKDIR /edgex-go 07:03:40 ---> Using cache 07:03:40 ---> e6ee965f6c4c 07:03:40 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:03:40 ---> Using cache 07:03:40 ---> 2f8ff8d8e9c3 07:03:40 Step 5/31 : RUN apk add --update --no-cache make git 07:03:40 ---> Using cache 07:03:40 ---> 0e194bb901f3 07:03:40 Step 6/31 : COPY go.mod . 07:03:40 ---> Using cache 07:03:40 ---> e2cb67425d01 07:03:40 Step 7/31 : RUN go mod download 07:03:40 ---> Using cache 07:03:40 ---> d09b0373b862 07:03:40 Step 8/31 : COPY . . 07:03:40 ---> Using cache 07:03:40 ---> 61e092c0b4be 07:03:40 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 07:03:41 ---> Running in 4752a16b6c16 07:03:43 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 07:03:44 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 07:03:44 go: downloading gopkg.in/yaml.v2 v2.4.0 07:03:47 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:03:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:03:47 ---> 71b84b45c369 07:03:47 Step 3/23 : WORKDIR /edgex-go 07:03:47 ---> Using cache 07:03:47 ---> e6ee965f6c4c 07:03:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:03:47 ---> Using cache 07:03:47 ---> 2f8ff8d8e9c3 07:03:47 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 07:03:47 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:03:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:03:47 ---> 71b84b45c369 07:03:47 Step 3/23 : WORKDIR /edgex-go 07:03:47 ---> Using cache 07:03:47 ---> e6ee965f6c4c 07:03:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:03:47 ---> Using cache 07:03:47 ---> 2f8ff8d8e9c3 07:03:47 Step 5/23 : RUN apk add --update --no-cache make bash git 07:03:47 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:03:47 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:03:47 ---> 71b84b45c369 07:03:47 Step 3/21 : WORKDIR /edgex-go 07:03:47 ---> Using cache 07:03:47 ---> e6ee965f6c4c 07:03:47 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:03:47 ---> Using cache 07:03:47 ---> 2f8ff8d8e9c3 07:03:47 Step 5/21 : RUN apk add --update --no-cache make git 07:03:47 ---> Using cache 07:03:47 ---> 0e194bb901f3 07:03:47 Step 6/21 : COPY go.mod . 07:03:47 ---> Using cache 07:03:47 ---> e2cb67425d01 07:03:47 Step 7/21 : RUN go mod download 07:03:47 ---> Using cache 07:03:47 ---> d09b0373b862 07:03:47 Step 8/21 : COPY . . 07:03:47 ---> Using cache 07:03:47 ---> 61e092c0b4be 07:03:47 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 07:03:47 ---> Running in 41bbbc86c65d 07:03:47 ---> Running in 23353553840f 07:03:47 ---> Running in 42c8d6dcebdd 07:03: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 07:03:50 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 07:03:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:03:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:03:51 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 07:03:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:03:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:03:51 OK: 217 MiB in 51 packages 07:03:51 OK: 217 MiB in 51 packages 07:03:53 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 07:03:53 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 07:03:53 Removing intermediate container 42c8d6dcebdd 07:03:53 ---> 843508093901 07:03:53 Step 6/23 : COPY go.mod . 07:03:53 go: downloading github.com/stretchr/testify v1.7.0 07:03:53 go: downloading github.com/davecgh/go-spew v1.1.1 07:03:53 go: downloading github.com/pmezard/go-difflib v1.0.0 07:03:53 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 07:03:54 Removing intermediate container 23353553840f 07:03:54 ---> 35cc4574336e 07:03:54 Step 6/23 : COPY go.mod . 07:03:55 ---> 518371f3160a 07:03:55 Step 7/23 : RUN go mod download 07:03:55 ---> Running in c26575dd1f11 07:03:55 ---> 677cbf84a210 07:03:55 Step 7/23 : RUN go mod download 07:03:55 ---> Running in e9d99a425480 07:03:55 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 07:03:55 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 07:03:55 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 07:03: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 07:03:59 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 07:04:00 Removing intermediate container c26575dd1f11 07:04:00 ---> 5528651cf066 07:04:00 Step 8/23 : COPY . . 07:04:00 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 07:04:00 Removing intermediate container e9d99a425480 07:04:00 ---> eb87e75218c9 07:04:00 Step 8/23 : COPY . . 07:04:02 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 07:04:02 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 07:04:03 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 07:04:03 go: downloading github.com/lib/pq v1.10.1 07:04:06 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 07:04:06 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 07:04:06 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 07:04:06 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 07:04:06 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 07:04:06 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 07:04:06 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 07:04:06 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 07:04:06 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 07:04:06 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 07:04:06 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 07:04:06 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 07:04:06 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 07:04:06 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 07:04:06 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 07:04:06 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 07:04:06 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 07:04:06 + 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 07:04:06 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 07:04:06 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 07:04:06 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 07:04:06 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 07:04:06 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 07:04:06 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 07:04:06 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 07:04:06 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 07:04:09 Building static-packages 07:04:09 + snapcraftctl build 07:04:12 Building version 07:04:12 + snapcraftctl build 07:04:14 Skipping stage go-build-helper (already ran) 07:04:14 Staging app-service-config 07:04:14 + snapcraftctl stage 07:04:15 Staging config-common 07:04:15 + snapcraftctl stage 07:04:16 Staging edgex-go 07:04:16 + snapcraftctl stage 07:04:17 Staging static-packages 07:04:17 + snapcraftctl stage 07:04:19 Staging version 07:04:19 + snapcraftctl stage 07:04:20 Priming go-build-helper 07:04:20 + snapcraftctl prime 07:04:21 Priming app-service-config 07:04:21 + snapcraftctl prime 07:04:22 Priming config-common 07:04:22 + snapcraftctl prime 07:04:23 Priming edgex-go 07:04:23 + snapcraftctl prime 07:04:25 Priming static-packages 07:04:25 + snapcraftctl prime 07:04:27 Priming version 07:04:27 + snapcraftctl prime 07:04:28 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 07:04:33 ---> 30f5ade3bfa5 07:04:33 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:04:33 ---> 52d3d2e9e080 07:04:33 Step 9/23 : RUN make cmd/core-data/core-data 07:04:33 ---> Running in 8b66b7c485a7 07:04:33 ---> Running in 54e2211a1bcc 07:04:35 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 07:04:35 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 07:04:48 Removing intermediate container 4752a16b6c16 07:04:48 ---> ecd8ae5f382d 07:04:48 07:04:48 Step 10/31 : FROM alpine:3.12 07:04:48 ---> 9852663dfa18 07:04:48 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 07:04:48 ---> Running in 5e2d41ad7a95 07:04:48 Removing intermediate container 5e2d41ad7a95 07:04:48 ---> 3bdf0055af41 07:04:48 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 07:04:49 ---> Running in 25a60ce1d9a1 07:04:49 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 07:04:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:04:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:04:51 (1/2) Installing dumb-init (1.2.2-r1) 07:04:51 (2/2) Installing su-exec (0.2-r1) 07:04:51 Executing busybox-1.31.1-r20.trigger 07:04:51 OK: 5 MiB in 16 packages 07:04:53 Removing intermediate container 25a60ce1d9a1 07:04:53 ---> 52a710c42c22 07:04:53 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 07:04:53 ---> Running in 51a98f4d405b 07:04:54 Removing intermediate container 51a98f4d405b 07:04:54 ---> bd7c19836f70 07:04:54 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 07:04:54 ---> Running in 51705771e2e6 07:04:55 Removing intermediate container 51705771e2e6 07:04:55 ---> 17d2f8e3716a 07:04:55 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 07:04:56 ---> Running in 95db4f610cd4 07:04:59 Removing intermediate container 95db4f610cd4 07:04:59 ---> 7adbca258f0f 07:04:59 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 07:04:59 ---> Running in b507acd897d2 07:05:00 Removing intermediate container b507acd897d2 07:05:00 ---> e0683d05376f 07:05:00 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 07:05:01 ---> bcd649614742 07:05:01 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 07:05:01 ---> Running in c63231526c26 07:05:07 Removing intermediate container c63231526c26 07:05:07 ---> b031060cd2c3 07:05:07 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 07:05:07 Removing intermediate container 41bbbc86c65d 07:05:07 ---> 87ede0184fce 07:05:07 07:05:07 Step 10/21 : FROM alpine:3.12 07:05:07 ---> 9852663dfa18 07:05:07 Step 11/21 : RUN apk add --update --no-cache curl 07:05:07 ---> Running in 9a7c4f80aa4e 07:05:08 ---> 1559181e8f8c 07:05:08 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 07:05:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:05:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:05:10 (1/4) Installing ca-certificates (20191127-r4) 07:05:10 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:05:10 (3/4) Installing libcurl (7.76.1-r0) 07:05:10 (4/4) Installing curl (7.76.1-r0) 07:05:10 Executing busybox-1.31.1-r20.trigger 07:05:10 Executing ca-certificates-20191127-r4.trigger 07:05:10 ---> 7924f1119b07 07:05:10 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 07:05:10 OK: 7 MiB in 18 packages 07:05:12 ---> 0debd8b3c86f 07:05:12 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 07:05:13 Removing intermediate container 9a7c4f80aa4e 07:05:13 ---> b85dc3c9a9eb 07:05:13 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:05:13 ---> 34b41da40bb0 07:05:13 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 07:05:13 ---> Running in 75fe0df32e9b 07:05:14 Removing intermediate container 75fe0df32e9b 07:05:14 ---> 652d2d6213d9 07:05:14 Step 13/21 : WORKDIR /edgex 07:05:14 ---> Running in 776aa13c0e07 07:05:15 ---> ad12a9be7e23 07:05:15 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 07:05:15 ---> Running in 5c8421f1fcb2 07:05:15 Removing intermediate container 776aa13c0e07 07:05:15 ---> 3f9a805bb7f4 07:05:15 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:05:16 Removing intermediate container 5c8421f1fcb2 07:05:16 ---> d95125225448 07:05:16 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 07:05:17 ---> c7d30fe420e1 07:05:17 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:05:17 ---> 90c4005428d5 07:05:17 Step 26/31 : RUN chmod +x /entrypoint.sh 07:05:18 ---> Running in 343f6236f805 07:05:19 ---> ef2c87776687 07:05:19 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:05:21 ---> a9885017d762 07:05:21 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:05:22 ---> Running in 5f1197b62e81 07:05:22 Removing intermediate container 343f6236f805 07:05:22 ---> 4951caa1dd43 07:05:22 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 07:05:22 ---> Running in a84d0c46a719 07:05:22 Removing intermediate container 5f1197b62e81 07:05:22 ---> f55fb13dc9ae 07:05:22 Step 18/21 : CMD ["--init=true"] 07:05:22 ---> Running in 5b1a59b756f8 07:05:23 Removing intermediate container a84d0c46a719 07:05:23 ---> 86186252b8dc 07:05:23 Step 28/31 : CMD ["gate"] 07:05:23 Removing intermediate container 5b1a59b756f8 07:05:23 ---> d1d23296cb6b 07:05:23 Step 19/21 : LABEL arch=arm64 07:05:23 ---> Running in 769c5a2053ff 07:05:24 ---> Running in 7d8f6489ff05 07:05:24 Removing intermediate container 769c5a2053ff 07:05:24 ---> b15396a43013 07:05:24 Step 29/31 : LABEL arch=arm64 07:05:24 Removing intermediate container 7d8f6489ff05 07:05:24 ---> a14f405197bf 07:05:24 Step 20/21 : LABEL git_sha=0055aad0321a4746da23e2717adefdd0532a5973 07:05:24 ---> Running in 2b8bb179a5be 07:05:24 ---> Running in c70b2b3080a3 07:05:25 Removing intermediate container c70b2b3080a3 07:05:25 ---> 3cb719f7af81 07:05:25 Step 21/21 : LABEL version=0.0.0 07:05:25 Removing intermediate container 2b8bb179a5be 07:05:25 ---> 07779a903bb1 07:05:25 Step 30/31 : LABEL git_sha=0055aad0321a4746da23e2717adefdd0532a5973 07:05:26 ---> Running in bebc8dd21268 07:05:26 ---> Running in adf5f7ef777b 07:05:26 Removing intermediate container bebc8dd21268 07:05:26 ---> 5fa4f09ba242 07:05:26 07:05:27 Successfully built 5fa4f09ba242 07:05:27 Successfully tagged docker-security-proxy-setup-go-arm64:latest 07:05:27  Building docker-security-proxy-setup-go ... done Removing intermediate container adf5f7ef777b 07:05:27 ---> cbc7c282d744 07:05:27 Step 31/31 : LABEL version=0.0.0 07:05:28 ---> Running in 66a7772cbf5a 07:05:28 Removing intermediate container 66a7772cbf5a 07:05:28 ---> b09850dcec01 07:05:28 07:05:29 Successfully built b09850dcec01 07:05:29 Successfully tagged docker-security-bootstrapper-go-arm64:latest 07:05:47  Building docker-security-bootstrapper-go ... done Removing intermediate container 8b66b7c485a7 07:05:47 ---> 5d88e8ec0bf6 07:05:47 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:05:47 ---> Running in 3182e21fdf0a 07:05:48 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 07:05:51 Removing intermediate container 3182e21fdf0a 07:05:51 ---> 82dbd140b3dd 07:05:51 07:05:51 Step 11/23 : FROM docker:20.10.0 07:05:51 20.10.0: Pulling from library/docker 07:05:59 Removing intermediate container 54e2211a1bcc 07:05:59 ---> d494ee5c210c 07:05:59 07:05:59 Step 10/23 : FROM alpine:3.12 07:05:59 ---> 9852663dfa18 07:05:59 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:05:59 ---> Running in 5b155b39ab16 07:06:00 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 07:06:00 Status: Downloaded newer image for docker:20.10.0 07:06:00 ---> eeaf43b92773 07:06:00 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 07:06:00 Removing intermediate container 5b155b39ab16 07:06:00 ---> 6b15607f3468 07:06:00 Step 12/23 : ENV APP_PORT=48080 07:06:00 ---> Running in bd92cb79d388 07:06:00 ---> Running in 72e5840a3125 07:06:01 Removing intermediate container bd92cb79d388 07:06:01 ---> 404444fad2ba 07:06:01 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 07:06:01 Removing intermediate container 72e5840a3125 07:06:01 ---> 47bbaf7da9ea 07:06:01 Step 13/23 : EXPOSE $APP_PORT 07:06:01 ---> Running in 1301a2c5a39f 07:06:01 ---> Running in 7b120bffd896 07:06:02 Removing intermediate container 7b120bffd896 07:06:02 ---> 445f84459397 07:06:02 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:06:02 ---> Running in 840a881febab 07:06:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:06:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:06:03 (1/39) Installing readline (8.0.4-r0) 07:06:03 (2/39) Installing bash (5.0.17-r0) 07:06:03 Executing bash-5.0.17-r0.post-install 07:06:03 (3/39) Installing nghttp2-libs (1.41.0-r0) 07:06:03 (4/39) Installing libcurl (7.76.1-r0) 07:06:03 (5/39) Installing curl (7.76.1-r0) 07:06:03 (6/39) Installing dumb-init (1.2.2-r1) 07:06:03 (7/39) Installing libbz2 (1.0.8-r1) 07:06:03 (8/39) Installing expat (2.2.9-r1) 07:06:03 (9/39) Installing libffi (3.3-r2) 07:06:03 (10/39) Installing gdbm (1.13-r1) 07:06:03 (11/39) Installing xz-libs (5.2.5-r0) 07:06:03 (12/39) Installing sqlite-libs (3.32.1-r0) 07:06:03 (13/39) Installing python3 (3.8.8-r0) 07:06:05 Removing intermediate container 840a881febab 07:06:05 ---> a982d2b2c343 07:06:05 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 07:06:05 (14/39) Installing py3-appdirs (1.4.4-r1) 07:06:05 (15/39) Installing py3-ordered-set (4.0.1-r0) 07:06:05 (16/39) Installing py3-parsing (2.4.7-r0) 07:06:05 (17/39) Installing py3-six (1.15.0-r0) 07:06:05 (18/39) Installing py3-packaging (20.4-r0) 07:06:05 (19/39) Installing py3-setuptools (47.0.0-r0) 07:06:05 (20/39) Installing py3-chardet (3.0.4-r4) 07:06:05 ---> Running in 006560054ac5 07:06:05 (21/39) Installing py3-idna (2.9-r0) 07:06:05 (22/39) Installing py3-certifi (2020.4.5.1-r0) 07:06:05 (23/39) Installing py3-urllib3 (1.25.9-r0) 07:06:05 (24/39) Installing py3-requests (2.23.0-r0) 07:06:05 (25/39) Installing py3-msgpack (1.0.0-r0) 07:06:05 (26/39) Installing py3-lockfile (0.12.2-r3) 07:06:05 (27/39) Installing py3-cachecontrol (0.12.6-r0) 07:06:05 (28/39) Installing py3-colorama (0.4.3-r0) 07:06:05 (29/39) Installing py3-distlib (0.3.0-r0) 07:06:05 (30/39) Installing py3-distro (1.5.0-r1) 07:06:06 (31/39) Installing py3-webencodings (0.5.1-r3) 07:06:06 (32/39) Installing py3-html5lib (1.0.1-r4) 07:06:06 (33/39) Installing py3-pytoml (0.1.21-r0) 07:06:06 (34/39) Installing py3-pep517 (0.8.2-r0) 07:06:06 (35/39) Installing py3-progress (1.5-r0) 07:06:06 (36/39) Installing py3-toml (0.10.1-r0) 07:06:06 (37/39) Installing py3-retrying (1.3.3-r0) 07:06:06 (38/39) Installing py3-contextlib2 (0.6.0-r0) 07:06:06 (39/39) Installing py3-pip (20.1.1-r0) 07:06:06 Executing busybox-1.31.1-r19.trigger 07:06:06 OK: 72 MiB in 59 packages 07:06:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:06:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:06:08 (1/6) Installing dumb-init (1.2.2-r1) 07:06:08 (2/6) Installing libgcc (9.3.0-r2) 07:06:08 (3/6) Installing libsodium (1.0.18-r0) 07:06:08 (4/6) Installing libstdc++ (9.3.0-r2) 07:06:08 (5/6) Installing libzmq (4.3.3-r0) 07:06:08 (6/6) Installing zeromq (4.3.3-r0) 07:06:08 Executing busybox-1.31.1-r20.trigger 07:06:08 OK: 8 MiB in 20 packages 07:06:10 Collecting docker-compose==1.23.2 07:06:10 Removing intermediate container 006560054ac5 07:06:10 ---> c013f6d9b405 07:06:10 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:06:10 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:06:11 ---> c817f2396b22 07:06:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:06:11 Collecting cached-property<2,>=1.2.0 07:06:11 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:06:11 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 07:06:12 ---> d43acdec72ca 07:06:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:06:12 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:06:12 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:06:13 ---> e886cd081e8c 07:06:13 Step 19/23 : ENTRYPOINT ["/core-data"] 07:06:13 Collecting jsonschema<3,>=2.5.1 07:06:13 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:06:13 ---> Running in 35c157865a01 07:06:13 Collecting texttable<0.10,>=0.9.0 07:06:13 Downloading texttable-0.9.1.tar.gz (11 kB) 07:06:13 Removing intermediate container 35c157865a01 07:06:13 ---> ac67a840c185 07:06:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:06:13 ---> Running in 31a5c9ff7cda 07:06:14 Removing intermediate container 31a5c9ff7cda 07:06:14 ---> f5ae5fb8c204 07:06:14 Step 21/23 : LABEL arch=arm64 07:06:14 ---> Running in 475c73ab1367 07:06:15 Removing intermediate container 475c73ab1367 07:06:15 ---> 46c5db884d1c 07:06:15 Step 22/23 : LABEL git_sha=0055aad0321a4746da23e2717adefdd0532a5973 07:06:15 ---> Running in 479a419d165d 07:06:16 Removing intermediate container 479a419d165d 07:06:16 ---> 9db9a38b0e17 07:06:16 Step 23/23 : LABEL version=0.0.0 07:06:16 Collecting websocket-client<1.0,>=0.32.0 07:06:16 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 07:06:16 ---> Running in 88c275478ec0 07:06:16 Collecting docopt<0.7,>=0.6.1 07:06:16 Downloading docopt-0.6.2.tar.gz (25 kB) 07:06:16 Removing intermediate container 88c275478ec0 07:06:16 ---> 06ca42bc396b 07:06:16 07:06:16 Successfully built 06ca42bc396b 07:06:17 Successfully tagged docker-core-data-go-arm64:latest 07:06:18  Building docker-core-data-go ... done Collecting dockerpty<0.5,>=0.4.1 07:06:18 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:06:21 Collecting docker<4.0,>=3.6.0 07:06:21 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:06:22 Collecting PyYAML<4,>=3.10 07:06:22 Downloading PyYAML-3.13.tar.gz (270 kB) 07:06:25 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 07:06:25 Collecting idna<2.8,>=2.5 07:06:25 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:06:25 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 07:06:26 Collecting urllib3<1.25,>=1.21.1 07:06:26 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:06:26 Collecting docker-pycreds>=0.4.0 07:06:26 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:06:26 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:06:26 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:06:26 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:06:26 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:06:27 Installing collected packages: cached-property, idna, urllib3, requests, jsonschema, texttable, websocket-client, docopt, dockerpty, docker-pycreds, docker, PyYAML, docker-compose 07:06:27 Attempting uninstall: idna 07:06:27 Found existing installation: idna 2.9 07:06:27 Uninstalling idna-2.9: 07:06:27 Successfully uninstalled idna-2.9 07:06:28 Attempting uninstall: urllib3 07:06:28 Found existing installation: urllib3 1.25.9 07:06:28 Uninstalling urllib3-1.25.9: 07:06:28 Successfully uninstalled urllib3-1.25.9 07:06:28 Attempting uninstall: requests 07:06:28 Found existing installation: requests 2.23.0 07:06:28 Uninstalling requests-2.23.0: 07:06:28 Successfully uninstalled requests-2.23.0 07:06:29 Running setup.py install for texttable: started 07:06:31 Running setup.py install for texttable: finished with status 'done' 07:06:31 Running setup.py install for docopt: started 07:06:33 Running setup.py install for docopt: finished with status 'done' 07:06:33 Running setup.py install for dockerpty: started 07:06:34 Running setup.py install for dockerpty: finished with status 'done' 07:06:35 Running setup.py install for PyYAML: started 07:06:37 Running setup.py install for PyYAML: finished with status 'done' 07:06:38 Successfully installed PyYAML-3.13 cached-property-1.5.2 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.58.0 07:06:46 Removing intermediate container 1301a2c5a39f 07:06:46 ---> 7aacc6ddd6ad 07:06:46 Step 14/23 : ENV APP_PORT=48090 07:06:46 ---> Running in 41f7651cbb9f 07:06:46 Removing intermediate container 41f7651cbb9f 07:06:46 ---> fba159ab3223 07:06:46 Step 15/23 : EXPOSE $APP_PORT 07:06:46 ---> Running in bfd7c20c0f2c 07:06:47 Removing intermediate container bfd7c20c0f2c 07:06:47 ---> 6a47f614f899 07:06:47 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:06:48 ---> 4ee81e5e20ad 07:06:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:06:49 ---> e6363aff7d58 07:06:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:06:50 ---> 0ff3016a485a 07:06:50 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 07:06:50 ---> Running in 3912981d2945 07:06:50 Removing intermediate container 3912981d2945 07:06:50 ---> 5228869ea72f 07:06:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:06:50 ---> Running in db1e74f0c9fd 07:06:51 Removing intermediate container db1e74f0c9fd 07:06:51 ---> eb971c97ef66 07:06:51 Step 21/23 : LABEL arch=arm64 07:06:51 ---> Running in 30e1b4769b22 07:06:51 Removing intermediate container 30e1b4769b22 07:06:51 ---> 5e1fc166d212 07:06:51 Step 22/23 : LABEL git_sha=0055aad0321a4746da23e2717adefdd0532a5973 07:06:51 ---> Running in 4553830b5843 07:06:52 Removing intermediate container 4553830b5843 07:06:52 ---> da0ec926fb5b 07:06:52 Step 23/23 : LABEL version=0.0.0 07:06:52 ---> Running in 01ba9ec0b6e8 07:06:53 Removing intermediate container 01ba9ec0b6e8 07:06:53 ---> 051802766873 07:06:53 07:06:53 Successfully built 051802766873 07:06:53 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 07:06:54  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 07:06:54 $ docker stop --time=1 ab379296345c16a800d94cdea3a1b55fda692c1483f2f842bb539019269d7a74 07:06:56 $ docker rm -f ab379296345c16a800d94cdea3a1b55fda692c1483f2f842bb539019269d7a74 [Pipeline] // withDockerContainer [Pipeline] sh 07:06:56 + + grepdocker docker images 07:06:56 07:06:56 docker-sys-mgmt-agent-go-arm64 latest 051802766873 4 seconds ago 299MB 07:06:56 docker-core-data-go-arm64 latest 06ca42bc396b 40 seconds ago 21.6MB 07:06:56 docker-security-bootstrapper-go-arm64 latest b09850dcec01 About a minute ago 18.1MB 07:06:56 docker-security-proxy-setup-go-arm64 latest 5fa4f09ba242 About a minute ago 24.6MB 07:06:56 docker-core-command-go-arm64 latest 5b7a3ba175ac 4 minutes ago 16.5MB 07:06:56 docker-core-metadata-go-arm64 latest c1baf79039d3 4 minutes ago 18.1MB 07:06:56 docker-support-notifications-go-arm64 latest 30f136130f73 4 minutes ago 17.1MB 07:06:56 docker-support-scheduler-go-arm64 latest fbd027ef25ba 4 minutes ago 16.6MB 07:06:56 docker-security-secretstore-setup-go-arm64 latest fa2b76a083c5 4 minutes ago 24.9MB 07:06:56 docker 20.10.0 eeaf43b92773 4 months ago 228MB [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] libraryResource [Pipeline] sh 07:06:57 ---> job-cost.sh 07:06:57 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ZKqY 07:07:36 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 07:09:13 lf-activate-venv(): INFO: Adding /tmp/venv-ZKqY/bin to PATH 07:09:13 INFO: No Stack... 07:09:13 INFO: Retrieving Pricing Info for: lf-standard-4 07:09:13 INFO: Archiving Costs [Pipeline] sh 07:09:13 + cut -d, -f6 07:09:13 + cat /w/workspace/edgex-go/4/archives/cost.csv [Pipeline] lock 07:09:13 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3400-4-stack-cost] 07:09:13 Resource [jenkins-edgexfoundry-edgex-go-PR-3400-4-stack-cost] did not exist. Created. 07:09:13 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3400-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:09:13 + echo total: 0.20999999344348907 [Pipeline] stash 07:09:14 Stashed 1 file(s) [Pipeline] } 07:09:14 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3400-4-stack-cost] [Pipeline] // lock [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] wrap 07:09:15 provisioning config files... 07:09:15 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config2782103605463077764tmp [Pipeline] { [Pipeline] sh 07:09:15 + set +x 07:09:15 + curl -s https://codecov.io/bash 07:09:15 + bash -s -- 07:09:15 07:09:15 _____ _ 07:09:15 / ____| | | 07:09:15 | | ___ __| | ___ ___ _____ __ 07:09:15 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:09:15 | |___| (_) | (_| | __/ (_| (_) \ V / 07:09:15 \_____\___/ \__,_|\___|\___\___/ \_/ 07:09:15 Bash-1.0.2 07:09:15 07:09:15 07:09:15 ==> git version 2.24.3 found 07:09:15 ==> 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 07:09:15 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 07:09:15 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 07:09:15 ==> Jenkins CI detected. 07:09:15 project root: . 07:09:15 --> token set from env 07:09:15 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:09:15 ==> Running gcov in . (disable via -X gcov) 07:09:16 ==> Python coveragepy not found 07:09:16 ==> Searching for coverage reports in: 07:09:16 + . 07:09:16 -> Found 1 reports 07:09:16 ==> Detecting git/mercurial file structure 07:09:16 ==> Reading reports 07:09:16 + ./coverage.out bytes=689383 07:09:16 ==> Appending adjustments 07:09:16 https://docs.codecov.io/docs/fixing-reports 07:09:21 + Found adjustments 07:09:21 ==> Gzipping contents 07:09:21 100K /tmp/codecov.EBrciK.gz 07:09:21 ==> Uploading reports 07:09:21 url: https://codecov.io 07:09:21 query: branch=PR-3400&commit=0055aad0321a4746da23e2717adefdd0532a5973&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3400%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3400&job=&cmd_args= 07:09:21 -> Pinging Codecov 07:09:21 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3400&commit=0055aad0321a4746da23e2717adefdd0532a5973&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3400%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3400&job=&cmd_args= 07:09:21 -> Uploading to 07:09:21 https://storage.googleapis.com/codecov/v4/raw/2021-04-27/00271124DB129430A58F1EEE437C3FCB/0055aad0321a4746da23e2717adefdd0532a5973/b8436e51-376c-443c-a109-1ed5fa03a587.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210427%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210427T070921Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=33242a501c5f2b2bd233051d7b8e7dba6404a3b6d43089332bae35a1888119d1 07:09:21 % Total % Received % Xferd Average Speed Time Time Time Current 07:09:21 Dload Upload Total Spent Left Speed 07:09:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99181 0 0 100 99181 0 221k --:--:-- --:--:-- --:--:-- 222k 07:09:21 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/0055aad0321a4746da23e2717adefdd0532a5973 [Pipeline] } 07:09:21 Deleting 1 temporary files [Pipeline] // wrap [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] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 07:09:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:09:23 ---> package-listing.sh 07:09:23 ++ facter osfamily 07:09:23 ++ tr '[:upper:]' '[:lower:]' 07:09:24 + OS_FAMILY=redhat 07:09:24 + workspace=/w/workspace/edgex-go/4 07:09:24 + START_PACKAGES=/tmp/packages_start.txt 07:09:24 + END_PACKAGES=/tmp/packages_end.txt 07:09:24 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:09:24 + PACKAGES=/tmp/packages_start.txt 07:09:24 + '[' /w/workspace/edgex-go/4 ']' 07:09:24 + PACKAGES=/tmp/packages_end.txt 07:09:24 + case "${OS_FAMILY}" in 07:09:24 + rpm -qa 07:09:24 + sort 07:09:29 + '[' -f /tmp/packages_start.txt ']' 07:09:29 + '[' -f /tmp/packages_end.txt ']' 07:09:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:09:29 + '[' /w/workspace/edgex-go/4 ']' 07:09:29 + mkdir -p /w/workspace/edgex-go/4/archives/ 07:09:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 07:09:29 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:09:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:09:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:09:30 07:09:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:09:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:09:30 alpine: Pulling from edgex-lftools-log-publisher 07:09:30 df20fa9351a1: Pulling fs layer 07:09:30 36b3adc4ff6f: Pulling fs layer 07:09:30 8ad3a11d3b57: Pulling fs layer 07:09:30 46f8f816bc3b: Pulling fs layer 07:09:30 93b61091891f: Pulling fs layer 07:09:30 93b9cdb0e59b: Pulling fs layer 07:09:30 5e14af77c1be: Pulling fs layer 07:09:30 01666e4c0597: Pulling fs layer 07:09:30 aa168da1d23b: Pulling fs layer 07:09:30 93b9cdb0e59b: Waiting 07:09:30 5e14af77c1be: Waiting 07:09:30 01666e4c0597: Waiting 07:09:30 93b61091891f: Waiting 07:09:30 46f8f816bc3b: Waiting 07:09:30 36b3adc4ff6f: Verifying Checksum 07:09:30 36b3adc4ff6f: Download complete 07:09:30 46f8f816bc3b: Verifying Checksum 07:09:30 46f8f816bc3b: Download complete 07:09:31 df20fa9351a1: Verifying Checksum 07:09:31 df20fa9351a1: Download complete 07:09:31 93b9cdb0e59b: Verifying Checksum 07:09:31 93b9cdb0e59b: Download complete 07:09:31 5e14af77c1be: Verifying Checksum 07:09:31 5e14af77c1be: Download complete 07:09:31 01666e4c0597: Verifying Checksum 07:09:31 01666e4c0597: Download complete 07:09:31 8ad3a11d3b57: Download complete 07:09:31 93b61091891f: Verifying Checksum 07:09:31 93b61091891f: Download complete 07:09:31 df20fa9351a1: Pull complete 07:09:31 36b3adc4ff6f: Pull complete 07:09:33 aa168da1d23b: Verifying Checksum 07:09:33 aa168da1d23b: Download complete 07:09:34 8ad3a11d3b57: Pull complete 07:09:34 46f8f816bc3b: Pull complete 07:09:35 93b61091891f: Pull complete 07:09:35 93b9cdb0e59b: Pull complete 07:09:35 5e14af77c1be: Pull complete 07:09:35 01666e4c0597: Pull complete 07:09:45 aa168da1d23b: Pull complete 07:09:45 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:09:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:09:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:09:45 prd-centos7-docker-4c-2g-1992 does not seem to be running inside a container 07:09:45 $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 07:09:50 $ docker top 04cae8ebf1b05bc0872292a9d0f80ef7836fccd6abe4f5672e7ac1fd9c07706c -eo pid,comm [Pipeline] { [Pipeline] sh 07:09:51 + touch /tmp/pre-build-complete [Pipeline] sh 07:09:51 + mkdir -p /var/log/sa [Pipeline] sh 07:09:52 + ls /var/log/sa-host 07:09:52 + sadf -c /var/log/sa-host/sa23 07:09:52 file_magic: OK 07:09:52 HZ: Using current value: 100 07:09:52 file_header: OK 07:09:52 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 07:09:52 Statistics: 07:09:52 Hnuu...uuuununununu... 07:09:52 File successfully converted to sysstat format version 12.2.1 07:09:52 + sadf -c /var/log/sa-host/sa27 07:09:52 file_magic: OK 07:09:52 HZ: Using current value: 100 07:09:52 file_header: OK 07:09:52 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 07:09:52 Statistics: 07:09:52 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...Hnuu...uuuununununu... 07:09:52 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:09:52 provisioning config files... 07:09:52 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config8515599377519720307tmp [Pipeline] { [Pipeline] echo 07:09:52 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:09:52 ---> create-netrc.sh [Pipeline] } 07:09:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:09:52 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:09:53 ---> python-tools-install.sh [Pipeline] echo 07:09:53 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:09:53 ---> sudo-logs.sh 07:09:53 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:09:53 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:09:54 ---> job-cost.sh 07:09:54 lf-activate-venv: SKIPPING 07:09:54 DEBUG: total: 0.20999999344348907 07:09:54 INFO: Retrieving Stack Cost... 07:09:54 INFO: Retrieving Pricing Info for: v1-standard-2 07:09:55 INFO: Archiving Costs [Pipeline] echo 07:09:55 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:09:55 ---> logs-deploy.sh 07:09:55 lf-activate-venv: SKIPPING 07:09:55 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3400/4 07:09:55 INFO: archiving workspace using pattern(s): 07:09:57 Archives upload complete. 07:09:58 INFO: archiving logs to Nexus 07:09:59 ---> uname -a: 07:09:59 Linux prd-centos7-docker-4c-2g-1992.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 07:09:59 07:09:59 07:09:59 ---> lscpu: 07:09:59 Architecture: x86_64 07:09:59 CPU op-mode(s): 32-bit, 64-bit 07:09:59 Byte Order: Little Endian 07:09:59 Address sizes: 40 bits physical, 48 bits virtual 07:09:59 CPU(s): 4 07:09:59 On-line CPU(s) list: 0-3 07:09:59 Thread(s) per core: 1 07:09:59 Core(s) per socket: 1 07:09:59 Socket(s): 4 07:09:59 NUMA node(s): 1 07:09:59 Vendor ID: GenuineIntel 07:09:59 CPU family: 6 07:09:59 Model: 44 07:09:59 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:09:59 Stepping: 1 07:09:59 CPU MHz: 2933.436 07:09:59 BogoMIPS: 5866.87 07:09:59 Virtualization: VT-x 07:09:59 Hypervisor vendor: KVM 07:09:59 Virtualization type: full 07:09:59 L1d cache: 128 KiB 07:09:59 L1i cache: 128 KiB 07:09:59 L2 cache: 16 MiB 07:09:59 L3 cache: 64 MiB 07:09:59 NUMA node0 CPU(s): 0-3 07:09:59 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 07:09:59 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 07:09:59 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 07:09:59 Vulnerability Meltdown: Mitigation; PTI 07:09:59 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:09:59 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:09:59 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:09:59 Vulnerability Srbds: Not affected 07:09:59 Vulnerability Tsx async abort: Not affected 07:09:59 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 07:09:59 07:09:59 07:09:59 ---> nproc: 07:09:59 4 07:09:59 07:09:59 07:09:59 ---> df -h: 07:09:59 Filesystem Size Used Available Use% Mounted on 07:09:59 overlay 50.0G 11.8G 38.2G 24% / 07:09:59 tmpfs 64.0M 0 64.0M 0% /dev 07:09:59 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 07:09:59 shm 64.0M 0 64.0M 0% /dev/shm 07:09:59 /dev/vda1 50.0G 11.8G 38.2G 24% /facter-os 07:09:59 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/resolv.conf 07:09:59 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hostname 07:09:59 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hosts 07:09:59 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/auth.log 07:09:59 /dev/vda1 50.0G 11.8G 38.2G 24% /run/cloud-init/result.json 07:09:59 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/sa-host 07:09:59 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/secure 07:09:59 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/4 07:09:59 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/4@tmp 07:09:59 07:09:59 07:09:59 ---> free -m: 07:09:59 total used free shared buff/cache available 07:09:59 Mem: 1837 713 177 0 946 1042 07:09:59 Swap: 1023 72 951 07:09:59 07:09:59 07:09:59 ---> ip addr: 07:09:59 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:09:59 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:09:59 inet 127.0.0.1/8 scope host lo 07:09:59 valid_lft forever preferred_lft forever 07:09:59 inet6 ::1/128 scope host 07:09:59 valid_lft forever preferred_lft forever 07:09:59 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 07:09:59 link/ether fa:16:3e:84:fa:c8 brd ff:ff:ff:ff:ff:ff 07:09:59 inet 10.30.123.104/23 brd 10.30.123.255 scope global dynamic eth0 07:09:59 valid_lft 84981sec preferred_lft 84981sec 07:09:59 inet6 fe80::f816:3eff:fe84:fac8/64 scope link 07:09:59 valid_lft forever preferred_lft forever 07:09:59 3: docker0: mtu 1500 qdisc noqueue state DOWN 07:09:59 link/ether 02:42:ad:18:e9:b5 brd ff:ff:ff:ff:ff:ff 07:09:59 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:09:59 valid_lft forever preferred_lft forever 07:09:59 inet6 fe80::42:adff:fe18:e9b5/64 scope link 07:09:59 valid_lft forever preferred_lft forever 07:09:59 07:09:59 07:09:59 ---> sar -b -r -n DEV: 07:09:59 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/27/21 _x86_64_ (4 CPU) 07:09:59 07:09:59 06:46:07 LINUX RESTART (4 CPU) 07:09:59 07:09:59 06:47:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:09:59 06:48:02 115.25 53.87 61.38 0.00 8976.58 19311.34 0.00 07:09:59 06:49:01 301.34 77.04 224.30 0.00 4046.40 51806.37 0.00 07:09:59 06:50:01 191.67 96.47 95.20 0.00 3249.39 12972.83 0.00 07:09:59 06:51:01 99.70 46.12 53.58 0.00 1608.65 6365.67 0.00 07:09:59 06:52:01 102.36 32.74 69.62 0.00 2221.39 17420.71 0.00 07:09:59 06:53:02 962.55 714.89 247.66 0.00 95789.66 157330.65 0.00 07:09:59 06:54:01 2854.38 2528.50 325.89 0.00 145821.65 156548.76 0.00 07:09:59 06:55:01 301.44 107.49 193.95 0.00 8615.45 31199.63 0.00 07:09:59 06:56:03 1534.18 1197.29 336.89 0.00 129887.95 159748.49 0.00 07:09:59 06:57:02 817.59 590.46 227.14 0.00 38028.68 60163.39 0.00 07:09:59 06:58:01 105.82 18.59 87.23 0.00 3177.53 7869.95 0.00 07:09:59 06:59:01 2.28 0.82 1.46 0.00 19.17 23.40 0.00 07:09:59 07:00:01 0.30 0.05 0.25 0.00 0.40 2.60 0.00 07:09:59 07:01:01 0.92 0.68 0.23 0.00 30.88 1.86 0.00 07:09:59 07:02:01 2.64 1.83 0.81 0.00 51.61 17.29 0.00 07:09:59 07:03:01 0.33 0.08 0.25 0.00 1.07 3.00 0.00 07:09:59 07:04:01 0.23 0.03 0.20 0.00 0.53 1.75 0.00 07:09:59 07:05:01 0.12 0.00 0.12 0.00 0.00 1.63 0.00 07:09:59 07:06:01 0.35 0.07 0.28 0.00 0.53 3.38 0.00 07:09:59 07:07:01 0.55 0.30 0.25 0.00 128.01 2.43 0.00 07:09:59 07:08:01 0.23 0.00 0.23 0.00 0.00 3.15 0.00 07:09:59 07:09:01 0.23 0.00 0.23 0.00 0.00 2.31 0.00 07:09:59 Average: 336.41 248.77 87.64 0.00 20201.19 31075.85 0.00 07:09:59 07:09:59 06:47:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:09:59 06:48:02 223036 0 683256 36.31 2596 972656 1518952 51.84 628132 826744 77972 07:09:59 06:49:01 291372 0 742964 39.49 1492 845716 1418104 48.40 463800 834872 28 07:09:59 06:50:01 241668 0 861776 45.80 556 777544 1788104 61.03 683632 671376 19812 07:09:59 06:51:01 256296 0 806164 42.85 556 818528 1570272 53.59 632492 698864 34324 07:09:59 06:52:01 65000 0 781360 41.53 528 1034656 1550832 52.93 632912 892324 68424 07:09:59 06:53:02 309696 0 733008 38.96 0 838840 2327360 79.43 575668 780636 32 07:09:59 06:54:01 105140 0 1261444 67.04 0 514960 4379576 149.47 769276 722880 22836 07:09:59 06:55:01 336944 0 790164 42.00 0 754436 2159960 73.72 556060 728896 4 07:09:59 06:56:03 52404 0 799700 42.50 0 1029440 2442776 83.37 647668 936320 79452 07:09:59 06:57:02 114020 0 693468 36.86 0 1074056 1516356 51.75 563468 956432 28208 07:09:59 06:58:01 180944 0 627784 33.37 0 1072816 1229444 41.96 492964 960004 8 07:09:59 06:59:01 182880 0 625836 33.26 0 1072828 1213836 41.43 491180 960332 8 07:09:59 07:00:01 184536 0 624176 33.17 0 1072832 1195116 40.79 490084 960276 8 07:09:59 07:01:01 181808 0 626160 33.28 0 1073576 1199132 40.92 491916 961028 8 07:09:59 07:02:01 181584 0 625436 33.24 0 1074524 1195804 40.81 491336 961356 8 07:09:59 07:03:01 181476 0 625540 33.25 0 1074528 1195828 40.81 491576 961384 8 07:09:59 07:04:01 182008 0 625012 33.22 0 1074524 1195672 40.81 491036 961396 8 07:09:59 07:05:01 181688 0 625312 33.23 0 1074544 1195756 40.81 491272 961408 8 07:09:59 07:06:01 182128 0 624864 33.21 0 1074552 1195624 40.80 490912 961412 8 07:09:59 07:07:01 175236 0 627940 33.37 0 1078368 1195684 40.81 496568 962428 12 07:09:59 07:08:01 175316 0 627852 33.37 0 1078376 1195624 40.80 496508 962436 12 07:09:59 07:09:01 175564 0 627596 33.36 0 1078384 1195624 40.80 496388 962436 8 07:09:59 Average: 189125 0 712128 37.85 260 980031 1594338 54.41 548402 890238 15054 07:09:59 07:09:59 06:47:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:09:59 06:48:02 eth0 893.43 707.80 4797.72 135.51 0.00 0.00 0.00 0.00 07:09:59 06:48:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:59 06:48:02 docker0 480.29 498.80 52.37 2660.81 0.00 0.00 0.00 0.00 07:09:59 06:49:01 eth0 517.21 382.70 3723.52 38.34 0.00 0.00 0.00 0.00 07:09:59 06:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:59 06:49:01 veth1d9c7c5 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:09:59 06:49:01 docker0 153.35 229.15 10.63 845.33 0.00 0.00 0.00 0.00 07:09:59 06:50:01 veth551df93 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:09:59 06:50:01 eth0 39.94 28.66 29.70 63.95 0.00 0.00 0.00 0.00 07:09:59 06:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:59 06:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:59 06:51:01 veth551df93 2.04 2.04 0.16 0.16 0.00 0.00 0.00 0.00 07:09:59 06:51:01 eth0 22.14 12.24 15.96 8.65 0.00 0.00 0.00 0.00 07:09:59 06:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:59 06:51:01 docker0 2.04 2.04 0.14 0.16 0.00 0.00 0.00 0.00 07:09:59 06:52:01 eth0 189.90 143.87 1691.95 75.55 0.00 0.00 0.00 0.00 07:09:59 06:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:59 06:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:59 06:53:02 veth588b755 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:59 06:53:02 veth596374d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:09:59 06:53:02 vethed91ee6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:59 06:53:02 veth8599bd0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:59 06:54:01 vethfc517d8 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 07:09:59 06:54:01 vethb6712ae 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 07:09:59 06:54:01 veth0dbf6a0 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 07:09:59 06:54:01 eth0 2124.88 1590.19 12164.21 435.59 0.00 0.00 0.00 0.00 07:09:59 06:55:01 vethb884af4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:59 06:55:01 eth0 62.70 34.58 235.35 11.62 0.00 0.00 0.00 0.00 07:09:59 06:55:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 07:09:59 06:55:01 vethf07fe1a 0.00 0.60 0.00 0.03 0.00 0.00 0.00 0.00 07:09:59 06:56:03 vethb122650 0.02 0.18 0.00 0.01 0.00 0.00 0.00 0.00 07:09:59 06:56:03 eth0 60.57 43.51 82.15 66.96 0.00 0.00 0.00 0.00 07:09:59 06:56:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:59 06:56:03 veth3d50778 0.00 0.21 0.00 0.01 0.00 0.00 0.00 0.00 07:09:59 06:57:02 veth810dbf7 17.58 37.23 1.16 284.46 0.00 0.00 0.00 0.00 07:09:59 06:57:02 eth0 176.66 126.72 1606.45 17.38 0.00 0.00 0.00 0.00 07:09:59 06:57:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:59 06:57:02 vethf07fe1a 0.00 0.74 0.00 0.04 0.00 0.00 0.00 0.00 07:09:59 06:58:01 eth0 46.07 35.97 90.79 58.88 0.00 0.00 0.00 0.00 07:09:59 06:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:59 06:58:01 docker0 759.57 915.99 71.41 4333.25 0.00 0.00 0.00 0.00 07:09:59 06:59:01 eth0 0.90 0.38 0.34 0.23 0.00 0.00 0.00 0.00 07:09:59 06:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:59 06:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:59 07:00:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:09:59 07:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:59 07:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:59 07:01:01 eth0 0.73 0.08 0.06 0.01 0.00 0.00 0.00 0.00 07:09:59 07:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:59 07:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:59 07:02:01 eth0 1.20 0.55 0.45 0.27 0.00 0.00 0.00 0.00 07:09:59 07:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:59 07:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:59 07:03:01 eth0 0.52 0.38 0.27 0.21 0.00 0.00 0.00 0.00 07:09:59 07:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:59 07:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:59 07:04:01 eth0 0.67 0.12 0.10 0.01 0.00 0.00 0.00 0.00 07:09:59 07:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:59 07:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:59 07:05:01 eth0 0.47 0.35 0.27 0.20 0.00 0.00 0.00 0.00 07:09:59 07:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:59 07:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:59 07:06:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:09:59 07:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:59 07:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:59 07:07:01 eth0 0.27 0.20 0.14 0.07 0.00 0.00 0.00 0.00 07:09:59 07:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:59 07:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:59 07:08:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:09:59 07:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:59 07:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:59 07:09:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 07:09:59 07:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:59 07:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:59 Average: eth0 95.75 72.34 562.52 24.49 0.00 0.00 0.00 0.00 07:09:59 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:59 Average: docker0 34.01 41.02 3.20 194.05 0.00 0.00 0.00 0.00 07:09:59 07:09:59 07:09:59 ---> sar -P ALL: 07:09:59 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/27/21 _x86_64_ (4 CPU) 07:09:59 07:09:59 06:46:07 LINUX RESTART (4 CPU) 07:09:59 07:09:59 06:47:01 CPU %user %nice %system %iowait %steal %idle 07:09:59 06:48:02 all 14.00 0.00 6.79 1.77 7.18 70.25 07:09:59 06:48:02 0 16.25 0.00 8.93 1.65 8.17 65.01 07:09:59 06:48:02 1 12.41 0.00 5.85 2.42 6.99 72.34 07:09:59 06:48:02 2 15.20 0.00 6.25 1.82 7.64 69.08 07:09:59 06:48:02 3 12.19 0.00 6.18 1.19 5.95 74.49 07:09:59 06:49:01 all 11.62 0.00 10.58 5.47 2.44 69.90 07:09:59 06:49:01 0 12.68 0.00 11.17 6.85 2.40 66.90 07:09:59 06:49:01 1 11.29 0.00 10.01 3.49 2.53 72.68 07:09:59 06:49:01 2 10.71 0.00 9.96 4.70 2.33 72.30 07:09:59 06:49:01 3 11.81 0.00 11.18 6.86 2.50 67.64 07:09:59 06:50:01 all 54.63 0.00 14.39 4.36 2.66 23.96 07:09:59 06:50:01 0 56.70 0.00 15.69 4.46 2.51 20.65 07:09:59 06:50:01 1 51.28 0.00 14.13 6.51 2.88 25.20 07:09:59 06:50:01 2 53.07 0.00 13.55 3.29 2.64 27.44 07:09:59 06:50:01 3 57.48 0.00 14.20 3.18 2.60 22.54 07:09:59 06:51:01 all 44.84 0.00 13.63 3.19 4.31 34.04 07:09:59 06:51:01 0 44.28 0.00 14.10 3.15 4.50 33.96 07:09:59 06:51:01 1 44.18 0.00 13.49 2.22 4.44 35.67 07:09:59 06:51:01 2 42.83 0.00 13.49 4.51 4.58 34.59 07:09:59 06:51:01 3 48.05 0.00 13.43 2.88 3.73 31.91 07:09:59 06:52:01 all 32.77 0.00 12.99 1.52 4.15 48.56 07:09:59 06:52:01 0 30.70 0.00 12.77 1.51 4.31 50.71 07:09:59 06:52:01 1 31.58 0.00 12.51 2.38 4.30 49.22 07:09:59 06:52:01 2 32.50 0.00 12.67 0.80 3.83 50.21 07:09:59 06:52:01 3 36.33 0.00 14.01 1.41 4.17 44.09 07:09:59 06:53:02 all 20.78 0.00 25.60 7.04 5.41 41.17 07:09:59 06:53:02 0 20.72 0.00 23.65 6.86 5.93 42.83 07:09:59 06:53:02 1 21.06 0.00 25.74 8.67 5.52 39.01 07:09:59 06:53:02 2 20.04 0.00 26.96 5.80 5.11 42.09 07:09:59 06:53:02 3 21.31 0.00 26.05 6.84 5.08 40.72 07:09:59 06:54:01 all 26.24 0.00 29.29 21.96 3.58 18.92 07:09:59 06:54:01 0 28.47 0.00 29.71 22.24 3.40 16.17 07:09:59 06:54:01 1 25.47 0.00 27.96 22.59 3.83 20.16 07:09:59 06:54:01 2 25.45 0.00 29.87 21.64 3.71 19.33 07:09:59 06:54:01 3 25.59 0.00 29.65 21.33 3.39 20.03 07:09:59 06:55:01 all 58.53 0.00 16.37 10.42 2.18 12.50 07:09:59 06:55:01 0 57.74 0.00 17.14 12.88 2.50 9.74 07:09:59 06:55:01 1 58.22 0.00 16.37 11.58 2.31 11.51 07:09:59 06:55:01 2 58.82 0.00 15.59 7.05 1.91 16.62 07:09:59 06:55:01 3 59.35 0.00 16.37 10.17 1.97 12.14 07:09:59 06:56:03 all 38.78 0.00 27.55 13.41 4.31 15.96 07:09:59 06:56:03 0 35.91 0.00 26.30 13.70 4.65 19.44 07:09:59 06:56:03 1 40.05 0.00 28.40 12.00 4.12 15.44 07:09:59 06:56:03 2 38.34 0.00 27.81 14.14 4.26 15.45 07:09:59 06:56:03 3 40.82 0.00 27.69 13.79 4.21 13.48 07:09:59 06:57:02 all 40.96 0.00 19.36 13.06 2.12 24.51 07:09:59 06:57:02 0 41.43 0.00 19.40 10.08 2.18 26.91 07:09:59 06:57:02 1 42.17 0.00 19.52 14.17 1.93 22.21 07:09:59 06:57:02 2 38.89 0.00 19.36 14.60 2.54 24.60 07:09:59 06:57:02 3 41.35 0.00 19.15 13.39 1.81 24.30 07:09:59 06:58:01 all 5.57 0.00 3.84 4.18 1.20 85.22 07:09:59 06:58:01 0 5.99 0.00 3.77 2.17 1.15 86.92 07:09:59 06:58:01 1 4.86 0.00 3.84 5.96 1.43 83.91 07:09:59 06:58:01 2 7.27 0.00 3.97 4.79 1.09 82.87 07:09:59 06:58:01 3 4.15 0.00 3.78 3.79 1.11 87.16 07:09:59 07:09:59 06:58:01 CPU %user %nice %system %iowait %steal %idle 07:09:59 06:59:01 all 0.14 0.00 0.05 0.03 0.05 99.73 07:09:59 06:59:01 0 0.02 0.00 0.03 0.00 0.08 99.87 07:09:59 06:59:01 1 0.05 0.00 0.07 0.00 0.02 99.87 07:09:59 06:59:01 2 0.03 0.00 0.07 0.00 0.05 99.85 07:09:59 06:59:01 3 0.47 0.00 0.03 0.12 0.07 99.32 07:09:59 07:00:01 all 0.13 0.00 0.07 0.00 0.06 99.74 07:09:59 07:00:01 0 0.02 0.00 0.05 0.00 0.03 99.90 07:09:59 07:00:01 1 0.05 0.00 0.07 0.02 0.10 99.77 07:09:59 07:00:01 2 0.05 0.00 0.05 0.00 0.03 99.87 07:09:59 07:00:01 3 0.40 0.00 0.10 0.00 0.08 99.42 07:09:59 07:01:01 all 0.12 0.00 0.05 0.00 0.26 99.56 07:09:59 07:01:01 0 0.00 0.00 0.03 0.02 0.08 99.87 07:09:59 07:01:01 1 0.03 0.00 0.03 0.00 0.10 99.83 07:09:59 07:01:01 2 0.03 0.00 0.08 0.00 0.27 99.62 07:09:59 07:01:01 3 0.43 0.00 0.05 0.00 0.58 98.94 07:09:59 07:02:01 all 0.13 0.00 0.09 0.05 0.10 99.63 07:09:59 07:02:01 0 0.02 0.00 0.08 0.02 0.02 99.87 07:09:59 07:02:01 1 0.05 0.00 0.08 0.05 0.07 99.75 07:09:59 07:02:01 2 0.07 0.00 0.13 0.02 0.12 99.67 07:09:59 07:02:01 3 0.40 0.00 0.07 0.12 0.20 99.22 07:09:59 07:03:01 all 0.17 0.00 0.03 0.00 0.00 99.79 07:09:59 07:03:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:09:59 07:03:01 1 0.12 0.00 0.05 0.02 0.00 99.82 07:09:59 07:03:01 2 0.02 0.00 0.03 0.00 0.00 99.95 07:09:59 07:03:01 3 0.52 0.00 0.03 0.00 0.02 99.43 07:09:59 07:04:01 all 0.14 0.00 0.03 0.00 0.03 99.81 07:09:59 07:04:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:09:59 07:04:01 1 0.03 0.00 0.05 0.00 0.02 99.90 07:09:59 07:04:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:09:59 07:04:01 3 0.48 0.00 0.03 0.00 0.08 99.40 07:09:59 07:05:01 all 0.11 0.00 0.04 0.00 0.10 99.74 07:09:59 07:05:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:09:59 07:05:01 1 0.07 0.00 0.05 0.00 0.15 99.73 07:09:59 07:05:01 2 0.02 0.00 0.03 0.00 0.03 99.92 07:09:59 07:05:01 3 0.35 0.00 0.07 0.00 0.22 99.37 07:09:59 07:06:01 all 0.14 0.00 0.03 0.00 0.10 99.73 07:09:59 07:06:01 0 0.03 0.00 0.03 0.00 0.02 99.92 07:09:59 07:06:01 1 0.03 0.00 0.02 0.00 0.03 99.92 07:09:59 07:06:01 2 0.05 0.00 0.03 0.00 0.03 99.88 07:09:59 07:06:01 3 0.43 0.00 0.05 0.00 0.33 99.18 07:09:59 07:07:01 all 0.13 0.00 0.04 0.01 0.13 99.69 07:09:59 07:07:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:09:59 07:07:01 1 0.05 0.00 0.07 0.02 0.22 99.65 07:09:59 07:07:01 2 0.02 0.00 0.02 0.00 0.05 99.92 07:09:59 07:07:01 3 0.45 0.00 0.07 0.03 0.25 99.20 07:09:59 07:08:01 all 0.07 0.00 0.04 0.00 0.04 99.85 07:09:59 07:08:01 0 0.02 0.00 0.03 0.00 0.05 99.90 07:09:59 07:08:01 1 0.05 0.00 0.03 0.00 0.03 99.88 07:09:59 07:08:01 2 0.10 0.00 0.05 0.00 0.05 99.80 07:09:59 07:08:01 3 0.10 0.00 0.03 0.00 0.03 99.83 07:09:59 07:09:01 all 0.04 0.00 0.04 0.00 0.05 99.87 07:09:59 07:09:01 0 0.00 0.00 0.02 0.00 0.15 99.83 07:09:59 07:09:01 1 0.03 0.00 0.05 0.00 0.03 99.88 07:09:59 07:09:01 2 0.03 0.00 0.05 0.00 0.00 99.92 07:09:59 07:09:01 3 0.08 0.00 0.05 0.00 0.03 99.83 07:09:59 07:09:59 Average: CPU %user %nice %system %iowait %steal %idle 07:09:59 Average: all 15.41 0.00 7.96 3.78 1.81 71.05 07:09:59 Average: 0 15.46 0.00 8.06 3.74 1.88 70.86 07:09:59 Average: 1 15.10 0.00 7.85 4.03 1.83 71.19 07:09:59 Average: 2 15.12 0.00 7.92 3.63 1.80 71.52 07:09:59 Average: 3 15.97 0.00 8.00 3.70 1.71 70.62 07:09:59 07:09:59 07:09:59