Pull request #236 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/device-mqtt-go Obtained Jenkinsfile from 77116aad63d4a70ef5535a81116dc40d38606d04+e697b4492d61b291e25afe90594ef703f17e91d3 (1ee82d0dedb0445846a54f2d9e58730f531ea57f) 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-4181 in /w/workspace/gexfoundry_device-mqtt-go_PR-236 [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-236 # 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 Merging remotes/origin/master commit e697b4492d61b291e25afe90594ef703f17e91d3 into PR head commit 77116aad63d4a70ef5535a81116dc40d38606d04 Merge succeeded, producing 77116aad63d4a70ef5535a81116dc40d38606d04 Checking out Revision 77116aad63d4a70ef5535a81116dc40d38606d04 (PR-236) > 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/236/head:refs/remotes/origin/PR-236 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 77116aad63d4a70ef5535a81116dc40d38606d04 # 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 e697b4492d61b291e25afe90594ef703f17e91d3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 77116aad63d4a70ef5535a81116dc40d38606d04 # timeout=10 Commit message: "feat: Add secure MessagBus capability" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage > git rev-list --no-walk afa5d7765ceb7aac0fbc1a04f51ca3bf6ccbb065 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-10T20:17:44.813Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-10T20:17:45.039Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-10T20:17:45.069Z] ========================================================= [2021-05-10T20:17:45.069Z] EdgeX Global Pipelines Version Info [2021-05-10T20:17:45.069Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-10T20:17:47.840Z] ------------------- [2021-05-10T20:17:47.840Z] stable info: [2021-05-10T20:17:47.840Z] ------------------- [2021-05-10T20:17:47.840Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-10T20:17:47.840Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-10T20:17:47.840Z] Message: update stable to v1.0.191 [2021-05-10T20:17:48.817Z] ------------------- [2021-05-10T20:17:48.817Z] experimental info: [2021-05-10T20:17:48.817Z] ------------------- [2021-05-10T20:17:48.817Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-10T20:17:48.817Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-10T20:17:48.817Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-10T20:17:48.993Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2021-05-10T20:17:49.031Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2021-05-10T20:17:49.053Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-10T20:17:49.076Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-10T20:17:49.099Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-10T20:17:49.140Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-10T20:17:49.163Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-10T20:17:49.187Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-10T20:17:49.210Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-10T20:17:49.250Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-10T20:17:49.274Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-10T20:17:49.297Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo [2021-05-10T20:17:49.321Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-10T20:17:49.362Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-10T20:17:49.387Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-10T20:17:49.411Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-10T20:17:49.435Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-10T20:17:49.475Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-10T20:17:49.499Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-10T20:17:49.523Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-10T20:17:49.548Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-05-10T20:17:49.604Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-05-10T20:17:49.626Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-10T20:17:49.650Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-10T20:17:49.674Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-05-10T20:17:49.717Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-10T20:17:49.741Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-236 [Pipeline] echo [2021-05-10T20:17:49.767Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-236 [Pipeline] echo [2021-05-10T20:17:49.796Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-236 [Pipeline] echo [2021-05-10T20:17:49.844Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 77116aad63d4a70ef5535a81116dc40d38606d04 [Pipeline] echo [2021-05-10T20:17:49.868Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 77116aa [Pipeline] echo [2021-05-10T20:17:49.892Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-10T20:17:49.984Z] provisioning config files... [2021-05-10T20:17:50.024Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-236@tmp/config1642725816261164051tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-10T20:17:50.476Z] ---> docker-login.sh [2021-05-10T20:17:50.476Z] nexus3.edgexfoundry.org:10001 [2021-05-10T20:17:51.068Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T20:17:51.349Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T20:17:51.349Z] Configure a credential helper to remove this warning. See [2021-05-10T20:17:51.349Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T20:17:51.349Z] [2021-05-10T20:17:51.349Z] Login Succeeded [2021-05-10T20:17:51.349Z] nexus3.edgexfoundry.org:10002 [2021-05-10T20:17:51.620Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T20:17:51.620Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T20:17:51.620Z] Configure a credential helper to remove this warning. See [2021-05-10T20:17:51.620Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T20:17:51.620Z] [2021-05-10T20:17:51.620Z] Login Succeeded [2021-05-10T20:17:51.620Z] nexus3.edgexfoundry.org:10003 [2021-05-10T20:17:51.908Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T20:17:52.175Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T20:17:52.175Z] Configure a credential helper to remove this warning. See [2021-05-10T20:17:52.175Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T20:17:52.175Z] [2021-05-10T20:17:52.175Z] Login Succeeded [2021-05-10T20:17:52.175Z] nexus3.edgexfoundry.org:10004 [2021-05-10T20:17:52.451Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T20:17:52.451Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T20:17:52.451Z] Configure a credential helper to remove this warning. See [2021-05-10T20:17:52.451Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T20:17:52.451Z] [2021-05-10T20:17:52.451Z] Login Succeeded [2021-05-10T20:17:52.451Z] docker.io [2021-05-10T20:17:52.732Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T20:17:53.007Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T20:17:53.007Z] Configure a credential helper to remove this warning. See [2021-05-10T20:17:53.007Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T20:17:53.007Z] [2021-05-10T20:17:53.007Z] Login Succeeded [2021-05-10T20:17:53.007Z] ---> docker-login.sh ends [Pipeline] } [2021-05-10T20:17:53.018Z] 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-10T20:17:53.513Z] + git log --format=format:%s -1 77116aad63d4a70ef5535a81116dc40d38606d04 [Pipeline] echo [2021-05-10T20:17:53.671Z] GIT_COMMIT: 77116aad63d4a70ef5535a81116dc40d38606d04, Commit Message: feat: Add secure MessagBus capability [Pipeline] echo [2021-05-10T20:17:53.684Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-10T20:17:54.771Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T20:17:55.099Z] [2021-05-10T20:17:55.099Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T20:17:55.550Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T20:17:55.847Z] latest: Pulling from edgex-devops/git-semver [2021-05-10T20:17:55.847Z] 31603596830f: Pulling fs layer [2021-05-10T20:17:55.847Z] 54011a49482f: Pulling fs layer [2021-05-10T20:17:55.847Z] a6820b24f6d8: Pulling fs layer [2021-05-10T20:17:55.847Z] f581987b2513: Pulling fs layer [2021-05-10T20:17:55.847Z] f581987b2513: Waiting [2021-05-10T20:17:55.847Z] 54011a49482f: Verifying Checksum [2021-05-10T20:17:55.847Z] 54011a49482f: Download complete [2021-05-10T20:17:56.159Z] 31603596830f: Download complete [2021-05-10T20:17:56.883Z] f581987b2513: Verifying Checksum [2021-05-10T20:17:56.883Z] f581987b2513: Download complete [2021-05-10T20:17:56.883Z] a6820b24f6d8: Verifying Checksum [2021-05-10T20:17:56.883Z] a6820b24f6d8: Download complete [2021-05-10T20:17:57.154Z] 31603596830f: Pull complete [2021-05-10T20:17:57.154Z] 54011a49482f: Pull complete [2021-05-10T20:17:59.197Z] a6820b24f6d8: Pull complete [2021-05-10T20:17:59.197Z] f581987b2513: Pull complete [2021-05-10T20:17:59.197Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-10T20:17:59.197Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T20:17:59.197Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-10T20:17:59.417Z] prd-centos7-docker-4c-2g-4181 does not seem to be running inside a container [2021-05-10T20:17:59.545Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-236 -v /w/workspace/gexfoundry_device-mqtt-go_PR-236:/w/workspace/gexfoundry_device-mqtt-go_PR-236:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-236@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-236@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-10T20:18:02.330Z] $ docker top a3c448330c49a1a8f35c784dc366b15f28e5be2a686b807b043c00d31d481d56 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-10T20:18:02.722Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T20:18:02.722Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T20:18:03.168Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T20:18:03.191Z] $ docker exec a3c448330c49a1a8f35c784dc366b15f28e5be2a686b807b043c00d31d481d56 ssh-agent [2021-05-10T20:18:03.565Z] SSH_AUTH_SOCK=/tmp/ssh-TjDKapALvuiP/agent.11 [2021-05-10T20:18:03.565Z] SSH_AGENT_PID=17 [2021-05-10T20:18:03.644Z] Running ssh-add (command line suppressed) [2021-05-10T20:18:04.020Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-236@tmp/private_key_1989289997160990490.key (/w/workspace/gexfoundry_device-mqtt-go_PR-236@tmp/private_key_1989289997160990490.key) [2021-05-10T20:18:04.105Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T20:18:04.443Z] + git tag --points-at HEAD [Pipeline] } [2021-05-10T20:18:04.482Z] $ docker exec --env ******** --env ******** a3c448330c49a1a8f35c784dc366b15f28e5be2a686b807b043c00d31d481d56 ssh-agent -k [2021-05-10T20:18:04.777Z] unset SSH_AUTH_SOCK; [2021-05-10T20:18:04.777Z] unset SSH_AGENT_PID; [2021-05-10T20:18:04.778Z] echo Agent pid 17 killed; [2021-05-10T20:18:04.862Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-10T20:18:04.904Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T20:18:04.904Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T20:18:05.258Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T20:18:05.268Z] $ docker exec a3c448330c49a1a8f35c784dc366b15f28e5be2a686b807b043c00d31d481d56 ssh-agent [2021-05-10T20:18:05.606Z] SSH_AUTH_SOCK=/tmp/ssh-cndSgPXRPxs9/agent.47 [2021-05-10T20:18:05.606Z] SSH_AGENT_PID=52 [2021-05-10T20:18:05.626Z] Running ssh-add (command line suppressed) [2021-05-10T20:18:05.899Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-236@tmp/private_key_6421758021416761863.key (/w/workspace/gexfoundry_device-mqtt-go_PR-236@tmp/private_key_6421758021416761863.key) [2021-05-10T20:18:06.086Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T20:18:06.476Z] + git semver init [2021-05-10T20:18:06.790Z] # -> Open(): unable to determine branch for HEAD [2021-05-10T20:18:06.790Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-236/.git [2021-05-10T20:18:06.790Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-236 [2021-05-10T20:18:06.790Z] # $SEMVER_REMOTE_NAME = origin [2021-05-10T20:18:06.790Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-10T20:18:06.790Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-10T20:18:06.790Z] # $SEMVER_BRANCH = PR-236 [2021-05-10T20:18:06.790Z] # $SEMVER_TEMP = /tmp/semver-450316058 [2021-05-10T20:18:06.790Z] # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP [2021-05-10T20:18:07.412Z] # '/tmp/semver-450316058' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-236/.semver' [2021-05-10T20:18:07.412Z] # -> Force: false [2021-05-10T20:18:07.412Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-236/.semver [Pipeline] } [2021-05-10T20:18:07.450Z] $ docker exec --env ******** --env ******** a3c448330c49a1a8f35c784dc366b15f28e5be2a686b807b043c00d31d481d56 ssh-agent -k [2021-05-10T20:18:07.717Z] unset SSH_AUTH_SOCK; [2021-05-10T20:18:07.719Z] unset SSH_AGENT_PID; [2021-05-10T20:18:07.719Z] echo Agent pid 52 killed; [2021-05-10T20:18:07.797Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-10T20:18:08.493Z] + git semver [Pipeline] } [2021-05-10T20:18:08.550Z] $ docker stop --time=1 a3c448330c49a1a8f35c784dc366b15f28e5be2a686b807b043c00d31d481d56 [2021-05-10T20:18:10.181Z] $ docker rm -f a3c448330c49a1a8f35c784dc366b15f28e5be2a686b807b043c00d31d481d56 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-10T20:18:10.847Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-10T20:18:11.583Z] Stashed 1 file(s) [Pipeline] echo [2021-05-10T20:18:11.586Z] [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-10T20:18:26.791Z] Still waiting to schedule task [2021-05-10T20:18:26.791Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-4181’ [2021-05-10T20:18:26.794Z] Still waiting to schedule task [2021-05-10T20:18:26.794Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline [2021-05-10T20:20:18.488Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4182 in /w/workspace/gexfoundry_device-mqtt-go_PR-236 [Pipeline] { [Pipeline] ws [2021-05-10T20:20:18.512Z] Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout [2021-05-10T20:20:24.023Z] using credential edgex-jenkins-ssh [2021-05-10T20:20:24.044Z] Cloning the remote Git repository [2021-05-10T20:20:24.100Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2021-05-10T20:20:24.240Z] > git init /w/workspace/device-mqtt-go/2 # timeout=10 [2021-05-10T20:20:24.330Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-05-10T20:20:24.330Z] > git --version # timeout=10 [2021-05-10T20:20:24.349Z] > git --version # 'git version 2.17.1' [2021-05-10T20:20:24.350Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T20:20:24.403Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T20:20:25.888Z] Merging remotes/origin/master commit e697b4492d61b291e25afe90594ef703f17e91d3 into PR head commit 77116aad63d4a70ef5535a81116dc40d38606d04 [2021-05-10T20:20:26.068Z] Merge succeeded, producing 77116aad63d4a70ef5535a81116dc40d38606d04 [2021-05-10T20:20:26.068Z] Checking out Revision 77116aad63d4a70ef5535a81116dc40d38606d04 (PR-236) [2021-05-10T20:20:25.191Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-05-10T20:20:25.230Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T20:20:25.257Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-05-10T20:20:25.298Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-05-10T20:20:25.298Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T20:20:25.316Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/236/head:refs/remotes/origin/PR-236 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-10T20:20:25.897Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T20:20:25.911Z] > git checkout -f 77116aad63d4a70ef5535a81116dc40d38606d04 # timeout=10 [2021-05-10T20:20:25.986Z] > git remote # timeout=10 [2021-05-10T20:20:26.000Z] > git config --get remote.origin.url # timeout=10 [2021-05-10T20:20:26.011Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T20:20:26.022Z] > git merge e697b4492d61b291e25afe90594ef703f17e91d3 # timeout=10 [2021-05-10T20:20:26.042Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-10T20:20:26.064Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T20:20:26.075Z] > git checkout -f 77116aad63d4a70ef5535a81116dc40d38606d04 # timeout=10 [2021-05-10T20:20:30.291Z] Commit message: "feat: Add secure MessagBus capability" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-10T20:20:31.781Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-10T20:20:32.358Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-10T20:20:32.697Z] + true [2021-05-10T20:20:32.697Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-10T20:20:35.360Z] provisioning config files... [2021-05-10T20:20:35.413Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/2@tmp/config6714385381006188048tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-10T20:20:35.807Z] ---> docker-login.sh [2021-05-10T20:20:35.807Z] nexus3.edgexfoundry.org:10001 [2021-05-10T20:20:36.798Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T20:20:37.072Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T20:20:37.072Z] Configure a credential helper to remove this warning. See [2021-05-10T20:20:37.072Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T20:20:37.072Z] [2021-05-10T20:20:37.072Z] Login Succeeded [2021-05-10T20:20:37.072Z] nexus3.edgexfoundry.org:10002 [2021-05-10T20:20:37.346Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T20:20:37.623Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T20:20:37.623Z] Configure a credential helper to remove this warning. See [2021-05-10T20:20:37.623Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T20:20:37.623Z] [2021-05-10T20:20:37.623Z] Login Succeeded [2021-05-10T20:20:37.623Z] nexus3.edgexfoundry.org:10003 [2021-05-10T20:20:37.896Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T20:20:38.170Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T20:20:38.170Z] Configure a credential helper to remove this warning. See [2021-05-10T20:20:38.170Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T20:20:38.170Z] [2021-05-10T20:20:38.170Z] Login Succeeded [2021-05-10T20:20:38.170Z] nexus3.edgexfoundry.org:10004 [2021-05-10T20:20:38.447Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T20:20:38.723Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T20:20:38.723Z] Configure a credential helper to remove this warning. See [2021-05-10T20:20:38.723Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T20:20:38.723Z] [2021-05-10T20:20:38.723Z] Login Succeeded [2021-05-10T20:20:38.723Z] docker.io [2021-05-10T20:20:38.996Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T20:20:39.269Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T20:20:39.269Z] Configure a credential helper to remove this warning. See [2021-05-10T20:20:39.269Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T20:20:39.269Z] [2021-05-10T20:20:39.269Z] Login Succeeded [2021-05-10T20:20:39.269Z] ---> docker-login.sh ends [Pipeline] } [2021-05-10T20:20:39.286Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-10T20:20:39.605Z] ========================================================= [2021-05-10T20:20:39.605Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-10T20:20:39.605Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-10T20:20:39.943Z] + 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-10T20:20:40.216Z] Sending build context to Docker daemon 572.9kB [2021-05-10T20:20:40.216Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-05-10T20:20:40.216Z] Step 2/8 : FROM ${BASE} [2021-05-10T20:20:40.492Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-10T20:20:40.492Z] 595b0fe564bb: Pulling fs layer [2021-05-10T20:20:40.492Z] 7186ed65a4f7: Pulling fs layer [2021-05-10T20:20:40.492Z] 316046926c0a: Pulling fs layer [2021-05-10T20:20:40.492Z] 4ebd0625c992: Pulling fs layer [2021-05-10T20:20:40.492Z] 207e8628e3a3: Pulling fs layer [2021-05-10T20:20:40.492Z] c791037a9be2: Pulling fs layer [2021-05-10T20:20:40.492Z] ffd874e62e21: Pulling fs layer [2021-05-10T20:20:40.492Z] 207e8628e3a3: Waiting [2021-05-10T20:20:40.492Z] c791037a9be2: Waiting [2021-05-10T20:20:40.492Z] 4ebd0625c992: Waiting [2021-05-10T20:20:40.492Z] ffd874e62e21: Waiting [2021-05-10T20:20:40.492Z] 316046926c0a: Verifying Checksum [2021-05-10T20:20:40.492Z] 316046926c0a: Download complete [2021-05-10T20:20:40.492Z] 7186ed65a4f7: Verifying Checksum [2021-05-10T20:20:40.492Z] 7186ed65a4f7: Download complete [2021-05-10T20:20:40.492Z] 207e8628e3a3: Verifying Checksum [2021-05-10T20:20:40.492Z] 207e8628e3a3: Download complete [2021-05-10T20:20:40.492Z] c791037a9be2: Download complete [2021-05-10T20:20:40.492Z] 595b0fe564bb: Verifying Checksum [2021-05-10T20:20:40.492Z] 595b0fe564bb: Download complete [2021-05-10T20:20:41.094Z] 595b0fe564bb: Pull complete [2021-05-10T20:20:41.704Z] 7186ed65a4f7: Pull complete [2021-05-10T20:20:41.982Z] 316046926c0a: Pull complete [2021-05-10T20:20:42.955Z] ffd874e62e21: Verifying Checksum [2021-05-10T20:20:42.956Z] ffd874e62e21: Download complete [2021-05-10T20:20:43.941Z] 4ebd0625c992: Verifying Checksum [2021-05-10T20:20:43.941Z] 4ebd0625c992: Download complete [2021-05-10T20:20:49.349Z] Running on prd-centos7-docker-4c-2g-4183 in /w/workspace/gexfoundry_device-mqtt-go_PR-236 [Pipeline] { [Pipeline] ws [2021-05-10T20:20:49.369Z] Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout [2021-05-10T20:20:52.077Z] using credential edgex-jenkins-ssh [2021-05-10T20:20:52.090Z] Cloning the remote Git repository [2021-05-10T20:20:52.125Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2021-05-10T20:20:52.194Z] > git init /w/workspace/device-mqtt-go/2 # timeout=10 [2021-05-10T20:20:52.258Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-05-10T20:20:52.259Z] > git --version # timeout=10 [2021-05-10T20:20:52.265Z] > git --version # 'git version 2.24.3' [2021-05-10T20:20:52.266Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T20:20:52.297Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T20:20:53.563Z] Merging remotes/origin/master commit e697b4492d61b291e25afe90594ef703f17e91d3 into PR head commit 77116aad63d4a70ef5535a81116dc40d38606d04 [2021-05-10T20:20:53.645Z] Merge succeeded, producing 77116aad63d4a70ef5535a81116dc40d38606d04 [2021-05-10T20:20:53.646Z] Checking out Revision 77116aad63d4a70ef5535a81116dc40d38606d04 (PR-236) [2021-05-10T20:20:53.046Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-05-10T20:20:53.052Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T20:20:53.062Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-05-10T20:20:53.077Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-05-10T20:20:53.077Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T20:20:53.095Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/236/head:refs/remotes/origin/PR-236 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-10T20:20:53.573Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T20:20:53.579Z] > git checkout -f 77116aad63d4a70ef5535a81116dc40d38606d04 # timeout=10 [2021-05-10T20:20:53.613Z] > git remote # timeout=10 [2021-05-10T20:20:53.619Z] > git config --get remote.origin.url # timeout=10 [2021-05-10T20:20:53.625Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T20:20:53.628Z] > git merge e697b4492d61b291e25afe90594ef703f17e91d3 # timeout=10 [2021-05-10T20:20:53.639Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-10T20:20:53.650Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T20:20:53.656Z] > git checkout -f 77116aad63d4a70ef5535a81116dc40d38606d04 # timeout=10 [2021-05-10T20:20:54.109Z] 4ebd0625c992: Pull complete [2021-05-10T20:20:54.706Z] 207e8628e3a3: Pull complete [2021-05-10T20:20:54.977Z] c791037a9be2: Pull complete [2021-05-10T20:20:57.223Z] Commit message: "feat: Add secure MessagBus capability" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-10T20:20:58.263Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-10T20:20:58.359Z] ffd874e62e21: Pull complete [2021-05-10T20:20:58.359Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-10T20:20:58.359Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-10T20:20:58.359Z] ---> cfc18b08335c [2021-05-10T20:20:58.359Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' [2021-05-10T20:20:58.603Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-10T20:20:58.905Z] + sudo service docker restart [2021-05-10T20:20:58.905Z] + true [2021-05-10T20:20:58.905Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-10T20:20:59.895Z] provisioning config files... [2021-05-10T20:20:59.929Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/2@tmp/config3467644387606923799tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-10T20:21:00.255Z] ---> docker-login.sh [2021-05-10T20:21:00.255Z] nexus3.edgexfoundry.org:10001 [2021-05-10T20:21:00.517Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T20:21:00.780Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T20:21:00.780Z] Configure a credential helper to remove this warning. See [2021-05-10T20:21:00.780Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T20:21:00.780Z] [2021-05-10T20:21:00.780Z] Login Succeeded [2021-05-10T20:21:00.781Z] nexus3.edgexfoundry.org:10002 [2021-05-10T20:21:00.781Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T20:21:00.781Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T20:21:00.781Z] Configure a credential helper to remove this warning. See [2021-05-10T20:21:00.781Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T20:21:00.781Z] [2021-05-10T20:21:00.781Z] Login Succeeded [2021-05-10T20:21:00.781Z] nexus3.edgexfoundry.org:10003 [2021-05-10T20:21:00.971Z] ---> Running in deb9a963436a [2021-05-10T20:21:01.047Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T20:21:01.047Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T20:21:01.047Z] Configure a credential helper to remove this warning. See [2021-05-10T20:21:01.047Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T20:21:01.047Z] [2021-05-10T20:21:01.047Z] Login Succeeded [2021-05-10T20:21:01.047Z] nexus3.edgexfoundry.org:10004 [2021-05-10T20:21:01.246Z] Removing intermediate container deb9a963436a [2021-05-10T20:21:01.246Z] ---> e423c109dbc0 [2021-05-10T20:21:01.246Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T20:21:01.309Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T20:21:01.309Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T20:21:01.309Z] Configure a credential helper to remove this warning. See [2021-05-10T20:21:01.309Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T20:21:01.309Z] [2021-05-10T20:21:01.309Z] Login Succeeded [2021-05-10T20:21:01.309Z] docker.io [2021-05-10T20:21:01.309Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T20:21:01.517Z] ---> Running in 493f131d7cd7 [2021-05-10T20:21:01.571Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T20:21:01.571Z] Configure a credential helper to remove this warning. See [2021-05-10T20:21:01.571Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T20:21:01.571Z] [2021-05-10T20:21:01.571Z] Login Succeeded [2021-05-10T20:21:01.571Z] ---> docker-login.sh ends [Pipeline] } [2021-05-10T20:21:01.581Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-10T20:21:01.788Z] ========================================================= [2021-05-10T20:21:01.788Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-10T20:21:01.788Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-10T20:21:02.113Z] + 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-10T20:21:02.114Z] Sending build context to Docker daemon 574kB [2021-05-10T20:21:02.114Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-05-10T20:21:02.114Z] Step 2/8 : FROM ${BASE} [2021-05-10T20:21:02.381Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-10T20:21:02.381Z] 540db60ca938: Pulling fs layer [2021-05-10T20:21:02.381Z] adcc1eea9eea: Pulling fs layer [2021-05-10T20:21:02.381Z] 4c4ab2625f07: Pulling fs layer [2021-05-10T20:21:02.381Z] 0510c868ecb4: Pulling fs layer [2021-05-10T20:21:02.381Z] afea3b2eda06: Pulling fs layer [2021-05-10T20:21:02.381Z] 7809a108b3ef: Pulling fs layer [2021-05-10T20:21:02.381Z] f706445af74f: Pulling fs layer [2021-05-10T20:21:02.381Z] 0510c868ecb4: Waiting [2021-05-10T20:21:02.381Z] afea3b2eda06: Waiting [2021-05-10T20:21:02.381Z] 7809a108b3ef: Waiting [2021-05-10T20:21:02.381Z] f706445af74f: Waiting [2021-05-10T20:21:02.381Z] 4c4ab2625f07: Verifying Checksum [2021-05-10T20:21:02.381Z] 4c4ab2625f07: Download complete [2021-05-10T20:21:02.381Z] adcc1eea9eea: Verifying Checksum [2021-05-10T20:21:02.381Z] adcc1eea9eea: Download complete [2021-05-10T20:21:02.381Z] afea3b2eda06: Verifying Checksum [2021-05-10T20:21:02.381Z] afea3b2eda06: Download complete [2021-05-10T20:21:02.381Z] 7809a108b3ef: Verifying Checksum [2021-05-10T20:21:02.381Z] 7809a108b3ef: Download complete [2021-05-10T20:21:02.381Z] 540db60ca938: Verifying Checksum [2021-05-10T20:21:02.381Z] 540db60ca938: Download complete [2021-05-10T20:21:02.649Z] 540db60ca938: Pull complete [2021-05-10T20:21:02.910Z] adcc1eea9eea: Pull complete [2021-05-10T20:21:02.910Z] 4c4ab2625f07: Pull complete [2021-05-10T20:21:04.153Z] Removing intermediate container 493f131d7cd7 [2021-05-10T20:21:04.154Z] ---> ecd084d9163a [2021-05-10T20:21:04.154Z] Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev [2021-05-10T20:21:04.154Z] ---> Running in 60b2958d653a [2021-05-10T20:21:04.302Z] f706445af74f: Verifying Checksum [2021-05-10T20:21:04.302Z] f706445af74f: Download complete [2021-05-10T20:21:04.884Z] 0510c868ecb4: Verifying Checksum [2021-05-10T20:21:04.884Z] 0510c868ecb4: Download complete [2021-05-10T20:21:05.144Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T20:21:07.110Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T20:21:08.097Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-05-10T20:21:08.097Z] (2/13) Installing libsodium (1.0.18-r0) [2021-05-10T20:21:08.368Z] (3/13) Installing pkgconf (1.7.3-r0) [2021-05-10T20:21:08.647Z] (4/13) Installing libsodium-dev (1.0.18-r0) [2021-05-10T20:21:08.647Z] (5/13) Installing openssh-keygen (8.4_p1-r3) [2021-05-10T20:21:08.917Z] (6/13) Installing libedit (20191231.3.1-r1) [2021-05-10T20:21:09.189Z] (7/13) Installing openssh-client (8.4_p1-r3) [2021-05-10T20:21:09.467Z] (8/13) Installing openssh-sftp-server (8.4_p1-r3) [2021-05-10T20:21:09.737Z] (9/13) Installing openssh-server-common (8.4_p1-r3) [2021-05-10T20:21:10.013Z] (10/13) Installing openssh-server (8.4_p1-r3) [2021-05-10T20:21:10.013Z] (11/13) Installing openssh (8.4_p1-r3) [2021-05-10T20:21:10.215Z] 0510c868ecb4: Pull complete [2021-05-10T20:21:10.481Z] afea3b2eda06: Pull complete [2021-05-10T20:21:10.481Z] 7809a108b3ef: Pull complete [2021-05-10T20:21:11.435Z] (12/13) Installing libzmq (4.3.3-r1) [2021-05-10T20:21:11.436Z] (13/13) Installing zeromq-dev (4.3.3-r1) [2021-05-10T20:21:11.710Z] Executing busybox-1.32.1-r6.trigger [2021-05-10T20:21:11.710Z] OK: 145 MiB in 53 packages [2021-05-10T20:21:13.158Z] Removing intermediate container 60b2958d653a [2021-05-10T20:21:13.158Z] ---> 5188341f3311 [2021-05-10T20:21:13.158Z] Step 6/8 : WORKDIR /device-mqtt-go [2021-05-10T20:21:13.432Z] ---> Running in 1db88355acac [2021-05-10T20:21:13.705Z] Removing intermediate container 1db88355acac [2021-05-10T20:21:13.705Z] ---> f3c878961061 [2021-05-10T20:21:13.705Z] Step 7/8 : COPY . . [2021-05-10T20:21:14.690Z] ---> bd402f66af7a [2021-05-10T20:21:14.690Z] Step 8/8 : RUN go mod download [2021-05-10T20:21:14.735Z] f706445af74f: Pull complete [2021-05-10T20:21:14.735Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-10T20:21:14.735Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-10T20:21:14.735Z] ---> b068be0155e3 [2021-05-10T20:21:14.735Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' [2021-05-10T20:21:14.963Z] ---> Running in c11956148dd3 [2021-05-10T20:21:16.136Z] ---> Running in fee54645a97b [2021-05-10T20:21:16.136Z] Removing intermediate container fee54645a97b [2021-05-10T20:21:16.136Z] ---> de40da51859a [2021-05-10T20:21:16.136Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T20:21:16.398Z] ---> Running in 34c190c8e29f [2021-05-10T20:21:17.353Z] Removing intermediate container 34c190c8e29f [2021-05-10T20:21:17.353Z] ---> be96ca79a5a8 [2021-05-10T20:21:17.353Z] Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev [2021-05-10T20:21:17.353Z] ---> Running in 3e7d77b2f08b [2021-05-10T20:21:18.300Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T20:21:20.227Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T20:21:20.802Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-05-10T20:21:21.065Z] (2/13) Installing libsodium (1.0.18-r0) [2021-05-10T20:21:21.328Z] (3/13) Installing pkgconf (1.7.3-r0) [2021-05-10T20:21:21.328Z] (4/13) Installing libsodium-dev (1.0.18-r0) [2021-05-10T20:21:21.590Z] (5/13) Installing openssh-keygen (8.4_p1-r3) [2021-05-10T20:21:21.852Z] (6/13) Installing libedit (20191231.3.1-r1) [2021-05-10T20:21:21.852Z] (7/13) Installing openssh-client (8.4_p1-r3) [2021-05-10T20:21:24.414Z] (8/13) Installing openssh-sftp-server (8.4_p1-r3) [2021-05-10T20:21:24.414Z] (9/13) Installing openssh-server-common (8.4_p1-r3) [2021-05-10T20:21:24.414Z] (10/13) Installing openssh-server (8.4_p1-r3) [2021-05-10T20:21:24.988Z] (11/13) Installing openssh (8.4_p1-r3) [2021-05-10T20:21:24.988Z] (12/13) Installing libzmq (4.3.3-r1) [2021-05-10T20:21:25.252Z] (13/13) Installing zeromq-dev (4.3.3-r1) [2021-05-10T20:21:25.252Z] Executing busybox-1.32.1-r6.trigger [2021-05-10T20:21:25.521Z] OK: 156 MiB in 53 packages [2021-05-10T20:21:26.102Z] Removing intermediate container 3e7d77b2f08b [2021-05-10T20:21:26.102Z] ---> a1727c6d5477 [2021-05-10T20:21:26.102Z] Step 6/8 : WORKDIR /device-mqtt-go [2021-05-10T20:21:26.366Z] ---> Running in 0865aa953f9c [2021-05-10T20:21:26.366Z] Removing intermediate container 0865aa953f9c [2021-05-10T20:21:26.366Z] ---> c6f4eb471cd7 [2021-05-10T20:21:26.366Z] Step 7/8 : COPY . . [2021-05-10T20:21:27.314Z] ---> e4512fcf63ba [2021-05-10T20:21:27.314Z] Step 8/8 : RUN go mod download [2021-05-10T20:21:27.314Z] ---> Running in 4dd5745ba1ff [2021-05-10T20:21:41.760Z] Removing intermediate container c11956148dd3 [2021-05-10T20:21:41.761Z] ---> caa64d4e80ee [2021-05-10T20:21:41.761Z] Successfully built caa64d4e80ee [2021-05-10T20:21:41.761Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T20:21:42.101Z] + docker inspect -f . ci-base-image-arm64 [2021-05-10T20:21:42.101Z] . [Pipeline] withDockerContainer [2021-05-10T20:21:42.332Z] prd-ubuntu18.04-docker-arm64-4c-16g-4182 does not seem to be running inside a container [2021-05-10T20:21:42.415Z] $ 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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-10T20:21:43.793Z] $ docker top 8298213c695f4d8f8171e5b314ee4ef11fabe88bc9d9a4dd14ae038a3e5c239a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T20:21:44.762Z] + go version [2021-05-10T20:21:44.763Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-10T20:21:44.788Z] $ docker stop --time=1 8298213c695f4d8f8171e5b314ee4ef11fabe88bc9d9a4dd14ae038a3e5c239a [2021-05-10T20:21:46.722Z] $ docker rm -f 8298213c695f4d8f8171e5b314ee4ef11fabe88bc9d9a4dd14ae038a3e5c239a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T20:21:47.420Z] + docker inspect -f . ci-base-image-arm64 [2021-05-10T20:21:47.420Z] . [Pipeline] withDockerContainer [2021-05-10T20:21:47.677Z] prd-ubuntu18.04-docker-arm64-4c-16g-4182 does not seem to be running inside a container [2021-05-10T20:21:47.758Z] $ 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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-10T20:21:49.245Z] $ docker top 0873dac3c1015666804b9f519213221a01a262477ac21b4a207058593306c1c7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T20:21:50.169Z] + go mod tidy [Pipeline] sh [2021-05-10T20:21:51.417Z] + make test [2021-05-10T20:21:51.417Z] GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-05-10T20:21:52.401Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2021-05-10T20:21:53.964Z] Removing intermediate container 4dd5745ba1ff [2021-05-10T20:21:53.964Z] ---> 0b010f6c6fbc [2021-05-10T20:21:53.964Z] Successfully built 0b010f6c6fbc [2021-05-10T20:21:53.964Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T20:21:54.281Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-10T20:21:54.281Z] . [Pipeline] withDockerContainer [2021-05-10T20:21:54.399Z] prd-centos7-docker-4c-2g-4183 does not seem to be running inside a container [2021-05-10T20:21:54.453Z] $ 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 ******** -e ******** ci-base-image-x86_64 cat [2021-05-10T20:21:55.176Z] $ docker top 5028b8cfd951727159ffeef3d7404a8b595e35a88931672f05c6a5be5273779d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T20:21:55.621Z] + go version [2021-05-10T20:21:55.622Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-10T20:21:55.641Z] $ docker stop --time=1 5028b8cfd951727159ffeef3d7404a8b595e35a88931672f05c6a5be5273779d [2021-05-10T20:21:56.988Z] $ docker rm -f 5028b8cfd951727159ffeef3d7404a8b595e35a88931672f05c6a5be5273779d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T20:21:57.546Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-10T20:21:57.546Z] . [Pipeline] withDockerContainer [2021-05-10T20:21:57.751Z] prd-centos7-docker-4c-2g-4183 does not seem to be running inside a container [2021-05-10T20:21:57.824Z] $ 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 ******** -e ******** ci-base-image-x86_64 cat [2021-05-10T20:21:58.414Z] $ docker top aeae76d26dfc1b323ba4e850e32acd88e963a89094e5bcda41fae108860d59fe -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T20:21:58.821Z] + go mod tidy [Pipeline] sh [2021-05-10T20:22:00.087Z] + make test [2021-05-10T20:22:00.087Z] GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-05-10T20:22:01.058Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2021-05-10T20:22:19.332Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2021-05-10T20:22:19.912Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.018s coverage: 24.9% of statements [2021-05-10T20:22:19.912Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2021-05-10T20:22:19.912Z] GCO_ENABLED=1 GO111MODULE=on go vet ./... [2021-05-10T20:22:28.138Z] gofmt -l . [2021-05-10T20:22:28.138Z] ["`gofmt -l .`" = ""] [2021-05-10T20:22:28.138Z] ./bin/test-attribution-txt.sh [2021-05-10T20:22:28.714Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-05-10T20:22:28.732Z] $ docker stop --time=1 aeae76d26dfc1b323ba4e850e32acd88e963a89094e5bcda41fae108860d59fe [2021-05-10T20:22:30.627Z] $ docker rm -f aeae76d26dfc1b323ba4e850e32acd88e963a89094e5bcda41fae108860d59fe [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-10T20:22:31.162Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-10T20:22:31.531Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-05-10T20:22:33.961Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-10T20:22:34.270Z] + ls -al . [2021-05-10T20:22:34.270Z] total 108 [2021-05-10T20:22:34.270Z] drwxrwxr-x. 9 jenkins jenkins 4096 May 10 20:22 . [2021-05-10T20:22:34.270Z] drwxrwxr-x. 4 jenkins jenkins 28 May 10 20:20 .. [2021-05-10T20:22:34.270Z] -rw-rw-r--. 1 jenkins jenkins 7100 May 10 20:20 Attribution.txt [2021-05-10T20:22:34.270Z] drwxrwxr-x. 2 jenkins jenkins 87 May 10 20:20 bin [2021-05-10T20:22:34.270Z] drwxrwxr-x. 3 jenkins jenkins 32 May 10 20:20 cmd [2021-05-10T20:22:34.270Z] -rw-r--r--. 1 jenkins jenkins 19386 May 10 20:22 coverage.out [2021-05-10T20:22:34.270Z] -rw-rw-r--. 1 jenkins jenkins 1861 May 10 20:20 Dockerfile [2021-05-10T20:22:34.270Z] -rw-rw-r--. 1 jenkins jenkins 994 May 10 20:20 Dockerfile.build [2021-05-10T20:22:34.270Z] -rw-rw-r--. 1 jenkins jenkins 140 May 10 20:20 .dockerignore [2021-05-10T20:22:34.270Z] drwxrwxr-x. 8 jenkins jenkins 179 May 10 20:20 .git [2021-05-10T20:22:34.270Z] drwxrwxr-x. 2 jenkins jenkins 103 May 10 20:20 .github [2021-05-10T20:22:34.270Z] -rw-rw-r--. 1 jenkins jenkins 336 May 10 20:20 .gitignore [2021-05-10T20:22:34.270Z] -rw-r--r--. 1 jenkins jenkins 409 May 10 20:22 go.mod [2021-05-10T20:22:34.270Z] -rw-r--r--. 1 jenkins jenkins 21596 May 10 20:21 go.sum [2021-05-10T20:22:34.270Z] drwxrwxr-x. 3 jenkins jenkins 20 May 10 20:20 internal [2021-05-10T20:22:34.270Z] -rw-rw-r--. 1 jenkins jenkins 677 May 10 20:20 Jenkinsfile [2021-05-10T20:22:34.270Z] -rw-rw-r--. 1 jenkins jenkins 11340 May 10 20:20 LICENSE [2021-05-10T20:22:34.270Z] -rw-rw-r--. 1 jenkins jenkins 930 May 10 20:20 Makefile [2021-05-10T20:22:34.270Z] drwxrwxr-x. 2 jenkins jenkins 23 May 10 20:20 mock [2021-05-10T20:22:34.270Z] -rw-rw-r--. 1 jenkins jenkins 2217 May 10 20:20 README.md [2021-05-10T20:22:34.270Z] drwxrwxr-x. 4 jenkins jenkins 71 May 10 20:20 snap [2021-05-10T20:22:34.270Z] -rw-rw-r--. 1 jenkins jenkins 5 May 10 20:18 VERSION [2021-05-10T20:22:34.270Z] -rw-rw-r--. 1 jenkins jenkins 227 May 10 20:20 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-10T20:22:34.578Z] + 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=77116aad63d4a70ef5535a81116dc40d38606d04 --label arch=amd64 --label version=0.0.0 . [2021-05-10T20:22:34.579Z] Sending build context to Docker daemon 593.9kB [2021-05-10T20:22:34.840Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-05-10T20:22:34.840Z] Step 2/23 : FROM ${BASE} AS builder [2021-05-10T20:22:34.841Z] ---> 0b010f6c6fbc [2021-05-10T20:22:34.841Z] Step 3/23 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-05-10T20:22:35.104Z] ---> Running in 22f03af6608c [2021-05-10T20:22:35.104Z] Removing intermediate container 22f03af6608c [2021-05-10T20:22:35.104Z] ---> 154ef6e0c148 [2021-05-10T20:22:35.104Z] Step 4/23 : ARG ALPINE_PKG_EXTRA="" [2021-05-10T20:22:35.104Z] ---> Running in d891c8ae2b31 [2021-05-10T20:22:35.369Z] Removing intermediate container d891c8ae2b31 [2021-05-10T20:22:35.369Z] ---> 89cfeec8efb3 [2021-05-10T20:22:35.369Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T20:22:35.369Z] ---> Running in cd5389634f03 [2021-05-10T20:22:36.316Z] Removing intermediate container cd5389634f03 [2021-05-10T20:22:36.316Z] ---> 9c2bb9120c7e [2021-05-10T20:22:36.316Z] Step 6/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-10T20:22:36.316Z] ---> Running in 6f2ccba3d9e9 [2021-05-10T20:22:36.892Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T20:22:38.812Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T20:22:39.074Z] OK: 156 MiB in 53 packages [2021-05-10T20:22:39.652Z] Removing intermediate container 6f2ccba3d9e9 [2021-05-10T20:22:39.652Z] ---> fb3ae03e5590 [2021-05-10T20:22:39.652Z] Step 7/23 : WORKDIR /device-mqtt-go [2021-05-10T20:22:39.918Z] ---> Running in 568235be09d5 [2021-05-10T20:22:40.494Z] Removing intermediate container 568235be09d5 [2021-05-10T20:22:40.494Z] ---> 91a713ee0e97 [2021-05-10T20:22:40.494Z] Step 8/23 : COPY . . [2021-05-10T20:22:41.446Z] ---> d5ab512c7bab [2021-05-10T20:22:41.446Z] Step 9/23 : RUN go mod download [2021-05-10T20:22:41.446Z] ---> Running in 389f1877911c [2021-05-10T20:22:42.391Z] Removing intermediate container 389f1877911c [2021-05-10T20:22:42.391Z] ---> c51583e4d888 [2021-05-10T20:22:42.391Z] Step 10/23 : ARG MAKE='make build' [2021-05-10T20:22:42.391Z] ---> Running in c85a060b5868 [2021-05-10T20:22:42.655Z] Removing intermediate container c85a060b5868 [2021-05-10T20:22:42.656Z] ---> 74c1915cfd10 [2021-05-10T20:22:42.656Z] Step 11/23 : RUN $MAKE [2021-05-10T20:22:42.656Z] ---> Running in 596cf33cd2c9 [2021-05-10T20:22:43.234Z] 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-10T20:22:48.976Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2021-05-10T20:22:48.977Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.043s coverage: 24.9% of statements [2021-05-10T20:22:48.977Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2021-05-10T20:22:48.977Z] GCO_ENABLED=1 GO111MODULE=on go vet ./... [2021-05-10T20:22:55.600Z] GCO_ENABLED=1 GO111MODULE=on go build ./... [2021-05-10T20:22:58.915Z] Removing intermediate container 596cf33cd2c9 [2021-05-10T20:22:58.915Z] ---> 579369036e86 [2021-05-10T20:22:58.915Z] Step 12/23 : FROM alpine:3.12 [2021-05-10T20:22:59.491Z] 3.12: Pulling from library/alpine [2021-05-10T20:22:59.491Z] 339de151aab4: Pulling fs layer [2021-05-10T20:22:59.755Z] 339de151aab4: Verifying Checksum [2021-05-10T20:22:59.755Z] 339de151aab4: Download complete [2021-05-10T20:23:00.019Z] 339de151aab4: Pull complete [2021-05-10T20:23:00.019Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-10T20:23:00.019Z] Status: Downloaded newer image for alpine:3.12 [2021-05-10T20:23:00.019Z] ---> 13621d1b12d4 [2021-05-10T20:23:00.019Z] Step 13/23 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2021-05-10T20:23:00.283Z] ---> Running in 1ce534432de4 [2021-05-10T20:23:00.283Z] Removing intermediate container 1ce534432de4 [2021-05-10T20:23:00.283Z] ---> ac49563852a3 [2021-05-10T20:23:00.283Z] Step 14/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-10T20:23:00.283Z] ---> Running in 040c2f5a0b66 [2021-05-10T20:23:00.861Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T20:23:00.861Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T20:23:01.123Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-10T20:23:01.123Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-10T20:23:01.123Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-10T20:23:01.123Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-10T20:23:01.123Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-10T20:23:01.123Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-10T20:23:01.123Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T20:23:01.123Z] OK: 8 MiB in 20 packages [2021-05-10T20:23:01.707Z] Removing intermediate container 040c2f5a0b66 [2021-05-10T20:23:01.707Z] ---> 4a4f0063f9eb [2021-05-10T20:23:01.707Z] Step 15/23 : COPY --from=builder /device-mqtt-go/cmd / [2021-05-10T20:23:02.287Z] ---> f425aec20c55 [2021-05-10T20:23:02.287Z] Step 16/23 : COPY --from=builder /device-mqtt-go/LICENSE / [2021-05-10T20:23:02.287Z] ---> 3f9c9f9d92c0 [2021-05-10T20:23:02.287Z] Step 17/23 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2021-05-10T20:23:02.550Z] ---> 8a8f4876a2cd [2021-05-10T20:23:02.550Z] Step 18/23 : EXPOSE 49982 [2021-05-10T20:23:02.812Z] ---> Running in 83883389c422 [2021-05-10T20:23:02.812Z] Removing intermediate container 83883389c422 [2021-05-10T20:23:02.812Z] ---> 4c22535cc180 [2021-05-10T20:23:02.812Z] Step 19/23 : ENTRYPOINT ["/device-mqtt"] [2021-05-10T20:23:03.074Z] ---> Running in 3d11868d0afd [2021-05-10T20:23:03.074Z] Removing intermediate container 3d11868d0afd [2021-05-10T20:23:03.074Z] ---> b917a8b1cb94 [2021-05-10T20:23:03.074Z] Step 20/23 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T20:23:03.074Z] ---> Running in 5b006f9557db [2021-05-10T20:23:03.338Z] Removing intermediate container 5b006f9557db [2021-05-10T20:23:03.338Z] ---> 0cb00edbf8d6 [2021-05-10T20:23:03.338Z] Step 21/23 : LABEL arch=amd64 [2021-05-10T20:23:03.338Z] ---> Running in fff475ecf4c2 [2021-05-10T20:23:03.601Z] Removing intermediate container fff475ecf4c2 [2021-05-10T20:23:03.601Z] ---> 082a40e8c1c4 [2021-05-10T20:23:03.601Z] Step 22/23 : LABEL git_sha=77116aad63d4a70ef5535a81116dc40d38606d04 [2021-05-10T20:23:03.601Z] ---> Running in bb20f3e20d5a [2021-05-10T20:23:03.865Z] Removing intermediate container bb20f3e20d5a [2021-05-10T20:23:03.865Z] ---> e28637c4cdbb [2021-05-10T20:23:03.865Z] Step 23/23 : LABEL version=0.0.0 [2021-05-10T20:23:03.865Z] ---> Running in c5b26688bbc0 [2021-05-10T20:23:04.128Z] Removing intermediate container c5b26688bbc0 [2021-05-10T20:23:04.128Z] ---> e3e61a27e470 [2021-05-10T20:23:04.128Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-10T20:23:04.128Z] Successfully built e3e61a27e470 [2021-05-10T20:23:04.128Z] 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-10T20:23:15.798Z] gofmt -l . [2021-05-10T20:23:15.798Z] ["`gofmt -l .`" = ""] [2021-05-10T20:23:16.076Z] ./bin/test-attribution-txt.sh [2021-05-10T20:23:18.061Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-05-10T20:23:18.363Z] $ docker stop --time=1 0873dac3c1015666804b9f519213221a01a262477ac21b4a207058593306c1c7 [2021-05-10T20:23:19.378Z] Still waiting to schedule task [2021-05-10T20:23:19.379Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-05-10T20:23:20.416Z] $ docker rm -f 0873dac3c1015666804b9f519213221a01a262477ac21b4a207058593306c1c7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-10T20:23:21.250Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-10T20:23:21.273Z] Warning: overwriting stash ‘coverage-report’ [2021-05-10T20:23:22.113Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-10T20:23:22.618Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-10T20:23:22.983Z] + ls -al . [2021-05-10T20:23:22.983Z] total 140 [2021-05-10T20:23:22.983Z] drwxrwxr-x 9 jenkins jenkins 4096 May 10 20:23 . [2021-05-10T20:23:22.983Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 20:20 .. [2021-05-10T20:23:22.983Z] -rw-rw-r-- 1 jenkins jenkins 140 May 10 20:20 .dockerignore [2021-05-10T20:23:22.983Z] drwxrwxr-x 8 jenkins jenkins 4096 May 10 20:20 .git [2021-05-10T20:23:22.983Z] drwxrwxr-x 2 jenkins jenkins 4096 May 10 20:20 .github [2021-05-10T20:23:22.983Z] -rw-rw-r-- 1 jenkins jenkins 336 May 10 20:20 .gitignore [2021-05-10T20:23:22.983Z] -rw-rw-r-- 1 jenkins jenkins 7100 May 10 20:20 Attribution.txt [2021-05-10T20:23:22.983Z] -rw-rw-r-- 1 jenkins jenkins 1861 May 10 20:20 Dockerfile [2021-05-10T20:23:22.983Z] -rw-rw-r-- 1 jenkins jenkins 994 May 10 20:20 Dockerfile.build [2021-05-10T20:23:22.983Z] -rw-rw-r-- 1 jenkins jenkins 677 May 10 20:20 Jenkinsfile [2021-05-10T20:23:22.983Z] -rw-rw-r-- 1 jenkins jenkins 11340 May 10 20:20 LICENSE [2021-05-10T20:23:22.983Z] -rw-rw-r-- 1 jenkins jenkins 930 May 10 20:20 Makefile [2021-05-10T20:23:22.983Z] -rw-rw-r-- 1 jenkins jenkins 2217 May 10 20:20 README.md [2021-05-10T20:23:22.983Z] -rw-rw-r-- 1 jenkins jenkins 5 May 10 20:18 VERSION [2021-05-10T20:23:22.983Z] drwxrwxr-x 2 jenkins jenkins 4096 May 10 20:20 bin [2021-05-10T20:23:22.983Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 20:20 cmd [2021-05-10T20:23:22.983Z] -rw-r--r-- 1 jenkins jenkins 19386 May 10 20:22 coverage.out [2021-05-10T20:23:22.983Z] -rw-r--r-- 1 jenkins jenkins 409 May 10 20:23 go.mod [2021-05-10T20:23:22.983Z] -rw-r--r-- 1 jenkins jenkins 21596 May 10 20:21 go.sum [2021-05-10T20:23:22.983Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 20:20 internal [2021-05-10T20:23:22.983Z] drwxrwxr-x 2 jenkins jenkins 4096 May 10 20:20 mock [2021-05-10T20:23:22.983Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 20:20 snap [2021-05-10T20:23:22.983Z] -rw-rw-r-- 1 jenkins jenkins 227 May 10 20:20 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-10T20:23:23.415Z] + 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=77116aad63d4a70ef5535a81116dc40d38606d04 --label arch=arm64 --label version=0.0.0 . [2021-05-10T20:23:23.731Z] Sending build context to Docker daemon 592.9kB [2021-05-10T20:23:24.017Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-05-10T20:23:24.017Z] Step 2/23 : FROM ${BASE} AS builder [2021-05-10T20:23:24.017Z] ---> caa64d4e80ee [2021-05-10T20:23:24.017Z] Step 3/23 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-05-10T20:23:24.296Z] ---> Running in b6bbc5821dda [2021-05-10T20:23:24.579Z] Removing intermediate container b6bbc5821dda [2021-05-10T20:23:24.579Z] ---> 5ac02da5cb38 [2021-05-10T20:23:24.579Z] Step 4/23 : ARG ALPINE_PKG_EXTRA="" [2021-05-10T20:23:24.856Z] ---> Running in 14e0e3fdc0c9 [2021-05-10T20:23:25.130Z] Removing intermediate container 14e0e3fdc0c9 [2021-05-10T20:23:25.130Z] ---> 7221536e7f10 [2021-05-10T20:23:25.130Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T20:23:25.401Z] ---> Running in 24c178fad6ab [2021-05-10T20:23:27.373Z] Removing intermediate container 24c178fad6ab [2021-05-10T20:23:27.373Z] ---> bcf7e6e96696 [2021-05-10T20:23:27.373Z] Step 6/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-10T20:23:27.650Z] ---> Running in 888abdc429ca [2021-05-10T20:23:28.630Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T20:23:30.590Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T20:23:31.601Z] OK: 145 MiB in 53 packages [2021-05-10T20:23:32.581Z] Removing intermediate container 888abdc429ca [2021-05-10T20:23:32.581Z] ---> 85f768f361c2 [2021-05-10T20:23:32.581Z] Step 7/23 : WORKDIR /device-mqtt-go [2021-05-10T20:23:32.855Z] ---> Running in 02a1e5c47e9f [2021-05-10T20:23:33.451Z] Removing intermediate container 02a1e5c47e9f [2021-05-10T20:23:33.451Z] ---> e131d16592bf [2021-05-10T20:23:33.451Z] Step 8/23 : COPY . . [2021-05-10T20:23:34.434Z] ---> 76fb8ecc32d7 [2021-05-10T20:23:34.434Z] Step 9/23 : RUN go mod download [2021-05-10T20:23:34.434Z] ---> Running in e170b73a5433 [2021-05-10T20:23:37.056Z] Removing intermediate container e170b73a5433 [2021-05-10T20:23:37.056Z] ---> e7627a9e0d1c [2021-05-10T20:23:37.056Z] Step 10/23 : ARG MAKE='make build' [2021-05-10T20:23:37.056Z] ---> Running in b3e51e25f7b0 [2021-05-10T20:23:37.328Z] Removing intermediate container b3e51e25f7b0 [2021-05-10T20:23:37.328Z] ---> 63015f5fb32e [2021-05-10T20:23:37.328Z] Step 11/23 : RUN $MAKE [2021-05-10T20:23:37.604Z] ---> Running in 5e6a5e77eb03 [2021-05-10T20:23:38.601Z] 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-10T20:24:12.043Z] Running on prd-ubuntu18.04-docker-8c-8g-4186 in /w/workspace/gexfoundry_device-mqtt-go_PR-236 [Pipeline] { [Pipeline] ws [2021-05-10T20:24:12.066Z] Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout [2021-05-10T20:24:14.415Z] using credential edgex-jenkins-ssh [2021-05-10T20:24:14.441Z] Cloning the remote Git repository [2021-05-10T20:24:14.455Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2021-05-10T20:24:14.519Z] > git init /w/workspace/device-mqtt-go/2 # timeout=10 [2021-05-10T20:24:14.548Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-05-10T20:24:14.548Z] > git --version # timeout=10 [2021-05-10T20:24:14.561Z] > git --version # 'git version 2.17.1' [2021-05-10T20:24:14.562Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T20:24:14.597Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T20:24:15.275Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-05-10T20:24:15.280Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T20:24:15.288Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-05-10T20:24:15.299Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-05-10T20:24:15.299Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T20:24:15.303Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/236/head:refs/remotes/origin/PR-236 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-10T20:24:15.821Z] Merging remotes/origin/master commit e697b4492d61b291e25afe90594ef703f17e91d3 into PR head commit 77116aad63d4a70ef5535a81116dc40d38606d04 [2021-05-10T20:24:15.893Z] Merge succeeded, producing 77116aad63d4a70ef5535a81116dc40d38606d04 [2021-05-10T20:24:15.893Z] Checking out Revision 77116aad63d4a70ef5535a81116dc40d38606d04 (PR-236) [2021-05-10T20:24:15.820Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T20:24:15.825Z] > git checkout -f 77116aad63d4a70ef5535a81116dc40d38606d04 # timeout=10 [2021-05-10T20:24:15.857Z] > git remote # timeout=10 [2021-05-10T20:24:15.862Z] > git config --get remote.origin.url # timeout=10 [2021-05-10T20:24:15.868Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T20:24:15.871Z] > git merge e697b4492d61b291e25afe90594ef703f17e91d3 # timeout=10 [2021-05-10T20:24:15.879Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-10T20:24:15.888Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T20:24:15.891Z] > git checkout -f 77116aad63d4a70ef5535a81116dc40d38606d04 # timeout=10 [2021-05-10T20:24:17.616Z] GCO_ENABLED=1 GO111MODULE=on go build ./... [2021-05-10T20:24:19.516Z] Commit message: "feat: Add secure MessagBus capability" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-10T20:24:20.526Z] + echo snap-build.sh [2021-05-10T20:24:20.526Z] snap-build.sh [2021-05-10T20:24:20.526Z] + SNAP_BASE_DIR=. [2021-05-10T20:24:20.526Z] + '[' '!' -z /w/workspace/device-mqtt-go/2 ']' [2021-05-10T20:24:20.526Z] + SNAP_BASE_DIR=/w/workspace/device-mqtt-go/2 [2021-05-10T20:24:20.526Z] + echo '[snap-build] Building snap in dir [/w/workspace/device-mqtt-go/2]' [2021-05-10T20:24:20.526Z] [snap-build] Building snap in dir [/w/workspace/device-mqtt-go/2] [2021-05-10T20:24:20.526Z] + cd /w/workspace/device-mqtt-go/2 [2021-05-10T20:24:20.526Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-05-10T20:24:20.526Z] Reading package lists... [2021-05-10T20:24:20.799Z] Building dependency tree... [2021-05-10T20:24:20.799Z] Reading state information... [2021-05-10T20:24:20.799Z] The following packages were automatically installed and are no longer required: [2021-05-10T20:24:20.799Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-05-10T20:24:20.799Z] uidmap xdelta3 [2021-05-10T20:24:20.799Z] Use 'sudo apt autoremove' to remove them. [2021-05-10T20:24:20.799Z] The following packages will be REMOVED: [2021-05-10T20:24:20.799Z] lxd* lxd-client* [2021-05-10T20:24:20.999Z] Removing intermediate container 5e6a5e77eb03 [2021-05-10T20:24:20.999Z] ---> cf5836eb6c7c [2021-05-10T20:24:20.999Z] Step 12/23 : FROM alpine:3.12 [2021-05-10T20:24:21.370Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-05-10T20:24:21.370Z] After this operation, 31.7 MB disk space will be freed. [2021-05-10T20:24:21.590Z] 3.12: Pulling from library/alpine [2021-05-10T20:24:21.590Z] d2f70382dc9a: Pulling fs layer [2021-05-10T20:24:21.861Z] d2f70382dc9a: Verifying Checksum [2021-05-10T20:24:21.861Z] d2f70382dc9a: Download complete [2021-05-10T20:24:22.411Z] (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-10T20:24:22.411Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-10T20:24:22.457Z] d2f70382dc9a: Pull complete [2021-05-10T20:24:22.457Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-10T20:24:22.457Z] Status: Downloaded newer image for alpine:3.12 [2021-05-10T20:24:22.457Z] ---> 9852663dfa18 [2021-05-10T20:24:22.457Z] Step 13/23 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2021-05-10T20:24:22.728Z] ---> Running in 32dfe1a7bc47 [2021-05-10T20:24:23.001Z] Removing intermediate container 32dfe1a7bc47 [2021-05-10T20:24:23.001Z] ---> de503abc43b8 [2021-05-10T20:24:23.001Z] Step 14/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-10T20:24:23.273Z] ---> Running in 7b7221a88a1a [2021-05-10T20:24:23.352Z] Removing lxd dnsmasq configuration [2021-05-10T20:24:23.613Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-05-10T20:24:23.875Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-05-10T20:24:24.245Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-10T20:24:24.447Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-05-10T20:24:24.515Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-10T20:24:24.707Z] (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-10T20:24:24.708Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-10T20:24:25.102Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-10T20:24:25.102Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-10T20:24:25.102Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-10T20:24:25.102Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-10T20:24:25.374Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-10T20:24:25.374Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-10T20:24:25.374Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T20:24:25.374Z] OK: 8 MiB in 20 packages [2021-05-10T20:24:26.101Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-05-10T20:24:26.361Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-05-10T20:24:26.806Z] Removing intermediate container 7b7221a88a1a [2021-05-10T20:24:26.806Z] ---> b70fbf38873f [2021-05-10T20:24:26.806Z] Step 15/23 : COPY --from=builder /device-mqtt-go/cmd / [2021-05-10T20:24:27.748Z] + sudo snap remove --purge lxd [2021-05-10T20:24:27.784Z] ---> e529732d589a [2021-05-10T20:24:27.784Z] Step 16/23 : COPY --from=builder /device-mqtt-go/LICENSE / [2021-05-10T20:24:28.009Z] snap "lxd" is not installed [2021-05-10T20:24:28.009Z] + sudo groupadd --force --system lxd [2021-05-10T20:24:28.009Z] ++ whoami [2021-05-10T20:24:28.009Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-05-10T20:24:28.009Z] + newgrp - lxd [2021-05-10T20:24:28.270Z] + sudo snap install lxd [2021-05-10T20:24:28.376Z] ---> 90d58c4babc7 [2021-05-10T20:24:28.377Z] Step 17/23 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2021-05-10T20:24:29.355Z] ---> 19c70049eb12 [2021-05-10T20:24:29.355Z] Step 18/23 : EXPOSE 49982 [2021-05-10T20:24:29.355Z] ---> Running in 38794c4f54e8 [2021-05-10T20:24:29.627Z] Removing intermediate container 38794c4f54e8 [2021-05-10T20:24:29.627Z] ---> a9bcdb179509 [2021-05-10T20:24:29.627Z] Step 19/23 : ENTRYPOINT ["/device-mqtt"] [2021-05-10T20:24:29.900Z] ---> Running in 1ccf65e7934e [2021-05-10T20:24:30.172Z] Removing intermediate container 1ccf65e7934e [2021-05-10T20:24:30.172Z] ---> 1775ff8d229a [2021-05-10T20:24:30.172Z] Step 20/23 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T20:24:30.444Z] ---> Running in fe2bfc42ca24 [2021-05-10T20:24:30.714Z] Removing intermediate container fe2bfc42ca24 [2021-05-10T20:24:30.714Z] ---> de9be688c995 [2021-05-10T20:24:30.714Z] Step 21/23 : LABEL arch=arm64 [2021-05-10T20:24:30.987Z] ---> Running in 4cd486435409 [2021-05-10T20:24:31.584Z] Removing intermediate container 4cd486435409 [2021-05-10T20:24:31.584Z] ---> 743a886e67ec [2021-05-10T20:24:31.584Z] Step 22/23 : LABEL git_sha=77116aad63d4a70ef5535a81116dc40d38606d04 [2021-05-10T20:24:31.584Z] ---> Running in 04ad40aac983 [2021-05-10T20:24:31.853Z] Removing intermediate container 04ad40aac983 [2021-05-10T20:24:31.853Z] ---> 8ec3b3bbc300 [2021-05-10T20:24:31.853Z] Step 23/23 : LABEL version=0.0.0 [2021-05-10T20:24:32.124Z] ---> Running in 097865024a69 [2021-05-10T20:24:32.714Z] Removing intermediate container 097865024a69 [2021-05-10T20:24:32.714Z] ---> 6f7d26b30842 [2021-05-10T20:24:32.714Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-10T20:24:32.714Z] Successfully built 6f7d26b30842 [2021-05-10T20:24:32.714Z] 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-10T20:24:33.355Z] ---> job-cost.sh [2021-05-10T20:24:33.355Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-UQGe [2021-05-10T20:24:38.297Z] 2021-05-10T20:24:34Z INFO Waiting for automatic snapd restart... [2021-05-10T20:24:53.217Z] lxd 4.14 from Canonical* installed [2021-05-10T20:24:53.217Z] + sudo lxd init --auto [2021-05-10T20:25:03.249Z] + sudo snap install --classic snapcraft [2021-05-10T20:25:09.509Z] snapcraft 4.7.1 from Canonical* installed [2021-05-10T20:25:09.509Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-05-10T20:25:09.509Z] + sudo snapcraft prime --use-lxd [2021-05-10T20:25:11.425Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-05-10T20:25:11.687Z] 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-10T20:25:11.687Z] - README.md [2021-05-10T20:25:11.687Z] [2021-05-10T20:25:11.687Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-10T20:25:12.300Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-10T20:25:12.632Z] Launching a container. [2021-05-10T20:25:24.875Z] Waiting for container to be ready [2021-05-10T20:25:24.875Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-05-10T20:25:24.875Z] [2021-05-10T20:25:28.190Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-05-10T20:25:28.190Z] Waiting for network to be ready... [2021-05-10T20:25:28.456Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-10T20:25:28.718Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] [2021-05-10T20:25:28.718Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-10T20:25:28.980Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-10T20:25:28.980Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-10T20:25:28.980Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-10T20:25:28.980Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] [2021-05-10T20:25:28.980Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] [2021-05-10T20:25:28.980Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-10T20:25:28.980Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-10T20:25:29.240Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-10T20:25:29.240Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-10T20:25:29.504Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-10T20:25:29.504Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-10T20:25:29.504Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-10T20:25:29.504Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-10T20:25:29.504Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-10T20:25:29.504Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-10T20:25:30.084Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-10T20:25:30.084Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2052 kB] [2021-05-10T20:25:30.346Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [411 kB] [2021-05-10T20:25:30.346Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-10T20:25:30.346Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-10T20:25:30.346Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [335 kB] [2021-05-10T20:25:30.346Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [45.5 kB] [2021-05-10T20:25:30.346Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-05-10T20:25:30.346Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-10T20:25:33.678Z] Fetched 24.5 MB in 5s (4698 kB/s) [2021-05-10T20:25:35.074Z] Reading package lists... [2021-05-10T20:25:35.074Z] Reading package lists... [2021-05-10T20:25:35.336Z] Building dependency tree... [2021-05-10T20:25:35.336Z] Reading state information... [2021-05-10T20:25:35.336Z] The following additional packages will be installed: [2021-05-10T20:25:35.336Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-10T20:25:35.336Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-10T20:25:35.336Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-10T20:25:35.336Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-05-10T20:25:35.336Z] Suggested packages: [2021-05-10T20:25:35.336Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-05-10T20:25:35.336Z] Recommended packages: [2021-05-10T20:25:35.336Z] gnupg libsasl2-modules [2021-05-10T20:25:35.336Z] The following NEW packages will be installed: [2021-05-10T20:25:35.336Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-10T20:25:35.336Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-10T20:25:35.336Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-10T20:25:35.336Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-05-10T20:25:35.336Z] The following packages will be upgraded: [2021-05-10T20:25:35.336Z] gpg gpg-agent gpgconf libudev1 [2021-05-10T20:25:35.598Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-05-10T20:25:35.598Z] Need to get 3530 kB of archives. [2021-05-10T20:25:35.598Z] After this operation, 13.3 MB of additional disk space will be used. [2021-05-10T20:25:35.598Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-05-10T20:25:35.598Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.47 [58.2 kB] [2021-05-10T20:25:35.859Z] 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-10T20:25:35.859Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-05-10T20:25:35.859Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-05-10T20:25:35.859Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.47 [1102 kB] [2021-05-10T20:25:36.430Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-05-10T20:25:36.430Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-05-10T20:25:36.430Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-05-10T20:25:36.430Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-05-10T20:25:36.430Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-05-10T20:25:36.430Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-05-10T20:25:36.430Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-05-10T20:25:36.430Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-05-10T20:25:36.430Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-05-10T20:25:36.430Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-05-10T20:25:36.430Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-05-10T20:25:36.430Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-05-10T20:25:36.430Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-05-10T20:25:36.430Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-05-10T20:25:36.430Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-05-10T20:25:36.430Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-05-10T20:25:36.691Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-10T20:25:36.692Z] Fetched 3530 kB in 1s (3114 kB/s) [2021-05-10T20:25:36.692Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-10T20:25:36.692Z] Preparing to unpack .../libudev1_237-3ubuntu10.47_amd64.deb ... [2021-05-10T20:25:36.954Z] Unpacking libudev1:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-10T20:25:36.954Z] Setting up libudev1:amd64 (237-3ubuntu10.47) ... [2021-05-10T20:25:36.954Z] Selecting previously unselected package udev. [2021-05-10T20:25:36.954Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-10T20:25:36.954Z] Preparing to unpack .../00-udev_237-3ubuntu10.47_amd64.deb ... [2021-05-10T20:25:36.954Z] Unpacking udev (237-3ubuntu10.47) ... [2021-05-10T20:25:37.218Z] Selecting previously unselected package libfuse2:amd64. [2021-05-10T20:25:37.218Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-05-10T20:25:37.480Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-10T20:25:37.480Z] Selecting previously unselected package fuse. [2021-05-10T20:25:37.480Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-05-10T20:25:37.480Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-05-10T20:25:37.480Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-10T20:25:37.480Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-10T20:25:37.742Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-10T20:25:37.742Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-10T20:25:37.742Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-10T20:25:37.742Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-10T20:25:38.004Z] Selecting previously unselected package libksba8:amd64. [2021-05-10T20:25:38.004Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-05-10T20:25:38.004Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-05-10T20:25:38.004Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-05-10T20:25:38.004Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-10T20:25:38.004Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T20:25:38.265Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-05-10T20:25:38.265Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-10T20:25:38.265Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T20:25:38.265Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-05-10T20:25:38.265Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-10T20:25:38.265Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T20:25:38.265Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-05-10T20:25:38.265Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-10T20:25:38.265Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T20:25:38.526Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-05-10T20:25:38.526Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-10T20:25:38.526Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T20:25:38.526Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-05-10T20:25:38.526Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-10T20:25:38.526Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T20:25:38.526Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-05-10T20:25:38.526Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-10T20:25:38.526Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T20:25:38.787Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-05-10T20:25:38.787Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-10T20:25:38.787Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T20:25:38.787Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-05-10T20:25:38.787Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-10T20:25:38.787Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T20:25:39.052Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-05-10T20:25:39.052Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-10T20:25:39.052Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-10T20:25:39.052Z] Selecting previously unselected package libsasl2-2:amd64. [2021-05-10T20:25:39.052Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-10T20:25:39.052Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-10T20:25:39.052Z] Selecting previously unselected package libldap-common. [2021-05-10T20:25:39.052Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-05-10T20:25:39.052Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-10T20:25:39.313Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-05-10T20:25:39.313Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-05-10T20:25:39.313Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-10T20:25:39.313Z] Selecting previously unselected package dirmngr. [2021-05-10T20:25:39.313Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-10T20:25:39.313Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-10T20:25:39.575Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-10T20:25:39.575Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-05-10T20:25:39.575Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-10T20:25:39.575Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-10T20:25:39.575Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-10T20:25:39.575Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-05-10T20:25:39.575Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T20:25:39.575Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-05-10T20:25:39.575Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-10T20:25:39.837Z] Setting up udev (237-3ubuntu10.47) ... [2021-05-10T20:25:40.098Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-05-10T20:25:40.098Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T20:25:40.362Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-05-10T20:25:40.362Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-05-10T20:25:40.362Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-05-10T20:25:40.362Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T20:25:40.362Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T20:25:40.362Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T20:25:40.623Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T20:25:40.623Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T20:25:40.623Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T20:25:40.623Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T20:25:40.623Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-10T20:25:40.623Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-10T20:25:40.623Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-10T20:25:41.569Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-05-10T20:25:41.569Z] settings in the [Install] section, and DefaultInstance for template units). [2021-05-10T20:25:41.569Z] This means they are not meant to be enabled using systemctl. [2021-05-10T20:25:41.569Z] Possible reasons for having this kind of units are: [2021-05-10T20:25:41.569Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-05-10T20:25:41.569Z] .wants/ or .requires/ directory. [2021-05-10T20:25:41.569Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-05-10T20:25:41.569Z] a requirement dependency on it. [2021-05-10T20:25:41.569Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-05-10T20:25:41.569Z] D-Bus, udev, scripted systemctl call, ...). [2021-05-10T20:25:41.569Z] 4) In case of template units, the unit is meant to be enabled with some [2021-05-10T20:25:41.569Z] instance name specified. [2021-05-10T20:25:41.831Z] Reading package lists... [2021-05-10T20:25:41.831Z] Building dependency tree... [2021-05-10T20:25:41.831Z] Reading state information... [2021-05-10T20:25:42.092Z] The following additional packages will be installed: [2021-05-10T20:25:42.092Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-05-10T20:25:42.092Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-05-10T20:25:42.092Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-05-10T20:25:42.092Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-05-10T20:25:42.092Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-05-10T20:25:42.092Z] Suggested packages: [2021-05-10T20:25:42.092Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-05-10T20:25:42.092Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-05-10T20:25:42.092Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-05-10T20:25:42.092Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-05-10T20:25:42.092Z] systemd-container policykit-1 [2021-05-10T20:25:42.092Z] Recommended packages: [2021-05-10T20:25:42.092Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-05-10T20:25:42.092Z] The following NEW packages will be installed: [2021-05-10T20:25:42.092Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-05-10T20:25:42.092Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-05-10T20:25:42.092Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-05-10T20:25:42.092Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-05-10T20:25:42.092Z] python3.6-minimal snapd squashfs-tools sudo [2021-05-10T20:25:42.092Z] The following packages will be upgraded: [2021-05-10T20:25:42.092Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-05-10T20:25:42.092Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-05-10T20:25:42.092Z] Need to get 35.2 MB of archives. [2021-05-10T20:25:42.092Z] After this operation, 141 MB of additional disk space will be used. [2021-05-10T20:25:42.092Z] 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-10T20:25:42.355Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.47 [2914 kB] [2021-05-10T20:25:42.355Z] 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-10T20:25:42.355Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-05-10T20:25:42.355Z] 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-10T20:25:42.355Z] 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-10T20:25:42.355Z] 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-10T20:25:42.355Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-05-10T20:25:42.355Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-05-10T20:25:42.355Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-05-10T20:25:42.355Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-05-10T20:25:42.355Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-05-10T20:25:42.355Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-05-10T20:25:42.355Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-05-10T20:25:42.355Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-05-10T20:25:42.355Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-05-10T20:25:42.355Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-05-10T20:25:42.939Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.47 [209 kB] [2021-05-10T20:25:42.939Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-05-10T20:25:43.200Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-05-10T20:25:43.200Z] 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-10T20:25:43.200Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-05-10T20:25:43.200Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-05-10T20:25:43.200Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-05-10T20:25:43.200Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-05-10T20:25:43.200Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-05-10T20:25:43.200Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-05-10T20:25:43.200Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-05-10T20:25:43.200Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-05-10T20:25:43.200Z] 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-10T20:25:43.461Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-10T20:25:43.461Z] Fetched 35.2 MB in 1s (29.0 MB/s) [2021-05-10T20:25:43.461Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-10T20:25:43.461Z] Preparing to unpack .../systemd_237-3ubuntu10.47_amd64.deb ... [2021-05-10T20:25:43.723Z] Unpacking systemd (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-10T20:25:44.297Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.47_amd64.deb ... [2021-05-10T20:25:44.297Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-10T20:25:44.557Z] Setting up libsystemd0:amd64 (237-3ubuntu10.47) ... [2021-05-10T20:25:44.557Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-10T20:25:44.557Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-05-10T20:25:44.557Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-05-10T20:25:44.819Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-05-10T20:25:44.819Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-10T20:25:44.819Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-05-10T20:25:44.819Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-05-10T20:25:45.393Z] Setting up apt (1.6.13) ... [2021-05-10T20:25:45.393Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-05-10T20:25:45.656Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-05-10T20:25:45.917Z] (Reading database ... 12764 files and directories currently installed.) [2021-05-10T20:25:45.917Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-10T20:25:45.917Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-10T20:25:46.492Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-05-10T20:25:46.492Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-10T20:25:46.492Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-10T20:25:46.754Z] Selecting previously unselected package libexpat1:amd64. [2021-05-10T20:25:46.754Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-05-10T20:25:46.754Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-10T20:25:46.754Z] Selecting previously unselected package python3.6-minimal. [2021-05-10T20:25:46.754Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-10T20:25:46.754Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-10T20:25:47.015Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-10T20:25:47.278Z] Checking for services that may need to be restarted...done. [2021-05-10T20:25:47.278Z] Checking for services that may need to be restarted...done. [2021-05-10T20:25:47.278Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-10T20:25:47.540Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-10T20:25:47.540Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-10T20:25:48.116Z] Selecting previously unselected package python3-minimal. [2021-05-10T20:25:48.116Z] (Reading database ... 13012 files and directories currently installed.) [2021-05-10T20:25:48.116Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-05-10T20:25:48.116Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-05-10T20:25:48.116Z] Selecting previously unselected package mime-support. [2021-05-10T20:25:48.116Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-05-10T20:25:48.116Z] Unpacking mime-support (3.60ubuntu1) ... [2021-05-10T20:25:48.116Z] Selecting previously unselected package libmpdec2:amd64. [2021-05-10T20:25:48.116Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-05-10T20:25:48.116Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-10T20:25:48.380Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-05-10T20:25:48.380Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-10T20:25:48.380Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-10T20:25:48.644Z] Selecting previously unselected package python3.6. [2021-05-10T20:25:48.645Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-10T20:25:48.645Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-10T20:25:48.906Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-05-10T20:25:48.906Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-05-10T20:25:48.906Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-10T20:25:48.906Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-05-10T20:25:49.167Z] Selecting previously unselected package python3. [2021-05-10T20:25:49.167Z] (Reading database ... 13442 files and directories currently installed.) [2021-05-10T20:25:49.167Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-05-10T20:25:49.167Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-05-10T20:25:49.167Z] Selecting previously unselected package multiarch-support. [2021-05-10T20:25:49.167Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-05-10T20:25:49.167Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-05-10T20:25:49.431Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-05-10T20:25:49.431Z] Selecting previously unselected package liblzo2-2:amd64. [2021-05-10T20:25:49.431Z] (Reading database ... 13479 files and directories currently installed.) [2021-05-10T20:25:49.431Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-05-10T20:25:49.431Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-05-10T20:25:49.431Z] Selecting previously unselected package libbsd0:amd64. [2021-05-10T20:25:49.431Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-05-10T20:25:49.431Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-10T20:25:49.697Z] Selecting previously unselected package sudo. [2021-05-10T20:25:49.697Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-05-10T20:25:49.697Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-10T20:25:49.960Z] Selecting previously unselected package apparmor. [2021-05-10T20:25:49.960Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-05-10T20:25:49.960Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-05-10T20:25:49.960Z] Selecting previously unselected package libedit2:amd64. [2021-05-10T20:25:49.960Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-05-10T20:25:49.960Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-05-10T20:25:50.222Z] Selecting previously unselected package libkrb5support0:amd64. [2021-05-10T20:25:50.222Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-05-10T20:25:50.222Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-10T20:25:50.222Z] Selecting previously unselected package libk5crypto3:amd64. [2021-05-10T20:25:50.222Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-10T20:25:50.222Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-10T20:25:50.484Z] Selecting previously unselected package libkeyutils1:amd64. [2021-05-10T20:25:50.484Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-05-10T20:25:50.484Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-10T20:25:50.484Z] Selecting previously unselected package libkrb5-3:amd64. [2021-05-10T20:25:50.484Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-10T20:25:50.484Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-10T20:25:50.484Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-05-10T20:25:50.484Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-05-10T20:25:50.484Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-10T20:25:50.746Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-05-10T20:25:50.746Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-05-10T20:25:50.746Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-10T20:25:51.006Z] Selecting previously unselected package openssh-client. [2021-05-10T20:25:51.006Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-05-10T20:25:51.006Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-10T20:25:51.006Z] Selecting previously unselected package squashfs-tools. [2021-05-10T20:25:51.006Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-05-10T20:25:51.006Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-10T20:25:51.268Z] Selecting previously unselected package snapd. [2021-05-10T20:25:51.268Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-05-10T20:25:51.268Z] Unpacking snapd (2.48.3+18.04) ... [2021-05-10T20:25:53.825Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-05-10T20:25:53.825Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-10T20:25:53.825Z] Setting up mime-support (3.60ubuntu1) ... [2021-05-10T20:25:53.825Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-10T20:25:54.087Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-10T20:25:54.087Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-10T20:25:54.087Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-10T20:25:54.087Z] Setting up systemd (237-3ubuntu10.47) ... [2021-05-10T20:25:54.087Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-05-10T20:25:55.031Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-10T20:25:55.031Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-10T20:25:55.031Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-05-10T20:25:55.031Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-10T20:25:55.031Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-10T20:25:55.293Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-10T20:25:55.868Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-10T20:25:55.868Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-10T20:25:56.129Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-10T20:25:56.129Z] Setting up python3 (3.6.7-1~18.04) ... [2021-05-10T20:25:56.129Z] running python rtupdate hooks for python3.6... [2021-05-10T20:25:56.129Z] running python post-rtupdate hooks for python3.6... [2021-05-10T20:25:56.129Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-05-10T20:25:57.520Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-05-10T20:25:57.782Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-10T20:25:57.782Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-10T20:25:58.044Z] Setting up snapd (2.48.3+18.04) ... [2021-05-10T20:25:58.616Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-05-10T20:25:58.616Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-05-10T20:25:58.877Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-05-10T20:25:59.138Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-05-10T20:25:59.401Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-10T20:25:59.401Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-10T20:25:59.664Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-05-10T20:25:59.664Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-05-10T20:25:59.926Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-05-10T20:26:00.257Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-05-10T20:26:00.257Z] /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-10T20:26:00.257Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-10T20:26:00.257Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-10T20:26:01.649Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-10T20:26:01.649Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-10T20:26:01.649Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-10T20:26:03.574Z] Reading package lists... [2021-05-10T20:26:03.574Z] Reading package lists... [2021-05-10T20:26:03.837Z] Building dependency tree... [2021-05-10T20:26:03.837Z] Reading state information... [2021-05-10T20:26:03.837Z] Calculating upgrade... [2021-05-10T20:26:04.111Z] The following packages will be upgraded: [2021-05-10T20:26:04.111Z] advancecomp base-files bash binutils binutils-common [2021-05-10T20:26:04.111Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-05-10T20:26:04.111Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-05-10T20:26:04.111Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-05-10T20:26:04.111Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-05-10T20:26:04.111Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-05-10T20:26:04.111Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-05-10T20:26:04.111Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-05-10T20:26:04.111Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-05-10T20:26:04.111Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-05-10T20:26:04.111Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-05-10T20:26:04.111Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-05-10T20:26:04.111Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-05-10T20:26:04.111Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-05-10T20:26:04.112Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-05-10T20:26:04.373Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-05-10T20:26:04.373Z] Need to get 64.0 MB of archives. [2021-05-10T20:26:04.373Z] After this operation, 5041 kB of additional disk space will be used. [2021-05-10T20:26:04.373Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-05-10T20:26:04.373Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-05-10T20:26:04.636Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-05-10T20:26:04.898Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-05-10T20:26:04.898Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-05-10T20:26:04.898Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-05-10T20:26:04.898Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-05-10T20:26:04.898Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-05-10T20:26:04.898Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-05-10T20:26:04.898Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-05-10T20:26:04.898Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-05-10T20:26:04.898Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-05-10T20:26:04.898Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-05-10T20:26:04.898Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-05-10T20:26:04.898Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-05-10T20:26:04.898Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-05-10T20:26:05.159Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-05-10T20:26:05.159Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-05-10T20:26:05.159Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-143.147 [994 kB] [2021-05-10T20:26:05.159Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-05-10T20:26:05.159Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-05-10T20:26:05.159Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-05-10T20:26:05.159Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-05-10T20:26:05.159Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-05-10T20:26:05.159Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-05-10T20:26:05.159Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-05-10T20:26:05.159Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-05-10T20:26:05.159Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-05-10T20:26:05.159Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-05-10T20:26:05.159Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-05-10T20:26:05.159Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-05-10T20:26:05.159Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-05-10T20:26:05.421Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-05-10T20:26:05.421Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-05-10T20:26:05.422Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-05-10T20:26:05.422Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-05-10T20:26:05.422Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-05-10T20:26:05.422Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-05-10T20:26:05.422Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-05-10T20:26:05.422Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-05-10T20:26:05.422Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-05-10T20:26:05.422Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-05-10T20:26:05.422Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-05-10T20:26:05.422Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-05-10T20:26:05.422Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-05-10T20:26:05.422Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-05-10T20:26:05.422Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-05-10T20:26:05.422Z] Get:48 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-10T20:26:05.422Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-05-10T20:26:05.422Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.47 [16.0 kB] [2021-05-10T20:26:05.422Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-05-10T20:26:05.422Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-05-10T20:26:05.422Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-05-10T20:26:05.422Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-05-10T20:26:05.422Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-05-10T20:26:05.422Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-05-10T20:26:05.685Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-05-10T20:26:05.685Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-05-10T20:26:05.685Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-05-10T20:26:05.685Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-05-10T20:26:05.685Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-05-10T20:26:05.685Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-05-10T20:26:05.685Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-05-10T20:26:05.685Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-05-10T20:26:05.685Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-05-10T20:26:05.685Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-05-10T20:26:05.685Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-05-10T20:26:05.685Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-05-10T20:26:05.685Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-05-10T20:26:05.685Z] Get:70 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-10T20:26:05.685Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-05-10T20:26:05.685Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-05-10T20:26:05.685Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-05-10T20:26:05.685Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-05-10T20:26:05.685Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-05-10T20:26:05.685Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-05-10T20:26:05.685Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-05-10T20:26:05.685Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-05-10T20:26:05.685Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-05-10T20:26:05.685Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-05-10T20:26:05.685Z] Get:81 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-10T20:26:05.685Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-05-10T20:26:05.685Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-05-10T20:26:05.685Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-05-10T20:26:05.685Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-05-10T20:26:05.947Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-05-10T20:26:05.947Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-05-10T20:26:05.947Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-05-10T20:26:05.947Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-05-10T20:26:05.947Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-05-10T20:26:05.947Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-05-10T20:26:05.947Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-05-10T20:26:06.531Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-05-10T20:26:06.794Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-05-10T20:26:06.794Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-05-10T20:26:07.056Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-05-10T20:26:07.317Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-05-10T20:26:07.317Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-05-10T20:26:07.317Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-05-10T20:26:07.317Z] Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-05-10T20:26:07.317Z] Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-05-10T20:26:07.578Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-10T20:26:07.578Z] Fetched 64.0 MB in 3s (20.2 MB/s) [2021-05-10T20:26:07.578Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T20:26:07.578Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-05-10T20:26:07.845Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-10T20:26:08.417Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-10T20:26:08.417Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-10T20:26:08.679Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-143.147_amd64.deb ... [2021-05-10T20:26:08.679Z] Unpacking linux-libc-dev:amd64 (4.15.0-143.147) over (4.15.0-20.21) ... [2021-05-10T20:26:09.253Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T20:26:09.515Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T20:26:09.515Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T20:26:09.515Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T20:26:09.776Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T20:26:09.776Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T20:26:09.776Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T20:26:09.776Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T20:26:10.037Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T20:26:10.037Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T20:26:10.037Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T20:26:10.037Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T20:26:10.299Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T20:26:10.299Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T20:26:10.299Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T20:26:10.560Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-10T20:26:10.560Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T20:26:10.560Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-05-10T20:26:10.560Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-05-10T20:26:10.822Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-10T20:26:10.822Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T20:26:10.822Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T20:26:10.822Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T20:26:10.822Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T20:26:11.084Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T20:26:11.084Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T20:26:11.084Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T20:26:11.346Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-10T20:26:11.346Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-05-10T20:26:11.608Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-10T20:26:11.870Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-05-10T20:26:12.130Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-10T20:26:12.130Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-05-10T20:26:12.130Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-05-10T20:26:12.130Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-05-10T20:26:12.392Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-05-10T20:26:12.392Z] Setting up base-files (10.1ubuntu2.10) ... [2021-05-10T20:26:12.656Z] Installing new version of config file /etc/issue ... [2021-05-10T20:26:12.656Z] Installing new version of config file /etc/issue.net ... [2021-05-10T20:26:12.656Z] Installing new version of config file /etc/lsb-release ... [2021-05-10T20:26:12.656Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-05-10T20:26:12.918Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-05-10T20:26:12.919Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-05-10T20:26:12.919Z] Removing obsolete conffile /etc/default/motd-news ... [2021-05-10T20:26:12.919Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T20:26:12.919Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-05-10T20:26:13.180Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-05-10T20:26:13.180Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-05-10T20:26:13.442Z] 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-10T20:26:13.443Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T20:26:13.443Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-10T20:26:13.443Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-05-10T20:26:13.443Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-05-10T20:26:13.705Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T20:26:13.705Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-05-10T20:26:13.705Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-05-10T20:26:13.705Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-05-10T20:26:14.043Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T20:26:14.043Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-05-10T20:26:14.043Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-10T20:26:14.304Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-05-10T20:26:14.304Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T20:26:14.304Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-10T20:26:14.566Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-10T20:26:14.566Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-10T20:26:14.830Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T20:26:14.830Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-10T20:26:14.830Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-10T20:26:14.830Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-05-10T20:26:15.092Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T20:26:15.092Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-05-10T20:26:15.092Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-05-10T20:26:15.092Z] Setting up grep (3.1-2build1) ... [2021-05-10T20:26:15.353Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T20:26:15.353Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-10T20:26:15.353Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-10T20:26:15.353Z] Setting up login (1:4.5-1ubuntu2) ... [2021-05-10T20:26:15.615Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T20:26:15.615Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-10T20:26:15.615Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-10T20:26:15.877Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-05-10T20:26:15.877Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T20:26:15.877Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-10T20:26:15.877Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-10T20:26:16.451Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-10T20:26:16.451Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-10T20:26:16.714Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-10T20:26:16.714Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-10T20:26:17.290Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-05-10T20:26:17.290Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T20:26:17.290Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-05-10T20:26:17.290Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-10T20:26:18.676Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-10T20:26:18.676Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-10T20:26:18.676Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-10T20:26:18.937Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-10T20:26:18.937Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-05-10T20:26:19.199Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T20:26:19.199Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-05-10T20:26:19.199Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-05-10T20:26:19.199Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-05-10T20:26:19.460Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T20:26:19.460Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-10T20:26:19.460Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-10T20:26:19.460Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-10T20:26:19.460Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T20:26:19.460Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-10T20:26:19.722Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-10T20:26:19.722Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-10T20:26:19.722Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T20:26:19.722Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-10T20:26:19.722Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-10T20:26:19.983Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-10T20:26:19.983Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T20:26:19.983Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-10T20:26:19.983Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-10T20:26:20.244Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-10T20:26:20.244Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T20:26:20.244Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-10T20:26:20.244Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-10T20:26:20.507Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-10T20:26:20.507Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-10T20:26:20.507Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-10T20:26:20.768Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T20:26:20.768Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-10T20:26:20.768Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-10T20:26:20.768Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-10T20:26:20.768Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T20:26:20.768Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-10T20:26:21.030Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-10T20:26:21.030Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-10T20:26:21.030Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T20:26:21.030Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-10T20:26:21.030Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-10T20:26:21.291Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-05-10T20:26:21.292Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T20:26:21.292Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-10T20:26:21.292Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-10T20:26:21.864Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-05-10T20:26:22.125Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-05-10T20:26:22.697Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-05-10T20:26:22.697Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T20:26:22.697Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-10T20:26:22.697Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-10T20:26:22.961Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-05-10T20:26:23.223Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T20:26:23.223Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-05-10T20:26:23.223Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-10T20:26:23.223Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-05-10T20:26:23.488Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T20:26:23.488Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-05-10T20:26:23.488Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-05-10T20:26:23.751Z] Setting up debconf (1.5.66ubuntu1) ... [2021-05-10T20:26:24.018Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T20:26:24.019Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-05-10T20:26:24.019Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-10T20:26:24.019Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-05-10T20:26:24.283Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T20:26:24.283Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-05-10T20:26:24.283Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-10T20:26:24.283Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-05-10T20:26:24.283Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T20:26:24.283Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-10T20:26:24.545Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-10T20:26:24.545Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-10T20:26:24.807Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T20:26:24.807Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-10T20:26:24.807Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-10T20:26:25.068Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-10T20:26:25.068Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T20:26:25.068Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-10T20:26:25.332Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-10T20:26:25.332Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-10T20:26:25.604Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T20:26:25.604Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-10T20:26:25.604Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-10T20:26:25.868Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.47_amd64.deb ... [2021-05-10T20:26:25.868Z] Unpacking systemd-sysv (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-10T20:26:25.868Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-10T20:26:26.128Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-10T20:26:26.128Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-10T20:26:26.128Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T20:26:26.128Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-05-10T20:26:26.390Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-05-10T20:26:26.390Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-05-10T20:26:26.651Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T20:26:26.651Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-05-10T20:26:26.651Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-10T20:26:26.651Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-10T20:26:26.915Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T20:26:26.915Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-10T20:26:26.915Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-10T20:26:27.180Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-10T20:26:27.180Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T20:26:27.180Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-05-10T20:26:27.180Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-05-10T20:26:27.441Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-05-10T20:26:27.442Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T20:26:27.442Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-10T20:26:27.442Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-10T20:26:28.013Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-05-10T20:26:28.013Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T20:26:28.013Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-10T20:26:28.013Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-10T20:26:28.275Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-05-10T20:26:28.275Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T20:26:28.275Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-05-10T20:26:28.275Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-10T20:26:28.538Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-05-10T20:26:28.538Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T20:26:28.538Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-05-10T20:26:28.538Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-10T20:26:29.483Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-05-10T20:26:29.483Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T20:26:29.483Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-05-10T20:26:29.483Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-05-10T20:26:29.483Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-05-10T20:26:29.745Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T20:26:29.745Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-05-10T20:26:29.745Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-05-10T20:26:29.745Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-05-10T20:26:30.007Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T20:26:30.007Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-05-10T20:26:30.007Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-05-10T20:26:30.007Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-05-10T20:26:30.007Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T20:26:30.007Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-05-10T20:26:30.269Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-05-10T20:26:30.269Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-05-10T20:26:30.530Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T20:26:30.530Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-05-10T20:26:30.530Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-05-10T20:26:30.530Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-05-10T20:26:30.530Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T20:26:30.530Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-05-10T20:26:30.530Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-05-10T20:26:30.790Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-05-10T20:26:30.790Z] (Reading database ... 13915 files and directories currently installed.) [2021-05-10T20:26:30.790Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-10T20:26:30.790Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-10T20:26:31.051Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-10T20:26:31.051Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-10T20:26:31.324Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-10T20:26:31.324Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-10T20:26:31.585Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-05-10T20:26:31.585Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-05-10T20:26:31.585Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-05-10T20:26:31.585Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-05-10T20:26:31.848Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-05-10T20:26:31.848Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-05-10T20:26:31.848Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-05-10T20:26:31.848Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-05-10T20:26:32.109Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-05-10T20:26:32.109Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-05-10T20:26:32.109Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-05-10T20:26:32.109Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-05-10T20:26:32.109Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-05-10T20:26:32.109Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-05-10T20:26:32.371Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-05-10T20:26:32.371Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-05-10T20:26:32.371Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-05-10T20:26:32.635Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-05-10T20:26:33.584Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-05-10T20:26:33.584Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-05-10T20:26:33.584Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-05-10T20:26:33.584Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-05-10T20:26:33.584Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-10T20:26:33.584Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-10T20:26:34.030Z] lf-activate-venv(): INFO: Adding /tmp/venv-UQGe/bin to PATH [2021-05-10T20:26:34.030Z] INFO: No Stack... [2021-05-10T20:26:34.030Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-10T20:26:34.030Z] INFO: Archiving Costs [Pipeline] sh [2021-05-10T20:26:34.203Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-10T20:26:34.203Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-10T20:26:34.203Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-10T20:26:34.374Z] + cat /w/workspace/device-mqtt-go/2/archives/cost.csv [2021-05-10T20:26:34.374Z] + cut -d, -f6 [2021-05-10T20:26:34.465Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-10T20:26:34.465Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-10T20:26:34.465Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [Pipeline] lock [2021-05-10T20:26:34.493Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-236-2-stack-cost] [2021-05-10T20:26:34.510Z] Resource [jenkins-edgexfoundry-device-mqtt-go-PR-236-2-stack-cost] did not exist. Created. [2021-05-10T20:26:34.511Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-236-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-10T20:26:34.726Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-10T20:26:34.726Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-10T20:26:34.726Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-10T20:26:34.726Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-10T20:26:34.884Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-10T20:26:34.987Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-10T20:26:34.987Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-10T20:26:34.987Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-10T20:26:35.075Z] Stashed 1 file(s) [Pipeline] } [2021-05-10T20:26:35.083Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-236-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [2021-05-10T20:26:35.250Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] } [2021-05-10T20:26:36.198Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-10T20:26:36.198Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-10T20:26:37.148Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-10T20:26:37.148Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-10T20:26:38.093Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-10T20:26:38.093Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-10T20:26:38.354Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-10T20:26:38.354Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-10T20:26:39.296Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-10T20:26:39.296Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-10T20:26:39.296Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-10T20:26:39.296Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-10T20:26:39.560Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-05-10T20:26:39.560Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-10T20:26:39.561Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-05-10T20:26:39.828Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-10T20:26:39.828Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-05-10T20:26:39.828Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-05-10T20:26:40.089Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-10T20:26:40.089Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-10T20:26:40.089Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-10T20:26:40.089Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-10T20:26:40.351Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-05-10T20:26:40.351Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-05-10T20:26:40.351Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T20:26:40.351Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-10T20:26:40.351Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T20:26:40.612Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T20:26:40.612Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T20:26:40.612Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-05-10T20:26:40.612Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-05-10T20:26:40.612Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-05-10T20:26:40.872Z] [2021-05-10T20:26:40.872Z] Current default time zone: 'Etc/UTC' [2021-05-10T20:26:40.872Z] Local time is now: Mon May 10 20:26:40 UTC 2021. [2021-05-10T20:26:40.872Z] Universal Time is now: Mon May 10 20:26:40 UTC 2021. [2021-05-10T20:26:40.872Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-05-10T20:26:40.872Z] [2021-05-10T20:26:40.872Z] Setting up systemd-sysv (237-3ubuntu10.47) ... [2021-05-10T20:26:40.872Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T20:26:40.872Z] Setting up linux-libc-dev:amd64 (4.15.0-143.147) ... [2021-05-10T20:26:40.872Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-05-10T20:26:40.872Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-05-10T20:26:40.872Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-05-10T20:26:40.872Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-05-10T20:26:41.132Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-05-10T20:26:41.132Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-05-10T20:26:41.132Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-05-10T20:26:41.132Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T20:26:41.132Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-05-10T20:26:41.397Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-10T20:26:41.397Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-10T20:26:41.397Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T20:26:41.397Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-05-10T20:26:41.397Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-05-10T20:26:41.397Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-05-10T20:26:41.397Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-10T20:26:41.659Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-05-10T20:26:41.659Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-05-10T20:26:41.659Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-05-10T20:26:41.659Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-05-10T20:26:43.045Z] Updating certificates in /etc/ssl/certs... [2021-05-10T20:26:44.000Z] 23 added, 27 removed; done. [2021-05-10T20:26:44.000Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-05-10T20:26:44.000Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T20:26:44.000Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-05-10T20:26:44.000Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-05-10T20:26:44.265Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-05-10T20:26:44.265Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-10T20:26:44.265Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-10T20:26:44.265Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-10T20:26:44.265Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-10T20:26:44.265Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-10T20:26:44.526Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-10T20:26:44.527Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-10T20:26:44.527Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-05-10T20:26:44.527Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-05-10T20:26:44.527Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-05-10T20:26:44.527Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-05-10T20:26:44.796Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-05-10T20:26:44.796Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-10T20:26:44.796Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-10T20:26:44.796Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-05-10T20:26:44.796Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-05-10T20:26:44.796Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-05-10T20:26:45.062Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-10T20:26:45.062Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-10T20:26:45.062Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-05-10T20:26:45.062Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-05-10T20:26:45.062Z] Updating certificates in /etc/ssl/certs... [2021-05-10T20:26:45.657Z] 0 added, 0 removed; done. [2021-05-10T20:26:45.657Z] Running hooks in /etc/ca-certificates/update.d... [2021-05-10T20:26:45.657Z] done. [2021-05-10T20:26:46.235Z] Reading package lists... [2021-05-10T20:26:46.496Z] Building dependency tree... [2021-05-10T20:26:46.496Z] Reading state information... [2021-05-10T20:26:46.758Z] The following NEW packages will be installed: [2021-05-10T20:26:46.758Z] apt-transport-https [2021-05-10T20:26:47.019Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-05-10T20:26:47.019Z] Need to get 1692 B of archives. [2021-05-10T20:26:47.019Z] After this operation, 154 kB of additional disk space will be used. [2021-05-10T20:26:47.019Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-05-10T20:26:47.019Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-10T20:26:47.019Z] Fetched 1692 B in 0s (8502 B/s) [2021-05-10T20:26:47.019Z] Selecting previously unselected package apt-transport-https. [2021-05-10T20:26:47.019Z] (Reading database ... 13920 files and directories currently installed.) [2021-05-10T20:26:47.019Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-05-10T20:26:47.019Z] Unpacking apt-transport-https (1.6.13) ... [2021-05-10T20:26:47.280Z] Setting up apt-transport-https (1.6.13) ... [2021-05-10T20:26:47.546Z] Waiting for network to be ready... [2021-05-10T20:26:55.699Z] 2021-05-10T20:26:51Z INFO Waiting for automatic snapd restart... [2021-05-10T20:26:55.699Z] snapd 2.49.2 from Canonical* installed [2021-05-10T20:26:57.093Z] "snapd" switched to the "latest/stable" channel [2021-05-10T20:26:57.093Z] [2021-05-10T20:27:01.301Z] core18 20210309 from Canonical* installed [2021-05-10T20:27:01.301Z] "core18" switched to the "latest/stable" channel [2021-05-10T20:27:01.301Z] [2021-05-10T20:27:07.905Z] snapcraft 4.7.1 from Canonical* installed [2021-05-10T20:27:07.905Z] "snapcraft" switched to the "latest/stable" channel [2021-05-10T20:27:07.905Z] [2021-05-10T20:27:11.205Z] 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-10T20:27:11.205Z] - README.md [2021-05-10T20:27:11.205Z] [2021-05-10T20:27:11.205Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-10T20:27:17.799Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-10T20:27:17.799Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-10T20:27:17.799Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-10T20:27:17.799Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-10T20:27:19.447Z] Reading package lists... [2021-05-10T20:27:20.018Z] 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-10T20:27:26.603Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-10T20:27:26.603Z] Reading package lists... [2021-05-10T20:27:26.603Z] Building dependency tree... [2021-05-10T20:27:26.603Z] Reading state information... [2021-05-10T20:27:26.603Z] Suggested packages: [2021-05-10T20:27:26.603Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-05-10T20:27:26.603Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-05-10T20:27:26.603Z] Recommended packages: [2021-05-10T20:27:26.603Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-05-10T20:27:26.603Z] The following NEW packages will be installed: [2021-05-10T20:27:26.603Z] curl git git-man libcurl3-gnutls libcurl4 liberror-perl libglib2.0-0 [2021-05-10T20:27:26.603Z] libnghttp2-14 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev [2021-05-10T20:27:26.603Z] libzmq5 pkg-config zip [2021-05-10T20:27:26.603Z] 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. [2021-05-10T20:27:26.603Z] Need to get 8041 kB of archives. [2021-05-10T20:27:26.603Z] After this operation, 44.8 MB of additional disk space will be used. [2021-05-10T20:27:26.603Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-05-10T20:27:26.603Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-05-10T20:27:26.603Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.13 [219 kB] [2021-05-10T20:27:26.864Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 curl amd64 7.58.0-2ubuntu3.13 [159 kB] [2021-05-10T20:27:26.864Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-05-10T20:27:26.864Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-05-10T20:27:26.864Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-05-10T20:27:26.864Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-05-10T20:27:26.864Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-05-10T20:27:26.864Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-05-10T20:27:27.125Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-05-10T20:27:27.125Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-05-10T20:27:27.125Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-05-10T20:27:27.125Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-05-10T20:27:27.386Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-05-10T20:27:27.386Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-05-10T20:27:27.386Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-05-10T20:27:27.386Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-10T20:27:27.653Z] Fetched 8041 kB in 1s (10.2 MB/s) [2021-05-10T20:27:27.653Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-05-10T20:27:27.653Z] (Reading database ... 13924 files and directories currently installed.) [2021-05-10T20:27:27.653Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-05-10T20:27:27.653Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-10T20:27:27.916Z] Selecting previously unselected package libpsl5:amd64. [2021-05-10T20:27:27.916Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-05-10T20:27:27.916Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-05-10T20:27:27.916Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-05-10T20:27:27.916Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-05-10T20:27:27.916Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-10T20:27:28.177Z] Selecting previously unselected package librtmp1:amd64. [2021-05-10T20:27:28.177Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-05-10T20:27:28.177Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-10T20:27:28.177Z] Selecting previously unselected package libcurl4:amd64. [2021-05-10T20:27:28.177Z] Preparing to unpack .../04-libcurl4_7.58.0-2ubuntu3.13_amd64.deb ... [2021-05-10T20:27:28.177Z] Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-10T20:27:28.177Z] Selecting previously unselected package curl. [2021-05-10T20:27:28.177Z] Preparing to unpack .../05-curl_7.58.0-2ubuntu3.13_amd64.deb ... [2021-05-10T20:27:28.177Z] Unpacking curl (7.58.0-2ubuntu3.13) ... [2021-05-10T20:27:28.438Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-05-10T20:27:28.438Z] Preparing to unpack .../06-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-05-10T20:27:28.438Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-10T20:27:28.438Z] Selecting previously unselected package liberror-perl. [2021-05-10T20:27:28.438Z] Preparing to unpack .../07-liberror-perl_0.17025-1_all.deb ... [2021-05-10T20:27:28.438Z] Unpacking liberror-perl (0.17025-1) ... [2021-05-10T20:27:28.438Z] Selecting previously unselected package git-man. [2021-05-10T20:27:28.438Z] Preparing to unpack .../08-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-05-10T20:27:28.438Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-10T20:27:28.706Z] Selecting previously unselected package git. [2021-05-10T20:27:28.706Z] Preparing to unpack .../09-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-05-10T20:27:28.706Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-05-10T20:27:29.649Z] Selecting previously unselected package libnorm1:amd64. [2021-05-10T20:27:29.649Z] Preparing to unpack .../10-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-05-10T20:27:29.649Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-10T20:27:29.649Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-05-10T20:27:29.649Z] Preparing to unpack .../11-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-05-10T20:27:29.649Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-10T20:27:29.649Z] Selecting previously unselected package libsodium23:amd64. [2021-05-10T20:27:29.649Z] Preparing to unpack .../12-libsodium23_1.0.16-2_amd64.deb ... [2021-05-10T20:27:29.649Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-05-10T20:27:29.909Z] Selecting previously unselected package libzmq5:amd64. [2021-05-10T20:27:29.909Z] Preparing to unpack .../13-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-10T20:27:29.909Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-10T20:27:29.909Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-05-10T20:27:29.909Z] Preparing to unpack .../14-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-10T20:27:29.909Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-10T20:27:29.909Z] Selecting previously unselected package pkg-config. [2021-05-10T20:27:29.909Z] Preparing to unpack .../15-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-05-10T20:27:30.175Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-05-10T20:27:30.175Z] Selecting previously unselected package zip. [2021-05-10T20:27:30.175Z] Preparing to unpack .../16-zip_3.0-11build1_amd64.deb ... [2021-05-10T20:27:30.175Z] Unpacking zip (3.0-11build1) ... [2021-05-10T20:27:30.175Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-10T20:27:30.175Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-10T20:27:30.175Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-10T20:27:30.175Z] Setting up liberror-perl (0.17025-1) ... [2021-05-10T20:27:30.175Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-05-10T20:27:30.175Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-10T20:27:30.175Z] No schema files found: doing nothing. [2021-05-10T20:27:30.175Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-10T20:27:30.176Z] Setting up zip (3.0-11build1) ... [2021-05-10T20:27:30.436Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-10T20:27:30.436Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-05-10T20:27:30.436Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-05-10T20:27:30.436Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-10T20:27:30.436Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-10T20:27:30.436Z] Setting up libcurl4:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-10T20:27:30.436Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-10T20:27:30.436Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-05-10T20:27:30.697Z] Setting up curl (7.58.0-2ubuntu3.13) ... [2021-05-10T20:27:30.697Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-10T20:27:37.293Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-10T20:27:37.557Z] curl set to automatically installed. [2021-05-10T20:27:37.557Z] git set to automatically installed. [2021-05-10T20:27:37.557Z] git-man set to automatically installed. [2021-05-10T20:27:37.557Z] libcurl3-gnutls set to automatically installed. [2021-05-10T20:27:37.557Z] libcurl4 set to automatically installed. [2021-05-10T20:27:37.557Z] liberror-perl set to automatically installed. [2021-05-10T20:27:37.557Z] libglib2.0-0 set to automatically installed. [2021-05-10T20:27:37.558Z] libnghttp2-14 set to automatically installed. [2021-05-10T20:27:37.558Z] libnorm1 set to automatically installed. [2021-05-10T20:27:37.558Z] libpgm-5.2-0 set to automatically installed. [2021-05-10T20:27:37.558Z] libpsl5 set to automatically installed. [2021-05-10T20:27:37.558Z] librtmp1 set to automatically installed. [2021-05-10T20:27:37.558Z] libsodium23 set to automatically installed. [2021-05-10T20:27:37.558Z] libzmq3-dev set to automatically installed. [2021-05-10T20:27:37.558Z] libzmq5 set to automatically installed. [2021-05-10T20:27:37.558Z] pkg-config set to automatically installed. [2021-05-10T20:27:37.558Z] zip set to automatically installed. [2021-05-10T20:27:40.112Z] snapd is not logged in, snap install commands will use sudo [2021-05-10T20:27:46.699Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-10T20:27:47.644Z] snap "core18" has no updates available [2021-05-10T20:27:48.216Z] Pulling config-common [2021-05-10T20:27:48.216Z] + snapcraftctl pull [2021-05-10T20:27:49.603Z] Pulling go [2021-05-10T20:27:49.603Z] + snapcraftctl pull [2021-05-10T20:27:50.993Z] 'device-mqtt' has dependencies that need to be staged: go [2021-05-10T20:27:50.993Z] Skipping pull go (already ran) [2021-05-10T20:27:50.993Z] Building go [2021-05-10T20:27:50.993Z] + dpkg --print-architecture [2021-05-10T20:27:50.993Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-05-10T20:27:50.993Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-05-10T20:27:50.993Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-05-10T20:27:50.993Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-10T20:27:50.993Z] Dload Upload Total Spent Left Speed [2021-05-10T20:27:53.507Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 10 115M 10 12.5M 0 0 27.4M 0 0:00:04 --:--:-- 0:00:04 27.4M 42 115M 42 49.5M 0 0 34.0M 0 0:00:03 0:00:01 0:00:02 34.0M 86 115M 86 100M 0 0 40.9M 0 0:00:02 0:00:02 --:--:-- 40.8M 100 115M 100 115M 0 0 41.2M 0 0:00:02 0:00:02 --:--:-- 41.2M [2021-05-10T20:27:53.507Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-05-10T20:27:53.507Z] + sha256sum -c sha256 [2021-05-10T20:27:53.507Z] + grep OK [2021-05-10T20:27:54.452Z] go1.15.2.linux-amd64.tar.gz: OK [2021-05-10T20:27:54.452Z] + tar -C /root/stage -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-05-10T20:27:59.762Z] Staging go [2021-05-10T20:27:59.762Z] + snapcraftctl stage [2021-05-10T20:28:14.701Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-10T20:28:14.701Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-10T20:28:14.701Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-10T20:28:14.701Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] [2021-05-10T20:28:14.701Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-10T20:28:14.701Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-10T20:28:14.701Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-10T20:28:14.701Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-10T20:28:14.701Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-10T20:28:14.701Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-10T20:28:14.701Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-10T20:28:14.701Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-10T20:28:14.701Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-10T20:28:14.701Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-10T20:28:14.701Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] [2021-05-10T20:28:14.701Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] [2021-05-10T20:28:14.701Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-10T20:28:14.701Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-10T20:28:14.701Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-10T20:28:14.701Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2052 kB] [2021-05-10T20:28:14.701Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [411 kB] [2021-05-10T20:28:14.701Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-10T20:28:14.701Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-10T20:28:14.701Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [335 kB] [2021-05-10T20:28:14.701Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [45.5 kB] [2021-05-10T20:28:14.701Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-05-10T20:28:14.701Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-10T20:28:14.701Z] Fetched 24.5 MB in 0s (0 B/s) [2021-05-10T20:28:14.701Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-10T20:28:14.701Z] Fetched 224 kB in 0s (0 B/s) [2021-05-10T20:28:14.701Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-10T20:28:14.701Z] Fetched 157 kB in 0s (0 B/s) [2021-05-10T20:28:14.701Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-10T20:28:14.701Z] Fetched 221 kB in 0s (0 B/s) [2021-05-10T20:28:14.701Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-10T20:28:14.701Z] Fetched 143 kB in 0s (0 B/s) [2021-05-10T20:28:14.701Z] Pulling device-mqtt [2021-05-10T20:28:14.701Z] + snapcraftctl pull [2021-05-10T20:28:14.701Z] Building config-common [2021-05-10T20:28:14.701Z] + snapcraftctl build [2021-05-10T20:28:18.009Z] Skipping build go (already ran) [2021-05-10T20:28:18.010Z] Building device-mqtt [2021-05-10T20:28:18.010Z] + cd /root/parts/device-mqtt/src [2021-05-10T20:28:18.010Z] + make build [2021-05-10T20:28:18.010Z] 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-10T20:28:18.582Z] go: downloading github.com/edgexfoundry/device-sdk-go/v2 v2.0.0-dev.54 [2021-05-10T20:28:18.582Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.83 [2021-05-10T20:28:18.582Z] go: downloading github.com/spf13/cast v1.3.1 [2021-05-10T20:28:18.582Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.47 [2021-05-10T20:28:18.582Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 [2021-05-10T20:28:18.582Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-05-10T20:28:18.582Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.7 [2021-05-10T20:28:18.582Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.18 [2021-05-10T20:28:18.860Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-05-10T20:28:18.860Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.13 [2021-05-10T20:28:18.860Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-05-10T20:28:18.860Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-05-10T20:28:18.860Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-05-10T20:28:18.860Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 [2021-05-10T20:28:18.860Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-05-10T20:28:18.860Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-05-10T20:28:18.860Z] go: downloading github.com/google/uuid v1.2.0 [2021-05-10T20:28:18.860Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-05-10T20:28:18.860Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-05-10T20:28:18.860Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-05-10T20:28:18.860Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-05-10T20:28:18.860Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-05-10T20:28:18.860Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-05-10T20:28:18.860Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-05-10T20:28:18.860Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-05-10T20:28:18.860Z] go: downloading github.com/x448/float16 v0.8.4 [2021-05-10T20:28:18.860Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-05-10T20:28:18.860Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-05-10T20:28:18.860Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-05-10T20:28:18.860Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-05-10T20:28:18.860Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-05-10T20:28:18.860Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-05-10T20:28:18.860Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-05-10T20:28:18.860Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-05-10T20:28:18.860Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-05-10T20:28:19.125Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-05-10T20:28:19.125Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-05-10T20:28:19.125Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-05-10T20:28:19.125Z] go: downloading golang.org/x/text v0.3.2 [2021-05-10T20:28:19.125Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-05-10T20:28:19.125Z] go: downloading github.com/fatih/color v1.9.0 [2021-05-10T20:28:19.125Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-05-10T20:28:19.125Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-05-10T20:28:19.125Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-05-10T20:28:19.125Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-05-10T20:28:19.395Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-05-10T20:28:19.657Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-05-10T20:28:26.267Z] # github.com/edgexfoundry/device-sdk-go/v2/internal/provision [2021-05-10T20:28:26.267Z] /root/go/pkg/mod/github.com/edgexfoundry/device-sdk-go/v2@v2.0.0-dev.54/internal/provision/devices.go:42:19: undefined: os.ReadDir [2021-05-10T20:28:26.267Z] /root/go/pkg/mod/github.com/edgexfoundry/device-sdk-go/v2@v2.0.0-dev.54/internal/provision/devices.go:54:20: undefined: os.ReadFile [2021-05-10T20:28:26.267Z] /root/go/pkg/mod/github.com/edgexfoundry/device-sdk-go/v2@v2.0.0-dev.54/internal/provision/devices.go:69:20: undefined: os.ReadFile [2021-05-10T20:28:26.267Z] /root/go/pkg/mod/github.com/edgexfoundry/device-sdk-go/v2@v2.0.0-dev.54/internal/provision/profiles.go:44:19: undefined: os.ReadDir [2021-05-10T20:28:26.267Z] /root/go/pkg/mod/github.com/edgexfoundry/device-sdk-go/v2@v2.0.0-dev.54/internal/provision/profiles.go:59:21: undefined: os.ReadFile [2021-05-10T20:28:26.267Z] note: module requires Go 1.16 [2021-05-10T20:28:26.267Z] # github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http [2021-05-10T20:28:26.267Z] /root/go/pkg/mod/github.com/edgexfoundry/device-sdk-go/v2@v2.0.0-dev.54/internal/controller/http/command.go:81:15: undefined: io.ReadAll [2021-05-10T20:28:26.267Z] note: module requires Go 1.16 [2021-05-10T20:28:26.267Z] Makefile:23: recipe for target 'cmd/device-mqtt' failed [2021-05-10T20:28:26.267Z] make: *** [cmd/device-mqtt] Error 2 [2021-05-10T20:28:26.267Z] Failed to run 'override-build': Exit code was 2. [2021-05-10T20:28:26.267Z] Run the same command again with --debug to shell into the environment if you wish to introspect this failure. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-10T20:28:28.120Z] ---> job-cost.sh [2021-05-10T20:28:28.120Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-bBEy [2021-05-10T20:28:46.297Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-10T20:29:12.935Z] lf-activate-venv(): INFO: Adding /tmp/venv-bBEy/bin to PATH [2021-05-10T20:29:12.935Z] INFO: No Stack... [2021-05-10T20:29:12.935Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-10T20:29:12.935Z] INFO: Archiving Costs [Pipeline] sh [2021-05-10T20:29:13.244Z] + cat /w/workspace/device-mqtt-go/2/archives/cost.csv [2021-05-10T20:29:13.244Z] + cut -d, -f6 [Pipeline] lock [2021-05-10T20:29:13.322Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-236-2-stack-cost] [2021-05-10T20:29:13.336Z] Resource [jenkins-edgexfoundry-device-mqtt-go-PR-236-2-stack-cost] did not exist. Created. [2021-05-10T20:29:13.336Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-236-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-10T20:29:13.677Z] /w/workspace/device-mqtt-go/2@tmp/durable-9dad08de/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh [2021-05-10T20:29:13.996Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-10T20:29:14.021Z] Warning: overwriting stash ‘stack-cost’ [2021-05-10T20:29:14.110Z] Stashed 1 file(s) [Pipeline] } [2021-05-10T20:29:14.125Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-236-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-10T20:29:14.335Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-05-10T20:29:15.432Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T20:29:16.206Z] ---> package-listing.sh [2021-05-10T20:29:16.206Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-10T20:29:16.206Z] ++ facter osfamily [2021-05-10T20:29:16.515Z] + OS_FAMILY=redhat [2021-05-10T20:29:16.515Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-236 [2021-05-10T20:29:16.515Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-10T20:29:16.515Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-10T20:29:16.515Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-10T20:29:16.515Z] + PACKAGES=/tmp/packages_start.txt [2021-05-10T20:29:16.515Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-236 ']' [2021-05-10T20:29:16.515Z] + PACKAGES=/tmp/packages_end.txt [2021-05-10T20:29:16.515Z] + case "${OS_FAMILY}" in [2021-05-10T20:29:16.515Z] + rpm -qa [2021-05-10T20:29:16.515Z] + sort [2021-05-10T20:29:23.423Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-10T20:29:23.423Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-10T20:29:23.423Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-10T20:29:23.423Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-236 ']' [2021-05-10T20:29:23.423Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-236/archives/ [2021-05-10T20:29:23.423Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-236/archives/ [Pipeline] echo [2021-05-10T20:29:23.442Z] 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-236/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-10T20:29:23.770Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-10T20:29:24.477Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T20:29:24.765Z] [2021-05-10T20:29:24.765Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-10T20:29:25.142Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T20:29:25.142Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-10T20:29:25.142Z] df20fa9351a1: Pulling fs layer [2021-05-10T20:29:25.142Z] 36b3adc4ff6f: Pulling fs layer [2021-05-10T20:29:25.142Z] 8ad3a11d3b57: Pulling fs layer [2021-05-10T20:29:25.142Z] 46f8f816bc3b: Pulling fs layer [2021-05-10T20:29:25.142Z] 93b61091891f: Pulling fs layer [2021-05-10T20:29:25.142Z] 93b9cdb0e59b: Pulling fs layer [2021-05-10T20:29:25.142Z] 5e14af77c1be: Pulling fs layer [2021-05-10T20:29:25.142Z] 01666e4c0597: Pulling fs layer [2021-05-10T20:29:25.142Z] aa168da1d23b: Pulling fs layer [2021-05-10T20:29:25.142Z] 93b9cdb0e59b: Waiting [2021-05-10T20:29:25.142Z] 5e14af77c1be: Waiting [2021-05-10T20:29:25.142Z] 01666e4c0597: Waiting [2021-05-10T20:29:25.142Z] aa168da1d23b: Waiting [2021-05-10T20:29:25.142Z] 46f8f816bc3b: Waiting [2021-05-10T20:29:25.142Z] 93b61091891f: Waiting [2021-05-10T20:29:25.420Z] 36b3adc4ff6f: Verifying Checksum [2021-05-10T20:29:25.420Z] 36b3adc4ff6f: Download complete [2021-05-10T20:29:25.420Z] 46f8f816bc3b: Verifying Checksum [2021-05-10T20:29:25.420Z] 46f8f816bc3b: Download complete [2021-05-10T20:29:25.420Z] df20fa9351a1: Verifying Checksum [2021-05-10T20:29:25.420Z] 93b9cdb0e59b: Verifying Checksum [2021-05-10T20:29:25.420Z] 93b9cdb0e59b: Download complete [2021-05-10T20:29:25.420Z] 5e14af77c1be: Verifying Checksum [2021-05-10T20:29:25.420Z] 5e14af77c1be: Download complete [2021-05-10T20:29:25.420Z] 01666e4c0597: Verifying Checksum [2021-05-10T20:29:25.420Z] 01666e4c0597: Download complete [2021-05-10T20:29:25.420Z] 93b61091891f: Verifying Checksum [2021-05-10T20:29:25.420Z] 93b61091891f: Download complete [2021-05-10T20:29:26.037Z] 8ad3a11d3b57: Verifying Checksum [2021-05-10T20:29:26.037Z] 8ad3a11d3b57: Download complete [2021-05-10T20:29:26.037Z] df20fa9351a1: Pull complete [2021-05-10T20:29:26.323Z] 36b3adc4ff6f: Pull complete [2021-05-10T20:29:28.447Z] 8ad3a11d3b57: Pull complete [2021-05-10T20:29:28.447Z] 46f8f816bc3b: Pull complete [2021-05-10T20:29:29.956Z] 93b61091891f: Pull complete [2021-05-10T20:29:30.943Z] 93b9cdb0e59b: Pull complete [2021-05-10T20:29:31.712Z] 5e14af77c1be: Pull complete [2021-05-10T20:29:31.712Z] 01666e4c0597: Pull complete [2021-05-10T20:29:34.958Z] aa168da1d23b: Verifying Checksum [2021-05-10T20:29:34.958Z] aa168da1d23b: Download complete [2021-05-10T20:29:57.446Z] aa168da1d23b: Pull complete [2021-05-10T20:29:57.446Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-10T20:29:57.446Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T20:29:57.446Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-10T20:29:57.878Z] prd-centos7-docker-4c-2g-4181 does not seem to be running inside a container [2021-05-10T20:29:57.992Z] $ 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-236/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-236 -v /w/workspace/gexfoundry_device-mqtt-go_PR-236:/w/workspace/gexfoundry_device-mqtt-go_PR-236:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-236@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-236@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-10T20:30:02.063Z] $ docker top 3769a74f22bb439efa6c492c3f82f35b4cf3dc3d2f3a5449386f69f61681f96b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T20:30:02.639Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-10T20:30:03.094Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-10T20:30:03.445Z] + ls /var/log/sa-host [2021-05-10T20:30:03.445Z] + sadf -c /var/log/sa-host/sa10 [2021-05-10T20:30:03.445Z] file_magic: OK [2021-05-10T20:30:03.445Z] HZ: Using current value: 100 [2021-05-10T20:30:03.445Z] file_header: OK [2021-05-10T20:30:03.445Z] 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-10T20:30:03.445Z] Statistics: [2021-05-10T20:30:03.445Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-10T20:30:03.445Z] File successfully converted to sysstat format version 12.2.1 [2021-05-10T20:30:03.445Z] + sadf -c /var/log/sa-host/sa23 [2021-05-10T20:30:03.445Z] file_magic: OK [2021-05-10T20:30:03.445Z] HZ: Using current value: 100 [2021-05-10T20:30:03.445Z] file_header: OK [2021-05-10T20:30:03.446Z] 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-10T20:30:03.446Z] Statistics: [2021-05-10T20:30:03.446Z] Hnuu...uuuununununu... [2021-05-10T20:30:03.446Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-10T20:30:04.071Z] provisioning config files... [2021-05-10T20:30:04.092Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-236@tmp/config3712986599323727607tmp [Pipeline] { [Pipeline] echo [2021-05-10T20:30:04.120Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T20:30:04.799Z] ---> create-netrc.sh [Pipeline] } [2021-05-10T20:30:04.831Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-10T20:30:04.859Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T20:30:05.553Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-10T20:30:05.574Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T20:30:06.001Z] ---> sudo-logs.sh [2021-05-10T20:30:06.001Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-10T20:30:06.181Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T20:30:06.522Z] ---> job-cost.sh [2021-05-10T20:30:06.794Z] lf-activate-venv: SKIPPING [2021-05-10T20:30:06.794Z] DEBUG: total: 0.029999999329447746 [2021-05-10T20:30:06.794Z] INFO: Retrieving Stack Cost... [2021-05-10T20:30:08.756Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-10T20:30:09.028Z] INFO: Archiving Costs [Pipeline] echo [2021-05-10T20:30:09.053Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T20:30:09.414Z] ---> logs-deploy.sh [2021-05-10T20:30:09.414Z] lf-activate-venv: SKIPPING [2021-05-10T20:30:09.414Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-236/2 [2021-05-10T20:30:09.414Z] INFO: archiving workspace using pattern(s): [2021-05-10T20:30:12.831Z] Archives upload complete. [2021-05-10T20:30:12.831Z] INFO: archiving logs to Nexus