Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55+455f88eb7f104c981a27c2f244562def9f736fdb (948517d65d07e24bec4eb666e870c7a636547fe2) 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-32180 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/47 [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/47 # 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 Merging remotes/origin/master commit 455f88eb7f104c981a27c2f244562def9f736fdb into PR head commit 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 > 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/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 # timeout=10 Merge succeeded, producing 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 Checking out Revision 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 (PR-3234) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 455f88eb7f104c981a27c2f244562def9f736fdb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:10:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:10:15 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:10:15 ========================================================= 03:10:15 EdgeX Global Pipelines Version Info 03:10:15 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 98b5b508f47f7e2f25aac6d1179f168d3d6867ea # timeout=10 03:10:19 ------------------- 03:10:19 stable info: 03:10:19 ------------------- 03:10:19 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:10:19 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 03:10:19 Message: update stable to v1.0.186 03:10:20 ------------------- 03:10:20 experimental info: 03:10:20 ------------------- 03:10:20 Commited By: **** collab-it+edgex@linuxfoundation.org 03:10:20 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 03:10:20 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:10:21 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 03:10:21 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 03:10:21 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:10:21 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:10:21 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:10:21 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:10:21 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:10:22 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 03:10:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 03:10:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 03:10:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:10:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:10:22 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:10:22 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:10:22 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:10:22 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:10:22 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:10:23 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:10:23 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:10:23 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 03:10:23 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 03:10:23 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:10:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo 03:10:23 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo 03:10:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo 03:10:23 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 [Pipeline] echo 03:10:23 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8f5aa96 [Pipeline] echo 03:10:24 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:10:24 provisioning config files... 03:10:24 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/47@tmp/config6101483202631875212tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:10:24 ---> docker-login.sh 03:10:24 nexus3.edgexfoundry.org:10001 03:10:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:10:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:10:27 Configure a credential helper to remove this warning. See 03:10:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:10:27 03:10:27 Login Succeeded 03:10:27 nexus3.edgexfoundry.org:10002 03:10:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:10:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:10:28 Configure a credential helper to remove this warning. See 03:10:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:10:28 03:10:28 Login Succeeded 03:10:28 nexus3.edgexfoundry.org:10003 03:10:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:10:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:10:29 Configure a credential helper to remove this warning. See 03:10:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:10:29 03:10:29 Login Succeeded 03:10:29 nexus3.edgexfoundry.org:10004 03:10:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:10:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:10:30 Configure a credential helper to remove this warning. See 03:10:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:10:30 03:10:30 Login Succeeded 03:10:30 docker.io 03:10:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:10:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:10:31 Configure a credential helper to remove this warning. See 03:10:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:10:31 03:10:31 Login Succeeded 03:10:31 ---> docker-login.sh ends [Pipeline] } 03:10:31 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:10:32 ++ 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 03:10:32 + for file in '`ls cmd/**/Dockerfile`' 03:10:32 ++ cut -d/ -f2 03:10:32 ++ dirname cmd/core-command/Dockerfile 03:10:32 + echo core-command,cmd/core-command/Dockerfile 03:10:32 + for file in '`ls cmd/**/Dockerfile`' 03:10:32 ++ dirname cmd/core-data/Dockerfile 03:10:32 ++ cut -d/ -f2 03:10:32 + echo core-data,cmd/core-data/Dockerfile 03:10:32 + for file in '`ls cmd/**/Dockerfile`' 03:10:32 ++ dirname cmd/core-metadata/Dockerfile 03:10:32 ++ cut -d/ -f2 03:10:32 + echo core-metadata,cmd/core-metadata/Dockerfile 03:10:32 + for file in '`ls cmd/**/Dockerfile`' 03:10:32 ++ dirname cmd/security-bootstrapper/Dockerfile 03:10:32 ++ cut -d/ -f2 03:10:32 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 03:10:32 + for file in '`ls cmd/**/Dockerfile`' 03:10:32 ++ dirname cmd/security-proxy-setup/Dockerfile 03:10:32 ++ cut -d/ -f2 03:10:32 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 03:10:32 + for file in '`ls cmd/**/Dockerfile`' 03:10:32 ++ dirname cmd/security-secretstore-setup/Dockerfile 03:10:32 ++ cut -d/ -f2 03:10:32 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 03:10:32 + for file in '`ls cmd/**/Dockerfile`' 03:10:32 ++ cut -d/ -f2 03:10:32 ++ dirname cmd/support-notifications/Dockerfile 03:10:32 + echo support-notifications,cmd/support-notifications/Dockerfile 03:10:32 + for file in '`ls cmd/**/Dockerfile`' 03:10:32 ++ cut -d/ -f2 03:10:32 ++ dirname cmd/support-scheduler/Dockerfile 03:10:32 + echo support-scheduler,cmd/support-scheduler/Dockerfile 03:10:32 + for file in '`ls cmd/**/Dockerfile`' 03:10:32 ++ dirname cmd/sys-mgmt-agent/Dockerfile 03:10:32 ++ cut -d/ -f2 03:10:32 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 03:10:32 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 03:10:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:10:33 03:10:33 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:10:34 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:10:34 latest: Pulling from edgex-devops/git-semver 03:10:34 31603596830f: Pulling fs layer 03:10:34 2a8b12db71e7: Pulling fs layer 03:10:34 6ca5941a6612: Pulling fs layer 03:10:34 ecc8261a40a4: Pulling fs layer 03:10:34 2a8b12db71e7: Verifying Checksum 03:10:34 2a8b12db71e7: Download complete 03:10:34 31603596830f: Verifying Checksum 03:10:34 31603596830f: Download complete 03:10:35 ecc8261a40a4: Verifying Checksum 03:10:35 ecc8261a40a4: Download complete 03:10:35 6ca5941a6612: Verifying Checksum 03:10:35 6ca5941a6612: Download complete 03:10:35 31603596830f: Pull complete 03:10:36 2a8b12db71e7: Pull complete 03:10:39 6ca5941a6612: Pull complete 03:10:40 ecc8261a40a4: Pull complete 03:10:40 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:10:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:10:40 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:10:40 prd-centos7-docker-4c-2g-32180 does not seem to be running inside a container 03:10:41 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/47 -v /w/workspace/edgex-go/47:/w/workspace/edgex-go/47:rw,z -v /w/workspace/edgex-go/47@tmp:/w/workspace/edgex-go/47@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:10:43 $ docker top 3de17c310061bef90fede54c8365aa70d0abedf9cd03d3910c0843fcc577eab9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:10:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:10:44 [ssh-agent] Looking for ssh-agent implementation... 03:10:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:10:44 $ docker exec 3de17c310061bef90fede54c8365aa70d0abedf9cd03d3910c0843fcc577eab9 ssh-agent 03:10:45 SSH_AUTH_SOCK=/tmp/ssh-uo4rrrRGV7wP/agent.12 03:10:45 SSH_AGENT_PID=17 03:10:45 Running ssh-add (command line suppressed) 03:10:46 Identity added: /w/workspace/edgex-go/47@tmp/private_key_8882210180283953011.key (/w/workspace/edgex-go/47@tmp/private_key_8882210180283953011.key) 03:10:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:10:47 + git tag --points-at HEAD [Pipeline] } 03:10:47 $ docker exec --env ******** --env ******** 3de17c310061bef90fede54c8365aa70d0abedf9cd03d3910c0843fcc577eab9 ssh-agent -k 03:10:47 unset SSH_AUTH_SOCK; 03:10:47 unset SSH_AGENT_PID; 03:10:47 echo Agent pid 17 killed; 03:10:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:10:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:10:48 [ssh-agent] Looking for ssh-agent implementation... 03:10:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:10:48 $ docker exec 3de17c310061bef90fede54c8365aa70d0abedf9cd03d3910c0843fcc577eab9 ssh-agent 03:10:48 SSH_AUTH_SOCK=/tmp/ssh-IEPUNtUrE3C0/agent.46 03:10:48 SSH_AGENT_PID=52 03:10:48 Running ssh-add (command line suppressed) 03:10:49 Identity added: /w/workspace/edgex-go/47@tmp/private_key_3193398397777938816.key (/w/workspace/edgex-go/47@tmp/private_key_3193398397777938816.key) 03:10:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:10:50 + git semver init 03:10:50 # -> Open(): unable to determine branch for HEAD 03:10:50 # $GIT_DIR = /w/workspace/edgex-go/47/.git 03:10:50 # $GIT_WORK_TREE = /w/workspace/edgex-go/47 03:10:50 # $SEMVER_REMOTE_NAME = origin 03:10:50 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:10:50 # $SEMVER_USER_NAME = edgex-jenkins 03:10:50 # $SEMVER_BRANCH = PR-3234 03:10:50 # $SEMVER_TEMP = /tmp/semver-621499080 03:10:50 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 03:11:40 # '/tmp/semver-621499080' -> '/w/workspace/edgex-go/47/.semver' 03:11:40 # -> Force: false 03:11:40 # $SEMVER_DIR = /w/workspace/edgex-go/47/.semver [Pipeline] } 03:11:40 $ docker exec --env ******** --env ******** 3de17c310061bef90fede54c8365aa70d0abedf9cd03d3910c0843fcc577eab9 ssh-agent -k 03:11:41 unset SSH_AUTH_SOCK; 03:11:41 unset SSH_AGENT_PID; 03:11:41 echo Agent pid 52 killed; 03:11:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:11:42 + git semver [Pipeline] } 03:11:42 $ docker stop --time=1 3de17c310061bef90fede54c8365aa70d0abedf9cd03d3910c0843fcc577eab9 03:11:44 $ docker rm -f 3de17c310061bef90fede54c8365aa70d0abedf9cd03d3910c0843fcc577eab9 [Pipeline] // withDockerContainer [Pipeline] sh 03:11:45 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:11:47 Stashed 1 file(s) [Pipeline] echo 03:11:47 [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 03:11:48 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 03:11:48 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:11:49 + sudo service docker restart 03:11:49 + true 03:11:49 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 03:11:50 ========================================================= 03:11:50 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:11:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:11:51 + 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 . 03:12:01 Sending build context to Docker daemon 328.9MB 03:12:01 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 03:12:01 Step 2/6 : FROM ${BASE} 03:12:01 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:12:01 188c0c94c7c5: Pulling fs layer 03:12:01 0ef7d3d256c8: Pulling fs layer 03:12:01 de9db76c5a1d: Pulling fs layer 03:12:01 bca2f99d35d6: Pulling fs layer 03:12:01 93359f2a8cfa: Pulling fs layer 03:12:01 7c6f9722023f: Pulling fs layer 03:12:01 a35cf1a2eb13: Pulling fs layer 03:12:01 93359f2a8cfa: Waiting 03:12:01 7c6f9722023f: Waiting 03:12:01 a35cf1a2eb13: Waiting 03:12:01 bca2f99d35d6: Waiting 03:12:01 de9db76c5a1d: Verifying Checksum 03:12:01 de9db76c5a1d: Download complete 03:12:01 0ef7d3d256c8: Verifying Checksum 03:12:01 0ef7d3d256c8: Download complete 03:12:01 93359f2a8cfa: Verifying Checksum 03:12:01 93359f2a8cfa: Download complete 03:12:01 7c6f9722023f: Verifying Checksum 03:12:01 7c6f9722023f: Download complete 03:12:02 Still waiting to schedule task 03:12:02 ‘prd-centos7-builder-2c-1g-32176’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-32169’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-32170’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-32172’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-32173’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-32174’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-32178’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-32181’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-8c-8g-32153’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-32171’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-32175’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-32184’ is offline 03:12:02 188c0c94c7c5: Verifying Checksum 03:12:02 188c0c94c7c5: Download complete 03:12:04 188c0c94c7c5: Pull complete 03:12:05 0ef7d3d256c8: Pull complete 03:12:05 de9db76c5a1d: Pull complete 03:12:09 a35cf1a2eb13: Verifying Checksum 03:12:09 a35cf1a2eb13: Download complete 03:12:10 bca2f99d35d6: Verifying Checksum 03:12:10 bca2f99d35d6: Download complete 03:12:26 bca2f99d35d6: Pull complete 03:12:28 93359f2a8cfa: Pull complete 03:12:28 7c6f9722023f: Pull complete 03:12:34 a35cf1a2eb13: Pull complete 03:12:34 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 03:12:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:12:34 ---> a62c8e92a672 03:12:34 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 03:12:35 ---> Running in 2948dea879d1 03:12:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:12:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:12:40 (1/12) Installing libmagic (5.38-r0) 03:12:40 (2/12) Installing file (5.38-r0) 03:12:40 (3/12) Installing libc-dev (0.7.2-r3) 03:12:40 (4/12) Installing g++ (9.3.0-r2) 03:12:46 (5/12) Installing fortify-headers (1.1-r0) 03:12:46 (6/12) Installing patch (2.7.6-r6) 03:12:46 (7/12) Installing build-base (0.5-r2) 03:12:46 (8/12) Installing libsodium (1.0.18-r0) 03:12:46 (9/12) Installing pkgconf (1.7.2-r0) 03:12:46 (10/12) Installing libsodium-dev (1.0.18-r0) 03:12:46 (11/12) Installing libzmq (4.3.3-r0) 03:12:47 (12/12) Installing zeromq-dev (4.3.3-r0) 03:12:47 Executing busybox-1.31.1-r19.trigger 03:12:47 OK: 233 MiB in 51 packages 03:12:52 Removing intermediate container 2948dea879d1 03:12:52 ---> c0300df71628 03:12:52 Step 4/6 : WORKDIR /edgex-go 03:12:52 ---> Running in 3b88a170ff44 03:12:52 Removing intermediate container 3b88a170ff44 03:12:52 ---> c2fccfe904e2 03:12:52 Step 5/6 : COPY go.mod . 03:12:52 ---> d95433350c99 03:12:52 Step 6/6 : RUN go mod download 03:12:52 ---> Running in 2edc192bffa0 03:13:32 Removing intermediate container 2edc192bffa0 03:13:32 ---> c3b106e0dae0 03:13:32 Successfully built c3b106e0dae0 03:13:32 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:13:32 + docker inspect -f . ci-base-image-x86_64 03:13:33 . [Pipeline] withDockerContainer 03:13:34 prd-centos7-docker-4c-2g-32180 does not seem to be running inside a container 03:13:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/47 -v /w/workspace/edgex-go/47:/w/workspace/edgex-go/47:rw,z -v /w/workspace/edgex-go/47@tmp:/w/workspace/edgex-go/47@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:13:36 $ docker top 39b3d1f8918dc71f656f0ee257c81bbdc0781100be77337ee1f1f1763952a31b -eo pid,comm [Pipeline] { [Pipeline] sh 03:13:37 + go version 03:13:37 go version go1.15.5 linux/amd64 [Pipeline] } 03:13:37 $ docker stop --time=1 39b3d1f8918dc71f656f0ee257c81bbdc0781100be77337ee1f1f1763952a31b 03:13:39 $ docker rm -f 39b3d1f8918dc71f656f0ee257c81bbdc0781100be77337ee1f1f1763952a31b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:13:42 + docker inspect -f . ci-base-image-x86_64 03:13:42 . [Pipeline] withDockerContainer 03:13:44 prd-centos7-docker-4c-2g-32180 does not seem to be running inside a container 03:13:44 $ 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/47 -v /w/workspace/edgex-go/47:/w/workspace/edgex-go/47:rw,z -v /w/workspace/edgex-go/47@tmp:/w/workspace/edgex-go/47@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:13:47 $ docker top a5e8e9ac3b5306c7f5962ba3e75bd1298bc4f7566044a7971989309d0d5615c0 -eo pid,comm [Pipeline] { [Pipeline] echo 03:13:48 ========================================================= 03:13:48 [edgeXBuildGoParallel] Running Tests and Build... 03:13:48 ========================================================= [Pipeline] sh 03:13:49 + make test 03:13:49 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:14:09 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32186 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 03:14:09 Running in /w/workspace/edgex-go/47 [Pipeline] { [Pipeline] checkout 03:14:14 using credential edgex-jenkins-ssh 03:14:14 Cloning the remote Git repository 03:14:14 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:14:15 > git init /w/workspace/edgex-go/47 # timeout=10 03:14:15 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:14:15 > git --version # timeout=10 03:14:15 > git --version # 'git version 2.17.1' 03:14:15 using GIT_SSH to set credentials SSH Credentials for GitHub 03:14:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:14:23 ? github.com/edgexfoundry/edgex-go [no test files] 03:14:35 Merging remotes/origin/master commit 455f88eb7f104c981a27c2f244562def9f736fdb into PR head commit 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 03:14:36 Merge succeeded, producing 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 03:14:36 Checking out Revision 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 (PR-3234) 03:14:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:14:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:14:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:14:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:14:35 using GIT_SSH to set credentials SSH Credentials for GitHub 03:14:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:14:35 > git config core.sparsecheckout # timeout=10 03:14:35 > git checkout -f 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 # timeout=10 03:14:36 > git remote # timeout=10 03:14:36 > git config --get remote.origin.url # timeout=10 03:14:36 using GIT_SSH to set credentials SSH Credentials for GitHub 03:14:36 > git merge 455f88eb7f104c981a27c2f244562def9f736fdb # timeout=10 03:14:36 > git rev-parse HEAD^{commit} # timeout=10 03:14:36 > git config core.sparsecheckout # timeout=10 03:14:36 > git checkout -f 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 # timeout=10 03:14:40 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:14:42 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 03:14:42 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:14:42 + true 03:14:42 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:14:45 provisioning config files... 03:14:45 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/47@tmp/config4699408698834874894tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:14:46 ---> docker-login.sh 03:14:46 nexus3.edgexfoundry.org:10001 03:14:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:14:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:14:47 Configure a credential helper to remove this warning. See 03:14:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:14:47 03:14:47 Login Succeeded 03:14:47 nexus3.edgexfoundry.org:10002 03:14:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:14:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:14:47 Configure a credential helper to remove this warning. See 03:14:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:14:47 03:14:47 Login Succeeded 03:14:47 nexus3.edgexfoundry.org:10003 03:14:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:14:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:14:48 Configure a credential helper to remove this warning. See 03:14:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:14:48 03:14:48 Login Succeeded 03:14:48 nexus3.edgexfoundry.org:10004 03:14:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:14:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:14:48 Configure a credential helper to remove this warning. See 03:14:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:14:48 03:14:48 Login Succeeded 03:14:48 docker.io 03:14:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:14:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:14:49 Configure a credential helper to remove this warning. See 03:14:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:14:49 03:14:49 Login Succeeded 03:14:49 ---> docker-login.sh ends [Pipeline] } 03:14:49 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:14:49 ========================================================= 03:14:49 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 03:14:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:14:50 + 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 . 03:14:52 Sending build context to Docker daemon 167MB 03:14:52 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 03:14:52 Step 2/6 : FROM ${BASE} 03:14:52 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:14:52 5f621e34cdf4: Pulling fs layer 03:14:52 a4357932f1b6: Pulling fs layer 03:14:52 18c013af1878: Pulling fs layer 03:14:52 00ac8860ef70: Pulling fs layer 03:14:52 63d7cb157983: Pulling fs layer 03:14:52 b116817d02f9: Pulling fs layer 03:14:52 745a02a5169b: Pulling fs layer 03:14:52 00ac8860ef70: Waiting 03:14:52 63d7cb157983: Waiting 03:14:52 b116817d02f9: Waiting 03:14:52 745a02a5169b: Waiting 03:14:52 18c013af1878: Verifying Checksum 03:14:52 18c013af1878: Download complete 03:14:52 a4357932f1b6: Verifying Checksum 03:14:52 a4357932f1b6: Download complete 03:14:52 63d7cb157983: Verifying Checksum 03:14:52 63d7cb157983: Download complete 03:14:52 b116817d02f9: Verifying Checksum 03:14:52 5f621e34cdf4: Verifying Checksum 03:14:52 5f621e34cdf4: Download complete 03:14:53 5f621e34cdf4: Pull complete 03:14:54 a4357932f1b6: Pull complete 03:14:54 18c013af1878: Pull complete 03:14:55 745a02a5169b: Download complete 03:14:56 00ac8860ef70: Verifying Checksum 03:14:56 00ac8860ef70: Download complete 03:14:56 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:15:06 00ac8860ef70: Pull complete 03:15:06 63d7cb157983: Pull complete 03:15:07 b116817d02f9: Pull complete 03:15:11 745a02a5169b: Pull complete 03:15:11 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 03:15:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 03:15:11 ---> b7e6874047d6 03:15:11 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 03:15:14 ---> Running in 1bc6710b9923 03:15:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:15:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:15:16 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:15:16 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:15:16 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 03:15:17 (1/12) Installing libmagic (5.38-r0) 03:15:17 (2/12) Installing file (5.38-r0) 03:15:17 (3/12) Installing libc-dev (0.7.2-r3) 03:15:17 (4/12) Installing g++ (9.3.0-r2) 03:15:20 (5/12) Installing fortify-headers (1.1-r0) 03:15:20 (6/12) Installing patch (2.7.6-r6) 03:15:20 (7/12) Installing build-base (0.5-r2) 03:15:20 (8/12) Installing libsodium (1.0.18-r0) 03:15:20 (9/12) Installing pkgconf (1.7.2-r0) 03:15:20 (10/12) Installing libsodium-dev (1.0.18-r0) 03:15:20 (11/12) Installing libzmq (4.3.3-r0) 03:15:20 (12/12) Installing zeromq-dev (4.3.3-r0) 03:15:21 Executing busybox-1.31.1-r19.trigger 03:15:21 OK: 217 MiB in 51 packages 03:15:21 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 03:15:21 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:15:21 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 03:15:21 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 03:15:22 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:15:24 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 03:15:25 Removing intermediate container 1bc6710b9923 03:15:25 ---> 96b89dbed05e 03:15:25 Step 4/6 : WORKDIR /edgex-go 03:15:25 ---> Running in cc139e9f723d 03:15:25 Removing intermediate container cc139e9f723d 03:15:25 ---> 6208876275a6 03:15:25 Step 5/6 : COPY go.mod . 03:15:26 ---> daf7a56a7a70 03:15:26 Step 6/6 : RUN go mod download 03:15:26 ---> Running in 91a5728badee 03:15:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 03:15:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 03:15:31 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:15:36 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.250s coverage: 45.9% of statements 03:15:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:15:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:15:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 03:15:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 03:15:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 03:15:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 03:15:36 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.104s coverage: 19.8% of statements 03:15:36 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.315s coverage: 100.0% of statements 03:15:44 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.680s coverage: 27.1% of statements 03:15:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:15:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:15:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 03:15:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 03:15:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 03:15:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 03:15:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.355s coverage: 100.0% of statements 03:15:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 03:15:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.293s coverage: 100.0% of statements 03:15:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 03:15:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 03:15:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.140s coverage: 71.3% of statements 03:15:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 03:15:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 03:15:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.327s coverage: 82.9% of statements 03:15:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 03:15:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 03:15:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.103s coverage: 78.9% of statements 03:15:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 03:15:53 Removing intermediate container 91a5728badee 03:15:53 ---> 60b693f89880 03:15:53 Successfully built 60b693f89880 03:15:53 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:15:53 + docker inspect -f . ci-base-image-arm64 03:15:53 . [Pipeline] withDockerContainer 03:15:54 prd-ubuntu18.04-docker-arm64-4c-16g-32186 does not seem to be running inside a container 03:15:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/47 -v /w/workspace/edgex-go/47:/w/workspace/edgex-go/47:rw,z -v /w/workspace/edgex-go/47@tmp:/w/workspace/edgex-go/47@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:15:55 $ docker top c59a1ab6e572c59ef7d642d55e42b7b2a36e81c4b4b44e13931273137137e17c -eo pid,comm [Pipeline] { 03:15:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.316s coverage: 28.6% of statements 03:15:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:15:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:15:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 03:15:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 03:15:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 03:15:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.291s coverage: 100.0% of statements 03:15:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 03:15:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.091s coverage: 100.0% of statements 03:15:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 03:15:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.628s coverage: 86.7% of statements 03:15:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 03:15:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.385s coverage: 97.5% of statements 03:15:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 03:15:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.258s coverage: 78.3% of statements 03:15:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 03:15:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 03:15:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 03:15:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [Pipeline] sh 03:15:56 + go version 03:15:56 go version go1.15.5 linux/arm64 [Pipeline] } 03:15:56 $ docker stop --time=1 c59a1ab6e572c59ef7d642d55e42b7b2a36e81c4b4b44e13931273137137e17c 03:15:58 $ docker rm -f c59a1ab6e572c59ef7d642d55e42b7b2a36e81c4b4b44e13931273137137e17c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:15:59 + docker inspect -f . ci-base-image-arm64 03:15:59 . [Pipeline] withDockerContainer 03:15:59 prd-ubuntu18.04-docker-arm64-4c-16g-32186 does not seem to be running inside a container 03:16:00 $ 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/47 -v /w/workspace/edgex-go/47:/w/workspace/edgex-go/47:rw,z -v /w/workspace/edgex-go/47@tmp:/w/workspace/edgex-go/47@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:16:01 $ docker top 603f52f1f51d13534e305b0abb07da42ba6db8e16587c42438efe971b404b115 -eo pid,comm [Pipeline] { [Pipeline] echo 03:16:01 ========================================================= 03:16:01 [edgeXBuildGoParallel] Running Tests and Build... 03:16:01 ========================================================= [Pipeline] sh 03:16:02 + make test 03:16:02 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:16:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 2.718s coverage: 92.8% of statements 03:16:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 03:16:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 03:16:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 03:16:05 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 03:16:05 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:16:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 03:16:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 03:16:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:16:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 03:16:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 03:16:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:16:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 03:16:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:16:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 03:16:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:16:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 03:16:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 03:16:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 03:16:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.072s coverage: 58.8% of statements 03:16:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 03:16:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 03:16:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.289s coverage: 1.0% of statements 03:16:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 03:16:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 03:16:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 03:16:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.363s coverage: 47.1% of statements 03:16:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.279s coverage: 79.5% of statements 03:16:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.275s coverage: 94.1% of statements 03:16:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.189s coverage: 96.3% of statements 03:16:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.125s coverage: 87.5% of statements 03:16:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.184s coverage: 94.4% of statements 03:16:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.230s coverage: 44.8% of statements 03:16:24 ? github.com/edgexfoundry/edgex-go [no test files] 03:16:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.345s coverage: 82.6% of statements 03:16:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.325s coverage: 92.9% of statements 03:16:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 03:16:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 03:16:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 03:16:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.088s coverage: 77.8% of statements 03:16:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 03:16:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 03:16:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 03:16:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 03:16:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 03:16:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.323s coverage: 87.2% of statements 03:16:32 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 03:16:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 03:16:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements 03:16:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 03:16:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.104s coverage: 75.5% of statements 03:16:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 03:16:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.070s coverage: 80.8% of statements 03:16:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.167s coverage: 87.2% of statements 03:16:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.106s coverage: 84.6% of statements 03:16:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.276s coverage: 91.6% of statements 03:16:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:16:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.928s coverage: 64.4% of statements 03:16:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:16:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:16:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.091s coverage: 100.0% of statements 03:16:32 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.065s coverage: 91.3% of statements 03:16:32 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements 03:16:32 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.062s coverage: 73.7% of statements 03:16:32 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.045s coverage: 100.0% of statements 03:16:34 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.823s coverage: 69.0% of statements 03:16:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 03:16:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 03:16:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 03:16:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.265s coverage: 38.4% of statements 03:16:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:16:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:16:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.067s coverage: 89.5% of statements 03:16:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 03:16:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.046s coverage: 84.8% of statements 03:16:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.331s coverage: 47.0% of statements 03:16:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:16:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:16:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 03:16:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 03:16:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 03:16:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.097s coverage: 100.0% of statements 03:16:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 03:16:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.069s coverage: 100.0% of statements 03:16:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 03:16:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 03:16:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 03:16:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 03:16:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.432s coverage: 87.1% of statements 03:16:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 03:16:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 03:16:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 03:16:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.609s coverage: 29.1% of statements 03:16:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:16:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:16:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 03:16:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 03:16:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 03:16:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 1.109s coverage: 99.0% of statements 03:16:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 03:16:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.105s coverage: 100.0% of statements 03:16:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 03:16:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 03:16:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 03:16:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 03:16:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.307s coverage: 95.0% of statements 03:16:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 03:16:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 03:16:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 03:16:47 ok github.com/edgexfoundry/edgex-go/internal/system 0.032s coverage: 0.0% of statements 03:16:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 03:16:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements 03:16:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 03:16:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 03:16:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 03:16:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 03:16:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.056s coverage: 87.9% of statements 03:16:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 03:16:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 03:16:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.155s coverage: 100.0% of statements 03:16:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.100s coverage: 32.1% of statements 03:16:49 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.143s coverage: 100.0% of statements 03:16:50 GO111MODULE=on go vet ./... 03:17:11 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:17:18 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:17:26 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:17:26 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 03:17:28 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 03:17:28 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:17:28 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 03:17:29 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 03:17:32 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:17:33 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 03:17:41 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 03:17:41 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 03:17:41 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:17:47 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.348s coverage: 45.9% of statements 03:17:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:17:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:17:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 03:17:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 03:17:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 03:17:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 03:17:47 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.146s coverage: 19.8% of statements 03:17:47 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.215s coverage: 100.0% of statements 03:17:55 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.537s coverage: 27.1% of statements 03:17:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:17:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:17:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 03:17:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 03:17:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 03:17:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 03:17:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.162s coverage: 100.0% of statements 03:17:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 03:17:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.166s coverage: 100.0% of statements 03:17:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 03:17:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 03:17:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.215s coverage: 71.3% of statements 03:17:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 03:17:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 03:17:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.491s coverage: 82.9% of statements 03:17:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 03:17:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 03:17:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.166s coverage: 78.9% of statements 03:17:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 03:18:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.061s coverage: 28.6% of statements 03:18:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:18:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:18:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 03:18:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 03:18:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 03:18:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.241s coverage: 100.0% of statements 03:18:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 03:18:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.124s coverage: 100.0% of statements 03:18:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 03:18:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.427s coverage: 86.7% of statements 03:18:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 03:18:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.413s coverage: 97.5% of statements 03:18:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 03:18:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.225s coverage: 78.3% of statements 03:18:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 03:18:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 03:18:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 03:18:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 03:18:15 gofmt -l . 03:18:15 [ "`gofmt -l .`" = "" ] 03:18:15 ./bin/test-go-mod-tidy.sh 03:18:15 ./bin/test-attribution-txt.sh [Pipeline] sh 03:18:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.206s coverage: 92.8% of statements 03:18:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 03:18:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 03:18:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 03:18:15 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 03:18:15 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:18:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 03:18:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 03:18:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:18:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 03:18:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 03:18:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:18:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 03:18:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:18:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 03:18:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:18:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 03:18:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 03:18:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 03:18:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.123s coverage: 58.8% of statements 03:18:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 03:18:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 03:18:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.299s coverage: 1.0% of statements 03:18:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 03:18:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 03:18:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 03:18:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.155s coverage: 47.1% of statements 03:18:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.163s coverage: 79.5% of statements 03:18:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.192s coverage: 94.1% of statements 03:18:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.216s coverage: 96.3% of statements 03:18:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.171s coverage: 87.5% of statements 03:18:16 + ls -al . 03:18:16 total 780 03:18:16 drwxrwxr-x 10 1001 1001 4096 Mar 31 03:18 . 03:18:16 drwxr-xr-x 4 root root 30 Mar 31 03:13 .. 03:18:16 -rw-rw-r-- 1 1001 1001 11 Mar 31 03:10 .dockerignore 03:18:16 drwxrwxr-x 8 1001 1001 179 Mar 31 03:10 .git 03:18:16 drwxrwxr-x 3 1001 1001 125 Mar 31 03:10 .github 03:18:16 -rw-rw-r-- 1 1001 1001 818 Mar 31 03:10 .gitignore 03:18:16 drwx------ 3 1001 1001 60 Mar 31 03:11 .semver 03:18:16 -rw-rw-r-- 1 1001 1001 166 Mar 31 03:10 .sonarcloud.properties 03:18:16 -rw-rw-r-- 1 1001 1001 8607 Mar 31 03:10 Attribution.txt 03:18:16 -rw-rw-r-- 1 1001 1001 3804 Mar 31 03:10 CONTRIBUTING.md 03:18:16 -rw-rw-r-- 1 1001 1001 931 Mar 31 03:10 Dockerfile.build 03:18:16 -rw-rw-r-- 1 1001 1001 863 Mar 31 03:10 Jenkinsfile 03:18:16 -rw-rw-r-- 1 1001 1001 10775 Mar 31 03:10 LICENSE 03:18:16 -rw-rw-r-- 1 1001 1001 5774 Mar 31 03:10 Makefile 03:18:16 -rw-rw-r-- 1 1001 1001 6548 Mar 31 03:10 README.md 03:18:16 -rw-rw-r-- 1 1001 1001 6755 Mar 31 03:10 SECURITY.md 03:18:16 -rw-rw-r-- 1 1001 1001 5 Mar 31 03:11 VERSION 03:18:16 -rw-rw-r-- 1 1001 1001 4131 Mar 31 03:10 ZMQWindows.md 03:18:16 drwxrwxr-x 2 1001 1001 117 Mar 31 03:10 bin 03:18:16 drwxrwxr-x 14 1001 1001 4096 Mar 31 03:10 cmd 03:18:16 -rw-r--r-- 1 root root 669470 Mar 31 03:16 coverage.out 03:18:16 -rw-r--r-- 1 root root 1057 Mar 31 03:18 go.mod 03:18:16 -rw-r--r-- 1 root root 22304 Mar 31 03:18 go.sum 03:18:16 drwxrwxr-x 8 1001 1001 127 Mar 31 03:10 internal 03:18:16 drwxrwxr-x 4 1001 1001 26 Mar 31 03:10 openapi 03:18:16 drwxrwxr-x 4 1001 1001 71 Mar 31 03:10 snap 03:18:16 -rw-rw-r-- 1 1001 1001 168 Mar 31 03:10 version.go [Pipeline] sh 03:18:17 + '[' -e coverage.out ] 03:18:17 + chown 1001:1001 coverage.out [Pipeline] stash 03:18:18 Stashed 1 file(s) [Pipeline] sh 03:18:18 + make build 03:18:18 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 03:18:27 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 03:18:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.187s coverage: 94.4% of statements 03:18:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.136s coverage: 44.8% of statements 03:18:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.540s coverage: 82.6% of statements 03:18:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.185s coverage: 92.9% of statements 03:18:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 03:18:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 03:18:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 03:18:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements 03:18:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 03:18:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 03:18:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 03:18:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 03:18:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 03:18:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements 03:18:43 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 03:18:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 03:18:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.109s coverage: 100.0% of statements 03:18:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 03:18:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.147s coverage: 75.5% of statements 03:18:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 03:18:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.122s coverage: 80.8% of statements 03:18:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.185s coverage: 87.2% of statements 03:18:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.226s coverage: 84.6% of statements 03:18:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.226s coverage: 91.6% of statements 03:18:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:18:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.601s coverage: 64.4% of statements 03:18:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:18:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:18:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.118s coverage: 100.0% of statements 03:18:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements 03:18:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.048s coverage: 100.0% of statements 03:18:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.090s coverage: 73.7% of statements 03:18:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.071s coverage: 100.0% of statements 03:18:46 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 03:18:49 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.848s coverage: 69.0% of statements 03:18:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 03:18:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 03:18:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 03:18:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.507s coverage: 38.4% of statements 03:18:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:18:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:18:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.116s coverage: 89.5% of statements 03:18:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 03:18:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.105s coverage: 84.8% of statements 03:18:52 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 03:18:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.489s coverage: 47.0% of statements 03:18:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:18:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:18:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 03:18:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 03:18:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 03:18:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.162s coverage: 100.0% of statements 03:18:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 03:18:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.172s coverage: 100.0% of statements 03:18:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 03:18:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 03:18:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 03:18:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 03:18:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.450s coverage: 87.1% of statements 03:18:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 03:18:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 03:18:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 03:19:03 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 03:19:03 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 03:19:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.178s coverage: 29.1% of statements 03:19:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:19:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:19:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 03:19:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 03:19:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 03:19:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.187s coverage: 99.0% of statements 03:19:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 03:19:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.174s coverage: 100.0% of statements 03:19:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 03:19:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 03:19:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 03:19:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 03:19:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.246s coverage: 95.0% of statements 03:19:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 03:19:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 03:19:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 03:19:05 ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements 03:19:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 03:19:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.066s coverage: 100.0% of statements 03:19:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 03:19:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 03:19:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 03:19:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 03:19:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.102s coverage: 87.9% of statements 03:19:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 03:19:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 03:19:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements 03:19:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.119s coverage: 32.1% of statements 03:19:06 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 03:19:07 GO111MODULE=on go vet ./... 03:19:07 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 03:19:11 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 03:19:14 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 03:19:21 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 03:19:26 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 03:19:34 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] } 03:19:39 $ docker stop --time=1 a5e8e9ac3b5306c7f5962ba3e75bd1298bc4f7566044a7971989309d0d5615c0 03:19:41 $ docker rm -f a5e8e9ac3b5306c7f5962ba3e75bd1298bc4f7566044a7971989309d0d5615c0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:19:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:19:45 03:19:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 03:19:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:19:45 latest: Pulling from edgex-devops/edgex-compose 03:19:45 cbdbe7a5bc2a: Pulling fs layer 03:19:45 ca9280d653b3: Pulling fs layer 03:19:45 7e9c9ca2126c: Pulling fs layer 03:19:47 cbdbe7a5bc2a: Verifying Checksum 03:19:47 cbdbe7a5bc2a: Download complete 03:19:48 ca9280d653b3: Verifying Checksum 03:19:48 ca9280d653b3: Download complete 03:19:48 cbdbe7a5bc2a: Pull complete 03:19:53 ca9280d653b3: Pull complete 03:19:53 7e9c9ca2126c: Verifying Checksum 03:19:53 7e9c9ca2126c: Download complete 03:20:16 7e9c9ca2126c: Pull complete 03:20:16 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 03:20:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:20:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 03:20:17 prd-centos7-docker-4c-2g-32180 does not seem to be running inside a container 03:20:18 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/47 -v /w/workspace/edgex-go/47:/w/workspace/edgex-go/47:rw,z -v /w/workspace/edgex-go/47@tmp:/w/workspace/edgex-go/47@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 03:20:21 $ docker top c0e754c604a88c110a3b63798683ebb53f013522bd35df04c99bf1ff99617085 -eo pid,comm [Pipeline] { [Pipeline] sh 03:20:23 + grep parallel 03:20:23 + docker-compose build --help 03:20:25 --parallel Build images in parallel. [Pipeline] } 03:20:25 $ docker stop --time=1 c0e754c604a88c110a3b63798683ebb53f013522bd35df04c99bf1ff99617085 03:20:28 $ docker rm -f c0e754c604a88c110a3b63798683ebb53f013522bd35df04c99bf1ff99617085 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:20:29 gofmt -l . 03:20:29 [ "`gofmt -l .`" = "" ] 03:20:29 ./bin/test-go-mod-tidy.sh 03:20:29 ./bin/test-attribution-txt.sh [Pipeline] sh 03:20:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:20:30 . [Pipeline] withDockerContainer 03:20:30 + ls -al . 03:20:30 total 808 03:20:30 drwxrwxr-x 9 1001 1001 4096 Mar 31 03:20 . 03:20:30 drwxr-xr-x 4 root root 4096 Mar 31 03:16 .. 03:20:30 -rw-rw-r-- 1 1001 1001 11 Mar 31 03:14 .dockerignore 03:20:30 drwxrwxr-x 8 1001 1001 4096 Mar 31 03:14 .git 03:20:30 drwxrwxr-x 3 1001 1001 4096 Mar 31 03:14 .github 03:20:30 -rw-rw-r-- 1 1001 1001 818 Mar 31 03:14 .gitignore 03:20:30 -rw-rw-r-- 1 1001 1001 166 Mar 31 03:14 .sonarcloud.properties 03:20:30 -rw-rw-r-- 1 1001 1001 8607 Mar 31 03:14 Attribution.txt 03:20:30 -rw-rw-r-- 1 1001 1001 3804 Mar 31 03:14 CONTRIBUTING.md 03:20:30 -rw-rw-r-- 1 1001 1001 931 Mar 31 03:14 Dockerfile.build 03:20:30 -rw-rw-r-- 1 1001 1001 863 Mar 31 03:14 Jenkinsfile 03:20:30 -rw-rw-r-- 1 1001 1001 10775 Mar 31 03:14 LICENSE 03:20:30 -rw-rw-r-- 1 1001 1001 5774 Mar 31 03:14 Makefile 03:20:30 -rw-rw-r-- 1 1001 1001 6548 Mar 31 03:14 README.md 03:20:30 -rw-rw-r-- 1 1001 1001 6755 Mar 31 03:14 SECURITY.md 03:20:30 -rw-rw-r-- 1 1001 1001 5 Mar 31 03:11 VERSION 03:20:30 -rw-rw-r-- 1 1001 1001 4131 Mar 31 03:14 ZMQWindows.md 03:20:30 drwxrwxr-x 2 1001 1001 4096 Mar 31 03:14 bin 03:20:30 drwxrwxr-x 14 1001 1001 4096 Mar 31 03:14 cmd 03:20:30 -rw-r--r-- 1 root root 669470 Mar 31 03:19 coverage.out 03:20:30 -rw-r--r-- 1 root root 1057 Mar 31 03:20 go.mod 03:20:30 -rw-r--r-- 1 root root 22304 Mar 31 03:20 go.sum 03:20:30 drwxrwxr-x 8 1001 1001 4096 Mar 31 03:14 internal 03:20:30 drwxrwxr-x 4 1001 1001 4096 Mar 31 03:14 openapi 03:20:30 drwxrwxr-x 4 1001 1001 4096 Mar 31 03:14 snap 03:20:30 -rw-rw-r-- 1 1001 1001 168 Mar 31 03:14 version.go 03:20:31 prd-centos7-docker-4c-2g-32180 does not seem to be running inside a container 03:20:31 $ 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/47 -v /w/workspace/edgex-go/47:/w/workspace/edgex-go/47:rw,z -v /w/workspace/edgex-go/47@tmp:/w/workspace/edgex-go/47@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 03:20:35 $ docker top b0cb049fe6f6a809a8c2264fb3a6177bbf8157e6475abc438081af66c25158c6 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 03:20:36 + '[' -e coverage.out ] 03:20:36 + chown 1001:1001 coverage.out [Pipeline] stash 03:20:36 Warning: overwriting stash ‘coverage-report’ 03:20:37 + docker-compose -f ./docker-compose-build.yml build --parallel 03:20:38 Stashed 1 file(s) [Pipeline] sh 03:20:39 + make build 03:20:39 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 03:20:40 Building docker-core-command-go ... 03:20:40 Building docker-core-data-go ... 03:20:40 Building docker-core-metadata-go ... 03:20:40 Building docker-security-bootstrapper-go ... 03:20:40 Building docker-security-proxy-setup-go ... 03:20:40 Building docker-security-secretstore-setup-go ... 03:20:40 Building docker-support-notifications-go ... 03:20:40 Building docker-support-scheduler-go ... 03:20:40 Building docker-sys-mgmt-agent-go ... 03:20:40 Building docker-support-notifications-go 03:20:40 Building docker-security-proxy-setup-go 03:20:40 Building docker-support-scheduler-go 03:20:40 Building docker-core-command-go 03:20:40 Building docker-core-data-go 03:20:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:21:14 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 03:21:19 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 03:21:23 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 03:21:25 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 03:21:30 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 03:21:35 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 03:21:39 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 03:21: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 03:21:47 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 03:21:51 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] } 03:21:58 $ docker stop --time=1 603f52f1f51d13534e305b0abb07da42ba6db8e16587c42438efe971b404b115 03:22:01 $ docker rm -f 603f52f1f51d13534e305b0abb07da42ba6db8e16587c42438efe971b404b115 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:22:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:22:03 03:22:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:22:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:22:03 latest: Pulling from edgex-devops/edgex-compose-arm64 03:22:03 29e5d40040c1: Pulling fs layer 03:22:03 1ce36da41761: Pulling fs layer 03:22:03 25b303627fd3: Pulling fs layer 03:22:03 29e5d40040c1: Verifying Checksum 03:22:04 29e5d40040c1: Pull complete 03:22:04 1ce36da41761: Verifying Checksum 03:22:04 1ce36da41761: Download complete 03:22:05 1ce36da41761: Pull complete 03:22:06 25b303627fd3: Verifying Checksum 03:22:06 25b303627fd3: Download complete 03:22:16 25b303627fd3: Pull complete 03:22:16 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 03:22:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:22:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 03:22:16 prd-ubuntu18.04-docker-arm64-4c-16g-32186 does not seem to be running inside a container 03:22:16 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/47 -v /w/workspace/edgex-go/47:/w/workspace/edgex-go/47:rw,z -v /w/workspace/edgex-go/47@tmp:/w/workspace/edgex-go/47@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 03:22:19 $ docker top 1c93f6634d8cee47f2bb0be96b48700c6c619d49a47ef08531bcde5089e43eef -eo pid,comm [Pipeline] { [Pipeline] sh 03:22:20 + docker-compose build --help 03:22:20 + grep parallel 03:22:24 --parallel Build images in parallel. [Pipeline] } 03:22:24 $ docker stop --time=1 1c93f6634d8cee47f2bb0be96b48700c6c619d49a47ef08531bcde5089e43eef 03:22:26 $ docker rm -f 1c93f6634d8cee47f2bb0be96b48700c6c619d49a47ef08531bcde5089e43eef [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:22:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:22:26 . [Pipeline] withDockerContainer 03:22:27 prd-ubuntu18.04-docker-arm64-4c-16g-32186 does not seem to be running inside a container 03:22:27 $ 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/47 -v /w/workspace/edgex-go/47:/w/workspace/edgex-go/47:rw,z -v /w/workspace/edgex-go/47@tmp:/w/workspace/edgex-go/47@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 03:22:28 $ docker top 881c294322d43d10dfc846682e924faeb21bc9b3fefab8a01449441d6ac77f31 -eo pid,comm [Pipeline] { [Pipeline] sh 03:22:29 + docker-compose -f ./docker-compose-build.yml build --parallel 03:22:34 Building docker-core-command-go ... 03:22:34 Building docker-core-data-go ... 03:22:34 Building docker-core-metadata-go ... 03:22:34 Building docker-security-bootstrapper-go ... 03:22:34 Building docker-security-proxy-setup-go ... 03:22:34 Building docker-security-secretstore-setup-go ... 03:22:34 Building docker-support-notifications-go ... 03:22:34 Building docker-support-scheduler-go ... 03:22:34 Building docker-sys-mgmt-agent-go ... 03:22:34 Building docker-security-secretstore-setup-go 03:22:34 Building docker-support-notifications-go 03:22:34 Building docker-security-proxy-setup-go 03:22:34 Building docker-security-bootstrapper-go 03:22:34 Building docker-core-command-go 03:22:34 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:22:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:22:34 ---> c3b106e0dae0 03:22:34 Step 3/22 : WORKDIR /edgex-go 03:22:34 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:22:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:22:34 ---> c3b106e0dae0 03:22:34 Step 3/22 : WORKDIR /edgex-go 03:22:34 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:22:34 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:22:34 ---> c3b106e0dae0 03:22:34 Step 3/21 : WORKDIR /edgex-go 03:22:34 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:22:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:22:34 ---> c3b106e0dae0 03:22:34 Step 3/23 : WORKDIR /edgex-go 03:22:34 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:22:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:22:34 ---> c3b106e0dae0 03:22:34 Step 3/23 : WORKDIR /edgex-go 03:22:34 ---> Running in d326184d640e 03:22:34 ---> Running in 669659e2320c 03:22:34 ---> Running in ac775bdf551e 03:22:34 ---> Running in 5ba46cd6ce46 03:22:34 ---> Running in 3e1a656e6e1f 03:22:34 Removing intermediate container 3e1a656e6e1f 03:22:34 ---> c058ff3ff8a2 03:22:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:22:34 Removing intermediate container d326184d640e 03:22:34 ---> 12ab51775f46 03:22:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:22:34 Removing intermediate container ac775bdf551e 03:22:34 ---> d79112f4f3ee 03:22:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:22:34 Removing intermediate container 669659e2320c 03:22:34 ---> 79268abb7b85 03:22:34 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:22:34 Removing intermediate container 5ba46cd6ce46 03:22:34 ---> 42e6bf0ec020 03:22:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:22:34 ---> Running in f429a00dd21e 03:22:34 ---> Running in 973b87858462 03:22:34 ---> Running in 6a316a9b0854 03:22:34 ---> Running in 304781d81c89 03:22:34 ---> Running in e1fa6d0056d0 03:22:40 Removing intermediate container 973b87858462 03:22:40 ---> 9466df931e4c 03:22:40 Step 5/23 : RUN apk add --update --no-cache make git 03:22:40 ---> Running in 61a19648f723 03:22:41 Removing intermediate container f429a00dd21e 03:22:41 ---> c9ca28e0f002 03:22:41 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 03:22:41 Removing intermediate container 304781d81c89 03:22:41 ---> 75e715a640d5 03:22:41 Step 5/21 : RUN apk add --update --no-cache make git 03:22:41 Removing intermediate container 6a316a9b0854 03:22:41 ---> a014489b05e7 03:22:41 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 03:22:41 ---> Running in ceb8f013d642 03:22:41 Removing intermediate container e1fa6d0056d0 03:22:41 ---> 527838d17a66 03:22:41 Step 5/22 : RUN apk add --update --no-cache make git 03:22:41 ---> Running in b06f2069bf35 03:22:41 ---> Running in e56ee329481c 03:22:41 ---> Running in a02071f416ae 03:22:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:22:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:22:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:22:43 OK: 233 MiB in 51 packages 03:22:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:22:45 OK: 233 MiB in 51 packages 03:22:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:22:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:22:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:22:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:22:46 Removing intermediate container 61a19648f723 03:22:46 ---> 7c1c47e50d9b 03:22:46 Step 6/23 : COPY go.mod . 03:22:47 OK: 233 MiB in 51 packages 03:22:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:22:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:22:47 Removing intermediate container ceb8f013d642 03:22:47 ---> 46ba9fd3b9ac 03:22:47 Step 6/22 : COPY go.mod . 03:22:47 ---> cb48a87a50d7 03:22:47 Step 7/23 : RUN go mod download 03:22:47 OK: 233 MiB in 51 packages 03:22:47 ---> Running in 0727cd2ba4c5 03:22:48 OK: 233 MiB in 51 packages 03:22:48 ---> 50977db1dec5 03:22:48 Step 7/22 : RUN go mod download 03:22:48 ---> Running in 6ff3d9016e66 03:22:49 Removing intermediate container b06f2069bf35 03:22:49 ---> 14c08747c057 03:22:49 Step 6/21 : COPY go.mod . 03:22:49 Removing intermediate container e56ee329481c 03:22:49 ---> 67adfcaa1b00 03:22:49 Step 6/23 : COPY go.mod . 03:22:50 ---> 9f424a33ffd3 03:22:50 Step 7/21 : RUN go mod download 03:22:50 ---> Running in 197bef68dd25 03:22:51 Removing intermediate container a02071f416ae 03:22:51 ---> debee104aa0a 03:22:51 Step 6/22 : COPY go.mod . 03:22:52 ---> fe80394f666f 03:22:52 Step 7/23 : RUN go mod download 03:22:52 ---> Running in 8a8afe203e99 03:22:52 ---> 6a3e5fc275b2 03:22:52 Step 7/22 : RUN go mod download 03:22:52 ---> Running in a5e0da83482d 03:22:56 Removing intermediate container 6ff3d9016e66 03:22:56 ---> b854d63cfdeb 03:22:56 Step 8/22 : COPY . . 03:22:56 Removing intermediate container 197bef68dd25 03:22:56 ---> 45670065276c 03:22:56 Step 8/21 : COPY . . 03:22:56 Removing intermediate container 0727cd2ba4c5 03:22:56 ---> f0c6c1abfa17 03:22:56 Step 8/23 : COPY . . 03:22:57 Removing intermediate container 8a8afe203e99 03:22:57 ---> ea5b4fae6898 03:22:57 Step 8/23 : COPY . . 03:22:58 Removing intermediate container a5e0da83482d 03:22:58 ---> 777a0323a906 03:22:58 Step 8/22 : COPY . . 03:23:55 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:23:55 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:23:55 ---> 60b693f89880 03:23:55 Step 3/24 : WORKDIR /edgex-go 03:23:55 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:23:55 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:23:55 ---> 60b693f89880 03:23:55 Step 3/22 : WORKDIR /edgex-go 03:23:55 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:23:55 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:23:55 ---> 60b693f89880 03:23:55 Step 3/21 : WORKDIR /edgex-go 03:23:55 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:23:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:23:55 ---> 60b693f89880 03:23:55 Step 3/23 : WORKDIR /edgex-go 03:23:55 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:23:55 Step 2/31 : FROM ${BUILDER_BASE} AS builder 03:23:55 ---> 60b693f89880 03:23:55 Step 3/31 : WORKDIR /edgex-go 03:23:55 ---> Running in 687827bc00d4 03:23:55 ---> Running in 399dc096f277 03:23:55 ---> Running in 764e9b1ee7df 03:23:55 ---> Running in 392196b1e4a4 03:23:55 ---> Running in 6f9b1cf6a013 03:23:55 Removing intermediate container 687827bc00d4 03:23:55 ---> 0cb3fb664009 03:23:55 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:23:55 Removing intermediate container 764e9b1ee7df 03:23:55 ---> d5b0e821b411 03:23:55 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:23:55 Removing intermediate container 399dc096f277 03:23:55 ---> ea6605a2187b 03:23:55 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:23:55 ---> Running in 6e2f1ad8cd9a 03:23:55 Removing intermediate container 6f9b1cf6a013 03:23:55 ---> 91a431000b08 03:23:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:23:55 Removing intermediate container 392196b1e4a4 03:23:55 ---> b321a084fe18 03:23:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:23:55 ---> Running in a8df676dd0af 03:23:55 ---> Running in 0fdcc74f3eaa 03:23:55 ---> Running in 9de73d69e8f4 03:23:55 ---> Running in 3761bd2687d2 03:23:55 Removing intermediate container 6e2f1ad8cd9a 03:23:55 ---> 587e27bb7320 03:23:55 Step 5/21 : RUN apk add --update --no-cache make git 03:23:55 ---> Running in fe37a0de4a57 03:23:56 Removing intermediate container 0fdcc74f3eaa 03:23:56 ---> 77926736d723 03:23:56 Step 5/24 : RUN apk add --update --no-cache make git 03:23:56 ---> Running in ee450919a089 03:23:56 Removing intermediate container a8df676dd0af 03:23:56 ---> 851543c3bba4 03:23:56 Step 5/31 : RUN apk add --update --no-cache make git 03:23:56 Removing intermediate container 3761bd2687d2 03:23:56 ---> fff2951e109e 03:23:56 Step 5/23 : RUN apk add --update --no-cache make git 03:23:56 Removing intermediate container 9de73d69e8f4 03:23:56 ---> f7f124ee5f64 03:23:56 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 03:23:56 ---> Running in 1766ff34accb 03:23:56 ---> Running in 69242f1ab87f 03:23:56 ---> Running in 20722018a3b4 03:23:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:23:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:23:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:23:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:23:58 OK: 217 MiB in 51 packages 03:23:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:23:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:23:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:23:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:23:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:23:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:23:59 OK: 217 MiB in 51 packages 03:24:00 Removing intermediate container fe37a0de4a57 03:24:00 ---> 4597ce9d2758 03:24:00 Step 6/21 : COPY go.mod . 03:24:00 OK: 217 MiB in 51 packages 03:24:00 OK: 217 MiB in 51 packages 03:24:00 OK: 217 MiB in 51 packages 03:24:01 ---> d7c285325cf3 03:24:01 Step 7/21 : RUN go mod download 03:24:01 Removing intermediate container ee450919a089 03:24:01 ---> ca1d348b6d5b 03:24:01 Step 6/24 : COPY go.mod . 03:24:01 ---> Running in 247811a12665 03:24:01 Removing intermediate container 1766ff34accb 03:24:01 ---> 9014272cd5dd 03:24:01 Step 6/31 : COPY go.mod . 03:24:02 Removing intermediate container 20722018a3b4 03:24:02 ---> 41ad1a1ef2f7 03:24:02 Step 6/22 : COPY go.mod . 03:24:02 Removing intermediate container 69242f1ab87f 03:24:02 ---> 9e80d88f872b 03:24:02 Step 6/23 : COPY go.mod . 03:24:02 ---> 2abe7fef4e4d 03:24:02 Step 7/24 : RUN go mod download 03:24:02 ---> Running in 6cf78c4b0e92 03:24:03 ---> 25e49ba75497 03:24:03 Step 7/31 : RUN go mod download 03:24:03 ---> cc169e30a6c1 03:24:03 Step 7/23 : RUN go mod download 03:24:03 ---> Running in 052ebdfeb93a 03:24:03 ---> 1181d87aa12c 03:24:03 Step 7/22 : RUN go mod download 03:24:03 ---> Running in 59dcea93c7b4 03:24:03 ---> Running in 9d81914e6225 03:24:05 Removing intermediate container 247811a12665 03:24:05 ---> 221cb5986003 03:24:05 Step 8/21 : COPY . . 03:24:07 Removing intermediate container 6cf78c4b0e92 03:24:07 ---> fb2d59431981 03:24:07 Step 8/24 : COPY . . 03:24:08 Removing intermediate container 052ebdfeb93a 03:24:08 ---> 87d3ed6362e6 03:24:08 Step 8/31 : COPY . . 03:24:09 Removing intermediate container 59dcea93c7b4 03:24:09 ---> 7a0f48dec0cd 03:24:09 Step 8/23 : COPY . . 03:24:09 Removing intermediate container 9d81914e6225 03:24:09 ---> d21baf109354 03:24:09 Step 8/22 : COPY . . 03:24:36 ---> 959b74c6ce6c 03:24:36 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 03:24:36 ---> 2772aa11fe35 03:24:36 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:24:36 ---> bced9306b274 03:24:36 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 03:24:36 ---> Running in 02852662a231 03:24:36 ---> Running in d4426e3d466e 03:24:36 ---> 7770347d3199 03:24:36 Step 9/22 : RUN make cmd/support-notifications/support-notifications 03:24:36 ---> Running in 79012e0f150b 03:24:36 ---> 35d74571bfdd 03:24:36 Step 9/23 : RUN make cmd/core-command/core-command 03:24:36 ---> Running in c37df7ba9f1f 03:24:36 ---> Running in c1ef9793c56f 03:24:36 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 03:24:36 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 03:24:36 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 03:24:36 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 03:24: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 03:24:53 ---> 2c5d75fb8919 03:24:53 ---> c4333f05f2f0 03:24:53 ---> 551caad545a9 03:24:53 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 03:24:53 ---> 6341c7b8b7b9 03:24:53 Step 9/23 : RUN make cmd/core-data/core-data 03:24:53 ---> 519111ae3f43 03:24:53 Step 9/22 : RUN make cmd/support-notifications/support-notifications 03:24:53 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 03:24:53 Step 9/23 : RUN make cmd/core-command/core-command 03:24:53 ---> Running in 92d64460ee3c 03:24:53 ---> Running in 26b5eaa801f5 03:24:53 ---> Running in 8d342ac78b12 03:24:53 ---> Running in dd91c5b16a9d 03:24:53 ---> Running in 15c365c197c3 03:24:53 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 03:24:53 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 03:24:53 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 03:24:53 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 03:24:53 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 03:26:13 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 03:26:13 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 03:26:18 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 03:26:25 Removing intermediate container 79012e0f150b 03:26:25 ---> 3668bfa83314 03:26:25 03:26:25 Step 10/31 : FROM alpine:3.12 03:26:25 3.12: Pulling from library/alpine 03:26:25 Removing intermediate container 02852662a231 03:26:25 ---> 38d971be3a70 03:26:25 03:26:25 Step 10/21 : FROM alpine:3.12 03:26:25 3.12: Pulling from library/alpine 03:26:25 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 03:26:25 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 03:26:25 Status: Downloaded newer image for alpine:3.12 03:26:25 Status: Image is up to date for alpine:3.12 03:26:25 ---> e47305ac9786 03:26:25 Step 11/21 : RUN apk add --update --no-cache curl 03:26:25 ---> e47305ac9786 03:26:25 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 03:26:26 ---> Running in 2c202da9dc74 03:26:26 ---> Running in cf584127d26d 03:26:27 Removing intermediate container d4426e3d466e 03:26:27 ---> 7761b9df781e 03:26:27 03:26:27 Step 10/24 : FROM alpine:3.12 03:26:27 ---> e47305ac9786 03:26:27 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 03:26:27 Removing intermediate container 2c202da9dc74 03:26:27 ---> c29e3b18aeb7 03:26:27 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 03:26:27 ---> Running in 231fb3498755 03:26:27 ---> Running in adc7e8e0b5cb 03:26:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:26:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:26:28 (1/4) Installing ca-certificates (20191127-r4) 03:26:28 (2/4) Installing nghttp2-libs (1.41.0-r0) 03:26:28 (3/4) Installing libcurl (7.69.1-r3) 03:26:28 (4/4) Installing curl (7.69.1-r3) 03:26:28 Executing busybox-1.31.1-r19.trigger 03:26:28 Executing ca-certificates-20191127-r4.trigger 03:26:29 OK: 7 MiB in 18 packages 03:26:29 Removing intermediate container 15c365c197c3 03:26:29 ---> 0e1aa54ab05e 03:26:29 03:26:29 Step 10/23 : FROM alpine:3.12 03:26:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:26:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:26:30 3.12: Pulling from library/alpine 03:26:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:26:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:26:30 (1/6) Installing ca-certificates (20191127-r4) 03:26:30 (2/6) Installing nghttp2-libs (1.41.0-r0) 03:26:30 (3/6) Installing libcurl (7.69.1-r3) 03:26:30 (4/6) Installing curl (7.69.1-r3) 03:26:30 (5/6) Installing dumb-init (1.2.2-r1) 03:26:30 (6/6) Installing su-exec (0.2-r1) 03:26:30 Executing busybox-1.31.1-r19.trigger 03:26:30 Executing ca-certificates-20191127-r4.trigger 03:26:30 (1/2) Installing dumb-init (1.2.2-r1) 03:26:30 (2/2) Installing su-exec (0.2-r1) 03:26:30 Executing busybox-1.31.1-r19.trigger 03:26:30 OK: 5 MiB in 16 packages 03:26:31 OK: 7 MiB in 20 packages 03:26:31 Removing intermediate container 92d64460ee3c 03:26:31 ---> 374c183100d0 03:26:31 03:26:31 Step 10/22 : FROM alpine:3.12 03:26:31 3.12: Pulling from library/alpine 03:26:31 Removing intermediate container 8d342ac78b12 03:26:31 ---> d7ecaeae9b1f 03:26:31 03:26:31 Step 10/21 : FROM alpine:3.12 03:26:31 3.12: Pulling from library/alpine 03:26:33 Removing intermediate container 26b5eaa801f5 03:26:33 ---> 1e834efee8f6 03:26:33 03:26:33 Step 10/22 : FROM alpine:3.12 03:26:33 3.12: Pulling from library/alpine 03:26:33 Removing intermediate container cf584127d26d 03:26:33 ---> e55ed6e51552 03:26:33 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:26:33 ---> Running in 606ad60808aa 03:26:33 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 03:26:33 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 03:26:33 Removing intermediate container c37df7ba9f1f 03:26:33 ---> 091a264430f3 03:26:33 03:26:33 Step 10/22 : FROM alpine:3.12 03:26:33 ---> e47305ac9786 03:26:33 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 03:26:33 Removing intermediate container c1ef9793c56f 03:26:33 ---> ec275745213e 03:26:33 03:26:33 Step 10/23 : FROM alpine:3.12 03:26:33 ---> e47305ac9786 03:26:33 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:26:34 Removing intermediate container adc7e8e0b5cb 03:26:34 ---> 8b16ba095a1c 03:26:34 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 03:26:34 ---> Running in 1b98d5e36a06 03:26:34 ---> Running in e5113d4e2208 03:26:34 ---> Running in e5282a9e0bb3 03:26:34 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 03:26:34 Status: Image is up to date for alpine:3.12 03:26:34 Status: Downloaded newer image for alpine:3.12 03:26:34 Status: Image is up to date for alpine:3.12 03:26:34 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 03:26:34 Status: Image is up to date for alpine:3.12 03:26:34 ---> 42cb162f0360 03:26:34 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 03:26:34 ---> 42cb162f0360 03:26:34 Step 11/21 : RUN apk add --update --no-cache curl 03:26:34 ---> 42cb162f0360 03:26:34 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:26:34 ---> 42cb162f0360 03:26:34 Step 11/22 : RUN apk add --update --no-cache dumb-init 03:26:34 Removing intermediate container 606ad60808aa 03:26:34 ---> 0ddaefede23a 03:26:34 Step 13/21 : WORKDIR /edgex 03:26:34 Removing intermediate container 231fb3498755 03:26:34 ---> 24218bd43484 03:26:34 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:26:34 ---> Running in 4d98032504d4 03:26:34 ---> Running in 708357ba70c3 03:26:34 ---> Running in 454514aa8007 03:26:34 ---> Running in 6ca483a965cf 03:26:34 ---> Running in eda34f298a17 03:26:34 ---> Running in eccb699edbbe 03:26:35 Removing intermediate container e5282a9e0bb3 03:26:35 ---> ee7e9f335ea8 03:26:35 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 03:26:35 Removing intermediate container dd91c5b16a9d 03:26:35 ---> d67958335031 03:26:35 03:26:35 Step 10/23 : FROM alpine:3.12 03:26:35 ---> 42cb162f0360 03:26:35 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:26:35 ---> Running in 7e78b95db50d 03:26:35 Removing intermediate container 4d98032504d4 03:26:35 ---> a174be803cbd 03:26:35 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 03:26:35 ---> Running in d7ad90dfda1e 03:26:35 Removing intermediate container 708357ba70c3 03:26:35 ---> 9fbf50a9fc00 03:26:35 Step 13/24 : WORKDIR / 03:26:36 ---> Running in 7fc133d98ae4 03:26:36 Removing intermediate container 7e78b95db50d 03:26:36 ---> c9290819e7c5 03:26:36 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 03:26:36 Removing intermediate container d7ad90dfda1e 03:26:36 ---> 6efb1d92acf5 03:26:36 Step 12/23 : ENV APP_PORT=48080 03:26:36 ---> Running in 7d2db7deae87 03:26:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:26:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:26:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:26:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:26:37 ---> 9c59b4695227 03:26:37 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 03:26:37 Removing intermediate container 7fc133d98ae4 03:26:37 ---> f69aa41a1cef 03:26:37 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:26:37 (1/1) Installing dumb-init (1.2.2-r1) 03:26:37 (1/2) Installing ca-certificates (20191127-r4) 03:26:37 Executing busybox-1.31.1-r19.trigger 03:26:37 OK: 5 MiB in 15 packages 03:26:37 (2/2) Installing dumb-init (1.2.2-r1) 03:26:37 Executing busybox-1.31.1-r19.trigger 03:26:37 Executing ca-certificates-20191127-r4.trigger 03:26:38 OK: 6 MiB in 16 packages 03:26:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:26:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:26:38 ---> Running in 16585b5f2059 03:26:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:26:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:26:39 ---> b15623e1765a 03:26:39 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 03:26:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:26:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:26:39 (1/1) Installing dumb-init (1.2.2-r1) 03:26:39 Executing busybox-1.31.1-r19.trigger 03:26:39 OK: 6 MiB in 15 packages 03:26:39 (1/1) Installing dumb-init (1.2.2-r1) 03:26:39 ---> e60d6918228b 03:26:39 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:26:39 Executing busybox-1.31.1-r19.trigger 03:26:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:26:39 OK: 6 MiB in 15 packages 03:26:39 (1/4) Installing ca-certificates (20191127-r4) 03:26:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:26:39 Removing intermediate container 16585b5f2059 03:26:39 ---> 1f84af883ff6 03:26:39 Step 13/23 : EXPOSE $APP_PORT 03:26:39 (2/4) Installing nghttp2-libs (1.41.0-r0) 03:26:39 (3/4) Installing libcurl (7.69.1-r3) 03:26:39 (4/4) Installing curl (7.69.1-r3) 03:26:39 Executing busybox-1.31.1-r19.trigger 03:26:39 Executing ca-certificates-20191127-r4.trigger 03:26:39 OK: 7 MiB in 18 packages 03:26:39 ---> Running in 415b8f596130 03:26:39 Removing intermediate container 1b98d5e36a06 03:26:39 ---> a7dbb3d52041 03:26:39 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:26:40 (1/2) Installing ca-certificates (20191127-r4) 03:26:40 (2/2) Installing dumb-init (1.2.2-r1) 03:26:40 Executing busybox-1.31.1-r19.trigger 03:26:40 Executing ca-certificates-20191127-r4.trigger 03:26:40 OK: 6 MiB in 16 packages 03:26:40 Removing intermediate container 415b8f596130 03:26:40 ---> 76eaa8002795 03:26:40 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:26:40 ---> Running in 3fac98a68b72 03:26:40 ---> ed5575cc773d 03:26:40 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 03:26:40 Removing intermediate container e5113d4e2208 03:26:40 Removing intermediate container 7d2db7deae87 03:26:40 ---> 59542eb4302b 03:26:40 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 03:26:40 ---> a2556d400283 03:26:40 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 03:26:40 ---> Running in daaca9038b02 03:26:41 ---> Running in fc0b44d9e665 03:26:41 ---> Running in 16bca520aeba 03:26:41 Removing intermediate container 3fac98a68b72 03:26:41 ---> 2edbea65b99b 03:26:41 Step 13/23 : ENV APP_PORT=48082 03:26:41 ---> fe0e699c8a05 03:26:41 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 03:26:41 Removing intermediate container 6ca483a965cf 03:26:41 ---> 8c1135fb5292 03:26:41 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:26:41 Removing intermediate container 454514aa8007 03:26:41 ---> 900286ef1bac 03:26:41 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:26:41 ---> Running in be7872ea1a0b 03:26:41 ---> Running in 69961dace670 03:26:41 ---> Running in 1257d65bbc05 03:26:41 ---> 26553f3246aa 03:26:41 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:26:41 Removing intermediate container 16bca520aeba 03:26:41 ---> e4be1f026d87 03:26:41 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 03:26:41 Removing intermediate container fc0b44d9e665 03:26:41 ---> 0c91ac408508 03:26:41 Step 13/22 : ENV APP_PORT=48060 03:26:42 ---> Running in 8cb4f6a4929a 03:26:42 Removing intermediate container 69961dace670 03:26:42 ---> 5dfb2c44e49b 03:26:42 Step 18/21 : CMD ["--init=true"] 03:26:42 Removing intermediate container 1257d65bbc05 03:26:42 ---> 920307277b15 03:26:42 Step 14/23 : EXPOSE $APP_PORT 03:26:42 ---> Running in 73537898127e 03:26:42 ---> Running in 9bbc141210b1 03:26:42 ---> Running in c75ec8aecb61 03:26:42 Removing intermediate container 8cb4f6a4929a 03:26:42 ---> 0d8384038808 03:26:42 Step 14/22 : EXPOSE $APP_PORT 03:26:43 ---> 52a500e496d6 03:26:43 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 03:26:43 ---> Running in e2c2c0e83d0e 03:26:43 Removing intermediate container be7872ea1a0b 03:26:43 ---> d2d2ac27d473 03:26:43 Step 13/22 : ENV APP_PORT=48085 03:26:43 Removing intermediate container eda34f298a17 03:26:43 ---> 9e11ff42c66d 03:26:43 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:26:43 ---> Running in e0296a3f0436 03:26:43 ---> 6b1b4c1ed32b 03:26:43 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:26:43 Removing intermediate container eccb699edbbe 03:26:43 ---> 55553925c498 03:26:43 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 03:26:43 ---> Running in 12d3b17a6f1a 03:26:43 Removing intermediate container c75ec8aecb61 03:26:43 ---> 1dc8c3102bf1 03:26:43 Step 19/21 : LABEL arch=arm64 03:26:43 Removing intermediate container 9bbc141210b1 03:26:43 ---> dc68841f2f5b 03:26:43 Step 15/23 : WORKDIR / 03:26:43 ---> Running in 357e3fe584b6 03:26:43 Removing intermediate container e2c2c0e83d0e 03:26:43 ---> 45fc0eec4180 03:26:43 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:26:43 ---> Running in 61621dd120c5 03:26:43 ---> Running in a765d7aec27c 03:26:43 Removing intermediate container 73537898127e 03:26:43 ---> d1eac3591e88 03:26:43 Step 13/23 : ENV APP_PORT=48082 03:26:43 ---> Running in 46d7238c3688 03:26:44 Removing intermediate container 357e3fe584b6 03:26:44 Removing intermediate container 61621dd120c5 03:26:44 ---> 8773ca8937f8 03:26:44 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:26:44 ---> Running in 3772a8ae0937 03:26:44 Removing intermediate container 12d3b17a6f1a 03:26:44 ---> 2aeee12f06c0 03:26:44 Step 13/21 : WORKDIR /edgex 03:26:44 ---> 8c3dd385e1f9 03:26:44 Step 20/21 : LABEL git_sha=8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 03:26:44 Removing intermediate container a765d7aec27c 03:26:44 ---> 8404a45968d1 03:26:44 Step 14/22 : EXPOSE $APP_PORT 03:26:44 Removing intermediate container 46d7238c3688 03:26:44 ---> 3600771268ab 03:26:44 Step 13/22 : ENV APP_PORT=48060 03:26:44 ---> Running in 94b98e5b99b8 03:26:44 ---> Running in 897bf7757b44 03:26:44 Removing intermediate container daaca9038b02 03:26:44 ---> e2ae04499c21 03:26:44 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 03:26:44 Removing intermediate container 3772a8ae0937 03:26:44 ---> 31aa6123cd02 03:26:44 Step 14/23 : EXPOSE $APP_PORT 03:26:45 ---> Running in cc19a440f3ec 03:26:45 ---> ab871a9d44ba 03:26:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:26:45 ---> ec7e5d9ba531 03:26:45 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:26:45 ---> Running in 9d4279c851a4 03:26:45 ---> Running in fb7111a5ed39 03:26:45 ---> Running in 2438c3990b80 03:26:45 Removing intermediate container 94b98e5b99b8 03:26:45 ---> a5c2ec4976e3 03:26:45 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 03:26:45 ---> 7a2683b9283f 03:26:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:26:45 Removing intermediate container cc19a440f3ec 03:26:45 ---> 1952c0c7378b 03:26:45 Step 21/21 : LABEL version=0.0.0 03:26:45 Removing intermediate container 897bf7757b44 03:26:45 ---> c079397febf4 03:26:45 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:26:45 ---> Running in 0d0757845d8e 03:26:45 ---> 91ac1db3669d 03:26:45 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/ 03:26:46 Removing intermediate container 9d4279c851a4 03:26:46 ---> 25fabc3ef764 03:26:46 Step 14/22 : EXPOSE $APP_PORT 03:26:46 Removing intermediate container 2438c3990b80 03:26:46 ---> 1bb6fb4a0bae 03:26:46 Step 15/23 : WORKDIR / 03:26:46 ---> Running in 7f1989b8af1c 03:26:46 ---> Running in 003f649efa4d 03:26:46 Removing intermediate container e0296a3f0436 03:26:46 ---> 9bfd9d5356bd 03:26:46 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 03:26:46 Removing intermediate container 0d0757845d8e 03:26:46 ---> 912c86b3669e 03:26:46 03:26:47 ---> Running in 562b50ab49d8 03:26:47 ---> 43e09ef88374 03:26:47 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:26:47 ---> 9c16e91bacd2 03:26:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 03:26:47 ---> f10bed74d6b4 03:26:47 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 03:26:47 ---> 08d8abe6743a 03:26:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:26:47 Removing intermediate container 003f649efa4d 03:26:47 ---> 763177b2489b 03:26:47 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:26:47 Successfully built 912c86b3669e 03:26:47 Successfully tagged docker-security-proxy-setup-go-arm64:latest 03:26:47  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 03:26:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:26:48 ---> 443a21b53224 03:26:48 Step 18/22 : ENTRYPOINT ["/support-notifications"] 03:26:48 ---> 7f4ac35c245e 03:26:48 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:26:48 Removing intermediate container 562b50ab49d8 03:26:48 ---> c8327b1776d2 03:26:48 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:26:48 ---> Running in 84b14d1a1c45 03:26:48 ---> 6e4fb30cd94a 03:26:48 Step 19/23 : ENTRYPOINT ["/core-command"] 03:26:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:26:48 ---> 8a2fb9115b92 03:26:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:26:48 ---> Running in c32a332e675e 03:26:49 ---> c5c127847ada 03:26:49 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:26:49 Removing intermediate container 84b14d1a1c45 03:26:49 ---> 957f99d5206f 03:26:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:26:49 ---> fbc50429c990 03:26:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:26:49 (1/6) Installing dumb-init (1.2.2-r1) 03:26:49 ---> a52c9961681a 03:26:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 03:26:49 (2/6) Installing libgcc (9.3.0-r2) 03:26:49 (3/6) Installing libsodium (1.0.18-r0) 03:26:49 (4/6) Installing libstdc++ (9.3.0-r2) 03:26:49 (5/6) Installing libzmq (4.3.3-r0) 03:26:49 (6/6) Installing zeromq (4.3.3-r0) 03:26:49 Executing busybox-1.31.1-r19.trigger 03:26:49 ---> Running in 55e2bd0596ef 03:26:49 Removing intermediate container c32a332e675e 03:26:49 ---> fd43dfd1426d 03:26:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:26:50 OK: 8 MiB in 20 packages 03:26:50 ---> 785b88568570 03:26:50 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 03:26:50 ---> Running in 1366e63e1e50 03:26:50 Removing intermediate container 7f1989b8af1c 03:26:50 ---> 1a72af004968 03:26:50 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 03:26:50 ---> eb8e534e243e 03:26:50 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 03:26:51 Removing intermediate container 55e2bd0596ef 03:26:51 ---> 284fb82dd561 03:26:51 ---> a77efd7d535a 03:26:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:26:51 ---> Running in 9faf1c7184a6 03:26:51 Step 20/22 : LABEL arch=arm64 03:26:51 ---> Running in af247e7da5a7 03:26:51 ---> Running in 12331d28eda6 03:26:51 Removing intermediate container 1366e63e1e50 03:26:51 ---> a864d36bf1fd 03:26:51 Step 21/23 : LABEL arch=arm64 03:26:51 ---> e16073526d22 03:26:51 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 03:26:51 ---> d49aa356d399 03:26:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 03:26:51 ---> 85bbbdc51048 03:26:51 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 03:26:51 ---> Running in 0875c4ad39b3 03:26:51 Removing intermediate container af247e7da5a7 03:26:51 ---> 102e1a776fbc 03:26:51 Step 22/24 : LABEL arch=arm64 03:26:52 ---> Running in e2f6e69520f2 03:26:52 Removing intermediate container 9faf1c7184a6 03:26:52 ---> f1f69788926f 03:26:52 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:26:52 ---> 30a37277b6bb 03:26:52 Step 18/22 : ENTRYPOINT ["/support-notifications"] 03:26:52 ---> Running in b2f5eb66f6e6 03:26:52 Removing intermediate container fb7111a5ed39 03:26:52 ---> e8657e413e5c 03:26:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:26:52 Removing intermediate container 12331d28eda6 03:26:52 ---> 7e03d0e8eb41 03:26:52 Step 21/22 : LABEL git_sha=8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 03:26:52 ---> cd0ee03d59b1 03:26:52 Step 19/23 : ENTRYPOINT ["/core-command"] 03:26:52 Removing intermediate container e2f6e69520f2 03:26:52 ---> c611c863cb3b 03:26:52 Step 18/21 : CMD ["--init=true"] 03:26:52 ---> Running in 49b73666b9a2 03:26:52 ---> Running in cb1c8ef3efe2 03:26:52 ---> Running in e26a6353f4d4 03:26:52 ---> Running in 3b62370df9a5 03:26:52 Removing intermediate container b2f5eb66f6e6 03:26:52 ---> fb8a3294a6a7 03:26:52 Step 20/22 : LABEL arch=x86_64 03:26:52 ---> Running in c2dfd8961316 03:26:52 ---> 3aa161813db5 03:26:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:26:52 Removing intermediate container 49b73666b9a2 03:26:52 ---> 4be35de07d84 03:26:52 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:26:53 Removing intermediate container 0875c4ad39b3 03:26:53 ---> ac62d4e99c14 03:26:53 Step 22/23 : LABEL git_sha=8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 03:26:53 ---> Running in c477cac48b31 03:26:53 Removing intermediate container cb1c8ef3efe2 03:26:53 ---> f2134d0a1a3a 03:26:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:26:53 Removing intermediate container 3b62370df9a5 03:26:53 ---> ab4bbae8a66b 03:26:53 Step 19/21 : LABEL arch=x86_64 03:26:53 ---> Running in c520b8776811 03:26:53 ---> Running in b7c133ed3487 03:26:53 ---> 11cff1f16256 03:26:53 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 03:26:53 ---> Running in a76f8ff675f0 03:26:53 Removing intermediate container e26a6353f4d4 03:26:53 ---> bc521669ad0f 03:26:53 Step 23/24 : LABEL git_sha=8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 03:26:53 Removing intermediate container c477cac48b31 03:26:53 ---> 8260e9f42886 03:26:53 Step 22/22 : LABEL version=0.0.0 03:26:53 ---> Running in 4b28255d1a80 03:26:54 ---> Running in 145a529b0d83 03:26:54 Removing intermediate container c2dfd8961316 03:26:54 ---> ffa4c17fae99 03:26:54 Step 21/22 : LABEL git_sha=8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 03:26:54 ---> Running in 7bd0eb1fb95a 03:26:54 ---> Running in ac2cb556ce1e 03:26:54 Removing intermediate container b7c133ed3487 03:26:54 ---> c906446d22ec 03:26:54 Step 21/23 : LABEL arch=x86_64 03:26:54 Removing intermediate container a76f8ff675f0 03:26:54 ---> 0d0e18749ad0 03:26:54 Step 23/23 : LABEL version=0.0.0 03:26:54 Removing intermediate container c520b8776811 03:26:54 ---> 685583a8de40 03:26:54 Step 20/22 : LABEL arch=x86_64 03:26:54 ---> e5558ccada0b 03:26:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 03:26:54 Removing intermediate container 145a529b0d83 03:26:54 ---> 7d13228796a1 03:26:54 Step 20/21 : LABEL git_sha=8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 03:26:54 ---> Running in 556c4a4f4589 03:26:54 Removing intermediate container 4b28255d1a80 03:26:54 ---> 4fb251d4faca 03:26:54 Step 24/24 : LABEL version=0.0.0 03:26:55 ---> Running in d39b734f37da 03:26:55 ---> Running in 080dc1e73783 03:26:55 ---> Running in 96e457f03526 03:26:55 ---> b83d516e795e 03:26:55 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 03:26:55 Removing intermediate container 7bd0eb1fb95a 03:26:55 ---> 18b77ae654b8 03:26:55 03:26:55 ---> Running in d22ef98a91dc 03:26:55 Removing intermediate container 556c4a4f4589 03:26:55 ---> 517d4f59b1a9 03:26:55 03:26:55 Removing intermediate container ac2cb556ce1e 03:26:55 ---> 97d8fe2868c0 03:26:55 Step 22/22 : LABEL version=0.0.0 03:26:55 ---> Running in 3f0c2c591215 03:26:55 Successfully built 18b77ae654b8 03:26:55 Successfully tagged docker-support-notifications-go-arm64:latest 03:26:55  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 03:26:55 ---> df2fbe2afa40 03:26:55 Step 19/23 : ENTRYPOINT ["/core-data"] 03:26:55 Removing intermediate container d39b734f37da 03:26:55 ---> 41c330c235b9 03:26:55 Step 21/22 : LABEL git_sha=8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 03:26:55 ---> Running in ad3d864f5350 03:26:55 Removing intermediate container 080dc1e73783 03:26:55 ---> 0f4a3ece7707 03:26:55 Step 22/23 : LABEL git_sha=8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 03:26:55 ---> Running in 79b063872756 03:26:55 ---> Running in ad161909a378 03:26:55 Removing intermediate container d22ef98a91dc 03:26:55 ---> 79c9207bb5aa 03:26:55 03:26:55 Successfully built 517d4f59b1a9 03:26:55 Successfully tagged docker-core-command-go-arm64:latest 03:26:55 Building docker-core-metadata-go 03:26:56 Removing intermediate container 96e457f03526 03:26:56 ---> dc963c806ea1 03:26:56 Step 21/21 : LABEL version=0.0.0 03:26:56 ---> Running in fa828418c0d4 03:26:56 ---> Running in 470f3876c2b4 03:26:56 Removing intermediate container ad3d864f5350 03:26:56 ---> a511c5e981f7 03:26:56 03:26:56 Removing intermediate container 79b063872756 03:26:56 ---> e56f00192009 03:26:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:26:56  Building docker-core-command-go ... done Successfully built 79c9207bb5aa 03:26:56 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 03:26:56  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go 03:26:56 Removing intermediate container 3f0c2c591215 03:26:56 ---> 3da74e5dc36d 03:26:56 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:26:56 Removing intermediate container ad161909a378 03:26:56 ---> d68b6cea0ca5 03:26:56 Step 22/22 : LABEL version=0.0.0 03:26:56 Removing intermediate container fa828418c0d4 03:26:56 ---> 5cd25c7933f1 03:26:56 Step 23/23 : LABEL version=0.0.0 03:26:56 ---> Running in 4e2a67136c62 03:26:57 ---> Running in 194f612445d2 03:26:57 ---> 71ebbc10617c 03:26:57 Step 26/31 : RUN chmod +x /entrypoint.sh 03:26:57 ---> Running in f659b7decc5d 03:26:57 ---> Running in 9c423597b107 03:26:57 Removing intermediate container 470f3876c2b4 03:26:57 ---> dd000a9a4c31 03:26:57 03:26:58 Successfully built a511c5e981f7 03:26:58 Removing intermediate container 4e2a67136c62 03:26:58 ---> 1664cffd600b 03:26:58 Step 21/23 : LABEL arch=x86_64 03:26:58 Successfully tagged docker-support-scheduler-go:latest 03:26:58  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 03:26:58 Removing intermediate container 194f612445d2 03:26:58 ---> 6488cb7863d3 03:26:58 03:26:59 Removing intermediate container f659b7decc5d 03:26:59 ---> f609ce9c998c 03:26:59 03:26:59 Successfully built dd000a9a4c31 03:26:59 ---> Running in 704295a12552 03:26:59 Successfully tagged docker-security-proxy-setup-go:latest 03:26:59  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 03:26:59 Successfully built 6488cb7863d3 03:26:59 Successfully tagged docker-support-notifications-go:latest 03:26:59 Building docker-security-bootstrapper-go 03:26:59 Successfully built f609ce9c998c 03:26:59  Building docker-support-notifications-go ... done Successfully tagged docker-core-command-go:latest 03:26:59 Building docker-core-metadata-go 03:26:59  Building docker-core-command-go ... done Removing intermediate container 704295a12552 03:26:59 ---> 9a7b02b25244 03:26:59 Step 22/23 : LABEL git_sha=8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 03:26:59 ---> Running in 1d2707defb5d 03:27:00 Removing intermediate container 9c423597b107 03:27:00 ---> e8ed94474e39 03:27:00 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 03:27:01 Removing intermediate container 1d2707defb5d 03:27:01 ---> 8b48aa43cb5e 03:27:01 Step 23/23 : LABEL version=0.0.0 03:27:01 ---> Running in 27b59400dae7 03:27:01 ---> Running in a35b0582300f 03:27:02 Removing intermediate container a35b0582300f 03:27:02 ---> 5e4e2f1f5180 03:27:02 Step 28/31 : CMD ["gate"] 03:27:02 ---> Running in 07606b80bb0c 03:27:03 Removing intermediate container 07606b80bb0c 03:27:03 ---> e2aabcacad38 03:27:03 Step 29/31 : LABEL arch=arm64 03:27:03 Removing intermediate container 27b59400dae7 03:27:03 ---> fa9c1d8929ae 03:27:03 03:27:04 ---> Running in bfc09ffa8a5f 03:27:05 Removing intermediate container bfc09ffa8a5f 03:27:05 ---> 4359c570095e 03:27:05 Step 30/31 : LABEL git_sha=8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 03:27:06 ---> Running in c83c8a048fc8 03:27:07 Successfully built fa9c1d8929ae 03:27:07 Successfully tagged docker-core-data-go:latest 03:27:07 Removing intermediate container c83c8a048fc8 03:27:07 ---> 5ed3c31dc92e 03:27:07 Step 31/31 : LABEL version=0.0.0 03:27:08 ---> Running in f31846ea64f3 03:27:09 Removing intermediate container f31846ea64f3 03:27:09 ---> a980a37aa2d6 03:27:09 03:27:09 Successfully built a980a37aa2d6 03:27:09 Successfully tagged docker-security-bootstrapper-go-arm64:latest 03:27:36  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:27:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:27:36 ---> 60b693f89880 03:27:36 Step 3/23 : WORKDIR /edgex-go 03:27:36 ---> Using cache 03:27:36 ---> b321a084fe18 03:27:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:27:36 ---> Using cache 03:27:36 ---> fff2951e109e 03:27:36 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 03:27:40 ---> Running in 34481cb89526 03:27:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:27:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:27:42 OK: 217 MiB in 51 packages 03:27:45 Removing intermediate container 34481cb89526 03:27:45 ---> 1309d38dc79f 03:27:45 Step 6/23 : COPY go.mod . 03:27:46 ---> 90f5d1994e8d 03:27:46 Step 7/23 : RUN go mod download 03:27:47 ---> Running in f5f63f7df013 03:27:47 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:27:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:27:47 ---> 60b693f89880 03:27:47 Step 3/23 : WORKDIR /edgex-go 03:27:47 ---> Using cache 03:27:47 ---> b321a084fe18 03:27:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:27:47 ---> Using cache 03:27:47 ---> fff2951e109e 03:27:47 Step 5/23 : RUN apk add --update --no-cache make git 03:27:47 ---> Using cache 03:27:47 ---> 9e80d88f872b 03:27:47 Step 6/23 : COPY go.mod . 03:27:47 ---> Using cache 03:27:47 ---> cc169e30a6c1 03:27:47 Step 7/23 : RUN go mod download 03:27:47 ---> Using cache 03:27:47 ---> 7a0f48dec0cd 03:27:47 Step 8/23 : COPY . . 03:27:47 ---> Using cache 03:27:47 ---> 35d74571bfdd 03:27:47 Step 9/23 : RUN make cmd/core-metadata/core-metadata 03:27:47 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:27:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:27:47 ---> 60b693f89880 03:27:47 Step 3/22 : WORKDIR /edgex-go 03:27:47 ---> Using cache 03:27:47 ---> b321a084fe18 03:27:47 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:27:47 ---> Using cache 03:27:47 ---> fff2951e109e 03:27:47 Step 5/22 : RUN apk add --update --no-cache make git 03:27:47 ---> Using cache 03:27:47 ---> 9e80d88f872b 03:27:47 Step 6/22 : COPY go.mod . 03:27:47 ---> Using cache 03:27:47 ---> cc169e30a6c1 03:27:47 Step 7/22 : RUN go mod download 03:27:47 ---> Using cache 03:27:47 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 ---> 7a0f48dec0cd 03:27:47 Step 8/22 : COPY . . 03:27:47 03:27:47 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:27:47 ---> 60b693f89880 03:27:47 Step 3/26 : WORKDIR /edgex-go 03:27:47 ---> Using cache 03:27:47 ---> b321a084fe18 03:27:47 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:27:47 ---> Using cache 03:27:47 ---> fff2951e109e 03:27:47 Step 5/26 : RUN apk add --update --no-cache make bash git 03:27:47 ---> Running in cff95d16433a 03:27:48 ---> Using cache 03:27:48 ---> 35d74571bfdd 03:27:48 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 03:27:48 ---> Running in d574d60a25f4 03:27:48 ---> Running in 81ecbace60fe 03:27:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:27:50 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 03:27:50 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 03:27:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:27:50 Removing intermediate container f5f63f7df013 03:27:50 ---> 3e1ac3bb18ed 03:27:50 Step 8/23 : COPY . . 03:27:51 OK: 217 MiB in 51 packages 03:27:53 Removing intermediate container cff95d16433a 03:27:53 ---> a84a8ed89650 03:27:53 Step 6/26 : COPY go.mod . 03:27:55 ---> b11d64d8ef53 03:27:55 Step 7/26 : RUN go mod download 03:27:55 ---> Running in 8e52bab2e9df 03:28:01 Removing intermediate container 8e52bab2e9df 03:28:01 ---> 64371824f250 03:28:01 Step 8/26 : COPY . . 03:28:17  Building docker-core-data-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:28:17 Step 2/31 : FROM ${BUILDER_BASE} AS builder 03:28:17 ---> c3b106e0dae0 03:28:17 Step 3/31 : WORKDIR /edgex-go 03:28:17 ---> Using cache 03:28:17 ---> 42e6bf0ec020 03:28:17 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:28:17 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:28:17 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:28:17 ---> c3b106e0dae0 03:28:17 Step 3/26 : WORKDIR /edgex-go 03:28:17 ---> Using cache 03:28:17 ---> 42e6bf0ec020 03:28:17 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:28:17 ---> Using cache 03:28:17 ---> 527838d17a66 03:28:17 Step 5/26 : RUN apk add --update --no-cache make bash git 03:28:17 ---> Using cache 03:28:17 ---> 527838d17a66 03:28:17 Step 5/31 : RUN apk add --update --no-cache make git 03:28:17 ---> Using cache 03:28:17 ---> debee104aa0a 03:28:17 Step 6/31 : COPY go.mod . 03:28:17 ---> Using cache 03:28:17 ---> 6a3e5fc275b2 03:28:17 Step 7/31 : RUN go mod download 03:28:17 ---> Using cache 03:28:17 ---> 777a0323a906 03:28:17 Step 8/31 : COPY . . 03:28:17 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:28:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:28:17 ---> c3b106e0dae0 03:28:17 Step 3/23 : WORKDIR /edgex-go 03:28:17 ---> Using cache 03:28:17 ---> 42e6bf0ec020 03:28:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:28:17 ---> Using cache 03:28:17 ---> 527838d17a66 03:28:17 Step 5/23 : RUN apk add --update --no-cache make git 03:28:17 ---> Using cache 03:28:17 ---> debee104aa0a 03:28:17 Step 6/23 : COPY go.mod . 03:28:17 ---> Using cache 03:28:17 ---> 6a3e5fc275b2 03:28:17 Step 7/23 : RUN go mod download 03:28:17 ---> Using cache 03:28:17 ---> 777a0323a906 03:28:17 Step 8/23 : COPY . . 03:28:17 ---> Using cache 03:28:17 ---> 2c5d75fb8919 03:28:17 Step 9/23 : RUN make cmd/core-metadata/core-metadata 03:28:17 ---> Using cache 03:28:17 ---> 2c5d75fb8919 03:28:17 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 03:28:17 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:28:17 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:28:17 ---> c3b106e0dae0 03:28:17 Step 3/24 : WORKDIR /edgex-go 03:28:17 ---> Using cache 03:28:17 ---> 42e6bf0ec020 03:28:17 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:28:17 ---> Using cache 03:28:17 ---> 527838d17a66 03:28:17 Step 5/24 : RUN apk add --update --no-cache make git 03:28:17 ---> Using cache 03:28:17 ---> debee104aa0a 03:28:17 Step 6/24 : COPY go.mod . 03:28:17 ---> Using cache 03:28:17 ---> 6a3e5fc275b2 03:28:17 Step 7/24 : RUN go mod download 03:28:17 ---> Using cache 03:28:17 ---> 777a0323a906 03:28:17 Step 8/24 : COPY . . 03:28:17 ---> Using cache 03:28:17 ---> 2c5d75fb8919 03:28:17 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:28:17 ---> Running in d1c737e58c4f 03:28:17 ---> Running in 8a86f76abe64 03:28:17 ---> Running in f795f1335624 03:28:17 ---> Running in fb7421dbacfd 03:28:18 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 03:28:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:28:18 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 03:28:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:28:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:28:19 ---> ba3f4a0f6824 03:28:19 Step 9/23 : RUN make cmd/core-data/core-data 03:28:19 ---> Running in 8b726d91dd40 03:28:19 OK: 233 MiB in 51 packages 03:28:20 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 03:28:22 Removing intermediate container 8a86f76abe64 03:28:22 ---> 95c083a01537 03:28:22 Step 6/26 : COPY go.mod . 03:28:22 ---> 465f834bd727 03:28:22 Step 7/26 : RUN go mod download 03:28:23 ---> Running in c9fd09054c6c 03:28:25 ---> 79faf89432f6 03:28:25 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 03:28:25 ---> Running in d44df0c62ce6 03:28:27 Removing intermediate container c9fd09054c6c 03:28:27 ---> 7ce9be7e7872 03:28:27 Step 8/26 : COPY . . 03:28:27 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 03:29:15 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 03:29:24 Removing intermediate container 81ecbace60fe 03:29:24 ---> 4e8006ef6320 03:29:24 03:29:24 Step 10/22 : FROM alpine:3.12 03:29:24 ---> e47305ac9786 03:29:24 Step 11/22 : RUN apk add --update --no-cache dumb-init 03:29:24 ---> Using cache 03:29:24 ---> a7dbb3d52041 03:29:24 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:29:24 ---> Using cache 03:29:24 ---> 2edbea65b99b 03:29:24 Step 13/22 : ENV APP_PORT=48085 03:29:24 ---> Running in cb7046be69ed 03:29:24 Removing intermediate container cb7046be69ed 03:29:24 ---> 192ed21007c1 03:29:24 Step 14/22 : EXPOSE $APP_PORT 03:29:24 ---> Running in 593f3d9f948a 03:29:24 Removing intermediate container 593f3d9f948a 03:29:24 ---> a4b1b229bc5b 03:29:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:29:24 ---> 9bdae99d8d17 03:29:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:29:26 ---> f5f6c866f7f8 03:29:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 03:29:27 ---> 7b9b2ed35807 03:29:27 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 03:29:27 ---> Running in d5711a24439d 03:29:29 Removing intermediate container d5711a24439d 03:29:29 ---> bdf5e2f993fd 03:29:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:29:30 ---> Running in e7c0dd15c331 03:29:31 Removing intermediate container e7c0dd15c331 03:29:31 ---> 4a64ecba6cd1 03:29:31 Step 20/22 : LABEL arch=arm64 03:29:31 ---> Running in 3c6fc4ed175d 03:29:31 Removing intermediate container d574d60a25f4 03:29:31 ---> f5251fa65350 03:29:31 03:29:31 Step 10/23 : FROM alpine:3.12 03:29:31 ---> e47305ac9786 03:29:31 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:29:31 ---> Using cache 03:29:31 ---> a7dbb3d52041 03:29:31 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:29:31 ---> Using cache 03:29:31 ---> 2edbea65b99b 03:29:31 Step 13/23 : ENV APP_PORT=48081 03:29:32 Removing intermediate container d1c737e58c4f 03:29:32 ---> 4f0a603efc74 03:29:32 03:29:32 Step 10/31 : FROM alpine:3.12 03:29:32 ---> 42cb162f0360 03:29:32 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 03:29:32 ---> Running in f0638251647c 03:29:32 Removing intermediate container 3c6fc4ed175d 03:29:32 ---> be662cbf2add 03:29:32 Step 21/22 : LABEL git_sha=8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 03:29:32 ---> Running in 8cbc7947e30d 03:29:33 Removing intermediate container f0638251647c 03:29:33 ---> f5f9f2bd3352 03:29:33 Step 14/23 : EXPOSE $APP_PORT 03:29:33 ---> Running in 51d134e9ea24 03:29:33 Removing intermediate container 8cbc7947e30d 03:29:33 ---> b3f1847571fe 03:29:33 Step 22/22 : LABEL version=0.0.0 03:29:33 ---> Running in b7a618f38069 03:29:34 Removing intermediate container 51d134e9ea24 03:29:34 ---> 34ad1a0c8d1d 03:29:34 Step 15/23 : WORKDIR / 03:29:34 ---> Running in 91076f2f547a 03:29:34 Removing intermediate container b7a618f38069 03:29:34 ---> c901ebeb3a24 03:29:34 03:29:35 ---> Running in 9753f6a13dde 03:29:35 Successfully built c901ebeb3a24 03:29:35 Removing intermediate container 91076f2f547a 03:29:35 ---> b09dfbe9fdfb 03:29:35 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:29:35 Successfully tagged docker-support-scheduler-go-arm64:latest 03:29:36  Building docker-support-scheduler-go ... done  ---> 10c616d759ad 03:29:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:29:38 Removing intermediate container 9753f6a13dde 03:29:38 ---> 6d7d1c6412b7 03:29:38 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 03:29:38 ---> Running in 37f30df1944f 03:29:38 Removing intermediate container f795f1335624 03:29:38 ---> 5405cdb02497 03:29:38 03:29:38 Step 10/23 : FROM alpine:3.12 03:29:38 ---> 42cb162f0360 03:29:38 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:29:38 ---> Using cache 03:29:38 ---> 900286ef1bac 03:29:38 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:29:38 ---> Using cache 03:29:38 ---> d1eac3591e88 03:29:38 Step 13/23 : ENV APP_PORT=48081 03:29:38 ---> 31a3a6de5f79 03:29:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 03:29:39 ---> Running in 8b3f4bef488e 03:29:40 ---> 385faf0491f7 03:29:40 Step 19/23 : ENTRYPOINT ["/core-metadata"] 03:29:40 ---> Running in 5da2edab5d5c 03:29:40 ---> 99e8d3333b25 03:29:40 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 03:29:40 Removing intermediate container 5da2edab5d5c 03:29:40 ---> c745efd41831 03:29:40 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:29:40 ---> Running in 38613643d27c 03:29:41 ---> Running in ab97983f0397 03:29:41 Removing intermediate container 8b3f4bef488e 03:29:41 ---> 1d1097dbdcf8 03:29:41 Step 14/23 : EXPOSE $APP_PORT 03:29:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:29:41 ---> Running in 8bb51d18eef8 03:29:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:29:41 Removing intermediate container fb7421dbacfd 03:29:41 ---> 70ff06767e76 03:29:41 03:29:41 Step 10/24 : FROM alpine:3.12 03:29:41 ---> 42cb162f0360 03:29:41 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 03:29:41 (1/2) Installing dumb-init (1.2.2-r1) 03:29:41 (2/2) Installing su-exec (0.2-r1) 03:29:41 Executing busybox-1.31.1-r19.trigger 03:29:41 OK: 6 MiB in 16 packages 03:29:41 Removing intermediate container 38613643d27c 03:29:41 ---> c8c196ce7638 03:29:41 Step 21/23 : LABEL arch=arm64 03:29:41 ---> Running in d5f359a60cad 03:29:42 ---> Running in 30342956456c 03:29:42 Removing intermediate container 8bb51d18eef8 03:29:42 ---> 5915529f1076 03:29:42 Step 15/23 : WORKDIR / 03:29:42 Removing intermediate container d5f359a60cad 03:29:42 ---> 1489e5b3c692 03:29:42 Step 22/23 : LABEL git_sha=8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 03:29:42 ---> Running in adef629fe6c8 03:29:42 ---> Running in fd7b2701e23c 03:29:43 Removing intermediate container fd7b2701e23c 03:29:43 ---> f09c951a1868 03:29:43 Step 23/23 : LABEL version=0.0.0 03:29:43 ---> Running in bee568058a4e 03:29:43 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 03:29:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:29:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:29:43 Removing intermediate container adef629fe6c8 03:29:43 ---> a87f2b2bb45c 03:29:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:29:44 Removing intermediate container 37f30df1944f 03:29:44 ---> d8652a76017e 03:29:44 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 03:29:44 (1/6) Installing ca-certificates (20191127-r4) 03:29:44 (2/6) Installing nghttp2-libs (1.41.0-r0) 03:29:44 (3/6) Installing libcurl (7.69.1-r3) 03:29:44 (4/6) Installing curl (7.69.1-r3) 03:29:44 (5/6) Installing dumb-init (1.2.2-r1) 03:29:44 (6/6) Installing su-exec (0.2-r1) 03:29:44 Executing busybox-1.31.1-r19.trigger 03:29:44 Executing ca-certificates-20191127-r4.trigger 03:29:44 ---> Running in eb78c556f0cd 03:29:44 OK: 7 MiB in 20 packages 03:29:44 Removing intermediate container bee568058a4e 03:29:44 ---> 008c85bef4f2 03:29:44 03:29:44 ---> adb39a2e9ff4 03:29:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:29:44 Successfully built 008c85bef4f2 03:29:44 Removing intermediate container eb78c556f0cd 03:29:44 ---> bb98ddf30c76 03:29:44 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 03:29:44 Successfully tagged docker-core-metadata-go-arm64:latest 03:29:44 ---> Running in c67c532563ae 03:29:45 ---> 65814a211752 03:29:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 03:29:45 Removing intermediate container c67c532563ae 03:29:45 ---> deaf0d58d87c 03:29:45 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 03:29:45 Removing intermediate container 30342956456c 03:29:45 ---> 812a8f418fee 03:29:45 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:29:46 ---> Running in 2ff61b077f93 03:29:46 ---> Running in 3ea6b2137f49 03:29:46 ---> 9ca54982dd22 03:29:46 Step 19/23 : ENTRYPOINT ["/core-metadata"] 03:29:47 ---> Running in ccb5b1255893 03:29:47 Removing intermediate container 3ea6b2137f49 03:29:47 ---> 55e883692eb3 03:29:47 Step 13/24 : WORKDIR / 03:29:47 ---> Running in 01380e641a25 03:29:47 Removing intermediate container ccb5b1255893 03:29:47 ---> c029bcb89c77 03:29:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:29:48  Building docker-core-metadata-go ... done Removing intermediate container d44df0c62ce6 03:29:48 ---> e7c7ba7a2a2e 03:29:48 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 03:29:48 ---> Running in f0efa5393583 03:29:48 ---> Running in a3995c61a4e2 03:29:48 Removing intermediate container 01380e641a25 03:29:48 ---> 6a24b93125d1 03:29:48 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:29:49 Removing intermediate container a3995c61a4e2 03:29:49 ---> 15c2a44042b5 03:29:49 Step 21/23 : LABEL arch=x86_64 03:29:49 ---> Running in fca140af7d49 03:29:49 ---> ed53faddf49b 03:29:49 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 03:29:49 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 03:29:49 Removing intermediate container 2ff61b077f93 03:29:49 ---> 24b3dad04686 03:29:49 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 03:29:49 ---> Running in dd43c7e95989 03:29:49 Removing intermediate container fca140af7d49 03:29:49 ---> f735400542b3 03:29:49 Step 22/23 : LABEL git_sha=8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 03:29:49 ---> a51f8badf4e0 03:29:49 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 03:29:49 ---> Running in 1851fa95df3e 03:29:50 Removing intermediate container dd43c7e95989 03:29:50 ---> ead9436d1bb1 03:29:50 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 03:29:50 Removing intermediate container 1851fa95df3e 03:29:50 ---> 86f8fff98f91 03:29:50 Step 23/23 : LABEL version=0.0.0 03:29:50 ---> 667edf2e41d7 03:29:50 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:29:50 ---> Running in 1776863a9e16 03:29:51 ---> e5214e17b837 03:29:51 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 03:29:51 ---> Running in cc9d5d38c925 03:29:51 Removing intermediate container 1776863a9e16 03:29:51 ---> dd135d462c32 03:29:51 03:29:52 ---> a749f03a61ff 03:29:52 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:29:52 Removing intermediate container f0efa5393583 03:29:52 ---> b65a2db7c0dd 03:29:52 03:29:52 Step 11/26 : FROM docker:20.10.0 03:29:52 20.10.0: Pulling from library/docker 03:29:53 Successfully built dd135d462c32 03:29:53 Successfully tagged docker-core-metadata-go:latest 03:29:53  Building docker-core-metadata-go ... done  ---> 74ca4ca72582 03:29:53 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:29:54 Removing intermediate container cc9d5d38c925 03:29:54 ---> 26a8bed2922f 03:29:54 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 03:29:55 ---> d7cd021faff2 03:29:55 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/ 03:29:55 ---> Running in 083173c0c1f1 03:29:55 ---> e0c20529509c 03:29:55 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:29:57 ---> 07b666b6ba6e 03:29:57 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 03:29:58 ---> 0665ccc32881 03:29:58 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 03:29:58 Removing intermediate container 083173c0c1f1 03:29:58 ---> 8dfd486ee1d1 03:29:58 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 03:29:58 ---> Running in 50da2fe9c22e 03:29:58 ---> aef9c0d6e188 03:29:58 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 03:29:58 Removing intermediate container 50da2fe9c22e 03:29:58 ---> 98768b6d4461 03:29:58 Step 22/24 : LABEL arch=x86_64 03:29:58 ---> Running in 55b389f64e5e 03:29:59 ---> ab86cc4dcb12 03:29:59 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 03:29:59 Removing intermediate container 55b389f64e5e 03:29:59 ---> 9441029ef275 03:29:59 Step 23/24 : LABEL git_sha=8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 03:29:59 ---> Running in cbc22da3d86c 03:29:59 ---> Running in 6fb59a898929 03:30:00 Removing intermediate container cbc22da3d86c 03:30:00 ---> 41ab532cc903 03:30:00 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:30:00 Removing intermediate container 6fb59a898929 03:30:00 ---> 52b47341b3a5 03:30:00 Step 24/24 : LABEL version=0.0.0 03:30:00 ---> Running in 48912e12f11f 03:30:01 ---> d64abf5cda54 03:30:01 Step 26/31 : RUN chmod +x /entrypoint.sh 03:30:01 Removing intermediate container 48912e12f11f 03:30:01 ---> f7db18799d69 03:30:01 03:30:01 ---> Running in eca61a6ab32d 03:30:02 Successfully built f7db18799d69 03:30:02 Successfully tagged docker-security-secretstore-setup-go:latest 03:30:02 Removing intermediate container 8b726d91dd40 03:30:02 ---> 7d23f0471e9f 03:30:02 03:30:02 Step 10/23 : FROM alpine:3.12 03:30:02 ---> e47305ac9786 03:30:02 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:30:02 ---> Running in 2e264b98aa79 03:30:02 Removing intermediate container 2e264b98aa79 03:30:02 ---> 653d170296de 03:30:02 Step 12/23 : ENV APP_PORT=48080 03:30:02 ---> Running in a9c492f337fe 03:30:02 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 03:30:02 Status: Downloaded newer image for docker:20.10.0 03:30:02 ---> eeaf43b92773 03:30:02 Step 12/26 : RUN apk add --no-cache bash 03:30:02 ---> Running in de253a699627 03:30:02 Removing intermediate container a9c492f337fe 03:30:02 ---> 956369466c99 03:30:02 Step 13/23 : EXPOSE $APP_PORT 03:30:03 ---> Running in b25e76529dc6 03:30:03 Removing intermediate container b25e76529dc6 03:30:03 ---> 27c77eae7e38 03:30:03 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:30:03 ---> Running in 435f8e9ebf82 03:30:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:30:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:30:04 (1/2) Installing readline (8.0.4-r0) 03:30:04 (2/2) Installing bash (5.0.17-r0) 03:30:04 Executing bash-5.0.17-r0.post-install 03:30:04 Executing busybox-1.31.1-r19.trigger 03:30:04 OK: 12 MiB in 22 packages 03:30:06 Removing intermediate container 435f8e9ebf82 03:30:06 ---> 2af46ef2c351 03:30:06 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 03:30:06 ---> Running in ebf0d96284dd 03:30:06 Removing intermediate container de253a699627 03:30:06 ---> 9cf3a12de6cb 03:30:06 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 03:30:06 ---> Running in dc1087e28178 03:30:06  Building docker-security-secretstore-setup-go ... done Removing intermediate container ab97983f0397 03:30:06 ---> c55ed3933c05 03:30:06 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 03:30:06 Removing intermediate container eca61a6ab32d 03:30:06 ---> c47c1191536d 03:30:06 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 03:30:06 ---> Running in f8c7e5a7c0b6 03:30:07 Removing intermediate container dc1087e28178 03:30:07 ---> 08af888938ea 03:30:07 Step 14/26 : ENV APP_PORT=48090 03:30:07 ---> Running in 5c438ac9229d 03:30:07 ---> Running in 5e097e31fc55 03:30:07 Removing intermediate container 5e097e31fc55 03:30:07 ---> 829254cfbd0b 03:30:07 Step 28/31 : CMD ["gate"] 03:30:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:30:07 Removing intermediate container 5c438ac9229d 03:30:07 ---> 5c4ec17caf9f 03:30:07 Step 15/26 : EXPOSE $APP_PORT 03:30:07 ---> Running in 47e203bd4c7c 03:30:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:30:08 Removing intermediate container 47e203bd4c7c 03:30:08 ---> 62e292bbb734 03:30:08 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 03:30:08 ---> Running in 86c4240bf084 03:30:08 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 03:30:08 (1/6) Installing dumb-init (1.2.2-r1) 03:30:08 (2/6) Installing libgcc (9.3.0-r2) 03:30:08 (3/6) Installing libsodium (1.0.18-r0) 03:30:08 Removing intermediate container 86c4240bf084 03:30:08 ---> 86d618c39546 03:30:08 Step 29/31 : LABEL arch=x86_64 03:30:08 ---> Running in 0c97599baee8 03:30:09 (4/6) Installing libstdc++ (9.3.0-r2) 03:30:09 (5/6) Installing libzmq (4.3.3-r0) 03:30:09 (6/6) Installing zeromq (4.3.3-r0) 03:30:09 Executing busybox-1.31.1-r19.trigger 03:30:09 OK: 8 MiB in 20 packages 03:30:09 ---> db810066d98e 03:30:09 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 03:30:09 Removing intermediate container 0c97599baee8 03:30:09 ---> 8fc7da4f6200 03:30:09 Step 30/31 : LABEL git_sha=8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 03:30:10 ---> 27c255cd7175 03:30:10 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 03:30:10 ---> Running in 91bfa76980ac 03:30:10 Removing intermediate container ebf0d96284dd 03:30:10 ---> 5fa8d4b1cb0a 03:30:10 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:30:11 Removing intermediate container 91bfa76980ac 03:30:11 ---> c058b0eab814 03:30:11 Step 31/31 : LABEL version=0.0.0 03:30:11 ---> Running in f19c76fe16d3 03:30:11 Removing intermediate container f8c7e5a7c0b6 03:30:11 ---> e12419c40d8c 03:30:11 03:30:11 Step 11/26 : FROM docker:20.10.0 03:30:11 ---> 7b1b843ea73e 03:30:11 Step 19/26 : RUN apk --no-cache add py3-pip 03:30:11 ---> Running in 65d66e4e841e 03:30:11 ---> b2e4ed20c0ca 03:30:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:30:11 20.10.0: Pulling from library/docker 03:30:12 Removing intermediate container f19c76fe16d3 03:30:12 ---> ce698c46533e 03:30:12 03:30:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:30:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:30:13 ---> 7040699867db 03:30:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 03:30:13 (1/33) Installing libbz2 (1.0.8-r1) 03:30:13 (2/33) Installing expat (2.2.9-r1) 03:30:13 (3/33) Installing libffi (3.3-r2) 03:30:13 (4/33) Installing gdbm (1.13-r1) 03:30:13 (5/33) Installing xz-libs (5.2.5-r0) 03:30:13 (6/33) Installing sqlite-libs (3.32.1-r0) 03:30:13 (7/33) Installing python3 (3.8.8-r0) 03:30:13 Successfully built ce698c46533e 03:30:13 Successfully tagged docker-security-bootstrapper-go:latest 03:30:14 ---> f6c75c1ba5bc 03:30:14 Step 19/23 : ENTRYPOINT ["/core-data"] 03:30:14 ---> Running in bf73c0135186 03:30:15 Removing intermediate container bf73c0135186 03:30:15 ---> 889654df28fa 03:30:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:30:15 (8/33) Installing py3-appdirs (1.4.4-r1) 03:30:15 (9/33) Installing py3-ordered-set (4.0.1-r0) 03:30:15 (10/33) Installing py3-parsing (2.4.7-r0) 03:30:15 (11/33) Installing py3-six (1.15.0-r0) 03:30:15 (12/33) Installing py3-packaging (20.4-r0) 03:30:15 (13/33) Installing py3-setuptools (47.0.0-r0) 03:30:15 (14/33) Installing py3-chardet (3.0.4-r4) 03:30:15 ---> Running in 6e4ad5f28088 03:30:15 (15/33) Installing py3-idna (2.9-r0) 03:30:15 (16/33) Installing py3-certifi (2020.4.5.1-r0) 03:30:15 (17/33) Installing py3-urllib3 (1.25.9-r0) 03:30:15 (18/33) Installing py3-requests (2.23.0-r0) 03:30:15 (19/33) Installing py3-msgpack (1.0.0-r0) 03:30:15 (20/33) Installing py3-lockfile (0.12.2-r3) 03:30:15 (21/33) Installing py3-cachecontrol (0.12.6-r0) 03:30:15 (22/33) Installing py3-colorama (0.4.3-r0) 03:30:15 (23/33) Installing py3-distlib (0.3.0-r0) 03:30:15 (24/33) Installing py3-distro (1.5.0-r1) 03:30:15 (25/33) Installing py3-webencodings (0.5.1-r3) 03:30:15 (26/33) Installing py3-html5lib (1.0.1-r4) 03:30:15 (27/33) Installing py3-pytoml (0.1.21-r0) 03:30:15 (28/33) Installing py3-pep517 (0.8.2-r0) 03:30:15 (29/33) Installing py3-progress (1.5-r0) 03:30:15 (30/33) Installing py3-toml (0.10.1-r0) 03:30:15 (31/33) Installing py3-retrying (1.3.3-r0) 03:30:15 (32/33) Installing py3-contextlib2 (0.6.0-r0) 03:30:15 (33/33) Installing py3-pip (20.1.1-r0) 03:30:16 Executing busybox-1.31.1-r19.trigger 03:30:16 OK: 71 MiB in 55 packages 03:30:16 Removing intermediate container 6e4ad5f28088 03:30:16 ---> 1b46549aed68 03:30:16 Step 21/23 : LABEL arch=arm64 03:30:16 ---> Running in f7f72ef2a085 03:30:16 Removing intermediate container f7f72ef2a085 03:30:16 ---> 4f0e1c17e628 03:30:16 Step 22/23 : LABEL git_sha=8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 03:30:16 ---> Running in 8a9475bf35df 03:30:17 Removing intermediate container 8a9475bf35df 03:30:17 ---> 4660be39a0a0 03:30:17 Step 23/23 : LABEL version=0.0.0 03:30:17 ---> Running in 00bd9643d626 03:30:18 Removing intermediate container 00bd9643d626 03:30:18 ---> a1ea2adf7428 03:30:18 03:30:19 Successfully built a1ea2adf7428 03:30:19 Successfully tagged docker-core-data-go-arm64:latest 03:30:22  Building docker-core-data-go ... done Removing intermediate container 65d66e4e841e 03:30:22 ---> eb832fc125a3 03:30:22 Step 20/26 : RUN pip install docker-compose==1.23.2 03:30:22 ---> Running in 47cb9f5567c2 03:30:26  Building docker-security-bootstrapper-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 03:30:26 Status: Downloaded newer image for docker:20.10.0 03:30:26 ---> aefe523efa57 03:30:26 Step 12/26 : RUN apk add --no-cache bash 03:30:26 ---> Running in ad6fc3c9437c 03:30:26 Collecting docker-compose==1.23.2 03:30:26 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 03:30:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:30:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:30:27 (1/2) Installing readline (8.0.4-r0) 03:30:27 (2/2) Installing bash (5.0.17-r0) 03:30:27 Executing bash-5.0.17-r0.post-install 03:30:27 Executing busybox-1.31.1-r19.trigger 03:30:27 OK: 12 MiB in 22 packages 03:30:28 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 03:30:28 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 03:30:28 Collecting texttable<0.10,>=0.9.0 03:30:28 Downloading texttable-0.9.1.tar.gz (11 kB) 03:30:29 Removing intermediate container ad6fc3c9437c 03:30:29 ---> a0bf698504d0 03:30:29 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 03:30:29 ---> Running in f6bf4d333312 03:30:30 Removing intermediate container f6bf4d333312 03:30:30 ---> 7aeada7704a1 03:30:30 Step 14/26 : ENV APP_PORT=48090 03:30:30 Collecting dockerpty<0.5,>=0.4.1 03:30:30 Downloading dockerpty-0.4.1.tar.gz (13 kB) 03:30:30 ---> Running in 0f80a8a6792b 03:30:31 Removing intermediate container 0f80a8a6792b 03:30:31 ---> 59bbab7433e1 03:30:31 Step 15/26 : EXPOSE $APP_PORT 03:30:31 ---> Running in 5c21c94fb669 03:30:31 Removing intermediate container 5c21c94fb669 03:30:31 ---> 7bd53f626996 03:30:31 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 03:30:32 Collecting docker<4.0,>=3.6.0 03:30:32 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 03:30:33 ---> 0392ae0dcaf6 03:30:33 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 03:30:33 ---> 7905f36a3e01 03:30:33 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 03:30:34 Collecting PyYAML<4,>=3.10 03:30:34 Downloading PyYAML-3.13.tar.gz (270 kB) 03:30:34 ---> 0f5cb9397d68 03:30:34 Step 19/26 : RUN apk --no-cache add py3-pip 03:30:34 ---> Running in 125713db5c4e 03:30:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:30:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:30:36 (1/33) Installing libbz2 (1.0.8-r1) 03:30:36 (2/33) Installing expat (2.2.9-r1) 03:30:36 (3/33) Installing libffi (3.3-r2) 03:30:36 (4/33) Installing gdbm (1.13-r1) 03:30:36 (5/33) Installing xz-libs (5.2.5-r0) 03:30:36 (6/33) Installing sqlite-libs (3.32.1-r0) 03:30:36 (7/33) Installing python3 (3.8.8-r0) 03:30:37 Collecting websocket-client<1.0,>=0.32.0 03:30:37 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 03:30:37 Collecting cached-property<2,>=1.2.0 03:30:37 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 03:30:37 Collecting docopt<0.7,>=0.6.1 03:30:37 Downloading docopt-0.6.2.tar.gz (25 kB) 03:30:38 (8/33) Installing py3-appdirs (1.4.4-r1) 03:30:38 (9/33) Installing py3-ordered-set (4.0.1-r0) 03:30:38 (10/33) Installing py3-parsing (2.4.7-r0) 03:30:38 (11/33) Installing py3-six (1.15.0-r0) 03:30:38 (12/33) Installing py3-packaging (20.4-r0) 03:30:38 (13/33) Installing py3-setuptools (47.0.0-r0) 03:30:38 (14/33) Installing py3-chardet (3.0.4-r4) 03:30:38 (15/33) Installing py3-idna (2.9-r0) 03:30:38 (16/33) Installing py3-certifi (2020.4.5.1-r0) 03:30:38 (17/33) Installing py3-urllib3 (1.25.9-r0) 03:30:38 (18/33) Installing py3-requests (2.23.0-r0) 03:30:38 (19/33) Installing py3-msgpack (1.0.0-r0) 03:30:38 (20/33) Installing py3-lockfile (0.12.2-r3) 03:30:38 (21/33) Installing py3-cachecontrol (0.12.6-r0) 03:30:38 (22/33) Installing py3-colorama (0.4.3-r0) 03:30:38 (23/33) Installing py3-distlib (0.3.0-r0) 03:30:38 (24/33) Installing py3-distro (1.5.0-r1) 03:30:38 (25/33) Installing py3-webencodings (0.5.1-r3) 03:30:38 (26/33) Installing py3-html5lib (1.0.1-r4) 03:30:38 (27/33) Installing py3-pytoml (0.1.21-r0) 03:30:38 (28/33) Installing py3-pep517 (0.8.2-r0) 03:30:38 (29/33) Installing py3-progress (1.5-r0) 03:30:38 (30/33) Installing py3-toml (0.10.1-r0) 03:30:38 (31/33) Installing py3-retrying (1.3.3-r0) 03:30:38 (32/33) Installing py3-contextlib2 (0.6.0-r0) 03:30:38 (33/33) Installing py3-pip (20.1.1-r0) 03:30:39 Executing busybox-1.31.1-r19.trigger 03:30:39 OK: 71 MiB in 55 packages 03:30:39 Collecting jsonschema<3,>=2.5.1 03:30:39 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 03:30:40 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 03:30:40 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) 03:30:40 Collecting idna<2.8,>=2.5 03:30:40 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 03:30:40 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) 03:30:40 Collecting urllib3<1.25,>=1.21.1 03:30:40 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 03:30:41 Collecting docker-pycreds>=0.4.0 03:30:41 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 03:30:41 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 03:30:41 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 03:30:41 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 03:30:41 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 03:30:42 Installing collected packages: idna, urllib3, requests, texttable, dockerpty, websocket-client, docker-pycreds, docker, PyYAML, cached-property, docopt, jsonschema, docker-compose 03:30:42 Attempting uninstall: idna 03:30:42 Found existing installation: idna 2.9 03:30:42 Uninstalling idna-2.9: 03:30:42 Successfully uninstalled idna-2.9 03:30:42 Attempting uninstall: urllib3 03:30:42 Found existing installation: urllib3 1.25.9 03:30:42 Uninstalling urllib3-1.25.9: 03:30:42 Successfully uninstalled urllib3-1.25.9 03:30:43 Attempting uninstall: requests 03:30:43 Found existing installation: requests 2.23.0 03:30:43 Uninstalling requests-2.23.0: 03:30:43 Successfully uninstalled requests-2.23.0 03:30:43 Running setup.py install for texttable: started 03:30:45 Running setup.py install for texttable: finished with status 'done' 03:30:45 Running setup.py install for dockerpty: started 03:30:47 Running setup.py install for dockerpty: finished with status 'done' 03:30:48 Running setup.py install for PyYAML: started 03:30:50 Running setup.py install for PyYAML: finished with status 'done' 03:30:50 Running setup.py install for docopt: started 03:30:52 Running setup.py install for docopt: finished with status 'done' 03:30:53 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 03:30:55 Removing intermediate container 125713db5c4e 03:30:55 ---> 117cc561cc62 03:30:55 Step 20/26 : RUN pip install docker-compose==1.23.2 03:30:55 ---> Running in 9bf31ac7044f 03:30:57 Removing intermediate container 47cb9f5567c2 03:30:57 ---> 5b723610a87a 03:30:57 Step 21/26 : RUN apk --no-cache add curl 03:30:57 ---> Running in 609310ff7df3 03:30:58 Collecting docker-compose==1.23.2 03:30:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:30:58 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 03:30:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:30:58 Collecting docker<4.0,>=3.6.0 03:30:58 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 03:30:58 (1/3) Installing nghttp2-libs (1.41.0-r0) 03:30:58 (2/3) Installing libcurl (7.69.1-r3) 03:30:58 (3/3) Installing curl (7.69.1-r3) 03:30:58 Executing busybox-1.31.1-r19.trigger 03:30:58 OK: 72 MiB in 58 packages 03:30:59 Collecting docopt<0.7,>=0.6.1 03:30:59 Downloading docopt-0.6.2.tar.gz (25 kB) 03:31:00 Collecting cached-property<2,>=1.2.0 03:31:00 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 03:31:00 Removing intermediate container 609310ff7df3 03:31:00 ---> dd10406e9c84 03:31:00 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 03:31:00 ---> Running in ef53e40d2aa2 03:31:00 Collecting jsonschema<3,>=2.5.1 03:31:00 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 03:31:00 Collecting dockerpty<0.5,>=0.4.1 03:31:00 Downloading dockerpty-0.4.1.tar.gz (13 kB) 03:31:01 Removing intermediate container ef53e40d2aa2 03:31:01 ---> a6d9db2877eb 03:31:01 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:31:01 ---> Running in a96cb5c788c6 03:31:01 Removing intermediate container a96cb5c788c6 03:31:01 ---> 61c0c1070ab3 03:31:01 Step 24/26 : LABEL arch=arm64 03:31:01 ---> Running in 79962e0ed463 03:31:01 Collecting PyYAML<4,>=3.10 03:31:01 Downloading PyYAML-3.13.tar.gz (270 kB) 03:31:02 Removing intermediate container 79962e0ed463 03:31:02 ---> 9aeaf037e451 03:31:02 Step 25/26 : LABEL git_sha=8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 03:31:02 ---> Running in e6d653c86e64 03:31:02 Removing intermediate container e6d653c86e64 03:31:02 ---> 1f175949064c 03:31:02 Step 26/26 : LABEL version=0.0.0 03:31:02 ---> Running in 4a66744d2655 03:31:03 Removing intermediate container 4a66744d2655 03:31:03 ---> e9f2fe410cdc 03:31:03 03:31:03 Successfully built e9f2fe410cdc 03:31:03 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 03:31:03 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 03:31:04  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 03:31:04 $ docker stop --time=1 881c294322d43d10dfc846682e924faeb21bc9b3fefab8a01449441d6ac77f31 03:31:04 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 03:31:04 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 03:31:04 Collecting websocket-client<1.0,>=0.32.0 03:31:04 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 03:31:04 Collecting texttable<0.10,>=0.9.0 03:31:04 Downloading texttable-0.9.1.tar.gz (11 kB) 03:31:05 Collecting docker-pycreds>=0.4.0 03:31:05 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 03:31:05 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) 03:31:05 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) 03:31:05 Collecting urllib3<1.25,>=1.21.1 03:31:05 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 03:31:06 $ docker rm -f 881c294322d43d10dfc846682e924faeb21bc9b3fefab8a01449441d6ac77f31 03:31:06 Collecting idna<2.8,>=2.5 03:31:06 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 03:31:06 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 03:31:06 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 03:31:06 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 03:31:06 Using legacy setup.py install for texttable, since package 'wheel' is not installed. [Pipeline] // withDockerContainer [Pipeline] sh 03:31:06 Installing collected packages: docker-pycreds, websocket-client, urllib3, idna, requests, docker, docopt, cached-property, jsonschema, dockerpty, PyYAML, texttable, docker-compose 03:31:06 Attempting uninstall: urllib3 03:31:06 Found existing installation: urllib3 1.25.9 03:31:06 Uninstalling urllib3-1.25.9: 03:31:06 + docker images 03:31:06 + grep docker 03:31:07 Successfully uninstalled urllib3-1.25.9 03:31:07 Attempting uninstall: idna 03:31:07 Found existing installation: idna 2.9 03:31:07 Uninstalling idna-2.9: 03:31:07 docker-sys-mgmt-agent-go-arm64 latest e9f2fe410cdc 4 seconds ago 301MB 03:31:07 docker-core-data-go-arm64 latest a1ea2adf7428 49 seconds ago 21.4MB 03:31:07 docker-core-metadata-go-arm64 latest 008c85bef4f2 About a minute ago 17.9MB 03:31:07 docker-support-scheduler-go-arm64 latest c901ebeb3a24 About a minute ago 16.4MB 03:31:07 docker-security-bootstrapper-go-arm64 latest a980a37aa2d6 3 minutes ago 17.9MB 03:31:07 docker-security-secretstore-setup-go-arm64 latest 79c9207bb5aa 4 minutes ago 24.4MB 03:31:07 docker-core-command-go-arm64 latest 517d4f59b1a9 4 minutes ago 16.3MB 03:31:07 docker-support-notifications-go-arm64 latest 18b77ae654b8 4 minutes ago 16.9MB 03:31:07 docker-security-proxy-setup-go-arm64 latest 912c86b3669e 4 minutes ago 24.1MB 03:31:07 docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } 03:31:07 Successfully uninstalled idna-2.9 03:31:07 Attempting uninstall: requests 03:31:07 Found existing installation: requests 2.23.0 03:31:07 Uninstalling requests-2.23.0: 03:31:07 Successfully uninstalled requests-2.23.0 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 03:31:07 Running setup.py install for docopt: started 03:31:08 ---> job-cost.sh 03:31:08 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-jOGi 03:31:08 Running setup.py install for docopt: finished with status 'done' 03:31:08 Running setup.py install for dockerpty: started 03:31:10 Running setup.py install for dockerpty: finished with status 'done' 03:31:10 Running setup.py install for PyYAML: started 03:31:12 Running setup.py install for PyYAML: finished with status 'done' 03:31:12 Running setup.py install for texttable: started 03:31:13 Running setup.py install for texttable: finished with status 'done' 03:31:13 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 03:31:17 Removing intermediate container 9bf31ac7044f 03:31:17 ---> 5fdbb1757498 03:31:17 Step 21/26 : RUN apk --no-cache add curl 03:31:17 ---> Running in a44255f0e4df 03:31:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:31:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:31:19 (1/3) Installing nghttp2-libs (1.41.0-r0) 03:31:19 (2/3) Installing libcurl (7.69.1-r3) 03:31:19 (3/3) Installing curl (7.69.1-r3) 03:31:19 Executing busybox-1.31.1-r19.trigger 03:31:19 OK: 72 MiB in 58 packages 03:31:20 Removing intermediate container a44255f0e4df 03:31:20 ---> 6924acbb9d83 03:31:20 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 03:31:20 ---> Running in 0c9eb34feba1 03:31:21 Removing intermediate container 0c9eb34feba1 03:31:21 ---> c1439db9c385 03:31:21 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:31:21 ---> Running in ba93bc289447 03:31:22 Removing intermediate container ba93bc289447 03:31:22 ---> f0d3c3bd78af 03:31:22 Step 24/26 : LABEL arch=x86_64 03:31:23 ---> Running in 4f99391aa0f5 03:31:23 Removing intermediate container 4f99391aa0f5 03:31:23 ---> b0d855df46bd 03:31:23 Step 25/26 : LABEL git_sha=8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 03:31:23 ---> Running in 3aa071bfe1d3 03:31:24 Removing intermediate container 3aa071bfe1d3 03:31:24 ---> 612d20f6b247 03:31:24 Step 26/26 : LABEL version=0.0.0 03:31:24 ---> Running in d930ae19d92b 03:31:24 Removing intermediate container d930ae19d92b 03:31:24 ---> 1dab93232c0a 03:31:24 03:31:25 Successfully built 1dab93232c0a 03:31:25 Successfully tagged docker-sys-mgmt-agent-go:latest 03:31:26  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 03:31:26 $ docker stop --time=1 b0cb049fe6f6a809a8c2264fb3a6177bbf8157e6475abc438081af66c25158c6 03:31:29 $ docker rm -f b0cb049fe6f6a809a8c2264fb3a6177bbf8157e6475abc438081af66c25158c6 [Pipeline] // withDockerContainer [Pipeline] sh 03:31:31 + docker images 03:31:31 + grep docker 03:31:32 docker-sys-mgmt-agent-go latest 1dab93232c0a 8 seconds ago 314MB 03:31:32 docker-security-bootstrapper-go latest ce698c46533e About a minute ago 18.9MB 03:31:32 docker-security-secretstore-setup-go latest f7db18799d69 About a minute ago 25.7MB 03:31:32 docker-core-metadata-go latest dd135d462c32 About a minute ago 19MB 03:31:32 docker-core-data-go latest fa9c1d8929ae 4 minutes ago 22.7MB 03:31:32 docker-core-command-go latest f609ce9c998c 4 minutes ago 17.3MB 03:31:32 docker-support-notifications-go latest 6488cb7863d3 4 minutes ago 17.9MB 03:31:32 docker-security-proxy-setup-go latest dd000a9a4c31 4 minutes ago 25.4MB 03:31:32 docker-support-scheduler-go latest a511c5e981f7 4 minutes ago 17.4MB 03:31:32 docker 20.10.0 aefe523efa57 3 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 03:31:48 Still waiting to schedule task 03:31:48 ‘prd-ubuntu18.04-docker-8c-8g-32188’ is offline 03:31:48 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 03:32:49 Running on prd-ubuntu18.04-docker-8c-8g-32190 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 03:32:49 Running in /w/workspace/edgex-go/47 [Pipeline] { [Pipeline] checkout 03:32:52 using credential edgex-jenkins-ssh 03:32:52 Cloning the remote Git repository 03:32:52 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:32:52 > git init /w/workspace/edgex-go/47 # timeout=10 03:32:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:32:52 > git --version # timeout=10 03:32:52 > git --version # 'git version 2.17.1' 03:32:52 using GIT_SSH to set credentials SSH Credentials for GitHub 03:32:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:33:00 Merging remotes/origin/master commit 455f88eb7f104c981a27c2f244562def9f736fdb into PR head commit 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 03:33:00 Merge succeeded, producing 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 03:33:00 Checking out Revision 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 (PR-3234) 03:33:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:33:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:33:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:33:00 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:33:00 using GIT_SSH to set credentials SSH Credentials for GitHub 03:33:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:33:00 > git config core.sparsecheckout # timeout=10 03:33:00 > git checkout -f 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 # timeout=10 03:33:00 > git remote # timeout=10 03:33:00 > git config --get remote.origin.url # timeout=10 03:33:00 using GIT_SSH to set credentials SSH Credentials for GitHub 03:33:00 > git merge 455f88eb7f104c981a27c2f244562def9f736fdb # timeout=10 03:33:00 > git rev-parse HEAD^{commit} # timeout=10 03:33:00 > git config core.sparsecheckout # timeout=10 03:33:00 > git checkout -f 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 # timeout=10 03:33:04 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" 03:33:05 03:33:05 GitHub has been notified of this commit’s build result 03:33:05 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:33:05 + echo snap-build.sh 03:33:05 snap-build.sh 03:33:05 + SNAP_BASE_DIR=. 03:33:05 + '[' '!' -z /w/workspace/edgex-go/47 ']' 03:33:05 + SNAP_BASE_DIR=/w/workspace/edgex-go/47 03:33:05 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/47]' 03:33:05 [snap-build] Building snap in dir [/w/workspace/edgex-go/47] 03:33:05 + cd /w/workspace/edgex-go/47 03:33:05 + sudo apt-get remove -qy --purge lxd lxd-client 03:33:05 Reading package lists... 03:33:06 Building dependency tree... 03:33:06 Reading state information... 03:33:06 The following packages were automatically installed and are no longer required: 03:33:06 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 03:33:06 uidmap xdelta3 03:33:06 Use 'sudo apt autoremove' to remove them. 03:33:06 The following packages will be REMOVED: 03:33:06 lxd* lxd-client* 03:33:07 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 03:33:07 After this operation, 31.7 MB disk space will be freed. 03:33:08 (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.) 03:33:08 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 03:33:09 Removing lxd dnsmasq configuration 03:33:10 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 03:33:10 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 03:33:11 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 03:33:11 (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.) 03:33:11 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 03:33:14 Processing triggers for systemd (237-3ubuntu10.42) ... 03:33:14 Processing triggers for ureadahead (0.100.0-21) ... 03:33:16 + sudo snap remove --purge lxd 03:33:16 snap "lxd" is not installed 03:33:16 + sudo groupadd --force --system lxd 03:33:16 ++ whoami 03:33:16 + sudo /usr/sbin/usermod -G lxd -a jenkins 03:33:16 + newgrp - lxd 03:33:16 + sudo snap install lxd 03:33:24 lf-activate-venv(): INFO: Adding /tmp/venv-jOGi/bin to PATH 03:33:24 INFO: No Stack... 03:33:24 INFO: Retrieving Pricing Info for: lf-standard-4 03:33:24 INFO: Archiving Costs [Pipeline] sh 03:33:25 + cut -d, -f6 03:33:25 + cat /w/workspace/edgex-go/47/archives/cost.csv [Pipeline] lock 03:33:25 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-47-stack-cost] 03:33:25 Resource [jenkins-edgexfoundry-edgex-go-PR-3234-47-stack-cost] did not exist. Created. 03:33:25 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-47-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:33:25 + echo total: 0.20999999344348907 [Pipeline] stash 03:33:26 Stashed 1 file(s) [Pipeline] } 03:33:26 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-47-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:33:26 2021-03-31T03:33:23Z INFO Waiting for automatic snapd restart... [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 03:33:44 lxd 4.12 from Canonical* installed 03:33:44 + sudo lxd init --auto 03:33:52 + sudo snap install --classic snapcraft 03:34:02 snapcraft 4.6 from Canonical* installed 03:34:02 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 03:34:02 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 03:34:02 % Total % Received % Xferd Average Speed Time Time Time Current 03:34:02 Dload Upload Total Spent Left Speed 03:34:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3562 0 --:--:-- --:--:-- --:--:-- 3562 03:34:02 100 3325k 100 3325k 0 0 7438k 0 --:--:-- --:--:-- --:--:-- 7438k 03:34:02 ./yq_linux_amd64 03:34:02 + sudo snapcraft prime --use-lxd 03:34:04 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 03:34:04 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: 03:34:04 - README.md 03:34:04 03:34:04 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 03:34:05 Launching a container. 03:34:20 Waiting for container to be ready 03:34:20 To start your first instance, try: lxc launch ubuntu:18.04 03:34:20 03:34:25 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 03:34:25 Waiting for network to be ready... 03:34:26 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 03:34:26 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] 03:34:26 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 03:34:26 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 03:34:26 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 03:34:26 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 03:34:26 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 03:34:26 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 03:34:26 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 03:34:26 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 03:34:26 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 03:34:26 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 03:34:27 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 03:34:27 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 03:34:27 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 03:34:27 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 03:34:27 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 03:34:27 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 03:34:27 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 03:34:27 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 03:34:27 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 03:34:27 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 03:34:27 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 03:34:27 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 03:34:27 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 03:34:27 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 03:34:27 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 03:34:32 Fetched 24.2 MB in 6s (3943 kB/s) 03:34:34 Reading package lists... 03:34:34 Reading package lists... 03:34:34 Building dependency tree... 03:34:34 Reading state information... 03:34:34 The following additional packages will be installed: 03:34:34 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 03:34:34 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 03:34:34 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 03:34:34 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 03:34:34 Suggested packages: 03:34:34 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 03:34:34 Recommended packages: 03:34:34 gnupg libsasl2-modules 03:34:34 The following NEW packages will be installed: 03:34:34 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 03:34:34 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 03:34:34 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 03:34:34 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 03:34:34 The following packages will be upgraded: 03:34:34 gpg gpg-agent gpgconf libudev1 03:34:34 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 03:34:34 Need to get 3530 kB of archives. 03:34:34 After this operation, 13.3 MB of additional disk space will be used. 03:34:34 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] 03:34:34 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] 03:34:34 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 03:34:34 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 03:34:34 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 03:34:35 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 03:34:35 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 03:34:35 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 03:34:35 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 03:34:35 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 03:34:35 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 03:34:35 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 03:34:35 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 03:34:35 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 03:34:35 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 03:34:35 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 03:34:35 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 03:34:35 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 03:34:35 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 03:34:35 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 03:34:35 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 03:34:35 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 03:34:36 debconf: delaying package configuration, since apt-utils is not installed 03:34:36 Fetched 3530 kB in 1s (3121 kB/s) 03:34:36 (Reading database ... 12511 files and directories currently installed.) 03:34:36 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 03:34:36 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 03:34:36 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 03:34:36 Selecting previously unselected package udev. 03:34:36 (Reading database ... 12511 files and directories currently installed.) 03:34:36 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 03:34:36 Unpacking udev (237-3ubuntu10.45) ... 03:34:37 Selecting previously unselected package libfuse2:amd64. 03:34:37 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 03:34:37 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 03:34:37 Selecting previously unselected package fuse. 03:34:37 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 03:34:37 Unpacking fuse (2.9.7-1ubuntu1) ... 03:34:37 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 03:34:37 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 03:34:37 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 03:34:37 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 03:34:37 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 03:34:37 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 03:34:37 Selecting previously unselected package libksba8:amd64. 03:34:37 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 03:34:37 Unpacking libksba8:amd64 (1.3.5-2) ... 03:34:37 Selecting previously unselected package libroken18-heimdal:amd64. 03:34:37 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:34:37 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 03:34:37 Selecting previously unselected package libasn1-8-heimdal:amd64. 03:34:37 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:34:37 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 03:34:38 Selecting previously unselected package libheimbase1-heimdal:amd64. 03:34:38 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:34:38 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 03:34:38 Selecting previously unselected package libhcrypto4-heimdal:amd64. 03:34:38 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:34:38 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 03:34:38 Selecting previously unselected package libwind0-heimdal:amd64. 03:34:38 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:34:38 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:34:38 Selecting previously unselected package libhx509-5-heimdal:amd64. 03:34:38 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:34:38 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 03:34:38 Selecting previously unselected package libkrb5-26-heimdal:amd64. 03:34:38 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:34:38 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 03:34:38 Selecting previously unselected package libheimntlm0-heimdal:amd64. 03:34:38 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:34:38 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:34:38 Selecting previously unselected package libgssapi3-heimdal:amd64. 03:34:38 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:34:38 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 03:34:38 Selecting previously unselected package libsasl2-modules-db:amd64. 03:34:38 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 03:34:38 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:34:39 Selecting previously unselected package libsasl2-2:amd64. 03:34:39 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 03:34:39 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:34:39 Selecting previously unselected package libldap-common. 03:34:39 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 03:34:39 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 03:34:39 Selecting previously unselected package libldap-2.4-2:amd64. 03:34:39 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 03:34:39 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 03:34:39 Selecting previously unselected package dirmngr. 03:34:39 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 03:34:39 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 03:34:39 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 03:34:39 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 03:34:39 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 03:34:39 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:34:39 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:34:39 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 03:34:39 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 03:34:39 Setting up libksba8:amd64 (1.3.5-2) ... 03:34:39 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:34:39 Setting up udev (237-3ubuntu10.45) ... 03:34:40 invoke-rc.d: policy-rc.d denied execution of start. 03:34:40 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 03:34:40 Processing triggers for systemd (237-3ubuntu10) ... 03:34:40 Setting up fuse (2.9.7-1ubuntu1) ... 03:34:40 Setting up gpg (2.2.4-1ubuntu1.4) ... 03:34:40 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:34:41 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 03:34:41 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 03:34:41 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 03:34:41 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 03:34:41 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:34:41 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 03:34:41 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 03:34:41 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 03:34:41 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:34:42 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 03:34:42 settings in the [Install] section, and DefaultInstance for template units). 03:34:42 This means they are not meant to be enabled using systemctl. 03:34:42 Possible reasons for having this kind of units are: 03:34:42 1) A unit may be statically enabled by being symlinked from another unit's 03:34:42 .wants/ or .requires/ directory. 03:34:42 2) A unit's purpose may be to act as a helper for some other unit which has 03:34:42 a requirement dependency on it. 03:34:42 3) A unit may be started when needed via activation (socket, path, timer, 03:34:42 D-Bus, udev, scripted systemctl call, ...). 03:34:42 4) In case of template units, the unit is meant to be enabled with some 03:34:42 instance name specified. 03:34:42 Reading package lists... 03:34:43 Building dependency tree... 03:34:43 Reading state information... 03:34:43 The following additional packages will be installed: 03:34:43 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 03:34:43 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 03:34:43 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 03:34:43 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 03:34:43 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 03:34:43 Suggested packages: 03:34:43 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 03:34:43 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 03:34:43 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 03:34:43 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 03:34:43 systemd-container policykit-1 03:34:43 Recommended packages: 03:34:43 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 03:34:43 The following NEW packages will be installed: 03:34:43 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 03:34:43 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 03:34:43 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 03:34:43 multiarch-support openssh-client python3 python3-minimal python3.6 03:34:43 python3.6-minimal snapd squashfs-tools sudo 03:34:43 The following packages will be upgraded: 03:34:43 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 03:34:43 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 03:34:43 Need to get 35.2 MB of archives. 03:34:43 After this operation, 141 MB of additional disk space will be used. 03:34:43 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 03:34:43 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 03:34:43 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 03:34:43 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 03:34:43 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 03:34:43 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 03:34:43 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 03:34:43 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 03:34:43 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 03:34:43 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 03:34:43 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 03:34:43 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 03:34:43 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 03:34:43 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 03:34:43 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 03:34:43 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 03:34:43 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 03:34:44 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 03:34:44 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 03:34:44 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 03:34:44 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 03:34:44 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 03:34:44 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 03:34:44 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 03:34:44 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 03:34:44 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 03:34:44 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 03:34:44 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 03:34:44 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 03:34:44 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 03:34:44 debconf: delaying package configuration, since apt-utils is not installed 03:34:44 Fetched 35.2 MB in 1s (29.9 MB/s) 03:34:45 (Reading database ... 12757 files and directories currently installed.) 03:34:45 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 03:34:45 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 03:34:46 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 03:34:46 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 03:34:46 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 03:34:47 (Reading database ... 12757 files and directories currently installed.) 03:34:47 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 03:34:47 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 03:34:47 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 03:34:47 (Reading database ... 12757 files and directories currently installed.) 03:34:47 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 03:34:47 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 03:34:48 Setting up apt (1.6.12ubuntu0.2) ... 03:34:48 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 03:34:49 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 03:34:49 (Reading database ... 12764 files and directories currently installed.) 03:34:49 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 03:34:49 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 03:34:49 Selecting previously unselected package libpython3.6-minimal:amd64. 03:34:49 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 03:34:49 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 03:34:49 Selecting previously unselected package libexpat1:amd64. 03:34:49 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 03:34:49 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 03:34:49 Selecting previously unselected package python3.6-minimal. 03:34:49 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 03:34:49 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 03:34:50 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 03:34:50 Checking for services that may need to be restarted...done. 03:34:50 Checking for services that may need to be restarted...done. 03:34:50 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 03:34:50 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 03:34:50 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 03:34:51 Selecting previously unselected package python3-minimal. 03:34:51 (Reading database ... 13012 files and directories currently installed.) 03:34:51 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 03:34:51 Unpacking python3-minimal (3.6.7-1~18.04) ... 03:34:51 Selecting previously unselected package mime-support. 03:34:51 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 03:34:51 Unpacking mime-support (3.60ubuntu1) ... 03:34:51 Selecting previously unselected package libmpdec2:amd64. 03:34:51 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 03:34:51 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 03:34:51 Selecting previously unselected package libpython3.6-stdlib:amd64. 03:34:51 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 03:34:51 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 03:34:51 Selecting previously unselected package python3.6. 03:34:51 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 03:34:51 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 03:34:52 Selecting previously unselected package libpython3-stdlib:amd64. 03:34:52 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 03:34:52 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 03:34:52 Setting up python3-minimal (3.6.7-1~18.04) ... 03:34:52 Selecting previously unselected package python3. 03:34:52 (Reading database ... 13442 files and directories currently installed.) 03:34:52 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 03:34:52 Unpacking python3 (3.6.7-1~18.04) ... 03:34:52 Selecting previously unselected package multiarch-support. 03:34:52 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 03:34:52 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 03:34:52 Setting up multiarch-support (2.27-3ubuntu1.4) ... 03:34:53 Selecting previously unselected package liblzo2-2:amd64. 03:34:53 (Reading database ... 13479 files and directories currently installed.) 03:34:53 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 03:34:53 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 03:34:53 Selecting previously unselected package libbsd0:amd64. 03:34:53 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 03:34:53 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 03:34:53 Selecting previously unselected package sudo. 03:34:53 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 03:34:53 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 03:34:53 Selecting previously unselected package apparmor. 03:34:53 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 03:34:53 Unpacking apparmor (2.12-4ubuntu5.1) ... 03:34:53 Selecting previously unselected package libedit2:amd64. 03:34:53 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 03:34:53 Unpacking libedit2:amd64 (3.1-20170329-1) ... 03:34:54 Selecting previously unselected package libkrb5support0:amd64. 03:34:54 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 03:34:54 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 03:34:54 Selecting previously unselected package libk5crypto3:amd64. 03:34:54 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 03:34:54 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 03:34:54 Selecting previously unselected package libkeyutils1:amd64. 03:34:54 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 03:34:54 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 03:34:54 Selecting previously unselected package libkrb5-3:amd64. 03:34:54 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 03:34:54 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 03:34:54 Selecting previously unselected package libgssapi-krb5-2:amd64. 03:34:54 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 03:34:54 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 03:34:54 Selecting previously unselected package libssl1.0.0:amd64. 03:34:54 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 03:34:54 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 03:34:54 Selecting previously unselected package openssh-client. 03:34:54 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 03:34:54 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 03:34:55 Selecting previously unselected package squashfs-tools. 03:34:55 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 03:34:55 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 03:34:55 Selecting previously unselected package snapd. 03:34:55 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 03:34:55 Unpacking snapd (2.48.3+18.04) ... 03:34:58 Setting up libedit2:amd64 (3.1-20170329-1) ... 03:34:58 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 03:34:58 Setting up mime-support (3.60ubuntu1) ... 03:34:58 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 03:34:58 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 03:34:58 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 03:34:58 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:34:58 Setting up systemd (237-3ubuntu10.45) ... 03:34:58 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 03:34:59 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 03:34:59 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 03:34:59 Setting up liblzo2-2:amd64 (2.08-1.2) ... 03:34:59 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 03:34:59 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 03:34:59 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 03:35:00 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 03:35:01 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 03:35:01 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 03:35:01 Setting up python3 (3.6.7-1~18.04) ... 03:35:01 running python rtupdate hooks for python3.6... 03:35:01 running python post-rtupdate hooks for python3.6... 03:35:01 Setting up apparmor (2.12-4ubuntu5.1) ... 03:35:03 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 03:35:03 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 03:35:03 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 03:35:03 Setting up snapd (2.48.3+18.04) ... 03:35:04 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 03:35:04 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 03:35:04 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 03:35:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 03:35:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 03:35:05 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 03:35:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 03:35:06 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 03:35:06 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 03:35:06 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 03:35:07 /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' 03:35:07 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:35:07 Processing triggers for systemd (237-3ubuntu10.45) ... 03:35:09 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 03:35:09 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 03:35:09 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:35:09 Fetched 88.7 kB in 1s (152 kB/s) 03:35:11 Reading package lists... 03:35:12 Reading package lists... 03:35:12 Building dependency tree... 03:35:12 Reading state information... 03:35:12 Calculating upgrade... 03:35:12 The following packages will be upgraded: 03:35:12 advancecomp base-files bash binutils binutils-common 03:35:12 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 03:35:12 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 03:35:12 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 03:35:12 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 03:35:12 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 03:35:12 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 03:35:12 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 03:35:12 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 03:35:12 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 03:35:12 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 03:35:12 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 03:35:12 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 03:35:12 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 03:35:12 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 03:35:12 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 03:35:12 Need to get 63.8 MB of archives. 03:35:12 After this operation, 5208 kB of additional disk space will be used. 03:35:12 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 03:35:12 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] 03:35:13 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 03:35:13 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 03:35:13 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 03:35:13 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 03:35:13 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 03:35:13 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 03:35:13 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 03:35:13 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 03:35:13 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 03:35:13 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 03:35:13 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 03:35:13 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 03:35:13 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 03:35:13 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 03:35:13 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 03:35:13 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 03:35:13 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 03:35:13 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 03:35:13 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 03:35:13 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 03:35:13 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 03:35:13 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 03:35:13 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 03:35:13 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 03:35:13 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 03:35:13 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 03:35:13 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 03:35:13 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 03:35:13 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 03:35:13 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 03:35:13 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 03:35:13 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 03:35:13 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 03:35:13 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 03:35:13 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 03:35:13 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 03:35:13 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 03:35:13 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 03:35:13 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 03:35:13 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 03:35:13 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 03:35:13 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 03:35:13 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 03:35:13 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 03:35:13 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 03:35:13 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 03:35:13 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 03:35:13 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 03:35:13 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 03:35:13 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 03:35:13 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 03:35:14 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 03:35:14 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 03:35:14 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 03:35:14 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 03:35:14 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 03:35:14 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 03:35:14 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 03:35:14 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 03:35:14 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 03:35:14 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 03:35:14 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 03:35:14 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 03:35:14 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 03:35:14 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 03:35:14 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 03:35:14 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 03:35:14 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 03:35:14 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 03:35:14 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 03:35:14 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 03:35:14 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 03:35:14 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 03:35:14 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 03:35:14 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 03:35:14 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 03:35:14 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 03:35:14 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 03:35:14 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 03:35:14 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 03:35:14 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 03:35:14 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 03:35:14 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 03:35:14 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 03:35:14 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 03:35:14 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 03:35:14 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 03:35:14 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 03:35:15 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 03:35:15 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 03:35:15 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 03:35:15 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 03:35:15 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 03:35:15 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 03:35:15 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 03:35:15 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 03:35:15 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 03:35:15 debconf: delaying package configuration, since apt-utils is not installed 03:35:16 Fetched 63.8 MB in 3s (20.8 MB/s) 03:35:16 (Reading database ... 13912 files and directories currently installed.) 03:35:16 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 03:35:16 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:35:17 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 03:35:17 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:35:17 Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... 03:35:17 Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... 03:35:18 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:35:18 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:35:18 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:35:18 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:35:18 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:35:18 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:35:18 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:35:18 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:35:18 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:35:18 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:35:18 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:35:18 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:35:18 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:35:18 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:35:18 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 03:35:19 (Reading database ... 13911 files and directories currently installed.) 03:35:19 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 03:35:19 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 03:35:19 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 03:35:19 (Reading database ... 13911 files and directories currently installed.) 03:35:19 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:35:19 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:35:19 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:35:19 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:35:19 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:35:19 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:35:19 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 03:35:19 (Reading database ... 13911 files and directories currently installed.) 03:35:19 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 03:35:20 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:35:20 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 03:35:21 (Reading database ... 13911 files and directories currently installed.) 03:35:21 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 03:35:21 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 03:35:21 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 03:35:21 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 03:35:21 Setting up base-files (10.1ubuntu2.10) ... 03:35:21 Installing new version of config file /etc/issue ... 03:35:21 Installing new version of config file /etc/issue.net ... 03:35:21 Installing new version of config file /etc/lsb-release ... 03:35:21 Installing new version of config file /etc/update-motd.d/50-motd-news ... 03:35:22 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 03:35:22 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 03:35:22 Removing obsolete conffile /etc/default/motd-news ... 03:35:22 (Reading database ... 13912 files and directories currently installed.) 03:35:22 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 03:35:22 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 03:35:22 Setting up bash (4.4.18-2ubuntu1.2) ... 03:35:22 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 03:35:22 (Reading database ... 13912 files and directories currently installed.) 03:35:22 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 03:35:22 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 03:35:22 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 03:35:23 (Reading database ... 13912 files and directories currently installed.) 03:35:23 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 03:35:23 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 03:35:23 Setting up tar (1.29b-2ubuntu0.2) ... 03:35:23 (Reading database ... 13912 files and directories currently installed.) 03:35:23 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 03:35:23 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 03:35:23 Setting up dpkg (1.19.0.5ubuntu2.3) ... 03:35:24 (Reading database ... 13912 files and directories currently installed.) 03:35:24 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 03:35:24 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:35:24 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 03:35:24 (Reading database ... 13912 files and directories currently installed.) 03:35:24 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 03:35:24 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:35:24 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 03:35:25 (Reading database ... 13912 files and directories currently installed.) 03:35:25 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 03:35:25 Unpacking grep (3.1-2build1) over (3.1-2) ... 03:35:25 Setting up grep (3.1-2build1) ... 03:35:25 (Reading database ... 13912 files and directories currently installed.) 03:35:25 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 03:35:25 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 03:35:25 Setting up login (1:4.5-1ubuntu2) ... 03:35:25 (Reading database ... 13912 files and directories currently installed.) 03:35:25 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 03:35:25 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:35:25 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 03:35:25 (Reading database ... 13912 files and directories currently installed.) 03:35:25 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 03:35:25 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:35:26 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 03:35:26 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:35:26 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 03:35:27 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:35:27 Setting up perl-base (5.26.1-6ubuntu0.5) ... 03:35:27 (Reading database ... 13912 files and directories currently installed.) 03:35:27 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 03:35:27 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:35:28 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 03:35:28 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 03:35:29 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 03:35:29 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 03:35:29 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 03:35:29 (Reading database ... 13912 files and directories currently installed.) 03:35:29 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 03:35:29 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 03:35:29 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 03:35:29 (Reading database ... 13912 files and directories currently installed.) 03:35:29 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:35:29 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:35:29 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:35:29 (Reading database ... 13912 files and directories currently installed.) 03:35:29 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:35:29 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:35:30 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:35:30 (Reading database ... 13912 files and directories currently installed.) 03:35:30 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:35:30 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:35:30 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:35:30 (Reading database ... 13912 files and directories currently installed.) 03:35:30 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:35:30 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:35:30 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:35:30 (Reading database ... 13912 files and directories currently installed.) 03:35:30 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 03:35:30 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:35:30 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 03:35:30 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:35:30 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 03:35:31 (Reading database ... 13912 files and directories currently installed.) 03:35:31 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 03:35:31 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:35:31 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 03:35:31 (Reading database ... 13912 files and directories currently installed.) 03:35:31 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:35:31 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:35:31 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:35:31 (Reading database ... 13912 files and directories currently installed.) 03:35:31 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:35:31 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:35:31 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 03:35:31 (Reading database ... 13912 files and directories currently installed.) 03:35:31 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:35:31 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:35:32 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 03:35:32 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 03:35:33 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 03:35:33 (Reading database ... 13912 files and directories currently installed.) 03:35:33 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 03:35:33 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:35:33 Setting up libc-bin (2.27-3ubuntu1.4) ... 03:35:33 (Reading database ... 13912 files and directories currently installed.) 03:35:33 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 03:35:33 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:35:34 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 03:35:34 (Reading database ... 13914 files and directories currently installed.) 03:35:34 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 03:35:34 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 03:35:35 Setting up debconf (1.5.66ubuntu1) ... 03:35:35 (Reading database ... 13914 files and directories currently installed.) 03:35:35 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 03:35:35 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 03:35:35 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 03:35:35 (Reading database ... 13914 files and directories currently installed.) 03:35:35 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 03:35:35 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 03:35:35 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 03:35:35 (Reading database ... 13914 files and directories currently installed.) 03:35:35 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 03:35:35 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:35:36 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 03:35:36 (Reading database ... 13914 files and directories currently installed.) 03:35:36 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 03:35:36 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:35:36 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 03:35:36 (Reading database ... 13914 files and directories currently installed.) 03:35:36 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 03:35:36 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:35:37 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 03:35:37 (Reading database ... 13914 files and directories currently installed.) 03:35:37 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:35:37 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:35:37 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 03:35:37 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 03:35:37 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 03:35:37 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:35:37 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 03:35:37 (Reading database ... 13914 files and directories currently installed.) 03:35:37 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 03:35:37 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 03:35:37 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 03:35:38 (Reading database ... 13914 files and directories currently installed.) 03:35:38 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 03:35:38 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:35:38 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 03:35:38 (Reading database ... 13914 files and directories currently installed.) 03:35:38 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 03:35:38 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:35:38 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 03:35:38 (Reading database ... 13914 files and directories currently installed.) 03:35:38 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 03:35:38 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 03:35:38 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 03:35:39 (Reading database ... 13914 files and directories currently installed.) 03:35:39 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 03:35:39 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 03:35:39 Setting up passwd (1:4.5-1ubuntu2) ... 03:35:39 (Reading database ... 13914 files and directories currently installed.) 03:35:39 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 03:35:39 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 03:35:39 Setting up gpgv (2.2.4-1ubuntu1.4) ... 03:35:39 (Reading database ... 13914 files and directories currently installed.) 03:35:39 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 03:35:40 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 03:35:40 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 03:35:40 (Reading database ... 13914 files and directories currently installed.) 03:35:40 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 03:35:40 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 03:35:40 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 03:35:40 (Reading database ... 13914 files and directories currently installed.) 03:35:40 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 03:35:40 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 03:35:40 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 03:35:41 (Reading database ... 13914 files and directories currently installed.) 03:35:41 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 03:35:41 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 03:35:41 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 03:35:41 (Reading database ... 13914 files and directories currently installed.) 03:35:41 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 03:35:41 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 03:35:41 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 03:35:41 (Reading database ... 13914 files and directories currently installed.) 03:35:41 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 03:35:41 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 03:35:41 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 03:35:41 (Reading database ... 13915 files and directories currently installed.) 03:35:41 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 03:35:41 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 03:35:42 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 03:35:42 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 03:35:42 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 03:35:42 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 03:35:42 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 03:35:42 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 03:35:42 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 03:35:43 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 03:35:43 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 03:35:43 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 03:35:43 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 03:35:43 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 03:35:43 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 03:35:43 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 03:35:43 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 03:35:43 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 03:35:44 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 03:35:44 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 03:35:44 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 03:35:44 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 03:35:44 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 03:35:44 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 03:35:46 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 03:35:46 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 03:35:46 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 03:35:46 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 03:35:46 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 03:35:46 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 03:35:47 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 03:35:47 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 03:35:47 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 03:35:47 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 03:35:47 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 03:35:47 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 03:35:47 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:35:47 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:35:47 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:35:47 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:35:47 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:35:47 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:35:48 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:35:48 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:35:49 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:35:49 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:35:50 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:35:50 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:35:51 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:35:51 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:35:51 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:35:51 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:35:52 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:35:52 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:35:53 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 03:35:53 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 03:35:53 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 03:35:53 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 03:35:53 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 03:35:53 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 03:35:53 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 03:35:53 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 03:35:53 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 03:35:53 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 03:35:53 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 03:35:53 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 03:35:54 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 03:35:54 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 03:35:54 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:35:54 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 03:35:54 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 03:35:54 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 03:35:54 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:35:54 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 03:35:54 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 03:35:54 Setting up tzdata (2021a-0ubuntu0.18.04) ... 03:35:54 03:35:54 Current default time zone: 'Etc/UTC' 03:35:54 Local time is now: Wed Mar 31 03:35:54 UTC 2021. 03:35:54 Universal Time is now: Wed Mar 31 03:35:54 UTC 2021. 03:35:54 Run 'dpkg-reconfigure tzdata' if you wish to change it. 03:35:54 03:35:54 Setting up systemd-sysv (237-3ubuntu10.45) ... 03:35:54 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:35:54 Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... 03:35:54 Setting up mount (2.31.1-0.4ubuntu3.7) ... 03:35:54 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 03:35:54 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 03:35:54 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 03:35:54 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 03:35:54 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 03:35:54 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 03:35:54 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:35:54 Setting up procps (2:3.3.12-3ubuntu1.2) ... 03:35:55 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 03:35:55 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 03:35:55 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 03:35:55 Setting up patch (2.7.6-2ubuntu1.1) ... 03:35:55 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 03:35:55 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 03:35:55 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 03:35:55 Installing new version of config file /etc/ssl/openssl.cnf ... 03:35:55 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 03:35:55 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 03:35:55 Setting up ca-certificates (20210119~18.04.1) ... 03:35:58 Updating certificates in /etc/ssl/certs... 03:35:59 23 added, 27 removed; done. 03:35:59 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 03:35:59 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 03:35:59 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 03:35:59 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 03:35:59 Setting up pkgbinarymangler (138.18.04.1) ... 03:35:59 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 03:35:59 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 03:35:59 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 03:35:59 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 03:35:59 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 03:35:59 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 03:35:59 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 03:35:59 Setting up perl (5.26.1-6ubuntu0.5) ... 03:35:59 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 03:35:59 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 03:35:59 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 03:35:59 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 03:35:59 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 03:35:59 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 03:35:59 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 03:35:59 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 03:36:00 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 03:36:00 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 03:36:00 Processing triggers for systemd (237-3ubuntu10.45) ... 03:36:00 Processing triggers for mime-support (3.60ubuntu1) ... 03:36:00 Processing triggers for ca-certificates (20210119~18.04.1) ... 03:36:00 Updating certificates in /etc/ssl/certs... 03:36:01 0 added, 0 removed; done. 03:36:01 Running hooks in /etc/ca-certificates/update.d... 03:36:01 done. 03:36:02 Reading package lists... 03:36:02 Building dependency tree... 03:36:02 Reading state information... 03:36:02 The following NEW packages will be installed: 03:36:02 apt-transport-https 03:36:02 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 03:36:02 Need to get 1696 B of archives. 03:36:02 After this operation, 153 kB of additional disk space will be used. 03:36:02 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 03:36:03 debconf: delaying package configuration, since apt-utils is not installed 03:36:03 Fetched 1696 B in 0s (24.3 kB/s) 03:36:03 Selecting previously unselected package apt-transport-https. 03:36:03 (Reading database ... 13920 files and directories currently installed.) 03:36:03 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 03:36:03 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 03:36:03 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 03:36:03 Waiting for network to be ready... 03:36:12 2021-03-31T03:36:08Z INFO Waiting for automatic snapd restart... 03:36:12 snapd 2.49.1 from Canonical* installed 03:36:14 "snapd" switched to the "latest/stable" channel 03:36:14 03:36:20 core18 20210309 from Canonical* installed 03:36:20 "core18" switched to the "latest/stable" channel 03:36:20 03:36:28 snapcraft 4.6 from Canonical* installed 03:36:28 "snapcraft" switched to the "latest/stable" channel 03:36:28 03:36:34 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: 03:36:34 - README.md 03:36:34 03:36:34 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 03:36:40 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:36:40 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 03:36:40 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 03:36:40 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:36:40 Fetched 88.7 kB in 1s (144 kB/s) 03:36:42 Reading package lists... 03:36:43 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 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 03:36:50 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:36:50 Reading package lists... 03:36:50 Building dependency tree... 03:36:50 Reading state information... 03:36:50 Suggested packages: 03:36:50 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 03:36:50 git-gui gitk gitweb git-cvs git-mediawiki git-svn 03:36:50 Recommended packages: 03:36:50 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 03:36:50 The following NEW packages will be installed: 03:36:50 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 03:36:50 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 03:36:50 pkg-config zip 03:36:50 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 03:36:50 Need to get 7657 kB of archives. 03:36:50 After this operation, 43.8 MB of additional disk space will be used. 03:36:50 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 03:36:50 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 03:36:50 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 03:36:50 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 03:36:50 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 03:36:50 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 03:36:50 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 03:36:50 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 03:36:50 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 03:36:50 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 03:36:50 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 03:36:50 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 03:36:51 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 03:36:51 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 03:36:51 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 03:36:51 debconf: delaying package configuration, since apt-utils is not installed 03:36:51 Fetched 7657 kB in 1s (7941 kB/s) 03:36:51 Selecting previously unselected package libglib2.0-0:amd64. 03:36:51 (Reading database ... 13924 files and directories currently installed.) 03:36:51 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 03:36:51 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 03:36:51 Selecting previously unselected package libpsl5:amd64. 03:36:51 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 03:36:51 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 03:36:51 Selecting previously unselected package libnghttp2-14:amd64. 03:36:51 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 03:36:51 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 03:36:52 Selecting previously unselected package librtmp1:amd64. 03:36:52 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 03:36:52 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 03:36:52 Selecting previously unselected package libcurl3-gnutls:amd64. 03:36:52 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 03:36:52 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 03:36:52 Selecting previously unselected package liberror-perl. 03:36:52 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 03:36:52 Unpacking liberror-perl (0.17025-1) ... 03:36:52 Selecting previously unselected package git-man. 03:36:52 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 03:36:52 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 03:36:52 Selecting previously unselected package git. 03:36:52 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 03:36:52 Unpacking git (1:2.17.1-1ubuntu0.8) ... 03:36:53 Selecting previously unselected package libnorm1:amd64. 03:36:53 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 03:36:53 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 03:36:53 Selecting previously unselected package libpgm-5.2-0:amd64. 03:36:53 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 03:36:53 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 03:36:53 Selecting previously unselected package libsodium23:amd64. 03:36:53 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 03:36:53 Unpacking libsodium23:amd64 (1.0.16-2) ... 03:36:53 Selecting previously unselected package libzmq5:amd64. 03:36:53 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 03:36:53 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 03:36:54 Selecting previously unselected package libzmq3-dev:amd64. 03:36:54 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 03:36:54 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 03:36:54 Selecting previously unselected package pkg-config. 03:36:54 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 03:36:54 Unpacking pkg-config (0.29.1-0ubuntu2) ... 03:36:54 Selecting previously unselected package zip. 03:36:54 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 03:36:54 Unpacking zip (3.0-11build1) ... 03:36:54 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 03:36:54 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 03:36:54 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 03:36:54 Setting up liberror-perl (0.17025-1) ... 03:36:54 Setting up libpsl5:amd64 (0.19.1-5build1) ... 03:36:54 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 03:36:54 No schema files found: doing nothing. 03:36:54 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 03:36:54 Setting up zip (3.0-11build1) ... 03:36:54 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 03:36:54 Setting up libsodium23:amd64 (1.0.16-2) ... 03:36:54 Setting up pkg-config (0.29.1-0ubuntu2) ... 03:36:54 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 03:36:54 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 03:36:54 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 03:36:54 Setting up git (1:2.17.1-1ubuntu0.8) ... 03:36:54 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 03:37:01 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:37:02 git set to automatically installed. 03:37:02 git-man set to automatically installed. 03:37:02 libcurl3-gnutls set to automatically installed. 03:37:02 liberror-perl set to automatically installed. 03:37:02 libglib2.0-0 set to automatically installed. 03:37:02 libnghttp2-14 set to automatically installed. 03:37:02 libnorm1 set to automatically installed. 03:37:02 libpgm-5.2-0 set to automatically installed. 03:37:02 libpsl5 set to automatically installed. 03:37:02 librtmp1 set to automatically installed. 03:37:02 libsodium23 set to automatically installed. 03:37:02 libzmq3-dev set to automatically installed. 03:37:02 libzmq5 set to automatically installed. 03:37:02 pkg-config set to automatically installed. 03:37:02 zip set to automatically installed. 03:37:04 snapd is not logged in, snap install commands will use sudo 03:37:10 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:37:11 snap "core18" has no updates available 03:37:12 snapd is not logged in, snap install commands will use sudo 03:37:19 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:38:15 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 03:38:16 Pulling go-build-helper 03:38:16 + snapcraftctl pull 03:38:18 'app-service-config' has dependencies that need to be staged: go-build-helper 03:38:18 Skipping pull go-build-helper (already ran) 03:38:18 Building go-build-helper 03:38:18 + snapcraftctl build 03:38:21 Staging go-build-helper 03:38:21 + snapcraftctl stage 03:38:36 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 03:38:36 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 03:38:36 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] 03:38:36 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 03:38:36 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 03:38:36 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 03:38:36 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 03:38:36 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 03:38:36 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 03:38:36 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 03:38:36 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 03:38:36 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 03:38:36 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 03:38:36 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 03:38:36 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 03:38:36 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 03:38:36 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 03:38:36 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 03:38:36 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 03:38:36 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 03:38:36 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 03:38:36 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 03:38:36 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 03:38:36 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 03:38:36 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 03:38:36 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 03:38:36 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 03:38:36 Fetched 24.2 MB in 6s (4030 kB/s) 03:38:36 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 03:38:36 Fetched 224 kB in 0s (0 B/s) 03:38:36 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 03:38:36 Fetched 157 kB in 0s (0 B/s) 03:38:36 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 03:38:36 Fetched 221 kB in 0s (0 B/s) 03:38:36 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 03:38:36 Fetched 143 kB in 0s (0 B/s) 03:38:36 Pulling app-service-config 03:38:36 + snapcraftctl pull 03:38:37 Cloning into '/root/parts/app-service-config/src'... 03:38:38 Pulling config-common 03:38:38 + snapcraftctl pull 03:38:44 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 03:38:44 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 03:38:44 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:38:44 Fetched 0 B in 0s (0 B/s) 03:38:44 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 03:38:44 Fetched 0 B in 0s (0 B/s) 03:38:44 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 03:38:44 Fetched 0 B in 0s (0 B/s) 03:38:44 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 03:38:44 Fetched 0 B in 0s (0 B/s) 03:38:44 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 03:38:44 Fetched 0 B in 0s (0 B/s) 03:38:44 Pulling edgex-go 03:38:44 + snapcraftctl pull 03:39:11 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 03:39:11 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 03:39:11 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:39:11 Fetched 0 B in 0s (0 B/s) 03:39:11 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 03:39:11 Fetched 96.5 kB in 0s (0 B/s) 03:39:11 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 03:39:11 Fetched 279 kB in 0s (0 B/s) 03:39:11 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 03:39:11 Fetched 122 kB in 0s (0 B/s) 03:39:11 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 03:39:11 Fetched 77.8 kB in 0s (0 B/s) 03:39:11 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 03:39:11 Fetched 8848 B in 0s (0 B/s) 03:39:11 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 03:39:11 Fetched 47.8 kB in 0s (0 B/s) 03:39:11 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 03:39:11 Fetched 45.6 kB in 0s (0 B/s) 03:39:11 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 03:39:11 Fetched 15.0 kB in 0s (0 B/s) 03:39:11 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 03:39:11 Fetched 214 kB in 0s (0 B/s) 03:39:11 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 03:39:11 Fetched 154 kB in 0s (0 B/s) 03:39:11 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 03:39:11 Fetched 50.6 kB in 0s (0 B/s) 03:39:11 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 03:39:11 Fetched 14.8 kB in 0s (0 B/s) 03:39:11 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 03:39:11 Fetched 41.8 kB in 0s (0 B/s) 03:39:11 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 03:39:11 Fetched 499 kB in 0s (0 B/s) 03:39:11 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 03:39:11 Fetched 111 kB in 0s (0 B/s) 03:39:11 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 03:39:11 Fetched 240 kB in 0s (0 B/s) 03:39:11 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 03:39:11 Fetched 29.3 kB in 0s (0 B/s) 03:39:11 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 03:39:11 Fetched 85.5 kB in 0s (0 B/s) 03:39:11 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 03:39:11 Fetched 24.5 kB in 0s (0 B/s) 03:39:11 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 03:39:11 Fetched 49.2 kB in 0s (0 B/s) 03:39:11 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 03:39:11 Fetched 54.2 kB in 0s (0 B/s) 03:39:11 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 03:39:11 Fetched 30.8 kB in 0s (0 B/s) 03:39:11 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 03:39:11 Fetched 15.8 kB in 0s (0 B/s) 03:39:11 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 03:39:11 Fetched 85.9 kB in 0s (0 B/s) 03:39:11 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 03:39:11 Fetched 8720 B in 0s (0 B/s) 03:39:11 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 03:39:11 Fetched 137 kB in 0s (0 B/s) 03:39:11 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 03:39:11 Fetched 119 kB in 0s (0 B/s) 03:39:11 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 03:39:11 Fetched 109 kB in 0s (0 B/s) 03:39:11 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 03:39:11 Fetched 11.1 kB in 0s (0 B/s) 03:39:11 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 03:39:11 Fetched 645 kB in 0s (0 B/s) 03:39:11 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 03:39:11 Fetched 41.3 kB in 0s (0 B/s) 03:39:11 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 03:39:11 Fetched 17.9 kB in 0s (0 B/s) 03:39:11 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 03:39:11 Fetched 368 kB in 0s (0 B/s) 03:39:11 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 03:39:11 Fetched 187 kB in 0s (0 B/s) 03:39:11 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 03:39:11 Fetched 175 kB in 0s (0 B/s) 03:39:11 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 03:39:11 Fetched 206 kB in 0s (0 B/s) 03:39:11 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 03:39:11 Fetched 1301 kB in 0s (0 B/s) 03:39:11 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 03:39:11 Fetched 36.2 kB in 0s (0 B/s) 03:39:11 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 03:39:11 Fetched 159 kB in 0s (0 B/s) 03:39:11 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 03:39:11 Fetched 107 kB in 0s (0 B/s) 03:39:11 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 03:39:11 Fetched 48.7 kB in 0s (0 B/s) 03:39:11 Pulling static-packages 03:39:11 + snapcraftctl pull 03:39:11 Pulling version 03:39:11 + cd /root/project 03:39:11 + [ -f VERSION ] 03:39:11 + PROJECT_VERSION=local-dev 03:39:11 + git rev-parse --short HEAD 03:39:11 + GIT_REVISION=8f5aa961 03:39:11 + snapcraftctl set-version local-dev 03:39:12 Skipping build go-build-helper (already ran) 03:39:13 Building app-service-config 03:39:13 + make build 03:39:13 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.37 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 03:39:16 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.37 03:39:16 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 03:39:16 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.27 03:39:16 go: downloading github.com/gorilla/mux v1.8.0 03:39:16 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 03:39:16 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 03:39:16 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 03:39:17 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 03:39:17 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 03:39:17 go: downloading github.com/pelletier/go-toml v1.2.0 03:39:17 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 03:39:17 go: downloading github.com/pebbe/zmq4 v1.2.5 03:39:17 go: downloading github.com/gorilla/websocket v1.4.2 03:39:17 go: downloading github.com/go-kit/kit v0.8.0 03:39:18 go: downloading github.com/hashicorp/consul/api v1.8.1 03:39:18 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 03:39:18 go: downloading github.com/mitchellh/copystructure v1.0.0 03:39:18 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 03:39:18 go: downloading github.com/hashicorp/go-hclog v0.12.0 03:39:18 go: downloading github.com/BurntSushi/toml v0.3.1 03:39:18 go: downloading github.com/mattn/go-isatty v0.0.12 03:39:18 go: downloading github.com/mitchellh/mapstructure v1.1.2 03:39:18 go: downloading github.com/x448/float16 v0.8.4 03:39:18 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 03:39:18 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 03:39:18 go: downloading github.com/go-logfmt/logfmt v0.4.0 03:39:18 go: downloading github.com/go-redis/redis/v7 v7.2.0 03:39:18 go: downloading github.com/google/uuid v1.2.0 03:39:18 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 03:39:18 go: downloading github.com/mitchellh/reflectwalk v1.0.0 03:39:18 go: downloading github.com/go-playground/validator/v10 v10.4.1 03:39:18 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 03:39:18 go: downloading github.com/hashicorp/serf v0.9.5 03:39:18 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 03:39:18 go: downloading github.com/leodido/go-urn v1.2.0 03:39:18 go: downloading github.com/fatih/color v1.9.0 03:39:18 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 03:39:18 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 03:39:18 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 03:39:18 go: downloading github.com/go-playground/universal-translator v0.17.0 03:39:18 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 03:39:18 go: downloading github.com/mattn/go-colorable v0.1.6 03:39:19 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 03:39:19 go: downloading github.com/go-playground/locales v0.13.0 03:39:19 go: downloading github.com/hashicorp/golang-lru v0.5.0 03:39:34 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 03:39:34 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 03:39:34 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 03:39:34 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 03:39:35 Building config-common 03:39:35 + snapcraftctl build 03:39:39 Building edgex-go 03:39:40 + cd /root/parts/edgex-go/src 03:39:40 + make build 03:39:40 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 03:39:41 go: downloading github.com/OneOfOne/xxhash v1.2.8 03:39:41 go: downloading github.com/imdario/mergo v0.3.12 03:39:41 go: downloading github.com/pkg/errors v0.8.1 03:39:47 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 03:39:47 go: downloading gopkg.in/yaml.v2 v2.4.0 03:39:55 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 03:39:56 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 03:39:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 03:39:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 03:39:59 go: downloading github.com/stretchr/testify v1.7.0 03:40:00 go: downloading github.com/pmezard/go-difflib v1.0.0 03:40:00 go: downloading github.com/davecgh/go-spew v1.1.1 03:40:00 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 03:40:02 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 03:40:03 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 03:40:03 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 03:40:05 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 03:40:07 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 03:40:09 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 03:40:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 03:40:11 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 03:40:13 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 03:40:13 go: downloading github.com/lib/pq v1.10.0 03:40:16 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 03:40:16 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 03:40:16 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 03:40:16 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 03:40:16 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 03:40:16 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 03:40:16 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 03:40:16 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 03:40:16 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 03:40:16 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 03:40:16 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 03:40:16 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 03:40:16 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 03:40:16 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 03:40:16 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 03:40:16 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 03:40:16 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 03:40:16 + 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 03:40:16 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 03:40:16 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 03:40:16 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 03:40:16 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 03:40:16 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 03:40:16 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 03:40:16 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 03:40:16 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 03:40:20 Building static-packages 03:40:20 + snapcraftctl build 03:40:25 Building version 03:40:25 + snapcraftctl build 03:40:28 Skipping stage go-build-helper (already ran) 03:40:28 Staging app-service-config 03:40:28 + snapcraftctl stage 03:40:29 Staging config-common 03:40:29 + snapcraftctl stage 03:40:30 Staging edgex-go 03:40:30 + snapcraftctl stage 03:40:32 Staging static-packages 03:40:32 + snapcraftctl stage 03:40:34 Staging version 03:40:34 + snapcraftctl stage 03:40:35 Priming go-build-helper 03:40:35 + snapcraftctl prime 03:40:37 Priming app-service-config 03:40:37 + snapcraftctl prime 03:40:38 Priming config-common 03:40:38 + snapcraftctl prime 03:40:40 Priming edgex-go 03:40:40 + snapcraftctl prime 03:40:42 Priming static-packages 03:40:42 + snapcraftctl prime 03:40:45 Priming version 03:40:45 + snapcraftctl prime 03:40:46 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 03:40:50 provisioning config files... 03:40:50 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/47@tmp/config6335024008460702476tmp [Pipeline] { [Pipeline] sh 03:40:51 + set +x 03:40:51 + curl -s https://codecov.io/bash 03:40:51 + bash -s -- 03:40:51 03:40:51 _____ _ 03:40:51 / ____| | | 03:40:51 | | ___ __| | ___ ___ _____ __ 03:40:51 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:40:51 | |___| (_) | (_| | __/ (_| (_) \ V / 03:40:51 \_____\___/ \__,_|\___|\___\___/ \_/ 03:40:51 Bash-20210309-2b87ace 03:40:51 03:40:51 03:40:51 ==> git version 2.24.3 found 03:40:51 ==> 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 03:40:51 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 03:40:51 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 03:40:51 curl: option -sm: expected a proper numerical parameter 03:40:51 curl: try 'curl --help' or 'curl --manual' for more information 03:40:51 ==> Jenkins CI detected. 03:40:51 project root: . 03:40:51 --> token set from env 03:40:52 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:40:52 ==> Running gcov in . (disable via -X gcov) 03:40:52 ==> Python coveragepy not found 03:40:52 ==> Searching for coverage reports in: 03:40:52 + . 03:40:52 -> Found 1 reports 03:40:52 ==> Detecting git/mercurial file structure 03:40:52 ==> Reading reports 03:40:52 + ./coverage.out bytes=669470 03:40:52 ==> Appending adjustments 03:40:52 https://docs.codecov.io/docs/fixing-reports 03:41:03 + Found adjustments 03:41:03 ==> Gzipping contents 03:41:03 96K /tmp/codecov.tQwFHU.gz 03:41:03 ==> Uploading reports 03:41:03 url: https://codecov.io 03:41:03 query: branch=PR-3234&commit=8f5aa9612e5c34309f891e24b9ee5cc0deff0a55&build=47&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F47%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 03:41:03 -> Pinging Codecov 03:41:03 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3234&commit=8f5aa9612e5c34309f891e24b9ee5cc0deff0a55&build=47&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F47%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 03:41:03 -> Uploading to 03:41:03 https://storage.googleapis.com/codecov/v4/raw/2021-03-31/00271124DB129430A58F1EEE437C3FCB/8f5aa9612e5c34309f891e24b9ee5cc0deff0a55/cac3b3bf-854a-46a2-8d27-217f046467e0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210331%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210331T034102Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=781ad3a2e27e8d9b7641a85d73876c4b689a9d3fb68597271b2bc5edd43091dc 03:41:03 % Total % Received % Xferd Average Speed Time Time Time Current 03:41:03 Dload Upload Total Spent Left Speed 03:41:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96972 0 0 100 96972 0 204k --:--:-- --:--:-- --:--:-- 204k 03:41:03 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 [Pipeline] } 03:41:03 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 03:41:05 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:41:06 ---> package-listing.sh 03:41:06 ++ facter osfamily 03:41:06 ++ tr '[:upper:]' '[:lower:]' 03:41:07 + OS_FAMILY=redhat 03:41:07 + workspace=/w/workspace/edgex-go/47 03:41:07 + START_PACKAGES=/tmp/packages_start.txt 03:41:07 + END_PACKAGES=/tmp/packages_end.txt 03:41:07 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:41:07 + PACKAGES=/tmp/packages_start.txt 03:41:07 + '[' /w/workspace/edgex-go/47 ']' 03:41:07 + PACKAGES=/tmp/packages_end.txt 03:41:07 + case "${OS_FAMILY}" in 03:41:07 + rpm -qa 03:41:07 + sort 03:41:15 + '[' -f /tmp/packages_start.txt ']' 03:41:15 + '[' -f /tmp/packages_end.txt ']' 03:41:15 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:41:15 + '[' /w/workspace/edgex-go/47 ']' 03:41:15 + mkdir -p /w/workspace/edgex-go/47/archives/ 03:41:15 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/47/archives/ [Pipeline] echo 03:41:15 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/47/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:41:16 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 03:41:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:41:17 03:41:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:41:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:41:17 alpine: Pulling from edgex-lftools-log-publisher 03:41:17 df20fa9351a1: Pulling fs layer 03:41:17 36b3adc4ff6f: Pulling fs layer 03:41:17 8ad3a11d3b57: Pulling fs layer 03:41:17 46f8f816bc3b: Pulling fs layer 03:41:17 93b61091891f: Pulling fs layer 03:41:17 93b9cdb0e59b: Pulling fs layer 03:41:17 5e14af77c1be: Pulling fs layer 03:41:17 01666e4c0597: Pulling fs layer 03:41:17 aa168da1d23b: Pulling fs layer 03:41:17 46f8f816bc3b: Waiting 03:41:17 93b61091891f: Waiting 03:41:17 01666e4c0597: Waiting 03:41:17 93b9cdb0e59b: Waiting 03:41:17 5e14af77c1be: Waiting 03:41:17 aa168da1d23b: Waiting 03:41:18 36b3adc4ff6f: Verifying Checksum 03:41:18 36b3adc4ff6f: Download complete 03:41:18 46f8f816bc3b: Verifying Checksum 03:41:18 46f8f816bc3b: Download complete 03:41:18 df20fa9351a1: Verifying Checksum 03:41:18 df20fa9351a1: Download complete 03:41:18 93b9cdb0e59b: Verifying Checksum 03:41:18 93b9cdb0e59b: Download complete 03:41:18 5e14af77c1be: Verifying Checksum 03:41:18 5e14af77c1be: Download complete 03:41:18 01666e4c0597: Verifying Checksum 03:41:18 01666e4c0597: Download complete 03:41:18 93b61091891f: Download complete 03:41:19 df20fa9351a1: Pull complete 03:41:19 8ad3a11d3b57: Verifying Checksum 03:41:19 8ad3a11d3b57: Download complete 03:41:20 36b3adc4ff6f: Pull complete 03:41:25 8ad3a11d3b57: Pull complete 03:41:25 46f8f816bc3b: Pull complete 03:41:26 93b61091891f: Pull complete 03:41:27 93b9cdb0e59b: Pull complete 03:41:27 5e14af77c1be: Pull complete 03:41:28 01666e4c0597: Pull complete 03:41:28 aa168da1d23b: Download complete 03:41:47 aa168da1d23b: Pull complete 03:41:47 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 03:41:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:41:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:41:49 prd-centos7-docker-4c-2g-32180 does not seem to be running inside a container 03:41:49 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/47/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/47 -v /w/workspace/edgex-go/47:/w/workspace/edgex-go/47:rw,z -v /w/workspace/edgex-go/47@tmp:/w/workspace/edgex-go/47@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 03:41:53 $ docker top 0171ca313c32ec77fbab3d711f3445e896cb52b3a7a2cce2e93cf2087bb3925e -eo pid,comm [Pipeline] { [Pipeline] sh 03:41:55 + touch /tmp/pre-build-complete [Pipeline] sh 03:41:55 + mkdir -p /var/log/sa [Pipeline] sh 03:41:56 + ls /var/log/sa-host 03:41:56 + sadf -c /var/log/sa-host/sa23 03:41:56 file_magic: OK 03:41:56 HZ: Using current value: 100 03:41:56 file_header: OK 03:41:56 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 03:41:56 Statistics: 03:41:56 Hnuu...uuuununununu... 03:41:56 File successfully converted to sysstat format version 12.2.1 03:41:56 + sadf -c /var/log/sa-host/sa31 03:41:56 file_magic: OK 03:41:56 HZ: Using current value: 100 03:41:56 file_header: OK 03:41:56 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 03:41:56 Statistics: 03:41:56 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 03:41:56 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:41:56 provisioning config files... 03:41:56 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/47@tmp/config8024750038796067658tmp [Pipeline] { [Pipeline] echo 03:41:56 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:41:58 ---> create-netrc.sh [Pipeline] } 03:41:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:41:58 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:41:59 ---> python-tools-install.sh [Pipeline] echo 03:41:59 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:42:01 ---> sudo-logs.sh 03:42:01 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:42:01 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:42:02 ---> job-cost.sh 03:42:02 lf-activate-venv: SKIPPING 03:42:02 DEBUG: total: 0.20999999344348907 03:42:02 INFO: Retrieving Stack Cost... 03:42:03 INFO: Retrieving Pricing Info for: v1-standard-2 03:42:04 INFO: Archiving Costs [Pipeline] echo 03:42:04 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:42:04 ---> logs-deploy.sh 03:42:04 lf-activate-venv: SKIPPING 03:42:04 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/47 03:42:04 INFO: archiving workspace using pattern(s): 03:42:07 Archives upload complete. 03:42:07 INFO: archiving logs to Nexus 03:42:09 ---> uname -a: 03:42:09 Linux prd-centos7-docker-4c-2g-32180.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 03:42:09 03:42:09 03:42:09 ---> lscpu: 03:42:09 Architecture: x86_64 03:42:09 CPU op-mode(s): 32-bit, 64-bit 03:42:09 Byte Order: Little Endian 03:42:09 Address sizes: 40 bits physical, 48 bits virtual 03:42:09 CPU(s): 4 03:42:09 On-line CPU(s) list: 0-3 03:42:09 Thread(s) per core: 1 03:42:09 Core(s) per socket: 1 03:42:09 Socket(s): 4 03:42:09 NUMA node(s): 1 03:42:09 Vendor ID: GenuineIntel 03:42:09 CPU family: 6 03:42:09 Model: 44 03:42:09 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:42:09 Stepping: 1 03:42:09 CPU MHz: 2933.438 03:42:09 BogoMIPS: 5866.87 03:42:09 Virtualization: VT-x 03:42:09 Hypervisor vendor: KVM 03:42:09 Virtualization type: full 03:42:09 L1d cache: 128 KiB 03:42:09 L1i cache: 128 KiB 03:42:09 L2 cache: 16 MiB 03:42:09 L3 cache: 64 MiB 03:42:09 NUMA node0 CPU(s): 0-3 03:42:09 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 03:42:09 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 03:42:09 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 03:42:09 Vulnerability Meltdown: Mitigation; PTI 03:42:09 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:42:09 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:42:09 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:42:09 Vulnerability Srbds: Not affected 03:42:09 Vulnerability Tsx async abort: Not affected 03:42:09 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 03:42:09 03:42:09 03:42:09 ---> nproc: 03:42:09 4 03:42:09 03:42:09 03:42:09 ---> df -h: 03:42:09 Filesystem Size Used Available Use% Mounted on 03:42:09 overlay 50.0G 11.8G 38.2G 24% / 03:42:09 tmpfs 64.0M 0 64.0M 0% /dev 03:42:09 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 03:42:09 shm 64.0M 0 64.0M 0% /dev/shm 03:42:09 /dev/vda1 50.0G 11.8G 38.2G 24% /facter-os 03:42:09 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/resolv.conf 03:42:09 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hostname 03:42:09 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hosts 03:42:09 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/auth.log 03:42:09 /dev/vda1 50.0G 11.8G 38.2G 24% /run/cloud-init/result.json 03:42:09 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/sa-host 03:42:09 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/secure 03:42:09 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/47 03:42:09 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/47@tmp 03:42:09 03:42:09 03:42:09 ---> free -m: 03:42:09 total used free shared buff/cache available 03:42:09 Mem: 1837 704 156 0 977 1049 03:42:09 Swap: 1023 72 951 03:42:09 03:42:09 03:42:09 ---> ip addr: 03:42:09 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:42:09 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:42:09 inet 127.0.0.1/8 scope host lo 03:42:09 valid_lft forever preferred_lft forever 03:42:09 inet6 ::1/128 scope host 03:42:09 valid_lft forever preferred_lft forever 03:42:09 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 03:42:09 link/ether fa:16:3e:fa:91:89 brd ff:ff:ff:ff:ff:ff 03:42:09 inet 10.30.122.78/23 brd 10.30.123.255 scope global dynamic eth0 03:42:09 valid_lft 84379sec preferred_lft 84379sec 03:42:09 inet6 fe80::f816:3eff:fefa:9189/64 scope link 03:42:09 valid_lft forever preferred_lft forever 03:42:09 3: docker0: mtu 1500 qdisc noqueue state DOWN 03:42:09 link/ether 02:42:6d:9a:1f:7c brd ff:ff:ff:ff:ff:ff 03:42:09 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 03:42:09 valid_lft forever preferred_lft forever 03:42:09 inet6 fe80::42:6dff:fe9a:1f7c/64 scope link 03:42:09 valid_lft forever preferred_lft forever 03:42:09 03:42:09 03:42:09 ---> sar -b -r -n DEV: 03:42:09 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/31/21 _x86_64_ (4 CPU) 03:42:09 03:42:09 03:08:09 LINUX RESTART (4 CPU) 03:42:09 03:42:09 03:09:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:42:09 03:10:01 78.24 38.09 40.15 0.00 3440.60 29507.30 0.00 03:42:09 03:11:02 56.01 13.01 43.00 0.00 4722.78 5824.47 0.00 03:42:09 03:12:01 87.01 54.05 32.96 0.00 4713.11 18594.85 0.00 03:42:09 03:13:01 170.44 50.31 120.13 0.00 2296.43 31028.46 0.00 03:42:09 03:14:02 167.13 63.66 103.48 0.00 2147.79 12591.10 0.00 03:42:09 03:15:02 62.45 24.32 38.13 0.00 990.84 4473.60 0.00 03:42:09 03:16:02 62.84 13.67 49.17 0.00 564.27 5697.84 0.00 03:42:09 03:17:01 52.45 28.67 23.78 0.00 788.80 2161.06 0.00 03:42:09 03:18:01 60.97 17.36 43.61 0.00 940.88 4241.61 0.00 03:42:09 03:19:02 51.51 29.05 22.46 0.00 2088.87 2087.91 0.00 03:42:09 03:20:01 37.12 7.42 29.70 0.00 478.97 11767.21 0.00 03:42:09 03:21:02 131.63 26.13 105.50 0.00 10851.08 57392.35 0.00 03:42:09 03:22:21 532.04 435.01 97.03 0.00 57440.61 70750.89 0.00 03:42:09 03:23:03 557.96 439.47 118.49 0.00 20965.17 20593.13 0.00 03:42:09 03:24:06 1022.31 884.46 137.85 0.00 85420.10 89789.65 0.00 03:42:09 03:25:02 1080.28 957.60 122.68 0.00 55236.98 56976.76 0.00 03:42:09 03:26:04 96.90 42.64 54.26 0.00 4466.98 11569.42 0.00 03:42:09 03:27:02 247.37 86.67 160.70 0.00 8885.52 21128.70 0.00 03:42:09 03:28:13 656.91 534.58 122.34 0.00 62694.37 98936.77 0.00 03:42:09 03:29:02 517.37 414.77 102.60 0.00 30983.04 31665.24 0.00 03:42:09 03:30:01 484.95 322.01 162.94 0.00 22398.66 31211.98 0.00 03:42:09 03:31:01 106.07 4.94 101.13 0.00 161.14 20194.67 0.00 03:42:09 03:32:01 45.49 14.45 31.04 0.00 2926.55 1134.07 0.00 03:42:09 03:33:01 1.28 0.08 1.20 0.00 1.47 14.74 0.00 03:42:09 03:34:01 0.35 0.03 0.32 0.00 0.27 3.66 0.00 03:42:09 03:35:02 0.23 0.02 0.22 0.00 0.13 2.58 0.00 03:42:09 03:36:01 0.20 0.00 0.20 0.00 0.00 1.71 0.00 03:42:09 03:37:01 0.28 0.02 0.27 0.00 0.27 3.48 0.00 03:42:09 03:38:01 0.23 0.02 0.22 0.00 0.13 2.45 0.00 03:42:09 03:39:01 0.40 0.15 0.25 0.00 10.52 2.70 0.00 03:42:09 03:40:01 0.22 0.02 0.20 0.00 0.13 2.71 0.00 03:42:09 03:41:01 16.43 16.25 0.18 0.00 916.02 23.72 0.00 03:42:09 Average: 199.34 141.17 58.17 0.00 12617.60 20871.18 0.00 03:42:09 03:42:09 03:09:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:42:09 03:10:01 69392 0 548236 29.14 2620 1261296 1105224 37.72 477960 1136304 73064 03:42:09 03:11:02 71044 0 676040 35.93 2620 1131840 1446836 49.38 530884 1072516 57168 03:42:09 03:12:01 109208 0 617324 32.81 2596 1152416 1301160 44.41 710468 852852 96412 03:42:09 03:13:01 114924 0 702472 37.33 2084 1062064 1528064 52.15 575916 942972 7904 03:42:09 03:14:02 133636 0 834308 44.34 1492 912108 1596436 54.48 630812 837988 5660 03:42:09 03:15:02 93452 0 900240 47.85 1440 886412 1661260 56.70 714352 789376 26040 03:42:09 03:16:02 213620 0 827056 43.96 620 840248 1835928 62.66 686052 695712 60784 03:42:09 03:17:01 367548 0 792172 42.10 620 721204 1733996 59.18 538032 684912 24028 03:42:09 03:18:01 165812 0 814532 43.29 620 900580 1651384 56.36 672120 748380 53944 03:42:09 03:19:02 259448 0 728056 38.69 580 893460 1332956 45.49 591172 736304 63120 03:42:09 03:20:01 94092 0 765916 40.71 580 1020956 1541408 52.61 628976 878520 65188 03:42:09 03:21:02 70664 0 713736 37.93 228 1096916 1395896 47.64 709180 847648 95772 03:42:09 03:22:21 76004 0 823168 43.75 76 982296 2276036 77.68 665400 927272 65976 03:42:09 03:23:03 76616 0 820928 43.63 76 983924 2366104 80.75 588860 996988 44484 03:42:09 03:24:06 72460 0 825228 43.86 76 983780 2316648 79.06 756824 817352 56324 03:42:09 03:25:02 84000 0 1242900 66.06 76 554568 4317932 147.36 786284 733564 20300 03:42:09 03:26:04 404164 0 925732 49.20 76 551572 3452588 117.83 569980 625556 15944 03:42:09 03:27:02 239004 0 706392 37.54 76 936072 1451860 49.55 536588 836480 26632 03:42:09 03:28:13 500228 0 667160 35.46 76 714080 1550528 52.92 402036 769008 106456 03:42:09 03:29:02 75296 0 832728 44.26 76 973444 3130292 106.83 595736 951560 77464 03:42:09 03:30:01 356256 0 669044 35.56 76 856168 1395436 47.62 579520 696356 8 03:42:09 03:31:01 138392 0 703896 37.41 76 1039180 1504632 51.35 596300 892212 2316 03:42:09 03:32:01 157428 0 629608 33.46 76 1094432 1252836 42.76 535036 939400 8 03:42:09 03:33:01 164224 0 622800 33.10 76 1094444 1174444 40.08 530260 939012 8 03:42:09 03:34:01 165380 0 621640 33.04 76 1094448 1174252 40.08 529756 939012 8 03:42:09 03:35:02 165124 0 621880 33.05 76 1094464 1174312 40.08 529836 939024 8 03:42:09 03:36:01 165556 0 621444 33.03 76 1094468 1174252 40.08 529908 939024 8 03:42:09 03:37:01 165440 0 621556 33.03 76 1094472 1174252 40.08 529764 939024 8 03:42:09 03:38:01 165560 0 621424 33.03 76 1094484 1174252 40.08 529908 939032 8 03:42:09 03:39:01 165136 0 621540 33.03 76 1094792 1174252 40.08 529908 939340 8 03:42:09 03:40:01 164580 0 622080 33.06 76 1094808 1174384 40.08 530060 939356 8 03:42:09 03:41:01 130432 0 629740 33.47 76 1121296 1179512 40.25 538320 962104 848 03:42:09 Average: 168566 0 730343 38.82 551 982084 1678730 57.29 589256 871380 32685 03:42:09 03:42:09 03:09:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:42:09 03:10:01 eth0 388.26 255.67 2799.61 55.03 0.00 0.00 0.00 0.00 03:42:09 03:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:11:02 veth07464ff 372.19 266.92 35.96 980.34 0.00 0.00 0.00 0.00 03:42:09 03:11:02 eth0 417.23 483.09 1878.02 94.48 0.00 0.00 0.00 0.00 03:42:09 03:11:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:11:02 docker0 372.19 266.79 30.87 980.33 0.00 0.00 0.00 0.00 03:42:09 03:12:01 eth0 441.11 558.73 1739.71 58.40 0.00 0.00 0.00 0.00 03:42:09 03:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:12:01 docker0 541.66 416.94 42.64 1717.27 0.00 0.00 0.00 0.00 03:42:09 03:13:01 eth0 407.85 308.90 3375.04 32.65 0.00 0.00 0.00 0.00 03:42:09 03:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:13:01 veth667c8ea 32.93 52.66 3.27 190.72 0.00 0.00 0.00 0.00 03:42:09 03:13:01 docker0 64.18 112.80 4.61 549.88 0.00 0.00 0.00 0.00 03:42:09 03:14:02 veth0a63038 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:42:09 03:14:02 eth0 62.58 39.74 295.34 61.70 0.00 0.00 0.00 0.00 03:42:09 03:14:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:14:02 docker0 13.07 34.63 1.17 272.80 0.00 0.00 0.00 0.00 03:42:09 03:15:02 veth0a63038 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:15:02 eth0 9.45 7.70 8.20 4.19 0.00 0.00 0.00 0.00 03:42:09 03:15:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:15:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:16:02 veth0a63038 0.22 0.22 0.02 0.02 0.00 0.00 0.00 0.00 03:42:09 03:16:02 eth0 22.11 17.83 17.57 9.81 0.00 0.00 0.00 0.00 03:42:09 03:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:16:02 docker0 0.22 0.22 0.02 0.02 0.00 0.00 0.00 0.00 03:42:09 03:17:01 veth0a63038 2.04 2.04 0.16 0.16 0.00 0.00 0.00 0.00 03:42:09 03:17:01 eth0 36.82 36.21 19.43 72.58 0.00 0.00 0.00 0.00 03:42:09 03:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:17:01 docker0 2.04 2.04 0.13 0.16 0.00 0.00 0.00 0.00 03:42:09 03:18:01 veth0a63038 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:18:01 eth0 3.05 1.74 2.33 1.24 0.00 0.00 0.00 0.00 03:42:09 03:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:19:02 veth0a63038 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:19:02 eth0 19.37 13.35 16.35 8.79 0.00 0.00 0.00 0.00 03:42:09 03:19:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:19:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:20:01 eth0 178.28 147.49 1710.51 20.68 0.00 0.00 0.00 0.00 03:42:09 03:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:21:02 veth765e2cc 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:42:09 03:21:02 eth0 30.55 27.14 24.41 61.18 0.00 0.00 0.00 0.00 03:42:09 03:21:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:21:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:22:21 veth765e2cc 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:22:21 eth0 2.90 2.08 2.03 1.17 0.00 0.00 0.00 0.00 03:42:09 03:22:21 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:22:21 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:23:03 veth765e2cc 0.00 0.47 0.00 0.02 0.00 0.00 0.00 0.00 03:42:09 03:23:03 eth0 60.07 38.93 227.02 12.75 0.00 0.00 0.00 0.00 03:42:09 03:23:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:23:03 docker0 18.56 33.33 1.05 206.29 0.00 0.00 0.00 0.00 03:42:09 03:24:06 veth765e2cc 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:24:06 eth0 3.93 3.01 3.09 1.68 0.00 0.00 0.00 0.00 03:42:09 03:24:06 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:24:06 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:25:02 vethdadf454 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 03:42:09 03:25:02 veth765e2cc 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:25:02 veth1add522 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 03:42:09 03:25:02 vethaf176bb 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 03:42:09 03:26:04 vethdadf454 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:26:04 veth765e2cc 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:26:04 veth1add522 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:26:04 vethaf176bb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:27:02 veth765e2cc 0.00 0.35 0.00 0.01 0.00 0.00 0.00 0.00 03:42:09 03:27:02 eth0 2261.92 2079.92 12843.53 588.83 0.00 0.00 0.00 0.00 03:42:09 03:27:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 03:42:09 03:27:02 docker0 1059.10 922.58 84.01 3995.20 0.00 0.00 0.00 0.00 03:42:09 03:28:13 veth765e2cc 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:28:13 eth0 7.45 5.84 5.76 3.15 0.00 0.00 0.00 0.00 03:42:09 03:28:13 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:28:13 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:29:02 veth765e2cc 0.00 0.06 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:29:02 eth0 21.22 14.58 48.04 6.79 0.00 0.00 0.00 0.00 03:42:09 03:29:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:29:02 vethba6a383 0.00 0.23 0.00 0.02 0.00 0.00 0.00 0.00 03:42:09 03:30:01 veth765e2cc 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:42:09 03:30:01 veth4f12e63 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:30:01 vethaf075a5 0.00 0.25 0.00 0.02 0.00 0.00 0.00 0.00 03:42:09 03:30:01 eth0 48.51 36.18 92.43 73.55 0.00 0.00 0.00 0.00 03:42:09 03:31:01 veth765e2cc 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:31:01 eth0 199.77 144.01 1599.94 21.83 0.00 0.00 0.00 0.00 03:42:09 03:31:01 veth73819f5 1.86 2.13 0.26 7.42 0.00 0.00 0.00 0.00 03:42:09 03:31:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 03:42:09 03:32:01 eth0 38.14 29.91 65.20 63.25 0.00 0.00 0.00 0.00 03:42:09 03:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:32:01 docker0 1048.45 965.95 82.66 4327.50 0.00 0.00 0.00 0.00 03:42:09 03:33:01 eth0 0.87 0.37 0.31 0.21 0.00 0.00 0.00 0.00 03:42:09 03:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:34:01 eth0 0.25 0.07 0.02 0.01 0.00 0.00 0.00 0.00 03:42:09 03:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:35:02 eth0 0.25 0.20 0.14 0.07 0.00 0.00 0.00 0.00 03:42:09 03:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:35:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:36:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 03:42:09 03:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:37:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:38:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 03:42:09 03:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:39:01 eth0 0.45 0.00 0.05 0.00 0.00 0.00 0.00 0.00 03:42:09 03:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:40:01 eth0 0.53 0.42 0.39 0.27 0.00 0.00 0.00 0.00 03:42:09 03:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:41:01 eth0 7.18 5.16 7.63 2.76 0.00 0.00 0.00 0.00 03:42:09 03:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 03:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 Average: eth0 77.24 69.43 440.32 22.95 0.00 0.00 0.00 0.00 03:42:09 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:09 Average: docker0 32.84 30.26 2.59 135.56 0.00 0.00 0.00 0.00 03:42:09 03:42:09 03:42:09 ---> sar -P ALL: 03:42:09 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/31/21 _x86_64_ (4 CPU) 03:42:09 03:42:09 03:08:09 LINUX RESTART (4 CPU) 03:42:09 03:42:09 03:09:02 CPU %user %nice %system %iowait %steal %idle 03:42:09 03:10:01 all 11.31 0.00 5.93 3.96 32.08 46.72 03:42:09 03:10:01 0 11.68 0.00 7.84 3.08 33.46 43.95 03:42:09 03:10:01 1 9.91 0.00 5.03 5.03 31.23 48.80 03:42:09 03:10:01 2 11.70 0.00 5.49 4.56 33.04 45.21 03:42:09 03:10:01 3 11.99 0.00 5.39 3.13 30.60 48.90 03:42:09 03:11:02 all 5.36 0.00 4.24 0.97 25.84 63.59 03:42:09 03:11:02 0 5.07 0.00 4.01 1.00 27.85 62.07 03:42:09 03:11:02 1 5.07 0.00 4.16 0.57 25.94 64.26 03:42:09 03:11:02 2 6.52 0.00 4.62 1.36 25.33 62.16 03:42:09 03:11:02 3 4.82 0.00 4.19 0.95 24.13 65.91 03:42:09 03:12:01 all 7.19 0.00 3.05 1.36 21.42 66.98 03:42:09 03:12:01 0 5.46 0.00 3.58 1.44 23.73 65.79 03:42:09 03:12:01 1 5.59 0.00 2.49 1.69 20.36 69.87 03:42:09 03:12:01 2 11.56 0.00 3.97 1.39 21.98 61.09 03:42:09 03:12:01 3 6.34 0.00 2.20 0.92 19.63 70.92 03:42:09 03:13:01 all 3.65 0.00 4.56 1.96 27.89 61.94 03:42:09 03:13:01 0 4.19 0.00 4.32 2.19 29.10 60.20 03:42:09 03:13:01 1 3.44 0.00 4.92 1.31 28.07 62.26 03:42:09 03:13:01 2 3.36 0.00 4.47 2.51 27.50 62.16 03:42:09 03:13:01 3 3.61 0.00 4.54 1.83 26.88 63.14 03:42:09 03:14:02 all 6.01 0.00 5.94 5.05 29.28 53.72 03:42:09 03:14:02 0 5.40 0.00 5.56 5.16 30.44 53.44 03:42:09 03:14:02 1 7.09 0.00 5.88 5.17 28.31 53.55 03:42:09 03:14:02 2 5.09 0.00 5.45 5.12 29.13 55.21 03:42:09 03:14:02 3 6.52 0.00 6.93 4.73 29.18 52.63 03:42:09 03:15:02 all 28.90 0.00 8.64 1.36 39.66 21.44 03:42:09 03:15:02 0 31.53 0.00 8.49 1.28 36.84 21.86 03:42:09 03:15:02 1 27.23 0.00 7.86 1.28 42.67 20.97 03:42:09 03:15:02 2 25.95 0.00 9.06 1.94 39.32 23.73 03:42:09 03:15:02 3 31.06 0.00 9.18 0.92 39.74 19.09 03:42:09 03:16:02 all 25.45 0.00 8.18 1.97 46.04 18.35 03:42:09 03:16:02 0 22.75 0.00 8.31 2.40 45.93 20.61 03:42:09 03:16:02 1 27.29 0.00 7.81 1.65 46.00 17.26 03:42:09 03:16:02 2 24.89 0.00 7.66 2.62 46.64 18.19 03:42:09 03:16:02 3 27.03 0.00 8.94 1.20 45.60 17.23 03:42:09 03:17:01 all 19.28 0.00 8.03 2.07 36.41 34.21 03:42:09 03:17:01 0 16.62 0.00 7.67 1.83 37.21 36.67 03:42:09 03:17:01 1 20.21 0.00 8.46 2.67 36.90 31.76 03:42:09 03:17:01 2 19.69 0.00 7.61 1.84 36.17 34.69 03:42:09 03:17:01 3 20.71 0.00 8.41 1.97 35.33 33.58 03:42:09 03:18:01 all 28.92 0.00 12.43 2.18 40.37 16.10 03:42:09 03:18:01 0 28.63 0.00 12.77 2.56 40.31 15.74 03:42:09 03:18:01 1 29.23 0.00 11.50 2.33 40.11 16.83 03:42:09 03:18:01 2 29.11 0.00 12.68 1.80 39.84 16.57 03:42:09 03:18:01 3 28.69 0.00 12.79 2.04 41.23 15.25 03:42:09 03:19:02 all 12.64 0.00 8.71 1.83 32.28 44.54 03:42:09 03:19:02 0 11.98 0.00 9.21 2.35 33.79 42.67 03:42:09 03:19:02 1 12.59 0.00 7.88 1.11 32.15 46.27 03:42:09 03:19:02 2 14.35 0.00 10.12 2.25 31.43 41.85 03:42:09 03:19:02 3 11.70 0.00 7.69 1.60 31.71 47.29 03:42:09 03:20:01 all 7.10 0.00 6.26 0.46 33.94 52.25 03:42:09 03:20:01 0 6.87 0.00 6.29 0.74 35.23 50.87 03:42:09 03:20:01 1 7.10 0.00 5.64 0.69 34.55 52.01 03:42:09 03:20:01 2 7.49 0.00 6.46 0.24 33.97 51.84 03:42:09 03:20:01 3 6.93 0.00 6.67 0.15 31.93 54.32 03:42:09 03:42:09 03:20:01 CPU %user %nice %system %iowait %steal %idle 03:42:09 03:21:02 all 3.50 0.00 5.68 7.41 37.62 45.78 03:42:09 03:21:02 0 3.12 0.00 5.00 6.97 38.92 45.99 03:42:09 03:21:02 1 2.99 0.00 6.22 6.11 38.26 46.42 03:42:09 03:21:02 2 4.86 0.00 5.02 7.87 36.78 45.47 03:42:09 03:21:02 3 3.02 0.00 6.51 8.71 36.53 45.23 03:42:09 03:22:21 all 6.21 0.00 5.65 16.65 46.31 25.18 03:42:09 03:22:21 0 5.97 0.00 5.44 15.71 46.13 26.75 03:42:09 03:22:21 1 6.07 0.00 5.47 16.56 46.93 24.97 03:42:09 03:22:21 2 6.01 0.00 5.56 18.68 45.54 24.22 03:42:09 03:22:21 3 6.80 0.00 6.13 15.64 46.66 24.78 03:42:09 03:23:03 all 5.26 0.00 8.10 19.85 37.69 29.10 03:42:09 03:23:03 0 5.21 0.00 7.69 20.47 38.19 28.44 03:42:09 03:23:03 1 5.21 0.00 8.71 22.04 37.62 26.42 03:42:09 03:23:03 2 4.87 0.00 8.39 18.93 37.84 29.96 03:42:09 03:23:03 3 5.76 0.00 7.60 17.95 37.08 31.60 03:42:09 03:24:06 all 3.28 0.00 5.93 31.79 39.49 19.52 03:42:09 03:24:06 0 3.45 0.00 6.31 29.30 39.36 21.57 03:42:09 03:24:06 1 3.40 0.00 6.33 33.05 39.37 17.85 03:42:09 03:24:06 2 2.85 0.00 5.45 31.65 39.13 20.92 03:42:09 03:24:06 3 3.42 0.00 5.63 33.13 40.10 17.73 03:42:09 03:25:02 all 13.10 0.00 8.33 25.25 33.63 19.71 03:42:09 03:25:02 0 10.95 0.00 7.64 24.01 35.97 21.42 03:42:09 03:25:02 1 14.39 0.00 8.92 28.93 33.54 14.22 03:42:09 03:25:02 2 12.49 0.00 7.93 22.62 32.93 24.04 03:42:09 03:25:02 3 14.58 0.00 8.83 25.50 32.06 19.03 03:42:09 03:26:04 all 52.21 0.00 10.09 0.11 37.29 0.30 03:42:09 03:26:04 0 55.85 0.00 9.87 0.22 33.91 0.14 03:42:09 03:26:04 1 54.94 0.00 10.88 0.02 34.10 0.06 03:42:09 03:26:04 2 48.63 0.00 9.13 0.04 41.34 0.86 03:42:09 03:26:04 3 49.48 0.00 10.52 0.15 39.73 0.12 03:42:09 03:27:02 all 12.73 0.00 9.43 11.04 38.71 28.08 03:42:09 03:27:02 0 12.56 0.00 9.22 10.87 40.23 27.13 03:42:09 03:27:02 1 13.37 0.00 9.35 11.29 36.80 29.19 03:42:09 03:27:02 2 12.63 0.00 10.05 13.00 37.73 26.59 03:42:09 03:27:02 3 12.34 0.00 9.11 8.98 40.16 29.40 03:42:09 03:28:13 all 7.14 0.00 7.21 16.46 40.28 28.90 03:42:09 03:28:13 0 7.21 0.00 7.87 17.36 40.14 27.42 03:42:09 03:28:13 1 6.44 0.00 6.69 15.92 40.28 30.66 03:42:09 03:28:13 2 7.46 0.00 7.54 16.79 40.88 27.33 03:42:09 03:28:13 3 7.45 0.00 6.75 15.81 39.84 30.15 03:42:09 03:29:02 all 40.33 0.00 13.62 6.47 32.74 6.83 03:42:09 03:29:02 0 42.17 0.00 12.87 5.35 32.00 7.61 03:42:09 03:29:02 1 41.07 0.00 16.60 6.51 29.21 6.61 03:42:09 03:29:02 2 39.57 0.00 13.32 6.33 33.52 7.26 03:42:09 03:29:02 3 38.53 0.00 11.65 7.68 36.28 5.86 03:42:09 03:30:01 all 21.71 0.00 10.51 18.78 32.60 16.40 03:42:09 03:30:01 0 22.44 0.00 10.99 20.42 33.13 13.02 03:42:09 03:30:01 1 22.02 0.00 10.82 19.15 32.24 15.77 03:42:09 03:30:01 2 20.10 0.00 9.96 18.65 32.62 18.67 03:42:09 03:30:01 3 22.33 0.00 10.28 16.89 32.43 18.07 03:42:09 03:31:01 all 4.06 0.00 4.61 3.77 29.38 58.18 03:42:09 03:31:01 0 4.46 0.00 4.46 2.96 31.88 56.26 03:42:09 03:31:01 1 3.00 0.00 4.42 6.57 28.82 57.19 03:42:09 03:31:01 2 4.29 0.00 4.41 3.76 29.01 58.53 03:42:09 03:31:01 3 4.53 0.00 5.19 1.71 27.71 60.86 03:42:09 03:42:09 03:31:01 CPU %user %nice %system %iowait %steal %idle 03:42:09 03:32:01 all 3.14 0.00 2.70 1.74 13.45 78.97 03:42:09 03:32:01 0 3.86 0.00 3.47 3.04 15.92 73.71 03:42:09 03:32:01 1 1.97 0.00 2.17 0.76 13.27 81.83 03:42:09 03:32:01 2 3.93 0.00 2.65 2.09 13.71 77.62 03:42:09 03:32:01 3 2.81 0.00 2.50 1.08 10.85 82.75 03:42:09 03:33:01 all 0.08 0.00 0.07 0.00 1.40 98.45 03:42:09 03:33:01 0 0.25 0.00 0.07 0.00 1.13 98.56 03:42:09 03:33:01 1 0.03 0.00 0.08 0.02 3.13 96.74 03:42:09 03:33:01 2 0.02 0.00 0.05 0.00 0.86 99.07 03:42:09 03:33:01 3 0.02 0.00 0.07 0.00 0.46 99.45 03:42:09 03:34:01 all 0.09 0.00 0.63 0.00 2.79 96.50 03:42:09 03:34:01 0 0.16 0.00 0.53 0.00 3.87 95.43 03:42:09 03:34:01 1 0.03 0.00 0.99 0.00 2.20 96.78 03:42:09 03:34:01 2 0.11 0.00 0.28 0.00 3.00 96.61 03:42:09 03:34:01 3 0.03 0.00 0.72 0.00 2.04 97.20 03:42:09 03:35:02 all 0.06 0.00 0.04 0.01 1.30 98.60 03:42:09 03:35:02 0 0.02 0.00 0.03 0.00 2.46 97.49 03:42:09 03:35:02 1 0.02 0.00 0.03 0.03 0.92 98.99 03:42:09 03:35:02 2 0.20 0.00 0.03 0.00 0.84 98.93 03:42:09 03:35:02 3 0.02 0.00 0.05 0.00 0.94 98.99 03:42:09 03:36:01 all 0.08 0.00 0.05 0.00 1.27 98.60 03:42:09 03:36:01 0 0.07 0.00 0.05 0.00 2.05 97.84 03:42:09 03:36:01 1 0.02 0.00 0.12 0.00 1.08 98.79 03:42:09 03:36:01 2 0.22 0.00 0.03 0.00 0.79 98.96 03:42:09 03:36:01 3 0.02 0.00 0.00 0.00 1.14 98.84 03:42:09 03:37:01 all 0.09 0.00 0.03 0.00 0.73 99.15 03:42:09 03:37:01 0 0.08 0.00 0.07 0.00 1.59 98.26 03:42:09 03:37:01 1 0.00 0.00 0.02 0.00 0.56 99.42 03:42:09 03:37:01 2 0.25 0.00 0.02 0.00 0.60 99.14 03:42:09 03:37:01 3 0.02 0.00 0.03 0.02 0.15 99.78 03:42:09 03:38:01 all 0.10 0.00 0.04 0.00 0.22 99.64 03:42:09 03:38:01 0 0.05 0.00 0.08 0.00 0.40 99.47 03:42:09 03:38:01 1 0.03 0.00 0.02 0.00 0.22 99.73 03:42:09 03:38:01 2 0.32 0.00 0.05 0.00 0.18 99.45 03:42:09 03:38:01 3 0.02 0.00 0.02 0.00 0.07 99.90 03:42:09 03:39:01 all 0.11 0.00 0.03 0.00 0.32 99.53 03:42:09 03:39:01 0 0.07 0.00 0.08 0.00 1.02 98.83 03:42:09 03:39:01 1 0.02 0.00 0.02 0.00 0.03 99.93 03:42:09 03:39:01 2 0.33 0.00 0.02 0.02 0.20 99.43 03:42:09 03:39:01 3 0.02 0.00 0.02 0.00 0.02 99.95 03:42:09 03:40:01 all 0.07 0.00 0.03 0.00 0.44 99.45 03:42:09 03:40:01 0 0.03 0.00 0.02 0.00 0.46 99.49 03:42:09 03:40:01 1 0.02 0.00 0.02 0.00 0.93 99.04 03:42:09 03:40:01 2 0.23 0.00 0.08 0.00 0.22 99.47 03:42:09 03:40:01 3 0.02 0.00 0.02 0.00 0.17 99.80 03:42:09 03:41:01 all 1.03 0.00 1.01 0.69 6.50 90.77 03:42:09 03:41:01 0 0.82 0.00 1.03 0.62 6.90 90.63 03:42:09 03:41:01 1 1.10 0.00 1.08 0.78 7.02 90.03 03:42:09 03:41:01 2 1.02 0.00 1.00 0.76 6.20 91.02 03:42:09 03:41:01 3 1.18 0.00 0.92 0.61 5.88 91.41 03:42:09 Average: all 9.45 0.00 5.18 5.95 25.34 54.09 03:42:09 Average: 0 9.35 0.00 5.22 5.84 26.02 53.58 03:42:09 Average: 1 9.40 0.00 5.15 6.17 25.18 54.09 03:42:09 Average: 2 9.55 0.00 5.15 6.14 25.31 53.86 03:42:09 Average: 3 9.51 0.00 5.18 5.64 24.82 54.84 03:42:09 03:42:09 03:42:09