Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d457b2ba891fb6b37fc415aecbf26b8b1731890d+f5de971355c2828ff055b6ba79681098725335d7 (3d45db37be7be18287a42306ff73b470aeef173e) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1243 in /w/workspace/gexfoundry_device-mqtt-go_PR-216 [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-216 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/216/head:refs/remotes/origin/PR-216 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f5de971355c2828ff055b6ba79681098725335d7 into PR head commit d457b2ba891fb6b37fc415aecbf26b8b1731890d Merge succeeded, producing d62afb689b0b2d2161ccb6c7718b70e79a43bcc0 Checking out Revision d62afb689b0b2d2161ccb6c7718b70e79a43bcc0 (PR-216) > git config core.sparsecheckout # timeout=10 > git checkout -f d457b2ba891fb6b37fc415aecbf26b8b1731890d # 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 f5de971355c2828ff055b6ba79681098725335d7 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d62afb689b0b2d2161ccb6c7718b70e79a43bcc0 # timeout=10 Commit message: "Merge commit 'f5de971355c2828ff055b6ba79681098725335d7' into HEAD" > git rev-list --no-walk d457b2ba891fb6b37fc415aecbf26b8b1731890d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-20T19:18:31.449Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-20T19:18:31.558Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-20T19:18:31.593Z] ========================================================= [2021-04-20T19:18:31.593Z] EdgeX Global Pipelines Version Info [2021-04-20T19:18:31.593Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:18:33.119Z] ------------------- [2021-04-20T19:18:33.119Z] stable info: [2021-04-20T19:18:33.119Z] ------------------- [2021-04-20T19:18:33.119Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-20T19:18:33.119Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-20T19:18:33.119Z] Message: update stable to v1.0.186 [2021-04-20T19:18:34.062Z] ------------------- [2021-04-20T19:18:34.062Z] experimental info: [2021-04-20T19:18:34.062Z] ------------------- [2021-04-20T19:18:34.062Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-20T19:18:34.062Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-20T19:18:34.062Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-20T19:18:34.189Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2021-04-20T19:18:34.213Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2021-04-20T19:18:34.236Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-20T19:18:34.259Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-20T19:18:34.282Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-20T19:18:34.306Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-20T19:18:34.330Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-20T19:18:34.354Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-20T19:18:34.378Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-20T19:18:34.404Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-20T19:18:34.428Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-20T19:18:34.453Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo [2021-04-20T19:18:34.478Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-20T19:18:34.501Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-20T19:18:34.526Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-20T19:18:34.550Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-20T19:18:34.575Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-20T19:18:34.601Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-20T19:18:34.629Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-20T19:18:34.654Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-20T19:18:34.680Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-20T19:18:34.705Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-20T19:18:34.729Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-20T19:18:34.753Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-20T19:18:34.797Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-20T19:18:34.822Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-20T19:18:34.857Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-216 [Pipeline] echo [2021-04-20T19:18:34.890Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-216 [Pipeline] echo [2021-04-20T19:18:34.923Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-216 [Pipeline] echo [2021-04-20T19:18:34.958Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d62afb689b0b2d2161ccb6c7718b70e79a43bcc0 [Pipeline] echo [2021-04-20T19:18:34.994Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d62afb6 [Pipeline] echo [2021-04-20T19:18:35.021Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T19:18:35.098Z] provisioning config files... [2021-04-20T19:18:35.132Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-216@tmp/config4914790879304446965tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:18:35.451Z] ---> docker-login.sh [2021-04-20T19:18:35.451Z] nexus3.edgexfoundry.org:10001 [2021-04-20T19:18:35.712Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:18:35.988Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:18:35.988Z] Configure a credential helper to remove this warning. See [2021-04-20T19:18:35.988Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:18:35.988Z] [2021-04-20T19:18:35.988Z] Login Succeeded [2021-04-20T19:18:35.988Z] nexus3.edgexfoundry.org:10002 [2021-04-20T19:18:35.988Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:18:35.988Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:18:35.988Z] Configure a credential helper to remove this warning. See [2021-04-20T19:18:35.988Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:18:35.988Z] [2021-04-20T19:18:35.988Z] Login Succeeded [2021-04-20T19:18:35.988Z] nexus3.edgexfoundry.org:10003 [2021-04-20T19:18:36.251Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:18:36.251Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:18:36.251Z] Configure a credential helper to remove this warning. See [2021-04-20T19:18:36.251Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:18:36.251Z] [2021-04-20T19:18:36.251Z] Login Succeeded [2021-04-20T19:18:36.251Z] nexus3.edgexfoundry.org:10004 [2021-04-20T19:18:36.251Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:18:36.513Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:18:36.513Z] Configure a credential helper to remove this warning. See [2021-04-20T19:18:36.513Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:18:36.513Z] [2021-04-20T19:18:36.513Z] Login Succeeded [2021-04-20T19:18:36.513Z] docker.io [2021-04-20T19:18:36.513Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:18:36.776Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:18:36.776Z] Configure a credential helper to remove this warning. See [2021-04-20T19:18:36.776Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:18:36.776Z] [2021-04-20T19:18:36.776Z] Login Succeeded [2021-04-20T19:18:36.776Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T19:18:36.785Z] 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-04-20T19:18:37.243Z] + git log --format=format:%s -1 d62afb689b0b2d2161ccb6c7718b70e79a43bcc0 [Pipeline] echo [2021-04-20T19:18:37.316Z] GIT_COMMIT: d62afb689b0b2d2161ccb6c7718b70e79a43bcc0, Commit Message: Merge commit 'f5de971355c2828ff055b6ba79681098725335d7' into HEAD [Pipeline] echo [2021-04-20T19:18:37.331Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:18:38.308Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T19:18:38.309Z] [2021-04-20T19:18:38.309Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:18:38.622Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T19:18:38.622Z] latest: Pulling from edgex-devops/git-semver [2021-04-20T19:18:38.622Z] 31603596830f: Pulling fs layer [2021-04-20T19:18:38.622Z] 2a8b12db71e7: Pulling fs layer [2021-04-20T19:18:38.622Z] 6ca5941a6612: Pulling fs layer [2021-04-20T19:18:38.622Z] ecc8261a40a4: Pulling fs layer [2021-04-20T19:18:38.622Z] ecc8261a40a4: Waiting [2021-04-20T19:18:38.622Z] 2a8b12db71e7: Verifying Checksum [2021-04-20T19:18:38.622Z] 2a8b12db71e7: Download complete [2021-04-20T19:18:38.622Z] 31603596830f: Verifying Checksum [2021-04-20T19:18:38.622Z] 31603596830f: Download complete [2021-04-20T19:18:38.883Z] ecc8261a40a4: Verifying Checksum [2021-04-20T19:18:38.883Z] ecc8261a40a4: Download complete [2021-04-20T19:18:38.883Z] 6ca5941a6612: Verifying Checksum [2021-04-20T19:18:38.883Z] 6ca5941a6612: Download complete [2021-04-20T19:18:39.145Z] 31603596830f: Pull complete [2021-04-20T19:18:39.413Z] 2a8b12db71e7: Pull complete [2021-04-20T19:18:39.986Z] 6ca5941a6612: Pull complete [2021-04-20T19:18:40.247Z] ecc8261a40a4: Pull complete [2021-04-20T19:18:40.508Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-20T19:18:40.508Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T19:18:40.508Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-20T19:18:40.610Z] prd-centos7-docker-4c-2g-1243 does not seem to be running inside a container [2021-04-20T19:18:40.657Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-216 -v /w/workspace/gexfoundry_device-mqtt-go_PR-216:/w/workspace/gexfoundry_device-mqtt-go_PR-216:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-216@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-20T19:18:42.480Z] $ docker top db808c4a07b41cce6395086635caba17beadbb87dd24b77f351a35ade0ef0910 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-20T19:18:42.711Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T19:18:42.711Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T19:18:42.923Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T19:18:42.929Z] $ docker exec db808c4a07b41cce6395086635caba17beadbb87dd24b77f351a35ade0ef0910 ssh-agent [2021-04-20T19:18:43.091Z] SSH_AUTH_SOCK=/tmp/ssh-CcP1GdK1aFDo/agent.12 [2021-04-20T19:18:43.091Z] SSH_AGENT_PID=17 [2021-04-20T19:18:43.104Z] Running ssh-add (command line suppressed) [2021-04-20T19:18:43.227Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-216@tmp/private_key_4910556503446431049.key (/w/workspace/gexfoundry_device-mqtt-go_PR-216@tmp/private_key_4910556503446431049.key) [2021-04-20T19:18:43.278Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T19:18:43.598Z] + git tag --points-at HEAD [Pipeline] } [2021-04-20T19:18:43.621Z] $ docker exec --env ******** --env ******** db808c4a07b41cce6395086635caba17beadbb87dd24b77f351a35ade0ef0910 ssh-agent -k [2021-04-20T19:18:43.736Z] unset SSH_AUTH_SOCK; [2021-04-20T19:18:43.736Z] unset SSH_AGENT_PID; [2021-04-20T19:18:43.736Z] echo Agent pid 17 killed; [2021-04-20T19:18:43.782Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-20T19:18:43.829Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T19:18:43.829Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T19:18:43.989Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T19:18:43.995Z] $ docker exec db808c4a07b41cce6395086635caba17beadbb87dd24b77f351a35ade0ef0910 ssh-agent [2021-04-20T19:18:44.151Z] SSH_AUTH_SOCK=/tmp/ssh-Og8DWXHRitl5/agent.45 [2021-04-20T19:18:44.151Z] SSH_AGENT_PID=50 [2021-04-20T19:18:44.158Z] Running ssh-add (command line suppressed) [2021-04-20T19:18:44.273Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-216@tmp/private_key_2708452539837770035.key (/w/workspace/gexfoundry_device-mqtt-go_PR-216@tmp/private_key_2708452539837770035.key) [2021-04-20T19:18:44.323Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T19:18:44.628Z] + git semver init [2021-04-20T19:18:44.628Z] # -> Open(): unable to determine branch for HEAD [2021-04-20T19:18:44.628Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-216/.git [2021-04-20T19:18:44.628Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-216 [2021-04-20T19:18:44.628Z] # $SEMVER_REMOTE_NAME = origin [2021-04-20T19:18:44.628Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-20T19:18:44.628Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-20T19:18:44.628Z] # $SEMVER_BRANCH = PR-216 [2021-04-20T19:18:44.628Z] # $SEMVER_TEMP = /tmp/semver-577573778 [2021-04-20T19:18:44.628Z] # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP [2021-04-20T19:18:45.200Z] # '/tmp/semver-577573778' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-216/.semver' [2021-04-20T19:18:45.200Z] # -> Force: false [2021-04-20T19:18:45.200Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-216/.semver [Pipeline] } [2021-04-20T19:18:45.215Z] $ docker exec --env ******** --env ******** db808c4a07b41cce6395086635caba17beadbb87dd24b77f351a35ade0ef0910 ssh-agent -k [2021-04-20T19:18:45.328Z] unset SSH_AUTH_SOCK; [2021-04-20T19:18:45.329Z] unset SSH_AGENT_PID; [2021-04-20T19:18:45.329Z] echo Agent pid 50 killed; [2021-04-20T19:18:45.375Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T19:18:45.708Z] + git semver [Pipeline] } [2021-04-20T19:18:45.728Z] $ docker stop --time=1 db808c4a07b41cce6395086635caba17beadbb87dd24b77f351a35ade0ef0910 [2021-04-20T19:18:47.311Z] $ docker rm -f db808c4a07b41cce6395086635caba17beadbb87dd24b77f351a35ade0ef0910 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T19:18:47.714Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-20T19:18:48.026Z] Stashed 1 file(s) [Pipeline] echo [2021-04-20T19:18:48.030Z] [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-04-20T19:19:03.222Z] Still waiting to schedule task [2021-04-20T19:19:03.223Z] ‘prd-centos7-blackbox-4c-2g-542’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-1244’ is offline; ‘prd-ubuntu18.04-docker-8c-8g-1242’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1234’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-04-20T19:19:03.226Z] Still waiting to schedule task [2021-04-20T19:19:03.226Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-04-20T19:20:39.960Z] Running on prd-centos7-docker-4c-2g-1246 in /w/workspace/gexfoundry_device-mqtt-go_PR-216 [Pipeline] { [Pipeline] ws [2021-04-20T19:20:39.979Z] Running in /w/workspace/device-mqtt-go/4 [Pipeline] { [Pipeline] checkout [2021-04-20T19:20:42.798Z] using credential edgex-jenkins-ssh [2021-04-20T19:20:42.817Z] Cloning the remote Git repository [2021-04-20T19:20:42.842Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2021-04-20T19:20:42.915Z] > git init /w/workspace/device-mqtt-go/4 # timeout=10 [2021-04-20T19:20:42.991Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-04-20T19:20:42.991Z] > git --version # timeout=10 [2021-04-20T19:20:43.001Z] > git --version # 'git version 2.24.3' [2021-04-20T19:20:43.001Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T19:20:43.028Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T19:20:44.031Z] Merging remotes/origin/master commit f5de971355c2828ff055b6ba79681098725335d7 into PR head commit d457b2ba891fb6b37fc415aecbf26b8b1731890d [2021-04-20T19:20:44.114Z] Merge succeeded, producing 56d9fb4dcbdc97a8ddc54f7410436b3d6a94f35c [2021-04-20T19:20:44.115Z] Checking out Revision 56d9fb4dcbdc97a8ddc54f7410436b3d6a94f35c (PR-216) [2021-04-20T19:20:43.606Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-04-20T19:20:43.614Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T19:20:43.625Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-04-20T19:20:43.640Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-04-20T19:20:43.640Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T19:20:43.646Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/216/head:refs/remotes/origin/PR-216 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-20T19:20:44.045Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T19:20:44.050Z] > git checkout -f d457b2ba891fb6b37fc415aecbf26b8b1731890d # timeout=10 [2021-04-20T19:20:44.080Z] > git remote # timeout=10 [2021-04-20T19:20:44.086Z] > git config --get remote.origin.url # timeout=10 [2021-04-20T19:20:44.091Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T19:20:44.094Z] > git merge f5de971355c2828ff055b6ba79681098725335d7 # timeout=10 [2021-04-20T19:20:44.112Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-20T19:20:44.122Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T19:20:44.126Z] > git checkout -f 56d9fb4dcbdc97a8ddc54f7410436b3d6a94f35c # timeout=10 [2021-04-20T19:20:47.745Z] Commit message: "Merge commit 'f5de971355c2828ff055b6ba79681098725335d7' into HEAD" [2021-04-20T19:20:47.754Z] > git rev-list --no-walk d457b2ba891fb6b37fc415aecbf26b8b1731890d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-20T19:20:48.869Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-20T19:20:49.192Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-20T19:20:49.488Z] + sudo service docker restart [2021-04-20T19:20:49.488Z] + true [2021-04-20T19:20:49.488Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T19:20:50.469Z] provisioning config files... [2021-04-20T19:20:50.501Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/4@tmp/config6576454015317173104tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:20:50.826Z] ---> docker-login.sh [2021-04-20T19:20:50.826Z] nexus3.edgexfoundry.org:10001 [2021-04-20T19:20:51.089Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:20:51.089Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:20:51.089Z] Configure a credential helper to remove this warning. See [2021-04-20T19:20:51.089Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:20:51.089Z] [2021-04-20T19:20:51.089Z] Login Succeeded [2021-04-20T19:20:51.089Z] nexus3.edgexfoundry.org:10002 [2021-04-20T19:20:51.352Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:20:51.352Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:20:51.352Z] Configure a credential helper to remove this warning. See [2021-04-20T19:20:51.352Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:20:51.353Z] [2021-04-20T19:20:51.353Z] Login Succeeded [2021-04-20T19:20:51.353Z] nexus3.edgexfoundry.org:10003 [2021-04-20T19:20:51.616Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:20:51.616Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:20:51.616Z] Configure a credential helper to remove this warning. See [2021-04-20T19:20:51.616Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:20:51.616Z] [2021-04-20T19:20:51.616Z] Login Succeeded [2021-04-20T19:20:51.616Z] nexus3.edgexfoundry.org:10004 [2021-04-20T19:20:51.616Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:20:51.878Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:20:51.878Z] Configure a credential helper to remove this warning. See [2021-04-20T19:20:51.878Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:20:51.878Z] [2021-04-20T19:20:51.878Z] Login Succeeded [2021-04-20T19:20:51.878Z] docker.io [2021-04-20T19:20:51.878Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:20:53.269Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:20:53.269Z] Configure a credential helper to remove this warning. See [2021-04-20T19:20:53.269Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:20:53.269Z] [2021-04-20T19:20:53.269Z] Login Succeeded [2021-04-20T19:20:53.269Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T19:20:53.279Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-20T19:20:53.467Z] ========================================================= [2021-04-20T19:20:53.467Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-20T19:20:53.467Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:20:53.775Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-20T19:20:53.775Z] Sending build context to Docker daemon 546.8kB [2021-04-20T19:20:53.775Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-20T19:20:53.775Z] Step 2/8 : FROM ${BASE} [2021-04-20T19:20:54.044Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-20T19:20:54.044Z] 188c0c94c7c5: Pulling fs layer [2021-04-20T19:20:54.044Z] 0ef7d3d256c8: Pulling fs layer [2021-04-20T19:20:54.044Z] de9db76c5a1d: Pulling fs layer [2021-04-20T19:20:54.044Z] bca2f99d35d6: Pulling fs layer [2021-04-20T19:20:54.044Z] 93359f2a8cfa: Pulling fs layer [2021-04-20T19:20:54.044Z] 7c6f9722023f: Pulling fs layer [2021-04-20T19:20:54.044Z] a35cf1a2eb13: Pulling fs layer [2021-04-20T19:20:54.044Z] 93359f2a8cfa: Waiting [2021-04-20T19:20:54.044Z] 7c6f9722023f: Waiting [2021-04-20T19:20:54.044Z] a35cf1a2eb13: Waiting [2021-04-20T19:20:54.044Z] de9db76c5a1d: Verifying Checksum [2021-04-20T19:20:54.044Z] de9db76c5a1d: Download complete [2021-04-20T19:20:54.044Z] 0ef7d3d256c8: Verifying Checksum [2021-04-20T19:20:54.044Z] 0ef7d3d256c8: Download complete [2021-04-20T19:20:54.044Z] 93359f2a8cfa: Download complete [2021-04-20T19:20:54.044Z] 188c0c94c7c5: Verifying Checksum [2021-04-20T19:20:54.044Z] 188c0c94c7c5: Download complete [2021-04-20T19:20:54.044Z] 7c6f9722023f: Verifying Checksum [2021-04-20T19:20:54.044Z] 7c6f9722023f: Download complete [2021-04-20T19:20:54.323Z] 188c0c94c7c5: Pull complete [2021-04-20T19:20:54.586Z] 0ef7d3d256c8: Pull complete [2021-04-20T19:20:54.586Z] de9db76c5a1d: Pull complete [2021-04-20T19:20:55.980Z] a35cf1a2eb13: Verifying Checksum [2021-04-20T19:20:55.980Z] a35cf1a2eb13: Download complete [2021-04-20T19:20:56.559Z] bca2f99d35d6: Verifying Checksum [2021-04-20T19:20:56.559Z] bca2f99d35d6: Download complete [2021-04-20T19:21:01.892Z] bca2f99d35d6: Pull complete [2021-04-20T19:21:02.486Z] 93359f2a8cfa: Pull complete [2021-04-20T19:21:02.752Z] 7c6f9722023f: Pull complete [2021-04-20T19:21:06.107Z] a35cf1a2eb13: Pull complete [2021-04-20T19:21:06.107Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-20T19:21:06.107Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-20T19:21:06.107Z] ---> a62c8e92a672 [2021-04-20T19:21:06.107Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' [2021-04-20T19:21:06.107Z] ---> Running in f85e15a04476 [2021-04-20T19:21:06.373Z] Removing intermediate container f85e15a04476 [2021-04-20T19:21:06.373Z] ---> 5f5eb729405f [2021-04-20T19:21:06.373Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:21:06.373Z] ---> Running in 921806a74b6c [2021-04-20T19:21:07.784Z] Removing intermediate container 921806a74b6c [2021-04-20T19:21:07.784Z] ---> 87c57c499c85 [2021-04-20T19:21:07.784Z] Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev [2021-04-20T19:21:07.784Z] ---> Running in 263e1d3c9639 [2021-04-20T19:21:08.736Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:21:09.313Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:21:09.889Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-04-20T19:21:09.889Z] (2/13) Installing libsodium (1.0.18-r0) [2021-04-20T19:21:09.889Z] (3/13) Installing pkgconf (1.7.2-r0) [2021-04-20T19:21:09.889Z] (4/13) Installing libsodium-dev (1.0.18-r0) [2021-04-20T19:21:10.153Z] (5/13) Installing openssh-keygen (8.3_p1-r2) [2021-04-20T19:21:10.153Z] (6/13) Installing libedit (20191231.3.1-r0) [2021-04-20T19:21:10.153Z] (7/13) Installing openssh-client (8.3_p1-r2) [2021-04-20T19:21:10.729Z] (8/13) Installing openssh-sftp-server (8.3_p1-r2) [2021-04-20T19:21:10.729Z] (9/13) Installing openssh-server-common (8.3_p1-r2) [2021-04-20T19:21:10.729Z] (10/13) Installing openssh-server (8.3_p1-r2) [2021-04-20T19:21:11.304Z] (11/13) Installing openssh (8.3_p1-r2) [2021-04-20T19:21:11.566Z] (12/13) Installing libzmq (4.3.3-r0) [2021-04-20T19:21:12.141Z] (13/13) Installing zeromq-dev (4.3.3-r0) [2021-04-20T19:21:12.141Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T19:21:12.141Z] OK: 173 MiB in 52 packages [2021-04-20T19:21:13.088Z] Removing intermediate container 263e1d3c9639 [2021-04-20T19:21:13.088Z] ---> 2b645087a996 [2021-04-20T19:21:13.088Z] Step 6/8 : WORKDIR /device-mqtt-go [2021-04-20T19:21:13.088Z] ---> Running in 44dd0086345d [2021-04-20T19:21:13.088Z] Removing intermediate container 44dd0086345d [2021-04-20T19:21:13.088Z] ---> 62edc4d5699f [2021-04-20T19:21:13.088Z] Step 7/8 : COPY . . [2021-04-20T19:21:14.043Z] ---> aa7fbe9e0258 [2021-04-20T19:21:14.043Z] Step 8/8 : RUN go mod download [2021-04-20T19:21:14.043Z] ---> Running in 213dc23c19c7 [2021-04-20T19:21:36.670Z] Removing intermediate container 213dc23c19c7 [2021-04-20T19:21:36.670Z] ---> c870d14fd302 [2021-04-20T19:21:36.934Z] Successfully built c870d14fd302 [2021-04-20T19:21:36.934Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:21:37.253Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T19:21:37.253Z] . [Pipeline] withDockerContainer [2021-04-20T19:21:37.377Z] prd-centos7-docker-4c-2g-1246 does not seem to be running inside a container [2021-04-20T19:21:37.428Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/4 -v /w/workspace/device-mqtt-go/4:/w/workspace/device-mqtt-go/4:rw,z -v /w/workspace/device-mqtt-go/4@tmp:/w/workspace/device-mqtt-go/4@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 ******** ci-base-image-x86_64 cat [2021-04-20T19:21:38.280Z] $ docker top 6876bad217b31c6328a22e0ae069eeed54f235cbd6883ec0ecaf04f646c8f2ac -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T19:21:38.712Z] + go version [2021-04-20T19:21:38.713Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-20T19:21:38.731Z] $ docker stop --time=1 6876bad217b31c6328a22e0ae069eeed54f235cbd6883ec0ecaf04f646c8f2ac [2021-04-20T19:21:40.103Z] $ docker rm -f 6876bad217b31c6328a22e0ae069eeed54f235cbd6883ec0ecaf04f646c8f2ac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:21:40.619Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T19:21:40.620Z] . [Pipeline] withDockerContainer [2021-04-20T19:21:40.737Z] prd-centos7-docker-4c-2g-1246 does not seem to be running inside a container [2021-04-20T19:21:40.789Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/4 -v /w/workspace/device-mqtt-go/4:/w/workspace/device-mqtt-go/4:rw,z -v /w/workspace/device-mqtt-go/4@tmp:/w/workspace/device-mqtt-go/4@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 ******** ci-base-image-x86_64 cat [2021-04-20T19:21:41.399Z] $ docker top 94fc3be5433a6426311223976b1e19a1002f973dd918e5a79b4c4d40cb2b5f88 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T19:21:41.802Z] + make test [2021-04-20T19:21:41.802Z] GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-04-20T19:21:43.200Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2021-04-20T19:21:49.109Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1248 in /w/workspace/gexfoundry_device-mqtt-go_PR-216 [Pipeline] { [Pipeline] ws [2021-04-20T19:21:49.130Z] Running in /w/workspace/device-mqtt-go/4 [Pipeline] { [Pipeline] checkout [2021-04-20T19:21:55.172Z] using credential edgex-jenkins-ssh [2021-04-20T19:21:55.191Z] Cloning the remote Git repository [2021-04-20T19:21:55.263Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2021-04-20T19:21:55.387Z] > git init /w/workspace/device-mqtt-go/4 # timeout=10 [2021-04-20T19:21:55.465Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-04-20T19:21:55.465Z] > git --version # timeout=10 [2021-04-20T19:21:55.482Z] > git --version # 'git version 2.17.1' [2021-04-20T19:21:55.485Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T19:21:55.573Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T19:21:56.299Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-04-20T19:21:56.319Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T19:21:56.346Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-04-20T19:21:56.381Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-04-20T19:21:56.382Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T19:21:56.395Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/216/head:refs/remotes/origin/PR-216 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-20T19:21:56.844Z] Merging remotes/origin/master commit f5de971355c2828ff055b6ba79681098725335d7 into PR head commit d457b2ba891fb6b37fc415aecbf26b8b1731890d [2021-04-20T19:21:57.075Z] Merge succeeded, producing d416f9fbdec14d8aa88f32e109e4fb604aba7f0b [2021-04-20T19:21:57.076Z] Checking out Revision d416f9fbdec14d8aa88f32e109e4fb604aba7f0b (PR-216) [2021-04-20T19:21:56.869Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T19:21:56.884Z] > git checkout -f d457b2ba891fb6b37fc415aecbf26b8b1731890d # timeout=10 [2021-04-20T19:21:56.958Z] > git remote # timeout=10 [2021-04-20T19:21:56.975Z] > git config --get remote.origin.url # timeout=10 [2021-04-20T19:21:56.992Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T19:21:57.003Z] > git merge f5de971355c2828ff055b6ba79681098725335d7 # timeout=10 [2021-04-20T19:21:57.048Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-20T19:21:57.087Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T19:21:57.100Z] > git checkout -f d416f9fbdec14d8aa88f32e109e4fb604aba7f0b # timeout=10 [2021-04-20T19:22:01.294Z] Commit message: "Merge commit 'f5de971355c2828ff055b6ba79681098725335d7' into HEAD" [2021-04-20T19:22:01.304Z] > git rev-list --no-walk d457b2ba891fb6b37fc415aecbf26b8b1731890d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-20T19:22:02.001Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2021-04-20T19:22:02.001Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.020s coverage: 24.9% of statements [2021-04-20T19:22:02.001Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2021-04-20T19:22:02.001Z] GCO_ENABLED=1 GO111MODULE=on go vet ./... [2021-04-20T19:22:02.893Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-20T19:22:03.341Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-20T19:22:03.699Z] + sudo service docker restart [2021-04-20T19:22:03.699Z] + true [2021-04-20T19:22:05.344Z] gofmt -l . [2021-04-20T19:22:05.344Z] ["`gofmt -l .`" = ""] [2021-04-20T19:22:05.344Z] ./bin/test-attribution-txt.sh [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T19:22:05.718Z] provisioning config files... [2021-04-20T19:22:05.765Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/4@tmp/config6032398967906052546tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:22:06.149Z] ---> docker-login.sh [2021-04-20T19:22:06.149Z] nexus3.edgexfoundry.org:10001 [2021-04-20T19:22:06.294Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-20T19:22:06.317Z] $ docker stop --time=1 94fc3be5433a6426311223976b1e19a1002f973dd918e5a79b4c4d40cb2b5f88 [2021-04-20T19:22:07.132Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:22:07.421Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:22:07.421Z] Configure a credential helper to remove this warning. See [2021-04-20T19:22:07.421Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:22:07.421Z] [2021-04-20T19:22:07.421Z] Login Succeeded [2021-04-20T19:22:07.421Z] nexus3.edgexfoundry.org:10002 [2021-04-20T19:22:07.693Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:22:07.965Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:22:07.965Z] Configure a credential helper to remove this warning. See [2021-04-20T19:22:07.965Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:22:07.965Z] [2021-04-20T19:22:07.966Z] Login Succeeded [2021-04-20T19:22:07.966Z] nexus3.edgexfoundry.org:10003 [2021-04-20T19:22:08.061Z] $ docker rm -f 94fc3be5433a6426311223976b1e19a1002f973dd918e5a79b4c4d40cb2b5f88 [2021-04-20T19:22:08.242Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T19:22:08.517Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:22:08.517Z] Configure a credential helper to remove this warning. See [2021-04-20T19:22:08.517Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:22:08.517Z] [2021-04-20T19:22:08.517Z] Login Succeeded [2021-04-20T19:22:08.517Z] nexus3.edgexfoundry.org:10004 [2021-04-20T19:22:08.589Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-20T19:22:08.790Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:22:08.895Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-04-20T19:22:09.079Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:22:09.079Z] Configure a credential helper to remove this warning. See [2021-04-20T19:22:09.079Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:22:09.079Z] [2021-04-20T19:22:09.079Z] Login Succeeded [2021-04-20T19:22:09.079Z] docker.io [2021-04-20T19:22:09.355Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:22:09.627Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:22:09.627Z] Configure a credential helper to remove this warning. See [2021-04-20T19:22:09.627Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:22:09.627Z] [2021-04-20T19:22:09.627Z] Login Succeeded [2021-04-20T19:22:09.627Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T19:22:11.021Z] Deleting 1 temporary files [Pipeline] sh [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-04-20T19:22:11.326Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] echo [2021-04-20T19:22:11.388Z] ========================================================= [2021-04-20T19:22:11.388Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-20T19:22:11.388Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:22:11.626Z] + ls -al . [2021-04-20T19:22:11.626Z] total 108 [2021-04-20T19:22:11.626Z] drwxrwxr-x. 9 jenkins jenkins 4096 Apr 20 19:22 . [2021-04-20T19:22:11.626Z] drwxrwxr-x. 4 jenkins jenkins 28 Apr 20 19:20 .. [2021-04-20T19:22:11.626Z] -rw-rw-r--. 1 jenkins jenkins 7100 Apr 20 19:20 Attribution.txt [2021-04-20T19:22:11.626Z] drwxrwxr-x. 2 jenkins jenkins 87 Apr 20 19:20 bin [2021-04-20T19:22:11.626Z] drwxrwxr-x. 3 jenkins jenkins 32 Apr 20 19:20 cmd [2021-04-20T19:22:11.626Z] -rw-r--r--. 1 jenkins jenkins 19386 Apr 20 19:22 coverage.out [2021-04-20T19:22:11.626Z] -rw-rw-r--. 1 jenkins jenkins 1861 Apr 20 19:20 Dockerfile [2021-04-20T19:22:11.626Z] -rw-rw-r--. 1 jenkins jenkins 994 Apr 20 19:20 Dockerfile.build [2021-04-20T19:22:11.626Z] -rw-rw-r--. 1 jenkins jenkins 140 Apr 20 19:20 .dockerignore [2021-04-20T19:22:11.626Z] drwxrwxr-x. 8 jenkins jenkins 179 Apr 20 19:20 .git [2021-04-20T19:22:11.626Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 20 19:20 .github [2021-04-20T19:22:11.626Z] -rw-rw-r--. 1 jenkins jenkins 336 Apr 20 19:20 .gitignore [2021-04-20T19:22:11.626Z] -rw-r--r--. 1 jenkins jenkins 409 Apr 20 19:22 go.mod [2021-04-20T19:22:11.626Z] -rw-r--r--. 1 jenkins jenkins 21758 Apr 20 19:22 go.sum [2021-04-20T19:22:11.626Z] drwxrwxr-x. 3 jenkins jenkins 20 Apr 20 19:20 internal [2021-04-20T19:22:11.626Z] -rw-rw-r--. 1 jenkins jenkins 677 Apr 20 19:20 Jenkinsfile [2021-04-20T19:22:11.626Z] -rw-rw-r--. 1 jenkins jenkins 11340 Apr 20 19:20 LICENSE [2021-04-20T19:22:11.626Z] -rw-rw-r--. 1 jenkins jenkins 950 Apr 20 19:20 Makefile [2021-04-20T19:22:11.626Z] drwxrwxr-x. 2 jenkins jenkins 23 Apr 20 19:20 mock [2021-04-20T19:22:11.626Z] -rw-rw-r--. 1 jenkins jenkins 2217 Apr 20 19:20 README.md [2021-04-20T19:22:11.626Z] drwxrwxr-x. 4 jenkins jenkins 71 Apr 20 19:20 snap [2021-04-20T19:22:11.626Z] -rw-rw-r--. 1 jenkins jenkins 5 Apr 20 19:18 VERSION [2021-04-20T19:22:11.626Z] -rw-rw-r--. 1 jenkins jenkins 227 Apr 20 19:20 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:22:11.746Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-20T19:22:11.934Z] + 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=d62afb689b0b2d2161ccb6c7718b70e79a43bcc0 --label arch=amd64 --label version=0.0.0 . [2021-04-20T19:22:12.020Z] Sending build context to Docker daemon 545.8kB [2021-04-20T19:22:12.020Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-20T19:22:12.020Z] Step 2/8 : FROM ${BASE} [2021-04-20T19:22:12.204Z] Sending build context to Docker daemon 566.8kB [2021-04-20T19:22:12.204Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-20T19:22:12.204Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-20T19:22:12.204Z] ---> c870d14fd302 [2021-04-20T19:22:12.204Z] Step 3/23 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-04-20T19:22:12.294Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-20T19:22:12.294Z] 5f621e34cdf4: Pulling fs layer [2021-04-20T19:22:12.294Z] a4357932f1b6: Pulling fs layer [2021-04-20T19:22:12.294Z] 18c013af1878: Pulling fs layer [2021-04-20T19:22:12.294Z] 00ac8860ef70: Pulling fs layer [2021-04-20T19:22:12.294Z] 63d7cb157983: Pulling fs layer [2021-04-20T19:22:12.294Z] b116817d02f9: Pulling fs layer [2021-04-20T19:22:12.294Z] 745a02a5169b: Pulling fs layer [2021-04-20T19:22:12.294Z] b116817d02f9: Waiting [2021-04-20T19:22:12.294Z] 00ac8860ef70: Waiting [2021-04-20T19:22:12.294Z] 63d7cb157983: Waiting [2021-04-20T19:22:12.294Z] 745a02a5169b: Waiting [2021-04-20T19:22:12.294Z] 18c013af1878: Verifying Checksum [2021-04-20T19:22:12.294Z] 18c013af1878: Download complete [2021-04-20T19:22:12.294Z] a4357932f1b6: Verifying Checksum [2021-04-20T19:22:12.294Z] a4357932f1b6: Download complete [2021-04-20T19:22:12.468Z] ---> Running in 67f873603675 [2021-04-20T19:22:12.568Z] 63d7cb157983: Download complete [2021-04-20T19:22:12.568Z] b116817d02f9: Download complete [2021-04-20T19:22:12.568Z] 5f621e34cdf4: Verifying Checksum [2021-04-20T19:22:12.568Z] 5f621e34cdf4: Download complete [2021-04-20T19:22:12.731Z] Removing intermediate container 67f873603675 [2021-04-20T19:22:12.731Z] ---> bd04a53dcf50 [2021-04-20T19:22:12.731Z] Step 4/23 : ARG ALPINE_PKG_EXTRA="" [2021-04-20T19:22:12.731Z] ---> Running in ca413112369b [2021-04-20T19:22:12.731Z] Removing intermediate container ca413112369b [2021-04-20T19:22:12.731Z] ---> 88660dfa587b [2021-04-20T19:22:12.731Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:22:13.006Z] ---> Running in a488a1c4f1aa [2021-04-20T19:22:13.182Z] 5f621e34cdf4: Pull complete [2021-04-20T19:22:13.787Z] a4357932f1b6: Pull complete [2021-04-20T19:22:13.971Z] Removing intermediate container a488a1c4f1aa [2021-04-20T19:22:13.971Z] ---> 85708940e7d7 [2021-04-20T19:22:13.971Z] Step 6/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-20T19:22:13.971Z] ---> Running in 438ba9d00a62 [2021-04-20T19:22:14.062Z] 18c013af1878: Pull complete [2021-04-20T19:22:14.552Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:22:15.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:22:16.032Z] 745a02a5169b: Verifying Checksum [2021-04-20T19:22:16.032Z] 745a02a5169b: Download complete [2021-04-20T19:22:17.019Z] 00ac8860ef70: Verifying Checksum [2021-04-20T19:22:17.019Z] 00ac8860ef70: Download complete [2021-04-20T19:22:18.839Z] OK: 173 MiB in 52 packages [2021-04-20T19:22:18.839Z] Removing intermediate container 438ba9d00a62 [2021-04-20T19:22:18.839Z] ---> cab42fb42d99 [2021-04-20T19:22:18.839Z] Step 7/23 : WORKDIR /device-mqtt-go [2021-04-20T19:22:19.105Z] ---> Running in 6f5172fd3010 [2021-04-20T19:22:19.105Z] Removing intermediate container 6f5172fd3010 [2021-04-20T19:22:19.105Z] ---> c1e2af0a2c9a [2021-04-20T19:22:19.105Z] Step 8/23 : COPY . . [2021-04-20T19:22:20.067Z] ---> e16e3fe705b8 [2021-04-20T19:22:20.067Z] Step 9/23 : RUN go mod download [2021-04-20T19:22:20.067Z] ---> Running in b77454d88105 [2021-04-20T19:22:21.475Z] Removing intermediate container b77454d88105 [2021-04-20T19:22:21.475Z] ---> a51a32dc2c10 [2021-04-20T19:22:21.475Z] Step 10/23 : ARG MAKE='make build' [2021-04-20T19:22:21.475Z] ---> Running in cd726465a047 [2021-04-20T19:22:21.475Z] Removing intermediate container cd726465a047 [2021-04-20T19:22:21.475Z] ---> 01769571a288 [2021-04-20T19:22:21.475Z] Step 11/23 : RUN $MAKE [2021-04-20T19:22:21.475Z] ---> Running in 6707cd585656 [2021-04-20T19:22:22.054Z] 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-04-20T19:22:27.206Z] 00ac8860ef70: Pull complete [2021-04-20T19:22:27.206Z] 63d7cb157983: Pull complete [2021-04-20T19:22:27.206Z] b116817d02f9: Pull complete [2021-04-20T19:22:30.606Z] 745a02a5169b: Pull complete [2021-04-20T19:22:30.606Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-20T19:22:30.606Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-20T19:22:30.606Z] ---> b7e6874047d6 [2021-04-20T19:22:30.606Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' [2021-04-20T19:22:33.998Z] ---> Running in 013fec848de7 [2021-04-20T19:22:33.998Z] Removing intermediate container 013fec848de7 [2021-04-20T19:22:33.998Z] ---> 8e896c76c6cd [2021-04-20T19:22:33.998Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:22:34.287Z] ---> Running in 3dcded330af5 [2021-04-20T19:22:36.291Z] Removing intermediate container 3dcded330af5 [2021-04-20T19:22:36.291Z] ---> 0a648f521692 [2021-04-20T19:22:36.291Z] Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev [2021-04-20T19:22:36.567Z] ---> Running in c134f3e9072e [2021-04-20T19:22:37.152Z] GCO_ENABLED=1 GO111MODULE=on go build ./... [2021-04-20T19:22:37.549Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:22:38.144Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:22:39.121Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-04-20T19:22:39.121Z] (2/13) Installing libsodium (1.0.18-r0) [2021-04-20T19:22:39.121Z] (3/13) Installing pkgconf (1.7.2-r0) [2021-04-20T19:22:39.395Z] (4/13) Installing libsodium-dev (1.0.18-r0) [2021-04-20T19:22:39.395Z] (5/13) Installing openssh-keygen (8.3_p1-r2) [2021-04-20T19:22:39.395Z] (6/13) Installing libedit (20191231.3.1-r0) [2021-04-20T19:22:39.684Z] (7/13) Installing openssh-client (8.3_p1-r2) [2021-04-20T19:22:39.976Z] (8/13) Installing openssh-sftp-server (8.3_p1-r2) [2021-04-20T19:22:39.977Z] (9/13) Installing openssh-server-common (8.3_p1-r2) [2021-04-20T19:22:40.250Z] (10/13) Installing openssh-server (8.3_p1-r2) [2021-04-20T19:22:40.250Z] (11/13) Installing openssh (8.3_p1-r2) [2021-04-20T19:22:40.250Z] (12/13) Installing libzmq (4.3.3-r0) [2021-04-20T19:22:40.523Z] (13/13) Installing zeromq-dev (4.3.3-r0) [2021-04-20T19:22:40.523Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T19:22:40.523Z] OK: 149 MiB in 52 packages [2021-04-20T19:22:41.434Z] Removing intermediate container 6707cd585656 [2021-04-20T19:22:41.434Z] ---> 56c731e4a756 [2021-04-20T19:22:41.434Z] Step 12/23 : FROM alpine:3.12 [2021-04-20T19:22:41.964Z] Removing intermediate container c134f3e9072e [2021-04-20T19:22:41.964Z] ---> d169ede8003a [2021-04-20T19:22:41.964Z] Step 6/8 : WORKDIR /device-mqtt-go [2021-04-20T19:22:42.010Z] 3.12: Pulling from library/alpine [2021-04-20T19:22:42.010Z] 339de151aab4: Pulling fs layer [2021-04-20T19:22:42.010Z] 339de151aab4: Verifying Checksum [2021-04-20T19:22:42.010Z] 339de151aab4: Download complete [2021-04-20T19:22:42.236Z] ---> Running in 97a21cc40580 [2021-04-20T19:22:42.273Z] 339de151aab4: Pull complete [2021-04-20T19:22:42.273Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-20T19:22:42.536Z] Status: Downloaded newer image for alpine:3.12 [2021-04-20T19:22:42.536Z] ---> 13621d1b12d4 [2021-04-20T19:22:42.536Z] Step 13/23 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2021-04-20T19:22:42.536Z] ---> Running in 04f8a095a077 [2021-04-20T19:22:42.800Z] Removing intermediate container 04f8a095a077 [2021-04-20T19:22:42.800Z] ---> bd2cb7d7899c [2021-04-20T19:22:42.800Z] Step 14/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-20T19:22:42.800Z] ---> Running in 2feb09e9576f [2021-04-20T19:22:42.832Z] Removing intermediate container 97a21cc40580 [2021-04-20T19:22:42.832Z] ---> de3e90bdd15e [2021-04-20T19:22:42.832Z] Step 7/8 : COPY . . [2021-04-20T19:22:43.374Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:22:43.374Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:22:43.374Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-20T19:22:43.374Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-20T19:22:43.644Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-20T19:22:43.644Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-20T19:22:43.644Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-20T19:22:43.644Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-20T19:22:43.644Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:22:43.644Z] OK: 8 MiB in 20 packages [2021-04-20T19:22:43.812Z] ---> 8be2bff9ef17 [2021-04-20T19:22:43.812Z] Step 8/8 : RUN go mod download [2021-04-20T19:22:43.812Z] ---> Running in 86be8cc4a7f3 [2021-04-20T19:22:44.224Z] Removing intermediate container 2feb09e9576f [2021-04-20T19:22:44.224Z] ---> 396304e1193d [2021-04-20T19:22:44.224Z] Step 15/23 : COPY --from=builder /device-mqtt-go/cmd / [2021-04-20T19:22:44.800Z] ---> 8849160acf03 [2021-04-20T19:22:44.800Z] Step 16/23 : COPY --from=builder /device-mqtt-go/LICENSE / [2021-04-20T19:22:45.064Z] ---> 3fba066c74d9 [2021-04-20T19:22:45.064Z] Step 17/23 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2021-04-20T19:22:45.328Z] ---> cbcb5cedee13 [2021-04-20T19:22:45.329Z] Step 18/23 : EXPOSE 49982 [2021-04-20T19:22:45.329Z] ---> Running in 69cb893b880f [2021-04-20T19:22:45.591Z] Removing intermediate container 69cb893b880f [2021-04-20T19:22:45.591Z] ---> 0b17f2361b49 [2021-04-20T19:22:45.591Z] Step 19/23 : ENTRYPOINT ["/device-mqtt"] [2021-04-20T19:22:45.591Z] ---> Running in ea6ce1aae307 [2021-04-20T19:22:45.859Z] Removing intermediate container ea6ce1aae307 [2021-04-20T19:22:45.859Z] ---> ceeb874384f7 [2021-04-20T19:22:45.859Z] Step 20/23 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:22:45.859Z] ---> Running in 04cf44459d71 [2021-04-20T19:22:45.859Z] Removing intermediate container 04cf44459d71 [2021-04-20T19:22:45.859Z] ---> 57db96484a72 [2021-04-20T19:22:45.859Z] Step 21/23 : LABEL arch=amd64 [2021-04-20T19:22:46.121Z] ---> Running in b27b763f7efd [2021-04-20T19:22:46.121Z] Removing intermediate container b27b763f7efd [2021-04-20T19:22:46.121Z] ---> cd5e10bcdc2e [2021-04-20T19:22:46.121Z] Step 22/23 : LABEL git_sha=d62afb689b0b2d2161ccb6c7718b70e79a43bcc0 [2021-04-20T19:22:46.387Z] ---> Running in 7453d0fce60a [2021-04-20T19:22:46.387Z] Removing intermediate container 7453d0fce60a [2021-04-20T19:22:46.387Z] ---> 4e3d451791e7 [2021-04-20T19:22:46.387Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T19:22:46.387Z] ---> Running in 760b404d307d [2021-04-20T19:22:46.651Z] Removing intermediate container 760b404d307d [2021-04-20T19:22:46.651Z] ---> e940e0a321ec [2021-04-20T19:22:46.651Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-20T19:22:46.651Z] Successfully built e940e0a321ec [2021-04-20T19:22:46.651Z] 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-04-20T19:23:01.842Z] Still waiting to schedule task [2021-04-20T19:23:01.842Z] ‘prd-ubuntu18.04-docker-8c-8g-1242’ is offline [2021-04-20T19:23:10.664Z] Removing intermediate container 86be8cc4a7f3 [2021-04-20T19:23:10.665Z] ---> 198d0dd5ba25 [2021-04-20T19:23:10.665Z] Successfully built 198d0dd5ba25 [2021-04-20T19:23:10.665Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:23:11.024Z] + docker inspect -f . ci-base-image-arm64 [2021-04-20T19:23:11.024Z] . [Pipeline] withDockerContainer [2021-04-20T19:23:11.320Z] prd-ubuntu18.04-docker-arm64-4c-16g-1248 does not seem to be running inside a container [2021-04-20T19:23:11.409Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/4 -v /w/workspace/device-mqtt-go/4:/w/workspace/device-mqtt-go/4:rw,z -v /w/workspace/device-mqtt-go/4@tmp:/w/workspace/device-mqtt-go/4@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 ******** ci-base-image-arm64 cat [2021-04-20T19:23:13.082Z] $ docker top a4c2d8037db04920c3777a584991ef807273d921b1ff48b4d149630a22fff295 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T19:23:14.066Z] + go version [2021-04-20T19:23:14.066Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-20T19:23:14.093Z] $ docker stop --time=1 a4c2d8037db04920c3777a584991ef807273d921b1ff48b4d149630a22fff295 [2021-04-20T19:23:16.018Z] $ docker rm -f a4c2d8037db04920c3777a584991ef807273d921b1ff48b4d149630a22fff295 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:23:16.688Z] + docker inspect -f . ci-base-image-arm64 [2021-04-20T19:23:16.688Z] . [Pipeline] withDockerContainer [2021-04-20T19:23:16.919Z] prd-ubuntu18.04-docker-arm64-4c-16g-1248 does not seem to be running inside a container [2021-04-20T19:23:17.005Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/4 -v /w/workspace/device-mqtt-go/4:/w/workspace/device-mqtt-go/4:rw,z -v /w/workspace/device-mqtt-go/4@tmp:/w/workspace/device-mqtt-go/4@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 ******** ci-base-image-arm64 cat [2021-04-20T19:23:18.503Z] $ docker top 09c8efdff7107e8647b726f86275492213840f48074d1cf0a177e2d465843a01 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T19:23:19.446Z] + make test [2021-04-20T19:23:19.446Z] GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-04-20T19:23:21.456Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2021-04-20T19:23:59.255Z] Running on prd-ubuntu18.04-docker-8c-8g-1256 in /w/workspace/gexfoundry_device-mqtt-go_PR-216 [Pipeline] { [Pipeline] ws [2021-04-20T19:23:59.275Z] Running in /w/workspace/device-mqtt-go/4 [Pipeline] { [Pipeline] checkout [2021-04-20T19:24:02.119Z] using credential edgex-jenkins-ssh [2021-04-20T19:24:02.138Z] Cloning the remote Git repository [2021-04-20T19:24:01.786Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2021-04-20T19:24:01.858Z] > git init /w/workspace/device-mqtt-go/4 # timeout=10 [2021-04-20T19:24:01.915Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-04-20T19:24:01.915Z] > git --version # timeout=10 [2021-04-20T19:24:01.921Z] > git --version # 'git version 2.17.1' [2021-04-20T19:24:01.922Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T19:24:01.954Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T19:24:03.980Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-04-20T19:24:03.990Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T19:24:04.000Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-04-20T19:24:04.018Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-04-20T19:24:04.018Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T19:24:04.023Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/216/head:refs/remotes/origin/PR-216 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-20T19:24:05.266Z] Merging remotes/origin/master commit f5de971355c2828ff055b6ba79681098725335d7 into PR head commit d457b2ba891fb6b37fc415aecbf26b8b1731890d [2021-04-20T19:24:05.428Z] Merge succeeded, producing be4fc2a7bccab53d8ea7410b06c0d8ceb7d725df [2021-04-20T19:24:05.428Z] Checking out Revision be4fc2a7bccab53d8ea7410b06c0d8ceb7d725df (PR-216) [2021-04-20T19:24:04.874Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T19:24:04.886Z] > git checkout -f d457b2ba891fb6b37fc415aecbf26b8b1731890d # timeout=10 [2021-04-20T19:24:04.988Z] > git remote # timeout=10 [2021-04-20T19:24:04.994Z] > git config --get remote.origin.url # timeout=10 [2021-04-20T19:24:04.999Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T19:24:05.003Z] > git merge f5de971355c2828ff055b6ba79681098725335d7 # timeout=10 [2021-04-20T19:24:05.020Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-20T19:24:05.030Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T19:24:05.034Z] > git checkout -f be4fc2a7bccab53d8ea7410b06c0d8ceb7d725df # timeout=10 [2021-04-20T19:24:08.464Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2021-04-20T19:24:09.176Z] Commit message: "Merge commit 'f5de971355c2828ff055b6ba79681098725335d7' into HEAD" [2021-04-20T19:24:08.779Z] > git rev-list --no-walk d457b2ba891fb6b37fc415aecbf26b8b1731890d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:24:10.418Z] + echo snap-build.sh [2021-04-20T19:24:10.418Z] snap-build.sh [2021-04-20T19:24:10.418Z] + SNAP_BASE_DIR=. [2021-04-20T19:24:10.418Z] + '[' '!' -z /w/workspace/device-mqtt-go/4 ']' [2021-04-20T19:24:10.418Z] + SNAP_BASE_DIR=/w/workspace/device-mqtt-go/4 [2021-04-20T19:24:10.418Z] + echo '[snap-build] Building snap in dir [/w/workspace/device-mqtt-go/4]' [2021-04-20T19:24:10.418Z] [snap-build] Building snap in dir [/w/workspace/device-mqtt-go/4] [2021-04-20T19:24:10.418Z] + cd /w/workspace/device-mqtt-go/4 [2021-04-20T19:24:10.418Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-20T19:24:10.418Z] Reading package lists... [2021-04-20T19:24:10.703Z] Building dependency tree... [2021-04-20T19:24:10.703Z] Reading state information... [2021-04-20T19:24:10.973Z] The following packages were automatically installed and are no longer required: [2021-04-20T19:24:10.974Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-20T19:24:10.974Z] uidmap xdelta3 [2021-04-20T19:24:10.974Z] Use 'sudo apt autoremove' to remove them. [2021-04-20T19:24:10.974Z] The following packages will be REMOVED: [2021-04-20T19:24:10.974Z] lxd* lxd-client* [2021-04-20T19:24:11.102Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.046s coverage: 24.9% of statements [2021-04-20T19:24:11.102Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2021-04-20T19:24:11.379Z] GCO_ENABLED=1 GO111MODULE=on go vet ./... [2021-04-20T19:24:11.564Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-20T19:24:11.564Z] After this operation, 31.7 MB disk space will be freed. [2021-04-20T19:24:12.885Z] (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-04-20T19:24:12.885Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-20T19:24:14.298Z] Removing lxd dnsmasq configuration [2021-04-20T19:24:14.563Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-20T19:24:14.827Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-20T19:24:16.243Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-20T19:24:16.243Z] (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-04-20T19:24:16.243Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-20T19:24:18.158Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-20T19:24:18.158Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-20T19:24:20.074Z] + sudo snap remove --purge lxd [2021-04-20T19:24:20.074Z] snap "lxd" is not installed [2021-04-20T19:24:20.074Z] + sudo groupadd --force --system lxd [2021-04-20T19:24:20.074Z] ++ whoami [2021-04-20T19:24:20.074Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-20T19:24:20.074Z] + newgrp - lxd [2021-04-20T19:24:20.336Z] + sudo snap install lxd [2021-04-20T19:24:23.832Z] gofmt -l . [2021-04-20T19:24:23.832Z] ["`gofmt -l .`" = ""] [2021-04-20T19:24:23.832Z] ./bin/test-attribution-txt.sh [2021-04-20T19:24:23.832Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-20T19:24:24.126Z] $ docker stop --time=1 09c8efdff7107e8647b726f86275492213840f48074d1cf0a177e2d465843a01 [2021-04-20T19:24:26.209Z] $ docker rm -f 09c8efdff7107e8647b726f86275492213840f48074d1cf0a177e2d465843a01 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T19:24:27.032Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-20T19:24:27.069Z] Warning: overwriting stash ‘coverage-report’ [2021-04-20T19:24:28.033Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-20T19:24:28.518Z] 2021-04-20T19:24:26Z INFO Waiting for automatic snapd restart... [2021-04-20T19:24:28.572Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-20T19:24:28.931Z] + ls -al . [2021-04-20T19:24:28.931Z] total 140 [2021-04-20T19:24:28.931Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 20 19:24 . [2021-04-20T19:24:28.931Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 20 19:21 .. [2021-04-20T19:24:28.931Z] -rw-rw-r-- 1 jenkins jenkins 140 Apr 20 19:21 .dockerignore [2021-04-20T19:24:28.931Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 20 19:22 .git [2021-04-20T19:24:28.931Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 20 19:21 .github [2021-04-20T19:24:28.931Z] -rw-rw-r-- 1 jenkins jenkins 336 Apr 20 19:21 .gitignore [2021-04-20T19:24:28.931Z] -rw-rw-r-- 1 jenkins jenkins 7100 Apr 20 19:21 Attribution.txt [2021-04-20T19:24:28.931Z] -rw-rw-r-- 1 jenkins jenkins 1861 Apr 20 19:21 Dockerfile [2021-04-20T19:24:28.931Z] -rw-rw-r-- 1 jenkins jenkins 994 Apr 20 19:21 Dockerfile.build [2021-04-20T19:24:28.931Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 20 19:21 Jenkinsfile [2021-04-20T19:24:28.931Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 20 19:21 LICENSE [2021-04-20T19:24:28.931Z] -rw-rw-r-- 1 jenkins jenkins 950 Apr 20 19:21 Makefile [2021-04-20T19:24:28.931Z] -rw-rw-r-- 1 jenkins jenkins 2217 Apr 20 19:21 README.md [2021-04-20T19:24:28.931Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 20 19:18 VERSION [2021-04-20T19:24:28.931Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 20 19:21 bin [2021-04-20T19:24:28.931Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 20 19:21 cmd [2021-04-20T19:24:28.931Z] -rw-r--r-- 1 jenkins jenkins 19386 Apr 20 19:24 coverage.out [2021-04-20T19:24:28.931Z] -rw-r--r-- 1 jenkins jenkins 409 Apr 20 19:24 go.mod [2021-04-20T19:24:28.931Z] -rw-r--r-- 1 jenkins jenkins 21758 Apr 20 19:24 go.sum [2021-04-20T19:24:28.931Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 20 19:21 internal [2021-04-20T19:24:28.931Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 20 19:21 mock [2021-04-20T19:24:28.931Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 20 19:21 snap [2021-04-20T19:24:28.931Z] -rw-rw-r-- 1 jenkins jenkins 227 Apr 20 19:21 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:24:29.348Z] + 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=d62afb689b0b2d2161ccb6c7718b70e79a43bcc0 --label arch=arm64 --label version=0.0.0 . [2021-04-20T19:24:29.717Z] Sending build context to Docker daemon 565.8kB [2021-04-20T19:24:30.044Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-20T19:24:30.044Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-20T19:24:30.044Z] ---> 198d0dd5ba25 [2021-04-20T19:24:30.044Z] Step 3/23 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-04-20T19:24:30.342Z] ---> Running in 75822361faa9 [2021-04-20T19:24:30.940Z] Removing intermediate container 75822361faa9 [2021-04-20T19:24:30.940Z] ---> cc341cc6ed50 [2021-04-20T19:24:30.940Z] Step 4/23 : ARG ALPINE_PKG_EXTRA="" [2021-04-20T19:24:30.940Z] ---> Running in 7f84060c6969 [2021-04-20T19:24:31.531Z] Removing intermediate container 7f84060c6969 [2021-04-20T19:24:31.531Z] ---> 90c1c907b907 [2021-04-20T19:24:31.531Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:24:31.531Z] ---> Running in 8ddbff0fd136 [2021-04-20T19:24:34.196Z] Removing intermediate container 8ddbff0fd136 [2021-04-20T19:24:34.196Z] ---> a5aec1782df8 [2021-04-20T19:24:34.196Z] Step 6/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-20T19:24:34.196Z] ---> Running in a8c81881d425 [2021-04-20T19:24:35.646Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:24:36.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:24:37.678Z] OK: 149 MiB in 52 packages [2021-04-20T19:24:39.120Z] Removing intermediate container a8c81881d425 [2021-04-20T19:24:39.120Z] ---> 42e91d9cf95b [2021-04-20T19:24:39.120Z] Step 7/23 : WORKDIR /device-mqtt-go [2021-04-20T19:24:39.120Z] ---> Running in 3d5b68e8e893 [2021-04-20T19:24:39.717Z] Removing intermediate container 3d5b68e8e893 [2021-04-20T19:24:39.717Z] ---> bc565e287882 [2021-04-20T19:24:39.717Z] Step 8/23 : COPY . . [2021-04-20T19:24:40.696Z] ---> 4037f159e6ec [2021-04-20T19:24:40.696Z] Step 9/23 : RUN go mod download [2021-04-20T19:24:40.696Z] ---> Running in 7bfcdbd4f83f [2021-04-20T19:24:43.329Z] Removing intermediate container 7bfcdbd4f83f [2021-04-20T19:24:43.329Z] ---> 9c3d01929b9b [2021-04-20T19:24:43.329Z] Step 10/23 : ARG MAKE='make build' [2021-04-20T19:24:43.329Z] ---> Running in 5aa44165f5f6 [2021-04-20T19:24:43.498Z] lxd 4.13 from Canonical* installed [2021-04-20T19:24:43.499Z] + sudo lxd init --auto [2021-04-20T19:24:43.926Z] Removing intermediate container 5aa44165f5f6 [2021-04-20T19:24:43.926Z] ---> 4514944b975f [2021-04-20T19:24:43.926Z] Step 11/23 : RUN $MAKE [2021-04-20T19:24:43.926Z] ---> Running in af5b4eab8a5d [2021-04-20T19:24:44.904Z] 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-04-20T19:24:53.541Z] + sudo snap install --classic snapcraft [2021-04-20T19:24:58.862Z] snapcraft 4.6.2 from Canonical* installed [2021-04-20T19:24:58.862Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-20T19:24:58.862Z] + sudo snapcraft prime --use-lxd [2021-04-20T19:25:00.784Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-20T19:25:00.784Z] 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-04-20T19:25:00.784Z] - README.md [2021-04-20T19:25:00.784Z] [2021-04-20T19:25:00.784Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-20T19:25:01.371Z] Launching a container. [2021-04-20T19:25:16.371Z] Waiting for container to be ready [2021-04-20T19:25:16.371Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-20T19:25:16.371Z] [2021-04-20T19:25:21.686Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-20T19:25:21.686Z] Waiting for network to be ready... [2021-04-20T19:25:21.950Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-20T19:25:22.213Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-04-20T19:25:22.213Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-20T19:25:22.213Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-20T19:25:22.213Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-20T19:25:22.213Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-20T19:25:22.213Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-20T19:25:22.213Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-20T19:25:22.213Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-20T19:25:22.213Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-20T19:25:22.787Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-20T19:25:22.787Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-20T19:25:23.055Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-20T19:25:23.055Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-20T19:25:23.055Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-20T19:25:23.055Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-20T19:25:23.055Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-20T19:25:23.055Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-20T19:25:23.631Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-20T19:25:23.895Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-20T19:25:23.895Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-20T19:25:23.895Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-20T19:25:23.895Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-20T19:25:23.895Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] [2021-04-20T19:25:23.895Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-20T19:25:23.941Z] GCO_ENABLED=1 GO111MODULE=on go build ./... [2021-04-20T19:25:24.163Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-04-20T19:25:24.164Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-20T19:25:27.487Z] Fetched 24.4 MB in 6s (4300 kB/s) [2021-04-20T19:25:29.408Z] Reading package lists... [2021-04-20T19:25:29.671Z] Reading package lists... [2021-04-20T19:25:29.671Z] Building dependency tree... [2021-04-20T19:25:29.671Z] Reading state information... [2021-04-20T19:25:29.936Z] The following additional packages will be installed: [2021-04-20T19:25:29.936Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-20T19:25:29.936Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-20T19:25:29.936Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-20T19:25:29.936Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-20T19:25:29.936Z] Suggested packages: [2021-04-20T19:25:29.936Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-20T19:25:29.936Z] Recommended packages: [2021-04-20T19:25:29.936Z] gnupg libsasl2-modules [2021-04-20T19:25:29.936Z] The following NEW packages will be installed: [2021-04-20T19:25:29.936Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-20T19:25:29.936Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-20T19:25:29.936Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-20T19:25:29.936Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-20T19:25:29.936Z] The following packages will be upgraded: [2021-04-20T19:25:29.936Z] gpg gpg-agent gpgconf libudev1 [2021-04-20T19:25:30.199Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-04-20T19:25:30.199Z] Need to get 3529 kB of archives. [2021-04-20T19:25:30.199Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-20T19:25:30.199Z] 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-04-20T19:25:30.199Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-04-20T19:25:30.463Z] 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-04-20T19:25:30.463Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-20T19:25:30.463Z] 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-04-20T19:25:30.463Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-04-20T19:25:31.039Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-20T19:25:31.039Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-20T19:25:31.039Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-20T19:25:31.039Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-20T19:25:31.039Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-20T19:25:31.039Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-20T19:25:31.039Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-20T19:25:31.039Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-20T19:25:31.039Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-20T19:25:31.039Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-20T19:25:31.039Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-20T19:25:31.039Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-20T19:25:31.039Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-20T19:25:31.039Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-20T19:25:31.039Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-20T19:25:31.039Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-20T19:25:31.302Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-20T19:25:31.302Z] Fetched 3529 kB in 1s (3102 kB/s) [2021-04-20T19:25:31.567Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-20T19:25:31.567Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-04-20T19:25:31.567Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-20T19:25:31.567Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-04-20T19:25:31.567Z] Selecting previously unselected package udev. [2021-04-20T19:25:31.567Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-20T19:25:31.567Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-04-20T19:25:31.829Z] Unpacking udev (237-3ubuntu10.46) ... [2021-04-20T19:25:32.092Z] Selecting previously unselected package libfuse2:amd64. [2021-04-20T19:25:32.092Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-20T19:25:32.092Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-20T19:25:32.092Z] Selecting previously unselected package fuse. [2021-04-20T19:25:32.092Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-20T19:25:32.092Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-20T19:25:32.092Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-20T19:25:32.092Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-20T19:25:32.359Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-20T19:25:32.359Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-20T19:25:32.359Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-20T19:25:32.621Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-20T19:25:32.621Z] Selecting previously unselected package libksba8:amd64. [2021-04-20T19:25:32.621Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-20T19:25:32.621Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-20T19:25:32.621Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-20T19:25:32.621Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T19:25:32.621Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:25:32.886Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-20T19:25:32.886Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T19:25:32.886Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:25:32.887Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-20T19:25:32.887Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T19:25:32.887Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:25:33.148Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-20T19:25:33.148Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T19:25:33.148Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:25:33.148Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-20T19:25:33.148Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T19:25:33.148Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:25:33.410Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-20T19:25:33.410Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T19:25:33.410Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:25:33.410Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-20T19:25:33.410Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T19:25:33.410Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:25:33.674Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-20T19:25:33.674Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T19:25:33.674Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:25:33.674Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-20T19:25:33.674Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T19:25:33.674Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:25:33.674Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-20T19:25:33.674Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-20T19:25:33.936Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-20T19:25:33.936Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-20T19:25:33.936Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-20T19:25:33.936Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-20T19:25:33.936Z] Selecting previously unselected package libldap-common. [2021-04-20T19:25:33.936Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-20T19:25:33.936Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-20T19:25:33.936Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-20T19:25:33.936Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-20T19:25:33.936Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-20T19:25:34.205Z] Selecting previously unselected package dirmngr. [2021-04-20T19:25:34.205Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-20T19:25:34.205Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-20T19:25:34.205Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-20T19:25:34.467Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-20T19:25:34.467Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-20T19:25:34.467Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-20T19:25:34.467Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-20T19:25:34.467Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-20T19:25:34.467Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:25:34.467Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-20T19:25:34.467Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-20T19:25:34.730Z] Setting up udev (237-3ubuntu10.46) ... [2021-04-20T19:25:35.305Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-20T19:25:35.305Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:25:35.305Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-20T19:25:35.305Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-20T19:25:35.305Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-20T19:25:35.568Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:25:35.568Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:25:35.568Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:25:35.568Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:25:35.568Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:25:35.568Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:25:35.568Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:25:35.568Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-20T19:25:35.568Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-20T19:25:35.830Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-20T19:25:36.329Z] Removing intermediate container af5b4eab8a5d [2021-04-20T19:25:36.329Z] ---> 448c5761535e [2021-04-20T19:25:36.329Z] Step 12/23 : FROM alpine:3.12 [2021-04-20T19:25:36.406Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-20T19:25:36.406Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-20T19:25:36.406Z] This means they are not meant to be enabled using systemctl. [2021-04-20T19:25:36.406Z] Possible reasons for having this kind of units are: [2021-04-20T19:25:36.406Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-20T19:25:36.406Z] .wants/ or .requires/ directory. [2021-04-20T19:25:36.406Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-20T19:25:36.406Z] a requirement dependency on it. [2021-04-20T19:25:36.406Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-20T19:25:36.406Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-20T19:25:36.406Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-20T19:25:36.406Z] instance name specified. [2021-04-20T19:25:36.604Z] 3.12: Pulling from library/alpine [2021-04-20T19:25:36.877Z] d2f70382dc9a: Pulling fs layer [2021-04-20T19:25:36.985Z] Reading package lists... [2021-04-20T19:25:37.150Z] d2f70382dc9a: Verifying Checksum [2021-04-20T19:25:37.150Z] d2f70382dc9a: Download complete [2021-04-20T19:25:37.249Z] Building dependency tree... [2021-04-20T19:25:37.249Z] Reading state information... [2021-04-20T19:25:37.249Z] The following additional packages will be installed: [2021-04-20T19:25:37.249Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-20T19:25:37.249Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-20T19:25:37.249Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-20T19:25:37.249Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-20T19:25:37.249Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-20T19:25:37.249Z] Suggested packages: [2021-04-20T19:25:37.249Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-20T19:25:37.249Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-20T19:25:37.249Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-20T19:25:37.249Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-20T19:25:37.249Z] systemd-container policykit-1 [2021-04-20T19:25:37.249Z] Recommended packages: [2021-04-20T19:25:37.249Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-20T19:25:37.518Z] The following NEW packages will be installed: [2021-04-20T19:25:37.518Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-20T19:25:37.518Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-20T19:25:37.518Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-20T19:25:37.518Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-20T19:25:37.518Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-20T19:25:37.518Z] The following packages will be upgraded: [2021-04-20T19:25:37.518Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-20T19:25:37.518Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-04-20T19:25:37.518Z] Need to get 35.2 MB of archives. [2021-04-20T19:25:37.518Z] After this operation, 141 MB of additional disk space will be used. [2021-04-20T19:25:37.518Z] 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-04-20T19:25:37.518Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-04-20T19:25:37.518Z] 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-04-20T19:25:37.518Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-20T19:25:37.518Z] 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-04-20T19:25:37.755Z] d2f70382dc9a: Pull complete [2021-04-20T19:25:37.755Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-20T19:25:37.755Z] Status: Downloaded newer image for alpine:3.12 [2021-04-20T19:25:37.755Z] ---> 9852663dfa18 [2021-04-20T19:25:37.755Z] Step 13/23 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2021-04-20T19:25:37.782Z] 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-04-20T19:25:37.782Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-20T19:25:37.782Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-20T19:25:37.782Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-20T19:25:37.782Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-20T19:25:37.782Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-20T19:25:37.782Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-20T19:25:37.782Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-20T19:25:37.782Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-20T19:25:37.782Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-20T19:25:37.782Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-20T19:25:37.782Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-20T19:25:38.027Z] ---> Running in 46fb93c66566 [2021-04-20T19:25:38.300Z] Removing intermediate container 46fb93c66566 [2021-04-20T19:25:38.300Z] ---> 02f6e42f67d6 [2021-04-20T19:25:38.300Z] Step 14/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-20T19:25:38.366Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-04-20T19:25:38.366Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-20T19:25:38.366Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-20T19:25:38.572Z] ---> Running in 061081896d77 [2021-04-20T19:25:38.629Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-20T19:25:38.629Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-20T19:25:38.629Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-20T19:25:38.629Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-20T19:25:38.629Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-20T19:25:38.629Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-20T19:25:38.629Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-20T19:25:38.629Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-20T19:25:38.629Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-20T19:25:38.629Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-20T19:25:38.891Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-20T19:25:38.891Z] Fetched 35.2 MB in 1s (27.6 MB/s) [2021-04-20T19:25:39.153Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-20T19:25:39.153Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-04-20T19:25:39.153Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-20T19:25:39.559Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:25:39.726Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-04-20T19:25:39.726Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-20T19:25:39.832Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:25:39.989Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-04-20T19:25:39.990Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-20T19:25:39.990Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-20T19:25:39.990Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-20T19:25:40.252Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-20T19:25:40.252Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-20T19:25:40.252Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-20T19:25:40.426Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-20T19:25:40.514Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-20T19:25:40.701Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-20T19:25:40.701Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-20T19:25:40.701Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-20T19:25:40.701Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-20T19:25:40.701Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-20T19:25:40.701Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:25:40.701Z] OK: 8 MiB in 20 packages [2021-04-20T19:25:40.778Z] Setting up apt (1.6.13) ... [2021-04-20T19:25:40.778Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-20T19:25:41.357Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-20T19:25:41.357Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-20T19:25:41.357Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-20T19:25:41.357Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-20T19:25:41.619Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-20T19:25:41.619Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-20T19:25:41.619Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T19:25:41.883Z] Selecting previously unselected package libexpat1:amd64. [2021-04-20T19:25:41.883Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-20T19:25:41.883Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-20T19:25:42.145Z] Selecting previously unselected package python3.6-minimal. [2021-04-20T19:25:42.145Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-20T19:25:42.145Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T19:25:42.146Z] Removing intermediate container 061081896d77 [2021-04-20T19:25:42.146Z] ---> 9dd3a70f138b [2021-04-20T19:25:42.146Z] Step 15/23 : COPY --from=builder /device-mqtt-go/cmd / [2021-04-20T19:25:43.111Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-20T19:25:43.373Z] Checking for services that may need to be restarted...done. [2021-04-20T19:25:43.373Z] Checking for services that may need to be restarted...done. [2021-04-20T19:25:43.373Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T19:25:43.373Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-20T19:25:43.373Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T19:25:43.579Z] ---> 227e0d11861d [2021-04-20T19:25:43.579Z] Step 16/23 : COPY --from=builder /device-mqtt-go/LICENSE / [2021-04-20T19:25:44.175Z] ---> 56535ab42053 [2021-04-20T19:25:44.175Z] Step 17/23 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2021-04-20T19:25:44.320Z] Selecting previously unselected package python3-minimal. [2021-04-20T19:25:44.320Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-20T19:25:44.320Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-20T19:25:44.320Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-20T19:25:44.320Z] Selecting previously unselected package mime-support. [2021-04-20T19:25:44.320Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-20T19:25:44.320Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-20T19:25:44.320Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-20T19:25:44.320Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-20T19:25:44.320Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-20T19:25:44.320Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-20T19:25:44.320Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-20T19:25:44.583Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T19:25:44.851Z] Selecting previously unselected package python3.6. [2021-04-20T19:25:44.851Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-20T19:25:44.851Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T19:25:44.851Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-20T19:25:44.851Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-20T19:25:44.851Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-20T19:25:44.851Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-20T19:25:45.157Z] ---> 929052ec2efe [2021-04-20T19:25:45.157Z] Step 18/23 : EXPOSE 49982 [2021-04-20T19:25:45.157Z] ---> Running in ef88959f44d9 [2021-04-20T19:25:45.424Z] Selecting previously unselected package python3. [2021-04-20T19:25:45.424Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-20T19:25:45.424Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-20T19:25:45.424Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-20T19:25:45.424Z] Selecting previously unselected package multiarch-support. [2021-04-20T19:25:45.424Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-20T19:25:45.424Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-20T19:25:45.424Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-20T19:25:45.424Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-20T19:25:45.424Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-20T19:25:45.424Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-20T19:25:45.424Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-20T19:25:45.685Z] Selecting previously unselected package libbsd0:amd64. [2021-04-20T19:25:45.685Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-20T19:25:45.685Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-20T19:25:45.686Z] Selecting previously unselected package sudo. [2021-04-20T19:25:45.686Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-20T19:25:45.686Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-20T19:25:45.760Z] Removing intermediate container ef88959f44d9 [2021-04-20T19:25:45.761Z] ---> 5562bc73a060 [2021-04-20T19:25:45.761Z] Step 19/23 : ENTRYPOINT ["/device-mqtt"] [2021-04-20T19:25:45.761Z] ---> Running in 38ff17d4cead [2021-04-20T19:25:45.947Z] Selecting previously unselected package apparmor. [2021-04-20T19:25:45.947Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-20T19:25:45.947Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-20T19:25:46.209Z] Selecting previously unselected package libedit2:amd64. [2021-04-20T19:25:46.209Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-20T19:25:46.209Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-20T19:25:46.209Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-20T19:25:46.209Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-20T19:25:46.209Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T19:25:46.364Z] Removing intermediate container 38ff17d4cead [2021-04-20T19:25:46.364Z] ---> 01f5fa15bd88 [2021-04-20T19:25:46.364Z] Step 20/23 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:25:46.364Z] ---> Running in a98cc4095f3b [2021-04-20T19:25:46.472Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-20T19:25:46.472Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-20T19:25:46.472Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T19:25:46.472Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-20T19:25:46.472Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-20T19:25:46.472Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-20T19:25:46.472Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-20T19:25:46.472Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-20T19:25:46.472Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T19:25:46.737Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-20T19:25:46.737Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-20T19:25:46.737Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T19:25:46.737Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-20T19:25:46.737Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-20T19:25:46.737Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-20T19:25:46.959Z] Removing intermediate container a98cc4095f3b [2021-04-20T19:25:46.959Z] ---> 1ac90039c4af [2021-04-20T19:25:46.959Z] Step 21/23 : LABEL arch=arm64 [2021-04-20T19:25:46.959Z] ---> Running in b395848abeaa [2021-04-20T19:25:46.999Z] Selecting previously unselected package openssh-client. [2021-04-20T19:25:47.000Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-20T19:25:47.000Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-20T19:25:47.265Z] Selecting previously unselected package squashfs-tools. [2021-04-20T19:25:47.265Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-20T19:25:47.265Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-20T19:25:47.529Z] Selecting previously unselected package snapd. [2021-04-20T19:25:47.529Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-20T19:25:47.529Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-20T19:25:47.558Z] Removing intermediate container b395848abeaa [2021-04-20T19:25:47.558Z] ---> 13e5ff931705 [2021-04-20T19:25:47.558Z] Step 22/23 : LABEL git_sha=d62afb689b0b2d2161ccb6c7718b70e79a43bcc0 [2021-04-20T19:25:47.558Z] ---> Running in cacffe83110c [2021-04-20T19:25:48.153Z] Removing intermediate container cacffe83110c [2021-04-20T19:25:48.153Z] ---> 8b86db75dc31 [2021-04-20T19:25:48.153Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T19:25:48.153Z] ---> Running in ef389f8d7ffc [2021-04-20T19:25:48.749Z] Removing intermediate container ef389f8d7ffc [2021-04-20T19:25:48.749Z] ---> 07e3a0d673bf [2021-04-20T19:25:48.749Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-20T19:25:48.749Z] Successfully built 07e3a0d673bf [2021-04-20T19:25:48.749Z] 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-04-20T19:25:49.287Z] ---> job-cost.sh [2021-04-20T19:25:49.287Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-gCYA [2021-04-20T19:25:50.087Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-20T19:25:50.087Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-20T19:25:50.087Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-20T19:25:50.351Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-20T19:25:50.351Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-20T19:25:50.351Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T19:25:50.351Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-20T19:25:50.351Z] Setting up systemd (237-3ubuntu10.46) ... [2021-04-20T19:25:50.351Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-20T19:25:51.300Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-20T19:25:51.300Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-20T19:25:51.300Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-20T19:25:51.300Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T19:25:51.300Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T19:25:51.300Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T19:25:52.245Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-20T19:25:52.245Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T19:25:52.245Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-20T19:25:52.245Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-20T19:25:52.245Z] running python rtupdate hooks for python3.6... [2021-04-20T19:25:52.245Z] running python post-rtupdate hooks for python3.6... [2021-04-20T19:25:52.507Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-20T19:25:54.199Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-20T19:25:54.461Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T19:25:54.461Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-20T19:25:54.723Z] Setting up snapd (2.48.3+18.04) ... [2021-04-20T19:25:55.297Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-20T19:25:55.560Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-20T19:25:55.560Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-20T19:25:55.822Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-20T19:25:56.105Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-20T19:25:56.105Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-20T19:25:56.368Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-20T19:25:56.631Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-20T19:25:56.894Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-20T19:25:57.156Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-20T19:25:57.419Z] /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-04-20T19:25:57.419Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-20T19:25:57.419Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-20T19:25:58.813Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-20T19:25:58.813Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-20T19:25:58.813Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-20T19:26:00.995Z] Reading package lists... [2021-04-20T19:26:01.267Z] Reading package lists... [2021-04-20T19:26:01.537Z] Building dependency tree... [2021-04-20T19:26:01.537Z] Reading state information... [2021-04-20T19:26:01.802Z] Calculating upgrade... [2021-04-20T19:26:02.067Z] The following packages will be upgraded: [2021-04-20T19:26:02.067Z] advancecomp base-files bash binutils binutils-common [2021-04-20T19:26:02.067Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-20T19:26:02.067Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-20T19:26:02.067Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-20T19:26:02.067Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-20T19:26:02.067Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-20T19:26:02.067Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-20T19:26:02.067Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-04-20T19:26:02.067Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-04-20T19:26:02.067Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-04-20T19:26:02.067Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-04-20T19:26:02.067Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-04-20T19:26:02.067Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-04-20T19:26:02.067Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-04-20T19:26:02.067Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-20T19:26:02.336Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-20T19:26:02.336Z] Need to get 64.0 MB of archives. [2021-04-20T19:26:02.336Z] After this operation, 5034 kB of additional disk space will be used. [2021-04-20T19:26:02.336Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-04-20T19:26:02.336Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-20T19:26:02.336Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-20T19:26:02.336Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-20T19:26:02.336Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-20T19:26:02.336Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-20T19:26:02.336Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-20T19:26:02.336Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-20T19:26:02.336Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-04-20T19:26:02.336Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-04-20T19:26:02.336Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-04-20T19:26:02.336Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-20T19:26:02.336Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-20T19:26:02.336Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-20T19:26:02.336Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-20T19:26:02.336Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-20T19:26:02.336Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-20T19:26:02.336Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-20T19:26:02.605Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-20T19:26:02.607Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-20T19:26:02.607Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-20T19:26:02.607Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-20T19:26:02.607Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-20T19:26:02.607Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-20T19:26:02.607Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-20T19:26:02.607Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-20T19:26:02.607Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-20T19:26:02.607Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-20T19:26:02.607Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-20T19:26:02.607Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-20T19:26:02.607Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-20T19:26:02.607Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-20T19:26:02.607Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-20T19:26:02.607Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-20T19:26:02.607Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-20T19:26:02.607Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-20T19:26:02.607Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-04-20T19:26:02.607Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-04-20T19:26:02.607Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-20T19:26:02.607Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-20T19:26:02.607Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-20T19:26:02.607Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-20T19:26:02.607Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-20T19:26:02.870Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-20T19:26:02.870Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-20T19:26:02.870Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-20T19:26:02.870Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-20T19:26:02.870Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-20T19:26:02.870Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-04-20T19:26:02.870Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-20T19:26:02.870Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-20T19:26:02.870Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-20T19:26:02.870Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-20T19:26:02.870Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-20T19:26:02.870Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-20T19:26:02.870Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-20T19:26:03.137Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-20T19:26:03.137Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-20T19:26:03.137Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-20T19:26:03.137Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-20T19:26:03.400Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-20T19:26:03.400Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-20T19:26:03.400Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-20T19:26:03.400Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-20T19:26:03.400Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-20T19:26:03.400Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-20T19:26:03.400Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-20T19:26:03.400Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-20T19:26:03.400Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-20T19:26:03.400Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-20T19:26:03.400Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-20T19:26:03.400Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-20T19:26:03.662Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-20T19:26:03.662Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-20T19:26:03.662Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-20T19:26:03.662Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-20T19:26:03.662Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-20T19:26:03.662Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-20T19:26:03.662Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-20T19:26:03.662Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-20T19:26:03.662Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-20T19:26:03.662Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-20T19:26:03.662Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-04-20T19:26:03.662Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-20T19:26:03.662Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-04-20T19:26:03.662Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-04-20T19:26:03.662Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-20T19:26:03.926Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-20T19:26:03.926Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-20T19:26:03.926Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-20T19:26:03.926Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-04-20T19:26:03.926Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-20T19:26:03.926Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-20T19:26:03.926Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-20T19:26:03.926Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-04-20T19:26:03.926Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-20T19:26:03.926Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-20T19:26:03.926Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-20T19:26:03.926Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-20T19:26:03.926Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-20T19:26:03.926Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-20T19:26:04.189Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-20T19:26:04.189Z] Fetched 64.0 MB in 2s (32.4 MB/s) [2021-04-20T19:26:04.452Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:26:04.452Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-20T19:26:04.452Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-20T19:26:05.026Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-20T19:26:05.026Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-20T19:26:05.288Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-04-20T19:26:05.288Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-04-20T19:26:06.238Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:26:06.238Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:26:06.238Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:26:06.238Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:26:06.500Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:26:06.500Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:26:06.500Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:26:06.500Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:26:06.763Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:26:06.763Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:26:06.763Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:26:06.763Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:26:06.763Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:26:06.763Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:26:07.026Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:26:07.026Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-20T19:26:07.026Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:26:07.026Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-20T19:26:07.289Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:26:07.289Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-20T19:26:07.289Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:26:07.289Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:26:07.553Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:26:07.553Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:26:07.553Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:26:07.814Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:26:07.814Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:26:08.077Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-20T19:26:08.077Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-20T19:26:08.343Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-20T19:26:08.916Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-20T19:26:09.178Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-20T19:26:09.178Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-20T19:26:09.178Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-20T19:26:09.178Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-20T19:26:09.178Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-20T19:26:09.440Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-20T19:26:09.440Z] Installing new version of config file /etc/issue ... [2021-04-20T19:26:09.440Z] Installing new version of config file /etc/issue.net ... [2021-04-20T19:26:09.440Z] Installing new version of config file /etc/lsb-release ... [2021-04-20T19:26:09.702Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-20T19:26:09.964Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-20T19:26:09.964Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-20T19:26:09.964Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-20T19:26:09.964Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:26:09.964Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-20T19:26:10.227Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-20T19:26:10.227Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-20T19:26:10.227Z] 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-04-20T19:26:10.490Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:26:10.490Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T19:26:10.490Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-20T19:26:10.490Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-20T19:26:10.758Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:26:10.758Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-20T19:26:10.758Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-20T19:26:10.758Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-20T19:26:11.023Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:26:11.023Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-20T19:26:11.023Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-20T19:26:11.289Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-20T19:26:11.553Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:26:11.553Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-20T19:26:11.553Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-20T19:26:11.553Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-20T19:26:11.819Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:26:11.819Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-20T19:26:11.819Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-20T19:26:11.819Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-20T19:26:12.082Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:26:12.082Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-20T19:26:12.082Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-20T19:26:12.082Z] Setting up grep (3.1-2build1) ... [2021-04-20T19:26:12.348Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:26:12.348Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-20T19:26:12.348Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-20T19:26:12.348Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-20T19:26:12.611Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:26:12.611Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-20T19:26:12.611Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-20T19:26:12.611Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-20T19:26:12.875Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:26:12.875Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-20T19:26:12.875Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-20T19:26:13.450Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-20T19:26:13.715Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-20T19:26:13.715Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-20T19:26:13.715Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-20T19:26:14.664Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-20T19:26:14.664Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:26:14.664Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-20T19:26:14.664Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-20T19:26:15.615Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-20T19:26:15.615Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-20T19:26:15.882Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-20T19:26:15.882Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-20T19:26:15.882Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-20T19:26:16.147Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:26:16.147Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-20T19:26:16.147Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-20T19:26:16.147Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-20T19:26:16.412Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:26:16.412Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T19:26:16.412Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T19:26:16.412Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-20T19:26:16.679Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:26:16.679Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T19:26:16.679Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T19:26:16.679Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-20T19:26:16.945Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:26:16.945Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T19:26:16.945Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T19:26:16.945Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-20T19:26:17.208Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:26:17.208Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T19:26:17.208Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T19:26:17.208Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-20T19:26:17.472Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:26:17.472Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-20T19:26:17.472Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-20T19:26:17.472Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-20T19:26:17.736Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-20T19:26:17.736Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-20T19:26:17.736Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:26:17.736Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-20T19:26:18.003Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-20T19:26:18.003Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-20T19:26:18.266Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:26:18.266Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T19:26:18.266Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T19:26:18.266Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-20T19:26:18.530Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:26:18.530Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T19:26:18.530Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T19:26:18.530Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-20T19:26:18.793Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:26:18.793Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T19:26:18.793Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T19:26:19.375Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-20T19:26:19.640Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-20T19:26:20.219Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-20T19:26:20.219Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:26:20.219Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-20T19:26:20.219Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-20T19:26:20.489Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-20T19:26:20.754Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:26:20.755Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-20T19:26:20.755Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-20T19:26:20.755Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-20T19:26:21.018Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:26:21.018Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-20T19:26:21.018Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-20T19:26:21.018Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-20T19:26:21.612Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:26:21.612Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-20T19:26:21.612Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-20T19:26:21.612Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-20T19:26:21.612Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:26:21.612Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-20T19:26:21.879Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-20T19:26:21.879Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-20T19:26:21.879Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:26:21.879Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-20T19:26:22.142Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-20T19:26:22.142Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-20T19:26:22.417Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:26:22.417Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-20T19:26:22.417Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-20T19:26:22.417Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-20T19:26:22.681Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:26:22.681Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-20T19:26:22.681Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-20T19:26:22.944Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-20T19:26:22.944Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:26:22.944Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T19:26:23.206Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T19:26:23.206Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-04-20T19:26:23.206Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-20T19:26:23.467Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-20T19:26:23.467Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-20T19:26:23.467Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-20T19:26:23.732Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:26:23.732Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-20T19:26:23.732Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-20T19:26:23.732Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-20T19:26:23.993Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:26:23.993Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-20T19:26:23.993Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-20T19:26:23.993Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-20T19:26:24.955Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:26:24.955Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-20T19:26:24.955Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-20T19:26:24.955Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-20T19:26:24.955Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:26:24.955Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-20T19:26:24.955Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-20T19:26:25.219Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-20T19:26:25.219Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:26:25.219Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-20T19:26:25.219Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-20T19:26:25.483Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-20T19:26:25.750Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:26:25.750Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-20T19:26:25.750Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-20T19:26:26.013Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-20T19:26:26.013Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:26:26.013Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-04-20T19:26:26.013Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-20T19:26:26.275Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-04-20T19:26:26.275Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:26:26.275Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-04-20T19:26:26.537Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-20T19:26:26.537Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-04-20T19:26:26.800Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:26:26.800Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-20T19:26:26.800Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-20T19:26:26.800Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-20T19:26:27.062Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:26:27.062Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-20T19:26:27.062Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-20T19:26:27.062Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-20T19:26:27.324Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:26:27.324Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-20T19:26:27.324Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-20T19:26:27.324Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-20T19:26:27.588Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:26:27.588Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-20T19:26:27.588Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-20T19:26:27.851Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-20T19:26:27.851Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:26:27.851Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-04-20T19:26:27.851Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-04-20T19:26:28.113Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-04-20T19:26:28.113Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:26:28.113Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-20T19:26:28.113Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-20T19:26:28.375Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-20T19:26:28.375Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-20T19:26:28.375Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-20T19:26:28.375Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-20T19:26:28.637Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-20T19:26:28.637Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-20T19:26:28.898Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-20T19:26:28.898Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-20T19:26:29.161Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-20T19:26:29.161Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-20T19:26:29.424Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-20T19:26:29.424Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-20T19:26:29.424Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-20T19:26:29.424Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-20T19:26:29.687Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-20T19:26:29.687Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-20T19:26:29.951Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-20T19:26:29.951Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-20T19:26:29.951Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-20T19:26:29.951Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-20T19:26:30.216Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-20T19:26:30.216Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-20T19:26:30.216Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-20T19:26:30.216Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-20T19:26:30.478Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-20T19:26:30.478Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-20T19:26:31.869Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-20T19:26:31.869Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-20T19:26:31.869Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-20T19:26:31.869Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-20T19:26:31.869Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-20T19:26:31.869Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-20T19:26:32.443Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-20T19:26:32.443Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-20T19:26:32.707Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-20T19:26:32.707Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-20T19:26:32.707Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-20T19:26:32.707Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-20T19:26:32.970Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T19:26:32.970Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T19:26:33.232Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T19:26:33.233Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T19:26:33.233Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T19:26:33.495Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T19:26:33.495Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T19:26:33.495Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T19:26:34.892Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T19:26:34.892Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T19:26:35.849Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T19:26:35.849Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T19:26:36.805Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T19:26:36.805Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T19:26:37.381Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T19:26:37.381Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T19:26:38.334Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T19:26:38.334Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T19:26:38.596Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-20T19:26:38.596Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-20T19:26:38.596Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-20T19:26:38.596Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-20T19:26:38.858Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-20T19:26:38.859Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-20T19:26:39.124Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-20T19:26:39.124Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-20T19:26:39.124Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-20T19:26:39.386Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-20T19:26:39.386Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-20T19:26:39.386Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-20T19:26:39.386Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-20T19:26:39.649Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-20T19:26:39.649Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:26:39.649Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-20T19:26:39.649Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:26:39.649Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:26:39.913Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:26:39.913Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-20T19:26:39.913Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-20T19:26:39.913Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-20T19:26:40.176Z] [2021-04-20T19:26:40.176Z] Current default time zone: 'Etc/UTC' [2021-04-20T19:26:40.176Z] Local time is now: Tue Apr 20 19:26:39 UTC 2021. [2021-04-20T19:26:40.176Z] Universal Time is now: Tue Apr 20 19:26:39 UTC 2021. [2021-04-20T19:26:40.176Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-20T19:26:40.176Z] [2021-04-20T19:26:40.176Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-04-20T19:26:40.176Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:26:40.176Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-04-20T19:26:40.176Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-20T19:26:40.176Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-20T19:26:40.438Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-20T19:26:40.438Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-20T19:26:40.438Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-20T19:26:40.438Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-20T19:26:40.438Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-20T19:26:40.438Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:26:40.438Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-20T19:26:40.705Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T19:26:40.705Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-20T19:26:40.705Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:26:40.967Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-20T19:26:40.967Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-20T19:26:40.967Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-20T19:26:40.967Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-20T19:26:40.967Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-20T19:26:40.967Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-20T19:26:40.967Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-20T19:26:40.967Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-20T19:26:43.526Z] Updating certificates in /etc/ssl/certs... [2021-04-20T19:26:44.110Z] 23 added, 27 removed; done. [2021-04-20T19:26:44.374Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-20T19:26:44.374Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:26:44.374Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-20T19:26:44.374Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-20T19:26:44.374Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-20T19:26:44.637Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T19:26:44.637Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-20T19:26:44.637Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T19:26:44.637Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T19:26:44.637Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T19:26:44.637Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T19:26:44.637Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T19:26:44.899Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-20T19:26:44.899Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-20T19:26:44.899Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-20T19:26:44.899Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-20T19:26:44.899Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-20T19:26:44.899Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T19:26:45.164Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T19:26:45.164Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-20T19:26:45.164Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-20T19:26:45.164Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-20T19:26:45.164Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-20T19:26:45.164Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-20T19:26:45.431Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-20T19:26:45.431Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-20T19:26:45.431Z] Updating certificates in /etc/ssl/certs... [2021-04-20T19:26:46.381Z] 0 added, 0 removed; done. [2021-04-20T19:26:46.381Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-20T19:26:46.381Z] done. [2021-04-20T19:26:46.383Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-20T19:26:46.957Z] Reading package lists... [2021-04-20T19:26:47.219Z] Building dependency tree... [2021-04-20T19:26:47.219Z] Reading state information... [2021-04-20T19:26:47.486Z] The following NEW packages will be installed: [2021-04-20T19:26:47.486Z] apt-transport-https [2021-04-20T19:26:47.486Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-20T19:26:47.486Z] Need to get 1692 B of archives. [2021-04-20T19:26:47.486Z] After this operation, 154 kB of additional disk space will be used. [2021-04-20T19:26:47.486Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-20T19:26:47.750Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-20T19:26:47.750Z] Fetched 1692 B in 0s (8470 B/s) [2021-04-20T19:26:47.750Z] Selecting previously unselected package apt-transport-https. [2021-04-20T19:26:47.750Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-20T19:26:47.750Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-20T19:26:47.750Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-20T19:26:48.013Z] Setting up apt-transport-https (1.6.13) ... [2021-04-20T19:26:48.280Z] Waiting for network to be ready... [2021-04-20T19:26:56.435Z] 2021-04-20T19:26:52Z INFO Waiting for automatic snapd restart... [2021-04-20T19:26:56.435Z] snapd 2.49.2 from Canonical* installed [2021-04-20T19:26:57.385Z] "snapd" switched to the "latest/stable" channel [2021-04-20T19:26:57.385Z] [2021-04-20T19:27:02.689Z] core18 20210309 from Canonical* installed [2021-04-20T19:27:02.689Z] "core18" switched to the "latest/stable" channel [2021-04-20T19:27:02.689Z] [2021-04-20T19:27:09.299Z] snapcraft 4.6.2 from Canonical* installed [2021-04-20T19:27:09.299Z] "snapcraft" switched to the "latest/stable" channel [2021-04-20T19:27:09.299Z] [2021-04-20T19:27:12.617Z] 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-04-20T19:27:12.617Z] - README.md [2021-04-20T19:27:12.617Z] [2021-04-20T19:27:12.617Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-20T19:27:19.210Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-20T19:27:19.471Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-20T19:27:19.471Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-20T19:27:19.471Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-20T19:27:21.675Z] Reading package lists... [2021-04-20T19:27:21.936Z] 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-04-20T19:27:28.526Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-20T19:27:28.526Z] Reading package lists... [2021-04-20T19:27:28.526Z] Building dependency tree... [2021-04-20T19:27:28.526Z] Reading state information... [2021-04-20T19:27:28.526Z] Suggested packages: [2021-04-20T19:27:28.526Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-20T19:27:28.526Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-20T19:27:28.526Z] Recommended packages: [2021-04-20T19:27:28.526Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-20T19:27:28.526Z] The following NEW packages will be installed: [2021-04-20T19:27:28.526Z] curl git git-man libcurl3-gnutls libcurl4 liberror-perl libglib2.0-0 [2021-04-20T19:27:28.526Z] libnghttp2-14 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev [2021-04-20T19:27:28.526Z] libzmq5 pkg-config zip [2021-04-20T19:27:28.787Z] 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. [2021-04-20T19:27:28.787Z] Need to get 8041 kB of archives. [2021-04-20T19:27:28.787Z] After this operation, 44.8 MB of additional disk space will be used. [2021-04-20T19:27:28.787Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-20T19:27:28.787Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-04-20T19:27:28.787Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-20T19:27:29.049Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-20T19:27:29.049Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-20T19:27:29.049Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-20T19:27:29.049Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-20T19:27:29.310Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-20T19:27:29.310Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-20T19:27:29.310Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-20T19:27:29.310Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.13 [219 kB] [2021-04-20T19:27:29.571Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 curl amd64 7.58.0-2ubuntu3.13 [159 kB] [2021-04-20T19:27:29.571Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-20T19:27:29.571Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-20T19:27:29.571Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-20T19:27:29.571Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-20T19:27:29.571Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-20T19:27:29.832Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-20T19:27:29.832Z] Fetched 8041 kB in 1s (6902 kB/s) [2021-04-20T19:27:30.092Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-20T19:27:30.092Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-20T19:27:30.092Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-20T19:27:30.092Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-20T19:27:30.353Z] Selecting previously unselected package libpsl5:amd64. [2021-04-20T19:27:30.353Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-20T19:27:30.353Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-20T19:27:30.615Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-20T19:27:30.615Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-20T19:27:30.615Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-20T19:27:30.615Z] Selecting previously unselected package librtmp1:amd64. [2021-04-20T19:27:30.615Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-20T19:27:30.615Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-20T19:27:30.615Z] Selecting previously unselected package libcurl4:amd64. [2021-04-20T19:27:30.615Z] Preparing to unpack .../04-libcurl4_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-20T19:27:30.615Z] Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-20T19:27:30.876Z] Selecting previously unselected package curl. [2021-04-20T19:27:30.876Z] Preparing to unpack .../05-curl_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-20T19:27:30.876Z] Unpacking curl (7.58.0-2ubuntu3.13) ... [2021-04-20T19:27:30.876Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-20T19:27:30.876Z] Preparing to unpack .../06-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-20T19:27:30.876Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-20T19:27:30.876Z] Selecting previously unselected package liberror-perl. [2021-04-20T19:27:30.876Z] Preparing to unpack .../07-liberror-perl_0.17025-1_all.deb ... [2021-04-20T19:27:30.876Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-20T19:27:31.138Z] Selecting previously unselected package git-man. [2021-04-20T19:27:31.138Z] Preparing to unpack .../08-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-20T19:27:31.138Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-20T19:27:31.138Z] Selecting previously unselected package git. [2021-04-20T19:27:31.138Z] Preparing to unpack .../09-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-20T19:27:31.138Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-20T19:27:32.081Z] Selecting previously unselected package libnorm1:amd64. [2021-04-20T19:27:32.081Z] Preparing to unpack .../10-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-20T19:27:32.081Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-20T19:27:32.342Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-20T19:27:32.342Z] Preparing to unpack .../11-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-20T19:27:32.342Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-20T19:27:32.342Z] Selecting previously unselected package libsodium23:amd64. [2021-04-20T19:27:32.342Z] Preparing to unpack .../12-libsodium23_1.0.16-2_amd64.deb ... [2021-04-20T19:27:32.342Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-20T19:27:32.603Z] Selecting previously unselected package libzmq5:amd64. [2021-04-20T19:27:32.603Z] Preparing to unpack .../13-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-20T19:27:32.603Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-20T19:27:32.603Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-20T19:27:32.603Z] Preparing to unpack .../14-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-20T19:27:32.603Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-20T19:27:32.865Z] Selecting previously unselected package pkg-config. [2021-04-20T19:27:32.865Z] Preparing to unpack .../15-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-20T19:27:32.865Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-20T19:27:32.865Z] Selecting previously unselected package zip. [2021-04-20T19:27:32.865Z] Preparing to unpack .../16-zip_3.0-11build1_amd64.deb ... [2021-04-20T19:27:32.865Z] Unpacking zip (3.0-11build1) ... [2021-04-20T19:27:33.129Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-20T19:27:33.129Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-20T19:27:33.129Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-20T19:27:33.129Z] Setting up liberror-perl (0.17025-1) ... [2021-04-20T19:27:33.129Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-20T19:27:33.129Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-20T19:27:33.129Z] No schema files found: doing nothing. [2021-04-20T19:27:33.129Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-20T19:27:33.129Z] Setting up zip (3.0-11build1) ... [2021-04-20T19:27:33.129Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-20T19:27:33.391Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-20T19:27:33.391Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-20T19:27:33.391Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-20T19:27:33.391Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-20T19:27:33.391Z] Setting up libcurl4:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-20T19:27:33.391Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-20T19:27:33.391Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-20T19:27:33.651Z] Setting up curl (7.58.0-2ubuntu3.13) ... [2021-04-20T19:27:33.651Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-20T19:27:40.248Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-20T19:27:40.248Z] curl set to automatically installed. [2021-04-20T19:27:40.248Z] git set to automatically installed. [2021-04-20T19:27:40.248Z] git-man set to automatically installed. [2021-04-20T19:27:40.248Z] libcurl3-gnutls set to automatically installed. [2021-04-20T19:27:40.248Z] libcurl4 set to automatically installed. [2021-04-20T19:27:40.248Z] liberror-perl set to automatically installed. [2021-04-20T19:27:40.248Z] libglib2.0-0 set to automatically installed. [2021-04-20T19:27:40.248Z] libnghttp2-14 set to automatically installed. [2021-04-20T19:27:40.248Z] libnorm1 set to automatically installed. [2021-04-20T19:27:40.248Z] libpgm-5.2-0 set to automatically installed. [2021-04-20T19:27:40.248Z] libpsl5 set to automatically installed. [2021-04-20T19:27:40.248Z] librtmp1 set to automatically installed. [2021-04-20T19:27:40.248Z] libsodium23 set to automatically installed. [2021-04-20T19:27:40.248Z] libzmq3-dev set to automatically installed. [2021-04-20T19:27:40.248Z] libzmq5 set to automatically installed. [2021-04-20T19:27:40.248Z] pkg-config set to automatically installed. [2021-04-20T19:27:40.248Z] zip set to automatically installed. [2021-04-20T19:27:42.167Z] snapd is not logged in, snap install commands will use sudo [2021-04-20T19:27:48.756Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-20T19:27:50.141Z] snap "core18" has no updates available [2021-04-20T19:27:50.714Z] Pulling config-common [2021-04-20T19:27:50.714Z] + snapcraftctl pull [2021-04-20T19:27:52.103Z] Pulling go [2021-04-20T19:27:52.103Z] + snapcraftctl pull [2021-04-20T19:27:53.492Z] 'device-mqtt' has dependencies that need to be staged: go [2021-04-20T19:27:53.492Z] Skipping pull go (already ran) [2021-04-20T19:27:53.492Z] Building go [2021-04-20T19:27:53.492Z] + dpkg --print-architecture [2021-04-20T19:27:53.492Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-04-20T19:27:53.492Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-04-20T19:27:53.492Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-04-20T19:27:53.492Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-20T19:27:53.492Z] Dload Upload Total Spent Left Speed [2021-04-20T19:27:56.780Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 24 115M 24 28.1M 0 0 28.0M 0 0:00:04 0:00:01 0:00:03 28.0M 50 115M 50 58.2M 0 0 29.1M 0 0:00:03 0:00:02 0:00:01 29.1M 83 115M 83 96.9M 0 0 32.3M 0 0:00:03 0:00:03 --:--:-- 32.3M 100 115M 100 115M 0 0 33.9M 0 0:00:03 0:00:03 --:--:-- 33.9M [2021-04-20T19:27:56.780Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-04-20T19:27:56.780Z] + sha256sum -c sha256 [2021-04-20T19:27:56.780Z] + grep OK [2021-04-20T19:27:57.725Z] go1.15.2.linux-amd64.tar.gz: OK [2021-04-20T19:27:57.725Z] + tar -C /root/stage -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-04-20T19:28:03.033Z] Staging go [2021-04-20T19:28:03.033Z] + snapcraftctl stage [2021-04-20T19:28:15.293Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-20T19:28:15.293Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-20T19:28:15.293Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-20T19:28:15.293Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-04-20T19:28:15.293Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-20T19:28:15.293Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-20T19:28:15.293Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-20T19:28:15.293Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-20T19:28:15.293Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-20T19:28:15.293Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-20T19:28:15.293Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-20T19:28:15.293Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-20T19:28:15.293Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-20T19:28:15.293Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-20T19:28:15.293Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-20T19:28:15.293Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-20T19:28:15.293Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-20T19:28:15.293Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-20T19:28:15.293Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-20T19:28:15.293Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-20T19:28:15.293Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-20T19:28:15.293Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-20T19:28:15.293Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-20T19:28:15.293Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] [2021-04-20T19:28:15.293Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-20T19:28:15.293Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-04-20T19:28:15.293Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-20T19:28:15.293Z] Fetched 24.4 MB in 0s (0 B/s) [2021-04-20T19:28:15.293Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-20T19:28:15.293Z] Fetched 224 kB in 0s (0 B/s) [2021-04-20T19:28:15.293Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-20T19:28:15.293Z] Fetched 157 kB in 0s (0 B/s) [2021-04-20T19:28:15.293Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-20T19:28:15.294Z] Fetched 221 kB in 0s (0 B/s) [2021-04-20T19:28:15.294Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-20T19:28:15.294Z] Fetched 143 kB in 0s (0 B/s) [2021-04-20T19:28:15.294Z] Pulling device-mqtt [2021-04-20T19:28:15.294Z] + snapcraftctl pull [2021-04-20T19:28:17.214Z] Building config-common [2021-04-20T19:28:17.214Z] + snapcraftctl build [2021-04-20T19:28:19.764Z] Skipping build go (already ran) [2021-04-20T19:28:20.025Z] Building device-mqtt [2021-04-20T19:28:20.025Z] + cd /root/parts/device-mqtt/src [2021-04-20T19:28:20.025Z] + make build [2021-04-20T19:28:20.025Z] 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-04-20T19:28:20.972Z] go: downloading github.com/edgexfoundry/device-sdk-go/v2 v2.0.0-dev.45 [2021-04-20T19:28:20.972Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-20T19:28:20.972Z] go: downloading github.com/spf13/cast v1.3.1 [2021-04-20T19:28:20.972Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.67 [2021-04-20T19:28:20.972Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.35 [2021-04-20T19:28:21.235Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 [2021-04-20T19:28:21.235Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-20T19:28:21.235Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-20T19:28:21.235Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-04-20T19:28:21.235Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-20T19:28:21.235Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.15 [2021-04-20T19:28:21.235Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-20T19:28:21.235Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-20T19:28:21.235Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-20T19:28:21.235Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-20T19:28:21.235Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-20T19:28:21.235Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-20T19:28:21.235Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-20T19:28:21.235Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-04-20T19:28:21.235Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-20T19:28:21.235Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-20T19:28:21.235Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-20T19:28:21.235Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-20T19:28:21.235Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-20T19:28:21.235Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-20T19:28:21.509Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-20T19:28:21.509Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-20T19:28:21.509Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-20T19:28:21.509Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-20T19:28:21.509Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-20T19:28:21.509Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-20T19:28:21.509Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-20T19:28:21.509Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-20T19:28:21.509Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-20T19:28:21.509Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-20T19:28:21.509Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-20T19:28:21.509Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-20T19:28:21.509Z] go: downloading golang.org/x/text v0.3.2 [2021-04-20T19:28:21.509Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-20T19:28:21.509Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-20T19:28:21.509Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-20T19:28:21.509Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-20T19:28:21.509Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-20T19:28:21.784Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-20T19:28:21.784Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-20T19:28:21.784Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-20T19:28:22.051Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-20T19:28:32.252Z] GCO_ENABLED=1 GO111MODULE=on go build ./... [2021-04-20T19:28:33.735Z] + install -DT ./cmd/device-mqtt /root/parts/device-mqtt/install/bin/device-mqtt [2021-04-20T19:28:33.735Z] + install -DT ./cmd/res/configuration.toml /root/parts/device-mqtt/install/config/device-mqtt/res/configuration.toml [2021-04-20T19:28:33.735Z] + install -DT ./cmd/res/devices/mqtt.test.device.toml /root/parts/device-mqtt/install/config/device-mqtt/devices/mqtt.test.device.toml [2021-04-20T19:28:33.735Z] + install -DT ./cmd/res/devices/mqtt.test.device-autoevents.toml /root/parts/device-mqtt/install/config/device-mqtt/devices/mqtt.test.device-autoevents.toml [2021-04-20T19:28:33.735Z] + install -DT ./cmd/res/profiles/mqtt.test.device.profile.yml /root/parts/device-mqtt/install/config/device-mqtt/profiles/mqtt.test.device.profile.yml [2021-04-20T19:28:33.735Z] + install -DT ./Attribution.txt /root/parts/device-mqtt/install/usr/share/doc/device-mqtt/Attribution.txt [2021-04-20T19:28:33.735Z] + install -DT ./LICENSE /root/parts/device-mqtt/install/usr/share/doc/device-mqtt/LICENSE [2021-04-20T19:28:35.706Z] Staging config-common [2021-04-20T19:28:35.706Z] + snapcraftctl stage [2021-04-20T19:28:36.668Z] Skipping stage go (already ran) [2021-04-20T19:28:36.668Z] Staging device-mqtt [2021-04-20T19:28:36.668Z] + snapcraftctl stage [2021-04-20T19:28:38.123Z] Priming config-common [2021-04-20T19:28:38.123Z] + snapcraftctl prime [2021-04-20T19:28:39.544Z] Priming go [2021-04-20T19:28:39.544Z] + snapcraftctl prime [2021-04-20T19:28:40.933Z] Priming device-mqtt [2021-04-20T19:28:40.933Z] + snapcraftctl prime [2021-04-20T19:28:42.853Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2021-04-20T19:28:42.853Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2021-04-20T19:28:42.853Z] Determining the version from the project repo (version-script). [2021-04-20T19:28:42.853Z] The version has been set to 'local-dev-20210420+be4fc2a' [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:28:44.718Z] ---> job-cost.sh [2021-04-20T19:28:44.718Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-XEby [2021-04-20T19:28:53.212Z] lf-activate-venv(): INFO: Adding /tmp/venv-gCYA/bin to PATH [2021-04-20T19:28:53.212Z] INFO: No Stack... [2021-04-20T19:28:53.212Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-20T19:28:53.212Z] INFO: Archiving Costs [Pipeline] sh [2021-04-20T19:28:53.554Z] + cat /w/workspace/device-mqtt-go/4/archives/cost.csv [2021-04-20T19:28:53.554Z] + cut -d, -f6 [Pipeline] lock [2021-04-20T19:28:53.674Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-216-4-stack-cost] [2021-04-20T19:28:53.686Z] Resource [jenkins-edgexfoundry-device-mqtt-go-PR-216-4-stack-cost] did not exist. Created. [2021-04-20T19:28:53.686Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-216-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-20T19:28:54.058Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-20T19:28:54.269Z] Stashed 1 file(s) [Pipeline] } [2021-04-20T19:28:54.286Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-216-4-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-20T19:29:02.898Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-20T19:29:29.527Z] lf-activate-venv(): INFO: Adding /tmp/venv-XEby/bin to PATH [2021-04-20T19:29:29.527Z] INFO: No Stack... [2021-04-20T19:29:29.527Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-20T19:29:30.103Z] INFO: Archiving Costs [Pipeline] sh [2021-04-20T19:29:30.415Z] + cat /w/workspace/device-mqtt-go/4/archives/cost.csv [2021-04-20T19:29:30.415Z] + cut -d, -f6 [Pipeline] lock [2021-04-20T19:29:30.500Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-216-4-stack-cost] [2021-04-20T19:29:30.510Z] Resource [jenkins-edgexfoundry-device-mqtt-go-PR-216-4-stack-cost] did not exist. Created. [2021-04-20T19:29:30.510Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-216-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-20T19:29:30.847Z] /w/workspace/device-mqtt-go/4@tmp/durable-061adbf9/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh [2021-04-20T19:29:31.162Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-20T19:29:31.176Z] Warning: overwriting stash ‘stack-cost’ [2021-04-20T19:29:31.283Z] Stashed 1 file(s) [Pipeline] } [2021-04-20T19:29:31.313Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-216-4-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-20T19:29:31.755Z] provisioning config files... [2021-04-20T19:29:31.768Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-216@tmp/config958043312963117228tmp [Pipeline] { [Pipeline] sh [2021-04-20T19:29:32.107Z] + set +x [2021-04-20T19:29:32.107Z] + curl -s https://codecov.io/bash [2021-04-20T19:29:32.107Z] + bash -s -- [2021-04-20T19:29:32.370Z] [2021-04-20T19:29:32.370Z] _____ _ [2021-04-20T19:29:32.370Z] / ____| | | [2021-04-20T19:29:32.370Z] | | ___ __| | ___ ___ _____ __ [2021-04-20T19:29:32.370Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-20T19:29:32.370Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-20T19:29:32.370Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-20T19:29:32.370Z] Bash-1.0.2 [2021-04-20T19:29:32.370Z] [2021-04-20T19:29:32.370Z] [2021-04-20T19:29:32.370Z] ==> git version 2.24.3 found [2021-04-20T19:29:32.370Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-04-20T19:29:32.370Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-20T19:29:32.370Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-20T19:29:32.370Z] ==> Jenkins CI detected. [2021-04-20T19:29:32.370Z] project root: . [2021-04-20T19:29:32.370Z] --> token set from env [2021-04-20T19:29:32.370Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-20T19:29:32.370Z] ==> Running gcov in . (disable via -X gcov) [2021-04-20T19:29:32.370Z] ==> Python coveragepy not found [2021-04-20T19:29:32.370Z] ==> Searching for coverage reports in: [2021-04-20T19:29:32.370Z] + . [2021-04-20T19:29:32.370Z] -> Found 1 reports [2021-04-20T19:29:32.370Z] ==> Detecting git/mercurial file structure [2021-04-20T19:29:32.370Z] ==> Reading reports [2021-04-20T19:29:32.370Z] + ./coverage.out bytes=19386 [2021-04-20T19:29:32.370Z] ==> Appending adjustments [2021-04-20T19:29:32.370Z] https://docs.codecov.io/docs/fixing-reports [2021-04-20T19:29:32.370Z] + Found adjustments [2021-04-20T19:29:32.370Z] ==> Gzipping contents [2021-04-20T19:29:32.370Z] 4.0K /tmp/codecov.oepj04.gz [2021-04-20T19:29:32.370Z] ==> Uploading reports [2021-04-20T19:29:32.370Z] url: https://codecov.io [2021-04-20T19:29:32.370Z] query: branch=PR-216&commit=d62afb689b0b2d2161ccb6c7718b70e79a43bcc0&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-216%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=216&job=&cmd_args= [2021-04-20T19:29:32.370Z] -> Pinging Codecov [2021-04-20T19:29:32.370Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-216&commit=d62afb689b0b2d2161ccb6c7718b70e79a43bcc0&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-216%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=216&job=&cmd_args= [2021-04-20T19:29:32.960Z] -> Uploading to [2021-04-20T19:29:32.960Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-20/7D719EC7BBE17E464838252E33014C33/d62afb689b0b2d2161ccb6c7718b70e79a43bcc0/eda887f0-e0ee-4369-a705-d5fce3e27239.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210420%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210420T192932Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1fbb51bb78462a7928eb411f9d0a9fe766c405c3b58aaf2aca2cf3ab55a545e1 [2021-04-20T19:29:32.960Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-20T19:29:32.960Z] Dload Upload Total Spent Left Speed [2021-04-20T19:29:33.567Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3396 0 0 100 3396 0 6191 --:--:-- --:--:-- --:--:-- 6197 [2021-04-20T19:29:33.567Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/d62afb689b0b2d2161ccb6c7718b70e79a43bcc0 [Pipeline] } [2021-04-20T19:29:33.580Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:29:34.591Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:29:34.903Z] ---> package-listing.sh [2021-04-20T19:29:34.903Z] ++ facter osfamily [2021-04-20T19:29:34.903Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-20T19:29:34.903Z] + OS_FAMILY=redhat [2021-04-20T19:29:34.903Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-216 [2021-04-20T19:29:34.903Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-20T19:29:34.903Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-20T19:29:34.903Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-20T19:29:34.903Z] + PACKAGES=/tmp/packages_start.txt [2021-04-20T19:29:34.903Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-216 ']' [2021-04-20T19:29:34.903Z] + PACKAGES=/tmp/packages_end.txt [2021-04-20T19:29:34.903Z] + case "${OS_FAMILY}" in [2021-04-20T19:29:34.903Z] + rpm -qa [2021-04-20T19:29:34.903Z] + sort [2021-04-20T19:29:40.226Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-20T19:29:40.226Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-20T19:29:40.226Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-20T19:29:40.226Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-216 ']' [2021-04-20T19:29:40.226Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-216/archives/ [2021-04-20T19:29:40.226Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-216/archives/ [Pipeline] echo [2021-04-20T19:29:40.263Z] 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-216/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-20T19:29:40.576Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:29:40.890Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T19:29:40.890Z] [2021-04-20T19:29:40.890Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:29:41.220Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T19:29:41.220Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-20T19:29:41.220Z] df20fa9351a1: Pulling fs layer [2021-04-20T19:29:41.220Z] 36b3adc4ff6f: Pulling fs layer [2021-04-20T19:29:41.220Z] 8ad3a11d3b57: Pulling fs layer [2021-04-20T19:29:41.220Z] 46f8f816bc3b: Pulling fs layer [2021-04-20T19:29:41.220Z] 93b61091891f: Pulling fs layer [2021-04-20T19:29:41.220Z] 93b9cdb0e59b: Pulling fs layer [2021-04-20T19:29:41.220Z] 5e14af77c1be: Pulling fs layer [2021-04-20T19:29:41.220Z] 01666e4c0597: Pulling fs layer [2021-04-20T19:29:41.220Z] aa168da1d23b: Pulling fs layer [2021-04-20T19:29:41.220Z] 46f8f816bc3b: Waiting [2021-04-20T19:29:41.220Z] 93b61091891f: Waiting [2021-04-20T19:29:41.220Z] 93b9cdb0e59b: Waiting [2021-04-20T19:29:41.220Z] 5e14af77c1be: Waiting [2021-04-20T19:29:41.234Z] 01666e4c0597: Waiting [2021-04-20T19:29:41.234Z] aa168da1d23b: Waiting [2021-04-20T19:29:41.234Z] 36b3adc4ff6f: Verifying Checksum [2021-04-20T19:29:41.234Z] 36b3adc4ff6f: Download complete [2021-04-20T19:29:41.234Z] 46f8f816bc3b: Verifying Checksum [2021-04-20T19:29:41.234Z] 46f8f816bc3b: Download complete [2021-04-20T19:29:41.234Z] df20fa9351a1: Verifying Checksum [2021-04-20T19:29:41.234Z] 93b9cdb0e59b: Verifying Checksum [2021-04-20T19:29:41.234Z] 93b9cdb0e59b: Download complete [2021-04-20T19:29:41.502Z] 5e14af77c1be: Verifying Checksum [2021-04-20T19:29:41.502Z] 5e14af77c1be: Download complete [2021-04-20T19:29:41.502Z] 01666e4c0597: Verifying Checksum [2021-04-20T19:29:41.502Z] 01666e4c0597: Download complete [2021-04-20T19:29:41.502Z] 93b61091891f: Verifying Checksum [2021-04-20T19:29:41.502Z] 93b61091891f: Download complete [2021-04-20T19:29:41.502Z] 8ad3a11d3b57: Verifying Checksum [2021-04-20T19:29:41.502Z] 8ad3a11d3b57: Download complete [2021-04-20T19:29:41.767Z] df20fa9351a1: Pull complete [2021-04-20T19:29:42.033Z] 36b3adc4ff6f: Pull complete [2021-04-20T19:29:43.429Z] aa168da1d23b: Verifying Checksum [2021-04-20T19:29:43.429Z] aa168da1d23b: Download complete [2021-04-20T19:29:43.429Z] 8ad3a11d3b57: Pull complete [2021-04-20T19:29:43.691Z] 46f8f816bc3b: Pull complete [2021-04-20T19:29:43.954Z] 93b61091891f: Pull complete [2021-04-20T19:29:44.216Z] 93b9cdb0e59b: Pull complete [2021-04-20T19:29:44.216Z] 5e14af77c1be: Pull complete [2021-04-20T19:29:44.492Z] 01666e4c0597: Pull complete [2021-04-20T19:29:51.106Z] aa168da1d23b: Pull complete [2021-04-20T19:29:51.106Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-20T19:29:51.106Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T19:29:51.106Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-20T19:29:51.306Z] prd-centos7-docker-4c-2g-1243 does not seem to be running inside a container [2021-04-20T19:29:51.358Z] $ 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-216/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-216 -v /w/workspace/gexfoundry_device-mqtt-go_PR-216:/w/workspace/gexfoundry_device-mqtt-go_PR-216:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-216@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-20T19:29:54.515Z] $ docker top 083e1840251c87720124a24dde9c9263eb09b9717872793b6f73e69ae6f3bc0f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T19:29:54.922Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-20T19:29:55.220Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-20T19:29:55.520Z] + ls /var/log/sa-host [2021-04-20T19:29:55.520Z] + sadf -c /var/log/sa-host/sa20 [2021-04-20T19:29:55.520Z] file_magic: OK [2021-04-20T19:29:55.520Z] HZ: Using current value: 100 [2021-04-20T19:29:55.520Z] file_header: OK [2021-04-20T19:29:55.520Z] 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-04-20T19:29:55.520Z] Statistics: [2021-04-20T19:29:55.520Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-20T19:29:55.520Z] File successfully converted to sysstat format version 12.2.1 [2021-04-20T19:29:55.520Z] + sadf -c /var/log/sa-host/sa23 [2021-04-20T19:29:55.520Z] file_magic: OK [2021-04-20T19:29:55.520Z] HZ: Using current value: 100 [2021-04-20T19:29:55.520Z] file_header: OK [2021-04-20T19:29:55.520Z] 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-04-20T19:29:55.520Z] Statistics: [2021-04-20T19:29:55.520Z] Hnuu...uuuununununu... [2021-04-20T19:29:55.520Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-20T19:29:55.692Z] provisioning config files... [2021-04-20T19:29:55.707Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-216@tmp/config8629651767814089399tmp [Pipeline] { [Pipeline] echo [2021-04-20T19:29:55.730Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:29:56.028Z] ---> create-netrc.sh [Pipeline] } [2021-04-20T19:29:56.037Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-20T19:29:56.065Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:29:56.364Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-20T19:29:56.377Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:29:56.677Z] ---> sudo-logs.sh [2021-04-20T19:29:56.677Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-20T19:29:56.727Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:29:57.031Z] ---> job-cost.sh [2021-04-20T19:29:57.031Z] lf-activate-venv: SKIPPING [2021-04-20T19:29:57.031Z] DEBUG: total: 0.029999999329447746 [2021-04-20T19:29:57.031Z] INFO: Retrieving Stack Cost... [2021-04-20T19:29:58.424Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-20T19:29:58.688Z] INFO: Archiving Costs [Pipeline] echo [2021-04-20T19:29:58.703Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:29:59.008Z] ---> logs-deploy.sh [2021-04-20T19:29:59.008Z] lf-activate-venv: SKIPPING [2021-04-20T19:29:59.008Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-216/4 [2021-04-20T19:29:59.008Z] INFO: archiving workspace using pattern(s): [2021-04-20T19:30:00.927Z] Archives upload complete. [2021-04-20T19:30:00.927Z] INFO: archiving logs to Nexus