Started by user Ernesto Ojeda Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of ernestojeda for edgexfoundry/edgex-go Obtained Jenkinsfile from 192e75e79965f570e40dacfd3fa37e859c65312b+0163c92eb67c845bff5e90a4dc6407d0e1146c78 (761a8fb33f9e48f4b353d0e624b9f22bf22be83b) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@a0a4852ea43f8cb2a740401713355780602d9fc2 Attempting to resolve a0a4852ea43f8cb2a740401713355780602d9fc2 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 Could not find a0a4852ea43f8cb2a740401713355780602d9fc2 in remote references. Pulling heads to local for deep search... > 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/pull/*:refs/remotes/origin/pr/* # timeout=10 > git rev-parse a0a4852ea43f8cb2a740401713355780602d9fc2^{commit} # timeout=10 > git branch -a -v --no-abbrev --contains a0a4852ea43f8cb2a740401713355780602d9fc2 # timeout=10 Selected match: pr/264/merge revision a0a4852ea43f8cb2a740401713355780602d9fc2 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 without 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 --no-tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0a4852ea43f8cb2a740401713355780602d9fc2 (pr/264/merge) > git config core.sparsecheckout # timeout=10 > git checkout -f a0a4852ea43f8cb2a740401713355780602d9fc2 # timeout=10 Commit message: "feat(snap): Use new native build script" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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:false, 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: false SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-14367 in /w/workspace/edgexfoundry_edgex-go_PR-2898 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [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/7 # 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 0163c92eb67c845bff5e90a4dc6407d0e1146c78 into PR head commit 192e75e79965f570e40dacfd3fa37e859c65312b > 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/2898/head:refs/remotes/origin/PR-2898 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 192e75e79965f570e40dacfd3fa37e859c65312b # timeout=10 Merge succeeded, producing 192e75e79965f570e40dacfd3fa37e859c65312b Checking out Revision 192e75e79965f570e40dacfd3fa37e859c65312b (PR-2898) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 0163c92eb67c845bff5e90a4dc6407d0e1146c78 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 192e75e79965f570e40dacfd3fa37e859c65312b # timeout=10 Commit message: "ci: testing new native snap build" > git rev-list --no-walk 192e75e79965f570e40dacfd3fa37e859c65312b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:29:04 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:29:04 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:29:04 ========================================================= 21:29:04 EdgeX Global Pipelines Version Info 21:29:04 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:29:06 ------------------- 21:29:06 stable info: 21:29:06 ------------------- 21:29:06 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:29:06 Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 21:29:06 Message: update stable to v1.0.169 21:29:07 ------------------- 21:29:07 experimental info: 21:29:07 ------------------- 21:29:07 Commited By: **** collab-it+edgex@linuxfoundation.org 21:29:07 Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 21:29:07 Message: update experimental to v1.0.169 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:29:07 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 21:29:07 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 21:29:07 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:29:07 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:29:08 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:29:08 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:29:08 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:29:08 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 21:29:08 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 21:29:08 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 21:29:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:29:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:29:08 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:29:09 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:29:09 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:29:09 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:29:09 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:29:09 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:29:09 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 21:29:09 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 21:29:09 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 21:29:09 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 21:29:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2898 [Pipeline] echo 21:29:10 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2898 [Pipeline] echo 21:29:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2898 [Pipeline] echo 21:29:10 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 192e75e79965f570e40dacfd3fa37e859c65312b [Pipeline] echo 21:29:10 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 192e75e [Pipeline] echo 21:29:10 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:29:10 provisioning config files... 21:29:10 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config532273530990740090tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:29:11 ---> docker-login.sh 21:29:11 nexus3.edgexfoundry.org:10001 21:29:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:29:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:29:11 Configure a credential helper to remove this warning. See 21:29:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:29:11 21:29:11 Login Succeeded 21:29:11 nexus3.edgexfoundry.org:10002 21:29:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:29:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:29:12 Configure a credential helper to remove this warning. See 21:29:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:29:12 21:29:12 Login Succeeded 21:29:12 nexus3.edgexfoundry.org:10003 21:29:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:29:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:29:12 Configure a credential helper to remove this warning. See 21:29:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:29:12 21:29:12 Login Succeeded 21:29:12 nexus3.edgexfoundry.org:10004 21:29:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:29:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:29:12 Configure a credential helper to remove this warning. See 21:29:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:29:12 21:29:12 Login Succeeded 21:29:12 docker.io 21:29:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:29:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:29:12 Configure a credential helper to remove this warning. See 21:29:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:29:12 21:29:12 Login Succeeded 21:29:12 ---> docker-login.sh ends [Pipeline] } 21:29:12 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:29:13 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 21:29:13 + for file in '`ls cmd/**/Dockerfile`' 21:29:13 ++ dirname cmd/core-command/Dockerfile 21:29:13 ++ cut -d/ -f2 21:29:13 + echo core-command,cmd/core-command/Dockerfile 21:29:13 + for file in '`ls cmd/**/Dockerfile`' 21:29:13 ++ dirname cmd/core-data/Dockerfile 21:29:13 ++ cut -d/ -f2 21:29:13 + echo core-data,cmd/core-data/Dockerfile 21:29:13 + for file in '`ls cmd/**/Dockerfile`' 21:29:13 ++ dirname cmd/core-metadata/Dockerfile 21:29:13 ++ cut -d/ -f2 21:29:13 + echo core-metadata,cmd/core-metadata/Dockerfile 21:29:13 + for file in '`ls cmd/**/Dockerfile`' 21:29:13 ++ dirname cmd/security-bootstrap-redis/Dockerfile 21:29:13 ++ cut -d/ -f2 21:29:13 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 21:29:13 + for file in '`ls cmd/**/Dockerfile`' 21:29:13 ++ dirname cmd/security-proxy-setup/Dockerfile 21:29:13 ++ cut -d/ -f2 21:29:13 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 21:29:13 + for file in '`ls cmd/**/Dockerfile`' 21:29:13 ++ dirname cmd/security-secrets-setup/Dockerfile 21:29:13 ++ cut -d/ -f2 21:29:13 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 21:29:13 + for file in '`ls cmd/**/Dockerfile`' 21:29:13 ++ dirname cmd/security-secretstore-setup/Dockerfile 21:29:13 ++ cut -d/ -f2 21:29:13 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 21:29:13 + for file in '`ls cmd/**/Dockerfile`' 21:29:13 ++ dirname cmd/support-notifications/Dockerfile 21:29:13 ++ cut -d/ -f2 21:29:13 + echo support-notifications,cmd/support-notifications/Dockerfile 21:29:13 + for file in '`ls cmd/**/Dockerfile`' 21:29:13 ++ dirname cmd/support-scheduler/Dockerfile 21:29:13 ++ cut -d/ -f2 21:29:13 + echo support-scheduler,cmd/support-scheduler/Dockerfile 21:29:13 + for file in '`ls cmd/**/Dockerfile`' 21:29:13 ++ dirname cmd/sys-mgmt-agent/Dockerfile 21:29:13 ++ cut -d/ -f2 21:29:13 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 21:29:13 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-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 21:29:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:29:14 21:29:14 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:29:15 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:29:15 latest: Pulling from edgex-devops/git-semver 21:29:15 31603596830f: Pulling fs layer 21:29:15 2a8b12db71e7: Pulling fs layer 21:29:15 6ca5941a6612: Pulling fs layer 21:29:15 ecc8261a40a4: Pulling fs layer 21:29:15 ecc8261a40a4: Waiting 21:29:15 2a8b12db71e7: Download complete 21:29:15 31603596830f: Verifying Checksum 21:29:15 31603596830f: Download complete 21:29:15 6ca5941a6612: Verifying Checksum 21:29:15 6ca5941a6612: Download complete 21:29:15 ecc8261a40a4: Verifying Checksum 21:29:15 ecc8261a40a4: Download complete 21:29:15 31603596830f: Pull complete 21:29:15 2a8b12db71e7: Pull complete 21:29:16 6ca5941a6612: Pull complete 21:29:16 ecc8261a40a4: Pull complete 21:29:16 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:29:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:29:16 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:29:17 prd-centos7-docker-4c-2g-14367 does not seem to be running inside a container 21:29:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:29:19 $ docker top f6c666f5018cee0946eac0c2354b97a0fc793820ed8813f0ee11e6e0b1d06236 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:29:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:29:19 [ssh-agent] Looking for ssh-agent implementation... 21:29:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:29:20 $ docker exec f6c666f5018cee0946eac0c2354b97a0fc793820ed8813f0ee11e6e0b1d06236 ssh-agent 21:29:20 SSH_AUTH_SOCK=/tmp/ssh-PDpggET57WwA/agent.11 21:29:20 SSH_AGENT_PID=16 21:29:20 Running ssh-add (command line suppressed) 21:29:20 Identity added: /w/workspace/edgex-go/7@tmp/private_key_1517770152490773811.key (/w/workspace/edgex-go/7@tmp/private_key_1517770152490773811.key) 21:29:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:29:20 + git tag --points-at HEAD [Pipeline] } 21:29:20 $ docker exec --env ******** --env ******** f6c666f5018cee0946eac0c2354b97a0fc793820ed8813f0ee11e6e0b1d06236 ssh-agent -k 21:29:20 unset SSH_AUTH_SOCK; 21:29:20 unset SSH_AGENT_PID; 21:29:20 echo Agent pid 16 killed; 21:29:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:29:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:29:21 [ssh-agent] Looking for ssh-agent implementation... 21:29:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:29:21 $ docker exec f6c666f5018cee0946eac0c2354b97a0fc793820ed8813f0ee11e6e0b1d06236 ssh-agent 21:29:21 SSH_AUTH_SOCK=/tmp/ssh-Pmi9A6ZpbSx3/agent.45 21:29:21 SSH_AGENT_PID=50 21:29:21 Running ssh-add (command line suppressed) 21:29:21 Identity added: /w/workspace/edgex-go/7@tmp/private_key_2854216529467418471.key (/w/workspace/edgex-go/7@tmp/private_key_2854216529467418471.key) 21:29:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:29:21 + git semver init 21:29:21 # -> Open(): unable to determine branch for HEAD 21:29:21 # $GIT_DIR = /w/workspace/edgex-go/7/.git 21:29:21 # $GIT_WORK_TREE = /w/workspace/edgex-go/7 21:29:21 # $SEMVER_REMOTE_NAME = origin 21:29:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:29:21 # $SEMVER_USER_NAME = edgex-jenkins 21:29:21 # $SEMVER_BRANCH = PR-2898 21:29:21 # $SEMVER_TEMP = /tmp/semver-366646320 21:29:21 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 21:29:40 # '/tmp/semver-366646320' -> '/w/workspace/edgex-go/7/.semver' 21:29:40 # -> Force: false 21:29:40 # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } 21:29:40 $ docker exec --env ******** --env ******** f6c666f5018cee0946eac0c2354b97a0fc793820ed8813f0ee11e6e0b1d06236 ssh-agent -k 21:29:41 unset SSH_AUTH_SOCK; 21:29:41 unset SSH_AGENT_PID; 21:29:41 echo Agent pid 50 killed; 21:29:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:29:41 + git semver [Pipeline] } 21:29:41 $ docker stop --time=1 f6c666f5018cee0946eac0c2354b97a0fc793820ed8813f0ee11e6e0b1d06236 21:29:43 $ docker rm -f f6c666f5018cee0946eac0c2354b97a0fc793820ed8813f0ee11e6e0b1d06236 [Pipeline] // withDockerContainer [Pipeline] sh 21:29:43 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:29:44 Stashed 1 file(s) [Pipeline] echo 21:29:44 [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 21:29:45 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:29:45 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:29:46 + sudo service docker restart 21:29:46 + true 21:29:46 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 21:29:46 ========================================================= 21:29:46 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:29:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:29:46 + 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 . 21:29:50 Sending build context to Docker daemon 326.2MB 21:29:50 Step 1/7 : ARG BASE=golang:1.15-alpine 21:29:50 Step 2/7 : FROM ${BASE} 21:29:50 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:29:50 188c0c94c7c5: Pulling fs layer 21:29:50 0ef7d3d256c8: Pulling fs layer 21:29:50 de9db76c5a1d: Pulling fs layer 21:29:50 bca2f99d35d6: Pulling fs layer 21:29:50 93359f2a8cfa: Pulling fs layer 21:29:50 7c6f9722023f: Pulling fs layer 21:29:50 a35cf1a2eb13: Pulling fs layer 21:29:50 bca2f99d35d6: Waiting 21:29:50 93359f2a8cfa: Waiting 21:29:50 7c6f9722023f: Waiting 21:29:50 a35cf1a2eb13: Waiting 21:29:50 de9db76c5a1d: Verifying Checksum 21:29:50 de9db76c5a1d: Download complete 21:29:50 0ef7d3d256c8: Verifying Checksum 21:29:50 0ef7d3d256c8: Download complete 21:29:50 93359f2a8cfa: Verifying Checksum 21:29:50 93359f2a8cfa: Download complete 21:29:50 188c0c94c7c5: Verifying Checksum 21:29:50 188c0c94c7c5: Download complete 21:29:50 7c6f9722023f: Verifying Checksum 21:29:50 7c6f9722023f: Download complete 21:29:50 188c0c94c7c5: Pull complete 21:29:50 0ef7d3d256c8: Pull complete 21:29:50 de9db76c5a1d: Pull complete 21:29:52 a35cf1a2eb13: Verifying Checksum 21:29:52 a35cf1a2eb13: Download complete 21:29:53 bca2f99d35d6: Verifying Checksum 21:29:53 bca2f99d35d6: Download complete 21:29:58 bca2f99d35d6: Pull complete 21:29:58 93359f2a8cfa: Pull complete 21:29:58 7c6f9722023f: Pull complete 21:29:59 Still waiting to schedule task 21:29:59 ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline 21:30:03 a35cf1a2eb13: Pull complete 21:30:03 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:30:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:30:03 ---> a62c8e92a672 21:30:03 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 21:30:03 ---> Running in 4e2581470338 21:30:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:30:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:30:04 (1/12) Installing libmagic (5.38-r0) 21:30:05 (2/12) Installing file (5.38-r0) 21:30:05 (3/12) Installing libc-dev (0.7.2-r3) 21:30:05 (4/12) Installing g++ (9.3.0-r2) 21:30:09 (5/12) Installing fortify-headers (1.1-r0) 21:30:09 (6/12) Installing patch (2.7.6-r6) 21:30:09 (7/12) Installing build-base (0.5-r2) 21:30:09 (8/12) Installing libsodium (1.0.18-r0) 21:30:10 (9/12) Installing pkgconf (1.7.2-r0) 21:30:10 (10/12) Installing libsodium-dev (1.0.18-r0) 21:30:10 (11/12) Installing libzmq (4.3.3-r0) 21:30:10 (12/12) Installing zeromq-dev (4.3.3-r0) 21:30:10 Executing busybox-1.31.1-r19.trigger 21:30:10 OK: 233 MiB in 51 packages 21:30:14 Removing intermediate container 4e2581470338 21:30:14 ---> 30eb596a4219 21:30:14 Step 4/7 : WORKDIR /edgex-go 21:30:14 ---> Running in 43c488e472ff 21:30:14 Removing intermediate container 43c488e472ff 21:30:14 ---> 494d43c2674a 21:30:14 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 21:30:14 latest: Pulling from library/docker 21:30:15 188c0c94c7c5: Already exists 21:30:15 0c7c675703d6: Pulling fs layer 21:30:15 cc8c12a437cb: Pulling fs layer 21:30:15 f092543453df: Pulling fs layer 21:30:15 65b6bc45957d: Pulling fs layer 21:30:15 4de832df471b: Pulling fs layer 21:30:15 79aa7fa92271: Pulling fs layer 21:30:15 65b6bc45957d: Waiting 21:30:15 4de832df471b: Waiting 21:30:15 79aa7fa92271: Waiting 21:30:15 0c7c675703d6: Verifying Checksum 21:30:15 0c7c675703d6: Download complete 21:30:15 cc8c12a437cb: Verifying Checksum 21:30:15 cc8c12a437cb: Download complete 21:30:15 65b6bc45957d: Verifying Checksum 21:30:15 65b6bc45957d: Download complete 21:30:15 79aa7fa92271: Download complete 21:30:15 0c7c675703d6: Pull complete 21:30:15 4de832df471b: Verifying Checksum 21:30:15 4de832df471b: Download complete 21:30:15 cc8c12a437cb: Pull complete 21:30:16 f092543453df: Download complete 21:30:19 f092543453df: Pull complete 21:30:19 65b6bc45957d: Pull complete 21:30:19 4de832df471b: Pull complete 21:30:19 79aa7fa92271: Pull complete 21:30:19 Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a 21:30:19 Status: Downloaded newer image for docker:latest 21:30:21 ---> 85545b050dbb 21:30:21 Step 6/7 : COPY go.mod . 21:30:21 ---> beeb1b466226 21:30:21 Step 7/7 : RUN go mod download 21:30:21 ---> Running in 724f7f3f0361 21:30:43 Removing intermediate container 724f7f3f0361 21:30:43 ---> fe01a0cd411f 21:30:43 Successfully built fe01a0cd411f 21:30:43 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:30:44 + docker inspect -f . ci-base-image-x86_64 21:30:44 . [Pipeline] withDockerContainer 21:30:44 prd-centos7-docker-4c-2g-14367 does not seem to be running inside a container 21:30:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** ci-base-image-x86_64 cat 21:30:45 $ docker top d33dc5c7e6ce9e0101efcf9083d17cabb3b22b04d5881d78c0a195e007df0fa5 -eo pid,comm [Pipeline] { [Pipeline] sh 21:30:45 + go version 21:30:45 go version go1.15.5 linux/amd64 [Pipeline] } 21:30:45 $ docker stop --time=1 d33dc5c7e6ce9e0101efcf9083d17cabb3b22b04d5881d78c0a195e007df0fa5 21:30:46 $ docker rm -f d33dc5c7e6ce9e0101efcf9083d17cabb3b22b04d5881d78c0a195e007df0fa5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:30:47 + docker inspect -f . ci-base-image-x86_64 21:30:47 . [Pipeline] withDockerContainer 21:30:47 prd-centos7-docker-4c-2g-14367 does not seem to be running inside a container 21:30:47 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** ci-base-image-x86_64 cat 21:30:48 $ docker top e956b31063ff538bb7c964b0494c81e501ac53d5db28244564cfba6327405b2a -eo pid,comm [Pipeline] { [Pipeline] echo 21:30:48 ========================================================= 21:30:48 [edgeXBuildGoParallel] Running Tests and Build... 21:30:48 ========================================================= [Pipeline] sh 21:30:49 + make test 21:30:49 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:30:59 ? github.com/edgexfoundry/edgex-go [no test files] 21:31:14 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:31:19 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:31:19 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:31:19 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:31:19 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 21:31:20 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:31:20 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:31:22 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.041s 21:31:22 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:31:22 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:31:22 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:31:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:31:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:31:22 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:31:26 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.101s coverage: 46.6% of statements 21:31:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:31:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:31:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:31:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:31:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:31:30 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.193s coverage: 27.1% of statements 21:31:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:31:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:31:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:31:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:31:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:31:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:31:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.034s coverage: 100.0% of statements 21:31:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:31:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.038s coverage: 100.0% of statements 21:31:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:31:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:31:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.139s coverage: 65.5% of statements 21:31:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:31:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:31:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.110s coverage: 82.7% of statements 21:31:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:31:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:31:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 21:31:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:31:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.361s coverage: 28.6% of statements 21:31:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:31:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:31:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:31:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:31:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:31:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.089s coverage: 100.0% of statements 21:31:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:31:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements 21:31:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:31:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.116s coverage: 86.7% of statements 21:31:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:31:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.127s coverage: 97.5% of statements 21:31:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:31:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.059s coverage: 78.3% of statements 21:31:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:31:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:31:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:31:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:31:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.329s coverage: 94.7% of statements 21:31:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:31:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:31:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:31:33 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:31:33 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:31:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:31:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:31:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:31:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:31:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:31:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:31:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:31:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:31:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:31:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 21:31:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 21:31:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:31:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:31:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:31:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:31:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.060s coverage: 58.8% of statements 21:31:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:31:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:31:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.056s coverage: 0.0% of statements [no tests to run] 21:31:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:31:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 21:31:33 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:31:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:31:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.038s coverage: 100.0% of statements 21:31:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:31:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.075s coverage: 75.5% of statements 21:31:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.059s coverage: 80.8% of statements 21:31:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.073s coverage: 87.2% of statements 21:31:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.055s coverage: 84.2% of statements 21:31:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.024s coverage: 100.0% of statements 21:31:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:31:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.202s coverage: 63.5% of statements 21:31:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:31:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:31:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.040s coverage: 100.0% of statements 21:31:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.048s coverage: 91.3% of statements 21:31:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.061s coverage: 100.0% of statements 21:31:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.047s coverage: 73.7% of statements 21:31:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements 21:31:37 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.350s coverage: 55.9% of statements 21:31:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:31:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:31:37 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 21:31:37 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 21:31:37 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 21:31:37 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 21:31:42 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 4.761s coverage: 86.3% of statements 21:31:42 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 21:31:42 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.126s coverage: 72.2% of statements 21:31:42 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.391s coverage: 72.1% of statements 21:31:42 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.039s coverage: 82.4% of statements 21:31:42 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.035s coverage: 48.4% of statements 21:31:42 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 21:31:42 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 21:31:42 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 21:31:42 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.051s coverage: 28.8% of statements 21:31:42 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 21:31:42 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.047s coverage: 96.8% of statements 21:31:42 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 21:31:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.091s coverage: 37.2% of statements 21:31:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:31:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:31:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.317s coverage: 84.1% of statements 21:31:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.039s coverage: 100.0% of statements 21:31:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.123s coverage: 47.1% of statements 21:31:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:31:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:31:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.028s coverage: 100.0% of statements 21:31:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:31:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:31:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:31:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements 21:31:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:31:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.059s coverage: 100.0% of statements 21:31:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:31:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.664s coverage: 29.1% of statements 21:31:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:31:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:31:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:31:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:31:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:31:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.089s coverage: 99.0% of statements 21:31:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:31:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.063s coverage: 100.0% of statements 21:31:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:31:44 ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements 21:31:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:31:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.044s coverage: 100.0% of statements 21:31:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:31:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:31:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:31:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:31:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.039s coverage: 87.9% of statements 21:31:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:31:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:31:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements 21:31:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 21:31:45 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 21:31:45 GO111MODULE=on go vet ./... 21:31:54 Running on prd-ubuntu18.04-docker-arm64-4c-16g-14368 in /w/workspace/edgexfoundry_edgex-go_PR-2898 [Pipeline] { [Pipeline] ws 21:31:54 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 21:31:59 using credential edgex-jenkins-ssh 21:31:59 Cloning the remote Git repository 21:31:59 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:31:59 > git init /w/workspace/edgex-go/7 # timeout=10 21:31:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:31:59 > git --version # timeout=10 21:31:59 > git --version # 'git version 2.17.1' 21:31:59 using GIT_SSH to set credentials SSH Credentials for GitHub 21:31:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:32:12 gofmt -l . 21:32:12 [ "`gofmt -l .`" = "" ] 21:32:12 ./bin/test-go-mod-tidy.sh 21:32:12 ./bin/test-attribution-txt.sh [Pipeline] sh 21:32:12 + ls -al . 21:32:12 total 648 21:32:12 drwxrwxr-x 10 1001 1001 4096 Dec 3 21:32 . 21:32:12 drwxr-xr-x 4 root root 28 Dec 3 21:30 .. 21:32:12 -rw-rw-r-- 1 1001 1001 11 Dec 3 21:28 .dockerignore 21:32:12 drwxrwxr-x 8 1001 1001 179 Dec 3 21:29 .git 21:32:12 drwxrwxr-x 3 1001 1001 125 Dec 3 21:28 .github 21:32:12 -rw-rw-r-- 1 1001 1001 971 Dec 3 21:28 .gitignore 21:32:12 drwx------ 3 1001 1001 47 Dec 3 21:29 .semver 21:32:12 -rw-rw-r-- 1 1001 1001 166 Dec 3 21:28 .sonarcloud.properties 21:32:12 -rw-rw-r-- 1 1001 1001 3804 Dec 3 21:28 CONTRIBUTING.md 21:32:12 -rw-rw-r-- 1 1001 1001 1035 Dec 3 21:28 Dockerfile.build 21:32:12 -rw-rw-r-- 1 1001 1001 943 Dec 3 21:28 Jenkinsfile 21:32:12 -rw-rw-r-- 1 1001 1001 10775 Dec 3 21:28 LICENSE 21:32:12 -rw-rw-r-- 1 1001 1001 6318 Dec 3 21:28 Makefile 21:32:12 -rw-rw-r-- 1 1001 1001 6447 Dec 3 21:28 README.md 21:32:12 -rw-rw-r-- 1 1001 1001 259 Dec 3 21:28 SECURITY.md 21:32:12 -rw-rw-r-- 1 1001 1001 5 Dec 3 21:29 VERSION 21:32:12 -rw-rw-r-- 1 1001 1001 4131 Dec 3 21:28 ZMQWindows.md 21:32:12 drwxrwxr-x 2 1001 1001 117 Dec 3 21:28 bin 21:32:12 drwxrwxr-x 15 1001 1001 4096 Dec 3 21:28 cmd 21:32:12 -rw-r--r-- 1 root root 555123 Dec 3 21:31 coverage.out 21:32:12 -rw-r--r-- 1 root root 1041 Dec 3 21:32 go.mod 21:32:12 -rw-r--r-- 1 root root 18856 Dec 3 21:32 go.sum 21:32:12 drwxrwxr-x 8 1001 1001 127 Dec 3 21:28 internal 21:32:12 drwxrwxr-x 4 1001 1001 26 Dec 3 21:28 openapi 21:32:12 drwxrwxr-x 4 1001 1001 71 Dec 3 21:28 snap 21:32:12 -rw-rw-r-- 1 1001 1001 168 Dec 3 21:28 version.go [Pipeline] sh 21:32:13 + '[' -e coverage.out ] 21:32:13 + chown 1001:1001 coverage.out [Pipeline] stash 21:32:13 Stashed 1 file(s) [Pipeline] sh 21:32:13 + make build 21:32:13 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 21:32:15 Merging remotes/origin/master commit 0163c92eb67c845bff5e90a4dc6407d0e1146c78 into PR head commit 192e75e79965f570e40dacfd3fa37e859c65312b 21:32:16 Merge succeeded, producing 192e75e79965f570e40dacfd3fa37e859c65312b 21:32:16 Checking out Revision 192e75e79965f570e40dacfd3fa37e859c65312b (PR-2898) 21:32:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:32:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:32:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:32:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:32:14 using GIT_SSH to set credentials SSH Credentials for GitHub 21:32:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2898/head:refs/remotes/origin/PR-2898 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:32:15 > git config core.sparsecheckout # timeout=10 21:32:15 > git checkout -f 192e75e79965f570e40dacfd3fa37e859c65312b # timeout=10 21:32:16 > git remote # timeout=10 21:32:16 > git config --get remote.origin.url # timeout=10 21:32:16 using GIT_SSH to set credentials SSH Credentials for GitHub 21:32:16 > git merge 0163c92eb67c845bff5e90a4dc6407d0e1146c78 # timeout=10 21:32:16 > git rev-parse HEAD^{commit} # timeout=10 21:32:16 > git config core.sparsecheckout # timeout=10 21:32:16 > git checkout -f 192e75e79965f570e40dacfd3fa37e859c65312b # timeout=10 21:32:17 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 21:32:20 Commit message: "ci: testing new native snap build" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:32:22 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:32:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:32:23 + sudo service docker restart 21:32:23 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:32:25 provisioning config files... 21:32:25 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config3275485595461575651tmp [Pipeline] { 21:32:25 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 [Pipeline] libraryResource [Pipeline] sh 21:32:25 ---> docker-login.sh 21:32:25 nexus3.edgexfoundry.org:10001 21:32:25 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 21:32:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:32:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:32:26 Configure a credential helper to remove this warning. See 21:32:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:32:26 21:32:26 Login Succeeded 21:32:26 nexus3.edgexfoundry.org:10002 21:32:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:32:27 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 21:32:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:32:27 Configure a credential helper to remove this warning. See 21:32:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:32:27 21:32:27 Login Succeeded 21:32:27 nexus3.edgexfoundry.org:10003 21:32:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:32: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 21:32:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:32:27 Configure a credential helper to remove this warning. See 21:32:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:32:27 21:32:27 Login Succeeded 21:32:27 nexus3.edgexfoundry.org:10004 21:32:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:32:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:32:28 Configure a credential helper to remove this warning. See 21:32:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:32:28 21:32:28 Login Succeeded 21:32:28 docker.io 21:32:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:32:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:32:29 Configure a credential helper to remove this warning. See 21:32:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:32:29 21:32:29 Login Succeeded 21:32:29 ---> docker-login.sh ends [Pipeline] } 21:32:29 Deleting 1 temporary files [Pipeline] // wrap 21:32:29 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:32:29 ========================================================= 21:32:29 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:32:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:32:30 + 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 . 21:32:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 21:32:31 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 21:32:32 Sending build context to Docker daemon 165.5MB 21:32:32 Step 1/7 : ARG BASE=golang:1.15-alpine 21:32:32 Step 2/7 : FROM ${BASE} 21:32:32 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:32:32 5f621e34cdf4: Pulling fs layer 21:32:32 a4357932f1b6: Pulling fs layer 21:32:32 18c013af1878: Pulling fs layer 21:32:32 00ac8860ef70: Pulling fs layer 21:32:32 63d7cb157983: Pulling fs layer 21:32:32 b116817d02f9: Pulling fs layer 21:32:32 745a02a5169b: Pulling fs layer 21:32:32 00ac8860ef70: Waiting 21:32:32 745a02a5169b: Waiting 21:32:32 63d7cb157983: Waiting 21:32:32 b116817d02f9: Waiting 21:32:32 18c013af1878: Verifying Checksum 21:32:32 18c013af1878: Download complete 21:32:32 a4357932f1b6: Download complete 21:32:32 63d7cb157983: Verifying Checksum 21:32:32 63d7cb157983: Download complete 21:32:33 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 21:32:33 5f621e34cdf4: Verifying Checksum 21:32:33 5f621e34cdf4: Download complete 21:32:33 b116817d02f9: Verifying Checksum 21:32:33 b116817d02f9: Download complete 21:32:33 5f621e34cdf4: Pull complete 21:32:33 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 21:32:34 a4357932f1b6: Pull complete 21:32:34 18c013af1878: Pull complete 21:32:35 745a02a5169b: Download complete 21:32:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 21:32:36 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 21:32:36 00ac8860ef70: Verifying Checksum 21:32:36 00ac8860ef70: Download complete [Pipeline] } 21:32:37 $ docker stop --time=1 e956b31063ff538bb7c964b0494c81e501ac53d5db28244564cfba6327405b2a 21:32:38 $ docker rm -f e956b31063ff538bb7c964b0494c81e501ac53d5db28244564cfba6327405b2a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:32:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:32:42 21:32:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 21:32:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:32:42 latest: Pulling from edgex-devops/edgex-compose 21:32:42 cbdbe7a5bc2a: Pulling fs layer 21:32:42 ca9280d653b3: Pulling fs layer 21:32:42 7e9c9ca2126c: Pulling fs layer 21:32:43 cbdbe7a5bc2a: Download complete 21:32:43 ca9280d653b3: Verifying Checksum 21:32:43 ca9280d653b3: Download complete 21:32:43 cbdbe7a5bc2a: Pull complete 21:32:44 7e9c9ca2126c: Verifying Checksum 21:32:44 7e9c9ca2126c: Download complete 21:32:44 ca9280d653b3: Pull complete 21:32:46 00ac8860ef70: Pull complete 21:32:46 63d7cb157983: Pull complete 21:32:46 b116817d02f9: Pull complete 21:32:50 745a02a5169b: Pull complete 21:32:50 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:32:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:32:50 ---> b7e6874047d6 21:32:50 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 21:32:51 7e9c9ca2126c: Pull complete 21:32:51 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 21:32:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:32:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 21:32:51 prd-centos7-docker-4c-2g-14367 does not seem to be running inside a container 21:32:51 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 21:32:54 ---> Running in e2befcf46e2b 21:32:54 $ docker top 1ca5c46c2f6790230d09476b51e145b544a2ad248cacffd9593471d042ef334d -eo pid,comm [Pipeline] { [Pipeline] sh 21:32:54 + docker-compose build --help 21:32:54 + grep parallel 21:32:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:32:55 --parallel Build images in parallel. [Pipeline] } 21:32:55 $ docker stop --time=1 1ca5c46c2f6790230d09476b51e145b544a2ad248cacffd9593471d042ef334d 21:32:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:32:57 (1/12) Installing libmagic (5.38-r0) 21:32:57 $ docker rm -f 1ca5c46c2f6790230d09476b51e145b544a2ad248cacffd9593471d042ef334d 21:32:57 (2/12) Installing file (5.38-r0) [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { 21:32:57 (3/12) Installing libc-dev (0.7.2-r3) 21:32:57 (4/12) Installing g++ (9.3.0-r2) [Pipeline] isUnix [Pipeline] sh 21:32:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:32:57 . [Pipeline] withDockerContainer 21:32:57 prd-centos7-docker-4c-2g-14367 does not seem to be running inside a container 21:32:58 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:32:58 $ docker top c69c39a55e77e5af640df67783802ff8955a6e34b151327c55e409762229f49a -eo pid,comm [Pipeline] { [Pipeline] sh 21:32:59 + docker-compose -f ./docker-compose-build.yml build --parallel 21:33:00 Building docker-core-command-go ... 21:33:00 Building docker-core-data-go ... 21:33:00 Building docker-core-metadata-go ... 21:33:00 Building docker-security-bootstrap-redis-go ... 21:33:00 Building docker-security-proxy-setup-go ... 21:33:00 Building docker-security-secrets-setup-go ... 21:33:00 Building docker-security-secretstore-setup-go ... 21:33:00 Building docker-support-notifications-go ... 21:33:00 Building docker-support-scheduler-go ... 21:33:00 Building docker-sys-mgmt-agent-go ... 21:33:00 Building docker-core-command-go 21:33:00 Building docker-sys-mgmt-agent-go 21:33:00 Building docker-support-notifications-go 21:33:00 Building docker-security-secretstore-setup-go 21:33:00 Building docker-support-scheduler-go 21:33:04 (5/12) Installing fortify-headers (1.1-r0) 21:33:04 (6/12) Installing patch (2.7.6-r6) 21:33:04 (7/12) Installing build-base (0.5-r2) 21:33:04 (8/12) Installing libsodium (1.0.18-r0) 21:33:04 (9/12) Installing pkgconf (1.7.2-r0) 21:33:04 (10/12) Installing libsodium-dev (1.0.18-r0) 21:33:04 (11/12) Installing libzmq (4.3.3-r0) 21:33:05 (12/12) Installing zeromq-dev (4.3.3-r0) 21:33:05 Executing busybox-1.31.1-r19.trigger 21:33:05 OK: 217 MiB in 51 packages 21:33:09 Removing intermediate container e2befcf46e2b 21:33:09 ---> 6bbde67e332c 21:33:09 Step 4/7 : WORKDIR /edgex-go 21:33:09 ---> Running in f08bbd4ca5bd 21:33:09 Removing intermediate container f08bbd4ca5bd 21:33:09 ---> 838fcbcb2637 21:33:09 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 21:33:10 latest: Pulling from library/docker 21:33:10 5f621e34cdf4: Already exists 21:33:10 85db56a05063: Pulling fs layer 21:33:10 ccb67d6aeaaa: Pulling fs layer 21:33:10 de930078acea: Pulling fs layer 21:33:10 d5a9d88a4785: Pulling fs layer 21:33:10 e7f15c1544d5: Pulling fs layer 21:33:10 877c515997d3: Pulling fs layer 21:33:10 877c515997d3: Waiting 21:33:10 e7f15c1544d5: Waiting 21:33:10 d5a9d88a4785: Waiting 21:33:10 ccb67d6aeaaa: Download complete 21:33:10 85db56a05063: Verifying Checksum 21:33:10 85db56a05063: Download complete 21:33:10 d5a9d88a4785: Verifying Checksum 21:33:10 d5a9d88a4785: Download complete 21:33:10 e7f15c1544d5: Verifying Checksum 21:33:10 e7f15c1544d5: Download complete 21:33:10 877c515997d3: Verifying Checksum 21:33:10 877c515997d3: Download complete 21:33:11 85db56a05063: Pull complete 21:33:11 ccb67d6aeaaa: Pull complete 21:33:11 de930078acea: Download complete 21:33:15 de930078acea: Pull complete 21:33:15 d5a9d88a4785: Pull complete 21:33:15 e7f15c1544d5: Pull complete 21:33:16 877c515997d3: Pull complete 21:33:16 Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a 21:33:16 Status: Downloaded newer image for docker:latest 21:33:19 ---> 58693c8b545a 21:33:19 Step 6/7 : COPY go.mod . 21:33:20 ---> d891e6e20c1a 21:33:20 Step 7/7 : RUN go mod download 21:33:20 ---> Running in d3754e5c0f9c 21:33:32 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 21:33:32 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:33:32 ---> fe01a0cd411f 21:33:32 Step 3/24 : WORKDIR /edgex-go 21:33:32 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 21:33:32 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:33:32 ---> fe01a0cd411f 21:33:32 Step 3/21 : WORKDIR /edgex-go 21:33:33 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 21:33:33 Step 2/27 : FROM ${BUILDER_BASE} AS builder 21:33:33 ---> fe01a0cd411f 21:33:33 Step 3/27 : WORKDIR /edgex-go 21:33:33 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 21:33:33 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:33:33 ---> fe01a0cd411f 21:33:33 Step 3/22 : WORKDIR /edgex-go 21:33:33 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 21:33:33 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:33:33 ---> fe01a0cd411f 21:33:33 Step 3/24 : WORKDIR /edgex-go 21:33:34 ---> Running in de7858042f3a 21:33:34 ---> Running in 16f427918735 21:33:34 ---> Running in 14f86984ccef 21:33:34 ---> Running in 0d790e4fd0d2 21:33:34 ---> Running in 6fbc4badb8d3 21:33:34 Removing intermediate container 14f86984ccef 21:33:34 ---> 5bf66c008db5 21:33:34 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:33:34 Removing intermediate container de7858042f3a 21:33:34 ---> 972e8a9ce13f 21:33:34 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:33:34 Removing intermediate container 16f427918735 21:33:34 ---> 6e4b8a7aefc8 21:33:34 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:33:35 Removing intermediate container 0d790e4fd0d2 21:33:35 ---> 4ed1f041e790 21:33:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:33:35 Removing intermediate container 6fbc4badb8d3 21:33:35 ---> 5d56bfe3bd25 21:33:35 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:33:35 ---> Running in 51394a12c440 21:33:35 ---> Running in 2556852de57e 21:33:35 ---> Running in ace09b76bc65 21:33:35 ---> Running in ac6cd716493b 21:33:35 ---> Running in 3fc49253b099 21:33:37 Removing intermediate container 2556852de57e 21:33:37 ---> 182a74d4f129 21:33:37 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 21:33:37 Removing intermediate container 51394a12c440 21:33:37 ---> f7f8d78a2c03 21:33:37 Step 5/24 : RUN apk update && apk add make git 21:33:37 ---> Running in b7c4e4987cf5 21:33:37 Removing intermediate container ace09b76bc65 21:33:37 ---> 9fff1d0a081f 21:33:37 Step 5/21 : RUN apk update && apk add make git 21:33:37 ---> Running in 800e978d0594 21:33:37 ---> Running in 83df0d7ab4b0 21:33:37 Removing intermediate container ac6cd716493b 21:33:37 ---> 5975146b3abf 21:33:37 Step 5/27 : RUN apk update && apk add make bash git 21:33:37 Removing intermediate container 3fc49253b099 21:33:37 ---> adecb46e55e3 21:33:37 Step 5/22 : RUN apk update && apk add make git 21:33:37 ---> Running in 7287cd58b0dd 21:33:37 ---> Running in 622ea106bf34 21:33:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:33:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:33:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:33:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:33:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:33:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:33:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:33:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:33:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:33:39 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:33:39 v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:33:39 OK: 12745 distinct packages available 21:33:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:33:39 OK: 233 MiB in 51 packages 21:33:40 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:33:40 v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:33:40 OK: 12745 distinct packages available 21:33:40 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:33:40 v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:33:40 OK: 12745 distinct packages available 21:33:40 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:33:40 v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:33:40 OK: 12745 distinct packages available 21:33:40 OK: 233 MiB in 51 packages 21:33:40 Removing intermediate container b7c4e4987cf5 21:33:40 ---> 38ae306ec5d5 21:33:40 Step 6/24 : COPY go.mod . 21:33:40 OK: 233 MiB in 51 packages 21:33:40 OK: 233 MiB in 51 packages 21:33:40 ---> 4039c3789de5 21:33:40 Step 7/24 : RUN go mod download 21:33:40 ---> Running in 854e00012256 21:33:41 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:33:41 v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:33:41 OK: 12745 distinct packages available 21:33:41 Removing intermediate container 800e978d0594 21:33:41 ---> 67cba4bc57be 21:33:41 Step 6/24 : COPY go.mod . 21:33:41 OK: 233 MiB in 51 packages 21:33:41 Removing intermediate container 622ea106bf34 21:33:41 ---> 134600a60954 21:33:41 Step 6/22 : COPY go.mod . 21:33:41 ---> 8db02864d9a7 21:33:41 Step 7/24 : RUN go mod download 21:33:42 Removing intermediate container 7287cd58b0dd 21:33:42 ---> 0d08557a3684 21:33:42 Step 6/27 : COPY go.mod . 21:33:42 ---> Running in 843888e253df 21:33:42 ---> bad1e25bed8a 21:33:42 Step 7/22 : RUN go mod download 21:33:42 ---> Running in ef577c9919d8 21:33:43 ---> 5ed390571ff9 21:33:43 Step 7/27 : RUN go mod download 21:33:43 Removing intermediate container 83df0d7ab4b0 21:33:43 ---> 187dccc51f2a 21:33:43 Step 6/21 : COPY go.mod . 21:33:43 ---> Running in ec48453a999c 21:33:43 ---> 1770f23618bd 21:33:43 Step 7/21 : RUN go mod download 21:33:43 Removing intermediate container 854e00012256 21:33:43 ---> d2b719c6012c 21:33:43 Step 8/24 : COPY . . 21:33:43 ---> Running in 64c6dc5ccb8f 21:33:44 Removing intermediate container 843888e253df 21:33:44 ---> 2771bdf2dc6a 21:33:44 Step 8/24 : COPY . . 21:33:46 Removing intermediate container d3754e5c0f9c 21:33:46 ---> 18f4cd9dffab 21:33:46 Successfully built 18f4cd9dffab 21:33:46 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:33:47 + docker inspect -f . ci-base-image-arm64 21:33:47 . [Pipeline] withDockerContainer 21:33:47 prd-ubuntu18.04-docker-arm64-4c-16g-14368 does not seem to be running inside a container 21:33:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** ci-base-image-arm64 cat 21:33:49 $ docker top f0e14684d4a65196d1264d2d5944a73f01af6d7c7e2979dd8ccf7969739901e1 -eo pid,comm [Pipeline] { [Pipeline] sh 21:33:50 + go version 21:33:50 go version go1.15.5 linux/arm64 [Pipeline] } 21:33:50 $ docker stop --time=1 f0e14684d4a65196d1264d2d5944a73f01af6d7c7e2979dd8ccf7969739901e1 21:33:51 Removing intermediate container ef577c9919d8 21:33:51 ---> 532c3f24164f 21:33:51 Step 8/22 : COPY . . 21:33:52 $ docker rm -f f0e14684d4a65196d1264d2d5944a73f01af6d7c7e2979dd8ccf7969739901e1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:33:53 + docker inspect -f . ci-base-image-arm64 21:33:53 . [Pipeline] withDockerContainer 21:33:53 prd-ubuntu18.04-docker-arm64-4c-16g-14368 does not seem to be running inside a container 21:33:53 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** ci-base-image-arm64 cat 21:33:54 Removing intermediate container ec48453a999c 21:33:54 ---> 8aa780fbdc5d 21:33:54 Step 8/27 : COPY . . 21:33:54 $ docker top a083e33287466a81d80828f71ba40017d1cd03db38f430b3837d8f888d1787d1 -eo pid,comm [Pipeline] { [Pipeline] echo 21:33:55 ========================================================= 21:33:55 [edgeXBuildGoParallel] Running Tests and Build... 21:33:55 ========================================================= [Pipeline] sh 21:33:56 + make test 21:33:56 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:33:58 Removing intermediate container 64c6dc5ccb8f 21:33:58 ---> 88f1c78fc91e 21:33:58 Step 8/21 : COPY . . 21:34:18 ? github.com/edgexfoundry/edgex-go [no test files] 21:34:25 ---> 8b4d064407df 21:34:25 Step 9/24 : RUN make cmd/support-notifications/support-notifications 21:34:25 ---> d2ea643f13d6 21:34:25 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:34:27 ---> Running in a8e2a384444c 21:34:27 ---> Running in 044c4573a630 21:34:32 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 21:34:32 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 21:34:32 ---> 362932cda7f5 21:34:32 Step 9/22 : RUN make cmd/core-command/core-command 21:34:33 ---> 362b7ab23693 21:34:33 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:34:33 ---> Running in 64bd4349c02f 21:34:34 ---> Running in f3d1f998825a 21:34:34 ---> ef5d43f4be0c 21:34:34 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 21:34:34 ---> Running in a4d8cc13cb30 21:34: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 21:34:36 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 21:34:36 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 21:34:57 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:34:58 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 21:35:06 Removing intermediate container a8e2a384444c 21:35:06 ---> 982838e4c4a7 21:35:06 21:35:06 Step 10/24 : FROM alpine:3.10 21:35:06 3.10: Pulling from library/alpine 21:35:06 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 21:35:06 Status: Downloaded newer image for alpine:3.10 21:35:06 ---> be4e4bea2c2e 21:35:06 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 21:35:07 Removing intermediate container f3d1f998825a 21:35:07 ---> eaa3e5a94d27 21:35:07 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:35:09 ---> Running in 0749cd3a47ce 21:35:09 ---> Running in afeb948610b1 21:35:09 Removing intermediate container 044c4573a630 21:35:09 ---> 4ad1d3ac5672 21:35:09 21:35:09 Step 10/24 : FROM scratch 21:35:09 ---> 21:35:09 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 21:35:09 ---> Running in f697ec0e89d2 21:35:10 Removing intermediate container f697ec0e89d2 21:35:10 ---> fdb2a72a713c 21:35:10 Step 12/24 : ENV APP_PORT=48060 21:35:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 21:35:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 21:35:10 v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 21:35:10 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 21:35:10 OK: 10348 distinct packages available 21:35:11 (1/5) Installing ca-certificates (20191127-r2) 21:35:11 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 21:35:12 (2/5) Installing nghttp2-libs (1.39.2-r1) 21:35:12 (3/5) Installing libcurl (7.66.0-r1) 21:35:12 (4/5) Installing curl (7.66.0-r1) 21:35:12 (5/5) Installing dumb-init (1.2.2-r1) 21:35:12 Executing busybox-1.30.1-r3.trigger 21:35:12 Executing ca-certificates-20191127-r2.trigger 21:35:12 ---> Running in dc6aea6f1802 21:35:12 OK: 7 MiB in 19 packages 21:35:13 Removing intermediate container 64bd4349c02f 21:35:13 ---> 9f29229f750b 21:35:13 21:35:13 Step 10/22 : FROM scratch 21:35:13 ---> 21:35:13 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:35:13 Removing intermediate container dc6aea6f1802 21:35:13 ---> 631c5867af3d 21:35:13 Step 13/24 : EXPOSE $APP_PORT 21:35:13 ---> Running in c860055049e0 21:35:14 Removing intermediate container a4d8cc13cb30 21:35:14 ---> aedce45db1bb 21:35:14 21:35:14 Step 10/21 : FROM scratch 21:35:14 ---> 21:35:14 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:35:14 ---> Running in 8e256a5fb293 21:35:15 ---> Running in 169d0d739ea8 21:35:15 Removing intermediate container c860055049e0 21:35:15 ---> 9d52aec93d86 21:35:15 Step 12/22 : ENV APP_PORT=48082 21:35:15 Removing intermediate container 0749cd3a47ce 21:35:15 ---> f9515cd86842 21:35:15 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:35:15 Removing intermediate container 8e256a5fb293 21:35:15 ---> 819df14313f5 21:35:15 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 21:35:15 ---> Running in b8dbf104028f 21:35:15 ---> Running in db4b09d1fc90 21:35:15 Removing intermediate container 169d0d739ea8 21:35:15 ---> 30b96d259b83 21:35:15 Step 12/21 : ENV APP_PORT=48085 21:35:15 ---> Running in 1930b129873d 21:35:15 Removing intermediate container afeb948610b1 21:35:15 ---> 00ce970555f4 21:35:15 21:35:15 Step 11/27 : FROM docker:latest 21:35:15 ---> b0757c55a1fd 21:35:15 Step 12/27 : RUN apk add --no-cache bash 21:35:15 Removing intermediate container b8dbf104028f 21:35:15 ---> 130c87c95986 21:35:15 Step 13/22 : EXPOSE $APP_PORT 21:35:15 ---> 6d405324cca6 21:35:15 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 21:35:15 ---> Running in 3e992f5549f4 21:35:16 Removing intermediate container db4b09d1fc90 21:35:16 ---> cf8cde5e2c3a 21:35:16 Step 13/24 : WORKDIR / 21:35:16 ---> Running in f945aa2a731d 21:35:16 Removing intermediate container 1930b129873d 21:35:16 ---> 0c33939e5393 21:35:16 Step 13/21 : EXPOSE $APP_PORT 21:35:16 ---> Running in f166952a6422 21:35:16 ---> Running in 8e9c19ceab96 21:35:17 Removing intermediate container f945aa2a731d 21:35:17 ---> b32343a18493 21:35:17 Step 14/22 : WORKDIR / 21:35:17 Removing intermediate container 8e9c19ceab96 21:35:17 ---> ac75e7388ed8 21:35:17 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 21:35:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:35:17 ---> 03f86cb7fdc7 21:35:17 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 21:35:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:35:17 ---> Running in 733edc7887a4 21:35:17 Removing intermediate container f166952a6422 21:35:17 ---> 243e182a5b67 21:35:17 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:35:17 (1/2) Installing readline (8.0.4-r0) 21:35:17 (2/2) Installing bash (5.0.17-r0) 21:35:17 Executing bash-5.0.17-r0.post-install 21:35:17 Executing busybox-1.31.1-r19.trigger 21:35:17 OK: 12 MiB in 22 packages 21:35:17 Removing intermediate container 733edc7887a4 21:35:17 ---> a8cb4c51a211 21:35:17 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 21:35:17 ---> 7639960010f3 21:35:17 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:35:18 ---> 5b9c52793b5a 21:35:18 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:35:18 ---> b3fc5d373e38 21:35:18 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 21:35:18 ---> f28f2d090667 21:35:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:35:18 ---> 5a0342bf61a0 21:35:18 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:35:18 ---> 04d81dae9e3e 21:35:18 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:35:18 ---> 752418a9aa7e 21:35:18 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:35:18 Removing intermediate container 3e992f5549f4 21:35:18 ---> 637e8dd58b94 21:35:18 Step 13/27 : RUN rm -rf /var/cache/apk/* 21:35:18 ---> Running in 0ade2956780c 21:35:18 ---> 781720e97092 21:35:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:35:19 ---> 35cdd0764c50 21:35:19 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:35:19 ---> e8bc37e27443 21:35:19 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 21:35:19 ---> Running in ba0737912292 21:35:19 ---> 4e2440b2e5b7 21:35:19 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:35:19 ---> 9623b3b8867d 21:35:19 Step 18/22 : ENTRYPOINT ["/core-command"] 21:35:19 Removing intermediate container ba0737912292 21:35:19 ---> 916655a32f4c 21:35:19 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:35:19 ---> Running in 35fc7646de67 21:35:19 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:35:19 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:35:19 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:35:19 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 21:35:19 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:35:19 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:35:19 ---> Running in 698ce336100f 21:35:19 ---> f66819db8f8b 21:35:19 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:35:19 ---> cfb2e468c404 21:35:19 Step 20/24 : ENTRYPOINT ["/support-notifications"] 21:35:20 ---> Running in 6c34271288a1 21:35:20 Removing intermediate container 35fc7646de67 21:35:20 ---> 6256ac11960c 21:35:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:35:20 Removing intermediate container 698ce336100f 21:35:20 ---> 2326b9e6a71c 21:35:20 Step 19/21 : LABEL arch=x86_64 21:35:20 ---> Running in 50b02f8878b9 21:35:20 ---> Running in 96b3cd4de1c2 21:35:20 ---> ceddd590dd4b 21:35:20 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:35:20 Removing intermediate container 0ade2956780c 21:35:20 ---> 51048d4ec7bd 21:35:20 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:35:20 Removing intermediate container 6c34271288a1 21:35:20 ---> 08effed0557d 21:35:20 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:35:21 ---> Running in 05aa48dadf9a 21:35:21 ---> Running in 152d2d353e48 21:35:21 Removing intermediate container 50b02f8878b9 21:35:21 ---> a304b2f5552d 21:35:21 Step 20/22 : LABEL arch=x86_64 21:35:21 Removing intermediate container 96b3cd4de1c2 21:35:21 ---> 4b5b092b2b65 21:35:21 Step 20/21 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b 21:35:21 ---> 29319be9f6ec 21:35:21 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:35:21 ---> Running in 764ebf7b1df0 21:35:21 ---> Running in a33891fb3ffe 21:35:21 ---> Running in e33b67f7b691 21:35:21 Removing intermediate container 05aa48dadf9a 21:35:21 ---> 948b4591a903 21:35:21 Step 22/24 : LABEL arch=x86_64 21:35:21 Removing intermediate container 152d2d353e48 21:35:21 ---> a900dc0bd899 21:35:21 Step 15/27 : ENV APP_PORT=48090 21:35:22 ---> Running in dd61155d0e67 21:35:22 Removing intermediate container 764ebf7b1df0 21:35:22 ---> bc6dee0f39db 21:35:22 Step 21/22 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b 21:35:22 Removing intermediate container a33891fb3ffe 21:35:22 ---> ec292dac799f 21:35:22 Step 21/21 : LABEL version=0.0.0 21:35:22 ---> Running in d2eb48b56ea6 21:35:22 ---> Running in 31e065f4d3d3 21:35:22 ---> Running in 56279c160b47 21:35:22 Removing intermediate container dd61155d0e67 21:35:22 ---> 7256ba2a1c31 21:35:22 Step 23/24 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b 21:35:22 Removing intermediate container d2eb48b56ea6 21:35:22 ---> e48c119c86c5 21:35:22 Step 16/27 : EXPOSE $APP_PORT 21:35:22 ---> Running in 553cb5f0c476 21:35:22 ---> Running in 6e872e842a8a 21:35:22 Removing intermediate container 31e065f4d3d3 21:35:22 ---> ec4a684c3c41 21:35:22 21:35:22 Removing intermediate container 56279c160b47 21:35:22 ---> f52fcd71b306 21:35:22 Step 22/22 : LABEL version=0.0.0 21:35:23 ---> Running in 087923850b58 21:35:23 Removing intermediate container 553cb5f0c476 21:35:23 ---> 8b2b1a1cc143 21:35:23 Step 24/24 : LABEL version=0.0.0 21:35:23 Successfully built ec4a684c3c41 21:35:23 Successfully tagged docker-support-scheduler-go:latest 21:35:23  Building docker-support-scheduler-go ... done Building docker-core-metadata-go 21:35:23 Removing intermediate container 6e872e842a8a 21:35:23 ---> ac73c6808a3a 21:35:23 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:35:23 Removing intermediate container e33b67f7b691 21:35:23 ---> 801ac665d1dc 21:35:23 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:35:23 ---> Running in 812778559b64 21:35:23 ---> Running in 4a4661f1bcb7 21:35:23 Removing intermediate container 087923850b58 21:35:23 ---> 2c9f9c578179 21:35:23 21:35:23 Removing intermediate container 812778559b64 21:35:23 ---> 5d2ec13cf04a 21:35:23 21:35:23 Successfully built 2c9f9c578179 21:35:23 Successfully built 5d2ec13cf04a 21:35:23 Successfully tagged docker-core-command-go:latest 21:35:23 Building docker-core-data-go 21:35:23 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.064s 21:35:23 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:35:23 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:35:24  Building docker-core-command-go ... done Successfully tagged docker-support-notifications-go:latest 21:35:24 Building docker-security-bootstrap-redis-go 21:35:24  Building docker-support-notifications-go ... done Removing intermediate container 4a4661f1bcb7 21:35:24 ---> 14b141f148ca 21:35:24 Step 22/24 : LABEL arch=x86_64 21:35:24 ---> c0580cbdfe40 21:35:24 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:35:24 ---> Running in 9966a8992498 21:35:24 Removing intermediate container 9966a8992498 21:35:24 ---> 09fae62c083d 21:35:24 Step 23/24 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b 21:35:24 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:35:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:35:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:35:24 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:35:24 ---> e38c1523fd5d 21:35:24 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:35:24 ---> Running in 696b2acd478a 21:35:33 Removing intermediate container 696b2acd478a 21:35:33 ---> 312915b173f3 21:35:33 Step 24/24 : LABEL version=0.0.0 21:35:33 ---> 1d8db4b899ba 21:35:33 Step 20/27 : RUN apk --no-cache add py3-pip 21:35:33 ---> Running in f075269b766e 21:35:33 ---> Running in ab717184b454 21:35:33 Removing intermediate container f075269b766e 21:35:33 ---> 16e4ba4f4e61 21:35:33 21:35:33 Successfully built 16e4ba4f4e61 21:35:33 Successfully tagged docker-security-secretstore-setup-go:latest 21:35:33  Building docker-security-secretstore-setup-go ... done Building docker-security-secrets-setup-go 21:35:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:35:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:35:34 (1/33) Installing libbz2 (1.0.8-r1) 21:35:34 (2/33) Installing expat (2.2.9-r1) 21:35:34 (3/33) Installing libffi (3.3-r2) 21:35:34 (4/33) Installing gdbm (1.13-r1) 21:35:34 (5/33) Installing xz-libs (5.2.5-r0) 21:35:34 (6/33) Installing sqlite-libs (3.32.1-r0) 21:35:34 (7/33) Installing python3 (3.8.5-r0) 21:35:34 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.284s coverage: 46.6% of statements 21:35:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:35:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:35:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:35:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:35:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:35:40 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.452s coverage: 27.1% of statements 21:35:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:35:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:35:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:35:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:35:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:35:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:35:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.096s coverage: 100.0% of statements 21:35:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:35:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements 21:35:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:35:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:35:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.197s coverage: 65.5% of statements 21:35:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:35:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:35:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.282s coverage: 82.7% of statements 21:35:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:35:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:35:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 21:35:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:35:46 (8/33) Installing py3-appdirs (1.4.4-r1) 21:35:46 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:35:46 (10/33) Installing py3-parsing (2.4.7-r0) 21:35:46 (11/33) Installing py3-six (1.15.0-r0) 21:35:46 (12/33) Installing py3-packaging (20.4-r0) 21:35:46 (13/33) Installing py3-setuptools (47.0.0-r0) 21:35:46 (14/33) Installing py3-chardet (3.0.4-r4) 21:35:46 (15/33) Installing py3-idna (2.9-r0) 21:35:46 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:35:46 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:35:46 (18/33) Installing py3-requests (2.23.0-r0) 21:35:46 (19/33) Installing py3-msgpack (1.0.0-r0) 21:35:46 (20/33) Installing py3-lockfile (0.12.2-r3) 21:35:46 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:35:47 (22/33) Installing py3-colorama (0.4.3-r0) 21:35:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.287s coverage: 28.6% of statements 21:35:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:35:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:35:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:35:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:35:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:35:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.144s coverage: 100.0% of statements 21:35:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:35:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.082s coverage: 100.0% of statements 21:35:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:35:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.353s coverage: 86.7% of statements 21:35:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:35:48 (23/33) Installing py3-distlib (0.3.0-r0) 21:35:49 (24/33) Installing py3-distro (1.5.0-r1) 21:35:49 (25/33) Installing py3-webencodings (0.5.1-r3) 21:35:49 (26/33) Installing py3-html5lib (1.0.1-r4) 21:35:49 (27/33) Installing py3-pytoml (0.1.21-r0) 21:35:49 (28/33) Installing py3-pep517 (0.8.2-r0) 21:35:49 (29/33) Installing py3-progress (1.5-r0) 21:35:49 (30/33) Installing py3-toml (0.10.1-r0) 21:35:49 (31/33) Installing py3-retrying (1.3.3-r0) 21:35:49 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:35:49 (33/33) Installing py3-pip (20.1.1-r0) 21:35:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.398s coverage: 97.5% of statements 21:35:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:35:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.140s coverage: 78.3% of statements 21:35:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:35:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:35:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:35:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:35:50 Executing busybox-1.31.1-r19.trigger 21:35:50 OK: 71 MiB in 55 packages 21:35:51 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 21:35:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:35:51 ---> fe01a0cd411f 21:35:51 Step 3/22 : WORKDIR /edgex-go 21:35:51 ---> Using cache 21:35:51 ---> 5d56bfe3bd25 21:35:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:35:51 ---> Using cache 21:35:51 ---> 5975146b3abf 21:35:51 Step 5/22 : RUN apk update && apk add make git 21:35:51 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 21:35:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:35:51 ---> fe01a0cd411f 21:35:51 Step 3/23 : WORKDIR /edgex-go 21:35:51 ---> Using cache 21:35:51 ---> 5d56bfe3bd25 21:35:51 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:35:51 ---> Using cache 21:35:51 ---> 5975146b3abf 21:35:51 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 21:35:52 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 21:35:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:35:52 ---> fe01a0cd411f 21:35:52 Step 3/22 : WORKDIR /edgex-go 21:35:52 ---> Using cache 21:35:52 ---> 5d56bfe3bd25 21:35:52 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:35:52 ---> Using cache 21:35:52 ---> 5975146b3abf 21:35:52 Step 5/22 : RUN apk update && apk add make git 21:35:53 ---> Running in 891cc2f8ef02 21:35:53 ---> Running in 1e8d7004c6bf 21:35:53 ---> Running in 240e72352f9f 21:35:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:35:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:35:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:35:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.047s coverage: 94.7% of statements 21:35:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:35:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:35:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:35:56 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:35:56 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:35:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:35:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:35:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:35:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:35:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:35:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:35:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:35:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:35:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:35:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 21:35:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 21:35:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:35:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:35:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:35:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:35:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements 21:35:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:35:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:35:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.144s coverage: 0.0% of statements [no tests to run] 21:35:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:35:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 21:35:56 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:35:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:35:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.072s coverage: 100.0% of statements 21:35:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:35:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.104s coverage: 75.5% of statements 21:35:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.083s coverage: 80.8% of statements 21:35:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.140s coverage: 87.2% of statements 21:35:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:35:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:35:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:35:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.159s coverage: 84.2% of statements 21:35:57 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:35:57 v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:35:57 OK: 12745 distinct packages available 21:35:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.083s coverage: 100.0% of statements 21:35:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:35:57 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:35:57 v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:35:57 OK: 12745 distinct packages available 21:35:58 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:35:58 v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:35:58 OK: 12745 distinct packages available 21:35:58 OK: 233 MiB in 51 packages 21:35:58 OK: 233 MiB in 51 packages 21:35:58 OK: 233 MiB in 51 packages 21:36:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.595s coverage: 63.5% of statements 21:36:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:36:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:36:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.065s coverage: 100.0% of statements 21:36:00 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.109s coverage: 91.3% of statements 21:36:00 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.048s coverage: 100.0% of statements 21:36:00 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 21:36:00 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 21:36:00 ---> fe01a0cd411f 21:36:00 Step 3/29 : WORKDIR /edgex-go 21:36:00 ---> Using cache 21:36:00 ---> 5d56bfe3bd25 21:36:00 Step 4/29 : RUN apk update && apk add make git 21:36:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.086s coverage: 73.7% of statements 21:36:01 Removing intermediate container 1e8d7004c6bf 21:36:01 ---> 1f0aafbe7d40 21:36:01 Step 6/22 : COPY go.mod . 21:36:02 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.073s coverage: 100.0% of statements 21:36:03 ---> Running in d76248d1956d 21:36:03 Removing intermediate container 240e72352f9f 21:36:03 ---> af468ad2eef7 21:36:03 Step 6/22 : COPY go.mod . 21:36:03 Removing intermediate container 891cc2f8ef02 21:36:03 ---> 4a16698907b7 21:36:03 Step 6/23 : COPY go.mod . 21:36:03 ---> 4ab704b80702 21:36:03 Step 7/22 : RUN go mod download 21:36:04 ---> Running in 7f02973a8754 21:36:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:36:05 ---> 360f4a15dcbb 21:36:05 Step 7/23 : RUN go mod download 21:36:05 ---> eb0b02a4beca 21:36:05 Step 7/22 : RUN go mod download 21:36:05 ---> Running in 8aaa8181bd58 21:36:05 ---> Running in c6588e3c3139 21:36:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:36:05 Removing intermediate container ab717184b454 21:36:05 ---> 1b38c04479c2 21:36:05 Step 21/27 : RUN pip install docker-compose==1.23.2 21:36:06 ---> Running in ecf183bdb788 21:36:06 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.821s coverage: 55.9% of statements 21:36:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:36:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:36:06 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 21:36:06 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 21:36:06 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 21:36:06 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 21:36:07 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:36:07 v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:36:07 OK: 12745 distinct packages available 21:36:07 OK: 233 MiB in 51 packages 21:36:08 Removing intermediate container 7f02973a8754 21:36:08 ---> 9e7077547a0e 21:36:08 Step 8/22 : COPY . . 21:36:08 Collecting docker-compose==1.23.2 21:36:08 Removing intermediate container c6588e3c3139 21:36:08 ---> b3a311885e16 21:36:08 Step 8/23 : COPY . . 21:36:08 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:36:08 Removing intermediate container 8aaa8181bd58 21:36:08 ---> d9f12a60ccd7 21:36:08 Step 8/22 : COPY . . 21:36:08 Removing intermediate container d76248d1956d 21:36:08 ---> b359ef6c4dcc 21:36:08 Step 5/29 : COPY go.mod . 21:36:08 Collecting websocket-client<1.0,>=0.32.0 21:36:08 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 21:36:10 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:36:11 Collecting jsonschema<3,>=2.5.1 21:36:11 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:36:15 Collecting PyYAML<4,>=3.10 21:36:15 Downloading PyYAML-3.13.tar.gz (270 kB) 21:36:18 ---> 8d5faffa253d 21:36:18 Step 6/29 : RUN go mod download 21:36:19 Collecting cached-property<2,>=1.2.0 21:36:19 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:36:20 ---> Running in 99e4ddae1f3b 21:36:20 Collecting dockerpty<0.5,>=0.4.1 21:36:20 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:36:21 Collecting texttable<0.10,>=0.9.0 21:36:21 Downloading texttable-0.9.1.tar.gz (11 kB) 21:36:24 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:36:24 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:36:26 Collecting docopt<0.7,>=0.6.1 21:36:26 Downloading docopt-0.6.2.tar.gz (25 kB) 21:36:27 Collecting docker<4.0,>=3.6.0 21:36:27 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:36:27 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) 21:36:27 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) 21:36:28 Collecting idna<2.8,>=2.5 21:36:28 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:36:28 Collecting urllib3<1.25,>=1.21.1 21:36:28 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 24.207s coverage: 86.3% of statements 21:36:29 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 21:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.341s coverage: 72.2% of statements 21:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.486s coverage: 72.1% of statements 21:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.115s coverage: 82.4% of statements 21:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.071s coverage: 48.4% of statements 21:36:29 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 21:36:29 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 21:36:29 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 21:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.081s coverage: 28.8% of statements 21:36:29 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 21:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.092s coverage: 96.8% of statements 21:36:29 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 21:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.387s coverage: 37.2% of statements 21:36:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:36:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.584s coverage: 84.1% of statements 21:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.087s coverage: 100.0% of statements 21:36:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.442s coverage: 47.1% of statements 21:36:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:36:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:36:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.041s coverage: 100.0% of statements 21:36:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:36:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:36:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:36:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.133s coverage: 100.0% of statements 21:36:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:36:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.111s coverage: 100.0% of statements 21:36:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:36:29 Removing intermediate container 99e4ddae1f3b 21:36:29 ---> befe43f55312 21:36:29 Step 7/29 : COPY . . 21:36:29 Collecting docker-pycreds>=0.4.0 21:36:29 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:36:30 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:36:30 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:36:30 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:36:30 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:36:30 Installing collected packages: websocket-client, jsonschema, PyYAML, cached-property, dockerpty, texttable, idna, urllib3, requests, docopt, docker-pycreds, docker, docker-compose 21:36:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.961s coverage: 29.1% of statements 21:36:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:36:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:36:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:36:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:36:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:36:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.167s coverage: 99.0% of statements 21:36:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:36:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.100s coverage: 100.0% of statements 21:36:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:36:31 ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements 21:36:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:36:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.046s coverage: 100.0% of statements 21:36:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:36:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:36:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:36:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:36:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements 21:36:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:36:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:36:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.065s coverage: 100.0% of statements 21:36:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.061s coverage: 32.1% of statements 21:36:32 Running setup.py install for PyYAML: started 21:36:34 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 21:36:34 GO111MODULE=on go vet ./... 21:36:37 Running setup.py install for PyYAML: finished with status 'done' 21:36:39 Running setup.py install for dockerpty: started 21:36:40 Running setup.py install for dockerpty: finished with status 'done' 21:36:40 Running setup.py install for texttable: started 21:36:41 Running setup.py install for texttable: finished with status 'done' 21:36:41 Attempting uninstall: idna 21:36:41 Found existing installation: idna 2.9 21:36:41 Uninstalling idna-2.9: 21:36:42 ---> efa91722db5f 21:36:42 Step 9/22 : RUN make cmd/core-metadata/core-metadata 21:36:42 Successfully uninstalled idna-2.9 21:36:42 Attempting uninstall: urllib3 21:36:42 Found existing installation: urllib3 1.25.9 21:36:42 Uninstalling urllib3-1.25.9: 21:36:42 ---> 63bb922ea7e8 21:36:42 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 21:36:42 Successfully uninstalled urllib3-1.25.9 21:36:42 ---> 40311dc82cf0 21:36:42 Step 9/23 : RUN make cmd/core-data/core-data 21:36:43 ---> Running in cbbbfc1f3f1f 21:36:43 ---> Running in e5eb8d32b965 21:36:43 ---> Running in a941b963b4f1 21:36:43 Attempting uninstall: requests 21:36:43 Found existing installation: requests 2.23.0 21:36:43 Uninstalling requests-2.23.0: 21:36:43 Successfully uninstalled requests-2.23.0 21:36:43 Running setup.py install for docopt: started 21:36:45 Running setup.py install for docopt: finished with status 'done' 21:36:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 21:36:45 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 21:36:45 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 21:36:46 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.57.0 21:36:54 Removing intermediate container ecf183bdb788 21:36:54 ---> 2cdc7936cb71 21:36:54 Step 22/27 : RUN apk --no-cache add curl 21:36:55 ---> Running in 3475b9316daf 21:36:57 ---> f441db551bba 21:36:57 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 21:36:57 ---> Running in e2efbcf778f1 21:36:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:36:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:36:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 21:36:58 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:36:58 (2/3) Installing libcurl (7.69.1-r1) 21:36:58 (3/3) Installing curl (7.69.1-r1) 21:36:58 Executing busybox-1.31.1-r19.trigger 21:36:58 OK: 72 MiB in 58 packages 21:37:01 Removing intermediate container 3475b9316daf 21:37:01 ---> 261f326f147f 21:37:01 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 21:37:01 ---> Running in fe31ad0e690e 21:37:01 Removing intermediate container fe31ad0e690e 21:37:01 ---> 860700239e14 21:37:01 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:37:02 ---> Running in 0932e170218e 21:37:02 Removing intermediate container 0932e170218e 21:37:02 ---> 40b891a3cc99 21:37:02 Step 25/27 : LABEL arch=x86_64 21:37:02 ---> Running in 180d50f104ae 21:37:02 Removing intermediate container 180d50f104ae 21:37:02 ---> e5e1b3c6bf78 21:37:02 Step 26/27 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b 21:37:02 ---> Running in 30ba205bbbf0 21:37:03 Removing intermediate container 30ba205bbbf0 21:37:03 ---> 185bc8a9d818 21:37:03 Step 27/27 : LABEL version=0.0.0 21:37:03 ---> Running in e7db0b9dcd05 21:37:03 Removing intermediate container e7db0b9dcd05 21:37:03 ---> 364483cd0c40 21:37:03 21:37:03 Successfully built 364483cd0c40 21:37:03 Successfully tagged docker-sys-mgmt-agent-go:latest 21:37:03 Building docker-security-proxy-setup-go 21:37:26  Building docker-sys-mgmt-agent-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 21:37:26 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:37:26 ---> fe01a0cd411f 21:37:26 Step 3/21 : WORKDIR /edgex-go 21:37:26 ---> Using cache 21:37:26 ---> 5d56bfe3bd25 21:37:26 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:37:26 ---> Using cache 21:37:26 ---> 5975146b3abf 21:37:26 Step 5/21 : RUN apk update && apk add make git 21:37:26 ---> Using cache 21:37:26 ---> af468ad2eef7 21:37:26 Step 6/21 : COPY go.mod . 21:37:26 ---> Using cache 21:37:26 ---> eb0b02a4beca 21:37:26 Step 7/21 : RUN go mod download 21:37:26 ---> Using cache 21:37:26 ---> d9f12a60ccd7 21:37:26 Step 8/21 : COPY . . 21:37:26 ---> Using cache 21:37:26 ---> efa91722db5f 21:37:26 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:37:26 Removing intermediate container e5eb8d32b965 21:37:26 ---> c15c748da4f6 21:37:26 21:37:26 Step 10/22 : FROM alpine:3.10 21:37:26 ---> be4e4bea2c2e 21:37:26 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 21:37:26 ---> Running in 72546f3b2484 21:37:26 ---> Using cache 21:37:26 ---> f9515cd86842 21:37:26 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 21:37:26 ---> Running in 9bcd802abad3 21:37:26 Removing intermediate container 9bcd802abad3 21:37:26 ---> d49a42847245 21:37:26 Step 13/22 : WORKDIR / 21:37:26 ---> Running in 7ab6f480f4cc 21:37:26 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 21:37:26 Removing intermediate container 7ab6f480f4cc 21:37:26 ---> 85b5d3336ebe 21:37:26 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 21:37:26 ---> 2b3cdebe77cc 21:37:26 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 21:37:27 ---> 6b552944525d 21:37:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 21:37:28 ---> ebd9486ce8f3 21:37:28 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 21:37:32 ---> bd0b08cba086 21:37:32 Step 18/22 : RUN chmod +x entrypoint.sh 21:37:32 Removing intermediate container e2efbcf778f1 21:37:32 ---> 5effb4e69235 21:37:32 21:37:32 Step 9/29 : FROM alpine:latest 21:37:32 latest: Pulling from library/alpine 21:37:33 ---> Running in f8ce887a5725 21:37:33 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 21:37:33 Status: Downloaded newer image for alpine:latest 21:37:33 ---> d6e46aa2470d 21:37:33 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 21:37:33 Removing intermediate container cbbbfc1f3f1f 21:37:33 ---> 32bccea9fc4b 21:37:33 21:37:33 Step 10/22 : FROM scratch 21:37:33 ---> 21:37:33 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:37:33 ---> Running in 75216cd5cea8 21:37:34 ---> Using cache 21:37:34 ---> 30b96d259b83 21:37:34 Step 12/22 : ENV APP_PORT=48081 21:37:35 Removing intermediate container 75216cd5cea8 21:37:35 ---> c7aa324f76e3 21:37:35 Step 11/29 : USER root 21:37:35 ---> Running in 679bb46b67df 21:37:36 ---> Running in 501988f934ea 21:37:36 Removing intermediate container 679bb46b67df 21:37:36 ---> b082b2b7907e 21:37:36 Step 13/22 : EXPOSE $APP_PORT 21:37:37 ---> Running in a937b82014d5 21:37:38 Removing intermediate container a941b963b4f1 21:37:38 ---> d4a37a4a1563 21:37:38 21:37:38 Step 10/23 : FROM alpine 21:37:38 ---> d6e46aa2470d 21:37:38 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:37:38 Removing intermediate container 501988f934ea 21:37:38 ---> 860d1aef50cd 21:37:38 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 21:37:38 Removing intermediate container f8ce887a5725 21:37:38 ---> 1cef5902723e 21:37:38 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 21:37:38 ---> Running in 61c5d476e13a 21:37:38 ---> Running in 7f028f175239 21:37:38 Removing intermediate container a937b82014d5 21:37:38 ---> 471d58aebb68 21:37:38 Step 14/22 : WORKDIR / 21:37:39 ---> Running in d027373b8936 21:37:39 ---> Running in 7c00a0fd9bd9 21:37:39 Removing intermediate container 61c5d476e13a 21:37:39 ---> 852c0fc00229 21:37:39 Step 12/23 : ENV APP_PORT=48080 21:37:39 Removing intermediate container d027373b8936 21:37:39 ---> 2a2cba180121 21:37:39 Step 20/22 : LABEL arch=x86_64 21:37:39 ---> Running in 2f5e299fd15f 21:37:39 Removing intermediate container 7c00a0fd9bd9 21:37:39 ---> 426dae970ba7 21:37:39 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 21:37:39 ---> Running in e6364c25bddc 21:37:39 Removing intermediate container 2f5e299fd15f 21:37:39 ---> 0d2069ac67b2 21:37:39 Step 13/23 : EXPOSE $APP_PORT 21:37:39 Removing intermediate container e6364c25bddc 21:37:39 ---> 1fe9866d718a 21:37:39 Step 21/22 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b 21:37:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:37:39 ---> Running in 5d5ef8dace8f 21:37:39 ---> Running in 4bdfa7bf522a 21:37:39 ---> 2a81e4f35512 21:37:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:37:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:37:40 Removing intermediate container 5d5ef8dace8f 21:37:40 ---> f6bddf9bd217 21:37:40 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:37:40 v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 21:37:40 v3.12.1-75-g0340519978 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 21:37:40 OK: 12746 distinct packages available 21:37:40 ---> Running in 358cc5796738 21:37:40 Removing intermediate container 4bdfa7bf522a 21:37:40 ---> 1bcc2f1695d0 21:37:40 Step 22/22 : LABEL version=0.0.0 21:37:40 (1/2) Installing ca-certificates (20191127-r4) 21:37:40 (2/2) Installing dumb-init (1.2.2-r1) 21:37:40 Executing busybox-1.31.1-r19.trigger 21:37:40 Executing ca-certificates-20191127-r4.trigger 21:37:40 OK: 6 MiB in 16 packages 21:37:41 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 21:37:41 ---> Running in f2114a3b316d 21:37:41 ---> 5fc6b3e02e72 21:37:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:37:42 Removing intermediate container f2114a3b316d 21:37:42 ---> 818afc9175a6 21:37:42 21:37:42 ---> 4f6b40376404 21:37:42 Step 18/22 : ENTRYPOINT ["/core-metadata"] 21:37:42 gofmt -l . 21:37:42 Successfully built 818afc9175a6 21:37:43 Successfully tagged docker-security-bootstrap-redis-go:latest 21:37:43  Building docker-security-bootstrap-redis-go ... done  ---> Running in 39c56a6e0e00 21:37:43 Removing intermediate container 7f028f175239 21:37:43 ---> cd850e7b9dd5 21:37:43 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 21:37:43 ---> Running in 2549381a5843 21:37:43 Removing intermediate container 39c56a6e0e00 21:37:43 ---> 9ec89fbf2af4 21:37:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:37:43 ---> Running in aedcbfc2138b 21:37:44 Removing intermediate container 358cc5796738 21:37:44 ---> acf19bda9257 21:37:44 Step 15/23 : RUN apk --no-cache add zeromq 21:37:44 Removing intermediate container 2549381a5843 21:37:44 ---> 03b834c0b387 21:37:44 Step 14/29 : WORKDIR $BASE_DIR 21:37:44 [ "`gofmt -l .`" = "" ] 21:37:46 ---> Running in bef5489d7800 21:37:46 ---> Running in dfa01472cb93 21:37:46 Removing intermediate container aedcbfc2138b 21:37:46 ---> 1008c6d54b0b 21:37:46 Step 20/22 : LABEL arch=x86_64 21:37:46 ---> Running in 7abfec8d5326 21:37:46 ./bin/test-go-mod-tidy.sh 21:37:46 Removing intermediate container 72546f3b2484 21:37:46 ---> 99efc2780448 21:37:46 21:37:46 Step 10/21 : FROM alpine 21:37:46 ---> d6e46aa2470d 21:37:46 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 21:37:46 Removing intermediate container bef5489d7800 21:37:46 ---> 596367b29310 21:37:46 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 21:37:46 ---> Running in 5c59a48409dd 21:37:46 Removing intermediate container 7abfec8d5326 21:37:46 ---> 430159a613cc 21:37:46 Step 21/22 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b 21:37:47 ./bin/test-attribution-txt.sh 21:37:47 ---> Running in 61b025cc2ac0 21:37:47 ---> Running in 8bfbcee73177 21:37:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:37:47 Removing intermediate container 8bfbcee73177 21:37:47 ---> d56b75730c6e 21:37:47 Step 22/22 : LABEL version=0.0.0 21:37:47 ---> Running in bfffc670c62f 21:37:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:37:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:37:47 Removing intermediate container bfffc670c62f 21:37:47 ---> 1c12f163d9a7 21:37:47 21:37:47 v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 21:37:47 v3.12.1-75-g0340519978 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 21:37:47 OK: 12746 distinct packages available 21:37:47 Successfully built 1c12f163d9a7 21:37:48 Successfully tagged docker-core-metadata-go:latest 21:37:48  Building docker-core-metadata-go ... done (1/4) Installing ca-certificates (20191127-r4) 21:37:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:37:48 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:37:48 (3/4) Installing libcurl (7.69.1-r1) 21:37:48 (4/4) Installing curl (7.69.1-r1) 21:37:48 Executing busybox-1.31.1-r19.trigger 21:37:48 Executing ca-certificates-20191127-r4.trigger 21:37:48 OK: 7 MiB in 18 packages 21:37:48 Removing intermediate container 61b025cc2ac0 21:37:48 ---> 4f4dcdf0b537 21:37:48 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 21:37:49 Removing intermediate container 5c59a48409dd 21:37:49 ---> afa05ad88665 21:37:49 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:37:49 (1/5) Installing libgcc (9.3.0-r2) 21:37:49 ---> a563fd0d54b1 21:37:49 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 21:37:49 ---> Running in 2269f3103b08 21:37:49 (2/5) Installing libsodium (1.0.18-r0) 21:37:49 Removing intermediate container 2269f3103b08 21:37:49 ---> 34d3d830211f 21:37:49 Step 13/21 : WORKDIR /edgex 21:37:49 (3/5) Installing libstdc++ (9.3.0-r2) 21:37:49 ---> Running in 44577bf45baa 21:37:49 ---> d35196c417f6 21:37:49 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 21:37:49 (4/5) Installing libzmq (4.3.3-r0) 21:37:49 Removing intermediate container 44577bf45baa 21:37:49 ---> 85191f8436e8 21:37:49 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:37:49 ---> e95fb582d987 21:37:49 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 21:37:49 (5/5) Installing zeromq (4.3.3-r0) 21:37:50 Executing busybox-1.31.1-r19.trigger 21:37:50 OK: 8 MiB in 19 packages 21:37:50 ---> e928395a06d8 21:37:50 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:37:50 ---> 0bcb56a34dcd 21:37:50 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 21:37:50 ---> 7e64b5d66a42 21:37:50 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 21:37:50 ---> Running in af2b72fd26c0 21:37:50 ---> c6a49542b772 21:37:50 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:37:50 Removing intermediate container dfa01472cb93 21:37:50 ---> c517e269f4ee 21:37:50 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [Pipeline] sh 21:37:51 ---> 149b719f5904 21:37:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:37:51 ---> 4439f0f37eb3 21:37:51 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:37:51 ---> Running in 1e29f20823b5 21:37:51 Removing intermediate container 1e29f20823b5 21:37:51 ---> 8514370d3b6b 21:37:51 Step 18/21 : CMD ["--init=true"] 21:37:51 ---> Running in 307cfa0b0601 21:37:51 Removing intermediate container af2b72fd26c0 21:37:51 ---> 722e5c1c0f05 21:37:51 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 21:37:51 Removing intermediate container 307cfa0b0601 21:37:51 ---> b3970b16c7bc 21:37:51 Step 19/21 : LABEL arch=x86_64 21:37:51 ---> 1f3b3c20deb7 21:37:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:37:52 + ls -al . 21:37:52 total 676 21:37:52 drwxrwxr-x 9 1001 1001 4096 Dec 3 21:37 . 21:37:52 drwxr-xr-x 4 root root 4096 Dec 3 21:33 .. 21:37:52 -rw-rw-r-- 1 1001 1001 11 Dec 3 21:32 .dockerignore 21:37:52 drwxrwxr-x 8 1001 1001 4096 Dec 3 21:32 .git 21:37:52 drwxrwxr-x 3 1001 1001 4096 Dec 3 21:32 .github 21:37:52 -rw-rw-r-- 1 1001 1001 971 Dec 3 21:32 .gitignore 21:37:52 -rw-rw-r-- 1 1001 1001 166 Dec 3 21:32 .sonarcloud.properties 21:37:52 -rw-rw-r-- 1 1001 1001 3804 Dec 3 21:32 CONTRIBUTING.md 21:37:52 -rw-rw-r-- 1 1001 1001 1035 Dec 3 21:32 Dockerfile.build 21:37:52 -rw-rw-r-- 1 1001 1001 943 Dec 3 21:32 Jenkinsfile 21:37:52 -rw-rw-r-- 1 1001 1001 10775 Dec 3 21:32 LICENSE 21:37:52 -rw-rw-r-- 1 1001 1001 6318 Dec 3 21:32 Makefile 21:37:52 -rw-rw-r-- 1 1001 1001 6447 Dec 3 21:32 README.md 21:37:52 -rw-rw-r-- 1 1001 1001 259 Dec 3 21:32 SECURITY.md 21:37:52 -rw-rw-r-- 1 1001 1001 5 Dec 3 21:29 VERSION 21:37:52 -rw-rw-r-- 1 1001 1001 4131 Dec 3 21:32 ZMQWindows.md 21:37:52 drwxrwxr-x 2 1001 1001 4096 Dec 3 21:32 bin 21:37:52 drwxrwxr-x 15 1001 1001 4096 Dec 3 21:32 cmd 21:37:52 -rw-r--r-- 1 root root 555123 Dec 3 21:36 coverage.out 21:37:52 -rw-r--r-- 1 root root 1041 Dec 3 21:37 go.mod 21:37:52 -rw-r--r-- 1 root root 18856 Dec 3 21:37 go.sum 21:37:52 drwxrwxr-x 8 1001 1001 4096 Dec 3 21:32 internal 21:37:52 drwxrwxr-x 4 1001 1001 4096 Dec 3 21:32 openapi 21:37:52 drwxrwxr-x 4 1001 1001 4096 Dec 3 21:32 snap 21:37:52 -rw-rw-r-- 1 1001 1001 168 Dec 3 21:32 version.go [Pipeline] sh 21:37:52 + '[' -e coverage.out ] 21:37:52 + chown 1001:1001 coverage.out [Pipeline] stash 21:37:52 Warning: overwriting stash ‘coverage-report’ 21:37:52 ---> Running in e0cefa4b7a71 21:37:52 ---> d0730436bff0 21:37:52 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:37:52 ---> b477234d0bc7 21:37:52 Step 19/23 : ENTRYPOINT ["/core-data"] 21:37:53 ---> Running in fe5981ab600c 21:37:53 ---> Running in ec6e3765bead 21:37:53 Removing intermediate container e0cefa4b7a71 21:37:53 ---> 6338f7d7ba39 21:37:53 Step 20/21 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b 21:37:53 ---> Running in 1a0e2058be58 21:37:53 Removing intermediate container ec6e3765bead 21:37:53 ---> 77631a8bffe7 21:37:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:37:53 ---> Running in 15a744ee262d 21:37:53 Removing intermediate container 1a0e2058be58 21:37:53 ---> 8685209fd6d1 21:37:53 Step 21/21 : LABEL version=0.0.0 21:37:53 ---> Running in ca9c6e5bc9e5 21:37:53 Stashed 1 file(s) [Pipeline] sh 21:37:53 Removing intermediate container 15a744ee262d 21:37:53 ---> b385e88d562e 21:37:53 Step 21/23 : LABEL arch=x86_64 21:37:53 ---> Running in 51fc4326e5b5 21:37:54 Removing intermediate container ca9c6e5bc9e5 21:37:54 ---> b21c5cec6085 21:37:54 21:37:54 Removing intermediate container 51fc4326e5b5 21:37:54 ---> cb8bd1fbb4a9 21:37:54 Step 22/23 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b 21:37:54 Successfully built b21c5cec6085 21:37:54 Successfully tagged docker-security-proxy-setup-go:latest 21:37:54  Building docker-security-proxy-setup-go ... done  ---> Running in 8cf8dc0069f9 21:37:54 Removing intermediate container fe5981ab600c 21:37:54 ---> a12339438e4b 21:37:54 Step 24/29 : RUN chmod 755 security-secrets-setup 21:37:54 + make build 21:37:54 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 21:37:54 ---> Running in 5a17c5a379f0 21:37:54 Removing intermediate container 8cf8dc0069f9 21:37:54 ---> 29e05c0e0467 21:37:54 Step 23/23 : LABEL version=0.0.0 21:37:55 ---> Running in d8b3b77149ad 21:37:55 Removing intermediate container d8b3b77149ad 21:37:55 ---> 5ce1cd0d63ac 21:37:55 21:37:55 Successfully built 5ce1cd0d63ac 21:37:55 Successfully tagged docker-core-data-go:latest 21:37:56  Building docker-core-data-go ... done Removing intermediate container 5a17c5a379f0 21:37:56 ---> 5edc08c41c46 21:37:56 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 21:37:56 ---> Running in 04817623dd18 21:37:56 Removing intermediate container 04817623dd18 21:37:56 ---> ed96b8949e6e 21:37:56 Step 26/29 : CMD [ "generate" ] 21:37:56 ---> Running in 63dbd4884950 21:37:56 Removing intermediate container 63dbd4884950 21:37:56 ---> 4801463848f9 21:37:56 Step 27/29 : LABEL arch=x86_64 21:37:56 ---> Running in 1c74d43b854e 21:37:56 Removing intermediate container 1c74d43b854e 21:37:56 ---> 5e8b12343308 21:37:56 Step 28/29 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b 21:37:56 ---> Running in df842f073430 21:37:56 Removing intermediate container df842f073430 21:37:56 ---> 2898af885faa 21:37:56 Step 29/29 : LABEL version=0.0.0 21:37:57 ---> Running in f10d2cc6ed19 21:37:57 Removing intermediate container f10d2cc6ed19 21:37:57 ---> c4f34173107f 21:37:57 21:37:57 Successfully built c4f34173107f 21:37:57 Successfully tagged docker-security-secrets-setup-go:latest 21:37:57  Building docker-security-secrets-setup-go ... done  [Pipeline] } 21:37:57 $ docker stop --time=1 c69c39a55e77e5af640df67783802ff8955a6e34b151327c55e409762229f49a 21:37:59 $ docker rm -f c69c39a55e77e5af640df67783802ff8955a6e34b151327c55e409762229f49a [Pipeline] // withDockerContainer [Pipeline] sh 21:38:00 + docker images 21:38:00 + grep docker 21:38:00 docker-security-secrets-setup-go latest c4f34173107f 2 seconds ago 23.9MB 21:38:00 docker-core-data-go latest 5ce1cd0d63ac 4 seconds ago 23.7MB 21:38:00 docker-security-proxy-setup-go latest b21c5cec6085 6 seconds ago 24.6MB 21:38:00 docker-core-metadata-go latest 1c12f163d9a7 12 seconds ago 14.5MB 21:38:00 docker-security-bootstrap-redis-go latest 818afc9175a6 18 seconds ago 15.8MB 21:38:00 docker-sys-mgmt-agent-go latest 364483cd0c40 56 seconds ago 293MB 21:38:00 docker-security-secretstore-setup-go latest 16e4ba4f4e61 2 minutes ago 24.7MB 21:38:00 docker-support-notifications-go latest 5d2ec13cf04a 2 minutes ago 13.6MB 21:38:00 docker-core-command-go latest 2c9f9c578179 2 minutes ago 12.2MB 21:38:00 docker-support-scheduler-go latest ec4a684c3c41 2 minutes ago 12.3MB 21:38:00 docker latest b0757c55a1fd 44 hours ago 220MB [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 21:38:07 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 21:38:16 Still waiting to schedule task 21:38:16 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 21:38:29 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 21:38:34 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 21:38:38 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 21:38:39 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 21:38:44 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 21:38:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 21:38:52 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 21:38:57 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 21:39:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:39:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 21:39:09 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 [Pipeline] } 21:39:12 $ docker stop --time=1 a083e33287466a81d80828f71ba40017d1cd03db38f430b3837d8f888d1787d1 21:39:15 $ docker rm -f a083e33287466a81d80828f71ba40017d1cd03db38f430b3837d8f888d1787d1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:39:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:39:17 21:39:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:39:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:39:18 Running on prd-ubuntu18.04-docker-8c-8g-14369 in /w/workspace/edgexfoundry_edgex-go_PR-2898 [Pipeline] { 21:39:18 latest: Pulling from edgex-devops/edgex-compose-arm64 21:39:18 29e5d40040c1: Pulling fs layer 21:39:18 1ce36da41761: Pulling fs layer 21:39:18 25b303627fd3: Pulling fs layer 21:39:18 29e5d40040c1: Verifying Checksum 21:39:18 29e5d40040c1: Download complete [Pipeline] ws 21:39:18 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 21:39:19 1ce36da41761: Verifying Checksum 21:39:19 1ce36da41761: Download complete 21:39:19 29e5d40040c1: Pull complete 21:39:20 1ce36da41761: Pull complete 21:39:20 25b303627fd3: Verifying Checksum 21:39:20 25b303627fd3: Download complete 21:39:21 using credential edgex-jenkins-ssh 21:39:21 Cloning the remote Git repository 21:39:21 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:39:21 > git init /w/workspace/edgex-go/7 # timeout=10 21:39:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:39:21 > git --version # timeout=10 21:39:21 > git --version # 'git version 2.17.1' 21:39:21 using GIT_SSH to set credentials SSH Credentials for GitHub 21:39:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:39:31 25b303627fd3: Pull complete 21:39:31 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 21:39:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:39:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 21:39:31 prd-ubuntu18.04-docker-arm64-4c-16g-14368 does not seem to be running inside a container 21:39:31 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 21:39:34 $ docker top 02ca1d6d7596b5797ec242efcf7a136abb6943d80789fd24d78ea3e8e900864e -eo pid,comm [Pipeline] { [Pipeline] sh 21:39:35 + grep parallel 21:39:35 + docker-compose build --help 21:39:36 Merging remotes/origin/master commit 0163c92eb67c845bff5e90a4dc6407d0e1146c78 into PR head commit 192e75e79965f570e40dacfd3fa37e859c65312b 21:39:36 Merge succeeded, producing 192e75e79965f570e40dacfd3fa37e859c65312b 21:39:36 Checking out Revision 192e75e79965f570e40dacfd3fa37e859c65312b (PR-2898) 21:39:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:39:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:39:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:39:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:39:35 using GIT_SSH to set credentials SSH Credentials for GitHub 21:39:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2898/head:refs/remotes/origin/PR-2898 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:39:36 > git config core.sparsecheckout # timeout=10 21:39:36 > git checkout -f 192e75e79965f570e40dacfd3fa37e859c65312b # timeout=10 21:39:36 > git remote # timeout=10 21:39:36 > git config --get remote.origin.url # timeout=10 21:39:36 using GIT_SSH to set credentials SSH Credentials for GitHub 21:39:36 > git merge 0163c92eb67c845bff5e90a4dc6407d0e1146c78 # timeout=10 21:39:36 > git rev-parse HEAD^{commit} # timeout=10 21:39:36 > git config core.sparsecheckout # timeout=10 21:39:36 > git checkout -f 192e75e79965f570e40dacfd3fa37e859c65312b # timeout=10 21:39:39 --parallel Build images in parallel. [Pipeline] } 21:39:39 $ docker stop --time=1 02ca1d6d7596b5797ec242efcf7a136abb6943d80789fd24d78ea3e8e900864e 21:39:40 Commit message: "ci: testing new native snap build" 21:39:41 $ docker rm -f 02ca1d6d7596b5797ec242efcf7a136abb6943d80789fd24d78ea3e8e900864e [Pipeline] // withDockerContainer [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:39:42 + echo snap-build.sh 21:39:42 snap-build.sh 21:39:42 + SNAP_BASE_DIR=. 21:39:42 + '[' '!' -z /w/workspace/edgex-go/7 ']' 21:39:42 + SNAP_BASE_DIR=/w/workspace/edgex-go/7 21:39:42 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' 21:39:42 [snap-build] Building snap in dir [/w/workspace/edgex-go/7] 21:39:42 + cd /w/workspace/edgex-go/7 21:39:42 + sudo apt-get remove -qy --purge lxd lxd-client 21:39:42 Reading package lists... 21:39:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:39:42 . [Pipeline] withDockerContainer 21:39:42 Building dependency tree... 21:39:42 Reading state information... 21:39:42 The following packages were automatically installed and are no longer required: 21:39:42 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 21:39:42 uidmap xdelta3 21:39:42 Use 'sudo apt autoremove' to remove them. 21:39:42 prd-ubuntu18.04-docker-arm64-4c-16g-14368 does not seem to be running inside a container 21:39:43 The following packages will be REMOVED: 21:39:43 lxd* lxd-client* 21:39:43 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:39:43 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 21:39:43 After this operation, 31.7 MB disk space will be freed. 21:39:44 $ docker top fd4980c8326e69b728461e85f32f6d79a8d2349736a0f125017eafb720ba59c5 -eo pid,comm 21:39:44 (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.) 21:39:44 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [Pipeline] { [Pipeline] sh 21:39:45 + docker-compose -f ./docker-compose-build.yml build --parallel 21:39:46 Removing lxd dnsmasq configuration 21:39:46 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 21:39:46 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 21:39:47 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 21:39:47 (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.) 21:39:47 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 21:39:49 Processing triggers for systemd (237-3ubuntu10.42) ... 21:39:49 Processing triggers for ureadahead (0.100.0-21) ... 21:39:49 Building docker-core-command-go ... 21:39:49 Building docker-core-data-go ... 21:39:49 Building docker-core-metadata-go ... 21:39:49 Building docker-security-bootstrap-redis-go ... 21:39:49 Building docker-security-proxy-setup-go ... 21:39:49 Building docker-security-secrets-setup-go ... 21:39:49 Building docker-security-secretstore-setup-go ... 21:39:49 Building docker-support-notifications-go ... 21:39:49 Building docker-support-scheduler-go ... 21:39:49 Building docker-sys-mgmt-agent-go ... 21:39:49 Building docker-core-command-go 21:39:49 Building docker-security-secrets-setup-go 21:39:49 Building docker-core-metadata-go 21:39:49 Building docker-core-data-go 21:39:49 Building docker-support-notifications-go 21:39:50 + sudo snap remove --purge lxd 21:39:50 snap "lxd" is not installed 21:39:50 + sudo groupadd --force --system lxd 21:39:50 ++ whoami 21:39:50 + sudo /usr/sbin/usermod -G lxd -a jenkins 21:39:51 + newgrp - lxd 21:39:51 + sudo snap install lxd 21:40:01 2020-12-03T21:39:58Z INFO Waiting for automatic snapd restart... 21:40:13 lxd 4.8 from Canonical* installed 21:40:13 + sudo lxd init --auto 21:40:21 + sudo snap install --classic snapcraft 21:40:29 snapcraft 4.4.4 from Canonical* installed 21:40:29 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 21:40:29 + patch --verbose -p1 21:40:29 Hmm... Looks like a unified diff to me... 21:40:29 The text leading up to this was: 21:40:29 -------------------------- 21:40:29 |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 21:40:29 |From: Tony Espy 21:40:29 |Date: Wed, 2 Dec 2020 17:38:31 -0500 21:40:29 |Subject: [PATCH] optimize snap build for pipeline CI check 21:40:29 | 21:40:29 |This patch is used by the EdgeX CI pipeline builds to 21:40:29 |optimize the snap CI check run for pull requests. When 21:40:29 |applied, it essentially strips out everything (apps and 21:40:29 |parts) from the snapcraft.yaml file except those required 21:40:29 |to build edgex-go, as the whole idea of the CI check is to 21:40:29 |catch changes to edgex-go that break the snap build. 21:40:29 | 21:40:29 |In general, anyone updating snapcraft.yaml will also need 21:40:29 |to update this patch file, otherwise it may fail to apply, 21:40:29 |resulting in a failed snap build CI check in the associated 21:40:29 |pull request. 21:40:29 | 21:40:29 |Note - in addition to applying this patch, the pipeline also 21:40:29 |only primes the snap (e.g. `snapcraft prime`), as there's no 21:40:29 |need to build the finally binary .snap file (and it won't 21:40:29 |work with the patch applied). This further reduces the build 21:40:29 |time. 21:40:29 |--- 21:40:29 | snap/snapcraft.yaml | 466 +------------------------------------------- 21:40:29 | 1 file changed, 2 insertions(+), 464 deletions(-) 21:40:29 | 21:40:29 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 21:40:29 |index b265277c..d7e1de37 100644 21:40:29 |--- a/snap/snapcraft.yaml 21:40:29 |+++ b/snap/snapcraft.yaml 21:40:29 -------------------------- 21:40:29 patching file snap/snapcraft.yaml 21:40:29 Using Plan A... 21:40:29 Hunk #1 succeeded at 75. 21:40:29 Hunk #2 succeeded at 84. 21:40:29 Hunk #3 succeeded at 218. 21:40:29 Hunk #4 succeeded at 233. 21:40:29 Hunk #5 succeeded at 241. 21:40:29 Hunk #6 succeeded at 248. 21:40:29 Hunk #7 succeeded at 275. 21:40:29 Hunk #8 succeeded at 309. 21:40:29 Hunk #9 succeeded at 365. 21:40:29 Hmm... Ignoring the trailing garbage. 21:40:29 done 21:40:29 + sudo snapcraft prime --use-lxd 21:40:31 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 21:40:31 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: 21:40:31 - README.md 21:40:31 21:40:31 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 21:40:32 Launching a container. 21:40:47 Waiting for container to be ready 21:40:47 To start your first instance, try: lxc launch ubuntu:18.04 21:40:47 21:40:49 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 21:40:49 Waiting for network to be ready... 21:40:50 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:40:50 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1459 kB] 21:40:50 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 21:40:50 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [285 kB] 21:40:50 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [13.3 kB] 21:40:50 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2996 B] 21:40:50 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [184 kB] 21:40:50 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.4 kB] 21:40:50 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 21:40:50 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 21:40:50 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 21:40:51 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 21:40:51 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 21:40:51 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 21:40:51 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 21:40:51 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 21:40:51 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 21:40:51 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 21:40:52 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 21:40:52 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1789 kB] 21:40:52 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 21:40:52 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [36.1 kB] 21:40:52 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7308 B] 21:40:52 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 21:40:52 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [28.0 kB] 21:40:52 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1696 kB] 21:40:52 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 21:40:55 Fetched 23.5 MB in 6s (4155 kB/s) 21:40:57 Reading package lists... 21:40:57 Reading package lists... 21:40:58 Building dependency tree... 21:40:58 Reading state information... 21:40:58 The following additional packages will be installed: 21:40:58 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 21:40:58 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 21:40:58 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 21:40:58 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 21:40:58 Suggested packages: 21:40:58 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 21:40:58 Recommended packages: 21:40:58 gnupg libsasl2-modules 21:40:58 The following NEW packages will be installed: 21:40:58 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 21:40:58 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 21:40:58 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 21:40:58 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 21:40:58 The following packages will be upgraded: 21:40:58 gpg gpg-agent gpgconf libudev1 21:40:58 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. 21:40:58 Need to get 3531 kB of archives. 21:40:58 After this operation, 13.3 MB of additional disk space will be used. 21:40:58 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 21:40:58 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 21:40:58 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 21:40:59 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 21:40:59 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 21:40:59 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] 21:40:59 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] 21:40:59 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 21:40:59 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 21:40:59 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 21:40:59 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 21:40:59 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 21:40:59 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 21:40:59 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 21:40:59 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 21:40:59 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 21:40:59 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 21:40:59 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 21:40:59 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 21:40:59 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 21:40:59 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 21:40:59 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 21:40:59 debconf: delaying package configuration, since apt-utils is not installed 21:40:59 Fetched 3531 kB in 1s (3189 kB/s) 21:40:59 (Reading database ... 12511 files and directories currently installed.) 21:40:59 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 21:40:59 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 21:41:00 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 21:41:00 Selecting previously unselected package udev. 21:41:00 (Reading database ... 12511 files and directories currently installed.) 21:41:00 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 21:41:00 Unpacking udev (237-3ubuntu10.43) ... 21:41:00 Selecting previously unselected package libfuse2:amd64. 21:41:00 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 21:41:00 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 21:41:00 Selecting previously unselected package fuse. 21:41:00 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 21:41:00 Unpacking fuse (2.9.7-1ubuntu1) ... 21:41:00 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 21:41:00 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:41:00 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 21:41:00 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:41:00 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 21:41:00 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:41:01 Selecting previously unselected package libksba8:amd64. 21:41:01 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 21:41:01 Unpacking libksba8:amd64 (1.3.5-2) ... 21:41:01 Selecting previously unselected package libroken18-heimdal:amd64. 21:41:01 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:41:01 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 21:41:01 Selecting previously unselected package libasn1-8-heimdal:amd64. 21:41:01 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:41:01 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 21:41:01 Selecting previously unselected package libheimbase1-heimdal:amd64. 21:41:01 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:41:01 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 21:41:01 Selecting previously unselected package libhcrypto4-heimdal:amd64. 21:41:01 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:41:01 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 21:41:01 Selecting previously unselected package libwind0-heimdal:amd64. 21:41:01 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:41:01 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:41:01 Selecting previously unselected package libhx509-5-heimdal:amd64. 21:41:01 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:41:01 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 21:41:01 Selecting previously unselected package libkrb5-26-heimdal:amd64. 21:41:01 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:41:01 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 21:41:01 Selecting previously unselected package libheimntlm0-heimdal:amd64. 21:41:01 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:41:01 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:41:01 Selecting previously unselected package libgssapi3-heimdal:amd64. 21:41:01 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:41:01 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 21:41:02 Selecting previously unselected package libsasl2-modules-db:amd64. 21:41:02 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 21:41:02 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 21:41:02 Selecting previously unselected package libsasl2-2:amd64. 21:41:02 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 21:41:02 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 21:41:02 Selecting previously unselected package libldap-common. 21:41:02 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 21:41:02 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 21:41:02 Selecting previously unselected package libldap-2.4-2:amd64. 21:41:02 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 21:41:02 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 21:41:02 Selecting previously unselected package dirmngr. 21:41:02 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 21:41:02 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 21:41:02 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 21:41:02 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 21:41:02 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 21:41:02 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 21:41:02 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 21:41:02 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 21:41:02 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 21:41:02 Setting up libksba8:amd64 (1.3.5-2) ... 21:41:03 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:41:03 Setting up udev (237-3ubuntu10.43) ... 21:41:03 invoke-rc.d: policy-rc.d denied execution of start. 21:41:03 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 21:41:03 Processing triggers for systemd (237-3ubuntu10) ... 21:41:03 Setting up fuse (2.9.7-1ubuntu1) ... 21:41:03 Setting up gpg (2.2.4-1ubuntu1.3) ... 21:41:03 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:41:03 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 21:41:03 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 21:41:03 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 21:41:03 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 21:41:04 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:41:04 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 21:41:04 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 21:41:04 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 21:41:04 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:41:05 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 21:41:05 settings in the [Install] section, and DefaultInstance for template units). 21:41:05 This means they are not meant to be enabled using systemctl. 21:41:05 Possible reasons for having this kind of units are: 21:41:05 1) A unit may be statically enabled by being symlinked from another unit's 21:41:05 .wants/ or .requires/ directory. 21:41:05 2) A unit's purpose may be to act as a helper for some other unit which has 21:41:05 a requirement dependency on it. 21:41:05 3) A unit may be started when needed via activation (socket, path, timer, 21:41:05 D-Bus, udev, scripted systemctl call, ...). 21:41:05 4) In case of template units, the unit is meant to be enabled with some 21:41:05 instance name specified. 21:41:05 Reading package lists... 21:41:05 Building dependency tree... 21:41:05 Reading state information... 21:41:05 The following additional packages will be installed: 21:41:05 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 21:41:05 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 21:41:05 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 21:41:05 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 21:41:05 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 21:41:05 Suggested packages: 21:41:05 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 21:41:05 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 21:41:05 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 21:41:05 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 21:41:05 systemd-container policykit-1 21:41:05 Recommended packages: 21:41:05 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 21:41:05 The following NEW packages will be installed: 21:41:05 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 21:41:05 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 21:41:05 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 21:41:05 multiarch-support openssh-client python3 python3-minimal python3.6 21:41:05 python3.6-minimal snapd squashfs-tools sudo 21:41:05 The following packages will be upgraded: 21:41:05 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 21:41:06 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. 21:41:06 Need to get 35.2 MB of archives. 21:41:06 After this operation, 141 MB of additional disk space will be used. 21:41:06 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.1 [807 kB] 21:41:06 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.1 [1201 kB] 21:41:06 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 21:41:06 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.6 [1301 kB] 21:41:06 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 21:41:06 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 21:41:06 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 21:41:06 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 21:41:06 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 21:41:06 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 21:41:06 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 21:41:06 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 21:41:06 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 21:41:06 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 21:41:06 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 21:41:06 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.4 [1088 kB] 21:41:06 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 21:41:07 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 21:41:07 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 21:41:07 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 21:41:07 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 21:41:07 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 21:41:07 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 21:41:07 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.3 [6948 B] 21:41:07 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 21:41:07 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 21:41:07 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 21:41:07 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 21:41:07 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 21:41:07 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 21:41:08 debconf: delaying package configuration, since apt-utils is not installed 21:41:08 Fetched 35.2 MB in 2s (15.0 MB/s) 21:41:08 (Reading database ... 12757 files and directories currently installed.) 21:41:08 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 21:41:09 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 21:41:09 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 21:41:09 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 21:41:09 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 21:41:09 (Reading database ... 12757 files and directories currently installed.) 21:41:09 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.1_amd64.deb ... 21:41:09 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.1) over (1.6.1) ... 21:41:10 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.1) ... 21:41:10 (Reading database ... 12757 files and directories currently installed.) 21:41:10 Preparing to unpack .../apt_1.6.12ubuntu0.1_amd64.deb ... 21:41:10 Unpacking apt (1.6.12ubuntu0.1) over (1.6.1) ... 21:41:10 Setting up apt (1.6.12ubuntu0.1) ... 21:41:10 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 21:41:11 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 21:41:11 (Reading database ... 12764 files and directories currently installed.) 21:41:11 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.6_amd64.deb ... 21:41:11 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.6) over (1.1.0g-2ubuntu4) ... 21:41:11 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 21:41:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:41:11 ---> 18f4cd9dffab 21:41:11 Step 3/23 : WORKDIR /edgex-go 21:41:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 21:41:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:41:11 ---> 18f4cd9dffab 21:41:11 Step 3/22 : WORKDIR /edgex-go 21:41:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpineStep 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 21:41:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:41:11 21:41:11 ---> 18f4cd9dffab 21:41:11 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpineStep 2/24 : FROM ${BUILDER_BASE} AS builder 21:41:11 21:41:11 Step 2/29 : FROM ${BUILDER_BASE} AS build-env ---> 18f4cd9dffab 21:41:11 21:41:11 Step 3/24 : WORKDIR /edgex-goStep 3/22 : WORKDIR /edgex-go 21:41:11 21:41:11 ---> 18f4cd9dffab 21:41:11 Step 3/29 : WORKDIR /edgex-go 21:41:11 ---> Running in 80599f8f5fa7 21:41:11 ---> Running in 92e632065ba2 21:41:11 ---> Running in d260ba77bd9d 21:41:11 ---> Running in 0a3695a208d6 21:41:11 ---> Running in 0a912b306128 21:41:11 Removing intermediate container 80599f8f5fa7 21:41:11 ---> ea3d72ba05f5 21:41:11 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:41:11 Removing intermediate container 92e632065ba2 21:41:11 ---> e480a5338173 21:41:11 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:41:11 Removing intermediate container 0a3695a208d6 21:41:11 ---> f66775439985 21:41:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:41:11 Removing intermediate container d260ba77bd9d 21:41:11 ---> 8e4b3c58d886 21:41:11 Step 4/29 : RUN apk update && apk add make git 21:41:11 Removing intermediate container 0a912b306128 21:41:11 ---> cd210792cfb7 21:41:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:41:11 ---> Running in 8e0a0a1c384e 21:41:11 ---> Running in 85a56f4642cc 21:41:11 ---> Running in 8162eb98c5e5 21:41:11 ---> Running in 20c4b7a76575 21:41:11 ---> Running in 9e4b2dfb5077 21:41:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:41:11 Removing intermediate container 8162eb98c5e5 21:41:11 ---> daac3b8023b1 21:41:11 Step 5/22 : RUN apk update && apk add make git 21:41:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:41:11 ---> Running in ed6e05cf671d 21:41:11 Removing intermediate container 85a56f4642cc 21:41:11 ---> b5c93ba5733b 21:41:11 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 21:41:11 ---> Running in d72c9b89dc42 21:41:11 Removing intermediate container 8e0a0a1c384e 21:41:11 ---> a710f77fc531 21:41:11 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 21:41:11 Removing intermediate container 20c4b7a76575 21:41:11 ---> c22a27bfcc84 21:41:11 Step 5/22 : RUN apk update && apk add make git 21:41:11 ---> Running in 958029bf5888 21:41:11 ---> Running in 220a1e04804b 21:41:11 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:41:11 v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:41:11 OK: 12616 distinct packages available 21:41:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:41:11 OK: 217 MiB in 51 packages 21:41:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:41:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:41:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:41:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:41:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:41:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:41:11 Removing intermediate container 9e4b2dfb5077 21:41:11 ---> ccdb84647be1 21:41:11 Step 5/29 : COPY go.mod . 21:41:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:41:11 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:41:11 v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:41:11 OK: 12616 distinct packages available 21:41:11 ---> 95d364d0c2d1 21:41:11 Step 6/29 : RUN go mod download 21:41:11 Selecting previously unselected package libpython3.6-minimal:amd64. 21:41:11 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 21:41:11 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 21:41:11 Selecting previously unselected package libexpat1:amd64. 21:41:11 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 21:41:11 ---> Running in 914ed4be0393 21:41:12 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 21:41:12 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:41:12 v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:41:12 OK: 12616 distinct packages available 21:41:12 OK: 217 MiB in 51 packages 21:41:12 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:41:12 v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:41:12 OK: 12616 distinct packages available 21:41:12 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:41:12 v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:41:12 OK: 12616 distinct packages available 21:41:12 Selecting previously unselected package python3.6-minimal. 21:41:12 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 21:41:12 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 21:41:13 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.6) ... 21:41:13 Checking for services that may need to be restarted...done. 21:41:13 Checking for services that may need to be restarted...done. 21:41:13 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 21:41:13 OK: 217 MiB in 51 packages 21:41:13 OK: 217 MiB in 51 packages 21:41:13 OK: 217 MiB in 51 packages 21:41:13 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 21:41:13 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 21:41:13 Selecting previously unselected package python3-minimal. 21:41:13 (Reading database ... 13012 files and directories currently installed.) 21:41:13 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 21:41:13 Unpacking python3-minimal (3.6.7-1~18.04) ... 21:41:14 Selecting previously unselected package mime-support. 21:41:14 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 21:41:14 Unpacking mime-support (3.60ubuntu1) ... 21:41:14 Selecting previously unselected package libmpdec2:amd64. 21:41:14 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 21:41:14 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 21:41:14 Removing intermediate container ed6e05cf671d 21:41:14 ---> f12fdfea7c53 21:41:14 Step 6/22 : COPY go.mod . 21:41:14 Selecting previously unselected package libpython3.6-stdlib:amd64. 21:41:14 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 21:41:14 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 21:41:14 Selecting previously unselected package python3.6. 21:41:14 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 21:41:14 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 21:41:14 Selecting previously unselected package libpython3-stdlib:amd64. 21:41:14 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 21:41:14 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 21:41:15 Setting up python3-minimal (3.6.7-1~18.04) ... 21:41:15 Selecting previously unselected package python3. 21:41:15 (Reading database ... 13442 files and directories currently installed.) 21:41:15 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 21:41:15 Unpacking python3 (3.6.7-1~18.04) ... 21:41:15 Selecting previously unselected package multiarch-support. 21:41:15 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.3_amd64.deb ... 21:41:15 Unpacking multiarch-support (2.27-3ubuntu1.3) ... 21:41:15 Removing intermediate container d72c9b89dc42 21:41:15 ---> 3e458121dc9c 21:41:15 Step 6/23 : COPY go.mod . 21:41:15 Removing intermediate container 958029bf5888 21:41:15 ---> ff1b03783698 21:41:15 Step 6/24 : COPY go.mod . 21:41:15 Setting up multiarch-support (2.27-3ubuntu1.3) ... 21:41:15 Selecting previously unselected package liblzo2-2:amd64. 21:41:15 (Reading database ... 13479 files and directories currently installed.) 21:41:15 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 21:41:15 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 21:41:15 ---> 8a62d7795ec2 21:41:15 Step 7/22 : RUN go mod download 21:41:15 Removing intermediate container 914ed4be0393 21:41:15 ---> eaa202026af9 21:41:15 Step 7/29 : COPY . . 21:41:15 Removing intermediate container 220a1e04804b 21:41:15 ---> 5bcf6ad49350 21:41:15 Step 6/22 : COPY go.mod . 21:41:15 Selecting previously unselected package libbsd0:amd64. 21:41:15 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 21:41:15 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 21:41:15 Selecting previously unselected package sudo. 21:41:15 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 21:41:15 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 21:41:15 ---> Running in 4542e7206e7e 21:41:16 Selecting previously unselected package apparmor. 21:41:16 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 21:41:16 Unpacking apparmor (2.12-4ubuntu5.1) ... 21:41:16 Selecting previously unselected package libedit2:amd64. 21:41:16 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 21:41:16 Unpacking libedit2:amd64 (3.1-20170329-1) ... 21:41:16 ---> 6009ed2b944d 21:41:16 Step 7/23 : RUN go mod download 21:41:16 Selecting previously unselected package libkrb5support0:amd64. 21:41:16 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 21:41:16 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 21:41:16 Selecting previously unselected package libk5crypto3:amd64. 21:41:16 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 21:41:16 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 21:41:16 ---> Running in cebbe68342f4 21:41:16 ---> 4b5ae82cb338 21:41:16 Step 7/24 : RUN go mod download 21:41:16 Selecting previously unselected package libkeyutils1:amd64. 21:41:16 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 21:41:16 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 21:41:16 Selecting previously unselected package libkrb5-3:amd64. 21:41:16 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 21:41:16 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 21:41:16 Selecting previously unselected package libgssapi-krb5-2:amd64. 21:41:16 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 21:41:16 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 21:41:16 Selecting previously unselected package libssl1.0.0:amd64. 21:41:16 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.4_amd64.deb ... 21:41:16 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.4) ... 21:41:17 ---> Running in 72a931b02a0e 21:41:17 ---> 6358447ed707 21:41:17 Step 7/22 : RUN go mod download 21:41:17 Selecting previously unselected package openssh-client. 21:41:17 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 21:41:17 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 21:41:17 Selecting previously unselected package squashfs-tools. 21:41:17 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 21:41:17 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 21:41:17 Selecting previously unselected package snapd. 21:41:17 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 21:41:17 Unpacking snapd (2.48+18.04) ... 21:41:17 ---> Running in 4b3976c758c0 21:41:20 Setting up libedit2:amd64 (3.1-20170329-1) ... 21:41:20 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.4) ... 21:41:20 Setting up mime-support (3.60ubuntu1) ... 21:41:20 Removing intermediate container 4542e7206e7e 21:41:20 ---> 8a48917852c6 21:41:20 Step 8/22 : COPY . . 21:41:20 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 21:41:20 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 21:41:20 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 21:41:20 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:41:20 Setting up systemd (237-3ubuntu10.43) ... 21:41:20 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 21:41:20 Removing intermediate container cebbe68342f4 21:41:20 ---> 30989fb26aed 21:41:20 Step 8/23 : COPY . . 21:41:21 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 21:41:21 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 21:41:21 Setting up liblzo2-2:amd64 (2.08-1.2) ... 21:41:21 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 21:41:21 Removing intermediate container 72a931b02a0e 21:41:21 ---> db5985c0ebc7 21:41:21 Step 8/24 : COPY . . 21:41:21 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 21:41:21 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 21:41:21 Removing intermediate container 4b3976c758c0 21:41:21 ---> f75a5be38f1b 21:41:21 Step 8/22 : COPY . . 21:41:22 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 21:41:22 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 21:41:22 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 21:41:22 Setting up python3 (3.6.7-1~18.04) ... 21:41:22 running python rtupdate hooks for python3.6... 21:41:22 running python post-rtupdate hooks for python3.6... 21:41:22 Setting up apparmor (2.12-4ubuntu5.1) ... 21:41:24 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 21:41:24 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 21:41:25 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 21:41:25 Setting up snapd (2.48+18.04) ... 21:41:26 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 21:41:26 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 21:41:26 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 21:41:26 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 21:41:26 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 21:41:26 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 21:41:27 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 21:41:27 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 21:41:27 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 21:41:27 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 21:41:28 /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' 21:41:28 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:41:28 Processing triggers for systemd (237-3ubuntu10.43) ... 21:41:29 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 21:41:29 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 21:41:29 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:41:31 Reading package lists... 21:41:31 Reading package lists... 21:41:31 Building dependency tree... 21:41:31 Reading state information... 21:41:31 Calculating upgrade... 21:41:32 The following packages will be upgraded: 21:41:32 advancecomp base-files bash binutils binutils-common 21:41:32 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 21:41:32 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 21:41:32 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 21:41:32 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 21:41:32 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 21:41:32 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 21:41:32 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 21:41:32 libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g 21:41:32 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 21:41:32 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 21:41:32 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 21:41:32 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 21:41:32 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 21:41:32 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 21:41:32 Need to get 63.5 MB of archives. 21:41:32 After this operation, 5192 kB of additional disk space will be used. 21:41:32 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-126.129 [989 kB] 21:41:32 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.3 [2586 kB] 21:41:32 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 21:41:32 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 21:41:32 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 21:41:32 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 21:41:32 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 21:41:32 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 21:41:32 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 21:41:32 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 21:41:32 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 21:41:32 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 21:41:33 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 21:41:33 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.3 [71.8 kB] 21:41:33 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.3 [2831 kB] 21:41:33 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 21:41:33 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 21:41:33 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 21:41:33 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 21:41:33 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 21:41:33 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 21:41:33 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 21:41:33 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 21:41:33 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 21:41:33 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 21:41:33 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 21:41:33 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 21:41:33 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 21:41:33 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 21:41:33 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 21:41:33 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 21:41:33 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 21:41:33 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.3 [639 kB] 21:41:33 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 21:41:33 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 21:41:33 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 21:41:33 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 21:41:33 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 21:41:33 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 21:41:33 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 21:41:33 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 21:41:33 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 21:41:33 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 21:41:33 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 21:41:33 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 21:41:33 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 21:41:33 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 21:41:33 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 21:41:33 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 21:41:33 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 21:41:33 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 21:41:33 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 21:41:33 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 21:41:33 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 21:41:33 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 21:41:33 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 21:41:33 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 21:41:33 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 21:41:33 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 21:41:33 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 21:41:33 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 21:41:33 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 21:41:33 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 21:41:33 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 21:41:33 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 21:41:33 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 21:41:33 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 21:41:33 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 21:41:33 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 21:41:33 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.6 [614 kB] 21:41:33 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 21:41:33 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 21:41:33 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 21:41:33 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 21:41:33 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 21:41:33 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 21:41:33 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] 21:41:33 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 21:41:33 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 21:41:33 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 21:41:33 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 21:41:33 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 21:41:33 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 21:41:33 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 21:41:33 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 21:41:33 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 21:41:33 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 21:41:34 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 21:41:34 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 21:41:34 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 21:41:35 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 21:41:35 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 21:41:35 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 21:41:35 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 21:41:35 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 21:41:35 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 21:41:35 debconf: delaying package configuration, since apt-utils is not installed 21:41:35 Fetched 63.5 MB in 3s (20.2 MB/s) 21:41:35 (Reading database ... 13912 files and directories currently installed.) 21:41:35 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.3_amd64.deb ... 21:41:35 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 21:41:36 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.3_amd64.deb ... 21:41:36 Unpacking libc-dev-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 21:41:36 Preparing to unpack .../2-linux-libc-dev_4.15.0-126.129_amd64.deb ... 21:41:36 Unpacking linux-libc-dev:amd64 (4.15.0-126.129) over (4.15.0-20.21) ... 21:41:37 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:41:37 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:41:37 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:41:37 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:41:37 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:41:37 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:41:37 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:41:37 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:41:37 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:41:37 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:41:37 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:41:37 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:41:38 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:41:38 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:41:38 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 21:41:38 (Reading database ... 13911 files and directories currently installed.) 21:41:38 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 21:41:38 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 21:41:38 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 21:41:38 (Reading database ... 13911 files and directories currently installed.) 21:41:38 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:41:38 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:41:39 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:41:39 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:41:39 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:41:39 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:41:39 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 21:41:39 (Reading database ... 13911 files and directories currently installed.) 21:41:39 Preparing to unpack .../libc6_2.27-3ubuntu1.3_amd64.deb ... 21:41:39 Unpacking libc6:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 21:41:40 Setting up libc6:amd64 (2.27-3ubuntu1.3) ... 21:41:40 (Reading database ... 13911 files and directories currently installed.) 21:41:40 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 21:41:40 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 21:41:40 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 21:41:40 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 21:41:40 Setting up base-files (10.1ubuntu2.10) ... 21:41:40 Installing new version of config file /etc/issue ... 21:41:40 Installing new version of config file /etc/issue.net ... 21:41:40 Installing new version of config file /etc/lsb-release ... 21:41:41 Installing new version of config file /etc/update-motd.d/50-motd-news ... 21:41:41 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 21:41:41 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 21:41:41 Removing obsolete conffile /etc/default/motd-news ... 21:41:41 (Reading database ... 13912 files and directories currently installed.) 21:41:41 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 21:41:41 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 21:41:41 Setting up bash (4.4.18-2ubuntu1.2) ... 21:41:41 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 21:41:41 (Reading database ... 13912 files and directories currently installed.) 21:41:41 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 21:41:41 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 21:41:42 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 21:41:42 (Reading database ... 13912 files and directories currently installed.) 21:41:42 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 21:41:42 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 21:41:42 Setting up tar (1.29b-2ubuntu0.1) ... 21:41:42 (Reading database ... 13912 files and directories currently installed.) 21:41:42 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 21:41:42 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:41:42 Setting up dpkg (1.19.0.5ubuntu2.3) ... 21:41:43 (Reading database ... 13912 files and directories currently installed.) 21:41:43 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 21:41:43 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:41:43 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 21:41:43 (Reading database ... 13912 files and directories currently installed.) 21:41:43 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 21:41:43 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:41:43 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 21:41:43 (Reading database ... 13912 files and directories currently installed.) 21:41:43 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 21:41:43 Unpacking grep (3.1-2build1) over (3.1-2) ... 21:41:43 Setting up grep (3.1-2build1) ... 21:41:43 (Reading database ... 13912 files and directories currently installed.) 21:41:43 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 21:41:43 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 21:41:44 Setting up login (1:4.5-1ubuntu2) ... 21:41:44 (Reading database ... 13912 files and directories currently installed.) 21:41:44 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 21:41:44 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:41:44 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 21:41:44 (Reading database ... 13912 files and directories currently installed.) 21:41:44 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 21:41:44 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:41:45 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 21:41:45 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:41:45 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 21:41:45 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:41:46 Setting up perl-base (5.26.1-6ubuntu0.5) ... 21:41:46 (Reading database ... 13912 files and directories currently installed.) 21:41:46 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 21:41:46 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:41:47 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 21:41:47 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 21:41:47 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 21:41:47 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 21:41:47 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 21:41:47 (Reading database ... 13912 files and directories currently installed.) 21:41:47 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 21:41:47 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 21:41:47 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 21:41:48 (Reading database ... 13912 files and directories currently installed.) 21:41:48 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:41:48 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:41:48 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:41:48 (Reading database ... 13912 files and directories currently installed.) 21:41:48 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:41:48 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:41:48 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:41:48 (Reading database ... 13912 files and directories currently installed.) 21:41:48 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:41:48 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:41:48 ---> 771943dfd56d 21:41:48 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 21:41:48 ---> Running in ee019b3e9961 21:41:48 ---> c7fbbd101d75 21:41:48 Step 9/22 : RUN make cmd/core-metadata/core-metadata 21:41:48 ---> afb496e70b3b 21:41:48 Step 9/23 : RUN make cmd/core-data/core-data 21:41:48 ---> 91e7030dbaeb 21:41:48 Step 9/22 : RUN make cmd/core-command/core-command 21:41:48 ---> bf9024a68613 21:41:48 Step 9/24 : RUN make cmd/support-notifications/support-notifications 21:41:48 ---> Running in 1ef6b8d5bd50 21:41:48 ---> Running in 759143cacae1 21:41:48 ---> Running in a47ff103c24e 21:41:48 ---> Running in 60d4d07e8de4 21:41:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 21:41:48 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 21:41:48 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 21:41:48 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 21:41:48 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 21:41:48 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:41:48 (Reading database ... 13912 files and directories currently installed.) 21:41:48 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:41:48 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:41:49 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:41:49 (Reading database ... 13912 files and directories currently installed.) 21:41:49 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 21:41:49 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:41:49 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 21:41:49 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:41:49 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 21:41:49 (Reading database ... 13912 files and directories currently installed.) 21:41:49 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 21:41:49 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:41:49 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 21:41:50 (Reading database ... 13912 files and directories currently installed.) 21:41:50 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:41:50 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:41:50 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:41:50 (Reading database ... 13912 files and directories currently installed.) 21:41:50 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:41:50 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:41:50 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 21:41:50 (Reading database ... 13912 files and directories currently installed.) 21:41:50 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:41:50 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:41:51 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 21:41:51 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 21:41:51 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 21:41:51 (Reading database ... 13912 files and directories currently installed.) 21:41:51 Preparing to unpack .../libc-bin_2.27-3ubuntu1.3_amd64.deb ... 21:41:51 Unpacking libc-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 21:41:52 Setting up libc-bin (2.27-3ubuntu1.3) ... 21:41:52 (Reading database ... 13912 files and directories currently installed.) 21:41:52 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 21:41:52 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:41:52 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 21:41:52 (Reading database ... 13914 files and directories currently installed.) 21:41:52 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 21:41:52 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 21:41:52 Setting up debconf (1.5.66ubuntu1) ... 21:41:53 (Reading database ... 13914 files and directories currently installed.) 21:41:53 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:41:53 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:41:53 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 21:41:53 (Reading database ... 13914 files and directories currently installed.) 21:41:53 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:41:53 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:41:53 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 21:41:53 (Reading database ... 13914 files and directories currently installed.) 21:41:53 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:41:53 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:41:54 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 21:41:54 (Reading database ... 13914 files and directories currently installed.) 21:41:54 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:41:54 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:41:55 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 21:41:55 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 21:41:55 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 21:41:55 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:41:55 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 21:41:55 (Reading database ... 13914 files and directories currently installed.) 21:41:55 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 21:41:55 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 21:41:55 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 21:41:55 (Reading database ... 13914 files and directories currently installed.) 21:41:55 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 21:41:55 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:41:55 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 21:41:56 (Reading database ... 13914 files and directories currently installed.) 21:41:56 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 21:41:56 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:41:56 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 21:41:56 (Reading database ... 13914 files and directories currently installed.) 21:41:56 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 21:41:56 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 21:41:56 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 21:41:56 (Reading database ... 13914 files and directories currently installed.) 21:41:56 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 21:41:56 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 21:41:57 Setting up passwd (1:4.5-1ubuntu2) ... 21:41:57 (Reading database ... 13914 files and directories currently installed.) 21:41:57 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 21:41:57 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:41:57 Setting up gpgv (2.2.4-1ubuntu1.3) ... 21:41:57 (Reading database ... 13914 files and directories currently installed.) 21:41:57 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 21:41:57 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 21:41:57 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 21:41:57 (Reading database ... 13914 files and directories currently installed.) 21:41:57 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 21:41:57 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 21:41:57 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 21:41:58 (Reading database ... 13914 files and directories currently installed.) 21:41:58 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 21:41:58 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 21:41:58 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 21:41:58 (Reading database ... 13914 files and directories currently installed.) 21:41:58 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 21:41:58 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 21:41:58 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 21:41:58 (Reading database ... 13914 files and directories currently installed.) 21:41:58 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 21:41:58 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 21:41:58 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 21:41:59 (Reading database ... 13915 files and directories currently installed.) 21:41:59 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 21:41:59 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 21:41:59 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 21:41:59 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 21:41:59 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.6_amd64.deb ... 21:41:59 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.6) over (1.1.0g-2ubuntu4) ... 21:41:59 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 21:41:59 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 21:41:59 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 21:41:59 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 21:42:00 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 21:42:00 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 21:42:00 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 21:42:00 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 21:42:00 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 21:42:00 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 21:42:00 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 21:42:00 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 21:42:00 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 21:42:00 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 21:42:00 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 21:42:00 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 21:42:00 Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... 21:42:00 Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... 21:42:01 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 21:42:01 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 21:42:02 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 21:42:02 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 21:42:02 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 21:42:02 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:42:02 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 21:42:02 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:42:02 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 21:42:02 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:42:02 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 21:42:02 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:42:03 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:42:03 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:42:03 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:42:03 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:42:03 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:42:03 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:42:03 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:42:03 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:42:05 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:42:05 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:42:06 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:42:06 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:42:07 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:42:07 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:42:07 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:42:07 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:42:08 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:42:08 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:42:08 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:42:08 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:42:08 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 21:42:08 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:42:08 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 21:42:08 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:42:09 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 21:42:09 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 21:42:09 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:42:09 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:42:09 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:42:09 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:42:09 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 21:42:09 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 21:42:09 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:42:09 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 21:42:09 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:42:09 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:42:09 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:42:09 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 21:42:09 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 21:42:09 Setting up tzdata (2020d-0ubuntu0.18.04) ... 21:42:10 21:42:10 Current default time zone: 'Etc/UTC' 21:42:10 Local time is now: Thu Dec 3 21:42:10 UTC 2020. 21:42:10 Universal Time is now: Thu Dec 3 21:42:10 UTC 2020. 21:42:10 Run 'dpkg-reconfigure tzdata' if you wish to change it. 21:42:10 21:42:10 Setting up systemd-sysv (237-3ubuntu10.43) ... 21:42:10 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:42:10 Setting up linux-libc-dev:amd64 (4.15.0-126.129) ... 21:42:10 Setting up mount (2.31.1-0.4ubuntu3.7) ... 21:42:10 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 21:42:10 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 21:42:10 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 21:42:10 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 21:42:10 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 21:42:10 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 21:42:10 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:42:10 Setting up procps (2:3.3.12-3ubuntu1.2) ... 21:42:10 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 21:42:10 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 21:42:11 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 21:42:11 Setting up patch (2.7.6-2ubuntu1.1) ... 21:42:11 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 21:42:11 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 21:42:11 Setting up openssl (1.1.1-1ubuntu2.1~18.04.6) ... 21:42:11 Installing new version of config file /etc/ssl/openssl.cnf ... 21:42:11 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 21:42:11 Setting up libc-dev-bin (2.27-3ubuntu1.3) ... 21:42:11 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 21:42:13 Updating certificates in /etc/ssl/certs... 21:42:14 22 added, 17 removed; done. 21:42:14 Setting up libc6-dev:amd64 (2.27-3ubuntu1.3) ... 21:42:14 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:42:14 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 21:42:14 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 21:42:14 Setting up pkgbinarymangler (138.18.04.1) ... 21:42:14 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 21:42:14 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 21:42:14 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 21:42:14 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 21:42:14 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 21:42:14 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 21:42:14 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 21:42:14 Setting up perl (5.26.1-6ubuntu0.5) ... 21:42:14 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 21:42:15 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 21:42:15 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 21:42:15 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 21:42:15 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 21:42:15 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 21:42:15 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 21:42:15 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 21:42:15 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 21:42:15 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 21:42:15 Processing triggers for systemd (237-3ubuntu10.43) ... 21:42:15 Processing triggers for mime-support (3.60ubuntu1) ... 21:42:15 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 21:42:15 Updating certificates in /etc/ssl/certs... 21:42:16 0 added, 0 removed; done. 21:42:16 Running hooks in /etc/ca-certificates/update.d... 21:42:16 done. 21:42:17 Reading package lists... 21:42:17 Building dependency tree... 21:42:17 Reading state information... 21:42:17 The following NEW packages will be installed: 21:42:17 apt-transport-https 21:42:17 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 21:42:17 Need to get 1692 B of archives. 21:42:17 After this operation, 153 kB of additional disk space will be used. 21:42:17 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.1 [1692 B] 21:42:17 debconf: delaying package configuration, since apt-utils is not installed 21:42:17 Fetched 1692 B in 0s (8343 B/s) 21:42:18 Selecting previously unselected package apt-transport-https. 21:42:18 (Reading database ... 13929 files and directories currently installed.) 21:42:18 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.1_all.deb ... 21:42:18 Unpacking apt-transport-https (1.6.12ubuntu0.1) ... 21:42:18 Setting up apt-transport-https (1.6.12ubuntu0.1) ... 21:42:18 Waiting for network to be ready... 21:42:25 2020-12-03T21:42:22Z INFO Waiting for automatic snapd restart... 21:42:25 snapd 2.48 from Canonical* installed 21:42:25 "snapd" switched to the "latest/stable" channel 21:42:25 21:42:30 core18 20200929 from Canonical* installed 21:42:30 "core18" switched to the "latest/stable" channel 21:42:30 21:42:36 snapcraft 4.4.4 from Canonical* installed 21:42:36 "snapcraft" switched to the "latest/stable" channel 21:42:36 21:42:40 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: 21:42:40 - README.md 21:42:40 21:42:40 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 21:42:48 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:42:48 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 21:42:48 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 21:42:48 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:42:49 Reading package lists... 21:42:49 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.10 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 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 21:42:56 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:42:56 Reading package lists... 21:42:56 Building dependency tree... 21:42:56 Reading state information... 21:42:56 Suggested packages: 21:42:56 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 21:42:56 git-gui gitk gitweb git-cvs git-mediawiki git-svn 21:42:56 Recommended packages: 21:42:56 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 21:42:56 The following NEW packages will be installed: 21:42:56 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 21:42:56 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 21:42:56 pkg-config zip 21:42:57 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 21:42:57 Need to get 7656 kB of archives. 21:42:57 After this operation, 43.7 MB of additional disk space will be used. 21:42:57 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 21:42:57 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 21:42:57 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 21:42:57 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 21:42:57 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 21:42:57 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 21:42:57 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 21:42:57 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 21:42:57 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 21:42:57 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 21:42:57 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] 21:42:57 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 21:42:57 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 21:42:57 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 21:42:57 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 21:42:58 debconf: delaying package configuration, since apt-utils is not installed 21:42:58 Fetched 7656 kB in 1s (6950 kB/s) 21:42:58 Selecting previously unselected package libglib2.0-0:amd64. 21:42:58 (Reading database ... 13933 files and directories currently installed.) 21:42:58 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 21:42:58 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 21:42:58 Selecting previously unselected package libpsl5:amd64. 21:42:58 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 21:42:58 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 21:42:58 Selecting previously unselected package libnghttp2-14:amd64. 21:42:58 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 21:42:58 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 21:42:58 Selecting previously unselected package librtmp1:amd64. 21:42:58 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 21:42:58 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 21:42:58 Selecting previously unselected package libcurl3-gnutls:amd64. 21:42:58 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... 21:42:58 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 21:42:58 Selecting previously unselected package liberror-perl. 21:42:58 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 21:42:58 Unpacking liberror-perl (0.17025-1) ... 21:42:58 Selecting previously unselected package git-man. 21:42:58 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 21:42:58 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 21:42:59 Selecting previously unselected package git. 21:42:59 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 21:42:59 Unpacking git (1:2.17.1-1ubuntu0.7) ... 21:43:00 Selecting previously unselected package libnorm1:amd64. 21:43:00 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 21:43:00 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 21:43:00 Selecting previously unselected package libpgm-5.2-0:amd64. 21:43:00 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 21:43:00 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 21:43:00 Selecting previously unselected package libsodium23:amd64. 21:43:00 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 21:43:00 Unpacking libsodium23:amd64 (1.0.16-2) ... 21:43:00 Selecting previously unselected package libzmq5:amd64. 21:43:00 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 21:43:00 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 21:43:00 Selecting previously unselected package libzmq3-dev:amd64. 21:43:00 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 21:43:00 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 21:43:00 Selecting previously unselected package pkg-config. 21:43:00 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 21:43:00 Unpacking pkg-config (0.29.1-0ubuntu2) ... 21:43:00 Selecting previously unselected package zip. 21:43:00 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 21:43:00 Unpacking zip (3.0-11build1) ... 21:43:01 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 21:43:01 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 21:43:01 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 21:43:01 Setting up liberror-perl (0.17025-1) ... 21:43:01 Setting up libpsl5:amd64 (0.19.1-5build1) ... 21:43:01 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 21:43:01 No schema files found: doing nothing. 21:43:01 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 21:43:01 Setting up zip (3.0-11build1) ... 21:43:01 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 21:43:01 Setting up libsodium23:amd64 (1.0.16-2) ... 21:43:01 Setting up pkg-config (0.29.1-0ubuntu2) ... 21:43:01 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 21:43:01 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 21:43:01 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 21:43:01 Setting up git (1:2.17.1-1ubuntu0.7) ... 21:43:01 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 21:43:08 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:43:08 git set to automatically installed. 21:43:08 git-man set to automatically installed. 21:43:08 libcurl3-gnutls set to automatically installed. 21:43:08 liberror-perl set to automatically installed. 21:43:08 libglib2.0-0 set to automatically installed. 21:43:08 libnghttp2-14 set to automatically installed. 21:43:08 libnorm1 set to automatically installed. 21:43:08 libpgm-5.2-0 set to automatically installed. 21:43:08 libpsl5 set to automatically installed. 21:43:08 librtmp1 set to automatically installed. 21:43:08 libsodium23 set to automatically installed. 21:43:08 libzmq3-dev set to automatically installed. 21:43:08 libzmq5 set to automatically installed. 21:43:08 pkg-config set to automatically installed. 21:43:08 zip set to automatically installed. 21:43:10 snapd is not logged in, snap install commands will use sudo 21:43:10 Removing intermediate container ee019b3e9961 21:43:10 ---> 3606a46febbf 21:43:10 21:43:10 Step 9/29 : FROM alpine:latest 21:43:10 latest: Pulling from library/alpine 21:43:10 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 21:43:10 Status: Downloaded newer image for alpine:latest 21:43:10 ---> 2e77e061c27f 21:43:10 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 21:43:10 ---> Running in 02154279f029 21:43:10 Removing intermediate container 02154279f029 21:43:10 ---> 3914517a934f 21:43:10 Step 11/29 : USER root 21:43:10 ---> Running in e41123b4d067 21:43:10 Removing intermediate container e41123b4d067 21:43:10 ---> 219b4b6e11cd 21:43:10 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 21:43:10 ---> Running in c9b8670e7756 21:43:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:43:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:43:11 v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 21:43:11 v3.12.1-75-g0340519978 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 21:43:11 OK: 12617 distinct packages available 21:43:13 (1/2) Installing ca-certificates (20191127-r4) 21:43:13 (2/2) Installing dumb-init (1.2.2-r1) 21:43:13 Executing busybox-1.31.1-r19.trigger 21:43:13 Executing ca-certificates-20191127-r4.trigger 21:43:13 OK: 6 MiB in 16 packages 21:43:16 Removing intermediate container c9b8670e7756 21:43:16 ---> 8c4159f866c3 21:43:16 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 21:43:16 ---> Running in af89839d0c14 21:43:17 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:43:17 Removing intermediate container af89839d0c14 21:43:17 ---> 559f8a4ebfba 21:43:17 Step 14/29 : WORKDIR $BASE_DIR 21:43:17 ---> Running in 3c95c801b3e7 21:43:18 snap "core18" has no updates available 21:43:18 Pulling config-common 21:43:18 Removing intermediate container 3c95c801b3e7 21:43:18 ---> 4d3bc4606aed 21:43:18 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 21:43:18 ---> Running in cb4708c91978 21:43:19 Pulling go-build-helper 21:43:23 Removing intermediate container cb4708c91978 21:43:23 ---> c932d1444fc4 21:43:23 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 21:43:24 ---> 9c9f290f8acc 21:43:24 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 21:43:25 ---> 083900387315 21:43:25 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 21:43:26 ---> a8c2dd5c89c9 21:43:26 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 21:43:28 ---> 4ac94324626a 21:43:28 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 21:43:29 ---> 940f650f7466 21:43:29 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 21:43:29 ---> Running in 693d869f45ee 21:43:34 Removing intermediate container 693d869f45ee 21:43:34 ---> 6c54f56675b0 21:43:34 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 21:43:34 ---> 566bca9f0ae4 21:43:34 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:43:34 ---> Running in c8ca2fe27129 21:43:38 Removing intermediate container c8ca2fe27129 21:43:38 ---> 8a96b20a5558 21:43:38 Step 24/29 : RUN chmod 755 security-secrets-setup 21:43:38 ---> Running in bac22ac0920a 21:43:45 Removing intermediate container bac22ac0920a 21:43:45 ---> 1fbf4e804338 21:43:45 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 21:43:45 ---> Running in d6230abe2194 21:43:46 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 21:43:46 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:43:46 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 21:43:46 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1459 kB] 21:43:46 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 21:43:46 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 21:43:46 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 21:43:46 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 21:43:46 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 21:43:46 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 21:43:46 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 21:43:46 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [285 kB] 21:43:46 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [13.3 kB] 21:43:46 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2996 B] 21:43:46 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [184 kB] 21:43:46 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.4 kB] 21:43:46 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 21:43:46 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 21:43:46 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 21:43:46 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1789 kB] 21:43:46 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 21:43:46 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [36.1 kB] 21:43:46 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7308 B] 21:43:46 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 21:43:46 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [28.0 kB] 21:43:46 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1696 kB] 21:43:46 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 21:43:46 Fetched 23.5 MB in 0s (0 B/s) 21:43:46 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 21:43:46 Fetched 96.5 kB in 0s (0 B/s) 21:43:46 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 21:43:46 Fetched 279 kB in 0s (0 B/s) 21:43:46 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 21:43:46 Fetched 122 kB in 0s (0 B/s) 21:43:46 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 21:43:46 Fetched 77.8 kB in 0s (0 B/s) 21:43:46 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 21:43:46 Fetched 8848 B in 0s (0 B/s) 21:43:46 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 21:43:46 Fetched 47.8 kB in 0s (0 B/s) 21:43:46 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 21:43:46 Fetched 45.6 kB in 0s (0 B/s) 21:43:46 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 21:43:46 Fetched 14.8 kB in 0s (0 B/s) 21:43:46 Get:1 libcurl4_7.58.0-2ubuntu3.10_amd64.deb [214 kB] 21:43:46 Fetched 214 kB in 0s (0 B/s) 21:43:46 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 21:43:46 Fetched 155 kB in 0s (0 B/s) 21:43:46 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 21:43:46 Fetched 50.6 kB in 0s (0 B/s) 21:43:46 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 21:43:46 Fetched 14.8 kB in 0s (0 B/s) 21:43:46 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 21:43:46 Fetched 41.8 kB in 0s (0 B/s) 21:43:46 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 21:43:46 Fetched 499 kB in 0s (0 B/s) 21:43:46 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 21:43:46 Fetched 111 kB in 0s (0 B/s) 21:43:46 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 21:43:46 Fetched 240 kB in 0s (0 B/s) 21:43:46 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 21:43:46 Fetched 29.3 kB in 0s (0 B/s) 21:43:46 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 21:43:46 Fetched 85.5 kB in 0s (0 B/s) 21:43:46 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 21:43:46 Fetched 24.5 kB in 0s (0 B/s) 21:43:46 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 21:43:46 Fetched 49.2 kB in 0s (0 B/s) 21:43:46 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 21:43:46 Fetched 54.2 kB in 0s (0 B/s) 21:43:46 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 21:43:46 Fetched 30.8 kB in 0s (0 B/s) 21:43:46 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 21:43:46 Fetched 17.0 kB in 0s (0 B/s) 21:43:46 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 21:43:46 Fetched 85.9 kB in 0s (0 B/s) 21:43:46 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 21:43:46 Fetched 8720 B in 0s (0 B/s) 21:43:46 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 21:43:46 Fetched 137 kB in 0s (0 B/s) 21:43:46 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 21:43:46 Fetched 119 kB in 0s (0 B/s) 21:43:46 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 21:43:46 Fetched 109 kB in 0s (0 B/s) 21:43:46 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 21:43:46 Fetched 11.1 kB in 0s (0 B/s) 21:43:46 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 21:43:46 Fetched 645 kB in 0s (0 B/s) 21:43:46 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 21:43:46 Fetched 41.3 kB in 0s (0 B/s) 21:43:46 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 21:43:46 Fetched 17.9 kB in 0s (0 B/s) 21:43:46 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 21:43:46 Fetched 368 kB in 0s (0 B/s) 21:43:46 Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] 21:43:46 Fetched 187 kB in 0s (0 B/s) 21:43:46 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 21:43:46 Fetched 175 kB in 0s (0 B/s) 21:43:46 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 21:43:47 Removing intermediate container d6230abe2194 21:43:47 ---> 031ee2996449 21:43:47 Step 26/29 : CMD [ "generate" ] 21:43:47 ---> Running in d9eebb23d8da 21:43:47 Removing intermediate container a47ff103c24e 21:43:47 ---> de16cd50917b 21:43:47 21:43:47 Step 10/24 : FROM scratch 21:43:47 ---> 21:43:47 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 21:43:47 Removing intermediate container 60d4d07e8de4 21:43:47 ---> 6986112767d4 21:43:47 21:43:47 Step 10/22 : FROM scratch 21:43:47 ---> 21:43:47 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:43:47 ---> Running in ac6661f2c16d 21:43:47 ---> Running in fefe5593a9cf 21:43:48 Removing intermediate container d9eebb23d8da 21:43:48 ---> ad4375632a4d 21:43:48 Step 27/29 : LABEL arch=arm64 21:43:48 Fetched 206 kB in 0s (0 B/s) 21:43:48 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.6_amd64.deb [1301 kB] 21:43:48 Fetched 1301 kB in 0s (0 B/s) 21:43:48 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 21:43:48 Fetched 36.2 kB in 0s (0 B/s) 21:43:48 Get:1 curl_7.58.0-2ubuntu3.10_amd64.deb [159 kB] 21:43:48 Fetched 159 kB in 0s (0 B/s) 21:43:48 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 21:43:48 Fetched 107 kB in 0s (0 B/s) 21:43:48 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 21:43:48 Fetched 48.7 kB in 0s (0 B/s) 21:43:48 Pulling static-packages 21:43:48 ---> Running in d0b5eb854bf1 21:43:48 Removing intermediate container ac6661f2c16d 21:43:48 ---> 65535df63a95 21:43:48 Step 12/24 : ENV APP_PORT=48060 21:43:49 Removing intermediate container fefe5593a9cf 21:43:49 ---> 9c475051cfab 21:43:49 Step 12/22 : ENV APP_PORT=48082 21:43:49 ---> Running in aeb2025c7f00 21:43:49 ---> Running in 3b8844e1f21d 21:43:49 Removing intermediate container d0b5eb854bf1 21:43:49 ---> 0aa1518eaf22 21:43:49 Step 28/29 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b 21:43:49 ---> Running in fbfed67e5477 21:43:49 Removing intermediate container aeb2025c7f00 21:43:49 ---> 0f77bfc45f67 21:43:49 Step 13/24 : EXPOSE $APP_PORT 21:43:49 Removing intermediate container 3b8844e1f21d 21:43:49 ---> 7a1f469cedd3 21:43:49 Step 13/22 : EXPOSE $APP_PORT 21:43:49 'go115' has dependencies that need to be staged: static-packages go-build-helper 21:43:49 Skipping pull go-build-helper (already ran) 21:43:49 Skipping pull static-packages (already ran) 21:43:49 Building go-build-helper 21:43:50 ---> Running in 4f8097f18f3f 21:43:50 ---> Running in d0c659a8b44f 21:43:50 Removing intermediate container fbfed67e5477 21:43:50 ---> 392c89a6d81e 21:43:50 Step 29/29 : LABEL version=0.0.0 21:43:51 ---> Running in 9a8770a12f52 21:43:51 Removing intermediate container 4f8097f18f3f 21:43:51 ---> a917ed4af3c6 21:43:51 Step 14/22 : WORKDIR / 21:43:51 Removing intermediate container d0c659a8b44f 21:43:51 ---> d22348401f22 21:43:51 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 21:43:51 ---> Running in 0016b54a3a3a 21:43:51 Removing intermediate container 9a8770a12f52 21:43:51 ---> a296e77ca06a 21:43:51 21:43:52 Removing intermediate container 0016b54a3a3a 21:43:52 ---> 19e469adb7cb 21:43:52 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 21:43:52 ---> e4fde11b08df 21:43:52 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 21:43:52 Successfully built a296e77ca06a 21:43:53 Successfully tagged docker-security-secrets-setup-go-arm64:latest 21:43:53  Building docker-security-secrets-setup-go ... done Building docker-support-scheduler-go 21:43:53 ---> 03caa9779828 21:43:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:43:55 ---> ff1ccde411b4 21:43:55 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 21:43:55 Building static-packages 21:43:56 ---> 88ce24911bd4 21:43:56 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:43:57 ---> aef2031be6c5 21:43:57 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 21:43:57 Staging go-build-helper 21:43:58 ---> cd34b77d8f5a 21:43:58 Step 18/22 : ENTRYPOINT ["/core-command"] 21:43:58 ---> Running in f15e37474682 21:43:58 ---> a38c3fe01e58 21:43:58 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:43:59 Staging static-packages 21:43:59 Removing intermediate container f15e37474682 21:43:59 ---> 71e02be485f6 21:43:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:43:59 ---> Running in 2cddd2f388ff 21:44:00 Removing intermediate container 2cddd2f388ff 21:44:00 ---> cdcde372b6d9 21:44:00 Step 20/22 : LABEL arch=arm64 21:44:00 ---> Running in bfaf5ae74c84 21:44:00 Pulling go115 21:44:01 ---> d3d2d4dc0b73 21:44:01 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:44:01 'edgex-go' has dependencies that need to be staged: go115 21:44:01 Skipping pull go115 (already ran) 21:44:01 Building go115 21:44:01 % Total % Received % Xferd Average Speed Time Time Time Current 21:44:01 Dload Upload Total Spent Left Speed 21:44:01 Removing intermediate container bfaf5ae74c84 21:44:01 ---> 017a5ae982f4 21:44:01 Step 21/22 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b 21:44:01 ---> Running in 14a39810ca23 21:44:02 ---> 9670e1db77eb 21:44:02 Step 20/24 : ENTRYPOINT ["/support-notifications"] 21:44:03 ---> Running in 94d1283ca898 21:44:03 Removing intermediate container 14a39810ca23 21:44:03 ---> 8fea0d1bfe72 21:44:03 Step 22/22 : LABEL version=0.0.0 21:44:03 ---> Running in 44bdf6861b26 21:44:04 Removing intermediate container 94d1283ca898 21:44:04 ---> 3e37840bf748 21:44:04 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:44:04 ---> Running in 34cfc7685a9b 21:44:04 Removing intermediate container 44bdf6861b26 21:44:04 ---> db72ef91ccca 21:44:04 21:44:05 Removing intermediate container 1ef6b8d5bd50 21:44:05 ---> 8e43f2e3f636 21:44:05 21:44:05 Step 10/22 : FROM scratch 21:44:05 ---> 21:44:05 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:44:05 Successfully built db72ef91ccca 21:44:05 Successfully tagged docker-core-command-go-arm64:latest 21:44:05  Building docker-core-command-go ... done Building docker-security-bootstrap-redis-go 21:44:05 ---> Using cache 21:44:05 ---> 9c475051cfab 21:44:05 Step 12/22 : ENV APP_PORT=48081 21:44:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 4 115M 4 5455k 0 0 11.4M 0 0:00:10 --:--:-- 0:00:10 11.4M 32 115M 32 37.0M 0 0 25.3M 0 0:00:04 0:00:01 0:00:03 25.2M 57 115M 57 66.7M 0 0 27.0M 0 0:00:04 0:00:02 0:00:02 27.0M 84 115M 84 97.2M 0 0 28.1M 0 0:00:04 0:00:03 0:00:01 28.1M 100 115M 100 115M 0 0 28.2M 0 0:00:04 0:00:04 --:--:-- 28.2M 21:44:05 ---> Running in 01be1d280426 21:44:05 Removing intermediate container 34cfc7685a9b 21:44:05 ---> 86044eb6c0ec 21:44:05 Step 22/24 : LABEL arch=arm64 21:44:06 ---> Running in f21840cd9047 21:44:06 Removing intermediate container 01be1d280426 21:44:06 ---> f039b9b7e37d 21:44:06 Step 13/22 : EXPOSE $APP_PORT 21:44:06 ---> Running in a71f377ff321 21:44:06 go1.15.2.linux-amd64.tar.gz: OK 21:44:06 Removing intermediate container f21840cd9047 21:44:06 ---> 7bbcdb5a55ca 21:44:06 Step 23/24 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b 21:44:07 ---> Running in 1b749df27358 21:44:07 Removing intermediate container a71f377ff321 21:44:07 ---> 4ac72faa3016 21:44:07 Step 14/22 : WORKDIR / 21:44:07 ---> Running in 1e3fa2c195ce 21:44:07 Removing intermediate container 1b749df27358 21:44:07 ---> 0391f4b56f6f 21:44:07 Step 24/24 : LABEL version=0.0.0 21:44:08 ---> Running in a24ad389a607 21:44:08 Removing intermediate container 1e3fa2c195ce 21:44:08 ---> 2e561a0845a8 21:44:08 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 21:44:09 Removing intermediate container a24ad389a607 21:44:09 ---> 20b01a99330b 21:44:09 21:44:10 Successfully built 20b01a99330b 21:44:10 ---> cb06edeca3c7 21:44:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:44:10 Successfully tagged docker-support-notifications-go-arm64:latest 21:44:10  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 21:44:11 Staging go115 21:44:13 ---> 5e3fc7362c65 21:44:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:44:13 Removing intermediate container 759143cacae1 21:44:13 ---> d9db9c9b5bb5 21:44:13 21:44:13 Step 10/23 : FROM alpine 21:44:13 ---> 2e77e061c27f 21:44:13 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:44:14 ---> 3f0d26e9b35c 21:44:14 Step 18/22 : ENTRYPOINT ["/core-metadata"] 21:44:14 ---> Running in eeb727627882 21:44:14 ---> Running in 9cc8effb7d70 21:44:15 Removing intermediate container eeb727627882 21:44:15 ---> 4abb1308873e 21:44:15 Step 12/23 : ENV APP_PORT=48080 21:44:15 Removing intermediate container 9cc8effb7d70 21:44:15 ---> 2be65d94e8e3 21:44:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:44:15 ---> Running in 4f8d9491ccc8 21:44:15 ---> Running in 32607d4060ff 21:44:16 Removing intermediate container 4f8d9491ccc8 21:44:16 ---> 184d8fb515af 21:44:16 Step 13/23 : EXPOSE $APP_PORT 21:44:16 Removing intermediate container 32607d4060ff 21:44:16 ---> e0ffe3b01254 21:44:16 Step 20/22 : LABEL arch=arm64 21:44:16 ---> Running in 84bc69655b6e 21:44:16 ---> Running in fd9066958e54 21:44:17 Removing intermediate container 84bc69655b6e 21:44:17 ---> e8050fac3b08 21:44:17 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:44:17 Removing intermediate container fd9066958e54 21:44:17 ---> cacc6d627834 21:44:17 Step 21/22 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b 21:44:17 ---> Running in 688e6320e7c6 21:44:17 ---> Running in d842e67c108d 21:44:18 Removing intermediate container d842e67c108d 21:44:18 ---> dc9218899708 21:44:18 Step 22/22 : LABEL version=0.0.0 21:44:19 ---> Running in 913bfe7a6cff 21:44:19 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 21:44:19 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:44:19 ---> 18f4cd9dffab 21:44:19 Step 3/21 : WORKDIR /edgex-go 21:44:19 ---> Using cache 21:44:19 ---> cd210792cfb7 21:44:19 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:44:19 ---> Using cache 21:44:19 ---> c22a27bfcc84 21:44:19 Step 5/21 : RUN apk update && apk add make git 21:44:19 ---> Using cache 21:44:19 ---> 5bcf6ad49350 21:44:19 Step 6/21 : COPY go.mod . 21:44:19 ---> Using cache 21:44:19 ---> 6358447ed707 21:44:19 Step 7/21 : RUN go mod download 21:44:19 ---> Using cache 21:44:19 ---> f75a5be38f1b 21:44:19 Step 8/21 : COPY . . 21:44:19 ---> Using cache 21:44:19 ---> 91e7030dbaeb 21:44:19 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 21:44:19 ---> Running in 4f1f6ec4ff23 21:44:19 Removing intermediate container 913bfe7a6cff 21:44:19 ---> 23a326810924 21:44:19 21:44:19 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 21:44:19 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 21:44:19 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:44:19 Fetched 0 B in 0s (0 B/s) 21:44:19 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 21:44:19 Fetched 224 kB in 0s (0 B/s) 21:44:19 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 21:44:19 Fetched 157 kB in 0s (0 B/s) 21:44:19 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 21:44:19 Fetched 221 kB in 0s (0 B/s) 21:44:19 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 21:44:19 Fetched 143 kB in 0s (0 B/s) 21:44:19 Pulling edgex-go 21:44:20 Successfully built 23a326810924 21:44:20 Successfully tagged docker-core-metadata-go-arm64:latest 21:44:20  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 21:44:20 Pulling version 21:44:20 Removing intermediate container 688e6320e7c6 21:44:20 ---> 806855800702 21:44:20 Step 15/23 : RUN apk --no-cache add zeromq 21:44:20 ---> Running in d397405082bf 21:44:21 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 21:44:22 Building config-common 21:44:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:44:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:44:24 (1/5) Installing libgcc (9.3.0-r2) 21:44:24 (2/5) Installing libsodium (1.0.18-r0) 21:44:24 (3/5) Installing libstdc++ (9.3.0-r2) 21:44:24 (4/5) Installing libzmq (4.3.3-r0) 21:44:24 (5/5) Installing zeromq (4.3.3-r0) 21:44:24 Executing busybox-1.31.1-r19.trigger 21:44:24 OK: 8 MiB in 19 packages 21:44:25 Skipping build go-build-helper (already ran) 21:44:25 Skipping build static-packages (already ran) 21:44:25 Skipping build go115 (already ran) 21:44:25 Building edgex-go 21:44:26 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 21:44:27 go: downloading github.com/gorilla/mux v1.8.0 21:44:27 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 21:44:27 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.119 21:44:27 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 21:44:27 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.60 21:44:27 go: downloading github.com/OneOfOne/xxhash v1.2.8 21:44:27 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 21:44:27 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.26 21:44:27 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 21:44:27 go: downloading github.com/imdario/mergo v0.3.11 21:44:28 go: downloading github.com/pkg/errors v0.8.1 21:44:28 go: downloading github.com/google/uuid v1.1.2 21:44:28 go: downloading github.com/go-redis/redis/v7 v7.2.0 21:44:28 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 21:44:28 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 21:44:28 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 21:44:28 go: downloading github.com/x448/float16 v0.8.4 21:44:28 go: downloading github.com/go-kit/kit v0.8.0 21:44:28 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 21:44:28 go: downloading gopkg.in/yaml.v2 v2.4.0 21:44:28 go: downloading github.com/go-playground/validator/v10 v10.3.0 21:44:28 go: downloading github.com/BurntSushi/toml v0.3.1 21:44:28 go: downloading github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 21:44:28 go: downloading github.com/pebbe/zmq4 v1.0.0 21:44:28 go: downloading github.com/pelletier/go-toml v1.2.0 21:44:28 go: downloading github.com/hashicorp/consul/api v1.1.0 21:44:28 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 21:44:28 go: downloading github.com/go-playground/universal-translator v0.17.0 21:44:28 go: downloading github.com/leodido/go-urn v1.2.0 21:44:28 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 21:44:28 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 21:44:28 go: downloading github.com/mitchellh/copystructure v1.0.0 21:44:28 go: downloading github.com/hashicorp/serf v0.8.2 21:44:28 go: downloading github.com/mitchellh/mapstructure v1.1.2 21:44:28 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 21:44:28 go: downloading github.com/go-logfmt/logfmt v0.4.0 21:44:28 go: downloading github.com/go-playground/locales v0.13.0 21:44:28 go: downloading github.com/mitchellh/reflectwalk v1.0.0 21:44:28 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 21:44:28 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 21:44:28 go: downloading github.com/hashicorp/golang-lru v0.5.0 21:44:29 Removing intermediate container d397405082bf 21:44:29 ---> ea0163cf2903 21:44:29 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 21:44:29 ---> 6f18f05140e9 21:44:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:44:32 ---> ed9d38e74408 21:44:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:44:33 ---> 3902ffe2e475 21:44:33 Step 19/23 : ENTRYPOINT ["/core-data"] 21:44:33 ---> Running in b3bc4e0107cd 21:44:35 Removing intermediate container b3bc4e0107cd 21:44:35 ---> 7e9a613e998b 21:44:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:44:35 ---> Running in f9ab0185b9f1 21:44:36 Removing intermediate container f9ab0185b9f1 21:44:36 ---> e1b4f395833e 21:44:36 Step 21/23 : LABEL arch=arm64 21:44:36 ---> Running in 64f4a817a3fe 21:44:37 Removing intermediate container 64f4a817a3fe 21:44:37 ---> 0204a420d7b1 21:44:37 Step 22/23 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b 21:44:37 ---> Running in 84febf83150e 21:44:38 Removing intermediate container 84febf83150e 21:44:38 ---> a5ced2982713 21:44:38 Step 23/23 : LABEL version=0.0.0 21:44:38 ---> Running in 8d11a266f2b5 21:44:38 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 21:44:39 Removing intermediate container 8d11a266f2b5 21:44:39 ---> 1961dd3d2e76 21:44:39 21:44:40 Successfully built 1961dd3d2e76 21:44:40 Successfully tagged docker-core-data-go-arm64:latest 21:44:40 Building docker-security-secretstore-setup-go 21:44:45 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 21:44:47 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 21:44:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:44:48  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 21:44:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:44:48 ---> 18f4cd9dffab 21:44:48 Step 3/22 : WORKDIR /edgex-go 21:44:48 ---> Using cache 21:44:48 ---> cd210792cfb7 21:44:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:44:48 ---> Using cache 21:44:48 ---> c22a27bfcc84 21:44:48 Step 5/22 : RUN apk update && apk add make git 21:44:48 ---> Using cache 21:44:48 ---> 5bcf6ad49350 21:44:48 Step 6/22 : COPY go.mod . 21:44:48 ---> Using cache 21:44:48 ---> 6358447ed707 21:44:48 Step 7/22 : RUN go mod download 21:44:48 ---> Using cache 21:44:48 ---> f75a5be38f1b 21:44:48 Step 8/22 : COPY . . 21:44:48 ---> Using cache 21:44:48 ---> 91e7030dbaeb 21:44:48 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 21:44:48 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 21:44:48 go: downloading github.com/stretchr/testify v1.5.1 21:44:48 go: downloading github.com/davecgh/go-spew v1.1.1 21:44:48 go: downloading github.com/pmezard/go-difflib v1.0.0 21:44: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 21:44:50 ---> Running in 52af352572b9 21:44:50 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 21:44:50 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 21:44:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 21:44:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 21:44: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 21:44:53 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 21:44:54 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 21:44:54 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 21:44:56 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 21:44:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 21:44:57 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 21:44:57 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:44:57 ---> 18f4cd9dffab 21:44:57 Step 3/21 : WORKDIR /edgex-go 21:44:57 ---> Using cache 21:44:57 ---> cd210792cfb7 21:44:57 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:44:57 ---> Using cache 21:44:57 ---> c22a27bfcc84 21:44:57 Step 5/21 : RUN apk update && apk add make git 21:44:57 ---> Using cache 21:44:57 ---> 5bcf6ad49350 21:44:57 Step 6/21 : COPY go.mod . 21:44:57 ---> Using cache 21:44:57 ---> 6358447ed707 21:44:57 Step 7/21 : RUN go mod download 21:44:57 ---> Using cache 21:44:57 ---> f75a5be38f1b 21:44:57 Step 8/21 : COPY . . 21:44:57 ---> Using cache 21:44:57 ---> 91e7030dbaeb 21:44:57 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:44:58 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 21:45:00 ---> Running in a797d8815fcd 21:45:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:45:02 Building version 21:45:05 Staging config-common 21:45:06 Skipping stage go-build-helper (already ran) 21:45:06 Skipping stage static-packages (already ran) 21:45:06 Skipping stage go115 (already ran) 21:45:06 Staging edgex-go 21:45:07 Staging version 21:45:08 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 21:45:08 Step 2/27 : FROM ${BUILDER_BASE} AS builder 21:45:08 ---> 18f4cd9dffab 21:45:08 Step 3/27 : WORKDIR /edgex-go 21:45:08 ---> Using cache 21:45:08 ---> cd210792cfb7 21:45:08 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:45:08 ---> Using cache 21:45:08 ---> c22a27bfcc84 21:45:08 Step 5/27 : RUN apk update && apk add make bash git 21:45:08 ---> Running in 8ee3d81e936b 21:45:09 Priming config-common 21:45:10 Priming go-build-helper 21:45:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:45:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:45:12 Priming static-packages 21:45:13 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:45:13 v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:45:13 OK: 12616 distinct packages available 21:45:14 OK: 217 MiB in 51 packages 21:45:15 Priming go115 21:45:16 Priming edgex-go 21:45:17 Priming version 21:45:18 Removing intermediate container 8ee3d81e936b 21:45:18 ---> 4e866b9de5c9 21:45:18 Step 6/27 : COPY go.mod . 21:45:19 ---> 5d61b207ffa1 21:45:19 Step 7/27 : RUN go mod download 21:45:19 ---> Running in 558af5caa6ee 21:45:19 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 21:45:19 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 21:45:19 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:45:19 ---> 18f4cd9dffab 21:45:19 Step 3/24 : WORKDIR /edgex-go 21:45:19 ---> Using cache 21:45:19 ---> cd210792cfb7 21:45:19 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:45:19 ---> Using cache 21:45:19 ---> c22a27bfcc84 21:45:19 Step 5/24 : RUN apk update && apk add make git 21:45:19 ---> Using cache 21:45:19 ---> 5bcf6ad49350 21:45:19 Step 6/24 : COPY go.mod . 21:45:19 ---> Using cache 21:45:19 ---> 6358447ed707 21:45:19 Step 7/24 : RUN go mod download 21:45:19 ---> Using cache 21:45:19 ---> f75a5be38f1b 21:45:19 Step 8/24 : COPY . . 21:45:19 ---> Using cache 21:45:19 ---> 91e7030dbaeb 21:45:19 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:45:20 ---> Running in d5e0a946ab6c [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } 21:45:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [Pipeline] // stage [Pipeline] } 21:45:24 Removing intermediate container 558af5caa6ee 21:45:24 ---> ade6d7bb3d2c 21:45:24 Step 8/27 : COPY . . 21:45:43 Removing intermediate container 4f1f6ec4ff23 21:45:43 ---> ad1f19307bdc 21:45:43 21:45:43 Step 10/21 : FROM scratch 21:45:43 ---> 21:45:43 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:45:43 ---> Using cache 21:45:43 ---> 9c475051cfab 21:45:43 Step 12/21 : ENV APP_PORT=48085 21:45:43 ---> Running in 2c83db660d11 21:45:43 Removing intermediate container 2c83db660d11 21:45:43 ---> 38beb5a28426 21:45:43 Step 13/21 : EXPOSE $APP_PORT 21:45:43 ---> Running in 77306cbfc879 21:45:44 ---> 4b025d82ad52 21:45:44 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:45:44 ---> Running in ed849a062410 21:45:44 Removing intermediate container 77306cbfc879 21:45:44 ---> f8bcab8616c0 21:45:44 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 21:45:46 ---> 4243c858e8a4 21:45:46 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:45:46 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 21:45:48 ---> 698561a42963 21:45:48 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:45:49 ---> c2815afdde61 21:45:49 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 21:45:49 ---> Running in cce41e959c43 21:45:50 Removing intermediate container cce41e959c43 21:45:50 ---> 9dc24058e0ef 21:45:50 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:45:50 ---> Running in d7ed8ca666d2 21:45:51 Removing intermediate container d7ed8ca666d2 21:45:51 ---> 34cfaefbf7fb 21:45:51 Step 19/21 : LABEL arch=arm64 21:45:51 ---> Running in a61d0ef96f5e 21:45:52 Removing intermediate container a61d0ef96f5e 21:45:52 ---> 907d4e495a10 21:45:52 Step 20/21 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b 21:45:52 ---> Running in 325236cad768 21:45:52 Removing intermediate container 325236cad768 21:45:52 ---> 2af7a14007e0 21:45:52 Step 21/21 : LABEL version=0.0.0 21:45:52 ---> Running in 7eb60ed66a52 21:45:53 Removing intermediate container 7eb60ed66a52 21:45:53 ---> e66b24594deb 21:45:53 21:45:54 Successfully built e66b24594deb 21:45:54 Successfully tagged docker-support-scheduler-go-arm64:latest 21:46:12  Building docker-support-scheduler-go ... done Removing intermediate container 52af352572b9 21:46:12 ---> b3f2f7a57255 21:46:12 21:46:12 Step 10/22 : FROM alpine:3.10 21:46:12 3.10: Pulling from library/alpine 21:46:13 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 21:46:13 Status: Downloaded newer image for alpine:3.10 21:46:13 ---> 536a684cf733 21:46:13 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 21:46:14 ---> Running in bf96ee2f47bb 21:46:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 21:46:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 21:46:16 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 21:46:16 v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 21:46:16 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 21:46:16 OK: 10169 distinct packages available 21:46:17 (1/5) Installing ca-certificates (20191127-r2) 21:46:17 (2/5) Installing nghttp2-libs (1.39.2-r1) 21:46:17 (3/5) Installing libcurl (7.66.0-r1) 21:46:17 (4/5) Installing curl (7.66.0-r1) 21:46:17 (5/5) Installing dumb-init (1.2.2-r1) 21:46:17 Executing busybox-1.30.1-r3.trigger 21:46:17 Executing ca-certificates-20191127-r2.trigger 21:46:18 OK: 7 MiB in 19 packages 21:46:21 Removing intermediate container bf96ee2f47bb 21:46:21 ---> b84d69091920 21:46:21 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 21:46:21 ---> Running in 8bd3ba936ac4 21:46:21 Removing intermediate container 8bd3ba936ac4 21:46:21 ---> d484daf7d6f6 21:46:21 Step 13/22 : WORKDIR / 21:46:22 ---> Running in a726babb05a0 21:46:22 Removing intermediate container a726babb05a0 21:46:22 ---> 6f8b993fbd18 21:46:22 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 21:46:23 ---> 04abf66ecb4b 21:46:23 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 21:46:25 ---> cda319976fee 21:46:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 21:46:26 ---> 015496d0be5c 21:46:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 21:46:27 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 21:46:28 ---> 6933fe3dba2e 21:46:28 Step 18/22 : RUN chmod +x entrypoint.sh 21:46:28 ---> Running in 333db656f19c 21:46:32 Removing intermediate container a797d8815fcd 21:46:32 ---> d9f22483e41b 21:46:32 21:46:32 Step 10/21 : FROM alpine 21:46:32 ---> 2e77e061c27f 21:46:32 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 21:46:32 ---> Running in b74305482979 21:46:32 Removing intermediate container 333db656f19c 21:46:32 ---> 9d300ec89b83 21:46:32 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 21:46:32 ---> Running in bc7b34c6f9b7 21:46:33 Removing intermediate container bc7b34c6f9b7 21:46:33 ---> 703d74c0bc42 21:46:33 Step 20/22 : LABEL arch=arm64 21:46:33 ---> Running in c68a104c23a8 21:46:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:46:34 Removing intermediate container c68a104c23a8 21:46:34 ---> b895630ff6c5 21:46:34 Step 21/22 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b 21:46:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:46:34 ---> Running in 40e352136632 21:46:35 Removing intermediate container 40e352136632 21:46:35 ---> 5b871265ec24 21:46:35 Step 22/22 : LABEL version=0.0.0 21:46:35 v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 21:46:35 v3.12.1-75-g0340519978 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 21:46:35 OK: 12617 distinct packages available 21:46:35 ---> Running in b87a131a83ae 21:46:35 Removing intermediate container b87a131a83ae 21:46:35 ---> d42fa947f5fc 21:46:35 21:46:35 (1/4) Installing ca-certificates (20191127-r4) 21:46:36 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:46:36 (3/4) Installing libcurl (7.69.1-r1) 21:46:36 (4/4) Installing curl (7.69.1-r1) 21:46:36 Executing busybox-1.31.1-r19.trigger 21:46:36 Executing ca-certificates-20191127-r4.trigger 21:46:36 Successfully built d42fa947f5fc 21:46:36 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 21:46:36  Building docker-security-bootstrap-redis-go ... done OK: 7 MiB in 18 packages 21:46:39 Removing intermediate container b74305482979 21:46:39 ---> 5e6cc1879542 21:46:39 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:46:39 ---> Running in 5378ce302d44 21:46:40 Removing intermediate container d5e0a946ab6c 21:46:40 ---> 093f87f4ea9f 21:46:40 21:46:40 Step 10/24 : FROM alpine:3.10 21:46:40 ---> 536a684cf733 21:46:40 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 21:46:40 ---> Using cache 21:46:40 ---> b84d69091920 21:46:40 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:46:40 ---> Running in db3965b39b3c 21:46:40 Removing intermediate container 5378ce302d44 21:46:40 ---> e3245375e76f 21:46:40 Step 13/21 : WORKDIR /edgex 21:46:41 ---> Running in b873a8686635 21:46:41 Removing intermediate container db3965b39b3c 21:46:41 ---> 40f751414414 21:46:41 Step 13/24 : WORKDIR / 21:46:41 ---> Running in eeed101c72dd 21:46:41 Removing intermediate container b873a8686635 21:46:41 ---> 93cecd713a56 21:46:41 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:46:42 Removing intermediate container eeed101c72dd 21:46:42 ---> 08069c02c7a3 21:46:42 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:46:42 ---> 10d9c18f0e16 21:46:42 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:46:43 ---> 2f4331e6eb2d 21:46:43 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:46:44 ---> a0050865ec2a 21:46:44 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:46:44 ---> 12fb63c998de 21:46:44 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:46:45 ---> 53ca29f7f217 21:46:45 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:46:45 ---> Running in 3f00bb7efd1e 21:46:45 ---> 573814ecb551 21:46:45 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:46:46 Removing intermediate container 3f00bb7efd1e 21:46:46 ---> d17975f4cf70 21:46:46 Step 18/21 : CMD ["--init=true"] 21:46:47 Removing intermediate container ed849a062410 21:46:47 ---> fec12eea7b39 21:46:47 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:46:47 ---> Running in 7490a7bc5a13 21:46:47 ---> Running in c299f81ee00d 21:46:47 ---> fe1e1175fdf7 21:46:47 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:46:47 Removing intermediate container 7490a7bc5a13 21:46:47 ---> 59347a98ff33 21:46:47 Step 19/21 : LABEL arch=arm64 21:46:48 ---> Running in 5a57d6a6d991 21:46:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:46:48 ---> 1315db85b9b6 21:46:48 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:46:49 Removing intermediate container 5a57d6a6d991 21:46:49 ---> 84651c3d44f9 21:46:49 Step 20/21 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b 21:46:49 ---> Running in 45ff970810ca 21:46:49 ---> dfa80a74b2ae 21:46:49 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:46:49 ---> Running in ebd0c544b668 21:46:49 Removing intermediate container 45ff970810ca 21:46:49 ---> d53bbe037e43 21:46:49 Step 21/21 : LABEL version=0.0.0 21:46:50 ---> Running in 69fa902cd4b7 21:46:50 Removing intermediate container 69fa902cd4b7 21:46:50 ---> f78675c452bf 21:46:50 21:46:51 Successfully built f78675c452bf 21:46:51 Successfully tagged docker-security-proxy-setup-go-arm64:latest 21:46:51  Building docker-security-proxy-setup-go ... done Removing intermediate container c299f81ee00d 21:46:51 ---> 83aa0e371ad5 21:46:51 21:46:51 Step 11/27 : FROM docker:latest 21:46:51 ---> 84e3a507c27b 21:46:51 Step 12/27 : RUN apk add --no-cache bash 21:46:52 ---> Running in 6d7a9bf63c79 21:46:52 Removing intermediate container ebd0c544b668 21:46:52 ---> 74eb609f29aa 21:46:52 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:46:52 ---> Running in 589f8d6b0558 21:46:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:46:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:46:53 Removing intermediate container 589f8d6b0558 21:46:53 ---> 3e97ca65f57c 21:46:53 Step 22/24 : LABEL arch=arm64 21:46:53 ---> Running in 9e839a93d781 21:46:54 (1/2) Installing readline (8.0.4-r0) 21:46:54 (2/2) Installing bash (5.0.17-r0) 21:46:54 Executing bash-5.0.17-r0.post-install 21:46:54 Executing busybox-1.31.1-r19.trigger 21:46:54 OK: 12 MiB in 22 packages 21:46:54 Removing intermediate container 9e839a93d781 21:46:54 ---> e5b161da8243 21:46:54 Step 23/24 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b 21:46:54 ---> Running in 6392ce33587e 21:46:55 Removing intermediate container 6392ce33587e 21:46:55 ---> c07b6cdbfb73 21:46:55 Step 24/24 : LABEL version=0.0.0 21:46:55 ---> Running in 89a5062123c9 21:46:55 Removing intermediate container 6d7a9bf63c79 21:46:55 ---> 7d4e34d720e9 21:46:55 Step 13/27 : RUN rm -rf /var/cache/apk/* 21:46:55 ---> Running in c71a7bd2782d 21:46:55 Removing intermediate container 89a5062123c9 21:46:55 ---> 64fe305eaaf4 21:46:55 21:46:56 Successfully built 64fe305eaaf4 21:46:56 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 21:46:58  Building docker-security-secretstore-setup-go ... done Removing intermediate container c71a7bd2782d 21:46:58 ---> 6cfbc3fce98e 21:46:58 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:46:58 ---> Running in 4b320379b811 21:46:58 Removing intermediate container 4b320379b811 21:46:58 ---> 0df7ae95b055 21:46:58 Step 15/27 : ENV APP_PORT=48090 21:46:58 ---> Running in 18c797e062ac 21:46:59 Removing intermediate container 18c797e062ac 21:46:59 ---> 8397296a3d84 21:46:59 Step 16/27 : EXPOSE $APP_PORT 21:46:59 ---> Running in aa6e2206f29d 21:47:00 Removing intermediate container aa6e2206f29d 21:47:00 ---> e0cd7a4ad908 21:47:00 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:47:01 ---> 3f16cfab29ec 21:47:01 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:47:02 ---> 62b15ea398fd 21:47:02 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:47:03 ---> 478b0131172b 21:47:03 Step 20/27 : RUN apk --no-cache add py3-pip 21:47:03 ---> Running in f586967e3547 21:47:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:47:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:47:05 (1/33) Installing libbz2 (1.0.8-r1) 21:47:05 (2/33) Installing expat (2.2.9-r1) 21:47:05 (3/33) Installing libffi (3.3-r2) 21:47:05 (4/33) Installing gdbm (1.13-r1) 21:47:05 (5/33) Installing xz-libs (5.2.5-r0) 21:47:05 (6/33) Installing sqlite-libs (3.32.1-r0) 21:47:05 (7/33) Installing python3 (3.8.5-r0) 21:47:07 (8/33) Installing py3-appdirs (1.4.4-r1) 21:47:07 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:47:07 (10/33) Installing py3-parsing (2.4.7-r0) 21:47:07 (11/33) Installing py3-six (1.15.0-r0) 21:47:07 (12/33) Installing py3-packaging (20.4-r0) 21:47:07 (13/33) Installing py3-setuptools (47.0.0-r0) 21:47:07 (14/33) Installing py3-chardet (3.0.4-r4) 21:47:07 (15/33) Installing py3-idna (2.9-r0) 21:47:07 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:47:07 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:47:07 (18/33) Installing py3-requests (2.23.0-r0) 21:47:07 (19/33) Installing py3-msgpack (1.0.0-r0) 21:47:07 (20/33) Installing py3-lockfile (0.12.2-r3) 21:47:07 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:47:07 (22/33) Installing py3-colorama (0.4.3-r0) 21:47:07 (23/33) Installing py3-distlib (0.3.0-r0) 21:47:07 (24/33) Installing py3-distro (1.5.0-r1) 21:47:07 (25/33) Installing py3-webencodings (0.5.1-r3) 21:47:07 (26/33) Installing py3-html5lib (1.0.1-r4) 21:47:07 (27/33) Installing py3-pytoml (0.1.21-r0) 21:47:07 (28/33) Installing py3-pep517 (0.8.2-r0) 21:47:07 (29/33) Installing py3-progress (1.5-r0) 21:47:07 (30/33) Installing py3-toml (0.10.1-r0) 21:47:07 (31/33) Installing py3-retrying (1.3.3-r0) 21:47:07 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:47:07 (33/33) Installing py3-pip (20.1.1-r0) 21:47:08 Executing busybox-1.31.1-r19.trigger 21:47:08 OK: 71 MiB in 55 packages 21:47:14 Removing intermediate container f586967e3547 21:47:14 ---> aa98e96aae29 21:47:14 Step 21/27 : RUN pip install docker-compose==1.23.2 21:47:14 ---> Running in 1b2c394914b4 21:47:20 Collecting docker-compose==1.23.2 21:47:20 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:47:20 Collecting PyYAML<4,>=3.10 21:47:20 Downloading PyYAML-3.13.tar.gz (270 kB) 21:47:24 Collecting jsonschema<3,>=2.5.1 21:47:24 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:47:24 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:47:24 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:47:25 Collecting texttable<0.10,>=0.9.0 21:47:25 Downloading texttable-0.9.1.tar.gz (11 kB) 21:47:27 Collecting websocket-client<1.0,>=0.32.0 21:47:27 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 21:47:27 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:47:27 Collecting dockerpty<0.5,>=0.4.1 21:47:27 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:47:30 Collecting docker<4.0,>=3.6.0 21:47:30 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:47:30 Collecting docopt<0.7,>=0.6.1 21:47:30 Downloading docopt-0.6.2.tar.gz (25 kB) 21:47:32 Collecting cached-property<2,>=1.2.0 21:47:32 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:47:32 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) 21:47:32 Collecting idna<2.8,>=2.5 21:47:32 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:47:32 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) 21:47:33 Collecting urllib3<1.25,>=1.21.1 21:47:33 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:47:33 Collecting docker-pycreds>=0.4.0 21:47:33 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:47:33 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:47:33 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:47:33 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:47:33 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:47:34 Installing collected packages: PyYAML, jsonschema, idna, urllib3, requests, texttable, websocket-client, dockerpty, docker-pycreds, docker, docopt, cached-property, docker-compose 21:47:34 Running setup.py install for PyYAML: started 21:47:36 Running setup.py install for PyYAML: finished with status 'done' 21:47:36 Attempting uninstall: idna 21:47:36 Found existing installation: idna 2.9 21:47:36 Uninstalling idna-2.9: 21:47:36 Successfully uninstalled idna-2.9 21:47:37 Attempting uninstall: urllib3 21:47:37 Found existing installation: urllib3 1.25.9 21:47:37 Uninstalling urllib3-1.25.9: 21:47:37 Successfully uninstalled urllib3-1.25.9 21:47:37 Attempting uninstall: requests 21:47:37 Found existing installation: requests 2.23.0 21:47:37 Uninstalling requests-2.23.0: 21:47:38 Successfully uninstalled requests-2.23.0 21:47:38 Running setup.py install for texttable: started 21:47:40 Running setup.py install for texttable: finished with status 'done' 21:47:40 Running setup.py install for dockerpty: started 21:47:42 Running setup.py install for dockerpty: finished with status 'done' 21:47:43 Running setup.py install for docopt: started 21:47:45 Running setup.py install for docopt: finished with status 'done' 21:47:45 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.57.0 21:47:49 Removing intermediate container 1b2c394914b4 21:47:49 ---> 3ac25086672c 21:47:49 Step 22/27 : RUN apk --no-cache add curl 21:47:49 ---> Running in 3261be94a6f7 21:47:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:47:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:47:51 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:47:51 (2/3) Installing libcurl (7.69.1-r1) 21:47:51 (3/3) Installing curl (7.69.1-r1) 21:47:51 Executing busybox-1.31.1-r19.trigger 21:47:51 OK: 71 MiB in 58 packages 21:47:52 Removing intermediate container 3261be94a6f7 21:47:52 ---> cb4aaef52444 21:47:52 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 21:47:52 ---> Running in 36c24d2367c3 21:47:53 Removing intermediate container 36c24d2367c3 21:47:53 ---> 650fc1017251 21:47:53 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:47:53 ---> Running in 708ce5a80663 21:47:53 Removing intermediate container 708ce5a80663 21:47:53 ---> b5e6dbf8e95c 21:47:53 Step 25/27 : LABEL arch=arm64 21:47:53 ---> Running in 29052426f952 21:47:54 Removing intermediate container 29052426f952 21:47:54 ---> 9c454c30153d 21:47:54 Step 26/27 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b 21:47:54 ---> Running in 10ff312d3030 21:47:54 Removing intermediate container 10ff312d3030 21:47:54 ---> baa0afc497f7 21:47:54 Step 27/27 : LABEL version=0.0.0 21:47:54 ---> Running in 4a507ee71a49 21:47:55 Removing intermediate container 4a507ee71a49 21:47:55 ---> 5842dfd85594 21:47:55 21:47:55 Successfully built 5842dfd85594 21:47:55 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 21:47:56  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 21:47:56 $ docker stop --time=1 fd4980c8326e69b728461e85f32f6d79a8d2349736a0f125017eafb720ba59c5 21:47:58 $ docker rm -f fd4980c8326e69b728461e85f32f6d79a8d2349736a0f125017eafb720ba59c5 [Pipeline] // withDockerContainer [Pipeline] sh 21:47:59 + + grepdocker docker images 21:47:59 21:47:59 docker-sys-mgmt-agent-go-arm64 latest 5842dfd85594 4 seconds ago 273MB 21:47:59 docker-security-secretstore-setup-go-arm64 latest 64fe305eaaf4 About a minute ago 23.5MB 21:47:59 docker-security-proxy-setup-go-arm64 latest f78675c452bf About a minute ago 23.4MB 21:47:59 docker-security-bootstrap-redis-go-arm64 latest d42fa947f5fc About a minute ago 15.2MB 21:47:59 docker-support-scheduler-go-arm64 latest e66b24594deb 2 minutes ago 11.5MB 21:47:59 docker-core-data-go-arm64 latest 1961dd3d2e76 3 minutes ago 22.3MB 21:47:59 docker-core-metadata-go-arm64 latest 23a326810924 3 minutes ago 13.6MB 21:47:59 docker-support-notifications-go-arm64 latest 20b01a99330b 3 minutes ago 12.9MB 21:47:59 docker-core-command-go-arm64 latest db72ef91ccca 3 minutes ago 11.4MB 21:47:59 docker-security-secrets-setup-go-arm64 latest a296e77ca06a 4 minutes ago 22.7MB 21:47:59 docker latest 84e3a507c27b 45 hours ago 201MB [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 21:48:15 Still waiting to schedule task 21:48:15 All nodes of label ‘ubuntu18.04-docker-arm64-16c-16g’ are offline 21:50:02 Running on prd-ubuntu18.04-docker-arm64-16c-16g-14370 in /w/workspace/edgexfoundry_edgex-go_PR-2898 [Pipeline] { [Pipeline] ws 21:50:02 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 21:50:06 using credential edgex-jenkins-ssh 21:50:06 Cloning the remote Git repository 21:50:06 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:50:06 > git init /w/workspace/edgex-go/7 # timeout=10 21:50:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:50:06 > git --version # timeout=10 21:50:06 > git --version # 'git version 2.17.1' 21:50:06 using GIT_SSH to set credentials SSH Credentials for GitHub 21:50:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:50:24 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:50:24 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:50:24 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:50:24 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:50:24 using GIT_SSH to set credentials SSH Credentials for GitHub 21:50:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2898/head:refs/remotes/origin/PR-2898 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:50:25 Merging remotes/origin/master commit 0163c92eb67c845bff5e90a4dc6407d0e1146c78 into PR head commit 192e75e79965f570e40dacfd3fa37e859c65312b 21:50:25 Merge succeeded, producing 192e75e79965f570e40dacfd3fa37e859c65312b 21:50:25 Checking out Revision 192e75e79965f570e40dacfd3fa37e859c65312b (PR-2898) 21:50:25 > git config core.sparsecheckout # timeout=10 21:50:25 > git checkout -f 192e75e79965f570e40dacfd3fa37e859c65312b # timeout=10 21:50:25 > git remote # timeout=10 21:50:25 > git config --get remote.origin.url # timeout=10 21:50:25 using GIT_SSH to set credentials SSH Credentials for GitHub 21:50:25 > git merge 0163c92eb67c845bff5e90a4dc6407d0e1146c78 # timeout=10 21:50:25 > git rev-parse HEAD^{commit} # timeout=10 21:50:25 > git config core.sparsecheckout # timeout=10 21:50:25 > git checkout -f 192e75e79965f570e40dacfd3fa37e859c65312b # timeout=10 21:50:29 Commit message: "ci: testing new native snap build" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:50:31 + echo snap-build.sh 21:50:31 snap-build.sh 21:50:31 + SNAP_BASE_DIR=. 21:50:31 + '[' '!' -z /w/workspace/edgex-go/7 ']' 21:50:31 + SNAP_BASE_DIR=/w/workspace/edgex-go/7 21:50:31 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' 21:50:31 [snap-build] Building snap in dir [/w/workspace/edgex-go/7] 21:50:31 + cd /w/workspace/edgex-go/7 21:50:31 + sudo apt-get remove -qy --purge lxd lxd-client 21:50:31 Reading package lists... 21:50:31 Building dependency tree... 21:50:31 Reading state information... 21:50:32 The following packages were automatically installed and are no longer required: 21:50:32 dns-root-data dnsmasq-base ebtables liblxc-common liblxc1 lxcfs uidmap 21:50:32 xdelta3 21:50:32 Use 'sudo apt autoremove' to remove them. 21:50:32 The following packages will be REMOVED: 21:50:32 lxd* lxd-client* 21:50:34 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 21:50:34 After this operation, 29.1 MB disk space will be freed. 21:50:35 (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 ... 171801 files and directories currently installed.) 21:50:35 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 21:50:38 Removing lxd dnsmasq configuration 21:50:38 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 21:50:39 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 21:50:40 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 21:50:41 (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 ... 171626 files and directories currently installed.) 21:50:41 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 21:50:46 Processing triggers for systemd (237-3ubuntu10.42) ... 21:50:46 Processing triggers for ureadahead (0.100.0-21) ... 21:50:51 + sudo snap remove --purge lxd 21:50:52 snap "lxd" is not installed 21:50:52 + sudo groupadd --force --system lxd 21:50:52 ++ whoami 21:50:52 + sudo /usr/sbin/usermod -G lxd -a jenkins 21:50:52 + newgrp - lxd 21:50:52 + sudo snap install lxd 21:51:10 2020-12-03T21:51:07Z INFO Waiting for automatic snapd restart... 21:51:49 lxd 4.8 from Canonical* installed 21:51:49 + sudo lxd init --auto 21:52:02 + sudo snap install --classic snapcraft 21:52:20 snapcraft 4.4.4 from Canonical* installed 21:52:20 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 21:52:20 + patch --verbose -p1 21:52:20 Hmm... Looks like a unified diff to me... 21:52:20 The text leading up to this was: 21:52:20 -------------------------- 21:52:20 |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 21:52:20 |From: Tony Espy 21:52:20 |Date: Wed, 2 Dec 2020 17:38:31 -0500 21:52:20 |Subject: [PATCH] optimize snap build for pipeline CI check 21:52:20 | 21:52:20 |This patch is used by the EdgeX CI pipeline builds to 21:52:20 |optimize the snap CI check run for pull requests. When 21:52:20 |applied, it essentially strips out everything (apps and 21:52:20 |parts) from the snapcraft.yaml file except those required 21:52:20 |to build edgex-go, as the whole idea of the CI check is to 21:52:20 |catch changes to edgex-go that break the snap build. 21:52:20 | 21:52:20 |In general, anyone updating snapcraft.yaml will also need 21:52:20 |to update this patch file, otherwise it may fail to apply, 21:52:20 |resulting in a failed snap build CI check in the associated 21:52:20 |pull request. 21:52:20 | 21:52:20 |Note - in addition to applying this patch, the pipeline also 21:52:20 |only primes the snap (e.g. `snapcraft prime`), as there's no 21:52:20 |need to build the finally binary .snap file (and it won't 21:52:20 |work with the patch applied). This further reduces the build 21:52:20 |time. 21:52:20 |--- 21:52:20 | snap/snapcraft.yaml | 466 +------------------------------------------- 21:52:20 | 1 file changed, 2 insertions(+), 464 deletions(-) 21:52:20 | 21:52:20 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 21:52:20 |index b265277c..d7e1de37 100644 21:52:20 |--- a/snap/snapcraft.yaml 21:52:20 |+++ b/snap/snapcraft.yaml 21:52:20 -------------------------- 21:52:20 patching file snap/snapcraft.yaml 21:52:20 Using Plan A... 21:52:20 Hunk #1 succeeded at 75. 21:52:20 Hunk #2 succeeded at 84. 21:52:20 Hunk #3 succeeded at 218. 21:52:20 Hunk #4 succeeded at 233. 21:52:20 Hunk #5 succeeded at 241. 21:52:20 Hunk #6 succeeded at 248. 21:52:20 Hunk #7 succeeded at 275. 21:52:20 Hunk #8 succeeded at 309. 21:52:20 Hunk #9 succeeded at 365. 21:52:20 Hmm... Ignoring the trailing garbage. 21:52:20 done 21:52:20 + sudo snapcraft prime --use-lxd 21:52:24 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 21:52:24 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: 21:52:24 - README.md 21:52:24 21:52:24 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 21:52:27 Launching a container. 21:52:49 Waiting for container to be ready 21:52:49 To start your first instance, try: lxc launch ubuntu:18.04 21:52:49 21:53:01 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 21:53:02 Waiting for network to be ready... 21:53:03 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 21:53:04 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [242 kB] 21:53:04 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 21:53:04 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [852 kB] 21:53:04 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-security/main Translation-en [285 kB] 21:53:04 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [2360 B] 21:53:04 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse Translation-en [2996 B] 21:53:04 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [1172 B] 21:53:04 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted Translation-en [24.4 kB] 21:53:04 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [949 kB] 21:53:05 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe Translation-en [245 kB] 21:53:05 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 Packages [975 kB] 21:53:05 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main Translation-en [516 kB] 21:53:05 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse arm64 Packages [126 kB] 21:53:05 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse Translation-en [108 kB] 21:53:05 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/restricted arm64 Packages [664 B] 21:53:05 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic/restricted Translation-en [3584 B] 21:53:05 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 Packages [8316 kB] 21:53:05 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/universe Translation-en [4941 kB] 21:53:05 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [1145 kB] 21:53:05 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main Translation-en [376 kB] 21:53:05 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [5252 B] 21:53:05 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse Translation-en [7308 B] 21:53:05 Get:24 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [2116 B] 21:53:05 Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted Translation-en [28.0 kB] 21:53:05 Get:26 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1485 kB] 21:53:05 Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe Translation-en [357 kB] 21:53:13 Fetched 21.2 MB in 9s (2346 kB/s) 21:53:17 Reading package lists... 21:53:18 Reading package lists... 21:53:18 Building dependency tree... 21:53:18 Reading state information... 21:53:19 The following additional packages will be installed: 21:53:19 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 21:53:19 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 21:53:19 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 21:53:19 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 21:53:19 Suggested packages: 21:53:19 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 21:53:19 Recommended packages: 21:53:19 gnupg libsasl2-modules 21:53:19 The following NEW packages will be installed: 21:53:19 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 21:53:19 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 21:53:19 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 21:53:19 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 21:53:19 The following packages will be upgraded: 21:53:19 gpg gpg-agent gpgconf libudev1 21:53:19 4 upgraded, 18 newly installed, 0 to remove and 98 not upgraded. 21:53:19 Need to get 3110 kB of archives. 21:53:19 After this operation, 12.6 MB of additional disk space will be used. 21:53:19 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libudev1 arm64 237-3ubuntu10.43 [49.2 kB] 21:53:20 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 udev arm64 237-3ubuntu10.43 [1049 kB] 21:53:20 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfuse2 arm64 2.9.7-1ubuntu1 [68.4 kB] 21:53:20 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 fuse arm64 2.9.7-1ubuntu1 [22.7 kB] 21:53:20 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 gpg arm64 2.2.4-1ubuntu1.3 [400 kB] 21:53:20 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 gpgconf arm64 2.2.4-1ubuntu1.3 [107 kB] 21:53:20 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 gpg-agent arm64 2.2.4-1ubuntu1.3 [190 kB] 21:53:20 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libksba8 arm64 1.3.5-2 [77.4 kB] 21:53:20 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libroken18-heimdal arm64 7.5.0+dfsg-1 [35.4 kB] 21:53:20 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libasn1-8-heimdal arm64 7.5.0+dfsg-1 [130 kB] 21:53:20 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libheimbase1-heimdal arm64 7.5.0+dfsg-1 [24.9 kB] 21:53:20 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhcrypto4-heimdal arm64 7.5.0+dfsg-1 [76.4 kB] 21:53:20 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libwind0-heimdal arm64 7.5.0+dfsg-1 [47.0 kB] 21:53:20 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhx509-5-heimdal arm64 7.5.0+dfsg-1 [88.5 kB] 21:53:20 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libkrb5-26-heimdal arm64 7.5.0+dfsg-1 [170 kB] 21:53:20 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libheimntlm0-heimdal arm64 7.5.0+dfsg-1 [13.3 kB] 21:53:20 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgssapi3-heimdal arm64 7.5.0+dfsg-1 [79.1 kB] 21:53:20 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libsasl2-modules-db arm64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [13.4 kB] 21:53:20 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libsasl2-2 arm64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [43.1 kB] 21:53:20 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 21:53:20 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libldap-2.4-2 arm64 2.4.45+dfsg-1ubuntu1.8 [132 kB] 21:53:20 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 dirmngr arm64 2.2.4-1ubuntu1.3 [276 kB] 21:53:21 debconf: delaying package configuration, since apt-utils is not installed 21:53:21 Fetched 3110 kB in 1s (2517 kB/s) 21:53:21 (Reading database ... 12460 files and directories currently installed.) 21:53:21 Preparing to unpack .../libudev1_237-3ubuntu10.43_arm64.deb ... 21:53:21 Unpacking libudev1:arm64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 21:53:21 Setting up libudev1:arm64 (237-3ubuntu10.43) ... 21:53:22 Selecting previously unselected package udev. 21:53:22 (Reading database ... 12460 files and directories currently installed.) 21:53:22 Preparing to unpack .../00-udev_237-3ubuntu10.43_arm64.deb ... 21:53:22 Unpacking udev (237-3ubuntu10.43) ... 21:53:22 Selecting previously unselected package libfuse2:arm64. 21:53:22 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_arm64.deb ... 21:53:22 Unpacking libfuse2:arm64 (2.9.7-1ubuntu1) ... 21:53:23 Selecting previously unselected package fuse. 21:53:23 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_arm64.deb ... 21:53:23 Unpacking fuse (2.9.7-1ubuntu1) ... 21:53:23 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_arm64.deb ... 21:53:23 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:53:23 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_arm64.deb ... 21:53:23 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:53:23 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_arm64.deb ... 21:53:23 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:53:24 Selecting previously unselected package libksba8:arm64. 21:53:24 Preparing to unpack .../06-libksba8_1.3.5-2_arm64.deb ... 21:53:24 Unpacking libksba8:arm64 (1.3.5-2) ... 21:53:24 Selecting previously unselected package libroken18-heimdal:arm64. 21:53:24 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_arm64.deb ... 21:53:24 Unpacking libroken18-heimdal:arm64 (7.5.0+dfsg-1) ... 21:53:24 Selecting previously unselected package libasn1-8-heimdal:arm64. 21:53:24 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_arm64.deb ... 21:53:24 Unpacking libasn1-8-heimdal:arm64 (7.5.0+dfsg-1) ... 21:53:24 Selecting previously unselected package libheimbase1-heimdal:arm64. 21:53:24 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_arm64.deb ... 21:53:24 Unpacking libheimbase1-heimdal:arm64 (7.5.0+dfsg-1) ... 21:53:24 Selecting previously unselected package libhcrypto4-heimdal:arm64. 21:53:24 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_arm64.deb ... 21:53:24 Unpacking libhcrypto4-heimdal:arm64 (7.5.0+dfsg-1) ... 21:53:24 Selecting previously unselected package libwind0-heimdal:arm64. 21:53:24 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_arm64.deb ... 21:53:24 Unpacking libwind0-heimdal:arm64 (7.5.0+dfsg-1) ... 21:53:25 Selecting previously unselected package libhx509-5-heimdal:arm64. 21:53:25 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_arm64.deb ... 21:53:25 Unpacking libhx509-5-heimdal:arm64 (7.5.0+dfsg-1) ... 21:53:25 Selecting previously unselected package libkrb5-26-heimdal:arm64. 21:53:25 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_arm64.deb ... 21:53:25 Unpacking libkrb5-26-heimdal:arm64 (7.5.0+dfsg-1) ... 21:53:25 Selecting previously unselected package libheimntlm0-heimdal:arm64. 21:53:25 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_arm64.deb ... 21:53:25 Unpacking libheimntlm0-heimdal:arm64 (7.5.0+dfsg-1) ... 21:53:25 Selecting previously unselected package libgssapi3-heimdal:arm64. 21:53:25 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_arm64.deb ... 21:53:25 Unpacking libgssapi3-heimdal:arm64 (7.5.0+dfsg-1) ... 21:53:26 Selecting previously unselected package libsasl2-modules-db:arm64. 21:53:26 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_arm64.deb ... 21:53:26 Unpacking libsasl2-modules-db:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 21:53:26 Selecting previously unselected package libsasl2-2:arm64. 21:53:26 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_arm64.deb ... 21:53:26 Unpacking libsasl2-2:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 21:53:26 Selecting previously unselected package libldap-common. 21:53:26 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 21:53:26 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 21:53:26 Selecting previously unselected package libldap-2.4-2:arm64. 21:53:26 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_arm64.deb ... 21:53:26 Unpacking libldap-2.4-2:arm64 (2.4.45+dfsg-1ubuntu1.8) ... 21:53:26 Selecting previously unselected package dirmngr. 21:53:26 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_arm64.deb ... 21:53:26 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 21:53:26 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 21:53:26 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 21:53:26 Setting up libfuse2:arm64 (2.9.7-1ubuntu1) ... 21:53:27 Setting up libsasl2-modules-db:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 21:53:27 Setting up libsasl2-2:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 21:53:27 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 21:53:27 Setting up libroken18-heimdal:arm64 (7.5.0+dfsg-1) ... 21:53:27 Setting up libksba8:arm64 (1.3.5-2) ... 21:53:27 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:53:27 Setting up udev (237-3ubuntu10.43) ... 21:53:28 invoke-rc.d: policy-rc.d denied execution of start. 21:53:29 Setting up libheimbase1-heimdal:arm64 (7.5.0+dfsg-1) ... 21:53:29 Processing triggers for systemd (237-3ubuntu10) ... 21:53:29 Setting up fuse (2.9.7-1ubuntu1) ... 21:53:29 Setting up gpg (2.2.4-1ubuntu1.3) ... 21:53:29 Setting up libwind0-heimdal:arm64 (7.5.0+dfsg-1) ... 21:53:29 Setting up libasn1-8-heimdal:arm64 (7.5.0+dfsg-1) ... 21:53:29 Setting up libhcrypto4-heimdal:arm64 (7.5.0+dfsg-1) ... 21:53:29 Setting up libhx509-5-heimdal:arm64 (7.5.0+dfsg-1) ... 21:53:29 Setting up libkrb5-26-heimdal:arm64 (7.5.0+dfsg-1) ... 21:53:29 Setting up libheimntlm0-heimdal:arm64 (7.5.0+dfsg-1) ... 21:53:29 Setting up libgssapi3-heimdal:arm64 (7.5.0+dfsg-1) ... 21:53:29 Setting up libldap-2.4-2:arm64 (2.4.45+dfsg-1ubuntu1.8) ... 21:53:29 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 21:53:29 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:53:31 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 21:53:31 settings in the [Install] section, and DefaultInstance for template units). 21:53:31 This means they are not meant to be enabled using systemctl. 21:53:31 Possible reasons for having this kind of units are: 21:53:31 1) A unit may be statically enabled by being symlinked from another unit's 21:53:31 .wants/ or .requires/ directory. 21:53:31 2) A unit's purpose may be to act as a helper for some other unit which has 21:53:31 a requirement dependency on it. 21:53:31 3) A unit may be started when needed via activation (socket, path, timer, 21:53:31 D-Bus, udev, scripted systemctl call, ...). 21:53:31 4) In case of template units, the unit is meant to be enabled with some 21:53:31 instance name specified. 21:53:32 Reading package lists... 21:53:33 Building dependency tree... 21:53:33 Reading state information... 21:53:34 The following additional packages will be installed: 21:53:34 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 21:53:34 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 21:53:34 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 21:53:34 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 21:53:34 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 21:53:34 Suggested packages: 21:53:34 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 21:53:34 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 21:53:34 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 21:53:34 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 21:53:34 systemd-container policykit-1 21:53:34 Recommended packages: 21:53:34 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 21:53:34 The following NEW packages will be installed: 21:53:34 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 21:53:34 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 21:53:34 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 21:53:34 multiarch-support openssh-client python3 python3-minimal python3.6 21:53:34 python3.6-minimal snapd squashfs-tools sudo 21:53:34 The following packages will be upgraded: 21:53:34 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 21:53:34 5 upgraded, 25 newly installed, 0 to remove and 93 not upgraded. 21:53:34 Need to get 31.0 MB of archives. 21:53:34 After this operation, 133 MB of additional disk space will be used. 21:53:34 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 systemd arm64 237-3ubuntu10.43 [2560 kB] 21:53:35 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libsystemd0 arm64 237-3ubuntu10.43 [175 kB] 21:53:35 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libapt-pkg5.0 arm64 1.6.12ubuntu0.1 [766 kB] 21:53:35 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 apt arm64 1.6.12ubuntu0.1 [1166 kB] 21:53:35 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libssl1.1 arm64 1.1.1-1ubuntu2.1~18.04.6 [1062 kB] 21:53:35 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libpython3.6-minimal arm64 3.6.9-1~18.04ubuntu1.3 [528 kB] 21:53:35 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.2 [69.3 kB] 21:53:35 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 python3.6-minimal arm64 3.6.9-1~18.04ubuntu1.3 [1327 kB] 21:53:35 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-minimal arm64 3.6.7-1~18.04 [23.7 kB] 21:53:35 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 mime-support all 3.60ubuntu1 [30.1 kB] 21:53:35 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpdec2 arm64 2.4.2-1ubuntu1 [73.9 kB] 21:53:35 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libpython3.6-stdlib arm64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 21:53:35 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 python3.6 arm64 3.6.9-1~18.04ubuntu1.3 [203 kB] 21:53:35 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpython3-stdlib arm64 3.6.7-1~18.04 [7240 B] 21:53:35 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3 arm64 3.6.7-1~18.04 [47.2 kB] 21:53:35 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 multiarch-support arm64 2.27-3ubuntu1.3 [6948 B] 21:53:35 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblzo2-2 arm64 2.08-1.2 [42.2 kB] 21:53:35 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB] 21:53:35 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 sudo arm64 1.8.21p2-3ubuntu1.3 [382 kB] 21:53:35 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 apparmor arm64 2.12-4ubuntu5.1 [463 kB] 21:53:35 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB] 21:53:35 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libkrb5support0 arm64 1.16-2ubuntu0.2 [28.1 kB] 21:53:35 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libk5crypto3 arm64 1.16-2ubuntu0.2 [79.9 kB] 21:53:35 Get:24 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libkeyutils1 arm64 1.5.9-9.2ubuntu2 [8112 B] 21:53:35 Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libkrb5-3 arm64 1.16-2ubuntu0.2 [241 kB] 21:53:35 Get:26 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libgssapi-krb5-2 arm64 1.16-2ubuntu0.2 [103 kB] 21:53:35 Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libssl1.0.0 arm64 1.0.2n-1ubuntu5.4 [724 kB] 21:53:35 Get:28 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.3 [527 kB] 21:53:36 Get:29 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 squashfs-tools arm64 1:4.3-6ubuntu0.18.04.1 [96.9 kB] 21:53:36 Get:30 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 snapd arm64 2.48+18.04 [18.6 MB] 21:53:38 debconf: delaying package configuration, since apt-utils is not installed 21:53:38 Fetched 31.0 MB in 3s (11.0 MB/s) 21:53:38 (Reading database ... 12706 files and directories currently installed.) 21:53:38 Preparing to unpack .../systemd_237-3ubuntu10.43_arm64.deb ... 21:53:38 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 21:53:39 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_arm64.deb ... 21:53:39 Unpacking libsystemd0:arm64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 21:53:39 Setting up libsystemd0:arm64 (237-3ubuntu10.43) ... 21:53:40 (Reading database ... 12706 files and directories currently installed.) 21:53:40 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.1_arm64.deb ... 21:53:40 Unpacking libapt-pkg5.0:arm64 (1.6.12ubuntu0.1) over (1.6.1) ... 21:53:40 Setting up libapt-pkg5.0:arm64 (1.6.12ubuntu0.1) ... 21:53:40 (Reading database ... 12706 files and directories currently installed.) 21:53:40 Preparing to unpack .../apt_1.6.12ubuntu0.1_arm64.deb ... 21:53:41 Unpacking apt (1.6.12ubuntu0.1) over (1.6.1) ... 21:53:41 Setting up apt (1.6.12ubuntu0.1) ... 21:53:41 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 21:53:43 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 21:53:43 (Reading database ... 12713 files and directories currently installed.) 21:53:43 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.6_arm64.deb ... 21:53:43 Unpacking libssl1.1:arm64 (1.1.1-1ubuntu2.1~18.04.6) over (1.1.0g-2ubuntu4) ... 21:53:43 Selecting previously unselected package libpython3.6-minimal:arm64. 21:53:43 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_arm64.deb ... 21:53:43 Unpacking libpython3.6-minimal:arm64 (3.6.9-1~18.04ubuntu1.3) ... 21:53:44 Selecting previously unselected package libexpat1:arm64. 21:53:44 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_arm64.deb ... 21:53:44 Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.2) ... 21:53:44 Selecting previously unselected package python3.6-minimal. 21:53:44 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_arm64.deb ... 21:53:44 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 21:53:44 Setting up libssl1.1:arm64 (1.1.1-1ubuntu2.1~18.04.6) ... 21:53:45 Checking for services that may need to be restarted...done. 21:53:45 Checking for services that may need to be restarted...done. 21:53:45 Setting up libpython3.6-minimal:arm64 (3.6.9-1~18.04ubuntu1.3) ... 21:53:45 Setting up libexpat1:arm64 (2.2.5-3ubuntu0.2) ... 21:53:45 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 21:53:47 Selecting previously unselected package python3-minimal. 21:53:47 (Reading database ... 12961 files and directories currently installed.) 21:53:47 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_arm64.deb ... 21:53:47 Unpacking python3-minimal (3.6.7-1~18.04) ... 21:53:47 Selecting previously unselected package mime-support. 21:53:47 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 21:53:47 Unpacking mime-support (3.60ubuntu1) ... 21:53:47 Selecting previously unselected package libmpdec2:arm64. 21:53:47 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_arm64.deb ... 21:53:47 Unpacking libmpdec2:arm64 (2.4.2-1ubuntu1) ... 21:53:48 Selecting previously unselected package libpython3.6-stdlib:arm64. 21:53:48 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_arm64.deb ... 21:53:48 Unpacking libpython3.6-stdlib:arm64 (3.6.9-1~18.04ubuntu1.3) ... 21:53:48 Selecting previously unselected package python3.6. 21:53:48 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_arm64.deb ... 21:53:48 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 21:53:49 Selecting previously unselected package libpython3-stdlib:arm64. 21:53:49 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_arm64.deb ... 21:53:49 Unpacking libpython3-stdlib:arm64 (3.6.7-1~18.04) ... 21:53:49 Setting up python3-minimal (3.6.7-1~18.04) ... 21:53:50 Selecting previously unselected package python3. 21:53:50 (Reading database ... 13391 files and directories currently installed.) 21:53:50 Preparing to unpack .../python3_3.6.7-1~18.04_arm64.deb ... 21:53:50 Unpacking python3 (3.6.7-1~18.04) ... 21:53:50 Selecting previously unselected package multiarch-support. 21:53:50 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.3_arm64.deb ... 21:53:50 Unpacking multiarch-support (2.27-3ubuntu1.3) ... 21:53:50 Setting up multiarch-support (2.27-3ubuntu1.3) ... 21:53:50 Selecting previously unselected package liblzo2-2:arm64. 21:53:50 (Reading database ... 13428 files and directories currently installed.) 21:53:50 Preparing to unpack .../00-liblzo2-2_2.08-1.2_arm64.deb ... 21:53:50 Unpacking liblzo2-2:arm64 (2.08-1.2) ... 21:53:50 Selecting previously unselected package libbsd0:arm64. 21:53:50 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ... 21:53:50 Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ... 21:53:50 Selecting previously unselected package sudo. 21:53:50 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_arm64.deb ... 21:53:50 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 21:53:51 Selecting previously unselected package apparmor. 21:53:51 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_arm64.deb ... 21:53:51 Unpacking apparmor (2.12-4ubuntu5.1) ... 21:53:51 Selecting previously unselected package libedit2:arm64. 21:53:51 Preparing to unpack .../04-libedit2_3.1-20170329-1_arm64.deb ... 21:53:51 Unpacking libedit2:arm64 (3.1-20170329-1) ... 21:53:51 Selecting previously unselected package libkrb5support0:arm64. 21:53:51 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_arm64.deb ... 21:53:51 Unpacking libkrb5support0:arm64 (1.16-2ubuntu0.2) ... 21:53:51 Selecting previously unselected package libk5crypto3:arm64. 21:53:51 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_arm64.deb ... 21:53:51 Unpacking libk5crypto3:arm64 (1.16-2ubuntu0.2) ... 21:53:51 Selecting previously unselected package libkeyutils1:arm64. 21:53:51 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_arm64.deb ... 21:53:51 Unpacking libkeyutils1:arm64 (1.5.9-9.2ubuntu2) ... 21:53:52 Selecting previously unselected package libkrb5-3:arm64. 21:53:52 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_arm64.deb ... 21:53:52 Unpacking libkrb5-3:arm64 (1.16-2ubuntu0.2) ... 21:53:52 Selecting previously unselected package libgssapi-krb5-2:arm64. 21:53:52 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_arm64.deb ... 21:53:52 Unpacking libgssapi-krb5-2:arm64 (1.16-2ubuntu0.2) ... 21:53:52 Selecting previously unselected package libssl1.0.0:arm64. 21:53:53 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.4_arm64.deb ... 21:53:53 Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.4) ... 21:53:53 Selecting previously unselected package openssh-client. 21:53:53 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_arm64.deb ... 21:53:53 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 21:53:53 Selecting previously unselected package squashfs-tools. 21:53:53 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_arm64.deb ... 21:53:53 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 21:53:53 Selecting previously unselected package snapd. 21:53:53 Preparing to unpack .../13-snapd_2.48+18.04_arm64.deb ... 21:53:53 Unpacking snapd (2.48+18.04) ... 21:53:59 Setting up libedit2:arm64 (3.1-20170329-1) ... 21:53:59 Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.4) ... 21:53:59 Setting up mime-support (3.60ubuntu1) ... 21:53:59 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 21:53:59 Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ... 21:53:59 Setting up libkrb5support0:arm64 (1.16-2ubuntu0.2) ... 21:53:59 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:53:59 Setting up systemd (237-3ubuntu10.43) ... 21:53:59 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 21:54:01 Setting up libkeyutils1:arm64 (1.5.9-9.2ubuntu2) ... 21:54:01 Setting up libmpdec2:arm64 (2.4.2-1ubuntu1) ... 21:54:01 Setting up liblzo2-2:arm64 (2.08-1.2) ... 21:54:01 Setting up libpython3.6-stdlib:arm64 (3.6.9-1~18.04ubuntu1.3) ... 21:54:01 Setting up libk5crypto3:arm64 (1.16-2ubuntu0.2) ... 21:54:01 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 21:54:04 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 21:54:04 Setting up libkrb5-3:arm64 (1.16-2ubuntu0.2) ... 21:54:04 Setting up libpython3-stdlib:arm64 (3.6.7-1~18.04) ... 21:54:04 Setting up python3 (3.6.7-1~18.04) ... 21:54:04 running python rtupdate hooks for python3.6... 21:54:04 running python post-rtupdate hooks for python3.6... 21:54:04 Setting up apparmor (2.12-4ubuntu5.1) ... 21:54:07 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 21:54:07 Setting up libgssapi-krb5-2:arm64 (1.16-2ubuntu0.2) ... 21:54:07 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 21:54:08 Setting up snapd (2.48+18.04) ... 21:54:10 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 21:54:10 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 21:54:11 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 21:54:11 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 21:54:12 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 21:54:12 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 21:54:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 21:54:14 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 21:54:14 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 21:54:15 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 21:54:15 /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' 21:54:15 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:54:15 Processing triggers for systemd (237-3ubuntu10.43) ... 21:54:19 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease 21:54:19 Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 21:54:19 Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease 21:54:24 Reading package lists... 21:54:25 Reading package lists... 21:54:25 Building dependency tree... 21:54:25 Reading state information... 21:54:26 Calculating upgrade... 21:54:27 The following packages will be upgraded: 21:54:27 advancecomp base-files bash binutils binutils-aarch64-linux-gnu 21:54:27 binutils-common bsdutils bzip2 ca-certificates cpp cpp-7 debconf dpkg 21:54:27 dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv grep 21:54:27 libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 libc-bin 21:54:27 libc-dev-bin libc6 libc6-dev libcc1-0 libcom-err2 libcryptsetup12 libdb5.3 21:54:27 libdevmapper1.02.1 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 21:54:27 libgcrypt20 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 21:54:27 libkmod2 liblsan0 libmount1 libncurses5 libncursesw5 libpam-modules 21:54:27 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 21:54:27 libprocps6 libseccomp2 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev 21:54:27 libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 21:54:27 linux-libc-dev login mount ncurses-base ncurses-bin openssl passwd patch 21:54:27 perl perl-base perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar 21:54:27 tzdata ubuntu-keyring util-linux 21:54:27 93 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 21:54:27 Need to get 54.3 MB of archives. 21:54:27 After this operation, 5767 kB of additional disk space will be used. 21:54:27 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc6-dev arm64 2.27-3ubuntu1.3 [2049 kB] 21:54:28 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc-dev-bin arm64 2.27-3ubuntu1.3 [58.6 kB] 21:54:28 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 linux-libc-dev arm64 4.15.0-126.129 [966 kB] 21:54:28 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libtsan0 arm64 8.4.0-1ubuntu1~18.04 [269 kB] 21:54:28 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 liblsan0 arm64 8.4.0-1ubuntu1~18.04 [121 kB] 21:54:28 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libitm1 arm64 8.4.0-1ubuntu1~18.04 [24.3 kB] 21:54:28 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libgomp1 arm64 8.4.0-1ubuntu1~18.04 [69.7 kB] 21:54:28 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 gcc-8-base arm64 8.4.0-1ubuntu1~18.04 [18.8 kB] 21:54:28 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libgcc1 arm64 1:8.4.0-1ubuntu1~18.04 [34.4 kB] 21:54:28 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libcc1-0 arm64 8.4.0-1ubuntu1~18.04 [36.5 kB] 21:54:28 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libatomic1 arm64 8.4.0-1ubuntu1~18.04 [9176 B] 21:54:28 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libstdc++6 arm64 8.4.0-1ubuntu1~18.04 [372 kB] 21:54:28 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc6 arm64 2.27-3ubuntu1.3 [2275 kB] 21:54:28 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 base-files arm64 10.1ubuntu2.10 [60.2 kB] 21:54:28 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 bash arm64 4.4.18-2ubuntu1.2 [546 kB] 21:54:28 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 bsdutils arm64 1:2.31.1-0.4ubuntu3.7 [54.6 kB] 21:54:28 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 tar arm64 1.29b-2ubuntu0.1 [207 kB] 21:54:28 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dpkg arm64 1.19.0.5ubuntu2.3 [1090 kB] 21:54:28 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libext2fs2 arm64 1.44.1-1ubuntu1.3 [137 kB] 21:54:28 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 e2fsprogs arm64 1.44.1-1ubuntu1.3 [346 kB] 21:54:28 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 grep arm64 3.1-2build1 [145 kB] 21:54:28 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 login arm64 1:4.5-1ubuntu2 [301 kB] 21:54:28 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 ncurses-bin arm64 6.1-1ubuntu1.18.04 [154 kB] 21:54:28 Get:24 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.5 [3335 kB] 21:54:28 Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 perl arm64 5.26.1-6ubuntu0.5 [201 kB] 21:54:28 Get:26 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 perl-base arm64 5.26.1-6ubuntu0.5 [1237 kB] 21:54:29 Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 21:54:29 Get:28 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 bzip2 arm64 1.0.6-8.1ubuntu0.2 [32.2 kB] 21:54:29 Get:29 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libbz2-1.0 arm64 1.0.6-8.1ubuntu0.2 [29.0 kB] 21:54:29 Get:30 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libdb5.3 arm64 5.3.28-13.1ubuntu1.1 [573 kB] 21:54:29 Get:31 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libuuid1 arm64 2.31.1-0.4ubuntu3.7 [18.5 kB] 21:54:29 Get:32 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libblkid1 arm64 2.31.1-0.4ubuntu3.7 [105 kB] 21:54:29 Get:33 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libfdisk1 arm64 2.31.1-0.4ubuntu3.7 [138 kB] 21:54:29 Get:34 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libmount1 arm64 2.31.1-0.4ubuntu3.7 [115 kB] 21:54:29 Get:35 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libncurses5 arm64 6.1-1ubuntu1.18.04 [77.0 kB] 21:54:29 Get:36 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libtinfo5 arm64 6.1-1ubuntu1.18.04 [71.0 kB] 21:54:29 Get:37 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libncursesw5 arm64 6.1-1ubuntu1.18.04 [96.4 kB] 21:54:29 Get:38 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libsmartcols1 arm64 2.31.1-0.4ubuntu3.7 [70.8 kB] 21:54:29 Get:39 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 fdisk arm64 2.31.1-0.4ubuntu3.7 [95.1 kB] 21:54:29 Get:40 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 util-linux arm64 2.31.1-0.4ubuntu3.7 [818 kB] 21:54:29 Get:41 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc-bin arm64 2.27-3ubuntu1.3 [466 kB] 21:54:29 Get:42 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 21:54:29 Get:43 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 debconf all 1.5.66ubuntu1 [124 kB] 21:54:29 Get:44 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpam0g arm64 1.1.8-3.6ubuntu2.18.04.2 [50.8 kB] 21:54:29 Get:45 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpam-modules-bin arm64 1.1.8-3.6ubuntu2.18.04.2 [32.6 kB] 21:54:29 Get:46 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpam-modules arm64 1.1.8-3.6ubuntu2.18.04.2 [223 kB] 21:54:29 Get:47 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 mount arm64 2.31.1-0.4ubuntu3.7 [97.9 kB] 21:54:29 Get:48 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 systemd-sysv arm64 237-3ubuntu10.43 [15.7 kB] 21:54:29 Get:49 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libcom-err2 arm64 1.44.1-1ubuntu1.3 [8292 B] 21:54:29 Get:50 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libgcrypt20 arm64 1.8.1-4ubuntu1.2 [325 kB] 21:54:29 Get:51 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 21:54:29 Get:52 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libss2 arm64 1.44.1-1ubuntu1.3 [9984 B] 21:54:29 Get:53 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libzstd1 arm64 1.3.3+dfsg-2ubuntu1.1 [161 kB] 21:54:29 Get:54 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 passwd arm64 1:4.5-1ubuntu2 [761 kB] 21:54:29 Get:55 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 gpgv arm64 2.2.4-1ubuntu1.3 [167 kB] 21:54:29 Get:56 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libunistring2 arm64 0.9.9-0ubuntu2 [353 kB] 21:54:29 Get:57 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libidn2-0 arm64 2.0.4-1.1ubuntu0.2 [46.2 kB] 21:54:29 Get:58 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgnutls30 arm64 3.5.18-1ubuntu1.4 [541 kB] 21:54:29 Get:59 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libseccomp2 arm64 2.4.3-1ubuntu3.18.04.3 [37.0 kB] 21:54:29 Get:60 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 21:54:29 Get:61 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libprocps6 arm64 2:3.3.12-3ubuntu1.2 [28.7 kB] 21:54:29 Get:62 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 procps arm64 2:3.3.12-3ubuntu1.2 [207 kB] 21:54:29 Get:63 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 openssl arm64 1.1.1-1ubuntu2.1~18.04.6 [583 kB] 21:54:29 Get:64 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 21:54:29 Get:65 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libapparmor1 arm64 2.12-4ubuntu5.1 [28.4 kB] 21:54:29 Get:66 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdevmapper1.02.1 arm64 2:1.02.145-4.1ubuntu3.18.04.3 [100 kB] 21:54:29 Get:67 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libjson-c3 arm64 0.12.1-1.3ubuntu0.3 [19.7 kB] 21:54:29 Get:68 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcryptsetup12 arm64 2:2.0.2-1ubuntu1.2 [112 kB] 21:54:29 Get:69 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libidn11 arm64 1.33-2.1ubuntu1.2 [44.0 kB] 21:54:29 Get:70 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libkmod2 arm64 24-1ubuntu3.5 [32.8 kB] 21:54:29 Get:71 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libsqlite3-0 arm64 3.22.0-1ubuntu0.4 [430 kB] 21:54:29 Get:72 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] 21:54:29 Get:73 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libpng16-16 arm64 1.6.34-1ubuntu0.18.04.2 [162 kB] 21:54:29 Get:74 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 advancecomp arm64 2.1-1ubuntu0.18.04.1 [177 kB] 21:54:29 Get:75 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 binutils-aarch64-linux-gnu arm64 2.30-21ubuntu1~18.04.4 [2170 kB] 21:54:29 Get:76 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libbinutils arm64 2.30-21ubuntu1~18.04.4 [417 kB] 21:54:29 Get:77 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 binutils arm64 2.30-21ubuntu1~18.04.4 [3364 B] 21:54:29 Get:78 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 binutils-common arm64 2.30-21ubuntu1~18.04.4 [196 kB] 21:54:29 Get:79 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libubsan0 arm64 7.5.0-3ubuntu1~18.04 [117 kB] 21:54:29 Get:80 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libasan4 arm64 7.5.0-3ubuntu1~18.04 [335 kB] 21:54:29 Get:81 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 g++-7 arm64 7.5.0-3ubuntu1~18.04 [8077 kB] 21:54:30 Get:82 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 gcc-7 arm64 7.5.0-3ubuntu1~18.04 [7772 kB] 21:54:30 Get:83 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libstdc++-7-dev arm64 7.5.0-3ubuntu1~18.04 [1471 kB] 21:54:30 Get:84 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libgcc-7-dev arm64 7.5.0-3ubuntu1~18.04 [833 kB] 21:54:30 Get:85 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 cpp-7 arm64 7.5.0-3ubuntu1~18.04 [7046 kB] 21:54:31 Get:86 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 gcc-7-base arm64 7.5.0-3ubuntu1~18.04 [18.3 kB] 21:54:31 Get:87 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 cpp arm64 4:7.4.0-1ubuntu2.3 [27.7 kB] 21:54:31 Get:88 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 21:54:31 Get:89 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 21:54:31 Get:90 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] 21:54:31 Get:91 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 gcc arm64 4:7.4.0-1ubuntu2.3 [5208 B] 21:54:31 Get:92 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 g++ arm64 4:7.4.0-1ubuntu2.3 [1552 B] 21:54:31 Get:93 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 21:54:31 debconf: delaying package configuration, since apt-utils is not installed 21:54:31 Fetched 54.3 MB in 4s (14.6 MB/s) 21:54:31 (Reading database ... 13861 files and directories currently installed.) 21:54:31 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.3_arm64.deb ... 21:54:31 Unpacking libc6-dev:arm64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 21:54:33 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.3_arm64.deb ... 21:54:33 Unpacking libc-dev-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 21:54:33 Preparing to unpack .../2-linux-libc-dev_4.15.0-126.129_arm64.deb ... 21:54:33 Unpacking linux-libc-dev:arm64 (4.15.0-126.129) over (4.15.0-20.21) ... 21:54:34 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... 21:54:34 Unpacking libtsan0:arm64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:54:34 Preparing to unpack .../4-liblsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... 21:54:34 Unpacking liblsan0:arm64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:54:34 Preparing to unpack .../5-libitm1_8.4.0-1ubuntu1~18.04_arm64.deb ... 21:54:34 Unpacking libitm1:arm64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:54:35 Preparing to unpack .../6-libgomp1_8.4.0-1ubuntu1~18.04_arm64.deb ... 21:54:35 Unpacking libgomp1:arm64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:54:35 Preparing to unpack .../7-gcc-8-base_8.4.0-1ubuntu1~18.04_arm64.deb ... 21:54:35 Unpacking gcc-8-base:arm64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:54:35 Setting up gcc-8-base:arm64 (8.4.0-1ubuntu1~18.04) ... 21:54:35 (Reading database ... 13860 files and directories currently installed.) 21:54:35 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_arm64.deb ... 21:54:36 Unpacking libgcc1:arm64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 21:54:36 Setting up libgcc1:arm64 (1:8.4.0-1ubuntu1~18.04) ... 21:54:36 (Reading database ... 13860 files and directories currently installed.) 21:54:36 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_arm64.deb ... 21:54:36 Unpacking libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:54:36 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_arm64.deb ... 21:54:36 Unpacking libatomic1:arm64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:54:36 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_arm64.deb ... 21:54:36 Unpacking libstdc++6:arm64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:54:37 Setting up libstdc++6:arm64 (8.4.0-1ubuntu1~18.04) ... 21:54:37 (Reading database ... 13860 files and directories currently installed.) 21:54:37 Preparing to unpack .../libc6_2.27-3ubuntu1.3_arm64.deb ... 21:54:38 Unpacking libc6:arm64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 21:54:38 Setting up libc6:arm64 (2.27-3ubuntu1.3) ... 21:54:39 (Reading database ... 13860 files and directories currently installed.) 21:54:39 Preparing to unpack .../base-files_10.1ubuntu2.10_arm64.deb ... 21:54:39 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 21:54:39 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 21:54:39 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 21:54:40 Setting up base-files (10.1ubuntu2.10) ... 21:54:40 Installing new version of config file /etc/issue ... 21:54:40 Installing new version of config file /etc/issue.net ... 21:54:40 Installing new version of config file /etc/lsb-release ... 21:54:40 Installing new version of config file /etc/update-motd.d/50-motd-news ... 21:54:41 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 21:54:41 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 21:54:41 Removing obsolete conffile /etc/default/motd-news ... 21:54:41 (Reading database ... 13861 files and directories currently installed.) 21:54:41 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_arm64.deb ... 21:54:41 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 21:54:42 Setting up bash (4.4.18-2ubuntu1.2) ... 21:54:42 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 21:54:42 (Reading database ... 13861 files and directories currently installed.) 21:54:42 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_arm64.deb ... 21:54:42 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 21:54:42 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 21:54:43 (Reading database ... 13861 files and directories currently installed.) 21:54:43 Preparing to unpack .../tar_1.29b-2ubuntu0.1_arm64.deb ... 21:54:43 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 21:54:43 Setting up tar (1.29b-2ubuntu0.1) ... 21:54:43 (Reading database ... 13861 files and directories currently installed.) 21:54:43 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_arm64.deb ... 21:54:43 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:54:44 Setting up dpkg (1.19.0.5ubuntu2.3) ... 21:54:44 (Reading database ... 13861 files and directories currently installed.) 21:54:44 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_arm64.deb ... 21:54:44 Unpacking libext2fs2:arm64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:54:44 Setting up libext2fs2:arm64 (1.44.1-1ubuntu1.3) ... 21:54:44 (Reading database ... 13861 files and directories currently installed.) 21:54:44 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_arm64.deb ... 21:54:44 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:54:44 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 21:54:45 (Reading database ... 13861 files and directories currently installed.) 21:54:45 Preparing to unpack .../grep_3.1-2build1_arm64.deb ... 21:54:45 Unpacking grep (3.1-2build1) over (3.1-2) ... 21:54:45 Setting up grep (3.1-2build1) ... 21:54:45 (Reading database ... 13861 files and directories currently installed.) 21:54:45 Preparing to unpack .../login_1%3a4.5-1ubuntu2_arm64.deb ... 21:54:45 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 21:54:45 Setting up login (1:4.5-1ubuntu2) ... 21:54:46 (Reading database ... 13861 files and directories currently installed.) 21:54:46 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_arm64.deb ... 21:54:46 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:54:46 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 21:54:46 (Reading database ... 13861 files and directories currently installed.) 21:54:46 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_arm64.deb ... 21:54:46 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:54:48 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_arm64.deb ... 21:54:48 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:54:48 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_arm64.deb ... 21:54:48 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:54:49 Setting up perl-base (5.26.1-6ubuntu0.5) ... 21:54:49 (Reading database ... 13861 files and directories currently installed.) 21:54:49 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 21:54:49 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:54:50 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_arm64.deb ... 21:54:50 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 21:54:50 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_arm64.deb ... 21:54:50 Unpacking libbz2-1.0:arm64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 21:54:51 Setting up libbz2-1.0:arm64 (1.0.6-8.1ubuntu0.2) ... 21:54:51 (Reading database ... 13861 files and directories currently installed.) 21:54:51 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_arm64.deb ... 21:54:51 Unpacking libdb5.3:arm64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 21:54:51 Setting up libdb5.3:arm64 (5.3.28-13.1ubuntu1.1) ... 21:54:51 (Reading database ... 13861 files and directories currently installed.) 21:54:51 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_arm64.deb ... 21:54:51 Unpacking libuuid1:arm64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:54:52 Setting up libuuid1:arm64 (2.31.1-0.4ubuntu3.7) ... 21:54:52 (Reading database ... 13861 files and directories currently installed.) 21:54:52 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_arm64.deb ... 21:54:52 Unpacking libblkid1:arm64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:54:52 Setting up libblkid1:arm64 (2.31.1-0.4ubuntu3.7) ... 21:54:52 (Reading database ... 13861 files and directories currently installed.) 21:54:52 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_arm64.deb ... 21:54:52 Unpacking libfdisk1:arm64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:54:52 Setting up libfdisk1:arm64 (2.31.1-0.4ubuntu3.7) ... 21:54:53 (Reading database ... 13861 files and directories currently installed.) 21:54:53 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_arm64.deb ... 21:54:53 Unpacking libmount1:arm64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:54:53 Setting up libmount1:arm64 (2.31.1-0.4ubuntu3.7) ... 21:54:53 (Reading database ... 13861 files and directories currently installed.) 21:54:53 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_arm64.deb ... 21:54:53 Unpacking libncurses5:arm64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:54:53 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_arm64.deb ... 21:54:53 Unpacking libtinfo5:arm64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:54:53 Setting up libtinfo5:arm64 (6.1-1ubuntu1.18.04) ... 21:54:54 (Reading database ... 13861 files and directories currently installed.) 21:54:54 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_arm64.deb ... 21:54:54 Unpacking libncursesw5:arm64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:54:54 Setting up libncursesw5:arm64 (6.1-1ubuntu1.18.04) ... 21:54:54 (Reading database ... 13861 files and directories currently installed.) 21:54:54 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_arm64.deb ... 21:54:55 Unpacking libsmartcols1:arm64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:54:55 Setting up libsmartcols1:arm64 (2.31.1-0.4ubuntu3.7) ... 21:54:55 (Reading database ... 13861 files and directories currently installed.) 21:54:55 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_arm64.deb ... 21:54:55 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:54:55 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 21:54:55 (Reading database ... 13861 files and directories currently installed.) 21:54:55 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_arm64.deb ... 21:54:55 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:54:56 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 21:54:57 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 21:54:58 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 21:54:59 (Reading database ... 13861 files and directories currently installed.) 21:54:59 Preparing to unpack .../libc-bin_2.27-3ubuntu1.3_arm64.deb ... 21:54:59 Unpacking libc-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 21:54:59 Setting up libc-bin (2.27-3ubuntu1.3) ... 21:54:59 (Reading database ... 13861 files and directories currently installed.) 21:54:59 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 21:54:59 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:55:00 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 21:55:00 (Reading database ... 13863 files and directories currently installed.) 21:55:00 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 21:55:00 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 21:55:00 Setting up debconf (1.5.66ubuntu1) ... 21:55:01 (Reading database ... 13863 files and directories currently installed.) 21:55:01 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_arm64.deb ... 21:55:01 Unpacking libpam0g:arm64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:55:01 Setting up libpam0g:arm64 (1.1.8-3.6ubuntu2.18.04.2) ... 21:55:02 (Reading database ... 13863 files and directories currently installed.) 21:55:02 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_arm64.deb ... 21:55:02 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:55:02 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 21:55:02 (Reading database ... 13863 files and directories currently installed.) 21:55:02 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_arm64.deb ... 21:55:03 Unpacking libpam-modules:arm64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:55:03 Setting up libpam-modules:arm64 (1.1.8-3.6ubuntu2.18.04.2) ... 21:55:03 (Reading database ... 13863 files and directories currently installed.) 21:55:03 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_arm64.deb ... 21:55:03 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:55:03 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_arm64.deb ... 21:55:03 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 21:55:04 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_arm64.deb ... 21:55:04 Unpacking libcom-err2:arm64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:55:04 Setting up libcom-err2:arm64 (1.44.1-1ubuntu1.3) ... 21:55:04 (Reading database ... 13863 files and directories currently installed.) 21:55:04 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_arm64.deb ... 21:55:04 Unpacking libgcrypt20:arm64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 21:55:04 Setting up libgcrypt20:arm64 (1.8.1-4ubuntu1.2) ... 21:55:05 (Reading database ... 13863 files and directories currently installed.) 21:55:05 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 21:55:05 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:55:05 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 21:55:05 (Reading database ... 13863 files and directories currently installed.) 21:55:05 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_arm64.deb ... 21:55:05 Unpacking libss2:arm64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:55:06 Setting up libss2:arm64 (1.44.1-1ubuntu1.3) ... 21:55:06 (Reading database ... 13863 files and directories currently installed.) 21:55:06 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_arm64.deb ... 21:55:06 Unpacking libzstd1:arm64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 21:55:06 Setting up libzstd1:arm64 (1.3.3+dfsg-2ubuntu1.1) ... 21:55:06 (Reading database ... 13863 files and directories currently installed.) 21:55:06 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_arm64.deb ... 21:55:06 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 21:55:07 Setting up passwd (1:4.5-1ubuntu2) ... 21:55:07 (Reading database ... 13863 files and directories currently installed.) 21:55:07 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_arm64.deb ... 21:55:07 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:55:07 Setting up gpgv (2.2.4-1ubuntu1.3) ... 21:55:08 (Reading database ... 13863 files and directories currently installed.) 21:55:08 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_arm64.deb ... 21:55:08 Unpacking libunistring2:arm64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 21:55:08 Setting up libunistring2:arm64 (0.9.9-0ubuntu2) ... 21:55:08 (Reading database ... 13863 files and directories currently installed.) 21:55:08 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_arm64.deb ... 21:55:08 Unpacking libidn2-0:arm64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 21:55:08 Setting up libidn2-0:arm64 (2.0.4-1.1ubuntu0.2) ... 21:55:08 (Reading database ... 13863 files and directories currently installed.) 21:55:08 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_arm64.deb ... 21:55:09 Unpacking libgnutls30:arm64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 21:55:09 Setting up libgnutls30:arm64 (3.5.18-1ubuntu1.4) ... 21:55:09 (Reading database ... 13863 files and directories currently installed.) 21:55:09 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_arm64.deb ... 21:55:09 Unpacking libseccomp2:arm64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 21:55:09 Setting up libseccomp2:arm64 (2.4.3-1ubuntu3.18.04.3) ... 21:55:10 (Reading database ... 13863 files and directories currently installed.) 21:55:10 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 21:55:10 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 21:55:10 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 21:55:10 (Reading database ... 13864 files and directories currently installed.) 21:55:10 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_arm64.deb ... 21:55:10 Unpacking libprocps6:arm64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 21:55:10 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_arm64.deb ... 21:55:10 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 21:55:11 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.6_arm64.deb ... 21:55:11 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.6) over (1.1.0g-2ubuntu4) ... 21:55:11 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 21:55:11 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 21:55:11 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_arm64.deb ... 21:55:11 Unpacking libapparmor1:arm64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 21:55:11 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_arm64.deb ... 21:55:11 Unpacking libdevmapper1.02.1:arm64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 21:55:12 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_arm64.deb ... 21:55:12 Unpacking libjson-c3:arm64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 21:55:12 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_arm64.deb ... 21:55:12 Unpacking libcryptsetup12:arm64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 21:55:12 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_arm64.deb ... 21:55:12 Unpacking libidn11:arm64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 21:55:12 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_arm64.deb ... 21:55:12 Unpacking libkmod2:arm64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 21:55:13 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_arm64.deb ... 21:55:13 Unpacking libsqlite3-0:arm64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 21:55:13 Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... 21:55:13 Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... 21:55:15 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_arm64.deb ... 21:55:15 Unpacking libpng16-16:arm64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 21:55:15 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_arm64.deb ... 21:55:15 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 21:55:15 Preparing to unpack .../14-binutils-aarch64-linux-gnu_2.30-21ubuntu1~18.04.4_arm64.deb ... 21:55:15 Unpacking binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:55:16 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_arm64.deb ... 21:55:16 Unpacking libbinutils:arm64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:55:16 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_arm64.deb ... 21:55:17 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:55:17 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_arm64.deb ... 21:55:17 Unpacking binutils-common:arm64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:55:17 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_arm64.deb ... 21:55:17 Unpacking libubsan0:arm64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:55:17 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_arm64.deb ... 21:55:17 Unpacking libasan4:arm64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:55:17 Preparing to unpack .../20-g++-7_7.5.0-3ubuntu1~18.04_arm64.deb ... 21:55:18 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:55:20 Preparing to unpack .../21-gcc-7_7.5.0-3ubuntu1~18.04_arm64.deb ... 21:55:20 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:55:21 Preparing to unpack .../22-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... 21:55:21 Unpacking libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:55:23 Preparing to unpack .../23-libgcc-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... 21:55:23 Unpacking libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:55:23 Preparing to unpack .../24-cpp-7_7.5.0-3ubuntu1~18.04_arm64.deb ... 21:55:23 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:55:25 Preparing to unpack .../25-gcc-7-base_7.5.0-3ubuntu1~18.04_arm64.deb ... 21:55:25 Unpacking gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:55:25 Preparing to unpack .../26-cpp_4%3a7.4.0-1ubuntu2.3_arm64.deb ... 21:55:25 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:55:25 Preparing to unpack .../27-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 21:55:25 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:55:25 Preparing to unpack .../28-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 21:55:25 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:55:26 Preparing to unpack .../29-patch_2.7.6-2ubuntu1.1_arm64.deb ... 21:55:26 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 21:55:26 Preparing to unpack .../30-gcc_4%3a7.4.0-1ubuntu2.3_arm64.deb ... 21:55:26 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:55:26 Preparing to unpack .../31-g++_4%3a7.4.0-1ubuntu2.3_arm64.deb ... 21:55:26 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:55:26 Preparing to unpack .../32-pkgbinarymangler_138.18.04.1_all.deb ... 21:55:26 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 21:55:27 Setting up libncurses5:arm64 (6.1-1ubuntu1.18.04) ... 21:55:27 Setting up libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ... 21:55:27 Setting up libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ... 21:55:27 Setting up libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ... 21:55:27 Setting up libpng16-16:arm64 (1.6.34-1ubuntu0.18.04.2) ... 21:55:27 Setting up libjson-c3:arm64 (0.12.1-1.3ubuntu0.3) ... 21:55:27 Setting up tzdata (2020d-0ubuntu0.18.04) ... 21:55:28 21:55:28 Current default time zone: 'Etc/UTC' 21:55:28 Local time is now: Thu Dec 3 21:55:27 UTC 2020. 21:55:28 Universal Time is now: Thu Dec 3 21:55:27 UTC 2020. 21:55:28 Run 'dpkg-reconfigure tzdata' if you wish to change it. 21:55:28 21:55:28 Setting up systemd-sysv (237-3ubuntu10.43) ... 21:55:28 Setting up libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ... 21:55:28 Setting up linux-libc-dev:arm64 (4.15.0-126.129) ... 21:55:28 Setting up mount (2.31.1-0.4ubuntu3.7) ... 21:55:28 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 21:55:28 Setting up libdevmapper1.02.1:arm64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 21:55:28 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 21:55:28 Setting up libprocps6:arm64 (2:3.3.12-3ubuntu1.2) ... 21:55:28 Setting up libkmod2:arm64 (24-1ubuntu3.5) ... 21:55:28 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 21:55:28 Setting up liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ... 21:55:28 Setting up procps (2:3.3.12-3ubuntu1.2) ... 21:55:28 Setting up gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ... 21:55:28 Setting up binutils-common:arm64 (2.30-21ubuntu1~18.04.4) ... 21:55:28 Setting up patch (2.7.6-2ubuntu1.1) ... 21:55:29 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.5) ... 21:55:29 Setting up libapparmor1:arm64 (2.12-4ubuntu5.1) ... 21:55:29 Setting up openssl (1.1.1-1ubuntu2.1~18.04.6) ... 21:55:29 Installing new version of config file /etc/ssl/openssl.cnf ... 21:55:29 Setting up libsqlite3-0:arm64 (3.22.0-1ubuntu0.4) ... 21:55:29 Setting up libc-dev-bin (2.27-3ubuntu1.3) ... 21:55:29 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 21:55:34 Updating certificates in /etc/ssl/certs... 21:55:38 22 added, 17 removed; done. 21:55:38 Setting up libc6-dev:arm64 (2.27-3ubuntu1.3) ... 21:55:38 Setting up libitm1:arm64 (8.4.0-1ubuntu1~18.04) ... 21:55:38 Setting up libidn11:arm64 (1.33-2.1ubuntu1.2) ... 21:55:38 Setting up libcryptsetup12:arm64 (2:2.0.2-1ubuntu1.2) ... 21:55:38 Setting up pkgbinarymangler (138.18.04.1) ... 21:55:38 Setting up libasan4:arm64 (7.5.0-3ubuntu1~18.04) ... 21:55:38 Setting up libbinutils:arm64 (2.30-21ubuntu1~18.04.4) ... 21:55:38 Setting up libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ... 21:55:38 Setting up libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... 21:55:38 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 21:55:38 Setting up libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... 21:55:38 Setting up perl (5.26.1-6ubuntu0.5) ... 21:55:38 Setting up binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 21:55:38 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 21:55:38 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 21:55:38 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 21:55:38 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 21:55:38 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 21:55:38 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 21:55:38 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 21:55:38 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 21:55:39 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 21:55:39 Processing triggers for systemd (237-3ubuntu10.43) ... 21:55:39 Processing triggers for mime-support (3.60ubuntu1) ... 21:55:39 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 21:55:39 Updating certificates in /etc/ssl/certs... 21:55:41 0 added, 0 removed; done. 21:55:41 Running hooks in /etc/ca-certificates/update.d... 21:55:41 done. 21:55:42 Reading package lists... 21:55:43 Building dependency tree... 21:55:43 Reading state information... 21:55:43 The following NEW packages will be installed: 21:55:43 apt-transport-https 21:55:44 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 21:55:44 Need to get 1692 B of archives. 21:55:44 After this operation, 153 kB of additional disk space will be used. 21:55:44 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 apt-transport-https all 1.6.12ubuntu0.1 [1692 B] 21:55:44 debconf: delaying package configuration, since apt-utils is not installed 21:55:44 Fetched 1692 B in 0s (9224 B/s) 21:55:44 Selecting previously unselected package apt-transport-https. 21:55:44 (Reading database ... 13878 files and directories currently installed.) 21:55:44 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.1_all.deb ... 21:55:44 Unpacking apt-transport-https (1.6.12ubuntu0.1) ... 21:55:44 Setting up apt-transport-https (1.6.12ubuntu0.1) ... 21:55:46 Waiting for network to be ready... 21:56:25 2020-12-03T21:55:58Z INFO Waiting for automatic snapd restart... 21:56:25 snapd 2.48 from Canonical* installed 21:56:25 "snapd" switched to the "latest/stable" channel 21:56:25 21:56:37 core18 20200929 from Canonical* installed 21:56:37 "core18" switched to the "latest/stable" channel 21:56:37 21:56:56 snapcraft 4.4.4 from Canonical* installed 21:56:56 "snapcraft" switched to the "latest/stable" channel 21:56:56 21:57: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: 21:57:04 - README.md 21:57:04 21:57:04 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 21:57:12 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:57:12 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease 21:57:12 Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 21:57:12 Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease 21:57:18 Reading package lists... 21:57:19 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.10 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 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 21:57:26 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:57:26 Reading package lists... 21:57:26 Building dependency tree... 21:57:26 Reading state information... 21:57:27 Suggested packages: 21:57:27 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 21:57:27 git-gui gitk gitweb git-cvs git-mediawiki git-svn 21:57:27 Recommended packages: 21:57:27 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 21:57:27 The following NEW packages will be installed: 21:57:27 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 21:57:27 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 21:57:27 pkg-config zip 21:57:27 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 21:57:27 Need to get 6350 kB of archives. 21:57:27 After this operation, 39.7 MB of additional disk space will be used. 21:57:27 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libglib2.0-0 arm64 2.56.4-0ubuntu0.18.04.6 [983 kB] 21:57:28 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpsl5 arm64 0.19.1-5build1 [40.9 kB] 21:57:28 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnghttp2-14 arm64 1.30.0-1ubuntu1 [68.9 kB] 21:57:28 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-1 [48.2 kB] 21:57:28 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.10 [179 kB] 21:57:28 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] 21:57:28 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 21:57:28 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] 21:57:28 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 libnorm1 arm64 1.5r6+dfsg1-6 [218 kB] 21:57:28 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 libpgm-5.2-0 arm64 5.2.122~dfsg-2 [140 kB] 21:57:28 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsodium23 arm64 1.0.16-2 [90.4 kB] 21:57:28 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 libzmq5 arm64 4.2.5-1ubuntu0.2 [208 kB] 21:57:28 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 libzmq3-dev arm64 4.2.5-1ubuntu0.2 [409 kB] 21:57:28 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pkg-config arm64 0.29.1-0ubuntu2 [42.8 kB] 21:57:28 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 zip arm64 3.0-11build1 [146 kB] 21:57:29 debconf: delaying package configuration, since apt-utils is not installed 21:57:29 Fetched 6350 kB in 1s (5721 kB/s) 21:57:29 Selecting previously unselected package libglib2.0-0:arm64. 21:57:29 (Reading database ... 13882 files and directories currently installed.) 21:57:29 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_arm64.deb ... 21:57:29 Unpacking libglib2.0-0:arm64 (2.56.4-0ubuntu0.18.04.6) ... 21:57:29 Selecting previously unselected package libpsl5:arm64. 21:57:29 Preparing to unpack .../01-libpsl5_0.19.1-5build1_arm64.deb ... 21:57:29 Unpacking libpsl5:arm64 (0.19.1-5build1) ... 21:57:29 Selecting previously unselected package libnghttp2-14:arm64. 21:57:29 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_arm64.deb ... 21:57:29 Unpacking libnghttp2-14:arm64 (1.30.0-1ubuntu1) ... 21:57:30 Selecting previously unselected package librtmp1:arm64. 21:57:30 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_arm64.deb ... 21:57:30 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-1) ... 21:57:30 Selecting previously unselected package libcurl3-gnutls:arm64. 21:57:30 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.10_arm64.deb ... 21:57:30 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... 21:57:30 Selecting previously unselected package liberror-perl. 21:57:30 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 21:57:30 Unpacking liberror-perl (0.17025-1) ... 21:57:30 Selecting previously unselected package git-man. 21:57:30 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 21:57:30 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 21:57:31 Selecting previously unselected package git. 21:57:31 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... 21:57:31 Unpacking git (1:2.17.1-1ubuntu0.7) ... 21:57:32 Selecting previously unselected package libnorm1:arm64. 21:57:32 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_arm64.deb ... 21:57:32 Unpacking libnorm1:arm64 (1.5r6+dfsg1-6) ... 21:57:32 Selecting previously unselected package libpgm-5.2-0:arm64. 21:57:32 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_arm64.deb ... 21:57:32 Unpacking libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... 21:57:32 Selecting previously unselected package libsodium23:arm64. 21:57:32 Preparing to unpack .../10-libsodium23_1.0.16-2_arm64.deb ... 21:57:32 Unpacking libsodium23:arm64 (1.0.16-2) ... 21:57:32 Selecting previously unselected package libzmq5:arm64. 21:57:32 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_arm64.deb ... 21:57:32 Unpacking libzmq5:arm64 (4.2.5-1ubuntu0.2) ... 21:57:32 Selecting previously unselected package libzmq3-dev:arm64. 21:57:32 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_arm64.deb ... 21:57:33 Unpacking libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... 21:57:33 Selecting previously unselected package pkg-config. 21:57:33 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_arm64.deb ... 21:57:33 Unpacking pkg-config (0.29.1-0ubuntu2) ... 21:57:33 Selecting previously unselected package zip. 21:57:33 Preparing to unpack .../14-zip_3.0-11build1_arm64.deb ... 21:57:33 Unpacking zip (3.0-11build1) ... 21:57:33 Setting up libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... 21:57:33 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 21:57:33 Setting up libnghttp2-14:arm64 (1.30.0-1ubuntu1) ... 21:57:33 Setting up liberror-perl (0.17025-1) ... 21:57:33 Setting up libpsl5:arm64 (0.19.1-5build1) ... 21:57:33 Setting up libglib2.0-0:arm64 (2.56.4-0ubuntu0.18.04.6) ... 21:57:33 No schema files found: doing nothing. 21:57:34 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-1) ... 21:57:34 Setting up zip (3.0-11build1) ... 21:57:34 Setting up libnorm1:arm64 (1.5r6+dfsg1-6) ... 21:57:34 Setting up libsodium23:arm64 (1.0.16-2) ... 21:57:34 Setting up pkg-config (0.29.1-0ubuntu2) ... 21:57:34 Setting up libzmq5:arm64 (4.2.5-1ubuntu0.2) ... 21:57:34 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... 21:57:34 Setting up libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... 21:57:34 Setting up git (1:2.17.1-1ubuntu0.7) ... 21:57:34 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 21:57:42 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:57:43 git set to automatically installed. 21:57:43 git-man set to automatically installed. 21:57:43 libcurl3-gnutls set to automatically installed. 21:57:43 liberror-perl set to automatically installed. 21:57:43 libglib2.0-0 set to automatically installed. 21:57:43 libnghttp2-14 set to automatically installed. 21:57:43 libnorm1 set to automatically installed. 21:57:43 libpgm-5.2-0 set to automatically installed. 21:57:43 libpsl5 set to automatically installed. 21:57:43 librtmp1 set to automatically installed. 21:57:43 libsodium23 set to automatically installed. 21:57:43 libzmq3-dev set to automatically installed. 21:57:43 libzmq5 set to automatically installed. 21:57:43 pkg-config set to automatically installed. 21:57:43 zip set to automatically installed. 21:57:45 snapd is not logged in, snap install commands will use sudo 21:57:52 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:57:52 snap "core18" has no updates available 21:57:53 Pulling config-common 21:57:57 Pulling go-build-helper 21:58:54 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 21:58:54 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [242 kB] 21:58:54 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 21:58:54 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [852 kB] 21:58:54 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-security/main Translation-en [285 kB] 21:58:54 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [2360 B] 21:58:54 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse Translation-en [2996 B] 21:58:54 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [1172 B] 21:58:54 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted Translation-en [24.4 kB] 21:58:54 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [949 kB] 21:58:54 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe Translation-en [245 kB] 21:58:54 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 Packages [975 kB] 21:58:54 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main Translation-en [516 kB] 21:58:54 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse arm64 Packages [126 kB] 21:58:54 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse Translation-en [108 kB] 21:58:54 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/restricted arm64 Packages [664 B] 21:58:54 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic/restricted Translation-en [3584 B] 21:58:54 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 Packages [8316 kB] 21:58:54 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/universe Translation-en [4941 kB] 21:58:54 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [1145 kB] 21:58:54 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main Translation-en [376 kB] 21:58:54 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [5252 B] 21:58:54 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse Translation-en [7308 B] 21:58:54 Get:24 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [2116 B] 21:58:54 Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted Translation-en [28.0 kB] 21:58:54 Get:26 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1485 kB] 21:58:54 Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe Translation-en [357 kB] 21:58:54 Fetched 21.2 MB in 6s (3516 kB/s) 21:58:54 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_arm64.deb [79.1 kB] 21:58:54 Fetched 79.1 kB in 0s (0 B/s) 21:58:54 Get:1 libkrb5-3_1.16-2ubuntu0.2_arm64.deb [241 kB] 21:58:54 Fetched 241 kB in 0s (0 B/s) 21:58:54 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_arm64.deb [103 kB] 21:58:54 Fetched 103 kB in 0s (0 B/s) 21:58:54 Get:1 libnghttp2-14_1.30.0-1ubuntu1_arm64.deb [68.9 kB] 21:58:54 Fetched 68.9 kB in 0s (0 B/s) 21:58:54 Get:1 libcom-err2_1.44.1-1ubuntu1.3_arm64.deb [8292 B] 21:58:54 Fetched 8292 B in 0s (0 B/s) 21:58:54 Get:1 libwind0-heimdal_7.5.0+dfsg-1_arm64.deb [47.0 kB] 21:58:54 Fetched 47.0 kB in 0s (0 B/s) 21:58:54 Get:1 jq_1.5+dfsg-2_arm64.deb [45.3 kB] 21:58:54 Fetched 45.3 kB in 0s (0 B/s) 21:58:54 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_arm64.deb [13.4 kB] 21:58:54 Fetched 13.4 kB in 0s (0 B/s) 21:58:54 Get:1 libcurl4_7.58.0-2ubuntu3.10_arm64.deb [180 kB] 21:58:54 Fetched 180 kB in 0s (0 B/s) 21:58:54 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_arm64.deb [132 kB] 21:58:54 Fetched 132 kB in 0s (0 B/s) 21:58:54 Get:1 apg_2.2.3.dfsg.1-5_arm64.deb [47.7 kB] 21:58:54 Fetched 47.7 kB in 0s (0 B/s) 21:58:54 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_arm64.deb [13.3 kB] 21:58:54 Fetched 13.3 kB in 0s (0 B/s) 21:58:54 Get:1 libpsl5_0.19.1-5build1_arm64.deb [40.9 kB] 21:58:54 Fetched 40.9 kB in 0s (0 B/s) 21:58:54 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_arm64.deb [430 kB] 21:58:54 Fetched 430 kB in 0s (0 B/s) 21:58:54 Get:1 libjq1_1.5+dfsg-2_arm64.deb [89.6 kB] 21:58:54 Fetched 89.6 kB in 0s (0 B/s) 21:58:54 Get:1 libgmp10_6.1.2+dfsg-2_arm64.deb [204 kB] 21:58:54 Fetched 204 kB in 0s (0 B/s) 21:58:54 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_arm64.deb [24.9 kB] 21:58:54 Fetched 24.9 kB in 0s (0 B/s) 21:58:54 Get:1 libk5crypto3_1.16-2ubuntu0.2_arm64.deb [79.9 kB] 21:58:54 Fetched 79.9 kB in 0s (0 B/s) 21:58:54 Get:1 setpriv_2.31.1-0.4ubuntu3.7_arm64.deb [22.7 kB] 21:58:54 Fetched 22.7 kB in 0s (0 B/s) 21:58:54 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_arm64.deb [43.1 kB] 21:58:54 Fetched 43.1 kB in 0s (0 B/s) 21:58:54 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_arm64.deb [48.2 kB] 21:58:54 Fetched 48.2 kB in 0s (0 B/s) 21:58:54 Get:1 libkrb5support0_1.16-2ubuntu0.2_arm64.deb [28.1 kB] 21:58:54 Fetched 28.1 kB in 0s (0 B/s) 21:58:54 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 21:58:54 Fetched 17.0 kB in 0s (0 B/s) 21:58:54 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_arm64.deb [76.4 kB] 21:58:54 Fetched 76.4 kB in 0s (0 B/s) 21:58:54 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_arm64.deb [8112 B] 21:58:54 Fetched 8112 B in 0s (0 B/s) 21:58:54 Get:1 libhogweed4_3.4-1_arm64.deb [130 kB] 21:58:54 Fetched 130 kB in 0s (0 B/s) 21:58:54 Get:1 libonig4_6.7.0-1_arm64.deb [106 kB] 21:58:54 Fetched 106 kB in 0s (0 B/s) 21:58:54 Get:1 libnettle6_3.4-1_arm64.deb [114 kB] 21:58:54 Fetched 114 kB in 0s (0 B/s) 21:58:54 Get:1 libcap-ng0_0.7.7-3.1_arm64.deb [10.0 kB] 21:58:54 Fetched 10.0 kB in 0s (0 B/s) 21:58:54 Get:1 libgnutls30_3.5.18-1ubuntu1.4_arm64.deb [541 kB] 21:58:54 Fetched 541 kB in 0s (0 B/s) 21:58:54 Get:1 libroken18-heimdal_7.5.0+dfsg-1_arm64.deb [35.4 kB] 21:58:54 Fetched 35.4 kB in 0s (0 B/s) 21:58:54 Get:1 libffi6_3.2.1-8_arm64.deb [17.0 kB] 21:58:54 Fetched 17.0 kB in 0s (0 B/s) 21:58:54 Get:1 libunistring2_0.9.9-0ubuntu2_arm64.deb [353 kB] 21:58:54 Fetched 353 kB in 0s (0 B/s) 21:58:54 Get:1 libp11-kit0_0.23.9-2_arm64.deb [138 kB] 21:58:54 Fetched 138 kB in 0s (0 B/s) 21:58:54 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_arm64.deb [130 kB] 21:58:54 Fetched 130 kB in 0s (0 B/s) 21:58:54 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_arm64.deb [170 kB] 21:58:54 Fetched 170 kB in 0s (0 B/s) 21:58:54 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.6_arm64.deb [1062 kB] 21:58:54 Fetched 1062 kB in 0s (0 B/s) 21:58:54 Get:1 libtasn1-6_4.13-2_arm64.deb [32.1 kB] 21:58:54 Fetched 32.1 kB in 0s (0 B/s) 21:58:54 Get:1 curl_7.58.0-2ubuntu3.10_arm64.deb [152 kB] 21:58:54 Fetched 152 kB in 0s (0 B/s) 21:58:54 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_arm64.deb [88.5 kB] 21:58:54 Fetched 88.5 kB in 0s (0 B/s) 21:58:54 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_arm64.deb [46.2 kB] 21:58:54 Fetched 46.2 kB in 0s (0 B/s) 21:58:54 Pulling static-packages 21:58:59 'go115' has dependencies that need to be staged: static-packages go-build-helper 21:58:59 Skipping pull go-build-helper (already ran) 21:58:59 Skipping pull static-packages (already ran) 21:58:59 Building go-build-helper 21:59:17 Building static-packages 21:59:29 Staging go-build-helper 21:59:32 Staging static-packages 21:59:37 Pulling go115 21:59:41 'edgex-go' has dependencies that need to be staged: go115 21:59:41 Skipping pull go115 (already ran) 21:59:41 Building go115 21:59:41 % Total % Received % Xferd Average Speed Time Time Time Current 21:59:41 Dload Upload Total Spent Left Speed 22:13:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2 93.2M 2 2783k 0 0 1586k 0 0:01:00 0:00:01 0:00:59 1586k 2 93.2M 2 2783k 0 0 1009k 0 0:01:34 0:00:02 0:01:32 1009k 2 93.2M 2 2783k 0 0 740k 0 0:02:08 0:00:03 0:02:05 740k 2 93.2M 2 2783k 0 0 584k 0 0:02:43 0:00:04 0:02:39 584k 2 93.2M 2 2783k 0 0 483k 0 0:03:17 0:00:05 0:03:12 483k 2 93.2M 2 2783k 0 0 411k 0 0:03:51 0:00:06 0:03:45 0 2 93.2M 2 2783k 0 0 358k 0 0:04:26 0:00:07 0:04:19 0 2 93.2M 2 2783k 0 0 317k 0 0:05:00 0:00:08 0:04:52 0 2 93.2M 2 2783k 0 0 284k 0 0:05:34 0:00:09 0:05:25 0 2 93.2M 2 2783k 0 0 258k 0 0:06:09 0:00:10 0:05:59 0 2 93.2M 2 2783k 0 0 236k 0 0:06:43 0:00:11 0:06:32 0 2 93.2M 2 2783k 0 0 217k 0 0:07:18 0:00:12 0:07:06 0 2 93.2M 2 2783k 0 0 202k 0 0:07:52 0:00:13 0:07:39 0 2 93.2M 2 2783k 0 0 188k 0 0:08:26 0:00:14 0:08:12 0 2 93.2M 2 2783k 0 0 176k 0 0:09:01 0:00:15 0:08:46 0 2 93.2M 2 2783k 0 0 165k 0 0:09:35 0:00:16 0:09:19 0 2 93.2M 2 2783k 0 0 156k 0 0:10:09 0:00:17 0:09:52 0 2 93.2M 2 2783k 0 0 148k 0 0:10:44 0:00:18 0:10:26 0 2 93.2M 2 2783k 0 0 140k 0 0:11:18 0:00:19 0:10:59 0 2 93.2M 2 2783k 0 0 133k 0 0:11:52 0:00:20 0:11:32 0 2 93.2M 2 2783k 0 0 127k 0 0:12:27 0:00:21 0:12:06 0 2 93.2M 2 2783k 0 0 122k 0 0:13:01 0:00:22 0:12:39 0 2 93.2M 2 2783k 0 0 116k 0 0:13:35 0:00:23 0:13:12 0 2 93.2M 2 2783k 0 0 112k 0 0:14:10 0:00:24 0:13:46 0 2 93.2M 2 2783k 0 0 107k 0 0:14:44 0:00:25 0:14:19 0 2 93.2M 2 2783k 0 0 103k 0 0:15:19 0:00:26 0:14:53 0 2 93.2M 2 2783k 0 0 100k 0 0:15:53 0:00:27 0:15:26 0 2 93.2M 2 2783k 0 0 98956 0 0:16:27 0:00:28 0:15:59 0 2 93.2M 2 2783k 0 0 95629 0 0:17:02 0:00:29 0:16:33 0 2 93.2M 2 2783k 0 0 92519 0 0:17:36 0:00:30 0:17:06 0 2 93.2M 2 2783k 0 0 89605 0 0:18:10 0:00:31 0:17:39 0 2 93.2M 2 2783k 0 0 86869 0 0:18:45 0:00:32 0:18:13 0 2 93.2M 2 2783k 0 0 84295 0 0:19:19 0:00:33 0:18:46 0 2 93.2M 2 2783k 0 0 81869 0 0:19:53 0:00:34 0:19:19 0 2 93.2M 2 2783k 0 0 79581 0 0:20:28 0:00:35 0:19:53 0 2 93.2M 2 2783k 0 0 77415 0 0:21:02 0:00:36 0:20:26 0 2 93.2M 2 2783k 0 0 75364 0 0:21:36 0:00:37 0:20:59 0 2 93.2M 2 2783k 0 0 73419 0 0:22:11 0:00:38 0:21:33 0 2 93.2M 2 2783k 0 0 71572 0 0:22:45 0:00:39 0:22:06 0 2 93.2M 2 2783k 0 0 69816 0 0:23:19 0:00:40 0:22:39 0 2 93.2M 2 2783k 0 0 68143 0 0:23:54 0:00:41 0:23:13 0 2 93.2M 2 2783k 0 0 66549 0 0:24:28 0:00:42 0:23:46 0 2 93.2M 2 2783k 0 0 65030 0 0:25:02 0:00:43 0:24:19 0 2 93.2M 2 2783k 0 0 63576 0 0:25:37 0:00:44 0:24:53 0 2 93.2M 2 2783k 0 0 62187 0 0:26:11 0:00:45 0:25:26 0 2 93.2M 2 2783k 0 0 60856 0 0:26:46 0:00:46 0:26:00 0 2 93.2M 2 2783k 0 0 59582 0 0:27:20 0:00:47 0:26:33 0 2 93.2M 2 2783k 0 0 58359 0 0:27:54 0:00:48 0:27:06 0 2 93.2M 2 2783k 0 0 57186 0 0:28:29 0:00:49 0:27:40 0 2 93.2M 2 2783k 0 0 56059 0 0:29:03 0:00:50 0:28:13 0 2 93.2M 2 2783k 0 0 54976 0 0:29:37 0:00:51 0:28:46 0 2 93.2M 2 2783k 0 0 53934 0 0:30:12 0:00:52 0:29:20 0 2 93.2M 2 2783k 0 0 52931 0 0:30:46 0:00:53 0:29:53 0 2 93.2M 2 2783k 0 0 51964 0 0:31:20 0:00:54 0:30:26 0 2 93.2M 2 2783k 0 0 51032 0 0:31:55 0:00:55 0:31:00 0 2 93.2M 2 2783k 0 0 50134 0 0:32:29 0:00:56 0:31:33 0 2 93.2M 2 2783k 0 0 49265 0 0:33:03 0:00:57 0:32:06 0 2 93.2M 2 2783k 0 0 48427 0 0:33:38 0:00:58 0:32:40 0 2 93.2M 2 2783k 0 0 47616 0 0:34:12 0:00:59 0:33:13 0 10 93.2M 10 10.0M 0 0 169k 0 0:09:24 0:01:00 0:08:24 1504k 20 93.2M 20 19.3M 0 0 318k 0 0:04:59 0:01:02 0:03:57 3143k 20 93.2M 20 19.3M 0 0 313k 0 0:05:04 0:01:03 0:04:01 3143k 20 93.2M 20 19.3M 0 0 308k 0 0:05:09 0:01:04 0:04:05 3143k 20 93.2M 20 19.3M 0 0 304k 0 0:05:13 0:01:05 0:04:08 3143k 20 93.2M 20 19.3M 0 0 299k 0 0:05:18 0:01:06 0:04:12 1754k 20 93.2M 20 19.3M 0 0 295k 0 0:05:23 0:01:07 0:04:16 0 20 93.2M 20 19.3M 0 0 290k 0 0:05:28 0:01:08 0:04:20 0 20 93.2M 20 19.3M 0 0 286k 0 0:05:33 0:01:09 0:04:24 0 20 93.2M 20 19.3M 0 0 282k 0 0:05:37 0:01:10 0:04:27 0 20 93.2M 20 19.3M 0 0 278k 0 0:05:42 0:01:11 0:04:31 0 20 93.2M 20 19.3M 0 0 274k 0 0:05:47 0:01:12 0:04:35 0 20 93.2M 20 19.3M 0 0 270k 0 0:05:52 0:01:13 0:04:39 0 20 93.2M 20 19.3M 0 0 267k 0 0:05:57 0:01:14 0:04:43 0 20 93.2M 20 19.3M 0 0 263k 0 0:06:02 0:01:15 0:04:47 0 20 93.2M 20 19.3M 0 0 260k 0 0:06:06 0:01:16 0:04:50 0 20 93.2M 20 19.3M 0 0 256k 0 0:06:11 0:01:17 0:04:54 0 20 93.2M 20 19.3M 0 0 253k 0 0:06:16 0:01:18 0:04:58 0 20 93.2M 20 19.3M 0 0 250k 0 0:06:21 0:01:19 0:05:02 0 20 93.2M 20 19.3M 0 0 247k 0 0:06:26 0:01:20 0:05:06 0 20 93.2M 20 19.3M 0 0 244k 0 0:06:30 0:01:21 0:05:09 0 20 93.2M 20 19.3M 0 0 241k 0 0:06:35 0:01:22 0:05:13 0 20 93.2M 20 19.3M 0 0 238k 0 0:06:40 0:01:23 0:05:17 0 20 93.2M 20 19.3M 0 0 235k 0 0:06:45 0:01:24 0:05:21 0 20 93.2M 20 19.3M 0 0 232k 0 0:06:50 0:01:25 0:05:25 0 20 93.2M 20 19.3M 0 0 229k 0 0:06:55 0:01:26 0:05:29 0 20 93.2M 20 19.3M 0 0 227k 0 0:06:59 0:01:27 0:05:32 0 20 93.2M 20 19.3M 0 0 224k 0 0:07:04 0:01:28 0:05:36 0 20 93.2M 20 19.3M 0 0 222k 0 0:07:09 0:01:29 0:05:40 0 20 93.2M 20 19.3M 0 0 219k 0 0:07:14 0:01:30 0:05:44 0 20 93.2M 20 19.3M 0 0 217k 0 0:07:19 0:01:31 0:05:48 0 20 93.2M 20 19.3M 0 0 215k 0 0:07:23 0:01:32 0:05:51 0 20 93.2M 20 19.3M 0 0 212k 0 0:07:28 0:01:33 0:05:55 0 20 93.2M 20 19.3M 0 0 210k 0 0:07:33 0:01:34 0:05:59 0 20 93.2M 20 19.3M 0 0 208k 0 0:07:38 0:01:35 0:06:03 0 20 93.2M 20 19.3M 0 0 206k 0 0:07:43 0:01:36 0:06:07 0 20 93.2M 20 19.3M 0 0 203k 0 0:07:47 0:01:37 0:06:10 0 20 93.2M 20 19.3M 0 0 201k 0 0:07:52 0:01:38 0:06:14 0 20 93.2M 20 19.3M 0 0 199k 0 0:07:57 0:01:39 0:06:18 0 20 93.2M 20 19.3M 0 0 197k 0 0:08:02 0:01:40 0:06:22 0 20 93.2M 20 19.3M 0 0 195k 0 0:08:07 0:01:41 0:06:26 0 20 93.2M 20 19.3M 0 0 193k 0 0:08:12 0:01:42 0:06:30 0 20 93.2M 20 19.3M 0 0 192k 0 0:08:16 0:01:43 0:06:33 0 20 93.2M 20 19.3M 0 0 190k 0 0:08:21 0:01:44 0:06:37 0 20 93.2M 20 19.3M 0 0 188k 0 0:08:26 0:01:45 0:06:41 0 20 93.2M 20 19.3M 0 0 186k 0 0:08:31 0:01:46 0:06:45 0 20 93.2M 20 19.3M 0 0 184k 0 0:08:36 0:01:47 0:06:49 0 20 93.2M 20 19.3M 0 0 183k 0 0:08:40 0:01:48 0:06:52 0 20 93.2M 20 19.3M 0 0 181k 0 0:08:45 0:01:49 0:06:56 0 20 93.2M 20 19.3M 0 0 179k 0 0:08:50 0:01:50 0:07:00 0 20 93.2M 20 19.3M 0 0 178k 0 0:08:55 0:01:51 0:07:04 0 20 93.2M 20 19.3M 0 0 176k 0 0:09:00 0:01:52 0:07:08 0 20 93.2M 20 19.3M 0 0 175k 0 0:09:05 0:01:53 0:07:12 0 20 93.2M 20 19.3M 0 0 173k 0 0:09:09 0:01:54 0:07:15 0 20 93.2M 20 19.3M 0 0 172k 0 0:09:14 0:01:55 0:07:19 0 20 93.2M 20 19.3M 0 0 170k 0 0:09:19 0:01:56 0:07:23 0 20 93.2M 20 19.3M 0 0 169k 0 0:09:24 0:01:57 0:07:27 0 20 93.2M 20 19.3M 0 0 167k 0 0:09:29 0:01:58 0:07:31 0 20 93.2M 20 19.3M 0 0 166k 0 0:09:33 0:01:59 0:07:34 0 20 93.2M 20 19.3M 0 0 164k 0 0:09:38 0:02:00 0:07:38 0 20 93.2M 20 19.5M 0 0 165k 0 0:09:36 0:02:00 0:07:36 36929 25 93.2M 25 24.0M 0 0 201k 0 0:07:53 0:02:02 0:05:51 1008k 25 93.2M 25 24.0M 0 0 200k 0 0:07:57 0:02:03 0:05:54 1008k 25 93.2M 25 24.0M 0 0 198k 0 0:08:00 0:02:04 0:05:56 1008k 25 93.2M 25 24.0M 0 0 196k 0 0:08:04 0:02:05 0:05:59 1008k 25 93.2M 25 24.0M 0 0 195k 0 0:08:08 0:02:06 0:06:02 869k 25 93.2M 25 24.0M 0 0 193k 0 0:08:12 0:02:07 0:06:05 0 25 93.2M 25 24.0M 0 0 192k 0 0:08:16 0:02:08 0:06:08 0 25 93.2M 25 24.0M 0 0 190k 0 0:08:20 0:02:09 0:06:11 0 25 93.2M 25 24.0M 0 0 189k 0 0:08:24 0:02:10 0:06:14 0 25 93.2M 25 24.0M 0 0 187k 0 0:08:28 0:02:11 0:06:17 0 25 93.2M 25 24.0M 0 0 186k 0 0:08:31 0:02:12 0:06:19 0 25 93.2M 25 24.0M 0 0 185k 0 0:08:35 0:02:13 0:06:22 0 25 93.2M 25 24.0M 0 0 183k 0 0:08:39 0:02:14 0:06:25 0 25 93.2M 25 24.0M 0 0 182k 0 0:08:43 0:02:15 0:06:28 0 25 93.2M 25 24.0M 0 0 180k 0 0:08:47 0:02:16 0:06:31 0 25 93.2M 25 24.0M 0 0 179k 0 0:08:51 0:02:17 0:06:34 0 25 93.2M 25 24.0M 0 0 178k 0 0:08:55 0:02:18 0:06:37 0 25 93.2M 25 24.0M 0 0 177k 0 0:08:59 0:02:19 0:06:40 0 25 93.2M 25 24.0M 0 0 175k 0 0:09:02 0:02:20 0:06:42 0 25 93.2M 25 24.0M 0 0 174k 0 0:09:06 0:02:21 0:06:45 0 25 93.2M 25 24.0M 0 0 173k 0 0:09:10 0:02:22 0:06:48 0 25 93.2M 25 24.0M 0 0 172k 0 0:09:14 0:02:23 0:06:51 0 25 93.2M 25 24.0M 0 0 170k 0 0:09:18 0:02:24 0:06:54 0 25 93.2M 25 24.0M 0 0 169k 0 0:09:22 0:02:25 0:06:57 0 25 93.2M 25 24.0M 0 0 168k 0 0:09:26 0:02:26 0:07:00 0 25 93.2M 25 24.0M 0 0 167k 0 0:09:30 0:02:27 0:07:03 0 25 93.2M 25 24.0M 0 0 166k 0 0:09:34 0:02:28 0:07:06 0 25 93.2M 25 24.0M 0 0 165k 0 0:09:37 0:02:29 0:07:08 0 25 93.2M 25 24.0M 0 0 164k 0 0:09:41 0:02:30 0:07:11 0 25 93.2M 25 24.0M 0 0 163k 0 0:09:45 0:02:31 0:07:14 0 25 93.2M 25 24.0M 0 0 162k 0 0:09:48 0:02:32 0:07:16 0 25 93.2M 25 24.0M 0 0 161k 0 0:09:52 0:02:33 0:07:19 0 25 93.2M 25 24.0M 0 0 159k 0 0:09:56 0:02:34 0:07:22 0 25 93.2M 25 24.0M 0 0 158k 0 0:10:00 0:02:35 0:07:25 0 25 93.2M 25 24.0M 0 0 157k 0 0:10:04 0:02:36 0:07:28 0 25 93.2M 25 24.0M 0 0 156k 0 0:10:08 0:02:37 0:07:31 0 25 93.2M 25 24.0M 0 0 155k 0 0:10:12 0:02:38 0:07:34 0 25 93.2M 25 24.0M 0 0 154k 0 0:10:16 0:02:39 0:07:37 0 25 93.2M 25 24.0M 0 0 153k 0 0:10:19 0:02:40 0:07:39 0 25 93.2M 25 24.0M 0 0 153k 0 0:10:23 0:02:41 0:07:42 0 25 93.2M 25 24.0M 0 0 152k 0 0:10:27 0:02:42 0:07:45 0 25 93.2M 25 24.0M 0 0 151k 0 0:10:31 0:02:43 0:07:48 0 25 93.2M 25 24.0M 0 0 150k 0 0:10:35 0:02:44 0:07:51 0 25 93.2M 25 24.0M 0 0 149k 0 0:10:39 0:02:45 0:07:54 0 25 93.2M 25 24.0M 0 0 148k 0 0:10:43 0:02:46 0:07:57 0 25 93.2M 25 24.0M 0 0 147k 0 0:10:47 0:02:47 0:08:00 0 25 93.2M 25 24.0M 0 0 146k 0 0:10:50 0:02:48 0:08:02 0 25 93.2M 25 24.0M 0 0 145k 0 0:10:54 0:02:49 0:08:05 0 25 93.2M 25 24.0M 0 0 144k 0 0:10:58 0:02:50 0:08:08 0 25 93.2M 25 24.0M 0 0 144k 0 0:11:02 0:02:51 0:08:11 0 25 93.2M 25 24.0M 0 0 143k 0 0:11:06 0:02:52 0:08:14 0 25 93.2M 25 24.0M 0 0 142k 0 0:11:10 0:02:53 0:08:17 0 25 93.2M 25 24.0M 0 0 141k 0 0:11:14 0:02:54 0:08:20 0 25 93.2M 25 24.0M 0 0 140k 0 0:11:18 0:02:55 0:08:23 0 25 93.2M 25 24.0M 0 0 139k 0 0:11:22 0:02:56 0:08:26 0 25 93.2M 25 24.0M 0 0 139k 0 0:11:25 0:02:57 0:08:28 0 25 93.2M 25 24.0M 0 0 138k 0 0:11:29 0:02:58 0:08:31 0 25 93.2M 25 24.0M 0 0 137k 0 0:11:33 0:02:59 0:08:34 0 25 93.2M 25 24.0M 0 0 136k 0 0:11:37 0:03:00 0:08:37 0 26 93.2M 26 24.5M 0 0 139k 0 0:11:25 0:03:00 0:08:25 114k 31 93.2M 31 29.5M 0 0 166k 0 0:09:33 0:03:02 0:06:31 1131k 31 93.2M 31 29.5M 0 0 165k 0 0:09:36 0:03:03 0:06:33 1131k 31 93.2M 31 29.5M 0 0 164k 0 0:09:39 0:03:04 0:06:35 1131k 31 93.2M 31 29.5M 0 0 163k 0 0:09:42 0:03:05 0:06:37 1131k 31 93.2M 31 29.5M 0 0 162k 0 0:09:46 0:03:06 0:06:40 974k 31 93.2M 31 29.5M 0 0 161k 0 0:09:49 0:03:07 0:06:42 0 31 93.2M 31 29.5M 0 0 161k 0 0:09:52 0:03:08 0:06:44 0 31 93.2M 31 29.5M 0 0 160k 0 0:09:55 0:03:09 0:06:46 0 31 93.2M 31 29.5M 0 0 159k 0 0:09:58 0:03:10 0:06:48 0 31 93.2M 31 29.5M 0 0 158k 0 0:10:01 0:03:11 0:06:50 0 31 93.2M 31 29.5M 0 0 157k 0 0:10:05 0:03:12 0:06:53 0 31 93.2M 31 29.5M 0 0 156k 0 0:10:08 0:03:13 0:06:55 0 31 93.2M 31 29.5M 0 0 156k 0 0:10:11 0:03:14 0:06:57 0 31 93.2M 31 29.5M 0 0 155k 0 0:10:14 0:03:15 0:06:59 0 31 93.2M 31 29.5M 0 0 154k 0 0:10:17 0:03:16 0:07:01 0 31 93.2M 31 29.5M 0 0 153k 0 0:10:20 0:03:17 0:07:03 0 31 93.2M 31 29.5M 0 0 152k 0 0:10:23 0:03:18 0:07:05 0 31 93.2M 31 29.5M 0 0 152k 0 0:10:27 0:03:19 0:07:08 0 31 93.2M 31 29.5M 0 0 151k 0 0:10:30 0:03:20 0:07:10 0 31 93.2M 31 29.5M 0 0 150k 0 0:10:33 0:03:21 0:07:12 0 31 93.2M 31 29.5M 0 0 149k 0 0:10:36 0:03:22 0:07:14 0 31 93.2M 31 29.5M 0 0 149k 0 0:10:39 0:03:23 0:07:16 0 31 93.2M 31 29.5M 0 0 148k 0 0:10:42 0:03:24 0:07:18 0 31 93.2M 31 29.5M 0 0 147k 0 0:10:46 0:03:25 0:07:21 0 31 93.2M 31 29.5M 0 0 147k 0 0:10:49 0:03:26 0:07:23 0 31 93.2M 31 29.5M 0 0 146k 0 0:10:52 0:03:27 0:07:25 0 31 93.2M 31 29.5M 0 0 145k 0 0:10:55 0:03:28 0:07:27 0 31 93.2M 31 29.5M 0 0 144k 0 0:10:58 0:03:29 0:07:29 0 31 93.2M 31 29.5M 0 0 144k 0 0:11:01 0:03:30 0:07:31 0 31 93.2M 31 29.5M 0 0 143k 0 0:11:04 0:03:31 0:07:33 0 31 93.2M 31 29.5M 0 0 142k 0 0:11:08 0:03:32 0:07:36 0 31 93.2M 31 29.5M 0 0 142k 0 0:11:11 0:03:33 0:07:38 0 31 93.2M 31 29.5M 0 0 141k 0 0:11:14 0:03:34 0:07:40 0 31 93.2M 31 29.5M 0 0 140k 0 0:11:17 0:03:35 0:07:42 0 31 93.2M 31 29.5M 0 0 140k 0 0:11:20 0:03:36 0:07:44 0 31 93.2M 31 29.5M 0 0 139k 0 0:11:23 0:03:37 0:07:46 0 31 93.2M 31 29.5M 0 0 138k 0 0:11:27 0:03:38 0:07:49 0 31 93.2M 31 29.5M 0 0 138k 0 0:11:30 0:03:39 0:07:51 0 31 93.2M 31 29.5M 0 0 137k 0 0:11:33 0:03:40 0:07:53 0 31 93.2M 31 29.5M 0 0 137k 0 0:11:36 0:03:41 0:07:55 0 31 93.2M 31 29.5M 0 0 136k 0 0:11:39 0:03:42 0:07:57 0 31 93.2M 31 29.5M 0 0 135k 0 0:11:42 0:03:43 0:07:59 0 31 93.2M 31 29.5M 0 0 135k 0 0:11:46 0:03:44 0:08:02 0 31 93.2M 31 29.5M 0 0 134k 0 0:11:49 0:03:45 0:08:04 0 31 93.2M 31 29.5M 0 0 133k 0 0:11:52 0:03:46 0:08:06 0 31 93.2M 31 29.5M 0 0 133k 0 0:11:55 0:03:47 0:08:08 0 31 93.2M 31 29.5M 0 0 132k 0 0:11:58 0:03:48 0:08:10 0 31 93.2M 31 29.5M 0 0 132k 0 0:12:01 0:03:49 0:08:12 0 31 93.2M 31 29.5M 0 0 131k 0 0:12:04 0:03:50 0:08:14 0 31 93.2M 31 29.5M 0 0 131k 0 0:12:08 0:03:51 0:08:17 0 31 93.2M 31 29.5M 0 0 130k 0 0:12:11 0:03:52 0:08:19 0 31 93.2M 31 29.5M 0 0 129k 0 0:12:14 0:03:53 0:08:21 0 31 93.2M 31 29.5M 0 0 129k 0 0:12:17 0:03:54 0:08:23 0 31 93.2M 31 29.5M 0 0 128k 0 0:12:20 0:03:55 0:08:25 0 31 93.2M 31 29.5M 0 0 128k 0 0:12:23 0:03:56 0:08:27 0 31 93.2M 31 29.5M 0 0 127k 0 0:12:27 0:03:57 0:08:30 0 31 93.2M 31 29.5M 0 0 127k 0 0:12:30 0:03:58 0:08:32 0 31 93.2M 31 29.5M 0 0 126k 0 0:12:33 0:03:59 0:08:34 0 31 93.2M 31 29.6M 0 0 126k 0 0:12:35 0:03:59 0:08:36 3413 36 93.2M 36 34.2M 0 0 145k 0 0:10:57 0:04:01 0:06:56 907k 36 93.2M 36 34.2M 0 0 144k 0 0:10:59 0:04:02 0:06:57 907k 36 93.2M 36 34.2M 0 0 144k 0 0:11:02 0:04:03 0:06:59 907k 36 93.2M 36 34.2M 0 0 143k 0 0:11:05 0:04:04 0:07:01 907k 36 93.2M 36 34.2M 0 0 142k 0 0:11:07 0:04:05 0:07:02 868k 36 93.2M 36 34.2M 0 0 142k 0 0:11:10 0:04:06 0:07:04 0 36 93.2M 36 34.2M 0 0 141k 0 0:11:13 0:04:07 0:07:06 0 36 93.2M 36 34.2M 0 0 141k 0 0:11:16 0:04:08 0:07:08 0 36 93.2M 36 34.2M 0 0 140k 0 0:11:18 0:04:09 0:07:09 0 36 93.2M 36 34.2M 0 0 140k 0 0:11:21 0:04:10 0:07:11 0 36 93.2M 36 34.2M 0 0 139k 0 0:11:24 0:04:11 0:07:13 0 36 93.2M 36 34.2M 0 0 138k 0 0:11:27 0:04:12 0:07:15 0 36 93.2M 36 34.2M 0 0 138k 0 0:11:29 0:04:13 0:07:16 0 36 93.2M 36 34.2M 0 0 137k 0 0:11:32 0:04:14 0:07:18 0 36 93.2M 36 34.2M 0 0 137k 0 0:11:35 0:04:15 0:07:20 0 36 93.2M 36 34.2M 0 0 136k 0 0:11:37 0:04:16 0:07:21 0 36 93.2M 36 34.2M 0 0 136k 0 0:11:40 0:04:17 0:07:23 0 36 93.2M 36 34.2M 0 0 135k 0 0:11:43 0:04:18 0:07:25 0 36 93.2M 36 34.2M 0 0 135k 0 0:11:46 0:04:19 0:07:27 0 36 93.2M 36 34.2M 0 0 134k 0 0:11:48 0:04:20 0:07:28 0 36 93.2M 36 34.2M 0 0 134k 0 0:11:51 0:04:21 0:07:30 0 36 93.2M 36 34.2M 0 0 133k 0 0:11:54 0:04:22 0:07:32 0 36 93.2M 36 34.2M 0 0 133k 0 0:11:57 0:04:23 0:07:34 0 36 93.2M 36 34.2M 0 0 132k 0 0:11:59 0:04:24 0:07:35 0 36 93.2M 36 34.2M 0 0 132k 0 0:12:02 0:04:25 0:07:37 0 36 93.2M 36 34.2M 0 0 131k 0 0:12:05 0:04:26 0:07:39 0 36 93.2M 36 34.2M 0 0 131k 0 0:12:07 0:04:27 0:07:40 0 36 93.2M 36 34.2M 0 0 130k 0 0:12:10 0:04:28 0:07:42 0 36 93.2M 36 34.2M 0 0 130k 0 0:12:13 0:04:29 0:07:44 0 36 93.2M 36 34.2M 0 0 129k 0 0:12:16 0:04:30 0:07:46 0 36 93.2M 36 34.2M 0 0 129k 0 0:12:18 0:04:31 0:07:47 0 36 93.2M 36 34.2M 0 0 128k 0 0:12:21 0:04:32 0:07:49 0 36 93.2M 36 34.2M 0 0 128k 0 0:12:24 0:04:33 0:07:51 0 36 93.2M 36 34.2M 0 0 127k 0 0:12:27 0:04:34 0:07:53 0 36 93.2M 36 34.2M 0 0 127k 0 0:12:29 0:04:35 0:07:54 0 36 93.2M 36 34.2M 0 0 126k 0 0:12:32 0:04:36 0:07:56 0 36 93.2M 36 34.2M 0 0 126k 0 0:12:35 0:04:37 0:07:58 0 36 93.2M 36 34.2M 0 0 125k 0 0:12:37 0:04:38 0:07:59 0 36 93.2M 36 34.2M 0 0 125k 0 0:12:40 0:04:39 0:08:01 0 36 93.2M 36 34.2M 0 0 125k 0 0:12:43 0:04:40 0:08:03 0 36 93.2M 36 34.2M 0 0 124k 0 0:12:46 0:04:41 0:08:05 0 36 93.2M 36 34.2M 0 0 124k 0 0:12:48 0:04:42 0:08:06 0 36 93.2M 36 34.2M 0 0 123k 0 0:12:51 0:04:43 0:08:08 0 36 93.2M 36 34.2M 0 0 123k 0 0:12:54 0:04:44 0:08:10 0 36 93.2M 36 34.2M 0 0 122k 0 0:12:57 0:04:45 0:08:12 0 36 93.2M 36 34.2M 0 0 122k 0 0:12:59 0:04:46 0:08:13 0 36 93.2M 36 34.2M 0 0 121k 0 0:13:02 0:04:47 0:08:15 0 36 93.2M 36 34.2M 0 0 121k 0 0:13:05 0:04:48 0:08:17 0 36 93.2M 36 34.2M 0 0 121k 0 0:13:07 0:04:49 0:08:18 0 36 93.2M 36 34.2M 0 0 120k 0 0:13:10 0:04:50 0:08:20 0 36 93.2M 36 34.2M 0 0 120k 0 0:13:13 0:04:51 0:08:22 0 36 93.2M 36 34.2M 0 0 119k 0 0:13:16 0:04:52 0:08:24 0 36 93.2M 36 34.2M 0 0 119k 0 0:13:18 0:04:53 0:08:25 0 36 93.2M 36 34.2M 0 0 119k 0 0:13:21 0:04:54 0:08:27 0 36 93.2M 36 34.2M 0 0 118k 0 0:13:24 0:04:55 0:08:29 0 36 93.2M 36 34.2M 0 0 118k 0 0:13:27 0:04:56 0:08:31 0 36 93.2M 36 34.2M 0 0 117k 0 0:13:29 0:04:57 0:08:32 0 36 93.2M 36 34.2M 0 0 117k 0 0:13:32 0:04:58 0:08:34 0 36 93.2M 36 34.2M 0 0 117k 0 0:13:35 0:04:59 0:08:36 0 36 93.2M 36 34.2M 0 0 117k 0 0:13:34 0:04:59 0:08:35 11319 47 93.2M 47 44.2M 0 0 150k 0 0:10:34 0:05:00 0:05:34 2358k 55 93.2M 55 51.6M 0 0 175k 0 0:09:04 0:05:02 0:04:02 3820k 55 93.2M 55 51.6M 0 0 174k 0 0:09:06 0:05:03 0:04:03 3820k 55 93.2M 55 51.6M 0 0 173k 0 0:09:08 0:05:04 0:04:04 3820k 55 93.2M 55 51.6M 0 0 173k 0 0:09:10 0:05:05 0:04:05 3332k 55 93.2M 55 51.6M 0 0 172k 0 0:09:12 0:05:06 0:04:06 1429k 55 93.2M 55 51.6M 0 0 172k 0 0:09:14 0:05:07 0:04:07 0 55 93.2M 55 51.6M 0 0 171k 0 0:09:15 0:05:08 0:04:07 0 55 93.2M 55 51.6M 0 0 171k 0 0:09:17 0:05:09 0:04:08 0 55 93.2M 55 51.6M 0 0 170k 0 0:09:19 0:05:10 0:04:09 0 55 93.2M 55 51.6M 0 0 170k 0 0:09:21 0:05:11 0:04:10 0 55 93.2M 55 51.6M 0 0 169k 0 0:09:23 0:05:12 0:04:11 0 55 93.2M 55 51.6M 0 0 168k 0 0:09:24 0:05:13 0:04:11 0 55 93.2M 55 51.6M 0 0 168k 0 0:09:26 0:05:14 0:04:12 0 55 93.2M 55 51.6M 0 0 167k 0 0:09:28 0:05:15 0:04:13 0 55 93.2M 55 51.6M 0 0 167k 0 0:09:30 0:05:16 0:04:14 0 55 93.2M 55 51.6M 0 0 166k 0 0:09:32 0:05:17 0:04:15 0 55 93.2M 55 51.6M 0 0 166k 0 0:09:33 0:05:18 0:04:15 0 55 93.2M 55 51.6M 0 0 165k 0 0:09:35 0:05:19 0:04:16 0 55 93.2M 55 51.6M 0 0 165k 0 0:09:37 0:05:20 0:04:17 0 55 93.2M 55 51.6M 0 0 164k 0 0:09:39 0:05:21 0:04:18 0 55 93.2M 55 51.6M 0 0 164k 0 0:09:41 0:05:22 0:04:19 0 55 93.2M 55 51.6M 0 0 163k 0 0:09:42 0:05:23 0:04:19 0 55 93.2M 55 51.6M 0 0 163k 0 0:09:44 0:05:24 0:04:20 0 55 93.2M 55 51.6M 0 0 162k 0 0:09:46 0:05:25 0:04:21 0 55 93.2M 55 51.6M 0 0 162k 0 0:09:48 0:05:26 0:04:22 0 55 93.2M 55 51.6M 0 0 161k 0 0:09:50 0:05:27 0:04:23 0 55 93.2M 55 51.6M 0 0 161k 0 0:09:51 0:05:28 0:04:23 0 55 93.2M 55 51.6M 0 0 160k 0 0:09:53 0:05:29 0:04:24 0 55 93.2M 55 51.6M 0 0 160k 0 0:09:55 0:05:30 0:04:25 0 55 93.2M 55 51.6M 0 0 159k 0 0:09:57 0:05:31 0:04:26 0 55 93.2M 55 51.6M 0 0 159k 0 0:09:59 0:05:32 0:04:27 0 55 93.2M 55 51.6M 0 0 158k 0 0:10:01 0:05:33 0:04:28 0 55 93.2M 55 51.6M 0 0 158k 0 0:10:02 0:05:34 0:04:28 0 55 93.2M 55 51.6M 0 0 157k 0 0:10:04 0:05:35 0:04:29 0 55 93.2M 55 51.6M 0 0 157k 0 0:10:06 0:05:36 0:04:30 0 55 93.2M 55 51.6M 0 0 156k 0 0:10:08 0:05:37 0:04:31 0 55 93.2M 55 51.6M 0 0 156k 0 0:10:10 0:05:38 0:04:32 0 55 93.2M 55 51.6M 0 0 155k 0 0:10:11 0:05:39 0:04:32 0 55 93.2M 55 51.6M 0 0 155k 0 0:10:13 0:05:40 0:04:33 0 55 93.2M 55 51.6M 0 0 155k 0 0:10:15 0:05:41 0:04:34 0 55 93.2M 55 51.6M 0 0 154k 0 0:10:17 0:05:42 0:04:35 0 55 93.2M 55 51.6M 0 0 154k 0 0:10:19 0:05:43 0:04:36 0 55 93.2M 55 51.6M 0 0 153k 0 0:10:20 0:05:44 0:04:36 0 55 93.2M 55 51.6M 0 0 153k 0 0:10:22 0:05:45 0:04:37 0 55 93.2M 55 51.6M 0 0 152k 0 0:10:24 0:05:46 0:04:38 0 55 93.2M 55 51.6M 0 0 152k 0 0:10:26 0:05:47 0:04:39 0 55 93.2M 55 51.6M 0 0 151k 0 0:10:28 0:05:48 0:04:40 0 55 93.2M 55 51.6M 0 0 151k 0 0:10:29 0:05:49 0:04:40 0 55 93.2M 55 51.6M 0 0 151k 0 0:10:31 0:05:50 0:04:41 0 55 93.2M 55 51.6M 0 0 150k 0 0:10:33 0:05:51 0:04:42 0 55 93.2M 55 51.6M 0 0 150k 0 0:10:35 0:05:52 0:04:43 0 55 93.2M 55 51.6M 0 0 149k 0 0:10:37 0:05:53 0:04:44 0 55 93.2M 55 51.6M 0 0 149k 0 0:10:38 0:05:54 0:04:44 0 55 93.2M 55 51.6M 0 0 148k 0 0:10:40 0:05:55 0:04:45 0 55 93.2M 55 51.6M 0 0 148k 0 0:10:42 0:05:56 0:04:46 0 55 93.2M 55 51.6M 0 0 148k 0 0:10:44 0:05:57 0:04:47 0 55 93.2M 55 51.6M 0 0 147k 0 0:10:46 0:05:58 0:04:48 0 55 93.2M 55 51.6M 0 0 147k 0 0:10:47 0:05:59 0:04:48 0 55 93.2M 55 51.6M 0 0 146k 0 0:10:49 0:06:00 0:04:49 0 55 93.2M 55 51.7M 0 0 146k 0 0:10:50 0:06:00 0:04:50 3624 61 93.2M 61 57.3M 0 0 162k 0 0:09:48 0:06:02 0:03:46 1164k 61 93.2M 61 57.3M 0 0 161k 0 0:09:50 0:06:03 0:03:47 1164k 61 93.2M 61 57.3M 0 0 161k 0 0:09:52 0:06:04 0:03:48 1164k 61 93.2M 61 57.3M 0 0 160k 0 0:09:53 0:06:05 0:03:48 1164k 61 93.2M 61 57.3M 0 0 160k 0 0:09:55 0:06:06 0:03:49 1056k 61 93.2M 61 57.3M 0 0 159k 0 0:09:57 0:06:07 0:03:50 0 61 93.2M 61 57.3M 0 0 159k 0 0:09:58 0:06:08 0:03:50 0 61 93.2M 61 57.3M 0 0 159k 0 0:10:00 0:06:09 0:03:51 0 61 93.2M 61 57.3M 0 0 158k 0 0:10:01 0:06:10 0:03:51 0 61 93.2M 61 57.3M 0 0 158k 0 0:10:03 0:06:11 0:03:52 0 61 93.2M 61 57.3M 0 0 157k 0 0:10:05 0:06:12 0:03:53 0 61 93.2M 61 57.3M 0 0 157k 0 0:10:06 0:06:13 0:03:53 0 61 93.2M 61 57.3M 0 0 156k 0 0:10:08 0:06:14 0:03:54 0 61 93.2M 61 57.3M 0 0 156k 0 0:10:10 0:06:15 0:03:55 0 61 93.2M 61 57.3M 0 0 156k 0 0:10:11 0:06:16 0:03:55 0 61 93.2M 61 57.3M 0 0 155k 0 0:10:13 0:06:17 0:03:56 0 61 93.2M 61 57.3M 0 0 155k 0 0:10:14 0:06:18 0:03:56 0 61 93.2M 61 57.3M 0 0 154k 0 0:10:16 0:06:19 0:03:57 0 61 93.2M 61 57.3M 0 0 154k 0 0:10:18 0:06:20 0:03:58 0 61 93.2M 61 57.3M 0 0 153k 0 0:10:19 0:06:21 0:03:58 0 61 93.2M 61 57.3M 0 0 153k 0 0:10:21 0:06:22 0:03:59 0 61 93.2M 61 57.3M 0 0 153k 0 0:10:23 0:06:23 0:04:00 0 61 93.2M 61 57.3M 0 0 152k 0 0:10:24 0:06:24 0:04:00 0 61 93.2M 61 57.3M 0 0 152k 0 0:10:26 0:06:25 0:04:01 0 61 93.2M 61 57.3M 0 0 151k 0 0:10:27 0:06:26 0:04:01 0 61 93.2M 61 57.3M 0 0 151k 0 0:10:29 0:06:27 0:04:02 0 61 93.2M 61 57.3M 0 0 151k 0 0:10:31 0:06:28 0:04:03 0 61 93.2M 61 57.3M 0 0 150k 0 0:10:32 0:06:29 0:04:03 0 61 93.2M 61 57.3M 0 0 150k 0 0:10:34 0:06:30 0:04:04 0 61 93.2M 61 57.3M 0 0 150k 0 0:10:36 0:06:31 0:04:05 0 61 93.2M 61 57.3M 0 0 149k 0 0:10:37 0:06:32 0:04:05 0 61 93.2M 61 57.3M 0 0 149k 0 0:10:39 0:06:33 0:04:06 0 61 93.2M 61 57.3M 0 0 148k 0 0:10:41 0:06:34 0:04:07 0 61 93.2M 61 57.3M 0 0 148k 0 0:10:42 0:06:35 0:04:07 0 61 93.2M 61 57.3M 0 0 148k 0 0:10:44 0:06:36 0:04:08 0 61 93.2M 61 57.3M 0 0 147k 0 0:10:45 0:06:37 0:04:08 0 61 93.2M 61 57.3M 0 0 147k 0 0:10:47 0:06:38 0:04:09 0 61 93.2M 61 57.3M 0 0 147k 0 0:10:49 0:06:39 0:04:10 0 61 93.2M 61 57.3M 0 0 146k 0 0:10:50 0:06:40 0:04:10 0 61 93.2M 61 57.3M 0 0 146k 0 0:10:52 0:06:41 0:04:11 0 61 93.2M 61 57.3M 0 0 145k 0 0:10:54 0:06:42 0:04:12 0 61 93.2M 61 57.3M 0 0 145k 0 0:10:55 0:06:43 0:04:12 0 61 93.2M 61 57.3M 0 0 145k 0 0:10:57 0:06:44 0:04:13 0 61 93.2M 61 57.3M 0 0 144k 0 0:10:58 0:06:45 0:04:13 0 61 93.2M 61 57.3M 0 0 144k 0 0:11:00 0:06:46 0:04:14 0 61 93.2M 61 57.3M 0 0 144k 0 0:11:02 0:06:47 0:04:15 0 61 93.2M 61 57.3M 0 0 143k 0 0:11:03 0:06:48 0:04:15 0 61 93.2M 61 57.3M 0 0 143k 0 0:11:05 0:06:49 0:04:16 0 61 93.2M 61 57.3M 0 0 143k 0 0:11:07 0:06:50 0:04:17 0 61 93.2M 61 57.3M 0 0 142k 0 0:11:08 0:06:51 0:04:17 0 61 93.2M 61 57.3M 0 0 142k 0 0:11:10 0:06:52 0:04:18 0 61 93.2M 61 57.3M 0 0 142k 0 0:11:11 0:06:53 0:04:18 0 61 93.2M 61 57.3M 0 0 141k 0 0:11:13 0:06:54 0:04:19 0 61 93.2M 61 57.3M 0 0 141k 0 0:11:15 0:06:55 0:04:20 0 61 93.2M 61 57.3M 0 0 141k 0 0:11:16 0:06:56 0:04:20 0 61 93.2M 61 57.3M 0 0 140k 0 0:11:18 0:06:57 0:04:21 0 61 93.2M 61 57.3M 0 0 140k 0 0:11:20 0:06:58 0:04:22 0 61 93.2M 61 57.3M 0 0 140k 0 0:11:21 0:06:59 0:04:22 0 61 93.2M 61 57.3M 0 0 139k 0 0:11:23 0:07:00 0:04:23 0 61 93.2M 61 57.5M 0 0 139k 0 0:11:22 0:07:00 0:04:22 40524 66 93.2M 66 61.9M 0 0 150k 0 0:10:35 0:07:02 0:03:33 984k 66 93.2M 66 61.9M 0 0 149k 0 0:10:36 0:07:03 0:03:33 984k 66 93.2M 66 61.9M 0 0 149k 0 0:10:38 0:07:04 0:03:34 984k 66 93.2M 66 61.9M 0 0 149k 0 0:10:39 0:07:05 0:03:34 984k 66 93.2M 66 61.9M 0 0 148k 0 0:10:41 0:07:06 0:03:35 849k 66 93.2M 66 61.9M 0 0 148k 0 0:10:42 0:07:07 0:03:35 0 66 93.2M 66 61.9M 0 0 148k 0 0:10:44 0:07:08 0:03:36 0 66 93.2M 66 61.9M 0 0 147k 0 0:10:45 0:07:09 0:03:36 0 66 93.2M 66 61.9M 0 0 147k 0 0:10:47 0:07:10 0:03:37 0 66 93.2M 66 61.9M 0 0 147k 0 0:10:48 0:07:11 0:03:37 0 66 93.2M 66 61.9M 0 0 146k 0 0:10:50 0:07:12 0:03:38 0 66 93.2M 66 61.9M 0 0 146k 0 0:10:51 0:07:13 0:03:38 0 66 93.2M 66 61.9M 0 0 146k 0 0:10:53 0:07:14 0:03:39 0 66 93.2M 66 61.9M 0 0 145k 0 0:10:54 0:07:15 0:03:39 0 66 93.2M 66 61.9M 0 0 145k 0 0:10:56 0:07:16 0:03:40 0 66 93.2M 66 61.9M 0 0 145k 0 0:10:57 0:07:17 0:03:40 0 66 93.2M 66 61.9M 0 0 144k 0 0:10:59 0:07:18 0:03:41 0 66 93.2M 66 61.9M 0 0 144k 0 0:11:00 0:07:19 0:03:41 0 66 93.2M 66 61.9M 0 0 144k 0 0:11:02 0:07:20 0:03:42 0 66 93.2M 66 61.9M 0 0 143k 0 0:11:03 0:07:21 0:03:42 0 66 93.2M 66 61.9M 0 0 143k 0 0:11:05 0:07:22 0:03:43 0 66 93.2M 66 61.9M 0 0 143k 0 0:11:06 0:07:23 0:03:43 0 66 93.2M 66 61.9M 0 0 142k 0 0:11:08 0:07:24 0:03:44 0 66 93.2M 66 61.9M 0 0 142k 0 0:11:10 0:07:25 0:03:45 0 66 93.2M 66 61.9M 0 0 142k 0 0:11:11 0:07:26 0:03:45 0 66 93.2M 66 61.9M 0 0 141k 0 0:11:13 0:07:27 0:03:46 0 66 93.2M 66 61.9M 0 0 141k 0 0:11:14 0:07:28 0:03:46 0 66 93.2M 66 61.9M 0 0 141k 0 0:11:16 0:07:29 0:03:47 0 66 93.2M 66 61.9M 0 0 140k 0 0:11:17 0:07:30 0:03:47 0 66 93.2M 66 61.9M 0 0 140k 0 0:11:19 0:07:31 0:03:48 0 66 93.2M 66 61.9M 0 0 140k 0 0:11:20 0:07:32 0:03:48 0 66 93.2M 66 61.9M 0 0 139k 0 0:11:22 0:07:33 0:03:49 0 66 93.2M 66 61.9M 0 0 139k 0 0:11:23 0:07:34 0:03:49 0 66 93.2M 66 61.9M 0 0 139k 0 0:11:25 0:07:35 0:03:50 0 66 93.2M 66 61.9M 0 0 139k 0 0:11:26 0:07:36 0:03:50 0 66 93.2M 66 61.9M 0 0 138k 0 0:11:28 0:07:37 0:03:51 0 66 93.2M 66 61.9M 0 0 138k 0 0:11:29 0:07:38 0:03:51 0 66 93.2M 66 61.9M 0 0 138k 0 0:11:31 0:07:39 0:03:52 0 66 93.2M 66 61.9M 0 0 137k 0 0:11:32 0:07:40 0:03:52 0 66 93.2M 66 61.9M 0 0 137k 0 0:11:34 0:07:41 0:03:53 0 66 93.2M 66 61.9M 0 0 137k 0 0:11:35 0:07:42 0:03:53 0 66 93.2M 66 61.9M 0 0 136k 0 0:11:37 0:07:43 0:03:54 0 66 93.2M 66 61.9M 0 0 136k 0 0:11:38 0:07:44 0:03:54 0 66 93.2M 66 61.9M 0 0 136k 0 0:11:40 0:07:45 0:03:55 0 66 93.2M 66 61.9M 0 0 136k 0 0:11:41 0:07:46 0:03:55 0 66 93.2M 66 61.9M 0 0 135k 0 0:11:43 0:07:47 0:03:56 0 66 93.2M 66 61.9M 0 0 135k 0 0:11:44 0:07:48 0:03:56 0 66 93.2M 66 61.9M 0 0 135k 0 0:11:46 0:07:49 0:03:57 0 66 93.2M 66 61.9M 0 0 134k 0 0:11:47 0:07:50 0:03:57 0 66 93.2M 66 61.9M 0 0 134k 0 0:11:49 0:07:51 0:03:58 0 66 93.2M 66 61.9M 0 0 134k 0 0:11:50 0:07:52 0:03:58 0 66 93.2M 66 61.9M 0 0 134k 0 0:11:52 0:07:53 0:03:59 0 66 93.2M 66 61.9M 0 0 133k 0 0:11:53 0:07:54 0:03:59 0 66 93.2M 66 61.9M 0 0 133k 0 0:11:55 0:07:55 0:04:00 0 66 93.2M 66 61.9M 0 0 133k 0 0:11:56 0:07:56 0:04:00 0 66 93.2M 66 61.9M 0 0 132k 0 0:11:58 0:07:57 0:04:01 0 66 93.2M 66 61.9M 0 0 132k 0 0:11:59 0:07:58 0:04:01 0 66 93.2M 66 61.9M 0 0 132k 0 0:12:01 0:07:59 0:04:02 0 66 93.2M 66 61.9M 0 0 132k 0 0:12:02 0:08:00 0:04:02 0 68 93.2M 68 63.7M 0 0 135k 0 0:11:42 0:08:00 0:03:42 403k 68 93.2M 68 64.2M 0 0 136k 0 0:11:39 0:08:01 0:03:38 502k 68 93.2M 68 64.2M 0 0 136k 0 0:11:40 0:08:02 0:03:38 502k 68 93.2M 68 64.2M 0 0 135k 0 0:11:42 0:08:03 0:03:39 502k 68 93.2M 68 64.2M 0 0 135k 0 0:11:43 0:08:04 0:03:39 502k 68 93.2M 68 64.2M 0 0 135k 0 0:11:45 0:08:05 0:03:40 97177 68 93.2M 68 64.2M 0 0 135k 0 0:11:46 0:08:06 0:03:40 0 68 93.2M 68 64.2M 0 0 134k 0 0:11:48 0:08:07 0:03:41 0 68 93.2M 68 64.2M 0 0 134k 0 0:11:49 0:08:08 0:03:41 0 68 93.2M 68 64.2M 0 0 134k 0 0:11:50 0:08:09 0:03:41 0 68 93.2M 68 64.2M 0 0 133k 0 0:11:52 0:08:10 0:03:42 0 68 93.2M 68 64.2M 0 0 133k 0 0:11:53 0:08:11 0:03:42 0 68 93.2M 68 64.2M 0 0 133k 0 0:11:55 0:08:12 0:03:43 0 68 93.2M 68 64.2M 0 0 133k 0 0:11:56 0:08:13 0:03:43 0 68 93.2M 68 64.2M 0 0 132k 0 0:11:58 0:08:14 0:03:44 0 68 93.2M 68 64.2M 0 0 132k 0 0:11:59 0:08:15 0:03:44 0 68 93.2M 68 64.2M 0 0 132k 0 0:12:01 0:08:16 0:03:45 0 68 93.2M 68 64.2M 0 0 132k 0 0:12:02 0:08:17 0:03:45 0 68 93.2M 68 64.2M 0 0 131k 0 0:12:04 0:08:18 0:03:46 0 68 93.2M 68 64.2M 0 0 131k 0 0:12:05 0:08:19 0:03:46 0 68 93.2M 68 64.2M 0 0 131k 0 0:12:06 0:08:20 0:03:46 0 68 93.2M 68 64.2M 0 0 131k 0 0:12:08 0:08:21 0:03:47 0 68 93.2M 68 64.2M 0 0 130k 0 0:12:09 0:08:22 0:03:47 0 68 93.2M 68 64.2M 0 0 130k 0 0:12:11 0:08:23 0:03:48 0 68 93.2M 68 64.2M 0 0 130k 0 0:12:12 0:08:24 0:03:48 0 68 93.2M 68 64.2M 0 0 129k 0 0:12:14 0:08:25 0:03:49 0 68 93.2M 68 64.2M 0 0 129k 0 0:12:15 0:08:26 0:03:49 0 68 93.2M 68 64.2M 0 0 129k 0 0:12:17 0:08:28 0:03:49 0 68 93.2M 68 64.2M 0 0 129k 0 0:12:18 0:08:29 0:03:49 0 68 93.2M 68 64.2M 0 0 128k 0 0:12:20 0:08:30 0:03:50 0 68 93.2M 68 64.2M 0 0 128k 0 0:12:21 0:08:31 0:03:50 0 68 93.2M 68 64.2M 0 0 128k 0 0:12:22 0:08:32 0:03:50 0 68 93.2M 68 64.2M 0 0 128k 0 0:12:24 0:08:33 0:03:51 0 68 93.2M 68 64.2M 0 0 127k 0 0:12:25 0:08:34 0:03:51 0 68 93.2M 68 64.2M 0 0 127k 0 0:12:27 0:08:35 0:03:52 0 68 93.2M 68 64.2M 0 0 127k 0 0:12:28 0:08:36 0:03:52 0 68 93.2M 68 64.2M 0 0 127k 0 0:12:30 0:08:37 0:03:53 0 68 93.2M 68 64.2M 0 0 126k 0 0:12:31 0:08:38 0:03:53 0 68 93.2M 68 64.2M 0 0 126k 0 0:12:33 0:08:39 0:03:54 0 68 93.2M 68 64.2M 0 0 126k 0 0:12:34 0:08:40 0:03:54 0 68 93.2M 68 64.2M 0 0 126k 0 0:12:36 0:08:41 0:03:55 0 68 93.2M 68 64.2M 0 0 126k 0 0:12:37 0:08:42 0:03:55 0 68 93.2M 68 64.2M 0 0 125k 0 0:12:38 0:08:43 0:03:55 0 68 93.2M 68 64.2M 0 0 125k 0 0:12:40 0:08:44 0:03:56 0 68 93.2M 68 64.2M 0 0 125k 0 0:12:41 0:08:45 0:03:56 0 68 93.2M 68 64.2M 0 0 125k 0 0:12:43 0:08:46 0:03:57 0 68 93.2M 68 64.2M 0 0 124k 0 0:12:44 0:08:47 0:03:57 0 68 93.2M 68 64.2M 0 0 124k 0 0:12:46 0:08:48 0:03:58 0 68 93.2M 68 64.2M 0 0 124k 0 0:12:47 0:08:49 0:03:58 0 68 93.2M 68 64.2M 0 0 124k 0 0:12:49 0:08:50 0:03:59 0 68 93.2M 68 64.2M 0 0 123k 0 0:12:50 0:08:51 0:03:59 0 68 93.2M 68 64.2M 0 0 123k 0 0:12:52 0:08:52 0:04:00 0 68 93.2M 68 64.2M 0 0 123k 0 0:12:53 0:08:53 0:04:00 0 68 93.2M 68 64.2M 0 0 123k 0 0:12:54 0:08:54 0:04:00 0 68 93.2M 68 64.2M 0 0 122k 0 0:12:56 0:08:55 0:04:01 0 68 93.2M 68 64.2M 0 0 122k 0 0:12:57 0:08:56 0:04:01 0 68 93.2M 68 64.2M 0 0 122k 0 0:12:59 0:08:57 0:04:02 0 68 93.2M 68 64.2M 0 0 122k 0 0:13:00 0:08:58 0:04:02 0 68 93.2M 68 64.2M 0 0 122k 0 0:13:02 0:08:59 0:04:03 0 68 93.2M 68 64.2M 0 0 121k 0 0:13:03 0:09:00 0:04:03 0 70 93.2M 70 65.4M 0 0 123k 0 0:12:51 0:09:01 0:03:50 212k 70 93.2M 70 65.4M 0 0 123k 0 0:12:53 0:09:02 0:03:51 212k 70 93.2M 70 65.4M 0 0 123k 0 0:12:54 0:09:03 0:03:51 212k 70 93.2M 70 65.4M 0 0 122k 0 0:12:56 0:09:04 0:03:52 212k 70 93.2M 70 65.4M 0 0 122k 0 0:12:57 0:09:05 0:03:52 212k 70 93.2M 70 65.4M 0 0 122k 0 0:12:59 0:09:06 0:03:53 0 70 93.2M 70 65.4M 0 0 122k 0 0:13:00 0:09:07 0:03:53 0 70 93.2M 70 65.4M 0 0 122k 0 0:13:01 0:09:08 0:03:53 0 70 93.2M 70 65.4M 0 0 121k 0 0:13:03 0:09:09 0:03:54 0 70 93.2M 70 65.4M 0 0 121k 0 0:13:04 0:09:10 0:03:54 0 70 93.2M 70 65.4M 0 0 121k 0 0:13:06 0:09:11 0:03:55 0 70 93.2M 70 65.4M 0 0 121k 0 0:13:07 0:09:12 0:03:55 0 70 93.2M 70 65.4M 0 0 120k 0 0:13:09 0:09:13 0:03:56 0 70 93.2M 70 65.4M 0 0 120k 0 0:13:10 0:09:14 0:03:56 0 70 93.2M 70 65.4M 0 0 120k 0 0:13:11 0:09:15 0:03:56 0 70 93.2M 70 65.4M 0 0 120k 0 0:13:13 0:09:16 0:03:57 0 70 93.2M 70 65.4M 0 0 120k 0 0:13:14 0:09:17 0:03:57 0 70 93.2M 70 65.4M 0 0 119k 0 0:13:16 0:09:18 0:03:58 0 70 93.2M 70 65.4M 0 0 119k 0 0:13:17 0:09:19 0:03:58 0 70 93.2M 70 65.4M 0 0 119k 0 0:13:19 0:09:20 0:03:59 0 70 93.2M 70 65.4M 0 0 119k 0 0:13:20 0:09:21 0:03:59 0 70 93.2M 70 65.4M 0 0 119k 0 0:13:21 0:09:22 0:03:59 0 70 93.2M 70 65.4M 0 0 118k 0 0:13:23 0:09:23 0:04:00 0 70 93.2M 70 65.4M 0 0 118k 0 0:13:24 0:09:24 0:04:00 0 70 93.2M 70 65.4M 0 0 118k 0 0:13:26 0:09:25 0:04:01 0 70 93.2M 70 65.4M 0 0 118k 0 0:13:27 0:09:26 0:04:01 0 70 93.2M 70 65.4M 0 0 117k 0 0:13:29 0:09:27 0:04:02 0 70 93.2M 70 65.4M 0 0 117k 0 0:13:30 0:09:28 0:04:02 0 70 93.2M 70 65.4M 0 0 117k 0 0:13:31 0:09:29 0:04:02 0 70 93.2M 70 65.4M 0 0 117k 0 0:13:33 0:09:30 0:04:03 0 70 93.2M 70 65.4M 0 0 117k 0 0:13:34 0:09:31 0:04:03 0 70 93.2M 70 65.4M 0 0 116k 0 0:13:36 0:09:32 0:04:04 0 70 93.2M 70 65.4M 0 0 116k 0 0:13:37 0:09:33 0:04:04 0 70 93.2M 70 65.4M 0 0 116k 0 0:13:39 0:09:34 0:04:05 0 70 93.2M 70 65.4M 0 0 116k 0 0:13:40 0:09:35 0:04:05 0 70 93.2M 70 65.4M 0 0 116k 0 0:13:41 0:09:36 0:04:05 0 70 93.2M 70 65.4M 0 0 115k 0 0:13:43 0:09:37 0:04:06 0 70 93.2M 70 65.4M 0 0 115k 0 0:13:44 0:09:38 0:04:06 0 70 93.2M 70 65.4M 0 0 115k 0 0:13:46 0:09:39 0:04:07 0 70 93.2M 70 65.4M 0 0 115k 0 0:13:47 0:09:40 0:04:07 0 70 93.2M 70 65.4M 0 0 115k 0 0:13:49 0:09:41 0:04:08 0 70 93.2M 70 65.4M 0 0 114k 0 0:13:50 0:09:42 0:04:08 0 70 93.2M 70 65.4M 0 0 114k 0 0:13:51 0:09:43 0:04:08 0 70 93.2M 70 65.4M 0 0 114k 0 0:13:53 0:09:44 0:04:09 0 70 93.2M 70 65.4M 0 0 114k 0 0:13:54 0:09:45 0:04:09 0 70 93.2M 70 65.4M 0 0 114k 0 0:13:56 0:09:46 0:04:10 0 70 93.2M 70 65.4M 0 0 113k 0 0:13:57 0:09:47 0:04:10 0 70 93.2M 70 65.4M 0 0 113k 0 0:13:59 0:09:48 0:04:11 0 70 93.2M 70 65.4M 0 0 113k 0 0:14:00 0:09:49 0:04:11 0 70 93.2M 70 65.4M 0 0 113k 0 0:14:01 0:09:50 0:04:11 0 70 93.2M 70 65.4M 0 0 113k 0 0:14:03 0:09:51 0:04:12 0 70 93.2M 70 65.4M 0 0 112k 0 0:14:04 0:09:52 0:04:12 0 70 93.2M 70 65.4M 0 0 112k 0 0:14:06 0:09:53 0:04:13 0 70 93.2M 70 65.4M 0 0 112k 0 0:14:07 0:09:54 0:04:13 0 70 93.2M 70 65.4M 0 0 112k 0 0:14:09 0:09:55 0:04:14 0 70 93.2M 70 65.4M 0 0 112k 0 0:14:10 0:09:56 0:04:14 0 70 93.2M 70 65.4M 0 0 112k 0 0:14:11 0:09:57 0:04:14 0 70 93.2M 70 65.4M 0 0 111k 0 0:14:13 0:09:58 0:04:15 0 70 93.2M 70 65.4M 0 0 111k 0 0:14:14 0:09:59 0:04:15 0 73 93.2M 73 68.5M 0 0 116k 0 0:13:36 0:10:00 0:03:36 646k 83 93.2M 83 77.4M 0 0 131k 0 0:12:05 0:10:02 0:02:03 2298k 83 93.2M 83 77.4M 0 0 131k 0 0:12:06 0:10:03 0:02:03 2298k 83 93.2M 83 77.4M 0 0 131k 0 0:12:07 0:10:04 0:02:03 2298k 83 93.2M 83 77.4M 0 0 130k 0 0:12:08 0:10:05 0:02:03 2298k 83 93.2M 83 77.4M 0 0 130k 0 0:12:09 0:10:06 0:02:03 1680k 83 93.2M 83 77.4M 0 0 130k 0 0:12:11 0:10:07 0:02:04 0 83 93.2M 83 77.4M 0 0 130k 0 0:12:12 0:10:08 0:02:04 0 83 93.2M 83 77.4M 0 0 130k 0 0:12:13 0:10:09 0:02:04 0 83 93.2M 83 77.4M 0 0 129k 0 0:12:14 0:10:10 0:02:04 0 83 93.2M 83 77.4M 0 0 129k 0 0:12:15 0:10:11 0:02:04 0 83 93.2M 83 77.4M 0 0 129k 0 0:12:17 0:10:12 0:02:05 0 83 93.2M 83 77.4M 0 0 129k 0 0:12:18 0:10:13 0:02:05 0 83 93.2M 83 77.4M 0 0 129k 0 0:12:19 0:10:14 0:02:05 0 83 93.2M 83 77.4M 0 0 128k 0 0:12:20 0:10:15 0:02:05 0 83 93.2M 83 77.4M 0 0 128k 0 0:12:21 0:10:16 0:02:05 0 83 93.2M 83 77.4M 0 0 128k 0 0:12:23 0:10:17 0:02:06 0 83 93.2M 83 77.4M 0 0 128k 0 0:12:24 0:10:18 0:02:06 0 83 93.2M 83 77.4M 0 0 128k 0 0:12:25 0:10:19 0:02:06 0 83 93.2M 83 77.4M 0 0 127k 0 0:12:26 0:10:20 0:02:06 0 83 93.2M 83 77.4M 0 0 127k 0 0:12:27 0:10:21 0:02:06 0 83 93.2M 83 77.4M 0 0 127k 0 0:12:29 0:10:22 0:02:07 0 83 93.2M 83 77.4M 0 0 127k 0 0:12:30 0:10:23 0:02:07 0 83 93.2M 83 77.4M 0 0 126k 0 0:12:31 0:10:24 0:02:07 0 83 93.2M 83 77.4M 0 0 126k 0 0:12:32 0:10:25 0:02:07 0 83 93.2M 83 77.4M 0 0 126k 0 0:12:34 0:10:26 0:02:08 0 83 93.2M 83 77.4M 0 0 126k 0 0:12:35 0:10:27 0:02:08 0 83 93.2M 83 77.4M 0 0 126k 0 0:12:36 0:10:28 0:02:08 0 83 93.2M 83 77.4M 0 0 125k 0 0:12:37 0:10:29 0:02:08 0 83 93.2M 83 77.4M 0 0 125k 0 0:12:38 0:10:30 0:02:08 0 83 93.2M 83 77.4M 0 0 125k 0 0:12:40 0:10:31 0:02:09 0 83 93.2M 83 77.4M 0 0 125k 0 0:12:41 0:10:32 0:02:09 0 83 93.2M 83 77.4M 0 0 125k 0 0:12:42 0:10:33 0:02:09 0 83 93.2M 83 77.4M 0 0 124k 0 0:12:43 0:10:34 0:02:09 0 83 93.2M 83 77.4M 0 0 124k 0 0:12:44 0:10:35 0:02:09 0 83 93.2M 83 77.4M 0 0 124k 0 0:12:46 0:10:36 0:02:10 0 83 93.2M 83 77.4M 0 0 124k 0 0:12:47 0:10:37 0:02:10 0 83 93.2M 83 77.4M 0 0 124k 0 0:12:48 0:10:38 0:02:10 0 83 93.2M 83 77.4M 0 0 124k 0 0:12:49 0:10:39 0:02:10 0 83 93.2M 83 77.4M 0 0 123k 0 0:12:50 0:10:40 0:02:10 0 83 93.2M 83 77.4M 0 0 123k 0 0:12:52 0:10:41 0:02:11 0 83 93.2M 83 77.4M 0 0 123k 0 0:12:53 0:10:42 0:02:11 0 83 93.2M 83 77.4M 0 0 123k 0 0:12:54 0:10:43 0:02:11 0 83 93.2M 83 77.4M 0 0 123k 0 0:12:55 0:10:44 0:02:11 0 83 93.2M 83 77.4M 0 0 122k 0 0:12:56 0:10:45 0:02:11 0 83 93.2M 83 77.4M 0 0 122k 0 0:12:58 0:10:46 0:02:12 0 83 93.2M 83 77.4M 0 0 122k 0 0:12:59 0:10:47 0:02:12 0 83 93.2M 83 77.4M 0 0 122k 0 0:13:00 0:10:48 0:02:12 0 83 93.2M 83 77.4M 0 0 122k 0 0:13:01 0:10:49 0:02:12 0 83 93.2M 83 77.4M 0 0 121k 0 0:13:02 0:10:50 0:02:12 0 83 93.2M 83 77.4M 0 0 121k 0 0:13:04 0:10:51 0:02:13 0 83 93.2M 83 77.4M 0 0 121k 0 0:13:05 0:10:52 0:02:13 0 83 93.2M 83 77.4M 0 0 121k 0 0:13:06 0:10:53 0:02:13 0 83 93.2M 83 77.4M 0 0 121k 0 0:13:07 0:10:54 0:02:13 0 83 93.2M 83 77.4M 0 0 120k 0 0:13:08 0:10:55 0:02:13 0 83 93.2M 83 77.4M 0 0 120k 0 0:13:10 0:10:56 0:02:14 0 83 93.2M 83 77.4M 0 0 120k 0 0:13:11 0:10:57 0:02:14 0 83 93.2M 83 77.4M 0 0 120k 0 0:13:12 0:10:58 0:02:14 0 83 93.2M 83 77.4M 0 0 120k 0 0:13:13 0:10:59 0:02:14 0 83 93.2M 83 77.4M 0 0 120k 0 0:13:14 0:10:59 0:02:15 3632 87 93.2M 87 81.8M 0 0 126k 0 0:12:32 0:11:01 0:01:31 920k 87 93.2M 87 81.8M 0 0 126k 0 0:12:33 0:11:02 0:01:31 920k 87 93.2M 87 81.8M 0 0 126k 0 0:12:35 0:11:03 0:01:32 920k 87 93.2M 87 81.8M 0 0 126k 0 0:12:36 0:11:04 0:01:32 920k 87 93.2M 87 81.8M 0 0 126k 0 0:12:37 0:11:05 0:01:32 833k 87 93.2M 87 81.8M 0 0 125k 0 0:12:38 0:11:06 0:01:32 0 87 93.2M 87 81.8M 0 0 125k 0 0:12:39 0:11:07 0:01:32 0 87 93.2M 87 81.8M 0 0 125k 0 0:12:40 0:11:08 0:01:32 0 87 93.2M 87 81.8M 0 0 125k 0 0:12:41 0:11:09 0:01:32 0 87 93.2M 87 81.8M 0 0 125k 0 0:12:43 0:11:10 0:01:33 0 87 93.2M 87 81.8M 0 0 124k 0 0:12:44 0:11:11 0:01:33 0 87 93.2M 87 81.8M 0 0 124k 0 0:12:45 0:11:12 0:01:33 0 87 93.2M 87 81.8M 0 0 124k 0 0:12:46 0:11:13 0:01:33 0 87 93.2M 87 81.8M 0 0 124k 0 0:12:47 0:11:14 0:01:33 0 87 93.2M 87 81.8M 0 0 124k 0 0:12:48 0:11:15 0:01:33 0 87 93.2M 87 81.8M 0 0 123k 0 0:12:49 0:11:16 0:01:33 0 87 93.2M 87 81.8M 0 0 123k 0 0:12:51 0:11:17 0:01:34 0 87 93.2M 87 81.8M 0 0 123k 0 0:12:52 0:11:18 0:01:34 0 87 93.2M 87 81.8M 0 0 123k 0 0:12:53 0:11:19 0:01:34 0 87 93.2M 87 81.8M 0 0 123k 0 0:12:54 0:11:20 0:01:34 0 87 93.2M 87 81.8M 0 0 123k 0 0:12:55 0:11:21 0:01:34 0 87 93.2M 87 81.8M 0 0 122k 0 0:12:56 0:11:22 0:01:34 0 87 93.2M 87 81.8M 0 0 122k 0 0:12:57 0:11:23 0:01:34 0 87 93.2M 87 81.8M 0 0 122k 0 0:12:59 0:11:24 0:01:35 0 87 93.2M 87 81.8M 0 0 122k 0 0:13:00 0:11:25 0:01:35 0 87 93.2M 87 81.8M 0 0 122k 0 0:13:01 0:11:26 0:01:35 0 87 93.2M 87 81.8M 0 0 121k 0 0:13:02 0:11:27 0:01:35 0 87 93.2M 87 81.8M 0 0 121k 0 0:13:03 0:11:28 0:01:35 0 87 93.2M 87 81.8M 0 0 121k 0 0:13:04 0:11:29 0:01:35 0 87 93.2M 87 81.8M 0 0 121k 0 0:13:05 0:11:30 0:01:35 0 87 93.2M 87 81.8M 0 0 121k 0 0:13:07 0:11:31 0:01:36 0 87 93.2M 87 81.8M 0 0 121k 0 0:13:08 0:11:32 0:01:36 0 87 93.2M 87 81.8M 0 0 120k 0 0:13:09 0:11:33 0:01:36 0 87 93.2M 87 81.8M 0 0 120k 0 0:13:10 0:11:34 0:01:36 0 87 93.2M 87 81.8M 0 0 120k 0 0:13:11 0:11:35 0:01:36 0 87 93.2M 87 81.8M 0 0 120k 0 0:13:12 0:11:36 0:01:36 0 87 93.2M 87 81.8M 0 0 120k 0 0:13:13 0:11:37 0:01:36 0 87 93.2M 87 81.8M 0 0 120k 0 0:13:15 0:11:38 0:01:37 0 87 93.2M 87 81.8M 0 0 119k 0 0:13:16 0:11:39 0:01:37 0 87 93.2M 87 81.8M 0 0 119k 0 0:13:17 0:11:40 0:01:37 0 87 93.2M 87 81.8M 0 0 119k 0 0:13:18 0:11:41 0:01:37 0 87 93.2M 87 81.8M 0 0 119k 0 0:13:19 0:11:42 0:01:37 0 87 93.2M 87 81.8M 0 0 119k 0 0:13:20 0:11:43 0:01:37 0 87 93.2M 87 81.8M 0 0 119k 0 0:13:21 0:11:44 0:01:37 0 87 93.2M 87 81.8M 0 0 118k 0 0:13:23 0:11:45 0:01:38 0 87 93.2M 87 81.8M 0 0 118k 0 0:13:24 0:11:46 0:01:38 0 87 93.2M 87 81.8M 0 0 118k 0 0:13:25 0:11:47 0:01:38 0 87 93.2M 87 81.8M 0 0 118k 0 0:13:26 0:11:48 0:01:38 0 87 93.2M 87 81.8M 0 0 118k 0 0:13:27 0:11:49 0:01:38 0 87 93.2M 87 81.8M 0 0 118k 0 0:13:28 0:11:50 0:01:38 0 87 93.2M 87 81.8M 0 0 117k 0 0:13:29 0:11:51 0:01:38 0 87 93.2M 87 81.8M 0 0 117k 0 0:13:31 0:11:52 0:01:39 0 87 93.2M 87 81.8M 0 0 117k 0 0:13:32 0:11:53 0:01:39 0 87 93.2M 87 81.8M 0 0 117k 0 0:13:33 0:11:54 0:01:39 0 87 93.2M 87 81.8M 0 0 117k 0 0:13:34 0:11:55 0:01:39 0 87 93.2M 87 81.8M 0 0 117k 0 0:13:35 0:11:56 0:01:39 0 87 93.2M 87 81.8M 0 0 116k 0 0:13:36 0:11:57 0:01:39 0 87 93.2M 87 81.8M 0 0 116k 0 0:13:37 0:11:58 0:01:39 0 87 93.2M 87 81.8M 0 0 116k 0 0:13:39 0:11:59 0:01:40 0 87 93.2M 87 81.9M 0 0 116k 0 0:13:38 0:11:59 0:01:39 29480 90 93.2M 90 84.3M 0 0 119k 0 0:13:16 0:12:01 0:01:15 554k 90 93.2M 90 84.3M 0 0 119k 0 0:13:17 0:12:02 0:01:15 554k 90 93.2M 90 84.3M 0 0 119k 0 0:13:18 0:12:03 0:01:15 554k 90 93.2M 90 84.3M 0 0 119k 0 0:13:19 0:12:04 0:01:15 554k 90 93.2M 90 84.3M 0 0 119k 0 0:13:20 0:12:05 0:01:15 470k 90 93.2M 90 84.3M 0 0 119k 0 0:13:21 0:12:06 0:01:15 0 90 93.2M 90 84.3M 0 0 118k 0 0:13:22 0:12:07 0:01:15 0 90 93.2M 90 84.3M 0 0 118k 0 0:13:24 0:12:08 0:01:16 0 90 93.2M 90 84.3M 0 0 118k 0 0:13:25 0:12:09 0:01:16 0 90 93.2M 90 84.3M 0 0 118k 0 0:13:26 0:12:10 0:01:16 0 90 93.2M 90 84.3M 0 0 118k 0 0:13:27 0:12:11 0:01:16 0 90 93.2M 90 84.3M 0 0 118k 0 0:13:28 0:12:12 0:01:16 0 90 93.2M 90 84.3M 0 0 117k 0 0:13:29 0:12:13 0:01:16 0 90 93.2M 90 84.3M 0 0 117k 0 0:13:30 0:12:14 0:01:16 0 90 93.2M 90 84.3M 0 0 117k 0 0:13:31 0:12:15 0:01:16 0 90 93.2M 90 84.3M 0 0 117k 0 0:13:32 0:12:16 0:01:16 0 90 93.2M 90 84.3M 0 0 117k 0 0:13:34 0:12:17 0:01:17 0 90 93.2M 90 84.3M 0 0 117k 0 0:13:35 0:12:18 0:01:17 0 90 93.2M 90 84.3M 0 0 116k 0 0:13:36 0:12:19 0:01:17 0 90 93.2M 90 84.3M 0 0 116k 0 0:13:37 0:12:20 0:01:17 0 90 93.2M 90 84.3M 0 0 116k 0 0:13:38 0:12:21 0:01:17 0 90 93.2M 90 84.3M 0 0 116k 0 0:13:39 0:12:22 0:01:17 0 90 93.2M 90 84.3M 0 0 116k 0 0:13:40 0:12:23 0:01:17 0 90 93.2M 90 84.3M 0 0 116k 0 0:13:41 0:12:24 0:01:17 0 90 93.2M 90 84.3M 0 0 115k 0 0:13:42 0:12:25 0:01:17 0 90 93.2M 90 84.3M 0 0 115k 0 0:13:44 0:12:26 0:01:18 0 90 93.2M 90 84.3M 0 0 115k 0 0:13:45 0:12:27 0:01:18 0 90 93.2M 90 84.3M 0 0 115k 0 0:13:46 0:12:28 0:01:18 0 90 93.2M 90 84.3M 0 0 115k 0 0:13:47 0:12:29 0:01:18 0 90 93.2M 90 84.3M 0 0 115k 0 0:13:48 0:12:30 0:01:18 0 90 93.2M 90 84.3M 0 0 115k 0 0:13:49 0:12:31 0:01:18 0 90 93.2M 90 84.3M 0 0 114k 0 0:13:50 0:12:32 0:01:18 0 90 93.2M 90 84.3M 0 0 114k 0 0:13:51 0:12:33 0:01:18 0 90 93.2M 90 84.3M 0 0 114k 0 0:13:52 0:12:34 0:01:18 0 90 93.2M 90 84.3M 0 0 114k 0 0:13:53 0:12:35 0:01:18 0 90 93.2M 90 84.3M 0 0 114k 0 0:13:55 0:12:36 0:01:19 0 90 93.2M 90 84.3M 0 0 114k 0 0:13:56 0:12:37 0:01:19 0 90 93.2M 90 84.3M 0 0 113k 0 0:13:57 0:12:38 0:01:19 0 90 93.2M 90 84.3M 0 0 113k 0 0:13:58 0:12:39 0:01:19 0 90 93.2M 90 84.3M 0 0 113k 0 0:13:59 0:12:40 0:01:19 0 90 93.2M 90 84.3M 0 0 113k 0 0:14:00 0:12:41 0:01:19 0 90 93.2M 90 84.3M 0 0 113k 0 0:14:01 0:12:42 0:01:19 0 90 93.2M 90 84.3M 0 0 113k 0 0:14:02 0:12:43 0:01:19 0 90 93.2M 90 84.3M 0 0 113k 0 0:14:03 0:12:44 0:01:19 0 90 93.2M 90 84.3M 0 0 112k 0 0:14:05 0:12:45 0:01:20 0 90 93.2M 90 84.3M 0 0 112k 0 0:14:06 0:12:46 0:01:20 0 90 93.2M 90 84.3M 0 0 112k 0 0:14:07 0:12:47 0:01:20 0 90 93.2M 90 84.3M 0 0 112k 0 0:14:08 0:12:48 0:01:20 0 90 93.2M 90 84.3M 0 0 112k 0 0:14:09 0:12:49 0:01:20 0 90 93.2M 90 84.3M 0 0 112k 0 0:14:10 0:12:50 0:01:20 0 90 93.2M 90 84.3M 0 0 112k 0 0:14:11 0:12:51 0:01:20 0 90 93.2M 90 84.3M 0 0 111k 0 0:14:12 0:12:52 0:01:20 0 90 93.2M 90 84.3M 0 0 111k 0 0:14:13 0:12:53 0:01:20 0 90 93.2M 90 84.3M 0 0 111k 0 0:14:15 0:12:54 0:01:21 0 90 93.2M 90 84.3M 0 0 111k 0 0:14:16 0:12:55 0:01:21 0 90 93.2M 90 84.3M 0 0 111k 0 0:14:17 0:12:56 0:01:21 0 90 93.2M 90 84.3M 0 0 111k 0 0:14:18 0:12:57 0:01:21 0 90 93.2M 90 84.3M 0 0 111k 0 0:14:19 0:12:58 0:01:21 0 90 93.2M 90 84.3M 0 0 110k 0 0:14:20 0:12:59 0:01:21 0 91 93.2M 91 84.8M 0 0 111k 0 0:14:16 0:12:59 0:01:17 97058 99 93.2M 99 92.8M 0 0 121k 0 0:13:04 0:13:01 0:00:03 1704k 99 93.2M 99 92.8M 0 0 121k 0 0:13:05 0:13:02 0:00:03 1704k 99 93.2M 99 92.8M 0 0 121k 0 0:13:06 0:13:03 0:00:03 1703k 99 93.2M 99 92.8M 0 0 121k 0 0:13:07 0:13:04 0:00:03 1703k 99 93.2M 99 92.8M 0 0 121k 0 0:13:08 0:13:05 0:00:03 1519k 99 93.2M 99 92.8M 0 0 120k 0 0:13:09 0:13:06 0:00:03 0 99 93.2M 99 92.8M 0 0 120k 0 0:13:10 0:13:07 0:00:03 0 99 93.2M 99 92.8M 0 0 120k 0 0:13:11 0:13:08 0:00:03 0 99 93.2M 99 92.8M 0 0 120k 0 0:13:12 0:13:09 0:00:03 0 99 93.2M 99 92.8M 0 0 120k 0 0:13:13 0:13:10 0:00:03 0 99 93.2M 99 92.8M 0 0 120k 0 0:13:14 0:13:11 0:00:03 0 99 93.2M 99 92.8M 0 0 120k 0 0:13:15 0:13:12 0:00:03 0 99 93.2M 99 92.8M 0 0 119k 0 0:13:16 0:13:13 0:00:03 0 99 93.2M 99 92.8M 0 0 119k 0 0:13:17 0:13:14 0:00:03 0 99 93.2M 99 92.8M 0 0 119k 0 0:13:18 0:13:15 0:00:03 0 99 93.2M 99 92.8M 0 0 119k 0 0:13:19 0:13:16 0:00:03 0 99 93.2M 99 92.8M 0 0 119k 0 0:13:20 0:13:17 0:00:03 0 99 93.2M 99 92.8M 0 0 119k 0 0:13:21 0:13:18 0:00:03 0 99 93.2M 99 92.8M 0 0 118k 0 0:13:22 0:13:19 0:00:03 0 99 93.2M 99 92.8M 0 0 118k 0 0:13:23 0:13:20 0:00:03 0 99 93.2M 99 92.8M 0 0 118k 0 0:13:24 0:13:21 0:00:03 0 99 93.2M 99 92.8M 0 0 118k 0 0:13:25 0:13:22 0:00:03 0 99 93.2M 99 92.8M 0 0 118k 0 0:13:26 0:13:23 0:00:03 0 99 93.2M 99 92.8M 0 0 118k 0 0:13:27 0:13:24 0:00:03 0 99 93.2M 99 92.8M 0 0 118k 0 0:13:28 0:13:25 0:00:03 0 99 93.2M 99 92.8M 0 0 117k 0 0:13:29 0:13:26 0:00:03 0 99 93.2M 99 92.8M 0 0 117k 0 0:13:30 0:13:27 0:00:03 0 99 93.2M 99 92.8M 0 0 117k 0 0:13:31 0:13:28 0:00:03 0 99 93.2M 99 92.8M 0 0 117k 0 0:13:32 0:13:29 0:00:03 0 99 93.2M 99 92.8M 0 0 117k 0 0:13:33 0:13:30 0:00:03 0 99 93.2M 99 92.8M 0 0 117k 0 0:13:34 0:13:31 0:00:03 0 99 93.2M 99 92.8M 0 0 117k 0 0:13:35 0:13:32 0:00:03 0 99 93.2M 99 92.8M 0 0 116k 0 0:13:36 0:13:33 0:00:03 0 99 93.2M 99 92.8M 0 0 116k 0 0:13:37 0:13:34 0:00:03 0 99 93.2M 99 92.8M 0 0 116k 0 0:13:38 0:13:35 0:00:03 0 99 93.2M 99 92.8M 0 0 116k 0 0:13:39 0:13:36 0:00:03 0 99 93.2M 99 92.8M 0 0 116k 0 0:13:40 0:13:37 0:00:03 0 99 93.2M 99 92.8M 0 0 116k 0 0:13:41 0:13:38 0:00:03 0 99 93.2M 99 92.8M 0 0 116k 0 0:13:42 0:13:39 0:00:03 0 99 93.2M 99 92.8M 0 0 115k 0 0:13:43 0:13:40 0:00:03 0 99 93.2M 99 92.8M 0 0 115k 0 0:13:44 0:13:41 0:00:03 0 99 93.2M 99 92.8M 0 0 115k 0 0:13:45 0:13:42 0:00:03 0 99 93.2M 99 92.8M 0 0 115k 0 0:13:46 0:13:43 0:00:03 0 99 93.2M 99 92.8M 0 0 115k 0 0:13:47 0:13:44 0:00:03 0 99 93.2M 99 92.8M 0 0 115k 0 0:13:48 0:13:45 0:00:03 0 99 93.2M 99 92.8M 0 0 115k 0 0:13:49 0:13:46 0:00:03 0 99 93.2M 99 92.8M 0 0 114k 0 0:13:50 0:13:47 0:00:03 0 99 93.2M 99 92.8M 0 0 114k 0 0:13:51 0:13:48 0:00:03 0 99 93.2M 99 92.8M 0 0 114k 0 0:13:52 0:13:49 0:00:03 0 99 93.2M 99 92.8M 0 0 114k 0 0:13:53 0:13:50 0:00:03 0 99 93.2M 99 92.8M 0 0 114k 0 0:13:54 0:13:51 0:00:03 0 99 93.2M 99 92.8M 0 0 114k 0 0:13:55 0:13:52 0:00:03 0 99 93.2M 99 92.8M 0 0 114k 0 0:13:56 0:13:53 0:00:03 0 99 93.2M 99 92.8M 0 0 113k 0 0:13:57 0:13:54 0:00:03 0 99 93.2M 99 92.8M 0 0 113k 0 0:13:58 0:13:55 0:00:03 0 99 93.2M 99 92.8M 0 0 113k 0 0:13:59 0:13:56 0:00:03 0 99 93.2M 99 92.8M 0 0 113k 0 0:14:00 0:13:57 0:00:03 0 99 93.2M 99 92.8M 0 0 113k 0 0:14:01 0:13:58 0:00:03 0 99 93.2M 99 92.8M 0 0 113k 0 0:14:02 0:13:59 0:00:03 0 100 93.2M 100 93.2M 0 0 113k 0 0:13:59 0:13:59 --:--:-- 86752 22:13:41 go1.15.2.linux-arm64.tar.gz: OK 22:13:57 Staging go115 22:14:19 Hit http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease 22:14:19 Hit http://ports.ubuntu.com/ubuntu-ports bionic InRelease 22:14:19 Hit http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease 22:14:19 Fetched 0 B in 0s (0 B/s) 22:14:19 Get:1 libnorm1_1.5r6+dfsg1-6_arm64.deb [218 kB] 22:14:19 Fetched 218 kB in 0s (0 B/s) 22:14:19 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_arm64.deb [140 kB] 22:14:19 Fetched 140 kB in 0s (0 B/s) 22:14:19 Get:1 libzmq5_4.2.5-1ubuntu0.2_arm64.deb [208 kB] 22:14:19 Fetched 208 kB in 0s (0 B/s) 22:14:19 Get:1 libsodium23_1.0.16-2_arm64.deb [90.4 kB] 22:14:19 Fetched 90.4 kB in 0s (0 B/s) 22:14:19 Pulling edgex-go 22:14:27 Pulling version 22:14:30 Building config-common 22:14:43 Skipping build go-build-helper (already ran) 22:14:43 Skipping build static-packages (already ran) 22:14:43 Skipping build go115 (already ran) 22:14:43 Building edgex-go 22:14:45 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 22:14:47 go: downloading github.com/gorilla/mux v1.8.0 22:14:47 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.60 22:14:47 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.119 22:14:47 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 22:14:47 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 22:14:47 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 22:14:47 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.26 22:14:47 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 22:14:47 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 22:14:47 go: downloading github.com/x448/float16 v0.8.4 22:14:47 go: downloading github.com/BurntSushi/toml v0.3.1 22:14:47 go: downloading github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 22:14:47 go: downloading github.com/google/uuid v1.1.2 22:14:47 go: downloading github.com/go-kit/kit v0.8.0 22:14:47 go: downloading github.com/pelletier/go-toml v1.2.0 22:14:47 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 22:14:47 go: downloading github.com/hashicorp/consul/api v1.1.0 22:14:47 go: downloading github.com/OneOfOne/xxhash v1.2.8 22:14:47 go: downloading github.com/pkg/errors v0.8.1 22:14:47 go: downloading github.com/pebbe/zmq4 v1.0.0 22:14:47 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 22:14:47 go: downloading github.com/imdario/mergo v0.3.11 22:14:47 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 22:14:47 go: downloading github.com/go-playground/validator/v10 v10.3.0 22:14:47 go: downloading github.com/mitchellh/mapstructure v1.1.2 22:14:47 go: downloading github.com/mitchellh/copystructure v1.0.0 22:14:47 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 22:14:47 go: downloading github.com/hashicorp/serf v0.8.2 22:14:47 go: downloading github.com/go-redis/redis/v7 v7.2.0 22:14:47 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 22:14:47 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 22:14:47 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 22:14:47 go: downloading gopkg.in/yaml.v2 v2.4.0 22:14:47 go: downloading github.com/mitchellh/reflectwalk v1.0.0 22:14:47 go: downloading github.com/go-playground/universal-translator v0.17.0 22:14:48 go: downloading github.com/leodido/go-urn v1.2.0 22:15:56 go: downloading github.com/go-logfmt/logfmt v0.4.0 22:15:56 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 22:16:52 go: downloading github.com/go-playground/locales v0.13.0 22:16:52 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 22:19:59 go: downloading github.com/hashicorp/golang-lru v0.5.0 22:20:14 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 22:20:29 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 22:20:34 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 22:20:38 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 22:20:39 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 22:20:39 go: downloading github.com/stretchr/testify v1.5.1 22:20:40 go: downloading github.com/davecgh/go-spew v1.1.1 22:20:40 go: downloading github.com/pmezard/go-difflib v1.0.0 22:20:44 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 22:20:44 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 22:20:44 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 22:20:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 22:20: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 22:20:53 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 22:20:57 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 22:20:57 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 22:22:05 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 22:22:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 22:22:07 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 22:22:20 Building version 22:22:35 Staging config-common 22:22:37 Skipping stage go-build-helper (already ran) 22:22:37 Skipping stage static-packages (already ran) 22:22:37 Skipping stage go115 (already ran) 22:22:37 Staging edgex-go 22:22:41 Staging version 22:22:45 Priming config-common 22:22:50 Priming go-build-helper 22:22:53 Priming static-packages 22:23:03 Priming go115 22:23:07 Priming edgex-go 22:23:13 Priming version 22:23:17 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] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 22:23:23 provisioning config files... 22:23:23 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/7@tmp/config8529498672970291137tmp [Pipeline] { [Pipeline] sh 22:23:23 + set +x 22:23:23 + curl -s https://codecov.io/bash 22:23:23 + bash -s -- 22:23:24 22:23:24 _____ _ 22:23:24 / ____| | | 22:23:24 | | ___ __| | ___ ___ _____ __ 22:23:24 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:23:24 | |___| (_) | (_| | __/ (_| (_) \ V / 22:23:24 \_____\___/ \__,_|\___|\___\___/ \_/ 22:23:24 Bash-20201130-cc6d3fe 22:23:24 22:23:24 22:23:24 ==> Jenkins CI detected. 22:23:24 project root: . 22:23:24 --> token set from env 22:23:24 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:23:24 ==> Running gcov in . (disable via -X gcov) 22:23:24 ==> Python coveragepy not found 22:23:24 ==> Searching for coverage reports in: 22:23:24 + . 22:23:24 -> Found 1 reports 22:23:24 ==> Detecting git/mercurial file structure 22:23:24 ==> Reading reports 22:23:24 + ./coverage.out bytes=555123 22:23:24 ==> Appending adjustments 22:23:24 https://docs.codecov.io/docs/fixing-reports 22:23:27 + Found adjustments 22:23:27 ==> Gzipping contents 22:23:27 88K /tmp/codecov.muFiUl.gz 22:23:27 ==> Uploading reports 22:23:27 url: https://codecov.io 22:23:27 query: branch=PR-2898&commit=192e75e79965f570e40dacfd3fa37e859c65312b&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2898%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2898&job=&cmd_args= 22:23:27 -> Pinging Codecov 22:23:27 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-2898&commit=192e75e79965f570e40dacfd3fa37e859c65312b&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2898%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2898&job=&cmd_args= 22:23:28 -> Uploading to 22:23:28 https://storage.googleapis.com/codecov/v4/raw/2020-12-03/00271124DB129430A58F1EEE437C3FCB/192e75e79965f570e40dacfd3fa37e859c65312b/fa1ad134-c12a-4ea2-acc0-75a14f93ed33.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201203%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201203T222327Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=77a874335314f699fc82bcbbe6e68d2620d03d537bebf2f19d4baaf880bc22cd 22:23:28 % Total % Received % Xferd Average Speed Time Time Time Current 22:23:28 Dload Upload Total Spent Left Speed 22:23:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86533 0 0 100 86533 0 164k --:--:-- --:--:-- --:--:-- 164k 100 86533 0 0 100 86533 0 164k --:--:-- --:--:-- --:--:-- 164k 22:23:28 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/192e75e79965f570e40dacfd3fa37e859c65312b [Pipeline] } 22:23:28 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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 22:23:31 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:23:32 ---> package-listing.sh 22:23:32 ++ facter osfamily 22:23:32 ++ tr '[:upper:]' '[:lower:]' 22:23:32 + OS_FAMILY=redhat 22:23:32 + workspace=/w/workspace/edgex-go/7 22:23:32 + START_PACKAGES=/tmp/packages_start.txt 22:23:32 + END_PACKAGES=/tmp/packages_end.txt 22:23:32 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:23:32 + PACKAGES=/tmp/packages_start.txt 22:23:32 + '[' /w/workspace/edgex-go/7 ']' 22:23:32 + PACKAGES=/tmp/packages_end.txt 22:23:32 + case "${OS_FAMILY}" in 22:23:32 + rpm -qa 22:23:32 + sort 22:23:37 + '[' -f /tmp/packages_start.txt ']' 22:23:37 + '[' -f /tmp/packages_end.txt ']' 22:23:37 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:23:37 + '[' /w/workspace/edgex-go/7 ']' 22:23:37 + mkdir -p /w/workspace/edgex-go/7/archives/ 22:23:37 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo 22:23:37 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/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:23:37 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:23:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:23:38 22:23:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:23:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:23:38 alpine: Pulling from edgex-lftools-log-publisher 22:23:38 df20fa9351a1: Pulling fs layer 22:23:38 36b3adc4ff6f: Pulling fs layer 22:23:38 8ad3a11d3b57: Pulling fs layer 22:23:38 46f8f816bc3b: Pulling fs layer 22:23:38 93b61091891f: Pulling fs layer 22:23:38 93b9cdb0e59b: Pulling fs layer 22:23:38 5e14af77c1be: Pulling fs layer 22:23:38 01666e4c0597: Pulling fs layer 22:23:38 aa168da1d23b: Pulling fs layer 22:23:38 93b9cdb0e59b: Waiting 22:23:38 46f8f816bc3b: Waiting 22:23:38 93b61091891f: Waiting 22:23:38 aa168da1d23b: Waiting 22:23:38 5e14af77c1be: Waiting 22:23:38 01666e4c0597: Waiting 22:23:38 36b3adc4ff6f: Verifying Checksum 22:23:38 36b3adc4ff6f: Download complete 22:23:38 46f8f816bc3b: Verifying Checksum 22:23:38 46f8f816bc3b: Download complete 22:23:38 df20fa9351a1: Verifying Checksum 22:23:38 93b9cdb0e59b: Verifying Checksum 22:23:38 93b9cdb0e59b: Download complete 22:23:38 93b61091891f: Download complete 22:23:38 5e14af77c1be: Verifying Checksum 22:23:38 5e14af77c1be: Download complete 22:23:38 01666e4c0597: Verifying Checksum 22:23:38 01666e4c0597: Download complete 22:23:38 8ad3a11d3b57: Verifying Checksum 22:23:38 8ad3a11d3b57: Download complete 22:23:39 df20fa9351a1: Pull complete 22:23:39 36b3adc4ff6f: Pull complete 22:23:40 8ad3a11d3b57: Pull complete 22:23:40 46f8f816bc3b: Pull complete 22:23:41 aa168da1d23b: Download complete 22:23:43 93b61091891f: Pull complete 22:23:43 93b9cdb0e59b: Pull complete 22:23:43 5e14af77c1be: Pull complete 22:23:43 01666e4c0597: Pull complete 22:23:56 aa168da1d23b: Pull complete 22:23:56 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:23:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:23:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:23:56 prd-centos7-docker-4c-2g-14367 does not seem to be running inside a container 22:23:56 $ 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/7/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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:23:59 $ docker top a4e322a9836d41a361d05edcdea5d43f3cccc4b7f74993c8318ad72df48fa6a2 -eo pid,comm [Pipeline] { [Pipeline] sh 22:24:00 + touch /tmp/pre-build-complete [Pipeline] sh 22:24:00 + mkdir -p /var/log/sa [Pipeline] sh 22:24:00 + ls /var/log/sa-host 22:24:00 + sadf -c /var/log/sa-host/sa03 22:24:00 file_magic: OK 22:24:00 HZ: Using current value: 100 22:24:00 file_header: OK 22:24:00 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 22:24:00 Statistics: 22:24:00 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...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... 22:24:00 File successfully converted to sysstat format version 12.2.1 22:24:00 + sadf -c /var/log/sa-host/sa23 22:24:00 file_magic: OK 22:24:00 HZ: Using current value: 100 22:24:00 file_header: OK 22:24:00 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 22:24:00 Statistics: 22:24:00 Hnuu...uuuununununu... 22:24:00 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:24:01 provisioning config files... 22:24:01 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config5200084773907630973tmp [Pipeline] { [Pipeline] echo 22:24:01 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:24:01 ---> create-netrc.sh [Pipeline] } 22:24:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:24:02 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:24:02 ---> python-tools-install.sh [Pipeline] echo 22:24:02 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:24:02 ---> sudo-logs.sh 22:24:02 Archiving 'sudo' log.. [Pipeline] echo 22:24:02 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:24:02 ---> job-cost.sh 22:24:02 lf-activate-venv: SKIPPING 22:24:02 INFO: No Stack... 22:24:04 INFO: Retrieving Pricing Info for: v1-standard-2 22:24:04 INFO: Archiving Costs [Pipeline] echo 22:24:04 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:24:05 ---> logs-deploy.sh 22:24:05 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2898/7 22:24:05 INFO: archiving workspace using pattern(s): 22:24:07 Archives upload complete. 22:24:07 INFO: archiving logs to Nexus 22:24:08 ---> uname -a: 22:24:08 Linux prd-centos7-docker-4c-2g-14367.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:24:08 22:24:08 22:24:08 ---> lscpu: 22:24:08 Architecture: x86_64 22:24:08 CPU op-mode(s): 32-bit, 64-bit 22:24:08 Byte Order: Little Endian 22:24:08 Address sizes: 40 bits physical, 48 bits virtual 22:24:08 CPU(s): 4 22:24:08 On-line CPU(s) list: 0-3 22:24:08 Thread(s) per core: 1 22:24:08 Core(s) per socket: 1 22:24:08 Socket(s): 4 22:24:08 NUMA node(s): 1 22:24:08 Vendor ID: GenuineIntel 22:24:08 CPU family: 6 22:24:08 Model: 44 22:24:08 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:24:08 Stepping: 1 22:24:08 CPU MHz: 2933.438 22:24:08 BogoMIPS: 5866.87 22:24:08 Virtualization: VT-x 22:24:08 Hypervisor vendor: KVM 22:24:08 Virtualization type: full 22:24:08 L1d cache: 128 KiB 22:24:08 L1i cache: 128 KiB 22:24:08 L2 cache: 16 MiB 22:24:08 L3 cache: 64 MiB 22:24:08 NUMA node0 CPU(s): 0-3 22:24:08 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:24:08 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:24:08 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:24:08 Vulnerability Meltdown: Mitigation; PTI 22:24:08 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:24:08 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:24:08 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:24:08 Vulnerability Srbds: Not affected 22:24:08 Vulnerability Tsx async abort: Not affected 22:24:08 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 22:24:08 22:24:08 22:24:08 ---> nproc: 22:24:08 4 22:24:08 22:24:08 22:24:08 ---> df -h: 22:24:08 Filesystem Size Used Available Use% Mounted on 22:24:08 overlay 50.0G 13.2G 36.8G 26% / 22:24:08 tmpfs 64.0M 0 64.0M 0% /dev 22:24:08 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:24:08 shm 64.0M 0 64.0M 0% /dev/shm 22:24:08 /dev/vda1 50.0G 13.2G 36.8G 26% /facter-os 22:24:08 /dev/vda1 50.0G 13.2G 36.8G 26% /etc/resolv.conf 22:24:08 /dev/vda1 50.0G 13.2G 36.8G 26% /etc/hostname 22:24:08 /dev/vda1 50.0G 13.2G 36.8G 26% /etc/hosts 22:24:08 /dev/vda1 50.0G 13.2G 36.8G 26% /run/cloud-init/result.json 22:24:08 /dev/vda1 50.0G 13.2G 36.8G 26% /var/log/sa-host 22:24:08 /dev/vda1 50.0G 13.2G 36.8G 26% /var/log/secure 22:24:08 /dev/vda1 50.0G 13.2G 36.8G 26% /var/log/auth.log 22:24:08 /dev/vda1 50.0G 13.2G 36.8G 26% /w/workspace/edgex-go/7 22:24:08 /dev/vda1 50.0G 13.2G 36.8G 26% /w/workspace/edgex-go/7@tmp 22:24:08 22:24:08 22:24:08 ---> free -m: 22:24:08 total used free shared buff/cache available 22:24:08 Mem: 1837 784 235 0 817 986 22:24:08 Swap: 1023 82 941 22:24:08 22:24:08 22:24:08 ---> ip addr: 22:24:08 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:24:08 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:24:08 inet 127.0.0.1/8 scope host lo 22:24:08 valid_lft forever preferred_lft forever 22:24:08 inet6 ::1/128 scope host 22:24:08 valid_lft forever preferred_lft forever 22:24:08 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:24:08 link/ether fa:16:3e:35:6f:44 brd ff:ff:ff:ff:ff:ff 22:24:08 inet 10.30.123.75/23 brd 10.30.123.255 scope global dynamic eth0 22:24:08 valid_lft 83056sec preferred_lft 83056sec 22:24:08 inet6 fe80::f816:3eff:fe35:6f44/64 scope link 22:24:08 valid_lft forever preferred_lft forever 22:24:08 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:24:08 link/ether 02:42:58:3d:c3:f1 brd ff:ff:ff:ff:ff:ff 22:24:08 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:24:08 valid_lft forever preferred_lft forever 22:24:08 inet6 fe80::42:58ff:fe3d:c3f1/64 scope link 22:24:08 valid_lft forever preferred_lft forever 22:24:08 22:24:08 22:24:08 ---> sar -b -r -n DEV: 22:24:08 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/03/20 _x86_64_ (4 CPU) 22:24:08 22:24:08 21:28:11 LINUX RESTART (4 CPU) 22:24:08 22:24:08 21:29:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:24:08 21:30:01 203.62 88.96 114.66 0.00 9959.63 42166.22 0.00 22:24:08 21:31:01 284.48 124.25 160.24 0.00 5975.59 35146.57 0.00 22:24:08 21:32:02 207.37 96.57 110.80 0.00 3432.43 15304.46 0.00 22:24:08 21:33:01 150.47 56.97 93.50 0.00 4013.13 26308.17 0.00 22:24:08 21:34:04 1979.13 1625.28 353.85 0.00 156073.18 215925.83 0.00 22:24:08 21:35:02 1497.54 1265.03 232.51 0.00 78952.00 92716.02 0.00 22:24:08 21:36:01 1453.37 1092.78 360.59 0.00 88545.23 144146.03 0.00 22:24:08 21:37:01 2164.82 1819.87 344.95 0.00 127166.06 129943.63 0.00 22:24:08 21:38:02 809.76 527.89 281.87 0.00 47309.38 58308.83 0.00 22:24:08 21:39:01 7.89 0.61 7.28 0.00 22.21 257.36 0.00 22:24:08 21:40:01 0.77 0.48 0.28 0.00 4.66 2.76 0.00 22:24:08 21:41:01 0.30 0.02 0.28 0.00 0.27 4.06 0.00 22:24:08 21:42:01 0.23 0.00 0.23 0.00 0.00 2.21 0.00 22:24:08 21:43:01 0.63 0.43 0.20 0.00 16.39 1.62 0.00 22:24:08 21:44:01 2.96 2.22 0.75 0.00 195.07 13.72 0.00 22:24:08 21:45:01 0.28 0.02 0.27 0.00 0.27 3.38 0.00 22:24:08 21:46:01 0.30 0.02 0.28 0.00 0.27 3.13 0.00 22:24:08 21:47:01 0.27 0.02 0.25 0.00 0.53 2.76 0.00 22:24:08 21:48:01 0.32 0.00 0.32 0.00 0.00 3.98 0.00 22:24:08 21:49:01 0.30 0.02 0.28 0.00 0.53 3.40 0.00 22:24:08 21:50:01 0.17 0.00 0.17 0.00 0.00 1.63 0.00 22:24:08 21:51:01 0.35 0.07 0.28 0.00 1.20 3.55 0.00 22:24:08 21:52:01 0.27 0.02 0.25 0.00 0.13 2.70 0.00 22:24:08 21:53:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 22:24:08 21:54:01 0.27 0.00 0.27 0.00 0.00 3.16 0.00 22:24:08 21:55:01 0.22 0.02 0.20 0.00 1.07 2.38 0.00 22:24:08 21:56:01 0.27 0.02 0.25 0.00 0.53 2.98 0.00 22:24:08 21:57:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 22:24:08 21:58:01 0.25 0.00 0.25 0.00 0.00 2.96 0.00 22:24:08 21:59:02 0.30 0.08 0.22 0.00 9.46 2.28 0.00 22:24:08 22:00:01 0.14 0.00 0.14 0.00 0.00 1.08 0.00 22:24:08 22:01:01 0.35 0.07 0.28 0.00 1.73 3.41 0.00 22:24:08 22:02:01 0.65 0.33 0.32 0.00 22.50 4.81 0.00 22:24:08 22:03:01 0.23 0.00 0.23 0.00 0.00 2.70 0.00 22:24:08 22:04:01 0.18 0.02 0.17 0.00 0.27 1.47 0.00 22:24:08 22:05:01 0.23 0.00 0.23 0.00 0.00 3.25 0.00 22:24:08 22:06:01 0.20 0.00 0.20 0.00 0.00 2.55 0.00 22:24:08 22:07:01 1.83 1.63 0.20 0.00 42.24 3.03 0.00 22:24:08 22:08:01 332.00 307.48 24.53 0.00 4597.00 916.70 0.00 22:24:08 22:09:01 0.65 0.00 0.65 0.00 0.00 254.90 0.00 22:24:08 22:10:01 0.23 0.00 0.23 0.00 0.00 2.08 0.00 22:24:08 22:11:01 0.28 0.00 0.28 0.00 0.00 3.85 0.00 22:24:08 22:12:01 0.27 0.02 0.25 0.00 0.53 2.60 0.00 22:24:08 22:13:01 0.17 0.00 0.17 0.00 0.00 1.50 0.00 22:24:08 22:14:01 0.17 0.00 0.17 0.00 0.00 1.50 0.00 22:24:08 22:15:01 0.20 0.00 0.20 0.00 0.00 1.67 0.00 22:24:08 22:16:01 0.25 0.00 0.25 0.00 0.00 3.10 0.00 22:24:08 22:17:01 0.20 0.00 0.20 0.00 0.00 2.58 0.00 22:24:08 22:18:01 0.17 0.00 0.17 0.00 0.00 1.37 0.00 22:24:08 22:19:01 0.17 0.00 0.17 0.00 0.00 1.37 0.00 22:24:08 22:20:01 0.17 0.00 0.17 0.00 0.00 1.63 0.00 22:24:08 22:21:01 0.27 0.02 0.25 0.00 0.53 2.86 0.00 22:24:08 22:22:02 0.25 0.00 0.25 0.00 0.00 2.61 0.00 22:24:08 22:23:01 0.17 0.00 0.17 0.00 0.00 1.39 0.00 22:24:08 Average: 169.49 130.53 38.97 0.00 9843.73 14237.35 0.00 22:24:08 22:24:08 21:29:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:24:08 21:30:01 81712 0 712256 37.85 2276 1085300 1537360 52.47 633448 922172 72208 22:24:08 21:31:01 67508 0 826844 43.94 856 986336 1646752 56.20 701944 834024 86804 22:24:08 21:32:02 428124 0 721808 38.36 324 731288 1351516 46.12 553284 613108 52504 22:24:08 21:33:01 84628 0 723160 38.43 324 1073432 1290040 44.03 612632 894864 61040 22:24:08 21:34:04 67916 0 807048 42.89 4 1006576 2372536 80.97 756948 835196 59124 22:24:08 21:35:02 189904 0 914252 48.59 4 777384 2638584 90.05 716208 710648 5628 22:24:08 21:36:01 429336 0 668204 35.51 4 784000 1570380 53.59 560324 667788 592 22:24:08 21:37:01 239976 0 953180 50.66 4 688384 3679636 125.58 739780 642928 104 22:24:08 21:38:02 559624 0 586904 31.19 4 735012 1247940 42.59 461564 619776 20 22:24:08 21:39:01 572688 0 573244 30.47 4 735608 1176972 40.17 455516 617720 12 22:24:08 21:40:01 573332 0 572592 30.43 4 735616 1176004 40.14 456020 617580 8 22:24:08 21:41:01 574044 0 571876 30.39 4 735620 1169776 39.92 455264 617464 8 22:24:08 21:42:01 574116 0 571788 30.39 4 735636 1169776 39.92 455268 617472 8 22:24:08 21:43:01 572724 0 573068 30.46 4 735748 1169896 39.93 455892 617976 8 22:24:08 21:44:01 564604 0 576116 30.62 4 740820 1169848 39.92 461892 619728 16 22:24:08 21:45:01 564808 0 575900 30.61 4 740832 1169824 39.92 461872 619736 12 22:24:08 21:46:01 564436 0 576268 30.63 4 740836 1169824 39.92 461796 619744 8 22:24:08 21:47:01 564840 0 575868 30.61 4 740832 1169772 39.92 461636 619744 8 22:24:08 21:48:01 564824 0 575864 30.61 4 740852 1169776 39.92 461636 619760 8 22:24:08 21:49:01 564420 0 576256 30.63 4 740864 1169836 39.92 461944 619780 8 22:24:08 21:50:01 564404 0 576264 30.63 4 740872 1169812 39.92 461832 619776 8 22:24:08 21:51:01 563932 0 576724 30.65 4 740884 1169992 39.93 461968 619808 8 22:24:08 21:52:01 564624 0 576028 30.61 4 740888 1169776 39.92 461540 619812 8 22:24:08 21:53:01 564840 0 575804 30.60 4 740896 1169776 39.92 461544 619816 8 22:24:08 21:54:01 564964 0 575672 30.60 4 740904 1169836 39.92 461748 619816 8 22:24:08 21:55:01 564716 0 575912 30.61 4 740912 1169836 39.92 461640 619848 8 22:24:08 21:56:01 564928 0 575708 30.60 4 740904 1169776 39.92 461688 619848 8 22:24:08 21:57:01 564804 0 575808 30.60 4 740928 1169776 39.92 461692 619864 8 22:24:08 21:58:01 564564 0 576040 30.62 4 740936 1169776 39.92 461696 619868 8 22:24:08 21:59:02 564276 0 576040 30.62 4 741224 1169836 39.92 461520 620148 16 22:24:08 22:00:01 564572 0 575736 30.60 4 741232 1169812 39.92 461536 620148 12 22:24:08 22:01:01 563808 0 576504 30.64 4 741228 1172116 40.00 462340 620148 8 22:24:08 22:02:01 563432 0 576152 30.62 4 741956 1170348 39.94 462052 620740 24 22:24:08 22:03:01 563408 0 576204 30.62 4 741928 1170348 39.94 461968 620728 8 22:24:08 22:04:01 563228 0 576372 30.63 4 741940 1170408 39.94 461932 620740 12 22:24:08 22:05:01 562760 0 576840 30.66 4 741940 1170480 39.95 462412 620736 16 22:24:08 22:06:01 563200 0 576388 30.63 4 741952 1170348 39.94 461864 620736 12 22:24:08 22:07:01 559692 0 579328 30.79 4 742520 1173320 40.04 463916 621060 32 22:24:08 22:08:01 368196 0 709684 37.72 4 803660 1170448 39.95 502616 641996 7464 22:24:08 22:09:01 367812 0 710060 37.74 4 803668 1170520 39.95 502700 641996 12 22:24:08 22:10:01 367776 0 710088 37.74 4 803676 1170496 39.95 502648 641996 12 22:24:08 22:11:01 368172 0 709684 37.72 4 803684 1170444 39.95 502764 641996 8 22:24:08 22:12:01 368088 0 709780 37.72 4 803672 1170448 39.95 502640 641996 8 22:24:08 22:13:01 368444 0 709404 37.70 4 803692 1170448 39.95 502768 642012 8 22:24:08 22:14:01 367892 0 709944 37.73 4 803704 1170508 39.95 502604 642012 12 22:24:08 22:15:01 368008 0 709828 37.73 4 803704 1170496 39.95 502664 642012 12 22:24:08 22:16:01 368212 0 709612 37.71 4 803716 1170512 39.95 502680 642012 20 22:24:08 22:17:01 367964 0 709856 37.73 4 803720 1170512 39.95 502824 642012 8 22:24:08 22:18:01 367660 0 710152 37.74 4 803728 1170512 39.95 502828 642012 8 22:24:08 22:19:01 367820 0 709988 37.73 4 803732 1170596 39.95 502912 642012 12 22:24:08 22:20:01 368016 0 709784 37.72 4 803740 1170512 39.95 502712 642016 12 22:24:08 22:21:01 368148 0 709664 37.72 4 803728 1170560 39.95 502724 642012 8 22:24:08 22:22:02 367824 0 709968 37.73 4 803748 1170512 39.95 502596 642028 8 22:24:08 22:23:01 367784 0 709996 37.73 4 803760 1170512 39.95 502732 642028 16 22:24:08 Average: 452621 0 647472 34.41 74 781377 1296471 44.25 502651 647833 6407 22:24:08 22:24:08 21:29:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:24:08 21:30:01 eth0 1111.94 1210.56 5935.20 143.33 0.00 0.00 0.00 0.00 22:24:08 21:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:30:01 docker0 857.34 683.33 69.82 2660.26 0.00 0.00 0.00 0.00 22:24:08 21:31:01 vethe03a79a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:24:08 21:31:01 eth0 444.30 336.29 1981.53 84.99 0.00 0.00 0.00 0.00 22:24:08 21:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:31:01 docker0 158.31 201.06 11.53 832.50 0.00 0.00 0.00 0.00 22:24:08 21:32:02 vethe03a79a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:32:02 eth0 32.04 18.02 24.34 41.41 0.00 0.00 0.00 0.00 22:24:08 21:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:32:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:33:01 vethdeffd3e 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 22:24:08 21:33:01 eth0 213.28 168.31 1736.19 66.06 0.00 0.00 0.00 0.00 22:24:08 21:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:34:04 vethdeffd3e 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 22:24:08 21:34:04 eth0 57.90 38.47 158.69 40.96 0.00 0.00 0.00 0.00 22:24:08 21:34:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:34:04 docker0 13.97 22.73 0.77 138.90 0.00 0.00 0.00 0.00 22:24:08 21:35:02 vethdeffd3e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:35:02 veth5fb5970 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 22:24:08 21:35:02 vethc951c9f 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 22:24:08 21:35:02 veth431cc1f 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 22:24:08 21:36:01 vethdeffd3e 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 22:24:08 21:36:01 eth0 2817.03 2416.47 13815.74 532.88 0.00 0.00 0.00 0.00 22:24:08 21:36:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 22:24:08 21:36:01 docker0 1075.68 987.37 84.97 4156.08 0.00 0.00 0.00 0.00 22:24:08 21:37:01 vethdeffd3e 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 22:24:08 21:37:01 veth833b49d 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 22:24:08 21:37:01 vethf542645 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 22:24:08 21:37:01 eth0 65.25 39.22 120.30 54.47 0.00 0.00 0.00 0.00 22:24:08 21:38:02 eth0 77.86 52.45 148.60 88.10 0.00 0.00 0.00 0.00 22:24:08 21:38:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 22:24:08 21:38:02 docker0 1082.22 1008.90 85.26 4305.35 0.00 0.00 0.00 0.00 22:24:08 21:39:01 eth0 0.71 0.19 0.13 0.11 0.00 0.00 0.00 0.00 22:24:08 21:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:40:01 eth0 0.75 0.63 0.52 0.22 0.00 0.00 0.00 0.00 22:24:08 21:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:41:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:24:08 21:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:42:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:24:08 21:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:43:01 eth0 0.52 0.35 0.27 0.17 0.00 0.00 0.00 0.00 22:24:08 21:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:44:01 eth0 0.23 0.18 0.08 0.10 0.00 0.00 0.00 0.00 22:24:08 21:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:45:01 eth0 0.18 0.18 0.07 0.01 0.00 0.00 0.00 0.00 22:24:08 21:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:46:01 eth0 0.27 0.28 0.21 0.02 0.00 0.00 0.00 0.00 22:24:08 21:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:47:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:48:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:49:01 eth0 0.37 0.17 0.09 0.07 0.00 0.00 0.00 0.00 22:24:08 21:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:50:01 eth0 0.65 0.13 0.12 0.01 0.00 0.00 0.00 0.00 22:24:08 21:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:51:01 eth0 0.42 0.40 0.26 0.21 0.00 0.00 0.00 0.00 22:24:08 21:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:52:01 eth0 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 22:24:08 21:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:53:01 eth0 0.03 0.05 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:54:01 eth0 0.18 0.13 0.08 0.07 0.00 0.00 0.00 0.00 22:24:08 21:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:55:01 eth0 0.13 0.13 0.06 0.01 0.00 0.00 0.00 0.00 22:24:08 21:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:56:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:57:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:58:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:59:02 eth0 0.17 0.17 0.08 0.07 0.00 0.00 0.00 0.00 22:24:08 21:59:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:59:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:00:01 eth0 0.10 0.02 0.06 0.00 0.00 0.00 0.00 0.00 22:24:08 22:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:01:01 eth0 0.05 0.07 0.00 0.01 0.00 0.00 0.00 0.00 22:24:08 22:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:02:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:03:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:04:01 eth0 0.58 0.15 0.18 0.07 0.00 0.00 0.00 0.00 22:24:08 22:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:05:01 eth0 0.65 0.37 0.32 0.17 0.00 0.00 0.00 0.00 22:24:08 22:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:06:01 eth0 0.05 0.03 0.00 0.03 0.00 0.00 0.00 0.00 22:24:08 22:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:07:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:08:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:24:08 22:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:09:01 eth0 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 22:24:08 22:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:10:01 eth0 0.12 0.07 0.06 0.00 0.00 0.00 0.00 0.00 22:24:08 22:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:11:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:12:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:13:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 22:24:08 22:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:14:01 eth0 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 22:24:08 22:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:15:01 eth0 0.13 0.08 0.06 0.01 0.00 0.00 0.00 0.00 22:24:08 22:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:16:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:17:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:18:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:19:01 eth0 0.17 0.17 0.08 0.07 0.00 0.00 0.00 0.00 22:24:08 22:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:20:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:21:01 eth0 0.20 0.18 0.07 0.01 0.00 0.00 0.00 0.00 22:24:08 22:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:22:02 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 22:24:08 22:22:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:22:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:23:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 Average: eth0 39.94 36.14 197.61 11.02 0.00 0.00 0.00 0.00 22:24:08 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 Average: docker0 20.09 18.72 1.58 79.90 0.00 0.00 0.00 0.00 22:24:08 22:24:08 22:24:08 ---> sar -P ALL: 22:24:08 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/03/20 _x86_64_ (4 CPU) 22:24:08 22:24:08 21:28:11 LINUX RESTART (4 CPU) 22:24:08 22:24:08 21:29:01 CPU %user %nice %system %iowait %steal %idle 22:24:08 21:30:01 all 16.94 0.00 9.48 1.89 0.09 71.60 22:24:08 21:30:01 0 21.88 0.00 11.72 0.98 0.09 65.33 22:24:08 21:30:01 1 15.04 0.00 7.97 1.89 0.09 75.02 22:24:08 21:30:01 2 13.77 0.00 8.92 1.69 0.09 75.53 22:24:08 21:30:01 3 17.12 0.00 9.33 3.01 0.10 70.44 22:24:08 21:31:01 all 19.21 0.00 9.38 6.00 0.06 65.35 22:24:08 21:31:01 0 18.92 0.00 9.38 3.74 0.05 67.90 22:24:08 21:31:01 1 18.76 0.00 10.24 5.73 0.03 65.24 22:24:08 21:31:01 2 20.26 0.00 9.45 7.73 0.07 62.49 22:24:08 21:31:01 3 18.90 0.00 8.43 6.77 0.09 65.81 22:24:08 21:32:02 all 65.35 0.00 16.33 4.68 0.05 13.60 22:24:08 21:32:02 0 66.18 0.00 15.57 4.39 0.05 13.81 22:24:08 21:32:02 1 64.65 0.00 16.39 5.05 0.07 13.84 22:24:08 21:32:02 2 64.78 0.00 16.59 5.45 0.03 13.14 22:24:08 21:32:02 3 65.81 0.00 16.75 3.82 0.03 13.58 22:24:08 21:33:01 all 29.12 0.00 11.56 2.12 0.08 57.13 22:24:08 21:33:01 0 28.25 0.00 11.49 1.22 0.07 58.98 22:24:08 21:33:01 1 29.91 0.00 11.39 2.58 0.05 56.06 22:24:08 21:33:01 2 27.63 0.00 11.29 2.98 0.10 57.99 22:24:08 21:33:01 3 30.68 0.00 12.05 1.68 0.09 55.50 22:24:08 21:34:04 all 20.25 0.00 28.61 23.41 0.13 27.61 22:24:08 21:34:04 0 20.35 0.00 27.39 23.80 0.12 28.34 22:24:08 21:34:04 1 20.35 0.00 28.35 23.03 0.17 28.11 22:24:08 21:34:04 2 20.09 0.00 28.66 23.76 0.13 27.35 22:24:08 21:34:04 3 20.19 0.00 30.07 23.03 0.10 26.61 22:24:08 21:35:02 all 52.21 0.00 19.24 18.95 0.09 9.50 22:24:08 21:35:02 0 52.45 0.00 18.68 18.96 0.11 9.81 22:24:08 21:35:02 1 52.07 0.00 19.13 19.60 0.09 9.10 22:24:08 21:35:02 2 52.25 0.00 19.25 17.38 0.09 11.03 22:24:08 21:35:02 3 52.08 0.00 19.90 19.86 0.09 8.06 22:24:08 21:36:01 all 22.29 0.00 22.59 27.69 0.13 27.30 22:24:08 21:36:01 0 21.47 0.00 21.10 25.24 0.12 32.07 22:24:08 21:36:01 1 22.79 0.00 22.93 25.96 0.12 28.20 22:24:08 21:36:01 2 21.90 0.00 22.73 31.71 0.16 23.50 22:24:08 21:36:01 3 22.99 0.00 23.63 27.87 0.12 25.39 22:24:08 21:37:01 all 34.20 0.00 24.67 24.21 0.10 16.83 22:24:08 21:37:01 0 31.98 0.00 24.43 25.32 0.10 18.16 22:24:08 21:37:01 1 35.77 0.00 24.12 24.36 0.10 15.65 22:24:08 21:37:01 2 34.16 0.00 25.45 22.75 0.10 17.54 22:24:08 21:37:01 3 34.89 0.00 24.67 24.41 0.09 15.95 22:24:08 21:38:02 all 39.75 0.00 17.67 17.54 0.06 24.98 22:24:08 21:38:02 0 39.55 0.00 16.43 17.73 0.05 26.25 22:24:08 21:38:02 1 39.77 0.00 18.58 17.48 0.07 24.10 22:24:08 21:38:02 2 40.10 0.00 17.33 17.47 0.07 25.04 22:24:08 21:38:02 3 39.59 0.00 18.36 17.49 0.03 24.53 22:24:08 21:39:01 all 0.04 0.00 0.09 0.09 0.00 99.78 22:24:08 21:39:01 0 0.02 0.00 0.07 0.00 0.00 99.92 22:24:08 21:39:01 1 0.03 0.00 0.08 0.00 0.00 99.88 22:24:08 21:39:01 2 0.05 0.00 0.07 0.02 0.00 99.86 22:24:08 21:39:01 3 0.05 0.00 0.14 0.34 0.00 99.47 22:24:08 21:40:01 all 0.16 0.00 0.02 0.01 0.00 99.80 22:24:08 21:40:01 0 0.03 0.00 0.00 0.00 0.00 99.97 22:24:08 21:40:01 1 0.03 0.00 0.02 0.02 0.00 99.93 22:24:08 21:40:01 2 0.53 0.00 0.02 0.02 0.00 99.43 22:24:08 21:40:01 3 0.05 0.00 0.07 0.02 0.00 99.87 22:24:08 22:24:08 21:40:01 CPU %user %nice %system %iowait %steal %idle 22:24:08 21:41:01 all 0.17 0.00 0.08 0.00 0.01 99.74 22:24:08 21:41:01 0 0.05 0.00 0.10 0.02 0.03 99.80 22:24:08 21:41:01 1 0.05 0.00 0.08 0.00 0.00 99.87 22:24:08 21:41:01 2 0.52 0.00 0.05 0.00 0.00 99.43 22:24:08 21:41:01 3 0.05 0.00 0.07 0.00 0.02 99.87 22:24:08 21:42:01 all 0.15 0.00 0.03 0.00 0.00 99.82 22:24:08 21:42:01 0 0.02 0.00 0.05 0.00 0.00 99.93 22:24:08 21:42:01 1 0.03 0.00 0.02 0.00 0.00 99.95 22:24:08 21:42:01 2 0.53 0.00 0.03 0.00 0.00 99.43 22:24:08 21:42:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:24:08 21:43:01 all 0.17 0.00 0.02 0.01 0.00 99.80 22:24:08 21:43:01 0 0.05 0.00 0.03 0.00 0.00 99.92 22:24:08 21:43:01 1 0.05 0.00 0.03 0.03 0.00 99.88 22:24:08 21:43:01 2 0.53 0.00 0.02 0.00 0.00 99.45 22:24:08 21:43:01 3 0.03 0.00 0.02 0.00 0.00 99.95 22:24:08 21:44:01 all 0.15 0.00 0.06 0.04 0.00 99.75 22:24:08 21:44:01 0 0.03 0.00 0.05 0.00 0.00 99.92 22:24:08 21:44:01 1 0.03 0.00 0.05 0.02 0.00 99.90 22:24:08 21:44:01 2 0.52 0.00 0.07 0.05 0.02 99.35 22:24:08 21:44:01 3 0.03 0.00 0.07 0.08 0.00 99.82 22:24:08 21:45:01 all 0.10 0.00 0.05 0.00 0.00 99.85 22:24:08 21:45:01 0 0.07 0.00 0.07 0.00 0.00 99.87 22:24:08 21:45:01 1 0.02 0.00 0.03 0.00 0.00 99.95 22:24:08 21:45:01 2 0.30 0.00 0.05 0.00 0.00 99.65 22:24:08 21:45:01 3 0.03 0.00 0.05 0.00 0.00 99.92 22:24:08 21:46:01 all 0.05 0.00 0.03 0.00 0.00 99.92 22:24:08 21:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:24:08 21:46:01 1 0.00 0.00 0.00 0.00 0.00 100.00 22:24:08 21:46:01 2 0.17 0.00 0.07 0.00 0.00 99.77 22:24:08 21:46:01 3 0.02 0.00 0.03 0.00 0.00 99.95 22:24:08 21:47:01 all 0.15 0.00 0.02 0.00 0.00 99.82 22:24:08 21:47:01 0 0.02 0.00 0.03 0.00 0.00 99.95 22:24:08 21:47:01 1 0.03 0.00 0.03 0.00 0.00 99.93 22:24:08 21:47:01 2 0.57 0.00 0.02 0.00 0.00 99.42 22:24:08 21:47:01 3 0.00 0.00 0.02 0.00 0.00 99.98 22:24:08 21:48:01 all 0.15 0.00 0.02 0.00 0.00 99.82 22:24:08 21:48:01 0 0.03 0.00 0.03 0.00 0.00 99.93 22:24:08 21:48:01 1 0.02 0.00 0.02 0.00 0.00 99.97 22:24:08 21:48:01 2 0.53 0.00 0.03 0.00 0.00 99.43 22:24:08 21:48:01 3 0.03 0.00 0.02 0.00 0.00 99.95 22:24:08 21:49:01 all 0.16 0.00 0.03 0.00 0.00 99.80 22:24:08 21:49:01 0 0.03 0.00 0.05 0.00 0.02 99.90 22:24:08 21:49:01 1 0.03 0.00 0.03 0.00 0.00 99.93 22:24:08 21:49:01 2 0.52 0.00 0.03 0.00 0.00 99.45 22:24:08 21:49:01 3 0.05 0.00 0.02 0.00 0.00 99.93 22:24:08 21:50:01 all 0.16 0.00 0.03 0.00 0.00 99.81 22:24:08 21:50:01 0 0.03 0.00 0.02 0.00 0.00 99.95 22:24:08 21:50:01 1 0.07 0.00 0.05 0.00 0.00 99.88 22:24:08 21:50:01 2 0.53 0.00 0.02 0.00 0.00 99.45 22:24:08 21:50:01 3 0.00 0.00 0.03 0.00 0.00 99.97 22:24:08 21:51:01 all 0.16 0.00 0.03 0.00 0.00 99.81 22:24:08 21:51:01 0 0.05 0.00 0.03 0.00 0.00 99.92 22:24:08 21:51:01 1 0.02 0.00 0.02 0.00 0.00 99.97 22:24:08 21:51:01 2 0.55 0.00 0.03 0.00 0.00 99.42 22:24:08 21:51:01 3 0.03 0.00 0.03 0.00 0.00 99.93 22:24:08 22:24:08 21:51:01 CPU %user %nice %system %iowait %steal %idle 22:24:08 21:52:01 all 0.15 0.00 0.03 0.00 0.00 99.83 22:24:08 21:52:01 0 0.03 0.00 0.05 0.00 0.00 99.92 22:24:08 21:52:01 1 0.00 0.00 0.02 0.00 0.00 99.98 22:24:08 21:52:01 2 0.53 0.00 0.03 0.00 0.00 99.43 22:24:08 21:52:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:24:08 21:53:01 all 0.07 0.00 0.04 0.00 0.00 99.89 22:24:08 21:53:01 0 0.02 0.00 0.03 0.00 0.00 99.95 22:24:08 21:53:01 1 0.03 0.00 0.02 0.00 0.00 99.95 22:24:08 21:53:01 2 0.20 0.00 0.10 0.00 0.00 99.70 22:24:08 21:53:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:24:08 21:54:01 all 0.06 0.00 0.03 0.00 0.00 99.90 22:24:08 21:54:01 0 0.05 0.00 0.03 0.00 0.00 99.92 22:24:08 21:54:01 1 0.00 0.00 0.02 0.00 0.00 99.98 22:24:08 21:54:01 2 0.18 0.00 0.07 0.00 0.00 99.75 22:24:08 21:54:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:24:08 21:55:01 all 0.15 0.00 0.02 0.00 0.00 99.82 22:24:08 21:55:01 0 0.05 0.00 0.02 0.00 0.00 99.93 22:24:08 21:55:01 1 0.02 0.00 0.05 0.00 0.00 99.93 22:24:08 21:55:01 2 0.53 0.00 0.02 0.00 0.00 99.45 22:24:08 21:55:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:24:08 21:56:01 all 0.08 0.00 0.04 0.00 0.00 99.88 22:24:08 21:56:01 0 0.00 0.00 0.03 0.00 0.00 99.97 22:24:08 21:56:01 1 0.02 0.00 0.02 0.00 0.00 99.97 22:24:08 21:56:01 2 0.27 0.00 0.05 0.00 0.02 99.67 22:24:08 21:56:01 3 0.03 0.00 0.05 0.00 0.00 99.92 22:24:08 21:57:01 all 0.16 0.00 0.02 0.00 0.00 99.83 22:24:08 21:57:01 0 0.53 0.00 0.02 0.00 0.00 99.45 22:24:08 21:57:01 1 0.05 0.00 0.03 0.00 0.00 99.92 22:24:08 21:57:01 2 0.03 0.00 0.02 0.00 0.00 99.95 22:24:08 21:57:01 3 0.02 0.00 0.00 0.00 0.00 99.98 22:24:08 21:58:01 all 0.09 0.00 0.03 0.00 0.00 99.88 22:24:08 21:58:01 0 0.25 0.00 0.02 0.00 0.00 99.73 22:24:08 21:58:01 1 0.05 0.00 0.05 0.00 0.00 99.90 22:24:08 21:58:01 2 0.03 0.00 0.02 0.00 0.00 99.95 22:24:08 21:58:01 3 0.03 0.00 0.02 0.00 0.00 99.95 22:24:08 21:59:02 all 0.11 0.00 0.05 0.00 0.00 99.84 22:24:08 21:59:02 0 0.28 0.00 0.07 0.00 0.00 99.65 22:24:08 21:59:02 1 0.03 0.00 0.02 0.00 0.00 99.95 22:24:08 21:59:02 2 0.12 0.00 0.07 0.02 0.00 99.80 22:24:08 21:59:02 3 0.02 0.00 0.03 0.00 0.00 99.95 22:24:08 22:00:01 all 0.15 0.00 0.03 0.00 0.00 99.82 22:24:08 22:00:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:24:08 22:00:01 1 0.02 0.00 0.07 0.00 0.00 99.92 22:24:08 22:00:01 2 0.54 0.00 0.03 0.00 0.00 99.42 22:24:08 22:00:01 3 0.02 0.00 0.00 0.00 0.00 99.98 22:24:08 22:01:01 all 0.15 0.00 0.04 0.00 0.00 99.81 22:24:08 22:01:01 0 0.02 0.00 0.03 0.00 0.00 99.95 22:24:08 22:01:01 1 0.03 0.00 0.05 0.00 0.00 99.92 22:24:08 22:01:01 2 0.55 0.00 0.03 0.00 0.00 99.42 22:24:08 22:01:01 3 0.02 0.00 0.03 0.00 0.00 99.95 22:24:08 22:02:01 all 0.17 0.00 0.04 0.02 0.00 99.77 22:24:08 22:02:01 0 0.07 0.00 0.02 0.02 0.00 99.90 22:24:08 22:02:01 1 0.05 0.00 0.07 0.02 0.02 99.85 22:24:08 22:02:01 2 0.53 0.00 0.05 0.02 0.00 99.40 22:24:08 22:02:01 3 0.02 0.00 0.03 0.02 0.00 99.93 22:24:08 22:24:08 22:02:01 CPU %user %nice %system %iowait %steal %idle 22:24:08 22:03:01 all 0.14 0.00 0.02 0.00 0.00 99.84 22:24:08 22:03:01 0 0.00 0.00 0.02 0.00 0.00 99.98 22:24:08 22:03:01 1 0.03 0.00 0.03 0.00 0.00 99.93 22:24:08 22:03:01 2 0.52 0.00 0.02 0.00 0.00 99.47 22:24:08 22:03:01 3 0.02 0.00 0.00 0.00 0.00 99.98 22:24:08 22:04:01 all 0.15 0.00 0.03 0.00 0.00 99.82 22:24:08 22:04:01 0 0.02 0.00 0.03 0.00 0.00 99.95 22:24:08 22:04:01 1 0.03 0.00 0.03 0.00 0.00 99.93 22:24:08 22:04:01 2 0.52 0.00 0.02 0.00 0.00 99.47 22:24:08 22:04:01 3 0.05 0.00 0.03 0.00 0.00 99.92 22:24:08 22:05:01 all 0.17 0.00 0.03 0.00 0.00 99.80 22:24:08 22:05:01 0 0.07 0.00 0.00 0.00 0.00 99.93 22:24:08 22:05:01 1 0.10 0.00 0.07 0.00 0.00 99.83 22:24:08 22:05:01 2 0.50 0.00 0.05 0.00 0.00 99.45 22:24:08 22:05:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:24:08 22:06:01 all 0.05 0.00 0.03 0.00 0.00 99.92 22:24:08 22:06:01 0 0.03 0.00 0.03 0.00 0.00 99.93 22:24:08 22:06:01 1 0.07 0.00 0.03 0.00 0.00 99.90 22:24:08 22:06:01 2 0.07 0.00 0.03 0.00 0.00 99.90 22:24:08 22:06:01 3 0.03 0.00 0.02 0.00 0.00 99.95 22:24:08 22:07:01 all 0.14 0.00 0.07 0.03 0.00 99.76 22:24:08 22:07:01 0 0.15 0.00 0.03 0.05 0.00 99.77 22:24:08 22:07:01 1 0.05 0.00 0.07 0.03 0.00 99.85 22:24:08 22:07:01 2 0.33 0.00 0.08 0.00 0.00 99.58 22:24:08 22:07:01 3 0.02 0.00 0.10 0.05 0.00 99.83 22:24:08 22:08:01 all 0.16 2.74 12.37 5.85 0.08 78.79 22:24:08 22:08:01 0 0.10 3.08 12.80 7.99 0.08 75.95 22:24:08 22:08:01 1 0.10 2.99 13.52 7.62 0.08 75.68 22:24:08 22:08:01 2 0.32 2.27 11.36 4.23 0.07 81.76 22:24:08 22:08:01 3 0.14 2.62 11.79 3.52 0.09 81.85 22:24:08 22:09:01 all 0.16 0.00 0.03 0.00 0.00 99.81 22:24:08 22:09:01 0 0.05 0.00 0.05 0.00 0.00 99.90 22:24:08 22:09:01 1 0.03 0.00 0.02 0.00 0.00 99.95 22:24:08 22:09:01 2 0.03 0.00 0.02 0.00 0.00 99.95 22:24:08 22:09:01 3 0.52 0.00 0.03 0.00 0.00 99.45 22:24:08 22:10:01 all 0.15 0.00 0.03 0.00 0.00 99.82 22:24:08 22:10:01 0 0.03 0.00 0.03 0.00 0.00 99.93 22:24:08 22:10:01 1 0.52 0.00 0.03 0.00 0.00 99.45 22:24:08 22:10:01 2 0.03 0.00 0.03 0.00 0.00 99.93 22:24:08 22:10:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:24:08 22:11:01 all 0.15 0.00 0.03 0.00 0.00 99.83 22:24:08 22:11:01 0 0.00 0.00 0.02 0.00 0.00 99.98 22:24:08 22:11:01 1 0.50 0.00 0.02 0.00 0.00 99.48 22:24:08 22:11:01 2 0.05 0.00 0.07 0.00 0.00 99.88 22:24:08 22:11:01 3 0.03 0.00 0.02 0.00 0.00 99.95 22:24:08 22:12:01 all 0.15 0.00 0.02 0.00 0.00 99.82 22:24:08 22:12:01 0 0.05 0.00 0.02 0.00 0.00 99.93 22:24:08 22:12:01 1 0.52 0.00 0.03 0.00 0.00 99.45 22:24:08 22:12:01 2 0.03 0.00 0.05 0.00 0.00 99.92 22:24:08 22:12:01 3 0.02 0.00 0.00 0.00 0.00 99.98 22:24:08 22:13:01 all 0.08 0.00 0.04 0.00 0.00 99.88 22:24:08 22:13:01 0 0.02 0.00 0.03 0.00 0.02 99.93 22:24:08 22:13:01 1 0.22 0.00 0.03 0.00 0.00 99.75 22:24:08 22:13:01 2 0.03 0.00 0.05 0.00 0.00 99.92 22:24:08 22:13:01 3 0.03 0.00 0.03 0.00 0.00 99.93 22:24:08 22:24:08 22:13:01 CPU %user %nice %system %iowait %steal %idle 22:24:08 22:14:01 all 0.06 0.00 0.03 0.00 0.01 99.90 22:24:08 22:14:01 0 0.05 0.00 0.02 0.00 0.00 99.93 22:24:08 22:14:01 1 0.13 0.00 0.05 0.00 0.00 99.82 22:24:08 22:14:01 2 0.03 0.00 0.03 0.00 0.02 99.92 22:24:08 22:14:01 3 0.02 0.00 0.02 0.00 0.02 99.95 22:24:08 22:15:01 all 0.14 0.00 0.02 0.00 0.00 99.83 22:24:08 22:15:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:24:08 22:15:01 1 0.50 0.00 0.02 0.00 0.00 99.48 22:24:08 22:15:01 2 0.03 0.00 0.05 0.00 0.00 99.92 22:24:08 22:15:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:24:08 22:16:01 all 0.15 0.00 0.03 0.00 0.00 99.82 22:24:08 22:16:01 0 0.03 0.00 0.07 0.00 0.00 99.90 22:24:08 22:16:01 1 0.53 0.00 0.02 0.00 0.00 99.45 22:24:08 22:16:01 2 0.02 0.00 0.02 0.00 0.00 99.97 22:24:08 22:16:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:24:08 22:17:01 all 0.15 0.00 0.02 0.00 0.00 99.83 22:24:08 22:17:01 0 0.03 0.00 0.02 0.00 0.00 99.95 22:24:08 22:17:01 1 0.53 0.00 0.02 0.00 0.00 99.45 22:24:08 22:17:01 2 0.03 0.00 0.03 0.00 0.00 99.93 22:24:08 22:17:01 3 0.02 0.00 0.00 0.00 0.00 99.98 22:24:08 22:18:01 all 0.14 0.00 0.03 0.00 0.00 99.83 22:24:08 22:18:01 0 0.02 0.00 0.03 0.00 0.00 99.95 22:24:08 22:18:01 1 0.52 0.00 0.02 0.00 0.00 99.47 22:24:08 22:18:01 2 0.02 0.00 0.05 0.00 0.00 99.93 22:24:08 22:18:01 3 0.00 0.00 0.02 0.00 0.00 99.98 22:24:08 22:19:01 all 0.15 0.00 0.02 0.00 0.00 99.82 22:24:08 22:19:01 0 0.03 0.00 0.03 0.00 0.00 99.93 22:24:08 22:19:01 1 0.52 0.00 0.02 0.00 0.00 99.47 22:24:08 22:19:01 2 0.05 0.00 0.03 0.00 0.00 99.92 22:24:08 22:19:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:24:08 22:20:01 all 0.13 0.00 0.02 0.00 0.00 99.84 22:24:08 22:20:01 0 0.00 0.00 0.03 0.00 0.00 99.97 22:24:08 22:20:01 1 0.50 0.00 0.02 0.00 0.00 99.48 22:24:08 22:20:01 2 0.02 0.00 0.03 0.00 0.00 99.95 22:24:08 22:20:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:24:08 22:21:01 all 0.13 0.00 0.03 0.00 0.00 99.83 22:24:08 22:21:01 0 0.03 0.00 0.02 0.00 0.00 99.95 22:24:08 22:21:01 1 0.45 0.00 0.05 0.00 0.00 99.50 22:24:08 22:21:01 2 0.03 0.00 0.03 0.02 0.00 99.92 22:24:08 22:21:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:24:08 22:22:02 all 0.02 0.00 0.03 0.00 0.00 99.95 22:24:08 22:22:02 0 0.02 0.00 0.03 0.00 0.00 99.95 22:24:08 22:22:02 1 0.03 0.00 0.05 0.00 0.00 99.92 22:24:08 22:22:02 2 0.02 0.00 0.03 0.00 0.00 99.95 22:24:08 22:22:02 3 0.00 0.00 0.00 0.00 0.00 100.00 22:24:08 22:23:01 all 0.14 0.00 0.03 0.00 0.00 99.83 22:24:08 22:23:01 0 0.05 0.00 0.03 0.00 0.00 99.92 22:24:08 22:23:01 1 0.44 0.00 0.03 0.00 0.00 99.53 22:24:08 22:23:01 2 0.03 0.00 0.02 0.00 0.00 99.95 22:24:08 22:23:01 3 0.03 0.00 0.02 0.00 0.00 99.95 22:24:08 Average: all 5.48 0.05 3.13 2.38 0.02 88.94 22:24:08 Average: 0 5.44 0.06 3.08 2.33 0.02 89.08 22:24:08 Average: 1 5.51 0.06 3.15 2.41 0.02 88.86 22:24:08 Average: 2 5.53 0.04 3.12 2.44 0.02 88.85 22:24:08 Average: 3 5.44 0.05 3.17 2.36 0.02 88.97 22:24:08 22:24:08 22:24:08