Pull request #2898 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of 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-14360 in /w/workspace/edgexfoundry_edgex-go_PR-2898 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # 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 Merge succeeded, producing 192e75e79965f570e40dacfd3fa37e859c65312b Checking out Revision 192e75e79965f570e40dacfd3fa37e859c65312b (PR-2898) > 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 > 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" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-03T20:05:02.704Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk 78053f2f83c22d3208902b9b612e783bb8ac49d0 # timeout=10 [Pipeline] withCredentials [2020-12-03T20:05:03.000Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-03T20:05:03.113Z] ========================================================= [2020-12-03T20:05:03.113Z] EdgeX Global Pipelines Version Info [2020-12-03T20:05:03.113Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-03T20:05:04.988Z] ------------------- [2020-12-03T20:05:04.989Z] stable info: [2020-12-03T20:05:04.989Z] ------------------- [2020-12-03T20:05:04.989Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-03T20:05:04.989Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-03T20:05:04.989Z] Message: update stable to v1.0.169 [2020-12-03T20:05:05.564Z] ------------------- [2020-12-03T20:05:05.564Z] experimental info: [2020-12-03T20:05:05.564Z] ------------------- [2020-12-03T20:05:05.564Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-03T20:05:05.564Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-03T20:05:05.564Z] Message: update experimental to v1.0.169 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-03T20:05:05.864Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-03T20:05:05.967Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-03T20:05:06.071Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-03T20:05:06.175Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-03T20:05:06.325Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-03T20:05:06.428Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-03T20:05:06.530Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-03T20:05:06.632Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-03T20:05:06.734Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-03T20:05:06.831Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-03T20:05:06.953Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-03T20:05:07.073Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-03T20:05:07.171Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-03T20:05:07.286Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-03T20:05:07.386Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-03T20:05:07.488Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-03T20:05:07.589Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-03T20:05:07.695Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-03T20:05:07.790Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-12-03T20:05:07.890Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-03T20:05:07.989Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-03T20:05:08.089Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-03T20:05:08.190Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2898 [Pipeline] echo [2020-12-03T20:05:08.290Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2898 [Pipeline] echo [2020-12-03T20:05:08.402Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2898 [Pipeline] echo [2020-12-03T20:05:08.494Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 192e75e79965f570e40dacfd3fa37e859c65312b [Pipeline] echo [2020-12-03T20:05:08.592Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 192e75e [Pipeline] echo [2020-12-03T20:05:08.689Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-03T20:05:08.870Z] provisioning config files... [2020-12-03T20:05:08.908Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config2134973035107799966tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-03T20:05:09.295Z] ---> docker-login.sh [2020-12-03T20:05:09.295Z] nexus3.edgexfoundry.org:10001 [2020-12-03T20:05:09.559Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T20:05:09.826Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T20:05:09.826Z] Configure a credential helper to remove this warning. See [2020-12-03T20:05:09.826Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T20:05:09.826Z] [2020-12-03T20:05:09.826Z] Login Succeeded [2020-12-03T20:05:09.826Z] nexus3.edgexfoundry.org:10002 [2020-12-03T20:05:09.826Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T20:05:10.088Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T20:05:10.088Z] Configure a credential helper to remove this warning. See [2020-12-03T20:05:10.089Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T20:05:10.089Z] [2020-12-03T20:05:10.089Z] Login Succeeded [2020-12-03T20:05:10.089Z] nexus3.edgexfoundry.org:10003 [2020-12-03T20:05:10.089Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T20:05:10.089Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T20:05:10.089Z] Configure a credential helper to remove this warning. See [2020-12-03T20:05:10.089Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T20:05:10.089Z] [2020-12-03T20:05:10.089Z] Login Succeeded [2020-12-03T20:05:10.089Z] nexus3.edgexfoundry.org:10004 [2020-12-03T20:05:10.351Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T20:05:10.351Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T20:05:10.351Z] Configure a credential helper to remove this warning. See [2020-12-03T20:05:10.351Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T20:05:10.351Z] [2020-12-03T20:05:10.351Z] Login Succeeded [2020-12-03T20:05:10.351Z] docker.io [2020-12-03T20:05:10.616Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T20:05:10.879Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T20:05:10.879Z] Configure a credential helper to remove this warning. See [2020-12-03T20:05:10.879Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T20:05:10.879Z] [2020-12-03T20:05:10.879Z] Login Succeeded [2020-12-03T20:05:10.879Z] ---> docker-login.sh ends [Pipeline] } [2020-12-03T20:05:10.889Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-03T20:05:11.371Z] ++ 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 [2020-12-03T20:05:11.371Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T20:05:11.371Z] ++ dirname cmd/core-command/Dockerfile [2020-12-03T20:05:11.371Z] ++ cut -d/ -f2 [2020-12-03T20:05:11.371Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-03T20:05:11.371Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T20:05:11.371Z] ++ dirname cmd/core-data/Dockerfile [2020-12-03T20:05:11.371Z] ++ cut -d/ -f2 [2020-12-03T20:05:11.371Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-03T20:05:11.371Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T20:05:11.371Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-03T20:05:11.371Z] ++ cut -d/ -f2 [2020-12-03T20:05:11.371Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-03T20:05:11.371Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T20:05:11.371Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-03T20:05:11.371Z] ++ cut -d/ -f2 [2020-12-03T20:05:11.371Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-03T20:05:11.371Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T20:05:11.371Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-03T20:05:11.371Z] ++ cut -d/ -f2 [2020-12-03T20:05:11.371Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-03T20:05:11.371Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T20:05:11.371Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-03T20:05:11.371Z] ++ cut -d/ -f2 [2020-12-03T20:05:11.371Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-03T20:05:11.371Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T20:05:11.371Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-03T20:05:11.371Z] ++ cut -d/ -f2 [2020-12-03T20:05:11.371Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-03T20:05:11.371Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T20:05:11.371Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-03T20:05:11.371Z] ++ cut -d/ -f2 [2020-12-03T20:05:11.371Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-03T20:05:11.371Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T20:05:11.371Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-03T20:05:11.371Z] ++ cut -d/ -f2 [2020-12-03T20:05:11.371Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-03T20:05:11.371Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T20:05:11.371Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-03T20:05:11.371Z] ++ cut -d/ -f2 [2020-12-03T20:05:11.371Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-03T20:05:11.448Z] 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 [2020-12-03T20:05:13.207Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T20:05:13.208Z] [2020-12-03T20:05:13.208Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-03T20:05:13.562Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T20:05:13.562Z] latest: Pulling from edgex-devops/git-semver [2020-12-03T20:05:13.562Z] 31603596830f: Pulling fs layer [2020-12-03T20:05:13.562Z] 2a8b12db71e7: Pulling fs layer [2020-12-03T20:05:13.562Z] 6ca5941a6612: Pulling fs layer [2020-12-03T20:05:13.562Z] ecc8261a40a4: Pulling fs layer [2020-12-03T20:05:13.562Z] ecc8261a40a4: Waiting [2020-12-03T20:05:13.562Z] 2a8b12db71e7: Verifying Checksum [2020-12-03T20:05:13.562Z] 2a8b12db71e7: Download complete [2020-12-03T20:05:13.562Z] 31603596830f: Download complete [2020-12-03T20:05:13.826Z] ecc8261a40a4: Verifying Checksum [2020-12-03T20:05:13.826Z] ecc8261a40a4: Download complete [2020-12-03T20:05:13.826Z] 6ca5941a6612: Verifying Checksum [2020-12-03T20:05:13.826Z] 6ca5941a6612: Download complete [2020-12-03T20:05:14.089Z] 31603596830f: Pull complete [2020-12-03T20:05:14.089Z] 2a8b12db71e7: Pull complete [2020-12-03T20:05:15.050Z] 6ca5941a6612: Pull complete [2020-12-03T20:05:15.313Z] ecc8261a40a4: Pull complete [2020-12-03T20:05:15.313Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-03T20:05:15.313Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T20:05:15.313Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-03T20:05:15.426Z] prd-centos7-docker-4c-2g-14360 does not seem to be running inside a container [2020-12-03T20:05:15.516Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 [2020-12-03T20:05:18.020Z] $ docker top abde052c93110912c9c0b2b7ab5a033f4b3c18d45439283c97c4af217c08c0dd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-03T20:05:18.406Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-03T20:05:18.406Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-03T20:05:18.626Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-03T20:05:18.632Z] $ docker exec abde052c93110912c9c0b2b7ab5a033f4b3c18d45439283c97c4af217c08c0dd ssh-agent [2020-12-03T20:05:18.801Z] SSH_AUTH_SOCK=/tmp/ssh-YmESTydk3J1X/agent.11 [2020-12-03T20:05:18.801Z] SSH_AGENT_PID=16 [2020-12-03T20:05:18.812Z] Running ssh-add (command line suppressed) [2020-12-03T20:05:18.941Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_7988286752699455854.key (/w/workspace/edgex-go/6@tmp/private_key_7988286752699455854.key) [2020-12-03T20:05:18.992Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-03T20:05:19.330Z] + git tag --points-at HEAD [Pipeline] } [2020-12-03T20:05:19.355Z] $ docker exec --env ******** --env ******** abde052c93110912c9c0b2b7ab5a033f4b3c18d45439283c97c4af217c08c0dd ssh-agent -k [2020-12-03T20:05:19.472Z] unset SSH_AUTH_SOCK; [2020-12-03T20:05:19.473Z] unset SSH_AGENT_PID; [2020-12-03T20:05:19.473Z] echo Agent pid 16 killed; [2020-12-03T20:05:19.516Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-03T20:05:19.670Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-03T20:05:19.670Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-03T20:05:19.836Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-03T20:05:19.842Z] $ docker exec abde052c93110912c9c0b2b7ab5a033f4b3c18d45439283c97c4af217c08c0dd ssh-agent [2020-12-03T20:05:20.002Z] SSH_AUTH_SOCK=/tmp/ssh-WKZIKQFXjeiY/agent.45 [2020-12-03T20:05:20.002Z] SSH_AGENT_PID=50 [2020-12-03T20:05:20.009Z] Running ssh-add (command line suppressed) [2020-12-03T20:05:20.125Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_2579497976006800165.key (/w/workspace/edgex-go/6@tmp/private_key_2579497976006800165.key) [2020-12-03T20:05:20.176Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-03T20:05:20.557Z] + git semver init [2020-12-03T20:05:20.557Z] # -> Open(): unable to determine branch for HEAD [2020-12-03T20:05:20.557Z] # $GIT_DIR = /w/workspace/edgex-go/6/.git [2020-12-03T20:05:20.557Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/6 [2020-12-03T20:05:20.557Z] # $SEMVER_REMOTE_NAME = origin [2020-12-03T20:05:20.557Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-03T20:05:20.557Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-03T20:05:20.557Z] # $SEMVER_BRANCH = PR-2898 [2020-12-03T20:05:20.557Z] # $SEMVER_TEMP = /tmp/semver-297484189 [2020-12-03T20:05:20.557Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-03T20:05:38.730Z] # '/tmp/semver-297484189' -> '/w/workspace/edgex-go/6/.semver' [2020-12-03T20:05:39.306Z] # -> Force: false [2020-12-03T20:05:39.306Z] # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } [2020-12-03T20:05:39.323Z] $ docker exec --env ******** --env ******** abde052c93110912c9c0b2b7ab5a033f4b3c18d45439283c97c4af217c08c0dd ssh-agent -k [2020-12-03T20:05:39.536Z] unset SSH_AUTH_SOCK; [2020-12-03T20:05:39.536Z] unset SSH_AGENT_PID; [2020-12-03T20:05:39.536Z] echo Agent pid 50 killed; [2020-12-03T20:05:39.627Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-03T20:05:40.165Z] + git semver [Pipeline] } [2020-12-03T20:05:40.187Z] $ docker stop --time=1 abde052c93110912c9c0b2b7ab5a033f4b3c18d45439283c97c4af217c08c0dd [2020-12-03T20:05:41.873Z] $ docker rm -f abde052c93110912c9c0b2b7ab5a033f4b3c18d45439283c97c4af217c08c0dd [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-03T20:05:42.392Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-03T20:05:42.895Z] Stashed 1 file(s) [Pipeline] echo [2020-12-03T20:05:42.898Z] [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 [2020-12-03T20:05:43.926Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-03T20:05:44.233Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-03T20:05:44.534Z] + sudo service docker restart [2020-12-03T20:05:44.534Z] + true [2020-12-03T20:05:44.534Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-03T20:05:45.124Z] ========================================================= [2020-12-03T20:05:45.124Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-03T20:05:45.124Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-03T20:05:45.465Z] + 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 . [2020-12-03T20:05:48.801Z] Sending build context to Docker daemon 326.2MB [2020-12-03T20:05:48.801Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-03T20:05:48.801Z] Step 2/7 : FROM ${BASE} [2020-12-03T20:05:48.801Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-03T20:05:48.801Z] 188c0c94c7c5: Pulling fs layer [2020-12-03T20:05:48.801Z] 0ef7d3d256c8: Pulling fs layer [2020-12-03T20:05:48.801Z] de9db76c5a1d: Pulling fs layer [2020-12-03T20:05:48.801Z] bca2f99d35d6: Pulling fs layer [2020-12-03T20:05:48.801Z] 93359f2a8cfa: Pulling fs layer [2020-12-03T20:05:48.801Z] 7c6f9722023f: Pulling fs layer [2020-12-03T20:05:48.801Z] a35cf1a2eb13: Pulling fs layer [2020-12-03T20:05:48.801Z] bca2f99d35d6: Waiting [2020-12-03T20:05:48.801Z] 93359f2a8cfa: Waiting [2020-12-03T20:05:48.801Z] 7c6f9722023f: Waiting [2020-12-03T20:05:48.801Z] a35cf1a2eb13: Waiting [2020-12-03T20:05:48.801Z] de9db76c5a1d: Verifying Checksum [2020-12-03T20:05:48.801Z] de9db76c5a1d: Download complete [2020-12-03T20:05:48.801Z] 0ef7d3d256c8: Download complete [2020-12-03T20:05:48.801Z] 93359f2a8cfa: Verifying Checksum [2020-12-03T20:05:48.801Z] 93359f2a8cfa: Download complete [2020-12-03T20:05:48.801Z] 7c6f9722023f: Verifying Checksum [2020-12-03T20:05:48.801Z] 7c6f9722023f: Download complete [2020-12-03T20:05:49.386Z] 188c0c94c7c5: Verifying Checksum [2020-12-03T20:05:49.386Z] 188c0c94c7c5: Download complete [2020-12-03T20:05:49.648Z] 188c0c94c7c5: Pull complete [2020-12-03T20:05:50.223Z] 0ef7d3d256c8: Pull complete [2020-12-03T20:05:50.223Z] de9db76c5a1d: Pull complete [2020-12-03T20:05:51.629Z] a35cf1a2eb13: Verifying Checksum [2020-12-03T20:05:51.629Z] a35cf1a2eb13: Download complete [2020-12-03T20:05:51.893Z] bca2f99d35d6: Verifying Checksum [2020-12-03T20:05:51.893Z] bca2f99d35d6: Download complete [2020-12-03T20:05:57.268Z] bca2f99d35d6: Pull complete [2020-12-03T20:05:57.268Z] 93359f2a8cfa: Pull complete [2020-12-03T20:05:57.268Z] 7c6f9722023f: Pull complete [2020-12-03T20:05:58.403Z] Still waiting to schedule task [2020-12-03T20:05:58.403Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline [2020-12-03T20:06:02.583Z] a35cf1a2eb13: Pull complete [2020-12-03T20:06:02.583Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-03T20:06:02.583Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-03T20:06:02.583Z] ---> a62c8e92a672 [2020-12-03T20:06:02.583Z] 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 [2020-12-03T20:06:02.858Z] ---> Running in 221a7a6dc651 [2020-12-03T20:06:03.434Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T20:06:04.383Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T20:06:04.959Z] (1/12) Installing libmagic (5.38-r0) [2020-12-03T20:06:05.535Z] (2/12) Installing file (5.38-r0) [2020-12-03T20:06:05.798Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-03T20:06:05.798Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-03T20:06:11.102Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-03T20:06:11.102Z] (6/12) Installing patch (2.7.6-r6) [2020-12-03T20:06:11.102Z] (7/12) Installing build-base (0.5-r2) [2020-12-03T20:06:11.102Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-03T20:06:11.102Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-03T20:06:11.102Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-03T20:06:11.365Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-03T20:06:11.365Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-03T20:06:11.365Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T20:06:11.365Z] OK: 233 MiB in 51 packages [2020-12-03T20:06:15.585Z] Removing intermediate container 221a7a6dc651 [2020-12-03T20:06:15.585Z] ---> 94b18cc2df7b [2020-12-03T20:06:15.585Z] Step 4/7 : WORKDIR /edgex-go [2020-12-03T20:06:15.585Z] ---> Running in 3e620b9d033d [2020-12-03T20:06:15.585Z] Removing intermediate container 3e620b9d033d [2020-12-03T20:06:15.585Z] ---> 6034d3684ac6 [2020-12-03T20:06:15.585Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-03T20:06:16.160Z] latest: Pulling from library/docker [2020-12-03T20:06:16.160Z] 188c0c94c7c5: Already exists [2020-12-03T20:06:16.160Z] 0c7c675703d6: Pulling fs layer [2020-12-03T20:06:16.160Z] cc8c12a437cb: Pulling fs layer [2020-12-03T20:06:16.160Z] f092543453df: Pulling fs layer [2020-12-03T20:06:16.160Z] 65b6bc45957d: Pulling fs layer [2020-12-03T20:06:16.160Z] 4de832df471b: Pulling fs layer [2020-12-03T20:06:16.160Z] 79aa7fa92271: Pulling fs layer [2020-12-03T20:06:16.160Z] 65b6bc45957d: Waiting [2020-12-03T20:06:16.160Z] 4de832df471b: Waiting [2020-12-03T20:06:16.160Z] cc8c12a437cb: Verifying Checksum [2020-12-03T20:06:16.160Z] cc8c12a437cb: Download complete [2020-12-03T20:06:16.160Z] 0c7c675703d6: Verifying Checksum [2020-12-03T20:06:16.160Z] 0c7c675703d6: Download complete [2020-12-03T20:06:16.429Z] 65b6bc45957d: Verifying Checksum [2020-12-03T20:06:16.429Z] 65b6bc45957d: Download complete [2020-12-03T20:06:16.429Z] 4de832df471b: Verifying Checksum [2020-12-03T20:06:16.429Z] 4de832df471b: Download complete [2020-12-03T20:06:16.429Z] 79aa7fa92271: Verifying Checksum [2020-12-03T20:06:16.429Z] 79aa7fa92271: Download complete [2020-12-03T20:06:16.429Z] 0c7c675703d6: Pull complete [2020-12-03T20:06:16.695Z] cc8c12a437cb: Pull complete [2020-12-03T20:06:17.282Z] f092543453df: Verifying Checksum [2020-12-03T20:06:17.282Z] f092543453df: Download complete [2020-12-03T20:06:19.867Z] f092543453df: Pull complete [2020-12-03T20:06:19.867Z] 65b6bc45957d: Pull complete [2020-12-03T20:06:19.867Z] 4de832df471b: Pull complete [2020-12-03T20:06:19.867Z] 79aa7fa92271: Pull complete [2020-12-03T20:06:19.867Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-03T20:06:19.867Z] Status: Downloaded newer image for docker:latest [2020-12-03T20:06:21.795Z] ---> 0f019186d4bc [2020-12-03T20:06:21.795Z] Step 6/7 : COPY go.mod . [2020-12-03T20:06:21.795Z] ---> 5528f44c70ad [2020-12-03T20:06:21.795Z] Step 7/7 : RUN go mod download [2020-12-03T20:06:22.060Z] ---> Running in 4c8fd10bf13e [2020-12-03T20:06:44.090Z] Removing intermediate container 4c8fd10bf13e [2020-12-03T20:06:44.090Z] ---> 3c9a91eeb46a [2020-12-03T20:06:44.090Z] Successfully built 3c9a91eeb46a [2020-12-03T20:06:44.090Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-03T20:06:44.415Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-03T20:06:44.415Z] . [Pipeline] withDockerContainer [2020-12-03T20:06:44.519Z] prd-centos7-docker-4c-2g-14360 does not seem to be running inside a container [2020-12-03T20:06:44.573Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 [2020-12-03T20:06:45.433Z] $ docker top 2e186980dfaae0bc6a42b1757f26468d30801302316e7f9b7ecb24945724d39d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T20:06:45.930Z] + go version [2020-12-03T20:06:45.930Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-03T20:06:45.948Z] $ docker stop --time=1 2e186980dfaae0bc6a42b1757f26468d30801302316e7f9b7ecb24945724d39d [2020-12-03T20:06:47.301Z] $ docker rm -f 2e186980dfaae0bc6a42b1757f26468d30801302316e7f9b7ecb24945724d39d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T20:06:48.181Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-03T20:06:48.181Z] . [Pipeline] withDockerContainer [2020-12-03T20:06:48.277Z] prd-centos7-docker-4c-2g-14360 does not seem to be running inside a container [2020-12-03T20:06:48.331Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 [2020-12-03T20:06:48.921Z] $ docker top aad5964ae79930946dde17eb962b2f81649267ebcee6edb0bf4a595706f0d94c -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-03T20:06:49.143Z] ========================================================= [2020-12-03T20:06:49.143Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-03T20:06:49.143Z] ========================================================= [Pipeline] sh [2020-12-03T20:06:49.430Z] + make test [2020-12-03T20:06:49.430Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-03T20:06:57.613Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-03T20:07:15.897Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-03T20:07:20.151Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-03T20:07:20.151Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-03T20:07:20.151Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-03T20:07:20.151Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-03T20:07:20.151Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-03T20:07:20.424Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-03T20:07:23.012Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.037s [2020-12-03T20:07:23.012Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-03T20:07:23.012Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-03T20:07:23.593Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-03T20:07:23.593Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-03T20:07:23.593Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-03T20:07:23.593Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-03T20:07:26.960Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.119s coverage: 46.6% of statements [2020-12-03T20:07:26.960Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-03T20:07:26.960Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-03T20:07:26.960Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-03T20:07:26.960Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-03T20:07:26.960Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-03T20:07:29.544Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.165s coverage: 27.1% of statements [2020-12-03T20:07:29.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-03T20:07:29.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-03T20:07:29.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-03T20:07:29.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-03T20:07:29.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-03T20:07:29.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-03T20:07:29.544Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.037s coverage: 100.0% of statements [2020-12-03T20:07:29.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-03T20:07:29.544Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.039s coverage: 100.0% of statements [2020-12-03T20:07:29.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-03T20:07:29.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-03T20:07:29.544Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.085s coverage: 65.5% of statements [2020-12-03T20:07:29.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-03T20:07:29.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-03T20:07:29.815Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.402s coverage: 82.7% of statements [2020-12-03T20:07:29.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-03T20:07:29.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-03T20:07:29.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-03T20:07:29.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-03T20:07:31.242Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.333s coverage: 28.6% of statements [2020-12-03T20:07:31.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-03T20:07:31.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-03T20:07:31.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-03T20:07:31.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-03T20:07:31.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-03T20:07:31.242Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.088s coverage: 100.0% of statements [2020-12-03T20:07:31.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-03T20:07:31.242Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.041s coverage: 100.0% of statements [2020-12-03T20:07:31.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-03T20:07:31.531Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.113s coverage: 86.7% of statements [2020-12-03T20:07:31.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-03T20:07:31.801Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.127s coverage: 97.5% of statements [2020-12-03T20:07:31.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-03T20:07:32.093Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.057s coverage: 78.3% of statements [2020-12-03T20:07:32.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-03T20:07:32.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-03T20:07:32.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-03T20:07:32.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-03T20:07:34.038Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.312s coverage: 94.7% of statements [2020-12-03T20:07:34.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-03T20:07:34.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-03T20:07:34.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-03T20:07:34.039Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-03T20:07:34.039Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-03T20:07:34.039Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-03T20:07:34.039Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-03T20:07:34.039Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-03T20:07:34.039Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-03T20:07:34.039Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-03T20:07:34.039Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-03T20:07:34.039Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-03T20:07:34.039Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-03T20:07:34.039Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-03T20:07:34.039Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-03T20:07:34.039Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-03T20:07:34.039Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-03T20:07:34.039Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-03T20:07:34.039Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-03T20:07:34.039Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-03T20:07:34.039Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.038s coverage: 58.8% of statements [2020-12-03T20:07:34.039Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-03T20:07:34.039Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-03T20:07:34.039Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.054s coverage: 0.0% of statements [no tests to run] [2020-12-03T20:07:34.039Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-03T20:07:34.039Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-03T20:07:34.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-03T20:07:34.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-03T20:07:34.039Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.031s coverage: 100.0% of statements [2020-12-03T20:07:34.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-03T20:07:34.039Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.060s coverage: 75.5% of statements [2020-12-03T20:07:34.039Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.043s coverage: 80.8% of statements [2020-12-03T20:07:34.039Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.082s coverage: 87.2% of statements [2020-12-03T20:07:34.302Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.050s coverage: 84.2% of statements [2020-12-03T20:07:34.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.035s coverage: 100.0% of statements [2020-12-03T20:07:34.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-03T20:07:35.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.184s coverage: 63.5% of statements [2020-12-03T20:07:35.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-03T20:07:35.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-03T20:07:35.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements [2020-12-03T20:07:35.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.040s coverage: 91.3% of statements [2020-12-03T20:07:35.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements [2020-12-03T20:07:35.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.074s coverage: 73.7% of statements [2020-12-03T20:07:36.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.037s coverage: 100.0% of statements [2020-12-03T20:07:37.079Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.334s coverage: 55.9% of statements [2020-12-03T20:07:37.079Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-03T20:07:37.079Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-03T20:07:37.079Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-03T20:07:37.079Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-03T20:07:37.079Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-03T20:07:37.079Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-03T20:08:04.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 23.510s coverage: 86.3% of statements [2020-12-03T20:08:04.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-03T20:08:04.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.078s coverage: 72.2% of statements [2020-12-03T20:08:04.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.435s coverage: 72.1% of statements [2020-12-03T20:08:04.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.052s coverage: 82.4% of statements [2020-12-03T20:08:04.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.058s coverage: 48.4% of statements [2020-12-03T20:08:04.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-03T20:08:04.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-03T20:08:04.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-03T20:08:04.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.040s coverage: 28.8% of statements [2020-12-03T20:08:04.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-03T20:08:04.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.042s coverage: 96.8% of statements [2020-12-03T20:08:04.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-03T20:08:04.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.082s coverage: 37.2% of statements [2020-12-03T20:08:04.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-03T20:08:04.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-03T20:08:04.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.284s coverage: 84.1% of statements [2020-12-03T20:08:04.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.037s coverage: 100.0% of statements [2020-12-03T20:08:04.417Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.097s coverage: 47.1% of statements [2020-12-03T20:08:04.417Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-03T20:08:04.417Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-03T20:08:04.417Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.047s coverage: 100.0% of statements [2020-12-03T20:08:04.417Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-03T20:08:04.417Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-03T20:08:04.417Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-03T20:08:04.417Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.068s coverage: 100.0% of statements [2020-12-03T20:08:04.417Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-03T20:08:04.417Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements [2020-12-03T20:08:04.417Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-03T20:08:04.417Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.670s coverage: 29.1% of statements [2020-12-03T20:08:04.417Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-03T20:08:04.417Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-03T20:08:04.417Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-03T20:08:04.417Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-03T20:08:04.417Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-03T20:08:04.417Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.062s coverage: 99.0% of statements [2020-12-03T20:08:04.417Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-03T20:08:04.417Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements [2020-12-03T20:08:04.417Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-03T20:08:04.417Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.022s coverage: 0.0% of statements [2020-12-03T20:08:04.417Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-03T20:08:04.417Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements [2020-12-03T20:08:04.417Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-03T20:08:04.417Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-03T20:08:04.417Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-03T20:08:04.417Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-03T20:08:04.417Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.045s coverage: 87.9% of statements [2020-12-03T20:08:04.417Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-03T20:08:04.417Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-03T20:08:04.417Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements [2020-12-03T20:08:04.417Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2020-12-03T20:08:04.417Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2020-12-03T20:08:04.417Z] GO111MODULE=on go vet ./... [2020-12-03T20:08:26.573Z] gofmt -l . [2020-12-03T20:08:26.573Z] [ "`gofmt -l .`" = "" ] [2020-12-03T20:08:26.573Z] ./bin/test-go-mod-tidy.sh [2020-12-03T20:08:26.573Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-03T20:08:27.828Z] + ls -al . [2020-12-03T20:08:27.828Z] total 648 [2020-12-03T20:08:27.828Z] drwxrwxr-x 10 1001 1001 4096 Dec 3 20:08 . [2020-12-03T20:08:27.828Z] drwxr-xr-x 4 root root 28 Dec 3 20:06 .. [2020-12-03T20:08:27.828Z] -rw-rw-r-- 1 1001 1001 11 Dec 3 20:04 .dockerignore [2020-12-03T20:08:27.828Z] drwxrwxr-x 8 1001 1001 179 Dec 3 20:05 .git [2020-12-03T20:08:27.828Z] drwxrwxr-x 3 1001 1001 125 Dec 3 20:04 .github [2020-12-03T20:08:27.828Z] -rw-rw-r-- 1 1001 1001 971 Dec 3 20:04 .gitignore [2020-12-03T20:08:27.828Z] drwx------ 3 1001 1001 47 Dec 3 20:05 .semver [2020-12-03T20:08:27.828Z] -rw-rw-r-- 1 1001 1001 166 Dec 3 20:04 .sonarcloud.properties [2020-12-03T20:08:27.828Z] -rw-rw-r-- 1 1001 1001 3804 Dec 3 20:04 CONTRIBUTING.md [2020-12-03T20:08:27.828Z] -rw-rw-r-- 1 1001 1001 1035 Dec 3 20:04 Dockerfile.build [2020-12-03T20:08:27.828Z] -rw-rw-r-- 1 1001 1001 943 Dec 3 20:04 Jenkinsfile [2020-12-03T20:08:27.828Z] -rw-rw-r-- 1 1001 1001 10775 Dec 3 20:04 LICENSE [2020-12-03T20:08:27.828Z] -rw-rw-r-- 1 1001 1001 6318 Dec 3 20:04 Makefile [2020-12-03T20:08:27.828Z] -rw-rw-r-- 1 1001 1001 6447 Dec 3 20:04 README.md [2020-12-03T20:08:27.828Z] -rw-rw-r-- 1 1001 1001 259 Dec 3 20:04 SECURITY.md [2020-12-03T20:08:27.828Z] -rw-rw-r-- 1 1001 1001 5 Dec 3 20:05 VERSION [2020-12-03T20:08:27.828Z] -rw-rw-r-- 1 1001 1001 4131 Dec 3 20:04 ZMQWindows.md [2020-12-03T20:08:27.828Z] drwxrwxr-x 2 1001 1001 117 Dec 3 20:04 bin [2020-12-03T20:08:27.828Z] drwxrwxr-x 15 1001 1001 4096 Dec 3 20:04 cmd [2020-12-03T20:08:27.828Z] -rw-r--r-- 1 root root 555123 Dec 3 20:07 coverage.out [2020-12-03T20:08:27.828Z] -rw-r--r-- 1 root root 1041 Dec 3 20:08 go.mod [2020-12-03T20:08:27.828Z] -rw-r--r-- 1 root root 18856 Dec 3 20:08 go.sum [2020-12-03T20:08:27.828Z] drwxrwxr-x 8 1001 1001 127 Dec 3 20:04 internal [2020-12-03T20:08:27.828Z] drwxrwxr-x 4 1001 1001 26 Dec 3 20:04 openapi [2020-12-03T20:08:27.828Z] drwxrwxr-x 4 1001 1001 71 Dec 3 20:04 snap [2020-12-03T20:08:27.828Z] -rw-rw-r-- 1 1001 1001 168 Dec 3 20:04 version.go [Pipeline] sh [2020-12-03T20:08:28.135Z] + '[' -e coverage.out ] [2020-12-03T20:08:28.135Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-03T20:08:28.392Z] Stashed 1 file(s) [Pipeline] sh [2020-12-03T20:08:28.687Z] + make build [2020-12-03T20:08:28.687Z] 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 [2020-12-03T20:08:32.916Z] 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 [2020-12-03T20:08:41.147Z] 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 [2020-12-03T20:08:42.100Z] 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 [2020-12-03T20:08:43.502Z] 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 [2020-12-03T20:08:44.081Z] 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 [2020-12-03T20:08:45.487Z] 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 [2020-12-03T20:08:46.879Z] 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 [2020-12-03T20:08:47.831Z] 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 [2020-12-03T20:08:48.795Z] 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 [2020-12-03T20:08:50.193Z] 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 [2020-12-03T20:08:51.148Z] 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 [2020-12-03T20:08:52.101Z] 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] } [2020-12-03T20:08:53.510Z] $ docker stop --time=1 aad5964ae79930946dde17eb962b2f81649267ebcee6edb0bf4a595706f0d94c [2020-12-03T20:08:55.171Z] $ docker rm -f aad5964ae79930946dde17eb962b2f81649267ebcee6edb0bf4a595706f0d94c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T20:08:58.913Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-03T20:08:58.913Z] [2020-12-03T20:08:58.913Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-03T20:08:59.272Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-03T20:08:59.272Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-03T20:08:59.272Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-03T20:08:59.272Z] ca9280d653b3: Pulling fs layer [2020-12-03T20:08:59.272Z] 7e9c9ca2126c: Pulling fs layer [2020-12-03T20:08:59.535Z] cbdbe7a5bc2a: Verifying Checksum [2020-12-03T20:08:59.535Z] cbdbe7a5bc2a: Download complete [2020-12-03T20:09:00.111Z] cbdbe7a5bc2a: Pull complete [2020-12-03T20:09:00.377Z] ca9280d653b3: Download complete [2020-12-03T20:09:01.330Z] 7e9c9ca2126c: Download complete [2020-12-03T20:09:01.330Z] ca9280d653b3: Pull complete [2020-12-03T20:09:09.531Z] 7e9c9ca2126c: Pull complete [2020-12-03T20:09:09.531Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-03T20:09:09.531Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-03T20:09:09.531Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-03T20:09:09.657Z] prd-centos7-docker-4c-2g-14360 does not seem to be running inside a container [2020-12-03T20:09:09.709Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 [2020-12-03T20:09:12.529Z] $ docker top 81050ce6897f3e7fe816d5ff1ce1a1a61a187bb9fcdb54adc74eacc1c4233780 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T20:09:13.068Z] + docker-compose build --help [2020-12-03T20:09:13.068Z] + grep parallel [2020-12-03T20:09:14.012Z] --parallel Build images in parallel. [Pipeline] } [2020-12-03T20:09:14.028Z] $ docker stop --time=1 81050ce6897f3e7fe816d5ff1ce1a1a61a187bb9fcdb54adc74eacc1c4233780 [2020-12-03T20:09:15.377Z] $ docker rm -f 81050ce6897f3e7fe816d5ff1ce1a1a61a187bb9fcdb54adc74eacc1c4233780 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T20:09:16.037Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-03T20:09:16.037Z] . [Pipeline] withDockerContainer [2020-12-03T20:09:16.134Z] prd-centos7-docker-4c-2g-14360 does not seem to be running inside a container [2020-12-03T20:09:16.186Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 [2020-12-03T20:09:16.758Z] $ docker top fe70f8e4f4391991c3dc77bab5073facfd286767451600588eaa1350cf194305 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T20:09:17.250Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-03T20:09:18.196Z] Building docker-core-command-go ... [2020-12-03T20:09:18.196Z] Building docker-core-data-go ... [2020-12-03T20:09:18.196Z] Building docker-core-metadata-go ... [2020-12-03T20:09:18.196Z] Building docker-security-bootstrap-redis-go ... [2020-12-03T20:09:18.196Z] Building docker-security-proxy-setup-go ... [2020-12-03T20:09:18.196Z] Building docker-security-secrets-setup-go ... [2020-12-03T20:09:18.196Z] Building docker-security-secretstore-setup-go ... [2020-12-03T20:09:18.196Z] Building docker-support-notifications-go ... [2020-12-03T20:09:18.196Z] Building docker-support-scheduler-go ... [2020-12-03T20:09:18.196Z] Building docker-sys-mgmt-agent-go ... [2020-12-03T20:09:18.196Z] Building docker-security-secretstore-setup-go [2020-12-03T20:09:18.196Z] Building docker-support-scheduler-go [2020-12-03T20:09:18.196Z] Building docker-core-data-go [2020-12-03T20:09:18.196Z] Building docker-sys-mgmt-agent-go [2020-12-03T20:09:18.196Z] Building docker-support-notifications-go [2020-12-03T20:09:50.770Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T20:09:50.770Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-03T20:09:50.770Z] ---> 3c9a91eeb46a [2020-12-03T20:09:50.770Z] Step 3/23 : WORKDIR /edgex-go [2020-12-03T20:09:50.770Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T20:09:50.770Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-03T20:09:50.770Z] ---> 3c9a91eeb46a [2020-12-03T20:09:50.770Z] Step 3/24 : WORKDIR /edgex-go [2020-12-03T20:09:50.770Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T20:09:50.770Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-03T20:09:50.770Z] ---> 3c9a91eeb46a [2020-12-03T20:09:50.770Z] Step 3/27 : WORKDIR /edgex-go [2020-12-03T20:09:50.770Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T20:09:50.770Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-03T20:09:50.770Z] ---> 3c9a91eeb46a [2020-12-03T20:09:50.770Z] Step 3/24 : WORKDIR /edgex-go [2020-12-03T20:09:50.770Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T20:09:50.770Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-03T20:09:50.770Z] ---> 3c9a91eeb46a [2020-12-03T20:09:50.770Z] Step 3/21 : WORKDIR /edgex-go [2020-12-03T20:09:50.770Z] ---> Running in 4baf21067b3e [2020-12-03T20:09:50.770Z] ---> Running in b83174ac083a [2020-12-03T20:09:50.770Z] ---> Running in 9d1baa33555f [2020-12-03T20:09:50.770Z] ---> Running in a6013d06d933 [2020-12-03T20:09:50.770Z] ---> Running in 46251b2e7917 [2020-12-03T20:09:50.770Z] Removing intermediate container b83174ac083a [2020-12-03T20:09:50.770Z] ---> ebe6a1a57ee0 [2020-12-03T20:09:50.770Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T20:09:50.770Z] Removing intermediate container 46251b2e7917 [2020-12-03T20:09:50.770Z] ---> 2bd31a8bddcd [2020-12-03T20:09:50.770Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T20:09:50.770Z] Removing intermediate container a6013d06d933 [2020-12-03T20:09:50.770Z] ---> 0c920a6a2bf7 [2020-12-03T20:09:50.770Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T20:09:50.770Z] Removing intermediate container 4baf21067b3e [2020-12-03T20:09:50.770Z] ---> 67f643e2e8eb [2020-12-03T20:09:50.770Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T20:09:50.770Z] Removing intermediate container 9d1baa33555f [2020-12-03T20:09:50.770Z] ---> 6bee549bae6b [2020-12-03T20:09:50.770Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T20:09:50.770Z] ---> Running in 2399fc252700 [2020-12-03T20:09:50.770Z] ---> Running in e1471d0f9e03 [2020-12-03T20:09:50.770Z] ---> Running in 2d4688c116e3 [2020-12-03T20:09:50.770Z] ---> Running in 475c262c8e0b [2020-12-03T20:09:50.770Z] ---> Running in 29e79b0e8eb1 [2020-12-03T20:09:52.711Z] Removing intermediate container 2399fc252700 [2020-12-03T20:09:52.711Z] ---> 97c25f37d32f [2020-12-03T20:09:52.711Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-03T20:09:52.711Z] Removing intermediate container 475c262c8e0b [2020-12-03T20:09:52.711Z] ---> c4edd83d73b2 [2020-12-03T20:09:52.711Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-03T20:09:52.711Z] ---> Running in 68708d6982b3 [2020-12-03T20:09:52.711Z] ---> Running in e38dc1208af8 [2020-12-03T20:09:52.711Z] Removing intermediate container 2d4688c116e3 [2020-12-03T20:09:52.711Z] ---> 5d79ff20ba39 [2020-12-03T20:09:52.711Z] Step 5/24 : RUN apk update && apk add make git [2020-12-03T20:09:52.711Z] Removing intermediate container e1471d0f9e03 [2020-12-03T20:09:52.711Z] ---> 871f17ffc4e3 [2020-12-03T20:09:52.711Z] Step 5/21 : RUN apk update && apk add make git [2020-12-03T20:09:52.974Z] Removing intermediate container 29e79b0e8eb1 [2020-12-03T20:09:52.974Z] ---> 777df4ae1019 [2020-12-03T20:09:52.974Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-03T20:09:52.974Z] ---> Running in 3add9171311a [2020-12-03T20:09:52.974Z] ---> Running in eb9e50af1d5f [2020-12-03T20:09:53.240Z] ---> Running in bc538e563000 [2020-12-03T20:09:53.827Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T20:09:53.827Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T20:09:53.827Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T20:09:54.090Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T20:09:54.090Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T20:09:54.352Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T20:09:54.614Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T20:09:54.614Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T20:09:54.614Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T20:09:54.876Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T20:09:54.876Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T20:09:54.876Z] OK: 12745 distinct packages available [2020-12-03T20:09:55.139Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T20:09:55.139Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T20:09:55.139Z] OK: 12745 distinct packages available [2020-12-03T20:09:55.139Z] OK: 233 MiB in 51 packages [2020-12-03T20:09:55.139Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T20:09:55.139Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T20:09:55.139Z] OK: 12745 distinct packages available [2020-12-03T20:09:55.406Z] OK: 233 MiB in 51 packages [2020-12-03T20:09:55.406Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T20:09:55.406Z] OK: 233 MiB in 51 packages [2020-12-03T20:09:55.668Z] Removing intermediate container 68708d6982b3 [2020-12-03T20:09:55.668Z] ---> db25e8474549 [2020-12-03T20:09:55.668Z] Step 6/23 : COPY go.mod . [2020-12-03T20:09:55.668Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T20:09:55.668Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T20:09:55.668Z] OK: 12745 distinct packages available [2020-12-03T20:09:55.934Z] OK: 233 MiB in 51 packages [2020-12-03T20:09:55.934Z] ---> 440fabcf17c3 [2020-12-03T20:09:55.934Z] Step 7/23 : RUN go mod download [2020-12-03T20:09:56.197Z] ---> Running in 05a8eaac161f [2020-12-03T20:09:56.197Z] Removing intermediate container 3add9171311a [2020-12-03T20:09:56.197Z] ---> 49c79d7435eb [2020-12-03T20:09:56.197Z] Step 6/21 : COPY go.mod . [2020-12-03T20:09:56.464Z] Removing intermediate container bc538e563000 [2020-12-03T20:09:56.464Z] ---> 488a28d65a4f [2020-12-03T20:09:56.464Z] Step 6/27 : COPY go.mod . [2020-12-03T20:09:56.464Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T20:09:56.464Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T20:09:56.464Z] OK: 12745 distinct packages available [2020-12-03T20:09:56.464Z] ---> a413edce7f96 [2020-12-03T20:09:56.464Z] Step 7/21 : RUN go mod download [2020-12-03T20:09:56.734Z] ---> Running in 6808f0c18bd3 [2020-12-03T20:09:56.734Z] ---> dd2e23674804 [2020-12-03T20:09:56.734Z] Step 7/27 : RUN go mod download [2020-12-03T20:09:56.734Z] Removing intermediate container e38dc1208af8 [2020-12-03T20:09:56.734Z] ---> 51bc06f08dc9 [2020-12-03T20:09:56.734Z] Step 6/24 : COPY go.mod . [2020-12-03T20:09:56.734Z] OK: 233 MiB in 51 packages [2020-12-03T20:09:56.999Z] ---> Running in 61536b67c797 [2020-12-03T20:09:56.999Z] ---> c6cb6d00f965 [2020-12-03T20:09:56.999Z] Step 7/24 : RUN go mod download [2020-12-03T20:09:57.263Z] ---> Running in 1cfc03fd8ea6 [2020-12-03T20:09:57.854Z] Removing intermediate container eb9e50af1d5f [2020-12-03T20:09:57.854Z] ---> f3040c4ca19d [2020-12-03T20:09:57.854Z] Step 6/24 : COPY go.mod . [2020-12-03T20:09:58.126Z] ---> cd4567ad1fa0 [2020-12-03T20:09:58.126Z] Step 7/24 : RUN go mod download [2020-12-03T20:09:58.126Z] ---> Running in c2f016af11d2 [2020-12-03T20:09:58.390Z] Removing intermediate container 05a8eaac161f [2020-12-03T20:09:58.390Z] ---> cc24b00e274b [2020-12-03T20:09:58.390Z] Step 8/23 : COPY . . [2020-12-03T20:09:58.671Z] Removing intermediate container 6808f0c18bd3 [2020-12-03T20:09:58.671Z] ---> 829a4918c671 [2020-12-03T20:09:58.671Z] Step 8/21 : COPY . . [2020-12-03T20:10:05.331Z] Removing intermediate container 61536b67c797 [2020-12-03T20:10:05.331Z] ---> e63f27928081 [2020-12-03T20:10:05.331Z] Step 8/27 : COPY . . [2020-12-03T20:10:06.293Z] Removing intermediate container 1cfc03fd8ea6 [2020-12-03T20:10:06.293Z] ---> e272b32025fe [2020-12-03T20:10:06.293Z] Step 8/24 : COPY . . [2020-12-03T20:10:21.337Z] Removing intermediate container c2f016af11d2 [2020-12-03T20:10:21.337Z] ---> 7fe04d3e874c [2020-12-03T20:10:21.337Z] Step 8/24 : COPY . . [2020-12-03T20:10:43.659Z] ---> 65da9f983601 [2020-12-03T20:10:43.659Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-03T20:10:43.659Z] ---> 6464ba5849fb [2020-12-03T20:10:43.659Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-03T20:10:43.922Z] ---> Running in aac57c44abad [2020-12-03T20:10:44.186Z] ---> Running in 8a818fe17e89 [2020-12-03T20:10:45.594Z] ---> eac8c2edf1a6 [2020-12-03T20:10:45.594Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-03T20:10:45.594Z] ---> f96775d94ed5 [2020-12-03T20:10:45.594Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-03T20:10:45.594Z] ---> Running in 75ea27305d1d [2020-12-03T20:10:45.862Z] ---> Running in 27f9def08ed0 [2020-12-03T20:10:47.271Z] 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 [2020-12-03T20:10:47.271Z] 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 [2020-12-03T20:10:47.271Z] 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 [2020-12-03T20:10:47.271Z] 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 [2020-12-03T20:10:49.217Z] ---> 02e368880ad0 [2020-12-03T20:10:49.217Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-03T20:10:49.809Z] ---> Running in 911535488faa [2020-12-03T20:10:50.780Z] 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 [2020-12-03T20:11:17.516Z] 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 [2020-12-03T20:11:22.891Z] Removing intermediate container 27f9def08ed0 [2020-12-03T20:11:22.891Z] ---> 1a1b21d12b85 [2020-12-03T20:11:22.891Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-03T20:11:22.891Z] ---> Running in 955ef5943349 [2020-12-03T20:11:23.861Z] 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 [2020-12-03T20:11:29.187Z] Removing intermediate container 75ea27305d1d [2020-12-03T20:11:29.187Z] ---> 319ddab73789 [2020-12-03T20:11:29.187Z] [2020-12-03T20:11:29.187Z] Step 10/24 : FROM scratch [2020-12-03T20:11:29.187Z] ---> [2020-12-03T20:11:29.187Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-03T20:11:29.187Z] Removing intermediate container aac57c44abad [2020-12-03T20:11:29.187Z] ---> 7743b48cd3ef [2020-12-03T20:11:29.187Z] [2020-12-03T20:11:29.187Z] Step 10/21 : FROM scratch [2020-12-03T20:11:29.187Z] ---> [2020-12-03T20:11:29.187Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T20:11:29.187Z] Removing intermediate container 911535488faa [2020-12-03T20:11:29.187Z] ---> 928f6469bec7 [2020-12-03T20:11:29.187Z] [2020-12-03T20:11:29.187Z] Step 10/24 : FROM alpine:3.10 [2020-12-03T20:11:29.187Z] 3.10: Pulling from library/alpine [2020-12-03T20:11:29.187Z] ---> Running in 5931e9c11b48 [2020-12-03T20:11:29.187Z] ---> Running in cd96578bd4c6 [2020-12-03T20:11:29.451Z] Removing intermediate container cd96578bd4c6 [2020-12-03T20:11:29.451Z] ---> 5d1c26205546 [2020-12-03T20:11:29.451Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-03T20:11:29.451Z] Removing intermediate container 5931e9c11b48 [2020-12-03T20:11:29.451Z] ---> 468ec7191ee8 [2020-12-03T20:11:29.451Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-03T20:11:29.451Z] Removing intermediate container 955ef5943349 [2020-12-03T20:11:29.451Z] ---> b39c53cf489c [2020-12-03T20:11:29.451Z] [2020-12-03T20:11:29.451Z] Step 11/27 : FROM docker:latest [2020-12-03T20:11:29.451Z] ---> b0757c55a1fd [2020-12-03T20:11:29.451Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-03T20:11:29.715Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-03T20:11:31.116Z] Status: Downloaded newer image for alpine:3.10 [2020-12-03T20:11:31.116Z] ---> be4e4bea2c2e [2020-12-03T20:11:31.116Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-03T20:11:31.116Z] ---> Running in 7f2610fb48c3 [2020-12-03T20:11:31.116Z] ---> Running in 48f2133ffb49 [2020-12-03T20:11:31.691Z] ---> Running in 532634508b59 [2020-12-03T20:11:31.691Z] ---> Running in 772f01fda4f0 [2020-12-03T20:11:31.954Z] Removing intermediate container 48f2133ffb49 [2020-12-03T20:11:31.954Z] ---> 072348223775 [2020-12-03T20:11:31.954Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-03T20:11:31.954Z] Removing intermediate container 8a818fe17e89 [2020-12-03T20:11:31.954Z] ---> e93c8756353b [2020-12-03T20:11:31.954Z] [2020-12-03T20:11:31.954Z] Step 10/23 : FROM alpine [2020-12-03T20:11:31.954Z] Removing intermediate container 7f2610fb48c3 [2020-12-03T20:11:31.954Z] ---> bf5836c17196 [2020-12-03T20:11:31.954Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-03T20:11:31.954Z] latest: Pulling from library/alpine [2020-12-03T20:11:32.217Z] ---> Running in c2716715d528 [2020-12-03T20:11:32.217Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-03T20:11:32.217Z] ---> Running in d8232dba8035 [2020-12-03T20:11:32.217Z] Status: Downloaded newer image for alpine:latest [2020-12-03T20:11:32.217Z] ---> d6e46aa2470d [2020-12-03T20:11:32.217Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T20:11:32.485Z] ---> Running in b8869d025cf3 [2020-12-03T20:11:32.485Z] Removing intermediate container c2716715d528 [2020-12-03T20:11:32.485Z] ---> 6819916023ff [2020-12-03T20:11:32.485Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-03T20:11:32.485Z] Removing intermediate container d8232dba8035 [2020-12-03T20:11:32.485Z] ---> 77c02e2d7c48 [2020-12-03T20:11:32.485Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-03T20:11:32.752Z] Removing intermediate container b8869d025cf3 [2020-12-03T20:11:32.752Z] ---> de1af47652cd [2020-12-03T20:11:32.752Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-03T20:11:33.015Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-03T20:11:33.015Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-03T20:11:33.015Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T20:11:33.277Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-03T20:11:33.277Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-03T20:11:33.277Z] OK: 10348 distinct packages available [2020-12-03T20:11:33.277Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T20:11:33.277Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-03T20:11:33.277Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-03T20:11:33.548Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-03T20:11:33.548Z] (1/2) Installing readline (8.0.4-r0) [2020-12-03T20:11:33.548Z] (4/5) Installing curl (7.66.0-r1) [2020-12-03T20:11:33.548Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-03T20:11:33.548Z] Executing busybox-1.30.1-r3.trigger [2020-12-03T20:11:33.548Z] (2/2) Installing bash (5.0.17-r0) [2020-12-03T20:11:33.548Z] Executing ca-certificates-20191127-r2.trigger [2020-12-03T20:11:33.548Z] Executing bash-5.0.17-r0.post-install [2020-12-03T20:11:33.548Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T20:11:33.548Z] OK: 12 MiB in 22 packages [2020-12-03T20:11:33.548Z] OK: 7 MiB in 19 packages [2020-12-03T20:11:33.548Z] ---> Running in f788dcfe1cc8 [2020-12-03T20:11:34.127Z] ---> 1c58ece7d8d4 [2020-12-03T20:11:34.127Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-03T20:11:34.127Z] ---> efd23f624115 [2020-12-03T20:11:34.127Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-03T20:11:34.393Z] Removing intermediate container f788dcfe1cc8 [2020-12-03T20:11:34.393Z] ---> d58e4bb29d1b [2020-12-03T20:11:34.393Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-03T20:11:34.659Z] ---> Running in e3950a3a6fbb [2020-12-03T20:11:36.053Z] ---> 505989b047cb [2020-12-03T20:11:36.053Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-03T20:11:36.053Z] ---> 294741a9e3c7 [2020-12-03T20:11:36.053Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-03T20:11:36.053Z] Removing intermediate container e3950a3a6fbb [2020-12-03T20:11:36.053Z] ---> 7604acabe592 [2020-12-03T20:11:36.053Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T20:11:36.053Z] Removing intermediate container 772f01fda4f0 [2020-12-03T20:11:36.053Z] ---> e7739b557306 [2020-12-03T20:11:36.053Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-03T20:11:36.628Z] ---> Running in ae6ac869c359 [2020-12-03T20:11:36.628Z] Removing intermediate container 532634508b59 [2020-12-03T20:11:36.628Z] ---> 1ddcaf325c7e [2020-12-03T20:11:36.628Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-03T20:11:36.628Z] ---> Running in 73e21ae428c1 [2020-12-03T20:11:36.893Z] ---> Running in 3807492c52e0 [2020-12-03T20:11:36.893Z] ---> 599caacf0c81 [2020-12-03T20:11:36.893Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-03T20:11:36.893Z] ---> ac99340ebaba [2020-12-03T20:11:36.893Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-03T20:11:37.158Z] ---> Running in 978a1ff17d7e [2020-12-03T20:11:37.158Z] Removing intermediate container 73e21ae428c1 [2020-12-03T20:11:37.158Z] ---> ad26a89d8f4c [2020-12-03T20:11:37.158Z] Step 13/24 : WORKDIR / [2020-12-03T20:11:37.433Z] ---> Running in 45f714d7f093 [2020-12-03T20:11:37.433Z] ---> b0e1925256a5 [2020-12-03T20:11:37.433Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-03T20:11:37.433Z] Removing intermediate container 978a1ff17d7e [2020-12-03T20:11:37.433Z] ---> 7d8a6d71bed9 [2020-12-03T20:11:37.433Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T20:11:37.700Z] ---> Running in 4dc26702c45b [2020-12-03T20:11:37.964Z] Removing intermediate container 45f714d7f093 [2020-12-03T20:11:37.965Z] ---> 64f02cabecd7 [2020-12-03T20:11:37.965Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-03T20:11:38.230Z] Removing intermediate container 4dc26702c45b [2020-12-03T20:11:38.230Z] ---> e15cda650b59 [2020-12-03T20:11:38.230Z] Step 19/21 : LABEL arch=x86_64 [2020-12-03T20:11:38.230Z] ---> 493a186e5b33 [2020-12-03T20:11:38.230Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-03T20:11:38.493Z] ---> 40f683567511 [2020-12-03T20:11:38.493Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-03T20:11:38.493Z] ---> Running in 735b40dd7754 [2020-12-03T20:11:38.493Z] Removing intermediate container ae6ac869c359 [2020-12-03T20:11:38.493Z] ---> 82bceaa4e9f7 [2020-12-03T20:11:38.493Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-03T20:11:38.757Z] ---> Running in 97f7d92da058 [2020-12-03T20:11:38.757Z] Removing intermediate container 3807492c52e0 [2020-12-03T20:11:38.757Z] ---> 4749dfa82534 [2020-12-03T20:11:38.757Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-03T20:11:38.757Z] Removing intermediate container 735b40dd7754 [2020-12-03T20:11:38.757Z] ---> 0eff2f1ddebd [2020-12-03T20:11:38.757Z] Step 20/21 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T20:11:39.025Z] ---> 9df825d30c9d [2020-12-03T20:11:39.025Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-03T20:11:39.025Z] ---> b1bce23c7169 [2020-12-03T20:11:39.025Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-03T20:11:39.289Z] ---> Running in 92caa74de6fe [2020-12-03T20:11:39.289Z] ---> Running in e115b9c7befb [2020-12-03T20:11:39.289Z] ---> Running in af1f13155efc [2020-12-03T20:11:39.554Z] Removing intermediate container 92caa74de6fe [2020-12-03T20:11:39.554Z] ---> 45d663cb1027 [2020-12-03T20:11:39.554Z] Step 21/21 : LABEL version=0.0.0 [2020-12-03T20:11:39.554Z] ---> d00718640bbc [2020-12-03T20:11:39.554Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-03T20:11:39.554Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T20:11:39.554Z] Removing intermediate container e115b9c7befb [2020-12-03T20:11:39.554Z] ---> 6a09211c431b [2020-12-03T20:11:39.554Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-03T20:11:39.554Z] Removing intermediate container af1f13155efc [2020-12-03T20:11:39.554Z] ---> b3e2e4823a9c [2020-12-03T20:11:39.554Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T20:11:39.817Z] ---> Running in b689c9595bd1 [2020-12-03T20:11:39.817Z] ---> Running in 2f4f7203de6b [2020-12-03T20:11:39.817Z] ---> Running in a2bd202c5a67 [2020-12-03T20:11:40.088Z] Removing intermediate container b689c9595bd1 [2020-12-03T20:11:40.088Z] ---> fe14660b0726 [2020-12-03T20:11:40.088Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-03T20:11:40.088Z] Removing intermediate container 2f4f7203de6b [2020-12-03T20:11:40.088Z] ---> c2bce262d080 [2020-12-03T20:11:40.088Z] [2020-12-03T20:11:40.088Z] ---> 51c1c6be7d58 [2020-12-03T20:11:40.088Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-03T20:11:40.088Z] Removing intermediate container a2bd202c5a67 [2020-12-03T20:11:40.088Z] ---> a73e01f0b36e [2020-12-03T20:11:40.088Z] Step 22/24 : LABEL arch=x86_64 [2020-12-03T20:11:40.088Z] ---> Running in f5ed2d805b10 [2020-12-03T20:11:40.353Z] ---> Running in 113024a7a78a [2020-12-03T20:11:40.353Z] Successfully built c2bce262d080 [2020-12-03T20:11:40.616Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T20:11:40.882Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-03T20:11:40.882Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2020-12-03T20:11:40.882Z] Removing intermediate container f5ed2d805b10 [2020-12-03T20:11:40.882Z] ---> 3595e21a3c9c [2020-12-03T20:11:40.882Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-03T20:11:40.882Z] Removing intermediate container 113024a7a78a [2020-12-03T20:11:40.882Z] ---> a0d7ee2dd576 [2020-12-03T20:11:40.882Z] Step 23/24 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T20:11:40.882Z] ---> bbe87c9ef1e7 [2020-12-03T20:11:40.882Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-03T20:11:41.146Z] ---> Running in d9d3f582771f [2020-12-03T20:11:41.146Z] Removing intermediate container d9d3f582771f [2020-12-03T20:11:41.146Z] ---> afb46f3a9c24 [2020-12-03T20:11:41.146Z] Step 24/24 : LABEL version=0.0.0 [2020-12-03T20:11:41.411Z] ---> 05b24879d365 [2020-12-03T20:11:41.411Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-03T20:11:41.411Z] ---> Running in b192f3836236 [2020-12-03T20:11:41.411Z] ---> Running in 6c69d393d217 [2020-12-03T20:11:41.411Z] ---> 27af6a4415c2 [2020-12-03T20:11:41.411Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-03T20:11:41.988Z] Removing intermediate container b192f3836236 [2020-12-03T20:11:41.988Z] ---> f22a920f8871 [2020-12-03T20:11:41.988Z] [2020-12-03T20:11:43.389Z] Successfully built f22a920f8871 [2020-12-03T20:11:43.389Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-03T20:11:43.651Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-03T20:11:43.916Z] ---> 03cfba5e0c5d [2020-12-03T20:11:43.916Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-03T20:11:43.916Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-03T20:11:44.866Z] Successfully tagged docker-support-notifications-go:latest [2020-12-03T20:11:44.866Z]  Building docker-support-notifications-go ... done Building docker-security-secrets-setup-go [2020-12-03T20:11:45.133Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-03T20:11:45.397Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-03T20:11:45.663Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T20:11:45.663Z] OK: 8 MiB in 19 packages [2020-12-03T20:11:48.986Z] ---> 4d6fa0d91d47 [2020-12-03T20:11:48.986Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-03T20:11:52.333Z] ---> Running in 98db9bf55b56 [2020-12-03T20:11:52.333Z] Removing intermediate container 6c69d393d217 [2020-12-03T20:11:52.333Z] ---> c1b4daf50e5e [2020-12-03T20:11:52.333Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-03T20:11:52.333Z] Removing intermediate container 97f7d92da058 [2020-12-03T20:11:52.333Z] ---> 121af1630424 [2020-12-03T20:11:52.333Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-03T20:11:52.333Z] ---> Running in 18bc91bcc881 [2020-12-03T20:11:53.752Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T20:11:53.752Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T20:11:54.026Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-03T20:11:54.026Z] (2/33) Installing expat (2.2.9-r1) [2020-12-03T20:11:54.026Z] (3/33) Installing libffi (3.3-r2) [2020-12-03T20:11:54.026Z] (4/33) Installing gdbm (1.13-r1) [2020-12-03T20:11:54.026Z] Removing intermediate container 18bc91bcc881 [2020-12-03T20:11:54.026Z] ---> e2ced1440d4e [2020-12-03T20:11:54.026Z] Step 22/24 : LABEL arch=x86_64 [2020-12-03T20:11:54.619Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-03T20:11:54.619Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-03T20:11:54.619Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-03T20:11:57.960Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T20:11:57.960Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T20:11:57.960Z] ---> 3c9a91eeb46a [2020-12-03T20:11:57.960Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T20:11:57.960Z] ---> Using cache [2020-12-03T20:11:57.960Z] ---> 6bee549bae6b [2020-12-03T20:11:57.960Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T20:11:57.960Z] ---> Using cache [2020-12-03T20:11:57.960Z] ---> 777df4ae1019 [2020-12-03T20:11:57.960Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T20:11:58.931Z] ---> b2385968e923 [2020-12-03T20:11:58.931Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-03T20:11:58.931Z] ---> Running in de842adc72f7 [2020-12-03T20:11:59.200Z] ---> Running in b2ee98a03b4e [2020-12-03T20:11:59.200Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-03T20:11:59.200Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-03T20:11:59.200Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-03T20:11:59.200Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-03T20:11:59.200Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-03T20:11:59.200Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-03T20:11:59.200Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-03T20:11:59.473Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-03T20:11:59.473Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-03T20:11:59.473Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-03T20:11:59.473Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-03T20:11:59.473Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-03T20:11:59.473Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-03T20:11:59.473Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-03T20:12:00.061Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-03T20:12:01.462Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-03T20:12:01.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T20:12:01.462Z] Removing intermediate container b2ee98a03b4e [2020-12-03T20:12:01.462Z] ---> ce03d1e31b7d [2020-12-03T20:12:01.462Z] Step 23/24 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T20:12:01.462Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-03T20:12:01.736Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-03T20:12:01.999Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-03T20:12:02.576Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-03T20:12:02.847Z] ---> 45288ff49641 [2020-12-03T20:12:02.847Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-03T20:12:02.847Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-03T20:12:02.847Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-03T20:12:02.847Z] ---> Running in 3b0495baa619 [2020-12-03T20:12:02.847Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-03T20:12:03.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T20:12:03.117Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-03T20:12:03.117Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-03T20:12:03.117Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-03T20:12:03.379Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T20:12:03.379Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-03T20:12:03.379Z] ---> 3c9a91eeb46a [2020-12-03T20:12:03.379Z] Step 3/29 : WORKDIR /edgex-go [2020-12-03T20:12:03.379Z] ---> Using cache [2020-12-03T20:12:03.379Z] ---> 6bee549bae6b [2020-12-03T20:12:03.379Z] Step 4/29 : RUN apk update && apk add make git [2020-12-03T20:12:04.329Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T20:12:04.329Z] Removing intermediate container 3b0495baa619 [2020-12-03T20:12:04.329Z] ---> 5ee5e44e69e5 [2020-12-03T20:12:04.329Z] Step 24/24 : LABEL version=0.0.0 [2020-12-03T20:12:04.329Z] OK: 71 MiB in 55 packages [2020-12-03T20:12:04.598Z] ---> Running in 0887250b0d42 [2020-12-03T20:12:04.598Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T20:12:04.598Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T20:12:04.598Z] OK: 12745 distinct packages available [2020-12-03T20:12:04.598Z] ---> c007e2213129 [2020-12-03T20:12:04.598Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-03T20:12:04.598Z] ---> Running in 787d7ce64a04 [2020-12-03T20:12:04.871Z] ---> Running in 148e268108b6 [2020-12-03T20:12:04.871Z] OK: 233 MiB in 51 packages [2020-12-03T20:12:04.871Z] Removing intermediate container 787d7ce64a04 [2020-12-03T20:12:04.871Z] ---> e3eca8adf79a [2020-12-03T20:12:04.871Z] [2020-12-03T20:12:05.143Z] Removing intermediate container 148e268108b6 [2020-12-03T20:12:05.143Z] ---> 2333931f8261 [2020-12-03T20:12:05.143Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T20:12:05.143Z] Successfully built e3eca8adf79a [2020-12-03T20:12:05.408Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-03T20:12:05.408Z] Building docker-core-command-go [2020-12-03T20:12:05.408Z]  Building docker-security-secretstore-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T20:12:05.408Z] ---> Running in a7e9b094a386 [2020-12-03T20:12:06.357Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T20:12:06.357Z] Removing intermediate container de842adc72f7 [2020-12-03T20:12:06.357Z] ---> c737ae976bed [2020-12-03T20:12:06.357Z] Step 6/22 : COPY go.mod . [2020-12-03T20:12:07.752Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T20:12:07.752Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T20:12:07.752Z] OK: 12745 distinct packages available [2020-12-03T20:12:08.327Z] OK: 233 MiB in 51 packages [2020-12-03T20:12:12.561Z] Removing intermediate container a7e9b094a386 [2020-12-03T20:12:12.561Z] ---> 724ea8b9c8a9 [2020-12-03T20:12:12.561Z] Step 21/23 : LABEL arch=x86_64 [2020-12-03T20:12:13.570Z] ---> 31d764c27792 [2020-12-03T20:12:13.570Z] Step 7/22 : RUN go mod download [2020-12-03T20:12:17.016Z] ---> Running in bf4c52b3fdda [2020-12-03T20:12:18.426Z] ---> Running in 4ddb8442e0a6 [2020-12-03T20:12:20.373Z] Removing intermediate container bf4c52b3fdda [2020-12-03T20:12:20.373Z] ---> 70e9fb2213f0 [2020-12-03T20:12:20.373Z] Step 22/23 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T20:12:20.373Z] Removing intermediate container 0887250b0d42 [2020-12-03T20:12:20.373Z] ---> 5cf923688c8a [2020-12-03T20:12:20.373Z] Step 5/29 : COPY go.mod . [2020-12-03T20:12:21.793Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T20:12:21.793Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T20:12:21.793Z] ---> 3c9a91eeb46a [2020-12-03T20:12:21.793Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T20:12:21.793Z] ---> Using cache [2020-12-03T20:12:21.793Z] ---> 6bee549bae6b [2020-12-03T20:12:21.793Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T20:12:21.793Z] ---> Using cache [2020-12-03T20:12:21.793Z] ---> 777df4ae1019 [2020-12-03T20:12:21.793Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T20:12:21.793Z] ---> Using cache [2020-12-03T20:12:21.793Z] ---> c737ae976bed [2020-12-03T20:12:21.793Z] Step 6/22 : COPY go.mod . [2020-12-03T20:12:21.793Z] ---> Using cache [2020-12-03T20:12:21.793Z] ---> 31d764c27792 [2020-12-03T20:12:21.793Z] Step 7/22 : RUN go mod download [2020-12-03T20:12:21.793Z] Removing intermediate container 98db9bf55b56 [2020-12-03T20:12:21.793Z] ---> 51f4c345d454 [2020-12-03T20:12:21.793Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-03T20:12:22.373Z] ---> Running in 6c6d50b58c77 [2020-12-03T20:12:22.638Z] ---> d14c0a836bbb [2020-12-03T20:12:22.639Z] Step 6/29 : RUN go mod download [2020-12-03T20:12:22.639Z] ---> Running in 866c3128de36 [2020-12-03T20:12:22.639Z] ---> Running in d9899e0047d8 [2020-12-03T20:12:22.639Z] ---> Running in 30ad4e73baf4 [2020-12-03T20:12:22.902Z] Removing intermediate container 6c6d50b58c77 [2020-12-03T20:12:22.902Z] ---> 0f0b55b79bb0 [2020-12-03T20:12:22.902Z] Step 23/23 : LABEL version=0.0.0 [2020-12-03T20:12:23.174Z] ---> Running in 9828999b16e0 [2020-12-03T20:12:23.447Z] Removing intermediate container 9828999b16e0 [2020-12-03T20:12:23.447Z] ---> 332508741bcf [2020-12-03T20:12:23.447Z] [2020-12-03T20:12:23.734Z] Successfully built 332508741bcf [2020-12-03T20:12:23.734Z] Successfully tagged docker-core-data-go:latest [2020-12-03T20:12:23.734Z]  Building docker-core-data-go ... done Building docker-security-proxy-setup-go [2020-12-03T20:12:23.734Z] Removing intermediate container 4ddb8442e0a6 [2020-12-03T20:12:23.734Z] ---> 478c61bc7ccc [2020-12-03T20:12:23.734Z] Step 8/22 : COPY . . [2020-12-03T20:12:32.010Z] Collecting docker-compose==1.23.2 [2020-12-03T20:12:32.010Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-03T20:12:32.599Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-03T20:12:34.039Z] Collecting texttable<0.10,>=0.9.0 [2020-12-03T20:12:34.307Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-03T20:12:35.724Z] Removing intermediate container d9899e0047d8 [2020-12-03T20:12:35.724Z] ---> 4232ab440c0c [2020-12-03T20:12:35.724Z] Step 8/22 : COPY . . [2020-12-03T20:12:35.724Z] Removing intermediate container 30ad4e73baf4 [2020-12-03T20:12:35.724Z] ---> 6c612b34457d [2020-12-03T20:12:35.724Z] Step 7/29 : COPY . . [2020-12-03T20:12:41.088Z] Collecting docker<4.0,>=3.6.0 [2020-12-03T20:12:41.088Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-03T20:12:43.040Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-03T20:12:43.040Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-03T20:12:48.393Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T20:12:48.393Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-03T20:12:48.393Z] ---> 3c9a91eeb46a [2020-12-03T20:12:48.393Z] Step 3/21 : WORKDIR /edgex-go [2020-12-03T20:12:48.393Z] ---> Using cache [2020-12-03T20:12:48.393Z] ---> 6bee549bae6b [2020-12-03T20:12:48.393Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T20:12:48.393Z] ---> Using cache [2020-12-03T20:12:48.393Z] ---> 777df4ae1019 [2020-12-03T20:12:48.393Z] Step 5/21 : RUN apk update && apk add make git [2020-12-03T20:12:48.393Z] ---> Using cache [2020-12-03T20:12:48.393Z] ---> c737ae976bed [2020-12-03T20:12:48.393Z] Step 6/21 : COPY go.mod . [2020-12-03T20:12:48.393Z] ---> Using cache [2020-12-03T20:12:48.393Z] ---> 31d764c27792 [2020-12-03T20:12:48.393Z] Step 7/21 : RUN go mod download [2020-12-03T20:12:48.393Z] ---> Using cache [2020-12-03T20:12:48.393Z] ---> 4232ab440c0c [2020-12-03T20:12:48.393Z] Step 8/21 : COPY . . [2020-12-03T20:12:48.976Z] Collecting docopt<0.7,>=0.6.1 [2020-12-03T20:12:48.976Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-03T20:12:55.665Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-03T20:12:55.665Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-03T20:12:58.274Z] Collecting jsonschema<3,>=2.5.1 [2020-12-03T20:12:58.274Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-03T20:13:02.575Z] Collecting PyYAML<4,>=3.10 [2020-12-03T20:13:02.575Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-03T20:13:03.996Z] ---> ea0b49f3941d [2020-12-03T20:13:03.996Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-03T20:13:06.567Z] ---> Running in 78b70e7badfe [2020-12-03T20:13:06.567Z] Collecting cached-property<2,>=1.2.0 [2020-12-03T20:13:06.567Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-03T20:13:06.829Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-03T20:13:06.829Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-03T20:13:09.410Z] Collecting docker-pycreds>=0.4.0 [2020-12-03T20:13:09.410Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-03T20:13:10.367Z] 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) [2020-12-03T20:13:10.631Z] Collecting idna<2.8,>=2.5 [2020-12-03T20:13:10.631Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-03T20:13:12.040Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-03T20:13:12.040Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-03T20:13:13.441Z] 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) [2020-12-03T20:13:13.441Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-03T20:13:13.441Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-03T20:13:13.441Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-03T20:13:13.441Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-03T20:13:13.707Z] 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 [2020-12-03T20:13:13.707Z] ---> abe7f54acae6 [2020-12-03T20:13:13.707Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-03T20:13:13.707Z] ---> 75d699a8475d [2020-12-03T20:13:13.707Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-03T20:13:13.707Z] Installing collected packages: texttable, websocket-client, docker-pycreds, idna, urllib3, requests, docker, dockerpty, docopt, jsonschema, PyYAML, cached-property, docker-compose [2020-12-03T20:13:13.707Z] Running setup.py install for texttable: started [2020-12-03T20:13:15.124Z] ---> 74ee81ce70ec [2020-12-03T20:13:15.124Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-03T20:13:15.124Z] Running setup.py install for texttable: finished with status 'done' [2020-12-03T20:13:15.124Z] ---> Running in a380f3d6e557 [2020-12-03T20:13:15.409Z] ---> Running in 6ab1934d1982 [2020-12-03T20:13:15.703Z] Attempting uninstall: idna [2020-12-03T20:13:15.703Z] Found existing installation: idna 2.9 [2020-12-03T20:13:15.703Z] ---> Running in f8147f94954b [2020-12-03T20:13:15.703Z] Uninstalling idna-2.9: [2020-12-03T20:13:15.703Z] Successfully uninstalled idna-2.9 [2020-12-03T20:13:15.979Z] Attempting uninstall: urllib3 [2020-12-03T20:13:15.979Z] Found existing installation: urllib3 1.25.9 [2020-12-03T20:13:15.979Z] Uninstalling urllib3-1.25.9: [2020-12-03T20:13:16.254Z] Successfully uninstalled urllib3-1.25.9 [2020-12-03T20:13:16.527Z] 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 [2020-12-03T20:13:16.527Z] Attempting uninstall: requests [2020-12-03T20:13:16.527Z] Found existing installation: requests 2.23.0 [2020-12-03T20:13:16.527Z] Uninstalling requests-2.23.0: [2020-12-03T20:13:16.527Z] Successfully uninstalled requests-2.23.0 [2020-12-03T20:13:16.798Z] 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 [2020-12-03T20:13:17.071Z] 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 [2020-12-03T20:13:17.071Z] Running setup.py install for dockerpty: started [2020-12-03T20:13:17.660Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-03T20:13:17.660Z] Running setup.py install for docopt: started [2020-12-03T20:13:18.252Z] Running setup.py install for docopt: finished with status 'done' [2020-12-03T20:13:18.527Z] Running setup.py install for PyYAML: started [2020-12-03T20:13:19.502Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-03T20:13:19.770Z] 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 [2020-12-03T20:13:26.458Z] Removing intermediate container 866c3128de36 [2020-12-03T20:13:26.458Z] ---> fb88d3af7b8f [2020-12-03T20:13:26.458Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-03T20:13:26.458Z] ---> Running in a4efe877297a [2020-12-03T20:13:26.736Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T20:13:26.736Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T20:13:27.006Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-03T20:13:27.006Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-03T20:13:27.006Z] (3/3) Installing curl (7.69.1-r1) [2020-12-03T20:13:27.006Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T20:13:27.006Z] OK: 72 MiB in 58 packages [2020-12-03T20:13:28.099Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-14362 in /w/workspace/edgexfoundry_edgex-go_PR-2898 [Pipeline] { [Pipeline] ws [2020-12-03T20:13:28.171Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2020-12-03T20:13:28.454Z] Removing intermediate container a4efe877297a [2020-12-03T20:13:28.454Z] ---> fbc021cdd0c3 [2020-12-03T20:13:28.454Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-03T20:13:28.454Z] ---> Running in e3f3d49e0287 [2020-12-03T20:13:28.454Z] Removing intermediate container e3f3d49e0287 [2020-12-03T20:13:28.454Z] ---> f580596804fc [2020-12-03T20:13:28.454Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T20:13:28.724Z] ---> Running in 9ecb2d7ae9c1 [2020-12-03T20:13:28.993Z] Removing intermediate container 9ecb2d7ae9c1 [2020-12-03T20:13:28.993Z] ---> b038f3acd4a4 [2020-12-03T20:13:28.993Z] Step 25/27 : LABEL arch=x86_64 [2020-12-03T20:13:28.993Z] ---> Running in 266553df8269 [2020-12-03T20:13:29.269Z] Removing intermediate container 266553df8269 [2020-12-03T20:13:29.269Z] ---> 32b08bddf8bc [2020-12-03T20:13:29.269Z] Step 26/27 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T20:13:29.269Z] ---> Running in 1fe772078cac [2020-12-03T20:13:29.542Z] Removing intermediate container 1fe772078cac [2020-12-03T20:13:29.542Z] ---> 94d66b0594ba [2020-12-03T20:13:29.542Z] Step 27/27 : LABEL version=0.0.0 [2020-12-03T20:13:29.542Z] ---> Running in 23378ccacc6a [2020-12-03T20:13:29.814Z] Removing intermediate container 23378ccacc6a [2020-12-03T20:13:29.814Z] ---> bf59d1217b88 [2020-12-03T20:13:29.814Z] [2020-12-03T20:13:30.083Z] Successfully built bf59d1217b88 [2020-12-03T20:13:30.083Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-03T20:13:30.083Z] Building docker-security-bootstrap-redis-go [2020-12-03T20:13:33.422Z] using credential edgex-jenkins-ssh [2020-12-03T20:13:33.493Z] Cloning the remote Git repository [2020-12-03T20:13:33.557Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-03T20:13:33.671Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2020-12-03T20:13:33.746Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-03T20:13:33.747Z] > git --version # timeout=10 [2020-12-03T20:13:33.774Z] > git --version # 'git version 2.17.1' [2020-12-03T20:13:33.776Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T20:13:33.865Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-03T20:13:48.412Z]  Building docker-sys-mgmt-agent-go ... done 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 [2020-12-03T20:13:47.858Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-03T20:13:47.881Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-03T20:13:47.906Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-03T20:13:47.939Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-03T20:13:47.940Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T20:13:47.952Z] > 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 [2020-12-03T20:13:48.661Z] Merging remotes/origin/master commit 0163c92eb67c845bff5e90a4dc6407d0e1146c78 into PR head commit 192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T20:13:48.676Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T20:13:48.676Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T20:13:48.676Z] ---> 3c9a91eeb46a [2020-12-03T20:13:48.676Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T20:13:48.676Z] ---> Using cache [2020-12-03T20:13:48.676Z] ---> 6bee549bae6b [2020-12-03T20:13:48.676Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T20:13:48.676Z] ---> Using cache [2020-12-03T20:13:48.676Z] ---> 777df4ae1019 [2020-12-03T20:13:48.676Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T20:13:48.676Z] ---> Using cache [2020-12-03T20:13:48.676Z] ---> c737ae976bed [2020-12-03T20:13:48.676Z] Step 6/22 : COPY go.mod . [2020-12-03T20:13:48.676Z] ---> Using cache [2020-12-03T20:13:48.676Z] ---> 31d764c27792 [2020-12-03T20:13:48.676Z] Step 7/22 : RUN go mod download [2020-12-03T20:13:48.676Z] ---> Using cache [2020-12-03T20:13:48.676Z] ---> 4232ab440c0c [2020-12-03T20:13:48.676Z] Step 8/22 : COPY . . [2020-12-03T20:13:48.676Z] ---> Using cache [2020-12-03T20:13:48.676Z] ---> 74ee81ce70ec [2020-12-03T20:13:48.676Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-03T20:13:49.084Z] Merge succeeded, producing 192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T20:13:49.084Z] Checking out Revision 192e75e79965f570e40dacfd3fa37e859c65312b (PR-2898) [2020-12-03T20:13:49.625Z] ---> Running in 9c8dfc46f5e4 [2020-12-03T20:13:48.685Z] > git config core.sparsecheckout # timeout=10 [2020-12-03T20:13:48.712Z] > git checkout -f 192e75e79965f570e40dacfd3fa37e859c65312b # timeout=10 [2020-12-03T20:13:49.014Z] > git remote # timeout=10 [2020-12-03T20:13:49.029Z] > git config --get remote.origin.url # timeout=10 [2020-12-03T20:13:49.043Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T20:13:49.053Z] > git merge 0163c92eb67c845bff5e90a4dc6407d0e1146c78 # timeout=10 [2020-12-03T20:13:49.075Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-03T20:13:49.095Z] > git config core.sparsecheckout # timeout=10 [2020-12-03T20:13:49.107Z] > git checkout -f 192e75e79965f570e40dacfd3fa37e859c65312b # timeout=10 [2020-12-03T20:13:50.595Z] 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 [2020-12-03T20:13:52.525Z] Removing intermediate container 6ab1934d1982 [2020-12-03T20:13:52.525Z] ---> 04a40dad4f97 [2020-12-03T20:13:52.525Z] [2020-12-03T20:13:52.525Z] Step 9/29 : FROM alpine:latest [2020-12-03T20:13:52.525Z] ---> d6e46aa2470d [2020-12-03T20:13:52.525Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-03T20:13:53.618Z] Commit message: "ci: testing new native snap build" [2020-12-03T20:13:53.648Z] ---> Running in a2929df3b611 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2020-12-03T20:13:54.419Z] Removing intermediate container a2929df3b611 [2020-12-03T20:13:54.419Z] ---> 0bdd0d6876da [2020-12-03T20:13:54.419Z] Step 11/29 : USER root [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-03T20:13:55.605Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-03T20:13:56.012Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-03T20:13:56.163Z] Removing intermediate container a380f3d6e557 [2020-12-03T20:13:56.163Z] ---> 9f093a5102ca [2020-12-03T20:13:56.163Z] [2020-12-03T20:13:56.163Z] Step 10/22 : FROM scratch [2020-12-03T20:13:56.163Z] ---> [2020-12-03T20:13:56.163Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T20:13:56.367Z] + sudo service docker restart [2020-12-03T20:13:56.367Z] + true [2020-12-03T20:13:58.155Z] ---> Running in ef8062515f5c [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-03T20:13:58.439Z] provisioning config files... [2020-12-03T20:13:58.484Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config1997882205682977978tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-03T20:13:58.907Z] ---> docker-login.sh [2020-12-03T20:13:58.907Z] nexus3.edgexfoundry.org:10001 [2020-12-03T20:13:59.128Z] ---> Using cache [2020-12-03T20:13:59.129Z] ---> 5d1c26205546 [2020-12-03T20:13:59.129Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-03T20:13:59.416Z] Removing intermediate container f8147f94954b [2020-12-03T20:13:59.416Z] ---> 254bbbb83cb9 [2020-12-03T20:13:59.416Z] [2020-12-03T20:13:59.416Z] Step 10/21 : FROM alpine [2020-12-03T20:13:59.416Z] ---> d6e46aa2470d [2020-12-03T20:13:59.416Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-03T20:13:59.502Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T20:13:59.693Z] ---> Running in 38f9f9b19b62 [2020-12-03T20:13:59.693Z] Removing intermediate container 78b70e7badfe [2020-12-03T20:13:59.693Z] ---> 0d04b466dedd [2020-12-03T20:13:59.693Z] [2020-12-03T20:13:59.693Z] Step 10/22 : FROM scratch [2020-12-03T20:13:59.693Z] ---> [2020-12-03T20:13:59.693Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T20:13:59.693Z] Removing intermediate container ef8062515f5c [2020-12-03T20:13:59.693Z] ---> 4e0838052fc9 [2020-12-03T20:13:59.693Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-03T20:13:59.693Z] ---> Using cache [2020-12-03T20:13:59.693Z] ---> 5d1c26205546 [2020-12-03T20:13:59.693Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-03T20:13:59.965Z] ---> Running in 6023a19316bc [2020-12-03T20:14:00.109Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T20:14:00.109Z] Configure a credential helper to remove this warning. See [2020-12-03T20:14:00.109Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T20:14:00.109Z] [2020-12-03T20:14:00.109Z] Login Succeeded [2020-12-03T20:14:00.109Z] nexus3.edgexfoundry.org:10002 [2020-12-03T20:14:00.231Z] ---> Running in eb5b2d16a7d2 [2020-12-03T20:14:00.231Z] ---> Running in 78ea19543e6e [2020-12-03T20:14:00.231Z] Removing intermediate container 38f9f9b19b62 [2020-12-03T20:14:00.231Z] ---> a4093be12aa9 [2020-12-03T20:14:00.231Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-03T20:14:00.383Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T20:14:00.656Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T20:14:00.656Z] Configure a credential helper to remove this warning. See [2020-12-03T20:14:00.656Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T20:14:00.656Z] [2020-12-03T20:14:00.656Z] Login Succeeded [2020-12-03T20:14:00.656Z] nexus3.edgexfoundry.org:10003 [2020-12-03T20:14:00.818Z] ---> Running in ab4d9f9d5034 [2020-12-03T20:14:00.818Z] Removing intermediate container eb5b2d16a7d2 [2020-12-03T20:14:00.818Z] ---> c35529416f8c [2020-12-03T20:14:00.818Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-03T20:14:00.929Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T20:14:01.080Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T20:14:01.080Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T20:14:01.204Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T20:14:01.204Z] Configure a credential helper to remove this warning. See [2020-12-03T20:14:01.204Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T20:14:01.204Z] [2020-12-03T20:14:01.204Z] Login Succeeded [2020-12-03T20:14:01.204Z] nexus3.edgexfoundry.org:10004 [2020-12-03T20:14:01.346Z] ---> Running in 550edeacc520 [2020-12-03T20:14:01.346Z] Removing intermediate container ab4d9f9d5034 [2020-12-03T20:14:01.346Z] ---> 6d277be2c5bc [2020-12-03T20:14:01.346Z] Step 14/22 : WORKDIR / [2020-12-03T20:14:01.346Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-03T20:14:01.346Z] v3.12.1-75-g0340519978 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-03T20:14:01.346Z] OK: 12746 distinct packages available [2020-12-03T20:14:01.346Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T20:14:01.475Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T20:14:01.612Z] ---> Running in 92d67a096409 [2020-12-03T20:14:01.612Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T20:14:01.612Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-03T20:14:01.755Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T20:14:01.755Z] Configure a credential helper to remove this warning. See [2020-12-03T20:14:01.755Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T20:14:01.755Z] [2020-12-03T20:14:01.755Z] Login Succeeded [2020-12-03T20:14:01.755Z] docker.io [2020-12-03T20:14:01.876Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-03T20:14:01.876Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-03T20:14:01.876Z] Removing intermediate container 550edeacc520 [2020-12-03T20:14:01.876Z] ---> 89f6d40e3ac2 [2020-12-03T20:14:01.876Z] Step 14/22 : WORKDIR / [2020-12-03T20:14:01.876Z] (4/4) Installing curl (7.69.1-r1) [2020-12-03T20:14:01.876Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T20:14:01.876Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-03T20:14:01.876Z] v3.12.1-75-g0340519978 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-03T20:14:01.876Z] OK: 12746 distinct packages available [2020-12-03T20:14:02.029Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T20:14:02.151Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-03T20:14:02.151Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-03T20:14:02.151Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T20:14:02.151Z] Executing ca-certificates-20191127-r4.trigger [2020-12-03T20:14:02.151Z] Executing ca-certificates-20191127-r4.trigger [2020-12-03T20:14:02.151Z] OK: 7 MiB in 18 packages [2020-12-03T20:14:02.151Z] OK: 6 MiB in 16 packages [2020-12-03T20:14:02.151Z] ---> Running in 86ece2d132c4 [2020-12-03T20:14:02.151Z] Removing intermediate container 92d67a096409 [2020-12-03T20:14:02.151Z] ---> 66246e9240f8 [2020-12-03T20:14:02.151Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-03T20:14:02.302Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T20:14:02.302Z] Configure a credential helper to remove this warning. See [2020-12-03T20:14:02.302Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T20:14:02.302Z] [2020-12-03T20:14:02.302Z] Login Succeeded [2020-12-03T20:14:02.302Z] ---> docker-login.sh ends [Pipeline] } [2020-12-03T20:14:02.325Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2020-12-03T20:14:02.725Z] ---> cf470ea73440 [2020-12-03T20:14:02.725Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [Pipeline] echo [2020-12-03T20:14:02.868Z] ========================================================= [2020-12-03T20:14:02.868Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-03T20:14:02.868Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-03T20:14:02.993Z] Removing intermediate container 86ece2d132c4 [2020-12-03T20:14:02.993Z] ---> 8a5120c34262 [2020-12-03T20:14:02.993Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-03T20:14:03.264Z] + 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 . [2020-12-03T20:14:05.253Z] Sending build context to Docker daemon 165.5MB [2020-12-03T20:14:05.532Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-03T20:14:05.532Z] Step 2/7 : FROM ${BASE} [2020-12-03T20:14:05.532Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-03T20:14:05.532Z] 5f621e34cdf4: Pulling fs layer [2020-12-03T20:14:05.532Z] a4357932f1b6: Pulling fs layer [2020-12-03T20:14:05.532Z] 18c013af1878: Pulling fs layer [2020-12-03T20:14:05.532Z] 00ac8860ef70: Pulling fs layer [2020-12-03T20:14:05.532Z] 63d7cb157983: Pulling fs layer [2020-12-03T20:14:05.532Z] b116817d02f9: Pulling fs layer [2020-12-03T20:14:05.532Z] 745a02a5169b: Pulling fs layer [2020-12-03T20:14:05.532Z] 00ac8860ef70: Waiting [2020-12-03T20:14:05.532Z] 63d7cb157983: Waiting [2020-12-03T20:14:05.532Z] 745a02a5169b: Waiting [2020-12-03T20:14:05.532Z] b116817d02f9: Waiting [2020-12-03T20:14:05.532Z] 18c013af1878: Download complete [2020-12-03T20:14:05.532Z] a4357932f1b6: Verifying Checksum [2020-12-03T20:14:05.532Z] a4357932f1b6: Download complete [2020-12-03T20:14:05.532Z] 63d7cb157983: Verifying Checksum [2020-12-03T20:14:05.532Z] 63d7cb157983: Download complete [2020-12-03T20:14:05.532Z] 5f621e34cdf4: Download complete [2020-12-03T20:14:05.532Z] b116817d02f9: Verifying Checksum [2020-12-03T20:14:05.532Z] b116817d02f9: Download complete [2020-12-03T20:14:05.555Z] ---> 1b71a277bb37 [2020-12-03T20:14:05.555Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-03T20:14:05.816Z] ---> 6f1ff35eb826 [2020-12-03T20:14:05.816Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-03T20:14:06.079Z] Removing intermediate container 6023a19316bc [2020-12-03T20:14:06.079Z] ---> 037cbaaaa72b [2020-12-03T20:14:06.079Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-03T20:14:06.079Z] Removing intermediate container 78ea19543e6e [2020-12-03T20:14:06.079Z] ---> f487f2e9b3e0 [2020-12-03T20:14:06.079Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-03T20:14:06.135Z] 5f621e34cdf4: Pull complete [2020-12-03T20:14:06.345Z] ---> 9e8a1815c35c [2020-12-03T20:14:06.345Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-03T20:14:06.345Z] Removing intermediate container 9c8dfc46f5e4 [2020-12-03T20:14:06.345Z] ---> e9057a179e11 [2020-12-03T20:14:06.345Z] [2020-12-03T20:14:06.345Z] Step 10/22 : FROM alpine:3.10 [2020-12-03T20:14:06.345Z] ---> be4e4bea2c2e [2020-12-03T20:14:06.345Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-03T20:14:06.345Z] ---> Using cache [2020-12-03T20:14:06.345Z] ---> e7739b557306 [2020-12-03T20:14:06.345Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-03T20:14:06.345Z] ---> Running in c70527072d40 [2020-12-03T20:14:06.345Z] ---> Running in 60982c8b4f25 [2020-12-03T20:14:06.345Z] ---> a1ff40b642b2 [2020-12-03T20:14:06.345Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-03T20:14:06.345Z] ---> Running in 7dbe5b5e6522 [2020-12-03T20:14:06.612Z] ---> Running in 75a9f2f0aa74 [2020-12-03T20:14:06.612Z] ---> a254c0a38aca [2020-12-03T20:14:06.612Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-03T20:14:06.735Z] a4357932f1b6: Pull complete [2020-12-03T20:14:06.875Z] Removing intermediate container c70527072d40 [2020-12-03T20:14:06.875Z] ---> 6c2087a247f4 [2020-12-03T20:14:06.875Z] Step 13/21 : WORKDIR /edgex [2020-12-03T20:14:06.875Z] Removing intermediate container 60982c8b4f25 [2020-12-03T20:14:06.875Z] ---> 08922cecbcd4 [2020-12-03T20:14:06.875Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-03T20:14:06.875Z] Removing intermediate container 7dbe5b5e6522 [2020-12-03T20:14:06.875Z] ---> 5565d7a50ed9 [2020-12-03T20:14:06.875Z] Step 13/22 : WORKDIR / [2020-12-03T20:14:07.011Z] 18c013af1878: Pull complete [2020-12-03T20:14:07.140Z] ---> Running in d957de37ac4e [2020-12-03T20:14:07.140Z] ---> Running in 8a7ff5a503ad [2020-12-03T20:14:07.140Z] ---> Running in ac2a7b223e3b [2020-12-03T20:14:07.140Z] ---> Running in 7c6f5d8f0fd3 [2020-12-03T20:14:07.140Z] Removing intermediate container 75a9f2f0aa74 [2020-12-03T20:14:07.140Z] ---> bba432ad8f29 [2020-12-03T20:14:07.140Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T20:14:07.404Z] ---> Running in 0b0121d3f192 [2020-12-03T20:14:07.404Z] Removing intermediate container 8a7ff5a503ad [2020-12-03T20:14:07.404Z] ---> d3f6c4ae6dc7 [2020-12-03T20:14:07.404Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T20:14:07.404Z] Removing intermediate container d957de37ac4e [2020-12-03T20:14:07.404Z] ---> b632c982db93 [2020-12-03T20:14:07.404Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-03T20:14:07.666Z] Removing intermediate container ac2a7b223e3b [2020-12-03T20:14:07.666Z] ---> 2433ecfbe710 [2020-12-03T20:14:07.666Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-03T20:14:07.666Z] Removing intermediate container 7c6f5d8f0fd3 [2020-12-03T20:14:07.666Z] ---> 61d774c87b6f [2020-12-03T20:14:07.666Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-03T20:14:07.666Z] ---> Running in dd6104e136db [2020-12-03T20:14:07.928Z] ---> Running in c0cc6ec1d508 [2020-12-03T20:14:07.928Z] Removing intermediate container 0b0121d3f192 [2020-12-03T20:14:07.928Z] ---> 136bdac34712 [2020-12-03T20:14:07.928Z] Step 20/22 : LABEL arch=x86_64 [2020-12-03T20:14:07.994Z] 745a02a5169b: Verifying Checksum [2020-12-03T20:14:07.994Z] 745a02a5169b: Download complete [2020-12-03T20:14:08.194Z] Removing intermediate container dd6104e136db [2020-12-03T20:14:08.194Z] ---> bc28697cdfd3 [2020-12-03T20:14:08.194Z] Step 20/22 : LABEL arch=x86_64 [2020-12-03T20:14:08.194Z] ---> 214c73b5e0e5 [2020-12-03T20:14:08.194Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-03T20:14:08.194Z] ---> 0d2a0d70ab27 [2020-12-03T20:14:08.194Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-03T20:14:08.194Z] ---> Running in 4559bd343827 [2020-12-03T20:14:08.194Z] ---> Running in 93f707476a66 [2020-12-03T20:14:08.773Z] Removing intermediate container 4559bd343827 [2020-12-03T20:14:08.773Z] ---> 485bb6cc1eb9 [2020-12-03T20:14:08.773Z] Step 21/22 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T20:14:08.773Z] Removing intermediate container 93f707476a66 [2020-12-03T20:14:08.773Z] ---> 7c4402fc0bfc [2020-12-03T20:14:08.773Z] Step 21/22 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T20:14:08.773Z] ---> Running in a24653f6396f [2020-12-03T20:14:08.773Z] ---> Running in 4939760ca373 [2020-12-03T20:14:09.038Z] ---> b705445c19bf [2020-12-03T20:14:09.038Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-03T20:14:09.038Z] ---> 276e2ed07716 [2020-12-03T20:14:09.038Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-03T20:14:09.301Z] Removing intermediate container 4939760ca373 [2020-12-03T20:14:09.301Z] ---> 84081d036e7e [2020-12-03T20:14:09.301Z] Step 22/22 : LABEL version=0.0.0 [2020-12-03T20:14:09.422Z] 00ac8860ef70: Verifying Checksum [2020-12-03T20:14:09.423Z] 00ac8860ef70: Download complete [2020-12-03T20:14:09.876Z] Removing intermediate container a24653f6396f [2020-12-03T20:14:09.877Z] ---> d1560bdc6689 [2020-12-03T20:14:09.877Z] Step 22/22 : LABEL version=0.0.0 [2020-12-03T20:14:10.139Z] ---> Running in 1590187e6be2 [2020-12-03T20:14:10.402Z] ---> Running in 1f862222c8b5 [2020-12-03T20:14:10.402Z] ---> 89005f468d08 [2020-12-03T20:14:10.402Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-03T20:14:10.402Z] ---> b8592c672cd7 [2020-12-03T20:14:10.402Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-03T20:14:10.402Z] Removing intermediate container c0cc6ec1d508 [2020-12-03T20:14:10.402Z] ---> 1d73f9c6dc81 [2020-12-03T20:14:10.402Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-03T20:14:10.665Z] ---> Running in cc20b5be0f62 [2020-12-03T20:14:10.665Z] Removing intermediate container 1f862222c8b5 [2020-12-03T20:14:10.665Z] ---> b43a50659bf9 [2020-12-03T20:14:10.665Z] [2020-12-03T20:14:10.665Z] Removing intermediate container 1590187e6be2 [2020-12-03T20:14:10.665Z] ---> 986f5899e96b [2020-12-03T20:14:10.665Z] [2020-12-03T20:14:10.929Z] ---> 2ef5021597e8 [2020-12-03T20:14:10.929Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-03T20:14:10.929Z] Removing intermediate container cc20b5be0f62 [2020-12-03T20:14:10.929Z] ---> 612c960fc9eb [2020-12-03T20:14:10.929Z] Step 18/21 : CMD ["--init=true"] [2020-12-03T20:14:10.929Z] Successfully built b43a50659bf9 [2020-12-03T20:14:11.192Z] Successfully built 986f5899e96b [2020-12-03T20:14:11.192Z] Successfully tagged docker-core-command-go:latest [2020-12-03T20:14:11.192Z]  Building docker-core-command-go ... done  ---> be88b957c2c7 [2020-12-03T20:14:11.192Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-03T20:14:11.192Z] ---> Running in 619a2a922927 [2020-12-03T20:14:11.192Z] Successfully tagged docker-core-metadata-go:latest [2020-12-03T20:14:11.192Z]  Building docker-core-metadata-go ... done  ---> Running in 54e7506fd7c9 [2020-12-03T20:14:11.455Z] Removing intermediate container 54e7506fd7c9 [2020-12-03T20:14:11.455Z] ---> 1b8a61dcda39 [2020-12-03T20:14:11.455Z] Step 19/21 : LABEL arch=x86_64 [2020-12-03T20:14:11.455Z] ---> cf27ef79a40c [2020-12-03T20:14:11.455Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-03T20:14:11.717Z] ---> Running in 80a67a8ac8bd [2020-12-03T20:14:11.980Z] Removing intermediate container 80a67a8ac8bd [2020-12-03T20:14:11.980Z] ---> e5a61da2ab1d [2020-12-03T20:14:11.980Z] Step 20/21 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T20:14:11.980Z] ---> cfc81cadd25c [2020-12-03T20:14:11.980Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-03T20:14:11.980Z] ---> Running in b0bef24be4b8 [2020-12-03T20:14:12.249Z] Removing intermediate container b0bef24be4b8 [2020-12-03T20:14:12.249Z] ---> 07036aaa2321 [2020-12-03T20:14:12.249Z] Step 21/21 : LABEL version=0.0.0 [2020-12-03T20:14:12.249Z] ---> 6b21b11aafc4 [2020-12-03T20:14:12.249Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-03T20:14:12.249Z] ---> Running in 9c904c93b0ab [2020-12-03T20:14:12.511Z] Removing intermediate container 619a2a922927 [2020-12-03T20:14:12.511Z] ---> 3f9ea3a2d50b [2020-12-03T20:14:12.511Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-03T20:14:12.511Z] Removing intermediate container 9c904c93b0ab [2020-12-03T20:14:12.511Z] ---> 3e719cef0694 [2020-12-03T20:14:12.511Z] [2020-12-03T20:14:12.511Z] ---> b178a63e385e [2020-12-03T20:14:12.511Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-03T20:14:12.774Z] Successfully built 3e719cef0694 [2020-12-03T20:14:12.774Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-03T20:14:12.774Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 176c5dffaab8 [2020-12-03T20:14:12.774Z] ---> Running in c451ac212eb1 [2020-12-03T20:14:13.038Z] Removing intermediate container 176c5dffaab8 [2020-12-03T20:14:13.038Z] ---> 675f97030281 [2020-12-03T20:14:13.038Z] Step 20/22 : LABEL arch=x86_64 [2020-12-03T20:14:13.038Z] ---> Running in 5f1832451075 [2020-12-03T20:14:13.304Z] Removing intermediate container 5f1832451075 [2020-12-03T20:14:13.304Z] ---> c6819b10348c [2020-12-03T20:14:13.304Z] Step 21/22 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T20:14:13.304Z] ---> Running in c6b164b1fbed [2020-12-03T20:14:13.566Z] Removing intermediate container c6b164b1fbed [2020-12-03T20:14:13.566Z] ---> f6284b562b1c [2020-12-03T20:14:13.566Z] Step 22/22 : LABEL version=0.0.0 [2020-12-03T20:14:13.566Z] ---> Running in 99ef58ee945f [2020-12-03T20:14:13.828Z] Removing intermediate container 99ef58ee945f [2020-12-03T20:14:13.828Z] ---> f9521bbc66d8 [2020-12-03T20:14:13.828Z] [2020-12-03T20:14:13.828Z] Removing intermediate container c451ac212eb1 [2020-12-03T20:14:13.828Z] ---> f20e23d5df4e [2020-12-03T20:14:13.828Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-03T20:14:13.829Z] Successfully built f9521bbc66d8 [2020-12-03T20:14:13.829Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-03T20:14:14.092Z]  Building docker-security-bootstrap-redis-go ... done  ---> 8877d973504d [2020-12-03T20:14:14.092Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-03T20:14:14.355Z] ---> Running in ec20386dddd4 [2020-12-03T20:14:16.907Z] Removing intermediate container ec20386dddd4 [2020-12-03T20:14:16.907Z] ---> 322a86e77ab9 [2020-12-03T20:14:16.907Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-03T20:14:16.907Z] ---> Running in 9f6cd770a2d5 [2020-12-03T20:14:17.871Z] Removing intermediate container 9f6cd770a2d5 [2020-12-03T20:14:17.871Z] ---> 3577b53ca7cc [2020-12-03T20:14:17.871Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-03T20:14:17.871Z] ---> Running in 7a14d1d45160 [2020-12-03T20:14:17.871Z] Removing intermediate container 7a14d1d45160 [2020-12-03T20:14:17.871Z] ---> 84fa5e80266d [2020-12-03T20:14:17.871Z] Step 26/29 : CMD [ "generate" ] [2020-12-03T20:14:17.871Z] ---> Running in 93e604e4ecb5 [2020-12-03T20:14:18.135Z] Removing intermediate container 93e604e4ecb5 [2020-12-03T20:14:18.135Z] ---> 0ddc36d78744 [2020-12-03T20:14:18.135Z] Step 27/29 : LABEL arch=x86_64 [2020-12-03T20:14:18.135Z] ---> Running in d3be12255585 [2020-12-03T20:14:18.397Z] Removing intermediate container d3be12255585 [2020-12-03T20:14:18.397Z] ---> db384d080d09 [2020-12-03T20:14:18.397Z] Step 28/29 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T20:14:18.397Z] ---> Running in 82cc82a2848f [2020-12-03T20:14:18.660Z] Removing intermediate container 82cc82a2848f [2020-12-03T20:14:18.660Z] ---> 9d3204138a30 [2020-12-03T20:14:18.660Z] Step 29/29 : LABEL version=0.0.0 [2020-12-03T20:14:18.660Z] ---> Running in 94a5385332ed [2020-12-03T20:14:18.660Z] Removing intermediate container 94a5385332ed [2020-12-03T20:14:18.660Z] ---> 5c2604c48433 [2020-12-03T20:14:18.660Z] [2020-12-03T20:14:18.922Z] Successfully built 5c2604c48433 [2020-12-03T20:14:18.922Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-12-03T20:14:19.200Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-12-03T20:14:19.247Z] $ docker stop --time=1 fe70f8e4f4391991c3dc77bab5073facfd286767451600588eaa1350cf194305 [2020-12-03T20:14:19.585Z] 00ac8860ef70: Pull complete [2020-12-03T20:14:19.585Z] 63d7cb157983: Pull complete [2020-12-03T20:14:19.858Z] b116817d02f9: Pull complete [2020-12-03T20:14:20.896Z] $ docker rm -f fe70f8e4f4391991c3dc77bab5073facfd286767451600588eaa1350cf194305 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-03T20:14:21.494Z] + docker images [2020-12-03T20:14:21.494Z] + grep docker [2020-12-03T20:14:21.494Z] docker-security-secrets-setup-go latest 5c2604c48433 3 seconds ago 23.9MB [2020-12-03T20:14:21.494Z] docker-security-bootstrap-redis-go latest f9521bbc66d8 8 seconds ago 15.8MB [2020-12-03T20:14:21.494Z] docker-security-proxy-setup-go latest 3e719cef0694 9 seconds ago 24.6MB [2020-12-03T20:14:21.494Z] docker-core-command-go latest b43a50659bf9 11 seconds ago 12.2MB [2020-12-03T20:14:21.494Z] docker-core-metadata-go latest 986f5899e96b 11 seconds ago 14.5MB [2020-12-03T20:14:21.494Z] docker-sys-mgmt-agent-go latest bf59d1217b88 52 seconds ago 293MB [2020-12-03T20:14:21.494Z] docker-core-data-go latest 332508741bcf About a minute ago 23.7MB [2020-12-03T20:14:21.494Z] docker-security-secretstore-setup-go latest e3eca8adf79a 2 minutes ago 24.7MB [2020-12-03T20:14:21.494Z] docker-support-notifications-go latest f22a920f8871 2 minutes ago 13.6MB [2020-12-03T20:14:21.494Z] docker-support-scheduler-go latest c2bce262d080 2 minutes ago 12.3MB [2020-12-03T20:14:21.494Z] docker latest b0757c55a1fd 42 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 [2020-12-03T20:14:24.198Z] 745a02a5169b: Pull complete [2020-12-03T20:14:24.198Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-03T20:14:24.198Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-03T20:14:24.198Z] ---> b7e6874047d6 [2020-12-03T20:14:24.198Z] 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 [2020-12-03T20:14:27.597Z] ---> Running in 8f2da6452568 [2020-12-03T20:14:28.194Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T20:14:29.630Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T20:14:30.601Z] (1/12) Installing libmagic (5.38-r0) [2020-12-03T20:14:31.193Z] (2/12) Installing file (5.38-r0) [2020-12-03T20:14:31.193Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-03T20:14:31.193Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-03T20:14:35.483Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-03T20:14:35.483Z] (6/12) Installing patch (2.7.6-r6) [2020-12-03T20:14:35.483Z] (7/12) Installing build-base (0.5-r2) [2020-12-03T20:14:35.483Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-03T20:14:35.483Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-03T20:14:35.483Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-03T20:14:35.483Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-03T20:14:35.483Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-03T20:14:35.753Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T20:14:35.753Z] OK: 217 MiB in 51 packages [2020-12-03T20:14:37.346Z] Still waiting to schedule task [2020-12-03T20:14:37.347Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2020-12-03T20:14:40.054Z] Removing intermediate container 8f2da6452568 [2020-12-03T20:14:40.054Z] ---> 4fb3b1f635b4 [2020-12-03T20:14:40.054Z] Step 4/7 : WORKDIR /edgex-go [2020-12-03T20:14:40.054Z] ---> Running in df398cdeb930 [2020-12-03T20:14:40.054Z] Removing intermediate container df398cdeb930 [2020-12-03T20:14:40.054Z] ---> 7494334fec92 [2020-12-03T20:14:40.054Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-03T20:14:41.033Z] latest: Pulling from library/docker [2020-12-03T20:14:41.033Z] 5f621e34cdf4: Already exists [2020-12-03T20:14:41.033Z] 85db56a05063: Pulling fs layer [2020-12-03T20:14:41.033Z] ccb67d6aeaaa: Pulling fs layer [2020-12-03T20:14:41.033Z] de930078acea: Pulling fs layer [2020-12-03T20:14:41.033Z] d5a9d88a4785: Pulling fs layer [2020-12-03T20:14:41.033Z] e7f15c1544d5: Pulling fs layer [2020-12-03T20:14:41.033Z] 877c515997d3: Pulling fs layer [2020-12-03T20:14:41.033Z] d5a9d88a4785: Waiting [2020-12-03T20:14:41.033Z] e7f15c1544d5: Waiting [2020-12-03T20:14:41.033Z] 877c515997d3: Waiting [2020-12-03T20:14:41.033Z] ccb67d6aeaaa: Verifying Checksum [2020-12-03T20:14:41.033Z] ccb67d6aeaaa: Download complete [2020-12-03T20:14:41.033Z] 85db56a05063: Download complete [2020-12-03T20:14:41.307Z] d5a9d88a4785: Verifying Checksum [2020-12-03T20:14:41.307Z] d5a9d88a4785: Download complete [2020-12-03T20:14:41.307Z] e7f15c1544d5: Verifying Checksum [2020-12-03T20:14:41.307Z] e7f15c1544d5: Download complete [2020-12-03T20:14:41.307Z] 877c515997d3: Verifying Checksum [2020-12-03T20:14:41.307Z] 877c515997d3: Download complete [2020-12-03T20:14:41.917Z] 85db56a05063: Pull complete [2020-12-03T20:14:42.193Z] ccb67d6aeaaa: Pull complete [2020-12-03T20:14:42.472Z] de930078acea: Verifying Checksum [2020-12-03T20:14:42.472Z] de930078acea: Download complete [2020-12-03T20:14:45.878Z] de930078acea: Pull complete [2020-12-03T20:14:45.878Z] d5a9d88a4785: Pull complete [2020-12-03T20:14:46.481Z] e7f15c1544d5: Pull complete [2020-12-03T20:14:46.754Z] 877c515997d3: Pull complete [2020-12-03T20:14:46.754Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-03T20:14:46.754Z] Status: Downloaded newer image for docker:latest [2020-12-03T20:14:50.148Z] ---> 1f7868e6824f [2020-12-03T20:14:50.148Z] Step 6/7 : COPY go.mod . [2020-12-03T20:14:50.419Z] ---> 9fb6b2f4732e [2020-12-03T20:14:50.419Z] Step 7/7 : RUN go mod download [2020-12-03T20:14:50.690Z] ---> Running in 5378cb666c16 [2020-12-03T20:15:17.468Z] Removing intermediate container 5378cb666c16 [2020-12-03T20:15:17.468Z] ---> d03bdbbf459e [2020-12-03T20:15:17.468Z] Successfully built d03bdbbf459e [2020-12-03T20:15:17.468Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-03T20:15:17.818Z] + docker inspect -f . ci-base-image-arm64 [2020-12-03T20:15:17.819Z] . [Pipeline] withDockerContainer [2020-12-03T20:15:18.094Z] prd-ubuntu18.04-docker-arm64-4c-16g-14362 does not seem to be running inside a container [2020-12-03T20:15:18.181Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 [2020-12-03T20:15:19.714Z] $ docker top 1b42332369fe52e25053863a74a574cd4b16dcdadb0a95e31778c04ac0f37a7e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T20:15:20.880Z] + go version [2020-12-03T20:15:20.880Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-03T20:15:20.905Z] $ docker stop --time=1 1b42332369fe52e25053863a74a574cd4b16dcdadb0a95e31778c04ac0f37a7e [2020-12-03T20:15:22.857Z] $ docker rm -f 1b42332369fe52e25053863a74a574cd4b16dcdadb0a95e31778c04ac0f37a7e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T20:15:24.043Z] + docker inspect -f . ci-base-image-arm64 [2020-12-03T20:15:24.043Z] . [Pipeline] withDockerContainer [2020-12-03T20:15:24.306Z] prd-ubuntu18.04-docker-arm64-4c-16g-14362 does not seem to be running inside a container [2020-12-03T20:15:24.389Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 [2020-12-03T20:15:25.699Z] $ docker top b1c2dfb1c983186a3c7312afcabe9cfb3f3ab99405e597c71bafa63a58fa5ab8 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-03T20:15:26.072Z] ========================================================= [2020-12-03T20:15:26.072Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-03T20:15:26.072Z] ========================================================= [Pipeline] sh [2020-12-03T20:15:26.715Z] + make test [2020-12-03T20:15:26.715Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-03T20:15:46.966Z] Running on prd-ubuntu18.04-docker-8c-8g-14363 in /w/workspace/edgexfoundry_edgex-go_PR-2898 [Pipeline] { [Pipeline] ws [2020-12-03T20:15:47.031Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2020-12-03T20:15:48.915Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-03T20:15:49.373Z] using credential edgex-jenkins-ssh [2020-12-03T20:15:49.431Z] Cloning the remote Git repository [2020-12-03T20:15:49.467Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-03T20:15:49.544Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2020-12-03T20:15:49.600Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-03T20:15:49.600Z] > git --version # timeout=10 [2020-12-03T20:15:49.807Z] > git --version # 'git version 2.17.1' [2020-12-03T20:15:49.808Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T20:15:49.840Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-03T20:15:59.871Z] Merging remotes/origin/master commit 0163c92eb67c845bff5e90a4dc6407d0e1146c78 into PR head commit 192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T20:15:59.304Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-03T20:15:59.315Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-03T20:15:59.325Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-03T20:15:59.336Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-03T20:15:59.336Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T20:15:59.340Z] > 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 [2020-12-03T20:15:59.901Z] > git config core.sparsecheckout # timeout=10 [2020-12-03T20:15:59.906Z] > git checkout -f 192e75e79965f570e40dacfd3fa37e859c65312b # timeout=10 [2020-12-03T20:15:59.993Z] > git remote # timeout=10 [2020-12-03T20:16:00.000Z] > git config --get remote.origin.url # timeout=10 [2020-12-03T20:16:00.006Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T20:16:00.010Z] > git merge 0163c92eb67c845bff5e90a4dc6407d0e1146c78 # timeout=10 [2020-12-03T20:16:00.003Z] Merge succeeded, producing 192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T20:16:00.003Z] Checking out Revision 192e75e79965f570e40dacfd3fa37e859c65312b (PR-2898) [2020-12-03T20:16:00.018Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-03T20:16:00.028Z] > git config core.sparsecheckout # timeout=10 [2020-12-03T20:16:00.042Z] > git checkout -f 192e75e79965f570e40dacfd3fa37e859c65312b # timeout=10 [2020-12-03T20:16:03.709Z] Commit message: "ci: testing new native snap build" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-03T20:16:05.029Z] + echo snap-build.sh [2020-12-03T20:16:05.029Z] snap-build.sh [2020-12-03T20:16:05.029Z] + SNAP_BASE_DIR=. [2020-12-03T20:16:05.029Z] + '[' '!' -z /w/workspace/edgex-go/6 ']' [2020-12-03T20:16:05.029Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/6 [2020-12-03T20:16:05.029Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' [2020-12-03T20:16:05.029Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/6] [2020-12-03T20:16:05.029Z] + cd /w/workspace/edgex-go/6 [2020-12-03T20:16:05.029Z] + sudo apt-get remove -qy --purge lxd lxd-client [2020-12-03T20:16:05.029Z] Reading package lists... [2020-12-03T20:16:05.291Z] Building dependency tree... [2020-12-03T20:16:05.291Z] Reading state information... [2020-12-03T20:16:05.552Z] The following packages were automatically installed and are no longer required: [2020-12-03T20:16:05.552Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2020-12-03T20:16:05.552Z] uidmap xdelta3 [2020-12-03T20:16:05.552Z] Use 'sudo apt autoremove' to remove them. [2020-12-03T20:16:05.552Z] The following packages will be REMOVED: [2020-12-03T20:16:05.552Z] lxd* lxd-client* [2020-12-03T20:16:06.123Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2020-12-03T20:16:06.123Z] After this operation, 31.7 MB disk space will be freed. [2020-12-03T20:16:07.271Z] (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.) [2020-12-03T20:16:07.271Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-03T20:16:08.214Z] Removing lxd dnsmasq configuration [2020-12-03T20:16:08.215Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2020-12-03T20:16:08.476Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-12-03T20:16:09.456Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-03T20:16:09.456Z] (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.) [2020-12-03T20:16:09.456Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-03T20:16:10.849Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2020-12-03T20:16:10.849Z] Processing triggers for ureadahead (0.100.0-21) ... [2020-12-03T20:16:12.235Z] + sudo snap remove --purge lxd [2020-12-03T20:16:12.497Z] snap "lxd" is not installed [2020-12-03T20:16:12.497Z] + sudo groupadd --force --system lxd [2020-12-03T20:16:12.497Z] ++ whoami [2020-12-03T20:16:12.497Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2020-12-03T20:16:12.497Z] + newgrp - lxd [2020-12-03T20:16:12.497Z] + sudo snap install lxd [2020-12-03T20:16:22.519Z] 2020-12-03T20:16:19Z INFO Waiting for automatic snapd restart... [2020-12-03T20:16:27.956Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-03T20:16:40.659Z] lxd 4.8 from Canonical* installed [2020-12-03T20:16:40.659Z] + sudo lxd init --auto [2020-12-03T20:16:45.960Z] + sudo snap install --classic snapcraft [2020-12-03T20:16:50.181Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-03T20:16:50.181Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-03T20:16:50.181Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-03T20:16:50.181Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-03T20:16:50.181Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-03T20:16:50.181Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-03T20:16:51.254Z] snapcraft 4.4.4 from Canonical* installed [2020-12-03T20:16:51.254Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-12-03T20:16:51.254Z] + patch --verbose -p1 [2020-12-03T20:16:51.254Z] Hmm... Looks like a unified diff to me... [2020-12-03T20:16:51.254Z] The text leading up to this was: [2020-12-03T20:16:51.254Z] -------------------------- [2020-12-03T20:16:51.254Z] |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 [2020-12-03T20:16:51.254Z] |From: Tony Espy [2020-12-03T20:16:51.254Z] |Date: Wed, 2 Dec 2020 17:38:31 -0500 [2020-12-03T20:16:51.254Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2020-12-03T20:16:51.254Z] | [2020-12-03T20:16:51.254Z] |This patch is used by the EdgeX CI pipeline builds to [2020-12-03T20:16:51.254Z] |optimize the snap CI check run for pull requests. When [2020-12-03T20:16:51.254Z] |applied, it essentially strips out everything (apps and [2020-12-03T20:16:51.254Z] |parts) from the snapcraft.yaml file except those required [2020-12-03T20:16:51.254Z] |to build edgex-go, as the whole idea of the CI check is to [2020-12-03T20:16:51.254Z] |catch changes to edgex-go that break the snap build. [2020-12-03T20:16:51.254Z] | [2020-12-03T20:16:51.254Z] |In general, anyone updating snapcraft.yaml will also need [2020-12-03T20:16:51.254Z] |to update this patch file, otherwise it may fail to apply, [2020-12-03T20:16:51.254Z] |resulting in a failed snap build CI check in the associated [2020-12-03T20:16:51.254Z] |pull request. [2020-12-03T20:16:51.254Z] | [2020-12-03T20:16:51.254Z] |Note - in addition to applying this patch, the pipeline also [2020-12-03T20:16:51.254Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2020-12-03T20:16:51.254Z] |need to build the finally binary .snap file (and it won't [2020-12-03T20:16:51.254Z] |work with the patch applied). This further reduces the build [2020-12-03T20:16:51.254Z] |time. [2020-12-03T20:16:51.254Z] |--- [2020-12-03T20:16:51.254Z] | snap/snapcraft.yaml | 466 +------------------------------------------- [2020-12-03T20:16:51.254Z] | 1 file changed, 2 insertions(+), 464 deletions(-) [2020-12-03T20:16:51.254Z] | [2020-12-03T20:16:51.254Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2020-12-03T20:16:51.254Z] |index b265277c..d7e1de37 100644 [2020-12-03T20:16:51.254Z] |--- a/snap/snapcraft.yaml [2020-12-03T20:16:51.254Z] |+++ b/snap/snapcraft.yaml [2020-12-03T20:16:51.254Z] -------------------------- [2020-12-03T20:16:51.254Z] patching file snap/snapcraft.yaml [2020-12-03T20:16:51.254Z] Using Plan A... [2020-12-03T20:16:51.254Z] Hunk #1 succeeded at 75. [2020-12-03T20:16:51.254Z] Hunk #2 succeeded at 84. [2020-12-03T20:16:51.254Z] Hunk #3 succeeded at 218. [2020-12-03T20:16:51.254Z] Hunk #4 succeeded at 233. [2020-12-03T20:16:51.254Z] Hunk #5 succeeded at 241. [2020-12-03T20:16:51.254Z] Hunk #6 succeeded at 248. [2020-12-03T20:16:51.254Z] Hunk #7 succeeded at 275. [2020-12-03T20:16:51.254Z] Hunk #8 succeeded at 309. [2020-12-03T20:16:51.254Z] Hunk #9 succeeded at 365. [2020-12-03T20:16:51.254Z] Hmm... Ignoring the trailing garbage. [2020-12-03T20:16:51.254Z] done [2020-12-03T20:16:51.254Z] + sudo snapcraft prime --use-lxd [2020-12-03T20:16:52.197Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2020-12-03T20:16:52.458Z] 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: [2020-12-03T20:16:52.458Z] - README.md [2020-12-03T20:16:52.458Z] [2020-12-03T20:16:52.458Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-03T20:16:53.030Z] Launching a container. [2020-12-03T20:16:54.507Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.059s [2020-12-03T20:16:54.507Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-03T20:16:54.507Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-03T20:16:55.496Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-03T20:16:55.496Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-03T20:16:55.496Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-03T20:16:55.496Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-03T20:17:03.809Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.208s coverage: 46.6% of statements [2020-12-03T20:17:03.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-03T20:17:03.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-03T20:17:03.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-03T20:17:03.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-03T20:17:03.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-03T20:17:05.281Z] Waiting for container to be ready [2020-12-03T20:17:05.281Z] To start your first instance, try: lxc launch ubuntu:18.04 [2020-12-03T20:17:05.281Z] [2020-12-03T20:17:08.582Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2020-12-03T20:17:08.582Z] Waiting for network to be ready... [2020-12-03T20:17:09.156Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-03T20:17:09.156Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-03T20:17:09.727Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1459 kB] [2020-12-03T20:17:09.727Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-03T20:17:09.988Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-03T20:17:10.561Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-03T20:17:10.561Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [285 kB] [2020-12-03T20:17:10.561Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-03T20:17:10.561Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [13.3 kB] [2020-12-03T20:17:10.561Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2996 B] [2020-12-03T20:17:10.561Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [184 kB] [2020-12-03T20:17:10.561Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-03T20:17:10.561Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.4 kB] [2020-12-03T20:17:10.561Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2020-12-03T20:17:10.561Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-03T20:17:10.561Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-03T20:17:10.561Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-03T20:17:10.561Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2020-12-03T20:17:11.505Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-03T20:17:12.087Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1789 kB] [2020-12-03T20:17:12.130Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.499s coverage: 27.1% of statements [2020-12-03T20:17:12.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-03T20:17:12.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-03T20:17:12.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-03T20:17:12.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-03T20:17:12.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-03T20:17:12.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-03T20:17:12.130Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.075s coverage: 100.0% of statements [2020-12-03T20:17:12.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-03T20:17:12.130Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements [2020-12-03T20:17:12.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-03T20:17:12.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-03T20:17:12.130Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.552s coverage: 66.4% of statements [2020-12-03T20:17:12.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-03T20:17:12.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-03T20:17:12.130Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.631s coverage: 82.7% of statements [2020-12-03T20:17:12.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-03T20:17:12.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-03T20:17:12.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-03T20:17:12.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-03T20:17:12.351Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-03T20:17:12.351Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [36.1 kB] [2020-12-03T20:17:12.351Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7308 B] [2020-12-03T20:17:12.351Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-03T20:17:12.351Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [28.0 kB] [2020-12-03T20:17:12.351Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1696 kB] [2020-12-03T20:17:12.612Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-03T20:17:13.999Z] Fetched 23.5 MB in 5s (4724 kB/s) [2020-12-03T20:17:14.940Z] Reading package lists... [2020-12-03T20:17:15.200Z] Reading package lists... [2020-12-03T20:17:15.460Z] Building dependency tree... [2020-12-03T20:17:15.460Z] Reading state information... [2020-12-03T20:17:15.460Z] The following additional packages will be installed: [2020-12-03T20:17:15.460Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-03T20:17:15.460Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-03T20:17:15.460Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-03T20:17:15.460Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2020-12-03T20:17:15.460Z] Suggested packages: [2020-12-03T20:17:15.460Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2020-12-03T20:17:15.460Z] Recommended packages: [2020-12-03T20:17:15.460Z] gnupg libsasl2-modules [2020-12-03T20:17:15.460Z] The following NEW packages will be installed: [2020-12-03T20:17:15.460Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-03T20:17:15.460Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-03T20:17:15.460Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-03T20:17:15.460Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2020-12-03T20:17:15.460Z] The following packages will be upgraded: [2020-12-03T20:17:15.460Z] gpg gpg-agent gpgconf libudev1 [2020-12-03T20:17:15.720Z] 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. [2020-12-03T20:17:15.720Z] Need to get 3531 kB of archives. [2020-12-03T20:17:15.720Z] After this operation, 13.3 MB of additional disk space will be used. [2020-12-03T20:17:15.720Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2020-12-03T20:17:15.720Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2020-12-03T20:17:15.720Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2020-12-03T20:17:15.720Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] [2020-12-03T20:17:15.720Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] [2020-12-03T20:17:15.720Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2020-12-03T20:17:15.720Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2020-12-03T20:17:15.720Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2020-12-03T20:17:15.720Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2020-12-03T20:17:15.980Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2020-12-03T20:17:16.552Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2020-12-03T20:17:16.552Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2020-12-03T20:17:16.552Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2020-12-03T20:17:16.552Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2020-12-03T20:17:16.552Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2020-12-03T20:17:16.818Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2020-12-03T20:17:16.818Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2020-12-03T20:17:16.818Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2020-12-03T20:17:16.818Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2020-12-03T20:17:16.818Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2020-12-03T20:17:16.818Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2020-12-03T20:17:16.819Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2020-12-03T20:17:16.819Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-03T20:17:16.819Z] Fetched 3531 kB in 1s (2978 kB/s) [2020-12-03T20:17:17.080Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-03T20:17:17.080Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2020-12-03T20:17:17.080Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-03T20:17:17.080Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2020-12-03T20:17:17.080Z] Selecting previously unselected package udev. [2020-12-03T20:17:17.080Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-03T20:17:17.080Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2020-12-03T20:17:17.341Z] Unpacking udev (237-3ubuntu10.43) ... [2020-12-03T20:17:17.341Z] Selecting previously unselected package libfuse2:amd64. [2020-12-03T20:17:17.341Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2020-12-03T20:17:17.601Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-03T20:17:17.601Z] Selecting previously unselected package fuse. [2020-12-03T20:17:17.601Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2020-12-03T20:17:17.601Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2020-12-03T20:17:17.601Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-03T20:17:17.601Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-03T20:17:17.863Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-03T20:17:17.863Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-03T20:17:17.863Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-03T20:17:18.125Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-03T20:17:18.125Z] Selecting previously unselected package libksba8:amd64. [2020-12-03T20:17:18.125Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2020-12-03T20:17:18.125Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2020-12-03T20:17:18.125Z] Selecting previously unselected package libroken18-heimdal:amd64. [2020-12-03T20:17:18.125Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-03T20:17:18.125Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-03T20:17:18.387Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2020-12-03T20:17:18.387Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-03T20:17:18.387Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-03T20:17:18.387Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2020-12-03T20:17:18.387Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-03T20:17:18.387Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-03T20:17:18.649Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2020-12-03T20:17:18.649Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-03T20:17:18.649Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-03T20:17:18.649Z] Selecting previously unselected package libwind0-heimdal:amd64. [2020-12-03T20:17:18.649Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-03T20:17:18.649Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-03T20:17:18.910Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2020-12-03T20:17:18.910Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-03T20:17:18.910Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-03T20:17:18.910Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2020-12-03T20:17:18.910Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-03T20:17:18.910Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-03T20:17:18.910Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2020-12-03T20:17:18.910Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-03T20:17:18.910Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-03T20:17:18.918Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.296s coverage: 28.6% of statements [2020-12-03T20:17:18.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-03T20:17:18.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-03T20:17:18.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-03T20:17:18.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-03T20:17:18.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-03T20:17:18.918Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.173s coverage: 100.0% of statements [2020-12-03T20:17:18.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-03T20:17:18.918Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.104s coverage: 100.0% of statements [2020-12-03T20:17:18.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-03T20:17:18.918Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.293s coverage: 86.7% of statements [2020-12-03T20:17:18.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-03T20:17:19.172Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2020-12-03T20:17:19.172Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-03T20:17:19.172Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-03T20:17:19.172Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2020-12-03T20:17:19.172Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-03T20:17:19.172Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-03T20:17:19.172Z] Selecting previously unselected package libsasl2-2:amd64. [2020-12-03T20:17:19.172Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-03T20:17:19.433Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-03T20:17:19.433Z] Selecting previously unselected package libldap-common. [2020-12-03T20:17:19.433Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2020-12-03T20:17:19.433Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-03T20:17:19.433Z] Selecting previously unselected package libldap-2.4-2:amd64. [2020-12-03T20:17:19.433Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2020-12-03T20:17:19.433Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-03T20:17:19.695Z] Selecting previously unselected package dirmngr. [2020-12-03T20:17:19.695Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-03T20:17:19.695Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-03T20:17:19.695Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-03T20:17:19.957Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2020-12-03T20:17:19.957Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-03T20:17:19.957Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-03T20:17:19.957Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-03T20:17:19.957Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2020-12-03T20:17:19.957Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-03T20:17:19.957Z] Setting up libksba8:amd64 (1.3.5-2) ... [2020-12-03T20:17:19.957Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-03T20:17:19.957Z] Setting up udev (237-3ubuntu10.43) ... [2020-12-03T20:17:20.371Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.342s coverage: 97.5% of statements [2020-12-03T20:17:20.371Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-03T20:17:20.371Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.133s coverage: 78.3% of statements [2020-12-03T20:17:20.371Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-03T20:17:20.371Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-03T20:17:20.371Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-03T20:17:20.371Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-03T20:17:20.529Z] invoke-rc.d: policy-rc.d denied execution of start. [2020-12-03T20:17:20.529Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-03T20:17:20.529Z] Processing triggers for systemd (237-3ubuntu10) ... [2020-12-03T20:17:20.529Z] Setting up fuse (2.9.7-1ubuntu1) ... [2020-12-03T20:17:20.790Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2020-12-03T20:17:20.790Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-03T20:17:20.790Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-03T20:17:20.790Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-03T20:17:20.790Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-03T20:17:20.790Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-03T20:17:20.790Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-03T20:17:20.790Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-03T20:17:20.790Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-03T20:17:20.790Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-03T20:17:21.051Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-03T20:17:21.312Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2020-12-03T20:17:21.312Z] settings in the [Install] section, and DefaultInstance for template units). [2020-12-03T20:17:21.312Z] This means they are not meant to be enabled using systemctl. [2020-12-03T20:17:21.312Z] Possible reasons for having this kind of units are: [2020-12-03T20:17:21.312Z] 1) A unit may be statically enabled by being symlinked from another unit's [2020-12-03T20:17:21.312Z] .wants/ or .requires/ directory. [2020-12-03T20:17:21.312Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2020-12-03T20:17:21.312Z] a requirement dependency on it. [2020-12-03T20:17:21.312Z] 3) A unit may be started when needed via activation (socket, path, timer, [2020-12-03T20:17:21.312Z] D-Bus, udev, scripted systemctl call, ...). [2020-12-03T20:17:21.312Z] 4) In case of template units, the unit is meant to be enabled with some [2020-12-03T20:17:21.312Z] instance name specified. [2020-12-03T20:17:21.572Z] Reading package lists... [2020-12-03T20:17:21.833Z] Building dependency tree... [2020-12-03T20:17:21.833Z] Reading state information... [2020-12-03T20:17:22.095Z] The following additional packages will be installed: [2020-12-03T20:17:22.095Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2020-12-03T20:17:22.095Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2020-12-03T20:17:22.095Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2020-12-03T20:17:22.095Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2020-12-03T20:17:22.095Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2020-12-03T20:17:22.095Z] Suggested packages: [2020-12-03T20:17:22.095Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2020-12-03T20:17:22.095Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2020-12-03T20:17:22.095Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2020-12-03T20:17:22.095Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2020-12-03T20:17:22.095Z] systemd-container policykit-1 [2020-12-03T20:17:22.095Z] Recommended packages: [2020-12-03T20:17:22.095Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2020-12-03T20:17:22.095Z] The following NEW packages will be installed: [2020-12-03T20:17:22.095Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2020-12-03T20:17:22.095Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2020-12-03T20:17:22.095Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2020-12-03T20:17:22.095Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2020-12-03T20:17:22.095Z] python3.6-minimal snapd squashfs-tools sudo [2020-12-03T20:17:22.095Z] The following packages will be upgraded: [2020-12-03T20:17:22.095Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2020-12-03T20:17:22.355Z] 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. [2020-12-03T20:17:22.356Z] Need to get 35.2 MB of archives. [2020-12-03T20:17:22.356Z] After this operation, 141 MB of additional disk space will be used. [2020-12-03T20:17:22.356Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.1 [807 kB] [2020-12-03T20:17:22.356Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2020-12-03T20:17:22.928Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.1 [1201 kB] [2020-12-03T20:17:22.928Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2020-12-03T20:17:22.928Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2020-12-03T20:17:22.928Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2020-12-03T20:17:22.928Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2020-12-03T20:17:22.928Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2020-12-03T20:17:22.928Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2020-12-03T20:17:22.928Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.3 [6948 B] [2020-12-03T20:17:22.928Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2020-12-03T20:17:22.928Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2020-12-03T20:17:22.928Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.6 [1301 kB] [2020-12-03T20:17:23.189Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2020-12-03T20:17:23.189Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-12-03T20:17:23.189Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2020-12-03T20:17:23.189Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-12-03T20:17:23.189Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2020-12-03T20:17:23.189Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2020-12-03T20:17:23.189Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2020-12-03T20:17:23.189Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2020-12-03T20:17:23.451Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2020-12-03T20:17:23.451Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-12-03T20:17:23.451Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2020-12-03T20:17:23.451Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2020-12-03T20:17:23.451Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2020-12-03T20:17:23.451Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2020-12-03T20:17:23.451Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2020-12-03T20:17:23.451Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.4 [1088 kB] [2020-12-03T20:17:23.451Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-12-03T20:17:24.836Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-03T20:17:24.836Z] Fetched 35.2 MB in 2s (14.9 MB/s) [2020-12-03T20:17:24.836Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-03T20:17:24.836Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2020-12-03T20:17:24.836Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-03T20:17:25.408Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2020-12-03T20:17:25.408Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-03T20:17:25.408Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2020-12-03T20:17:25.669Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-03T20:17:25.669Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.1_amd64.deb ... [2020-12-03T20:17:25.669Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.1) over (1.6.1) ... [2020-12-03T20:17:25.930Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.1) ... [2020-12-03T20:17:25.930Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-03T20:17:25.930Z] Preparing to unpack .../apt_1.6.12ubuntu0.1_amd64.deb ... [2020-12-03T20:17:25.930Z] Unpacking apt (1.6.12ubuntu0.1) over (1.6.1) ... [2020-12-03T20:17:26.502Z] Setting up apt (1.6.12ubuntu0.1) ... [2020-12-03T20:17:26.502Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2020-12-03T20:17:26.803Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2020-12-03T20:17:27.066Z] (Reading database ... 12764 files and directories currently installed.) [2020-12-03T20:17:27.066Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.6_amd64.deb ... [2020-12-03T20:17:27.116Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.963s coverage: 94.7% of statements [2020-12-03T20:17:27.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-03T20:17:27.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-03T20:17:27.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-03T20:17:27.116Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-03T20:17:27.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-03T20:17:27.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-03T20:17:27.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-03T20:17:27.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-03T20:17:27.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-03T20:17:27.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-03T20:17:27.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-03T20:17:27.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-03T20:17:27.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-03T20:17:27.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-03T20:17:27.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-03T20:17:27.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-03T20:17:27.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-03T20:17:27.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-03T20:17:27.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-03T20:17:27.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-03T20:17:27.116Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.078s coverage: 58.8% of statements [2020-12-03T20:17:27.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-03T20:17:27.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-03T20:17:27.116Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.143s coverage: 0.0% of statements [no tests to run] [2020-12-03T20:17:27.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-03T20:17:27.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-03T20:17:27.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-03T20:17:27.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-03T20:17:27.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements [2020-12-03T20:17:27.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-03T20:17:27.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements [2020-12-03T20:17:27.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.125s coverage: 80.8% of statements [2020-12-03T20:17:27.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.145s coverage: 87.2% of statements [2020-12-03T20:17:27.328Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.6) over (1.1.0g-2ubuntu4) ... [2020-12-03T20:17:27.590Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2020-12-03T20:17:27.590Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-03T20:17:27.590Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-03T20:17:27.590Z] Selecting previously unselected package libexpat1:amd64. [2020-12-03T20:17:27.590Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-12-03T20:17:27.590Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-03T20:17:27.851Z] Selecting previously unselected package python3.6-minimal. [2020-12-03T20:17:27.851Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-03T20:17:27.851Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-03T20:17:28.103Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.193s coverage: 84.2% of statements [2020-12-03T20:17:28.103Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.066s coverage: 100.0% of statements [2020-12-03T20:17:28.103Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-03T20:17:28.122Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.6) ... [2020-12-03T20:17:28.122Z] Checking for services that may need to be restarted...done. [2020-12-03T20:17:28.122Z] Checking for services that may need to be restarted...done. [2020-12-03T20:17:28.122Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-03T20:17:28.122Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-03T20:17:28.383Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-03T20:17:28.645Z] Selecting previously unselected package python3-minimal. [2020-12-03T20:17:28.645Z] (Reading database ... 13012 files and directories currently installed.) [2020-12-03T20:17:28.645Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2020-12-03T20:17:28.645Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2020-12-03T20:17:28.906Z] Selecting previously unselected package mime-support. [2020-12-03T20:17:28.906Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2020-12-03T20:17:28.906Z] Unpacking mime-support (3.60ubuntu1) ... [2020-12-03T20:17:28.906Z] Selecting previously unselected package libmpdec2:amd64. [2020-12-03T20:17:28.906Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2020-12-03T20:17:28.906Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-03T20:17:28.906Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2020-12-03T20:17:29.168Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-03T20:17:29.168Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-03T20:17:29.430Z] Selecting previously unselected package python3.6. [2020-12-03T20:17:29.430Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-03T20:17:29.430Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-03T20:17:29.430Z] Selecting previously unselected package libpython3-stdlib:amd64. [2020-12-03T20:17:29.430Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2020-12-03T20:17:29.430Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-03T20:17:29.695Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2020-12-03T20:17:29.957Z] Selecting previously unselected package python3. [2020-12-03T20:17:29.957Z] (Reading database ... 13442 files and directories currently installed.) [2020-12-03T20:17:29.957Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2020-12-03T20:17:29.957Z] Unpacking python3 (3.6.7-1~18.04) ... [2020-12-03T20:17:29.957Z] Selecting previously unselected package multiarch-support. [2020-12-03T20:17:29.957Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.3_amd64.deb ... [2020-12-03T20:17:29.957Z] Unpacking multiarch-support (2.27-3ubuntu1.3) ... [2020-12-03T20:17:29.957Z] Setting up multiarch-support (2.27-3ubuntu1.3) ... [2020-12-03T20:17:30.218Z] Selecting previously unselected package liblzo2-2:amd64. [2020-12-03T20:17:30.218Z] (Reading database ... 13479 files and directories currently installed.) [2020-12-03T20:17:30.218Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2020-12-03T20:17:30.218Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2020-12-03T20:17:30.218Z] Selecting previously unselected package libbsd0:amd64. [2020-12-03T20:17:30.218Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-12-03T20:17:30.218Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-03T20:17:30.480Z] Selecting previously unselected package sudo. [2020-12-03T20:17:30.480Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2020-12-03T20:17:30.480Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-03T20:17:30.480Z] Selecting previously unselected package apparmor. [2020-12-03T20:17:30.480Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2020-12-03T20:17:30.480Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2020-12-03T20:17:30.740Z] Selecting previously unselected package libedit2:amd64. [2020-12-03T20:17:30.740Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2020-12-03T20:17:30.740Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-12-03T20:17:30.740Z] Selecting previously unselected package libkrb5support0:amd64. [2020-12-03T20:17:30.740Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2020-12-03T20:17:30.740Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-03T20:17:30.740Z] Selecting previously unselected package libk5crypto3:amd64. [2020-12-03T20:17:30.740Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-03T20:17:30.740Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-03T20:17:31.001Z] Selecting previously unselected package libkeyutils1:amd64. [2020-12-03T20:17:31.001Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2020-12-03T20:17:31.001Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-03T20:17:31.001Z] Selecting previously unselected package libkrb5-3:amd64. [2020-12-03T20:17:31.001Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-03T20:17:31.001Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-03T20:17:31.262Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-12-03T20:17:31.262Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2020-12-03T20:17:31.262Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-03T20:17:31.262Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-12-03T20:17:31.262Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.4_amd64.deb ... [2020-12-03T20:17:31.262Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.4) ... [2020-12-03T20:17:31.522Z] Selecting previously unselected package openssh-client. [2020-12-03T20:17:31.522Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-12-03T20:17:31.522Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-03T20:17:31.783Z] Selecting previously unselected package squashfs-tools. [2020-12-03T20:17:31.783Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2020-12-03T20:17:31.783Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-03T20:17:31.783Z] Selecting previously unselected package snapd. [2020-12-03T20:17:31.783Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2020-12-03T20:17:31.783Z] Unpacking snapd (2.48+18.04) ... [2020-12-03T20:17:32.427Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.607s coverage: 63.5% of statements [2020-12-03T20:17:32.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-03T20:17:32.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-03T20:17:32.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.075s coverage: 100.0% of statements [2020-12-03T20:17:32.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.085s coverage: 91.3% of statements [2020-12-03T20:17:32.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements [2020-12-03T20:17:32.704Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.111s coverage: 73.7% of statements [2020-12-03T20:17:33.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.055s coverage: 100.0% of statements [2020-12-03T20:17:34.330Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-12-03T20:17:34.331Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.4) ... [2020-12-03T20:17:34.331Z] Setting up mime-support (3.60ubuntu1) ... [2020-12-03T20:17:34.331Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-03T20:17:34.331Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-03T20:17:34.331Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-03T20:17:34.331Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-03T20:17:34.331Z] Setting up systemd (237-3ubuntu10.43) ... [2020-12-03T20:17:34.331Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2020-12-03T20:17:35.275Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-03T20:17:35.275Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-03T20:17:35.537Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2020-12-03T20:17:35.537Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-03T20:17:35.537Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-03T20:17:35.537Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-03T20:17:36.110Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-03T20:17:36.110Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-03T20:17:36.110Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-03T20:17:36.370Z] Setting up python3 (3.6.7-1~18.04) ... [2020-12-03T20:17:36.370Z] running python rtupdate hooks for python3.6... [2020-12-03T20:17:36.370Z] running python post-rtupdate hooks for python3.6... [2020-12-03T20:17:36.370Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2020-12-03T20:17:36.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.854s coverage: 55.9% of statements [2020-12-03T20:17:36.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-03T20:17:36.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-03T20:17:36.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-03T20:17:36.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-03T20:17:36.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-03T20:17:36.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-03T20:17:37.856Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2020-12-03T20:17:38.117Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-03T20:17:38.117Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-03T20:17:38.380Z] Setting up snapd (2.48+18.04) ... [2020-12-03T20:17:38.954Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2020-12-03T20:17:38.954Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2020-12-03T20:17:39.216Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2020-12-03T20:17:39.216Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2020-12-03T20:17:39.479Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-03T20:17:39.479Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-03T20:17:39.740Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2020-12-03T20:17:40.001Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2020-12-03T20:17:40.001Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2020-12-03T20:17:40.264Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2020-12-03T20:17:40.264Z] /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' [2020-12-03T20:17:40.526Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-03T20:17:40.526Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-03T20:17:41.471Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-03T20:17:41.471Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-03T20:17:41.471Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-03T20:17:43.116Z] Reading package lists... [2020-12-03T20:17:43.377Z] Reading package lists... [2020-12-03T20:17:43.639Z] Building dependency tree... [2020-12-03T20:17:43.639Z] Reading state information... [2020-12-03T20:17:43.639Z] Calculating upgrade... [2020-12-03T20:17:43.902Z] The following packages will be upgraded: [2020-12-03T20:17:43.902Z] advancecomp base-files bash binutils binutils-common [2020-12-03T20:17:43.902Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2020-12-03T20:17:43.902Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2020-12-03T20:17:43.902Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2020-12-03T20:17:43.902Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2020-12-03T20:17:43.902Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2020-12-03T20:17:43.902Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2020-12-03T20:17:43.902Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2020-12-03T20:17:43.902Z] libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2020-12-03T20:17:43.902Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2020-12-03T20:17:43.902Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2020-12-03T20:17:43.902Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2020-12-03T20:17:43.902Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2020-12-03T20:17:43.902Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2020-12-03T20:17:43.902Z] 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2020-12-03T20:17:43.902Z] Need to get 63.5 MB of archives. [2020-12-03T20:17:43.902Z] After this operation, 5192 kB of additional disk space will be used. [2020-12-03T20:17:43.902Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-126.129 [989 kB] [2020-12-03T20:17:43.902Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.3 [2586 kB] [2020-12-03T20:17:43.902Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-12-03T20:17:44.163Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-12-03T20:17:44.163Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-12-03T20:17:44.163Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-12-03T20:17:44.163Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-12-03T20:17:44.163Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-12-03T20:17:44.163Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2020-12-03T20:17:44.163Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2020-12-03T20:17:44.163Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-12-03T20:17:44.163Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-12-03T20:17:44.163Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2020-12-03T20:17:44.163Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2020-12-03T20:17:44.163Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2020-12-03T20:17:44.163Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2020-12-03T20:17:44.163Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2020-12-03T20:17:44.163Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2020-12-03T20:17:44.163Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2020-12-03T20:17:44.163Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2020-12-03T20:17:44.163Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2020-12-03T20:17:44.163Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2020-12-03T20:17:44.163Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2020-12-03T20:17:44.163Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2020-12-03T20:17:44.163Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2020-12-03T20:17:44.163Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2020-12-03T20:17:44.163Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2020-12-03T20:17:44.163Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2020-12-03T20:17:44.163Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2020-12-03T20:17:44.425Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2020-12-03T20:17:44.425Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2020-12-03T20:17:44.425Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2020-12-03T20:17:44.425Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2020-12-03T20:17:44.425Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2020-12-03T20:17:44.425Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2020-12-03T20:17:44.425Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2020-12-03T20:17:44.425Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2020-12-03T20:17:44.425Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2020-12-03T20:17:44.425Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.6 [614 kB] [2020-12-03T20:17:44.425Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2020-12-03T20:17:44.425Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2020-12-03T20:17:44.425Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2020-12-03T20:17:44.425Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2020-12-03T20:17:44.425Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2020-12-03T20:17:44.425Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2020-12-03T20:17:44.425Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2020-12-03T20:17:44.425Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2020-12-03T20:17:44.425Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2020-12-03T20:17:44.425Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2020-12-03T20:17:44.425Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-12-03T20:17:44.425Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-12-03T20:17:44.425Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-12-03T20:17:44.425Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-12-03T20:17:44.425Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-12-03T20:17:44.686Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-12-03T20:17:44.686Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-12-03T20:17:44.686Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-12-03T20:17:44.686Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-12-03T20:17:44.947Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-12-03T20:17:44.947Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-12-03T20:17:44.947Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-12-03T20:17:44.947Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-12-03T20:17:44.947Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-12-03T20:17:45.209Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.3 [71.8 kB] [2020-12-03T20:17:45.209Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.3 [2831 kB] [2020-12-03T20:17:45.209Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2020-12-03T20:17:45.209Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2020-12-03T20:17:45.209Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2020-12-03T20:17:45.209Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2020-12-03T20:17:45.209Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2020-12-03T20:17:45.209Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2020-12-03T20:17:45.209Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2020-12-03T20:17:45.209Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2020-12-03T20:17:45.209Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2020-12-03T20:17:45.471Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2020-12-03T20:17:45.471Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.3 [639 kB] [2020-12-03T20:17:45.471Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2020-12-03T20:17:45.471Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2020-12-03T20:17:45.471Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2020-12-03T20:17:45.471Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2020-12-03T20:17:45.471Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2020-12-03T20:17:45.471Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2020-12-03T20:17:45.471Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2020-12-03T20:17:45.471Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2020-12-03T20:17:45.471Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2020-12-03T20:17:45.733Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2020-12-03T20:17:45.733Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2020-12-03T20:17:45.733Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2020-12-03T20:17:45.733Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2020-12-03T20:17:45.733Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2020-12-03T20:17:45.733Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2020-12-03T20:17:45.733Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2020-12-03T20:17:45.733Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2020-12-03T20:17:45.733Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-12-03T20:17:45.733Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-12-03T20:17:45.733Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2020-12-03T20:17:45.995Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-03T20:17:45.995Z] Fetched 63.5 MB in 2s (31.4 MB/s) [2020-12-03T20:17:45.995Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T20:17:45.995Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.3_amd64.deb ... [2020-12-03T20:17:45.995Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-03T20:17:46.939Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.3_amd64.deb ... [2020-12-03T20:17:46.939Z] Unpacking libc-dev-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-03T20:17:46.939Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-126.129_amd64.deb ... [2020-12-03T20:17:46.939Z] Unpacking linux-libc-dev:amd64 (4.15.0-126.129) over (4.15.0-20.21) ... [2020-12-03T20:17:47.881Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T20:17:47.881Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-03T20:17:47.881Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T20:17:47.881Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-03T20:17:48.143Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T20:17:48.143Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-03T20:17:48.143Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T20:17:48.143Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-03T20:17:48.405Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T20:17:48.405Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-03T20:17:48.665Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T20:17:48.665Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-03T20:17:48.665Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T20:17:48.665Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-03T20:17:48.665Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T20:17:48.927Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-03T20:17:48.927Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T20:17:48.927Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2020-12-03T20:17:48.927Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-03T20:17:49.188Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-03T20:17:49.189Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T20:17:49.189Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-03T20:17:49.189Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T20:17:49.189Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-03T20:17:49.450Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T20:17:49.450Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-03T20:17:49.712Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T20:17:49.712Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-03T20:17:49.712Z] Preparing to unpack .../libc6_2.27-3ubuntu1.3_amd64.deb ... [2020-12-03T20:17:49.975Z] Unpacking libc6:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-03T20:17:50.238Z] Setting up libc6:amd64 (2.27-3ubuntu1.3) ... [2020-12-03T20:17:50.499Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-03T20:17:50.499Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2020-12-03T20:17:50.499Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2020-12-03T20:17:50.499Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2020-12-03T20:17:50.499Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2020-12-03T20:17:50.760Z] Setting up base-files (10.1ubuntu2.10) ... [2020-12-03T20:17:50.760Z] Installing new version of config file /etc/issue ... [2020-12-03T20:17:50.760Z] Installing new version of config file /etc/issue.net ... [2020-12-03T20:17:50.760Z] Installing new version of config file /etc/lsb-release ... [2020-12-03T20:17:50.760Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2020-12-03T20:17:51.021Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2020-12-03T20:17:51.282Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2020-12-03T20:17:51.282Z] Removing obsolete conffile /etc/default/motd-news ... [2020-12-03T20:17:51.282Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T20:17:51.282Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2020-12-03T20:17:51.282Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2020-12-03T20:17:51.543Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2020-12-03T20:17:51.543Z] 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 [2020-12-03T20:17:51.805Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T20:17:51.805Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-03T20:17:51.805Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2020-12-03T20:17:51.805Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2020-12-03T20:17:51.805Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T20:17:51.805Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2020-12-03T20:17:52.067Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2020-12-03T20:17:52.067Z] Setting up tar (1.29b-2ubuntu0.1) ... [2020-12-03T20:17:52.328Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T20:17:52.328Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2020-12-03T20:17:52.328Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-03T20:17:52.589Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2020-12-03T20:17:52.589Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T20:17:52.589Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-03T20:17:52.589Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-03T20:17:52.852Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-03T20:17:52.852Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T20:17:52.852Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-03T20:17:52.852Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-03T20:17:53.115Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2020-12-03T20:17:53.115Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T20:17:53.115Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2020-12-03T20:17:53.115Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2020-12-03T20:17:53.377Z] Setting up grep (3.1-2build1) ... [2020-12-03T20:17:53.377Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T20:17:53.377Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-03T20:17:53.377Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-03T20:17:53.640Z] Setting up login (1:4.5-1ubuntu2) ... [2020-12-03T20:17:53.640Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T20:17:53.640Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-03T20:17:53.640Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-03T20:17:53.901Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2020-12-03T20:17:53.901Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T20:17:53.901Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-03T20:17:53.901Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-03T20:17:54.474Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-03T20:17:54.474Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-03T20:17:54.735Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-03T20:17:54.735Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-03T20:17:55.307Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-12-03T20:17:55.307Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T20:17:55.307Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-12-03T20:17:55.307Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-03T20:17:56.252Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-03T20:17:56.252Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-03T20:17:56.513Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-03T20:17:56.513Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-03T20:17:56.513Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2020-12-03T20:17:56.773Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T20:17:56.773Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2020-12-03T20:17:56.773Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2020-12-03T20:17:56.773Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2020-12-03T20:17:57.035Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T20:17:57.035Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-03T20:17:57.035Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-03T20:17:57.297Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-03T20:17:57.297Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T20:17:57.297Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-03T20:17:57.297Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-03T20:17:57.559Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-03T20:17:57.559Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T20:17:57.559Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-03T20:17:57.559Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-03T20:17:57.820Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-03T20:17:57.820Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T20:17:57.820Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-03T20:17:57.820Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-03T20:17:58.081Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-03T20:17:58.081Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T20:17:58.081Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-03T20:17:58.343Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-03T20:17:58.343Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-03T20:17:58.343Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-03T20:17:58.606Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-03T20:17:58.606Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T20:17:58.606Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-03T20:17:58.606Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-03T20:17:58.870Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-03T20:17:58.870Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T20:17:58.870Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-03T20:17:58.870Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-03T20:17:59.132Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-03T20:17:59.132Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T20:17:59.132Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-03T20:17:59.132Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-03T20:17:59.132Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2020-12-03T20:17:59.395Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T20:17:59.395Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-03T20:17:59.395Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-03T20:17:59.968Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2020-12-03T20:18:00.229Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2020-12-03T20:18:00.491Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2020-12-03T20:18:00.491Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T20:18:00.491Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.3_amd64.deb ... [2020-12-03T20:18:00.491Z] Unpacking libc-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-03T20:18:00.753Z] Setting up libc-bin (2.27-3ubuntu1.3) ... [2020-12-03T20:18:01.015Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T20:18:01.015Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2020-12-03T20:18:01.015Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-03T20:18:01.015Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2020-12-03T20:18:01.276Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-03T20:18:01.276Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2020-12-03T20:18:01.276Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2020-12-03T20:18:01.538Z] Setting up debconf (1.5.66ubuntu1) ... [2020-12-03T20:18:01.799Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-03T20:18:01.799Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-03T20:18:01.799Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-03T20:18:02.061Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-03T20:18:02.061Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-03T20:18:02.061Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-03T20:18:02.324Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-03T20:18:02.324Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-03T20:18:02.324Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-03T20:18:02.324Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-03T20:18:02.585Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-03T20:18:02.585Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-03T20:18:02.846Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-03T20:18:02.847Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-03T20:18:02.847Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-03T20:18:03.108Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2020-12-03T20:18:03.108Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-03T20:18:03.108Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-03T20:18:03.108Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-03T20:18:03.369Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-03T20:18:03.369Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-03T20:18:03.369Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2020-12-03T20:18:03.369Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2020-12-03T20:18:03.630Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2020-12-03T20:18:03.891Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-03T20:18:03.892Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2020-12-03T20:18:03.892Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-03T20:18:03.892Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-03T20:18:04.152Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-03T20:18:04.152Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-03T20:18:04.152Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-03T20:18:04.453Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-03T20:18:04.453Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-03T20:18:04.453Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2020-12-03T20:18:04.453Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2020-12-03T20:18:04.453Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2020-12-03T20:18:04.714Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-03T20:18:04.714Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-03T20:18:04.714Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-03T20:18:04.975Z] Setting up passwd (1:4.5-1ubuntu2) ... [2020-12-03T20:18:05.235Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-03T20:18:05.235Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-03T20:18:05.235Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-03T20:18:05.235Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2020-12-03T20:18:05.496Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-03T20:18:05.496Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2020-12-03T20:18:05.496Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2020-12-03T20:18:05.496Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2020-12-03T20:18:05.757Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-03T20:18:05.757Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2020-12-03T20:18:05.757Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2020-12-03T20:18:05.757Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2020-12-03T20:18:06.018Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-03T20:18:06.018Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2020-12-03T20:18:06.018Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2020-12-03T20:18:06.299Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2020-12-03T20:18:06.299Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-03T20:18:06.299Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2020-12-03T20:18:06.299Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2020-12-03T20:18:06.561Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2020-12-03T20:18:06.561Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-03T20:18:06.561Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2020-12-03T20:18:06.561Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2020-12-03T20:18:06.823Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2020-12-03T20:18:06.823Z] (Reading database ... 13915 files and directories currently installed.) [2020-12-03T20:18:06.823Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-03T20:18:06.823Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-03T20:18:07.086Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-03T20:18:07.086Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-03T20:18:07.347Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.6_amd64.deb ... [2020-12-03T20:18:07.347Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.6) over (1.1.0g-2ubuntu4) ... [2020-12-03T20:18:07.613Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2020-12-03T20:18:07.613Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2020-12-03T20:18:07.613Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2020-12-03T20:18:07.613Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2020-12-03T20:18:07.873Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2020-12-03T20:18:07.873Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2020-12-03T20:18:07.873Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2020-12-03T20:18:08.135Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2020-12-03T20:18:08.135Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2020-12-03T20:18:08.135Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2020-12-03T20:18:08.396Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2020-12-03T20:18:08.396Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2020-12-03T20:18:08.396Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2020-12-03T20:18:08.396Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2020-12-03T20:18:08.658Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2020-12-03T20:18:08.658Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2020-12-03T20:18:08.658Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2020-12-03T20:18:08.919Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2020-12-03T20:18:10.320Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2020-12-03T20:18:10.320Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2020-12-03T20:18:10.320Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2020-12-03T20:18:10.320Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2020-12-03T20:18:10.320Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-03T20:18:10.320Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-03T20:18:10.948Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-03T20:18:10.948Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-03T20:18:10.948Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-03T20:18:10.948Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-03T20:18:11.211Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-03T20:18:11.211Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-03T20:18:11.211Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T20:18:11.477Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-03T20:18:11.477Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T20:18:11.477Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-03T20:18:11.764Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T20:18:11.764Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-03T20:18:11.764Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T20:18:12.027Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-03T20:18:12.967Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T20:18:12.967Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-03T20:18:13.910Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T20:18:13.910Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-03T20:18:14.856Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T20:18:14.856Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-03T20:18:15.117Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T20:18:15.117Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-03T20:18:16.059Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T20:18:16.059Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-03T20:18:16.059Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-03T20:18:16.059Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-03T20:18:16.059Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-12-03T20:18:16.320Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-03T20:18:16.320Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-12-03T20:18:16.320Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-03T20:18:16.581Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-12-03T20:18:16.581Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2020-12-03T20:18:16.581Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-03T20:18:16.581Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-03T20:18:16.841Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-03T20:18:16.841Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-03T20:18:16.841Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2020-12-03T20:18:16.841Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2020-12-03T20:18:17.102Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T20:18:17.102Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-03T20:18:17.102Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T20:18:17.102Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T20:18:17.102Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T20:18:17.102Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2020-12-03T20:18:17.364Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2020-12-03T20:18:17.364Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2020-12-03T20:18:17.364Z] [2020-12-03T20:18:17.364Z] Current default time zone: 'Etc/UTC' [2020-12-03T20:18:17.364Z] Local time is now: Thu Dec 3 20:18:17 UTC 2020. [2020-12-03T20:18:17.364Z] Universal Time is now: Thu Dec 3 20:18:17 UTC 2020. [2020-12-03T20:18:17.364Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2020-12-03T20:18:17.364Z] [2020-12-03T20:18:17.364Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2020-12-03T20:18:17.364Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T20:18:17.364Z] Setting up linux-libc-dev:amd64 (4.15.0-126.129) ... [2020-12-03T20:18:17.624Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2020-12-03T20:18:17.624Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2020-12-03T20:18:17.624Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2020-12-03T20:18:17.624Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-12-03T20:18:17.624Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2020-12-03T20:18:17.624Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2020-12-03T20:18:17.624Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2020-12-03T20:18:17.624Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T20:18:17.624Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2020-12-03T20:18:17.885Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T20:18:17.885Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-03T20:18:18.145Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T20:18:18.145Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-12-03T20:18:18.145Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-12-03T20:18:18.145Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2020-12-03T20:18:18.145Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.6) ... [2020-12-03T20:18:18.145Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2020-12-03T20:18:18.145Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2020-12-03T20:18:18.145Z] Setting up libc-dev-bin (2.27-3ubuntu1.3) ... [2020-12-03T20:18:18.406Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-03T20:18:20.328Z] Updating certificates in /etc/ssl/certs... [2020-12-03T20:18:21.274Z] 22 added, 17 removed; done. [2020-12-03T20:18:21.274Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.3) ... [2020-12-03T20:18:21.274Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T20:18:21.274Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2020-12-03T20:18:21.535Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2020-12-03T20:18:21.535Z] Setting up pkgbinarymangler (138.18.04.1) ... [2020-12-03T20:18:21.535Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T20:18:21.535Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-03T20:18:21.535Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T20:18:21.535Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T20:18:21.798Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T20:18:21.798Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T20:18:21.798Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T20:18:21.798Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-12-03T20:18:21.798Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-12-03T20:18:21.798Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-12-03T20:18:21.798Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-12-03T20:18:22.060Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-12-03T20:18:22.060Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T20:18:22.060Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T20:18:22.060Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-12-03T20:18:22.060Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-12-03T20:18:22.060Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-12-03T20:18:22.321Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-03T20:18:22.321Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-03T20:18:22.321Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-12-03T20:18:22.321Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-03T20:18:22.321Z] Updating certificates in /etc/ssl/certs... [2020-12-03T20:18:23.266Z] 0 added, 0 removed; done. [2020-12-03T20:18:23.266Z] Running hooks in /etc/ca-certificates/update.d... [2020-12-03T20:18:23.266Z] done. [2020-12-03T20:18:23.527Z] Reading package lists... [2020-12-03T20:18:23.789Z] Building dependency tree... [2020-12-03T20:18:23.789Z] Reading state information... [2020-12-03T20:18:24.051Z] The following NEW packages will be installed: [2020-12-03T20:18:24.051Z] apt-transport-https [2020-12-03T20:18:24.051Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2020-12-03T20:18:24.051Z] Need to get 1692 B of archives. [2020-12-03T20:18:24.051Z] After this operation, 153 kB of additional disk space will be used. [2020-12-03T20:18:24.051Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.1 [1692 B] [2020-12-03T20:18:24.312Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-03T20:18:24.312Z] Fetched 1692 B in 0s (8456 B/s) [2020-12-03T20:18:24.312Z] Selecting previously unselected package apt-transport-https. [2020-12-03T20:18:24.312Z] (Reading database ... 13929 files and directories currently installed.) [2020-12-03T20:18:24.312Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.1_all.deb ... [2020-12-03T20:18:24.312Z] Unpacking apt-transport-https (1.6.12ubuntu0.1) ... [2020-12-03T20:18:24.312Z] Setting up apt-transport-https (1.6.12ubuntu0.1) ... [2020-12-03T20:18:24.573Z] Waiting for network to be ready... [2020-12-03T20:18:29.867Z] 2020-12-03T20:18:27Z INFO Waiting for automatic snapd restart... [2020-12-03T20:18:29.867Z] snapd 2.48 from Canonical* installed [2020-12-03T20:18:30.129Z] "snapd" switched to the "latest/stable" channel [2020-12-03T20:18:30.129Z] [2020-12-03T20:18:33.559Z] core18 20200929 from Canonical* installed [2020-12-03T20:18:33.559Z] "core18" switched to the "latest/stable" channel [2020-12-03T20:18:33.559Z] [2020-12-03T20:18:37.774Z] snapcraft 4.4.4 from Canonical* installed [2020-12-03T20:18:37.774Z] "snapcraft" switched to the "latest/stable" channel [2020-12-03T20:18:37.774Z] [2020-12-03T20:18:41.077Z] 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: [2020-12-03T20:18:41.077Z] - README.md [2020-12-03T20:18:41.077Z] [2020-12-03T20:18:41.077Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-03T20:18:44.743Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 58.920s coverage: 86.3% of statements [2020-12-03T20:18:44.743Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-03T20:18:44.743Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.380s coverage: 72.2% of statements [2020-12-03T20:18:44.743Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.524s coverage: 72.1% of statements [2020-12-03T20:18:44.743Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.088s coverage: 82.4% of statements [2020-12-03T20:18:44.743Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.099s coverage: 48.4% of statements [2020-12-03T20:18:44.743Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-03T20:18:44.743Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-03T20:18:44.743Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-03T20:18:44.743Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.080s coverage: 28.8% of statements [2020-12-03T20:18:44.743Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-03T20:18:44.743Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.078s coverage: 96.8% of statements [2020-12-03T20:18:44.743Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-03T20:18:44.743Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.338s coverage: 37.2% of statements [2020-12-03T20:18:44.743Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-03T20:18:44.743Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-03T20:18:44.743Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.427s coverage: 84.1% of statements [2020-12-03T20:18:44.743Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.079s coverage: 100.0% of statements [2020-12-03T20:18:44.743Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.398s coverage: 47.1% of statements [2020-12-03T20:18:44.743Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-03T20:18:44.743Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-03T20:18:44.743Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.043s coverage: 100.0% of statements [2020-12-03T20:18:44.743Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-03T20:18:44.743Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-03T20:18:44.743Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-03T20:18:44.743Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.105s coverage: 100.0% of statements [2020-12-03T20:18:44.743Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-03T20:18:44.743Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.100s coverage: 100.0% of statements [2020-12-03T20:18:44.743Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-03T20:18:44.743Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.621s coverage: 29.1% of statements [2020-12-03T20:18:44.743Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-03T20:18:44.743Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-03T20:18:44.743Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-03T20:18:44.743Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-03T20:18:44.743Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-03T20:18:44.743Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.174s coverage: 99.0% of statements [2020-12-03T20:18:44.743Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-03T20:18:44.743Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.105s coverage: 100.0% of statements [2020-12-03T20:18:44.743Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-03T20:18:44.743Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements [2020-12-03T20:18:44.743Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-03T20:18:44.743Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements [2020-12-03T20:18:44.743Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-03T20:18:44.743Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-03T20:18:44.743Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-03T20:18:44.743Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-03T20:18:44.743Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.093s coverage: 87.9% of statements [2020-12-03T20:18:44.743Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-03T20:18:44.743Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-03T20:18:44.743Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements [2020-12-03T20:18:44.743Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements [2020-12-03T20:18:44.743Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2020-12-03T20:18:44.743Z] GO111MODULE=on go vet ./... [2020-12-03T20:18:47.765Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-03T20:18:47.765Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-03T20:18:47.765Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-03T20:18:47.765Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-03T20:18:48.733Z] Reading package lists... [2020-12-03T20:18:48.996Z] 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 [2020-12-03T20:18:55.604Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-03T20:18:55.604Z] Reading package lists... [2020-12-03T20:18:55.604Z] Building dependency tree... [2020-12-03T20:18:55.604Z] Reading state information... [2020-12-03T20:18:55.604Z] Suggested packages: [2020-12-03T20:18:55.604Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-12-03T20:18:55.604Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2020-12-03T20:18:55.604Z] Recommended packages: [2020-12-03T20:18:55.604Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2020-12-03T20:18:55.604Z] The following NEW packages will be installed: [2020-12-03T20:18:55.604Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2020-12-03T20:18:55.604Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2020-12-03T20:18:55.604Z] pkg-config zip [2020-12-03T20:18:55.604Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2020-12-03T20:18:55.604Z] Need to get 7656 kB of archives. [2020-12-03T20:18:55.604Z] After this operation, 43.7 MB of additional disk space will be used. [2020-12-03T20:18:55.604Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2020-12-03T20:18:55.604Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2020-12-03T20:18:55.867Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2020-12-03T20:18:55.867Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2020-12-03T20:18:56.132Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-12-03T20:18:56.132Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-12-03T20:18:56.132Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-12-03T20:18:56.132Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-12-03T20:18:56.132Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-12-03T20:18:56.395Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2020-12-03T20:18:56.395Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] [2020-12-03T20:18:56.395Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-12-03T20:18:56.395Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-12-03T20:18:56.656Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-12-03T20:18:56.656Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-12-03T20:18:56.919Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-03T20:18:56.919Z] Fetched 7656 kB in 1s (6267 kB/s) [2020-12-03T20:18:56.919Z] Selecting previously unselected package libglib2.0-0:amd64. [2020-12-03T20:18:56.919Z] (Reading database ... 13933 files and directories currently installed.) [2020-12-03T20:18:56.919Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2020-12-03T20:18:56.919Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-03T20:18:57.182Z] Selecting previously unselected package libpsl5:amd64. [2020-12-03T20:18:57.182Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2020-12-03T20:18:57.182Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2020-12-03T20:18:57.182Z] Selecting previously unselected package libnghttp2-14:amd64. [2020-12-03T20:18:57.182Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2020-12-03T20:18:57.182Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-03T20:18:57.445Z] Selecting previously unselected package librtmp1:amd64. [2020-12-03T20:18:57.445Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2020-12-03T20:18:57.445Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-03T20:18:57.445Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-12-03T20:18:57.445Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... [2020-12-03T20:18:57.445Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-12-03T20:18:57.445Z] Selecting previously unselected package liberror-perl. [2020-12-03T20:18:57.445Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2020-12-03T20:18:57.445Z] Unpacking liberror-perl (0.17025-1) ... [2020-12-03T20:18:57.708Z] Selecting previously unselected package git-man. [2020-12-03T20:18:57.708Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-12-03T20:18:57.708Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-03T20:18:57.708Z] Selecting previously unselected package git. [2020-12-03T20:18:57.708Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-12-03T20:18:57.708Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-12-03T20:18:58.655Z] Selecting previously unselected package libnorm1:amd64. [2020-12-03T20:18:58.655Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-12-03T20:18:58.655Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-03T20:18:58.655Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-12-03T20:18:58.655Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-12-03T20:18:58.655Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-03T20:18:58.918Z] Selecting previously unselected package libsodium23:amd64. [2020-12-03T20:18:58.918Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2020-12-03T20:18:58.918Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-12-03T20:18:58.918Z] Selecting previously unselected package libzmq5:amd64. [2020-12-03T20:18:58.918Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-03T20:18:58.918Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-03T20:18:58.918Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-12-03T20:18:58.918Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-03T20:18:58.918Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-03T20:18:59.181Z] Selecting previously unselected package pkg-config. [2020-12-03T20:18:59.181Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-12-03T20:18:59.181Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-12-03T20:18:59.181Z] Selecting previously unselected package zip. [2020-12-03T20:18:59.181Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2020-12-03T20:18:59.181Z] Unpacking zip (3.0-11build1) ... [2020-12-03T20:18:59.443Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-03T20:18:59.443Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-03T20:18:59.443Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-03T20:18:59.443Z] Setting up liberror-perl (0.17025-1) ... [2020-12-03T20:18:59.443Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2020-12-03T20:18:59.705Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-03T20:18:59.705Z] No schema files found: doing nothing. [2020-12-03T20:18:59.705Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-03T20:18:59.705Z] Setting up zip (3.0-11build1) ... [2020-12-03T20:18:59.705Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-03T20:18:59.705Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-12-03T20:18:59.705Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-12-03T20:18:59.705Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-03T20:18:59.705Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-12-03T20:18:59.705Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-03T20:18:59.705Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-12-03T20:18:59.705Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-03T20:19:06.312Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-03T20:19:06.312Z] git set to automatically installed. [2020-12-03T20:19:06.312Z] git-man set to automatically installed. [2020-12-03T20:19:06.312Z] libcurl3-gnutls set to automatically installed. [2020-12-03T20:19:06.312Z] liberror-perl set to automatically installed. [2020-12-03T20:19:06.312Z] libglib2.0-0 set to automatically installed. [2020-12-03T20:19:06.312Z] libnghttp2-14 set to automatically installed. [2020-12-03T20:19:06.312Z] libnorm1 set to automatically installed. [2020-12-03T20:19:06.312Z] libpgm-5.2-0 set to automatically installed. [2020-12-03T20:19:06.312Z] libpsl5 set to automatically installed. [2020-12-03T20:19:06.312Z] librtmp1 set to automatically installed. [2020-12-03T20:19:06.312Z] libsodium23 set to automatically installed. [2020-12-03T20:19:06.312Z] libzmq3-dev set to automatically installed. [2020-12-03T20:19:06.312Z] libzmq5 set to automatically installed. [2020-12-03T20:19:06.312Z] pkg-config set to automatically installed. [2020-12-03T20:19:06.312Z] zip set to automatically installed. [2020-12-03T20:19:09.626Z] snapd is not logged in, snap install commands will use sudo [2020-12-03T20:19:16.236Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-03T20:19:16.236Z] snap "core18" has no updates available [2020-12-03T20:19:16.498Z] Pulling config-common [2020-12-03T20:19:17.889Z] Pulling go-build-helper [2020-12-03T20:19:44.500Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-03T20:19:44.500Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-03T20:19:44.500Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1459 kB] [2020-12-03T20:19:44.500Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [285 kB] [2020-12-03T20:19:44.500Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [13.3 kB] [2020-12-03T20:19:44.500Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2996 B] [2020-12-03T20:19:44.500Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [184 kB] [2020-12-03T20:19:44.500Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.4 kB] [2020-12-03T20:19:44.500Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2020-12-03T20:19:44.500Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2020-12-03T20:19:44.500Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-03T20:19:44.500Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-03T20:19:44.500Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-03T20:19:44.500Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-03T20:19:44.500Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-03T20:19:44.500Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-03T20:19:44.500Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-03T20:19:44.500Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-03T20:19:44.500Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-03T20:19:44.500Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1789 kB] [2020-12-03T20:19:44.500Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-03T20:19:44.500Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [36.1 kB] [2020-12-03T20:19:44.500Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7308 B] [2020-12-03T20:19:44.500Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-03T20:19:44.500Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [28.0 kB] [2020-12-03T20:19:44.500Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1696 kB] [2020-12-03T20:19:44.500Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-03T20:19:44.500Z] Fetched 23.5 MB in 0s (0 B/s) [2020-12-03T20:19:44.500Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2020-12-03T20:19:44.500Z] Fetched 96.5 kB in 0s (0 B/s) [2020-12-03T20:19:44.500Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2020-12-03T20:19:44.500Z] Fetched 279 kB in 0s (0 B/s) [2020-12-03T20:19:44.500Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2020-12-03T20:19:44.500Z] Fetched 122 kB in 0s (0 B/s) [2020-12-03T20:19:44.500Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2020-12-03T20:19:44.500Z] Fetched 77.8 kB in 0s (0 B/s) [2020-12-03T20:19:44.500Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2020-12-03T20:19:44.500Z] Fetched 8848 B in 0s (0 B/s) [2020-12-03T20:19:44.500Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2020-12-03T20:19:44.500Z] Fetched 47.8 kB in 0s (0 B/s) [2020-12-03T20:19:44.500Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2020-12-03T20:19:44.500Z] Fetched 45.6 kB in 0s (0 B/s) [2020-12-03T20:19:44.500Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2020-12-03T20:19:44.500Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-03T20:19:44.500Z] Get:1 libcurl4_7.58.0-2ubuntu3.10_amd64.deb [214 kB] [2020-12-03T20:19:44.500Z] Fetched 214 kB in 0s (0 B/s) [2020-12-03T20:19:44.500Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2020-12-03T20:19:44.500Z] Fetched 155 kB in 0s (0 B/s) [2020-12-03T20:19:44.500Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2020-12-03T20:19:44.500Z] Fetched 50.6 kB in 0s (0 B/s) [2020-12-03T20:19:44.500Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2020-12-03T20:19:44.500Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-03T20:19:44.500Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2020-12-03T20:19:44.500Z] Fetched 41.8 kB in 0s (0 B/s) [2020-12-03T20:19:44.500Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2020-12-03T20:19:44.500Z] Fetched 499 kB in 0s (0 B/s) [2020-12-03T20:19:44.500Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2020-12-03T20:19:44.500Z] Fetched 111 kB in 0s (0 B/s) [2020-12-03T20:19:44.500Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2020-12-03T20:19:44.500Z] Fetched 240 kB in 0s (0 B/s) [2020-12-03T20:19:44.500Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2020-12-03T20:19:44.500Z] Fetched 29.3 kB in 0s (0 B/s) [2020-12-03T20:19:44.500Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2020-12-03T20:19:44.500Z] Fetched 85.5 kB in 0s (0 B/s) [2020-12-03T20:19:44.500Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2020-12-03T20:19:44.500Z] Fetched 24.5 kB in 0s (0 B/s) [2020-12-03T20:19:44.500Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2020-12-03T20:19:44.500Z] Fetched 49.2 kB in 0s (0 B/s) [2020-12-03T20:19:44.500Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2020-12-03T20:19:44.500Z] Fetched 54.2 kB in 0s (0 B/s) [2020-12-03T20:19:44.500Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2020-12-03T20:19:44.500Z] Fetched 30.8 kB in 0s (0 B/s) [2020-12-03T20:19:44.500Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2020-12-03T20:19:44.500Z] Fetched 17.0 kB in 0s (0 B/s) [2020-12-03T20:19:44.500Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2020-12-03T20:19:44.500Z] Fetched 85.9 kB in 0s (0 B/s) [2020-12-03T20:19:44.500Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2020-12-03T20:19:44.500Z] Fetched 8720 B in 0s (0 B/s) [2020-12-03T20:19:44.500Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2020-12-03T20:19:44.500Z] Fetched 137 kB in 0s (0 B/s) [2020-12-03T20:19:44.500Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2020-12-03T20:19:44.500Z] Fetched 119 kB in 0s (0 B/s) [2020-12-03T20:19:44.500Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2020-12-03T20:19:44.500Z] Fetched 109 kB in 0s (0 B/s) [2020-12-03T20:19:44.500Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2020-12-03T20:19:44.500Z] Fetched 11.1 kB in 0s (0 B/s) [2020-12-03T20:19:44.500Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2020-12-03T20:19:44.500Z] Fetched 645 kB in 0s (0 B/s) [2020-12-03T20:19:44.500Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2020-12-03T20:19:44.500Z] Fetched 41.3 kB in 0s (0 B/s) [2020-12-03T20:19:44.500Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2020-12-03T20:19:44.500Z] Fetched 17.9 kB in 0s (0 B/s) [2020-12-03T20:19:44.500Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2020-12-03T20:19:44.500Z] Fetched 368 kB in 0s (0 B/s) [2020-12-03T20:19:44.500Z] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2020-12-03T20:19:44.500Z] Fetched 187 kB in 0s (0 B/s) [2020-12-03T20:19:44.500Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2020-12-03T20:19:44.500Z] Fetched 175 kB in 0s (0 B/s) [2020-12-03T20:19:44.500Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2020-12-03T20:19:44.500Z] Fetched 206 kB in 0s (0 B/s) [2020-12-03T20:19:44.500Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.6_amd64.deb [1301 kB] [2020-12-03T20:19:44.500Z] Fetched 1301 kB in 0s (0 B/s) [2020-12-03T20:19:44.501Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2020-12-03T20:19:44.501Z] Fetched 36.2 kB in 0s (0 B/s) [2020-12-03T20:19:44.501Z] Get:1 curl_7.58.0-2ubuntu3.10_amd64.deb [159 kB] [2020-12-03T20:19:44.501Z] Fetched 159 kB in 0s (0 B/s) [2020-12-03T20:19:44.501Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2020-12-03T20:19:44.501Z] Fetched 107 kB in 0s (0 B/s) [2020-12-03T20:19:44.501Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2020-12-03T20:19:44.501Z] Fetched 48.7 kB in 0s (0 B/s) [2020-12-03T20:19:44.501Z] Pulling static-packages [2020-12-03T20:19:44.501Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2020-12-03T20:19:44.501Z] Skipping pull go-build-helper (already ran) [2020-12-03T20:19:44.501Z] Skipping pull static-packages (already ran) [2020-12-03T20:19:44.501Z] Building go-build-helper [2020-12-03T20:19:48.715Z] Building static-packages [2020-12-03T20:19:50.637Z] Staging go-build-helper [2020-12-03T20:19:51.587Z] Staging static-packages [2020-12-03T20:19:52.542Z] Pulling go115 [2020-12-03T20:19:52.819Z] gofmt -l . [2020-12-03T20:19:52.819Z] [ "`gofmt -l .`" = "" ] [2020-12-03T20:19:52.819Z] ./bin/test-go-mod-tidy.sh [2020-12-03T20:19:52.819Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-03T20:19:53.481Z] + ls -al . [2020-12-03T20:19:53.481Z] total 676 [2020-12-03T20:19:53.481Z] drwxrwxr-x 9 1001 1001 4096 Dec 3 20:19 . [2020-12-03T20:19:53.481Z] drwxr-xr-x 4 root root 4096 Dec 3 20:15 .. [2020-12-03T20:19:53.481Z] -rw-rw-r-- 1 1001 1001 11 Dec 3 20:13 .dockerignore [2020-12-03T20:19:53.481Z] drwxrwxr-x 8 1001 1001 4096 Dec 3 20:13 .git [2020-12-03T20:19:53.481Z] drwxrwxr-x 3 1001 1001 4096 Dec 3 20:13 .github [2020-12-03T20:19:53.481Z] -rw-rw-r-- 1 1001 1001 971 Dec 3 20:13 .gitignore [2020-12-03T20:19:53.481Z] -rw-rw-r-- 1 1001 1001 166 Dec 3 20:13 .sonarcloud.properties [2020-12-03T20:19:53.481Z] -rw-rw-r-- 1 1001 1001 3804 Dec 3 20:13 CONTRIBUTING.md [2020-12-03T20:19:53.481Z] -rw-rw-r-- 1 1001 1001 1035 Dec 3 20:13 Dockerfile.build [2020-12-03T20:19:53.481Z] -rw-rw-r-- 1 1001 1001 943 Dec 3 20:13 Jenkinsfile [2020-12-03T20:19:53.481Z] -rw-rw-r-- 1 1001 1001 10775 Dec 3 20:13 LICENSE [2020-12-03T20:19:53.481Z] -rw-rw-r-- 1 1001 1001 6318 Dec 3 20:13 Makefile [2020-12-03T20:19:53.481Z] -rw-rw-r-- 1 1001 1001 6447 Dec 3 20:13 README.md [2020-12-03T20:19:53.481Z] -rw-rw-r-- 1 1001 1001 259 Dec 3 20:13 SECURITY.md [2020-12-03T20:19:53.481Z] -rw-rw-r-- 1 1001 1001 5 Dec 3 20:05 VERSION [2020-12-03T20:19:53.481Z] -rw-rw-r-- 1 1001 1001 4131 Dec 3 20:13 ZMQWindows.md [2020-12-03T20:19:53.481Z] drwxrwxr-x 2 1001 1001 4096 Dec 3 20:13 bin [2020-12-03T20:19:53.481Z] drwxrwxr-x 15 1001 1001 4096 Dec 3 20:13 cmd [2020-12-03T20:19:53.481Z] -rw-r--r-- 1 root root 555123 Dec 3 20:18 coverage.out [2020-12-03T20:19:53.481Z] -rw-r--r-- 1 root root 1041 Dec 3 20:19 go.mod [2020-12-03T20:19:53.481Z] -rw-r--r-- 1 root root 18856 Dec 3 20:19 go.sum [2020-12-03T20:19:53.481Z] drwxrwxr-x 8 1001 1001 4096 Dec 3 20:13 internal [2020-12-03T20:19:53.481Z] drwxrwxr-x 4 1001 1001 4096 Dec 3 20:13 openapi [2020-12-03T20:19:53.481Z] drwxrwxr-x 4 1001 1001 4096 Dec 3 20:13 snap [2020-12-03T20:19:53.481Z] -rw-rw-r-- 1 1001 1001 168 Dec 3 20:13 version.go [2020-12-03T20:19:53.492Z] 'edgex-go' has dependencies that need to be staged: go115 [2020-12-03T20:19:53.492Z] Skipping pull go115 (already ran) [2020-12-03T20:19:53.492Z] Building go115 [2020-12-03T20:19:53.492Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T20:19:53.492Z] Dload Upload Total Spent Left Speed [Pipeline] sh [2020-12-03T20:19:54.138Z] + '[' -e coverage.out ] [2020-12-03T20:19:54.139Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-03T20:19:54.225Z] Warning: overwriting stash ‘coverage-report’ [2020-12-03T20:19:55.365Z] Stashed 1 file(s) [Pipeline] sh [2020-12-03T20:19:56.102Z] + make build [2020-12-03T20:19:56.102Z] 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 [2020-12-03T20:19:57.032Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 6971 0 0 20383 0 1:39:03 --:--:-- 1:39:03 20323 32 115M 32 37.8M 0 0 30.5M 0 0:00:03 0:00:01 0:00:02 30.4M 66 115M 66 77.1M 0 0 34.5M 0 0:00:03 0:00:02 0:00:01 34.5M 99 115M 99 115M 0 0 35.6M 0 0:00:03 0:00:03 --:--:-- 35.6M 100 115M 100 115M 0 0 35.5M 0 0:00:03 0:00:03 --:--:-- 35.5M [2020-12-03T20:19:57.295Z] go1.15.2.linux-amd64.tar.gz: OK [2020-12-03T20:20:01.506Z] Staging go115 [2020-12-03T20:20:06.314Z] 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 [2020-12-03T20:20:06.796Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-03T20:20:06.796Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-03T20:20:06.796Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-03T20:20:06.796Z] Fetched 0 B in 0s (0 B/s) [2020-12-03T20:20:06.796Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-12-03T20:20:06.796Z] Fetched 224 kB in 0s (0 B/s) [2020-12-03T20:20:06.796Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-12-03T20:20:06.796Z] Fetched 157 kB in 0s (0 B/s) [2020-12-03T20:20:06.796Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-12-03T20:20:06.796Z] Fetched 221 kB in 0s (0 B/s) [2020-12-03T20:20:06.796Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-12-03T20:20:06.796Z] Fetched 143 kB in 0s (0 B/s) [2020-12-03T20:20:06.796Z] Pulling edgex-go [2020-12-03T20:20:08.181Z] Pulling version [2020-12-03T20:20:09.122Z] Building config-common [2020-12-03T20:20:11.035Z] Skipping build go-build-helper (already ran) [2020-12-03T20:20:11.035Z] Skipping build static-packages (already ran) [2020-12-03T20:20:11.035Z] Skipping build go115 (already ran) [2020-12-03T20:20:11.306Z] Building edgex-go [2020-12-03T20:20:11.572Z] 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 [2020-12-03T20:20:12.960Z] go: downloading github.com/gorilla/mux v1.8.0 [2020-12-03T20:20:12.960Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.119 [2020-12-03T20:20:12.960Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.60 [2020-12-03T20:20:12.960Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 [2020-12-03T20:20:12.960Z] go: downloading github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-12-03T20:20:12.960Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-12-03T20:20:12.960Z] go: downloading github.com/pkg/errors v0.8.1 [2020-12-03T20:20:12.960Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.26 [2020-12-03T20:20:12.960Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2020-12-03T20:20:12.960Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2020-12-03T20:20:12.960Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-12-03T20:20:12.960Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-12-03T20:20:12.960Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-12-03T20:20:12.960Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-12-03T20:20:12.960Z] go: downloading github.com/x448/float16 v0.8.4 [2020-12-03T20:20:12.960Z] go: downloading github.com/google/uuid v1.1.2 [2020-12-03T20:20:12.960Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 [2020-12-03T20:20:12.960Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-03T20:20:13.220Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-12-03T20:20:13.220Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2020-12-03T20:20:13.480Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-12-03T20:20:13.480Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2020-12-03T20:20:13.480Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-03T20:20:13.480Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-12-03T20:20:13.480Z] go: downloading github.com/imdario/mergo v0.3.11 [2020-12-03T20:20:13.480Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-12-03T20:20:13.480Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-12-03T20:20:13.774Z] go: downloading github.com/leodido/go-urn v1.2.0 [2020-12-03T20:20:13.774Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2020-12-03T20:20:14.035Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-12-03T20:20:14.035Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-12-03T20:20:14.035Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-12-03T20:20:14.035Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-03T20:20:14.035Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-12-03T20:20:14.295Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-12-03T20:20:14.295Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-12-03T20:20:14.295Z] go: downloading github.com/go-playground/locales v0.13.0 [2020-12-03T20:20:14.295Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-12-03T20:20:14.295Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-12-03T20:20:14.295Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-12-03T20:20:14.555Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-12-03T20:20:22.730Z] 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 [2020-12-03T20:20:26.943Z] 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 [2020-12-03T20:20:27.516Z] 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 [2020-12-03T20:20:28.906Z] 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 [2020-12-03T20:20:29.168Z] 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 [2020-12-03T20:20:29.168Z] go: downloading github.com/stretchr/testify v1.5.1 [2020-12-03T20:20:29.501Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-03T20:20:29.501Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-03T20:20:30.460Z] 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 [2020-12-03T20:20:30.460Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2020-12-03T20:20:30.735Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-12-03T20:20:32.118Z] 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 [2020-12-03T20:20:33.060Z] 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 [2020-12-03T20:20:33.060Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-12-03T20:20:33.121Z] 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 [2020-12-03T20:20:34.019Z] 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 [2020-12-03T20:20:34.019Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-03T20:20:35.096Z] 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 [2020-12-03T20:20:35.399Z] 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 [2020-12-03T20:20:36.340Z] 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 [2020-12-03T20:20:37.281Z] 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 [2020-12-03T20:20:39.825Z] Building version [2020-12-03T20:20:40.496Z] 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 [2020-12-03T20:20:41.471Z] 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 [2020-12-03T20:20:41.743Z] Staging config-common [2020-12-03T20:20:43.131Z] Skipping stage go-build-helper (already ran) [2020-12-03T20:20:43.131Z] Skipping stage static-packages (already ran) [2020-12-03T20:20:43.131Z] Skipping stage go115 (already ran) [2020-12-03T20:20:43.131Z] Staging edgex-go [2020-12-03T20:20:43.704Z] Staging version [2020-12-03T20:20:44.645Z] Priming config-common [2020-12-03T20:20:45.590Z] Priming go-build-helper [2020-12-03T20:20:46.530Z] Priming static-packages [2020-12-03T20:20:46.886Z] 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 [2020-12-03T20:20:49.319Z] Priming go115 [2020-12-03T20:20:50.045Z] Priming edgex-go [2020-12-03T20:20:51.084Z] Priming version [2020-12-03T20:20:51.197Z] 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 [2020-12-03T20:20:52.227Z] 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] } [2020-12-03T20:20:54.599Z] 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 [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-03T20:20:58.903Z] 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 [2020-12-03T20:21:02.282Z] 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 [2020-12-03T20:21:05.670Z] 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 [2020-12-03T20:21:09.976Z] 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] } [2020-12-03T20:21:13.411Z] $ docker stop --time=1 b1c2dfb1c983186a3c7312afcabe9cfb3f3ab99405e597c71bafa63a58fa5ab8 [2020-12-03T20:21:16.011Z] $ docker rm -f b1c2dfb1c983186a3c7312afcabe9cfb3f3ab99405e597c71bafa63a58fa5ab8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T20:21:18.162Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-03T20:21:18.162Z] [2020-12-03T20:21:18.162Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-03T20:21:18.567Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-03T20:21:18.838Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-03T20:21:18.838Z] 29e5d40040c1: Pulling fs layer [2020-12-03T20:21:18.838Z] 1ce36da41761: Pulling fs layer [2020-12-03T20:21:18.838Z] 25b303627fd3: Pulling fs layer [2020-12-03T20:21:19.433Z] 29e5d40040c1: Download complete [2020-12-03T20:21:19.708Z] 1ce36da41761: Verifying Checksum [2020-12-03T20:21:19.708Z] 1ce36da41761: Download complete [2020-12-03T20:21:19.981Z] 29e5d40040c1: Pull complete [2020-12-03T20:21:21.410Z] 1ce36da41761: Pull complete [2020-12-03T20:21:21.410Z] 25b303627fd3: Verifying Checksum [2020-12-03T20:21:21.410Z] 25b303627fd3: Download complete [2020-12-03T20:21:31.562Z] 25b303627fd3: Pull complete [2020-12-03T20:21:31.562Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-03T20:21:31.562Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-03T20:21:31.562Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-03T20:21:31.833Z] prd-ubuntu18.04-docker-arm64-4c-16g-14362 does not seem to be running inside a container [2020-12-03T20:21:31.910Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 [2020-12-03T20:21:35.126Z] $ docker top 95ab0c301739d97908d9cc7c159cf79526381a2ccf3b657bb385984ca4f66393 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T20:21:36.242Z] + docker-compose build --help [2020-12-03T20:21:36.243Z] + grep parallel [2020-12-03T20:21:39.615Z] --parallel Build images in parallel. [Pipeline] } [2020-12-03T20:21:39.906Z] $ docker stop --time=1 95ab0c301739d97908d9cc7c159cf79526381a2ccf3b657bb385984ca4f66393 [2020-12-03T20:21:41.846Z] $ docker rm -f 95ab0c301739d97908d9cc7c159cf79526381a2ccf3b657bb385984ca4f66393 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T20:21:42.781Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-03T20:21:42.781Z] . [Pipeline] withDockerContainer [2020-12-03T20:21:43.052Z] prd-ubuntu18.04-docker-arm64-4c-16g-14362 does not seem to be running inside a container [2020-12-03T20:21:43.166Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 [2020-12-03T20:21:44.606Z] $ docker top 1ed034abde158aaa4af4f6d837071f1ba566245a340738531da334314a46e57a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T20:21:45.676Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-03T20:21:49.048Z] Building docker-core-command-go ... [2020-12-03T20:21:49.048Z] Building docker-core-data-go ... [2020-12-03T20:21:49.048Z] Building docker-core-metadata-go ... [2020-12-03T20:21:49.048Z] Building docker-security-bootstrap-redis-go ... [2020-12-03T20:21:49.048Z] Building docker-security-proxy-setup-go ... [2020-12-03T20:21:49.048Z] Building docker-security-secrets-setup-go ... [2020-12-03T20:21:49.048Z] Building docker-security-secretstore-setup-go ... [2020-12-03T20:21:49.048Z] Building docker-support-notifications-go ... [2020-12-03T20:21:49.048Z] Building docker-support-scheduler-go ... [2020-12-03T20:21:49.048Z] Building docker-sys-mgmt-agent-go ... [2020-12-03T20:21:49.048Z] Building docker-core-command-go [2020-12-03T20:21:49.048Z] Building docker-support-notifications-go [2020-12-03T20:21:49.048Z] Building docker-core-metadata-go [2020-12-03T20:21:49.048Z] Building docker-support-scheduler-go [2020-12-03T20:21:49.321Z] Building docker-security-bootstrap-redis-go [2020-12-03T20:23:11.103Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T20:23:11.103Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T20:23:11.103Z] ---> d03bdbbf459e [2020-12-03T20:23:11.103Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T20:23:11.103Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T20:23:11.103Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-03T20:23:11.103Z] ---> d03bdbbf459e [2020-12-03T20:23:11.103Z] Step 3/24 : WORKDIR /edgex-go [2020-12-03T20:23:11.103Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T20:23:11.103Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T20:23:11.103Z] ---> d03bdbbf459e [2020-12-03T20:23:11.103Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T20:23:11.103Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T20:23:11.103Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T20:23:11.103Z] ---> d03bdbbf459e [2020-12-03T20:23:11.103Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T20:23:11.103Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T20:23:11.103Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-03T20:23:11.103Z] ---> d03bdbbf459e [2020-12-03T20:23:11.103Z] Step 3/21 : WORKDIR /edgex-go [2020-12-03T20:23:11.103Z] ---> Running in 7daed3fed120 [2020-12-03T20:23:11.103Z] ---> Running in 85e5254e0c27 [2020-12-03T20:23:11.103Z] ---> Running in 443a791f63bc [2020-12-03T20:23:11.103Z] ---> Running in 2295c90e9344 [2020-12-03T20:23:11.103Z] ---> Running in 8a2efd99978a [2020-12-03T20:23:11.103Z] Removing intermediate container 8a2efd99978a [2020-12-03T20:23:11.103Z] ---> 7e962cf9a79f [2020-12-03T20:23:11.103Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T20:23:11.103Z] Removing intermediate container 85e5254e0c27 [2020-12-03T20:23:11.103Z] ---> bd251a319389 [2020-12-03T20:23:11.103Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T20:23:11.103Z] Removing intermediate container 2295c90e9344 [2020-12-03T20:23:11.103Z] ---> 60494cbb6473 [2020-12-03T20:23:11.103Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T20:23:11.103Z] ---> Running in fb5f68e73605 [2020-12-03T20:23:11.103Z] Removing intermediate container 7daed3fed120 [2020-12-03T20:23:11.103Z] Removing intermediate container 443a791f63bc [2020-12-03T20:23:11.103Z] ---> b62745b115d7 [2020-12-03T20:23:11.103Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T20:23:11.103Z] ---> 277d2f38a674 [2020-12-03T20:23:11.103Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T20:23:11.103Z] ---> Running in ba333f470727 [2020-12-03T20:23:11.103Z] ---> Running in 4453068b7bf4 [2020-12-03T20:23:11.103Z] ---> Running in 681bfa3a95ee [2020-12-03T20:23:11.103Z] ---> Running in a4ebcc17f57b [2020-12-03T20:23:11.103Z] Removing intermediate container fb5f68e73605 [2020-12-03T20:23:11.103Z] ---> b40fe57edb26 [2020-12-03T20:23:11.103Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-03T20:23:11.103Z] ---> Running in c5b5ccf03613 [2020-12-03T20:23:11.103Z] Removing intermediate container ba333f470727 [2020-12-03T20:23:11.103Z] ---> e8d3d990dd81 [2020-12-03T20:23:11.103Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T20:23:11.103Z] ---> Running in 7b0a2068e205 [2020-12-03T20:23:11.103Z] Removing intermediate container 4453068b7bf4 [2020-12-03T20:23:11.103Z] ---> b5eb9850b7be [2020-12-03T20:23:11.103Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T20:23:11.103Z] ---> Running in bf4246272221 [2020-12-03T20:23:11.103Z] Removing intermediate container a4ebcc17f57b [2020-12-03T20:23:11.103Z] ---> 1e71a861d43e [2020-12-03T20:23:11.103Z] Step 5/21 : RUN apk update && apk add make git [2020-12-03T20:23:11.103Z] Removing intermediate container 681bfa3a95ee [2020-12-03T20:23:11.103Z] ---> 0598cae207ca [2020-12-03T20:23:11.103Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T20:23:11.103Z] ---> Running in 34f14cd422ba [2020-12-03T20:23:11.103Z] ---> Running in 60d4e878deb7 [2020-12-03T20:23:11.103Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T20:23:11.103Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T20:23:11.103Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T20:23:11.103Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T20:23:11.103Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T20:23:11.103Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T20:23:11.103Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T20:23:11.103Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T20:23:11.103Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T20:23:11.103Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T20:23:11.376Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T20:23:11.376Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T20:23:11.376Z] OK: 12616 distinct packages available [2020-12-03T20:23:11.376Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T20:23:11.376Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T20:23:11.376Z] OK: 12616 distinct packages available [2020-12-03T20:23:11.978Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T20:23:11.978Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T20:23:11.978Z] OK: 12616 distinct packages available [2020-12-03T20:23:11.978Z] OK: 217 MiB in 51 packages [2020-12-03T20:23:11.978Z] OK: 217 MiB in 51 packages [2020-12-03T20:23:11.978Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T20:23:11.978Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T20:23:11.978Z] OK: 12616 distinct packages available [2020-12-03T20:23:13.006Z] OK: 217 MiB in 51 packages [2020-12-03T20:23:13.006Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T20:23:13.006Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T20:23:13.006Z] OK: 12616 distinct packages available [2020-12-03T20:23:13.006Z] OK: 217 MiB in 51 packages [2020-12-03T20:23:13.608Z] OK: 217 MiB in 51 packages [2020-12-03T20:23:14.217Z] Removing intermediate container 7b0a2068e205 [2020-12-03T20:23:14.217Z] ---> d3ada95d49d9 [2020-12-03T20:23:14.217Z] Step 6/22 : COPY go.mod . [2020-12-03T20:23:14.491Z] Removing intermediate container c5b5ccf03613 [2020-12-03T20:23:14.491Z] ---> b7ab215c5428 [2020-12-03T20:23:14.491Z] Step 6/24 : COPY go.mod . [2020-12-03T20:23:14.766Z] Removing intermediate container 60d4e878deb7 [2020-12-03T20:23:14.766Z] ---> 86592032cca0 [2020-12-03T20:23:14.766Z] Step 6/21 : COPY go.mod . [2020-12-03T20:23:15.047Z] Removing intermediate container 34f14cd422ba [2020-12-03T20:23:15.047Z] ---> e137c7e8e5a8 [2020-12-03T20:23:15.047Z] Step 6/22 : COPY go.mod . [2020-12-03T20:23:15.047Z] ---> e03c78be8439 [2020-12-03T20:23:15.047Z] Step 7/22 : RUN go mod download [2020-12-03T20:23:15.325Z] ---> Running in df0ab1a32ce3 [2020-12-03T20:23:15.326Z] Removing intermediate container bf4246272221 [2020-12-03T20:23:15.326Z] ---> bd73e65dddd4 [2020-12-03T20:23:15.326Z] Step 6/22 : COPY go.mod . [2020-12-03T20:23:15.599Z] ---> dab3006688b0 [2020-12-03T20:23:15.599Z] Step 7/24 : RUN go mod download [2020-12-03T20:23:15.871Z] ---> 4ea23eee47c2 [2020-12-03T20:23:15.871Z] Step 7/21 : RUN go mod download [2020-12-03T20:23:15.871Z] ---> Running in 17828fd4d24e [2020-12-03T20:23:16.144Z] ---> bd4f77e0e4f5 [2020-12-03T20:23:16.144Z] Step 7/22 : RUN go mod download [2020-12-03T20:23:16.144Z] ---> Running in 8a7f4c27a743 [2020-12-03T20:23:16.416Z] ---> Running in 4e390ed33583 [2020-12-03T20:23:16.416Z] ---> f432277d7665 [2020-12-03T20:23:16.416Z] Step 7/22 : RUN go mod download [2020-12-03T20:23:16.715Z] ---> Running in 3c90de7f8381 [2020-12-03T20:23:19.358Z] Removing intermediate container df0ab1a32ce3 [2020-12-03T20:23:19.358Z] ---> 41327051e75a [2020-12-03T20:23:19.358Z] Step 8/22 : COPY . . [2020-12-03T20:23:21.341Z] Removing intermediate container 17828fd4d24e [2020-12-03T20:23:21.341Z] ---> 1674a387c08f [2020-12-03T20:23:21.341Z] Step 8/24 : COPY . . [2020-12-03T20:23:21.617Z] Removing intermediate container 4e390ed33583 [2020-12-03T20:23:21.617Z] ---> c8703301d7ed [2020-12-03T20:23:21.617Z] Step 8/22 : COPY . . [2020-12-03T20:23:22.597Z] Removing intermediate container 3c90de7f8381 [2020-12-03T20:23:22.597Z] ---> 7125a31d2c26 [2020-12-03T20:23:22.597Z] Step 8/22 : COPY . . [2020-12-03T20:23:23.194Z] Removing intermediate container 8a7f4c27a743 [2020-12-03T20:23:23.194Z] ---> 51a7dc22cdd8 [2020-12-03T20:23:23.194Z] Step 8/21 : COPY . . [2020-12-03T20:23:50.005Z] ---> f4b210ca15fa [2020-12-03T20:23:50.005Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-03T20:23:50.005Z] ---> 93f2d1c47a6e [2020-12-03T20:23:50.005Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-03T20:23:50.005Z] ---> 7ef72e19e2ce [2020-12-03T20:23:50.005Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-03T20:23:50.005Z] ---> Running in 2a9abd9feea9 [2020-12-03T20:23:50.005Z] ---> c5bb3072f4d9 [2020-12-03T20:23:50.005Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-03T20:23:50.005Z] ---> ab5578e4151f [2020-12-03T20:23:50.005Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-03T20:23:50.005Z] ---> Running in d0fb9082720d [2020-12-03T20:23:50.005Z] ---> Running in 15aa0d71adbc [2020-12-03T20:23:50.005Z] ---> Running in 34fb9d4cd34b [2020-12-03T20:23:50.005Z] ---> Running in 75c729663aee [2020-12-03T20:23:50.005Z] 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 [2020-12-03T20:23:50.005Z] 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 [2020-12-03T20:23:50.005Z] 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 [2020-12-03T20:23:50.005Z] 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 [2020-12-03T20:23:50.005Z] 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 [2020-12-03T20:25:26.950Z] Removing intermediate container 15aa0d71adbc [2020-12-03T20:25:26.950Z] ---> 933b35330d87 [2020-12-03T20:25:26.950Z] [2020-12-03T20:25:26.950Z] Step 10/22 : FROM alpine:3.10 [2020-12-03T20:25:26.950Z] 3.10: Pulling from library/alpine [2020-12-03T20:25:26.950Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-03T20:25:26.950Z] Status: Downloaded newer image for alpine:3.10 [2020-12-03T20:25:26.950Z] ---> 536a684cf733 [2020-12-03T20:25:26.950Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-03T20:25:26.950Z] ---> Running in 9b9ca515ae8b [2020-12-03T20:25:26.950Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-03T20:25:26.950Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-03T20:25:26.950Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-03T20:25:26.950Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-03T20:25:26.950Z] OK: 10169 distinct packages available [2020-12-03T20:25:26.950Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-03T20:25:26.950Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-03T20:25:26.950Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-03T20:25:26.951Z] (4/5) Installing curl (7.66.0-r1) [2020-12-03T20:25:26.951Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-03T20:25:26.951Z] Executing busybox-1.30.1-r3.trigger [2020-12-03T20:25:26.951Z] Executing ca-certificates-20191127-r2.trigger [2020-12-03T20:25:26.951Z] OK: 7 MiB in 19 packages [2020-12-03T20:25:26.951Z] Removing intermediate container 9b9ca515ae8b [2020-12-03T20:25:26.951Z] ---> 7eb993280454 [2020-12-03T20:25:26.951Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-03T20:25:26.951Z] ---> Running in 2b2faa39fc5e [2020-12-03T20:25:27.959Z] Removing intermediate container 2b2faa39fc5e [2020-12-03T20:25:27.960Z] ---> 26b91efa430b [2020-12-03T20:25:27.960Z] Step 13/22 : WORKDIR / [2020-12-03T20:25:27.960Z] ---> Running in 86b95a889eab [2020-12-03T20:25:28.948Z] Removing intermediate container 86b95a889eab [2020-12-03T20:25:28.948Z] ---> e0d5571414ba [2020-12-03T20:25:28.948Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-03T20:25:30.419Z] ---> 039d72446de2 [2020-12-03T20:25:30.419Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-03T20:25:31.884Z] ---> 8c677432782a [2020-12-03T20:25:31.884Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-03T20:25:32.875Z] ---> f28a434bd0bd [2020-12-03T20:25:32.875Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-03T20:25:33.869Z] ---> 20b1c30b975d [2020-12-03T20:25:33.869Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-03T20:25:34.144Z] ---> Running in 99df4c26d12d [2020-12-03T20:25:38.468Z] Removing intermediate container 99df4c26d12d [2020-12-03T20:25:38.468Z] ---> 262220333b83 [2020-12-03T20:25:38.468Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-03T20:25:38.468Z] ---> Running in ed5f1be37eec [2020-12-03T20:25:39.072Z] Removing intermediate container ed5f1be37eec [2020-12-03T20:25:39.072Z] ---> ecb43242a31a [2020-12-03T20:25:39.072Z] Step 20/22 : LABEL arch=arm64 [2020-12-03T20:25:39.346Z] ---> Running in d8b2345b0b62 [2020-12-03T20:25:40.355Z] Removing intermediate container d8b2345b0b62 [2020-12-03T20:25:40.355Z] ---> db427853634c [2020-12-03T20:25:40.355Z] Step 21/22 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T20:25:40.973Z] ---> Running in 5bcc8666b35e [2020-12-03T20:25:42.964Z] Removing intermediate container 5bcc8666b35e [2020-12-03T20:25:42.964Z] ---> 0e184d2e8441 [2020-12-03T20:25:42.964Z] Step 22/22 : LABEL version=0.0.0 [2020-12-03T20:25:43.241Z] ---> Running in 36ef29bd427c [2020-12-03T20:25:44.227Z] Removing intermediate container 36ef29bd427c [2020-12-03T20:25:44.227Z] ---> 5b4e33f1f896 [2020-12-03T20:25:44.227Z] [2020-12-03T20:25:44.828Z] Removing intermediate container 34fb9d4cd34b [2020-12-03T20:25:44.828Z] ---> cf79e32ec674 [2020-12-03T20:25:44.828Z] [2020-12-03T20:25:44.828Z] Step 10/21 : FROM scratch [2020-12-03T20:25:44.828Z] ---> [2020-12-03T20:25:44.828Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T20:25:45.116Z] Successfully built 5b4e33f1f896 [2020-12-03T20:25:45.116Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-03T20:25:45.116Z]  Building docker-security-bootstrap-redis-go ... done Building docker-security-secrets-setup-go [2020-12-03T20:25:45.738Z] ---> Running in c304d8c4318a [2020-12-03T20:25:46.018Z] Removing intermediate container 75c729663aee [2020-12-03T20:25:46.018Z] ---> d0ff6a59b683 [2020-12-03T20:25:46.291Z] [2020-12-03T20:25:46.291Z] Step 10/22 : FROM scratch [2020-12-03T20:25:46.291Z] ---> [2020-12-03T20:25:46.291Z] Removing intermediate container d0fb9082720d [2020-12-03T20:25:46.291Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' ---> 5b5a1f25f67d [2020-12-03T20:25:46.291Z] [2020-12-03T20:25:46.291Z] Step 10/24 : FROM scratch [2020-12-03T20:25:46.291Z] [2020-12-03T20:25:46.291Z] ---> [2020-12-03T20:25:46.291Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-03T20:25:46.566Z] Removing intermediate container c304d8c4318a [2020-12-03T20:25:46.566Z] ---> 5edaed3a684a [2020-12-03T20:25:46.566Z] ---> Running in a16cd8524d61 [2020-12-03T20:25:46.566Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-03T20:25:46.566Z] ---> Running in 37fd3353c702 [2020-12-03T20:25:46.844Z] ---> Running in 9654f73dfeb3 [2020-12-03T20:25:47.442Z] Removing intermediate container a16cd8524d61 [2020-12-03T20:25:47.442Z] ---> 5f39b55275fe [2020-12-03T20:25:47.442Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-03T20:25:47.711Z] Removing intermediate container 37fd3353c702 [2020-12-03T20:25:47.711Z] ---> 8efee3276e11 [2020-12-03T20:25:47.711Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-03T20:25:47.711Z] Removing intermediate container 9654f73dfeb3 [2020-12-03T20:25:47.711Z] ---> bcd634fe4479 [2020-12-03T20:25:47.711Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-03T20:25:47.983Z] ---> Running in ce4cb6630ae3 [2020-12-03T20:25:47.983Z] ---> Running in 486f8493ab6a [2020-12-03T20:25:47.983Z] ---> Running in f1e081dc4de7 [2020-12-03T20:25:48.963Z] Removing intermediate container ce4cb6630ae3 [2020-12-03T20:25:48.963Z] ---> be48f9abac97 [2020-12-03T20:25:48.963Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-03T20:25:48.963Z] Removing intermediate container f1e081dc4de7 [2020-12-03T20:25:48.963Z] ---> 16b745adc381 [2020-12-03T20:25:48.963Z] Removing intermediate container 486f8493ab6a [2020-12-03T20:25:48.963Z] ---> 1b58a2ec5753 [2020-12-03T20:25:48.963Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-03T20:25:48.963Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-03T20:25:49.238Z] ---> Running in 24e89ddf7c07 [2020-12-03T20:25:49.512Z] ---> Running in 8cbb4a9ed1ec [2020-12-03T20:25:50.130Z] Removing intermediate container 24e89ddf7c07 [2020-12-03T20:25:50.130Z] ---> 24be08771a22 [2020-12-03T20:25:50.130Z] Step 14/22 : WORKDIR / [2020-12-03T20:25:50.409Z] ---> 23449ac718d1 [2020-12-03T20:25:50.409Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-03T20:25:50.409Z] Removing intermediate container 8cbb4a9ed1ec [2020-12-03T20:25:50.409Z] ---> b94ad77de54d [2020-12-03T20:25:50.409Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-03T20:25:50.687Z] ---> Running in 88291505b0e7 [2020-12-03T20:25:52.129Z] Removing intermediate container 88291505b0e7 [2020-12-03T20:25:52.129Z] ---> b07fc0b0a0b5 [2020-12-03T20:25:52.129Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-03T20:25:52.129Z] ---> f111c7cd45aa [2020-12-03T20:25:52.129Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-03T20:25:52.406Z] ---> 4b049938d22d [2020-12-03T20:25:52.406Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-03T20:25:53.005Z] ---> db79eb0301eb [2020-12-03T20:25:53.005Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-03T20:25:53.605Z] ---> 89f4e1f5158c [2020-12-03T20:25:53.605Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-03T20:25:53.882Z] ---> Running in 88a0ef130aa4 [2020-12-03T20:25:54.162Z] ---> 12bbc107c97b [2020-12-03T20:25:54.162Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-03T20:25:54.768Z] Removing intermediate container 88a0ef130aa4 [2020-12-03T20:25:54.768Z] ---> d730b471dad8 [2020-12-03T20:25:54.768Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T20:25:55.385Z] ---> Running in f94439df6b65 [2020-12-03T20:25:55.663Z] ---> 3f70dacf43ff [2020-12-03T20:25:55.663Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-03T20:25:56.262Z] ---> ba5a5ee378a5 [2020-12-03T20:25:56.262Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-03T20:25:56.539Z] Removing intermediate container f94439df6b65 [2020-12-03T20:25:56.539Z] ---> a19294fb864c [2020-12-03T20:25:56.539Z] Step 19/21 : LABEL arch=arm64 [2020-12-03T20:25:56.815Z] Removing intermediate container 2a9abd9feea9 [2020-12-03T20:25:56.815Z] ---> d0393122c925 [2020-12-03T20:25:56.815Z] [2020-12-03T20:25:56.815Z] Step 10/22 : FROM scratch [2020-12-03T20:25:56.815Z] ---> [2020-12-03T20:25:56.815Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T20:25:57.092Z] ---> Using cache [2020-12-03T20:25:57.092Z] ---> 5f39b55275fe [2020-12-03T20:25:57.092Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-03T20:25:57.092Z] ---> Running in 2bcdb51dfef9 [2020-12-03T20:25:57.374Z] ---> 823a66b140fb [2020-12-03T20:25:57.374Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-03T20:25:57.374Z] ---> Running in c6a185500fcd [2020-12-03T20:25:57.651Z] ---> 6f6a7c6b8ef4 [2020-12-03T20:25:57.651Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-03T20:25:57.651Z] ---> Running in ac4bff61df2c [2020-12-03T20:25:57.927Z] Removing intermediate container 2bcdb51dfef9 [2020-12-03T20:25:57.927Z] ---> e508fe9109fb [2020-12-03T20:25:57.927Z] Step 20/21 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T20:25:58.203Z] Removing intermediate container c6a185500fcd [2020-12-03T20:25:58.203Z] ---> d2d1aeed38a2 [2020-12-03T20:25:58.203Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-03T20:25:58.203Z] ---> Running in 0592a6ea47c6 [2020-12-03T20:25:58.506Z] ---> Running in 87d5faac3e1a [2020-12-03T20:25:58.782Z] Removing intermediate container ac4bff61df2c [2020-12-03T20:25:58.782Z] ---> 4d88c8cac3fe [2020-12-03T20:25:58.782Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T20:25:59.059Z] Removing intermediate container 0592a6ea47c6 [2020-12-03T20:25:59.059Z] ---> 41d18a6e472b [2020-12-03T20:25:59.059Z] Step 21/21 : LABEL version=0.0.0 [2020-12-03T20:25:59.340Z] ---> Running in dcdcc35b7217 [2020-12-03T20:25:59.340Z] Removing intermediate container 87d5faac3e1a [2020-12-03T20:25:59.340Z] ---> 138c3ab909cb [2020-12-03T20:25:59.340Z] Step 14/22 : WORKDIR / [2020-12-03T20:25:59.613Z] ---> Running in 507098f32321 [2020-12-03T20:25:59.613Z] ---> 77a075b3c35c [2020-12-03T20:25:59.613Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-03T20:25:59.613Z] ---> Running in 2ac1ccca3a69 [2020-12-03T20:25:59.890Z] Removing intermediate container dcdcc35b7217 [2020-12-03T20:25:59.890Z] ---> b72fedb0772d [2020-12-03T20:25:59.890Z] Step 20/22 : LABEL arch=arm64 [2020-12-03T20:26:00.181Z] Removing intermediate container 507098f32321 [2020-12-03T20:26:00.181Z] ---> 7a6660a163e3 [2020-12-03T20:26:00.181Z] [2020-12-03T20:26:00.457Z] ---> Running in 576e9583c20f [2020-12-03T20:26:00.457Z] Removing intermediate container 2ac1ccca3a69 [2020-12-03T20:26:00.457Z] ---> a68eaeadbcf4 [2020-12-03T20:26:00.457Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-03T20:26:00.739Z] ---> a673d9a10284 [2020-12-03T20:26:00.739Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-03T20:26:01.014Z] Successfully built 7a6660a163e3 [2020-12-03T20:26:01.014Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-03T20:26:01.014Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2020-12-03T20:26:01.014Z] ---> Running in 4cfc38005891 [2020-12-03T20:26:01.291Z] Removing intermediate container 576e9583c20f [2020-12-03T20:26:01.291Z] ---> e17634184dcb [2020-12-03T20:26:01.291Z] Step 21/22 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T20:26:01.291Z] ---> Running in 6512c9f966e4 [2020-12-03T20:26:01.566Z] ---> 2de6c990c202 [2020-12-03T20:26:01.566Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-03T20:26:01.844Z] Removing intermediate container 4cfc38005891 [2020-12-03T20:26:01.844Z] ---> 1dd323a7db15 [2020-12-03T20:26:01.844Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T20:26:02.120Z] Removing intermediate container 6512c9f966e4 [2020-12-03T20:26:02.120Z] ---> 2221785b3d03 [2020-12-03T20:26:02.120Z] Step 22/22 : LABEL version=0.0.0 [2020-12-03T20:26:02.120Z] ---> Running in 75eb2aa99eed [2020-12-03T20:26:02.720Z] ---> Running in 92280dcad029 [2020-12-03T20:26:03.001Z] Removing intermediate container 75eb2aa99eed [2020-12-03T20:26:03.001Z] ---> cfa53a3f2d83 [2020-12-03T20:26:03.001Z] Step 22/24 : LABEL arch=arm64 [2020-12-03T20:26:03.605Z] ---> Running in 775ee69a4eb8 [2020-12-03T20:26:03.605Z] Removing intermediate container 92280dcad029 [2020-12-03T20:26:03.605Z] ---> e1708c5c5d64 [2020-12-03T20:26:03.605Z] [2020-12-03T20:26:03.884Z] ---> 756f2fec2084 [2020-12-03T20:26:03.884Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-03T20:26:04.167Z] Removing intermediate container 775ee69a4eb8 [2020-12-03T20:26:04.167Z] ---> 30e6241d6101 [2020-12-03T20:26:04.167Z] Step 23/24 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T20:26:04.443Z] Successfully built e1708c5c5d64 [2020-12-03T20:26:04.720Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-03T20:26:04.720Z] Building docker-security-proxy-setup-go [2020-12-03T20:26:04.997Z]  Building docker-core-command-go ... done Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T20:26:04.997Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-03T20:26:04.997Z] ---> d03bdbbf459e [2020-12-03T20:26:04.997Z] Step 3/29 : WORKDIR /edgex-go [2020-12-03T20:26:04.997Z] ---> Using cache [2020-12-03T20:26:04.997Z] ---> 277d2f38a674 [2020-12-03T20:26:04.997Z] Step 4/29 : RUN apk update && apk add make git [2020-12-03T20:26:04.997Z] ---> Running in eb3dcc4bc2dd [2020-12-03T20:26:05.275Z] ---> Running in 11a2d2e430fa [2020-12-03T20:26:05.275Z] ---> 11f6bfdb5ed7 [2020-12-03T20:26:05.275Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-03T20:26:05.550Z] ---> Running in 09cb0cc05228 [2020-12-03T20:26:05.550Z] Removing intermediate container eb3dcc4bc2dd [2020-12-03T20:26:05.550Z] ---> 181d1839b45c [2020-12-03T20:26:05.550Z] Step 24/24 : LABEL version=0.0.0 [2020-12-03T20:26:05.834Z] ---> Running in bcc4cc218a66 [2020-12-03T20:26:06.435Z] Removing intermediate container 09cb0cc05228 [2020-12-03T20:26:06.435Z] ---> e619b1ef2985 [2020-12-03T20:26:06.435Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T20:26:06.714Z] ---> Running in 6987d038bb92 [2020-12-03T20:26:06.990Z] Removing intermediate container bcc4cc218a66 [2020-12-03T20:26:06.990Z] ---> 9d5258ee4775 [2020-12-03T20:26:06.990Z] [2020-12-03T20:26:06.990Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T20:26:07.269Z] Successfully built 9d5258ee4775 [2020-12-03T20:26:07.543Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-03T20:26:07.543Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2020-12-03T20:26:07.543Z] Removing intermediate container 6987d038bb92 [2020-12-03T20:26:07.543Z] ---> 4f58a203c162 [2020-12-03T20:26:07.543Z] Step 20/22 : LABEL arch=arm64 [2020-12-03T20:26:07.816Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T20:26:08.094Z] ---> Running in f853b6aeb03c [2020-12-03T20:26:09.081Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T20:26:09.081Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T20:26:09.081Z] OK: 12616 distinct packages available [2020-12-03T20:26:09.081Z] Removing intermediate container f853b6aeb03c [2020-12-03T20:26:09.081Z] ---> daf38c56d235 [2020-12-03T20:26:09.081Z] Step 21/22 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T20:26:09.681Z] ---> Running in bc99d3ee00dc [2020-12-03T20:26:09.681Z] OK: 217 MiB in 51 packages [2020-12-03T20:26:10.670Z] Removing intermediate container bc99d3ee00dc [2020-12-03T20:26:10.670Z] ---> b9dc19411ceb [2020-12-03T20:26:10.670Z] Step 22/22 : LABEL version=0.0.0 [2020-12-03T20:26:11.269Z] ---> Running in e9a259e75807 [2020-12-03T20:26:12.258Z] Removing intermediate container 11a2d2e430fa [2020-12-03T20:26:12.258Z] ---> 9a1d3a5cc952 [2020-12-03T20:26:12.258Z] Step 5/29 : COPY go.mod . [2020-12-03T20:26:12.258Z] Removing intermediate container e9a259e75807 [2020-12-03T20:26:12.259Z] ---> cd469ee6c197 [2020-12-03T20:26:12.259Z] [2020-12-03T20:26:12.534Z] Successfully built cd469ee6c197 [2020-12-03T20:26:12.534Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-03T20:26:12.534Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2020-12-03T20:26:13.132Z] ---> ef5c7116186b [2020-12-03T20:26:13.132Z] Step 6/29 : RUN go mod download [2020-12-03T20:26:13.132Z] ---> Running in a1c1ea90298a [2020-12-03T20:26:16.530Z] Removing intermediate container a1c1ea90298a [2020-12-03T20:26:16.530Z] ---> c70d2c2b795d [2020-12-03T20:26:16.530Z] Step 7/29 : COPY . . [2020-12-03T20:26:34.851Z] ---> 95df14f05785 [2020-12-03T20:26:34.851Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-03T20:26:34.851Z] ---> Running in abea93af3241 [2020-12-03T20:26:34.851Z] 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 [2020-12-03T20:26:47.286Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T20:26:47.286Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-03T20:26:47.286Z] ---> d03bdbbf459e [2020-12-03T20:26:47.286Z] Step 3/27 : WORKDIR /edgex-go [2020-12-03T20:26:47.286Z] ---> Using cache [2020-12-03T20:26:47.286Z] ---> 277d2f38a674 [2020-12-03T20:26:47.286Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T20:26:47.286Z] ---> Using cache [2020-12-03T20:26:47.286Z] ---> 1e71a861d43e [2020-12-03T20:26:47.286Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-03T20:26:48.758Z] ---> Running in 8fd3db866bb9 [2020-12-03T20:26:50.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T20:26:51.752Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T20:26:52.030Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T20:26:52.030Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-03T20:26:52.030Z] ---> d03bdbbf459e [2020-12-03T20:26:52.030Z] Step 3/21 : WORKDIR /edgex-go [2020-12-03T20:26:52.030Z] ---> Using cache [2020-12-03T20:26:52.030Z] ---> 277d2f38a674 [2020-12-03T20:26:52.030Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T20:26:52.030Z] ---> Using cache [2020-12-03T20:26:52.030Z] ---> 1e71a861d43e [2020-12-03T20:26:52.030Z] Step 5/21 : RUN apk update && apk add make git [2020-12-03T20:26:52.030Z] ---> Using cache [2020-12-03T20:26:52.030Z] ---> 86592032cca0 [2020-12-03T20:26:52.030Z] Step 6/21 : COPY go.mod . [2020-12-03T20:26:52.030Z] ---> Using cache [2020-12-03T20:26:52.030Z] ---> 4ea23eee47c2 [2020-12-03T20:26:52.030Z] Step 7/21 : RUN go mod download [2020-12-03T20:26:52.030Z] ---> Using cache [2020-12-03T20:26:52.030Z] ---> 51a7dc22cdd8 [2020-12-03T20:26:52.030Z] Step 8/21 : COPY . . [2020-12-03T20:26:52.307Z] ---> Using cache [2020-12-03T20:26:52.307Z] ---> c5bb3072f4d9 [2020-12-03T20:26:52.307Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-03T20:26:52.917Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T20:26:52.917Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T20:26:52.917Z] OK: 12616 distinct packages available [2020-12-03T20:26:53.532Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T20:26:53.532Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-03T20:26:53.532Z] ---> d03bdbbf459e [2020-12-03T20:26:53.532Z] Step 3/24 : WORKDIR /edgex-go [2020-12-03T20:26:53.532Z] ---> Using cache [2020-12-03T20:26:53.532Z] ---> 277d2f38a674 [2020-12-03T20:26:53.532Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T20:26:53.532Z] ---> Using cache [2020-12-03T20:26:53.532Z] ---> 1e71a861d43e [2020-12-03T20:26:53.532Z] Step 5/24 : RUN apk update && apk add make git [2020-12-03T20:26:53.532Z] ---> Using cache [2020-12-03T20:26:53.532Z] ---> 86592032cca0 [2020-12-03T20:26:53.532Z] Step 6/24 : COPY go.mod . [2020-12-03T20:26:53.532Z] OK: 217 MiB in 51 packages [2020-12-03T20:26:53.532Z] ---> Using cache [2020-12-03T20:26:53.532Z] ---> 4ea23eee47c2 [2020-12-03T20:26:53.532Z] Step 7/24 : RUN go mod download [2020-12-03T20:26:53.532Z] ---> Using cache [2020-12-03T20:26:53.532Z] ---> 51a7dc22cdd8 [2020-12-03T20:26:53.532Z] Step 8/24 : COPY . . [2020-12-03T20:26:53.822Z] ---> Using cache [2020-12-03T20:26:53.822Z] ---> c5bb3072f4d9 [2020-12-03T20:26:53.822Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-03T20:26:53.822Z] ---> Running in 0ea8ee7a6df1 [2020-12-03T20:26:54.101Z] ---> Running in e6b2b20490fa [2020-12-03T20:26:56.105Z] 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 [2020-12-03T20:26:56.706Z] Removing intermediate container 8fd3db866bb9 [2020-12-03T20:26:56.706Z] ---> 22823c895cad [2020-12-03T20:26:56.706Z] Step 6/27 : COPY go.mod . [2020-12-03T20:26:56.984Z] 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 [2020-12-03T20:26:57.973Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T20:26:57.973Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-03T20:26:57.973Z] ---> d03bdbbf459e [2020-12-03T20:26:57.973Z] Step 3/23 : WORKDIR /edgex-go [2020-12-03T20:26:57.973Z] ---> Using cache [2020-12-03T20:26:57.973Z] ---> 277d2f38a674 [2020-12-03T20:26:57.973Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T20:26:57.973Z] ---> Using cache [2020-12-03T20:26:57.973Z] ---> 1e71a861d43e [2020-12-03T20:26:57.973Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-03T20:26:57.973Z] ---> c751fd8c6ef5 [2020-12-03T20:26:58.261Z] Step 7/27 : RUN go mod download ---> Running in a821c382b697 [2020-12-03T20:26:58.261Z] [2020-12-03T20:26:58.261Z] ---> Running in 97c13afb57cd [2020-12-03T20:27:00.263Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T20:27:01.257Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T20:27:02.728Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T20:27:02.728Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T20:27:02.728Z] OK: 12616 distinct packages available [2020-12-03T20:27:03.010Z] Removing intermediate container 97c13afb57cd [2020-12-03T20:27:03.010Z] ---> 9f25d17b0fbb [2020-12-03T20:27:03.010Z] Step 8/27 : COPY . . [2020-12-03T20:27:04.500Z] OK: 217 MiB in 51 packages [2020-12-03T20:27:07.970Z] Removing intermediate container a821c382b697 [2020-12-03T20:27:07.970Z] ---> 7919c9e57e81 [2020-12-03T20:27:07.970Z] Step 6/23 : COPY go.mod . [2020-12-03T20:27:09.969Z] ---> e49da6ab17b1 [2020-12-03T20:27:09.969Z] Step 7/23 : RUN go mod download [2020-12-03T20:27:10.247Z] ---> Running in f0b7a307696e [2020-12-03T20:27:16.987Z] Removing intermediate container f0b7a307696e [2020-12-03T20:27:16.987Z] ---> 0693c58c9833 [2020-12-03T20:27:16.987Z] Step 8/23 : COPY . . [2020-12-03T20:27:27.193Z] ---> eed4bb8f6862 [2020-12-03T20:27:27.193Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-03T20:27:27.470Z] ---> Running in a6312e9da79f [2020-12-03T20:27:30.108Z] 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 [2020-12-03T20:27:33.506Z] Removing intermediate container abea93af3241 [2020-12-03T20:27:33.506Z] ---> ddc86ab0a4fe [2020-12-03T20:27:33.506Z] [2020-12-03T20:27:33.506Z] Step 9/29 : FROM alpine:latest [2020-12-03T20:27:33.506Z] latest: Pulling from library/alpine [2020-12-03T20:27:33.506Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-03T20:27:33.506Z] Status: Downloaded newer image for alpine:latest [2020-12-03T20:27:33.506Z] ---> 2e77e061c27f [2020-12-03T20:27:33.506Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-03T20:27:34.497Z] ---> Running in 2b15531586e4 [2020-12-03T20:27:35.495Z] Removing intermediate container 2b15531586e4 [2020-12-03T20:27:35.495Z] ---> 4e34057005ee [2020-12-03T20:27:35.495Z] Step 11/29 : USER root [2020-12-03T20:27:36.103Z] ---> Running in e34cb79544a5 [2020-12-03T20:27:37.090Z] Removing intermediate container e34cb79544a5 [2020-12-03T20:27:37.090Z] ---> a6e6e887eac1 [2020-12-03T20:27:37.090Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-03T20:27:37.690Z] ---> Running in 7b2c0296ba69 [2020-12-03T20:27:40.329Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T20:27:40.329Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T20:27:40.929Z] ---> 9a5b90f4642a [2020-12-03T20:27:40.929Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-03T20:27:40.929Z] ---> Running in 38ed6b95aacb [2020-12-03T20:27:41.204Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-03T20:27:41.204Z] v3.12.1-75-g0340519978 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-03T20:27:41.204Z] OK: 12617 distinct packages available [2020-12-03T20:27:42.653Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-03T20:27:42.653Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-03T20:27:42.653Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T20:27:42.653Z] Executing ca-certificates-20191127-r4.trigger [2020-12-03T20:27:42.930Z] OK: 6 MiB in 16 packages [2020-12-03T20:27:42.930Z] 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 [2020-12-03T20:27:44.934Z] Removing intermediate container 7b2c0296ba69 [2020-12-03T20:27:44.934Z] ---> a825f87b0525 [2020-12-03T20:27:44.934Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-03T20:27:45.224Z] ---> Running in 2abe7939387c [2020-12-03T20:27:45.831Z] Removing intermediate container 2abe7939387c [2020-12-03T20:27:45.831Z] ---> faa3219864e2 [2020-12-03T20:27:45.831Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-03T20:27:46.112Z] ---> Running in 8f90694c6243 [2020-12-03T20:27:46.717Z] Removing intermediate container 8f90694c6243 [2020-12-03T20:27:46.718Z] ---> d19855f55b49 [2020-12-03T20:27:46.718Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-03T20:27:46.718Z] ---> Running in 39f053b9ed26 [2020-12-03T20:27:51.092Z] Removing intermediate container 39f053b9ed26 [2020-12-03T20:27:51.092Z] ---> 59a3626d5357 [2020-12-03T20:27:51.092Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-03T20:27:52.081Z] ---> 9f301f0d27ec [2020-12-03T20:27:52.081Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-03T20:27:53.141Z] ---> f7f064d7a06c [2020-12-03T20:27:53.141Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-03T20:27:54.124Z] ---> 241306b98bb8 [2020-12-03T20:27:54.124Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-03T20:27:55.111Z] ---> ac4e7efcb427 [2020-12-03T20:27:55.111Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-03T20:27:56.553Z] ---> dc3678d25172 [2020-12-03T20:27:56.553Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-03T20:27:56.553Z] ---> Running in 86e9f2c57955 [2020-12-03T20:27:59.978Z] Removing intermediate container 86e9f2c57955 [2020-12-03T20:27:59.978Z] ---> 2ab9102318ec [2020-12-03T20:27:59.978Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-03T20:28:01.417Z] ---> ba2d5d6b2efb [2020-12-03T20:28:01.417Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-03T20:28:01.417Z] ---> Running in 44526968f4b4 [2020-12-03T20:28:04.825Z] Removing intermediate container 44526968f4b4 [2020-12-03T20:28:04.825Z] ---> 254e7b04cb82 [2020-12-03T20:28:04.825Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-03T20:28:05.102Z] ---> Running in 051decce316e [2020-12-03T20:28:09.452Z] Removing intermediate container 051decce316e [2020-12-03T20:28:09.452Z] ---> 82c1bf91849a [2020-12-03T20:28:09.452Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-03T20:28:09.452Z] ---> Running in d3cc6c562b2a [2020-12-03T20:28:10.051Z] Removing intermediate container d3cc6c562b2a [2020-12-03T20:28:10.051Z] ---> a518b2cc0ee3 [2020-12-03T20:28:10.051Z] Step 26/29 : CMD [ "generate" ] [2020-12-03T20:28:10.326Z] ---> Running in 948b0b4ef73c [2020-12-03T20:28:10.938Z] Removing intermediate container 948b0b4ef73c [2020-12-03T20:28:10.938Z] ---> 1e439fb9e3cd [2020-12-03T20:28:10.938Z] Step 27/29 : LABEL arch=arm64 [2020-12-03T20:28:11.216Z] ---> Running in e4ced04e68d0 [2020-12-03T20:28:11.814Z] Removing intermediate container e4ced04e68d0 [2020-12-03T20:28:11.814Z] ---> 5f5446264645 [2020-12-03T20:28:11.814Z] Step 28/29 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T20:28:12.419Z] ---> Running in 48377e0fafa0 [2020-12-03T20:28:12.694Z] 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 [2020-12-03T20:28:12.970Z] 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 [2020-12-03T20:28:12.970Z] Removing intermediate container 48377e0fafa0 [2020-12-03T20:28:12.970Z] ---> 3a1b71719e97 [2020-12-03T20:28:12.970Z] Step 29/29 : LABEL version=0.0.0 [2020-12-03T20:28:13.247Z] ---> Running in 3d833e3d68f9 [2020-12-03T20:28:13.848Z] Removing intermediate container 3d833e3d68f9 [2020-12-03T20:28:13.848Z] ---> d5813d51d088 [2020-12-03T20:28:13.848Z] [2020-12-03T20:28:14.449Z] Successfully built d5813d51d088 [2020-12-03T20:28:14.449Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-12-03T20:28:29.566Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container e6b2b20490fa [2020-12-03T20:28:29.566Z] ---> ba37f9917419 [2020-12-03T20:28:29.566Z] [2020-12-03T20:28:29.566Z] Step 10/24 : FROM alpine:3.10 [2020-12-03T20:28:29.566Z] ---> 536a684cf733 [2020-12-03T20:28:29.566Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-03T20:28:29.566Z] ---> Using cache [2020-12-03T20:28:29.566Z] ---> 7eb993280454 [2020-12-03T20:28:29.566Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-03T20:28:29.566Z] ---> Running in 8a094b129173 [2020-12-03T20:28:29.566Z] Removing intermediate container 0ea8ee7a6df1 [2020-12-03T20:28:29.566Z] ---> 293e8d9112c9 [2020-12-03T20:28:29.566Z] [2020-12-03T20:28:29.566Z] Step 10/21 : FROM alpine [2020-12-03T20:28:29.566Z] ---> 2e77e061c27f [2020-12-03T20:28:29.566Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-03T20:28:29.566Z] ---> Running in 5628c10778e5 [2020-12-03T20:28:29.566Z] Removing intermediate container 8a094b129173 [2020-12-03T20:28:29.566Z] ---> 046c5946e80c [2020-12-03T20:28:29.566Z] Step 13/24 : WORKDIR / [2020-12-03T20:28:29.566Z] ---> Running in 67ff0397afa4 [2020-12-03T20:28:29.566Z] Removing intermediate container 67ff0397afa4 [2020-12-03T20:28:29.566Z] ---> 35143d51b54d [2020-12-03T20:28:29.566Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-03T20:28:30.549Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T20:28:30.825Z] ---> 819dbc2b4bf7 [2020-12-03T20:28:30.825Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-03T20:28:31.101Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T20:28:31.702Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-03T20:28:31.702Z] v3.12.1-75-g0340519978 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-03T20:28:31.981Z] OK: 12617 distinct packages available [2020-12-03T20:28:31.981Z] ---> 2d486d376e11 [2020-12-03T20:28:31.981Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-03T20:28:32.971Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-03T20:28:32.971Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-03T20:28:32.971Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-03T20:28:32.971Z] (4/4) Installing curl (7.69.1-r1) [2020-12-03T20:28:32.971Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T20:28:32.971Z] ---> d0c7a685a8f5 [2020-12-03T20:28:32.971Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-03T20:28:32.971Z] Executing ca-certificates-20191127-r4.trigger [2020-12-03T20:28:33.246Z] OK: 7 MiB in 18 packages [2020-12-03T20:28:34.693Z] ---> 4f160f9023e3 [2020-12-03T20:28:34.693Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-03T20:28:36.691Z] Removing intermediate container 5628c10778e5 [2020-12-03T20:28:36.691Z] ---> de585dc5f4ec [2020-12-03T20:28:36.691Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-03T20:28:36.691Z] ---> Running in 3a9d41c9e989 [2020-12-03T20:28:36.692Z] ---> 26dc80ed8de5 [2020-12-03T20:28:36.692Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-03T20:28:37.703Z] Removing intermediate container 3a9d41c9e989 [2020-12-03T20:28:37.703Z] ---> b6c8bf96e758 [2020-12-03T20:28:37.703Z] Step 13/21 : WORKDIR /edgex [2020-12-03T20:28:37.991Z] ---> Running in 15d318045e4d [2020-12-03T20:28:37.991Z] ---> 723cfb31c957 [2020-12-03T20:28:37.991Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-03T20:28:38.273Z] ---> Running in 513add242278 [2020-12-03T20:28:38.877Z] Removing intermediate container 15d318045e4d [2020-12-03T20:28:38.877Z] ---> 16036ea3938d [2020-12-03T20:28:38.877Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-03T20:28:40.316Z] ---> 19115e39b1de [2020-12-03T20:28:40.600Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-03T20:28:42.611Z] ---> e2b3a6edf274 [2020-12-03T20:28:42.611Z] Removing intermediate container 513add242278 [2020-12-03T20:28:42.611Z] ---> 26e78dd9730f [2020-12-03T20:28:42.611Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-03T20:28:42.611Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-03T20:28:42.611Z] ---> Running in dca4f1690663 [2020-12-03T20:28:43.603Z] Removing intermediate container dca4f1690663 [2020-12-03T20:28:43.603Z] ---> de6eb51a65b1 [2020-12-03T20:28:43.603Z] Step 22/24 : LABEL arch=arm64 [2020-12-03T20:28:43.887Z] ---> Running in f6f0b90c9e0e [2020-12-03T20:28:44.512Z] ---> 2d0a1493fa70 [2020-12-03T20:28:44.512Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-03T20:28:44.512Z] Removing intermediate container f6f0b90c9e0e [2020-12-03T20:28:44.512Z] ---> 3a1b1b6060ed [2020-12-03T20:28:44.512Z] Step 23/24 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T20:28:44.512Z] ---> Running in dc14de8d5e4b [2020-12-03T20:28:45.123Z] ---> Running in 4035ede8b2c0 [2020-12-03T20:28:45.401Z] Removing intermediate container dc14de8d5e4b [2020-12-03T20:28:45.401Z] ---> f3bc44da33f2 [2020-12-03T20:28:45.401Z] Step 18/21 : CMD ["--init=true"] [2020-12-03T20:28:45.677Z] ---> Running in b0fcbcd858ae [2020-12-03T20:28:45.677Z] Removing intermediate container 4035ede8b2c0 [2020-12-03T20:28:45.677Z] ---> 828f9f31267b [2020-12-03T20:28:45.949Z] Step 24/24 : LABEL version=0.0.0 [2020-12-03T20:28:45.949Z] ---> Running in 4fae57b6b264 [2020-12-03T20:28:46.547Z] Removing intermediate container b0fcbcd858ae [2020-12-03T20:28:46.547Z] ---> 988080d55336 [2020-12-03T20:28:46.547Z] Step 19/21 : LABEL arch=arm64 [2020-12-03T20:28:47.156Z] ---> Running in b2e4a719a520 [2020-12-03T20:28:47.156Z] Removing intermediate container 4fae57b6b264 [2020-12-03T20:28:47.156Z] ---> 69ef4ce7457c [2020-12-03T20:28:47.156Z] [2020-12-03T20:28:48.609Z] Successfully built 69ef4ce7457c [2020-12-03T20:28:48.609Z] Removing intermediate container b2e4a719a520 [2020-12-03T20:28:48.609Z] ---> 2ae1435195e9 [2020-12-03T20:28:48.609Z] Step 20/21 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T20:28:48.609Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-03T20:28:48.881Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in c06bf3239bb5 [2020-12-03T20:28:49.483Z] Removing intermediate container a6312e9da79f [2020-12-03T20:28:49.483Z] ---> 76d9190d3bb3 [2020-12-03T20:28:49.483Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-03T20:28:49.759Z] ---> Running in 5884cad2c89a [2020-12-03T20:28:49.759Z] Removing intermediate container c06bf3239bb5 [2020-12-03T20:28:49.759Z] ---> dd7be6d85e0b [2020-12-03T20:28:49.759Z] Step 21/21 : LABEL version=0.0.0 [2020-12-03T20:28:50.035Z] ---> Running in 1654e228254d [2020-12-03T20:28:51.024Z] Removing intermediate container 1654e228254d [2020-12-03T20:28:51.024Z] ---> a83838f3887e [2020-12-03T20:28:51.024Z] [2020-12-03T20:28:51.622Z] Successfully built a83838f3887e [2020-12-03T20:28:51.622Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-03T20:28:51.622Z]  Building docker-security-proxy-setup-go ... done 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 [2020-12-03T20:28:55.940Z] Removing intermediate container 5884cad2c89a [2020-12-03T20:28:55.940Z] ---> 267595f54bfb [2020-12-03T20:28:55.940Z] [2020-12-03T20:28:55.940Z] Step 11/27 : FROM docker:latest [2020-12-03T20:28:55.940Z] ---> 84e3a507c27b [2020-12-03T20:28:55.940Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-03T20:28:55.940Z] ---> Running in 443d6f7b010a [2020-12-03T20:28:57.925Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T20:28:57.925Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T20:28:58.520Z] (1/2) Installing readline (8.0.4-r0) [2020-12-03T20:28:58.520Z] (2/2) Installing bash (5.0.17-r0) [2020-12-03T20:28:58.520Z] Executing bash-5.0.17-r0.post-install [2020-12-03T20:28:58.520Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T20:28:58.520Z] OK: 12 MiB in 22 packages [2020-12-03T20:28:59.958Z] Removing intermediate container 443d6f7b010a [2020-12-03T20:28:59.958Z] ---> 130ebd198f32 [2020-12-03T20:28:59.958Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-03T20:29:00.230Z] ---> Running in 3290a9a19f6e [2020-12-03T20:29:02.850Z] Removing intermediate container 3290a9a19f6e [2020-12-03T20:29:02.850Z] ---> 36f130f0e7ce [2020-12-03T20:29:02.850Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-03T20:29:02.850Z] ---> Running in e66f66752bdc [2020-12-03T20:29:03.126Z] Removing intermediate container e66f66752bdc [2020-12-03T20:29:03.126Z] ---> 548572e6d5d7 [2020-12-03T20:29:03.126Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-03T20:29:03.126Z] ---> Running in 958b284d6dca [2020-12-03T20:29:03.721Z] Removing intermediate container 958b284d6dca [2020-12-03T20:29:03.721Z] ---> 11828bc1efa1 [2020-12-03T20:29:03.721Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-03T20:29:03.721Z] ---> Running in f9a2e0ffbae8 [2020-12-03T20:29:04.319Z] Removing intermediate container f9a2e0ffbae8 [2020-12-03T20:29:04.319Z] ---> e56e03dc4161 [2020-12-03T20:29:04.319Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-03T20:29:06.302Z] ---> 4f5b7cb104af [2020-12-03T20:29:06.302Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-03T20:29:06.908Z] ---> 04d2fa5c3539 [2020-12-03T20:29:06.908Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-03T20:29:07.893Z] ---> 210910563de9 [2020-12-03T20:29:07.893Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-03T20:29:08.166Z] ---> Running in 105abc0acee3 [2020-12-03T20:29:09.140Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T20:29:09.411Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T20:29:10.007Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-03T20:29:10.007Z] (2/33) Installing expat (2.2.9-r1) [2020-12-03T20:29:10.007Z] (3/33) Installing libffi (3.3-r2) [2020-12-03T20:29:10.007Z] (4/33) Installing gdbm (1.13-r1) [2020-12-03T20:29:10.007Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-03T20:29:10.308Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-03T20:29:10.308Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-03T20:29:12.367Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-03T20:29:12.367Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-03T20:29:12.367Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-03T20:29:12.367Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-03T20:29:12.367Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-03T20:29:12.367Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-03T20:29:12.367Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-03T20:29:12.367Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-03T20:29:12.367Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-03T20:29:12.367Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-03T20:29:12.657Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-03T20:29:12.657Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-03T20:29:12.657Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-03T20:29:12.657Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-03T20:29:12.657Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-03T20:29:12.657Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-03T20:29:12.657Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-03T20:29:12.657Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-03T20:29:12.657Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-03T20:29:12.947Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-03T20:29:12.947Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-03T20:29:12.947Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-03T20:29:12.947Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-03T20:29:12.947Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-03T20:29:12.947Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-03T20:29:12.947Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-03T20:29:13.244Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T20:29:13.244Z] OK: 71 MiB in 55 packages [2020-12-03T20:29:15.864Z] Removing intermediate container 38ed6b95aacb [2020-12-03T20:29:15.864Z] ---> 068f3ffa1dcb [2020-12-03T20:29:15.864Z] [2020-12-03T20:29:15.864Z] Step 10/23 : FROM alpine [2020-12-03T20:29:15.864Z] ---> 2e77e061c27f [2020-12-03T20:29:15.864Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T20:29:16.138Z] ---> Running in a7b904dcf20d [2020-12-03T20:29:17.113Z] Removing intermediate container a7b904dcf20d [2020-12-03T20:29:17.113Z] ---> eea99843470a [2020-12-03T20:29:17.113Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-03T20:29:17.113Z] ---> Running in e3385fa060bb [2020-12-03T20:29:17.711Z] Removing intermediate container e3385fa060bb [2020-12-03T20:29:17.711Z] ---> 356e8d4b3430 [2020-12-03T20:29:17.711Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-03T20:29:17.983Z] ---> Running in cc032e5c779c [2020-12-03T20:29:18.577Z] Removing intermediate container cc032e5c779c [2020-12-03T20:29:18.577Z] ---> 0b9eabfe20ad [2020-12-03T20:29:18.577Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T20:29:18.848Z] ---> Running in 113a72dabbf8 [2020-12-03T20:29:19.441Z] Removing intermediate container 105abc0acee3 [2020-12-03T20:29:19.441Z] ---> 220e0114842d [2020-12-03T20:29:19.441Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-03T20:29:19.714Z] ---> Running in 5288f8adcce7 [2020-12-03T20:29:21.145Z] Removing intermediate container 113a72dabbf8 [2020-12-03T20:29:21.145Z] ---> 18d7334bdb84 [2020-12-03T20:29:21.145Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-03T20:29:21.145Z] ---> Running in 059b56e0c5d5 [2020-12-03T20:29:22.575Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T20:29:23.167Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T20:29:24.139Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-03T20:29:24.139Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-03T20:29:24.139Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-03T20:29:24.409Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-03T20:29:24.684Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-03T20:29:24.684Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T20:29:24.684Z] OK: 8 MiB in 19 packages [2020-12-03T20:29:24.959Z] Collecting docker-compose==1.23.2 [2020-12-03T20:29:24.959Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-03T20:29:25.936Z] Collecting texttable<0.10,>=0.9.0 [2020-12-03T20:29:25.936Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-03T20:29:25.936Z] Removing intermediate container 059b56e0c5d5 [2020-12-03T20:29:25.936Z] ---> 3184562a1af0 [2020-12-03T20:29:25.936Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-03T20:29:26.913Z] ---> 76090e1b7e4b [2020-12-03T20:29:26.913Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-03T20:29:28.343Z] Collecting cached-property<2,>=1.2.0 [2020-12-03T20:29:28.343Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-03T20:29:28.343Z] ---> dc151bdd1301 [2020-12-03T20:29:28.343Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-03T20:29:28.936Z] ---> 1105e8e7a50f [2020-12-03T20:29:28.936Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-03T20:29:29.208Z] ---> Running in 58b193f0bfd6 [2020-12-03T20:29:29.481Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-03T20:29:29.481Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-03T20:29:29.753Z] Removing intermediate container 58b193f0bfd6 [2020-12-03T20:29:29.753Z] ---> a14937d9b5af [2020-12-03T20:29:29.753Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T20:29:29.753Z] ---> Running in f3235dbdea6e [2020-12-03T20:29:30.354Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-03T20:29:30.354Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-03T20:29:30.354Z] Removing intermediate container f3235dbdea6e [2020-12-03T20:29:30.354Z] ---> b65375701906 [2020-12-03T20:29:30.354Z] Step 21/23 : LABEL arch=arm64 [2020-12-03T20:29:30.354Z] ---> Running in f7e3716df5b5 [2020-12-03T20:29:30.626Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-03T20:29:30.626Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-03T20:29:30.898Z] Removing intermediate container f7e3716df5b5 [2020-12-03T20:29:30.898Z] ---> 89ff6f30a8ba [2020-12-03T20:29:30.898Z] Step 22/23 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T20:29:31.171Z] ---> Running in 91c8a227c15f [2020-12-03T20:29:31.444Z] Removing intermediate container 91c8a227c15f [2020-12-03T20:29:31.444Z] ---> f5f78a75bbb8 [2020-12-03T20:29:31.444Z] Step 23/23 : LABEL version=0.0.0 [2020-12-03T20:29:31.716Z] ---> Running in 365a31e14312 [2020-12-03T20:29:31.989Z] Removing intermediate container 365a31e14312 [2020-12-03T20:29:31.989Z] ---> ec03bb9337bd [2020-12-03T20:29:31.989Z] [2020-12-03T20:29:32.585Z] Successfully built ec03bb9337bd [2020-12-03T20:29:32.585Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-03T20:29:33.178Z]  Building docker-core-data-go ... done Collecting docker<4.0,>=3.6.0 [2020-12-03T20:29:33.178Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-03T20:29:33.771Z] Collecting docopt<0.7,>=0.6.1 [2020-12-03T20:29:33.771Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-03T20:29:35.739Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-03T20:29:35.739Z] Collecting jsonschema<3,>=2.5.1 [2020-12-03T20:29:36.010Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-03T20:29:36.597Z] Collecting PyYAML<4,>=3.10 [2020-12-03T20:29:36.597Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-03T20:29:39.965Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-03T20:29:39.965Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-03T20:29:39.965Z] Collecting idna<2.8,>=2.5 [2020-12-03T20:29:39.966Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-03T20:29:40.237Z] 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) [2020-12-03T20:29:40.237Z] 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) [2020-12-03T20:29:40.237Z] Collecting docker-pycreds>=0.4.0 [2020-12-03T20:29:40.237Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-03T20:29:40.506Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-03T20:29:40.506Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-03T20:29:40.506Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-03T20:29:40.506Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-03T20:29:41.098Z] Installing collected packages: texttable, cached-property, urllib3, idna, requests, websocket-client, dockerpty, docker-pycreds, docker, docopt, jsonschema, PyYAML, docker-compose [2020-12-03T20:29:41.098Z] Running setup.py install for texttable: started [2020-12-03T20:29:43.059Z] Running setup.py install for texttable: finished with status 'done' [2020-12-03T20:29:43.059Z] Attempting uninstall: urllib3 [2020-12-03T20:29:43.059Z] Found existing installation: urllib3 1.25.9 [2020-12-03T20:29:43.059Z] Uninstalling urllib3-1.25.9: [2020-12-03T20:29:43.328Z] Successfully uninstalled urllib3-1.25.9 [2020-12-03T20:29:43.922Z] Attempting uninstall: idna [2020-12-03T20:29:43.922Z] Found existing installation: idna 2.9 [2020-12-03T20:29:43.922Z] Uninstalling idna-2.9: [2020-12-03T20:29:43.922Z] Successfully uninstalled idna-2.9 [2020-12-03T20:29:44.513Z] Attempting uninstall: requests [2020-12-03T20:29:44.513Z] Found existing installation: requests 2.23.0 [2020-12-03T20:29:44.513Z] Uninstalling requests-2.23.0: [2020-12-03T20:29:44.513Z] Successfully uninstalled requests-2.23.0 [2020-12-03T20:29:45.104Z] Running setup.py install for dockerpty: started [2020-12-03T20:29:47.063Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-03T20:29:47.653Z] Running setup.py install for docopt: started [2020-12-03T20:29:49.614Z] Running setup.py install for docopt: finished with status 'done' [2020-12-03T20:29:49.883Z] Running setup.py install for PyYAML: started [2020-12-03T20:29:51.841Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-03T20:29:52.811Z] 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 [2020-12-03T20:29:57.099Z] Removing intermediate container 5288f8adcce7 [2020-12-03T20:29:57.099Z] ---> e2fafd2d5726 [2020-12-03T20:29:57.099Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-03T20:29:57.099Z] ---> Running in 29e069f26cb6 [2020-12-03T20:29:57.693Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T20:29:57.964Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T20:29:58.556Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-03T20:29:58.556Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-03T20:29:58.556Z] (3/3) Installing curl (7.69.1-r1) [2020-12-03T20:29:58.556Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T20:29:58.556Z] OK: 71 MiB in 58 packages [2020-12-03T20:29:59.982Z] Removing intermediate container 29e069f26cb6 [2020-12-03T20:29:59.982Z] ---> 970163de818e [2020-12-03T20:29:59.982Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-03T20:29:59.982Z] ---> Running in 448c01457057 [2020-12-03T20:30:00.252Z] Removing intermediate container 448c01457057 [2020-12-03T20:30:00.252Z] ---> a013d3d00951 [2020-12-03T20:30:00.252Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T20:30:00.524Z] ---> Running in fb8d96551270 [2020-12-03T20:30:00.794Z] Removing intermediate container fb8d96551270 [2020-12-03T20:30:00.794Z] ---> a4c3da8efe4b [2020-12-03T20:30:00.794Z] Step 25/27 : LABEL arch=arm64 [2020-12-03T20:30:01.065Z] ---> Running in f789d90ba057 [2020-12-03T20:30:01.341Z] Removing intermediate container f789d90ba057 [2020-12-03T20:30:01.341Z] ---> 8742af1b12bc [2020-12-03T20:30:01.341Z] Step 26/27 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T20:30:01.626Z] ---> Running in 9973ebd6f327 [2020-12-03T20:30:02.221Z] Removing intermediate container 9973ebd6f327 [2020-12-03T20:30:02.221Z] ---> c307ca5d80fb [2020-12-03T20:30:02.221Z] Step 27/27 : LABEL version=0.0.0 [2020-12-03T20:30:02.221Z] ---> Running in b8c8df6393f9 [2020-12-03T20:30:02.820Z] Removing intermediate container b8c8df6393f9 [2020-12-03T20:30:02.820Z] ---> 7eb4948b2f08 [2020-12-03T20:30:02.820Z] [2020-12-03T20:30:03.091Z] Successfully built 7eb4948b2f08 [2020-12-03T20:30:03.091Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-03T20:30:03.377Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-03T20:30:03.380Z] $ docker stop --time=1 1ed034abde158aaa4af4f6d837071f1ba566245a340738531da334314a46e57a [2020-12-03T20:30:05.293Z] $ docker rm -f 1ed034abde158aaa4af4f6d837071f1ba566245a340738531da334314a46e57a [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-03T20:30:06.127Z] + docker images [2020-12-03T20:30:06.127Z] + grep docker [2020-12-03T20:30:06.397Z] docker-sys-mgmt-agent-go-arm64 latest 7eb4948b2f08 4 seconds ago 273MB [2020-12-03T20:30:06.397Z] docker-core-data-go-arm64 latest ec03bb9337bd 35 seconds ago 22.3MB [2020-12-03T20:30:06.397Z] docker-security-proxy-setup-go-arm64 latest a83838f3887e About a minute ago 23.4MB [2020-12-03T20:30:06.397Z] docker-security-secretstore-setup-go-arm64 latest 69ef4ce7457c About a minute ago 23.5MB [2020-12-03T20:30:06.397Z] docker-security-secrets-setup-go-arm64 latest d5813d51d088 About a minute ago 22.7MB [2020-12-03T20:30:06.397Z] docker-core-metadata-go-arm64 latest cd469ee6c197 3 minutes ago 13.6MB [2020-12-03T20:30:06.397Z] docker-support-notifications-go-arm64 latest 9d5258ee4775 4 minutes ago 12.9MB [2020-12-03T20:30:06.397Z] docker-core-command-go-arm64 latest e1708c5c5d64 4 minutes ago 11.4MB [2020-12-03T20:30:06.397Z] docker-support-scheduler-go-arm64 latest 7a6660a163e3 4 minutes ago 11.5MB [2020-12-03T20:30:06.397Z] docker-security-bootstrap-redis-go-arm64 latest 5b4e33f1f896 4 minutes ago 15.2MB [2020-12-03T20:30:06.397Z] docker latest 84e3a507c27b 43 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 [2020-12-03T20:30:22.238Z] Still waiting to schedule task [2020-12-03T20:30:22.238Z] All nodes of label ‘ubuntu18.04-docker-arm64-16c-16g’ are offline [2020-12-03T20:32:01.296Z] Running on prd-ubuntu18.04-docker-arm64-16c-16g-14364 in /w/workspace/edgexfoundry_edgex-go_PR-2898 [Pipeline] { [Pipeline] ws [2020-12-03T20:32:01.378Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2020-12-03T20:32:05.380Z] using credential edgex-jenkins-ssh [2020-12-03T20:32:05.452Z] Cloning the remote Git repository [2020-12-03T20:32:05.504Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-03T20:32:05.613Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2020-12-03T20:32:05.677Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-03T20:32:05.677Z] > git --version # timeout=10 [2020-12-03T20:32:05.692Z] > git --version # 'git version 2.17.1' [2020-12-03T20:32:05.693Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T20:32:05.780Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-03T20:32:21.565Z] Merging remotes/origin/master commit 0163c92eb67c845bff5e90a4dc6407d0e1146c78 into PR head commit 192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T20:32:20.787Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-03T20:32:20.798Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-03T20:32:20.821Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-03T20:32:20.854Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-03T20:32:20.854Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T20:32:20.866Z] > 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 [2020-12-03T20:32:21.585Z] > git config core.sparsecheckout # timeout=10 [2020-12-03T20:32:21.596Z] > git checkout -f 192e75e79965f570e40dacfd3fa37e859c65312b # timeout=10 [2020-12-03T20:32:21.980Z] Merge succeeded, producing 192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T20:32:21.980Z] Checking out Revision 192e75e79965f570e40dacfd3fa37e859c65312b (PR-2898) [2020-12-03T20:32:21.911Z] > git remote # timeout=10 [2020-12-03T20:32:21.927Z] > git config --get remote.origin.url # timeout=10 [2020-12-03T20:32:21.937Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T20:32:21.947Z] > git merge 0163c92eb67c845bff5e90a4dc6407d0e1146c78 # timeout=10 [2020-12-03T20:32:21.968Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-03T20:32:21.987Z] > git config core.sparsecheckout # timeout=10 [2020-12-03T20:32:21.997Z] > git checkout -f 192e75e79965f570e40dacfd3fa37e859c65312b # timeout=10 [2020-12-03T20:32:26.368Z] Commit message: "ci: testing new native snap build" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-03T20:32:27.937Z] + echo snap-build.sh [2020-12-03T20:32:27.937Z] snap-build.sh [2020-12-03T20:32:27.937Z] + SNAP_BASE_DIR=. [2020-12-03T20:32:27.937Z] + '[' '!' -z /w/workspace/edgex-go/6 ']' [2020-12-03T20:32:27.937Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/6 [2020-12-03T20:32:27.937Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' [2020-12-03T20:32:27.937Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/6] [2020-12-03T20:32:27.937Z] + cd /w/workspace/edgex-go/6 [2020-12-03T20:32:27.937Z] + sudo apt-get remove -qy --purge lxd lxd-client [2020-12-03T20:32:27.937Z] Reading package lists... [2020-12-03T20:32:28.537Z] Building dependency tree... [2020-12-03T20:32:28.537Z] Reading state information... [2020-12-03T20:32:29.135Z] The following packages were automatically installed and are no longer required: [2020-12-03T20:32:29.135Z] dns-root-data dnsmasq-base ebtables liblxc-common liblxc1 lxcfs uidmap [2020-12-03T20:32:29.135Z] xdelta3 [2020-12-03T20:32:29.135Z] Use 'sudo apt autoremove' to remove them. [2020-12-03T20:32:29.408Z] The following packages will be REMOVED: [2020-12-03T20:32:29.408Z] lxd* lxd-client* [2020-12-03T20:32:30.843Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2020-12-03T20:32:30.843Z] After this operation, 29.1 MB disk space will be freed. [2020-12-03T20:32:32.482Z] (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.) [2020-12-03T20:32:32.482Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-03T20:32:35.885Z] Removing lxd dnsmasq configuration [2020-12-03T20:32:35.885Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2020-12-03T20:32:35.885Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-12-03T20:32:37.326Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-03T20:32:37.599Z] (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.) [2020-12-03T20:32:37.881Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-03T20:32:43.288Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2020-12-03T20:32:43.288Z] Processing triggers for ureadahead (0.100.0-21) ... [2020-12-03T20:32:48.690Z] + sudo snap remove --purge lxd [2020-12-03T20:32:49.290Z] snap "lxd" is not installed [2020-12-03T20:32:49.290Z] + sudo groupadd --force --system lxd [2020-12-03T20:32:49.290Z] ++ whoami [2020-12-03T20:32:49.290Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2020-12-03T20:32:49.290Z] + newgrp - lxd [2020-12-03T20:32:49.290Z] + sudo snap install lxd [2020-12-03T20:33:07.590Z] 2020-12-03T20:33:04Z INFO Waiting for automatic snapd restart... [2020-12-03T20:33:46.546Z] lxd 4.8 from Canonical* installed [2020-12-03T20:33:46.546Z] + sudo lxd init --auto [2020-12-03T20:33:58.937Z] + sudo snap install --classic snapcraft [2020-12-03T20:34:17.222Z] snapcraft 4.4.4 from Canonical* installed [2020-12-03T20:34:17.222Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-12-03T20:34:17.222Z] + patch --verbose -p1 [2020-12-03T20:34:17.222Z] Hmm... Looks like a unified diff to me... [2020-12-03T20:34:17.222Z] The text leading up to this was: [2020-12-03T20:34:17.222Z] -------------------------- [2020-12-03T20:34:17.222Z] |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 [2020-12-03T20:34:17.222Z] |From: Tony Espy [2020-12-03T20:34:17.222Z] |Date: Wed, 2 Dec 2020 17:38:31 -0500 [2020-12-03T20:34:17.222Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2020-12-03T20:34:17.222Z] | [2020-12-03T20:34:17.222Z] |This patch is used by the EdgeX CI pipeline builds to [2020-12-03T20:34:17.222Z] |optimize the snap CI check run for pull requests. When [2020-12-03T20:34:17.222Z] |applied, it essentially strips out everything (apps and [2020-12-03T20:34:17.222Z] |parts) from the snapcraft.yaml file except those required [2020-12-03T20:34:17.222Z] |to build edgex-go, as the whole idea of the CI check is to [2020-12-03T20:34:17.222Z] |catch changes to edgex-go that break the snap build. [2020-12-03T20:34:17.222Z] | [2020-12-03T20:34:17.222Z] |In general, anyone updating snapcraft.yaml will also need [2020-12-03T20:34:17.222Z] |to update this patch file, otherwise it may fail to apply, [2020-12-03T20:34:17.222Z] |resulting in a failed snap build CI check in the associated [2020-12-03T20:34:17.222Z] |pull request. [2020-12-03T20:34:17.222Z] | [2020-12-03T20:34:17.222Z] |Note - in addition to applying this patch, the pipeline also [2020-12-03T20:34:17.222Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2020-12-03T20:34:17.222Z] |need to build the finally binary .snap file (and it won't [2020-12-03T20:34:17.222Z] |work with the patch applied). This further reduces the build [2020-12-03T20:34:17.222Z] |time. [2020-12-03T20:34:17.222Z] |--- [2020-12-03T20:34:17.222Z] | snap/snapcraft.yaml | 466 +------------------------------------------- [2020-12-03T20:34:17.222Z] | 1 file changed, 2 insertions(+), 464 deletions(-) [2020-12-03T20:34:17.222Z] | [2020-12-03T20:34:17.222Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2020-12-03T20:34:17.222Z] |index b265277c..d7e1de37 100644 [2020-12-03T20:34:17.222Z] |--- a/snap/snapcraft.yaml [2020-12-03T20:34:17.222Z] |+++ b/snap/snapcraft.yaml [2020-12-03T20:34:17.222Z] -------------------------- [2020-12-03T20:34:17.222Z] patching file snap/snapcraft.yaml [2020-12-03T20:34:17.222Z] Using Plan A... [2020-12-03T20:34:17.222Z] Hunk #1 succeeded at 75. [2020-12-03T20:34:17.222Z] Hunk #2 succeeded at 84. [2020-12-03T20:34:17.222Z] Hunk #3 succeeded at 218. [2020-12-03T20:34:17.222Z] Hunk #4 succeeded at 233. [2020-12-03T20:34:17.222Z] Hunk #5 succeeded at 241. [2020-12-03T20:34:17.222Z] Hunk #6 succeeded at 248. [2020-12-03T20:34:17.222Z] Hunk #7 succeeded at 275. [2020-12-03T20:34:17.222Z] Hunk #8 succeeded at 309. [2020-12-03T20:34:17.222Z] Hunk #9 succeeded at 365. [2020-12-03T20:34:17.222Z] Hmm... Ignoring the trailing garbage. [2020-12-03T20:34:17.222Z] done [2020-12-03T20:34:17.222Z] + sudo snapcraft prime --use-lxd [2020-12-03T20:34:22.606Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2020-12-03T20:34:22.606Z] 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: [2020-12-03T20:34:22.606Z] - README.md [2020-12-03T20:34:22.606Z] [2020-12-03T20:34:22.606Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-03T20:34:25.218Z] Launching a container. [2020-12-03T20:34:47.387Z] Waiting for container to be ready [2020-12-03T20:34:47.387Z] To start your first instance, try: lxc launch ubuntu:18.04 [2020-12-03T20:34:47.387Z] [2020-12-03T20:34:59.785Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2020-12-03T20:35:00.381Z] Waiting for network to be ready... [2020-12-03T20:35:01.822Z] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-12-03T20:35:01.822Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [242 kB] [2020-12-03T20:35:02.097Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-12-03T20:35:02.371Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [852 kB] [2020-12-03T20:35:02.372Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-security/main Translation-en [285 kB] [2020-12-03T20:35:02.372Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [2360 B] [2020-12-03T20:35:02.372Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse Translation-en [2996 B] [2020-12-03T20:35:02.372Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [1172 B] [2020-12-03T20:35:02.372Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted Translation-en [24.4 kB] [2020-12-03T20:35:02.372Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [949 kB] [2020-12-03T20:35:02.649Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe Translation-en [245 kB] [2020-12-03T20:35:02.649Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 Packages [975 kB] [2020-12-03T20:35:02.649Z] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main Translation-en [516 kB] [2020-12-03T20:35:02.649Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse arm64 Packages [126 kB] [2020-12-03T20:35:02.649Z] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse Translation-en [108 kB] [2020-12-03T20:35:02.649Z] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/restricted arm64 Packages [664 B] [2020-12-03T20:35:02.649Z] Get:17 http://ports.ubuntu.com/ubuntu-ports bionic/restricted Translation-en [3584 B] [2020-12-03T20:35:02.649Z] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 Packages [8316 kB] [2020-12-03T20:35:02.922Z] Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/universe Translation-en [4941 kB] [2020-12-03T20:35:03.198Z] Get:20 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [1145 kB] [2020-12-03T20:35:03.198Z] Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main Translation-en [376 kB] [2020-12-03T20:35:03.198Z] Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [5252 B] [2020-12-03T20:35:03.198Z] Get:23 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse Translation-en [7308 B] [2020-12-03T20:35:03.198Z] Get:24 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [2116 B] [2020-12-03T20:35:03.198Z] Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted Translation-en [28.0 kB] [2020-12-03T20:35:03.198Z] Get:26 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1485 kB] [2020-12-03T20:35:03.470Z] Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe Translation-en [357 kB] [2020-12-03T20:35:11.733Z] Fetched 21.2 MB in 9s (2323 kB/s) [2020-12-03T20:35:14.343Z] Reading package lists... [2020-12-03T20:35:15.211Z] Reading package lists... [2020-12-03T20:35:15.804Z] Building dependency tree... [2020-12-03T20:35:15.804Z] Reading state information... [2020-12-03T20:35:16.400Z] The following additional packages will be installed: [2020-12-03T20:35:16.400Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-03T20:35:16.400Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-03T20:35:16.400Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-03T20:35:16.400Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2020-12-03T20:35:16.400Z] Suggested packages: [2020-12-03T20:35:16.400Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2020-12-03T20:35:16.400Z] Recommended packages: [2020-12-03T20:35:16.400Z] gnupg libsasl2-modules [2020-12-03T20:35:16.672Z] The following NEW packages will be installed: [2020-12-03T20:35:16.672Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-03T20:35:16.672Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-03T20:35:16.672Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-03T20:35:16.672Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2020-12-03T20:35:16.672Z] The following packages will be upgraded: [2020-12-03T20:35:16.672Z] gpg gpg-agent gpgconf libudev1 [2020-12-03T20:35:16.941Z] 4 upgraded, 18 newly installed, 0 to remove and 98 not upgraded. [2020-12-03T20:35:16.942Z] Need to get 3110 kB of archives. [2020-12-03T20:35:16.942Z] After this operation, 12.6 MB of additional disk space will be used. [2020-12-03T20:35:16.942Z] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libudev1 arm64 237-3ubuntu10.43 [49.2 kB] [2020-12-03T20:35:17.212Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 udev arm64 237-3ubuntu10.43 [1049 kB] [2020-12-03T20:35:17.806Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfuse2 arm64 2.9.7-1ubuntu1 [68.4 kB] [2020-12-03T20:35:17.806Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 fuse arm64 2.9.7-1ubuntu1 [22.7 kB] [2020-12-03T20:35:17.806Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 gpg arm64 2.2.4-1ubuntu1.3 [400 kB] [2020-12-03T20:35:17.806Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 gpgconf arm64 2.2.4-1ubuntu1.3 [107 kB] [2020-12-03T20:35:17.806Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 gpg-agent arm64 2.2.4-1ubuntu1.3 [190 kB] [2020-12-03T20:35:17.806Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libksba8 arm64 1.3.5-2 [77.4 kB] [2020-12-03T20:35:17.806Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libroken18-heimdal arm64 7.5.0+dfsg-1 [35.4 kB] [2020-12-03T20:35:17.806Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libasn1-8-heimdal arm64 7.5.0+dfsg-1 [130 kB] [2020-12-03T20:35:17.806Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libheimbase1-heimdal arm64 7.5.0+dfsg-1 [24.9 kB] [2020-12-03T20:35:17.806Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhcrypto4-heimdal arm64 7.5.0+dfsg-1 [76.4 kB] [2020-12-03T20:35:17.806Z] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libwind0-heimdal arm64 7.5.0+dfsg-1 [47.0 kB] [2020-12-03T20:35:17.806Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhx509-5-heimdal arm64 7.5.0+dfsg-1 [88.5 kB] [2020-12-03T20:35:17.806Z] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libkrb5-26-heimdal arm64 7.5.0+dfsg-1 [170 kB] [2020-12-03T20:35:17.806Z] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libheimntlm0-heimdal arm64 7.5.0+dfsg-1 [13.3 kB] [2020-12-03T20:35:17.806Z] Get:17 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgssapi3-heimdal arm64 7.5.0+dfsg-1 [79.1 kB] [2020-12-03T20:35:17.806Z] 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] [2020-12-03T20:35:17.806Z] 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] [2020-12-03T20:35:17.806Z] Get:20 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2020-12-03T20:35:17.806Z] 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] [2020-12-03T20:35:17.806Z] Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 dirmngr arm64 2.2.4-1ubuntu1.3 [276 kB] [2020-12-03T20:35:18.399Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-03T20:35:18.399Z] Fetched 3110 kB in 1s (2593 kB/s) [2020-12-03T20:35:18.672Z] (Reading database ... 12460 files and directories currently installed.) [2020-12-03T20:35:18.672Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_arm64.deb ... [2020-12-03T20:35:18.672Z] Unpacking libudev1:arm64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-03T20:35:18.672Z] Setting up libudev1:arm64 (237-3ubuntu10.43) ... [2020-12-03T20:35:18.948Z] Selecting previously unselected package udev. [2020-12-03T20:35:18.948Z] (Reading database ... 12460 files and directories currently installed.) [2020-12-03T20:35:18.948Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_arm64.deb ... [2020-12-03T20:35:19.221Z] Unpacking udev (237-3ubuntu10.43) ... [2020-12-03T20:35:19.496Z] Selecting previously unselected package libfuse2:arm64. [2020-12-03T20:35:19.496Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_arm64.deb ... [2020-12-03T20:35:19.496Z] Unpacking libfuse2:arm64 (2.9.7-1ubuntu1) ... [2020-12-03T20:35:19.769Z] Selecting previously unselected package fuse. [2020-12-03T20:35:19.769Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_arm64.deb ... [2020-12-03T20:35:19.769Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2020-12-03T20:35:20.040Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_arm64.deb ... [2020-12-03T20:35:20.040Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-03T20:35:20.311Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_arm64.deb ... [2020-12-03T20:35:20.311Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-03T20:35:20.583Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_arm64.deb ... [2020-12-03T20:35:20.583Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-03T20:35:20.583Z] Selecting previously unselected package libksba8:arm64. [2020-12-03T20:35:20.583Z] Preparing to unpack .../06-libksba8_1.3.5-2_arm64.deb ... [2020-12-03T20:35:20.583Z] Unpacking libksba8:arm64 (1.3.5-2) ... [2020-12-03T20:35:20.856Z] Selecting previously unselected package libroken18-heimdal:arm64. [2020-12-03T20:35:20.856Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_arm64.deb ... [2020-12-03T20:35:20.856Z] Unpacking libroken18-heimdal:arm64 (7.5.0+dfsg-1) ... [2020-12-03T20:35:21.127Z] Selecting previously unselected package libasn1-8-heimdal:arm64. [2020-12-03T20:35:21.127Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_arm64.deb ... [2020-12-03T20:35:21.127Z] Unpacking libasn1-8-heimdal:arm64 (7.5.0+dfsg-1) ... [2020-12-03T20:35:21.127Z] Selecting previously unselected package libheimbase1-heimdal:arm64. [2020-12-03T20:35:21.127Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_arm64.deb ... [2020-12-03T20:35:21.127Z] Unpacking libheimbase1-heimdal:arm64 (7.5.0+dfsg-1) ... [2020-12-03T20:35:21.400Z] Selecting previously unselected package libhcrypto4-heimdal:arm64. [2020-12-03T20:35:21.400Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_arm64.deb ... [2020-12-03T20:35:21.400Z] Unpacking libhcrypto4-heimdal:arm64 (7.5.0+dfsg-1) ... [2020-12-03T20:35:21.400Z] Selecting previously unselected package libwind0-heimdal:arm64. [2020-12-03T20:35:21.400Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_arm64.deb ... [2020-12-03T20:35:21.400Z] Unpacking libwind0-heimdal:arm64 (7.5.0+dfsg-1) ... [2020-12-03T20:35:21.673Z] Selecting previously unselected package libhx509-5-heimdal:arm64. [2020-12-03T20:35:21.673Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_arm64.deb ... [2020-12-03T20:35:21.673Z] Unpacking libhx509-5-heimdal:arm64 (7.5.0+dfsg-1) ... [2020-12-03T20:35:21.947Z] Selecting previously unselected package libkrb5-26-heimdal:arm64. [2020-12-03T20:35:21.947Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_arm64.deb ... [2020-12-03T20:35:21.947Z] Unpacking libkrb5-26-heimdal:arm64 (7.5.0+dfsg-1) ... [2020-12-03T20:35:21.947Z] Selecting previously unselected package libheimntlm0-heimdal:arm64. [2020-12-03T20:35:21.947Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_arm64.deb ... [2020-12-03T20:35:21.947Z] Unpacking libheimntlm0-heimdal:arm64 (7.5.0+dfsg-1) ... [2020-12-03T20:35:22.220Z] Selecting previously unselected package libgssapi3-heimdal:arm64. [2020-12-03T20:35:22.220Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_arm64.deb ... [2020-12-03T20:35:22.220Z] Unpacking libgssapi3-heimdal:arm64 (7.5.0+dfsg-1) ... [2020-12-03T20:35:22.494Z] Selecting previously unselected package libsasl2-modules-db:arm64. [2020-12-03T20:35:22.494Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_arm64.deb ... [2020-12-03T20:35:22.494Z] Unpacking libsasl2-modules-db:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-03T20:35:22.494Z] Selecting previously unselected package libsasl2-2:arm64. [2020-12-03T20:35:22.494Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_arm64.deb ... [2020-12-03T20:35:22.494Z] Unpacking libsasl2-2:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-03T20:35:22.766Z] Selecting previously unselected package libldap-common. [2020-12-03T20:35:22.766Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2020-12-03T20:35:22.766Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-03T20:35:22.766Z] Selecting previously unselected package libldap-2.4-2:arm64. [2020-12-03T20:35:22.766Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_arm64.deb ... [2020-12-03T20:35:22.766Z] Unpacking libldap-2.4-2:arm64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-03T20:35:23.039Z] Selecting previously unselected package dirmngr. [2020-12-03T20:35:23.039Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_arm64.deb ... [2020-12-03T20:35:23.039Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-03T20:35:23.311Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-03T20:35:23.311Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2020-12-03T20:35:23.311Z] Setting up libfuse2:arm64 (2.9.7-1ubuntu1) ... [2020-12-03T20:35:23.311Z] Setting up libsasl2-modules-db:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-03T20:35:23.311Z] Setting up libsasl2-2:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-03T20:35:23.311Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2020-12-03T20:35:23.583Z] Setting up libroken18-heimdal:arm64 (7.5.0+dfsg-1) ... [2020-12-03T20:35:23.583Z] Setting up libksba8:arm64 (1.3.5-2) ... [2020-12-03T20:35:23.583Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-03T20:35:23.583Z] Setting up udev (237-3ubuntu10.43) ... [2020-12-03T20:35:25.016Z] invoke-rc.d: policy-rc.d denied execution of start. [2020-12-03T20:35:25.288Z] Setting up libheimbase1-heimdal:arm64 (7.5.0+dfsg-1) ... [2020-12-03T20:35:25.288Z] Processing triggers for systemd (237-3ubuntu10) ... [2020-12-03T20:35:25.559Z] Setting up fuse (2.9.7-1ubuntu1) ... [2020-12-03T20:35:25.559Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2020-12-03T20:35:25.559Z] Setting up libwind0-heimdal:arm64 (7.5.0+dfsg-1) ... [2020-12-03T20:35:25.559Z] Setting up libasn1-8-heimdal:arm64 (7.5.0+dfsg-1) ... [2020-12-03T20:35:25.559Z] Setting up libhcrypto4-heimdal:arm64 (7.5.0+dfsg-1) ... [2020-12-03T20:35:25.830Z] Setting up libhx509-5-heimdal:arm64 (7.5.0+dfsg-1) ... [2020-12-03T20:35:25.830Z] Setting up libkrb5-26-heimdal:arm64 (7.5.0+dfsg-1) ... [2020-12-03T20:35:25.830Z] Setting up libheimntlm0-heimdal:arm64 (7.5.0+dfsg-1) ... [2020-12-03T20:35:25.830Z] Setting up libgssapi3-heimdal:arm64 (7.5.0+dfsg-1) ... [2020-12-03T20:35:25.830Z] Setting up libldap-2.4-2:arm64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-03T20:35:25.830Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-03T20:35:26.108Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-03T20:35:27.608Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2020-12-03T20:35:27.608Z] settings in the [Install] section, and DefaultInstance for template units). [2020-12-03T20:35:27.608Z] This means they are not meant to be enabled using systemctl. [2020-12-03T20:35:27.608Z] Possible reasons for having this kind of units are: [2020-12-03T20:35:27.608Z] 1) A unit may be statically enabled by being symlinked from another unit's [2020-12-03T20:35:27.608Z] .wants/ or .requires/ directory. [2020-12-03T20:35:27.608Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2020-12-03T20:35:27.608Z] a requirement dependency on it. [2020-12-03T20:35:27.609Z] 3) A unit may be started when needed via activation (socket, path, timer, [2020-12-03T20:35:27.609Z] D-Bus, udev, scripted systemctl call, ...). [2020-12-03T20:35:27.609Z] 4) In case of template units, the unit is meant to be enabled with some [2020-12-03T20:35:27.609Z] instance name specified. [2020-12-03T20:35:28.604Z] Reading package lists... [2020-12-03T20:35:29.200Z] Building dependency tree... [2020-12-03T20:35:29.200Z] Reading state information... [2020-12-03T20:35:29.797Z] The following additional packages will be installed: [2020-12-03T20:35:29.797Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2020-12-03T20:35:29.797Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2020-12-03T20:35:29.797Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2020-12-03T20:35:29.797Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2020-12-03T20:35:29.797Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2020-12-03T20:35:29.797Z] Suggested packages: [2020-12-03T20:35:29.797Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2020-12-03T20:35:29.797Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2020-12-03T20:35:29.797Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2020-12-03T20:35:29.797Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2020-12-03T20:35:29.797Z] systemd-container policykit-1 [2020-12-03T20:35:29.797Z] Recommended packages: [2020-12-03T20:35:29.797Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2020-12-03T20:35:30.071Z] The following NEW packages will be installed: [2020-12-03T20:35:30.071Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2020-12-03T20:35:30.071Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2020-12-03T20:35:30.071Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2020-12-03T20:35:30.071Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2020-12-03T20:35:30.071Z] python3.6-minimal snapd squashfs-tools sudo [2020-12-03T20:35:30.071Z] The following packages will be upgraded: [2020-12-03T20:35:30.071Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2020-12-03T20:35:30.342Z] 5 upgraded, 25 newly installed, 0 to remove and 93 not upgraded. [2020-12-03T20:35:30.342Z] Need to get 31.0 MB of archives. [2020-12-03T20:35:30.342Z] After this operation, 133 MB of additional disk space will be used. [2020-12-03T20:35:30.342Z] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 systemd arm64 237-3ubuntu10.43 [2560 kB] [2020-12-03T20:35:30.937Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libsystemd0 arm64 237-3ubuntu10.43 [175 kB] [2020-12-03T20:35:30.937Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libapt-pkg5.0 arm64 1.6.12ubuntu0.1 [766 kB] [2020-12-03T20:35:30.937Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 apt arm64 1.6.12ubuntu0.1 [1166 kB] [2020-12-03T20:35:31.210Z] 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] [2020-12-03T20:35:31.210Z] 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] [2020-12-03T20:35:31.210Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.2 [69.3 kB] [2020-12-03T20:35:31.210Z] 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] [2020-12-03T20:35:31.210Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-minimal arm64 3.6.7-1~18.04 [23.7 kB] [2020-12-03T20:35:31.210Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 mime-support all 3.60ubuntu1 [30.1 kB] [2020-12-03T20:35:31.210Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpdec2 arm64 2.4.2-1ubuntu1 [73.9 kB] [2020-12-03T20:35:31.210Z] 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] [2020-12-03T20:35:31.210Z] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 python3.6 arm64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2020-12-03T20:35:31.210Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpython3-stdlib arm64 3.6.7-1~18.04 [7240 B] [2020-12-03T20:35:31.210Z] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3 arm64 3.6.7-1~18.04 [47.2 kB] [2020-12-03T20:35:31.210Z] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 multiarch-support arm64 2.27-3ubuntu1.3 [6948 B] [2020-12-03T20:35:31.210Z] Get:17 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblzo2-2 arm64 2.08-1.2 [42.2 kB] [2020-12-03T20:35:31.490Z] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB] [2020-12-03T20:35:31.490Z] Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 sudo arm64 1.8.21p2-3ubuntu1.3 [382 kB] [2020-12-03T20:35:31.490Z] Get:20 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 apparmor arm64 2.12-4ubuntu5.1 [463 kB] [2020-12-03T20:35:31.490Z] Get:21 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB] [2020-12-03T20:35:31.490Z] Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libkrb5support0 arm64 1.16-2ubuntu0.2 [28.1 kB] [2020-12-03T20:35:31.490Z] Get:23 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libk5crypto3 arm64 1.16-2ubuntu0.2 [79.9 kB] [2020-12-03T20:35:31.490Z] Get:24 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libkeyutils1 arm64 1.5.9-9.2ubuntu2 [8112 B] [2020-12-03T20:35:31.490Z] Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libkrb5-3 arm64 1.16-2ubuntu0.2 [241 kB] [2020-12-03T20:35:31.490Z] Get:26 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libgssapi-krb5-2 arm64 1.16-2ubuntu0.2 [103 kB] [2020-12-03T20:35:31.490Z] Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libssl1.0.0 arm64 1.0.2n-1ubuntu5.4 [724 kB] [2020-12-03T20:35:31.490Z] Get:28 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.3 [527 kB] [2020-12-03T20:35:31.490Z] 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] [2020-12-03T20:35:31.490Z] Get:30 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 snapd arm64 2.48+18.04 [18.6 MB] [2020-12-03T20:35:32.931Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-03T20:35:32.931Z] Fetched 31.0 MB in 2s (13.4 MB/s) [2020-12-03T20:35:32.931Z] (Reading database ... 12706 files and directories currently installed.) [2020-12-03T20:35:32.931Z] Preparing to unpack .../systemd_237-3ubuntu10.43_arm64.deb ... [2020-12-03T20:35:33.563Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-03T20:35:34.545Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_arm64.deb ... [2020-12-03T20:35:34.545Z] Unpacking libsystemd0:arm64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-03T20:35:34.819Z] Setting up libsystemd0:arm64 (237-3ubuntu10.43) ... [2020-12-03T20:35:34.819Z] (Reading database ... 12706 files and directories currently installed.) [2020-12-03T20:35:34.819Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.1_arm64.deb ... [2020-12-03T20:35:35.111Z] Unpacking libapt-pkg5.0:arm64 (1.6.12ubuntu0.1) over (1.6.1) ... [2020-12-03T20:35:35.733Z] Setting up libapt-pkg5.0:arm64 (1.6.12ubuntu0.1) ... [2020-12-03T20:35:35.733Z] (Reading database ... 12706 files and directories currently installed.) [2020-12-03T20:35:35.733Z] Preparing to unpack .../apt_1.6.12ubuntu0.1_arm64.deb ... [2020-12-03T20:35:36.024Z] Unpacking apt (1.6.12ubuntu0.1) over (1.6.1) ... [2020-12-03T20:35:36.622Z] Setting up apt (1.6.12ubuntu0.1) ... [2020-12-03T20:35:36.622Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2020-12-03T20:35:38.049Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2020-12-03T20:35:38.322Z] (Reading database ... 12713 files and directories currently installed.) [2020-12-03T20:35:38.322Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.6_arm64.deb ... [2020-12-03T20:35:38.322Z] Unpacking libssl1.1:arm64 (1.1.1-1ubuntu2.1~18.04.6) over (1.1.0g-2ubuntu4) ... [2020-12-03T20:35:38.594Z] Selecting previously unselected package libpython3.6-minimal:arm64. [2020-12-03T20:35:38.594Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_arm64.deb ... [2020-12-03T20:35:38.594Z] Unpacking libpython3.6-minimal:arm64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-03T20:35:39.189Z] Selecting previously unselected package libexpat1:arm64. [2020-12-03T20:35:39.190Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_arm64.deb ... [2020-12-03T20:35:39.190Z] Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-12-03T20:35:39.190Z] Selecting previously unselected package python3.6-minimal. [2020-12-03T20:35:39.190Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_arm64.deb ... [2020-12-03T20:35:39.190Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-03T20:35:39.788Z] Setting up libssl1.1:arm64 (1.1.1-1ubuntu2.1~18.04.6) ... [2020-12-03T20:35:40.060Z] Checking for services that may need to be restarted...done. [2020-12-03T20:35:40.060Z] Checking for services that may need to be restarted...done. [2020-12-03T20:35:40.060Z] Setting up libpython3.6-minimal:arm64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-03T20:35:40.331Z] Setting up libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-12-03T20:35:40.331Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-03T20:35:42.300Z] Selecting previously unselected package python3-minimal. [2020-12-03T20:35:42.300Z] (Reading database ... 12961 files and directories currently installed.) [2020-12-03T20:35:42.300Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_arm64.deb ... [2020-12-03T20:35:42.300Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2020-12-03T20:35:42.574Z] Selecting previously unselected package mime-support. [2020-12-03T20:35:42.574Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2020-12-03T20:35:42.574Z] Unpacking mime-support (3.60ubuntu1) ... [2020-12-03T20:35:42.850Z] Selecting previously unselected package libmpdec2:arm64. [2020-12-03T20:35:42.850Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_arm64.deb ... [2020-12-03T20:35:42.850Z] Unpacking libmpdec2:arm64 (2.4.2-1ubuntu1) ... [2020-12-03T20:35:42.850Z] Selecting previously unselected package libpython3.6-stdlib:arm64. [2020-12-03T20:35:42.850Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_arm64.deb ... [2020-12-03T20:35:42.850Z] Unpacking libpython3.6-stdlib:arm64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-03T20:35:43.447Z] Selecting previously unselected package python3.6. [2020-12-03T20:35:43.447Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_arm64.deb ... [2020-12-03T20:35:43.447Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-03T20:35:43.720Z] Selecting previously unselected package libpython3-stdlib:arm64. [2020-12-03T20:35:43.720Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_arm64.deb ... [2020-12-03T20:35:43.720Z] Unpacking libpython3-stdlib:arm64 (3.6.7-1~18.04) ... [2020-12-03T20:35:43.720Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2020-12-03T20:35:44.696Z] Selecting previously unselected package python3. [2020-12-03T20:35:44.696Z] (Reading database ... 13391 files and directories currently installed.) [2020-12-03T20:35:44.696Z] Preparing to unpack .../python3_3.6.7-1~18.04_arm64.deb ... [2020-12-03T20:35:44.696Z] Unpacking python3 (3.6.7-1~18.04) ... [2020-12-03T20:35:44.968Z] Selecting previously unselected package multiarch-support. [2020-12-03T20:35:44.968Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.3_arm64.deb ... [2020-12-03T20:35:44.968Z] Unpacking multiarch-support (2.27-3ubuntu1.3) ... [2020-12-03T20:35:44.968Z] Setting up multiarch-support (2.27-3ubuntu1.3) ... [2020-12-03T20:35:45.239Z] Selecting previously unselected package liblzo2-2:arm64. [2020-12-03T20:35:45.239Z] (Reading database ... 13428 files and directories currently installed.) [2020-12-03T20:35:45.239Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_arm64.deb ... [2020-12-03T20:35:45.239Z] Unpacking liblzo2-2:arm64 (2.08-1.2) ... [2020-12-03T20:35:45.239Z] Selecting previously unselected package libbsd0:arm64. [2020-12-03T20:35:45.239Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ... [2020-12-03T20:35:45.239Z] Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-12-03T20:35:45.513Z] Selecting previously unselected package sudo. [2020-12-03T20:35:45.513Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_arm64.deb ... [2020-12-03T20:35:45.513Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-03T20:35:45.791Z] Selecting previously unselected package apparmor. [2020-12-03T20:35:45.791Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_arm64.deb ... [2020-12-03T20:35:46.069Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2020-12-03T20:35:46.348Z] Selecting previously unselected package libedit2:arm64. [2020-12-03T20:35:46.348Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_arm64.deb ... [2020-12-03T20:35:46.348Z] Unpacking libedit2:arm64 (3.1-20170329-1) ... [2020-12-03T20:35:46.623Z] Selecting previously unselected package libkrb5support0:arm64. [2020-12-03T20:35:46.623Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_arm64.deb ... [2020-12-03T20:35:46.623Z] Unpacking libkrb5support0:arm64 (1.16-2ubuntu0.2) ... [2020-12-03T20:35:46.623Z] Selecting previously unselected package libk5crypto3:arm64. [2020-12-03T20:35:46.623Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_arm64.deb ... [2020-12-03T20:35:46.623Z] Unpacking libk5crypto3:arm64 (1.16-2ubuntu0.2) ... [2020-12-03T20:35:46.897Z] Selecting previously unselected package libkeyutils1:arm64. [2020-12-03T20:35:46.897Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_arm64.deb ... [2020-12-03T20:35:46.897Z] Unpacking libkeyutils1:arm64 (1.5.9-9.2ubuntu2) ... [2020-12-03T20:35:46.897Z] Selecting previously unselected package libkrb5-3:arm64. [2020-12-03T20:35:46.897Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_arm64.deb ... [2020-12-03T20:35:46.897Z] Unpacking libkrb5-3:arm64 (1.16-2ubuntu0.2) ... [2020-12-03T20:35:47.172Z] Selecting previously unselected package libgssapi-krb5-2:arm64. [2020-12-03T20:35:47.172Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_arm64.deb ... [2020-12-03T20:35:47.172Z] Unpacking libgssapi-krb5-2:arm64 (1.16-2ubuntu0.2) ... [2020-12-03T20:35:47.445Z] Selecting previously unselected package libssl1.0.0:arm64. [2020-12-03T20:35:47.445Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.4_arm64.deb ... [2020-12-03T20:35:47.445Z] Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.4) ... [2020-12-03T20:35:47.718Z] Selecting previously unselected package openssh-client. [2020-12-03T20:35:47.718Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_arm64.deb ... [2020-12-03T20:35:47.718Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-03T20:35:48.000Z] Selecting previously unselected package squashfs-tools. [2020-12-03T20:35:48.000Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_arm64.deb ... [2020-12-03T20:35:48.000Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-03T20:35:48.281Z] Selecting previously unselected package snapd. [2020-12-03T20:35:48.281Z] Preparing to unpack .../13-snapd_2.48+18.04_arm64.deb ... [2020-12-03T20:35:48.281Z] Unpacking snapd (2.48+18.04) ... [2020-12-03T20:35:53.678Z] Setting up libedit2:arm64 (3.1-20170329-1) ... [2020-12-03T20:35:53.678Z] Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.4) ... [2020-12-03T20:35:53.678Z] Setting up mime-support (3.60ubuntu1) ... [2020-12-03T20:35:53.678Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-03T20:35:53.678Z] Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-12-03T20:35:53.678Z] Setting up libkrb5support0:arm64 (1.16-2ubuntu0.2) ... [2020-12-03T20:35:53.678Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-03T20:35:53.678Z] Setting up systemd (237-3ubuntu10.43) ... [2020-12-03T20:35:53.678Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2020-12-03T20:35:55.650Z] Setting up libkeyutils1:arm64 (1.5.9-9.2ubuntu2) ... [2020-12-03T20:35:55.650Z] Setting up libmpdec2:arm64 (2.4.2-1ubuntu1) ... [2020-12-03T20:35:55.650Z] Setting up liblzo2-2:arm64 (2.08-1.2) ... [2020-12-03T20:35:55.650Z] Setting up libpython3.6-stdlib:arm64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-03T20:35:55.650Z] Setting up libk5crypto3:arm64 (1.16-2ubuntu0.2) ... [2020-12-03T20:35:55.650Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-03T20:35:59.035Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-03T20:35:59.035Z] Setting up libkrb5-3:arm64 (1.16-2ubuntu0.2) ... [2020-12-03T20:35:59.035Z] Setting up libpython3-stdlib:arm64 (3.6.7-1~18.04) ... [2020-12-03T20:35:59.035Z] Setting up python3 (3.6.7-1~18.04) ... [2020-12-03T20:35:59.035Z] running python rtupdate hooks for python3.6... [2020-12-03T20:35:59.035Z] running python post-rtupdate hooks for python3.6... [2020-12-03T20:35:59.035Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2020-12-03T20:36:01.663Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2020-12-03T20:36:02.287Z] Setting up libgssapi-krb5-2:arm64 (1.16-2ubuntu0.2) ... [2020-12-03T20:36:02.287Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-03T20:36:02.566Z] Setting up snapd (2.48+18.04) ... [2020-12-03T20:36:04.560Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2020-12-03T20:36:05.154Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2020-12-03T20:36:05.747Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2020-12-03T20:36:06.343Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2020-12-03T20:36:06.938Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-03T20:36:06.938Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-03T20:36:07.917Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2020-12-03T20:36:08.511Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2020-12-03T20:36:09.105Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2020-12-03T20:36:09.700Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2020-12-03T20:36:10.294Z] /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' [2020-12-03T20:36:10.294Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-03T20:36:10.294Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-03T20:36:13.699Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [2020-12-03T20:36:13.699Z] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-12-03T20:36:13.699Z] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [2020-12-03T20:36:18.986Z] Reading package lists... [2020-12-03T20:36:19.962Z] Reading package lists... [2020-12-03T20:36:20.557Z] Building dependency tree... [2020-12-03T20:36:20.557Z] Reading state information... [2020-12-03T20:36:21.426Z] Calculating upgrade... [2020-12-03T20:36:22.411Z] The following packages will be upgraded: [2020-12-03T20:36:22.411Z] advancecomp base-files bash binutils binutils-aarch64-linux-gnu [2020-12-03T20:36:22.411Z] binutils-common bsdutils bzip2 ca-certificates cpp cpp-7 debconf dpkg [2020-12-03T20:36:22.411Z] dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv grep [2020-12-03T20:36:22.411Z] libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 libc-bin [2020-12-03T20:36:22.411Z] libc-dev-bin libc6 libc6-dev libcc1-0 libcom-err2 libcryptsetup12 libdb5.3 [2020-12-03T20:36:22.411Z] libdevmapper1.02.1 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 [2020-12-03T20:36:22.411Z] libgcrypt20 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 [2020-12-03T20:36:22.411Z] libkmod2 liblsan0 libmount1 libncurses5 libncursesw5 libpam-modules [2020-12-03T20:36:22.411Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2020-12-03T20:36:22.411Z] libprocps6 libseccomp2 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev [2020-12-03T20:36:22.411Z] libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 [2020-12-03T20:36:22.411Z] linux-libc-dev login mount ncurses-base ncurses-bin openssl passwd patch [2020-12-03T20:36:22.411Z] perl perl-base perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar [2020-12-03T20:36:22.411Z] tzdata ubuntu-keyring util-linux [2020-12-03T20:36:22.411Z] 93 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2020-12-03T20:36:22.411Z] Need to get 54.3 MB of archives. [2020-12-03T20:36:22.411Z] After this operation, 5767 kB of additional disk space will be used. [2020-12-03T20:36:22.411Z] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc6-dev arm64 2.27-3ubuntu1.3 [2049 kB] [2020-12-03T20:36:23.386Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc-dev-bin arm64 2.27-3ubuntu1.3 [58.6 kB] [2020-12-03T20:36:23.386Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 linux-libc-dev arm64 4.15.0-126.129 [966 kB] [2020-12-03T20:36:23.386Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libtsan0 arm64 8.4.0-1ubuntu1~18.04 [269 kB] [2020-12-03T20:36:23.386Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 liblsan0 arm64 8.4.0-1ubuntu1~18.04 [121 kB] [2020-12-03T20:36:23.386Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libitm1 arm64 8.4.0-1ubuntu1~18.04 [24.3 kB] [2020-12-03T20:36:23.386Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libgomp1 arm64 8.4.0-1ubuntu1~18.04 [69.7 kB] [2020-12-03T20:36:23.386Z] 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] [2020-12-03T20:36:23.386Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libgcc1 arm64 1:8.4.0-1ubuntu1~18.04 [34.4 kB] [2020-12-03T20:36:23.386Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libcc1-0 arm64 8.4.0-1ubuntu1~18.04 [36.5 kB] [2020-12-03T20:36:23.386Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libatomic1 arm64 8.4.0-1ubuntu1~18.04 [9176 B] [2020-12-03T20:36:23.386Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libstdc++6 arm64 8.4.0-1ubuntu1~18.04 [372 kB] [2020-12-03T20:36:23.657Z] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc6 arm64 2.27-3ubuntu1.3 [2275 kB] [2020-12-03T20:36:23.657Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 base-files arm64 10.1ubuntu2.10 [60.2 kB] [2020-12-03T20:36:23.657Z] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 bash arm64 4.4.18-2ubuntu1.2 [546 kB] [2020-12-03T20:36:23.657Z] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 bsdutils arm64 1:2.31.1-0.4ubuntu3.7 [54.6 kB] [2020-12-03T20:36:23.657Z] Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 tar arm64 1.29b-2ubuntu0.1 [207 kB] [2020-12-03T20:36:23.657Z] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dpkg arm64 1.19.0.5ubuntu2.3 [1090 kB] [2020-12-03T20:36:23.657Z] Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libext2fs2 arm64 1.44.1-1ubuntu1.3 [137 kB] [2020-12-03T20:36:23.657Z] Get:20 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 e2fsprogs arm64 1.44.1-1ubuntu1.3 [346 kB] [2020-12-03T20:36:23.657Z] Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 grep arm64 3.1-2build1 [145 kB] [2020-12-03T20:36:23.932Z] Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 login arm64 1:4.5-1ubuntu2 [301 kB] [2020-12-03T20:36:23.932Z] Get:23 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 ncurses-bin arm64 6.1-1ubuntu1.18.04 [154 kB] [2020-12-03T20:36:23.932Z] Get:24 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.5 [3335 kB] [2020-12-03T20:36:23.932Z] Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 perl arm64 5.26.1-6ubuntu0.5 [201 kB] [2020-12-03T20:36:23.932Z] Get:26 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 perl-base arm64 5.26.1-6ubuntu0.5 [1237 kB] [2020-12-03T20:36:23.932Z] Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2020-12-03T20:36:24.204Z] Get:28 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 bzip2 arm64 1.0.6-8.1ubuntu0.2 [32.2 kB] [2020-12-03T20:36:24.204Z] 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] [2020-12-03T20:36:24.204Z] Get:30 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libdb5.3 arm64 5.3.28-13.1ubuntu1.1 [573 kB] [2020-12-03T20:36:24.204Z] Get:31 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libuuid1 arm64 2.31.1-0.4ubuntu3.7 [18.5 kB] [2020-12-03T20:36:24.204Z] Get:32 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libblkid1 arm64 2.31.1-0.4ubuntu3.7 [105 kB] [2020-12-03T20:36:24.204Z] Get:33 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libfdisk1 arm64 2.31.1-0.4ubuntu3.7 [138 kB] [2020-12-03T20:36:24.204Z] Get:34 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libmount1 arm64 2.31.1-0.4ubuntu3.7 [115 kB] [2020-12-03T20:36:24.204Z] Get:35 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libncurses5 arm64 6.1-1ubuntu1.18.04 [77.0 kB] [2020-12-03T20:36:24.204Z] Get:36 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libtinfo5 arm64 6.1-1ubuntu1.18.04 [71.0 kB] [2020-12-03T20:36:24.204Z] Get:37 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libncursesw5 arm64 6.1-1ubuntu1.18.04 [96.4 kB] [2020-12-03T20:36:24.204Z] Get:38 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libsmartcols1 arm64 2.31.1-0.4ubuntu3.7 [70.8 kB] [2020-12-03T20:36:24.476Z] Get:39 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 fdisk arm64 2.31.1-0.4ubuntu3.7 [95.1 kB] [2020-12-03T20:36:24.476Z] Get:40 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 util-linux arm64 2.31.1-0.4ubuntu3.7 [818 kB] [2020-12-03T20:36:24.476Z] Get:41 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc-bin arm64 2.27-3ubuntu1.3 [466 kB] [2020-12-03T20:36:24.476Z] Get:42 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2020-12-03T20:36:24.476Z] Get:43 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 debconf all 1.5.66ubuntu1 [124 kB] [2020-12-03T20:36:24.476Z] 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] [2020-12-03T20:36:24.476Z] 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] [2020-12-03T20:36:24.476Z] 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] [2020-12-03T20:36:24.476Z] Get:47 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 mount arm64 2.31.1-0.4ubuntu3.7 [97.9 kB] [2020-12-03T20:36:24.476Z] Get:48 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 systemd-sysv arm64 237-3ubuntu10.43 [15.7 kB] [2020-12-03T20:36:24.476Z] Get:49 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libcom-err2 arm64 1.44.1-1ubuntu1.3 [8292 B] [2020-12-03T20:36:24.476Z] Get:50 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libgcrypt20 arm64 1.8.1-4ubuntu1.2 [325 kB] [2020-12-03T20:36:24.749Z] 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] [2020-12-03T20:36:24.749Z] Get:52 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libss2 arm64 1.44.1-1ubuntu1.3 [9984 B] [2020-12-03T20:36:24.749Z] Get:53 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libzstd1 arm64 1.3.3+dfsg-2ubuntu1.1 [161 kB] [2020-12-03T20:36:24.749Z] Get:54 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 passwd arm64 1:4.5-1ubuntu2 [761 kB] [2020-12-03T20:36:24.749Z] Get:55 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 gpgv arm64 2.2.4-1ubuntu1.3 [167 kB] [2020-12-03T20:36:24.749Z] Get:56 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libunistring2 arm64 0.9.9-0ubuntu2 [353 kB] [2020-12-03T20:36:24.749Z] Get:57 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libidn2-0 arm64 2.0.4-1.1ubuntu0.2 [46.2 kB] [2020-12-03T20:36:24.749Z] Get:58 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgnutls30 arm64 3.5.18-1ubuntu1.4 [541 kB] [2020-12-03T20:36:24.749Z] Get:59 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libseccomp2 arm64 2.4.3-1ubuntu3.18.04.3 [37.0 kB] [2020-12-03T20:36:24.749Z] 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] [2020-12-03T20:36:24.749Z] Get:61 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libprocps6 arm64 2:3.3.12-3ubuntu1.2 [28.7 kB] [2020-12-03T20:36:24.749Z] Get:62 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 procps arm64 2:3.3.12-3ubuntu1.2 [207 kB] [2020-12-03T20:36:24.749Z] Get:63 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 openssl arm64 1.1.1-1ubuntu2.1~18.04.6 [583 kB] [2020-12-03T20:36:25.021Z] Get:64 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2020-12-03T20:36:25.021Z] Get:65 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libapparmor1 arm64 2.12-4ubuntu5.1 [28.4 kB] [2020-12-03T20:36:25.021Z] 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] [2020-12-03T20:36:25.021Z] Get:67 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libjson-c3 arm64 0.12.1-1.3ubuntu0.3 [19.7 kB] [2020-12-03T20:36:25.021Z] Get:68 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcryptsetup12 arm64 2:2.0.2-1ubuntu1.2 [112 kB] [2020-12-03T20:36:25.021Z] Get:69 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libidn11 arm64 1.33-2.1ubuntu1.2 [44.0 kB] [2020-12-03T20:36:25.021Z] Get:70 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libkmod2 arm64 24-1ubuntu3.5 [32.8 kB] [2020-12-03T20:36:25.021Z] Get:71 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libsqlite3-0 arm64 3.22.0-1ubuntu0.4 [430 kB] [2020-12-03T20:36:25.021Z] Get:72 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2020-12-03T20:36:25.021Z] Get:73 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libpng16-16 arm64 1.6.34-1ubuntu0.18.04.2 [162 kB] [2020-12-03T20:36:25.021Z] Get:74 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 advancecomp arm64 2.1-1ubuntu0.18.04.1 [177 kB] [2020-12-03T20:36:25.021Z] 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] [2020-12-03T20:36:25.293Z] Get:76 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libbinutils arm64 2.30-21ubuntu1~18.04.4 [417 kB] [2020-12-03T20:36:25.293Z] Get:77 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 binutils arm64 2.30-21ubuntu1~18.04.4 [3364 B] [2020-12-03T20:36:25.293Z] Get:78 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 binutils-common arm64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-12-03T20:36:25.293Z] Get:79 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libubsan0 arm64 7.5.0-3ubuntu1~18.04 [117 kB] [2020-12-03T20:36:25.293Z] Get:80 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libasan4 arm64 7.5.0-3ubuntu1~18.04 [335 kB] [2020-12-03T20:36:25.293Z] Get:81 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 g++-7 arm64 7.5.0-3ubuntu1~18.04 [8077 kB] [2020-12-03T20:36:25.570Z] Get:82 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 gcc-7 arm64 7.5.0-3ubuntu1~18.04 [7772 kB] [2020-12-03T20:36:25.856Z] Get:83 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libstdc++-7-dev arm64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-12-03T20:36:26.137Z] Get:84 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libgcc-7-dev arm64 7.5.0-3ubuntu1~18.04 [833 kB] [2020-12-03T20:36:26.137Z] Get:85 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 cpp-7 arm64 7.5.0-3ubuntu1~18.04 [7046 kB] [2020-12-03T20:36:26.410Z] 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] [2020-12-03T20:36:26.410Z] Get:87 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 cpp arm64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-12-03T20:36:26.410Z] Get:88 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-12-03T20:36:26.410Z] Get:89 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-12-03T20:36:26.410Z] Get:90 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] [2020-12-03T20:36:26.410Z] Get:91 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 gcc arm64 4:7.4.0-1ubuntu2.3 [5208 B] [2020-12-03T20:36:26.410Z] Get:92 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 g++ arm64 4:7.4.0-1ubuntu2.3 [1552 B] [2020-12-03T20:36:26.410Z] Get:93 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2020-12-03T20:36:27.003Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-03T20:36:27.003Z] Fetched 54.3 MB in 4s (13.3 MB/s) [2020-12-03T20:36:27.277Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T20:36:27.277Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.3_arm64.deb ... [2020-12-03T20:36:27.277Z] Unpacking libc6-dev:arm64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-03T20:36:28.709Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.3_arm64.deb ... [2020-12-03T20:36:28.709Z] Unpacking libc-dev-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-03T20:36:28.709Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-126.129_arm64.deb ... [2020-12-03T20:36:28.709Z] Unpacking linux-libc-dev:arm64 (4.15.0-126.129) over (4.15.0-20.21) ... [2020-12-03T20:36:29.689Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-12-03T20:36:29.689Z] Unpacking libtsan0:arm64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-03T20:36:29.689Z] Preparing to unpack .../4-liblsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-12-03T20:36:29.962Z] Unpacking liblsan0:arm64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-03T20:36:29.962Z] Preparing to unpack .../5-libitm1_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-12-03T20:36:29.962Z] Unpacking libitm1:arm64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-03T20:36:30.235Z] Preparing to unpack .../6-libgomp1_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-12-03T20:36:30.235Z] Unpacking libgomp1:arm64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-03T20:36:30.507Z] Preparing to unpack .../7-gcc-8-base_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-12-03T20:36:30.507Z] Unpacking gcc-8-base:arm64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-03T20:36:30.507Z] Setting up gcc-8-base:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T20:36:30.781Z] (Reading database ... 13860 files and directories currently installed.) [2020-12-03T20:36:30.781Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-12-03T20:36:30.781Z] Unpacking libgcc1:arm64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2020-12-03T20:36:31.054Z] Setting up libgcc1:arm64 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-03T20:36:31.054Z] (Reading database ... 13860 files and directories currently installed.) [2020-12-03T20:36:31.054Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-12-03T20:36:31.054Z] Unpacking libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-03T20:36:31.333Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-12-03T20:36:31.333Z] Unpacking libatomic1:arm64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-03T20:36:31.612Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-12-03T20:36:31.612Z] Unpacking libstdc++6:arm64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-03T20:36:31.893Z] Setting up libstdc++6:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T20:36:32.179Z] (Reading database ... 13860 files and directories currently installed.) [2020-12-03T20:36:32.179Z] Preparing to unpack .../libc6_2.27-3ubuntu1.3_arm64.deb ... [2020-12-03T20:36:32.774Z] Unpacking libc6:arm64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-03T20:36:33.754Z] Setting up libc6:arm64 (2.27-3ubuntu1.3) ... [2020-12-03T20:36:34.355Z] (Reading database ... 13860 files and directories currently installed.) [2020-12-03T20:36:34.355Z] Preparing to unpack .../base-files_10.1ubuntu2.10_arm64.deb ... [2020-12-03T20:36:34.355Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2020-12-03T20:36:34.355Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2020-12-03T20:36:34.355Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2020-12-03T20:36:34.962Z] Setting up base-files (10.1ubuntu2.10) ... [2020-12-03T20:36:35.300Z] Installing new version of config file /etc/issue ... [2020-12-03T20:36:35.300Z] Installing new version of config file /etc/issue.net ... [2020-12-03T20:36:35.300Z] Installing new version of config file /etc/lsb-release ... [2020-12-03T20:36:35.300Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2020-12-03T20:36:36.277Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2020-12-03T20:36:36.277Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2020-12-03T20:36:36.277Z] Removing obsolete conffile /etc/default/motd-news ... [2020-12-03T20:36:36.550Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T20:36:36.550Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_arm64.deb ... [2020-12-03T20:36:36.550Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2020-12-03T20:36:36.824Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2020-12-03T20:36:36.824Z] 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 [2020-12-03T20:36:37.097Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T20:36:37.097Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_arm64.deb ... [2020-12-03T20:36:37.097Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2020-12-03T20:36:37.374Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2020-12-03T20:36:37.374Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T20:36:37.374Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_arm64.deb ... [2020-12-03T20:36:37.374Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2020-12-03T20:36:37.647Z] Setting up tar (1.29b-2ubuntu0.1) ... [2020-12-03T20:36:37.919Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T20:36:37.919Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_arm64.deb ... [2020-12-03T20:36:37.919Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-03T20:36:38.515Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2020-12-03T20:36:38.788Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T20:36:38.788Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_arm64.deb ... [2020-12-03T20:36:38.788Z] Unpacking libext2fs2:arm64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-03T20:36:38.788Z] Setting up libext2fs2:arm64 (1.44.1-1ubuntu1.3) ... [2020-12-03T20:36:39.060Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T20:36:39.060Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_arm64.deb ... [2020-12-03T20:36:39.060Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-03T20:36:39.332Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2020-12-03T20:36:39.605Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T20:36:39.605Z] Preparing to unpack .../grep_3.1-2build1_arm64.deb ... [2020-12-03T20:36:39.605Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2020-12-03T20:36:39.876Z] Setting up grep (3.1-2build1) ... [2020-12-03T20:36:39.876Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T20:36:39.876Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_arm64.deb ... [2020-12-03T20:36:40.148Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-03T20:36:40.148Z] Setting up login (1:4.5-1ubuntu2) ... [2020-12-03T20:36:40.420Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T20:36:40.420Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_arm64.deb ... [2020-12-03T20:36:40.420Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-03T20:36:40.696Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2020-12-03T20:36:40.968Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T20:36:40.968Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_arm64.deb ... [2020-12-03T20:36:40.968Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-03T20:36:42.403Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_arm64.deb ... [2020-12-03T20:36:42.403Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-03T20:36:42.403Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_arm64.deb ... [2020-12-03T20:36:42.677Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-03T20:36:43.272Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-12-03T20:36:43.544Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T20:36:43.544Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-12-03T20:36:43.544Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-03T20:36:45.010Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_arm64.deb ... [2020-12-03T20:36:45.010Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-03T20:36:45.283Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_arm64.deb ... [2020-12-03T20:36:45.283Z] Unpacking libbz2-1.0:arm64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-03T20:36:45.559Z] Setting up libbz2-1.0:arm64 (1.0.6-8.1ubuntu0.2) ... [2020-12-03T20:36:45.559Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T20:36:45.559Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_arm64.deb ... [2020-12-03T20:36:45.559Z] Unpacking libdb5.3:arm64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2020-12-03T20:36:45.835Z] Setting up libdb5.3:arm64 (5.3.28-13.1ubuntu1.1) ... [2020-12-03T20:36:46.138Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T20:36:46.138Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_arm64.deb ... [2020-12-03T20:36:46.138Z] Unpacking libuuid1:arm64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-03T20:36:46.411Z] Setting up libuuid1:arm64 (2.31.1-0.4ubuntu3.7) ... [2020-12-03T20:36:46.411Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T20:36:46.411Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_arm64.deb ... [2020-12-03T20:36:46.411Z] Unpacking libblkid1:arm64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-03T20:36:46.686Z] Setting up libblkid1:arm64 (2.31.1-0.4ubuntu3.7) ... [2020-12-03T20:36:46.966Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T20:36:46.966Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_arm64.deb ... [2020-12-03T20:36:46.966Z] Unpacking libfdisk1:arm64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-03T20:36:47.314Z] Setting up libfdisk1:arm64 (2.31.1-0.4ubuntu3.7) ... [2020-12-03T20:36:47.588Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T20:36:47.588Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_arm64.deb ... [2020-12-03T20:36:47.588Z] Unpacking libmount1:arm64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-03T20:36:47.863Z] Setting up libmount1:arm64 (2.31.1-0.4ubuntu3.7) ... [2020-12-03T20:36:48.137Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T20:36:48.137Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_arm64.deb ... [2020-12-03T20:36:48.137Z] Unpacking libncurses5:arm64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-03T20:36:48.409Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_arm64.deb ... [2020-12-03T20:36:48.409Z] Unpacking libtinfo5:arm64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-03T20:36:48.409Z] Setting up libtinfo5:arm64 (6.1-1ubuntu1.18.04) ... [2020-12-03T20:36:48.693Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T20:36:48.693Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_arm64.deb ... [2020-12-03T20:36:48.693Z] Unpacking libncursesw5:arm64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-03T20:36:48.966Z] Setting up libncursesw5:arm64 (6.1-1ubuntu1.18.04) ... [2020-12-03T20:36:48.966Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T20:36:48.966Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_arm64.deb ... [2020-12-03T20:36:49.240Z] Unpacking libsmartcols1:arm64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-03T20:36:49.240Z] Setting up libsmartcols1:arm64 (2.31.1-0.4ubuntu3.7) ... [2020-12-03T20:36:49.514Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T20:36:49.514Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_arm64.deb ... [2020-12-03T20:36:49.514Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-03T20:36:49.788Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2020-12-03T20:36:49.788Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T20:36:49.788Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_arm64.deb ... [2020-12-03T20:36:50.067Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-03T20:36:51.092Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2020-12-03T20:36:52.074Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2020-12-03T20:36:53.055Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2020-12-03T20:36:53.330Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T20:36:53.330Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.3_arm64.deb ... [2020-12-03T20:36:53.330Z] Unpacking libc-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-03T20:36:53.927Z] Setting up libc-bin (2.27-3ubuntu1.3) ... [2020-12-03T20:36:53.927Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T20:36:53.927Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2020-12-03T20:36:54.200Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-03T20:36:54.200Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2020-12-03T20:36:54.474Z] (Reading database ... 13863 files and directories currently installed.) [2020-12-03T20:36:54.474Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2020-12-03T20:36:54.748Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2020-12-03T20:36:55.022Z] Setting up debconf (1.5.66ubuntu1) ... [2020-12-03T20:36:55.617Z] (Reading database ... 13863 files and directories currently installed.) [2020-12-03T20:36:55.617Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_arm64.deb ... [2020-12-03T20:36:55.617Z] Unpacking libpam0g:arm64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-03T20:36:55.891Z] Setting up libpam0g:arm64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-03T20:36:56.492Z] (Reading database ... 13863 files and directories currently installed.) [2020-12-03T20:36:56.492Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_arm64.deb ... [2020-12-03T20:36:56.492Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-03T20:36:56.492Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-03T20:36:56.767Z] (Reading database ... 13863 files and directories currently installed.) [2020-12-03T20:36:56.767Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_arm64.deb ... [2020-12-03T20:36:57.042Z] Unpacking libpam-modules:arm64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-03T20:36:57.316Z] Setting up libpam-modules:arm64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-03T20:36:57.591Z] (Reading database ... 13863 files and directories currently installed.) [2020-12-03T20:36:57.591Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_arm64.deb ... [2020-12-03T20:36:57.591Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-03T20:36:57.865Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_arm64.deb ... [2020-12-03T20:36:57.865Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-03T20:36:58.139Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_arm64.deb ... [2020-12-03T20:36:58.139Z] Unpacking libcom-err2:arm64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-03T20:36:58.139Z] Setting up libcom-err2:arm64 (1.44.1-1ubuntu1.3) ... [2020-12-03T20:36:58.411Z] (Reading database ... 13863 files and directories currently installed.) [2020-12-03T20:36:58.411Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_arm64.deb ... [2020-12-03T20:36:58.411Z] Unpacking libgcrypt20:arm64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2020-12-03T20:36:58.683Z] Setting up libgcrypt20:arm64 (1.8.1-4ubuntu1.2) ... [2020-12-03T20:36:58.958Z] (Reading database ... 13863 files and directories currently installed.) [2020-12-03T20:36:58.958Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2020-12-03T20:36:58.958Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-03T20:36:58.958Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-03T20:36:59.937Z] (Reading database ... 13863 files and directories currently installed.) [2020-12-03T20:36:59.937Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_arm64.deb ... [2020-12-03T20:36:59.937Z] Unpacking libss2:arm64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-03T20:36:59.937Z] Setting up libss2:arm64 (1.44.1-1ubuntu1.3) ... [2020-12-03T20:37:00.209Z] (Reading database ... 13863 files and directories currently installed.) [2020-12-03T20:37:00.209Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_arm64.deb ... [2020-12-03T20:37:00.209Z] Unpacking libzstd1:arm64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2020-12-03T20:37:00.480Z] Setting up libzstd1:arm64 (1.3.3+dfsg-2ubuntu1.1) ... [2020-12-03T20:37:00.480Z] (Reading database ... 13863 files and directories currently installed.) [2020-12-03T20:37:00.480Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_arm64.deb ... [2020-12-03T20:37:00.753Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-03T20:37:01.027Z] Setting up passwd (1:4.5-1ubuntu2) ... [2020-12-03T20:37:01.632Z] (Reading database ... 13863 files and directories currently installed.) [2020-12-03T20:37:01.632Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_arm64.deb ... [2020-12-03T20:37:01.632Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-03T20:37:01.632Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2020-12-03T20:37:01.915Z] (Reading database ... 13863 files and directories currently installed.) [2020-12-03T20:37:01.915Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_arm64.deb ... [2020-12-03T20:37:01.915Z] Unpacking libunistring2:arm64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2020-12-03T20:37:02.228Z] Setting up libunistring2:arm64 (0.9.9-0ubuntu2) ... [2020-12-03T20:37:02.529Z] (Reading database ... 13863 files and directories currently installed.) [2020-12-03T20:37:02.530Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_arm64.deb ... [2020-12-03T20:37:02.530Z] Unpacking libidn2-0:arm64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2020-12-03T20:37:02.530Z] Setting up libidn2-0:arm64 (2.0.4-1.1ubuntu0.2) ... [2020-12-03T20:37:02.807Z] (Reading database ... 13863 files and directories currently installed.) [2020-12-03T20:37:02.807Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_arm64.deb ... [2020-12-03T20:37:02.807Z] Unpacking libgnutls30:arm64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2020-12-03T20:37:03.081Z] Setting up libgnutls30:arm64 (3.5.18-1ubuntu1.4) ... [2020-12-03T20:37:03.358Z] (Reading database ... 13863 files and directories currently installed.) [2020-12-03T20:37:03.358Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_arm64.deb ... [2020-12-03T20:37:03.358Z] Unpacking libseccomp2:arm64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2020-12-03T20:37:03.358Z] Setting up libseccomp2:arm64 (2.4.3-1ubuntu3.18.04.3) ... [2020-12-03T20:37:03.632Z] (Reading database ... 13863 files and directories currently installed.) [2020-12-03T20:37:03.632Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2020-12-03T20:37:03.632Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2020-12-03T20:37:03.908Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2020-12-03T20:37:04.183Z] (Reading database ... 13864 files and directories currently installed.) [2020-12-03T20:37:04.183Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_arm64.deb ... [2020-12-03T20:37:04.183Z] Unpacking libprocps6:arm64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-03T20:37:04.457Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_arm64.deb ... [2020-12-03T20:37:04.457Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-03T20:37:05.054Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.6_arm64.deb ... [2020-12-03T20:37:05.054Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.6) over (1.1.0g-2ubuntu4) ... [2020-12-03T20:37:05.328Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2020-12-03T20:37:05.328Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2020-12-03T20:37:05.600Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_arm64.deb ... [2020-12-03T20:37:05.600Z] Unpacking libapparmor1:arm64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2020-12-03T20:37:05.872Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_arm64.deb ... [2020-12-03T20:37:05.872Z] Unpacking libdevmapper1.02.1:arm64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2020-12-03T20:37:06.147Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_arm64.deb ... [2020-12-03T20:37:06.147Z] Unpacking libjson-c3:arm64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2020-12-03T20:37:06.421Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_arm64.deb ... [2020-12-03T20:37:06.422Z] Unpacking libcryptsetup12:arm64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2020-12-03T20:37:06.422Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_arm64.deb ... [2020-12-03T20:37:06.422Z] Unpacking libidn11:arm64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2020-12-03T20:37:06.701Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_arm64.deb ... [2020-12-03T20:37:06.702Z] Unpacking libkmod2:arm64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2020-12-03T20:37:06.975Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_arm64.deb ... [2020-12-03T20:37:06.975Z] Unpacking libsqlite3-0:arm64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2020-12-03T20:37:07.248Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2020-12-03T20:37:07.248Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2020-12-03T20:37:09.226Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_arm64.deb ... [2020-12-03T20:37:09.226Z] Unpacking libpng16-16:arm64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2020-12-03T20:37:09.226Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_arm64.deb ... [2020-12-03T20:37:09.226Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2020-12-03T20:37:09.500Z] Preparing to unpack .../14-binutils-aarch64-linux-gnu_2.30-21ubuntu1~18.04.4_arm64.deb ... [2020-12-03T20:37:09.500Z] Unpacking binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-03T20:37:10.480Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_arm64.deb ... [2020-12-03T20:37:10.480Z] Unpacking libbinutils:arm64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-03T20:37:10.756Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_arm64.deb ... [2020-12-03T20:37:11.032Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-03T20:37:11.032Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_arm64.deb ... [2020-12-03T20:37:11.032Z] Unpacking binutils-common:arm64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-03T20:37:11.315Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-12-03T20:37:11.315Z] Unpacking libubsan0:arm64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-03T20:37:11.595Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-12-03T20:37:11.595Z] Unpacking libasan4:arm64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-03T20:37:11.868Z] Preparing to unpack .../20-g++-7_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-12-03T20:37:11.868Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-03T20:37:13.845Z] Preparing to unpack .../21-gcc-7_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-12-03T20:37:13.845Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-03T20:37:15.832Z] Preparing to unpack .../22-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-12-03T20:37:15.832Z] Unpacking libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-03T20:37:16.814Z] Preparing to unpack .../23-libgcc-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-12-03T20:37:16.814Z] Unpacking libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-03T20:37:17.411Z] Preparing to unpack .../24-cpp-7_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-12-03T20:37:17.411Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-03T20:37:18.845Z] Preparing to unpack .../25-gcc-7-base_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-12-03T20:37:19.119Z] Unpacking gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-03T20:37:19.119Z] Preparing to unpack .../26-cpp_4%3a7.4.0-1ubuntu2.3_arm64.deb ... [2020-12-03T20:37:19.119Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-03T20:37:19.392Z] Preparing to unpack .../27-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-12-03T20:37:19.392Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-03T20:37:19.665Z] Preparing to unpack .../28-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-12-03T20:37:19.665Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-03T20:37:19.939Z] Preparing to unpack .../29-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-12-03T20:37:19.939Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2020-12-03T20:37:20.211Z] Preparing to unpack .../30-gcc_4%3a7.4.0-1ubuntu2.3_arm64.deb ... [2020-12-03T20:37:20.211Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-03T20:37:20.483Z] Preparing to unpack .../31-g++_4%3a7.4.0-1ubuntu2.3_arm64.deb ... [2020-12-03T20:37:20.483Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-03T20:37:20.755Z] Preparing to unpack .../32-pkgbinarymangler_138.18.04.1_all.deb ... [2020-12-03T20:37:20.755Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2020-12-03T20:37:21.028Z] Setting up libncurses5:arm64 (6.1-1ubuntu1.18.04) ... [2020-12-03T20:37:21.028Z] Setting up libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T20:37:21.028Z] Setting up libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T20:37:21.028Z] Setting up libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T20:37:21.301Z] Setting up libpng16-16:arm64 (1.6.34-1ubuntu0.18.04.2) ... [2020-12-03T20:37:21.301Z] Setting up libjson-c3:arm64 (0.12.1-1.3ubuntu0.3) ... [2020-12-03T20:37:21.301Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2020-12-03T20:37:21.898Z] [2020-12-03T20:37:21.898Z] Current default time zone: 'Etc/UTC' [2020-12-03T20:37:21.898Z] Local time is now: Thu Dec 3 20:37:21 UTC 2020. [2020-12-03T20:37:21.898Z] Universal Time is now: Thu Dec 3 20:37:21 UTC 2020. [2020-12-03T20:37:21.898Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2020-12-03T20:37:21.898Z] [2020-12-03T20:37:21.898Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2020-12-03T20:37:21.898Z] Setting up libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T20:37:21.898Z] Setting up linux-libc-dev:arm64 (4.15.0-126.129) ... [2020-12-03T20:37:21.898Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2020-12-03T20:37:22.171Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2020-12-03T20:37:22.171Z] Setting up libdevmapper1.02.1:arm64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2020-12-03T20:37:22.171Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-12-03T20:37:22.171Z] Setting up libprocps6:arm64 (2:3.3.12-3ubuntu1.2) ... [2020-12-03T20:37:22.171Z] Setting up libkmod2:arm64 (24-1ubuntu3.5) ... [2020-12-03T20:37:22.171Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2020-12-03T20:37:22.171Z] Setting up liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T20:37:22.444Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2020-12-03T20:37:22.717Z] Setting up gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T20:37:22.717Z] Setting up binutils-common:arm64 (2.30-21ubuntu1~18.04.4) ... [2020-12-03T20:37:22.989Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-12-03T20:37:22.989Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.5) ... [2020-12-03T20:37:22.989Z] Setting up libapparmor1:arm64 (2.12-4ubuntu5.1) ... [2020-12-03T20:37:22.989Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.6) ... [2020-12-03T20:37:22.990Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2020-12-03T20:37:22.990Z] Setting up libsqlite3-0:arm64 (3.22.0-1ubuntu0.4) ... [2020-12-03T20:37:22.990Z] Setting up libc-dev-bin (2.27-3ubuntu1.3) ... [2020-12-03T20:37:22.990Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-03T20:37:28.431Z] Updating certificates in /etc/ssl/certs... [2020-12-03T20:37:31.869Z] 22 added, 17 removed; done. [2020-12-03T20:37:31.869Z] Setting up libc6-dev:arm64 (2.27-3ubuntu1.3) ... [2020-12-03T20:37:31.869Z] Setting up libitm1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T20:37:31.869Z] Setting up libidn11:arm64 (1.33-2.1ubuntu1.2) ... [2020-12-03T20:37:31.869Z] Setting up libcryptsetup12:arm64 (2:2.0.2-1ubuntu1.2) ... [2020-12-03T20:37:31.869Z] Setting up pkgbinarymangler (138.18.04.1) ... [2020-12-03T20:37:31.869Z] Setting up libasan4:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T20:37:31.869Z] Setting up libbinutils:arm64 (2.30-21ubuntu1~18.04.4) ... [2020-12-03T20:37:31.869Z] Setting up libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T20:37:31.869Z] Setting up libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T20:37:31.869Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T20:37:31.869Z] Setting up libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T20:37:31.869Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-12-03T20:37:32.140Z] Setting up binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-12-03T20:37:32.140Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-12-03T20:37:32.140Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-12-03T20:37:32.140Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T20:37:32.140Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T20:37:32.140Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-12-03T20:37:32.412Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-12-03T20:37:32.412Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-12-03T20:37:32.412Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-12-03T20:37:32.684Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-03T20:37:32.684Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-03T20:37:32.956Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-12-03T20:37:32.956Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-03T20:37:32.956Z] Updating certificates in /etc/ssl/certs... [2020-12-03T20:37:34.959Z] 0 added, 0 removed; done. [2020-12-03T20:37:34.959Z] Running hooks in /etc/ca-certificates/update.d... [2020-12-03T20:37:34.959Z] done. [2020-12-03T20:37:36.388Z] Reading package lists... [2020-12-03T20:37:36.981Z] Building dependency tree... [2020-12-03T20:37:36.981Z] Reading state information... [2020-12-03T20:37:37.961Z] The following NEW packages will be installed: [2020-12-03T20:37:37.961Z] apt-transport-https [2020-12-03T20:37:37.961Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2020-12-03T20:37:37.961Z] Need to get 1692 B of archives. [2020-12-03T20:37:37.961Z] After this operation, 153 kB of additional disk space will be used. [2020-12-03T20:37:37.961Z] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 apt-transport-https all 1.6.12ubuntu0.1 [1692 B] [2020-12-03T20:37:38.557Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-03T20:37:38.557Z] Fetched 1692 B in 0s (9096 B/s) [2020-12-03T20:37:38.557Z] Selecting previously unselected package apt-transport-https. [2020-12-03T20:37:38.557Z] (Reading database ... 13878 files and directories currently installed.) [2020-12-03T20:37:38.557Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.1_all.deb ... [2020-12-03T20:37:38.829Z] Unpacking apt-transport-https (1.6.12ubuntu0.1) ... [2020-12-03T20:37:38.829Z] Setting up apt-transport-https (1.6.12ubuntu0.1) ... [2020-12-03T20:37:40.271Z] Waiting for network to be ready... [2020-12-03T20:37:55.354Z] 2020-12-03T20:37:51Z INFO Waiting for automatic snapd restart... [2020-12-03T20:37:55.354Z] snapd 2.48 from Canonical* installed [2020-12-03T20:37:55.648Z] "snapd" switched to the "latest/stable" channel [2020-12-03T20:37:55.648Z] [2020-12-03T20:38:10.859Z] core18 20200929 from Canonical* installed [2020-12-03T20:38:10.859Z] "core18" switched to the "latest/stable" channel [2020-12-03T20:38:10.859Z] [2020-12-03T20:38:29.324Z] snapcraft 4.4.4 from Canonical* installed [2020-12-03T20:38:29.324Z] "snapcraft" switched to the "latest/stable" channel [2020-12-03T20:38:29.324Z] [2020-12-03T20:38:39.489Z] 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: [2020-12-03T20:38:39.489Z] - README.md [2020-12-03T20:38:39.489Z] [2020-12-03T20:38:39.489Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-03T20:38:46.179Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-03T20:38:46.179Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [2020-12-03T20:38:46.179Z] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-12-03T20:38:46.179Z] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [2020-12-03T20:38:52.544Z] Reading package lists... [2020-12-03T20:38:53.972Z] 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 [2020-12-03T20:39:00.666Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-03T20:39:00.666Z] Reading package lists... [2020-12-03T20:39:00.666Z] Building dependency tree... [2020-12-03T20:39:00.666Z] Reading state information... [2020-12-03T20:39:01.259Z] Suggested packages: [2020-12-03T20:39:01.259Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-12-03T20:39:01.259Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2020-12-03T20:39:01.259Z] Recommended packages: [2020-12-03T20:39:01.259Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2020-12-03T20:39:01.259Z] The following NEW packages will be installed: [2020-12-03T20:39:01.259Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2020-12-03T20:39:01.259Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2020-12-03T20:39:01.259Z] pkg-config zip [2020-12-03T20:39:01.529Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2020-12-03T20:39:01.529Z] Need to get 6350 kB of archives. [2020-12-03T20:39:01.529Z] After this operation, 39.7 MB of additional disk space will be used. [2020-12-03T20:39:01.529Z] 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] [2020-12-03T20:39:02.501Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpsl5 arm64 0.19.1-5build1 [40.9 kB] [2020-12-03T20:39:02.501Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnghttp2-14 arm64 1.30.0-1ubuntu1 [68.9 kB] [2020-12-03T20:39:02.501Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-1 [48.2 kB] [2020-12-03T20:39:02.501Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.10 [179 kB] [2020-12-03T20:39:02.501Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-12-03T20:39:02.501Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-12-03T20:39:02.502Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-12-03T20:39:02.502Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 libnorm1 arm64 1.5r6+dfsg1-6 [218 kB] [2020-12-03T20:39:02.502Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 libpgm-5.2-0 arm64 5.2.122~dfsg-2 [140 kB] [2020-12-03T20:39:02.502Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsodium23 arm64 1.0.16-2 [90.4 kB] [2020-12-03T20:39:02.502Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 libzmq5 arm64 4.2.5-1ubuntu0.2 [208 kB] [2020-12-03T20:39:02.502Z] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 libzmq3-dev arm64 4.2.5-1ubuntu0.2 [409 kB] [2020-12-03T20:39:02.502Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pkg-config arm64 0.29.1-0ubuntu2 [42.8 kB] [2020-12-03T20:39:02.502Z] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 zip arm64 3.0-11build1 [146 kB] [2020-12-03T20:39:03.093Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-03T20:39:03.093Z] Fetched 6350 kB in 1s (5704 kB/s) [2020-12-03T20:39:03.365Z] Selecting previously unselected package libglib2.0-0:arm64. [2020-12-03T20:39:03.365Z] (Reading database ... 13882 files and directories currently installed.) [2020-12-03T20:39:03.365Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_arm64.deb ... [2020-12-03T20:39:03.365Z] Unpacking libglib2.0-0:arm64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-03T20:39:03.637Z] Selecting previously unselected package libpsl5:arm64. [2020-12-03T20:39:03.909Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_arm64.deb ... [2020-12-03T20:39:03.909Z] Unpacking libpsl5:arm64 (0.19.1-5build1) ... [2020-12-03T20:39:03.909Z] Selecting previously unselected package libnghttp2-14:arm64. [2020-12-03T20:39:03.909Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_arm64.deb ... [2020-12-03T20:39:03.909Z] Unpacking libnghttp2-14:arm64 (1.30.0-1ubuntu1) ... [2020-12-03T20:39:04.182Z] Selecting previously unselected package librtmp1:arm64. [2020-12-03T20:39:04.182Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_arm64.deb ... [2020-12-03T20:39:04.182Z] Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-03T20:39:04.454Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-12-03T20:39:04.454Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.10_arm64.deb ... [2020-12-03T20:39:04.454Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... [2020-12-03T20:39:04.454Z] Selecting previously unselected package liberror-perl. [2020-12-03T20:39:04.454Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2020-12-03T20:39:04.454Z] Unpacking liberror-perl (0.17025-1) ... [2020-12-03T20:39:04.728Z] Selecting previously unselected package git-man. [2020-12-03T20:39:04.728Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-12-03T20:39:04.728Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-03T20:39:05.001Z] Selecting previously unselected package git. [2020-12-03T20:39:05.001Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-12-03T20:39:05.001Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-12-03T20:39:06.431Z] Selecting previously unselected package libnorm1:arm64. [2020-12-03T20:39:06.431Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_arm64.deb ... [2020-12-03T20:39:06.431Z] Unpacking libnorm1:arm64 (1.5r6+dfsg1-6) ... [2020-12-03T20:39:06.703Z] Selecting previously unselected package libpgm-5.2-0:arm64. [2020-12-03T20:39:06.703Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_arm64.deb ... [2020-12-03T20:39:06.703Z] Unpacking libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... [2020-12-03T20:39:06.974Z] Selecting previously unselected package libsodium23:arm64. [2020-12-03T20:39:06.974Z] Preparing to unpack .../10-libsodium23_1.0.16-2_arm64.deb ... [2020-12-03T20:39:06.974Z] Unpacking libsodium23:arm64 (1.0.16-2) ... [2020-12-03T20:39:06.974Z] Selecting previously unselected package libzmq5:arm64. [2020-12-03T20:39:07.246Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_arm64.deb ... [2020-12-03T20:39:07.246Z] Unpacking libzmq5:arm64 (4.2.5-1ubuntu0.2) ... [2020-12-03T20:39:07.246Z] Selecting previously unselected package libzmq3-dev:arm64. [2020-12-03T20:39:07.246Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_arm64.deb ... [2020-12-03T20:39:07.246Z] Unpacking libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... [2020-12-03T20:39:07.516Z] Selecting previously unselected package pkg-config. [2020-12-03T20:39:07.516Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_arm64.deb ... [2020-12-03T20:39:07.516Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-12-03T20:39:07.787Z] Selecting previously unselected package zip. [2020-12-03T20:39:07.787Z] Preparing to unpack .../14-zip_3.0-11build1_arm64.deb ... [2020-12-03T20:39:07.787Z] Unpacking zip (3.0-11build1) ... [2020-12-03T20:39:07.787Z] Setting up libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... [2020-12-03T20:39:08.059Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-03T20:39:08.059Z] Setting up libnghttp2-14:arm64 (1.30.0-1ubuntu1) ... [2020-12-03T20:39:08.059Z] Setting up liberror-perl (0.17025-1) ... [2020-12-03T20:39:08.059Z] Setting up libpsl5:arm64 (0.19.1-5build1) ... [2020-12-03T20:39:08.059Z] Setting up libglib2.0-0:arm64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-03T20:39:08.059Z] No schema files found: doing nothing. [2020-12-03T20:39:08.059Z] Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-03T20:39:08.059Z] Setting up zip (3.0-11build1) ... [2020-12-03T20:39:08.331Z] Setting up libnorm1:arm64 (1.5r6+dfsg1-6) ... [2020-12-03T20:39:08.331Z] Setting up libsodium23:arm64 (1.0.16-2) ... [2020-12-03T20:39:08.331Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-12-03T20:39:08.331Z] Setting up libzmq5:arm64 (4.2.5-1ubuntu0.2) ... [2020-12-03T20:39:08.331Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... [2020-12-03T20:39:08.605Z] Setting up libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... [2020-12-03T20:39:08.605Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-12-03T20:39:08.605Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-03T20:39:16.865Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-03T20:39:17.845Z] git set to automatically installed. [2020-12-03T20:39:17.845Z] git-man set to automatically installed. [2020-12-03T20:39:17.845Z] libcurl3-gnutls set to automatically installed. [2020-12-03T20:39:17.845Z] liberror-perl set to automatically installed. [2020-12-03T20:39:17.845Z] libglib2.0-0 set to automatically installed. [2020-12-03T20:39:17.845Z] libnghttp2-14 set to automatically installed. [2020-12-03T20:39:17.845Z] libnorm1 set to automatically installed. [2020-12-03T20:39:17.845Z] libpgm-5.2-0 set to automatically installed. [2020-12-03T20:39:17.845Z] libpsl5 set to automatically installed. [2020-12-03T20:39:17.845Z] librtmp1 set to automatically installed. [2020-12-03T20:39:17.845Z] libsodium23 set to automatically installed. [2020-12-03T20:39:17.845Z] libzmq3-dev set to automatically installed. [2020-12-03T20:39:17.845Z] libzmq5 set to automatically installed. [2020-12-03T20:39:17.845Z] pkg-config set to automatically installed. [2020-12-03T20:39:17.845Z] zip set to automatically installed. [2020-12-03T20:39:20.461Z] snapd is not logged in, snap install commands will use sudo [2020-12-03T20:39:27.153Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-03T20:39:27.748Z] snap "core18" has no updates available [2020-12-03T20:39:28.727Z] Pulling config-common [2020-12-03T20:39:33.094Z] Pulling go-build-helper [2020-12-03T20:40:29.634Z] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-12-03T20:40:29.634Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [242 kB] [2020-12-03T20:40:29.634Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-12-03T20:40:29.634Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [852 kB] [2020-12-03T20:40:29.634Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-security/main Translation-en [285 kB] [2020-12-03T20:40:29.634Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [2360 B] [2020-12-03T20:40:29.634Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse Translation-en [2996 B] [2020-12-03T20:40:29.634Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [1172 B] [2020-12-03T20:40:29.634Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted Translation-en [24.4 kB] [2020-12-03T20:40:29.634Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [949 kB] [2020-12-03T20:40:29.634Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe Translation-en [245 kB] [2020-12-03T20:40:29.634Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 Packages [975 kB] [2020-12-03T20:40:29.634Z] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main Translation-en [516 kB] [2020-12-03T20:40:29.634Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse arm64 Packages [126 kB] [2020-12-03T20:40:29.634Z] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse Translation-en [108 kB] [2020-12-03T20:40:29.634Z] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/restricted arm64 Packages [664 B] [2020-12-03T20:40:29.634Z] Get:17 http://ports.ubuntu.com/ubuntu-ports bionic/restricted Translation-en [3584 B] [2020-12-03T20:40:29.634Z] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 Packages [8316 kB] [2020-12-03T20:40:29.634Z] Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/universe Translation-en [4941 kB] [2020-12-03T20:40:29.634Z] Get:20 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [1145 kB] [2020-12-03T20:40:29.634Z] Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main Translation-en [376 kB] [2020-12-03T20:40:29.634Z] Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [5252 B] [2020-12-03T20:40:29.634Z] Get:23 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse Translation-en [7308 B] [2020-12-03T20:40:29.634Z] Get:24 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [2116 B] [2020-12-03T20:40:29.634Z] Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted Translation-en [28.0 kB] [2020-12-03T20:40:29.634Z] Get:26 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1485 kB] [2020-12-03T20:40:29.634Z] Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe Translation-en [357 kB] [2020-12-03T20:40:29.634Z] Fetched 21.2 MB in 6s (3527 kB/s) [2020-12-03T20:40:29.634Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_arm64.deb [79.1 kB] [2020-12-03T20:40:29.634Z] Fetched 79.1 kB in 0s (0 B/s) [2020-12-03T20:40:29.634Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_arm64.deb [241 kB] [2020-12-03T20:40:29.634Z] Fetched 241 kB in 0s (0 B/s) [2020-12-03T20:40:29.634Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_arm64.deb [103 kB] [2020-12-03T20:40:29.634Z] Fetched 103 kB in 0s (0 B/s) [2020-12-03T20:40:29.634Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_arm64.deb [68.9 kB] [2020-12-03T20:40:29.634Z] Fetched 68.9 kB in 0s (0 B/s) [2020-12-03T20:40:29.634Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_arm64.deb [8292 B] [2020-12-03T20:40:29.634Z] Fetched 8292 B in 0s (0 B/s) [2020-12-03T20:40:29.634Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_arm64.deb [47.0 kB] [2020-12-03T20:40:29.634Z] Fetched 47.0 kB in 0s (0 B/s) [2020-12-03T20:40:29.634Z] Get:1 jq_1.5+dfsg-2_arm64.deb [45.3 kB] [2020-12-03T20:40:29.634Z] Fetched 45.3 kB in 0s (0 B/s) [2020-12-03T20:40:29.634Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_arm64.deb [13.4 kB] [2020-12-03T20:40:29.634Z] Fetched 13.4 kB in 0s (0 B/s) [2020-12-03T20:40:29.634Z] Get:1 libcurl4_7.58.0-2ubuntu3.10_arm64.deb [180 kB] [2020-12-03T20:40:29.634Z] Fetched 180 kB in 0s (0 B/s) [2020-12-03T20:40:29.634Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_arm64.deb [132 kB] [2020-12-03T20:40:29.634Z] Fetched 132 kB in 0s (0 B/s) [2020-12-03T20:40:29.634Z] Get:1 apg_2.2.3.dfsg.1-5_arm64.deb [47.7 kB] [2020-12-03T20:40:29.634Z] Fetched 47.7 kB in 0s (0 B/s) [2020-12-03T20:40:29.634Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_arm64.deb [13.3 kB] [2020-12-03T20:40:29.634Z] Fetched 13.3 kB in 0s (0 B/s) [2020-12-03T20:40:29.634Z] Get:1 libpsl5_0.19.1-5build1_arm64.deb [40.9 kB] [2020-12-03T20:40:29.634Z] Fetched 40.9 kB in 0s (0 B/s) [2020-12-03T20:40:29.634Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_arm64.deb [430 kB] [2020-12-03T20:40:29.634Z] Fetched 430 kB in 0s (0 B/s) [2020-12-03T20:40:29.634Z] Get:1 libjq1_1.5+dfsg-2_arm64.deb [89.6 kB] [2020-12-03T20:40:29.634Z] Fetched 89.6 kB in 0s (0 B/s) [2020-12-03T20:40:29.634Z] Get:1 libgmp10_6.1.2+dfsg-2_arm64.deb [204 kB] [2020-12-03T20:40:29.634Z] Fetched 204 kB in 0s (0 B/s) [2020-12-03T20:40:29.634Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_arm64.deb [24.9 kB] [2020-12-03T20:40:29.634Z] Fetched 24.9 kB in 0s (0 B/s) [2020-12-03T20:40:29.634Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_arm64.deb [79.9 kB] [2020-12-03T20:40:29.634Z] Fetched 79.9 kB in 0s (0 B/s) [2020-12-03T20:40:29.635Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_arm64.deb [22.7 kB] [2020-12-03T20:40:29.635Z] Fetched 22.7 kB in 0s (0 B/s) [2020-12-03T20:40:29.635Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_arm64.deb [43.1 kB] [2020-12-03T20:40:29.635Z] Fetched 43.1 kB in 0s (0 B/s) [2020-12-03T20:40:29.635Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_arm64.deb [48.2 kB] [2020-12-03T20:40:29.635Z] Fetched 48.2 kB in 0s (0 B/s) [2020-12-03T20:40:29.635Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_arm64.deb [28.1 kB] [2020-12-03T20:40:29.635Z] Fetched 28.1 kB in 0s (0 B/s) [2020-12-03T20:40:29.635Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2020-12-03T20:40:29.635Z] Fetched 17.0 kB in 0s (0 B/s) [2020-12-03T20:40:29.635Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_arm64.deb [76.4 kB] [2020-12-03T20:40:29.635Z] Fetched 76.4 kB in 0s (0 B/s) [2020-12-03T20:40:29.635Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_arm64.deb [8112 B] [2020-12-03T20:40:29.635Z] Fetched 8112 B in 0s (0 B/s) [2020-12-03T20:40:29.635Z] Get:1 libhogweed4_3.4-1_arm64.deb [130 kB] [2020-12-03T20:40:29.635Z] Fetched 130 kB in 0s (0 B/s) [2020-12-03T20:40:29.635Z] Get:1 libonig4_6.7.0-1_arm64.deb [106 kB] [2020-12-03T20:40:29.635Z] Fetched 106 kB in 0s (0 B/s) [2020-12-03T20:40:29.635Z] Get:1 libnettle6_3.4-1_arm64.deb [114 kB] [2020-12-03T20:40:29.635Z] Fetched 114 kB in 0s (0 B/s) [2020-12-03T20:40:29.635Z] Get:1 libcap-ng0_0.7.7-3.1_arm64.deb [10.0 kB] [2020-12-03T20:40:29.635Z] Fetched 10.0 kB in 0s (0 B/s) [2020-12-03T20:40:29.635Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_arm64.deb [541 kB] [2020-12-03T20:40:29.635Z] Fetched 541 kB in 0s (0 B/s) [2020-12-03T20:40:29.635Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_arm64.deb [35.4 kB] [2020-12-03T20:40:29.635Z] Fetched 35.4 kB in 0s (0 B/s) [2020-12-03T20:40:29.635Z] Get:1 libffi6_3.2.1-8_arm64.deb [17.0 kB] [2020-12-03T20:40:29.635Z] Fetched 17.0 kB in 0s (0 B/s) [2020-12-03T20:40:29.635Z] Get:1 libunistring2_0.9.9-0ubuntu2_arm64.deb [353 kB] [2020-12-03T20:40:29.635Z] Fetched 353 kB in 0s (0 B/s) [2020-12-03T20:40:29.635Z] Get:1 libp11-kit0_0.23.9-2_arm64.deb [138 kB] [2020-12-03T20:40:29.635Z] Fetched 138 kB in 0s (0 B/s) [2020-12-03T20:40:29.635Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_arm64.deb [130 kB] [2020-12-03T20:40:29.635Z] Fetched 130 kB in 0s (0 B/s) [2020-12-03T20:40:29.635Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_arm64.deb [170 kB] [2020-12-03T20:40:29.635Z] Fetched 170 kB in 0s (0 B/s) [2020-12-03T20:40:29.635Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.6_arm64.deb [1062 kB] [2020-12-03T20:40:29.635Z] Fetched 1062 kB in 0s (0 B/s) [2020-12-03T20:40:29.635Z] Get:1 libtasn1-6_4.13-2_arm64.deb [32.1 kB] [2020-12-03T20:40:29.635Z] Fetched 32.1 kB in 0s (0 B/s) [2020-12-03T20:40:29.635Z] Get:1 curl_7.58.0-2ubuntu3.10_arm64.deb [152 kB] [2020-12-03T20:40:29.635Z] Fetched 152 kB in 0s (0 B/s) [2020-12-03T20:40:29.635Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_arm64.deb [88.5 kB] [2020-12-03T20:40:29.635Z] Fetched 88.5 kB in 0s (0 B/s) [2020-12-03T20:40:29.635Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_arm64.deb [46.2 kB] [2020-12-03T20:40:29.635Z] Fetched 46.2 kB in 0s (0 B/s) [2020-12-03T20:40:29.635Z] Pulling static-packages [2020-12-03T20:40:33.925Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2020-12-03T20:40:33.925Z] Skipping pull go-build-helper (already ran) [2020-12-03T20:40:33.925Z] Skipping pull static-packages (already ran) [2020-12-03T20:40:33.925Z] Building go-build-helper [2020-12-03T20:40:52.214Z] Building static-packages [2020-12-03T20:41:04.624Z] Staging go-build-helper [2020-12-03T20:41:07.256Z] Staging static-packages [2020-12-03T20:41:11.564Z] Pulling go115 [2020-12-03T20:41:15.874Z] 'edgex-go' has dependencies that need to be staged: go115 [2020-12-03T20:41:15.874Z] Skipping pull go115 (already ran) [2020-12-03T20:41:15.874Z] Building go115 [2020-12-03T20:41:16.148Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T20:41:16.148Z] Dload Upload Total Spent Left Speed [2020-12-03T20:45:48.501Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 93.2M 1 1103k 0 0 791k 0 0:02:00 0:00:01 0:01:59 791k 1 93.2M 1 1103k 0 0 460k 0 0:03:27 0:00:02 0:03:25 460k 1 93.2M 1 1103k 0 0 324k 0 0:04:53 0:00:03 0:04:50 324k 1 93.2M 1 1103k 0 0 250k 0 0:06:20 0:00:04 0:06:16 250k 1 93.2M 1 1103k 0 0 204k 0 0:07:47 0:00:05 0:07:42 204k 1 93.2M 1 1103k 0 0 172k 0 0:09:13 0:00:06 0:09:07 0 1 93.2M 1 1103k 0 0 149k 0 0:10:40 0:00:07 0:10:33 0 1 93.2M 1 1103k 0 0 131k 0 0:12:07 0:00:08 0:11:59 0 1 93.2M 1 1103k 0 0 117k 0 0:13:33 0:00:09 0:13:24 0 1 93.2M 1 1103k 0 0 106k 0 0:15:00 0:00:10 0:14:50 0 1 93.2M 1 1103k 0 0 99032 0 0:16:26 0:00:11 0:16:15 0 1 93.2M 1 1103k 0 0 91047 0 0:17:53 0:00:12 0:17:41 0 1 93.2M 1 1103k 0 0 84248 0 0:19:20 0:00:13 0:19:07 0 1 93.2M 1 1103k 0 0 78394 0 0:20:46 0:00:14 0:20:32 0 1 93.2M 1 1103k 0 0 73301 0 0:22:13 0:00:15 0:21:58 0 1 93.2M 1 1103k 0 0 68829 0 0:23:40 0:00:16 0:23:24 0 1 93.2M 1 1103k 0 0 64875 0 0:25:06 0:00:17 0:24:49 0 1 93.2M 1 1103k 0 0 61347 0 0:26:33 0:00:18 0:26:15 0 1 93.2M 1 1103k 0 0 58183 0 0:27:59 0:00:19 0:27:40 0 1 93.2M 1 1103k 0 0 55330 0 0:29:26 0:00:20 0:29:06 0 1 93.2M 1 1103k 0 0 52743 0 0:30:53 0:00:21 0:30:32 0 1 93.2M 1 1103k 0 0 50387 0 0:32:19 0:00:22 0:31:57 0 1 93.2M 1 1103k 0 0 48233 0 0:33:46 0:00:23 0:33:23 0 1 93.2M 1 1103k 0 0 46256 0 0:35:12 0:00:24 0:34:48 0 1 93.2M 1 1103k 0 0 44434 0 0:36:39 0:00:25 0:36:14 0 1 93.2M 1 1103k 0 0 42750 0 0:38:06 0:00:26 0:37:40 0 1 93.2M 1 1103k 0 0 41189 0 0:39:32 0:00:27 0:39:05 0 1 93.2M 1 1103k 0 0 39738 0 0:40:59 0:00:28 0:40:31 0 1 93.2M 1 1103k 0 0 38386 0 0:42:26 0:00:29 0:41:57 0 1 93.2M 1 1103k 0 0 37123 0 0:43:52 0:00:30 0:43:22 0 1 93.2M 1 1103k 0 0 35940 0 0:45:19 0:00:31 0:44:48 0 1 93.2M 1 1103k 0 0 34831 0 0:46:46 0:00:32 0:46:14 0 1 93.2M 1 1103k 0 0 33788 0 0:48:12 0:00:33 0:47:39 0 1 93.2M 1 1103k 0 0 32806 0 0:49:39 0:00:34 0:49:05 0 1 93.2M 1 1103k 0 0 31879 0 0:51:05 0:00:35 0:50:30 0 1 93.2M 1 1103k 0 0 31003 0 0:52:32 0:00:36 0:51:56 0 1 93.2M 1 1103k 0 0 30174 0 0:53:59 0:00:37 0:53:22 0 1 93.2M 1 1103k 0 0 29388 0 0:55:25 0:00:38 0:54:47 0 1 93.2M 1 1103k 0 0 28642 0 0:56:52 0:00:39 0:56:13 0 1 93.2M 1 1103k 0 0 27933 0 0:58:19 0:00:40 0:57:39 0 1 93.2M 1 1103k 0 0 27258 0 0:59:45 0:00:41 0:59:04 0 1 93.2M 1 1103k 0 0 26615 0 1:01:12 0:00:42 1:00:30 0 1 93.2M 1 1103k 0 0 26001 0 1:02:38 0:00:43 1:01:55 0 1 93.2M 1 1103k 0 0 25415 0 1:04:05 0:00:44 1:03:21 0 1 93.2M 1 1103k 0 0 24856 0 1:05:32 0:00:45 1:04:47 0 1 93.2M 1 1103k 0 0 24320 0 1:06:58 0:00:46 1:06:12 0 1 93.2M 1 1103k 0 0 23806 0 1:08:25 0:00:47 1:07:38 0 1 93.2M 1 1103k 0 0 23314 0 1:09:52 0:00:48 1:09:04 0 1 93.2M 1 1103k 0 0 22842 0 1:11:18 0:00:49 1:10:29 0 1 93.2M 1 1103k 0 0 22390 0 1:12:45 0:00:50 1:11:55 0 1 93.2M 1 1103k 0 0 21954 0 1:14:11 0:00:51 1:13:20 0 1 93.2M 1 1103k 0 0 21535 0 1:15:38 0:00:52 1:14:46 0 1 93.2M 1 1103k 0 0 21131 0 1:17:05 0:00:53 1:16:12 0 1 93.2M 1 1103k 0 0 20743 0 1:18:31 0:00:54 1:17:37 0 1 93.2M 1 1103k 0 0 20368 0 1:19:58 0:00:55 1:19:03 0 1 93.2M 1 1103k 0 0 20007 0 1:21:25 0:00:56 1:20:29 0 1 93.2M 1 1103k 0 0 19658 0 1:22:51 0:00:57 1:21:54 0 1 93.2M 1 1103k 0 0 19322 0 1:24:18 0:00:58 1:23:20 0 1 93.2M 1 1103k 0 0 18996 0 1:25:45 0:00:59 1:24:46 0 1 93.2M 1 1103k 0 0 18888 0 1:26:14 0:00:59 1:25:15 0 3 93.2M 3 3263k 0 0 54637 0 0:29:48 0:01:01 0:28:47 462k 3 93.2M 3 3263k 0 0 53756 0 0:30:18 0:01:02 0:29:16 462k 3 93.2M 3 3263k 0 0 52904 0 0:30:47 0:01:03 0:29:44 462k 3 93.2M 3 3263k 0 0 52078 0 0:31:16 0:01:04 0:30:12 462k 3 93.2M 3 3263k 0 0 51278 0 0:31:46 0:01:05 0:30:41 405k 3 93.2M 3 3263k 0 0 50501 0 0:32:15 0:01:06 0:31:09 0 3 93.2M 3 3263k 0 0 49748 0 0:32:44 0:01:07 0:31:37 0 3 93.2M 3 3263k 0 0 49017 0 0:33:13 0:01:08 0:32:05 0 3 93.2M 3 3263k 0 0 48307 0 0:33:43 0:01:09 0:32:34 0 3 93.2M 3 3263k 0 0 47617 0 0:34:12 0:01:10 0:33:02 0 3 93.2M 3 3263k 0 0 46948 0 0:34:41 0:01:11 0:33:30 0 3 93.2M 3 3263k 0 0 46296 0 0:35:11 0:01:12 0:33:59 0 3 93.2M 3 3263k 0 0 45663 0 0:35:40 0:01:13 0:34:27 0 3 93.2M 3 3263k 0 0 45046 0 0:36:09 0:01:14 0:34:55 0 3 93.2M 3 3263k 0 0 44446 0 0:36:39 0:01:15 0:35:24 0 3 93.2M 3 3263k 0 0 43861 0 0:37:08 0:01:16 0:35:52 0 3 93.2M 3 3263k 0 0 43292 0 0:37:37 0:01:17 0:36:20 0 3 93.2M 3 3263k 0 0 42737 0 0:38:06 0:01:18 0:36:48 0 3 93.2M 3 3263k 0 0 42196 0 0:38:36 0:01:19 0:37:17 0 3 93.2M 3 3263k 0 0 41669 0 0:39:05 0:01:20 0:37:45 0 3 93.2M 3 3263k 0 0 41156 0 0:39:34 0:01:21 0:38:13 0 3 93.2M 3 3263k 0 0 40654 0 0:40:04 0:01:22 0:38:42 0 3 93.2M 3 3263k 0 0 40165 0 0:40:33 0:01:23 0:39:10 0 3 93.2M 3 3263k 0 0 39687 0 0:41:02 0:01:24 0:39:38 0 3 93.2M 3 3263k 0 0 39220 0 0:41:32 0:01:25 0:40:07 0 3 93.2M 3 3263k 0 0 38764 0 0:42:01 0:01:26 0:40:35 0 3 93.2M 3 3263k 0 0 38319 0 0:42:30 0:01:27 0:41:03 0 3 93.2M 3 3263k 0 0 37884 0 0:42:59 0:01:28 0:41:31 0 3 93.2M 3 3263k 0 0 37458 0 0:43:29 0:01:29 0:42:00 0 3 93.2M 3 3263k 0 0 37043 0 0:43:58 0:01:30 0:42:28 0 3 93.2M 3 3295k 0 0 37239 0 0:43:44 0:01:30 0:42:14 7422 4 93.2M 4 4015k 0 0 44782 0 0:36:22 0:01:31 0:34:51 163k 4 93.2M 4 4015k 0 0 44299 0 0:36:46 0:01:32 0:35:14 163k 4 93.2M 4 4015k 0 0 43826 0 0:37:10 0:01:33 0:35:37 163k 4 93.2M 4 4015k 0 0 43363 0 0:37:33 0:01:34 0:35:59 163k 4 93.2M 4 4015k 0 0 42909 0 0:37:57 0:01:35 0:36:22 138k 4 93.2M 4 4015k 0 0 42465 0 0:38:21 0:01:36 0:36:45 0 4 93.2M 4 4015k 0 0 42030 0 0:38:45 0:01:37 0:37:08 0 4 93.2M 4 4015k 0 0 41605 0 0:39:09 0:01:38 0:37:31 0 4 93.2M 4 4015k 0 0 41187 0 0:39:33 0:01:39 0:37:54 0 4 93.2M 4 4015k 0 0 40778 0 0:39:56 0:01:40 0:38:16 0 4 93.2M 4 4015k 0 0 40377 0 0:40:20 0:01:41 0:38:39 0 4 93.2M 4 4015k 0 0 39983 0 0:40:44 0:01:42 0:39:02 0 4 93.2M 4 4015k 0 0 39597 0 0:41:08 0:01:43 0:39:25 0 4 93.2M 4 4015k 0 0 39219 0 0:41:32 0:01:44 0:39:48 0 4 93.2M 4 4015k 0 0 38848 0 0:41:55 0:01:45 0:40:10 0 4 93.2M 4 4015k 0 0 38484 0 0:42:19 0:01:46 0:40:33 0 4 93.2M 4 4015k 0 0 38126 0 0:42:43 0:01:47 0:40:56 0 4 93.2M 4 4015k 0 0 37775 0 0:43:07 0:01:48 0:41:19 0 4 93.2M 4 4015k 0 0 37431 0 0:43:31 0:01:49 0:41:42 0 4 93.2M 4 4015k 0 0 37092 0 0:43:55 0:01:50 0:42:05 0 4 93.2M 4 4015k 0 0 36760 0 0:44:18 0:01:51 0:42:27 0 4 93.2M 4 4015k 0 0 36434 0 0:44:42 0:01:52 0:42:50 0 4 93.2M 4 4015k 0 0 36114 0 0:45:06 0:01:53 0:43:13 0 4 93.2M 4 4015k 0 0 35799 0 0:45:30 0:01:54 0:43:36 0 4 93.2M 4 4015k 0 0 35489 0 0:45:54 0:01:55 0:43:59 0 4 93.2M 4 4015k 0 0 35185 0 0:46:17 0:01:56 0:44:21 0 4 93.2M 4 4015k 0 0 34886 0 0:46:41 0:01:57 0:44:44 0 4 93.2M 4 4015k 0 0 34592 0 0:47:05 0:01:58 0:45:07 0 4 93.2M 4 4015k 0 0 34302 0 0:47:29 0:01:59 0:45:30 0 4 93.2M 4 4015k 0 0 34018 0 0:47:53 0:02:00 0:45:53 0 4 93.2M 4 4015k 0 0 33738 0 0:48:16 0:02:01 0:46:15 0 4 93.2M 4 4015k 0 0 33463 0 0:48:40 0:02:02 0:46:38 0 4 93.2M 4 4015k 0 0 33193 0 0:49:04 0:02:03 0:47:01 0 4 93.2M 4 4015k 0 0 32926 0 0:49:28 0:02:04 0:47:24 0 4 93.2M 4 4015k 0 0 32664 0 0:49:52 0:02:05 0:47:47 0 4 93.2M 4 4015k 0 0 32406 0 0:50:16 0:02:06 0:48:10 0 4 93.2M 4 4015k 0 0 32152 0 0:50:39 0:02:07 0:48:32 0 4 93.2M 4 4015k 0 0 31902 0 0:51:03 0:02:08 0:48:55 0 4 93.2M 4 4015k 0 0 31656 0 0:51:27 0:02:09 0:49:18 0 4 93.2M 4 4015k 0 0 31414 0 0:51:51 0:02:10 0:49:41 0 4 93.2M 4 4015k 0 0 31175 0 0:52:15 0:02:11 0:50:04 0 4 93.2M 4 4015k 0 0 30940 0 0:52:38 0:02:12 0:50:26 0 4 93.2M 4 4015k 0 0 30709 0 0:53:02 0:02:13 0:50:49 0 4 93.2M 4 4015k 0 0 30481 0 0:53:26 0:02:14 0:51:12 0 4 93.2M 4 4015k 0 0 30256 0 0:53:50 0:02:15 0:51:35 0 4 93.2M 4 4015k 0 0 30035 0 0:54:14 0:02:16 0:51:58 0 4 93.2M 4 4015k 0 0 29817 0 0:54:37 0:02:17 0:52:20 0 4 93.2M 4 4015k 0 0 29601 0 0:55:01 0:02:18 0:52:43 0 4 93.2M 4 4015k 0 0 29389 0 0:55:25 0:02:19 0:53:06 0 4 93.2M 4 4015k 0 0 29181 0 0:55:49 0:02:20 0:53:29 0 4 93.2M 4 4015k 0 0 28975 0 0:56:13 0:02:21 0:53:52 0 4 93.2M 4 4015k 0 0 28771 0 0:56:37 0:02:22 0:54:15 0 4 93.2M 4 4015k 0 0 28571 0 0:57:00 0:02:23 0:54:37 0 4 93.2M 4 4015k 0 0 28374 0 0:57:24 0:02:24 0:55:00 0 4 93.2M 4 4015k 0 0 28179 0 0:57:48 0:02:25 0:55:23 0 4 93.2M 4 4015k 0 0 27987 0 0:58:12 0:02:26 0:55:46 0 4 93.2M 4 4015k 0 0 27797 0 0:58:36 0:02:27 0:56:09 0 4 93.2M 4 4015k 0 0 27610 0 0:58:59 0:02:28 0:56:31 0 4 93.2M 4 4015k 0 0 27426 0 0:59:23 0:02:29 0:56:54 0 4 93.2M 4 4113k 0 0 27963 0 0:58:15 0:02:30 0:55:45 21284 4 93.2M 4 4572k 0 0 30860 0 0:52:47 0:02:31 0:50:16 115k 4 93.2M 4 4572k 0 0 30657 0 0:53:08 0:02:32 0:50:36 115k 4 93.2M 4 4572k 0 0 30457 0 0:53:29 0:02:33 0:50:56 115k 4 93.2M 4 4572k 0 0 30260 0 0:53:49 0:02:34 0:51:15 115k 4 93.2M 4 4572k 0 0 30065 0 0:54:10 0:02:35 0:51:35 92164 4 93.2M 4 4572k 0 0 29873 0 0:54:31 0:02:36 0:51:55 0 4 93.2M 4 4572k 0 0 29684 0 0:54:52 0:02:37 0:52:15 0 4 93.2M 4 4572k 0 0 29496 0 0:55:13 0:02:38 0:52:35 0 4 93.2M 4 4572k 0 0 29311 0 0:55:34 0:02:39 0:52:55 0 4 93.2M 4 4572k 0 0 29129 0 0:55:55 0:02:40 0:53:15 0 4 93.2M 4 4572k 0 0 28948 0 0:56:16 0:02:41 0:53:35 0 4 93.2M 4 4572k 0 0 28770 0 0:56:37 0:02:42 0:53:55 0 4 93.2M 4 4572k 0 0 28594 0 0:56:58 0:02:43 0:54:15 0 4 93.2M 4 4572k 0 0 28420 0 0:57:19 0:02:44 0:54:35 0 4 93.2M 4 4572k 0 0 28248 0 0:57:39 0:02:45 0:54:54 0 4 93.2M 4 4572k 0 0 28079 0 0:58:00 0:02:46 0:55:14 0 4 93.2M 4 4572k 0 0 27911 0 0:58:21 0:02:47 0:55:34 0 4 93.2M 4 4572k 0 0 27745 0 0:58:42 0:02:48 0:55:54 0 4 93.2M 4 4572k 0 0 27581 0 0:59:03 0:02:49 0:56:14 0 4 93.2M 4 4572k 0 0 27420 0 0:59:24 0:02:50 0:56:34 0 4 93.2M 4 4572k 0 0 27260 0 0:59:45 0:02:51 0:56:54 0 4 93.2M 4 4572k 0 0 27102 0 1:00:06 0:02:52 0:57:14 0 4 93.2M 4 4572k 0 0 26945 0 1:00:27 0:02:53 0:57:34 0 4 93.2M 4 4572k 0 0 26791 0 1:00:48 0:02:54 0:57:54 0 4 93.2M 4 4572k 0 0 26638 0 1:01:09 0:02:55 0:58:14 0 4 93.2M 4 4572k 0 0 26487 0 1:01:30 0:02:56 0:58:34 0 4 93.2M 4 4572k 0 0 26338 0 1:01:50 0:02:57 0:58:53 0 4 93.2M 4 4572k 0 0 26190 0 1:02:11 0:02:58 0:59:13 0 4 93.2M 4 4572k 0 0 26044 0 1:02:32 0:02:59 0:59:33 0 4 93.2M 4 4572k 0 0 25900 0 1:02:53 0:03:00 0:59:53 0 4 93.2M 4 4572k 0 0 25757 0 1:03:14 0:03:01 1:00:13 0 4 93.2M 4 4572k 0 0 25616 0 1:03:35 0:03:02 1:00:33 0 4 93.2M 4 4572k 0 0 25476 0 1:03:56 0:03:03 1:00:53 0 4 93.2M 4 4572k 0 0 25338 0 1:04:17 0:03:04 1:01:13 0 4 93.2M 4 4572k 0 0 25202 0 1:04:38 0:03:05 1:01:33 0 4 93.2M 4 4572k 0 0 25067 0 1:04:59 0:03:06 1:01:53 0 4 93.2M 4 4572k 0 0 24933 0 1:05:20 0:03:07 1:02:13 0 4 93.2M 4 4572k 0 0 24800 0 1:05:41 0:03:08 1:02:33 0 4 93.2M 4 4572k 0 0 24670 0 1:06:01 0:03:09 1:02:52 0 4 93.2M 4 4572k 0 0 24540 0 1:06:22 0:03:10 1:03:12 0 4 93.2M 4 4572k 0 0 24412 0 1:06:43 0:03:11 1:03:32 0 4 93.2M 4 4572k 0 0 24285 0 1:07:04 0:03:12 1:03:52 0 4 93.2M 4 4572k 0 0 24159 0 1:07:25 0:03:13 1:04:12 0 4 93.2M 4 4572k 0 0 24035 0 1:07:46 0:03:14 1:04:32 0 4 93.2M 4 4572k 0 0 23912 0 1:08:07 0:03:15 1:04:52 0 4 93.2M 4 4572k 0 0 23790 0 1:08:28 0:03:16 1:05:12 0 4 93.2M 4 4572k 0 0 23670 0 1:08:49 0:03:17 1:05:32 0 4 93.2M 4 4572k 0 0 23551 0 1:09:10 0:03:18 1:05:52 0 4 93.2M 4 4572k 0 0 23433 0 1:09:30 0:03:19 1:06:11 0 4 93.2M 4 4572k 0 0 23316 0 1:09:51 0:03:20 1:06:31 0 4 93.2M 4 4572k 0 0 23200 0 1:10:12 0:03:21 1:06:51 0 4 93.2M 4 4572k 0 0 23085 0 1:10:33 0:03:22 1:07:11 0 4 93.2M 4 4572k 0 0 22972 0 1:10:54 0:03:23 1:07:31 0 4 93.2M 4 4572k 0 0 22859 0 1:11:15 0:03:24 1:07:51 0 4 93.2M 4 4572k 0 0 22748 0 1:11:36 0:03:25 1:08:11 0 4 93.2M 4 4572k 0 0 22638 0 1:11:57 0:03:26 1:08:31 0 4 93.2M 4 4572k 0 0 22529 0 1:12:18 0:03:27 1:08:51 0 4 93.2M 4 4572k 0 0 22421 0 1:12:39 0:03:28 1:09:11 0 4 93.2M 4 4572k 0 0 22314 0 1:13:00 0:03:29 1:09:31 0 4 93.2M 4 4572k 0 0 22208 0 1:13:21 0:03:30 1:09:51 0 4 93.2M 4 4572k 0 0 22103 0 1:13:41 0:03:31 1:10:10 0 4 93.2M 4 4572k 0 0 21999 0 1:14:02 0:03:32 1:10:30 0 4 93.2M 4 4572k 0 0 21896 0 1:14:23 0:03:33 1:10:50 0 4 93.2M 4 4572k 0 0 21793 0 1:14:44 0:03:34 1:11:10 0 4 93.2M 4 4572k 0 0 21692 0 1:15:05 0:03:35 1:11:30 0 4 93.2M 4 4572k 0 0 21592 0 1:15:26 0:03:36 1:11:50 0 4 93.2M 4 4572k 0 0 21493 0 1:15:47 0:03:37 1:12:10 0 4 93.2M 4 4572k 0 0 21394 0 1:16:08 0:03:38 1:12:30 0 4 93.2M 4 4572k 0 0 21297 0 1:16:29 0:03:39 1:12:50 0 4 93.2M 4 4572k 0 0 21200 0 1:16:50 0:03:40 1:13:10 0 4 93.2M 4 4572k 0 0 21104 0 1:17:11 0:03:41 1:13:30 0 4 93.2M 4 4572k 0 0 21010 0 1:17:31 0:03:42 1:13:49 0 4 93.2M 4 4572k 0 0 20915 0 1:17:53 0:03:43 1:14:10 0 4 93.2M 4 4572k 0 0 20822 0 1:18:13 0:03:44 1:14:29 0 4 93.2M 4 4572k 0 0 20730 0 1:18:34 0:03:45 1:14:49 0 4 93.2M 4 4572k 0 0 20638 0 1:18:55 0:03:46 1:15:09 0 4 93.2M 4 4572k 0 0 20548 0 1:19:16 0:03:47 1:15:29 0 4 93.2M 4 4572k 0 0 20458 0 1:19:37 0:03:48 1:15:49 0 4 93.2M 4 4572k 0 0 20369 0 1:19:58 0:03:49 1:16:09 0 4 93.2M 4 4572k 0 0 20280 0 1:20:19 0:03:50 1:16:29 0 4 93.2M 4 4572k 0 0 20193 0 1:20:40 0:03:51 1:16:49 0 4 93.2M 4 4572k 0 0 20106 0 1:21:01 0:03:52 1:17:09 0 4 93.2M 4 4572k 0 0 20020 0 1:21:22 0:03:53 1:17:29 0 4 93.2M 4 4572k 0 0 19934 0 1:21:43 0:03:54 1:17:49 0 4 93.2M 4 4572k 0 0 19849 0 1:22:04 0:03:55 1:18:09 0 4 93.2M 4 4572k 0 0 19765 0 1:22:24 0:03:56 1:18:28 0 4 93.2M 4 4572k 0 0 19682 0 1:22:45 0:03:57 1:18:48 0 4 93.2M 4 4572k 0 0 19600 0 1:23:06 0:03:58 1:19:08 0 4 93.2M 4 4572k 0 0 19518 0 1:23:27 0:03:59 1:19:28 0 4 93.2M 4 4572k 0 0 19437 0 1:23:48 0:04:00 1:19:48 0 4 93.2M 4 4572k 0 0 19356 0 1:24:09 0:04:01 1:20:08 0 4 93.2M 4 4572k 0 0 19276 0 1:24:30 0:04:02 1:20:28 0 4 93.2M 4 4572k 0 0 19197 0 1:24:51 0:04:03 1:20:48 0 4 93.2M 4 4572k 0 0 19119 0 1:25:12 0:04:04 1:21:08 0 4 93.2M 4 4572k 0 0 19041 0 1:25:33 0:04:05 1:21:28 0 4 93.2M 4 4572k 0 0 18963 0 1:25:54 0:04:06 1:21:48 0 4 93.2M 4 4572k 0 0 18887 0 1:26:14 0:04:07 1:22:07 0 4 93.2M 4 4572k 0 0 18811 0 1:26:35 0:04:08 1:22:27 0 4 93.2M 4 4572k 0 0 18735 0 1:26:56 0:04:09 1:22:47 0 4 93.2M 4 4572k 0 0 18661 0 1:27:17 0:04:10 1:23:07 0 4 93.2M 4 4572k 0 0 18586 0 1:27:38 0:04:11 1:23:27 0 4 93.2M 4 4572k 0 0 18513 0 1:27:59 0:04:12 1:23:47 0 4 93.2M 4 4572k 0 0 18440 0 1:28:20 0:04:13 1:24:07 0 4 93.2M 4 4572k 0 0 18367 0 1:28:41 0:04:14 1:24:27 0 4 93.2M 4 4572k 0 0 18295 0 1:29:02 0:04:15 1:24:47 0 4 93.2M 4 4572k 0 0 18224 0 1:29:23 0:04:16 1:25:07 0 4 93.2M 4 4572k 0 0 18153 0 1:29:44 0:04:17 1:25:27 0 4 93.2M 4 4572k 0 0 18083 0 1:30:04 0:04:18 1:25:46 0 4 93.2M 4 4572k 0 0 18013 0 1:30:25 0:04:19 1:26:06 0 4 93.2M 4 4572k 0 0 17944 0 1:30:46 0:04:20 1:26:26 0 4 93.2M 4 4572k 0 0 17875 0 1:31:07 0:04:21 1:26:46 0 4 93.2M 4 4572k 0 0 17807 0 1:31:28 0:04:22 1:27:06 0 4 93.2M 4 4572k 0 0 17740 0 1:31:49 0:04:23 1:27:26 0 4 93.2M 4 4572k 0 0 17673 0 1:32:10 0:04:24 1:27:46 0 4 93.2M 4 4572k 0 0 17606 0 1:32:31 0:04:25 1:28:06 0 4 93.2M 4 4572k 0 0 17540 0 1:32:52 0:04:26 1:28:26 0 4 93.2M 4 4572k 0 0 17474 0 1:33:13 0:04:27 1:28:46 0 4 93.2M 4 4572k 0 0 17409 0 1:33:34 0:04:28 1:29:06 0 4 93.2M 4 4572k 0 0 17345 0 1:33:54 0:04:29 1:29:25 0 4 93.2M 4 4572k 0 0 17280 0 1:34:16 0:04:30 1:29:46 0 4 93.2M 4 4572k 0 0 17217 0 1:34:36 0:04:31 1:30:05 0 4 93.2M 4 4572k 0 0 17179 0 1:34:49 0:04:32 1:30:17 0 [2020-12-03T20:45:48.501Z] curl: (56) OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 104 [2020-12-03T20:45:48.775Z] Failed to run 'override-build': Exit code was 56. [2020-12-03T20:45:49.757Z] Run the same command again with --debug to shell into the environment if you wish to introspect this failure. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-03T20:45:55.072Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-12-03T20:45:58.294Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T20:45:59.188Z] ---> package-listing.sh [2020-12-03T20:45:59.188Z] ++ facter osfamily [2020-12-03T20:45:59.188Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-03T20:45:59.188Z] + OS_FAMILY=redhat [2020-12-03T20:45:59.188Z] + workspace=/w/workspace/edgex-go/6 [2020-12-03T20:45:59.188Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-03T20:45:59.188Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-03T20:45:59.188Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-03T20:45:59.188Z] + PACKAGES=/tmp/packages_start.txt [2020-12-03T20:45:59.188Z] + '[' /w/workspace/edgex-go/6 ']' [2020-12-03T20:45:59.188Z] + PACKAGES=/tmp/packages_end.txt [2020-12-03T20:45:59.188Z] + case "${OS_FAMILY}" in [2020-12-03T20:45:59.188Z] + rpm -qa [2020-12-03T20:45:59.188Z] + sort [2020-12-03T20:46:04.497Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-03T20:46:04.497Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-03T20:46:04.497Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-03T20:46:04.497Z] + '[' /w/workspace/edgex-go/6 ']' [2020-12-03T20:46:04.497Z] + mkdir -p /w/workspace/edgex-go/6/archives/ [2020-12-03T20:46:04.497Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo [2020-12-03T20:46:04.511Z] 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-03T20:46:04.813Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-03T20:46:05.138Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-03T20:46:05.138Z] [2020-12-03T20:46:05.138Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-03T20:46:05.505Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-03T20:46:05.505Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-03T20:46:05.505Z] df20fa9351a1: Pulling fs layer [2020-12-03T20:46:05.505Z] 36b3adc4ff6f: Pulling fs layer [2020-12-03T20:46:05.505Z] 8ad3a11d3b57: Pulling fs layer [2020-12-03T20:46:05.505Z] 46f8f816bc3b: Pulling fs layer [2020-12-03T20:46:05.505Z] 93b61091891f: Pulling fs layer [2020-12-03T20:46:05.505Z] 93b9cdb0e59b: Pulling fs layer [2020-12-03T20:46:05.505Z] 5e14af77c1be: Pulling fs layer [2020-12-03T20:46:05.505Z] 01666e4c0597: Pulling fs layer [2020-12-03T20:46:05.505Z] aa168da1d23b: Pulling fs layer [2020-12-03T20:46:05.505Z] 46f8f816bc3b: Waiting [2020-12-03T20:46:05.505Z] 93b61091891f: Waiting [2020-12-03T20:46:05.505Z] 93b9cdb0e59b: Waiting [2020-12-03T20:46:05.505Z] 5e14af77c1be: Waiting [2020-12-03T20:46:05.505Z] 01666e4c0597: Waiting [2020-12-03T20:46:05.505Z] aa168da1d23b: Waiting [2020-12-03T20:46:05.505Z] 36b3adc4ff6f: Verifying Checksum [2020-12-03T20:46:05.505Z] 36b3adc4ff6f: Download complete [2020-12-03T20:46:05.505Z] 46f8f816bc3b: Verifying Checksum [2020-12-03T20:46:05.505Z] 46f8f816bc3b: Download complete [2020-12-03T20:46:05.767Z] df20fa9351a1: Verifying Checksum [2020-12-03T20:46:05.767Z] df20fa9351a1: Download complete [2020-12-03T20:46:05.767Z] 93b9cdb0e59b: Verifying Checksum [2020-12-03T20:46:05.767Z] 93b9cdb0e59b: Download complete [2020-12-03T20:46:05.767Z] 5e14af77c1be: Verifying Checksum [2020-12-03T20:46:05.767Z] 5e14af77c1be: Download complete [2020-12-03T20:46:05.767Z] 01666e4c0597: Verifying Checksum [2020-12-03T20:46:05.767Z] 01666e4c0597: Download complete [2020-12-03T20:46:05.767Z] 93b61091891f: Verifying Checksum [2020-12-03T20:46:05.767Z] 93b61091891f: Download complete [2020-12-03T20:46:05.767Z] 8ad3a11d3b57: Verifying Checksum [2020-12-03T20:46:05.767Z] 8ad3a11d3b57: Download complete [2020-12-03T20:46:06.029Z] df20fa9351a1: Pull complete [2020-12-03T20:46:06.299Z] 36b3adc4ff6f: Pull complete [2020-12-03T20:46:07.257Z] 8ad3a11d3b57: Pull complete [2020-12-03T20:46:07.257Z] 46f8f816bc3b: Pull complete [2020-12-03T20:46:08.209Z] aa168da1d23b: Verifying Checksum [2020-12-03T20:46:08.209Z] aa168da1d23b: Download complete [2020-12-03T20:46:09.602Z] 93b61091891f: Pull complete [2020-12-03T20:46:09.865Z] 93b9cdb0e59b: Pull complete [2020-12-03T20:46:09.865Z] 5e14af77c1be: Pull complete [2020-12-03T20:46:10.127Z] 01666e4c0597: Pull complete [2020-12-03T20:46:25.135Z] aa168da1d23b: Pull complete [2020-12-03T20:46:25.135Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-03T20:46:25.135Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-03T20:46:25.135Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-03T20:46:25.421Z] prd-centos7-docker-4c-2g-14360 does not seem to be running inside a container [2020-12-03T20:46:25.482Z] $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 [2020-12-03T20:46:28.054Z] $ docker top 7ffc5aadf8fab7d10393fc47f09e656d7b597ca6924e210fb55c343360a53f02 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T20:46:28.712Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-03T20:46:29.117Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-03T20:46:29.493Z] + ls /var/log/sa-host [2020-12-03T20:46:29.493Z] + sadf -c /var/log/sa-host/sa03 [2020-12-03T20:46:29.493Z] file_magic: OK [2020-12-03T20:46:29.493Z] HZ: Using current value: 100 [2020-12-03T20:46:29.493Z] file_header: OK [2020-12-03T20:46:29.493Z] 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 [2020-12-03T20:46:29.493Z] Statistics: [2020-12-03T20:46:29.493Z] 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... [2020-12-03T20:46:29.493Z] File successfully converted to sysstat format version 12.2.1 [2020-12-03T20:46:29.493Z] + sadf -c /var/log/sa-host/sa23 [2020-12-03T20:46:29.493Z] file_magic: OK [2020-12-03T20:46:29.493Z] HZ: Using current value: 100 [2020-12-03T20:46:29.493Z] file_header: OK [2020-12-03T20:46:29.493Z] 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 [2020-12-03T20:46:29.493Z] Statistics: [2020-12-03T20:46:29.493Z] Hnuu...uuuununununu... [2020-12-03T20:46:29.493Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-03T20:46:30.224Z] provisioning config files... [2020-12-03T20:46:30.252Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config638461848433607154tmp [Pipeline] { [Pipeline] echo [2020-12-03T20:46:30.558Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T20:46:30.864Z] ---> create-netrc.sh [Pipeline] } [2020-12-03T20:46:30.873Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-03T20:46:31.010Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T20:46:31.311Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-03T20:46:31.322Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T20:46:31.620Z] ---> sudo-logs.sh [2020-12-03T20:46:31.620Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-03T20:46:31.630Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T20:46:31.931Z] ---> job-cost.sh [2020-12-03T20:46:31.931Z] lf-activate-venv: SKIPPING [2020-12-03T20:46:31.931Z] INFO: No Stack... [2020-12-03T20:46:32.880Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-03T20:46:33.454Z] INFO: Archiving Costs [Pipeline] echo [2020-12-03T20:46:33.468Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T20:46:33.769Z] ---> logs-deploy.sh [2020-12-03T20:46:33.769Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2898/6 [2020-12-03T20:46:33.769Z] INFO: archiving workspace using pattern(s): [2020-12-03T20:46:35.160Z] Archives upload complete. [2020-12-03T20:46:35.421Z] INFO: archiving logs to Nexus