Pull request #249 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9eaf8799c6d2de2ffac75d8136fcdd177692bb45+be36c6692f7cdd3de6d802e0c0482b73d353ae7a (d7173659caa7629a139cea32e02b4d1dd6737dd0) Running in Durability level: MAX_SURVIVABILITY 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh2700656672862853578.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 9d0281235b943b7ad605f650702698f9078b2862 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh3149731333286554474.key > 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 9d0281235b943b7ad605f650702698f9078b2862 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-modbus-go/branches/PR-249/workspace@libs/edgex-global-pipelines # timeout=10 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-modbus-go/branches/PR-249/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh3587806993725532553.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-modbus-go/branches/PR-249/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh8718238894931496970.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6806374417485223294.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-modbus-go/branches/PR-249/workspace@libs/lf-pipelines # timeout=10 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-modbus-go/branches/PR-249/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh3995920933439436421.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 9d0281235b943b7ad605f650702698f9078b2862 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-modbus-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-modbus-go-settings PROJECT: device-modbus-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: device-modbus 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 ‘prd-centos7-blackbox-4c-2g-15642’ doesn’t have label ‘centos7-docker-4c-2g’ ‘prd-centos7-builder-2c-1g-307’ doesn’t have label ‘centos7-docker-4c-2g’ ‘prd-centos7-docker-4c-2g-15748’ is offline ‘prd-centos7-docker-4c-2g-309’ is offline ‘prd-ubuntu18.04-docker-arm64-4c-16g-15747’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-15760 in /w/workspace/xfoundry_device-modbus-go_PR-249 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-modbus-go.git > git init /w/workspace/xfoundry_device-modbus-go_PR-249 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/xfoundry_device-modbus-go_PR-249@tmp/jenkins-gitclient-ssh144745504223476489.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit be36c6692f7cdd3de6d802e0c0482b73d353ae7a into PR head commit 9eaf8799c6d2de2ffac75d8136fcdd177692bb45 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/xfoundry_device-modbus-go_PR-249@tmp/jenkins-gitclient-ssh4197064006004538982.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/249/head:refs/remotes/origin/PR-249 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9eaf8799c6d2de2ffac75d8136fcdd177692bb45 # timeout=10 Merge succeeded, producing 9eaf8799c6d2de2ffac75d8136fcdd177692bb45 Checking out Revision 9eaf8799c6d2de2ffac75d8136fcdd177692bb45 (PR-249) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/xfoundry_device-modbus-go_PR-249@tmp/jenkins-gitclient-ssh6069117698604997641.key > git merge be36c6692f7cdd3de6d802e0c0482b73d353ae7a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9eaf8799c6d2de2ffac75d8136fcdd177692bb45 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object 9d0281235b943b7ad605f650702698f9078b2862 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-24T05:53:52.724Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-24T05:53:56.823Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-24T05:53:57.060Z] ========================================================= [2021-05-24T05:53:57.060Z] EdgeX Global Pipelines Version Info [2021-05-24T05:53:57.060Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-24T05:54:02.451Z] ------------------- [2021-05-24T05:54:02.451Z] stable info: [2021-05-24T05:54:02.451Z] ------------------- [2021-05-24T05:54:02.451Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-24T05:54:02.451Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-24T05:54:02.451Z] Message: update stable to v1.0.192 [2021-05-24T05:54:02.451Z] ------------------- [2021-05-24T05:54:02.451Z] experimental info: [2021-05-24T05:54:02.451Z] ------------------- [2021-05-24T05:54:02.451Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-24T05:54:02.451Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-24T05:54:02.451Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-24T05:54:02.937Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo [2021-05-24T05:54:05.088Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo [2021-05-24T05:54:05.302Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-24T05:54:05.394Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-24T05:54:05.485Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-24T05:54:05.555Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-24T05:54:05.626Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-24T05:54:07.730Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-24T05:54:07.813Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-24T05:54:07.906Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-24T05:54:07.987Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-24T05:54:08.051Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-modbus [Pipeline] echo [2021-05-24T05:54:08.119Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-24T05:54:08.179Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-24T05:54:08.241Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-24T05:54:08.301Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-24T05:54:10.336Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-24T05:54:10.419Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-24T05:54:10.484Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-24T05:54:10.544Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-24T05:54:10.609Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-05-24T05:54:10.678Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-05-24T05:54:10.756Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-24T05:54:10.825Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-24T05:54:10.894Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-05-24T05:54:12.973Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-24T05:54:13.039Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-249 [Pipeline] echo [2021-05-24T05:54:13.128Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-249 [Pipeline] echo [2021-05-24T05:54:13.244Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-249 [Pipeline] echo [2021-05-24T05:54:13.363Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9eaf8799c6d2de2ffac75d8136fcdd177692bb45 [Pipeline] echo [2021-05-24T05:54:13.443Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9eaf879 [Pipeline] echo [2021-05-24T05:54:13.511Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-24T05:54:15.956Z] provisioning config files... [2021-05-24T05:54:15.972Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-249@tmp/config6507699631768984730tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-24T05:54:18.488Z] ---> docker-login.sh [2021-05-24T05:54:18.488Z] nexus3.edgexfoundry.org:10001 [2021-05-24T05:54:18.488Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-24T05:54:18.488Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-24T05:54:18.488Z] Configure a credential helper to remove this warning. See [2021-05-24T05:54:18.488Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-24T05:54:18.488Z] [2021-05-24T05:54:18.488Z] Login Succeeded [2021-05-24T05:54:18.488Z] nexus3.edgexfoundry.org:10002 [2021-05-24T05:54:18.488Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-24T05:54:18.488Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-24T05:54:18.488Z] Configure a credential helper to remove this warning. See [2021-05-24T05:54:18.488Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-24T05:54:18.488Z] [2021-05-24T05:54:18.488Z] Login Succeeded [2021-05-24T05:54:18.488Z] nexus3.edgexfoundry.org:10003 [2021-05-24T05:54:18.488Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-24T05:54:18.488Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-24T05:54:18.488Z] Configure a credential helper to remove this warning. See [2021-05-24T05:54:18.488Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-24T05:54:18.488Z] [2021-05-24T05:54:18.488Z] Login Succeeded [2021-05-24T05:54:18.488Z] nexus3.edgexfoundry.org:10004 [2021-05-24T05:54:18.488Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-24T05:54:18.488Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-24T05:54:18.488Z] Configure a credential helper to remove this warning. See [2021-05-24T05:54:18.488Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-24T05:54:18.488Z] [2021-05-24T05:54:18.488Z] Login Succeeded [2021-05-24T05:54:18.488Z] docker.io [2021-05-24T05:54:18.488Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-24T05:54:18.488Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-24T05:54:18.488Z] Configure a credential helper to remove this warning. See [2021-05-24T05:54:18.488Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-24T05:54:18.488Z] [2021-05-24T05:54:18.488Z] Login Succeeded [2021-05-24T05:54:18.488Z] ---> docker-login.sh ends [Pipeline] } [2021-05-24T05:54:18.518Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-24T05:54:25.501Z] + git log --format=format:%s -1 9eaf8799c6d2de2ffac75d8136fcdd177692bb45 [Pipeline] echo [2021-05-24T05:54:25.679Z] GIT_COMMIT: 9eaf8799c6d2de2ffac75d8136fcdd177692bb45, Commit Message: build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo [2021-05-24T05:54:25.759Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-24T05:54:32.166Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-24T05:54:32.166Z] [2021-05-24T05:54:32.166Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-24T05:54:32.693Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-24T05:54:32.693Z] latest: Pulling from edgex-devops/git-semver [2021-05-24T05:54:32.693Z] 31603596830f: Pulling fs layer [2021-05-24T05:54:32.693Z] 54011a49482f: Pulling fs layer [2021-05-24T05:54:32.693Z] a6820b24f6d8: Pulling fs layer [2021-05-24T05:54:32.693Z] f581987b2513: Pulling fs layer [2021-05-24T05:54:32.693Z] f581987b2513: Waiting [2021-05-24T05:54:32.693Z] 54011a49482f: Verifying Checksum [2021-05-24T05:54:32.693Z] 54011a49482f: Download complete [2021-05-24T05:54:32.693Z] 31603596830f: Verifying Checksum [2021-05-24T05:54:32.693Z] 31603596830f: Download complete [2021-05-24T05:54:34.824Z] f581987b2513: Verifying Checksum [2021-05-24T05:54:34.824Z] f581987b2513: Download complete [2021-05-24T05:54:34.824Z] a6820b24f6d8: Verifying Checksum [2021-05-24T05:54:34.824Z] a6820b24f6d8: Download complete [2021-05-24T05:54:34.824Z] 31603596830f: Pull complete [2021-05-24T05:54:34.824Z] 54011a49482f: Pull complete [2021-05-24T05:54:34.824Z] a6820b24f6d8: Pull complete [2021-05-24T05:54:34.824Z] f581987b2513: Pull complete [2021-05-24T05:54:34.824Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-24T05:54:34.824Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-24T05:54:34.824Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-24T05:54:34.993Z] prd-centos7-docker-4c-2g-15760 does not seem to be running inside a container [2021-05-24T05:54:35.044Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_PR-249 -v /w/workspace/xfoundry_device-modbus-go_PR-249:/w/workspace/xfoundry_device-modbus-go_PR-249:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-249@tmp:/w/workspace/xfoundry_device-modbus-go_PR-249@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-24T05:54:37.394Z] $ docker top bf3e4bdd3c15a3880b5ef5843300c631ab93c7d740ba6794c82e01555d0d8b59 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-24T05:54:37.622Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-24T05:54:37.622Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-24T05:54:37.749Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-24T05:54:37.753Z] $ docker exec bf3e4bdd3c15a3880b5ef5843300c631ab93c7d740ba6794c82e01555d0d8b59 ssh-agent [2021-05-24T05:54:37.863Z] SSH_AUTH_SOCK=/tmp/ssh-P7SJWn9RqjvD/agent.14 [2021-05-24T05:54:37.863Z] SSH_AGENT_PID=21 [2021-05-24T05:54:37.874Z] Running ssh-add (command line suppressed) [2021-05-24T05:54:37.972Z] Identity added: /w/workspace/xfoundry_device-modbus-go_PR-249@tmp/private_key_5365995408619110737.key (/w/workspace/xfoundry_device-modbus-go_PR-249@tmp/private_key_5365995408619110737.key) [2021-05-24T05:54:38.007Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-24T05:54:40.344Z] + git tag --points-at HEAD [Pipeline] } [2021-05-24T05:54:40.386Z] $ docker exec --env ******** --env ******** bf3e4bdd3c15a3880b5ef5843300c631ab93c7d740ba6794c82e01555d0d8b59 ssh-agent -k [2021-05-24T05:54:40.471Z] unset SSH_AUTH_SOCK; [2021-05-24T05:54:40.471Z] unset SSH_AGENT_PID; [2021-05-24T05:54:40.471Z] echo Agent pid 21 killed; [2021-05-24T05:54:40.486Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-24T05:54:40.582Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-24T05:54:40.582Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-24T05:54:40.690Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-24T05:54:40.693Z] $ docker exec bf3e4bdd3c15a3880b5ef5843300c631ab93c7d740ba6794c82e01555d0d8b59 ssh-agent [2021-05-24T05:54:40.800Z] SSH_AUTH_SOCK=/tmp/ssh-aLvDxWSBBmFu/agent.55 [2021-05-24T05:54:40.800Z] SSH_AGENT_PID=62 [2021-05-24T05:54:40.806Z] Running ssh-add (command line suppressed) [2021-05-24T05:54:40.901Z] Identity added: /w/workspace/xfoundry_device-modbus-go_PR-249@tmp/private_key_5566241771678668736.key (/w/workspace/xfoundry_device-modbus-go_PR-249@tmp/private_key_5566241771678668736.key) [2021-05-24T05:54:40.916Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-24T05:54:41.262Z] + git semver init [2021-05-24T05:54:41.262Z] # -> Open(): unable to determine branch for HEAD [2021-05-24T05:54:41.262Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_PR-249/.git [2021-05-24T05:54:41.262Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_PR-249 [2021-05-24T05:54:41.262Z] # $SEMVER_REMOTE_NAME = origin [2021-05-24T05:54:41.262Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-24T05:54:41.262Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-24T05:54:41.262Z] # $SEMVER_BRANCH = PR-249 [2021-05-24T05:54:41.262Z] # $SEMVER_TEMP = /tmp/semver-760087616 [2021-05-24T05:54:41.262Z] # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP [2021-05-24T05:54:41.525Z] # '/tmp/semver-760087616' -> '/w/workspace/xfoundry_device-modbus-go_PR-249/.semver' [2021-05-24T05:54:41.525Z] # -> Force: false [2021-05-24T05:54:41.525Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_PR-249/.semver [Pipeline] } [2021-05-24T05:54:41.544Z] $ docker exec --env ******** --env ******** bf3e4bdd3c15a3880b5ef5843300c631ab93c7d740ba6794c82e01555d0d8b59 ssh-agent -k [2021-05-24T05:54:41.639Z] unset SSH_AUTH_SOCK; [2021-05-24T05:54:41.639Z] unset SSH_AGENT_PID; [2021-05-24T05:54:41.639Z] echo Agent pid 62 killed; [2021-05-24T05:54:43.660Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-24T05:54:44.240Z] + git semver [Pipeline] } [2021-05-24T05:54:44.273Z] $ docker stop --time=1 bf3e4bdd3c15a3880b5ef5843300c631ab93c7d740ba6794c82e01555d0d8b59 [2021-05-24T05:54:47.765Z] $ docker rm -f bf3e4bdd3c15a3880b5ef5843300c631ab93c7d740ba6794c82e01555d0d8b59 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-24T05:54:48.323Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-24T05:54:48.668Z] Stashed 1 file(s) [Pipeline] echo [2021-05-24T05:54:48.693Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-05-24T05:55:07.732Z] Still waiting to schedule task [2021-05-24T05:55:07.733Z] Still waiting to schedule task [2021-05-24T05:55:07.733Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-05-24T05:55:07.733Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-05-24T06:03:08.334Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-16396 in /w/workspace/xfoundry_device-modbus-go_PR-249 [Pipeline] { [Pipeline] ws [2021-05-24T06:03:10.439Z] Running in /w/workspace/device-modbus-go/1 [Pipeline] { [Pipeline] checkout [2021-05-24T06:03:12.815Z] Selected Git installation does not exist. Using Default [2021-05-24T06:03:12.816Z] The recommended git tool is: NONE [2021-05-24T06:03:53.996Z] using credential edgex-jenkins-ssh [2021-05-24T06:03:54.023Z] Cloning the remote Git repository [2021-05-24T06:03:54.093Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2021-05-24T06:03:54.277Z] > git init /w/workspace/device-modbus-go/1 # timeout=10 [2021-05-24T06:04:01.396Z] Merging remotes/origin/master commit be36c6692f7cdd3de6d802e0c0482b73d353ae7a into PR head commit 9eaf8799c6d2de2ffac75d8136fcdd177692bb45 [2021-05-24T06:03:56.432Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2021-05-24T06:03:56.433Z] > git --version # timeout=10 [2021-05-24T06:03:56.448Z] > git --version # 'git version 2.17.1' [2021-05-24T06:03:56.450Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-24T06:03:56.532Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-24T06:03:57.171Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2021-05-24T06:03:57.191Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-24T06:03:58.798Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2021-05-24T06:03:58.836Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2021-05-24T06:03:58.837Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-24T06:03:58.850Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/249/head:refs/remotes/origin/PR-249 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-24T06:04:01.739Z] Merge succeeded, producing 9eaf8799c6d2de2ffac75d8136fcdd177692bb45 [2021-05-24T06:04:01.739Z] Checking out Revision 9eaf8799c6d2de2ffac75d8136fcdd177692bb45 (PR-249) [2021-05-24T06:04:01.536Z] > git config core.sparsecheckout # timeout=10 [2021-05-24T06:04:01.553Z] > git checkout -f 9eaf8799c6d2de2ffac75d8136fcdd177692bb45 # timeout=10 [2021-05-24T06:04:01.657Z] > git remote # timeout=10 [2021-05-24T06:04:01.674Z] > git config --get remote.origin.url # timeout=10 [2021-05-24T06:04:01.686Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-24T06:04:01.699Z] > git merge be36c6692f7cdd3de6d802e0c0482b73d353ae7a # timeout=10 [2021-05-24T06:04:01.722Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-24T06:04:01.745Z] > git config core.sparsecheckout # timeout=10 [2021-05-24T06:04:01.757Z] > git checkout -f 9eaf8799c6d2de2ffac75d8136fcdd177692bb45 # timeout=10 [2021-05-24T06:04:13.769Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-05-24T06:04:13.825Z] > git --version # timeout=10 [2021-05-24T06:04:13.834Z] > git --version # 'git version 2.17.1' [2021-05-24T06:04:13.846Z] fatal: bad object 9d0281235b943b7ad605f650702698f9078b2862 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-24T06:04:19.449Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-24T06:04:21.776Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-24T06:04:22.143Z] + true [2021-05-24T06:04:22.143Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-24T06:04:41.655Z] provisioning config files... [2021-05-24T06:04:41.691Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/1@tmp/config9028068071700820336tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-24T06:04:44.234Z] ---> docker-login.sh [2021-05-24T06:04:44.234Z] nexus3.edgexfoundry.org:10001 [2021-05-24T06:04:46.389Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-24T06:04:46.389Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-24T06:04:46.389Z] Configure a credential helper to remove this warning. See [2021-05-24T06:04:46.389Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-24T06:04:46.389Z] [2021-05-24T06:04:46.389Z] Login Succeeded [2021-05-24T06:04:46.389Z] nexus3.edgexfoundry.org:10002 [2021-05-24T06:04:46.389Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-24T06:04:46.389Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-24T06:04:46.389Z] Configure a credential helper to remove this warning. See [2021-05-24T06:04:46.389Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-24T06:04:46.389Z] [2021-05-24T06:04:46.389Z] Login Succeeded [2021-05-24T06:04:46.389Z] nexus3.edgexfoundry.org:10003 [2021-05-24T06:04:46.668Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-24T06:04:46.668Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-24T06:04:46.668Z] Configure a credential helper to remove this warning. See [2021-05-24T06:04:46.668Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-24T06:04:46.668Z] [2021-05-24T06:04:46.668Z] Login Succeeded [2021-05-24T06:04:46.668Z] nexus3.edgexfoundry.org:10004 [2021-05-24T06:04:47.272Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-24T06:04:49.361Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-24T06:04:49.361Z] Configure a credential helper to remove this warning. See [2021-05-24T06:04:49.361Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-24T06:04:49.361Z] [2021-05-24T06:04:49.361Z] Login Succeeded [2021-05-24T06:04:49.361Z] docker.io [2021-05-24T06:04:49.361Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-24T06:04:49.361Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-24T06:04:49.361Z] Configure a credential helper to remove this warning. See [2021-05-24T06:04:49.361Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-24T06:04:49.361Z] [2021-05-24T06:04:49.361Z] Login Succeeded [2021-05-24T06:04:49.361Z] ---> docker-login.sh ends [Pipeline] } [2021-05-24T06:04:49.412Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-24T06:04:50.055Z] ========================================================= [2021-05-24T06:04:50.055Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-24T06:04:50.055Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-24T06:04:52.527Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-24T06:04:52.811Z] Sending build context to Docker daemon 617kB [2021-05-24T06:04:53.091Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-05-24T06:04:53.091Z] Step 2/8 : FROM ${BASE} [2021-05-24T06:04:53.091Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-24T06:04:53.091Z] 595b0fe564bb: Pulling fs layer [2021-05-24T06:04:53.091Z] 7186ed65a4f7: Pulling fs layer [2021-05-24T06:04:53.091Z] 316046926c0a: Pulling fs layer [2021-05-24T06:04:53.091Z] 4ebd0625c992: Pulling fs layer [2021-05-24T06:04:53.091Z] 207e8628e3a3: Pulling fs layer [2021-05-24T06:04:53.091Z] c791037a9be2: Pulling fs layer [2021-05-24T06:04:53.091Z] ffd874e62e21: Pulling fs layer [2021-05-24T06:04:53.091Z] 4ebd0625c992: Waiting [2021-05-24T06:04:53.091Z] ffd874e62e21: Waiting [2021-05-24T06:04:53.091Z] 207e8628e3a3: Waiting [2021-05-24T06:04:53.091Z] c791037a9be2: Waiting [2021-05-24T06:04:53.091Z] 316046926c0a: Verifying Checksum [2021-05-24T06:04:53.091Z] 316046926c0a: Download complete [2021-05-24T06:04:53.368Z] 7186ed65a4f7: Verifying Checksum [2021-05-24T06:04:53.368Z] 7186ed65a4f7: Download complete [2021-05-24T06:04:53.368Z] 207e8628e3a3: Verifying Checksum [2021-05-24T06:04:53.368Z] 207e8628e3a3: Download complete [2021-05-24T06:04:53.368Z] c791037a9be2: Verifying Checksum [2021-05-24T06:04:53.368Z] c791037a9be2: Download complete [2021-05-24T06:04:53.368Z] 595b0fe564bb: Verifying Checksum [2021-05-24T06:04:53.368Z] 595b0fe564bb: Download complete [2021-05-24T06:04:54.366Z] 595b0fe564bb: Pull complete [2021-05-24T06:04:56.706Z] 7186ed65a4f7: Pull complete [2021-05-24T06:04:56.706Z] 316046926c0a: Pull complete [2021-05-24T06:04:59.341Z] ffd874e62e21: Verifying Checksum [2021-05-24T06:04:59.341Z] ffd874e62e21: Download complete [2021-05-24T06:05:01.321Z] 4ebd0625c992: Verifying Checksum [2021-05-24T06:05:01.321Z] 4ebd0625c992: Download complete [2021-05-24T06:05:11.481Z] 4ebd0625c992: Pull complete [2021-05-24T06:05:11.481Z] 207e8628e3a3: Pull complete [2021-05-24T06:05:11.775Z] c791037a9be2: Pull complete [2021-05-24T06:05:16.357Z] ffd874e62e21: Pull complete [2021-05-24T06:05:16.357Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-24T06:05:16.357Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-24T06:05:16.357Z] ---> cfc18b08335c [2021-05-24T06:05:16.358Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' [2021-05-24T06:05:17.824Z] ---> Running in 67f3d96b3319 [2021-05-24T06:05:18.099Z] Removing intermediate container 67f3d96b3319 [2021-05-24T06:05:18.099Z] ---> 41f9f8f80181 [2021-05-24T06:05:18.099Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-24T06:05:20.414Z] ---> Running in e38081b60095 [2021-05-24T06:05:20.692Z] Removing intermediate container e38081b60095 [2021-05-24T06:05:20.692Z] ---> 8903790134eb [2021-05-24T06:05:20.692Z] Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev [2021-05-24T06:05:20.692Z] ---> Running in 95e4f0d5739d [2021-05-24T06:05:22.149Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-24T06:05:22.745Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-24T06:05:24.768Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-05-24T06:05:24.768Z] (2/13) Installing libsodium (1.0.18-r0) [2021-05-24T06:05:24.768Z] (3/13) Installing pkgconf (1.7.3-r0) [2021-05-24T06:05:24.768Z] (4/13) Installing libsodium-dev (1.0.18-r0) [2021-05-24T06:05:24.768Z] (5/13) Installing openssh-keygen (8.4_p1-r3) [2021-05-24T06:05:24.768Z] (6/13) Installing libedit (20191231.3.1-r1) [2021-05-24T06:05:24.768Z] (7/13) Installing openssh-client (8.4_p1-r3) [2021-05-24T06:05:24.768Z] (8/13) Installing openssh-sftp-server (8.4_p1-r3) [2021-05-24T06:05:25.050Z] (9/13) Installing openssh-server-common (8.4_p1-r3) [2021-05-24T06:05:25.050Z] (10/13) Installing openssh-server (8.4_p1-r3) [2021-05-24T06:05:25.327Z] (11/13) Installing openssh (8.4_p1-r3) [2021-05-24T06:05:25.327Z] (12/13) Installing libzmq (4.3.3-r1) [2021-05-24T06:05:25.327Z] (13/13) Installing zeromq-dev (4.3.3-r1) [2021-05-24T06:05:25.603Z] Executing busybox-1.32.1-r6.trigger [2021-05-24T06:05:25.603Z] OK: 145 MiB in 53 packages [2021-05-24T06:05:27.050Z] Removing intermediate container 95e4f0d5739d [2021-05-24T06:05:27.050Z] ---> 130b86397af4 [2021-05-24T06:05:27.050Z] Step 6/8 : WORKDIR /device-modbus-go [2021-05-24T06:05:27.051Z] ---> Running in 480167f7458a [2021-05-24T06:05:27.660Z] Removing intermediate container 480167f7458a [2021-05-24T06:05:27.660Z] ---> 4654d349e194 [2021-05-24T06:05:27.660Z] Step 7/8 : COPY . . [2021-05-24T06:05:29.758Z] ---> be45b5d013ea [2021-05-24T06:05:29.758Z] Step 8/8 : RUN go mod download [2021-05-24T06:05:29.758Z] ---> Running in 1bbd5555e6a0 [2021-05-24T06:05:57.686Z] Removing intermediate container 1bbd5555e6a0 [2021-05-24T06:05:57.686Z] ---> 3b0a387ce577 [2021-05-24T06:05:57.686Z] Successfully built 3b0a387ce577 [2021-05-24T06:05:57.686Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-24T06:05:58.104Z] + docker inspect -f . ci-base-image-arm64 [2021-05-24T06:05:58.104Z] . [Pipeline] withDockerContainer [2021-05-24T06:05:58.376Z] prd-ubuntu18.04-docker-arm64-4c-16g-16396 does not seem to be running inside a container [2021-05-24T06:05:58.461Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/1 -v /w/workspace/device-modbus-go/1:/w/workspace/device-modbus-go/1:rw,z -v /w/workspace/device-modbus-go/1@tmp:/w/workspace/device-modbus-go/1@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 ******** ci-base-image-arm64 cat [2021-05-24T06:06:00.663Z] $ docker top 3ceab05ba13192f28cba0f1e1dea6339f9907344b97c937f59bfbc5658792368 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-24T06:06:01.678Z] + go version [2021-05-24T06:06:01.678Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-24T06:06:01.717Z] $ docker stop --time=1 3ceab05ba13192f28cba0f1e1dea6339f9907344b97c937f59bfbc5658792368 [2021-05-24T06:06:04.099Z] $ docker rm -f 3ceab05ba13192f28cba0f1e1dea6339f9907344b97c937f59bfbc5658792368 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-24T06:06:07.192Z] + docker inspect -f . ci-base-image-arm64 [2021-05-24T06:06:07.192Z] . [Pipeline] withDockerContainer [2021-05-24T06:06:11.774Z] prd-ubuntu18.04-docker-arm64-4c-16g-16396 does not seem to be running inside a container [2021-05-24T06:06:13.875Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/1 -v /w/workspace/device-modbus-go/1:/w/workspace/device-modbus-go/1:rw,z -v /w/workspace/device-modbus-go/1@tmp:/w/workspace/device-modbus-go/1@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 ******** ci-base-image-arm64 cat [2021-05-24T06:06:16.090Z] $ docker top 8ae986f3a7c76fce31b6bde6a5656eff640cd098a1c925645951297ecccac73b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-24T06:06:20.653Z] + go mod tidy [Pipeline] sh [2021-05-24T06:06:22.837Z] + make test [2021-05-24T06:06:22.837Z] go mod tidy [2021-05-24T06:06:22.837Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-05-24T06:06:23.129Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2021-05-24T06:07:14.989Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2021-05-24T06:07:15.587Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.049s coverage: 47.7% of statements [2021-05-24T06:07:15.868Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-05-24T06:07:39.491Z] gofmt -l . [2021-05-24T06:07:39.491Z] [ "`gofmt -l .`" = "" ] [2021-05-24T06:07:39.491Z] ./bin/test-attribution-txt.sh [2021-05-24T06:07:40.090Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-05-24T06:07:40.726Z] $ docker stop --time=1 8ae986f3a7c76fce31b6bde6a5656eff640cd098a1c925645951297ecccac73b [2021-05-24T06:07:43.393Z] $ docker rm -f 8ae986f3a7c76fce31b6bde6a5656eff640cd098a1c925645951297ecccac73b [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-24T06:07:44.319Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-24T06:07:45.050Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-24T06:07:51.015Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-24T06:07:51.373Z] + ls -al . [2021-05-24T06:07:51.373Z] total 144 [2021-05-24T06:07:51.373Z] drwxrwxr-x 9 jenkins jenkins 4096 May 24 06:07 . [2021-05-24T06:07:51.373Z] drwxrwxr-x 4 jenkins jenkins 4096 May 24 06:03 .. [2021-05-24T06:07:51.373Z] -rw-rw-r-- 1 jenkins jenkins 140 May 24 06:04 .dockerignore [2021-05-24T06:07:51.373Z] drwxrwxr-x 8 jenkins jenkins 4096 May 24 06:04 .git [2021-05-24T06:07:51.373Z] drwxrwxr-x 2 jenkins jenkins 4096 May 24 06:04 .github [2021-05-24T06:07:51.373Z] -rw-rw-r-- 1 jenkins jenkins 338 May 24 06:04 .gitignore [2021-05-24T06:07:51.373Z] -rw-rw-r-- 1 jenkins jenkins 7707 May 24 06:04 Attribution.txt [2021-05-24T06:07:51.373Z] -rw-rw-r-- 1 jenkins jenkins 1473 May 24 06:04 Dockerfile [2021-05-24T06:07:51.373Z] -rw-rw-r-- 1 jenkins jenkins 995 May 24 06:04 Dockerfile.build [2021-05-24T06:07:51.373Z] -rw-rw-r-- 1 jenkins jenkins 679 May 24 06:04 Jenkinsfile [2021-05-24T06:07:51.373Z] -rw-rw-r-- 1 jenkins jenkins 11340 May 24 06:04 LICENSE [2021-05-24T06:07:51.373Z] -rw-rw-r-- 1 jenkins jenkins 914 May 24 06:04 Makefile [2021-05-24T06:07:51.373Z] -rw-rw-r-- 1 jenkins jenkins 2897 May 24 06:04 README.md [2021-05-24T06:07:51.373Z] -rw-rw-r-- 1 jenkins jenkins 5 May 24 05:54 VERSION [2021-05-24T06:07:51.373Z] drwxrwxr-x 2 jenkins jenkins 4096 May 24 06:04 bin [2021-05-24T06:07:51.373Z] drwxrwxr-x 3 jenkins jenkins 4096 May 24 06:04 cmd [2021-05-24T06:07:51.373Z] -rw-r--r-- 1 jenkins jenkins 22385 May 24 06:07 coverage.out [2021-05-24T06:07:51.373Z] -rw-r--r-- 1 jenkins jenkins 413 May 24 06:07 go.mod [2021-05-24T06:07:51.373Z] -rw-r--r-- 1 jenkins jenkins 21952 May 24 06:06 go.sum [2021-05-24T06:07:51.373Z] drwxrwxr-x 3 jenkins jenkins 4096 May 24 06:04 internal [2021-05-24T06:07:51.373Z] drwxrwxr-x 2 jenkins jenkins 4096 May 24 06:04 simulator [2021-05-24T06:07:51.373Z] drwxrwxr-x 4 jenkins jenkins 4096 May 24 06:04 snap [2021-05-24T06:07:51.373Z] -rw-rw-r-- 1 jenkins jenkins 229 May 24 06:04 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-24T06:07:53.603Z] + docker build -t device-modbus-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=9eaf8799c6d2de2ffac75d8136fcdd177692bb45 --label arch=arm64 --label version=0.0.0 . [2021-05-24T06:07:53.603Z] Sending build context to Docker daemon 640kB [2021-05-24T06:07:53.603Z] Step 1/22 : ARG BASE=golang:1.16-alpine3.12 [2021-05-24T06:07:53.603Z] Step 2/22 : FROM ${BASE} AS builder [2021-05-24T06:07:53.603Z] ---> 3b0a387ce577 [2021-05-24T06:07:53.603Z] Step 3/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-24T06:07:53.603Z] ---> Running in 3303efc8e0c3 [2021-05-24T06:07:56.180Z] Removing intermediate container 3303efc8e0c3 [2021-05-24T06:07:56.180Z] ---> 267da144a21e [2021-05-24T06:07:56.180Z] Step 4/22 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev [2021-05-24T06:07:56.180Z] ---> Running in 06499bbc4cff [2021-05-24T06:07:56.180Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-24T06:07:58.531Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-24T06:07:58.531Z] OK: 145 MiB in 53 packages [2021-05-24T06:07:58.812Z] Removing intermediate container 06499bbc4cff [2021-05-24T06:07:58.812Z] ---> 3e6436fc7a56 [2021-05-24T06:07:58.812Z] Step 5/22 : WORKDIR /device-modbus-go [2021-05-24T06:08:01.088Z] ---> Running in e1fdff273b87 [2021-05-24T06:08:01.088Z] Removing intermediate container e1fdff273b87 [2021-05-24T06:08:01.088Z] ---> a980c18384a2 [2021-05-24T06:08:01.088Z] Step 6/22 : COPY . . [2021-05-24T06:08:01.088Z] ---> 1015ceb7f918 [2021-05-24T06:08:01.088Z] Step 7/22 : RUN go mod tidy [2021-05-24T06:08:01.088Z] ---> Running in 22a7d01d030e [2021-05-24T06:08:04.589Z] Removing intermediate container 22a7d01d030e [2021-05-24T06:08:04.589Z] ---> 7a52189ff6a3 [2021-05-24T06:08:04.589Z] Step 8/22 : RUN go mod download [2021-05-24T06:08:04.589Z] ---> Running in d075c259bdb8 [2021-05-24T06:08:08.243Z] Removing intermediate container d075c259bdb8 [2021-05-24T06:08:08.243Z] ---> 1d175ffa2d10 [2021-05-24T06:08:08.243Z] Step 9/22 : RUN make build [2021-05-24T06:08:08.243Z] ---> Running in 56cb52ae4a72 [2021-05-24T06:08:08.243Z] go mod tidy [2021-05-24T06:08:08.243Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd [2021-05-24T06:08:45.366Z] Removing intermediate container 56cb52ae4a72 [2021-05-24T06:08:45.366Z] ---> a0b916faaceb [2021-05-24T06:08:45.366Z] Step 10/22 : FROM alpine:3.12 [2021-05-24T06:08:45.366Z] 3.12: Pulling from library/alpine [2021-05-24T06:08:45.366Z] d2f70382dc9a: Pulling fs layer [2021-05-24T06:08:45.366Z] d2f70382dc9a: Download complete [2021-05-24T06:08:45.366Z] d2f70382dc9a: Pull complete [2021-05-24T06:08:45.366Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-24T06:08:45.366Z] Status: Downloaded newer image for alpine:3.12 [2021-05-24T06:08:45.366Z] ---> 9852663dfa18 [2021-05-24T06:08:45.366Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IoTech Ltd' [2021-05-24T06:08:45.366Z] ---> Running in 5518eb7a9d37 [2021-05-24T06:08:45.366Z] Removing intermediate container 5518eb7a9d37 [2021-05-24T06:08:45.366Z] ---> 9bea3b2d55d6 [2021-05-24T06:08:45.366Z] Step 12/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-24T06:08:45.366Z] ---> Running in c58372c3ffce [2021-05-24T06:08:47.356Z] Removing intermediate container c58372c3ffce [2021-05-24T06:08:47.356Z] ---> e137d3c94b90 [2021-05-24T06:08:47.356Z] Step 13/22 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-24T06:08:49.607Z] ---> Running in dba4c1cc660b [2021-05-24T06:08:49.607Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-24T06:08:49.607Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-24T06:08:50.213Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-24T06:08:50.213Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-24T06:08:50.213Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-24T06:08:50.487Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-24T06:08:50.487Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-24T06:08:50.762Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-24T06:08:50.762Z] Executing busybox-1.31.1-r20.trigger [2021-05-24T06:08:50.762Z] OK: 8 MiB in 20 packages [2021-05-24T06:08:51.752Z] Removing intermediate container dba4c1cc660b [2021-05-24T06:08:51.752Z] ---> 894b83a75229 [2021-05-24T06:08:51.752Z] Step 14/22 : COPY --from=builder /device-modbus-go/cmd / [2021-05-24T06:08:53.186Z] ---> 02a58bb2a790 [2021-05-24T06:08:53.186Z] Step 15/22 : COPY --from=builder /device-modbus-go/LICENSE / [2021-05-24T06:08:53.784Z] ---> 02acb4403cdf [2021-05-24T06:08:53.785Z] Step 16/22 : COPY --from=builder /device-modbus-go/Attribution.txt / [2021-05-24T06:08:54.769Z] ---> cf6bd1879247 [2021-05-24T06:08:54.769Z] Step 17/22 : EXPOSE 59901 [2021-05-24T06:08:54.769Z] ---> Running in 57c5b09afccf [2021-05-24T06:08:55.043Z] Removing intermediate container 57c5b09afccf [2021-05-24T06:08:55.043Z] ---> edc688d631f8 [2021-05-24T06:08:55.043Z] Step 18/22 : ENTRYPOINT ["/device-modbus"] [2021-05-24T06:08:55.317Z] ---> Running in 40221fbfee9b [2021-05-24T06:08:55.916Z] Removing intermediate container 40221fbfee9b [2021-05-24T06:08:55.916Z] ---> 14cd54cdb09a [2021-05-24T06:08:55.916Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-24T06:08:55.916Z] ---> Running in 4d3fc08639f2 [2021-05-24T06:08:56.512Z] Removing intermediate container 4d3fc08639f2 [2021-05-24T06:08:56.512Z] ---> a7d8f0787cb5 [2021-05-24T06:08:56.512Z] Step 20/22 : LABEL arch=arm64 [2021-05-24T06:08:56.512Z] ---> Running in e3dcde4af6ae [2021-05-24T06:08:59.410Z] Removing intermediate container e3dcde4af6ae [2021-05-24T06:08:59.410Z] ---> 170a6eb854b8 [2021-05-24T06:08:59.410Z] Step 21/22 : LABEL git_sha=9eaf8799c6d2de2ffac75d8136fcdd177692bb45 [2021-05-24T06:08:59.410Z] ---> Running in ef1b6f127918 [2021-05-24T06:08:59.410Z] Removing intermediate container ef1b6f127918 [2021-05-24T06:08:59.410Z] ---> 265733c87f99 [2021-05-24T06:08:59.410Z] Step 22/22 : LABEL version=0.0.0 [2021-05-24T06:08:59.410Z] ---> Running in 8edaa58c3854 [2021-05-24T06:08:59.410Z] Removing intermediate container 8edaa58c3854 [2021-05-24T06:08:59.410Z] ---> 05738e078034 [2021-05-24T06:08:59.410Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-05-24T06:08:59.410Z] Successfully built 05738e078034 [2021-05-24T06:08:59.410Z] Successfully tagged device-modbus-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-24T06:09:00.369Z] ---> job-cost.sh [2021-05-24T06:09:00.369Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-x5qR [2021-05-24T06:09:38.589Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-24T06:11:05.695Z] lf-activate-venv(): INFO: Adding /tmp/venv-x5qR/bin to PATH [2021-05-24T06:11:05.695Z] INFO: No Stack... [2021-05-24T06:11:05.695Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-05-24T06:11:05.695Z] INFO: Archiving Costs [Pipeline] sh [2021-05-24T06:11:06.083Z] + cat /w/workspace/device-modbus-go/1/archives/cost.csv [2021-05-24T06:11:06.083Z] + cut -d, -f6 [Pipeline] lock [2021-05-24T06:11:06.171Z] Trying to acquire lock on [jenkins-edgexfoundry-device-modbus-go-PR-249-1-stack-cost] [2021-05-24T06:11:06.177Z] Resource [jenkins-edgexfoundry-device-modbus-go-PR-249-1-stack-cost] did not exist. Created. [2021-05-24T06:11:06.177Z] Lock acquired on [jenkins-edgexfoundry-device-modbus-go-PR-249-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-24T06:11:08.916Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-05-24T06:11:09.110Z] Stashed 1 file(s) [Pipeline] } [2021-05-24T06:11:09.133Z] Lock released on resource [jenkins-edgexfoundry-device-modbus-go-PR-249-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-24T06:11:59.925Z] Running on prd-centos7-docker-4c-2g-16759 in /w/workspace/xfoundry_device-modbus-go_PR-249 [Pipeline] { [Pipeline] ws [2021-05-24T06:12:00.028Z] Running in /w/workspace/device-modbus-go/1 [Pipeline] { [Pipeline] checkout [2021-05-24T06:12:02.329Z] Selected Git installation does not exist. Using Default [2021-05-24T06:12:02.329Z] The recommended git tool is: NONE [2021-05-24T06:12:15.744Z] using credential edgex-jenkins-ssh [2021-05-24T06:12:15.758Z] Cloning the remote Git repository [2021-05-24T06:12:15.781Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2021-05-24T06:12:15.855Z] > git init /w/workspace/device-modbus-go/1 # timeout=10 [2021-05-24T06:12:15.885Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2021-05-24T06:12:15.886Z] > git --version # timeout=10 [2021-05-24T06:12:15.893Z] > git --version # 'git version 2.24.4' [2021-05-24T06:12:15.893Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-24T06:12:15.929Z] [INFO] Currently running in a labeled security context [2021-05-24T06:12:15.929Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-05-24T06:12:15.930Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-modbus-go/1@tmp/jenkins-gitclient-ssh8824776373414164223.key [2021-05-24T06:12:15.951Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-24T06:12:16.483Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2021-05-24T06:12:16.494Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-24T06:12:18.967Z] Merging remotes/origin/master commit be36c6692f7cdd3de6d802e0c0482b73d353ae7a into PR head commit 9eaf8799c6d2de2ffac75d8136fcdd177692bb45 [2021-05-24T06:12:19.062Z] Merge succeeded, producing 9eaf8799c6d2de2ffac75d8136fcdd177692bb45 [2021-05-24T06:12:19.062Z] Checking out Revision 9eaf8799c6d2de2ffac75d8136fcdd177692bb45 (PR-249) [2021-05-24T06:12:18.579Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2021-05-24T06:12:18.593Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2021-05-24T06:12:18.593Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-24T06:12:18.595Z] [INFO] Currently running in a labeled security context [2021-05-24T06:12:18.595Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-05-24T06:12:18.595Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-modbus-go/1@tmp/jenkins-gitclient-ssh6073540397435197889.key [2021-05-24T06:12:18.604Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/249/head:refs/remotes/origin/PR-249 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-24T06:12:18.973Z] > git config core.sparsecheckout # timeout=10 [2021-05-24T06:12:18.984Z] > git checkout -f 9eaf8799c6d2de2ffac75d8136fcdd177692bb45 # timeout=10 [2021-05-24T06:12:19.020Z] > git remote # timeout=10 [2021-05-24T06:12:19.024Z] > git config --get remote.origin.url # timeout=10 [2021-05-24T06:12:19.031Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-24T06:12:19.032Z] [INFO] Currently running in a labeled security context [2021-05-24T06:12:19.033Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-05-24T06:12:19.033Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-modbus-go/1@tmp/jenkins-gitclient-ssh5325690619010764209.key [2021-05-24T06:12:19.039Z] > git merge be36c6692f7cdd3de6d802e0c0482b73d353ae7a # timeout=10 [2021-05-24T06:12:19.051Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-24T06:12:19.063Z] > git config core.sparsecheckout # timeout=10 [2021-05-24T06:12:19.068Z] > git checkout -f 9eaf8799c6d2de2ffac75d8136fcdd177692bb45 # timeout=10 [2021-05-24T06:12:27.017Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-05-24T06:12:27.040Z] > git --version # timeout=10 [2021-05-24T06:12:27.046Z] > git --version # 'git version 2.24.4' [2021-05-24T06:12:27.053Z] fatal: bad object 9d0281235b943b7ad605f650702698f9078b2862 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-24T06:12:32.554Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-24T06:12:32.902Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-24T06:12:33.443Z] + true [2021-05-24T06:12:33.443Z] + sudo service docker restart [2021-05-24T06:12:33.443Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-24T06:12:50.731Z] provisioning config files... [2021-05-24T06:12:50.749Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/1@tmp/config1733848448259337523tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-24T06:12:53.072Z] ---> docker-login.sh [2021-05-24T06:12:53.072Z] nexus3.edgexfoundry.org:10001 [2021-05-24T06:12:53.073Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-24T06:12:53.073Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-24T06:12:53.073Z] Configure a credential helper to remove this warning. See [2021-05-24T06:12:53.073Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-24T06:12:53.073Z] [2021-05-24T06:12:53.073Z] Login Succeeded [2021-05-24T06:12:53.073Z] nexus3.edgexfoundry.org:10002 [2021-05-24T06:12:53.073Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-24T06:12:53.073Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-24T06:12:53.073Z] Configure a credential helper to remove this warning. See [2021-05-24T06:12:53.073Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-24T06:12:53.073Z] [2021-05-24T06:12:53.073Z] Login Succeeded [2021-05-24T06:12:53.073Z] nexus3.edgexfoundry.org:10003 [2021-05-24T06:12:53.073Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-24T06:12:53.073Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-24T06:12:53.073Z] Configure a credential helper to remove this warning. See [2021-05-24T06:12:53.073Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-24T06:12:53.073Z] [2021-05-24T06:12:53.073Z] Login Succeeded [2021-05-24T06:12:53.073Z] nexus3.edgexfoundry.org:10004 [2021-05-24T06:12:53.073Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-24T06:12:53.073Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-24T06:12:53.073Z] Configure a credential helper to remove this warning. See [2021-05-24T06:12:53.073Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-24T06:12:53.073Z] [2021-05-24T06:12:53.073Z] Login Succeeded [2021-05-24T06:12:53.073Z] docker.io [2021-05-24T06:12:53.073Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-24T06:12:53.073Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-24T06:12:53.073Z] Configure a credential helper to remove this warning. See [2021-05-24T06:12:53.073Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-24T06:12:53.073Z] [2021-05-24T06:12:53.073Z] Login Succeeded [2021-05-24T06:12:53.073Z] ---> docker-login.sh ends [Pipeline] } [2021-05-24T06:12:53.117Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-24T06:12:53.434Z] ========================================================= [2021-05-24T06:12:53.434Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-24T06:12:53.434Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-24T06:12:53.795Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-24T06:12:53.795Z] Sending build context to Docker daemon 618kB [2021-05-24T06:12:53.795Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-05-24T06:12:53.795Z] Step 2/8 : FROM ${BASE} [2021-05-24T06:12:56.133Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-24T06:12:56.133Z] 540db60ca938: Pulling fs layer [2021-05-24T06:12:56.133Z] adcc1eea9eea: Pulling fs layer [2021-05-24T06:12:56.133Z] 4c4ab2625f07: Pulling fs layer [2021-05-24T06:12:56.133Z] 0510c868ecb4: Pulling fs layer [2021-05-24T06:12:56.133Z] afea3b2eda06: Pulling fs layer [2021-05-24T06:12:56.133Z] 7809a108b3ef: Pulling fs layer [2021-05-24T06:12:56.133Z] f706445af74f: Pulling fs layer [2021-05-24T06:12:56.133Z] 0510c868ecb4: Waiting [2021-05-24T06:12:56.133Z] afea3b2eda06: Waiting [2021-05-24T06:12:56.133Z] 7809a108b3ef: Waiting [2021-05-24T06:12:56.133Z] f706445af74f: Waiting [2021-05-24T06:12:56.133Z] 4c4ab2625f07: Verifying Checksum [2021-05-24T06:12:56.133Z] 4c4ab2625f07: Download complete [2021-05-24T06:12:56.133Z] adcc1eea9eea: Verifying Checksum [2021-05-24T06:12:56.133Z] adcc1eea9eea: Download complete [2021-05-24T06:12:56.133Z] afea3b2eda06: Verifying Checksum [2021-05-24T06:12:56.133Z] afea3b2eda06: Download complete [2021-05-24T06:12:56.133Z] 7809a108b3ef: Verifying Checksum [2021-05-24T06:12:56.133Z] 7809a108b3ef: Download complete [2021-05-24T06:12:56.133Z] 540db60ca938: Verifying Checksum [2021-05-24T06:12:56.133Z] 540db60ca938: Download complete [2021-05-24T06:12:56.133Z] 540db60ca938: Pull complete [2021-05-24T06:12:56.133Z] adcc1eea9eea: Pull complete [2021-05-24T06:12:56.133Z] 4c4ab2625f07: Pull complete [2021-05-24T06:12:56.133Z] f706445af74f: Verifying Checksum [2021-05-24T06:12:56.133Z] f706445af74f: Download complete [2021-05-24T06:12:56.409Z] 0510c868ecb4: Verifying Checksum [2021-05-24T06:12:56.409Z] 0510c868ecb4: Download complete [2021-05-24T06:13:01.946Z] 0510c868ecb4: Pull complete [2021-05-24T06:13:01.946Z] afea3b2eda06: Pull complete [2021-05-24T06:13:01.946Z] 7809a108b3ef: Pull complete [2021-05-24T06:13:02.524Z] f706445af74f: Pull complete [2021-05-24T06:13:04.675Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-24T06:13:04.675Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-24T06:13:04.675Z] ---> b068be0155e3 [2021-05-24T06:13:04.675Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' [2021-05-24T06:13:39.268Z] ---> Running in c814a38d0be8 [2021-05-24T06:13:39.268Z] Removing intermediate container c814a38d0be8 [2021-05-24T06:13:39.268Z] ---> 9d882a40eb46 [2021-05-24T06:13:39.268Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-24T06:13:39.268Z] ---> Running in 2f503b50c7c2 [2021-05-24T06:13:39.268Z] Removing intermediate container 2f503b50c7c2 [2021-05-24T06:13:39.268Z] ---> c20646dea8f3 [2021-05-24T06:13:39.268Z] Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev [2021-05-24T06:13:39.268Z] ---> Running in 477562f1639e [2021-05-24T06:13:39.268Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-24T06:13:39.530Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-24T06:13:40.106Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-05-24T06:13:40.106Z] (2/13) Installing libsodium (1.0.18-r0) [2021-05-24T06:13:40.106Z] (3/13) Installing pkgconf (1.7.3-r0) [2021-05-24T06:13:40.367Z] (4/13) Installing libsodium-dev (1.0.18-r0) [2021-05-24T06:13:40.367Z] (5/13) Installing openssh-keygen (8.4_p1-r3) [2021-05-24T06:13:40.367Z] (6/13) Installing libedit (20191231.3.1-r1) [2021-05-24T06:13:42.646Z] (7/13) Installing openssh-client (8.4_p1-r3) [2021-05-24T06:13:42.646Z] (8/13) Installing openssh-sftp-server (8.4_p1-r3) [2021-05-24T06:13:42.646Z] (9/13) Installing openssh-server-common (8.4_p1-r3) [2021-05-24T06:13:42.646Z] (10/13) Installing openssh-server (8.4_p1-r3) [2021-05-24T06:13:42.646Z] (11/13) Installing openssh (8.4_p1-r3) [2021-05-24T06:13:42.646Z] (12/13) Installing libzmq (4.3.3-r1) [2021-05-24T06:13:42.646Z] (13/13) Installing zeromq-dev (4.3.3-r1) [2021-05-24T06:13:42.646Z] Executing busybox-1.32.1-r6.trigger [2021-05-24T06:13:42.646Z] OK: 156 MiB in 53 packages [2021-05-24T06:13:45.469Z] Removing intermediate container 477562f1639e [2021-05-24T06:13:45.469Z] ---> 40f33ca0269d [2021-05-24T06:13:45.469Z] Step 6/8 : WORKDIR /device-modbus-go [2021-05-24T06:13:45.469Z] ---> Running in 6fd72ac73fc8 [2021-05-24T06:13:45.469Z] Removing intermediate container 6fd72ac73fc8 [2021-05-24T06:13:45.469Z] ---> 962976ec56e6 [2021-05-24T06:13:45.469Z] Step 7/8 : COPY . . [2021-05-24T06:13:45.469Z] ---> 2ab4912e6617 [2021-05-24T06:13:45.469Z] Step 8/8 : RUN go mod download [2021-05-24T06:13:45.469Z] ---> Running in afcb91c25f62 [2021-05-24T06:14:20.908Z] Removing intermediate container afcb91c25f62 [2021-05-24T06:14:20.908Z] ---> 795d2ee1b841 [2021-05-24T06:14:20.908Z] Successfully built 795d2ee1b841 [2021-05-24T06:14:20.908Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-24T06:14:21.258Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-24T06:14:21.258Z] . [Pipeline] withDockerContainer [2021-05-24T06:14:21.394Z] prd-centos7-docker-4c-2g-16759 does not seem to be running inside a container [2021-05-24T06:14:21.439Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/1 -v /w/workspace/device-modbus-go/1:/w/workspace/device-modbus-go/1:rw,z -v /w/workspace/device-modbus-go/1@tmp:/w/workspace/device-modbus-go/1@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 ******** ci-base-image-x86_64 cat [2021-05-24T06:14:23.567Z] $ docker top d290a64ff9dc693855726c224189d6f30342c18bd836ab9007cf752a18bed866 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-24T06:14:24.011Z] + go version [2021-05-24T06:14:24.011Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-24T06:14:24.037Z] $ docker stop --time=1 d290a64ff9dc693855726c224189d6f30342c18bd836ab9007cf752a18bed866 [2021-05-24T06:14:26.370Z] $ docker rm -f d290a64ff9dc693855726c224189d6f30342c18bd836ab9007cf752a18bed866 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-24T06:14:29.430Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-24T06:14:29.430Z] . [Pipeline] withDockerContainer [2021-05-24T06:14:31.578Z] prd-centos7-docker-4c-2g-16759 does not seem to be running inside a container [2021-05-24T06:14:31.619Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/1 -v /w/workspace/device-modbus-go/1:/w/workspace/device-modbus-go/1:rw,z -v /w/workspace/device-modbus-go/1@tmp:/w/workspace/device-modbus-go/1@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 ******** ci-base-image-x86_64 cat [2021-05-24T06:14:34.080Z] $ docker top 23a3d477cd37428b81bf91651a0a1c5672c30e237b0b43bf7f649044b050eb2d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-24T06:14:38.770Z] + go mod tidy [Pipeline] sh [2021-05-24T06:14:39.105Z] + make test [2021-05-24T06:14:39.105Z] go mod tidy [2021-05-24T06:14:39.105Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-05-24T06:14:41.345Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2021-05-24T06:14:58.345Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2021-05-24T06:14:58.345Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.007s coverage: 47.7% of statements [2021-05-24T06:14:58.345Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-05-24T06:15:05.592Z] gofmt -l . [2021-05-24T06:15:05.592Z] [ "`gofmt -l .`" = "" ] [2021-05-24T06:15:05.592Z] ./bin/test-attribution-txt.sh [2021-05-24T06:15:05.592Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-05-24T06:15:05.672Z] $ docker stop --time=1 23a3d477cd37428b81bf91651a0a1c5672c30e237b0b43bf7f649044b050eb2d [2021-05-24T06:15:07.881Z] $ docker rm -f 23a3d477cd37428b81bf91651a0a1c5672c30e237b0b43bf7f649044b050eb2d [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-24T06:15:14.666Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-24T06:15:14.728Z] Warning: overwriting stash ‘coverage-report’ [2021-05-24T06:15:19.524Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-05-24T06:15:26.402Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-24T06:15:28.760Z] + ls -al . [2021-05-24T06:15:28.760Z] total 112 [2021-05-24T06:15:28.760Z] drwxrwxr-x. 9 jenkins jenkins 4096 May 24 06:15 . [2021-05-24T06:15:28.760Z] drwxrwxr-x. 4 jenkins jenkins 28 May 24 06:12 .. [2021-05-24T06:15:28.760Z] -rw-rw-r--. 1 jenkins jenkins 7707 May 24 06:12 Attribution.txt [2021-05-24T06:15:28.760Z] drwxrwxr-x. 2 jenkins jenkins 87 May 24 06:12 bin [2021-05-24T06:15:28.760Z] drwxrwxr-x. 3 jenkins jenkins 32 May 24 06:12 cmd [2021-05-24T06:15:28.760Z] -rw-r--r--. 1 jenkins jenkins 22385 May 24 06:14 coverage.out [2021-05-24T06:15:28.760Z] -rw-rw-r--. 1 jenkins jenkins 1473 May 24 06:12 Dockerfile [2021-05-24T06:15:28.760Z] -rw-rw-r--. 1 jenkins jenkins 995 May 24 06:12 Dockerfile.build [2021-05-24T06:15:28.760Z] -rw-rw-r--. 1 jenkins jenkins 140 May 24 06:12 .dockerignore [2021-05-24T06:15:28.760Z] drwxrwxr-x. 8 jenkins jenkins 179 May 24 06:12 .git [2021-05-24T06:15:28.760Z] drwxrwxr-x. 2 jenkins jenkins 103 May 24 06:12 .github [2021-05-24T06:15:28.760Z] -rw-rw-r--. 1 jenkins jenkins 338 May 24 06:12 .gitignore [2021-05-24T06:15:28.760Z] -rw-r--r--. 1 jenkins jenkins 413 May 24 06:15 go.mod [2021-05-24T06:15:28.760Z] -rw-r--r--. 1 jenkins jenkins 21952 May 24 06:14 go.sum [2021-05-24T06:15:28.760Z] drwxrwxr-x. 3 jenkins jenkins 20 May 24 06:12 internal [2021-05-24T06:15:28.760Z] -rw-rw-r--. 1 jenkins jenkins 679 May 24 06:12 Jenkinsfile [2021-05-24T06:15:28.760Z] -rw-rw-r--. 1 jenkins jenkins 11340 May 24 06:12 LICENSE [2021-05-24T06:15:28.760Z] -rw-rw-r--. 1 jenkins jenkins 914 May 24 06:12 Makefile [2021-05-24T06:15:28.760Z] -rw-rw-r--. 1 jenkins jenkins 2897 May 24 06:12 README.md [2021-05-24T06:15:28.760Z] drwxrwxr-x. 2 jenkins jenkins 52 May 24 06:12 simulator [2021-05-24T06:15:28.760Z] drwxrwxr-x. 4 jenkins jenkins 71 May 24 06:12 snap [2021-05-24T06:15:28.760Z] -rw-rw-r--. 1 jenkins jenkins 5 May 24 05:54 VERSION [2021-05-24T06:15:28.760Z] -rw-rw-r--. 1 jenkins jenkins 229 May 24 06:12 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-24T06:15:30.956Z] + docker build -t device-modbus -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=9eaf8799c6d2de2ffac75d8136fcdd177692bb45 --label arch=amd64 --label version=0.0.0 . [2021-05-24T06:15:30.956Z] Sending build context to Docker daemon 641kB [2021-05-24T06:15:30.957Z] Step 1/22 : ARG BASE=golang:1.16-alpine3.12 [2021-05-24T06:15:30.957Z] Step 2/22 : FROM ${BASE} AS builder [2021-05-24T06:15:30.957Z] ---> 795d2ee1b841 [2021-05-24T06:15:30.957Z] Step 3/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-24T06:15:30.957Z] ---> Running in 0addfc476a8a [2021-05-24T06:15:30.957Z] Removing intermediate container 0addfc476a8a [2021-05-24T06:15:30.957Z] ---> 7e9f9d5d7084 [2021-05-24T06:15:30.957Z] Step 4/22 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev [2021-05-24T06:15:30.957Z] ---> Running in 9c76d62406d9 [2021-05-24T06:15:30.957Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-24T06:15:30.957Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-24T06:15:33.300Z] OK: 156 MiB in 53 packages [2021-05-24T06:15:33.300Z] Removing intermediate container 9c76d62406d9 [2021-05-24T06:15:33.300Z] ---> 0df2c96eec3a [2021-05-24T06:15:33.300Z] Step 5/22 : WORKDIR /device-modbus-go [2021-05-24T06:15:33.300Z] ---> Running in ef5115d4aad8 [2021-05-24T06:15:33.300Z] Removing intermediate container ef5115d4aad8 [2021-05-24T06:15:33.300Z] ---> ebcf3a4842a0 [2021-05-24T06:15:33.300Z] Step 6/22 : COPY . . [2021-05-24T06:15:33.300Z] ---> 38c134009192 [2021-05-24T06:15:33.300Z] Step 7/22 : RUN go mod tidy [2021-05-24T06:15:33.300Z] ---> Running in c6a3761cd04f [2021-05-24T06:15:33.300Z] Removing intermediate container c6a3761cd04f [2021-05-24T06:15:33.300Z] ---> a77e7256092f [2021-05-24T06:15:33.300Z] Step 8/22 : RUN go mod download [2021-05-24T06:15:33.300Z] ---> Running in 77f0db2e1ea3 [2021-05-24T06:15:33.300Z] Removing intermediate container 77f0db2e1ea3 [2021-05-24T06:15:33.300Z] ---> 22274a5600af [2021-05-24T06:15:33.300Z] Step 9/22 : RUN make build [2021-05-24T06:15:33.300Z] ---> Running in bbf93fbb52b0 [2021-05-24T06:15:33.300Z] go mod tidy [2021-05-24T06:15:35.595Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd [2021-05-24T06:15:49.321Z] Removing intermediate container bbf93fbb52b0 [2021-05-24T06:15:49.321Z] ---> 6d22a4faa87e [2021-05-24T06:15:49.321Z] Step 10/22 : FROM alpine:3.12 [2021-05-24T06:15:49.321Z] 3.12: Pulling from library/alpine [2021-05-24T06:15:49.321Z] 339de151aab4: Pulling fs layer [2021-05-24T06:15:49.321Z] 339de151aab4: Verifying Checksum [2021-05-24T06:15:49.321Z] 339de151aab4: Download complete [2021-05-24T06:15:49.321Z] 339de151aab4: Pull complete [2021-05-24T06:15:51.511Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-24T06:15:51.511Z] Status: Downloaded newer image for alpine:3.12 [2021-05-24T06:15:51.511Z] ---> 13621d1b12d4 [2021-05-24T06:15:51.511Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IoTech Ltd' [2021-05-24T06:15:51.511Z] ---> Running in 8f0e61c2102c [2021-05-24T06:15:51.511Z] Removing intermediate container 8f0e61c2102c [2021-05-24T06:15:51.511Z] ---> f2c1869fdeea [2021-05-24T06:15:51.511Z] Step 12/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-24T06:15:51.511Z] ---> Running in 4bf77347159f [2021-05-24T06:15:51.511Z] Removing intermediate container 4bf77347159f [2021-05-24T06:15:51.511Z] ---> 605b0e9d85ae [2021-05-24T06:15:51.511Z] Step 13/22 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-24T06:15:51.511Z] ---> Running in b089a8054eff [2021-05-24T06:15:53.787Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-24T06:15:53.787Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-24T06:15:53.787Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-24T06:15:53.787Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-24T06:15:53.787Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-24T06:15:53.787Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-24T06:15:55.912Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-24T06:15:55.912Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-24T06:15:55.912Z] Executing busybox-1.31.1-r20.trigger [2021-05-24T06:15:55.912Z] OK: 8 MiB in 20 packages [2021-05-24T06:15:55.912Z] Removing intermediate container b089a8054eff [2021-05-24T06:15:55.912Z] ---> df1d08d2141a [2021-05-24T06:15:55.912Z] Step 14/22 : COPY --from=builder /device-modbus-go/cmd / [2021-05-24T06:15:55.912Z] ---> 22b597ea9dbf [2021-05-24T06:15:55.912Z] Step 15/22 : COPY --from=builder /device-modbus-go/LICENSE / [2021-05-24T06:15:55.912Z] ---> 399a1131a6c6 [2021-05-24T06:15:55.912Z] Step 16/22 : COPY --from=builder /device-modbus-go/Attribution.txt / [2021-05-24T06:15:58.091Z] ---> 1e770b8238c4 [2021-05-24T06:15:58.091Z] Step 17/22 : EXPOSE 59901 [2021-05-24T06:15:58.091Z] ---> Running in 1c58409c4718 [2021-05-24T06:15:58.091Z] Removing intermediate container 1c58409c4718 [2021-05-24T06:15:58.091Z] ---> 0987bbb9f66c [2021-05-24T06:15:58.091Z] Step 18/22 : ENTRYPOINT ["/device-modbus"] [2021-05-24T06:15:58.091Z] ---> Running in 996a70cb8565 [2021-05-24T06:15:58.091Z] Removing intermediate container 996a70cb8565 [2021-05-24T06:15:58.091Z] ---> 2121a7a1c056 [2021-05-24T06:15:58.091Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-24T06:15:58.091Z] ---> Running in f42243e38151 [2021-05-24T06:15:58.091Z] Removing intermediate container f42243e38151 [2021-05-24T06:15:58.091Z] ---> 74cb5c02312b [2021-05-24T06:15:58.091Z] Step 20/22 : LABEL arch=amd64 [2021-05-24T06:15:58.091Z] ---> Running in 0674ac6430f8 [2021-05-24T06:15:58.091Z] Removing intermediate container 0674ac6430f8 [2021-05-24T06:15:58.091Z] ---> e98333ff7fa0 [2021-05-24T06:15:58.091Z] Step 21/22 : LABEL git_sha=9eaf8799c6d2de2ffac75d8136fcdd177692bb45 [2021-05-24T06:15:58.091Z] ---> Running in 1d6b7d774804 [2021-05-24T06:15:58.091Z] Removing intermediate container 1d6b7d774804 [2021-05-24T06:15:58.091Z] ---> 74cba095988e [2021-05-24T06:15:58.091Z] Step 22/22 : LABEL version=0.0.0 [2021-05-24T06:15:58.091Z] ---> Running in 127559e66c94 [2021-05-24T06:15:58.091Z] Removing intermediate container 127559e66c94 [2021-05-24T06:15:58.091Z] ---> 5304bda12e10 [2021-05-24T06:15:58.091Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-05-24T06:15:58.091Z] Successfully built 5304bda12e10 [2021-05-24T06:15:58.091Z] Successfully tagged device-modbus:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-05-24T06:16:43.380Z] Still waiting to schedule task [2021-05-24T06:16:43.380Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-16761’ [2021-05-24T06:29:50.338Z] Running on prd-ubuntu18.04-docker-8c-8g-16869 in /w/workspace/xfoundry_device-modbus-go_PR-249 [Pipeline] { [Pipeline] ws [2021-05-24T06:29:50.424Z] Running in /w/workspace/device-modbus-go/1 [Pipeline] { [Pipeline] checkout [2021-05-24T06:29:50.647Z] Selected Git installation does not exist. Using Default [2021-05-24T06:29:50.647Z] The recommended git tool is: NONE [2021-05-24T06:30:00.389Z] using credential edgex-jenkins-ssh [2021-05-24T06:30:00.402Z] Cloning the remote Git repository [2021-05-24T06:30:00.426Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2021-05-24T06:30:00.504Z] > git init /w/workspace/device-modbus-go/1 # timeout=10 [2021-05-24T06:30:02.868Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2021-05-24T06:30:02.869Z] > git --version # timeout=10 [2021-05-24T06:30:02.876Z] > git --version # 'git version 2.17.1' [2021-05-24T06:30:02.876Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-24T06:30:03.012Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-24T06:30:07.422Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2021-05-24T06:30:07.431Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-24T06:30:07.611Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2021-05-24T06:30:07.624Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2021-05-24T06:30:07.624Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-24T06:30:07.659Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/249/head:refs/remotes/origin/PR-249 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-24T06:30:08.893Z] Merging remotes/origin/master commit be36c6692f7cdd3de6d802e0c0482b73d353ae7a into PR head commit 9eaf8799c6d2de2ffac75d8136fcdd177692bb45 [2021-05-24T06:30:08.996Z] Merge succeeded, producing 9eaf8799c6d2de2ffac75d8136fcdd177692bb45 [2021-05-24T06:30:08.997Z] Checking out Revision 9eaf8799c6d2de2ffac75d8136fcdd177692bb45 (PR-249) [2021-05-24T06:30:08.899Z] > git config core.sparsecheckout # timeout=10 [2021-05-24T06:30:08.904Z] > git checkout -f 9eaf8799c6d2de2ffac75d8136fcdd177692bb45 # timeout=10 [2021-05-24T06:30:08.938Z] > git remote # timeout=10 [2021-05-24T06:30:08.954Z] > git config --get remote.origin.url # timeout=10 [2021-05-24T06:30:08.966Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-24T06:30:08.977Z] > git merge be36c6692f7cdd3de6d802e0c0482b73d353ae7a # timeout=10 [2021-05-24T06:30:08.988Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-24T06:30:08.997Z] > git config core.sparsecheckout # timeout=10 [2021-05-24T06:30:09.002Z] > git checkout -f 9eaf8799c6d2de2ffac75d8136fcdd177692bb45 # timeout=10 [2021-05-24T06:30:15.179Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-05-24T06:30:15.205Z] > git --version # timeout=10 [2021-05-24T06:30:15.210Z] > git --version # 'git version 2.17.1' [2021-05-24T06:30:15.220Z] fatal: bad object 9d0281235b943b7ad605f650702698f9078b2862 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-24T06:30:18.631Z] + echo snap-build.sh [2021-05-24T06:30:18.631Z] snap-build.sh [2021-05-24T06:30:18.631Z] + SNAP_BASE_DIR=. [2021-05-24T06:30:18.631Z] + '[' '!' -z /w/workspace/device-modbus-go/1 ']' [2021-05-24T06:30:18.631Z] + SNAP_BASE_DIR=/w/workspace/device-modbus-go/1 [2021-05-24T06:30:18.631Z] + echo '[snap-build] Building snap in dir [/w/workspace/device-modbus-go/1]' [2021-05-24T06:30:18.631Z] [snap-build] Building snap in dir [/w/workspace/device-modbus-go/1] [2021-05-24T06:30:18.631Z] + cd /w/workspace/device-modbus-go/1 [2021-05-24T06:30:18.631Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-05-24T06:30:18.899Z] Reading package lists... [2021-05-24T06:30:18.899Z] Building dependency tree... [2021-05-24T06:30:18.899Z] Reading state information... [2021-05-24T06:30:19.162Z] The following packages were automatically installed and are no longer required: [2021-05-24T06:30:19.162Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-05-24T06:30:19.162Z] uidmap xdelta3 [2021-05-24T06:30:19.162Z] Use 'sudo apt autoremove' to remove them. [2021-05-24T06:30:19.162Z] The following packages will be REMOVED: [2021-05-24T06:30:19.162Z] lxd* lxd-client* [2021-05-24T06:30:20.107Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-05-24T06:30:20.107Z] After this operation, 31.7 MB disk space will be freed. [2021-05-24T06:30:32.375Z] (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 ... 190317 files and directories currently installed.) [2021-05-24T06:30:32.375Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-24T06:30:32.375Z] Removing lxd dnsmasq configuration [2021-05-24T06:30:36.737Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-05-24T06:30:37.332Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-05-24T06:30:41.378Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-24T06:30:41.378Z] (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 ... 190142 files and directories currently installed.) [2021-05-24T06:30:41.378Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-24T06:30:45.729Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-05-24T06:30:46.326Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-05-24T06:30:48.247Z] + sudo snap remove --purge lxd [2021-05-24T06:30:48.247Z] snap "lxd" is not installed [2021-05-24T06:30:48.247Z] + sudo groupadd --force --system lxd [2021-05-24T06:30:48.247Z] ++ whoami [2021-05-24T06:30:48.247Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-05-24T06:30:48.825Z] + newgrp - lxd [2021-05-24T06:30:49.089Z] + sudo snap install lxd [2021-05-24T06:31:15.803Z] 2021-05-24T06:31:10Z INFO Waiting for automatic snapd restart... [2021-05-24T06:31:55.369Z] lxd 4.14 from Canonical* installed [2021-05-24T06:31:55.369Z] + sudo lxd init --auto [2021-05-24T06:32:13.671Z] + sudo snap install --classic snapcraft [2021-05-24T06:32:25.806Z] snapcraft 4.7.1 from Canonical* installed [2021-05-24T06:32:25.806Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-05-24T06:32:25.806Z] + sudo snapcraft prime --use-lxd [2021-05-24T06:32:27.725Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-05-24T06:32:27.725Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-05-24T06:32:27.725Z] - README.md [2021-05-24T06:32:27.725Z] [2021-05-24T06:32:27.725Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-24T06:32:28.299Z] Launching a container. [2021-05-24T06:32:38.042Z] Waiting for container to be ready [2021-05-24T06:32:38.042Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-05-24T06:32:38.042Z] [2021-05-24T06:32:43.340Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-05-24T06:32:43.916Z] Waiting for network to be ready... [2021-05-24T06:32:44.492Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-24T06:32:44.492Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-24T06:32:44.492Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1726 kB] [2021-05-24T06:32:44.492Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [322 kB] [2021-05-24T06:32:44.769Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-24T06:32:44.769Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-24T06:32:44.769Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [323 kB] [2021-05-24T06:32:44.769Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [43.2 kB] [2021-05-24T06:32:44.769Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1126 kB] [2021-05-24T06:32:44.769Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [254 kB] [2021-05-24T06:32:45.343Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-24T06:32:45.343Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-24T06:32:45.604Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-24T06:32:45.604Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-24T06:32:45.604Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-24T06:32:45.604Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-24T06:32:45.604Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-24T06:32:45.604Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-24T06:32:45.866Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-24T06:32:45.866Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2070 kB] [2021-05-24T06:32:46.129Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] [2021-05-24T06:32:46.129Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-24T06:32:46.129Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-24T06:32:46.129Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [344 kB] [2021-05-24T06:32:46.129Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.8 kB] [2021-05-24T06:32:46.129Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] [2021-05-24T06:32:46.129Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-24T06:32:48.683Z] Fetched 24.6 MB in 4s (5749 kB/s) [2021-05-24T06:32:49.628Z] Reading package lists... [2021-05-24T06:32:51.731Z] Reading package lists... [2021-05-24T06:32:51.731Z] Building dependency tree... [2021-05-24T06:32:51.731Z] Reading state information... [2021-05-24T06:32:51.731Z] The following additional packages will be installed: [2021-05-24T06:32:51.731Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-24T06:32:51.731Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-24T06:32:51.731Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-24T06:32:51.731Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-05-24T06:32:51.731Z] Suggested packages: [2021-05-24T06:32:51.731Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-05-24T06:32:51.731Z] Recommended packages: [2021-05-24T06:32:51.731Z] gnupg libsasl2-modules [2021-05-24T06:32:51.731Z] The following NEW packages will be installed: [2021-05-24T06:32:51.731Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-24T06:32:51.731Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-24T06:32:51.731Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-24T06:32:51.731Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-05-24T06:32:51.731Z] The following packages will be upgraded: [2021-05-24T06:32:51.731Z] gpg gpg-agent gpgconf libudev1 [2021-05-24T06:32:51.731Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-05-24T06:32:51.731Z] Need to get 3530 kB of archives. [2021-05-24T06:32:51.731Z] After this operation, 13.3 MB of additional disk space will be used. [2021-05-24T06:32:51.731Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-05-24T06:32:51.731Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-05-24T06:32:51.731Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-05-24T06:32:51.731Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-05-24T06:32:51.731Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.47 [58.2 kB] [2021-05-24T06:32:51.731Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.47 [1102 kB] [2021-05-24T06:32:51.993Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-05-24T06:32:51.993Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-05-24T06:32:51.994Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-05-24T06:32:51.994Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-05-24T06:32:51.994Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-05-24T06:32:51.994Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-05-24T06:32:51.994Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-05-24T06:32:51.994Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-05-24T06:32:51.994Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-05-24T06:32:51.994Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-05-24T06:32:52.256Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-05-24T06:32:52.256Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-05-24T06:32:52.256Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-05-24T06:32:52.256Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-05-24T06:32:52.256Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-05-24T06:32:52.256Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-05-24T06:32:52.256Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-24T06:32:52.256Z] Fetched 3530 kB in 2s (1799 kB/s) [2021-05-24T06:32:52.836Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-24T06:32:52.836Z] Preparing to unpack .../libudev1_237-3ubuntu10.47_amd64.deb ... [2021-05-24T06:32:52.836Z] Unpacking libudev1:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-24T06:32:53.100Z] Setting up libudev1:amd64 (237-3ubuntu10.47) ... [2021-05-24T06:32:53.687Z] Selecting previously unselected package udev. [2021-05-24T06:32:53.687Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-24T06:32:53.687Z] Preparing to unpack .../00-udev_237-3ubuntu10.47_amd64.deb ... [2021-05-24T06:32:53.687Z] Unpacking udev (237-3ubuntu10.47) ... [2021-05-24T06:32:55.745Z] Selecting previously unselected package libfuse2:amd64. [2021-05-24T06:32:55.745Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-05-24T06:32:55.745Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-24T06:32:56.317Z] Selecting previously unselected package fuse. [2021-05-24T06:32:56.317Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-05-24T06:32:56.317Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-05-24T06:32:56.579Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-24T06:32:56.840Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-24T06:32:57.423Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-24T06:32:57.686Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-24T06:32:58.269Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-24T06:32:58.269Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-24T06:32:59.214Z] Selecting previously unselected package libksba8:amd64. [2021-05-24T06:32:59.214Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-05-24T06:32:59.214Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-05-24T06:32:59.787Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-05-24T06:32:59.787Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-24T06:32:59.787Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-24T06:33:00.363Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-05-24T06:33:00.363Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-24T06:33:00.363Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-24T06:33:01.415Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-05-24T06:33:01.415Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-24T06:33:04.318Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-24T06:33:18.494Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-05-24T06:33:18.494Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-24T06:33:21.529Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-24T06:33:21.529Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-05-24T06:33:21.529Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-24T06:33:21.529Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-24T06:33:21.529Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-05-24T06:33:21.529Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-24T06:33:21.529Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-24T06:33:21.529Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-05-24T06:33:21.529Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-24T06:33:21.529Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-24T06:33:21.794Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-05-24T06:33:21.794Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-24T06:33:21.794Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-24T06:33:22.059Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-05-24T06:33:22.059Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-24T06:33:22.059Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-24T06:33:22.635Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-05-24T06:33:22.635Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-24T06:33:22.635Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-24T06:33:22.900Z] Selecting previously unselected package libsasl2-2:amd64. [2021-05-24T06:33:22.900Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-24T06:33:23.175Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-24T06:33:25.423Z] Selecting previously unselected package libldap-common. [2021-05-24T06:33:25.423Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-05-24T06:33:25.423Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-24T06:33:25.423Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-05-24T06:33:25.423Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-05-24T06:33:25.423Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-24T06:33:26.002Z] Selecting previously unselected package dirmngr. [2021-05-24T06:33:26.002Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-24T06:33:26.002Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-24T06:33:28.122Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-24T06:33:28.122Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-05-24T06:33:28.122Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-24T06:33:28.122Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-24T06:33:28.122Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-24T06:33:28.122Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-05-24T06:33:28.122Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-24T06:33:28.122Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-05-24T06:33:28.122Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-24T06:33:28.122Z] Setting up udev (237-3ubuntu10.47) ... [2021-05-24T06:33:28.698Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-05-24T06:33:28.698Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-24T06:33:28.959Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-05-24T06:33:28.959Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-05-24T06:33:29.537Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-05-24T06:33:29.537Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-24T06:33:29.537Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-24T06:33:29.800Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-24T06:33:30.067Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-24T06:33:30.067Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-24T06:33:32.245Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-24T06:33:32.245Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-24T06:33:32.245Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-24T06:33:32.245Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-24T06:33:32.245Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-24T06:33:32.245Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-05-24T06:33:32.245Z] settings in the [Install] section, and DefaultInstance for template units). [2021-05-24T06:33:32.245Z] This means they are not meant to be enabled using systemctl. [2021-05-24T06:33:32.245Z] Possible reasons for having this kind of units are: [2021-05-24T06:33:32.245Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-05-24T06:33:32.245Z] .wants/ or .requires/ directory. [2021-05-24T06:33:32.245Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-05-24T06:33:32.245Z] a requirement dependency on it. [2021-05-24T06:33:32.245Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-05-24T06:33:32.245Z] D-Bus, udev, scripted systemctl call, ...). [2021-05-24T06:33:32.245Z] 4) In case of template units, the unit is meant to be enabled with some [2021-05-24T06:33:32.245Z] instance name specified. [2021-05-24T06:33:32.245Z] Reading package lists... [2021-05-24T06:33:32.245Z] Building dependency tree... [2021-05-24T06:33:32.245Z] Reading state information... [2021-05-24T06:33:32.508Z] The following additional packages will be installed: [2021-05-24T06:33:32.508Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-05-24T06:33:32.508Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-05-24T06:33:32.508Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-05-24T06:33:32.508Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-05-24T06:33:32.508Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-05-24T06:33:32.508Z] Suggested packages: [2021-05-24T06:33:32.508Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-05-24T06:33:32.508Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-05-24T06:33:32.508Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-05-24T06:33:32.508Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-05-24T06:33:32.508Z] systemd-container policykit-1 [2021-05-24T06:33:32.508Z] Recommended packages: [2021-05-24T06:33:32.508Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-05-24T06:33:32.508Z] The following NEW packages will be installed: [2021-05-24T06:33:32.508Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-05-24T06:33:32.508Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-05-24T06:33:32.508Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-05-24T06:33:32.508Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-05-24T06:33:32.508Z] python3.6-minimal snapd squashfs-tools sudo [2021-05-24T06:33:32.508Z] The following packages will be upgraded: [2021-05-24T06:33:32.508Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-05-24T06:33:32.768Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-05-24T06:33:32.769Z] Need to get 35.2 MB of archives. [2021-05-24T06:33:32.769Z] After this operation, 141 MB of additional disk space will be used. [2021-05-24T06:33:32.769Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.47 [2914 kB] [2021-05-24T06:33:33.029Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-05-24T06:33:33.297Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-05-24T06:33:33.297Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-05-24T06:33:33.297Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-05-24T06:33:33.297Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-05-24T06:33:33.297Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-05-24T06:33:33.297Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-05-24T06:33:33.297Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-05-24T06:33:33.297Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-05-24T06:33:33.297Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-05-24T06:33:33.297Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-05-24T06:33:33.297Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-05-24T06:33:33.297Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-05-24T06:33:33.297Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-05-24T06:33:33.297Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-05-24T06:33:33.297Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-05-24T06:33:33.562Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.47 [209 kB] [2021-05-24T06:33:33.562Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-05-24T06:33:33.562Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-05-24T06:33:33.824Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-05-24T06:33:33.824Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-05-24T06:33:33.824Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-05-24T06:33:33.824Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-05-24T06:33:33.824Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-05-24T06:33:33.824Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-05-24T06:33:33.824Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-05-24T06:33:33.824Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-05-24T06:33:33.825Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-05-24T06:33:33.825Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-05-24T06:33:34.089Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-24T06:33:34.089Z] Fetched 35.2 MB in 1s (24.7 MB/s) [2021-05-24T06:33:34.352Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-24T06:33:34.352Z] Preparing to unpack .../systemd_237-3ubuntu10.47_amd64.deb ... [2021-05-24T06:33:34.619Z] Unpacking systemd (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-24T06:33:39.926Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.47_amd64.deb ... [2021-05-24T06:33:39.926Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-24T06:33:42.100Z] Setting up libsystemd0:amd64 (237-3ubuntu10.47) ... [2021-05-24T06:33:42.100Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-24T06:33:42.100Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-05-24T06:33:42.100Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-05-24T06:33:42.100Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-05-24T06:33:42.100Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-24T06:33:42.100Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-05-24T06:33:42.100Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-05-24T06:33:45.270Z] Setting up apt (1.6.13) ... [2021-05-24T06:33:45.270Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-05-24T06:33:45.270Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-05-24T06:33:45.851Z] (Reading database ... 12764 files and directories currently installed.) [2021-05-24T06:33:45.851Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-24T06:33:46.118Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-24T06:33:48.857Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-05-24T06:33:48.857Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-24T06:33:48.857Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-24T06:33:49.460Z] Selecting previously unselected package libexpat1:amd64. [2021-05-24T06:33:49.460Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-05-24T06:33:49.460Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-24T06:33:49.724Z] Selecting previously unselected package python3.6-minimal. [2021-05-24T06:33:49.725Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-24T06:33:49.725Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-24T06:33:52.073Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-24T06:33:52.073Z] Checking for services that may need to be restarted...done. [2021-05-24T06:33:52.073Z] Checking for services that may need to be restarted...done. [2021-05-24T06:33:52.073Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-24T06:33:52.073Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-24T06:33:52.073Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-24T06:33:52.356Z] Selecting previously unselected package python3-minimal. [2021-05-24T06:33:52.356Z] (Reading database ... 13012 files and directories currently installed.) [2021-05-24T06:33:52.356Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-05-24T06:33:52.356Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-05-24T06:33:53.303Z] Selecting previously unselected package mime-support. [2021-05-24T06:33:53.303Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-05-24T06:33:53.303Z] Unpacking mime-support (3.60ubuntu1) ... [2021-05-24T06:33:54.247Z] Selecting previously unselected package libmpdec2:amd64. [2021-05-24T06:33:54.247Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-05-24T06:33:54.247Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-24T06:33:54.820Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-05-24T06:33:54.820Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-24T06:33:55.082Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-24T06:34:01.041Z] Selecting previously unselected package python3.6. [2021-05-24T06:34:01.041Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-24T06:34:01.041Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-24T06:34:01.303Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-05-24T06:34:01.303Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-05-24T06:34:01.303Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-24T06:34:01.883Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-05-24T06:34:02.660Z] Selecting previously unselected package python3. [2021-05-24T06:34:02.660Z] (Reading database ... 13442 files and directories currently installed.) [2021-05-24T06:34:02.660Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-05-24T06:34:02.660Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-05-24T06:34:05.227Z] Selecting previously unselected package multiarch-support. [2021-05-24T06:34:05.228Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-05-24T06:34:05.228Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-05-24T06:34:05.228Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-05-24T06:34:05.488Z] Selecting previously unselected package liblzo2-2:amd64. [2021-05-24T06:34:05.488Z] (Reading database ... 13479 files and directories currently installed.) [2021-05-24T06:34:05.488Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-05-24T06:34:05.750Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-05-24T06:34:06.323Z] Selecting previously unselected package libbsd0:amd64. [2021-05-24T06:34:06.323Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-05-24T06:34:06.323Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-24T06:34:06.897Z] Selecting previously unselected package sudo. [2021-05-24T06:34:06.897Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-05-24T06:34:07.164Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-24T06:34:08.108Z] Selecting previously unselected package apparmor. [2021-05-24T06:34:08.108Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-05-24T06:34:08.108Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-05-24T06:34:11.281Z] Selecting previously unselected package libedit2:amd64. [2021-05-24T06:34:11.281Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-05-24T06:34:11.281Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-05-24T06:34:11.281Z] Selecting previously unselected package libkrb5support0:amd64. [2021-05-24T06:34:11.281Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-05-24T06:34:11.281Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-24T06:34:11.281Z] Selecting previously unselected package libk5crypto3:amd64. [2021-05-24T06:34:11.281Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-24T06:34:11.281Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-24T06:34:11.281Z] Selecting previously unselected package libkeyutils1:amd64. [2021-05-24T06:34:11.281Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-05-24T06:34:11.281Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-24T06:34:11.281Z] Selecting previously unselected package libkrb5-3:amd64. [2021-05-24T06:34:11.281Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-24T06:34:11.281Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-24T06:34:14.005Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-05-24T06:34:14.005Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-05-24T06:34:14.005Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-24T06:34:14.005Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-05-24T06:34:14.005Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-05-24T06:34:14.005Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-24T06:34:14.005Z] Selecting previously unselected package openssh-client. [2021-05-24T06:34:14.005Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-05-24T06:34:14.005Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-24T06:34:14.005Z] Selecting previously unselected package squashfs-tools. [2021-05-24T06:34:14.005Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-05-24T06:34:14.005Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-24T06:34:14.662Z] Selecting previously unselected package snapd. [2021-05-24T06:34:14.662Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-05-24T06:34:14.662Z] Unpacking snapd (2.48.3+18.04) ... [2021-05-24T06:34:18.997Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-05-24T06:34:18.997Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-24T06:34:18.997Z] Setting up mime-support (3.60ubuntu1) ... [2021-05-24T06:34:18.997Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-24T06:34:18.997Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-24T06:34:18.997Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-24T06:34:18.997Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-24T06:34:18.997Z] Setting up systemd (237-3ubuntu10.47) ... [2021-05-24T06:34:18.997Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-05-24T06:34:22.561Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-24T06:34:22.561Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-24T06:34:22.561Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-05-24T06:34:22.561Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-24T06:34:22.561Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-24T06:34:22.561Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-24T06:34:22.561Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-24T06:34:22.561Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-24T06:34:22.826Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-24T06:34:22.826Z] Setting up python3 (3.6.7-1~18.04) ... [2021-05-24T06:34:23.091Z] running python rtupdate hooks for python3.6... [2021-05-24T06:34:23.091Z] running python post-rtupdate hooks for python3.6... [2021-05-24T06:34:23.091Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-05-24T06:34:30.406Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-05-24T06:34:30.406Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-24T06:34:31.830Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-24T06:34:32.408Z] Setting up snapd (2.48.3+18.04) ... [2021-05-24T06:34:32.986Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-05-24T06:34:33.249Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-05-24T06:34:33.249Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-05-24T06:34:35.428Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-05-24T06:34:35.428Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-24T06:34:35.428Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-24T06:34:35.428Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-05-24T06:34:35.428Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-05-24T06:34:35.428Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-05-24T06:34:35.428Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-05-24T06:34:35.428Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-05-24T06:34:35.428Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-24T06:34:35.428Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-24T06:34:38.026Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-24T06:34:38.026Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-24T06:34:38.026Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-24T06:34:38.026Z] Reading package lists... [2021-05-24T06:34:38.292Z] Reading package lists... [2021-05-24T06:34:38.292Z] Building dependency tree... [2021-05-24T06:34:38.292Z] Reading state information... [2021-05-24T06:34:40.458Z] Calculating upgrade... [2021-05-24T06:34:40.458Z] The following packages will be upgraded: [2021-05-24T06:34:40.458Z] advancecomp base-files bash binutils binutils-common [2021-05-24T06:34:40.458Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-05-24T06:34:40.458Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-05-24T06:34:40.458Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-05-24T06:34:40.458Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-05-24T06:34:40.458Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-05-24T06:34:40.458Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-05-24T06:34:40.458Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-05-24T06:34:40.458Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-05-24T06:34:40.458Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-05-24T06:34:40.458Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-05-24T06:34:40.458Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-05-24T06:34:40.458Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-05-24T06:34:40.458Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-05-24T06:34:40.458Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-05-24T06:34:40.458Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-05-24T06:34:40.458Z] Need to get 64.0 MB of archives. [2021-05-24T06:34:40.458Z] After this operation, 5041 kB of additional disk space will be used. [2021-05-24T06:34:40.458Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-143.147 [994 kB] [2021-05-24T06:34:40.458Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-05-24T06:34:40.458Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-05-24T06:34:40.458Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-05-24T06:34:40.458Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-05-24T06:34:40.458Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-05-24T06:34:40.458Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-05-24T06:34:40.458Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-05-24T06:34:40.458Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-05-24T06:34:40.458Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-05-24T06:34:40.458Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-05-24T06:34:40.458Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-05-24T06:34:40.458Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-05-24T06:34:40.458Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-05-24T06:34:40.458Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-05-24T06:34:40.458Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-05-24T06:34:40.458Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-05-24T06:34:40.458Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-05-24T06:34:40.458Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-05-24T06:34:40.458Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-05-24T06:34:40.458Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-05-24T06:34:40.458Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-05-24T06:34:40.458Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-05-24T06:34:40.458Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-05-24T06:34:40.458Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-05-24T06:34:40.458Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-05-24T06:34:40.458Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-05-24T06:34:40.458Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-05-24T06:34:40.458Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-05-24T06:34:40.458Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-05-24T06:34:40.458Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-05-24T06:34:40.458Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-05-24T06:34:40.458Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-05-24T06:34:40.458Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-05-24T06:34:40.458Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-05-24T06:34:40.458Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-05-24T06:34:40.458Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-05-24T06:34:40.458Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-05-24T06:34:40.458Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-05-24T06:34:40.458Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-05-24T06:34:40.458Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-05-24T06:34:40.458Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-05-24T06:34:40.458Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-05-24T06:34:40.458Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-05-24T06:34:40.458Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-05-24T06:34:40.458Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-05-24T06:34:40.458Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-05-24T06:34:40.458Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-05-24T06:34:40.458Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-05-24T06:34:40.458Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-05-24T06:34:40.458Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-05-24T06:34:40.458Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-05-24T06:34:40.458Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-05-24T06:34:40.458Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-05-24T06:34:40.458Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-05-24T06:34:40.458Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-05-24T06:34:40.458Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-05-24T06:34:40.458Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-05-24T06:34:40.458Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-05-24T06:34:40.458Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-05-24T06:34:40.458Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-05-24T06:34:40.458Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-05-24T06:34:40.458Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-05-24T06:34:40.458Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-05-24T06:34:40.458Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-05-24T06:34:40.458Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-05-24T06:34:40.458Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-05-24T06:34:40.458Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-05-24T06:34:40.458Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-05-24T06:34:40.458Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-05-24T06:34:40.458Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-05-24T06:34:40.458Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-05-24T06:34:40.458Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-05-24T06:34:40.458Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-05-24T06:34:40.458Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-05-24T06:34:40.458Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-05-24T06:34:40.458Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-05-24T06:34:40.458Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-05-24T06:34:40.458Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-05-24T06:34:40.458Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-05-24T06:34:40.458Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-05-24T06:34:40.458Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-05-24T06:34:40.728Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-05-24T06:34:40.728Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-05-24T06:34:40.728Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.47 [16.0 kB] [2021-05-24T06:34:40.728Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-05-24T06:34:40.728Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-05-24T06:34:40.728Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-05-24T06:34:40.728Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-05-24T06:34:40.728Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-05-24T06:34:40.728Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-05-24T06:34:41.305Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-05-24T06:34:41.305Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-05-24T06:34:41.305Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-05-24T06:34:41.305Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-05-24T06:34:41.305Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-05-24T06:34:41.305Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-05-24T06:34:41.305Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-05-24T06:34:41.305Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-05-24T06:34:41.305Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-05-24T06:34:41.305Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-05-24T06:34:41.305Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-24T06:34:41.305Z] Fetched 64.0 MB in 3s (25.5 MB/s) [2021-05-24T06:34:43.485Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-24T06:34:43.485Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-05-24T06:34:43.485Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-24T06:34:46.803Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-24T06:34:47.068Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-24T06:34:47.332Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-143.147_amd64.deb ... [2021-05-24T06:34:47.597Z] Unpacking linux-libc-dev:amd64 (4.15.0-143.147) over (4.15.0-20.21) ... [2021-05-24T06:34:59.438Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-24T06:34:59.438Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-24T06:34:59.438Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-24T06:34:59.438Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-24T06:35:00.016Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-24T06:35:00.016Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-24T06:35:00.596Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-24T06:35:00.859Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-24T06:35:01.435Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-24T06:35:01.702Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-24T06:35:01.966Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-24T06:35:02.230Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-24T06:35:02.808Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-24T06:35:02.808Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-24T06:35:03.386Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-24T06:35:03.654Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-24T06:35:03.654Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-24T06:35:03.654Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-05-24T06:35:04.233Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-05-24T06:35:06.162Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-24T06:35:06.162Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-24T06:35:06.425Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-24T06:35:06.688Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-24T06:35:06.688Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-24T06:35:07.646Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-24T06:35:07.911Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-24T06:35:08.490Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-24T06:35:11.431Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-24T06:35:11.431Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-05-24T06:35:11.431Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-24T06:35:13.358Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-05-24T06:35:13.938Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-24T06:35:13.938Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-05-24T06:35:14.202Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-05-24T06:35:14.202Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-05-24T06:35:14.202Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-05-24T06:35:15.154Z] Setting up base-files (10.1ubuntu2.10) ... [2021-05-24T06:35:15.419Z] Installing new version of config file /etc/issue ... [2021-05-24T06:35:15.419Z] Installing new version of config file /etc/issue.net ... [2021-05-24T06:35:15.419Z] Installing new version of config file /etc/lsb-release ... [2021-05-24T06:35:15.682Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-05-24T06:35:15.948Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-05-24T06:35:16.209Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-05-24T06:35:16.209Z] Removing obsolete conffile /etc/default/motd-news ... [2021-05-24T06:35:16.472Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-24T06:35:16.472Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-05-24T06:35:16.735Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-05-24T06:35:19.467Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-05-24T06:35:19.467Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-05-24T06:35:19.467Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-24T06:35:19.467Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-24T06:35:19.467Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-05-24T06:35:19.467Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-05-24T06:35:19.467Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-24T06:35:19.467Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-05-24T06:35:19.467Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-05-24T06:35:19.744Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-05-24T06:35:20.321Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-24T06:35:20.321Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-05-24T06:35:20.321Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-24T06:35:23.966Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-05-24T06:35:23.966Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-24T06:35:23.966Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-24T06:35:23.966Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-24T06:35:23.966Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-24T06:35:23.966Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-24T06:35:23.966Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-24T06:35:24.230Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-24T06:35:26.544Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-05-24T06:35:26.544Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-24T06:35:26.544Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-05-24T06:35:26.544Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-05-24T06:35:26.544Z] Setting up grep (3.1-2build1) ... [2021-05-24T06:35:26.814Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-24T06:35:26.814Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-24T06:35:26.814Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-24T06:35:32.137Z] Setting up login (1:4.5-1ubuntu2) ... [2021-05-24T06:35:32.137Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-24T06:35:32.137Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-24T06:35:32.137Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-24T06:35:32.137Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-05-24T06:35:32.137Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-24T06:35:32.137Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-24T06:35:32.137Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-24T06:35:35.352Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-24T06:35:35.352Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-24T06:35:35.931Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-24T06:35:36.197Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-24T06:35:42.411Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-05-24T06:35:42.991Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-24T06:35:42.991Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-05-24T06:35:42.991Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-24T06:35:57.242Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-24T06:35:57.242Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-24T06:35:57.242Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-24T06:35:57.242Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-24T06:35:57.242Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-05-24T06:35:57.819Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-24T06:35:57.819Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-05-24T06:35:58.414Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-05-24T06:35:58.996Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-05-24T06:35:59.573Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-24T06:35:59.573Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-24T06:35:59.573Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-24T06:36:00.562Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-24T06:36:03.094Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-24T06:36:03.094Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-24T06:36:03.094Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-24T06:36:03.367Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-24T06:36:03.367Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-24T06:36:03.367Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-24T06:36:03.367Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-24T06:36:03.367Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-24T06:36:03.367Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-24T06:36:03.367Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-24T06:36:03.665Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-24T06:36:04.304Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-24T06:36:04.885Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-24T06:36:04.885Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-24T06:36:05.149Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-24T06:36:05.726Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-24T06:36:05.991Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-24T06:36:06.567Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-24T06:36:07.518Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-24T06:36:07.518Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-24T06:36:07.518Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-24T06:36:08.095Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-24T06:36:08.671Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-24T06:36:08.671Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-24T06:36:08.671Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-24T06:36:09.621Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-24T06:36:09.621Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-24T06:36:09.621Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-24T06:36:09.621Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-24T06:36:11.693Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-05-24T06:36:11.693Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-24T06:36:11.693Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-24T06:36:11.693Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-24T06:36:15.019Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-05-24T06:36:15.282Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-05-24T06:36:15.546Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-05-24T06:36:15.812Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-24T06:36:15.812Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-24T06:36:15.812Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-24T06:36:16.762Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-05-24T06:36:17.340Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-24T06:36:17.340Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-05-24T06:36:17.604Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-24T06:36:18.556Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-05-24T06:36:19.131Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-24T06:36:19.132Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-05-24T06:36:19.395Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-05-24T06:36:20.791Z] Setting up debconf (1.5.66ubuntu1) ... [2021-05-24T06:36:21.367Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-24T06:36:21.367Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-05-24T06:36:21.631Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-24T06:36:22.213Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-05-24T06:36:22.477Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-24T06:36:22.477Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-05-24T06:36:22.744Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-24T06:36:23.008Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-05-24T06:36:23.957Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-24T06:36:23.957Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-24T06:36:23.957Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-24T06:36:24.907Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-24T06:36:25.172Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-24T06:36:25.172Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-24T06:36:25.437Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-24T06:36:25.702Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-24T06:36:26.279Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-24T06:36:26.279Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-24T06:36:26.542Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-24T06:36:29.120Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-24T06:36:29.120Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-24T06:36:29.120Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-24T06:36:29.120Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-24T06:36:29.120Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.47_amd64.deb ... [2021-05-24T06:36:29.383Z] Unpacking systemd-sysv (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-24T06:36:29.962Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-24T06:36:30.231Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-24T06:36:30.495Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-24T06:36:33.582Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-24T06:36:33.582Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-05-24T06:36:33.582Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-05-24T06:36:33.582Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-05-24T06:36:33.582Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-24T06:36:33.582Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-05-24T06:36:33.582Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-24T06:36:33.582Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-24T06:36:34.159Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-24T06:36:34.159Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-24T06:36:34.422Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-24T06:36:34.685Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-24T06:36:35.274Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-24T06:36:35.274Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-05-24T06:36:35.274Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-05-24T06:36:35.849Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-05-24T06:36:36.427Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-24T06:36:36.427Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-24T06:36:36.427Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-24T06:36:39.816Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-05-24T06:36:39.816Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-24T06:36:39.816Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-24T06:36:39.816Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-24T06:36:39.816Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-05-24T06:36:39.816Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-24T06:36:39.816Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-05-24T06:36:39.816Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-24T06:36:39.816Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-05-24T06:36:40.080Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-24T06:36:40.080Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-05-24T06:36:40.346Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-24T06:36:40.611Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-05-24T06:36:40.879Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-24T06:36:40.879Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-05-24T06:36:40.879Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-05-24T06:36:41.454Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-05-24T06:36:41.717Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-24T06:36:41.717Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-05-24T06:36:41.981Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-05-24T06:36:42.245Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-05-24T06:36:42.517Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-24T06:36:42.517Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-05-24T06:36:42.787Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-05-24T06:36:45.053Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-05-24T06:36:45.053Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-24T06:36:45.053Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-05-24T06:36:45.053Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-05-24T06:36:45.053Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-05-24T06:36:45.053Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-24T06:36:45.053Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-05-24T06:36:45.053Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-05-24T06:36:45.317Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-05-24T06:36:45.581Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-24T06:36:45.581Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-05-24T06:36:45.847Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-05-24T06:36:46.113Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-05-24T06:36:46.691Z] (Reading database ... 13915 files and directories currently installed.) [2021-05-24T06:36:46.692Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-24T06:36:46.692Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-24T06:36:47.269Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-24T06:36:47.269Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-24T06:36:48.222Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-24T06:36:48.222Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-24T06:36:51.559Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-05-24T06:36:52.138Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-05-24T06:36:53.539Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-05-24T06:36:53.805Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-05-24T06:36:54.384Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-05-24T06:36:54.384Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-05-24T06:36:54.962Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-05-24T06:36:54.962Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-05-24T06:36:55.541Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-05-24T06:36:57.889Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-05-24T06:36:57.889Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-05-24T06:36:57.889Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-05-24T06:36:57.889Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-05-24T06:36:57.889Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-05-24T06:36:57.889Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-05-24T06:36:57.889Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-05-24T06:36:58.151Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-05-24T06:36:58.151Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-05-24T06:37:06.199Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-05-24T06:37:06.199Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-05-24T06:37:06.199Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-05-24T06:37:06.199Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-05-24T06:37:06.199Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-24T06:37:06.199Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-24T06:37:08.135Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-24T06:37:08.135Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-24T06:37:08.731Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-24T06:37:08.995Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-24T06:37:09.259Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-24T06:37:09.525Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-24T06:37:10.106Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-24T06:37:10.106Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-24T06:37:10.682Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-24T06:37:12.870Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-24T06:37:12.870Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-24T06:37:12.870Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-24T06:37:12.870Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-24T06:37:12.870Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-24T06:37:13.449Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-24T06:37:13.449Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-24T06:37:16.348Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-24T06:37:16.348Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-24T06:37:22.889Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-24T06:37:22.889Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-24T06:37:25.455Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-24T06:37:25.455Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-24T06:37:26.854Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-24T06:37:26.854Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-24T06:37:27.121Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-24T06:37:27.121Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-24T06:37:27.384Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-05-24T06:37:29.666Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-24T06:37:29.666Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-05-24T06:37:29.666Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-24T06:37:31.071Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-05-24T06:37:31.071Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-05-24T06:37:31.339Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-24T06:37:31.603Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-24T06:37:31.868Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-24T06:37:32.133Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-24T06:37:32.713Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-05-24T06:37:32.713Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-05-24T06:37:33.663Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-24T06:37:33.927Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-24T06:37:33.927Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-24T06:37:34.191Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-24T06:37:34.454Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-24T06:37:34.454Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-05-24T06:37:34.718Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-05-24T06:37:35.000Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-05-24T06:37:35.000Z] [2021-05-24T06:37:35.000Z] Current default time zone: 'Etc/UTC' [2021-05-24T06:37:35.000Z] Local time is now: Mon May 24 06:37:34 UTC 2021. [2021-05-24T06:37:35.000Z] Universal Time is now: Mon May 24 06:37:34 UTC 2021. [2021-05-24T06:37:35.000Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-05-24T06:37:35.000Z] [2021-05-24T06:37:35.573Z] Setting up systemd-sysv (237-3ubuntu10.47) ... [2021-05-24T06:37:35.573Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-24T06:37:35.573Z] Setting up linux-libc-dev:amd64 (4.15.0-143.147) ... [2021-05-24T06:37:35.573Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-05-24T06:37:35.836Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-05-24T06:37:35.836Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-05-24T06:37:35.836Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-05-24T06:37:35.836Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-05-24T06:37:36.097Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-05-24T06:37:36.359Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-05-24T06:37:36.359Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-24T06:37:36.359Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-05-24T06:37:37.305Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-24T06:37:37.567Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-24T06:37:37.832Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-24T06:37:37.832Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-05-24T06:37:37.832Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-05-24T06:37:38.096Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-05-24T06:37:38.372Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-24T06:37:38.372Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-05-24T06:37:38.372Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-05-24T06:37:41.369Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-05-24T06:37:41.370Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-05-24T06:37:41.370Z] Updating certificates in /etc/ssl/certs... [2021-05-24T06:37:41.692Z] 23 added, 27 removed; done. [2021-05-24T06:37:42.379Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-05-24T06:37:42.379Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-24T06:37:42.379Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-05-24T06:37:44.783Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-05-24T06:37:44.783Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-05-24T06:37:44.783Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-24T06:37:44.783Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-24T06:37:44.783Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-24T06:37:44.783Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-24T06:37:44.783Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-24T06:37:44.783Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-24T06:37:44.783Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-24T06:37:44.783Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-05-24T06:37:44.783Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-05-24T06:37:44.783Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-05-24T06:37:44.783Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-05-24T06:37:44.783Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-05-24T06:37:45.071Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-24T06:37:45.071Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-24T06:37:45.336Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-05-24T06:37:45.600Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-05-24T06:37:48.275Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-05-24T06:37:48.275Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-24T06:37:48.275Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-24T06:37:48.275Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-05-24T06:37:48.275Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-05-24T06:37:48.275Z] Updating certificates in /etc/ssl/certs... [2021-05-24T06:37:48.275Z] 0 added, 0 removed; done. [2021-05-24T06:37:48.275Z] Running hooks in /etc/ca-certificates/update.d... [2021-05-24T06:37:48.275Z] done. [2021-05-24T06:37:48.275Z] Reading package lists... [2021-05-24T06:37:48.275Z] Building dependency tree... [2021-05-24T06:37:48.275Z] Reading state information... [2021-05-24T06:37:48.275Z] The following NEW packages will be installed: [2021-05-24T06:37:48.275Z] apt-transport-https [2021-05-24T06:37:48.538Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-05-24T06:37:48.538Z] Need to get 1692 B of archives. [2021-05-24T06:37:48.538Z] After this operation, 154 kB of additional disk space will be used. [2021-05-24T06:37:48.538Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-05-24T06:37:48.538Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-24T06:37:48.836Z] Fetched 1692 B in 0s (8540 B/s) [2021-05-24T06:37:48.836Z] Selecting previously unselected package apt-transport-https. [2021-05-24T06:37:48.836Z] (Reading database ... 13920 files and directories currently installed.) [2021-05-24T06:37:48.836Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-05-24T06:37:48.836Z] Unpacking apt-transport-https (1.6.13) ... [2021-05-24T06:37:49.097Z] Setting up apt-transport-https (1.6.13) ... [2021-05-24T06:37:49.669Z] Waiting for network to be ready... [2021-05-24T06:38:01.703Z] 2021-05-24T06:37:57Z INFO Waiting for automatic snapd restart... [2021-05-24T06:38:01.703Z] snapd 2.50 from Canonical* installed [2021-05-24T06:38:02.283Z] "snapd" switched to the "latest/stable" channel [2021-05-24T06:38:02.283Z] [2021-05-24T06:38:08.886Z] core18 20210507 from Canonical* installed [2021-05-24T06:38:08.886Z] "core18" switched to the "latest/stable" channel [2021-05-24T06:38:08.886Z] [2021-05-24T06:38:18.907Z] snapcraft 4.7.1 from Canonical* installed [2021-05-24T06:38:18.907Z] "snapcraft" switched to the "latest/stable" channel [2021-05-24T06:38:18.907Z] [2021-05-24T06:38:23.125Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-05-24T06:38:23.125Z] - README.md [2021-05-24T06:38:23.125Z] [2021-05-24T06:38:23.125Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-24T06:38:29.757Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-24T06:38:29.757Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-24T06:38:29.757Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-24T06:38:29.757Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-24T06:38:30.977Z] Reading package lists... [2021-05-24T06:38:31.241Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-05-24T06:38:38.631Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-24T06:38:38.631Z] Reading package lists... [2021-05-24T06:38:38.631Z] Building dependency tree... [2021-05-24T06:38:38.631Z] Reading state information... [2021-05-24T06:38:38.631Z] Suggested packages: [2021-05-24T06:38:38.631Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-05-24T06:38:38.631Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-05-24T06:38:38.631Z] Recommended packages: [2021-05-24T06:38:38.631Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-05-24T06:38:38.631Z] The following NEW packages will be installed: [2021-05-24T06:38:38.631Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-05-24T06:38:38.631Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-05-24T06:38:38.631Z] pkg-config zip [2021-05-24T06:38:38.631Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-05-24T06:38:38.631Z] Need to get 7663 kB of archives. [2021-05-24T06:38:38.631Z] After this operation, 43.8 MB of additional disk space will be used. [2021-05-24T06:38:38.631Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-05-24T06:38:38.631Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-05-24T06:38:38.631Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-05-24T06:38:38.631Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-05-24T06:38:38.631Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-05-24T06:38:38.631Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-05-24T06:38:38.631Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-05-24T06:38:38.631Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-05-24T06:38:38.631Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-05-24T06:38:38.631Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-05-24T06:38:38.631Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-05-24T06:38:38.631Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-05-24T06:38:38.631Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-05-24T06:38:38.631Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-05-24T06:38:38.631Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-05-24T06:38:38.631Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-24T06:38:38.631Z] Fetched 7663 kB in 1s (9470 kB/s) [2021-05-24T06:38:39.208Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-05-24T06:38:39.208Z] (Reading database ... 13924 files and directories currently installed.) [2021-05-24T06:38:39.208Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-05-24T06:38:39.208Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-24T06:38:40.155Z] Selecting previously unselected package libpsl5:amd64. [2021-05-24T06:38:40.155Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-05-24T06:38:40.155Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-05-24T06:38:40.733Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-05-24T06:38:40.733Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-05-24T06:38:41.002Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-24T06:38:41.583Z] Selecting previously unselected package librtmp1:amd64. [2021-05-24T06:38:41.583Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-05-24T06:38:41.847Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-24T06:38:42.113Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-05-24T06:38:42.113Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-05-24T06:38:42.113Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-24T06:38:42.692Z] Selecting previously unselected package liberror-perl. [2021-05-24T06:38:42.692Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-05-24T06:38:42.692Z] Unpacking liberror-perl (0.17025-1) ... [2021-05-24T06:38:43.270Z] Selecting previously unselected package git-man. [2021-05-24T06:38:43.270Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-05-24T06:38:43.543Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-24T06:38:45.479Z] Selecting previously unselected package git. [2021-05-24T06:38:45.479Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-05-24T06:38:45.743Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-05-24T06:38:53.919Z] Selecting previously unselected package libnorm1:amd64. [2021-05-24T06:38:53.919Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-05-24T06:38:53.919Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-24T06:38:53.919Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-05-24T06:38:53.919Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-05-24T06:38:53.919Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-24T06:38:53.919Z] Selecting previously unselected package libsodium23:amd64. [2021-05-24T06:38:53.919Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-05-24T06:38:53.919Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-05-24T06:38:54.497Z] Selecting previously unselected package libzmq5:amd64. [2021-05-24T06:38:54.497Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-24T06:38:54.497Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-24T06:38:54.762Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-05-24T06:38:54.762Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-24T06:38:54.762Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-24T06:38:55.341Z] Selecting previously unselected package pkg-config. [2021-05-24T06:38:55.341Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-05-24T06:38:55.341Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-05-24T06:38:55.606Z] Selecting previously unselected package zip. [2021-05-24T06:38:55.606Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-05-24T06:38:55.606Z] Unpacking zip (3.0-11build1) ... [2021-05-24T06:38:56.184Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-24T06:38:56.184Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-24T06:38:56.184Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-24T06:38:56.446Z] Setting up liberror-perl (0.17025-1) ... [2021-05-24T06:38:56.712Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-05-24T06:38:56.975Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-24T06:38:57.237Z] No schema files found: doing nothing. [2021-05-24T06:38:57.237Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-24T06:38:57.502Z] Setting up zip (3.0-11build1) ... [2021-05-24T06:38:57.502Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-24T06:38:57.768Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-05-24T06:38:57.768Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-05-24T06:38:58.347Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-24T06:38:58.347Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-24T06:38:58.347Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-24T06:38:58.633Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-05-24T06:38:58.633Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-24T06:39:05.258Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-24T06:39:05.524Z] git set to automatically installed. [2021-05-24T06:39:05.524Z] git-man set to automatically installed. [2021-05-24T06:39:05.524Z] libcurl3-gnutls set to automatically installed. [2021-05-24T06:39:05.524Z] liberror-perl set to automatically installed. [2021-05-24T06:39:05.524Z] libglib2.0-0 set to automatically installed. [2021-05-24T06:39:05.524Z] libnghttp2-14 set to automatically installed. [2021-05-24T06:39:05.524Z] libnorm1 set to automatically installed. [2021-05-24T06:39:05.524Z] libpgm-5.2-0 set to automatically installed. [2021-05-24T06:39:05.524Z] libpsl5 set to automatically installed. [2021-05-24T06:39:05.524Z] librtmp1 set to automatically installed. [2021-05-24T06:39:05.524Z] libsodium23 set to automatically installed. [2021-05-24T06:39:05.524Z] libzmq3-dev set to automatically installed. [2021-05-24T06:39:05.524Z] libzmq5 set to automatically installed. [2021-05-24T06:39:05.524Z] pkg-config set to automatically installed. [2021-05-24T06:39:05.524Z] zip set to automatically installed. [2021-05-24T06:39:18.205Z] snapd is not logged in, snap install commands will use sudo [2021-05-24T06:39:26.401Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-24T06:39:26.401Z] snap "core18" has no updates available [2021-05-24T06:39:26.665Z] snapd is not logged in, snap install commands will use sudo [2021-05-24T06:39:35.303Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-24T06:39:46.077Z] go (1.16/stable) 1.16.3 from Michael Hudson-Doyle (mwhudson) installed [2021-05-24T06:39:46.344Z] Pulling config-common [2021-05-24T06:39:46.344Z] + snapcraftctl pull [2021-05-24T06:39:55.747Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-24T06:39:55.747Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-24T06:39:55.747Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1726 kB] [2021-05-24T06:39:55.747Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [322 kB] [2021-05-24T06:39:55.747Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-24T06:39:55.747Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-24T06:39:55.747Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [323 kB] [2021-05-24T06:39:55.747Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [43.2 kB] [2021-05-24T06:39:55.747Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1126 kB] [2021-05-24T06:39:55.747Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [254 kB] [2021-05-24T06:39:55.747Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-24T06:39:55.747Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-24T06:39:55.747Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-24T06:39:55.747Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-24T06:39:55.747Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-24T06:39:55.748Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-24T06:39:55.748Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-24T06:39:55.748Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-24T06:39:55.748Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-24T06:39:55.748Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2070 kB] [2021-05-24T06:39:55.748Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] [2021-05-24T06:39:55.748Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-24T06:39:55.748Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-24T06:39:55.748Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [344 kB] [2021-05-24T06:39:55.748Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.8 kB] [2021-05-24T06:39:55.748Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] [2021-05-24T06:39:55.748Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-24T06:39:55.748Z] Fetched 24.6 MB in 0s (0 B/s) [2021-05-24T06:39:55.748Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-24T06:39:55.748Z] Fetched 224 kB in 0s (0 B/s) [2021-05-24T06:39:55.748Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-24T06:39:55.748Z] Fetched 157 kB in 0s (0 B/s) [2021-05-24T06:39:55.748Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-24T06:39:55.748Z] Fetched 221 kB in 0s (0 B/s) [2021-05-24T06:39:55.748Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-24T06:39:55.748Z] Fetched 143 kB in 0s (0 B/s) [2021-05-24T06:39:55.748Z] Pulling device-modbus [2021-05-24T06:39:55.748Z] + snapcraftctl pull [2021-05-24T06:39:56.691Z] Pulling version [2021-05-24T06:39:56.691Z] + cd /root/project [2021-05-24T06:39:56.691Z] + [ -f VERSION ] [2021-05-24T06:39:56.691Z] + PROJECT_VERSION=0.0.0 [2021-05-24T06:39:56.691Z] + snapcraftctl set-version 0.0.0 [2021-05-24T06:39:59.427Z] Building config-common [2021-05-24T06:39:59.428Z] + snapcraftctl build [2021-05-24T06:39:59.688Z] Building device-modbus [2021-05-24T06:39:59.688Z] + cd /root/parts/device-modbus/src [2021-05-24T06:39:59.688Z] + go mod tidy [2021-05-24T06:40:12.141Z] go: downloading github.com/edgexfoundry/device-sdk-go/v2 v2.0.0-dev.63 [2021-05-24T06:40:12.141Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.94 [2021-05-24T06:40:12.141Z] go: downloading github.com/goburrow/modbus v0.1.0 [2021-05-24T06:40:12.141Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-05-24T06:40:12.141Z] go: downloading github.com/goburrow/serial v0.1.0 [2021-05-24T06:40:12.141Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-05-24T06:40:12.141Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-05-24T06:40:12.141Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-05-24T06:40:12.141Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-05-24T06:40:12.141Z] go: downloading github.com/go-playground/validator/v10 v10.6.1 [2021-05-24T06:40:12.141Z] go: downloading github.com/google/uuid v1.2.0 [2021-05-24T06:40:12.141Z] go: downloading github.com/go-kit/kit v0.9.0 [2021-05-24T06:40:12.711Z] go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2021-05-24T06:40:12.711Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.54 [2021-05-24T06:40:12.711Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.7 [2021-05-24T06:40:12.711Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-05-24T06:40:12.976Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-05-24T06:40:12.976Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-05-24T06:40:12.976Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-05-24T06:40:12.976Z] go: downloading golang.org/x/text v0.3.2 [2021-05-24T06:40:12.976Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2021-05-24T06:40:12.976Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-05-24T06:40:13.432Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.15 [2021-05-24T06:40:13.693Z] go: downloading github.com/pelletier/go-toml v1.9.1 [2021-05-24T06:40:13.693Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-05-24T06:40:13.693Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-05-24T06:40:15.756Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-05-24T06:40:15.756Z] go: downloading github.com/go-stack/stack v1.8.0 [2021-05-24T06:40:15.756Z] go: downloading github.com/kr/pretty v0.2.0 [2021-05-24T06:40:15.756Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.8 [2021-05-24T06:40:15.756Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.20 [2021-05-24T06:40:15.756Z] go: downloading github.com/x448/float16 v0.8.4 [2021-05-24T06:40:15.756Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-05-24T06:40:15.756Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-05-24T06:40:15.756Z] go: downloading github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2021-05-24T06:40:15.756Z] go: downloading github.com/kr/text v0.1.0 [2021-05-24T06:40:15.756Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-05-24T06:40:15.756Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.4 [2021-05-24T06:40:15.756Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2021-05-24T06:40:15.756Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-05-24T06:40:15.756Z] go: downloading github.com/stretchr/objx v0.1.0 [2021-05-24T06:40:15.756Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-05-24T06:40:15.756Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-05-24T06:40:15.756Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-05-24T06:40:15.756Z] go: downloading github.com/onsi/ginkgo v1.10.1 [2021-05-24T06:40:15.756Z] go: downloading github.com/onsi/gomega v1.7.0 [2021-05-24T06:40:15.756Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-05-24T06:40:15.756Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-05-24T06:40:15.756Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-05-24T06:40:15.756Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-05-24T06:40:15.756Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-05-24T06:40:16.018Z] go: downloading github.com/hashicorp/consul/sdk v0.7.0 [2021-05-24T06:40:16.018Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2021-05-24T06:40:16.281Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-05-24T06:40:16.281Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-05-24T06:40:16.281Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-05-24T06:40:16.582Z] go: downloading github.com/fatih/color v1.9.0 [2021-05-24T06:40:16.582Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-05-24T06:40:16.582Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-05-24T06:40:16.582Z] go: downloading github.com/pkg/errors v0.8.1 [2021-05-24T06:40:16.582Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-05-24T06:40:16.854Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2021-05-24T06:40:16.854Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2021-05-24T06:40:16.854Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2021-05-24T06:40:16.854Z] go: downloading github.com/hpcloud/tail v1.0.0 [2021-05-24T06:40:16.854Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-05-24T06:40:16.854Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2021-05-24T06:40:16.854Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-05-24T06:40:16.854Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2021-05-24T06:40:16.854Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [2021-05-24T06:40:16.854Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2021-05-24T06:40:16.854Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2021-05-24T06:40:16.854Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.1 [2021-05-24T06:40:16.854Z] go: downloading github.com/miekg/dns v1.1.26 [2021-05-24T06:40:16.854Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2021-05-24T06:40:17.117Z] go: downloading github.com/hashicorp/golang-lru v0.5.1 [2021-05-24T06:40:18.064Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2021-05-24T06:40:18.064Z] + make build [2021-05-24T06:40:18.064Z] go mod tidy [2021-05-24T06:40:18.328Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd [2021-05-24T06:40:31.145Z] + install -DT ./cmd/device-modbus /root/parts/device-modbus/install/bin/device-modbus [2021-05-24T06:40:31.145Z] + install -DT ./cmd/res/configuration.toml /root/parts/device-modbus/install/config/device-modbus/res/configuration.toml [2021-05-24T06:40:31.145Z] + install -DT ./Attribution.txt /root/parts/device-modbus/install/usr/share/doc/device-modbus/Attribution.txt [2021-05-24T06:40:31.145Z] + install -DT ./LICENSE /root/parts/device-modbus/install/usr/share/doc/device-modbus/LICENSE [2021-05-24T06:40:31.145Z] Building version [2021-05-24T06:40:31.145Z] + snapcraftctl build [2021-05-24T06:40:33.193Z] Staging config-common [2021-05-24T06:40:33.193Z] + snapcraftctl stage [2021-05-24T06:40:34.139Z] Staging device-modbus [2021-05-24T06:40:34.139Z] + snapcraftctl stage [2021-05-24T06:40:35.081Z] Staging version [2021-05-24T06:40:35.081Z] + snapcraftctl stage [2021-05-24T06:40:36.468Z] Priming config-common [2021-05-24T06:40:36.468Z] + snapcraftctl prime [2021-05-24T06:40:37.409Z] Priming device-modbus [2021-05-24T06:40:37.409Z] + snapcraftctl prime [2021-05-24T06:40:38.358Z] Priming version [2021-05-24T06:40:38.358Z] + snapcraftctl prime [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-24T06:40:46.550Z] ---> job-cost.sh [2021-05-24T06:40:46.550Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-nYDL [2021-05-24T06:40:54.719Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-24T06:41:08.802Z] lf-activate-venv(): INFO: Adding /tmp/venv-nYDL/bin to PATH [2021-05-24T06:41:08.802Z] INFO: No Stack... [2021-05-24T06:41:08.802Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-05-24T06:41:08.802Z] INFO: Archiving Costs [Pipeline] sh [2021-05-24T06:41:09.143Z] + cat /w/workspace/device-modbus-go/1/archives/cost.csv [2021-05-24T06:41:09.143Z] + cut -d, -f6 [Pipeline] lock [2021-05-24T06:41:09.201Z] Trying to acquire lock on [jenkins-edgexfoundry-device-modbus-go-PR-249-1-stack-cost] [2021-05-24T06:41:09.208Z] Resource [jenkins-edgexfoundry-device-modbus-go-PR-249-1-stack-cost] did not exist. Created. [2021-05-24T06:41:09.208Z] Lock acquired on [jenkins-edgexfoundry-device-modbus-go-PR-249-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-24T06:41:09.622Z] /w/workspace/device-modbus-go/1@tmp/durable-53ee72bc/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh [2021-05-24T06:41:09.953Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-05-24T06:41:09.990Z] Warning: overwriting stash ‘stack-cost’ [2021-05-24T06:41:10.036Z] Stashed 1 file(s) [Pipeline] } [2021-05-24T06:41:10.058Z] Lock released on resource [jenkins-edgexfoundry-device-modbus-go-PR-249-1-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] configFileProvider [2021-05-24T06:41:15.495Z] provisioning config files... [2021-05-24T06:41:15.505Z] copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/xfoundry_device-modbus-go_PR-249@tmp/config4472835780155277087tmp [Pipeline] { [Pipeline] sh [2021-05-24T06:41:15.879Z] + set +x [2021-05-24T06:41:15.879Z] + bash -s -- [2021-05-24T06:41:15.879Z] + curl -s https://codecov.io/bash [2021-05-24T06:41:15.879Z] [2021-05-24T06:41:15.879Z] _____ _ [2021-05-24T06:41:15.879Z] / ____| | | [2021-05-24T06:41:15.879Z] | | ___ __| | ___ ___ _____ __ [2021-05-24T06:41:15.879Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-24T06:41:15.879Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-24T06:41:15.879Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-24T06:41:15.879Z] Bash-1.0.2 [2021-05-24T06:41:15.879Z] [2021-05-24T06:41:15.879Z] [2021-05-24T06:41:15.879Z] ==> git version 2.24.4 found [2021-05-24T06:41:15.879Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-05-24T06:41:15.879Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-24T06:41:15.879Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-24T06:41:16.143Z] ==> Jenkins CI detected. [2021-05-24T06:41:16.143Z] project root: . [2021-05-24T06:41:16.143Z] --> token set from env [2021-05-24T06:41:16.143Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-24T06:41:16.143Z] ==> Running gcov in . (disable via -X gcov) [2021-05-24T06:41:16.143Z] ==> Python coveragepy not found [2021-05-24T06:41:16.143Z] ==> Searching for coverage reports in: [2021-05-24T06:41:16.143Z] + . [2021-05-24T06:41:16.143Z] -> Found 1 reports [2021-05-24T06:41:16.143Z] ==> Detecting git/mercurial file structure [2021-05-24T06:41:16.143Z] ==> Reading reports [2021-05-24T06:41:16.143Z] + ./coverage.out bytes=22385 [2021-05-24T06:41:16.143Z] ==> Appending adjustments [2021-05-24T06:41:16.143Z] https://docs.codecov.io/docs/fixing-reports [2021-05-24T06:41:16.143Z] + Found adjustments [2021-05-24T06:41:16.143Z] ==> Gzipping contents [2021-05-24T06:41:16.143Z] 4.0K /tmp/codecov.Tb4dUN.gz [2021-05-24T06:41:16.143Z] ==> Uploading reports [2021-05-24T06:41:16.143Z] url: https://codecov.io [2021-05-24T06:41:16.143Z] query: branch=PR-249&commit=9eaf8799c6d2de2ffac75d8136fcdd177692bb45&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2FPR-249%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=249&job=&cmd_args= [2021-05-24T06:41:16.143Z] -> Pinging Codecov [2021-05-24T06:41:16.143Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-249&commit=9eaf8799c6d2de2ffac75d8136fcdd177692bb45&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2FPR-249%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=249&job=&cmd_args= [2021-05-24T06:41:16.718Z] -> Uploading to [2021-05-24T06:41:16.718Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-24/55DBCA73C666E3227836607328DD7E49/9eaf8799c6d2de2ffac75d8136fcdd177692bb45/39d7c9cf-4223-49a4-acb8-121a1bd4e333.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210524%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210524T064116Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=89613dcda2ae296d592d3a1d7be5f937eb8eb26d1250dc361a621f0821bb5e6e [2021-05-24T06:41:16.718Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-24T06:41:16.718Z] Dload Upload Total Spent Left Speed [2021-05-24T06:41:16.980Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3894 0 0 100 3894 0 9609 --:--:-- --:--:-- --:--:-- 9614 [2021-05-24T06:41:16.980Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-modbus-go/commit/9eaf8799c6d2de2ffac75d8136fcdd177692bb45 [Pipeline] } [2021-05-24T06:41:17.010Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-05-24T06:41:25.641Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-24T06:41:26.248Z] ---> package-listing.sh [2021-05-24T06:41:26.248Z] ++ facter osfamily [2021-05-24T06:41:26.248Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-24T06:41:26.588Z] + OS_FAMILY=redhat [2021-05-24T06:41:26.588Z] + workspace=/w/workspace/xfoundry_device-modbus-go_PR-249 [2021-05-24T06:41:26.588Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-24T06:41:26.588Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-24T06:41:26.588Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-24T06:41:26.588Z] + PACKAGES=/tmp/packages_start.txt [2021-05-24T06:41:26.588Z] + '[' /w/workspace/xfoundry_device-modbus-go_PR-249 ']' [2021-05-24T06:41:26.588Z] + PACKAGES=/tmp/packages_end.txt [2021-05-24T06:41:26.588Z] + case "${OS_FAMILY}" in [2021-05-24T06:41:26.588Z] + sort [2021-05-24T06:41:26.588Z] + rpm -qa [2021-05-24T06:41:27.164Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-24T06:41:27.164Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-24T06:41:27.164Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-24T06:41:27.164Z] + '[' /w/workspace/xfoundry_device-modbus-go_PR-249 ']' [2021-05-24T06:41:27.164Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_PR-249/archives/ [2021-05-24T06:41:27.164Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_PR-249/archives/ [Pipeline] echo [2021-05-24T06:41:27.203Z] 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/xfoundry_device-modbus-go_PR-249/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-24T06:41:27.518Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-24T06:41:30.014Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-24T06:41:30.014Z] [2021-05-24T06:41:30.014Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-24T06:41:30.393Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-24T06:41:30.393Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-24T06:41:30.393Z] df20fa9351a1: Pulling fs layer [2021-05-24T06:41:30.393Z] 36b3adc4ff6f: Pulling fs layer [2021-05-24T06:41:30.393Z] 8ad3a11d3b57: Pulling fs layer [2021-05-24T06:41:30.393Z] 46f8f816bc3b: Pulling fs layer [2021-05-24T06:41:30.393Z] 93b61091891f: Pulling fs layer [2021-05-24T06:41:30.393Z] 93b9cdb0e59b: Pulling fs layer [2021-05-24T06:41:30.393Z] 5e14af77c1be: Pulling fs layer [2021-05-24T06:41:30.393Z] 01666e4c0597: Pulling fs layer [2021-05-24T06:41:30.393Z] aa168da1d23b: Pulling fs layer [2021-05-24T06:41:30.393Z] 93b61091891f: Waiting [2021-05-24T06:41:30.393Z] 93b9cdb0e59b: Waiting [2021-05-24T06:41:30.393Z] 5e14af77c1be: Waiting [2021-05-24T06:41:30.393Z] 01666e4c0597: Waiting [2021-05-24T06:41:30.393Z] aa168da1d23b: Waiting [2021-05-24T06:41:30.393Z] 46f8f816bc3b: Waiting [2021-05-24T06:41:30.663Z] 36b3adc4ff6f: Verifying Checksum [2021-05-24T06:41:30.663Z] 36b3adc4ff6f: Download complete [2021-05-24T06:41:30.663Z] 46f8f816bc3b: Verifying Checksum [2021-05-24T06:41:30.663Z] 46f8f816bc3b: Download complete [2021-05-24T06:41:30.663Z] df20fa9351a1: Verifying Checksum [2021-05-24T06:41:30.663Z] df20fa9351a1: Download complete [2021-05-24T06:41:30.663Z] 93b9cdb0e59b: Verifying Checksum [2021-05-24T06:41:30.663Z] 93b9cdb0e59b: Download complete [2021-05-24T06:41:30.663Z] 93b61091891f: Verifying Checksum [2021-05-24T06:41:30.663Z] 93b61091891f: Download complete [2021-05-24T06:41:30.663Z] 5e14af77c1be: Verifying Checksum [2021-05-24T06:41:30.663Z] 5e14af77c1be: Download complete [2021-05-24T06:41:30.663Z] 01666e4c0597: Verifying Checksum [2021-05-24T06:41:30.663Z] 01666e4c0597: Download complete [2021-05-24T06:41:30.925Z] 8ad3a11d3b57: Verifying Checksum [2021-05-24T06:41:30.925Z] 8ad3a11d3b57: Download complete [2021-05-24T06:41:30.925Z] df20fa9351a1: Pull complete [2021-05-24T06:41:31.189Z] 36b3adc4ff6f: Pull complete [2021-05-24T06:41:31.772Z] 8ad3a11d3b57: Pull complete [2021-05-24T06:41:31.772Z] 46f8f816bc3b: Pull complete [2021-05-24T06:41:32.348Z] 93b61091891f: Pull complete [2021-05-24T06:41:32.348Z] 93b9cdb0e59b: Pull complete [2021-05-24T06:41:32.616Z] aa168da1d23b: Verifying Checksum [2021-05-24T06:41:32.616Z] aa168da1d23b: Download complete [2021-05-24T06:41:32.616Z] 5e14af77c1be: Pull complete [2021-05-24T06:41:32.880Z] 01666e4c0597: Pull complete [2021-05-24T06:41:38.082Z] aa168da1d23b: Pull complete [2021-05-24T06:41:38.082Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-24T06:41:38.082Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-24T06:41:38.082Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-24T06:41:38.182Z] prd-centos7-docker-4c-2g-15760 does not seem to be running inside a container [2021-05-24T06:41:40.429Z] $ 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/xfoundry_device-modbus-go_PR-249/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_device-modbus-go_PR-249 -v /w/workspace/xfoundry_device-modbus-go_PR-249:/w/workspace/xfoundry_device-modbus-go_PR-249:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-249@tmp:/w/workspace/xfoundry_device-modbus-go_PR-249@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-24T06:41:53.460Z] $ docker top da1ea4379552123a96a912ff79420b743bfca448cf11ea966c554612f8721c39 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-24T06:41:53.903Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-24T06:41:54.238Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-24T06:41:54.553Z] + ls /var/log/sa-host [2021-05-24T06:41:54.553Z] + sadf -c /var/log/sa-host/sa05 [2021-05-24T06:41:54.553Z] file_magic: OK [2021-05-24T06:41:54.553Z] HZ: Using current value: 100 [2021-05-24T06:41:54.553Z] file_header: OK [2021-05-24T06:41:54.553Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-05-24T06:41:54.553Z] Statistics: [2021-05-24T06:41:54.553Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-24T06:41:54.553Z] File successfully converted to sysstat format version 12.2.1 [2021-05-24T06:41:54.553Z] + sadf -c /var/log/sa-host/sa24 [2021-05-24T06:41:54.553Z] file_magic: OK [2021-05-24T06:41:54.553Z] HZ: Using current value: 100 [2021-05-24T06:41:54.553Z] file_header: OK [2021-05-24T06:41:54.553Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-05-24T06:41:54.553Z] Statistics: [2021-05-24T06:41:54.553Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-24T06:41:54.553Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-24T06:41:54.815Z] provisioning config files... [2021-05-24T06:41:54.830Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-249@tmp/config2557466001038846790tmp [Pipeline] { [Pipeline] echo [2021-05-24T06:41:54.891Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-24T06:41:55.232Z] ---> create-netrc.sh [Pipeline] } [2021-05-24T06:41:55.253Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-24T06:41:55.325Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-24T06:41:57.585Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-24T06:41:57.627Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-24T06:41:57.972Z] ---> sudo-logs.sh [2021-05-24T06:41:57.972Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-24T06:41:58.069Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-24T06:41:58.400Z] ---> job-cost.sh [2021-05-24T06:41:58.400Z] lf-activate-venv: SKIPPING [2021-05-24T06:41:58.400Z] DEBUG: total: 0.05999999865889549 [2021-05-24T06:41:58.400Z] INFO: Retrieving Stack Cost... [2021-05-24T06:41:59.342Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-05-24T06:41:59.601Z] INFO: Archiving Costs [Pipeline] echo [2021-05-24T06:41:59.662Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-24T06:41:59.996Z] ---> logs-deploy.sh [2021-05-24T06:41:59.996Z] lf-activate-venv: SKIPPING [2021-05-24T06:41:59.996Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-249/1 [2021-05-24T06:41:59.996Z] INFO: archiving workspace using pattern(s): [2021-05-24T06:42:00.954Z] Archives upload complete. [2021-05-24T06:42:00.954Z] INFO: archiving logs to Nexus