Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1f5ad4e7aae1b9cf99aba7e64362f17fcdf4901d+913720342204c874872800d189d2482144693ed5 (95da117eae115a8f5f5b31c20c16766e15242c04) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, 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: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-mqtt-go 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-2610 in /w/workspace/gexfoundry_device-mqtt-go_PR-224 [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/device-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_PR-224 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/224/head:refs/remotes/origin/PR-224 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 913720342204c874872800d189d2482144693ed5 into PR head commit 1f5ad4e7aae1b9cf99aba7e64362f17fcdf4901d Merge succeeded, producing 681f90d3e022845e8f39d072c00784ca07eff54a Checking out Revision 681f90d3e022845e8f39d072c00784ca07eff54a (PR-224) > git config core.sparsecheckout # timeout=10 > git checkout -f 1f5ad4e7aae1b9cf99aba7e64362f17fcdf4901d # 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 913720342204c874872800d189d2482144693ed5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 681f90d3e022845e8f39d072c00784ca07eff54a # timeout=10 Commit message: "Merge commit '913720342204c874872800d189d2482144693ed5' into HEAD" > git rev-list --no-walk 1f5ad4e7aae1b9cf99aba7e64362f17fcdf4901d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-01T19:18:56.993Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-01T19:18:57.099Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-01T19:18:57.128Z] ========================================================= [2021-05-01T19:18:57.128Z] EdgeX Global Pipelines Version Info [2021-05-01T19:18:57.128Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-01T19:18:58.652Z] ------------------- [2021-05-01T19:18:58.652Z] stable info: [2021-05-01T19:18:58.652Z] ------------------- [2021-05-01T19:18:58.652Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-01T19:18:58.652Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-01T19:18:58.652Z] Message: update stable to v1.0.191 [2021-05-01T19:18:59.599Z] ------------------- [2021-05-01T19:18:59.599Z] experimental info: [2021-05-01T19:18:59.599Z] ------------------- [2021-05-01T19:18:59.599Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-01T19:18:59.599Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-01T19:18:59.599Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-01T19:18:59.725Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2021-05-01T19:18:59.749Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2021-05-01T19:18:59.773Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-01T19:18:59.798Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-01T19:18:59.822Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-01T19:18:59.845Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-01T19:18:59.869Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-01T19:18:59.893Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-01T19:18:59.916Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-01T19:18:59.939Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-01T19:18:59.973Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-01T19:18:59.998Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo [2021-05-01T19:19:00.021Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-01T19:19:00.047Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-01T19:19:00.070Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-01T19:19:00.095Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-01T19:19:00.120Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-01T19:19:00.144Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-01T19:19:00.168Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-01T19:19:00.192Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-01T19:19:00.216Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-05-01T19:19:00.239Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-05-01T19:19:00.267Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-01T19:19:00.291Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-01T19:19:00.314Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-05-01T19:19:00.339Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-01T19:19:00.392Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-224 [Pipeline] echo [2021-05-01T19:19:00.418Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-224 [Pipeline] echo [2021-05-01T19:19:00.442Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-224 [Pipeline] echo [2021-05-01T19:19:00.467Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 681f90d3e022845e8f39d072c00784ca07eff54a [Pipeline] echo [2021-05-01T19:19:00.491Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 681f90d [Pipeline] echo [2021-05-01T19:19:00.515Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-01T19:19:00.595Z] provisioning config files... [2021-05-01T19:19:00.630Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-224@tmp/config4221360277535197423tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-01T19:19:00.962Z] ---> docker-login.sh [2021-05-01T19:19:00.962Z] nexus3.edgexfoundry.org:10001 [2021-05-01T19:19:01.227Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-01T19:19:01.227Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-01T19:19:01.227Z] Configure a credential helper to remove this warning. See [2021-05-01T19:19:01.227Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-01T19:19:01.227Z] [2021-05-01T19:19:01.227Z] Login Succeeded [2021-05-01T19:19:01.227Z] nexus3.edgexfoundry.org:10002 [2021-05-01T19:19:01.489Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-01T19:19:01.489Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-01T19:19:01.489Z] Configure a credential helper to remove this warning. See [2021-05-01T19:19:01.489Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-01T19:19:01.489Z] [2021-05-01T19:19:01.489Z] Login Succeeded [2021-05-01T19:19:01.489Z] nexus3.edgexfoundry.org:10003 [2021-05-01T19:19:01.753Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-01T19:19:01.753Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-01T19:19:01.753Z] Configure a credential helper to remove this warning. See [2021-05-01T19:19:01.753Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-01T19:19:01.753Z] [2021-05-01T19:19:01.753Z] Login Succeeded [2021-05-01T19:19:01.753Z] nexus3.edgexfoundry.org:10004 [2021-05-01T19:19:01.753Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-01T19:19:02.016Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-01T19:19:02.016Z] Configure a credential helper to remove this warning. See [2021-05-01T19:19:02.016Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-01T19:19:02.016Z] [2021-05-01T19:19:02.016Z] Login Succeeded [2021-05-01T19:19:02.016Z] docker.io [2021-05-01T19:19:02.016Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-01T19:19:02.278Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-01T19:19:02.278Z] Configure a credential helper to remove this warning. See [2021-05-01T19:19:02.278Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-01T19:19:02.278Z] [2021-05-01T19:19:02.278Z] Login Succeeded [2021-05-01T19:19:02.278Z] ---> docker-login.sh ends [Pipeline] } [2021-05-01T19:19:02.287Z] 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 [2021-05-01T19:19:02.742Z] + git log --format=format:%s -1 681f90d3e022845e8f39d072c00784ca07eff54a [Pipeline] echo [2021-05-01T19:19:02.821Z] GIT_COMMIT: 681f90d3e022845e8f39d072c00784ca07eff54a, Commit Message: Merge commit '913720342204c874872800d189d2482144693ed5' into HEAD [Pipeline] echo [2021-05-01T19:19:02.834Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-01T19:19:03.412Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-01T19:19:03.412Z] [2021-05-01T19:19:03.412Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-01T19:19:03.728Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-01T19:19:03.729Z] latest: Pulling from edgex-devops/git-semver [2021-05-01T19:19:03.729Z] 31603596830f: Pulling fs layer [2021-05-01T19:19:03.729Z] 54011a49482f: Pulling fs layer [2021-05-01T19:19:03.729Z] a6820b24f6d8: Pulling fs layer [2021-05-01T19:19:03.729Z] f581987b2513: Pulling fs layer [2021-05-01T19:19:03.729Z] f581987b2513: Waiting [2021-05-01T19:19:03.729Z] 54011a49482f: Verifying Checksum [2021-05-01T19:19:03.729Z] 54011a49482f: Download complete [2021-05-01T19:19:03.729Z] 31603596830f: Verifying Checksum [2021-05-01T19:19:03.729Z] 31603596830f: Download complete [2021-05-01T19:19:04.002Z] a6820b24f6d8: Verifying Checksum [2021-05-01T19:19:04.002Z] a6820b24f6d8: Download complete [2021-05-01T19:19:04.002Z] f581987b2513: Verifying Checksum [2021-05-01T19:19:04.002Z] f581987b2513: Download complete [2021-05-01T19:19:04.266Z] 31603596830f: Pull complete [2021-05-01T19:19:04.266Z] 54011a49482f: Pull complete [2021-05-01T19:19:05.217Z] a6820b24f6d8: Pull complete [2021-05-01T19:19:05.479Z] f581987b2513: Pull complete [2021-05-01T19:19:05.479Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-01T19:19:05.479Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-01T19:19:05.747Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-01T19:19:05.860Z] prd-centos7-docker-4c-2g-2610 does not seem to be running inside a container [2021-05-01T19:19:05.908Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-224 -v /w/workspace/gexfoundry_device-mqtt-go_PR-224:/w/workspace/gexfoundry_device-mqtt-go_PR-224:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-224@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-224@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-01T19:19:08.032Z] $ docker top 1fd3c23e79f4fa196b4dc2c9f844d13332379704b674a2cc1bba49fb270041d0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-01T19:19:08.279Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-01T19:19:08.280Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-01T19:19:08.526Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-01T19:19:08.531Z] $ docker exec 1fd3c23e79f4fa196b4dc2c9f844d13332379704b674a2cc1bba49fb270041d0 ssh-agent [2021-05-01T19:19:08.706Z] SSH_AUTH_SOCK=/tmp/ssh-SvVZaraJ3WIe/agent.12 [2021-05-01T19:19:08.706Z] SSH_AGENT_PID=17 [2021-05-01T19:19:08.728Z] Running ssh-add (command line suppressed) [2021-05-01T19:19:08.874Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-224@tmp/private_key_4411031887104961084.key (/w/workspace/gexfoundry_device-mqtt-go_PR-224@tmp/private_key_4411031887104961084.key) [2021-05-01T19:19:09.054Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-01T19:19:09.361Z] + git tag --points-at HEAD [Pipeline] } [2021-05-01T19:19:09.383Z] $ docker exec --env ******** --env ******** 1fd3c23e79f4fa196b4dc2c9f844d13332379704b674a2cc1bba49fb270041d0 ssh-agent -k [2021-05-01T19:19:09.529Z] unset SSH_AUTH_SOCK; [2021-05-01T19:19:09.530Z] unset SSH_AGENT_PID; [2021-05-01T19:19:09.530Z] echo Agent pid 17 killed; [2021-05-01T19:19:09.613Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-01T19:19:09.658Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-01T19:19:09.658Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-01T19:19:09.853Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-01T19:19:09.866Z] $ docker exec 1fd3c23e79f4fa196b4dc2c9f844d13332379704b674a2cc1bba49fb270041d0 ssh-agent [2021-05-01T19:19:10.038Z] SSH_AUTH_SOCK=/tmp/ssh-7X9OMvHs2bFv/agent.48 [2021-05-01T19:19:10.038Z] SSH_AGENT_PID=53 [2021-05-01T19:19:10.046Z] Running ssh-add (command line suppressed) [2021-05-01T19:19:10.192Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-224@tmp/private_key_8275654801397493824.key (/w/workspace/gexfoundry_device-mqtt-go_PR-224@tmp/private_key_8275654801397493824.key) [2021-05-01T19:19:10.250Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-01T19:19:10.557Z] + git semver init [2021-05-01T19:19:10.557Z] # -> Open(): unable to determine branch for HEAD [2021-05-01T19:19:10.557Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-224/.git [2021-05-01T19:19:10.557Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-224 [2021-05-01T19:19:10.557Z] # $SEMVER_REMOTE_NAME = origin [2021-05-01T19:19:10.557Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-01T19:19:10.557Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-01T19:19:10.557Z] # $SEMVER_BRANCH = PR-224 [2021-05-01T19:19:10.557Z] # $SEMVER_TEMP = /tmp/semver-323129941 [2021-05-01T19:19:10.557Z] # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP [2021-05-01T19:19:11.136Z] # '/tmp/semver-323129941' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-224/.semver' [2021-05-01T19:19:11.136Z] # -> Force: false [2021-05-01T19:19:11.136Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-224/.semver [Pipeline] } [2021-05-01T19:19:11.150Z] $ docker exec --env ******** --env ******** 1fd3c23e79f4fa196b4dc2c9f844d13332379704b674a2cc1bba49fb270041d0 ssh-agent -k [2021-05-01T19:19:11.276Z] unset SSH_AUTH_SOCK; [2021-05-01T19:19:11.277Z] unset SSH_AGENT_PID; [2021-05-01T19:19:11.277Z] echo Agent pid 53 killed; [2021-05-01T19:19:11.333Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-01T19:19:11.671Z] + git semver [Pipeline] } [2021-05-01T19:19:11.698Z] $ docker stop --time=1 1fd3c23e79f4fa196b4dc2c9f844d13332379704b674a2cc1bba49fb270041d0 [2021-05-01T19:19:13.182Z] $ docker rm -f 1fd3c23e79f4fa196b4dc2c9f844d13332379704b674a2cc1bba49fb270041d0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-01T19:19:13.634Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-01T19:19:14.002Z] Stashed 1 file(s) [Pipeline] echo [2021-05-01T19:19:14.005Z] [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 [2021-05-01T19:19:29.188Z] Still waiting to schedule task [2021-05-01T19:19:29.189Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-05-01T19:19:29.192Z] Still waiting to schedule task [2021-05-01T19:19:29.192Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-2316’ is offline [2021-05-01T19:21:36.056Z] Running on prd-centos7-docker-4c-2g-2615 in /w/workspace/gexfoundry_device-mqtt-go_PR-224 [Pipeline] { [Pipeline] ws [2021-05-01T19:21:36.082Z] Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout [2021-05-01T19:21:41.165Z] using credential edgex-jenkins-ssh [2021-05-01T19:21:41.201Z] Cloning the remote Git repository [2021-05-01T19:21:41.231Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2021-05-01T19:21:41.303Z] > git init /w/workspace/device-mqtt-go/2 # timeout=10 [2021-05-01T19:21:42.601Z] Merging remotes/origin/master commit 913720342204c874872800d189d2482144693ed5 into PR head commit 1f5ad4e7aae1b9cf99aba7e64362f17fcdf4901d [2021-05-01T19:21:41.442Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-05-01T19:21:41.442Z] > git --version # timeout=10 [2021-05-01T19:21:41.452Z] > git --version # 'git version 2.24.3' [2021-05-01T19:21:41.452Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-01T19:21:41.489Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-01T19:21:42.103Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-05-01T19:21:42.134Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-01T19:21:42.155Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-05-01T19:21:42.172Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-05-01T19:21:42.172Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-01T19:21:42.178Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/224/head:refs/remotes/origin/PR-224 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-01T19:21:42.612Z] > git config core.sparsecheckout # timeout=10 [2021-05-01T19:21:42.630Z] > git checkout -f 1f5ad4e7aae1b9cf99aba7e64362f17fcdf4901d # timeout=10 [2021-05-01T19:21:42.815Z] Merge succeeded, producing 98ff422fdc0dfc0b571882cc787ce50b14fd3a96 [2021-05-01T19:21:42.815Z] Checking out Revision 98ff422fdc0dfc0b571882cc787ce50b14fd3a96 (PR-224) [2021-05-01T19:21:42.689Z] > git remote # timeout=10 [2021-05-01T19:21:42.699Z] > git config --get remote.origin.url # timeout=10 [2021-05-01T19:21:42.716Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-01T19:21:42.728Z] > git merge 913720342204c874872800d189d2482144693ed5 # timeout=10 [2021-05-01T19:21:42.772Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-01T19:21:42.820Z] > git config core.sparsecheckout # timeout=10 [2021-05-01T19:21:42.833Z] > git checkout -f 98ff422fdc0dfc0b571882cc787ce50b14fd3a96 # timeout=10 [2021-05-01T19:21:46.745Z] Commit message: "Merge commit '913720342204c874872800d189d2482144693ed5' into HEAD" [2021-05-01T19:21:46.754Z] > git rev-list --no-walk 1f5ad4e7aae1b9cf99aba7e64362f17fcdf4901d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-01T19:21:48.282Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-01T19:21:48.649Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-01T19:21:49.012Z] + true [2021-05-01T19:21:49.012Z] + sudo service docker restart [2021-05-01T19:21:49.012Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-01T19:21:50.016Z] provisioning config files... [2021-05-01T19:21:50.059Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/2@tmp/config6560728952308418888tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-01T19:21:50.418Z] ---> docker-login.sh [2021-05-01T19:21:50.418Z] nexus3.edgexfoundry.org:10001 [2021-05-01T19:21:50.685Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-01T19:21:50.950Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-01T19:21:50.950Z] Configure a credential helper to remove this warning. See [2021-05-01T19:21:50.950Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-01T19:21:50.950Z] [2021-05-01T19:21:50.950Z] Login Succeeded [2021-05-01T19:21:50.950Z] nexus3.edgexfoundry.org:10002 [2021-05-01T19:21:50.950Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-01T19:21:51.216Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-01T19:21:51.217Z] Configure a credential helper to remove this warning. See [2021-05-01T19:21:51.217Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-01T19:21:51.217Z] [2021-05-01T19:21:51.217Z] Login Succeeded [2021-05-01T19:21:51.217Z] nexus3.edgexfoundry.org:10003 [2021-05-01T19:21:51.217Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-01T19:21:51.502Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-01T19:21:51.502Z] Configure a credential helper to remove this warning. See [2021-05-01T19:21:51.502Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-01T19:21:51.502Z] [2021-05-01T19:21:51.502Z] Login Succeeded [2021-05-01T19:21:51.502Z] nexus3.edgexfoundry.org:10004 [2021-05-01T19:21:51.502Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-01T19:21:51.769Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-01T19:21:51.769Z] Configure a credential helper to remove this warning. See [2021-05-01T19:21:51.769Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-01T19:21:51.769Z] [2021-05-01T19:21:51.769Z] Login Succeeded [2021-05-01T19:21:51.769Z] docker.io [2021-05-01T19:21:52.038Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-01T19:21:52.318Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-01T19:21:52.318Z] Configure a credential helper to remove this warning. See [2021-05-01T19:21:52.318Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-01T19:21:52.318Z] [2021-05-01T19:21:52.318Z] Login Succeeded [2021-05-01T19:21:52.318Z] ---> docker-login.sh ends [Pipeline] } [2021-05-01T19:21:52.353Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-01T19:21:52.634Z] ========================================================= [2021-05-01T19:21:52.634Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-01T19:21:52.634Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-01T19:21:52.999Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-01T19:21:53.280Z] Sending build context to Docker daemon 554kB [2021-05-01T19:21:53.280Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-05-01T19:21:53.280Z] Step 2/8 : FROM ${BASE} [2021-05-01T19:21:53.280Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-01T19:21:53.280Z] 540db60ca938: Pulling fs layer [2021-05-01T19:21:53.280Z] adcc1eea9eea: Pulling fs layer [2021-05-01T19:21:53.280Z] 4c4ab2625f07: Pulling fs layer [2021-05-01T19:21:53.280Z] 0510c868ecb4: Pulling fs layer [2021-05-01T19:21:53.280Z] afea3b2eda06: Pulling fs layer [2021-05-01T19:21:53.280Z] 7809a108b3ef: Pulling fs layer [2021-05-01T19:21:53.280Z] f706445af74f: Pulling fs layer [2021-05-01T19:21:53.280Z] 0510c868ecb4: Waiting [2021-05-01T19:21:53.280Z] afea3b2eda06: Waiting [2021-05-01T19:21:53.280Z] 7809a108b3ef: Waiting [2021-05-01T19:21:53.280Z] f706445af74f: Waiting [2021-05-01T19:21:53.280Z] 4c4ab2625f07: Verifying Checksum [2021-05-01T19:21:53.280Z] 4c4ab2625f07: Download complete [2021-05-01T19:21:53.280Z] adcc1eea9eea: Download complete [2021-05-01T19:21:53.280Z] afea3b2eda06: Verifying Checksum [2021-05-01T19:21:53.280Z] afea3b2eda06: Download complete [2021-05-01T19:21:53.280Z] 7809a108b3ef: Verifying Checksum [2021-05-01T19:21:53.280Z] 7809a108b3ef: Download complete [2021-05-01T19:21:53.568Z] 540db60ca938: Verifying Checksum [2021-05-01T19:21:53.568Z] 540db60ca938: Download complete [2021-05-01T19:21:54.298Z] 540db60ca938: Pull complete [2021-05-01T19:21:54.574Z] adcc1eea9eea: Pull complete [2021-05-01T19:21:54.574Z] 4c4ab2625f07: Pull complete [2021-05-01T19:21:56.579Z] f706445af74f: Verifying Checksum [2021-05-01T19:21:56.579Z] f706445af74f: Download complete [2021-05-01T19:21:58.091Z] 0510c868ecb4: Verifying Checksum [2021-05-01T19:21:58.091Z] 0510c868ecb4: Download complete [2021-05-01T19:22:06.407Z] 0510c868ecb4: Pull complete [2021-05-01T19:22:06.407Z] afea3b2eda06: Pull complete [2021-05-01T19:22:06.407Z] 7809a108b3ef: Pull complete [2021-05-01T19:22:11.868Z] f706445af74f: Pull complete [2021-05-01T19:22:11.868Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-01T19:22:11.868Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-01T19:22:11.868Z] ---> b068be0155e3 [2021-05-01T19:22:11.868Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' [2021-05-01T19:22:11.868Z] ---> Running in 6b31c45ea29e [2021-05-01T19:22:11.868Z] Removing intermediate container 6b31c45ea29e [2021-05-01T19:22:11.868Z] ---> 5a571f3cbfdf [2021-05-01T19:22:11.868Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-01T19:22:11.868Z] ---> Running in 57d4047288cd [2021-05-01T19:22:13.304Z] Removing intermediate container 57d4047288cd [2021-05-01T19:22:13.304Z] ---> 8dfda4d37bd6 [2021-05-01T19:22:13.304Z] Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev [2021-05-01T19:22:13.304Z] ---> Running in 21f547104dca [2021-05-01T19:22:14.262Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-01T19:22:15.241Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-01T19:22:15.514Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-05-01T19:22:15.782Z] (2/13) Installing libsodium (1.0.18-r0) [2021-05-01T19:22:15.782Z] (3/13) Installing pkgconf (1.7.3-r0) [2021-05-01T19:22:15.782Z] (4/13) Installing libsodium-dev (1.0.18-r0) [2021-05-01T19:22:16.051Z] (5/13) Installing openssh-keygen (8.4_p1-r3) [2021-05-01T19:22:16.051Z] (6/13) Installing libedit (20191231.3.1-r1) [2021-05-01T19:22:16.358Z] (7/13) Installing openssh-client (8.4_p1-r3) [2021-05-01T19:22:16.982Z] (8/13) Installing openssh-sftp-server (8.4_p1-r3) [2021-05-01T19:22:16.982Z] (9/13) Installing openssh-server-common (8.4_p1-r3) [2021-05-01T19:22:16.982Z] (10/13) Installing openssh-server (8.4_p1-r3) [2021-05-01T19:22:17.260Z] (11/13) Installing openssh (8.4_p1-r3) [2021-05-01T19:22:17.260Z] (12/13) Installing libzmq (4.3.3-r1) [2021-05-01T19:22:17.260Z] (13/13) Installing zeromq-dev (4.3.3-r1) [2021-05-01T19:22:17.530Z] Executing busybox-1.32.1-r6.trigger [2021-05-01T19:22:17.530Z] OK: 156 MiB in 53 packages [2021-05-01T19:22:18.494Z] Removing intermediate container 21f547104dca [2021-05-01T19:22:18.494Z] ---> 4db63b5907fb [2021-05-01T19:22:18.494Z] Step 6/8 : WORKDIR /device-mqtt-go [2021-05-01T19:22:18.494Z] ---> Running in 41963435127a [2021-05-01T19:22:18.773Z] Removing intermediate container 41963435127a [2021-05-01T19:22:18.773Z] ---> 856b54e81677 [2021-05-01T19:22:18.773Z] Step 7/8 : COPY . . [2021-05-01T19:22:19.738Z] ---> 98b3faa88a07 [2021-05-01T19:22:19.738Z] Step 8/8 : RUN go mod download [2021-05-01T19:22:19.738Z] ---> Running in 52af6d793914 [2021-05-01T19:22:31.792Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2617 in /w/workspace/gexfoundry_device-mqtt-go_PR-224 [Pipeline] { [Pipeline] ws [2021-05-01T19:22:31.815Z] Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout [2021-05-01T19:22:37.809Z] using credential edgex-jenkins-ssh [2021-05-01T19:22:37.830Z] Cloning the remote Git repository [2021-05-01T19:22:37.910Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2021-05-01T19:22:38.030Z] > git init /w/workspace/device-mqtt-go/2 # timeout=10 [2021-05-01T19:22:38.107Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-05-01T19:22:38.108Z] > git --version # timeout=10 [2021-05-01T19:22:38.125Z] > git --version # 'git version 2.17.1' [2021-05-01T19:22:38.127Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-01T19:22:38.294Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-01T19:22:39.204Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-05-01T19:22:39.225Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-01T19:22:39.254Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-05-01T19:22:39.302Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-05-01T19:22:39.303Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-01T19:22:39.320Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/224/head:refs/remotes/origin/PR-224 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-01T19:22:39.773Z] Merging remotes/origin/master commit 913720342204c874872800d189d2482144693ed5 into PR head commit 1f5ad4e7aae1b9cf99aba7e64362f17fcdf4901d [2021-05-01T19:22:40.043Z] Merge succeeded, producing 204e05189656f6ab871c2ee07ad0c72a3ba3f296 [2021-05-01T19:22:40.044Z] Checking out Revision 204e05189656f6ab871c2ee07ad0c72a3ba3f296 (PR-224) [2021-05-01T19:22:39.803Z] > git config core.sparsecheckout # timeout=10 [2021-05-01T19:22:39.830Z] > git checkout -f 1f5ad4e7aae1b9cf99aba7e64362f17fcdf4901d # timeout=10 [2021-05-01T19:22:39.916Z] > git remote # timeout=10 [2021-05-01T19:22:39.942Z] > git config --get remote.origin.url # timeout=10 [2021-05-01T19:22:39.969Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-01T19:22:39.981Z] > git merge 913720342204c874872800d189d2482144693ed5 # timeout=10 [2021-05-01T19:22:40.031Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-01T19:22:40.061Z] > git config core.sparsecheckout # timeout=10 [2021-05-01T19:22:40.074Z] > git checkout -f 204e05189656f6ab871c2ee07ad0c72a3ba3f296 # timeout=10 [2021-05-01T19:22:44.486Z] Commit message: "Merge commit '913720342204c874872800d189d2482144693ed5' into HEAD" [2021-05-01T19:22:44.504Z] > git rev-list --no-walk 1f5ad4e7aae1b9cf99aba7e64362f17fcdf4901d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-01T19:22:45.964Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-01T19:22:46.396Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-01T19:22:46.742Z] + sudo service docker restart [2021-05-01T19:22:46.742Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-01T19:22:49.412Z] provisioning config files... [2021-05-01T19:22:49.459Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/2@tmp/config7085862459848814441tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-01T19:22:49.842Z] ---> docker-login.sh [2021-05-01T19:22:49.842Z] nexus3.edgexfoundry.org:10001 [2021-05-01T19:22:50.832Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-01T19:22:51.111Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-01T19:22:51.111Z] Configure a credential helper to remove this warning. See [2021-05-01T19:22:51.111Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-01T19:22:51.111Z] [2021-05-01T19:22:51.111Z] Login Succeeded [2021-05-01T19:22:51.111Z] nexus3.edgexfoundry.org:10002 [2021-05-01T19:22:51.709Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-01T19:22:51.709Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-01T19:22:51.709Z] Configure a credential helper to remove this warning. See [2021-05-01T19:22:51.709Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-01T19:22:51.709Z] [2021-05-01T19:22:51.709Z] Login Succeeded [2021-05-01T19:22:51.709Z] nexus3.edgexfoundry.org:10003 [2021-05-01T19:22:52.191Z] Removing intermediate container 52af6d793914 [2021-05-01T19:22:52.191Z] ---> 65f4f398b2b9 [2021-05-01T19:22:52.191Z] Successfully built 65f4f398b2b9 [2021-05-01T19:22:52.191Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-01T19:22:52.308Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-01T19:22:52.309Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-01T19:22:52.309Z] Configure a credential helper to remove this warning. See [2021-05-01T19:22:52.309Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-01T19:22:52.309Z] [2021-05-01T19:22:52.309Z] Login Succeeded [2021-05-01T19:22:52.309Z] nexus3.edgexfoundry.org:10004 [2021-05-01T19:22:52.779Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-01T19:22:52.908Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-01T19:22:52.909Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-01T19:22:52.909Z] Configure a credential helper to remove this warning. See [2021-05-01T19:22:52.909Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-01T19:22:52.909Z] [2021-05-01T19:22:52.909Z] Login Succeeded [2021-05-01T19:22:52.909Z] docker.io [2021-05-01T19:22:53.163Z] . [Pipeline] withDockerContainer [2021-05-01T19:22:53.498Z] prd-centos7-docker-4c-2g-2615 does not seem to be running inside a container [2021-05-01T19:22:53.505Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-01T19:22:53.610Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/2 -v /w/workspace/device-mqtt-go/2:/w/workspace/device-mqtt-go/2:rw,z -v /w/workspace/device-mqtt-go/2@tmp:/w/workspace/device-mqtt-go/2@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 ******** ci-base-image-x86_64 cat [2021-05-01T19:22:53.779Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-01T19:22:53.779Z] Configure a credential helper to remove this warning. See [2021-05-01T19:22:53.779Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-01T19:22:53.779Z] [2021-05-01T19:22:53.779Z] Login Succeeded [2021-05-01T19:22:53.779Z] ---> docker-login.sh ends [2021-05-01T19:22:54.629Z] $ docker top 5367f93e39c2f23aaa2ab522af5208dc9f5d0e12353b5db55e16efff322327e3 -eo pid,comm [Pipeline] { [Pipeline] } [2021-05-01T19:22:54.872Z] Deleting 1 temporary files [Pipeline] sh [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-05-01T19:22:55.224Z] + go version [Pipeline] echo [2021-05-01T19:22:55.282Z] ========================================================= [2021-05-01T19:22:55.282Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-01T19:22:55.282Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-01T19:22:55.520Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-01T19:22:55.545Z] $ docker stop --time=1 5367f93e39c2f23aaa2ab522af5208dc9f5d0e12353b5db55e16efff322327e3 [2021-05-01T19:22:55.636Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-01T19:22:55.916Z] Sending build context to Docker daemon 553kB [2021-05-01T19:22:56.193Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-05-01T19:22:56.193Z] Step 2/8 : FROM ${BASE} [2021-05-01T19:22:56.193Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-01T19:22:56.193Z] 595b0fe564bb: Pulling fs layer [2021-05-01T19:22:56.193Z] 7186ed65a4f7: Pulling fs layer [2021-05-01T19:22:56.193Z] 316046926c0a: Pulling fs layer [2021-05-01T19:22:56.193Z] 4ebd0625c992: Pulling fs layer [2021-05-01T19:22:56.193Z] 207e8628e3a3: Pulling fs layer [2021-05-01T19:22:56.193Z] c791037a9be2: Pulling fs layer [2021-05-01T19:22:56.193Z] ffd874e62e21: Pulling fs layer [2021-05-01T19:22:56.193Z] 4ebd0625c992: Waiting [2021-05-01T19:22:56.193Z] 207e8628e3a3: Waiting [2021-05-01T19:22:56.193Z] c791037a9be2: Waiting [2021-05-01T19:22:56.193Z] 316046926c0a: Verifying Checksum [2021-05-01T19:22:56.193Z] 316046926c0a: Download complete [2021-05-01T19:22:56.193Z] 7186ed65a4f7: Verifying Checksum [2021-05-01T19:22:56.193Z] 7186ed65a4f7: Download complete [2021-05-01T19:22:56.193Z] 207e8628e3a3: Verifying Checksum [2021-05-01T19:22:56.193Z] 207e8628e3a3: Download complete [2021-05-01T19:22:56.472Z] c791037a9be2: Verifying Checksum [2021-05-01T19:22:56.472Z] c791037a9be2: Download complete [2021-05-01T19:22:56.472Z] 595b0fe564bb: Verifying Checksum [2021-05-01T19:22:56.472Z] 595b0fe564bb: Download complete [2021-05-01T19:22:57.043Z] $ docker rm -f 5367f93e39c2f23aaa2ab522af5208dc9f5d0e12353b5db55e16efff322327e3 [2021-05-01T19:22:57.074Z] 595b0fe564bb: Pull complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-01T19:22:57.625Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-01T19:22:57.625Z] . [Pipeline] withDockerContainer [2021-05-01T19:22:57.690Z] 7186ed65a4f7: Pull complete [2021-05-01T19:22:57.838Z] prd-centos7-docker-4c-2g-2615 does not seem to be running inside a container [2021-05-01T19:22:57.956Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/2 -v /w/workspace/device-mqtt-go/2:/w/workspace/device-mqtt-go/2:rw,z -v /w/workspace/device-mqtt-go/2@tmp:/w/workspace/device-mqtt-go/2@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 ******** ci-base-image-x86_64 cat [2021-05-01T19:22:57.966Z] 316046926c0a: Pull complete [2021-05-01T19:22:58.823Z] $ docker top b456d859404773de98e3548254035649ae6e5097223b34af9b8255c2244e28e8 -eo pid,comm [2021-05-01T19:22:58.957Z] ffd874e62e21: Verifying Checksum [2021-05-01T19:22:58.957Z] ffd874e62e21: Download complete [Pipeline] { [Pipeline] sh [2021-05-01T19:22:59.369Z] + go mod tidy [2021-05-01T19:22:59.951Z] 4ebd0625c992: Verifying Checksum [2021-05-01T19:22:59.951Z] 4ebd0625c992: Download complete [Pipeline] sh [2021-05-01T19:23:01.088Z] + make test [2021-05-01T19:23:01.089Z] GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-05-01T19:23:02.074Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2021-05-01T19:23:12.373Z] 4ebd0625c992: Pull complete [2021-05-01T19:23:12.374Z] 207e8628e3a3: Pull complete [2021-05-01T19:23:12.374Z] c791037a9be2: Pull complete [2021-05-01T19:23:14.990Z] ffd874e62e21: Pull complete [2021-05-01T19:23:14.990Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-01T19:23:14.990Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-01T19:23:14.990Z] ---> cfc18b08335c [2021-05-01T19:23:14.990Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' [2021-05-01T19:23:17.608Z] ---> Running in b6871833e212 [2021-05-01T19:23:17.882Z] Removing intermediate container b6871833e212 [2021-05-01T19:23:17.882Z] ---> bb2bd16126f6 [2021-05-01T19:23:17.882Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-01T19:23:18.154Z] ---> Running in 8ddf7446da96 [2021-05-01T19:23:20.139Z] Removing intermediate container 8ddf7446da96 [2021-05-01T19:23:20.139Z] ---> d3c14e1e68be [2021-05-01T19:23:20.139Z] Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev [2021-05-01T19:23:20.413Z] ---> Running in 19b08813b79e [2021-05-01T19:23:21.401Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-01T19:23:22.371Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-01T19:23:23.344Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-05-01T19:23:23.344Z] (2/13) Installing libsodium (1.0.18-r0) [2021-05-01T19:23:23.344Z] (3/13) Installing pkgconf (1.7.3-r0) [2021-05-01T19:23:23.344Z] (4/13) Installing libsodium-dev (1.0.18-r0) [2021-05-01T19:23:23.613Z] (5/13) Installing openssh-keygen (8.4_p1-r3) [2021-05-01T19:23:23.614Z] (6/13) Installing libedit (20191231.3.1-r1) [2021-05-01T19:23:23.614Z] (7/13) Installing openssh-client (8.4_p1-r3) [2021-05-01T19:23:23.883Z] (8/13) Installing openssh-sftp-server (8.4_p1-r3) [2021-05-01T19:23:24.152Z] (9/13) Installing openssh-server-common (8.4_p1-r3) [2021-05-01T19:23:24.152Z] (10/13) Installing openssh-server (8.4_p1-r3) [2021-05-01T19:23:24.153Z] (11/13) Installing openssh (8.4_p1-r3) [2021-05-01T19:23:24.749Z] (12/13) Installing libzmq (4.3.3-r1) [2021-05-01T19:23:24.749Z] (13/13) Installing zeromq-dev (4.3.3-r1) [2021-05-01T19:23:24.749Z] Executing busybox-1.32.1-r6.trigger [2021-05-01T19:23:24.749Z] OK: 145 MiB in 53 packages [2021-05-01T19:23:26.189Z] Removing intermediate container 19b08813b79e [2021-05-01T19:23:26.189Z] ---> e90adaa550c5 [2021-05-01T19:23:26.189Z] Step 6/8 : WORKDIR /device-mqtt-go [2021-05-01T19:23:26.462Z] ---> Running in aa828cff9b4c [2021-05-01T19:23:27.059Z] Removing intermediate container aa828cff9b4c [2021-05-01T19:23:27.059Z] ---> d60dc83fbb0f [2021-05-01T19:23:27.059Z] Step 7/8 : COPY . . [2021-05-01T19:23:28.040Z] ---> bb34543085c5 [2021-05-01T19:23:28.040Z] Step 8/8 : RUN go mod download [2021-05-01T19:23:28.041Z] ---> Running in 9c3c86800c64 [2021-05-01T19:23:29.229Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2021-05-01T19:23:29.229Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.040s coverage: 24.9% of statements [2021-05-01T19:23:29.229Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2021-05-01T19:23:29.229Z] GCO_ENABLED=1 GO111MODULE=on go vet ./... [2021-05-01T19:23:39.371Z] gofmt -l . [2021-05-01T19:23:39.371Z] ["`gofmt -l .`" = ""] [2021-05-01T19:23:39.371Z] ./bin/test-attribution-txt.sh [2021-05-01T19:23:40.328Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-05-01T19:23:40.347Z] $ docker stop --time=1 b456d859404773de98e3548254035649ae6e5097223b34af9b8255c2244e28e8 [2021-05-01T19:23:42.457Z] $ docker rm -f b456d859404773de98e3548254035649ae6e5097223b34af9b8255c2244e28e8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-01T19:23:43.068Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-01T19:23:43.488Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-05-01T19:23:46.022Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-01T19:23:46.337Z] + ls -al . [2021-05-01T19:23:46.338Z] total 108 [2021-05-01T19:23:46.338Z] drwxrwxr-x. 9 jenkins jenkins 4096 May 1 19:23 . [2021-05-01T19:23:46.338Z] drwxrwxr-x. 4 jenkins jenkins 28 May 1 19:21 .. [2021-05-01T19:23:46.338Z] -rw-rw-r--. 1 jenkins jenkins 7100 May 1 19:21 Attribution.txt [2021-05-01T19:23:46.338Z] drwxrwxr-x. 2 jenkins jenkins 87 May 1 19:21 bin [2021-05-01T19:23:46.338Z] drwxrwxr-x. 3 jenkins jenkins 32 May 1 19:21 cmd [2021-05-01T19:23:46.338Z] -rw-r--r--. 1 jenkins jenkins 19386 May 1 19:23 coverage.out [2021-05-01T19:23:46.338Z] -rw-rw-r--. 1 jenkins jenkins 1861 May 1 19:21 Dockerfile [2021-05-01T19:23:46.338Z] -rw-rw-r--. 1 jenkins jenkins 994 May 1 19:21 Dockerfile.build [2021-05-01T19:23:46.338Z] -rw-rw-r--. 1 jenkins jenkins 140 May 1 19:21 .dockerignore [2021-05-01T19:23:46.338Z] drwxrwxr-x. 8 jenkins jenkins 179 May 1 19:21 .git [2021-05-01T19:23:46.338Z] drwxrwxr-x. 2 jenkins jenkins 103 May 1 19:21 .github [2021-05-01T19:23:46.338Z] -rw-rw-r--. 1 jenkins jenkins 336 May 1 19:21 .gitignore [2021-05-01T19:23:46.338Z] -rw-r--r--. 1 jenkins jenkins 409 May 1 19:23 go.mod [2021-05-01T19:23:46.338Z] -rw-r--r--. 1 jenkins jenkins 21536 May 1 19:23 go.sum [2021-05-01T19:23:46.338Z] drwxrwxr-x. 3 jenkins jenkins 20 May 1 19:21 internal [2021-05-01T19:23:46.338Z] -rw-rw-r--. 1 jenkins jenkins 677 May 1 19:21 Jenkinsfile [2021-05-01T19:23:46.338Z] -rw-rw-r--. 1 jenkins jenkins 11340 May 1 19:21 LICENSE [2021-05-01T19:23:46.338Z] -rw-rw-r--. 1 jenkins jenkins 950 May 1 19:21 Makefile [2021-05-01T19:23:46.338Z] drwxrwxr-x. 2 jenkins jenkins 23 May 1 19:21 mock [2021-05-01T19:23:46.338Z] -rw-rw-r--. 1 jenkins jenkins 2217 May 1 19:21 README.md [2021-05-01T19:23:46.338Z] drwxrwxr-x. 4 jenkins jenkins 71 May 1 19:21 snap [2021-05-01T19:23:46.338Z] -rw-rw-r--. 1 jenkins jenkins 5 May 1 19:19 VERSION [2021-05-01T19:23:46.338Z] -rw-rw-r--. 1 jenkins jenkins 227 May 1 19:21 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-01T19:23:46.676Z] + docker build -t docker-device-mqtt-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=681f90d3e022845e8f39d072c00784ca07eff54a --label arch=amd64 --label version=0.0.0 . [2021-05-01T19:23:46.939Z] Sending build context to Docker daemon 574kB [2021-05-01T19:23:46.939Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-05-01T19:23:46.939Z] Step 2/23 : FROM ${BASE} AS builder [2021-05-01T19:23:46.939Z] ---> 65f4f398b2b9 [2021-05-01T19:23:46.939Z] Step 3/23 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-05-01T19:23:47.205Z] ---> Running in 185c00c10862 [2021-05-01T19:23:47.475Z] Removing intermediate container 185c00c10862 [2021-05-01T19:23:47.475Z] ---> 030c8c15c0d1 [2021-05-01T19:23:47.475Z] Step 4/23 : ARG ALPINE_PKG_EXTRA="" [2021-05-01T19:23:47.475Z] ---> Running in 303746706f19 [2021-05-01T19:23:47.740Z] Removing intermediate container 303746706f19 [2021-05-01T19:23:47.740Z] ---> a553bf022183 [2021-05-01T19:23:47.740Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-01T19:23:47.740Z] ---> Running in e29bff402b83 [2021-05-01T19:23:49.690Z] Removing intermediate container e29bff402b83 [2021-05-01T19:23:49.690Z] ---> d2499ded40e7 [2021-05-01T19:23:49.690Z] Step 6/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-01T19:23:49.690Z] ---> Running in 47d94301be8f [2021-05-01T19:23:49.955Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-01T19:23:50.928Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-01T19:23:51.509Z] OK: 156 MiB in 53 packages [2021-05-01T19:23:52.091Z] Removing intermediate container 47d94301be8f [2021-05-01T19:23:52.091Z] ---> 785f2c9e8474 [2021-05-01T19:23:52.091Z] Step 7/23 : WORKDIR /device-mqtt-go [2021-05-01T19:23:52.357Z] ---> Running in 5b230157568d [2021-05-01T19:23:52.357Z] Removing intermediate container 5b230157568d [2021-05-01T19:23:52.357Z] ---> 5cdf36849956 [2021-05-01T19:23:52.357Z] Step 8/23 : COPY . . [2021-05-01T19:23:53.768Z] ---> c7d2ae1ffffe [2021-05-01T19:23:53.768Z] Step 9/23 : RUN go mod download [2021-05-01T19:23:53.768Z] ---> Running in ec64c59fccfd [2021-05-01T19:23:54.834Z] Removing intermediate container 9c3c86800c64 [2021-05-01T19:23:54.834Z] ---> b65ce327f8b3 [2021-05-01T19:23:54.834Z] Successfully built b65ce327f8b3 [2021-05-01T19:23:54.834Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-01T19:23:55.179Z] + docker inspect -f . ci-base-image-arm64 [2021-05-01T19:23:55.179Z] . [2021-05-01T19:23:55.187Z] Removing intermediate container ec64c59fccfd [2021-05-01T19:23:55.187Z] ---> c508577b741f [2021-05-01T19:23:55.187Z] Step 10/23 : ARG MAKE='make build' [2021-05-01T19:23:55.187Z] ---> Running in 472bf1a6e321 [Pipeline] withDockerContainer [2021-05-01T19:23:55.455Z] prd-ubuntu18.04-docker-arm64-4c-16g-2617 does not seem to be running inside a container [2021-05-01T19:23:55.457Z] Removing intermediate container 472bf1a6e321 [2021-05-01T19:23:55.457Z] ---> e8167ba77762 [2021-05-01T19:23:55.457Z] Step 11/23 : RUN $MAKE [2021-05-01T19:23:55.457Z] ---> Running in 25f887bfd83c [2021-05-01T19:23:55.542Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/2 -v /w/workspace/device-mqtt-go/2:/w/workspace/device-mqtt-go/2:rw,z -v /w/workspace/device-mqtt-go/2@tmp:/w/workspace/device-mqtt-go/2@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 ******** ci-base-image-arm64 cat [2021-05-01T19:23:56.447Z] GCO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd [2021-05-01T19:23:57.103Z] $ docker top 1c979333e521c62a51a9be9cfcfa38167c1dee3485eabdfef9c056cae32cda7f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-01T19:23:58.014Z] + go version [2021-05-01T19:23:58.014Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-01T19:23:58.043Z] $ docker stop --time=1 1c979333e521c62a51a9be9cfcfa38167c1dee3485eabdfef9c056cae32cda7f [2021-05-01T19:24:00.000Z] $ docker rm -f 1c979333e521c62a51a9be9cfcfa38167c1dee3485eabdfef9c056cae32cda7f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-01T19:24:00.662Z] + docker inspect -f . ci-base-image-arm64 [2021-05-01T19:24:00.663Z] . [Pipeline] withDockerContainer [2021-05-01T19:24:00.884Z] prd-ubuntu18.04-docker-arm64-4c-16g-2617 does not seem to be running inside a container [2021-05-01T19:24:00.973Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/2 -v /w/workspace/device-mqtt-go/2:/w/workspace/device-mqtt-go/2:rw,z -v /w/workspace/device-mqtt-go/2@tmp:/w/workspace/device-mqtt-go/2@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 ******** ci-base-image-arm64 cat [2021-05-01T19:24:02.376Z] $ docker top e2d55550b7259392ec8908bb15fdd19b95f5b8e10596239fe1726d9661de6a40 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-01T19:24:03.284Z] + go mod tidy [Pipeline] sh [2021-05-01T19:24:04.543Z] + make test [2021-05-01T19:24:04.543Z] GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-05-01T19:24:05.528Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2021-05-01T19:24:11.600Z] GCO_ENABLED=1 GO111MODULE=on go build ./... [2021-05-01T19:24:16.996Z] Removing intermediate container 25f887bfd83c [2021-05-01T19:24:16.997Z] ---> 85bcefffe4e4 [2021-05-01T19:24:16.997Z] Step 12/23 : FROM alpine:3.12 [2021-05-01T19:24:16.997Z] 3.12: Pulling from library/alpine [2021-05-01T19:24:16.997Z] 339de151aab4: Pulling fs layer [2021-05-01T19:24:17.266Z] 339de151aab4: Verifying Checksum [2021-05-01T19:24:17.266Z] 339de151aab4: Download complete [2021-05-01T19:24:17.532Z] 339de151aab4: Pull complete [2021-05-01T19:24:17.532Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-01T19:24:17.532Z] Status: Downloaded newer image for alpine:3.12 [2021-05-01T19:24:17.532Z] ---> 13621d1b12d4 [2021-05-01T19:24:17.532Z] Step 13/23 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2021-05-01T19:24:17.798Z] ---> Running in c6bc787b7ac9 [2021-05-01T19:24:17.798Z] Removing intermediate container c6bc787b7ac9 [2021-05-01T19:24:17.798Z] ---> 5d591165226d [2021-05-01T19:24:17.798Z] Step 14/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-01T19:24:18.077Z] ---> Running in 3d891061ba45 [2021-05-01T19:24:18.665Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-01T19:24:18.665Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-01T19:24:18.937Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-01T19:24:18.937Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-01T19:24:18.937Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-01T19:24:18.937Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-01T19:24:18.937Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-01T19:24:18.937Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-01T19:24:18.937Z] Executing busybox-1.31.1-r20.trigger [2021-05-01T19:24:18.937Z] OK: 8 MiB in 20 packages [2021-05-01T19:24:19.906Z] Removing intermediate container 3d891061ba45 [2021-05-01T19:24:19.906Z] ---> 6b774f9f2dc7 [2021-05-01T19:24:19.906Z] Step 15/23 : COPY --from=builder /device-mqtt-go/cmd / [2021-05-01T19:24:20.483Z] ---> 9169cd256a9b [2021-05-01T19:24:20.483Z] Step 16/23 : COPY --from=builder /device-mqtt-go/LICENSE / [2021-05-01T19:24:20.746Z] ---> 7ee11638076f [2021-05-01T19:24:20.746Z] Step 17/23 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2021-05-01T19:24:21.014Z] ---> 2dd703a7c168 [2021-05-01T19:24:21.014Z] Step 18/23 : EXPOSE 49982 [2021-05-01T19:24:21.014Z] ---> Running in e88a31df6ce1 [2021-05-01T19:24:21.277Z] Removing intermediate container e88a31df6ce1 [2021-05-01T19:24:21.277Z] ---> dcf8ef28334a [2021-05-01T19:24:21.277Z] Step 19/23 : ENTRYPOINT ["/device-mqtt"] [2021-05-01T19:24:21.277Z] ---> Running in 78369f62691b [2021-05-01T19:24:21.560Z] Removing intermediate container 78369f62691b [2021-05-01T19:24:21.560Z] ---> ffbfaf986fed [2021-05-01T19:24:21.560Z] Step 20/23 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-01T19:24:21.560Z] ---> Running in e0553fb5b07d [2021-05-01T19:24:21.829Z] Removing intermediate container e0553fb5b07d [2021-05-01T19:24:21.829Z] ---> 0cc5ccaf99b2 [2021-05-01T19:24:21.829Z] Step 21/23 : LABEL arch=amd64 [2021-05-01T19:24:21.829Z] ---> Running in f60a3a522e28 [2021-05-01T19:24:22.102Z] Removing intermediate container f60a3a522e28 [2021-05-01T19:24:22.102Z] ---> 43517b636181 [2021-05-01T19:24:22.102Z] Step 22/23 : LABEL git_sha=681f90d3e022845e8f39d072c00784ca07eff54a [2021-05-01T19:24:22.102Z] ---> Running in d040e3d67e8b [2021-05-01T19:24:22.693Z] Removing intermediate container d040e3d67e8b [2021-05-01T19:24:22.693Z] ---> 7f6b6a6dc5ae [2021-05-01T19:24:22.693Z] Step 23/23 : LABEL version=0.0.0 [2021-05-01T19:24:22.693Z] ---> Running in 1edb9dc35a66 [2021-05-01T19:24:22.959Z] Removing intermediate container 1edb9dc35a66 [2021-05-01T19:24:22.959Z] ---> 615abc44ed92 [2021-05-01T19:24:22.959Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-01T19:24:22.959Z] Successfully built 615abc44ed92 [2021-05-01T19:24:22.959Z] Successfully tagged docker-device-mqtt-go: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 [2021-05-01T19:24:38.182Z] Still waiting to schedule task [2021-05-01T19:24:38.182Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-05-01T19:25:02.128Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2021-05-01T19:25:02.128Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.041s coverage: 24.9% of statements [2021-05-01T19:25:02.128Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2021-05-01T19:25:02.128Z] GCO_ENABLED=1 GO111MODULE=on go vet ./... [2021-05-01T19:25:27.783Z] Running on prd-ubuntu18.04-docker-8c-8g-2618 in /w/workspace/gexfoundry_device-mqtt-go_PR-224 [Pipeline] { [Pipeline] ws [2021-05-01T19:25:27.805Z] Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout [2021-05-01T19:25:28.946Z] gofmt -l . [2021-05-01T19:25:28.946Z] ["`gofmt -l .`" = ""] [2021-05-01T19:25:28.946Z] ./bin/test-attribution-txt.sh [2021-05-01T19:25:28.946Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-05-01T19:25:28.980Z] $ docker stop --time=1 e2d55550b7259392ec8908bb15fdd19b95f5b8e10596239fe1726d9661de6a40 [2021-05-01T19:25:30.012Z] using credential edgex-jenkins-ssh [2021-05-01T19:25:30.024Z] Cloning the remote Git repository [2021-05-01T19:25:30.051Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2021-05-01T19:25:30.109Z] > git init /w/workspace/device-mqtt-go/2 # timeout=10 [2021-05-01T19:25:30.155Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-05-01T19:25:30.155Z] > git --version # timeout=10 [2021-05-01T19:25:30.159Z] > git --version # 'git version 2.17.1' [2021-05-01T19:25:30.159Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-01T19:25:30.179Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-01T19:25:31.042Z] $ docker rm -f e2d55550b7259392ec8908bb15fdd19b95f5b8e10596239fe1726d9661de6a40 [2021-05-01T19:25:31.184Z] Merging remotes/origin/master commit 913720342204c874872800d189d2482144693ed5 into PR head commit 1f5ad4e7aae1b9cf99aba7e64362f17fcdf4901d [2021-05-01T19:25:31.251Z] Merge succeeded, producing 9f2ce4ba458eaa7a952d8bc7f225dd21eba21886 [2021-05-01T19:25:31.252Z] Checking out Revision 9f2ce4ba458eaa7a952d8bc7f225dd21eba21886 (PR-224) [2021-05-01T19:25:30.753Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-05-01T19:25:30.757Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-01T19:25:30.764Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-05-01T19:25:30.777Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-05-01T19:25:30.778Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-01T19:25:30.781Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/224/head:refs/remotes/origin/PR-224 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-01T19:25:31.205Z] > git config core.sparsecheckout # timeout=10 [2021-05-01T19:25:31.208Z] > git checkout -f 1f5ad4e7aae1b9cf99aba7e64362f17fcdf4901d # timeout=10 [2021-05-01T19:25:31.232Z] > git remote # timeout=10 [2021-05-01T19:25:31.238Z] > git config --get remote.origin.url # timeout=10 [2021-05-01T19:25:31.245Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-01T19:25:31.249Z] > git merge 913720342204c874872800d189d2482144693ed5 # timeout=10 [2021-05-01T19:25:31.261Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-01T19:25:31.268Z] > git config core.sparsecheckout # timeout=10 [2021-05-01T19:25:31.270Z] > git checkout -f 9f2ce4ba458eaa7a952d8bc7f225dd21eba21886 # timeout=10 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-01T19:25:31.869Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-01T19:25:31.890Z] Warning: overwriting stash ‘coverage-report’ [2021-05-01T19:25:32.792Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-01T19:25:33.249Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-01T19:25:33.614Z] + ls -al . [2021-05-01T19:25:33.614Z] total 140 [2021-05-01T19:25:33.614Z] drwxrwxr-x 9 jenkins jenkins 4096 May 1 19:25 . [2021-05-01T19:25:33.614Z] drwxrwxr-x 4 jenkins jenkins 4096 May 1 19:22 .. [2021-05-01T19:25:33.614Z] -rw-rw-r-- 1 jenkins jenkins 140 May 1 19:22 .dockerignore [2021-05-01T19:25:33.614Z] drwxrwxr-x 8 jenkins jenkins 4096 May 1 19:22 .git [2021-05-01T19:25:33.614Z] drwxrwxr-x 2 jenkins jenkins 4096 May 1 19:22 .github [2021-05-01T19:25:33.614Z] -rw-rw-r-- 1 jenkins jenkins 336 May 1 19:22 .gitignore [2021-05-01T19:25:33.614Z] -rw-rw-r-- 1 jenkins jenkins 7100 May 1 19:22 Attribution.txt [2021-05-01T19:25:33.614Z] -rw-rw-r-- 1 jenkins jenkins 1861 May 1 19:22 Dockerfile [2021-05-01T19:25:33.614Z] -rw-rw-r-- 1 jenkins jenkins 994 May 1 19:22 Dockerfile.build [2021-05-01T19:25:33.614Z] -rw-rw-r-- 1 jenkins jenkins 677 May 1 19:22 Jenkinsfile [2021-05-01T19:25:33.614Z] -rw-rw-r-- 1 jenkins jenkins 11340 May 1 19:22 LICENSE [2021-05-01T19:25:33.614Z] -rw-rw-r-- 1 jenkins jenkins 950 May 1 19:22 Makefile [2021-05-01T19:25:33.614Z] -rw-rw-r-- 1 jenkins jenkins 2217 May 1 19:22 README.md [2021-05-01T19:25:33.614Z] -rw-rw-r-- 1 jenkins jenkins 5 May 1 19:19 VERSION [2021-05-01T19:25:33.614Z] drwxrwxr-x 2 jenkins jenkins 4096 May 1 19:22 bin [2021-05-01T19:25:33.614Z] drwxrwxr-x 3 jenkins jenkins 4096 May 1 19:22 cmd [2021-05-01T19:25:33.614Z] -rw-r--r-- 1 jenkins jenkins 19386 May 1 19:24 coverage.out [2021-05-01T19:25:33.614Z] -rw-r--r-- 1 jenkins jenkins 409 May 1 19:25 go.mod [2021-05-01T19:25:33.614Z] -rw-r--r-- 1 jenkins jenkins 21536 May 1 19:24 go.sum [2021-05-01T19:25:33.614Z] drwxrwxr-x 3 jenkins jenkins 4096 May 1 19:22 internal [2021-05-01T19:25:33.614Z] drwxrwxr-x 2 jenkins jenkins 4096 May 1 19:22 mock [2021-05-01T19:25:33.614Z] drwxrwxr-x 4 jenkins jenkins 4096 May 1 19:22 snap [2021-05-01T19:25:33.614Z] -rw-rw-r-- 1 jenkins jenkins 227 May 1 19:22 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-01T19:25:33.999Z] + docker build -t docker-device-mqtt-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=681f90d3e022845e8f39d072c00784ca07eff54a --label arch=arm64 --label version=0.0.0 . [2021-05-01T19:25:34.293Z] Sending build context to Docker daemon 572.9kB [2021-05-01T19:25:34.293Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-05-01T19:25:34.293Z] Step 2/23 : FROM ${BASE} AS builder [2021-05-01T19:25:34.293Z] ---> b65ce327f8b3 [2021-05-01T19:25:34.293Z] Step 3/23 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-05-01T19:25:34.834Z] Commit message: "Merge commit '913720342204c874872800d189d2482144693ed5' into HEAD" [2021-05-01T19:25:34.860Z] > git rev-list --no-walk 1f5ad4e7aae1b9cf99aba7e64362f17fcdf4901d # timeout=10 [2021-05-01T19:25:34.898Z] ---> Running in 317e1c64e642 [2021-05-01T19:25:35.195Z] Removing intermediate container 317e1c64e642 [2021-05-01T19:25:35.195Z] ---> 93916da493cc [2021-05-01T19:25:35.195Z] Step 4/23 : ARG ALPINE_PKG_EXTRA="" [2021-05-01T19:25:35.195Z] ---> Running in f0215836ff81 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-01T19:25:35.798Z] Removing intermediate container f0215836ff81 [2021-05-01T19:25:35.798Z] ---> f498d1e61c07 [2021-05-01T19:25:35.798Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-01T19:25:35.798Z] ---> Running in f600ab9e0e0c [2021-05-01T19:25:35.908Z] + echo snap-build.sh [2021-05-01T19:25:35.908Z] snap-build.sh [2021-05-01T19:25:35.908Z] + SNAP_BASE_DIR=. [2021-05-01T19:25:35.908Z] + '[' '!' -z /w/workspace/device-mqtt-go/2 ']' [2021-05-01T19:25:35.908Z] + SNAP_BASE_DIR=/w/workspace/device-mqtt-go/2 [2021-05-01T19:25:35.908Z] + echo '[snap-build] Building snap in dir [/w/workspace/device-mqtt-go/2]' [2021-05-01T19:25:35.908Z] [snap-build] Building snap in dir [/w/workspace/device-mqtt-go/2] [2021-05-01T19:25:35.908Z] + cd /w/workspace/device-mqtt-go/2 [2021-05-01T19:25:35.908Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-05-01T19:25:35.908Z] Reading package lists... [2021-05-01T19:25:35.908Z] Building dependency tree... [2021-05-01T19:25:35.908Z] Reading state information... [2021-05-01T19:25:36.170Z] The following packages were automatically installed and are no longer required: [2021-05-01T19:25:36.170Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-05-01T19:25:36.170Z] uidmap xdelta3 [2021-05-01T19:25:36.170Z] Use 'sudo apt autoremove' to remove them. [2021-05-01T19:25:36.170Z] The following packages will be REMOVED: [2021-05-01T19:25:36.170Z] lxd* lxd-client* [2021-05-01T19:25:36.739Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-05-01T19:25:36.739Z] After this operation, 31.7 MB disk space will be freed. [2021-05-01T19:25:37.773Z] Removing intermediate container f600ab9e0e0c [2021-05-01T19:25:37.773Z] ---> ab6400f4bd60 [2021-05-01T19:25:37.773Z] Step 6/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-01T19:25:37.778Z] (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.) [2021-05-01T19:25:37.778Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-01T19:25:38.046Z] ---> Running in 8ff6cfacaa73 [2021-05-01T19:25:38.717Z] Removing lxd dnsmasq configuration [2021-05-01T19:25:38.717Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-05-01T19:25:38.979Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-05-01T19:25:39.024Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-01T19:25:39.551Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-05-01T19:25:39.811Z] (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.) [2021-05-01T19:25:39.811Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-01T19:25:40.007Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-01T19:25:40.610Z] OK: 145 MiB in 53 packages [2021-05-01T19:25:41.198Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-05-01T19:25:41.198Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-05-01T19:25:42.043Z] Removing intermediate container 8ff6cfacaa73 [2021-05-01T19:25:42.043Z] ---> 7a3440bfb810 [2021-05-01T19:25:42.043Z] Step 7/23 : WORKDIR /device-mqtt-go [2021-05-01T19:25:42.043Z] ---> Running in 8fff3f24669f [2021-05-01T19:25:42.316Z] Removing intermediate container 8fff3f24669f [2021-05-01T19:25:42.316Z] ---> 25cdce4a76e8 [2021-05-01T19:25:42.316Z] Step 8/23 : COPY . . [2021-05-01T19:25:42.580Z] + sudo snap remove --purge lxd [2021-05-01T19:25:42.580Z] snap "lxd" is not installed [2021-05-01T19:25:42.580Z] + sudo groupadd --force --system lxd [2021-05-01T19:25:42.580Z] ++ whoami [2021-05-01T19:25:42.580Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-05-01T19:25:42.841Z] + newgrp - lxd [2021-05-01T19:25:42.841Z] + sudo snap install lxd [2021-05-01T19:25:43.292Z] ---> a6e2b3f40314 [2021-05-01T19:25:43.292Z] Step 9/23 : RUN go mod download [2021-05-01T19:25:43.567Z] ---> Running in dd3e2b8e3ebd [2021-05-01T19:25:46.206Z] Removing intermediate container dd3e2b8e3ebd [2021-05-01T19:25:46.206Z] ---> 903d53cbb6b3 [2021-05-01T19:25:46.206Z] Step 10/23 : ARG MAKE='make build' [2021-05-01T19:25:46.206Z] ---> Running in 305f6e198e8f [2021-05-01T19:25:46.206Z] Removing intermediate container 305f6e198e8f [2021-05-01T19:25:46.206Z] ---> ad7aca94c70a [2021-05-01T19:25:46.206Z] Step 11/23 : RUN $MAKE [2021-05-01T19:25:46.477Z] ---> Running in bac27a151fb6 [2021-05-01T19:25:47.457Z] GCO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd [2021-05-01T19:25:50.970Z] 2021-05-01T19:25:47Z INFO Waiting for automatic snapd restart... [2021-05-01T19:26:09.096Z] lxd 4.13 from Canonical* installed [2021-05-01T19:26:09.096Z] + sudo lxd init --auto [2021-05-01T19:26:15.682Z] + sudo snap install --classic snapcraft [2021-05-01T19:26:23.815Z] snapcraft 4.6.3 from Canonical* installed [2021-05-01T19:26:23.815Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-05-01T19:26:23.815Z] + sudo snapcraft prime --use-lxd [2021-05-01T19:26:25.199Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-05-01T19:26:25.199Z] 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: [2021-05-01T19:26:25.199Z] - README.md [2021-05-01T19:26:25.199Z] [2021-05-01T19:26:25.199Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-01T19:26:26.140Z] Launching a container. [2021-05-01T19:26:26.519Z] GCO_ENABLED=1 GO111MODULE=on go build ./... [2021-05-01T19:26:30.807Z] Removing intermediate container bac27a151fb6 [2021-05-01T19:26:30.807Z] ---> b0379e65b971 [2021-05-01T19:26:30.807Z] Step 12/23 : FROM alpine:3.12 [2021-05-01T19:26:30.807Z] 3.12: Pulling from library/alpine [2021-05-01T19:26:30.807Z] d2f70382dc9a: Pulling fs layer [2021-05-01T19:26:30.807Z] d2f70382dc9a: Verifying Checksum [2021-05-01T19:26:30.807Z] d2f70382dc9a: Download complete [2021-05-01T19:26:31.786Z] d2f70382dc9a: Pull complete [2021-05-01T19:26:31.786Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-01T19:26:31.786Z] Status: Downloaded newer image for alpine:3.12 [2021-05-01T19:26:31.786Z] ---> 9852663dfa18 [2021-05-01T19:26:31.786Z] Step 13/23 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2021-05-01T19:26:31.786Z] ---> Running in af56f7602e7e [2021-05-01T19:26:32.386Z] Removing intermediate container af56f7602e7e [2021-05-01T19:26:32.386Z] ---> 35d33adbe68f [2021-05-01T19:26:32.386Z] Step 14/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-01T19:26:32.386Z] ---> Running in 77fc5d054044 [2021-05-01T19:26:33.363Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-01T19:26:33.631Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-01T19:26:34.228Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-01T19:26:34.228Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-01T19:26:34.228Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-01T19:26:34.228Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-01T19:26:34.228Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-01T19:26:34.228Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-01T19:26:34.228Z] Executing busybox-1.31.1-r20.trigger [2021-05-01T19:26:34.228Z] OK: 8 MiB in 20 packages [2021-05-01T19:26:35.663Z] Removing intermediate container 77fc5d054044 [2021-05-01T19:26:35.663Z] ---> 43604c0497f6 [2021-05-01T19:26:35.663Z] Step 15/23 : COPY --from=builder /device-mqtt-go/cmd / [2021-05-01T19:26:36.650Z] ---> b26fab2a0a29 [2021-05-01T19:26:36.650Z] Step 16/23 : COPY --from=builder /device-mqtt-go/LICENSE / [2021-05-01T19:26:37.257Z] ---> dace3877c981 [2021-05-01T19:26:37.257Z] Step 17/23 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2021-05-01T19:26:38.232Z] ---> 8ad8e20aee99 [2021-05-01T19:26:38.232Z] Step 18/23 : EXPOSE 49982 [2021-05-01T19:26:38.232Z] ---> Running in 8dc61c4e8250 [2021-05-01T19:26:38.833Z] Removing intermediate container 8dc61c4e8250 [2021-05-01T19:26:38.833Z] ---> 26cb7ad31fbb [2021-05-01T19:26:38.833Z] Step 19/23 : ENTRYPOINT ["/device-mqtt"] [2021-05-01T19:26:38.833Z] ---> Running in 4d63df03cf4d [2021-05-01T19:26:39.428Z] Removing intermediate container 4d63df03cf4d [2021-05-01T19:26:39.428Z] ---> 884357f7672b [2021-05-01T19:26:39.428Z] Step 20/23 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-01T19:26:39.428Z] ---> Running in 86ca54e0ea7f [2021-05-01T19:26:40.023Z] Removing intermediate container 86ca54e0ea7f [2021-05-01T19:26:40.023Z] ---> 7777c38a81ef [2021-05-01T19:26:40.023Z] Step 21/23 : LABEL arch=arm64 [2021-05-01T19:26:40.294Z] ---> Running in 0a89666cbdde [2021-05-01T19:26:40.568Z] Removing intermediate container 0a89666cbdde [2021-05-01T19:26:40.568Z] ---> b90e9f44a19d [2021-05-01T19:26:40.568Z] Step 22/23 : LABEL git_sha=681f90d3e022845e8f39d072c00784ca07eff54a [2021-05-01T19:26:40.844Z] ---> Running in 26545ce91919 [2021-05-01T19:26:41.115Z] Removing intermediate container 26545ce91919 [2021-05-01T19:26:41.115Z] ---> fb34c7483454 [2021-05-01T19:26:41.115Z] Step 23/23 : LABEL version=0.0.0 [2021-05-01T19:26:41.391Z] ---> Running in 6858edca82e4 [2021-05-01T19:26:41.663Z] Removing intermediate container 6858edca82e4 [2021-05-01T19:26:41.663Z] ---> e71ab43dea1f [2021-05-01T19:26:41.663Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-01T19:26:41.663Z] Successfully built e71ab43dea1f [2021-05-01T19:26:41.935Z] Successfully tagged docker-device-mqtt-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-01T19:26:42.472Z] ---> job-cost.sh [2021-05-01T19:26:42.472Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-TZVv [2021-05-01T19:26:44.257Z] Waiting for container to be ready [2021-05-01T19:26:44.257Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-05-01T19:26:44.257Z] [2021-05-01T19:26:45.639Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-05-01T19:26:45.899Z] Waiting for network to be ready... [2021-05-01T19:26:46.160Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-01T19:26:46.423Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-05-01T19:26:46.423Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-01T19:26:46.423Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-01T19:26:46.423Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-01T19:26:46.423Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-01T19:26:46.423Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-05-01T19:26:46.423Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-05-01T19:26:46.423Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-01T19:26:46.423Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-01T19:26:46.994Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-01T19:26:46.994Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-01T19:26:47.254Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-01T19:26:47.255Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-01T19:26:47.255Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-01T19:26:47.255Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-01T19:26:47.255Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-01T19:26:47.255Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-01T19:26:47.517Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-01T19:26:47.778Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-05-01T19:26:47.778Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-01T19:26:47.778Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-01T19:26:47.778Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-01T19:26:47.778Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] [2021-05-01T19:26:47.778Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-05-01T19:26:47.778Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-05-01T19:26:48.039Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-01T19:26:51.445Z] Fetched 24.4 MB in 5s (5137 kB/s) [2021-05-01T19:26:52.017Z] Reading package lists... [2021-05-01T19:26:52.278Z] Reading package lists... [2021-05-01T19:26:52.537Z] Building dependency tree... [2021-05-01T19:26:52.537Z] Reading state information... [2021-05-01T19:26:52.537Z] The following additional packages will be installed: [2021-05-01T19:26:52.537Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-01T19:26:52.537Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-01T19:26:52.537Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-01T19:26:52.537Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-05-01T19:26:52.537Z] Suggested packages: [2021-05-01T19:26:52.537Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-05-01T19:26:52.537Z] Recommended packages: [2021-05-01T19:26:52.537Z] gnupg libsasl2-modules [2021-05-01T19:26:52.537Z] The following NEW packages will be installed: [2021-05-01T19:26:52.537Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-01T19:26:52.537Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-01T19:26:52.537Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-01T19:26:52.537Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-05-01T19:26:52.537Z] The following packages will be upgraded: [2021-05-01T19:26:52.537Z] gpg gpg-agent gpgconf libudev1 [2021-05-01T19:26:52.796Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-05-01T19:26:52.797Z] Need to get 3529 kB of archives. [2021-05-01T19:26:52.797Z] After this operation, 13.3 MB of additional disk space will be used. [2021-05-01T19:26:52.797Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-05-01T19:26:52.797Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-05-01T19:26:53.056Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-05-01T19:26:53.316Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-05-01T19:26:53.316Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-05-01T19:26:53.316Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-05-01T19:26:53.576Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-05-01T19:26:53.576Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-05-01T19:26:53.576Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-05-01T19:26:53.576Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-05-01T19:26:53.576Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-05-01T19:26:53.836Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-05-01T19:26:53.836Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-05-01T19:26:53.836Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-05-01T19:26:53.836Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-05-01T19:26:53.836Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-05-01T19:26:53.836Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-05-01T19:26:53.836Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-05-01T19:26:53.836Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-05-01T19:26:53.836Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-05-01T19:26:53.836Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-05-01T19:26:53.836Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-05-01T19:26:54.097Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-01T19:26:54.097Z] Fetched 3529 kB in 1s (2671 kB/s) [2021-05-01T19:26:54.097Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-01T19:26:54.097Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-05-01T19:26:54.358Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-01T19:26:54.358Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-05-01T19:26:54.619Z] Selecting previously unselected package udev. [2021-05-01T19:26:54.619Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-01T19:26:54.619Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-05-01T19:26:54.619Z] Unpacking udev (237-3ubuntu10.46) ... [2021-05-01T19:26:54.879Z] Selecting previously unselected package libfuse2:amd64. [2021-05-01T19:26:54.879Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-05-01T19:26:54.879Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-01T19:26:54.879Z] Selecting previously unselected package fuse. [2021-05-01T19:26:54.879Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-05-01T19:26:54.879Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-05-01T19:26:55.139Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-01T19:26:55.139Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-01T19:26:55.139Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-01T19:26:55.139Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-01T19:26:55.400Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-01T19:26:55.400Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-01T19:26:55.400Z] Selecting previously unselected package libksba8:amd64. [2021-05-01T19:26:55.400Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-05-01T19:26:55.400Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-05-01T19:26:55.400Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-05-01T19:26:55.400Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-01T19:26:55.660Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T19:26:55.660Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-05-01T19:26:55.660Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-01T19:26:55.660Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T19:26:55.660Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-05-01T19:26:55.660Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-01T19:26:55.660Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T19:26:55.919Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-05-01T19:26:55.919Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-01T19:26:55.919Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T19:26:55.919Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-05-01T19:26:55.919Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-01T19:26:55.919Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T19:26:55.919Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-05-01T19:26:55.919Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-01T19:26:56.180Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T19:26:56.180Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-05-01T19:26:56.180Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-01T19:26:56.180Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T19:26:56.180Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-05-01T19:26:56.180Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-01T19:26:56.180Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T19:26:56.441Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-05-01T19:26:56.441Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-01T19:26:56.441Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T19:26:56.441Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-05-01T19:26:56.441Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-01T19:26:56.441Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-01T19:26:56.441Z] Selecting previously unselected package libsasl2-2:amd64. [2021-05-01T19:26:56.441Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-01T19:26:56.441Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-01T19:26:56.700Z] Selecting previously unselected package libldap-common. [2021-05-01T19:26:56.700Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-05-01T19:26:56.700Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-01T19:26:56.700Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-05-01T19:26:56.700Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-05-01T19:26:56.700Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-01T19:26:56.959Z] Selecting previously unselected package dirmngr. [2021-05-01T19:26:56.959Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-01T19:26:56.959Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-01T19:26:56.959Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-01T19:26:56.959Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-05-01T19:26:56.959Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-01T19:26:56.959Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-01T19:26:56.959Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-01T19:26:57.219Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-05-01T19:26:57.478Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T19:26:57.478Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-05-01T19:26:57.478Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-01T19:26:57.478Z] Setting up udev (237-3ubuntu10.46) ... [2021-05-01T19:26:58.047Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-05-01T19:26:58.047Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T19:26:58.047Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-05-01T19:26:58.047Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-05-01T19:26:58.047Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-05-01T19:26:58.047Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T19:26:58.306Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T19:26:58.306Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T19:26:58.307Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T19:26:58.307Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T19:26:58.307Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T19:26:58.307Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T19:26:58.307Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-01T19:26:58.567Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-01T19:26:58.567Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-01T19:26:58.828Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-05-01T19:26:58.828Z] settings in the [Install] section, and DefaultInstance for template units). [2021-05-01T19:26:58.828Z] This means they are not meant to be enabled using systemctl. [2021-05-01T19:26:58.828Z] Possible reasons for having this kind of units are: [2021-05-01T19:26:58.828Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-05-01T19:26:58.828Z] .wants/ or .requires/ directory. [2021-05-01T19:26:58.828Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-05-01T19:26:58.828Z] a requirement dependency on it. [2021-05-01T19:26:58.828Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-05-01T19:26:58.828Z] D-Bus, udev, scripted systemctl call, ...). [2021-05-01T19:26:58.828Z] 4) In case of template units, the unit is meant to be enabled with some [2021-05-01T19:26:58.828Z] instance name specified. [2021-05-01T19:26:59.088Z] Reading package lists... [2021-05-01T19:26:59.348Z] Building dependency tree... [2021-05-01T19:26:59.348Z] Reading state information... [2021-05-01T19:26:59.611Z] The following additional packages will be installed: [2021-05-01T19:26:59.611Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-05-01T19:26:59.611Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-05-01T19:26:59.611Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-05-01T19:26:59.611Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-05-01T19:26:59.611Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-05-01T19:26:59.611Z] Suggested packages: [2021-05-01T19:26:59.611Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-05-01T19:26:59.611Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-05-01T19:26:59.611Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-05-01T19:26:59.611Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-05-01T19:26:59.611Z] systemd-container policykit-1 [2021-05-01T19:26:59.611Z] Recommended packages: [2021-05-01T19:26:59.611Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-05-01T19:26:59.611Z] The following NEW packages will be installed: [2021-05-01T19:26:59.611Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-05-01T19:26:59.611Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-05-01T19:26:59.611Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-05-01T19:26:59.611Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-05-01T19:26:59.611Z] python3.6-minimal snapd squashfs-tools sudo [2021-05-01T19:26:59.611Z] The following packages will be upgraded: [2021-05-01T19:26:59.611Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-05-01T19:26:59.611Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-05-01T19:26:59.611Z] Need to get 35.2 MB of archives. [2021-05-01T19:26:59.611Z] After this operation, 141 MB of additional disk space will be used. [2021-05-01T19:26:59.611Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-05-01T19:26:59.611Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-05-01T19:26:59.611Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-05-01T19:26:59.873Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-05-01T19:26:59.873Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-05-01T19:26:59.873Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-05-01T19:26:59.873Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-05-01T19:26:59.873Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-05-01T19:26:59.873Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-05-01T19:26:59.873Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-05-01T19:26:59.873Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-05-01T19:26:59.873Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-05-01T19:26:59.873Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-05-01T19:26:59.873Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-05-01T19:26:59.873Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-05-01T19:26:59.873Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-05-01T19:26:59.873Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-05-01T19:27:00.812Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-05-01T19:27:00.812Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-05-01T19:27:00.812Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-05-01T19:27:00.812Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-05-01T19:27:00.812Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-05-01T19:27:00.812Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-05-01T19:27:00.812Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-05-01T19:27:00.812Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-05-01T19:27:00.812Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-05-01T19:27:00.812Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-05-01T19:27:00.812Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-05-01T19:27:00.812Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-05-01T19:27:00.812Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-05-01T19:27:01.072Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-01T19:27:01.072Z] Fetched 35.2 MB in 1s (26.5 MB/s) [2021-05-01T19:27:01.072Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-01T19:27:01.072Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-05-01T19:27:01.332Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-01T19:27:01.902Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-05-01T19:27:01.902Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-01T19:27:02.162Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-05-01T19:27:02.162Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-01T19:27:02.162Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-05-01T19:27:02.162Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-05-01T19:27:02.731Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-05-01T19:27:02.731Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-01T19:27:02.731Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-05-01T19:27:02.731Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-05-01T19:27:03.300Z] Setting up apt (1.6.13) ... [2021-05-01T19:27:03.300Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-05-01T19:27:03.871Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-05-01T19:27:04.131Z] (Reading database ... 12764 files and directories currently installed.) [2021-05-01T19:27:04.131Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-01T19:27:04.391Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-01T19:27:04.961Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-05-01T19:27:04.961Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-01T19:27:04.961Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-01T19:27:05.221Z] Selecting previously unselected package libexpat1:amd64. [2021-05-01T19:27:05.221Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-05-01T19:27:05.221Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-01T19:27:05.481Z] Selecting previously unselected package python3.6-minimal. [2021-05-01T19:27:05.481Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-01T19:27:05.481Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-01T19:27:05.741Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-01T19:27:06.006Z] Checking for services that may need to be restarted...done. [2021-05-01T19:27:06.006Z] Checking for services that may need to be restarted...done. [2021-05-01T19:27:06.006Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-01T19:27:06.006Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-01T19:27:06.006Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-01T19:27:06.576Z] Selecting previously unselected package python3-minimal. [2021-05-01T19:27:06.576Z] (Reading database ... 13012 files and directories currently installed.) [2021-05-01T19:27:06.576Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-05-01T19:27:06.576Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-05-01T19:27:06.837Z] Selecting previously unselected package mime-support. [2021-05-01T19:27:06.837Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-05-01T19:27:06.837Z] Unpacking mime-support (3.60ubuntu1) ... [2021-05-01T19:27:06.837Z] Selecting previously unselected package libmpdec2:amd64. [2021-05-01T19:27:06.837Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-05-01T19:27:06.837Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-01T19:27:06.837Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-05-01T19:27:06.837Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-01T19:27:06.837Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-01T19:27:07.098Z] Selecting previously unselected package python3.6. [2021-05-01T19:27:07.098Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-01T19:27:07.098Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-01T19:27:07.362Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-05-01T19:27:07.362Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-05-01T19:27:07.362Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-01T19:27:07.362Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-05-01T19:27:07.622Z] Selecting previously unselected package python3. [2021-05-01T19:27:07.622Z] (Reading database ... 13442 files and directories currently installed.) [2021-05-01T19:27:07.622Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-05-01T19:27:07.622Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-05-01T19:27:07.883Z] Selecting previously unselected package multiarch-support. [2021-05-01T19:27:07.883Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-05-01T19:27:07.883Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-05-01T19:27:07.883Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-05-01T19:27:07.883Z] Selecting previously unselected package liblzo2-2:amd64. [2021-05-01T19:27:07.883Z] (Reading database ... 13479 files and directories currently installed.) [2021-05-01T19:27:07.883Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-05-01T19:27:08.144Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-05-01T19:27:08.144Z] Selecting previously unselected package libbsd0:amd64. [2021-05-01T19:27:08.144Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-05-01T19:27:08.144Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-01T19:27:08.144Z] Selecting previously unselected package sudo. [2021-05-01T19:27:08.144Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-05-01T19:27:08.144Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-01T19:27:08.406Z] Selecting previously unselected package apparmor. [2021-05-01T19:27:08.406Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-05-01T19:27:08.406Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-05-01T19:27:08.666Z] Selecting previously unselected package libedit2:amd64. [2021-05-01T19:27:08.666Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-05-01T19:27:08.666Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-05-01T19:27:08.666Z] Selecting previously unselected package libkrb5support0:amd64. [2021-05-01T19:27:08.666Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-05-01T19:27:08.666Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-01T19:27:08.927Z] Selecting previously unselected package libk5crypto3:amd64. [2021-05-01T19:27:08.927Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-01T19:27:08.927Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-01T19:27:08.927Z] Selecting previously unselected package libkeyutils1:amd64. [2021-05-01T19:27:08.927Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-05-01T19:27:08.927Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-01T19:27:08.927Z] Selecting previously unselected package libkrb5-3:amd64. [2021-05-01T19:27:08.927Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-01T19:27:08.927Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-01T19:27:09.189Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-05-01T19:27:09.189Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-05-01T19:27:09.189Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-01T19:27:09.189Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-05-01T19:27:09.189Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-05-01T19:27:09.189Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-01T19:27:09.449Z] Selecting previously unselected package openssh-client. [2021-05-01T19:27:09.449Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-05-01T19:27:09.449Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-01T19:27:09.709Z] Selecting previously unselected package squashfs-tools. [2021-05-01T19:27:09.709Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-05-01T19:27:09.709Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-01T19:27:09.709Z] Selecting previously unselected package snapd. [2021-05-01T19:27:09.709Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-05-01T19:27:09.709Z] Unpacking snapd (2.48.3+18.04) ... [2021-05-01T19:27:12.252Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-05-01T19:27:12.253Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-01T19:27:12.253Z] Setting up mime-support (3.60ubuntu1) ... [2021-05-01T19:27:12.253Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-01T19:27:12.253Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-01T19:27:12.253Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-01T19:27:12.253Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-01T19:27:12.253Z] Setting up systemd (237-3ubuntu10.46) ... [2021-05-01T19:27:12.253Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-05-01T19:27:13.635Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-01T19:27:13.895Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-01T19:27:13.895Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-05-01T19:27:13.895Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-01T19:27:13.895Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-01T19:27:14.155Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-01T19:27:14.786Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-01T19:27:14.786Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-01T19:27:14.786Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-01T19:27:15.060Z] Setting up python3 (3.6.7-1~18.04) ... [2021-05-01T19:27:15.060Z] running python rtupdate hooks for python3.6... [2021-05-01T19:27:15.060Z] running python post-rtupdate hooks for python3.6... [2021-05-01T19:27:15.060Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-05-01T19:27:16.971Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-05-01T19:27:16.971Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-01T19:27:16.971Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-01T19:27:16.971Z] Setting up snapd (2.48.3+18.04) ... [2021-05-01T19:27:17.542Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-05-01T19:27:17.803Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-05-01T19:27:17.803Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-05-01T19:27:18.063Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-05-01T19:27:18.324Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-01T19:27:18.324Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-01T19:27:18.584Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-05-01T19:27:18.844Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-05-01T19:27:18.844Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-05-01T19:27:19.131Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-05-01T19:27:19.131Z] /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' [2021-05-01T19:27:19.392Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-01T19:27:19.392Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-05-01T19:27:20.340Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-01T19:27:20.340Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-01T19:27:20.340Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-01T19:27:20.600Z] Fetched 88.7 kB in 0s (194 kB/s) [2021-05-01T19:27:21.422Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-01T19:27:21.549Z] Reading package lists... [2021-05-01T19:27:21.810Z] Reading package lists... [2021-05-01T19:27:22.070Z] Building dependency tree... [2021-05-01T19:27:22.070Z] Reading state information... [2021-05-01T19:27:22.070Z] Calculating upgrade... [2021-05-01T19:27:22.330Z] The following packages will be upgraded: [2021-05-01T19:27:22.330Z] advancecomp base-files bash binutils binutils-common [2021-05-01T19:27:22.330Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-05-01T19:27:22.330Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-05-01T19:27:22.330Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-05-01T19:27:22.330Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-05-01T19:27:22.330Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-05-01T19:27:22.330Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-05-01T19:27:22.330Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-05-01T19:27:22.330Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-05-01T19:27:22.330Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-05-01T19:27:22.330Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-05-01T19:27:22.330Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-05-01T19:27:22.330Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-05-01T19:27:22.330Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-05-01T19:27:22.330Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-05-01T19:27:22.330Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-05-01T19:27:22.330Z] Need to get 64.0 MB of archives. [2021-05-01T19:27:22.330Z] After this operation, 5034 kB of additional disk space will be used. [2021-05-01T19:27:22.330Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-05-01T19:27:22.591Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-05-01T19:27:22.591Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-05-01T19:27:22.591Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-05-01T19:27:22.591Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-05-01T19:27:22.591Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-05-01T19:27:22.591Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-05-01T19:27:22.591Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-05-01T19:27:22.591Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-05-01T19:27:22.591Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-05-01T19:27:22.591Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-05-01T19:27:22.591Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-05-01T19:27:22.591Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-05-01T19:27:22.591Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-05-01T19:27:22.591Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-05-01T19:27:22.591Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-05-01T19:27:22.591Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-05-01T19:27:22.591Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-05-01T19:27:22.591Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-05-01T19:27:22.591Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-05-01T19:27:22.591Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-05-01T19:27:22.851Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-05-01T19:27:22.851Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-05-01T19:27:22.851Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-05-01T19:27:22.851Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-05-01T19:27:22.851Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-05-01T19:27:22.851Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-05-01T19:27:22.851Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-05-01T19:27:22.851Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-05-01T19:27:22.851Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-05-01T19:27:22.851Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-05-01T19:27:22.851Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-05-01T19:27:22.851Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-05-01T19:27:22.851Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-05-01T19:27:22.851Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-05-01T19:27:22.851Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-05-01T19:27:22.851Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-05-01T19:27:22.851Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-05-01T19:27:22.851Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-05-01T19:27:22.852Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-05-01T19:27:22.852Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-05-01T19:27:22.852Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-05-01T19:27:22.852Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-05-01T19:27:22.852Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-05-01T19:27:22.852Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-05-01T19:27:22.852Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-05-01T19:27:22.852Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-05-01T19:27:22.852Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-05-01T19:27:22.852Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-05-01T19:27:22.852Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-05-01T19:27:22.852Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-05-01T19:27:22.852Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-05-01T19:27:22.852Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-05-01T19:27:22.852Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-05-01T19:27:22.852Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-05-01T19:27:22.852Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-05-01T19:27:23.112Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-05-01T19:27:23.373Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-05-01T19:27:23.373Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-05-01T19:27:23.373Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-05-01T19:27:23.633Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-05-01T19:27:23.633Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-05-01T19:27:23.633Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-05-01T19:27:23.633Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-05-01T19:27:23.633Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-05-01T19:27:23.633Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-05-01T19:27:23.633Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-05-01T19:27:23.633Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-05-01T19:27:23.633Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-05-01T19:27:23.633Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-05-01T19:27:23.633Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-05-01T19:27:23.633Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-05-01T19:27:23.633Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-05-01T19:27:23.633Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-05-01T19:27:23.633Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-05-01T19:27:23.633Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-05-01T19:27:23.893Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-05-01T19:27:23.893Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-05-01T19:27:23.894Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-05-01T19:27:23.894Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-05-01T19:27:23.894Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-05-01T19:27:23.894Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-05-01T19:27:23.894Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-05-01T19:27:23.894Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-05-01T19:27:23.894Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-05-01T19:27:23.894Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-05-01T19:27:23.894Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-05-01T19:27:23.894Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-05-01T19:27:23.894Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-05-01T19:27:23.894Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-05-01T19:27:24.153Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-05-01T19:27:24.153Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-05-01T19:27:24.153Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-05-01T19:27:24.153Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-05-01T19:27:24.153Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-05-01T19:27:24.154Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-05-01T19:27:24.154Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-05-01T19:27:24.154Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-05-01T19:27:24.154Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-05-01T19:27:24.154Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-05-01T19:27:24.154Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-05-01T19:27:24.415Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-01T19:27:24.415Z] Fetched 64.0 MB in 2s (33.4 MB/s) [2021-05-01T19:27:24.677Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T19:27:24.677Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-05-01T19:27:24.677Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-01T19:27:25.245Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-01T19:27:25.245Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-01T19:27:25.505Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-05-01T19:27:25.505Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-05-01T19:27:26.444Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-01T19:27:26.444Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-01T19:27:26.444Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-01T19:27:26.444Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-01T19:27:26.444Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-01T19:27:26.444Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-01T19:27:26.705Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-01T19:27:26.705Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-01T19:27:26.705Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-01T19:27:26.705Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-01T19:27:26.965Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-01T19:27:26.965Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-01T19:27:26.965Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-01T19:27:26.965Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-01T19:27:26.965Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-01T19:27:27.225Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-01T19:27:27.225Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-01T19:27:27.225Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-05-01T19:27:27.225Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-05-01T19:27:27.485Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-01T19:27:27.485Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-01T19:27:27.485Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-01T19:27:27.485Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-01T19:27:27.485Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-01T19:27:27.747Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-01T19:27:27.747Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-01T19:27:27.747Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-01T19:27:28.007Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-01T19:27:28.007Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-05-01T19:27:28.007Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-01T19:27:28.577Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-05-01T19:27:28.839Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-01T19:27:28.839Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-05-01T19:27:28.839Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-05-01T19:27:28.839Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-05-01T19:27:29.099Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-05-01T19:27:29.360Z] Setting up base-files (10.1ubuntu2.10) ... [2021-05-01T19:27:29.360Z] Installing new version of config file /etc/issue ... [2021-05-01T19:27:29.360Z] Installing new version of config file /etc/issue.net ... [2021-05-01T19:27:29.360Z] Installing new version of config file /etc/lsb-release ... [2021-05-01T19:27:29.360Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-05-01T19:27:29.619Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-05-01T19:27:29.620Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-05-01T19:27:29.620Z] Removing obsolete conffile /etc/default/motd-news ... [2021-05-01T19:27:29.879Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T19:27:29.879Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-05-01T19:27:29.879Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-05-01T19:27:30.139Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-05-01T19:27:30.139Z] 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 [2021-05-01T19:27:30.139Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T19:27:30.139Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-01T19:27:30.139Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-05-01T19:27:30.139Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-05-01T19:27:30.399Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T19:27:30.399Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-05-01T19:27:30.399Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-05-01T19:27:30.968Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-05-01T19:27:31.231Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T19:27:31.231Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-05-01T19:27:31.490Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-01T19:27:31.750Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-05-01T19:27:32.010Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T19:27:32.010Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-01T19:27:32.269Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-01T19:27:32.269Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-01T19:27:32.269Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T19:27:32.269Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-01T19:27:32.269Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-01T19:27:32.529Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-05-01T19:27:32.529Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T19:27:32.529Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-05-01T19:27:32.529Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-05-01T19:27:32.788Z] Setting up grep (3.1-2build1) ... [2021-05-01T19:27:32.788Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T19:27:32.788Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-01T19:27:32.788Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-01T19:27:33.048Z] Setting up login (1:4.5-1ubuntu2) ... [2021-05-01T19:27:33.048Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T19:27:33.048Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-01T19:27:33.048Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-01T19:27:33.307Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-05-01T19:27:33.307Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T19:27:33.307Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-01T19:27:33.307Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-01T19:27:33.876Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-01T19:27:33.876Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-01T19:27:34.135Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-01T19:27:34.135Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-01T19:27:34.706Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-05-01T19:27:34.706Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T19:27:34.706Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-05-01T19:27:34.706Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-01T19:27:36.088Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-01T19:27:36.088Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-01T19:27:36.088Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-01T19:27:36.088Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-01T19:27:36.088Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-05-01T19:27:36.088Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T19:27:36.088Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-05-01T19:27:36.089Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-05-01T19:27:36.348Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-05-01T19:27:36.348Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T19:27:36.348Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-01T19:27:36.348Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-01T19:27:36.608Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-01T19:27:36.608Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T19:27:36.608Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-01T19:27:36.608Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-01T19:27:36.878Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-01T19:27:36.878Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T19:27:36.878Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-01T19:27:36.878Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-01T19:27:37.138Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-01T19:27:37.138Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T19:27:37.138Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-01T19:27:37.138Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-01T19:27:37.400Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-01T19:27:37.400Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T19:27:37.400Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-01T19:27:37.400Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-01T19:27:37.661Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-01T19:27:37.661Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-01T19:27:37.661Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-01T19:27:37.922Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T19:27:37.922Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-01T19:27:37.922Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-01T19:27:37.922Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-01T19:27:38.182Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T19:27:38.182Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-01T19:27:38.182Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-01T19:27:38.182Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-01T19:27:38.182Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T19:27:38.182Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-01T19:27:38.442Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-01T19:27:38.442Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-05-01T19:27:38.442Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T19:27:38.442Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-01T19:27:38.702Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-01T19:27:38.963Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-05-01T19:27:39.222Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-05-01T19:27:39.482Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-05-01T19:27:39.781Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T19:27:39.781Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-01T19:27:39.781Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-01T19:27:40.044Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-05-01T19:27:40.315Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T19:27:40.315Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-05-01T19:27:40.315Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-01T19:27:40.315Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-05-01T19:27:40.584Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T19:27:40.584Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-05-01T19:27:40.584Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-05-01T19:27:40.584Z] Setting up debconf (1.5.66ubuntu1) ... [2021-05-01T19:27:40.845Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T19:27:40.845Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-05-01T19:27:40.845Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-01T19:27:41.108Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-05-01T19:27:41.108Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T19:27:41.109Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-05-01T19:27:41.109Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-01T19:27:41.368Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-05-01T19:27:41.368Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T19:27:41.368Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-01T19:27:41.368Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-01T19:27:41.631Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-01T19:27:41.631Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T19:27:41.631Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-01T19:27:41.893Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-01T19:27:41.893Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-01T19:27:41.893Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T19:27:41.893Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-01T19:27:42.152Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-01T19:27:42.414Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-01T19:27:42.414Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T19:27:42.414Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-01T19:27:42.414Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-01T19:27:42.677Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-05-01T19:27:42.677Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-01T19:27:42.677Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-01T19:27:42.677Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-01T19:27:42.937Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-01T19:27:42.937Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T19:27:42.937Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-05-01T19:27:42.937Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-05-01T19:27:43.196Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-05-01T19:27:43.196Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T19:27:43.196Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-05-01T19:27:43.456Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-01T19:27:43.456Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-01T19:27:43.716Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T19:27:43.716Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-01T19:27:43.716Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-01T19:27:43.976Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-01T19:27:43.976Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T19:27:43.976Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-05-01T19:27:43.976Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-05-01T19:27:44.239Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-05-01T19:27:44.239Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T19:27:44.239Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-01T19:27:44.239Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-01T19:27:44.504Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-05-01T19:27:44.764Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T19:27:44.764Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-01T19:27:45.024Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-01T19:27:45.283Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-05-01T19:27:45.543Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T19:27:45.543Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-05-01T19:27:45.803Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-01T19:27:46.062Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-05-01T19:27:46.325Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T19:27:46.325Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-05-01T19:27:46.586Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-01T19:27:46.845Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-05-01T19:27:47.105Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T19:27:47.105Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-05-01T19:27:47.105Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-05-01T19:27:47.674Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-05-01T19:27:47.674Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T19:27:47.674Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-05-01T19:27:47.674Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-05-01T19:27:47.674Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-05-01T19:27:47.934Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T19:27:47.934Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-05-01T19:27:47.934Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-05-01T19:27:47.934Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-05-01T19:27:48.193Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T19:27:48.193Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-05-01T19:27:48.193Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-05-01T19:27:48.452Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-05-01T19:27:48.452Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T19:27:48.452Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-05-01T19:27:48.452Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-05-01T19:27:48.452Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-05-01T19:27:48.712Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T19:27:48.712Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-05-01T19:27:48.712Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-05-01T19:27:48.712Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-05-01T19:27:48.712Z] (Reading database ... 13915 files and directories currently installed.) [2021-05-01T19:27:48.712Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-01T19:27:48.981Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-01T19:27:48.981Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-01T19:27:48.981Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-01T19:27:49.240Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-01T19:27:49.240Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-01T19:27:49.499Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-05-01T19:27:49.499Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-05-01T19:27:49.499Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-05-01T19:27:49.499Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-05-01T19:27:49.759Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-05-01T19:27:49.759Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-05-01T19:27:49.759Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-05-01T19:27:49.759Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-05-01T19:27:50.020Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-05-01T19:27:50.020Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-05-01T19:27:50.020Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-05-01T19:27:50.020Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-05-01T19:27:50.312Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-05-01T19:27:50.312Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-05-01T19:27:50.312Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-05-01T19:27:50.312Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-05-01T19:27:50.572Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-05-01T19:27:50.572Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-05-01T19:27:51.512Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-05-01T19:27:51.512Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-05-01T19:27:51.512Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-05-01T19:27:51.512Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-05-01T19:27:51.772Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-01T19:27:51.772Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-01T19:27:52.032Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-01T19:27:52.292Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-01T19:27:52.292Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-01T19:27:52.292Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-01T19:27:52.551Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-01T19:27:52.551Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-01T19:27:52.551Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-01T19:27:52.551Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-01T19:27:52.811Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-01T19:27:52.811Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-01T19:27:52.811Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-01T19:27:53.071Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-01T19:27:53.071Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-01T19:27:53.071Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-01T19:27:54.011Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-01T19:27:54.011Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-01T19:27:54.951Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-01T19:27:54.951Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-01T19:27:55.889Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-01T19:27:55.889Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-01T19:27:56.459Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-01T19:27:56.459Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-01T19:27:57.397Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-01T19:27:57.397Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-01T19:27:57.397Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-01T19:27:57.397Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-01T19:27:57.657Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-05-01T19:27:57.657Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-01T19:27:57.657Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-05-01T19:27:57.657Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-01T19:27:57.917Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-05-01T19:27:57.917Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-05-01T19:27:57.917Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-01T19:27:58.177Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-01T19:27:58.177Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-01T19:27:58.177Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-01T19:27:58.177Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-05-01T19:27:58.437Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-05-01T19:27:58.437Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-01T19:27:58.437Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-01T19:27:58.437Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-01T19:27:58.437Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-01T19:27:58.697Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-01T19:27:58.697Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-05-01T19:27:58.697Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-05-01T19:27:58.697Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-05-01T19:27:58.697Z] [2021-05-01T19:27:58.697Z] Current default time zone: 'Etc/UTC' [2021-05-01T19:27:58.697Z] Local time is now: Sat May 1 19:27:58 UTC 2021. [2021-05-01T19:27:58.697Z] Universal Time is now: Sat May 1 19:27:58 UTC 2021. [2021-05-01T19:27:58.697Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-05-01T19:27:58.697Z] [2021-05-01T19:27:58.957Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-05-01T19:27:58.957Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-01T19:27:58.957Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-05-01T19:27:58.957Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-05-01T19:27:58.957Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-05-01T19:27:58.957Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-05-01T19:27:58.957Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-05-01T19:27:58.957Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-05-01T19:27:59.216Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-05-01T19:27:59.216Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-05-01T19:27:59.216Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-01T19:27:59.216Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-05-01T19:27:59.477Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-01T19:27:59.477Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-01T19:27:59.477Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-01T19:27:59.477Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-05-01T19:27:59.477Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-05-01T19:27:59.737Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-05-01T19:27:59.737Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-01T19:27:59.737Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-05-01T19:27:59.737Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-05-01T19:27:59.737Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-05-01T19:27:59.737Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-05-01T19:28:01.123Z] Updating certificates in /etc/ssl/certs... [2021-05-01T19:28:01.693Z] 23 added, 27 removed; done. [2021-05-01T19:28:01.693Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-05-01T19:28:01.693Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-01T19:28:01.693Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-05-01T19:28:01.952Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-05-01T19:28:01.952Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-05-01T19:28:01.952Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-01T19:28:01.953Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-01T19:28:01.953Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-01T19:28:01.953Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-01T19:28:02.212Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-01T19:28:02.212Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-01T19:28:02.212Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-01T19:28:02.212Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-05-01T19:28:02.212Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-05-01T19:28:02.212Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-05-01T19:28:02.212Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-05-01T19:28:02.212Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-05-01T19:28:02.472Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-01T19:28:02.472Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-01T19:28:02.472Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-05-01T19:28:02.472Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-05-01T19:28:02.472Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-05-01T19:28:02.472Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-01T19:28:02.731Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-05-01T19:28:02.731Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-05-01T19:28:02.731Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-05-01T19:28:02.731Z] Updating certificates in /etc/ssl/certs... [2021-05-01T19:28:03.307Z] 0 added, 0 removed; done. [2021-05-01T19:28:03.307Z] Running hooks in /etc/ca-certificates/update.d... [2021-05-01T19:28:03.307Z] done. [2021-05-01T19:28:03.571Z] Reading package lists... [2021-05-01T19:28:03.831Z] Building dependency tree... [2021-05-01T19:28:03.831Z] Reading state information... [2021-05-01T19:28:03.831Z] The following NEW packages will be installed: [2021-05-01T19:28:03.831Z] apt-transport-https [2021-05-01T19:28:04.091Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-05-01T19:28:04.091Z] Need to get 1692 B of archives. [2021-05-01T19:28:04.091Z] After this operation, 154 kB of additional disk space will be used. [2021-05-01T19:28:04.091Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-05-01T19:28:04.091Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-01T19:28:04.350Z] Fetched 1692 B in 0s (8699 B/s) [2021-05-01T19:28:04.350Z] Selecting previously unselected package apt-transport-https. [2021-05-01T19:28:04.350Z] (Reading database ... 13920 files and directories currently installed.) [2021-05-01T19:28:04.350Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-05-01T19:28:04.350Z] Unpacking apt-transport-https (1.6.13) ... [2021-05-01T19:28:04.350Z] Setting up apt-transport-https (1.6.13) ... [2021-05-01T19:28:04.610Z] Waiting for network to be ready... [2021-05-01T19:28:11.184Z] 2021-05-01T19:28:07Z INFO Waiting for automatic snapd restart... [2021-05-01T19:28:11.184Z] snapd 2.49.2 from Canonical* installed [2021-05-01T19:28:12.125Z] "snapd" switched to the "latest/stable" channel [2021-05-01T19:28:12.125Z] [2021-05-01T19:28:15.425Z] core18 20210309 from Canonical* installed [2021-05-01T19:28:15.685Z] "core18" switched to the "latest/stable" channel [2021-05-01T19:28:15.685Z] [2021-05-01T19:28:20.966Z] snapcraft 4.6.3 from Canonical* installed [2021-05-01T19:28:20.966Z] "snapcraft" switched to the "latest/stable" channel [2021-05-01T19:28:20.966Z] [2021-05-01T19:28:24.258Z] 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: [2021-05-01T19:28:24.258Z] - README.md [2021-05-01T19:28:24.258Z] [2021-05-01T19:28:24.258Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-01T19:28:30.830Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-01T19:28:30.830Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-01T19:28:30.830Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-01T19:28:30.830Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-01T19:28:31.769Z] Reading package lists... [2021-05-01T19:28:32.032Z] Installing build dependencies: curl=7.58.0-2ubuntu3.13 git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 libcurl4=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-05-01T19:28:38.614Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-01T19:28:38.614Z] Reading package lists... [2021-05-01T19:28:38.614Z] Building dependency tree... [2021-05-01T19:28:38.614Z] Reading state information... [2021-05-01T19:28:38.614Z] Suggested packages: [2021-05-01T19:28:38.614Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-05-01T19:28:38.614Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-05-01T19:28:38.614Z] Recommended packages: [2021-05-01T19:28:38.614Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-05-01T19:28:38.614Z] The following NEW packages will be installed: [2021-05-01T19:28:38.614Z] curl git git-man libcurl3-gnutls libcurl4 liberror-perl libglib2.0-0 [2021-05-01T19:28:38.614Z] libnghttp2-14 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev [2021-05-01T19:28:38.614Z] libzmq5 pkg-config zip [2021-05-01T19:28:38.614Z] 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. [2021-05-01T19:28:38.614Z] Need to get 8041 kB of archives. [2021-05-01T19:28:38.614Z] After this operation, 44.8 MB of additional disk space will be used. [2021-05-01T19:28:38.614Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-05-01T19:28:38.614Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-05-01T19:28:38.874Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-05-01T19:28:38.874Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-05-01T19:28:38.874Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-05-01T19:28:38.874Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-05-01T19:28:39.134Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-05-01T19:28:39.134Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-05-01T19:28:39.134Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-05-01T19:28:39.134Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-05-01T19:28:39.394Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.13 [219 kB] [2021-05-01T19:28:39.394Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 curl amd64 7.58.0-2ubuntu3.13 [159 kB] [2021-05-01T19:28:39.394Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-05-01T19:28:39.394Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-05-01T19:28:39.394Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-05-01T19:28:39.653Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-05-01T19:28:39.653Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-05-01T19:28:39.653Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-01T19:28:39.653Z] Fetched 8041 kB in 1s (6823 kB/s) [2021-05-01T19:28:39.913Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-05-01T19:28:39.913Z] (Reading database ... 13924 files and directories currently installed.) [2021-05-01T19:28:39.913Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-05-01T19:28:39.913Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-01T19:28:40.174Z] Selecting previously unselected package libpsl5:amd64. [2021-05-01T19:28:40.174Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-05-01T19:28:40.174Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-05-01T19:28:40.174Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-05-01T19:28:40.174Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-05-01T19:28:40.174Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-01T19:28:40.433Z] Selecting previously unselected package librtmp1:amd64. [2021-05-01T19:28:40.433Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-05-01T19:28:40.433Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-01T19:28:40.433Z] Selecting previously unselected package libcurl4:amd64. [2021-05-01T19:28:40.433Z] Preparing to unpack .../04-libcurl4_7.58.0-2ubuntu3.13_amd64.deb ... [2021-05-01T19:28:40.433Z] Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-01T19:28:40.433Z] Selecting previously unselected package curl. [2021-05-01T19:28:40.433Z] Preparing to unpack .../05-curl_7.58.0-2ubuntu3.13_amd64.deb ... [2021-05-01T19:28:40.433Z] Unpacking curl (7.58.0-2ubuntu3.13) ... [2021-05-01T19:28:40.694Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-05-01T19:28:40.694Z] Preparing to unpack .../06-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-05-01T19:28:40.694Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-01T19:28:40.694Z] Selecting previously unselected package liberror-perl. [2021-05-01T19:28:40.694Z] Preparing to unpack .../07-liberror-perl_0.17025-1_all.deb ... [2021-05-01T19:28:40.694Z] Unpacking liberror-perl (0.17025-1) ... [2021-05-01T19:28:40.954Z] Selecting previously unselected package git-man. [2021-05-01T19:28:40.954Z] Preparing to unpack .../08-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-05-01T19:28:40.954Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-01T19:28:40.954Z] Selecting previously unselected package git. [2021-05-01T19:28:40.954Z] Preparing to unpack .../09-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-05-01T19:28:40.954Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-05-01T19:28:41.895Z] Selecting previously unselected package libnorm1:amd64. [2021-05-01T19:28:41.895Z] Preparing to unpack .../10-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-05-01T19:28:41.895Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-01T19:28:41.895Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-05-01T19:28:41.895Z] Preparing to unpack .../11-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-05-01T19:28:41.895Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-01T19:28:42.156Z] Selecting previously unselected package libsodium23:amd64. [2021-05-01T19:28:42.156Z] Preparing to unpack .../12-libsodium23_1.0.16-2_amd64.deb ... [2021-05-01T19:28:42.156Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-05-01T19:28:42.156Z] Selecting previously unselected package libzmq5:amd64. [2021-05-01T19:28:42.156Z] Preparing to unpack .../13-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-01T19:28:42.156Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-01T19:28:42.156Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-05-01T19:28:42.156Z] Preparing to unpack .../14-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-01T19:28:42.156Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-01T19:28:42.416Z] Selecting previously unselected package pkg-config. [2021-05-01T19:28:42.416Z] Preparing to unpack .../15-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-05-01T19:28:42.416Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-05-01T19:28:42.416Z] Selecting previously unselected package zip. [2021-05-01T19:28:42.416Z] Preparing to unpack .../16-zip_3.0-11build1_amd64.deb ... [2021-05-01T19:28:42.416Z] Unpacking zip (3.0-11build1) ... [2021-05-01T19:28:42.676Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-01T19:28:42.676Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-01T19:28:42.676Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-01T19:28:42.676Z] Setting up liberror-perl (0.17025-1) ... [2021-05-01T19:28:42.676Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-05-01T19:28:42.676Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-01T19:28:42.676Z] No schema files found: doing nothing. [2021-05-01T19:28:42.676Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-01T19:28:42.676Z] Setting up zip (3.0-11build1) ... [2021-05-01T19:28:42.936Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-01T19:28:42.936Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-05-01T19:28:42.936Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-05-01T19:28:42.936Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-01T19:28:42.936Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-01T19:28:42.936Z] Setting up libcurl4:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-01T19:28:42.936Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-01T19:28:43.120Z] lf-activate-venv(): INFO: Adding /tmp/venv-TZVv/bin to PATH [2021-05-01T19:28:43.121Z] INFO: No Stack... [2021-05-01T19:28:43.121Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-01T19:28:43.195Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-05-01T19:28:43.195Z] Setting up curl (7.58.0-2ubuntu3.13) ... [2021-05-01T19:28:43.195Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-01T19:28:43.390Z] INFO: Archiving Costs [Pipeline] sh [2021-05-01T19:28:43.728Z] + cat /w/workspace/device-mqtt-go/2/archives/cost.csv [2021-05-01T19:28:43.728Z] + cut -d, -f6 [Pipeline] lock [2021-05-01T19:28:43.844Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-224-2-stack-cost] [2021-05-01T19:28:43.852Z] Resource [jenkins-edgexfoundry-device-mqtt-go-PR-224-2-stack-cost] did not exist. Created. [2021-05-01T19:28:43.853Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-224-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-01T19:28:44.220Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-01T19:28:44.386Z] Stashed 1 file(s) [Pipeline] } [2021-05-01T19:28:44.399Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-224-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-01T19:28:49.882Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-01T19:28:49.882Z] curl set to automatically installed. [2021-05-01T19:28:49.882Z] git set to automatically installed. [2021-05-01T19:28:49.882Z] git-man set to automatically installed. [2021-05-01T19:28:49.882Z] libcurl3-gnutls set to automatically installed. [2021-05-01T19:28:49.882Z] libcurl4 set to automatically installed. [2021-05-01T19:28:49.882Z] liberror-perl set to automatically installed. [2021-05-01T19:28:49.882Z] libglib2.0-0 set to automatically installed. [2021-05-01T19:28:49.882Z] libnghttp2-14 set to automatically installed. [2021-05-01T19:28:49.882Z] libnorm1 set to automatically installed. [2021-05-01T19:28:49.882Z] libpgm-5.2-0 set to automatically installed. [2021-05-01T19:28:49.882Z] libpsl5 set to automatically installed. [2021-05-01T19:28:49.882Z] librtmp1 set to automatically installed. [2021-05-01T19:28:49.882Z] libsodium23 set to automatically installed. [2021-05-01T19:28:49.882Z] libzmq3-dev set to automatically installed. [2021-05-01T19:28:49.882Z] libzmq5 set to automatically installed. [2021-05-01T19:28:49.882Z] pkg-config set to automatically installed. [2021-05-01T19:28:49.882Z] zip set to automatically installed. [2021-05-01T19:28:51.260Z] snapd is not logged in, snap install commands will use sudo [2021-05-01T19:28:57.832Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-01T19:28:58.091Z] snap "core18" has no updates available [2021-05-01T19:28:58.659Z] Pulling config-common [2021-05-01T19:28:58.659Z] + snapcraftctl pull [2021-05-01T19:29:00.038Z] Pulling go [2021-05-01T19:29:00.038Z] + snapcraftctl pull [2021-05-01T19:29:00.976Z] 'device-mqtt' has dependencies that need to be staged: go [2021-05-01T19:29:00.976Z] Skipping pull go (already ran) [2021-05-01T19:29:00.976Z] Building go [2021-05-01T19:29:00.976Z] + dpkg --print-architecture [2021-05-01T19:29:00.976Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-05-01T19:29:00.976Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-05-01T19:29:00.976Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-05-01T19:29:00.976Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-01T19:29:00.976Z] Dload Upload Total Spent Left Speed [2021-05-01T19:29:04.995Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 6 115M 6 8271k 0 0 16.7M 0 0:00:06 --:--:-- 0:00:06 16.7M 34 115M 34 40.0M 0 0 27.0M 0 0:00:04 0:00:01 0:00:03 27.0M 62 115M 62 72.3M 0 0 29.1M 0 0:00:03 0:00:02 0:00:01 29.1M 88 115M 88 102M 0 0 29.3M 0 0:00:03 0:00:03 --:--:-- 29.3M 100 115M 100 115M 0 0 29.3M 0 0:00:03 0:00:03 --:--:-- 29.3M [2021-05-01T19:29:04.995Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-05-01T19:29:04.996Z] + sha256sum -c sha256 [2021-05-01T19:29:04.996Z] + grep OK [2021-05-01T19:29:05.566Z] go1.15.2.linux-amd64.tar.gz: OK [2021-05-01T19:29:05.566Z] + tar -C /root/stage -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-05-01T19:29:09.762Z] Staging go [2021-05-01T19:29:09.762Z] + snapcraftctl stage [2021-05-01T19:29:21.979Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-01T19:29:21.979Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-01T19:29:21.979Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-05-01T19:29:21.979Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-01T19:29:21.979Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-01T19:29:21.979Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-01T19:29:21.979Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-05-01T19:29:21.979Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-05-01T19:29:21.979Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-01T19:29:21.979Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-01T19:29:21.979Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-01T19:29:21.979Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-01T19:29:21.979Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-01T19:29:21.979Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-01T19:29:21.979Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-01T19:29:21.979Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-01T19:29:21.979Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-01T19:29:21.979Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-01T19:29:21.979Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-01T19:29:21.979Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-05-01T19:29:21.979Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-01T19:29:21.979Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-01T19:29:21.979Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-01T19:29:21.979Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] [2021-05-01T19:29:21.979Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-05-01T19:29:21.979Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-05-01T19:29:21.979Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-01T19:29:21.979Z] Fetched 24.4 MB in 0s (0 B/s) [2021-05-01T19:29:21.979Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-01T19:29:21.979Z] Fetched 224 kB in 0s (0 B/s) [2021-05-01T19:29:21.979Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-01T19:29:21.979Z] Fetched 157 kB in 0s (0 B/s) [2021-05-01T19:29:21.979Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-01T19:29:21.979Z] Fetched 221 kB in 0s (0 B/s) [2021-05-01T19:29:21.979Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-01T19:29:21.979Z] Fetched 143 kB in 0s (0 B/s) [2021-05-01T19:29:21.979Z] Pulling device-mqtt [2021-05-01T19:29:21.979Z] + snapcraftctl pull [2021-05-01T19:29:22.238Z] Building config-common [2021-05-01T19:29:22.238Z] + snapcraftctl build [2021-05-01T19:29:24.778Z] Skipping build go (already ran) [2021-05-01T19:29:25.038Z] Building device-mqtt [2021-05-01T19:29:25.038Z] + cd /root/parts/device-mqtt/src [2021-05-01T19:29:25.038Z] + make build [2021-05-01T19:29:25.038Z] GCO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd [2021-05-01T19:29:27.614Z] go: downloading github.com/edgexfoundry/device-sdk-go/v2 v2.0.0-dev.49 [2021-05-01T19:29:27.614Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.75 [2021-05-01T19:29:27.614Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 [2021-05-01T19:29:27.614Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-05-01T19:29:27.614Z] go: downloading github.com/spf13/cast v1.3.1 [2021-05-01T19:29:27.614Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.34 [2021-05-01T19:29:27.614Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 [2021-05-01T19:29:27.614Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-05-01T19:29:27.614Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-05-01T19:29:27.614Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-05-01T19:29:27.614Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-05-01T19:29:27.614Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 [2021-05-01T19:29:27.614Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-05-01T19:29:27.614Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-05-01T19:29:27.614Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-05-01T19:29:27.614Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-05-01T19:29:27.614Z] go: downloading github.com/google/uuid v1.2.0 [2021-05-01T19:29:27.614Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-05-01T19:29:27.614Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-05-01T19:29:27.614Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-05-01T19:29:27.614Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-05-01T19:29:27.614Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-05-01T19:29:27.614Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-05-01T19:29:27.614Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-05-01T19:29:27.614Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-05-01T19:29:27.614Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-05-01T19:29:27.614Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-05-01T19:29:27.614Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-05-01T19:29:27.614Z] go: downloading golang.org/x/text v0.3.2 [2021-05-01T19:29:27.614Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-05-01T19:29:27.614Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-05-01T19:29:27.614Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-05-01T19:29:27.614Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-05-01T19:29:27.614Z] go: downloading github.com/x448/float16 v0.8.4 [2021-05-01T19:29:27.614Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-05-01T19:29:27.614Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-05-01T19:29:27.614Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-05-01T19:29:27.614Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-05-01T19:29:27.614Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-05-01T19:29:27.902Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-05-01T19:29:27.902Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-05-01T19:29:27.902Z] go: downloading github.com/fatih/color v1.9.0 [2021-05-01T19:29:27.902Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-05-01T19:29:27.902Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-05-01T19:29:28.172Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-05-01T19:29:28.172Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-05-01T19:29:28.172Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-05-01T19:29:36.305Z] GCO_ENABLED=1 GO111MODULE=on go build ./... [2021-05-01T19:29:37.242Z] + install -DT ./cmd/device-mqtt /root/parts/device-mqtt/install/bin/device-mqtt [2021-05-01T19:29:37.242Z] + install -DT ./cmd/res/configuration.toml /root/parts/device-mqtt/install/config/device-mqtt/res/configuration.toml [2021-05-01T19:29:37.242Z] + install -DT ./cmd/res/devices/mqtt.test.device.toml /root/parts/device-mqtt/install/config/device-mqtt/devices/mqtt.test.device.toml [2021-05-01T19:29:37.242Z] + install -DT ./cmd/res/devices/mqtt.test.device-autoevents.toml /root/parts/device-mqtt/install/config/device-mqtt/devices/mqtt.test.device-autoevents.toml [2021-05-01T19:29:37.242Z] + install -DT ./cmd/res/profiles/mqtt.test.device.profile.yml /root/parts/device-mqtt/install/config/device-mqtt/profiles/mqtt.test.device.profile.yml [2021-05-01T19:29:37.242Z] + install -DT ./Attribution.txt /root/parts/device-mqtt/install/usr/share/doc/device-mqtt/Attribution.txt [2021-05-01T19:29:37.242Z] + install -DT ./LICENSE /root/parts/device-mqtt/install/usr/share/doc/device-mqtt/LICENSE [2021-05-01T19:29:38.621Z] Staging config-common [2021-05-01T19:29:38.621Z] + snapcraftctl stage [2021-05-01T19:29:39.561Z] Skipping stage go (already ran) [2021-05-01T19:29:39.561Z] Staging device-mqtt [2021-05-01T19:29:39.561Z] + snapcraftctl stage [2021-05-01T19:29:40.942Z] Priming config-common [2021-05-01T19:29:40.942Z] + snapcraftctl prime [2021-05-01T19:29:41.882Z] Priming go [2021-05-01T19:29:41.882Z] + snapcraftctl prime [2021-05-01T19:29:43.263Z] Priming device-mqtt [2021-05-01T19:29:43.263Z] + snapcraftctl prime [2021-05-01T19:29:44.204Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2021-05-01T19:29:44.204Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2021-05-01T19:29:44.204Z] Determining the version from the project repo (version-script). [2021-05-01T19:29:44.204Z] The version has been set to 'local-dev-20210501+9f2ce4b' [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-01T19:29:46.594Z] ---> job-cost.sh [2021-05-01T19:29:46.594Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-hERo [2021-05-01T19:30:04.770Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-01T19:30:37.232Z] lf-activate-venv(): INFO: Adding /tmp/venv-hERo/bin to PATH [2021-05-01T19:30:37.232Z] INFO: No Stack... [2021-05-01T19:30:37.232Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-01T19:30:37.891Z] INFO: Archiving Costs [Pipeline] sh [2021-05-01T19:30:38.241Z] + cat /w/workspace/device-mqtt-go/2/archives/cost.csv [2021-05-01T19:30:38.241Z] + cut -d, -f6 [Pipeline] lock [2021-05-01T19:30:38.347Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-224-2-stack-cost] [2021-05-01T19:30:38.355Z] Resource [jenkins-edgexfoundry-device-mqtt-go-PR-224-2-stack-cost] did not exist. Created. [2021-05-01T19:30:38.355Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-224-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-01T19:30:39.973Z] /w/workspace/device-mqtt-go/2@tmp/durable-68c5d003/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh [2021-05-01T19:30:40.299Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-01T19:30:40.325Z] Warning: overwriting stash ‘stack-cost’ [2021-05-01T19:30:40.459Z] Stashed 1 file(s) [Pipeline] } [2021-05-01T19:30:40.480Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-224-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-05-01T19:30:41.025Z] provisioning config files... [2021-05-01T19:30:41.041Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-224@tmp/config8204963868394526842tmp [Pipeline] { [Pipeline] sh [2021-05-01T19:30:41.376Z] + set +x [2021-05-01T19:30:41.376Z] + bash -s -- [2021-05-01T19:30:41.376Z] + curl -s https://codecov.io/bash [2021-05-01T19:30:41.639Z] [2021-05-01T19:30:41.639Z] _____ _ [2021-05-01T19:30:41.639Z] / ____| | | [2021-05-01T19:30:41.639Z] | | ___ __| | ___ ___ _____ __ [2021-05-01T19:30:41.639Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-01T19:30:41.639Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-01T19:30:41.639Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-01T19:30:41.639Z] Bash-1.0.2 [2021-05-01T19:30:41.639Z] [2021-05-01T19:30:41.639Z] [2021-05-01T19:30:41.639Z] ==> git version 2.24.3 found [2021-05-01T19:30:41.639Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-05-01T19:30:41.639Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-01T19:30:41.639Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-01T19:30:41.639Z] ==> Jenkins CI detected. [2021-05-01T19:30:41.639Z] project root: . [2021-05-01T19:30:41.639Z] --> token set from env [2021-05-01T19:30:41.639Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-01T19:30:41.639Z] ==> Running gcov in . (disable via -X gcov) [2021-05-01T19:30:41.639Z] ==> Python coveragepy not found [2021-05-01T19:30:41.639Z] ==> Searching for coverage reports in: [2021-05-01T19:30:41.639Z] + . [2021-05-01T19:30:41.639Z] -> Found 1 reports [2021-05-01T19:30:41.639Z] ==> Detecting git/mercurial file structure [2021-05-01T19:30:41.639Z] ==> Reading reports [2021-05-01T19:30:41.639Z] + ./coverage.out bytes=19386 [2021-05-01T19:30:41.639Z] ==> Appending adjustments [2021-05-01T19:30:41.639Z] https://docs.codecov.io/docs/fixing-reports [2021-05-01T19:30:41.906Z] + Found adjustments [2021-05-01T19:30:41.906Z] ==> Gzipping contents [2021-05-01T19:30:41.906Z] 4.0K /tmp/codecov.AWKEzG.gz [2021-05-01T19:30:41.906Z] ==> Uploading reports [2021-05-01T19:30:41.906Z] url: https://codecov.io [2021-05-01T19:30:41.906Z] query: branch=PR-224&commit=681f90d3e022845e8f39d072c00784ca07eff54a&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-224%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=224&job=&cmd_args= [2021-05-01T19:30:41.906Z] -> Pinging Codecov [2021-05-01T19:30:41.906Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-224&commit=681f90d3e022845e8f39d072c00784ca07eff54a&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-224%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=224&job=&cmd_args= [2021-05-01T19:30:42.487Z] -> Uploading to [2021-05-01T19:30:42.487Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-01/7D719EC7BBE17E464838252E33014C33/681f90d3e022845e8f39d072c00784ca07eff54a/3779a534-0bf5-441f-a881-3ec34e64ccc5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210501%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210501T193042Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=744db508f36cd09e57ac2e6273cc9c6484a53a6de3ec2381b0bb8e7d678fb485 [2021-05-01T19:30:42.487Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-01T19:30:42.487Z] Dload Upload Total Spent Left Speed [2021-05-01T19:30:42.755Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3386 0 0 100 3386 0 7837 --:--:-- --:--:-- --:--:-- 7837 [2021-05-01T19:30:42.755Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/681f90d3e022845e8f39d072c00784ca07eff54a [Pipeline] } [2021-05-01T19:30:42.764Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-05-01T19:30:43.682Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-01T19:30:44.382Z] ---> package-listing.sh [2021-05-01T19:30:44.382Z] ++ facter osfamily [2021-05-01T19:30:44.382Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-01T19:30:44.382Z] + OS_FAMILY=redhat [2021-05-01T19:30:44.382Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-224 [2021-05-01T19:30:44.382Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-01T19:30:44.382Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-01T19:30:44.382Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-01T19:30:44.382Z] + PACKAGES=/tmp/packages_start.txt [2021-05-01T19:30:44.382Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-224 ']' [2021-05-01T19:30:44.382Z] + PACKAGES=/tmp/packages_end.txt [2021-05-01T19:30:44.382Z] + case "${OS_FAMILY}" in [2021-05-01T19:30:44.382Z] + rpm -qa [2021-05-01T19:30:44.382Z] + sort [2021-05-01T19:30:49.706Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-01T19:30:49.706Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-01T19:30:49.706Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-01T19:30:49.706Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-224 ']' [2021-05-01T19:30:49.706Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-224/archives/ [2021-05-01T19:30:49.706Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-224/archives/ [Pipeline] echo [2021-05-01T19:30:49.720Z] 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/gexfoundry_device-mqtt-go_PR-224/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-01T19:30:50.010Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-01T19:30:50.321Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-01T19:30:50.321Z] [2021-05-01T19:30:50.321Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-01T19:30:50.645Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-01T19:30:50.645Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-01T19:30:50.645Z] df20fa9351a1: Pulling fs layer [2021-05-01T19:30:50.645Z] 36b3adc4ff6f: Pulling fs layer [2021-05-01T19:30:50.645Z] 8ad3a11d3b57: Pulling fs layer [2021-05-01T19:30:50.645Z] 46f8f816bc3b: Pulling fs layer [2021-05-01T19:30:50.645Z] 93b61091891f: Pulling fs layer [2021-05-01T19:30:50.645Z] 93b9cdb0e59b: Pulling fs layer [2021-05-01T19:30:50.645Z] 5e14af77c1be: Pulling fs layer [2021-05-01T19:30:50.645Z] 01666e4c0597: Pulling fs layer [2021-05-01T19:30:50.645Z] aa168da1d23b: Pulling fs layer [2021-05-01T19:30:50.645Z] 93b9cdb0e59b: Waiting [2021-05-01T19:30:50.645Z] 5e14af77c1be: Waiting [2021-05-01T19:30:50.645Z] 01666e4c0597: Waiting [2021-05-01T19:30:50.645Z] aa168da1d23b: Waiting [2021-05-01T19:30:50.645Z] 46f8f816bc3b: Waiting [2021-05-01T19:30:50.645Z] 93b61091891f: Waiting [2021-05-01T19:30:50.645Z] 36b3adc4ff6f: Verifying Checksum [2021-05-01T19:30:50.645Z] 36b3adc4ff6f: Download complete [2021-05-01T19:30:50.909Z] 46f8f816bc3b: Verifying Checksum [2021-05-01T19:30:50.909Z] 46f8f816bc3b: Download complete [2021-05-01T19:30:50.909Z] df20fa9351a1: Verifying Checksum [2021-05-01T19:30:50.909Z] df20fa9351a1: Download complete [2021-05-01T19:30:50.909Z] 93b9cdb0e59b: Verifying Checksum [2021-05-01T19:30:50.909Z] 93b9cdb0e59b: Download complete [2021-05-01T19:30:50.909Z] 5e14af77c1be: Verifying Checksum [2021-05-01T19:30:50.910Z] 5e14af77c1be: Download complete [2021-05-01T19:30:50.910Z] 01666e4c0597: Verifying Checksum [2021-05-01T19:30:50.910Z] 01666e4c0597: Download complete [2021-05-01T19:30:50.910Z] 93b61091891f: Verifying Checksum [2021-05-01T19:30:50.910Z] 93b61091891f: Download complete [2021-05-01T19:30:51.183Z] 8ad3a11d3b57: Verifying Checksum [2021-05-01T19:30:51.183Z] df20fa9351a1: Pull complete [2021-05-01T19:30:51.446Z] 36b3adc4ff6f: Pull complete [2021-05-01T19:30:52.405Z] 8ad3a11d3b57: Pull complete [2021-05-01T19:30:52.405Z] 46f8f816bc3b: Pull complete [2021-05-01T19:30:53.368Z] 93b61091891f: Pull complete [2021-05-01T19:30:53.368Z] 93b9cdb0e59b: Pull complete [2021-05-01T19:30:53.638Z] 5e14af77c1be: Pull complete [2021-05-01T19:30:53.638Z] aa168da1d23b: Verifying Checksum [2021-05-01T19:30:53.638Z] aa168da1d23b: Download complete [2021-05-01T19:30:53.638Z] 01666e4c0597: Pull complete [2021-05-01T19:31:01.839Z] aa168da1d23b: Pull complete [2021-05-01T19:31:01.839Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-01T19:31:01.839Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-01T19:31:01.839Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-01T19:31:02.019Z] prd-centos7-docker-4c-2g-2610 does not seem to be running inside a container [2021-05-01T19:31:02.081Z] $ 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/gexfoundry_device-mqtt-go_PR-224/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-mqtt-go_PR-224 -v /w/workspace/gexfoundry_device-mqtt-go_PR-224:/w/workspace/gexfoundry_device-mqtt-go_PR-224:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-224@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-224@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-01T19:31:05.406Z] $ docker top 2a5357afcb9fc4379b1a16527b28dbff0eb1755c437ce4d83127fb028fa2e07f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-01T19:31:05.878Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-01T19:31:06.179Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-01T19:31:06.480Z] + ls /var/log/sa-host [2021-05-01T19:31:06.480Z] + sadf -c /var/log/sa-host/sa01 [2021-05-01T19:31:06.480Z] file_magic: OK [2021-05-01T19:31:06.480Z] HZ: Using current value: 100 [2021-05-01T19:31:06.480Z] file_header: OK [2021-05-01T19:31:06.480Z] 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 [2021-05-01T19:31:06.480Z] Statistics: [2021-05-01T19:31:06.480Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-01T19:31:06.480Z] File successfully converted to sysstat format version 12.2.1 [2021-05-01T19:31:06.480Z] + sadf -c /var/log/sa-host/sa23 [2021-05-01T19:31:06.480Z] file_magic: OK [2021-05-01T19:31:06.480Z] HZ: Using current value: 100 [2021-05-01T19:31:06.480Z] file_header: OK [2021-05-01T19:31:06.480Z] 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 [2021-05-01T19:31:06.480Z] Statistics: [2021-05-01T19:31:06.480Z] Hnuu...uuuununununu... [2021-05-01T19:31:06.480Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-01T19:31:06.649Z] provisioning config files... [2021-05-01T19:31:06.666Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-224@tmp/config720929869505110337tmp [Pipeline] { [Pipeline] echo [2021-05-01T19:31:06.695Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-01T19:31:07.000Z] ---> create-netrc.sh [Pipeline] } [2021-05-01T19:31:07.011Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-01T19:31:07.042Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-01T19:31:07.342Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-01T19:31:07.355Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-01T19:31:07.652Z] ---> sudo-logs.sh [2021-05-01T19:31:07.653Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-01T19:31:07.682Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-01T19:31:07.981Z] ---> job-cost.sh [2021-05-01T19:31:07.981Z] lf-activate-venv: SKIPPING [2021-05-01T19:31:07.981Z] DEBUG: total: 0.029999999329447746 [2021-05-01T19:31:07.981Z] INFO: Retrieving Stack Cost... [2021-05-01T19:31:08.930Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-01T19:31:09.509Z] INFO: Archiving Costs [Pipeline] echo [2021-05-01T19:31:09.526Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-01T19:31:09.833Z] ---> logs-deploy.sh [2021-05-01T19:31:09.833Z] lf-activate-venv: SKIPPING [2021-05-01T19:31:09.833Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-224/2 [2021-05-01T19:31:09.833Z] INFO: archiving workspace using pattern(s): [2021-05-01T19:31:12.396Z] Archives upload complete. [2021-05-01T19:31:12.396Z] INFO: archiving logs to Nexus