Branch indexing 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/app-service-configurable Obtained Jenkinsfile from 45ba31b74d9b1c278958723fe798eb293542932b+4516a352731f3d8180afe2aa8b87c74c30645521 (a6f0d401e326e42f896d2ae64b89e4de2bc3f874) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@e3a708771a572f3309a02b78ef07992b923c5409 Attempting to resolve e3a708771a572f3309a02b78ef07992b923c5409 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 e3a708771a572f3309a02b78ef07992b923c5409 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 e3a708771a572f3309a02b78ef07992b923c5409^{commit} # timeout=10 > git branch -a -v --no-abbrev --contains e3a708771a572f3309a02b78ef07992b923c5409 # timeout=10 Selected match: pr/264/merge revision e3a708771a572f3309a02b78ef07992b923c5409 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 e3a708771a572f3309a02b78ef07992b923c5409 (pr/264/merge) > git config core.sparsecheckout # timeout=10 > git checkout -f e3a708771a572f3309a02b78ef07992b923c5409 # 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 ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, 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 ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-15312 in /w/workspace/_app-service-configurable_PR-124 [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/app-service-configurable.git > git init /w/workspace/_app-service-configurable_PR-124 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.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/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.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/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/124/head:refs/remotes/origin/PR-124 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4516a352731f3d8180afe2aa8b87c74c30645521 into PR head commit 45ba31b74d9b1c278958723fe798eb293542932b Merge succeeded, producing 8b197c7b60133f8796608da78777dba76f29dc74 Checking out Revision 8b197c7b60133f8796608da78777dba76f29dc74 (PR-124) > git config core.sparsecheckout # timeout=10 > git checkout -f 45ba31b74d9b1c278958723fe798eb293542932b # 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 4516a352731f3d8180afe2aa8b87c74c30645521 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8b197c7b60133f8796608da78777dba76f29dc74 # timeout=10 Commit message: "Merge commit '4516a352731f3d8180afe2aa8b87c74c30645521' into HEAD" > git rev-list --no-walk 45ba31b74d9b1c278958723fe798eb293542932b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-10T00:55:51.348Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-10T00:55:51.680Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-10T00:55:51.801Z] ========================================================= [2020-12-10T00:55:51.801Z] EdgeX Global Pipelines Version Info [2020-12-10T00:55:51.801Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-10T00:55:55.297Z] ------------------- [2020-12-10T00:55:55.297Z] stable info: [2020-12-10T00:55:55.297Z] ------------------- [2020-12-10T00:55:55.297Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-10T00:55:55.297Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-10T00:55:55.297Z] Message: update stable to v1.0.172 [2020-12-10T00:55:56.270Z] ------------------- [2020-12-10T00:55:56.270Z] experimental info: [2020-12-10T00:55:56.270Z] ------------------- [2020-12-10T00:55:56.270Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-10T00:55:56.270Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-10T00:55:56.270Z] Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-10T00:55:56.616Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2020-12-10T00:55:56.727Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2020-12-10T00:55:56.835Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-10T00:55:56.947Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-10T00:55:57.058Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-10T00:55:57.175Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-10T00:55:57.281Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-10T00:55:57.393Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-10T00:55:57.511Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-10T00:55:57.670Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-10T00:55:57.777Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-10T00:55:57.887Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2020-12-10T00:55:58.025Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-10T00:55:58.133Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-10T00:55:58.237Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-10T00:55:58.357Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-10T00:55:58.464Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-10T00:55:58.584Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-10T00:55:58.689Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-10T00:55:58.808Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-10T00:55:58.917Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-12-10T00:55:59.037Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-12-10T00:55:59.138Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-10T00:55:59.261Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-10T00:55:59.364Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-12-10T00:55:59.508Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-10T00:55:59.611Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-124 [Pipeline] echo [2020-12-10T00:55:59.722Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-124 [Pipeline] echo [2020-12-10T00:55:59.825Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-124 [Pipeline] echo [2020-12-10T00:55:59.929Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8b197c7b60133f8796608da78777dba76f29dc74 [Pipeline] echo [2020-12-10T00:56:00.064Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8b197c7 [Pipeline] echo [2020-12-10T00:56:00.256Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-10T00:56:00.481Z] provisioning config files... [2020-12-10T00:56:00.530Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-124@tmp/config7363034225205148630tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-10T00:56:00.965Z] ---> docker-login.sh [2020-12-10T00:56:00.965Z] nexus3.edgexfoundry.org:10001 [2020-12-10T00:56:01.591Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T00:56:01.895Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T00:56:01.895Z] Configure a credential helper to remove this warning. See [2020-12-10T00:56:01.895Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T00:56:01.895Z] [2020-12-10T00:56:01.895Z] Login Succeeded [2020-12-10T00:56:01.895Z] nexus3.edgexfoundry.org:10002 [2020-12-10T00:56:02.551Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T00:56:02.551Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T00:56:02.551Z] Configure a credential helper to remove this warning. See [2020-12-10T00:56:02.551Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T00:56:02.551Z] [2020-12-10T00:56:02.551Z] Login Succeeded [2020-12-10T00:56:02.551Z] nexus3.edgexfoundry.org:10003 [2020-12-10T00:56:02.832Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T00:56:03.169Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T00:56:03.169Z] Configure a credential helper to remove this warning. See [2020-12-10T00:56:03.169Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T00:56:03.169Z] [2020-12-10T00:56:03.169Z] Login Succeeded [2020-12-10T00:56:03.169Z] nexus3.edgexfoundry.org:10004 [2020-12-10T00:56:03.461Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T00:56:03.755Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T00:56:03.755Z] Configure a credential helper to remove this warning. See [2020-12-10T00:56:03.755Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T00:56:03.755Z] [2020-12-10T00:56:03.755Z] Login Succeeded [2020-12-10T00:56:03.755Z] docker.io [2020-12-10T00:56:04.033Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T00:56:04.642Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T00:56:04.642Z] Configure a credential helper to remove this warning. See [2020-12-10T00:56:04.642Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T00:56:04.642Z] [2020-12-10T00:56:04.642Z] Login Succeeded [2020-12-10T00:56:04.642Z] ---> docker-login.sh ends [Pipeline] } [2020-12-10T00:56:04.659Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-10T00:56:05.722Z] + git log --format=format:%s -1 8b197c7b60133f8796608da78777dba76f29dc74 [Pipeline] echo [2020-12-10T00:56:05.840Z] GIT_COMMIT: 8b197c7b60133f8796608da78777dba76f29dc74, Commit Message: Merge commit '4516a352731f3d8180afe2aa8b87c74c30645521' into HEAD [Pipeline] echo [2020-12-10T00:56:05.905Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-10T00:56:07.023Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-10T00:56:07.023Z] [2020-12-10T00:56:07.023Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-10T00:56:07.409Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-10T00:56:07.409Z] latest: Pulling from edgex-devops/git-semver [2020-12-10T00:56:07.409Z] 31603596830f: Pulling fs layer [2020-12-10T00:56:07.409Z] 2a8b12db71e7: Pulling fs layer [2020-12-10T00:56:07.409Z] 6ca5941a6612: Pulling fs layer [2020-12-10T00:56:07.409Z] ecc8261a40a4: Pulling fs layer [2020-12-10T00:56:07.409Z] ecc8261a40a4: Waiting [2020-12-10T00:56:07.409Z] 2a8b12db71e7: Verifying Checksum [2020-12-10T00:56:07.409Z] 2a8b12db71e7: Download complete [2020-12-10T00:56:07.699Z] 31603596830f: Download complete [2020-12-10T00:56:08.020Z] ecc8261a40a4: Verifying Checksum [2020-12-10T00:56:08.020Z] ecc8261a40a4: Download complete [2020-12-10T00:56:08.311Z] 6ca5941a6612: Verifying Checksum [2020-12-10T00:56:08.311Z] 6ca5941a6612: Download complete [2020-12-10T00:56:08.311Z] 31603596830f: Pull complete [2020-12-10T00:56:08.587Z] 2a8b12db71e7: Pull complete [2020-12-10T00:56:10.666Z] 6ca5941a6612: Pull complete [2020-12-10T00:56:10.939Z] ecc8261a40a4: Pull complete [2020-12-10T00:56:10.939Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-10T00:56:10.939Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-10T00:56:10.939Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-10T00:56:11.208Z] prd-centos7-docker-4c-2g-15312 does not seem to be running inside a container [2020-12-10T00:56:11.292Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-124 -v /w/workspace/_app-service-configurable_PR-124:/w/workspace/_app-service-configurable_PR-124:rw,z -v /w/workspace/_app-service-configurable_PR-124@tmp:/w/workspace/_app-service-configurable_PR-124@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:10004/edgex-devops/git-semver:latest cat [2020-12-10T00:56:13.968Z] $ docker top efa0c1ecf9c662aa887477d5221f63bb5ed0213c146b07f417e7a1455ea6b4ee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-10T00:56:14.493Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-10T00:56:14.493Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-10T00:56:15.036Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-10T00:56:15.059Z] $ docker exec efa0c1ecf9c662aa887477d5221f63bb5ed0213c146b07f417e7a1455ea6b4ee ssh-agent [2020-12-10T00:56:15.671Z] SSH_AUTH_SOCK=/tmp/ssh-iBa99RgxBF1k/agent.11 [2020-12-10T00:56:15.671Z] SSH_AGENT_PID=16 [2020-12-10T00:56:15.687Z] Running ssh-add (command line suppressed) [2020-12-10T00:56:15.974Z] Identity added: /w/workspace/_app-service-configurable_PR-124@tmp/private_key_7914672691715426878.key (/w/workspace/_app-service-configurable_PR-124@tmp/private_key_7914672691715426878.key) [2020-12-10T00:56:16.151Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-10T00:56:16.962Z] + git tag --points-at HEAD [Pipeline] } [2020-12-10T00:56:16.997Z] $ docker exec --env ******** --env ******** efa0c1ecf9c662aa887477d5221f63bb5ed0213c146b07f417e7a1455ea6b4ee ssh-agent -k [2020-12-10T00:56:17.271Z] unset SSH_AUTH_SOCK; [2020-12-10T00:56:17.271Z] unset SSH_AGENT_PID; [2020-12-10T00:56:17.272Z] echo Agent pid 16 killed; [2020-12-10T00:56:17.636Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-10T00:56:17.792Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-10T00:56:17.792Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-10T00:56:18.214Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-10T00:56:18.223Z] $ docker exec efa0c1ecf9c662aa887477d5221f63bb5ed0213c146b07f417e7a1455ea6b4ee ssh-agent [2020-12-10T00:56:18.789Z] SSH_AUTH_SOCK=/tmp/ssh-dB60A2VhDLo6/agent.44 [2020-12-10T00:56:18.789Z] SSH_AGENT_PID=50 [2020-12-10T00:56:18.807Z] Running ssh-add (command line suppressed) [2020-12-10T00:56:19.127Z] Identity added: /w/workspace/_app-service-configurable_PR-124@tmp/private_key_3116079725463810026.key (/w/workspace/_app-service-configurable_PR-124@tmp/private_key_3116079725463810026.key) [2020-12-10T00:56:19.233Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-10T00:56:19.939Z] + git semver init [2020-12-10T00:56:19.939Z] # -> Open(): unable to determine branch for HEAD [2020-12-10T00:56:19.939Z] # $GIT_DIR = /w/workspace/_app-service-configurable_PR-124/.git [2020-12-10T00:56:19.939Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_PR-124 [2020-12-10T00:56:19.939Z] # $SEMVER_REMOTE_NAME = origin [2020-12-10T00:56:19.939Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-10T00:56:19.939Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-10T00:56:19.939Z] # $SEMVER_BRANCH = PR-124 [2020-12-10T00:56:19.939Z] # $SEMVER_TEMP = /tmp/semver-008790566 [2020-12-10T00:56:19.939Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2020-12-10T00:56:20.540Z] # '/tmp/semver-008790566' -> '/w/workspace/_app-service-configurable_PR-124/.semver' [2020-12-10T00:56:20.540Z] # -> Force: false [2020-12-10T00:56:20.540Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_PR-124/.semver [Pipeline] } [2020-12-10T00:56:20.573Z] $ docker exec --env ******** --env ******** efa0c1ecf9c662aa887477d5221f63bb5ed0213c146b07f417e7a1455ea6b4ee ssh-agent -k [2020-12-10T00:56:20.811Z] unset SSH_AUTH_SOCK; [2020-12-10T00:56:20.812Z] unset SSH_AGENT_PID; [2020-12-10T00:56:20.812Z] echo Agent pid 50 killed; [2020-12-10T00:56:20.879Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-10T00:56:21.434Z] + git semver [Pipeline] } [2020-12-10T00:56:21.590Z] $ docker stop --time=1 efa0c1ecf9c662aa887477d5221f63bb5ed0213c146b07f417e7a1455ea6b4ee [2020-12-10T00:56:23.351Z] $ docker rm -f efa0c1ecf9c662aa887477d5221f63bb5ed0213c146b07f417e7a1455ea6b4ee [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-10T00:56:24.059Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-10T00:56:24.814Z] Stashed 1 file(s) [Pipeline] echo [2020-12-10T00:56:24.817Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [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] node [2020-12-10T00:56:40.434Z] Still waiting to schedule task [2020-12-10T00:56:40.435Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-12-10T00:56:40.437Z] Still waiting to schedule task [2020-12-10T00:56:40.437Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-15311’ [2020-12-10T00:59:45.106Z] Running on prd-centos7-docker-4c-2g-15314 in /w/workspace/_app-service-configurable_PR-124 [Pipeline] { [Pipeline] ws [2020-12-10T00:59:45.167Z] Running in /w/workspace/app-service-configurable/34 [Pipeline] { [Pipeline] checkout [2020-12-10T00:59:47.427Z] using credential edgex-jenkins-ssh [2020-12-10T00:59:47.484Z] Cloning the remote Git repository [2020-12-10T00:59:47.509Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-12-10T00:59:47.577Z] > git init /w/workspace/app-service-configurable/34 # timeout=10 [2020-12-10T00:59:47.638Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-12-10T00:59:47.638Z] > git --version # timeout=10 [2020-12-10T00:59:47.644Z] > git --version # 'git version 2.24.3' [2020-12-10T00:59:47.644Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-10T00:59:47.702Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-10T00:59:48.298Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-12-10T00:59:48.309Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-10T00:59:48.323Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-12-10T00:59:48.337Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-12-10T00:59:48.337Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-10T00:59:48.340Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/124/head:refs/remotes/origin/PR-124 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-10T00:59:49.577Z] Merging remotes/origin/master commit 4516a352731f3d8180afe2aa8b87c74c30645521 into PR head commit 45ba31b74d9b1c278958723fe798eb293542932b [2020-12-10T00:59:49.675Z] Merge succeeded, producing ae6b09ed419a9afc9efdecdc13f2da56020ba574 [2020-12-10T00:59:49.675Z] Checking out Revision ae6b09ed419a9afc9efdecdc13f2da56020ba574 (PR-124) [2020-12-10T00:59:49.588Z] > git config core.sparsecheckout # timeout=10 [2020-12-10T00:59:49.594Z] > git checkout -f 45ba31b74d9b1c278958723fe798eb293542932b # timeout=10 [2020-12-10T00:59:49.634Z] > git remote # timeout=10 [2020-12-10T00:59:49.640Z] > git config --get remote.origin.url # timeout=10 [2020-12-10T00:59:49.647Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-10T00:59:49.651Z] > git merge 4516a352731f3d8180afe2aa8b87c74c30645521 # timeout=10 [2020-12-10T00:59:49.670Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-10T00:59:49.680Z] > git config core.sparsecheckout # timeout=10 [2020-12-10T00:59:49.684Z] > git checkout -f ae6b09ed419a9afc9efdecdc13f2da56020ba574 # timeout=10 [2020-12-10T00:59:53.291Z] Commit message: "Merge commit '4516a352731f3d8180afe2aa8b87c74c30645521' into HEAD" [2020-12-10T00:59:53.296Z] > git rev-list --no-walk 45ba31b74d9b1c278958723fe798eb293542932b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-10T00:59:55.308Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-10T00:59:55.635Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-10T00:59:55.930Z] + sudo service docker restart [2020-12-10T00:59:55.930Z] + true [2020-12-10T00:59:55.930Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-10T00:59:56.948Z] provisioning config files... [2020-12-10T00:59:56.974Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/34@tmp/config1391719256898014928tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-10T00:59:57.366Z] ---> docker-login.sh [2020-12-10T00:59:57.366Z] nexus3.edgexfoundry.org:10001 [2020-12-10T00:59:57.629Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T00:59:57.629Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T00:59:57.629Z] Configure a credential helper to remove this warning. See [2020-12-10T00:59:57.629Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T00:59:57.629Z] [2020-12-10T00:59:57.629Z] Login Succeeded [2020-12-10T00:59:57.629Z] nexus3.edgexfoundry.org:10002 [2020-12-10T00:59:57.891Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T00:59:57.891Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T00:59:57.891Z] Configure a credential helper to remove this warning. See [2020-12-10T00:59:57.891Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T00:59:57.891Z] [2020-12-10T00:59:57.891Z] Login Succeeded [2020-12-10T00:59:57.891Z] nexus3.edgexfoundry.org:10003 [2020-12-10T00:59:57.891Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T00:59:58.152Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T00:59:58.153Z] Configure a credential helper to remove this warning. See [2020-12-10T00:59:58.153Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T00:59:58.153Z] [2020-12-10T00:59:58.153Z] Login Succeeded [2020-12-10T00:59:58.153Z] nexus3.edgexfoundry.org:10004 [2020-12-10T00:59:58.153Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T00:59:58.153Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T00:59:58.153Z] Configure a credential helper to remove this warning. See [2020-12-10T00:59:58.153Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T00:59:58.153Z] [2020-12-10T00:59:58.153Z] Login Succeeded [2020-12-10T00:59:58.153Z] docker.io [2020-12-10T00:59:58.421Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T00:59:58.686Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T00:59:58.686Z] Configure a credential helper to remove this warning. See [2020-12-10T00:59:58.686Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T00:59:58.686Z] [2020-12-10T00:59:58.686Z] Login Succeeded [2020-12-10T00:59:58.686Z] ---> docker-login.sh ends [Pipeline] } [2020-12-10T00:59:58.696Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-10T00:59:59.096Z] ========================================================= [2020-12-10T00:59:59.096Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-10T00:59:59.096Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-10T00:59:59.453Z] + 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-10T00:59:59.453Z] Sending build context to Docker daemon 96.77kB [2020-12-10T00:59:59.453Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-10T00:59:59.453Z] Step 2/8 : FROM ${BASE} [2020-12-10T00:59:59.717Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-10T00:59:59.717Z] 188c0c94c7c5: Pulling fs layer [2020-12-10T00:59:59.717Z] 0ef7d3d256c8: Pulling fs layer [2020-12-10T00:59:59.717Z] de9db76c5a1d: Pulling fs layer [2020-12-10T00:59:59.717Z] bca2f99d35d6: Pulling fs layer [2020-12-10T00:59:59.717Z] 93359f2a8cfa: Pulling fs layer [2020-12-10T00:59:59.717Z] 7c6f9722023f: Pulling fs layer [2020-12-10T00:59:59.717Z] a35cf1a2eb13: Pulling fs layer [2020-12-10T00:59:59.717Z] 93359f2a8cfa: Waiting [2020-12-10T00:59:59.717Z] 7c6f9722023f: Waiting [2020-12-10T00:59:59.717Z] a35cf1a2eb13: Waiting [2020-12-10T00:59:59.717Z] bca2f99d35d6: Waiting [2020-12-10T00:59:59.717Z] de9db76c5a1d: Verifying Checksum [2020-12-10T00:59:59.717Z] de9db76c5a1d: Download complete [2020-12-10T00:59:59.717Z] 0ef7d3d256c8: Verifying Checksum [2020-12-10T00:59:59.717Z] 0ef7d3d256c8: Download complete [2020-12-10T00:59:59.717Z] 93359f2a8cfa: Download complete [2020-12-10T00:59:59.717Z] 188c0c94c7c5: Verifying Checksum [2020-12-10T00:59:59.717Z] 188c0c94c7c5: Download complete [2020-12-10T00:59:59.717Z] 7c6f9722023f: Verifying Checksum [2020-12-10T00:59:59.717Z] 7c6f9722023f: Download complete [2020-12-10T00:59:59.987Z] 188c0c94c7c5: Pull complete [2020-12-10T00:59:59.987Z] 0ef7d3d256c8: Pull complete [2020-12-10T01:00:00.249Z] de9db76c5a1d: Pull complete [2020-12-10T01:00:02.808Z] a35cf1a2eb13: Verifying Checksum [2020-12-10T01:00:02.808Z] a35cf1a2eb13: Download complete [2020-12-10T01:00:03.075Z] bca2f99d35d6: Verifying Checksum [2020-12-10T01:00:03.075Z] bca2f99d35d6: Download complete [2020-12-10T01:00:08.424Z] bca2f99d35d6: Pull complete [2020-12-10T01:00:08.424Z] 93359f2a8cfa: Pull complete [2020-12-10T01:00:08.424Z] 7c6f9722023f: Pull complete [2020-12-10T01:00:12.676Z] a35cf1a2eb13: Pull complete [2020-12-10T01:00:12.676Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-10T01:00:12.676Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-10T01:00:12.676Z] ---> a62c8e92a672 [2020-12-10T01:00:12.676Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-10T01:00:12.676Z] ---> Running in dbfe5319df63 [2020-12-10T01:00:12.676Z] Removing intermediate container dbfe5319df63 [2020-12-10T01:00:12.676Z] ---> db3c7fb3a904 [2020-12-10T01:00:12.676Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T01:00:12.943Z] ---> Running in de4610094090 [2020-12-10T01:00:13.928Z] Removing intermediate container de4610094090 [2020-12-10T01:00:13.928Z] ---> 0ee4cd86cf76 [2020-12-10T01:00:13.928Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-12-10T01:00:13.928Z] ---> Running in b773d84b03ca [2020-12-10T01:00:14.507Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-10T01:00:15.084Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-10T01:00:15.665Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-12-10T01:00:15.665Z] (2/6) Installing libsodium (1.0.18-r0) [2020-12-10T01:00:15.665Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-12-10T01:00:15.928Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-12-10T01:00:15.929Z] (5/6) Installing libzmq (4.3.3-r0) [2020-12-10T01:00:15.929Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2020-12-10T01:00:16.192Z] Executing busybox-1.31.1-r19.trigger [2020-12-10T01:00:16.192Z] OK: 167 MiB in 45 packages [2020-12-10T01:00:16.233Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-15313 in /w/workspace/_app-service-configurable_PR-124 [Pipeline] { [Pipeline] ws [2020-12-10T01:00:16.300Z] Running in /w/workspace/app-service-configurable/34 [Pipeline] { [Pipeline] checkout [2020-12-10T01:00:16.769Z] Removing intermediate container b773d84b03ca [2020-12-10T01:00:16.769Z] ---> 1f18736cf6f2 [2020-12-10T01:00:16.769Z] Step 6/8 : WORKDIR /app [2020-12-10T01:00:16.769Z] ---> Running in 07c3e2ef3f29 [2020-12-10T01:00:17.033Z] Removing intermediate container 07c3e2ef3f29 [2020-12-10T01:00:17.033Z] ---> cbf17065a9ce [2020-12-10T01:00:17.033Z] Step 7/8 : COPY . . [2020-12-10T01:00:17.299Z] ---> fc0b202fad8c [2020-12-10T01:00:17.299Z] Step 8/8 : RUN go mod download [2020-12-10T01:00:17.299Z] ---> Running in 910bd06c5616 [2020-12-10T01:00:21.372Z] using credential edgex-jenkins-ssh [2020-12-10T01:00:21.430Z] Cloning the remote Git repository [2020-12-10T01:00:21.472Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-12-10T01:00:21.574Z] > git init /w/workspace/app-service-configurable/34 # timeout=10 [2020-12-10T01:00:21.641Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-12-10T01:00:21.641Z] > git --version # timeout=10 [2020-12-10T01:00:21.658Z] > git --version # 'git version 2.17.1' [2020-12-10T01:00:21.659Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-10T01:00:21.741Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-10T01:00:22.539Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-12-10T01:00:22.565Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-10T01:00:22.600Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-12-10T01:00:22.647Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-12-10T01:00:22.647Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-10T01:00:23.492Z] Merging remotes/origin/master commit 4516a352731f3d8180afe2aa8b87c74c30645521 into PR head commit 45ba31b74d9b1c278958723fe798eb293542932b [2020-12-10T01:00:23.726Z] Merge succeeded, producing d83b602e57d3b8d692cf0bd95ffdf730308f8f6f [2020-12-10T01:00:23.727Z] Checking out Revision d83b602e57d3b8d692cf0bd95ffdf730308f8f6f (PR-124) [2020-12-10T01:00:22.667Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/124/head:refs/remotes/origin/PR-124 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-10T01:00:23.507Z] > git config core.sparsecheckout # timeout=10 [2020-12-10T01:00:23.526Z] > git checkout -f 45ba31b74d9b1c278958723fe798eb293542932b # timeout=10 [2020-12-10T01:00:23.610Z] > git remote # timeout=10 [2020-12-10T01:00:23.627Z] > git config --get remote.origin.url # timeout=10 [2020-12-10T01:00:23.648Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-10T01:00:23.659Z] > git merge 4516a352731f3d8180afe2aa8b87c74c30645521 # timeout=10 [2020-12-10T01:00:23.703Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-10T01:00:23.727Z] > git config core.sparsecheckout # timeout=10 [2020-12-10T01:00:23.742Z] > git checkout -f d83b602e57d3b8d692cf0bd95ffdf730308f8f6f # timeout=10 [2020-12-10T01:00:28.215Z] Commit message: "Merge commit '4516a352731f3d8180afe2aa8b87c74c30645521' into HEAD" [2020-12-10T01:00:28.224Z] > git rev-list --no-walk 45ba31b74d9b1c278958723fe798eb293542932b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-10T01:00:30.146Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-10T01:00:30.608Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-10T01:00:31.007Z] + true [2020-12-10T01:00:31.007Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-10T01:00:33.741Z] provisioning config files... [2020-12-10T01:00:33.777Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/34@tmp/config5542618669183078823tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-10T01:00:34.204Z] ---> docker-login.sh [2020-12-10T01:00:34.204Z] nexus3.edgexfoundry.org:10001 [2020-12-10T01:00:34.806Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T01:00:35.406Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T01:00:35.406Z] Configure a credential helper to remove this warning. See [2020-12-10T01:00:35.406Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T01:00:35.406Z] [2020-12-10T01:00:35.406Z] Login Succeeded [2020-12-10T01:00:35.406Z] nexus3.edgexfoundry.org:10002 [2020-12-10T01:00:35.678Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T01:00:35.951Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T01:00:35.951Z] Configure a credential helper to remove this warning. See [2020-12-10T01:00:35.951Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T01:00:35.951Z] [2020-12-10T01:00:35.951Z] Login Succeeded [2020-12-10T01:00:35.951Z] nexus3.edgexfoundry.org:10003 [2020-12-10T01:00:36.224Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T01:00:36.500Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T01:00:36.500Z] Configure a credential helper to remove this warning. See [2020-12-10T01:00:36.500Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T01:00:36.500Z] [2020-12-10T01:00:36.500Z] Login Succeeded [2020-12-10T01:00:36.500Z] nexus3.edgexfoundry.org:10004 [2020-12-10T01:00:36.780Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T01:00:37.052Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T01:00:37.052Z] Configure a credential helper to remove this warning. See [2020-12-10T01:00:37.052Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T01:00:37.052Z] [2020-12-10T01:00:37.052Z] Login Succeeded [2020-12-10T01:00:37.052Z] docker.io [2020-12-10T01:00:37.326Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T01:00:37.598Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T01:00:37.598Z] Configure a credential helper to remove this warning. See [2020-12-10T01:00:37.598Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T01:00:37.598Z] [2020-12-10T01:00:37.598Z] Login Succeeded [2020-12-10T01:00:37.598Z] ---> docker-login.sh ends [Pipeline] } [2020-12-10T01:00:37.614Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-10T01:00:38.052Z] ========================================================= [2020-12-10T01:00:38.052Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-10T01:00:38.052Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-10T01:00:38.434Z] + 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-10T01:00:38.434Z] Sending build context to Docker daemon 96.77kB [2020-12-10T01:00:38.715Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-10T01:00:38.715Z] Step 2/8 : FROM ${BASE} [2020-12-10T01:00:38.990Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-10T01:00:38.990Z] 5f621e34cdf4: Pulling fs layer [2020-12-10T01:00:38.990Z] a4357932f1b6: Pulling fs layer [2020-12-10T01:00:38.990Z] 18c013af1878: Pulling fs layer [2020-12-10T01:00:38.990Z] 00ac8860ef70: Pulling fs layer [2020-12-10T01:00:38.990Z] 63d7cb157983: Pulling fs layer [2020-12-10T01:00:38.990Z] b116817d02f9: Pulling fs layer [2020-12-10T01:00:38.990Z] 745a02a5169b: Pulling fs layer [2020-12-10T01:00:38.990Z] 00ac8860ef70: Waiting [2020-12-10T01:00:38.990Z] 63d7cb157983: Waiting [2020-12-10T01:00:38.990Z] b116817d02f9: Waiting [2020-12-10T01:00:38.990Z] 745a02a5169b: Waiting [2020-12-10T01:00:38.990Z] 18c013af1878: Verifying Checksum [2020-12-10T01:00:38.990Z] 18c013af1878: Download complete [2020-12-10T01:00:38.990Z] a4357932f1b6: Verifying Checksum [2020-12-10T01:00:38.990Z] a4357932f1b6: Download complete [2020-12-10T01:00:38.990Z] 63d7cb157983: Verifying Checksum [2020-12-10T01:00:38.990Z] 63d7cb157983: Download complete [2020-12-10T01:00:38.990Z] b116817d02f9: Download complete [2020-12-10T01:00:38.990Z] 5f621e34cdf4: Download complete [2020-12-10T01:00:39.331Z] Removing intermediate container 910bd06c5616 [2020-12-10T01:00:39.331Z] ---> 989df5e2e1b8 [2020-12-10T01:00:39.331Z] Successfully built 989df5e2e1b8 [2020-12-10T01:00:39.331Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-10T01:00:39.593Z] 5f621e34cdf4: Pull complete [2020-12-10T01:00:39.650Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-10T01:00:39.650Z] . [Pipeline] withDockerContainer [2020-12-10T01:00:39.761Z] prd-centos7-docker-4c-2g-15314 does not seem to be running inside a container [2020-12-10T01:00:39.819Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/34 -v /w/workspace/app-service-configurable/34:/w/workspace/app-service-configurable/34:rw,z -v /w/workspace/app-service-configurable/34@tmp:/w/workspace/app-service-configurable/34@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-10T01:00:40.214Z] a4357932f1b6: Pull complete [2020-12-10T01:00:40.499Z] 18c013af1878: Pull complete [2020-12-10T01:00:40.625Z] $ docker top 3a8d307f541ac919abf71facac19e418fbbd5b3cb1b3b7e0de88db671fcd00b8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-10T01:00:41.140Z] + go version [2020-12-10T01:00:41.140Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-10T01:00:41.158Z] $ docker stop --time=1 3a8d307f541ac919abf71facac19e418fbbd5b3cb1b3b7e0de88db671fcd00b8 [2020-12-10T01:00:41.488Z] 745a02a5169b: Verifying Checksum [2020-12-10T01:00:41.488Z] 745a02a5169b: Download complete [2020-12-10T01:00:42.095Z] 00ac8860ef70: Verifying Checksum [2020-12-10T01:00:42.095Z] 00ac8860ef70: Download complete [2020-12-10T01:00:42.536Z] $ docker rm -f 3a8d307f541ac919abf71facac19e418fbbd5b3cb1b3b7e0de88db671fcd00b8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T01:00:43.463Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-10T01:00:43.463Z] . [Pipeline] withDockerContainer [2020-12-10T01:00:43.560Z] prd-centos7-docker-4c-2g-15314 does not seem to be running inside a container [2020-12-10T01:00:43.616Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/34 -v /w/workspace/app-service-configurable/34:/w/workspace/app-service-configurable/34:rw,z -v /w/workspace/app-service-configurable/34@tmp:/w/workspace/app-service-configurable/34@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-10T01:00:44.244Z] $ docker top 081b433a28650d7264de0301b0e72d43af46c3e0a81c0a9ec99f8c296c757b3f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-10T01:00:44.806Z] + make test [2020-12-10T01:00:44.806Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2020-12-10T01:00:52.278Z] 00ac8860ef70: Pull complete [2020-12-10T01:00:52.278Z] 63d7cb157983: Pull complete [2020-12-10T01:00:52.877Z] b116817d02f9: Pull complete [2020-12-10T01:00:56.288Z] 745a02a5169b: Pull complete [2020-12-10T01:00:56.288Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-10T01:00:56.288Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-10T01:00:56.288Z] ---> b7e6874047d6 [2020-12-10T01:00:56.288Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-10T01:00:57.183Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-12-10T01:00:57.183Z] CGO_ENABLED=1 go vet ./... [2020-12-10T01:00:59.159Z] gofmt -l . [2020-12-10T01:00:59.159Z] [ "`gofmt -l .`" = "" ] [2020-12-10T01:00:59.159Z] ./bin/test-go-mod-tidy.sh [2020-12-10T01:00:59.674Z] ---> Running in ad3a4783e1ab [2020-12-10T01:00:59.674Z] Removing intermediate container ad3a4783e1ab [2020-12-10T01:00:59.674Z] ---> b15b99e6219e [2020-12-10T01:00:59.674Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T01:00:59.743Z] ./bin/test-attribution-txt.sh [2020-12-10T01:00:59.947Z] ---> Running in 373a5146c965 [Pipeline] } [2020-12-10T01:01:00.025Z] $ docker stop --time=1 081b433a28650d7264de0301b0e72d43af46c3e0a81c0a9ec99f8c296c757b3f [2020-12-10T01:01:01.925Z] Removing intermediate container 373a5146c965 [2020-12-10T01:01:01.926Z] ---> 66cc75665939 [2020-12-10T01:01:01.926Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-12-10T01:01:02.206Z] ---> Running in 0df5f711ef98 [2020-12-10T01:01:02.436Z] $ docker rm -f 081b433a28650d7264de0301b0e72d43af46c3e0a81c0a9ec99f8c296c757b3f [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-10T01:01:03.075Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-10T01:01:03.184Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T01:01:03.387Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2020-12-10T01:01:03.779Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T01:01:04.373Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-12-10T01:01:04.667Z] (2/6) Installing libsodium (1.0.18-r0) [2020-12-10T01:01:04.667Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-12-10T01:01:04.667Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-12-10T01:01:04.943Z] (5/6) Installing libzmq (4.3.3-r0) [2020-12-10T01:01:04.943Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2020-12-10T01:01:04.943Z] Executing busybox-1.31.1-r19.trigger [2020-12-10T01:01:04.943Z] OK: 144 MiB in 45 packages [Pipeline] sh [2020-12-10T01:01:06.028Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-10T01:01:06.329Z] + ls -al . [2020-12-10T01:01:06.329Z] total 88 [2020-12-10T01:01:06.329Z] drwxrwxr-x. 7 jenkins jenkins 4096 Dec 10 01:00 . [2020-12-10T01:01:06.329Z] drwxrwxr-x. 4 jenkins jenkins 30 Dec 10 00:59 .. [2020-12-10T01:01:06.329Z] -rw-rw-r--. 1 jenkins jenkins 6420 Dec 10 00:59 Attribution.txt [2020-12-10T01:01:06.329Z] drwxrwxr-x. 2 jenkins jenkins 64 Dec 10 00:59 bin [2020-12-10T01:01:06.329Z] -rw-r--r--. 1 jenkins jenkins 10 Dec 10 01:00 coverage.out [2020-12-10T01:01:06.329Z] -rw-rw-r--. 1 jenkins jenkins 2002 Dec 10 00:59 Dockerfile [2020-12-10T01:01:06.329Z] -rw-rw-r--. 1 jenkins jenkins 966 Dec 10 00:59 Dockerfile.build [2020-12-10T01:01:06.329Z] -rw-rw-r--. 1 jenkins jenkins 119 Dec 10 00:59 .dockerignore [2020-12-10T01:01:06.329Z] drwxrwxr-x. 8 jenkins jenkins 179 Dec 10 00:59 .git [2020-12-10T01:01:06.329Z] drwxrwxr-x. 2 jenkins jenkins 81 Dec 10 00:59 .github [2020-12-10T01:01:06.329Z] -rw-rw-r--. 1 jenkins jenkins 93 Dec 10 00:59 .gitignore [2020-12-10T01:01:06.329Z] -rw-r--r--. 1 jenkins jenkins 132 Dec 10 01:00 go.mod [2020-12-10T01:01:06.329Z] -rw-r--r--. 1 jenkins jenkins 18390 Dec 10 01:00 go.sum [2020-12-10T01:01:06.329Z] -rw-rw-r--. 1 jenkins jenkins 766 Dec 10 00:59 Jenkinsfile [2020-12-10T01:01:06.329Z] -rw-rw-r--. 1 jenkins jenkins 10174 Dec 10 00:59 LICENSE [2020-12-10T01:01:06.329Z] -rw-rw-r--. 1 jenkins jenkins 1519 Dec 10 00:59 main.go [2020-12-10T01:01:06.329Z] -rw-rw-r--. 1 jenkins jenkins 1573 Dec 10 00:59 makefile [2020-12-10T01:01:06.329Z] -rw-rw-r--. 1 jenkins jenkins 1277 Dec 10 00:59 README.md [2020-12-10T01:01:06.329Z] drwxrwxr-x. 10 jenkins jenkins 171 Dec 10 00:59 res [2020-12-10T01:01:06.329Z] drwxrwxr-x. 4 jenkins jenkins 71 Dec 10 00:59 snap [2020-12-10T01:01:06.329Z] -rw-rw-r--. 1 jenkins jenkins 5 Dec 10 00:56 VERSION [Pipeline] isUnix [Pipeline] sh [2020-12-10T01:01:06.378Z] Removing intermediate container 0df5f711ef98 [2020-12-10T01:01:06.378Z] ---> bacc3bc754e5 [2020-12-10T01:01:06.378Z] Step 6/8 : WORKDIR /app [2020-12-10T01:01:06.378Z] ---> Running in 57521a773e5e [2020-12-10T01:01:06.641Z] + docker build -t docker-app-service-configurable -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=8b197c7b60133f8796608da78777dba76f29dc74 --label arch=amd64 --label version=0.0.0 . [2020-12-10T01:01:06.641Z] Sending build context to Docker daemon 117.8kB [2020-12-10T01:01:06.641Z] Step 1/27 : ARG BASE=golang:1.15-alpine [2020-12-10T01:01:06.641Z] Step 2/27 : FROM ${BASE} AS builder [2020-12-10T01:01:06.641Z] ---> 989df5e2e1b8 [2020-12-10T01:01:06.641Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-12-10T01:01:06.904Z] ---> Running in ed301b8345e8 [2020-12-10T01:01:06.904Z] Removing intermediate container ed301b8345e8 [2020-12-10T01:01:06.904Z] ---> a779718bae02 [2020-12-10T01:01:06.904Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-12-10T01:01:06.972Z] Removing intermediate container 57521a773e5e [2020-12-10T01:01:06.972Z] ---> 1a6a4fe5e7e2 [2020-12-10T01:01:06.972Z] Step 7/8 : COPY . . [2020-12-10T01:01:07.167Z] ---> Running in ce99a4168a23 [2020-12-10T01:01:07.167Z] Removing intermediate container ce99a4168a23 [2020-12-10T01:01:07.167Z] ---> 6391984bc4dd [2020-12-10T01:01:07.167Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-10T01:01:07.429Z] ---> Running in c9e0f4b7b6fd [2020-12-10T01:01:07.429Z] Removing intermediate container c9e0f4b7b6fd [2020-12-10T01:01:07.429Z] ---> 23cf5b58f3fd [2020-12-10T01:01:07.429Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T01:01:07.429Z] ---> Running in b33d34bcfca5 [2020-12-10T01:01:07.567Z] ---> b79fb48e1c14 [2020-12-10T01:01:07.567Z] Step 8/8 : RUN go mod download [2020-12-10T01:01:07.843Z] ---> Running in b15fe966182c [2020-12-10T01:01:08.375Z] Removing intermediate container b33d34bcfca5 [2020-12-10T01:01:08.375Z] ---> 669193321b35 [2020-12-10T01:01:08.375Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-12-10T01:01:08.375Z] ---> Running in d110e3f5384e [2020-12-10T01:01:09.331Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-10T01:01:09.907Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-10T01:01:10.484Z] OK: 167 MiB in 45 packages [2020-12-10T01:01:11.061Z] Removing intermediate container d110e3f5384e [2020-12-10T01:01:11.061Z] ---> aef23ccd49c2 [2020-12-10T01:01:11.061Z] Step 8/27 : WORKDIR /app [2020-12-10T01:01:11.061Z] ---> Running in 02868bbcc597 [2020-12-10T01:01:11.324Z] Removing intermediate container 02868bbcc597 [2020-12-10T01:01:11.324Z] ---> 089185faa18d [2020-12-10T01:01:11.324Z] Step 9/27 : COPY go.mod . [2020-12-10T01:01:11.324Z] ---> 20dd62eef7a6 [2020-12-10T01:01:11.324Z] Step 10/27 : RUN go mod download [2020-12-10T01:01:11.587Z] ---> Running in 8cd93830fa99 [2020-12-10T01:01:12.541Z] Removing intermediate container 8cd93830fa99 [2020-12-10T01:01:12.541Z] ---> c3d3af56eec7 [2020-12-10T01:01:12.541Z] Step 11/27 : COPY . . [2020-12-10T01:01:12.541Z] ---> 3710d7c8ea28 [2020-12-10T01:01:12.541Z] Step 12/27 : ARG MAKE="make build" [2020-12-10T01:01:12.803Z] ---> Running in 2a78e0420113 [2020-12-10T01:01:12.803Z] Removing intermediate container 2a78e0420113 [2020-12-10T01:01:12.803Z] ---> deb25dc96491 [2020-12-10T01:01:12.803Z] Step 13/27 : RUN $MAKE [2020-12-10T01:01:13.065Z] ---> Running in 52ac9d29c862 [2020-12-10T01:01:13.334Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.3.1-dev.4 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2020-12-10T01:01:25.680Z] Removing intermediate container 52ac9d29c862 [2020-12-10T01:01:25.680Z] ---> 39a12dc4020a [2020-12-10T01:01:25.680Z] Step 14/27 : FROM alpine:latest [2020-12-10T01:01:26.257Z] latest: Pulling from library/alpine [2020-12-10T01:01:26.257Z] 188c0c94c7c5: Already exists [2020-12-10T01:01:26.518Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-10T01:01:26.518Z] Status: Downloaded newer image for alpine:latest [2020-12-10T01:01:26.518Z] ---> d6e46aa2470d [2020-12-10T01:01:26.518Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-10T01:01:26.518Z] ---> Running in 8e34b819dbf1 [2020-12-10T01:01:26.780Z] Removing intermediate container 8e34b819dbf1 [2020-12-10T01:01:26.780Z] ---> e4641b06b3c2 [2020-12-10T01:01:26.780Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2020-12-10T01:01:26.780Z] ---> Running in 94fae850d1cc [2020-12-10T01:01:27.043Z] Removing intermediate container 94fae850d1cc [2020-12-10T01:01:27.043Z] ---> 99dd2f51654e [2020-12-10T01:01:27.043Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2020-12-10T01:01:27.043Z] ---> Running in ee5b9d032034 [2020-12-10T01:01:27.307Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-10T01:01:27.569Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-10T01:01:27.831Z] (1/6) Installing ca-certificates (20191127-r4) [2020-12-10T01:01:27.831Z] (2/6) Installing libgcc (9.3.0-r2) [2020-12-10T01:01:27.831Z] (3/6) Installing libsodium (1.0.18-r0) [2020-12-10T01:01:27.831Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-12-10T01:01:27.831Z] (5/6) Installing libzmq (4.3.3-r0) [2020-12-10T01:01:27.831Z] (6/6) Installing zeromq (4.3.3-r0) [2020-12-10T01:01:27.831Z] Executing busybox-1.31.1-r19.trigger [2020-12-10T01:01:27.831Z] Executing ca-certificates-20191127-r4.trigger [2020-12-10T01:01:27.831Z] OK: 9 MiB in 20 packages [2020-12-10T01:01:28.781Z] Removing intermediate container ee5b9d032034 [2020-12-10T01:01:28.781Z] ---> f2ca2c5819ab [2020-12-10T01:01:28.781Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-12-10T01:01:29.045Z] ---> e2b9fa6ed386 [2020-12-10T01:01:29.045Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2020-12-10T01:01:29.307Z] ---> c4be184e90fe [2020-12-10T01:01:29.307Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2020-12-10T01:01:29.570Z] ---> cc3cb56bf255 [2020-12-10T01:01:29.570Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-12-10T01:01:30.517Z] ---> f94793c2b769 [2020-12-10T01:01:30.517Z] Step 22/27 : EXPOSE 48095 [2020-12-10T01:01:30.517Z] ---> Running in 259df6a9c8be [2020-12-10T01:01:30.517Z] Removing intermediate container 259df6a9c8be [2020-12-10T01:01:30.517Z] ---> 0fb453a0717b [2020-12-10T01:01:30.517Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2020-12-10T01:01:30.517Z] ---> Running in 2a911183eed6 [2020-12-10T01:01:30.779Z] Removing intermediate container 2a911183eed6 [2020-12-10T01:01:30.779Z] ---> 3753472b1b4a [2020-12-10T01:01:30.779Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-10T01:01:30.779Z] ---> Running in 10d771e507a2 [2020-12-10T01:01:31.041Z] Removing intermediate container 10d771e507a2 [2020-12-10T01:01:31.042Z] ---> 19bbd1ca214f [2020-12-10T01:01:31.042Z] Step 25/27 : LABEL arch=amd64 [2020-12-10T01:01:31.042Z] ---> Running in c392a53347f9 [2020-12-10T01:01:31.303Z] Removing intermediate container c392a53347f9 [2020-12-10T01:01:31.304Z] ---> 2b7253c74e8c [2020-12-10T01:01:31.304Z] Step 26/27 : LABEL git_sha=8b197c7b60133f8796608da78777dba76f29dc74 [2020-12-10T01:01:31.304Z] ---> Running in 3ad48128caff [2020-12-10T01:01:31.304Z] Removing intermediate container 3ad48128caff [2020-12-10T01:01:31.304Z] ---> 05a39f32d1d1 [2020-12-10T01:01:31.304Z] Step 27/27 : LABEL version=0.0.0 [2020-12-10T01:01:31.566Z] ---> Running in 909976ac5c4a [2020-12-10T01:01:31.566Z] Removing intermediate container 909976ac5c4a [2020-12-10T01:01:31.566Z] ---> a5b09935c4d8 [2020-12-10T01:01:31.566Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-10T01:01:31.566Z] Successfully built a5b09935c4d8 [2020-12-10T01:01:31.566Z] Successfully tagged docker-app-service-configurable:latest [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-10T01:01:34.638Z] Removing intermediate container b15fe966182c [2020-12-10T01:01:34.638Z] ---> ac707c6397ef [2020-12-10T01:01:34.638Z] Successfully built ac707c6397ef [2020-12-10T01:01:34.638Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-10T01:01:34.978Z] + docker inspect -f . ci-base-image-arm64 [2020-12-10T01:01:34.978Z] . [Pipeline] withDockerContainer [2020-12-10T01:01:35.249Z] prd-ubuntu18.04-docker-arm64-4c-16g-15313 does not seem to be running inside a container [2020-12-10T01:01:35.352Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/34 -v /w/workspace/app-service-configurable/34:/w/workspace/app-service-configurable/34:rw,z -v /w/workspace/app-service-configurable/34@tmp:/w/workspace/app-service-configurable/34@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-10T01:01:36.837Z] $ docker top e03ae600cbe89cf92723254215c561e04cfb5ae1145829eab6197a8c387a50a7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-10T01:01:37.820Z] + go version [2020-12-10T01:01:37.820Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-10T01:01:37.872Z] $ docker stop --time=1 e03ae600cbe89cf92723254215c561e04cfb5ae1145829eab6197a8c387a50a7 [2020-12-10T01:01:39.859Z] $ docker rm -f e03ae600cbe89cf92723254215c561e04cfb5ae1145829eab6197a8c387a50a7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T01:01:41.066Z] + docker inspect -f . ci-base-image-arm64 [2020-12-10T01:01:41.066Z] . [Pipeline] withDockerContainer [2020-12-10T01:01:41.325Z] prd-ubuntu18.04-docker-arm64-4c-16g-15313 does not seem to be running inside a container [2020-12-10T01:01:41.430Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/34 -v /w/workspace/app-service-configurable/34:/w/workspace/app-service-configurable/34:rw,z -v /w/workspace/app-service-configurable/34@tmp:/w/workspace/app-service-configurable/34@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-10T01:01:42.904Z] $ docker top 2541c9fe176a33fdca2679195cb49e5dadfe019f5447aba01a3cf9db984c2015 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-10T01:01:43.912Z] + make test [2020-12-10T01:01:43.912Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2020-12-10T01:01:47.185Z] Still waiting to schedule task [2020-12-10T01:01:47.185Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2020-12-10T01:02:22.951Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-12-10T01:02:22.951Z] CGO_ENABLED=1 go vet ./... [2020-12-10T01:02:26.345Z] gofmt -l . [2020-12-10T01:02:26.345Z] [ "`gofmt -l .`" = "" ] [2020-12-10T01:02:26.345Z] ./bin/test-go-mod-tidy.sh [2020-12-10T01:02:26.618Z] ./bin/test-attribution-txt.sh [Pipeline] } [2020-12-10T01:02:27.659Z] $ docker stop --time=1 2541c9fe176a33fdca2679195cb49e5dadfe019f5447aba01a3cf9db984c2015 [2020-12-10T01:02:29.982Z] $ docker rm -f 2541c9fe176a33fdca2679195cb49e5dadfe019f5447aba01a3cf9db984c2015 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-10T01:02:30.834Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-10T01:02:30.902Z] Warning: overwriting stash ‘coverage-report’ [2020-12-10T01:02:31.702Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-10T01:02:32.550Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-10T01:02:32.905Z] + ls -al . [2020-12-10T01:02:32.905Z] total 112 [2020-12-10T01:02:32.905Z] drwxrwxr-x 7 jenkins jenkins 4096 Dec 10 01:02 . [2020-12-10T01:02:32.905Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 10 01:00 .. [2020-12-10T01:02:32.905Z] -rw-rw-r-- 1 jenkins jenkins 119 Dec 10 01:00 .dockerignore [2020-12-10T01:02:32.905Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 10 01:00 .git [2020-12-10T01:02:32.905Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 10 01:00 .github [2020-12-10T01:02:32.905Z] -rw-rw-r-- 1 jenkins jenkins 93 Dec 10 01:00 .gitignore [2020-12-10T01:02:32.905Z] -rw-rw-r-- 1 jenkins jenkins 6420 Dec 10 01:00 Attribution.txt [2020-12-10T01:02:32.905Z] -rw-rw-r-- 1 jenkins jenkins 2002 Dec 10 01:00 Dockerfile [2020-12-10T01:02:32.905Z] -rw-rw-r-- 1 jenkins jenkins 966 Dec 10 01:00 Dockerfile.build [2020-12-10T01:02:32.905Z] -rw-rw-r-- 1 jenkins jenkins 766 Dec 10 01:00 Jenkinsfile [2020-12-10T01:02:32.905Z] -rw-rw-r-- 1 jenkins jenkins 10174 Dec 10 01:00 LICENSE [2020-12-10T01:02:32.905Z] -rw-rw-r-- 1 jenkins jenkins 1277 Dec 10 01:00 README.md [2020-12-10T01:02:32.905Z] -rw-rw-r-- 1 jenkins jenkins 5 Dec 10 00:56 VERSION [2020-12-10T01:02:32.905Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 10 01:00 bin [2020-12-10T01:02:32.905Z] -rw-r--r-- 1 jenkins jenkins 10 Dec 10 01:01 coverage.out [2020-12-10T01:02:32.905Z] -rw-r--r-- 1 jenkins jenkins 132 Dec 10 01:02 go.mod [2020-12-10T01:02:32.905Z] -rw-r--r-- 1 jenkins jenkins 18390 Dec 10 01:02 go.sum [2020-12-10T01:02:32.905Z] -rw-rw-r-- 1 jenkins jenkins 1519 Dec 10 01:00 main.go [2020-12-10T01:02:32.905Z] -rw-rw-r-- 1 jenkins jenkins 1573 Dec 10 01:00 makefile [2020-12-10T01:02:32.905Z] drwxrwxr-x 10 jenkins jenkins 4096 Dec 10 01:00 res [2020-12-10T01:02:32.905Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 10 01:00 snap [Pipeline] isUnix [Pipeline] sh [2020-12-10T01:02:33.282Z] + docker build -t docker-app-service-configurable-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=8b197c7b60133f8796608da78777dba76f29dc74 --label arch=arm64 --label version=0.0.0 . [2020-12-10T01:02:33.562Z] Sending build context to Docker daemon 117.8kB [2020-12-10T01:02:33.845Z] Step 1/27 : ARG BASE=golang:1.15-alpine [2020-12-10T01:02:33.845Z] Step 2/27 : FROM ${BASE} AS builder [2020-12-10T01:02:33.845Z] ---> ac707c6397ef [2020-12-10T01:02:33.845Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-12-10T01:02:34.119Z] ---> Running in aa551fa36200 [2020-12-10T01:02:34.391Z] Removing intermediate container aa551fa36200 [2020-12-10T01:02:34.391Z] ---> 8a791686a9c7 [2020-12-10T01:02:34.391Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-12-10T01:02:34.673Z] ---> Running in 81b2f7dfc96a [2020-12-10T01:02:35.269Z] Removing intermediate container 81b2f7dfc96a [2020-12-10T01:02:35.269Z] ---> 960238a2502c [2020-12-10T01:02:35.269Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-10T01:02:35.269Z] ---> Running in ee7414ede2ef [2020-12-10T01:02:35.541Z] Removing intermediate container ee7414ede2ef [2020-12-10T01:02:35.541Z] ---> ec39097f3e30 [2020-12-10T01:02:35.541Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T01:02:35.812Z] ---> Running in 3631baad861f [2020-12-10T01:02:37.778Z] Removing intermediate container 3631baad861f [2020-12-10T01:02:37.778Z] ---> 0e967d805858 [2020-12-10T01:02:37.778Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-12-10T01:02:37.778Z] ---> Running in a6c7d1547310 [2020-12-10T01:02:39.230Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T01:02:39.507Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T01:02:40.106Z] Running on prd-ubuntu18.04-docker-8c-8g-15315 in /w/workspace/_app-service-configurable_PR-124 [Pipeline] { [Pipeline] ws [2020-12-10T01:02:40.302Z] Running in /w/workspace/app-service-configurable/34 [Pipeline] { [Pipeline] checkout [2020-12-10T01:02:40.489Z] OK: 144 MiB in 45 packages [2020-12-10T01:02:41.491Z] Removing intermediate container a6c7d1547310 [2020-12-10T01:02:41.491Z] ---> aa20520ca0a9 [2020-12-10T01:02:41.491Z] Step 8/27 : WORKDIR /app [2020-12-10T01:02:41.491Z] ---> Running in 316c6b5d51ba [2020-12-10T01:02:42.115Z] Removing intermediate container 316c6b5d51ba [2020-12-10T01:02:42.116Z] ---> b907ce13a535 [2020-12-10T01:02:42.116Z] Step 9/27 : COPY go.mod . [2020-12-10T01:02:42.386Z] using credential edgex-jenkins-ssh [2020-12-10T01:02:42.440Z] Cloning the remote Git repository [2020-12-10T01:02:42.716Z] ---> c32c33e8b973 [2020-12-10T01:02:42.716Z] Step 10/27 : RUN go mod download [2020-12-10T01:02:42.716Z] ---> Running in b4ace5a62442 [2020-12-10T01:02:42.468Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-12-10T01:02:42.544Z] > git init /w/workspace/app-service-configurable/34 # timeout=10 [2020-12-10T01:02:42.570Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-12-10T01:02:42.570Z] > git --version # timeout=10 [2020-12-10T01:02:42.579Z] > git --version # 'git version 2.17.1' [2020-12-10T01:02:42.579Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-10T01:02:42.607Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-10T01:02:44.833Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-12-10T01:02:44.840Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-10T01:02:44.850Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-12-10T01:02:44.860Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-12-10T01:02:44.860Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-10T01:02:44.864Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/124/head:refs/remotes/origin/PR-124 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-10T01:02:45.336Z] Removing intermediate container b4ace5a62442 [2020-12-10T01:02:45.336Z] ---> aeb0ad09a259 [2020-12-10T01:02:45.336Z] Step 11/27 : COPY . . [2020-12-10T01:02:45.380Z] Merging remotes/origin/master commit 4516a352731f3d8180afe2aa8b87c74c30645521 into PR head commit 45ba31b74d9b1c278958723fe798eb293542932b [2020-12-10T01:02:45.464Z] Merge succeeded, producing 2866e16a8e973357c443a36a40d7c9b77c58e24f [2020-12-10T01:02:45.464Z] Checking out Revision 2866e16a8e973357c443a36a40d7c9b77c58e24f (PR-124) [2020-12-10T01:02:45.928Z] ---> f13b4b978ae2 [2020-12-10T01:02:45.929Z] Step 12/27 : ARG MAKE="make build" [2020-12-10T01:02:45.929Z] ---> Running in 2be374cac65c [2020-12-10T01:02:46.202Z] Removing intermediate container 2be374cac65c [2020-12-10T01:02:46.202Z] ---> ae8b00479556 [2020-12-10T01:02:46.202Z] Step 13/27 : RUN $MAKE [2020-12-10T01:02:45.396Z] > git config core.sparsecheckout # timeout=10 [2020-12-10T01:02:45.401Z] > git checkout -f 45ba31b74d9b1c278958723fe798eb293542932b # timeout=10 [2020-12-10T01:02:45.430Z] > git remote # timeout=10 [2020-12-10T01:02:45.439Z] > git config --get remote.origin.url # timeout=10 [2020-12-10T01:02:45.444Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-10T01:02:45.448Z] > git merge 4516a352731f3d8180afe2aa8b87c74c30645521 # timeout=10 [2020-12-10T01:02:45.461Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-10T01:02:45.472Z] > git config core.sparsecheckout # timeout=10 [2020-12-10T01:02:45.477Z] > git checkout -f 2866e16a8e973357c443a36a40d7c9b77c58e24f # timeout=10 [2020-12-10T01:02:46.473Z] ---> Running in 6477bd314288 [2020-12-10T01:02:47.453Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.3.1-dev.4 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2020-12-10T01:02:49.064Z] Commit message: "Merge commit '4516a352731f3d8180afe2aa8b87c74c30645521' into HEAD" [2020-12-10T01:02:49.072Z] > git rev-list --no-walk 45ba31b74d9b1c278958723fe798eb293542932b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-10T01:02:50.477Z] + echo snap-build.sh [2020-12-10T01:02:50.477Z] snap-build.sh [2020-12-10T01:02:50.477Z] + SNAP_BASE_DIR=. [2020-12-10T01:02:50.477Z] + '[' '!' -z /w/workspace/app-service-configurable/34 ']' [2020-12-10T01:02:50.477Z] + SNAP_BASE_DIR=/w/workspace/app-service-configurable/34 [2020-12-10T01:02:50.477Z] + echo '[snap-build] Building snap in dir [/w/workspace/app-service-configurable/34]' [2020-12-10T01:02:50.477Z] [snap-build] Building snap in dir [/w/workspace/app-service-configurable/34] [2020-12-10T01:02:50.477Z] + cd /w/workspace/app-service-configurable/34 [2020-12-10T01:02:50.477Z] + sudo apt-get remove -qy --purge lxd lxd-client [2020-12-10T01:02:50.477Z] Reading package lists... [2020-12-10T01:02:50.740Z] Building dependency tree... [2020-12-10T01:02:50.740Z] Reading state information... [2020-12-10T01:02:50.740Z] The following packages were automatically installed and are no longer required: [2020-12-10T01:02:50.740Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2020-12-10T01:02:50.740Z] uidmap xdelta3 [2020-12-10T01:02:50.740Z] Use 'sudo apt autoremove' to remove them. [2020-12-10T01:02:51.001Z] The following packages will be REMOVED: [2020-12-10T01:02:51.001Z] lxd* lxd-client* [2020-12-10T01:02:51.264Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2020-12-10T01:02:51.264Z] After this operation, 31.7 MB disk space will be freed. [2020-12-10T01:02:52.314Z] (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-10T01:02:52.314Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-10T01:02:53.276Z] Removing lxd dnsmasq configuration [2020-12-10T01:02:53.276Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2020-12-10T01:02:53.540Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-12-10T01:02:54.498Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-10T01:02:54.760Z] (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-10T01:02:54.760Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-10T01:02:56.158Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2020-12-10T01:02:56.158Z] Processing triggers for ureadahead (0.100.0-21) ... [2020-12-10T01:02:57.549Z] + sudo snap remove --purge lxd [2020-12-10T01:02:57.549Z] snap "lxd" is not installed [2020-12-10T01:02:57.549Z] + sudo groupadd --force --system lxd [2020-12-10T01:02:57.549Z] ++ whoami [2020-12-10T01:02:57.549Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2020-12-10T01:02:57.549Z] + newgrp - lxd [2020-12-10T01:02:57.812Z] + sudo snap install lxd [2020-12-10T01:03:05.968Z] 2020-12-10T01:03:02Z INFO Waiting for automatic snapd restart... [2020-12-10T01:03:18.273Z] lxd 4.8 from Canonical* installed [2020-12-10T01:03:18.273Z] + sudo lxd init --auto [2020-12-10T01:03:26.455Z] Removing intermediate container 6477bd314288 [2020-12-10T01:03:26.455Z] ---> fc0d5f8959bd [2020-12-10T01:03:26.455Z] Step 14/27 : FROM alpine:latest [2020-12-10T01:03:26.455Z] latest: Pulling from library/alpine [2020-12-10T01:03:26.455Z] 5f621e34cdf4: Already exists [2020-12-10T01:03:26.455Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-10T01:03:26.455Z] Status: Downloaded newer image for alpine:latest [2020-12-10T01:03:26.455Z] ---> 2e77e061c27f [2020-12-10T01:03:26.455Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-10T01:03:26.455Z] ---> Running in 1fa71c7dfb37 [2020-12-10T01:03:26.455Z] Removing intermediate container 1fa71c7dfb37 [2020-12-10T01:03:26.455Z] ---> c2afe160b83f [2020-12-10T01:03:26.455Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2020-12-10T01:03:26.455Z] ---> Running in d056b84157dd [2020-12-10T01:03:26.455Z] Removing intermediate container d056b84157dd [2020-12-10T01:03:26.455Z] ---> da41724e928a [2020-12-10T01:03:26.455Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2020-12-10T01:03:26.455Z] ---> Running in ccdb0623528e [2020-12-10T01:03:26.455Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T01:03:26.455Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T01:03:26.455Z] (1/6) Installing ca-certificates (20191127-r4) [2020-12-10T01:03:26.455Z] (2/6) Installing libgcc (9.3.0-r2) [2020-12-10T01:03:26.455Z] (3/6) Installing libsodium (1.0.18-r0) [2020-12-10T01:03:26.455Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-12-10T01:03:26.455Z] (5/6) Installing libzmq (4.3.3-r0) [2020-12-10T01:03:26.455Z] (6/6) Installing zeromq (4.3.3-r0) [2020-12-10T01:03:26.455Z] Executing busybox-1.31.1-r19.trigger [2020-12-10T01:03:26.455Z] Executing ca-certificates-20191127-r4.trigger [2020-12-10T01:03:26.455Z] OK: 9 MiB in 20 packages [2020-12-10T01:03:26.728Z] Removing intermediate container ccdb0623528e [2020-12-10T01:03:26.728Z] ---> 79cbb1a4b539 [2020-12-10T01:03:26.728Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-12-10T01:03:27.708Z] ---> fc77525310c5 [2020-12-10T01:03:27.708Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2020-12-10T01:03:28.299Z] + sudo snap install --classic snapcraft [2020-12-10T01:03:28.303Z] ---> 781087ec273b [2020-12-10T01:03:28.303Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2020-12-10T01:03:29.278Z] ---> 0259099aa9d2 [2020-12-10T01:03:29.278Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-12-10T01:03:30.726Z] ---> d35bc03e44e3 [2020-12-10T01:03:30.726Z] Step 22/27 : EXPOSE 48095 [2020-12-10T01:03:30.726Z] ---> Running in a116e5f25643 [2020-12-10T01:03:31.320Z] Removing intermediate container a116e5f25643 [2020-12-10T01:03:31.320Z] ---> dc05ceb0583c [2020-12-10T01:03:31.320Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2020-12-10T01:03:31.320Z] ---> Running in cf612623aa01 [2020-12-10T01:03:31.916Z] Removing intermediate container cf612623aa01 [2020-12-10T01:03:31.916Z] ---> e866e9a3f4ef [2020-12-10T01:03:31.916Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-10T01:03:31.916Z] ---> Running in 070e8a3872f1 [2020-12-10T01:03:32.508Z] snapcraft 4.4.4 from Canonical* installed [2020-12-10T01:03:32.508Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-12-10T01:03:32.508Z] + sudo snapcraft prime --use-lxd [2020-12-10T01:03:32.509Z] Removing intermediate container 070e8a3872f1 [2020-12-10T01:03:32.509Z] ---> b31049141905 [2020-12-10T01:03:32.509Z] Step 25/27 : LABEL arch=arm64 [2020-12-10T01:03:32.509Z] ---> Running in 3e4eedf9216c [2020-12-10T01:03:33.083Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2020-12-10T01:03:33.083Z] 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-10T01:03:33.083Z] - README.md [2020-12-10T01:03:33.083Z] [2020-12-10T01:03:33.083Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-10T01:03:33.100Z] Removing intermediate container 3e4eedf9216c [2020-12-10T01:03:33.101Z] ---> 5ad4f6ba78db [2020-12-10T01:03:33.101Z] Step 26/27 : LABEL git_sha=8b197c7b60133f8796608da78777dba76f29dc74 [2020-12-10T01:03:33.101Z] ---> Running in b89adf1906a1 [2020-12-10T01:03:33.372Z] Removing intermediate container b89adf1906a1 [2020-12-10T01:03:33.372Z] ---> 5f9f2037e7e6 [2020-12-10T01:03:33.372Z] Step 27/27 : LABEL version=0.0.0 [2020-12-10T01:03:33.644Z] ---> Running in a243032a9dba [2020-12-10T01:03:34.030Z] Launching a container. [2020-12-10T01:03:34.250Z] Removing intermediate container a243032a9dba [2020-12-10T01:03:34.250Z] ---> 9ea9f29ab684 [2020-12-10T01:03:34.250Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-10T01:03:34.250Z] Successfully built 9ea9f29ab684 [2020-12-10T01:03:34.250Z] Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-10T01:03:46.286Z] Waiting for container to be ready [2020-12-10T01:03:46.286Z] To start your first instance, try: lxc launch ubuntu:18.04 [2020-12-10T01:03:46.286Z] [2020-12-10T01:03:48.838Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2020-12-10T01:03:49.411Z] Waiting for network to be ready... [2020-12-10T01:03:49.672Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-10T01:03:49.939Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1427 kB] [2020-12-10T01:03:49.939Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-10T01:03:49.939Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [281 kB] [2020-12-10T01:03:49.939Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [13.3 kB] [2020-12-10T01:03:49.939Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2996 B] [2020-12-10T01:03:49.939Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [173 kB] [2020-12-10T01:03:49.939Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [22.8 kB] [2020-12-10T01:03:49.939Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1091 kB] [2020-12-10T01:03:49.939Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-10T01:03:50.511Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-10T01:03:50.511Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-10T01:03:50.771Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-10T01:03:50.771Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-10T01:03:50.771Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-10T01:03:50.771Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-10T01:03:50.771Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-10T01:03:50.771Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-10T01:03:51.031Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-10T01:03:51.291Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1763 kB] [2020-12-10T01:03:51.291Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [373 kB] [2020-12-10T01:03:51.552Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [36.1 kB] [2020-12-10T01:03:51.552Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7308 B] [2020-12-10T01:03:51.552Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [196 kB] [2020-12-10T01:03:51.552Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [26.4 kB] [2020-12-10T01:03:51.552Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1694 kB] [2020-12-10T01:03:51.552Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [356 kB] [2020-12-10T01:03:53.467Z] Fetched 23.4 MB in 4s (6059 kB/s) [2020-12-10T01:03:54.412Z] Reading package lists... [2020-12-10T01:03:54.673Z] Reading package lists... [2020-12-10T01:03:54.935Z] Building dependency tree... [2020-12-10T01:03:54.935Z] Reading state information... [2020-12-10T01:03:54.935Z] The following additional packages will be installed: [2020-12-10T01:03:54.935Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-10T01:03:54.935Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-10T01:03:54.935Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-10T01:03:54.935Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2020-12-10T01:03:54.935Z] Suggested packages: [2020-12-10T01:03:54.935Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2020-12-10T01:03:54.935Z] Recommended packages: [2020-12-10T01:03:54.935Z] gnupg libsasl2-modules [2020-12-10T01:03:54.935Z] The following NEW packages will be installed: [2020-12-10T01:03:54.935Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-10T01:03:54.935Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-10T01:03:54.935Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-10T01:03:54.935Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2020-12-10T01:03:54.935Z] The following packages will be upgraded: [2020-12-10T01:03:54.935Z] gpg gpg-agent gpgconf libudev1 [2020-12-10T01:03:55.506Z] 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. [2020-12-10T01:03:55.506Z] Need to get 3531 kB of archives. [2020-12-10T01:03:55.506Z] After this operation, 13.3 MB of additional disk space will be used. [2020-12-10T01:03:55.506Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2020-12-10T01:03:55.506Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2020-12-10T01:03:55.506Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2020-12-10T01:03:55.766Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2020-12-10T01:03:55.766Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2020-12-10T01:03:56.026Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] [2020-12-10T01:03:56.026Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] [2020-12-10T01:03:56.026Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2020-12-10T01:03:56.026Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2020-12-10T01:03:56.026Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2020-12-10T01:03:56.026Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2020-12-10T01:03:56.026Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2020-12-10T01:03:56.026Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2020-12-10T01:03:56.027Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2020-12-10T01:03:56.027Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2020-12-10T01:03:56.027Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2020-12-10T01:03:56.027Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2020-12-10T01:03:56.027Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2020-12-10T01:03:56.027Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2020-12-10T01:03:56.027Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2020-12-10T01:03:56.289Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2020-12-10T01:03:56.289Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2020-12-10T01:03:56.289Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-10T01:03:56.289Z] Fetched 3531 kB in 1s (3217 kB/s) [2020-12-10T01:03:56.289Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-10T01:03:56.289Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2020-12-10T01:03:56.289Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-10T01:03:56.551Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2020-12-10T01:03:56.551Z] Selecting previously unselected package udev. [2020-12-10T01:03:56.551Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-10T01:03:56.551Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2020-12-10T01:03:56.551Z] Unpacking udev (237-3ubuntu10.43) ... [2020-12-10T01:03:56.812Z] Selecting previously unselected package libfuse2:amd64. [2020-12-10T01:03:56.812Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2020-12-10T01:03:56.812Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-10T01:03:57.074Z] Selecting previously unselected package fuse. [2020-12-10T01:03:57.074Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2020-12-10T01:03:57.074Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2020-12-10T01:03:57.074Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-10T01:03:57.074Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-10T01:03:57.335Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-10T01:03:57.335Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-10T01:03:57.335Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-10T01:03:57.335Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-10T01:03:57.598Z] Selecting previously unselected package libksba8:amd64. [2020-12-10T01:03:57.598Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2020-12-10T01:03:57.598Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2020-12-10T01:03:57.598Z] Selecting previously unselected package libroken18-heimdal:amd64. [2020-12-10T01:03:57.598Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-10T01:03:57.598Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-10T01:03:57.859Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2020-12-10T01:03:57.859Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-10T01:03:57.859Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-10T01:03:57.859Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2020-12-10T01:03:57.859Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-10T01:03:57.859Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-10T01:03:57.859Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2020-12-10T01:03:58.120Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-10T01:03:58.120Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-10T01:03:58.120Z] Selecting previously unselected package libwind0-heimdal:amd64. [2020-12-10T01:03:58.120Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-10T01:03:58.120Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-10T01:03:58.121Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2020-12-10T01:03:58.121Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-10T01:03:58.121Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-10T01:03:58.382Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2020-12-10T01:03:58.382Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-10T01:03:58.382Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-10T01:03:58.382Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2020-12-10T01:03:58.382Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-10T01:03:58.382Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-10T01:03:58.382Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2020-12-10T01:03:58.382Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-10T01:03:58.382Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-10T01:03:58.644Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2020-12-10T01:03:58.644Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-10T01:03:58.644Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-10T01:03:58.644Z] Selecting previously unselected package libsasl2-2:amd64. [2020-12-10T01:03:58.644Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-10T01:03:58.644Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-10T01:03:58.644Z] Selecting previously unselected package libldap-common. [2020-12-10T01:03:58.644Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2020-12-10T01:03:58.644Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-10T01:03:58.907Z] Selecting previously unselected package libldap-2.4-2:amd64. [2020-12-10T01:03:58.907Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2020-12-10T01:03:58.907Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-10T01:03:58.907Z] Selecting previously unselected package dirmngr. [2020-12-10T01:03:58.907Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-10T01:03:58.907Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-10T01:03:59.169Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-10T01:03:59.169Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2020-12-10T01:03:59.169Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-10T01:03:59.169Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-10T01:03:59.169Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-10T01:03:59.169Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2020-12-10T01:03:59.169Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-10T01:03:59.432Z] Setting up libksba8:amd64 (1.3.5-2) ... [2020-12-10T01:03:59.432Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-10T01:03:59.432Z] Setting up udev (237-3ubuntu10.43) ... [2020-12-10T01:03:59.697Z] invoke-rc.d: policy-rc.d denied execution of start. [2020-12-10T01:03:59.959Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-10T01:03:59.959Z] Processing triggers for systemd (237-3ubuntu10) ... [2020-12-10T01:03:59.959Z] Setting up fuse (2.9.7-1ubuntu1) ... [2020-12-10T01:03:59.959Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2020-12-10T01:03:59.959Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-10T01:03:59.959Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-10T01:04:00.221Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-10T01:04:00.221Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-10T01:04:00.221Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-10T01:04:00.221Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-10T01:04:00.221Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-10T01:04:00.221Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-10T01:04:00.221Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-10T01:04:00.221Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-10T01:04:00.795Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2020-12-10T01:04:00.796Z] settings in the [Install] section, and DefaultInstance for template units). [2020-12-10T01:04:00.796Z] This means they are not meant to be enabled using systemctl. [2020-12-10T01:04:00.796Z] Possible reasons for having this kind of units are: [2020-12-10T01:04:00.796Z] 1) A unit may be statically enabled by being symlinked from another unit's [2020-12-10T01:04:00.796Z] .wants/ or .requires/ directory. [2020-12-10T01:04:00.796Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2020-12-10T01:04:00.796Z] a requirement dependency on it. [2020-12-10T01:04:00.796Z] 3) A unit may be started when needed via activation (socket, path, timer, [2020-12-10T01:04:00.796Z] D-Bus, udev, scripted systemctl call, ...). [2020-12-10T01:04:00.796Z] 4) In case of template units, the unit is meant to be enabled with some [2020-12-10T01:04:00.796Z] instance name specified. [2020-12-10T01:04:01.057Z] Reading package lists... [2020-12-10T01:04:01.328Z] Building dependency tree... [2020-12-10T01:04:01.328Z] Reading state information... [2020-12-10T01:04:01.591Z] The following additional packages will be installed: [2020-12-10T01:04:01.591Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2020-12-10T01:04:01.591Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2020-12-10T01:04:01.591Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2020-12-10T01:04:01.591Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2020-12-10T01:04:01.591Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2020-12-10T01:04:01.591Z] Suggested packages: [2020-12-10T01:04:01.591Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2020-12-10T01:04:01.591Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2020-12-10T01:04:01.591Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2020-12-10T01:04:01.591Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2020-12-10T01:04:01.591Z] systemd-container policykit-1 [2020-12-10T01:04:01.591Z] Recommended packages: [2020-12-10T01:04:01.591Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2020-12-10T01:04:01.591Z] The following NEW packages will be installed: [2020-12-10T01:04:01.591Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2020-12-10T01:04:01.591Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2020-12-10T01:04:01.591Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2020-12-10T01:04:01.591Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2020-12-10T01:04:01.591Z] python3.6-minimal snapd squashfs-tools sudo [2020-12-10T01:04:01.591Z] The following packages will be upgraded: [2020-12-10T01:04:01.591Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2020-12-10T01:04:01.591Z] 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. [2020-12-10T01:04:01.591Z] Need to get 35.2 MB of archives. [2020-12-10T01:04:01.591Z] After this operation, 141 MB of additional disk space will be used. [2020-12-10T01:04:01.591Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2020-12-10T01:04:01.591Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2020-12-10T01:04:01.853Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2020-12-10T01:04:01.853Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2020-12-10T01:04:01.853Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2020-12-10T01:04:01.853Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-12-10T01:04:01.853Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2020-12-10T01:04:01.853Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2020-12-10T01:04:01.853Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2020-12-10T01:04:01.853Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-12-10T01:04:01.853Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2020-12-10T01:04:01.853Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2020-12-10T01:04:01.853Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2020-12-10T01:04:01.853Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2020-12-10T01:04:01.853Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2020-12-10T01:04:01.853Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2020-12-10T01:04:01.853Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-12-10T01:04:02.433Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2020-12-10T01:04:02.433Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2020-12-10T01:04:02.433Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2020-12-10T01:04:02.433Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2020-12-10T01:04:02.433Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2020-12-10T01:04:02.433Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2020-12-10T01:04:02.433Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.3 [6948 B] [2020-12-10T01:04:02.433Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2020-12-10T01:04:02.433Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2020-12-10T01:04:02.695Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-12-10T01:04:02.695Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2020-12-10T01:04:02.695Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2020-12-10T01:04:02.695Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2020-12-10T01:04:03.641Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-10T01:04:03.903Z] Fetched 35.2 MB in 2s (16.6 MB/s) [2020-12-10T01:04:03.903Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-10T01:04:03.903Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2020-12-10T01:04:03.903Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-10T01:04:04.475Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2020-12-10T01:04:04.737Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-10T01:04:04.737Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2020-12-10T01:04:04.737Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-10T01:04:04.737Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2020-12-10T01:04:04.737Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-10T01:04:04.998Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2020-12-10T01:04:05.259Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-10T01:04:05.259Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2020-12-10T01:04:05.259Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-10T01:04:05.523Z] Setting up apt (1.6.12ubuntu0.2) ... [2020-12-10T01:04:05.523Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2020-12-10T01:04:05.783Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2020-12-10T01:04:06.045Z] (Reading database ... 12764 files and directories currently installed.) [2020-12-10T01:04:06.045Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-10T01:04:06.045Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-10T01:04:06.307Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2020-12-10T01:04:06.307Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-10T01:04:06.307Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-10T01:04:06.307Z] Selecting previously unselected package libexpat1:amd64. [2020-12-10T01:04:06.568Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-12-10T01:04:06.568Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-10T01:04:06.568Z] Selecting previously unselected package python3.6-minimal. [2020-12-10T01:04:06.568Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-10T01:04:06.568Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-10T01:04:06.835Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-10T01:04:06.835Z] Checking for services that may need to be restarted...done. [2020-12-10T01:04:06.835Z] Checking for services that may need to be restarted...done. [2020-12-10T01:04:07.097Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-10T01:04:07.097Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-10T01:04:07.097Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-10T01:04:07.671Z] Selecting previously unselected package python3-minimal. [2020-12-10T01:04:07.671Z] (Reading database ... 13012 files and directories currently installed.) [2020-12-10T01:04:07.671Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2020-12-10T01:04:07.671Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2020-12-10T01:04:07.671Z] Selecting previously unselected package mime-support. [2020-12-10T01:04:07.671Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2020-12-10T01:04:07.671Z] Unpacking mime-support (3.60ubuntu1) ... [2020-12-10T01:04:07.671Z] Selecting previously unselected package libmpdec2:amd64. [2020-12-10T01:04:07.671Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2020-12-10T01:04:07.671Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-10T01:04:07.932Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2020-12-10T01:04:07.932Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-10T01:04:07.932Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-10T01:04:08.193Z] Selecting previously unselected package python3.6. [2020-12-10T01:04:08.193Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-10T01:04:08.194Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-10T01:04:08.194Z] Selecting previously unselected package libpython3-stdlib:amd64. [2020-12-10T01:04:08.194Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2020-12-10T01:04:08.194Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-10T01:04:08.194Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2020-12-10T01:04:08.454Z] Selecting previously unselected package python3. [2020-12-10T01:04:08.454Z] (Reading database ... 13442 files and directories currently installed.) [2020-12-10T01:04:08.454Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2020-12-10T01:04:08.454Z] Unpacking python3 (3.6.7-1~18.04) ... [2020-12-10T01:04:08.716Z] Selecting previously unselected package multiarch-support. [2020-12-10T01:04:08.716Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.3_amd64.deb ... [2020-12-10T01:04:08.717Z] Unpacking multiarch-support (2.27-3ubuntu1.3) ... [2020-12-10T01:04:08.717Z] Setting up multiarch-support (2.27-3ubuntu1.3) ... [2020-12-10T01:04:08.717Z] Selecting previously unselected package liblzo2-2:amd64. [2020-12-10T01:04:08.717Z] (Reading database ... 13479 files and directories currently installed.) [2020-12-10T01:04:08.717Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2020-12-10T01:04:08.717Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2020-12-10T01:04:08.979Z] Selecting previously unselected package libbsd0:amd64. [2020-12-10T01:04:08.979Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-12-10T01:04:08.979Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-10T01:04:08.979Z] Selecting previously unselected package sudo. [2020-12-10T01:04:08.979Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2020-12-10T01:04:08.979Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-10T01:04:09.241Z] Selecting previously unselected package apparmor. [2020-12-10T01:04:09.241Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2020-12-10T01:04:09.241Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2020-12-10T01:04:09.241Z] Selecting previously unselected package libedit2:amd64. [2020-12-10T01:04:09.241Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2020-12-10T01:04:09.241Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-12-10T01:04:09.503Z] Selecting previously unselected package libkrb5support0:amd64. [2020-12-10T01:04:09.503Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2020-12-10T01:04:09.503Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-10T01:04:09.503Z] Selecting previously unselected package libk5crypto3:amd64. [2020-12-10T01:04:09.503Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-10T01:04:09.503Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-10T01:04:09.766Z] Selecting previously unselected package libkeyutils1:amd64. [2020-12-10T01:04:09.766Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2020-12-10T01:04:09.766Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-10T01:04:09.766Z] Selecting previously unselected package libkrb5-3:amd64. [2020-12-10T01:04:09.766Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-10T01:04:09.766Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-10T01:04:10.027Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-12-10T01:04:10.027Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2020-12-10T01:04:10.027Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-10T01:04:10.289Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-12-10T01:04:10.289Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2020-12-10T01:04:10.289Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-10T01:04:10.551Z] Selecting previously unselected package openssh-client. [2020-12-10T01:04:10.551Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-12-10T01:04:10.551Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-10T01:04:10.551Z] Selecting previously unselected package squashfs-tools. [2020-12-10T01:04:10.551Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2020-12-10T01:04:10.551Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-10T01:04:10.551Z] Selecting previously unselected package snapd. [2020-12-10T01:04:10.551Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2020-12-10T01:04:10.812Z] Unpacking snapd (2.48+18.04) ... [2020-12-10T01:04:12.738Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-12-10T01:04:12.738Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-10T01:04:12.738Z] Setting up mime-support (3.60ubuntu1) ... [2020-12-10T01:04:12.738Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-10T01:04:12.738Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-10T01:04:13.003Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-10T01:04:13.003Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-10T01:04:13.003Z] Setting up systemd (237-3ubuntu10.43) ... [2020-12-10T01:04:13.003Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2020-12-10T01:04:13.578Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-10T01:04:13.842Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-10T01:04:13.842Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2020-12-10T01:04:13.842Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-10T01:04:13.842Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-10T01:04:13.842Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-10T01:04:14.413Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-10T01:04:14.413Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-10T01:04:14.413Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-10T01:04:14.413Z] Setting up python3 (3.6.7-1~18.04) ... [2020-12-10T01:04:14.679Z] running python rtupdate hooks for python3.6... [2020-12-10T01:04:14.679Z] running python post-rtupdate hooks for python3.6... [2020-12-10T01:04:14.679Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2020-12-10T01:04:16.597Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2020-12-10T01:04:16.858Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-10T01:04:16.858Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-10T01:04:17.121Z] Setting up snapd (2.48+18.04) ... [2020-12-10T01:04:17.381Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2020-12-10T01:04:17.643Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2020-12-10T01:04:17.904Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2020-12-10T01:04:18.167Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2020-12-10T01:04:18.167Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-10T01:04:18.167Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-10T01:04:18.441Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2020-12-10T01:04:18.441Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2020-12-10T01:04:18.704Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2020-12-10T01:04:18.965Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2020-12-10T01:04:18.965Z] /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-10T01:04:18.965Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-10T01:04:18.965Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-10T01:04:19.910Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-10T01:04:20.170Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-10T01:04:20.170Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-10T01:04:21.378Z] Reading package lists... [2020-12-10T01:04:21.378Z] Reading package lists... [2020-12-10T01:04:21.640Z] Building dependency tree... [2020-12-10T01:04:21.640Z] Reading state information... [2020-12-10T01:04:21.907Z] Calculating upgrade... [2020-12-10T01:04:21.907Z] The following packages will be upgraded: [2020-12-10T01:04:21.907Z] advancecomp base-files bash binutils binutils-common [2020-12-10T01:04:21.907Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2020-12-10T01:04:21.907Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2020-12-10T01:04:21.907Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2020-12-10T01:04:21.907Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2020-12-10T01:04:21.907Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2020-12-10T01:04:21.907Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2020-12-10T01:04:21.907Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2020-12-10T01:04:21.907Z] libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2020-12-10T01:04:21.907Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2020-12-10T01:04:21.907Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2020-12-10T01:04:21.907Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2020-12-10T01:04:21.907Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2020-12-10T01:04:21.907Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2020-12-10T01:04:22.168Z] 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2020-12-10T01:04:22.168Z] Need to get 63.5 MB of archives. [2020-12-10T01:04:22.168Z] After this operation, 5178 kB of additional disk space will be used. [2020-12-10T01:04:22.168Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-12-10T01:04:22.168Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.3 [2586 kB] [2020-12-10T01:04:22.746Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-12-10T01:04:22.746Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-12-10T01:04:22.746Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-12-10T01:04:22.746Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-12-10T01:04:22.746Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-12-10T01:04:22.746Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2020-12-10T01:04:22.746Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2020-12-10T01:04:22.746Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-12-10T01:04:22.746Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-12-10T01:04:22.746Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2020-12-10T01:04:23.007Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2020-12-10T01:04:23.007Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2020-12-10T01:04:23.007Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2020-12-10T01:04:23.007Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2020-12-10T01:04:23.007Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.3 [71.8 kB] [2020-12-10T01:04:23.007Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-124.127 [976 kB] [2020-12-10T01:04:23.007Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.3 [2831 kB] [2020-12-10T01:04:23.007Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2020-12-10T01:04:23.007Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2020-12-10T01:04:23.007Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2020-12-10T01:04:23.007Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2020-12-10T01:04:23.007Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2020-12-10T01:04:23.007Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2020-12-10T01:04:23.267Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2020-12-10T01:04:23.267Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2020-12-10T01:04:23.267Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2020-12-10T01:04:23.267Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2020-12-10T01:04:23.267Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2020-12-10T01:04:23.267Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2020-12-10T01:04:23.267Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2020-12-10T01:04:23.267Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.3 [639 kB] [2020-12-10T01:04:23.267Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2020-12-10T01:04:23.267Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2020-12-10T01:04:23.267Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2020-12-10T01:04:23.267Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2020-12-10T01:04:23.267Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2020-12-10T01:04:23.267Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2020-12-10T01:04:23.267Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2020-12-10T01:04:23.267Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2020-12-10T01:04:23.528Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2020-12-10T01:04:23.528Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2020-12-10T01:04:23.528Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2020-12-10T01:04:23.528Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2020-12-10T01:04:23.528Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2020-12-10T01:04:23.528Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2020-12-10T01:04:23.528Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2020-12-10T01:04:23.528Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2020-12-10T01:04:23.528Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2020-12-10T01:04:23.528Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2020-12-10T01:04:23.528Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2020-12-10T01:04:23.528Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2020-12-10T01:04:23.528Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2020-12-10T01:04:23.528Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2020-12-10T01:04:23.528Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2020-12-10T01:04:23.528Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2020-12-10T01:04:23.528Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2020-12-10T01:04:23.528Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2020-12-10T01:04:23.528Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2020-12-10T01:04:23.528Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2020-12-10T01:04:23.528Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2020-12-10T01:04:23.528Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2020-12-10T01:04:23.528Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2020-12-10T01:04:23.528Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2020-12-10T01:04:23.789Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2020-12-10T01:04:23.789Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2020-12-10T01:04:23.789Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2020-12-10T01:04:23.789Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-12-10T01:04:23.789Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-12-10T01:04:23.789Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2020-12-10T01:04:23.789Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2020-12-10T01:04:23.789Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2020-12-10T01:04:23.789Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2020-12-10T01:04:23.789Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2020-12-10T01:04:23.789Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2020-12-10T01:04:23.789Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2020-12-10T01:04:23.789Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2020-12-10T01:04:23.789Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2020-12-10T01:04:23.789Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2020-12-10T01:04:24.051Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2020-12-10T01:04:24.051Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2020-12-10T01:04:24.051Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-12-10T01:04:24.051Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-12-10T01:04:24.051Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-12-10T01:04:24.051Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-12-10T01:04:24.051Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-12-10T01:04:24.622Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-12-10T01:04:24.885Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-12-10T01:04:24.885Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-12-10T01:04:24.885Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-12-10T01:04:25.148Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-12-10T01:04:25.148Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-12-10T01:04:25.148Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-12-10T01:04:25.149Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-12-10T01:04:25.149Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-12-10T01:04:25.149Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-10T01:04:25.411Z] Fetched 63.5 MB in 3s (20.5 MB/s) [2020-12-10T01:04:25.411Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T01:04:25.411Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.3_amd64.deb ... [2020-12-10T01:04:25.411Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-10T01:04:25.985Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.3_amd64.deb ... [2020-12-10T01:04:25.985Z] Unpacking libc-dev-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-10T01:04:26.248Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-124.127_amd64.deb ... [2020-12-10T01:04:26.249Z] Unpacking linux-libc-dev:amd64 (4.15.0-124.127) over (4.15.0-20.21) ... [2020-12-10T01:04:27.192Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-10T01:04:27.192Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-10T01:04:27.192Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-10T01:04:27.192Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-10T01:04:27.454Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-10T01:04:27.454Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-10T01:04:27.454Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-10T01:04:27.454Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-10T01:04:27.716Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-10T01:04:27.716Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-10T01:04:27.716Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-10T01:04:27.716Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-10T01:04:27.979Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-10T01:04:27.979Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-10T01:04:27.979Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-10T01:04:27.979Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-10T01:04:27.979Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-10T01:04:28.254Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2020-12-10T01:04:28.254Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-10T01:04:28.255Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-10T01:04:28.255Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-10T01:04:28.255Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-10T01:04:28.522Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-10T01:04:28.522Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-10T01:04:28.522Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-10T01:04:28.792Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-10T01:04:28.792Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-10T01:04:29.054Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-10T01:04:29.054Z] Preparing to unpack .../libc6_2.27-3ubuntu1.3_amd64.deb ... [2020-12-10T01:04:29.316Z] Unpacking libc6:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-10T01:04:29.578Z] Setting up libc6:amd64 (2.27-3ubuntu1.3) ... [2020-12-10T01:04:29.840Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-10T01:04:29.840Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2020-12-10T01:04:29.840Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2020-12-10T01:04:29.840Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2020-12-10T01:04:30.125Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2020-12-10T01:04:30.125Z] Setting up base-files (10.1ubuntu2.10) ... [2020-12-10T01:04:30.388Z] Installing new version of config file /etc/issue ... [2020-12-10T01:04:30.388Z] Installing new version of config file /etc/issue.net ... [2020-12-10T01:04:30.388Z] Installing new version of config file /etc/lsb-release ... [2020-12-10T01:04:30.388Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2020-12-10T01:04:30.649Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2020-12-10T01:04:30.649Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2020-12-10T01:04:30.649Z] Removing obsolete conffile /etc/default/motd-news ... [2020-12-10T01:04:30.649Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T01:04:30.649Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2020-12-10T01:04:30.649Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2020-12-10T01:04:30.910Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2020-12-10T01:04:30.910Z] 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-10T01:04:31.172Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T01:04:31.172Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-10T01:04:31.172Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2020-12-10T01:04:31.172Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2020-12-10T01:04:31.437Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T01:04:31.437Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2020-12-10T01:04:31.437Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2020-12-10T01:04:31.437Z] Setting up tar (1.29b-2ubuntu0.1) ... [2020-12-10T01:04:31.698Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T01:04:31.698Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2020-12-10T01:04:31.698Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-10T01:04:31.959Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2020-12-10T01:04:31.959Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T01:04:31.959Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-10T01:04:32.222Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-10T01:04:32.222Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-10T01:04:32.486Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T01:04:32.486Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-10T01:04:32.486Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-10T01:04:32.486Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2020-12-10T01:04:32.751Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T01:04:32.751Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2020-12-10T01:04:32.751Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2020-12-10T01:04:32.751Z] Setting up grep (3.1-2build1) ... [2020-12-10T01:04:33.013Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T01:04:33.013Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-10T01:04:33.013Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-10T01:04:33.013Z] Setting up login (1:4.5-1ubuntu2) ... [2020-12-10T01:04:33.275Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T01:04:33.275Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-10T01:04:33.275Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-10T01:04:33.275Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2020-12-10T01:04:33.537Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T01:04:33.537Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-10T01:04:33.537Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-10T01:04:34.123Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-10T01:04:34.123Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-10T01:04:34.386Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-10T01:04:34.386Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-10T01:04:34.958Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-12-10T01:04:34.958Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T01:04:34.958Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-12-10T01:04:34.958Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-10T01:04:35.905Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-10T01:04:35.905Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-10T01:04:36.167Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-10T01:04:36.167Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-10T01:04:36.167Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2020-12-10T01:04:36.428Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T01:04:36.428Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2020-12-10T01:04:36.428Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2020-12-10T01:04:36.690Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2020-12-10T01:04:36.952Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T01:04:36.952Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-10T01:04:36.952Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-10T01:04:36.952Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-10T01:04:37.214Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T01:04:37.214Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-10T01:04:37.214Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-10T01:04:37.214Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-10T01:04:37.474Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T01:04:37.474Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-10T01:04:37.474Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-10T01:04:37.474Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-10T01:04:37.474Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T01:04:37.474Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-10T01:04:37.735Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-10T01:04:37.735Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-10T01:04:37.735Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T01:04:37.735Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-10T01:04:37.997Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-10T01:04:37.997Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-10T01:04:37.997Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-10T01:04:38.259Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-10T01:04:38.259Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T01:04:38.259Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-10T01:04:38.259Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-10T01:04:38.259Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-10T01:04:38.520Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T01:04:38.520Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-10T01:04:38.520Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-10T01:04:38.520Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-10T01:04:38.520Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T01:04:38.520Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-10T01:04:38.782Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-10T01:04:38.782Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2020-12-10T01:04:38.782Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T01:04:38.782Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-10T01:04:39.043Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-10T01:04:39.305Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2020-12-10T01:04:39.567Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2020-12-10T01:04:39.828Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2020-12-10T01:04:40.090Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T01:04:40.090Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.3_amd64.deb ... [2020-12-10T01:04:40.090Z] Unpacking libc-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-10T01:04:40.352Z] Setting up libc-bin (2.27-3ubuntu1.3) ... [2020-12-10T01:04:40.352Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T01:04:40.352Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2020-12-10T01:04:40.352Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-10T01:04:40.614Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2020-12-10T01:04:40.614Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-10T01:04:40.614Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2020-12-10T01:04:40.614Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2020-12-10T01:04:40.876Z] Setting up debconf (1.5.66ubuntu1) ... [2020-12-10T01:04:41.137Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-10T01:04:41.137Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-10T01:04:41.137Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-10T01:04:41.137Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-10T01:04:41.399Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-10T01:04:41.399Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-10T01:04:41.399Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-10T01:04:41.661Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-10T01:04:41.661Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-10T01:04:41.661Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-10T01:04:41.661Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-10T01:04:41.923Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-10T01:04:42.185Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-10T01:04:42.185Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-10T01:04:42.185Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-10T01:04:42.185Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2020-12-10T01:04:42.185Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-10T01:04:42.185Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-10T01:04:42.455Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-10T01:04:42.455Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-10T01:04:42.455Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-10T01:04:42.455Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2020-12-10T01:04:42.455Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2020-12-10T01:04:42.715Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2020-12-10T01:04:42.715Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-10T01:04:42.715Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2020-12-10T01:04:42.715Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-10T01:04:42.975Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-10T01:04:43.237Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-10T01:04:43.237Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-10T01:04:43.237Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-10T01:04:43.237Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-10T01:04:43.498Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-10T01:04:43.498Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2020-12-10T01:04:43.498Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2020-12-10T01:04:43.498Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2020-12-10T01:04:43.760Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-10T01:04:43.760Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-10T01:04:43.760Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-10T01:04:44.022Z] Setting up passwd (1:4.5-1ubuntu2) ... [2020-12-10T01:04:44.022Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-10T01:04:44.022Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-10T01:04:44.283Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-10T01:04:44.283Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2020-12-10T01:04:44.283Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-10T01:04:44.283Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2020-12-10T01:04:44.283Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2020-12-10T01:04:44.545Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2020-12-10T01:04:44.545Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-10T01:04:44.545Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2020-12-10T01:04:44.545Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2020-12-10T01:04:44.806Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2020-12-10T01:04:44.806Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-10T01:04:44.806Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2020-12-10T01:04:44.806Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2020-12-10T01:04:45.066Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2020-12-10T01:04:45.066Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-10T01:04:45.066Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2020-12-10T01:04:45.066Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2020-12-10T01:04:45.327Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2020-12-10T01:04:45.327Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-10T01:04:45.327Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2020-12-10T01:04:45.327Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2020-12-10T01:04:45.588Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2020-12-10T01:04:45.588Z] (Reading database ... 13915 files and directories currently installed.) [2020-12-10T01:04:45.588Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-10T01:04:45.588Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-10T01:04:45.849Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-10T01:04:45.850Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-10T01:04:45.850Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-10T01:04:46.111Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-10T01:04:46.111Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2020-12-10T01:04:46.111Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2020-12-10T01:04:46.371Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2020-12-10T01:04:46.371Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2020-12-10T01:04:46.371Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2020-12-10T01:04:46.371Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2020-12-10T01:04:46.632Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2020-12-10T01:04:46.632Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2020-12-10T01:04:46.632Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2020-12-10T01:04:46.896Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2020-12-10T01:04:46.896Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2020-12-10T01:04:47.157Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2020-12-10T01:04:47.421Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2020-12-10T01:04:47.421Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2020-12-10T01:04:47.421Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2020-12-10T01:04:47.683Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2020-12-10T01:04:47.683Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2020-12-10T01:04:47.683Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2020-12-10T01:04:48.625Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2020-12-10T01:04:48.625Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2020-12-10T01:04:48.625Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2020-12-10T01:04:48.625Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2020-12-10T01:04:48.887Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-10T01:04:48.887Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-10T01:04:49.154Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-10T01:04:49.154Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-10T01:04:49.417Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-10T01:04:49.417Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-10T01:04:49.417Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-10T01:04:49.417Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-10T01:04:49.678Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-10T01:04:49.678Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-10T01:04:49.678Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-10T01:04:49.678Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-10T01:04:49.939Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-10T01:04:49.939Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-10T01:04:50.203Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-10T01:04:50.203Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-10T01:04:51.147Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-10T01:04:51.147Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-10T01:04:52.092Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-10T01:04:52.092Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-10T01:04:52.673Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-10T01:04:52.673Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-10T01:04:53.245Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-10T01:04:53.245Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-10T01:04:53.817Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-10T01:04:53.817Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-10T01:04:54.079Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-10T01:04:54.079Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-10T01:04:54.079Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-12-10T01:04:54.079Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-10T01:04:54.340Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-12-10T01:04:54.340Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-10T01:04:54.602Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-12-10T01:04:54.602Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2020-12-10T01:04:54.602Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-10T01:04:54.602Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-10T01:04:54.862Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-10T01:04:54.862Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-10T01:04:54.862Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2020-12-10T01:04:54.862Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2020-12-10T01:04:55.123Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-10T01:04:55.123Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-10T01:04:55.123Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-10T01:04:55.123Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-10T01:04:55.123Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-10T01:04:55.390Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2020-12-10T01:04:55.390Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2020-12-10T01:04:55.390Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2020-12-10T01:04:55.390Z] [2020-12-10T01:04:55.390Z] Current default time zone: 'Etc/UTC' [2020-12-10T01:04:55.390Z] Local time is now: Thu Dec 10 01:04:55 UTC 2020. [2020-12-10T01:04:55.390Z] Universal Time is now: Thu Dec 10 01:04:55 UTC 2020. [2020-12-10T01:04:55.390Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2020-12-10T01:04:55.391Z] [2020-12-10T01:04:55.391Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2020-12-10T01:04:55.652Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-10T01:04:55.653Z] Setting up linux-libc-dev:amd64 (4.15.0-124.127) ... [2020-12-10T01:04:55.653Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2020-12-10T01:04:55.653Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2020-12-10T01:04:55.653Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2020-12-10T01:04:55.653Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-12-10T01:04:55.653Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2020-12-10T01:04:55.653Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2020-12-10T01:04:55.653Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2020-12-10T01:04:55.653Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-10T01:04:55.914Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2020-12-10T01:04:55.914Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-10T01:04:56.177Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-10T01:04:56.177Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-10T01:04:56.177Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-12-10T01:04:56.177Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-12-10T01:04:56.177Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2020-12-10T01:04:56.177Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-10T01:04:56.177Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2020-12-10T01:04:56.177Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2020-12-10T01:04:56.177Z] Setting up libc-dev-bin (2.27-3ubuntu1.3) ... [2020-12-10T01:04:56.439Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-10T01:04:58.353Z] Updating certificates in /etc/ssl/certs... [2020-12-10T01:04:59.299Z] 22 added, 17 removed; done. [2020-12-10T01:04:59.299Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.3) ... [2020-12-10T01:04:59.299Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-10T01:04:59.299Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2020-12-10T01:04:59.299Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2020-12-10T01:04:59.299Z] Setting up pkgbinarymangler (138.18.04.1) ... [2020-12-10T01:04:59.562Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-10T01:04:59.562Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-10T01:04:59.562Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-10T01:04:59.562Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-10T01:04:59.562Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-10T01:04:59.562Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-10T01:04:59.562Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-10T01:04:59.562Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-12-10T01:04:59.822Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-12-10T01:04:59.822Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-12-10T01:04:59.822Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-12-10T01:04:59.822Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-12-10T01:04:59.822Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-10T01:04:59.822Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-10T01:04:59.822Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-12-10T01:04:59.822Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-12-10T01:04:59.822Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-12-10T01:05:00.083Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-10T01:05:00.083Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-10T01:05:00.083Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-12-10T01:05:00.083Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-10T01:05:00.083Z] Updating certificates in /etc/ssl/certs... [2020-12-10T01:05:01.027Z] 0 added, 0 removed; done. [2020-12-10T01:05:01.027Z] Running hooks in /etc/ca-certificates/update.d... [2020-12-10T01:05:01.027Z] done. [2020-12-10T01:05:01.289Z] Reading package lists... [2020-12-10T01:05:01.289Z] Building dependency tree... [2020-12-10T01:05:01.289Z] Reading state information... [2020-12-10T01:05:01.551Z] The following NEW packages will be installed: [2020-12-10T01:05:01.551Z] apt-transport-https [2020-12-10T01:05:01.551Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2020-12-10T01:05:01.551Z] Need to get 1696 B of archives. [2020-12-10T01:05:01.551Z] After this operation, 153 kB of additional disk space will be used. [2020-12-10T01:05:01.551Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2020-12-10T01:05:01.813Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-10T01:05:01.813Z] Fetched 1696 B in 0s (21.4 kB/s) [2020-12-10T01:05:01.813Z] Selecting previously unselected package apt-transport-https. [2020-12-10T01:05:01.813Z] (Reading database ... 13929 files and directories currently installed.) [2020-12-10T01:05:01.813Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2020-12-10T01:05:01.813Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-10T01:05:01.813Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-10T01:05:02.076Z] Waiting for network to be ready... [2020-12-10T01:05:08.670Z] 2020-12-10T01:05:05Z INFO Waiting for automatic snapd restart... [2020-12-10T01:05:08.670Z] snapd 2.48.1 from Canonical* installed [2020-12-10T01:05:08.931Z] "snapd" switched to the "latest/stable" channel [2020-12-10T01:05:08.931Z] [2020-12-10T01:05:11.479Z] core18 20200929 from Canonical* installed [2020-12-10T01:05:11.741Z] "core18" switched to the "latest/stable" channel [2020-12-10T01:05:11.741Z] [2020-12-10T01:05:15.047Z] snapcraft 4.4.4 from Canonical* installed [2020-12-10T01:05:15.310Z] "snapcraft" switched to the "latest/stable" channel [2020-12-10T01:05:15.310Z] [2020-12-10T01:05:19.551Z] 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-10T01:05:19.551Z] - README.md [2020-12-10T01:05:19.551Z] [2020-12-10T01:05:19.551Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-10T01:05:26.145Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-10T01:05:26.145Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-10T01:05:26.406Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-10T01:05:26.406Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-10T01:05:27.611Z] Reading package lists... [2020-12-10T01:05:27.873Z] Installing build dependencies: curl=7.58.0-2ubuntu3.12 git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 libcurl4=7.58.0-2ubuntu3.12 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 [2020-12-10T01:05:34.463Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-10T01:05:34.463Z] Reading package lists... [2020-12-10T01:05:34.463Z] Building dependency tree... [2020-12-10T01:05:34.463Z] Reading state information... [2020-12-10T01:05:34.463Z] Suggested packages: [2020-12-10T01:05:34.463Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-12-10T01:05:34.463Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2020-12-10T01:05:34.463Z] Recommended packages: [2020-12-10T01:05:34.463Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix [2020-12-10T01:05:34.463Z] The following NEW packages will be installed: [2020-12-10T01:05:34.463Z] curl git git-man libcurl3-gnutls libcurl4 liberror-perl libglib2.0-0 [2020-12-10T01:05:34.463Z] libnghttp2-14 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev [2020-12-10T01:05:34.463Z] libzmq5 pkg-config [2020-12-10T01:05:34.463Z] 0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded. [2020-12-10T01:05:34.463Z] Need to get 7862 kB of archives. [2020-12-10T01:05:34.463Z] After this operation, 44.1 MB of additional disk space will be used. [2020-12-10T01:05:34.463Z] 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-10T01:05:34.463Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2020-12-10T01:05:34.463Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.12 [214 kB] [2020-12-10T01:05:34.463Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 curl amd64 7.58.0-2ubuntu3.12 [159 kB] [2020-12-10T01:05:34.463Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2020-12-10T01:05:34.463Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-12-10T01:05:34.463Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-12-10T01:05:34.463Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-12-10T01:05:34.463Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-12-10T01:05:34.463Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2020-12-10T01:05:34.743Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2020-12-10T01:05:34.743Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-12-10T01:05:34.743Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-12-10T01:05:34.743Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-12-10T01:05:34.743Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-12-10T01:05:34.743Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-12-10T01:05:35.004Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-10T01:05:35.004Z] Fetched 7862 kB in 1s (11.4 MB/s) [2020-12-10T01:05:35.004Z] Selecting previously unselected package libglib2.0-0:amd64. [2020-12-10T01:05:35.004Z] (Reading database ... 13933 files and directories currently installed.) [2020-12-10T01:05:35.004Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2020-12-10T01:05:35.004Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-10T01:05:35.265Z] Selecting previously unselected package libpsl5:amd64. [2020-12-10T01:05:35.265Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2020-12-10T01:05:35.265Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2020-12-10T01:05:35.527Z] Selecting previously unselected package libnghttp2-14:amd64. [2020-12-10T01:05:35.527Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2020-12-10T01:05:35.527Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-10T01:05:35.527Z] Selecting previously unselected package librtmp1:amd64. [2020-12-10T01:05:35.527Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2020-12-10T01:05:35.527Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-10T01:05:35.788Z] Selecting previously unselected package libcurl4:amd64. [2020-12-10T01:05:35.788Z] Preparing to unpack .../04-libcurl4_7.58.0-2ubuntu3.12_amd64.deb ... [2020-12-10T01:05:35.788Z] Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-10T01:05:35.788Z] Selecting previously unselected package curl. [2020-12-10T01:05:35.788Z] Preparing to unpack .../05-curl_7.58.0-2ubuntu3.12_amd64.deb ... [2020-12-10T01:05:35.788Z] Unpacking curl (7.58.0-2ubuntu3.12) ... [2020-12-10T01:05:35.788Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-12-10T01:05:35.788Z] Preparing to unpack .../06-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2020-12-10T01:05:35.788Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-10T01:05:36.048Z] Selecting previously unselected package liberror-perl. [2020-12-10T01:05:36.048Z] Preparing to unpack .../07-liberror-perl_0.17025-1_all.deb ... [2020-12-10T01:05:36.048Z] Unpacking liberror-perl (0.17025-1) ... [2020-12-10T01:05:36.048Z] Selecting previously unselected package git-man. [2020-12-10T01:05:36.048Z] Preparing to unpack .../08-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-12-10T01:05:36.048Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-10T01:05:36.312Z] Selecting previously unselected package git. [2020-12-10T01:05:36.312Z] Preparing to unpack .../09-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-12-10T01:05:36.312Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-12-10T01:05:37.258Z] Selecting previously unselected package libnorm1:amd64. [2020-12-10T01:05:37.258Z] Preparing to unpack .../10-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-12-10T01:05:37.258Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-10T01:05:37.258Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-12-10T01:05:37.258Z] Preparing to unpack .../11-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-12-10T01:05:37.258Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-10T01:05:37.258Z] Selecting previously unselected package libsodium23:amd64. [2020-12-10T01:05:37.258Z] Preparing to unpack .../12-libsodium23_1.0.16-2_amd64.deb ... [2020-12-10T01:05:37.258Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-12-10T01:05:37.258Z] Selecting previously unselected package libzmq5:amd64. [2020-12-10T01:05:37.258Z] Preparing to unpack .../13-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-10T01:05:37.520Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-10T01:05:37.520Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-12-10T01:05:37.520Z] Preparing to unpack .../14-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-10T01:05:37.520Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-10T01:05:37.784Z] Selecting previously unselected package pkg-config. [2020-12-10T01:05:37.784Z] Preparing to unpack .../15-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-12-10T01:05:37.784Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-12-10T01:05:37.784Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-10T01:05:37.784Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-10T01:05:37.784Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-10T01:05:37.784Z] Setting up liberror-perl (0.17025-1) ... [2020-12-10T01:05:37.784Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2020-12-10T01:05:38.045Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-10T01:05:38.045Z] No schema files found: doing nothing. [2020-12-10T01:05:38.045Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-10T01:05:38.045Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-10T01:05:38.045Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-12-10T01:05:38.045Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-12-10T01:05:38.045Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-10T01:05:38.307Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-10T01:05:38.307Z] Setting up libcurl4:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-10T01:05:38.307Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-10T01:05:38.307Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-12-10T01:05:38.307Z] Setting up curl (7.58.0-2ubuntu3.12) ... [2020-12-10T01:05:38.307Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-10T01:05:44.905Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-10T01:05:44.905Z] curl set to automatically installed. [2020-12-10T01:05:44.905Z] git set to automatically installed. [2020-12-10T01:05:44.905Z] git-man set to automatically installed. [2020-12-10T01:05:44.905Z] libcurl3-gnutls set to automatically installed. [2020-12-10T01:05:44.905Z] libcurl4 set to automatically installed. [2020-12-10T01:05:44.905Z] liberror-perl set to automatically installed. [2020-12-10T01:05:44.905Z] libglib2.0-0 set to automatically installed. [2020-12-10T01:05:44.905Z] libnghttp2-14 set to automatically installed. [2020-12-10T01:05:44.905Z] libnorm1 set to automatically installed. [2020-12-10T01:05:44.905Z] libpgm-5.2-0 set to automatically installed. [2020-12-10T01:05:44.905Z] libpsl5 set to automatically installed. [2020-12-10T01:05:44.905Z] librtmp1 set to automatically installed. [2020-12-10T01:05:44.905Z] libsodium23 set to automatically installed. [2020-12-10T01:05:44.905Z] libzmq3-dev set to automatically installed. [2020-12-10T01:05:44.905Z] libzmq5 set to automatically installed. [2020-12-10T01:05:44.905Z] pkg-config set to automatically installed. [2020-12-10T01:05:46.823Z] snapd is not logged in, snap install commands will use sudo [2020-12-10T01:05:53.416Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-10T01:05:53.679Z] snap "core18" has no updates available [2020-12-10T01:05:55.066Z] Pulling go [2020-12-10T01:05:56.009Z] 'app-service-config' has dependencies that need to be staged: go [2020-12-10T01:05:56.009Z] Skipping pull go (already ran) [2020-12-10T01:05:56.009Z] Building go [2020-12-10T01:05:56.009Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-10T01:05:56.009Z] Dload Upload Total Spent Left Speed [2020-12-10T01:05:56.957Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 23 115M 23 26.9M 0 0 31.5M 0 0:00:03 --:--:-- 0:00:03 31.5M 24 115M 24 28.3M 0 0 30.4M 0 0:00:03 --:--:-- 0:00:03 30.4M [2020-12-10T01:05:56.957Z] curl: (56) OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 104 [2020-12-10T01:05:57.219Z] Failed to run 'override-build': Exit code was 56. [2020-12-10T01:05:57.219Z] 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-10T01:05:59.993Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency 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] { (Archive Prep) Stage "Archive Prep" 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] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) 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-10T01:06:03.632Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T01:06:04.469Z] ---> package-listing.sh [2020-12-10T01:06:04.469Z] ++ facter osfamily [2020-12-10T01:06:04.469Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-10T01:06:04.771Z] + OS_FAMILY=redhat [2020-12-10T01:06:04.771Z] + workspace=/w/workspace/_app-service-configurable_PR-124 [2020-12-10T01:06:04.771Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-10T01:06:04.771Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-10T01:06:04.771Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-10T01:06:04.771Z] + PACKAGES=/tmp/packages_start.txt [2020-12-10T01:06:04.771Z] + '[' /w/workspace/_app-service-configurable_PR-124 ']' [2020-12-10T01:06:04.771Z] + PACKAGES=/tmp/packages_end.txt [2020-12-10T01:06:04.771Z] + case "${OS_FAMILY}" in [2020-12-10T01:06:04.771Z] + rpm -qa [2020-12-10T01:06:04.771Z] + sort [2020-12-10T01:06:11.452Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-10T01:06:11.452Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-10T01:06:11.452Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-10T01:06:11.452Z] + '[' /w/workspace/_app-service-configurable_PR-124 ']' [2020-12-10T01:06:11.452Z] + mkdir -p /w/workspace/_app-service-configurable_PR-124/archives/ [2020-12-10T01:06:11.452Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-124/archives/ [Pipeline] echo [2020-12-10T01:06:11.470Z] 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/_app-service-configurable_PR-124/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-10T01:06:11.836Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-10T01:06:13.295Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-10T01:06:13.295Z] [2020-12-10T01:06:13.295Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-10T01:06:13.728Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-10T01:06:13.728Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-10T01:06:13.728Z] df20fa9351a1: Pulling fs layer [2020-12-10T01:06:13.728Z] 36b3adc4ff6f: Pulling fs layer [2020-12-10T01:06:13.728Z] 8ad3a11d3b57: Pulling fs layer [2020-12-10T01:06:13.728Z] 46f8f816bc3b: Pulling fs layer [2020-12-10T01:06:13.728Z] 93b61091891f: Pulling fs layer [2020-12-10T01:06:13.728Z] 93b9cdb0e59b: Pulling fs layer [2020-12-10T01:06:13.728Z] 5e14af77c1be: Pulling fs layer [2020-12-10T01:06:13.728Z] 46f8f816bc3b: Waiting [2020-12-10T01:06:13.728Z] 93b61091891f: Waiting [2020-12-10T01:06:13.728Z] 93b9cdb0e59b: Waiting [2020-12-10T01:06:13.728Z] 5e14af77c1be: Waiting [2020-12-10T01:06:13.728Z] 01666e4c0597: Pulling fs layer [2020-12-10T01:06:13.728Z] aa168da1d23b: Pulling fs layer [2020-12-10T01:06:13.728Z] 01666e4c0597: Waiting [2020-12-10T01:06:13.728Z] aa168da1d23b: Waiting [2020-12-10T01:06:14.039Z] 36b3adc4ff6f: Verifying Checksum [2020-12-10T01:06:14.039Z] 36b3adc4ff6f: Download complete [2020-12-10T01:06:14.039Z] 46f8f816bc3b: Verifying Checksum [2020-12-10T01:06:14.039Z] 46f8f816bc3b: Download complete [2020-12-10T01:06:14.347Z] df20fa9351a1: Download complete [2020-12-10T01:06:14.347Z] 93b9cdb0e59b: Verifying Checksum [2020-12-10T01:06:14.347Z] 93b9cdb0e59b: Download complete [2020-12-10T01:06:14.347Z] 93b61091891f: Verifying Checksum [2020-12-10T01:06:14.347Z] 93b61091891f: Download complete [2020-12-10T01:06:14.347Z] 5e14af77c1be: Verifying Checksum [2020-12-10T01:06:14.347Z] 5e14af77c1be: Download complete [2020-12-10T01:06:14.347Z] 01666e4c0597: Verifying Checksum [2020-12-10T01:06:14.347Z] 01666e4c0597: Download complete [2020-12-10T01:06:14.948Z] df20fa9351a1: Pull complete [2020-12-10T01:06:15.218Z] 36b3adc4ff6f: Pull complete [2020-12-10T01:06:15.528Z] 8ad3a11d3b57: Verifying Checksum [2020-12-10T01:06:15.528Z] 8ad3a11d3b57: Download complete [2020-12-10T01:06:17.561Z] 8ad3a11d3b57: Pull complete [2020-12-10T01:06:17.561Z] 46f8f816bc3b: Pull complete [2020-12-10T01:06:18.176Z] 93b61091891f: Pull complete [2020-12-10T01:06:19.243Z] 93b9cdb0e59b: Pull complete [2020-12-10T01:06:19.537Z] 5e14af77c1be: Pull complete [2020-12-10T01:06:19.831Z] 01666e4c0597: Pull complete [2020-12-10T01:06:20.146Z] aa168da1d23b: Verifying Checksum [2020-12-10T01:06:20.146Z] aa168da1d23b: Download complete [2020-12-10T01:06:35.435Z] aa168da1d23b: Pull complete [2020-12-10T01:06:35.435Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-10T01:06:35.435Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-10T01:06:35.435Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-10T01:06:35.825Z] prd-centos7-docker-4c-2g-15312 does not seem to be running inside a container [2020-12-10T01:06:35.915Z] $ 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/_app-service-configurable_PR-124/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_PR-124 -v /w/workspace/_app-service-configurable_PR-124:/w/workspace/_app-service-configurable_PR-124:rw,z -v /w/workspace/_app-service-configurable_PR-124@tmp:/w/workspace/_app-service-configurable_PR-124@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-10T01:06:40.663Z] $ docker top 5334d01c82b574d22311c45a0bb54d9eff5885a4eec67215efad41feb93a02da -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-10T01:06:41.265Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-10T01:06:42.013Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-10T01:06:42.390Z] + ls /var/log/sa-host [2020-12-10T01:06:42.390Z] + sadf -c /var/log/sa-host/sa10 [2020-12-10T01:06:42.714Z] file_magic: OK [2020-12-10T01:06:42.714Z] HZ: Using current value: 100 [2020-12-10T01:06:42.714Z] file_header: OK [2020-12-10T01:06:42.714Z] 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-10T01:06:42.714Z] Statistics: [2020-12-10T01:06:42.715Z] HRHnuu...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-10T01:06:42.715Z] File successfully converted to sysstat format version 12.2.1 [2020-12-10T01:06:42.715Z] + sadf -c /var/log/sa-host/sa23 [2020-12-10T01:06:42.715Z] file_magic: OK [2020-12-10T01:06:42.715Z] HZ: Using current value: 100 [2020-12-10T01:06:42.715Z] file_header: OK [2020-12-10T01:06:42.715Z] 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-10T01:06:42.715Z] Statistics: [2020-12-10T01:06:42.715Z] Hnuu...uuuununununu... [2020-12-10T01:06:42.715Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-10T01:06:43.521Z] provisioning config files... [2020-12-10T01:06:43.541Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-124@tmp/config8082436490463127834tmp [Pipeline] { [Pipeline] echo [2020-12-10T01:06:43.623Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T01:06:43.962Z] ---> create-netrc.sh [Pipeline] } [2020-12-10T01:06:43.973Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-10T01:06:44.099Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T01:06:44.461Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-10T01:06:44.474Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T01:06:44.784Z] ---> sudo-logs.sh [2020-12-10T01:06:44.784Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-10T01:06:44.795Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T01:06:45.123Z] ---> job-cost.sh [2020-12-10T01:06:45.388Z] lf-activate-venv: SKIPPING [2020-12-10T01:06:45.388Z] INFO: No Stack... [2020-12-10T01:06:46.804Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-10T01:06:47.070Z] INFO: Archiving Costs [Pipeline] echo [2020-12-10T01:06:47.085Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T01:06:47.730Z] ---> logs-deploy.sh [2020-12-10T01:06:47.730Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-124/34 [2020-12-10T01:06:47.730Z] INFO: archiving workspace using pattern(s): [2020-12-10T01:06:50.326Z] Archives upload complete. [2020-12-10T01:06:50.326Z] INFO: archiving logs to Nexus