Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of ernestojeda for edgexfoundry/app-service-configurable Obtained Jenkinsfile from de553fb47b92d590afaeefe942fc0c7578dcb8f5+021e28942e8876b2560ded735e906d53e9e76b63 (e0f04b4544120d362ad261245b012bc3dc3ed493) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-4430 in /w/workspace/_app-service-configurable_PR-244 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_PR-244 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 021e28942e8876b2560ded735e906d53e9e76b63 into PR head commit de553fb47b92d590afaeefe942fc0c7578dcb8f5 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/244/head:refs/remotes/origin/PR-244 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f de553fb47b92d590afaeefe942fc0c7578dcb8f5 # timeout=10 Merge succeeded, producing 8e449f9bb92e41d480991289e438407b3b0cc6b6 Checking out Revision 8e449f9bb92e41d480991289e438407b3b0cc6b6 (PR-244) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 021e28942e8876b2560ded735e906d53e9e76b63 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8e449f9bb92e41d480991289e438407b3b0cc6b6 # timeout=10 Commit message: "Merge commit '021e28942e8876b2560ded735e906d53e9e76b63' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-11T12:53:06.981Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-11T12:53:07.117Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-11T12:53:07.149Z] ========================================================= [2021-05-11T12:53:07.149Z] EdgeX Global Pipelines Version Info [2021-05-11T12:53:07.149Z] ========================================================= > git rev-list --no-walk 82373b38a29782132a854d2745b5be6a92800f61 # timeout=10 [Pipeline] libraryResource [Pipeline] sh [2021-05-11T12:53:09.981Z] ------------------- [2021-05-11T12:53:09.981Z] stable info: [2021-05-11T12:53:09.981Z] ------------------- [2021-05-11T12:53:09.981Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-11T12:53:09.981Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-11T12:53:09.981Z] Message: update stable to v1.0.191 [2021-05-11T12:53:10.945Z] ------------------- [2021-05-11T12:53:10.945Z] experimental info: [2021-05-11T12:53:10.945Z] ------------------- [2021-05-11T12:53:10.945Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-11T12:53:10.945Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-11T12:53:10.945Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-11T12:53:11.099Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2021-05-11T12:53:11.123Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2021-05-11T12:53:11.145Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-11T12:53:11.168Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-11T12:53:11.191Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-11T12:53:11.218Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-11T12:53:11.241Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-11T12:53:11.264Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-11T12:53:11.286Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-11T12:53:11.309Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-11T12:53:11.331Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-11T12:53:11.353Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2021-05-11T12:53:11.375Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-11T12:53:11.399Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-11T12:53:11.434Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-11T12:53:11.465Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-11T12:53:11.490Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-11T12:53:11.514Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-11T12:53:11.537Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-11T12:53:11.559Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-11T12:53:11.583Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-05-11T12:53:11.607Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-05-11T12:53:11.630Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-11T12:53:11.653Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-11T12:53:11.675Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-05-11T12:53:11.698Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-11T12:53:11.722Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-244 [Pipeline] echo [2021-05-11T12:53:11.745Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-244 [Pipeline] echo [2021-05-11T12:53:11.769Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-244 [Pipeline] echo [2021-05-11T12:53:11.791Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8e449f9bb92e41d480991289e438407b3b0cc6b6 [Pipeline] echo [2021-05-11T12:53:11.815Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8e449f9 [Pipeline] echo [2021-05-11T12:53:11.838Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T12:53:11.927Z] provisioning config files... [2021-05-11T12:53:11.969Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-244@tmp/config2182127596973233806tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T12:53:12.378Z] ---> docker-login.sh [2021-05-11T12:53:12.378Z] nexus3.edgexfoundry.org:10001 [2021-05-11T12:53:12.997Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T12:53:13.282Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T12:53:13.282Z] Configure a credential helper to remove this warning. See [2021-05-11T12:53:13.282Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T12:53:13.282Z] [2021-05-11T12:53:13.282Z] Login Succeeded [2021-05-11T12:53:13.282Z] nexus3.edgexfoundry.org:10002 [2021-05-11T12:53:13.555Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T12:53:13.849Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T12:53:13.849Z] Configure a credential helper to remove this warning. See [2021-05-11T12:53:13.849Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T12:53:13.849Z] [2021-05-11T12:53:13.849Z] Login Succeeded [2021-05-11T12:53:13.849Z] nexus3.edgexfoundry.org:10003 [2021-05-11T12:53:13.849Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T12:53:14.176Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T12:53:14.176Z] Configure a credential helper to remove this warning. See [2021-05-11T12:53:14.176Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T12:53:14.176Z] [2021-05-11T12:53:14.176Z] Login Succeeded [2021-05-11T12:53:14.176Z] nexus3.edgexfoundry.org:10004 [2021-05-11T12:53:14.480Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T12:53:14.480Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T12:53:14.480Z] Configure a credential helper to remove this warning. See [2021-05-11T12:53:14.480Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T12:53:14.480Z] [2021-05-11T12:53:14.480Z] Login Succeeded [2021-05-11T12:53:14.480Z] docker.io [2021-05-11T12:53:15.092Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T12:53:15.358Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T12:53:15.358Z] Configure a credential helper to remove this warning. See [2021-05-11T12:53:15.358Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T12:53:15.358Z] [2021-05-11T12:53:15.358Z] Login Succeeded [2021-05-11T12:53:15.358Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T12:53:15.377Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-11T12:53:15.889Z] + git log --format=format:%s -1 8e449f9bb92e41d480991289e438407b3b0cc6b6 [Pipeline] echo [2021-05-11T12:53:16.081Z] GIT_COMMIT: 8e449f9bb92e41d480991289e438407b3b0cc6b6, Commit Message: Merge commit '021e28942e8876b2560ded735e906d53e9e76b63' into HEAD [Pipeline] echo [2021-05-11T12:53:16.097Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-11T12:53:17.435Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T12:53:17.715Z] [2021-05-11T12:53:17.716Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T12:53:18.203Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T12:53:18.490Z] latest: Pulling from edgex-devops/git-semver [2021-05-11T12:53:18.490Z] 31603596830f: Pulling fs layer [2021-05-11T12:53:18.490Z] 54011a49482f: Pulling fs layer [2021-05-11T12:53:18.490Z] a6820b24f6d8: Pulling fs layer [2021-05-11T12:53:18.490Z] f581987b2513: Pulling fs layer [2021-05-11T12:53:18.490Z] f581987b2513: Waiting [2021-05-11T12:53:18.490Z] 54011a49482f: Verifying Checksum [2021-05-11T12:53:18.490Z] 54011a49482f: Download complete [2021-05-11T12:53:18.786Z] 31603596830f: Verifying Checksum [2021-05-11T12:53:18.786Z] 31603596830f: Download complete [2021-05-11T12:53:19.073Z] f581987b2513: Verifying Checksum [2021-05-11T12:53:19.073Z] f581987b2513: Download complete [2021-05-11T12:53:19.073Z] a6820b24f6d8: Verifying Checksum [2021-05-11T12:53:19.073Z] a6820b24f6d8: Download complete [2021-05-11T12:53:19.354Z] 31603596830f: Pull complete [2021-05-11T12:53:19.644Z] 54011a49482f: Pull complete [2021-05-11T12:53:21.166Z] a6820b24f6d8: Pull complete [2021-05-11T12:53:22.167Z] f581987b2513: Pull complete [2021-05-11T12:53:22.167Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-11T12:53:22.167Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T12:53:22.167Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-11T12:53:22.503Z] prd-centos7-docker-4c-2g-4430 does not seem to be running inside a container [2021-05-11T12:53:22.658Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-244 -v /w/workspace/_app-service-configurable_PR-244:/w/workspace/_app-service-configurable_PR-244:rw,z -v /w/workspace/_app-service-configurable_PR-244@tmp:/w/workspace/_app-service-configurable_PR-244@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-11T12:53:24.992Z] $ docker top af521519c57473ed3456e8fe5b6084029bfff6772287b2bb6fd2004b834abe24 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-11T12:53:25.197Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T12:53:25.197Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T12:53:25.628Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T12:53:25.640Z] $ docker exec af521519c57473ed3456e8fe5b6084029bfff6772287b2bb6fd2004b834abe24 ssh-agent [2021-05-11T12:53:25.976Z] SSH_AUTH_SOCK=/tmp/ssh-Ch5JSOm8htRD/agent.11 [2021-05-11T12:53:25.976Z] SSH_AGENT_PID=16 [2021-05-11T12:53:26.031Z] Running ssh-add (command line suppressed) [2021-05-11T12:53:26.404Z] Identity added: /w/workspace/_app-service-configurable_PR-244@tmp/private_key_6586384825629388238.key (/w/workspace/_app-service-configurable_PR-244@tmp/private_key_6586384825629388238.key) [2021-05-11T12:53:26.590Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T12:53:26.931Z] + git tag --points-at HEAD [Pipeline] } [2021-05-11T12:53:26.967Z] $ docker exec --env ******** --env ******** af521519c57473ed3456e8fe5b6084029bfff6772287b2bb6fd2004b834abe24 ssh-agent -k [2021-05-11T12:53:27.170Z] unset SSH_AUTH_SOCK; [2021-05-11T12:53:27.170Z] unset SSH_AGENT_PID; [2021-05-11T12:53:27.170Z] echo Agent pid 16 killed; [2021-05-11T12:53:27.279Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-11T12:53:27.319Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T12:53:27.320Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T12:53:27.643Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T12:53:27.655Z] $ docker exec af521519c57473ed3456e8fe5b6084029bfff6772287b2bb6fd2004b834abe24 ssh-agent [2021-05-11T12:53:27.961Z] SSH_AUTH_SOCK=/tmp/ssh-ncK0sApRy8iP/agent.45 [2021-05-11T12:53:27.961Z] SSH_AGENT_PID=50 [2021-05-11T12:53:27.972Z] Running ssh-add (command line suppressed) [2021-05-11T12:53:28.228Z] Identity added: /w/workspace/_app-service-configurable_PR-244@tmp/private_key_418431447221305176.key (/w/workspace/_app-service-configurable_PR-244@tmp/private_key_418431447221305176.key) [2021-05-11T12:53:28.340Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T12:53:28.692Z] + git semver init [2021-05-11T12:53:28.692Z] # -> Open(): unable to determine branch for HEAD [2021-05-11T12:53:28.692Z] # $GIT_DIR = /w/workspace/_app-service-configurable_PR-244/.git [2021-05-11T12:53:28.692Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_PR-244 [2021-05-11T12:53:28.692Z] # $SEMVER_REMOTE_NAME = origin [2021-05-11T12:53:28.692Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-11T12:53:28.692Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-11T12:53:28.692Z] # $SEMVER_BRANCH = PR-244 [2021-05-11T12:53:28.692Z] # $SEMVER_TEMP = /tmp/semver-271716359 [2021-05-11T12:53:28.692Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2021-05-11T12:53:29.329Z] # '/tmp/semver-271716359' -> '/w/workspace/_app-service-configurable_PR-244/.semver' [2021-05-11T12:53:29.605Z] # -> Force: false [2021-05-11T12:53:29.605Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_PR-244/.semver [Pipeline] } [2021-05-11T12:53:29.645Z] $ docker exec --env ******** --env ******** af521519c57473ed3456e8fe5b6084029bfff6772287b2bb6fd2004b834abe24 ssh-agent -k [2021-05-11T12:53:29.821Z] unset SSH_AUTH_SOCK; [2021-05-11T12:53:29.822Z] unset SSH_AGENT_PID; [2021-05-11T12:53:29.823Z] echo Agent pid 50 killed; [2021-05-11T12:53:29.897Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T12:53:30.303Z] + git semver [Pipeline] } [2021-05-11T12:53:30.344Z] $ docker stop --time=1 af521519c57473ed3456e8fe5b6084029bfff6772287b2bb6fd2004b834abe24 [2021-05-11T12:53:31.922Z] $ docker rm -f af521519c57473ed3456e8fe5b6084029bfff6772287b2bb6fd2004b834abe24 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T12:53:32.390Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-11T12:53:32.953Z] Stashed 1 file(s) [Pipeline] echo [2021-05-11T12:53:32.956Z] [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-11T12:53:48.162Z] Still waiting to schedule task [2021-05-11T12:53:48.163Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-4430’ [2021-05-11T12:53:48.165Z] Still waiting to schedule task [2021-05-11T12:53:48.165Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline [2021-05-11T12:55:37.728Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4431 in /w/workspace/_app-service-configurable_PR-244 [Pipeline] { [Pipeline] ws [2021-05-11T12:55:37.750Z] Running in /w/workspace/app-service-configurable/3 [Pipeline] { [Pipeline] checkout [2021-05-11T12:55:43.211Z] using credential edgex-jenkins-ssh [2021-05-11T12:55:43.230Z] Cloning the remote Git repository [2021-05-11T12:55:43.304Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-05-11T12:55:43.413Z] > git init /w/workspace/app-service-configurable/3 # timeout=10 [2021-05-11T12:55:43.568Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-05-11T12:55:43.569Z] > git --version # timeout=10 [2021-05-11T12:55:43.596Z] > git --version # 'git version 2.17.1' [2021-05-11T12:55:43.597Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T12:55:43.650Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T12:55:45.180Z] Merging remotes/origin/master commit 021e28942e8876b2560ded735e906d53e9e76b63 into PR head commit de553fb47b92d590afaeefe942fc0c7578dcb8f5 [2021-05-11T12:55:45.401Z] Merge succeeded, producing 09362959af8c1de5d6b362f9d4c0c8bdab74cba7 [2021-05-11T12:55:45.402Z] Checking out Revision 09362959af8c1de5d6b362f9d4c0c8bdab74cba7 (PR-244) [2021-05-11T12:55:44.489Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-05-11T12:55:44.508Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T12:55:44.541Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-05-11T12:55:44.583Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-05-11T12:55:44.584Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T12:55:44.597Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/244/head:refs/remotes/origin/PR-244 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-11T12:55:45.214Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T12:55:45.228Z] > git checkout -f de553fb47b92d590afaeefe942fc0c7578dcb8f5 # timeout=10 [2021-05-11T12:55:45.304Z] > git remote # timeout=10 [2021-05-11T12:55:45.324Z] > git config --get remote.origin.url # timeout=10 [2021-05-11T12:55:45.342Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T12:55:45.351Z] > git merge 021e28942e8876b2560ded735e906d53e9e76b63 # timeout=10 [2021-05-11T12:55:45.401Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-11T12:55:45.423Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T12:55:45.434Z] > git checkout -f 09362959af8c1de5d6b362f9d4c0c8bdab74cba7 # timeout=10 [2021-05-11T12:55:49.781Z] Commit message: "Merge commit '021e28942e8876b2560ded735e906d53e9e76b63' into HEAD" [2021-05-11T12:55:49.804Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-11T12:55:49.800Z] > git rev-list --no-walk 82373b38a29782132a854d2745b5be6a92800f61 # timeout=10 [2021-05-11T12:55:51.324Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-11T12:55:51.722Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-11T12:55:52.069Z] + true [2021-05-11T12:55:52.069Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T12:55:54.731Z] provisioning config files... [2021-05-11T12:55:54.779Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/3@tmp/config8647913893531685627tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T12:55:55.169Z] ---> docker-login.sh [2021-05-11T12:55:55.169Z] nexus3.edgexfoundry.org:10001 [2021-05-11T12:55:56.157Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T12:55:56.750Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T12:55:56.750Z] Configure a credential helper to remove this warning. See [2021-05-11T12:55:56.750Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T12:55:56.750Z] [2021-05-11T12:55:56.750Z] Login Succeeded [2021-05-11T12:55:56.750Z] nexus3.edgexfoundry.org:10002 [2021-05-11T12:55:57.022Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T12:55:57.022Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T12:55:57.022Z] Configure a credential helper to remove this warning. See [2021-05-11T12:55:57.022Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T12:55:57.022Z] [2021-05-11T12:55:57.022Z] Login Succeeded [2021-05-11T12:55:57.022Z] nexus3.edgexfoundry.org:10003 [2021-05-11T12:55:57.301Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T12:55:57.579Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T12:55:57.579Z] Configure a credential helper to remove this warning. See [2021-05-11T12:55:57.579Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T12:55:57.579Z] [2021-05-11T12:55:57.579Z] Login Succeeded [2021-05-11T12:55:57.579Z] nexus3.edgexfoundry.org:10004 [2021-05-11T12:55:57.851Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T12:55:58.125Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T12:55:58.125Z] Configure a credential helper to remove this warning. See [2021-05-11T12:55:58.125Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T12:55:58.125Z] [2021-05-11T12:55:58.125Z] Login Succeeded [2021-05-11T12:55:58.125Z] docker.io [2021-05-11T12:55:58.397Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T12:55:58.669Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T12:55:58.669Z] Configure a credential helper to remove this warning. See [2021-05-11T12:55:58.669Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T12:55:58.669Z] [2021-05-11T12:55:58.669Z] Login Succeeded [2021-05-11T12:55:58.669Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T12:55:58.686Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-11T12:55:59.012Z] ========================================================= [2021-05-11T12:55:59.012Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-11T12:55:59.012Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-11T12:55:59.371Z] + 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-11T12:55:59.371Z] Sending build context to Docker daemon 92.67kB [2021-05-11T12:55:59.644Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-05-11T12:55:59.644Z] Step 2/8 : FROM ${BASE} [2021-05-11T12:55:59.644Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-11T12:55:59.644Z] 595b0fe564bb: Pulling fs layer [2021-05-11T12:55:59.644Z] 7186ed65a4f7: Pulling fs layer [2021-05-11T12:55:59.644Z] 316046926c0a: Pulling fs layer [2021-05-11T12:55:59.645Z] 4ebd0625c992: Pulling fs layer [2021-05-11T12:55:59.645Z] 207e8628e3a3: Pulling fs layer [2021-05-11T12:55:59.645Z] c791037a9be2: Pulling fs layer [2021-05-11T12:55:59.645Z] ffd874e62e21: Pulling fs layer [2021-05-11T12:55:59.645Z] 207e8628e3a3: Waiting [2021-05-11T12:55:59.645Z] c791037a9be2: Waiting [2021-05-11T12:55:59.645Z] 4ebd0625c992: Waiting [2021-05-11T12:55:59.645Z] ffd874e62e21: Waiting [2021-05-11T12:55:59.645Z] 316046926c0a: Verifying Checksum [2021-05-11T12:55:59.645Z] 316046926c0a: Download complete [2021-05-11T12:55:59.645Z] 7186ed65a4f7: Download complete [2021-05-11T12:55:59.645Z] 207e8628e3a3: Verifying Checksum [2021-05-11T12:55:59.645Z] 207e8628e3a3: Download complete [2021-05-11T12:55:59.920Z] c791037a9be2: Verifying Checksum [2021-05-11T12:55:59.920Z] c791037a9be2: Download complete [2021-05-11T12:55:59.920Z] 595b0fe564bb: Verifying Checksum [2021-05-11T12:56:00.193Z] 595b0fe564bb: Pull complete [2021-05-11T12:56:00.799Z] 7186ed65a4f7: Pull complete [2021-05-11T12:56:01.424Z] 316046926c0a: Pull complete [2021-05-11T12:56:02.414Z] ffd874e62e21: Download complete [2021-05-11T12:56:03.388Z] 4ebd0625c992: Verifying Checksum [2021-05-11T12:56:03.388Z] 4ebd0625c992: Download complete [2021-05-11T12:56:13.550Z] 4ebd0625c992: Pull complete [2021-05-11T12:56:13.824Z] 207e8628e3a3: Pull complete [2021-05-11T12:56:14.421Z] c791037a9be2: Pull complete [2021-05-11T12:56:17.825Z] ffd874e62e21: Pull complete [2021-05-11T12:56:17.825Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-11T12:56:17.825Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-11T12:56:17.825Z] ---> cfc18b08335c [2021-05-11T12:56:17.825Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-11T12:56:21.235Z] ---> Running in cede215276fc [2021-05-11T12:56:21.235Z] Removing intermediate container cede215276fc [2021-05-11T12:56:21.235Z] ---> 52097cde1bd3 [2021-05-11T12:56:21.235Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T12:56:21.508Z] ---> Running in 5e9053125966 [2021-05-11T12:56:23.378Z] Running on prd-centos7-docker-4c-2g-4432 in /w/workspace/_app-service-configurable_PR-244 [Pipeline] { [Pipeline] ws [2021-05-11T12:56:23.402Z] Running in /w/workspace/app-service-configurable/3 [Pipeline] { [Pipeline] checkout [2021-05-11T12:56:24.136Z] Removing intermediate container 5e9053125966 [2021-05-11T12:56:24.136Z] ---> 474bd543f506 [2021-05-11T12:56:24.136Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-05-11T12:56:24.136Z] ---> Running in 5387e98d99fe [2021-05-11T12:56:25.117Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T12:56:27.082Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T12:56:27.432Z] using credential edgex-jenkins-ssh [2021-05-11T12:56:27.450Z] Cloning the remote Git repository [2021-05-11T12:56:27.489Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-05-11T12:56:27.574Z] > git init /w/workspace/app-service-configurable/3 # timeout=10 [2021-05-11T12:56:27.650Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-05-11T12:56:27.650Z] > git --version # timeout=10 [2021-05-11T12:56:27.667Z] > git --version # 'git version 2.24.3' [2021-05-11T12:56:27.668Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T12:56:27.700Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T12:56:28.895Z] Merging remotes/origin/master commit 021e28942e8876b2560ded735e906d53e9e76b63 into PR head commit de553fb47b92d590afaeefe942fc0c7578dcb8f5 [2021-05-11T12:56:29.035Z] Merge succeeded, producing ead2207e085b91975c56cdd242a91a38897db19b [2021-05-11T12:56:29.035Z] Checking out Revision ead2207e085b91975c56cdd242a91a38897db19b (PR-244) [2021-05-11T12:56:29.050Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-05-11T12:56:29.050Z] (2/6) Installing libsodium (1.0.18-r0) [2021-05-11T12:56:29.050Z] (3/6) Installing pkgconf (1.7.3-r0) [2021-05-11T12:56:29.327Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-05-11T12:56:29.327Z] (5/6) Installing libzmq (4.3.3-r1) [2021-05-11T12:56:28.334Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-05-11T12:56:28.363Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T12:56:28.388Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-05-11T12:56:28.411Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-05-11T12:56:28.411Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T12:56:28.422Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/244/head:refs/remotes/origin/PR-244 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-11T12:56:28.909Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T12:56:28.915Z] > git checkout -f de553fb47b92d590afaeefe942fc0c7578dcb8f5 # timeout=10 [2021-05-11T12:56:28.960Z] > git remote # timeout=10 [2021-05-11T12:56:28.967Z] > git config --get remote.origin.url # timeout=10 [2021-05-11T12:56:28.991Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T12:56:28.996Z] > git merge 021e28942e8876b2560ded735e906d53e9e76b63 # timeout=10 [2021-05-11T12:56:29.025Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-11T12:56:29.043Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T12:56:29.064Z] > git checkout -f ead2207e085b91975c56cdd242a91a38897db19b # timeout=10 [2021-05-11T12:56:29.598Z] (6/6) Installing zeromq-dev (4.3.3-r1) [2021-05-11T12:56:29.886Z] Executing busybox-1.32.1-r6.trigger [2021-05-11T12:56:29.886Z] OK: 139 MiB in 46 packages [2021-05-11T12:56:31.322Z] Removing intermediate container 5387e98d99fe [2021-05-11T12:56:31.322Z] ---> 3aa6478136b9 [2021-05-11T12:56:31.322Z] Step 6/8 : WORKDIR /app [2021-05-11T12:56:31.322Z] ---> Running in 4ecaaf087743 [2021-05-11T12:56:31.928Z] Removing intermediate container 4ecaaf087743 [2021-05-11T12:56:31.928Z] ---> 56c740b625da [2021-05-11T12:56:31.928Z] Step 7/8 : COPY . . [2021-05-11T12:56:32.523Z] ---> e5b3e686edd1 [2021-05-11T12:56:32.523Z] Step 8/8 : RUN go mod download [2021-05-11T12:56:32.799Z] ---> Running in e6e80a96274f [2021-05-11T12:56:33.167Z] Commit message: "Merge commit '021e28942e8876b2560ded735e906d53e9e76b63' into HEAD" [2021-05-11T12:56:33.180Z] First time build. Skipping changelog. [2021-05-11T12:56:33.176Z] > git rev-list --no-walk 82373b38a29782132a854d2745b5be6a92800f61 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-11T12:56:34.647Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-11T12:56:35.051Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-11T12:56:35.374Z] + sudo service docker restart [2021-05-11T12:56:35.374Z] + true [2021-05-11T12:56:35.374Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T12:56:36.821Z] provisioning config files... [2021-05-11T12:56:36.852Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/3@tmp/config5476204574685884324tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T12:56:37.255Z] ---> docker-login.sh [2021-05-11T12:56:37.255Z] nexus3.edgexfoundry.org:10001 [2021-05-11T12:56:37.519Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T12:56:37.791Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T12:56:37.791Z] Configure a credential helper to remove this warning. See [2021-05-11T12:56:37.791Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T12:56:37.791Z] [2021-05-11T12:56:37.791Z] Login Succeeded [2021-05-11T12:56:37.791Z] nexus3.edgexfoundry.org:10002 [2021-05-11T12:56:38.073Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T12:56:38.073Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T12:56:38.073Z] Configure a credential helper to remove this warning. See [2021-05-11T12:56:38.073Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T12:56:38.073Z] [2021-05-11T12:56:38.073Z] Login Succeeded [2021-05-11T12:56:38.073Z] nexus3.edgexfoundry.org:10003 [2021-05-11T12:56:38.360Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T12:56:38.654Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T12:56:38.654Z] Configure a credential helper to remove this warning. See [2021-05-11T12:56:38.654Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T12:56:38.654Z] [2021-05-11T12:56:38.654Z] Login Succeeded [2021-05-11T12:56:38.654Z] nexus3.edgexfoundry.org:10004 [2021-05-11T12:56:38.939Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T12:56:38.939Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T12:56:38.939Z] Configure a credential helper to remove this warning. See [2021-05-11T12:56:38.939Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T12:56:38.939Z] [2021-05-11T12:56:38.939Z] Login Succeeded [2021-05-11T12:56:38.939Z] docker.io [2021-05-11T12:56:39.202Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T12:56:39.471Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T12:56:39.471Z] Configure a credential helper to remove this warning. See [2021-05-11T12:56:39.471Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T12:56:39.471Z] [2021-05-11T12:56:39.471Z] Login Succeeded [2021-05-11T12:56:39.471Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T12:56:39.484Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-11T12:56:39.731Z] ========================================================= [2021-05-11T12:56:39.731Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-11T12:56:39.731Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-11T12:56:40.062Z] + 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-11T12:56:40.062Z] Sending build context to Docker daemon 92.67kB [2021-05-11T12:56:40.062Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-05-11T12:56:40.062Z] Step 2/8 : FROM ${BASE} [2021-05-11T12:56:40.331Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-11T12:56:40.331Z] 540db60ca938: Pulling fs layer [2021-05-11T12:56:40.331Z] adcc1eea9eea: Pulling fs layer [2021-05-11T12:56:40.331Z] 4c4ab2625f07: Pulling fs layer [2021-05-11T12:56:40.331Z] 0510c868ecb4: Pulling fs layer [2021-05-11T12:56:40.331Z] afea3b2eda06: Pulling fs layer [2021-05-11T12:56:40.331Z] 7809a108b3ef: Pulling fs layer [2021-05-11T12:56:40.331Z] f706445af74f: Pulling fs layer [2021-05-11T12:56:40.331Z] afea3b2eda06: Waiting [2021-05-11T12:56:40.331Z] 7809a108b3ef: Waiting [2021-05-11T12:56:40.331Z] 0510c868ecb4: Waiting [2021-05-11T12:56:40.331Z] f706445af74f: Waiting [2021-05-11T12:56:40.331Z] 4c4ab2625f07: Download complete [2021-05-11T12:56:40.332Z] adcc1eea9eea: Verifying Checksum [2021-05-11T12:56:40.332Z] adcc1eea9eea: Download complete [2021-05-11T12:56:40.332Z] afea3b2eda06: Verifying Checksum [2021-05-11T12:56:40.332Z] afea3b2eda06: Download complete [2021-05-11T12:56:40.332Z] 7809a108b3ef: Verifying Checksum [2021-05-11T12:56:40.332Z] 7809a108b3ef: Download complete [2021-05-11T12:56:40.332Z] 540db60ca938: Verifying Checksum [2021-05-11T12:56:40.332Z] 540db60ca938: Download complete [2021-05-11T12:56:40.953Z] 540db60ca938: Pull complete [2021-05-11T12:56:41.247Z] adcc1eea9eea: Pull complete [2021-05-11T12:56:41.524Z] 4c4ab2625f07: Pull complete [2021-05-11T12:56:42.949Z] f706445af74f: Download complete [2021-05-11T12:56:43.942Z] 0510c868ecb4: Download complete [2021-05-11T12:56:52.249Z] 0510c868ecb4: Pull complete [2021-05-11T12:56:52.249Z] afea3b2eda06: Pull complete [2021-05-11T12:56:52.249Z] 7809a108b3ef: Pull complete [2021-05-11T12:56:56.520Z] f706445af74f: Pull complete [2021-05-11T12:56:56.520Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-11T12:56:56.520Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-11T12:56:56.520Z] ---> b068be0155e3 [2021-05-11T12:56:56.520Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-11T12:56:57.477Z] ---> Running in 3fa3973f79fb [2021-05-11T12:56:57.477Z] Removing intermediate container 3fa3973f79fb [2021-05-11T12:56:57.477Z] ---> e91c12512db1 [2021-05-11T12:56:57.477Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T12:56:57.749Z] ---> Running in bf6e303afbeb [2021-05-11T12:56:59.148Z] Removing intermediate container bf6e303afbeb [2021-05-11T12:56:59.148Z] ---> 6bec12d0b6f0 [2021-05-11T12:56:59.148Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-05-11T12:56:59.148Z] ---> Running in 1dbf2239585c [2021-05-11T12:56:59.728Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T12:57:01.677Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T12:57:03.610Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-05-11T12:57:03.610Z] (2/6) Installing libsodium (1.0.18-r0) [2021-05-11T12:57:03.610Z] (3/6) Installing pkgconf (1.7.3-r0) [2021-05-11T12:57:03.610Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-05-11T12:57:03.874Z] (5/6) Installing libzmq (4.3.3-r1) [2021-05-11T12:57:04.137Z] (6/6) Installing zeromq-dev (4.3.3-r1) [2021-05-11T12:57:04.404Z] Executing busybox-1.32.1-r6.trigger [2021-05-11T12:57:04.404Z] OK: 150 MiB in 46 packages [2021-05-11T12:57:04.985Z] Removing intermediate container 1dbf2239585c [2021-05-11T12:57:04.985Z] ---> 806d4bebd032 [2021-05-11T12:57:04.985Z] Step 6/8 : WORKDIR /app [2021-05-11T12:57:05.181Z] Removing intermediate container e6e80a96274f [2021-05-11T12:57:05.181Z] ---> 37c05695bff3 [2021-05-11T12:57:05.181Z] Successfully built 37c05695bff3 [2021-05-11T12:57:05.181Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T12:57:05.254Z] ---> Running in 8a3d30ca3757 [2021-05-11T12:57:05.254Z] Removing intermediate container 8a3d30ca3757 [2021-05-11T12:57:05.254Z] ---> f535c00f9412 [2021-05-11T12:57:05.254Z] Step 7/8 : COPY . . [2021-05-11T12:57:05.520Z] ---> 283ce3695b4a [2021-05-11T12:57:05.520Z] Step 8/8 : RUN go mod download [2021-05-11T12:57:05.520Z] + docker inspect -f . ci-base-image-arm64 [2021-05-11T12:57:05.521Z] . [Pipeline] withDockerContainer [2021-05-11T12:57:05.744Z] prd-ubuntu18.04-docker-arm64-4c-16g-4431 does not seem to be running inside a container [2021-05-11T12:57:05.783Z] ---> Running in 7db9101dbdcd [2021-05-11T12:57:05.829Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/3 -v /w/workspace/app-service-configurable/3:/w/workspace/app-service-configurable/3:rw,z -v /w/workspace/app-service-configurable/3@tmp:/w/workspace/app-service-configurable/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-11T12:57:07.378Z] $ docker top faeb48fcc3dc176fbb45572f71a8f263687c8ed0b07842321c40cfc4d1a9bfee -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T12:57:08.311Z] + go version [2021-05-11T12:57:08.311Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-11T12:57:08.365Z] $ docker stop --time=1 faeb48fcc3dc176fbb45572f71a8f263687c8ed0b07842321c40cfc4d1a9bfee [2021-05-11T12:57:10.290Z] $ docker rm -f faeb48fcc3dc176fbb45572f71a8f263687c8ed0b07842321c40cfc4d1a9bfee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T12:57:10.966Z] + docker inspect -f . ci-base-image-arm64 [2021-05-11T12:57:10.966Z] . [Pipeline] withDockerContainer [2021-05-11T12:57:11.229Z] prd-ubuntu18.04-docker-arm64-4c-16g-4431 does not seem to be running inside a container [2021-05-11T12:57:11.317Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/3 -v /w/workspace/app-service-configurable/3:/w/workspace/app-service-configurable/3:rw,z -v /w/workspace/app-service-configurable/3@tmp:/w/workspace/app-service-configurable/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-11T12:57:12.782Z] $ docker top 5aaaad4ce384617d3aff1e869b86be5e7091ba04188c77224910c12d56c2428e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T12:57:13.700Z] + go mod tidy [Pipeline] sh [2021-05-11T12:57:14.965Z] + make test [2021-05-11T12:57:14.965Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-05-11T12:57:32.503Z] Removing intermediate container 7db9101dbdcd [2021-05-11T12:57:32.503Z] ---> c14937c68259 [2021-05-11T12:57:32.503Z] Successfully built c14937c68259 [2021-05-11T12:57:32.503Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T12:57:32.961Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-11T12:57:33.234Z] . [Pipeline] withDockerContainer [2021-05-11T12:57:33.637Z] prd-centos7-docker-4c-2g-4432 does not seem to be running inside a container [2021-05-11T12:57:33.740Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/3 -v /w/workspace/app-service-configurable/3:/w/workspace/app-service-configurable/3:rw,z -v /w/workspace/app-service-configurable/3@tmp:/w/workspace/app-service-configurable/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-11T12:57:34.903Z] $ docker top 9c7cadc80b1ac6b4e79ea494db2f79c8fc7b717645f1adcee33d969cef382891 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T12:57:35.823Z] + go version [2021-05-11T12:57:35.823Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-11T12:57:35.851Z] $ docker stop --time=1 9c7cadc80b1ac6b4e79ea494db2f79c8fc7b717645f1adcee33d969cef382891 [2021-05-11T12:57:37.521Z] $ docker rm -f 9c7cadc80b1ac6b4e79ea494db2f79c8fc7b717645f1adcee33d969cef382891 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T12:57:38.241Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-11T12:57:38.241Z] . [Pipeline] withDockerContainer [2021-05-11T12:57:38.548Z] prd-centos7-docker-4c-2g-4432 does not seem to be running inside a container [2021-05-11T12:57:38.671Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/3 -v /w/workspace/app-service-configurable/3:/w/workspace/app-service-configurable/3:rw,z -v /w/workspace/app-service-configurable/3@tmp:/w/workspace/app-service-configurable/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-11T12:57:39.745Z] $ docker top 5361fa77be17e0b730958a659d7885a4c985604f6ab2312ea4c7a54a9ac5e357 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T12:57:41.162Z] + go mod tidy [Pipeline] sh [2021-05-11T12:57:42.497Z] + make test [2021-05-11T12:57:42.497Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-05-11T12:58:01.986Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-05-11T12:58:01.986Z] CGO_ENABLED=1 go vet ./... [2021-05-11T12:58:09.664Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-05-11T12:58:09.665Z] CGO_ENABLED=1 go vet ./... [2021-05-11T12:58:22.853Z] gofmt -l . [2021-05-11T12:58:22.853Z] [ "`gofmt -l .`" = "" ] [2021-05-11T12:58:22.853Z] ./bin/test-go-mod-tidy.sh [2021-05-11T12:58:23.401Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-05-11T12:58:24.406Z] $ docker stop --time=1 5361fa77be17e0b730958a659d7885a4c985604f6ab2312ea4c7a54a9ac5e357 [2021-05-11T12:58:26.821Z] $ docker rm -f 5361fa77be17e0b730958a659d7885a4c985604f6ab2312ea4c7a54a9ac5e357 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T12:58:27.430Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-11T12:58:27.955Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-05-11T12:58:28.828Z] gofmt -l . [2021-05-11T12:58:28.828Z] [ "`gofmt -l .`" = "" ] [2021-05-11T12:58:28.828Z] ./bin/test-go-mod-tidy.sh [2021-05-11T12:58:28.828Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-05-11T12:58:30.105Z] $ docker stop --time=1 5aaaad4ce384617d3aff1e869b86be5e7091ba04188c77224910c12d56c2428e [2021-05-11T12:58:32.316Z] $ docker rm -f 5aaaad4ce384617d3aff1e869b86be5e7091ba04188c77224910c12d56c2428e [Pipeline] sh [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T12:58:33.186Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-11T12:58:33.264Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-11T12:58:33.295Z] Warning: overwriting stash ‘coverage-report’ [2021-05-11T12:58:33.541Z] + ls -al . [2021-05-11T12:58:33.541Z] total 92 [2021-05-11T12:58:33.541Z] drwxrwxr-x. 7 jenkins jenkins 4096 May 11 12:58 . [2021-05-11T12:58:33.541Z] drwxrwxr-x. 4 jenkins jenkins 28 May 11 12:56 .. [2021-05-11T12:58:33.541Z] -rw-rw-r--. 1 jenkins jenkins 7306 May 11 12:56 Attribution.txt [2021-05-11T12:58:33.541Z] drwxrwxr-x. 2 jenkins jenkins 64 May 11 12:56 bin [2021-05-11T12:58:33.541Z] -rw-r--r--. 1 jenkins jenkins 10 May 11 12:57 coverage.out [2021-05-11T12:58:33.541Z] -rw-rw-r--. 1 jenkins jenkins 2032 May 11 12:56 Dockerfile [2021-05-11T12:58:33.541Z] -rw-rw-r--. 1 jenkins jenkins 970 May 11 12:56 Dockerfile.build [2021-05-11T12:58:33.541Z] -rw-rw-r--. 1 jenkins jenkins 119 May 11 12:56 .dockerignore [2021-05-11T12:58:33.541Z] drwxrwxr-x. 8 jenkins jenkins 179 May 11 12:56 .git [2021-05-11T12:58:33.541Z] drwxrwxr-x. 2 jenkins jenkins 81 May 11 12:56 .github [2021-05-11T12:58:33.541Z] -rw-rw-r--. 1 jenkins jenkins 111 May 11 12:56 .gitignore [2021-05-11T12:58:33.541Z] -rw-r--r--. 1 jenkins jenkins 136 May 11 12:58 go.mod [2021-05-11T12:58:33.541Z] -rw-r--r--. 1 jenkins jenkins 20757 May 11 12:57 go.sum [2021-05-11T12:58:33.541Z] -rw-rw-r--. 1 jenkins jenkins 687 May 11 12:56 Jenkinsfile [2021-05-11T12:58:33.541Z] -rw-rw-r--. 1 jenkins jenkins 10174 May 11 12:56 LICENSE [2021-05-11T12:58:33.541Z] -rw-rw-r--. 1 jenkins jenkins 1460 May 11 12:56 main.go [2021-05-11T12:58:33.541Z] -rw-rw-r--. 1 jenkins jenkins 1582 May 11 12:56 makefile [2021-05-11T12:58:33.541Z] -rw-rw-r--. 1 jenkins jenkins 3230 May 11 12:56 README.md [2021-05-11T12:58:33.541Z] drwxrwxr-x. 8 jenkins jenkins 122 May 11 12:56 res [2021-05-11T12:58:33.541Z] drwxrwxr-x. 4 jenkins jenkins 71 May 11 12:56 snap [2021-05-11T12:58:33.541Z] -rw-rw-r--. 1 jenkins jenkins 5 May 11 12:53 VERSION [Pipeline] isUnix [Pipeline] sh [2021-05-11T12:58:33.877Z] + docker build -t docker-app-service-configurable -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=8e449f9bb92e41d480991289e438407b3b0cc6b6 --label arch=amd64 --label version=0.0.0 . [2021-05-11T12:58:33.877Z] Sending build context to Docker daemon 116.2kB [2021-05-11T12:58:34.145Z] Step 1/27 : ARG BASE=golang:1.16-alpine3.12 [2021-05-11T12:58:34.145Z] Step 2/27 : FROM ${BASE} AS builder [2021-05-11T12:58:34.145Z] ---> c14937c68259 [2021-05-11T12:58:34.145Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-05-11T12:58:34.145Z] ---> Running in 747752d47512 [2021-05-11T12:58:34.192Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-11T12:58:34.412Z] Removing intermediate container 747752d47512 [2021-05-11T12:58:34.412Z] ---> 8cef86511593 [2021-05-11T12:58:34.412Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-05-11T12:58:34.412Z] ---> Running in dd0986668d0a [2021-05-11T12:58:34.657Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-11T12:58:34.684Z] Removing intermediate container dd0986668d0a [2021-05-11T12:58:34.684Z] ---> cbf73d39ca94 [2021-05-11T12:58:34.684Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-05-11T12:58:34.684Z] ---> Running in 41b932850ae7 [2021-05-11T12:58:34.957Z] Removing intermediate container 41b932850ae7 [2021-05-11T12:58:34.957Z] ---> c4e0c7e792cc [2021-05-11T12:58:34.957Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T12:58:34.957Z] ---> Running in 6c7aad45f27d [2021-05-11T12:58:35.038Z] + ls -al . [2021-05-11T12:58:35.038Z] total 116 [2021-05-11T12:58:35.038Z] drwxrwxr-x 7 jenkins jenkins 4096 May 11 12:58 . [2021-05-11T12:58:35.038Z] drwxrwxr-x 4 jenkins jenkins 4096 May 11 12:55 .. [2021-05-11T12:58:35.038Z] -rw-rw-r-- 1 jenkins jenkins 119 May 11 12:55 .dockerignore [2021-05-11T12:58:35.038Z] drwxrwxr-x 8 jenkins jenkins 4096 May 11 12:55 .git [2021-05-11T12:58:35.038Z] drwxrwxr-x 2 jenkins jenkins 4096 May 11 12:55 .github [2021-05-11T12:58:35.038Z] -rw-rw-r-- 1 jenkins jenkins 111 May 11 12:55 .gitignore [2021-05-11T12:58:35.038Z] -rw-rw-r-- 1 jenkins jenkins 7306 May 11 12:55 Attribution.txt [2021-05-11T12:58:35.038Z] -rw-rw-r-- 1 jenkins jenkins 2032 May 11 12:55 Dockerfile [2021-05-11T12:58:35.038Z] -rw-rw-r-- 1 jenkins jenkins 970 May 11 12:55 Dockerfile.build [2021-05-11T12:58:35.038Z] -rw-rw-r-- 1 jenkins jenkins 687 May 11 12:55 Jenkinsfile [2021-05-11T12:58:35.038Z] -rw-rw-r-- 1 jenkins jenkins 10174 May 11 12:55 LICENSE [2021-05-11T12:58:35.038Z] -rw-rw-r-- 1 jenkins jenkins 3230 May 11 12:55 README.md [2021-05-11T12:58:35.038Z] -rw-rw-r-- 1 jenkins jenkins 5 May 11 12:53 VERSION [2021-05-11T12:58:35.038Z] drwxrwxr-x 2 jenkins jenkins 4096 May 11 12:55 bin [2021-05-11T12:58:35.038Z] -rw-r--r-- 1 jenkins jenkins 10 May 11 12:57 coverage.out [2021-05-11T12:58:35.038Z] -rw-r--r-- 1 jenkins jenkins 136 May 11 12:58 go.mod [2021-05-11T12:58:35.038Z] -rw-r--r-- 1 jenkins jenkins 20757 May 11 12:57 go.sum [2021-05-11T12:58:35.038Z] -rw-rw-r-- 1 jenkins jenkins 1460 May 11 12:55 main.go [2021-05-11T12:58:35.038Z] -rw-rw-r-- 1 jenkins jenkins 1582 May 11 12:55 makefile [2021-05-11T12:58:35.038Z] drwxrwxr-x 8 jenkins jenkins 4096 May 11 12:55 res [2021-05-11T12:58:35.038Z] drwxrwxr-x 4 jenkins jenkins 4096 May 11 12:55 snap [Pipeline] isUnix [Pipeline] sh [2021-05-11T12:58:35.437Z] + docker build -t docker-app-service-configurable-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=8e449f9bb92e41d480991289e438407b3b0cc6b6 --label arch=arm64 --label version=0.0.0 . [2021-05-11T12:58:35.437Z] Sending build context to Docker daemon 116.2kB [2021-05-11T12:58:35.731Z] Step 1/27 : ARG BASE=golang:1.16-alpine3.12 [2021-05-11T12:58:35.731Z] Step 2/27 : FROM ${BASE} AS builder [2021-05-11T12:58:35.731Z] ---> 37c05695bff3 [2021-05-11T12:58:35.731Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-05-11T12:58:36.021Z] ---> Running in 8af7ab254849 [2021-05-11T12:58:36.386Z] Removing intermediate container 6c7aad45f27d [2021-05-11T12:58:36.386Z] ---> bd1e834ae3e6 [2021-05-11T12:58:36.386Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-11T12:58:36.386Z] ---> Running in 8cd7b0f19bfc [2021-05-11T12:58:36.627Z] Removing intermediate container 8af7ab254849 [2021-05-11T12:58:36.627Z] ---> 3828c1035f9c [2021-05-11T12:58:36.627Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-05-11T12:58:36.627Z] ---> Running in 916395b60af0 [2021-05-11T12:58:36.978Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T12:58:37.232Z] Removing intermediate container 916395b60af0 [2021-05-11T12:58:37.232Z] ---> fcae85220a13 [2021-05-11T12:58:37.232Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-05-11T12:58:37.232Z] ---> Running in c71b688c656b [2021-05-11T12:58:37.827Z] Removing intermediate container c71b688c656b [2021-05-11T12:58:37.827Z] ---> 7de8ad73f018 [2021-05-11T12:58:37.827Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T12:58:37.827Z] ---> Running in 9d24da6ebd4e [2021-05-11T12:58:40.438Z] Removing intermediate container 9d24da6ebd4e [2021-05-11T12:58:40.438Z] ---> 56a726b32fd9 [2021-05-11T12:58:40.438Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-11T12:58:40.438Z] ---> Running in a477c302a73e [2021-05-11T12:58:41.037Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T12:58:43.001Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T12:58:43.635Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T12:58:43.986Z] OK: 139 MiB in 46 packages [2021-05-11T12:58:45.416Z] Removing intermediate container a477c302a73e [2021-05-11T12:58:45.416Z] ---> c928c2a1681d [2021-05-11T12:58:45.416Z] Step 8/27 : WORKDIR /app [2021-05-11T12:58:45.416Z] ---> Running in 1829bc434524 [2021-05-11T12:58:46.011Z] Removing intermediate container 1829bc434524 [2021-05-11T12:58:46.011Z] ---> dd2b71e4cf9e [2021-05-11T12:58:46.011Z] Step 9/27 : COPY go.mod . [2021-05-11T12:58:46.605Z] ---> 7c2875a6a064 [2021-05-11T12:58:46.605Z] Step 10/27 : RUN go mod download [2021-05-11T12:58:46.605Z] ---> Running in de7aa5a3af95 [2021-05-11T12:58:49.241Z] Removing intermediate container de7aa5a3af95 [2021-05-11T12:58:49.241Z] ---> c116ae0c9c59 [2021-05-11T12:58:49.241Z] Step 11/27 : COPY . . [2021-05-11T12:58:49.839Z] ---> e7e367856a69 [2021-05-11T12:58:49.839Z] Step 12/27 : ARG MAKE="make build" [2021-05-11T12:58:49.839Z] ---> Running in 67ede9d1bd25 [2021-05-11T12:58:50.112Z] Removing intermediate container 67ede9d1bd25 [2021-05-11T12:58:50.112Z] ---> eaf82015d469 [2021-05-11T12:58:50.112Z] Step 13/27 : RUN $MAKE [2021-05-11T12:58:50.272Z] OK: 150 MiB in 46 packages [2021-05-11T12:58:50.385Z] ---> Running in 41fd64bb8587 [2021-05-11T12:58:50.852Z] Removing intermediate container 8cd7b0f19bfc [2021-05-11T12:58:50.852Z] ---> 2f02b01e3fb1 [2021-05-11T12:58:50.852Z] Step 8/27 : WORKDIR /app [2021-05-11T12:58:50.852Z] ---> Running in ea8e6a0de0f2 [2021-05-11T12:58:51.125Z] Removing intermediate container ea8e6a0de0f2 [2021-05-11T12:58:51.125Z] ---> 2a908f93d31d [2021-05-11T12:58:51.125Z] Step 9/27 : COPY go.mod . [2021-05-11T12:58:51.367Z] go mod tidy [2021-05-11T12:58:51.413Z] ---> b783300c0e1f [2021-05-11T12:58:51.413Z] Step 10/27 : RUN go mod download [2021-05-11T12:58:51.413Z] ---> Running in fef236e64b00 [2021-05-11T12:58:51.991Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.58 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-05-11T12:58:52.887Z] Removing intermediate container fef236e64b00 [2021-05-11T12:58:52.887Z] ---> 5579d902074b [2021-05-11T12:58:52.887Z] Step 11/27 : COPY . . [2021-05-11T12:58:53.169Z] ---> d9808db6c534 [2021-05-11T12:58:53.169Z] Step 12/27 : ARG MAKE="make build" [2021-05-11T12:58:53.432Z] ---> Running in b8834c7d3a72 [2021-05-11T12:58:53.432Z] Removing intermediate container b8834c7d3a72 [2021-05-11T12:58:53.432Z] ---> 6c5580617d02 [2021-05-11T12:58:53.432Z] Step 13/27 : RUN $MAKE [2021-05-11T12:58:53.704Z] ---> Running in 416fefb368fa [2021-05-11T12:58:54.301Z] go mod tidy [2021-05-11T12:58:54.575Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.58 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-05-11T12:59:16.965Z] Removing intermediate container 416fefb368fa [2021-05-11T12:59:16.965Z] ---> a1c5b76b1fd0 [2021-05-11T12:59:16.965Z] Step 14/27 : FROM alpine:3.12 [2021-05-11T12:59:16.965Z] 3.12: Pulling from library/alpine [2021-05-11T12:59:16.965Z] 339de151aab4: Pulling fs layer [2021-05-11T12:59:16.965Z] 339de151aab4: Verifying Checksum [2021-05-11T12:59:16.965Z] 339de151aab4: Download complete [2021-05-11T12:59:16.965Z] 339de151aab4: Pull complete [2021-05-11T12:59:16.965Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T12:59:16.965Z] Status: Downloaded newer image for alpine:3.12 [2021-05-11T12:59:16.965Z] ---> 13621d1b12d4 [2021-05-11T12:59:16.965Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-05-11T12:59:16.965Z] ---> Running in f401418e56ab [2021-05-11T12:59:16.965Z] Removing intermediate container f401418e56ab [2021-05-11T12:59:16.965Z] ---> ed9660fb4d48 [2021-05-11T12:59:16.965Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-05-11T12:59:16.965Z] ---> Running in 51b211fc67af [2021-05-11T12:59:16.965Z] Removing intermediate container 51b211fc67af [2021-05-11T12:59:16.965Z] ---> 45105fce130e [2021-05-11T12:59:16.965Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-05-11T12:59:16.965Z] ---> Running in 60400303c58e [2021-05-11T12:59:16.965Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T12:59:16.965Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T12:59:16.965Z] (1/7) Installing ca-certificates (20191127-r4) [2021-05-11T12:59:16.965Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-05-11T12:59:16.965Z] (3/7) Installing libgcc (9.3.0-r2) [2021-05-11T12:59:16.965Z] (4/7) Installing libsodium (1.0.18-r0) [2021-05-11T12:59:16.965Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-05-11T12:59:16.965Z] (6/7) Installing libzmq (4.3.3-r0) [2021-05-11T12:59:16.965Z] (7/7) Installing zeromq (4.3.3-r0) [2021-05-11T12:59:16.965Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T12:59:16.965Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T12:59:16.965Z] OK: 9 MiB in 21 packages [2021-05-11T12:59:17.552Z] Removing intermediate container 60400303c58e [2021-05-11T12:59:17.552Z] ---> 170c4c7d7be9 [2021-05-11T12:59:17.552Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-05-11T12:59:18.140Z] ---> 8183483c199b [2021-05-11T12:59:18.140Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-05-11T12:59:18.415Z] ---> 63858957dcd2 [2021-05-11T12:59:18.415Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-05-11T12:59:19.012Z] ---> 3e012416167b [2021-05-11T12:59:19.012Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-05-11T12:59:19.591Z] ---> b060f3ea4b94 [2021-05-11T12:59:19.591Z] Step 22/27 : EXPOSE 48095 [2021-05-11T12:59:19.865Z] ---> Running in c5742b68591a [2021-05-11T12:59:19.865Z] Removing intermediate container c5742b68591a [2021-05-11T12:59:19.865Z] ---> c6420a1978db [2021-05-11T12:59:19.865Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-05-11T12:59:20.144Z] ---> Running in 95f94c316713 [2021-05-11T12:59:20.413Z] Removing intermediate container 95f94c316713 [2021-05-11T12:59:20.413Z] ---> f1d512e33995 [2021-05-11T12:59:20.413Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T12:59:20.413Z] ---> Running in 4eb368b1e6e7 [2021-05-11T12:59:20.690Z] Removing intermediate container 4eb368b1e6e7 [2021-05-11T12:59:20.690Z] ---> 3521860305fc [2021-05-11T12:59:20.690Z] Step 25/27 : LABEL arch=amd64 [2021-05-11T12:59:20.690Z] ---> Running in bb8591e349a9 [2021-05-11T12:59:20.959Z] Removing intermediate container bb8591e349a9 [2021-05-11T12:59:20.959Z] ---> 9e24d2fc9a90 [2021-05-11T12:59:20.959Z] Step 26/27 : LABEL git_sha=8e449f9bb92e41d480991289e438407b3b0cc6b6 [2021-05-11T12:59:20.959Z] ---> Running in a1735888cf32 [2021-05-11T12:59:21.236Z] Removing intermediate container a1735888cf32 [2021-05-11T12:59:21.236Z] ---> 0eb0d4cc9506 [2021-05-11T12:59:21.236Z] Step 27/27 : LABEL version=0.0.0 [2021-05-11T12:59:21.236Z] ---> Running in 4fc1938dca2b [2021-05-11T12:59:21.508Z] Removing intermediate container 4fc1938dca2b [2021-05-11T12:59:21.508Z] ---> 87f446d251b2 [2021-05-11T12:59:21.508Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-11T12:59:21.508Z] Successfully built 87f446d251b2 [2021-05-11T12:59:21.508Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-05-11T12:59:31.001Z] Removing intermediate container 41fd64bb8587 [2021-05-11T12:59:31.001Z] ---> 13ee3e938564 [2021-05-11T12:59:31.001Z] Step 14/27 : FROM alpine:3.12 [2021-05-11T12:59:31.001Z] 3.12: Pulling from library/alpine [2021-05-11T12:59:31.001Z] d2f70382dc9a: Pulling fs layer [2021-05-11T12:59:31.001Z] d2f70382dc9a: Download complete [2021-05-11T12:59:31.001Z] d2f70382dc9a: Pull complete [2021-05-11T12:59:31.001Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T12:59:31.001Z] Status: Downloaded newer image for alpine:3.12 [2021-05-11T12:59:31.001Z] ---> 9852663dfa18 [2021-05-11T12:59:31.001Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-05-11T12:59:31.001Z] ---> Running in 57ae9d20ba93 [2021-05-11T12:59:31.001Z] Removing intermediate container 57ae9d20ba93 [2021-05-11T12:59:31.001Z] ---> 9aecbcb35bd9 [2021-05-11T12:59:31.001Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-05-11T12:59:31.001Z] ---> Running in b440020a397e [2021-05-11T12:59:31.001Z] Removing intermediate container b440020a397e [2021-05-11T12:59:31.001Z] ---> b81ba8358bc9 [2021-05-11T12:59:31.001Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-05-11T12:59:31.001Z] ---> Running in 860b12018b05 [2021-05-11T12:59:31.598Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T12:59:31.871Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T12:59:32.466Z] (1/7) Installing ca-certificates (20191127-r4) [2021-05-11T12:59:32.466Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-05-11T12:59:32.466Z] (3/7) Installing libgcc (9.3.0-r2) [2021-05-11T12:59:32.466Z] (4/7) Installing libsodium (1.0.18-r0) [2021-05-11T12:59:32.466Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-05-11T12:59:32.466Z] (6/7) Installing libzmq (4.3.3-r0) [2021-05-11T12:59:32.466Z] (7/7) Installing zeromq (4.3.3-r0) [2021-05-11T12:59:32.466Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T12:59:32.741Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T12:59:32.741Z] OK: 9 MiB in 21 packages [2021-05-11T12:59:34.730Z] Removing intermediate container 860b12018b05 [2021-05-11T12:59:34.730Z] ---> 1dae211beb6b [2021-05-11T12:59:34.730Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-05-11T12:59:35.005Z] ---> 2312e20d2aa2 [2021-05-11T12:59:35.005Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-05-11T12:59:35.984Z] ---> e531c2242a09 [2021-05-11T12:59:35.984Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-05-11T12:59:36.579Z] ---> 7b1923d8d535 [2021-05-11T12:59:36.580Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-05-11T12:59:36.748Z] Still waiting to schedule task [2021-05-11T12:59:36.748Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-05-11T12:59:38.017Z] ---> cbcd6196939b [2021-05-11T12:59:38.018Z] Step 22/27 : EXPOSE 48095 [2021-05-11T12:59:38.018Z] ---> Running in e54ff5dde476 [2021-05-11T12:59:38.616Z] Removing intermediate container e54ff5dde476 [2021-05-11T12:59:38.616Z] ---> df3d9b157329 [2021-05-11T12:59:38.616Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-05-11T12:59:38.616Z] ---> Running in b03e8a5fa28e [2021-05-11T12:59:39.212Z] Removing intermediate container b03e8a5fa28e [2021-05-11T12:59:39.212Z] ---> a597844aedd5 [2021-05-11T12:59:39.212Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T12:59:39.212Z] ---> Running in dff235c911a6 [2021-05-11T12:59:39.806Z] Removing intermediate container dff235c911a6 [2021-05-11T12:59:39.806Z] ---> 516fb127a522 [2021-05-11T12:59:39.806Z] Step 25/27 : LABEL arch=arm64 [2021-05-11T12:59:39.806Z] ---> Running in d6b0f3b561be [2021-05-11T12:59:40.405Z] Removing intermediate container d6b0f3b561be [2021-05-11T12:59:40.405Z] ---> 150a4c524419 [2021-05-11T12:59:40.405Z] Step 26/27 : LABEL git_sha=8e449f9bb92e41d480991289e438407b3b0cc6b6 [2021-05-11T12:59:40.405Z] ---> Running in 88d9259a7983 [2021-05-11T12:59:40.999Z] Removing intermediate container 88d9259a7983 [2021-05-11T12:59:40.999Z] ---> acba54a11e0e [2021-05-11T12:59:40.999Z] Step 27/27 : LABEL version=0.0.0 [2021-05-11T12:59:40.999Z] ---> Running in 7493606cf9d5 [2021-05-11T12:59:41.593Z] Removing intermediate container 7493606cf9d5 [2021-05-11T12:59:41.593Z] ---> 5c297d0ca9e5 [2021-05-11T12:59:41.593Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-11T12:59:41.593Z] Successfully built 5c297d0ca9e5 [2021-05-11T12:59:41.593Z] Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-11T12:59:42.301Z] ---> job-cost.sh [2021-05-11T12:59:42.301Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-GPVN [2021-05-11T13:00:21.264Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-11T13:00:40.142Z] Running on prd-ubuntu18.04-docker-8c-8g-4433 in /w/workspace/_app-service-configurable_PR-244 [Pipeline] { [Pipeline] ws [2021-05-11T13:00:40.162Z] Running in /w/workspace/app-service-configurable/3 [Pipeline] { [Pipeline] checkout [2021-05-11T13:00:42.575Z] using credential edgex-jenkins-ssh [2021-05-11T13:00:42.588Z] Cloning the remote Git repository [2021-05-11T13:00:41.943Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-05-11T13:00:42.007Z] > git init /w/workspace/app-service-configurable/3 # timeout=10 [2021-05-11T13:00:42.041Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-05-11T13:00:42.042Z] > git --version # timeout=10 [2021-05-11T13:00:42.047Z] > git --version # 'git version 2.17.1' [2021-05-11T13:00:42.048Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T13:00:42.073Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T13:00:42.664Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-05-11T13:00:42.668Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T13:00:42.677Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-05-11T13:00:42.687Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-05-11T13:00:42.688Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T13:00:42.692Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/244/head:refs/remotes/origin/PR-244 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-11T13:00:43.835Z] Merging remotes/origin/master commit 021e28942e8876b2560ded735e906d53e9e76b63 into PR head commit de553fb47b92d590afaeefe942fc0c7578dcb8f5 [2021-05-11T13:00:43.936Z] Merge succeeded, producing dc37905a508cf3400daac74e7f48115069254830 [2021-05-11T13:00:43.937Z] Checking out Revision dc37905a508cf3400daac74e7f48115069254830 (PR-244) [2021-05-11T13:00:43.175Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T13:00:43.179Z] > git checkout -f de553fb47b92d590afaeefe942fc0c7578dcb8f5 # timeout=10 [2021-05-11T13:00:43.213Z] > git remote # timeout=10 [2021-05-11T13:00:43.228Z] > git config --get remote.origin.url # timeout=10 [2021-05-11T13:00:43.233Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T13:00:43.245Z] > git merge 021e28942e8876b2560ded735e906d53e9e76b63 # timeout=10 [2021-05-11T13:00:43.263Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-11T13:00:43.271Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T13:00:43.282Z] > git checkout -f dc37905a508cf3400daac74e7f48115069254830 # timeout=10 [2021-05-11T13:00:47.559Z] Commit message: "Merge commit '021e28942e8876b2560ded735e906d53e9e76b63' into HEAD" [2021-05-11T13:00:47.570Z] First time build. Skipping changelog. [2021-05-11T13:00:48.194Z] [2021-05-11T13:00:48.194Z] GitHub has been notified of this commit’s build result [2021-05-11T13:00:48.194Z] [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T13:00:46.894Z] > git rev-list --no-walk 82373b38a29782132a854d2745b5be6a92800f61 # timeout=10 [2021-05-11T13:00:48.852Z] + echo snap-build.sh [2021-05-11T13:00:48.852Z] snap-build.sh [2021-05-11T13:00:48.852Z] + SNAP_BASE_DIR=. [2021-05-11T13:00:48.852Z] + '[' '!' -z /w/workspace/app-service-configurable/3 ']' [2021-05-11T13:00:48.852Z] + SNAP_BASE_DIR=/w/workspace/app-service-configurable/3 [2021-05-11T13:00:48.852Z] + echo '[snap-build] Building snap in dir [/w/workspace/app-service-configurable/3]' [2021-05-11T13:00:48.852Z] [snap-build] Building snap in dir [/w/workspace/app-service-configurable/3] [2021-05-11T13:00:48.852Z] + cd /w/workspace/app-service-configurable/3 [2021-05-11T13:00:48.852Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-05-11T13:00:48.852Z] Reading package lists... [2021-05-11T13:00:49.114Z] Building dependency tree... [2021-05-11T13:00:49.114Z] Reading state information... [2021-05-11T13:00:49.114Z] The following packages were automatically installed and are no longer required: [2021-05-11T13:00:49.114Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-05-11T13:00:49.114Z] uidmap xdelta3 [2021-05-11T13:00:49.114Z] Use 'sudo apt autoremove' to remove them. [2021-05-11T13:00:49.114Z] The following packages will be REMOVED: [2021-05-11T13:00:49.114Z] lxd* lxd-client* [2021-05-11T13:00:49.714Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-05-11T13:00:49.714Z] After this operation, 31.7 MB disk space will be freed. [2021-05-11T13:00:51.018Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-05-11T13:00:51.018Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-11T13:00:51.963Z] Removing lxd dnsmasq configuration [2021-05-11T13:00:51.963Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-05-11T13:00:51.963Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-05-11T13:00:52.907Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-05-11T13:00:53.169Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-05-11T13:00:53.169Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-11T13:00:54.557Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-05-11T13:00:54.818Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-05-11T13:00:56.204Z] + sudo snap remove --purge lxd [2021-05-11T13:00:56.204Z] snap "lxd" is not installed [2021-05-11T13:00:56.204Z] + sudo groupadd --force --system lxd [2021-05-11T13:00:56.204Z] ++ whoami [2021-05-11T13:00:56.204Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-05-11T13:00:56.465Z] + newgrp - lxd [2021-05-11T13:00:56.465Z] + sudo snap install lxd [2021-05-11T13:01:04.611Z] 2021-05-11T13:01:02Z INFO Waiting for automatic snapd restart... [2021-05-11T13:01:19.544Z] lxd 4.14 from Canonical* installed [2021-05-11T13:01:19.544Z] + sudo lxd init --auto [2021-05-11T13:01:26.144Z] + sudo snap install --classic snapcraft [2021-05-11T13:01:36.157Z] snapcraft 4.7.1 from Canonical* installed [2021-05-11T13:01:36.157Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-05-11T13:01:36.157Z] + sudo snapcraft prime --use-lxd [2021-05-11T13:01:37.549Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-05-11T13:01:37.549Z] 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-11T13:01:37.549Z] - README.md [2021-05-11T13:01:37.549Z] [2021-05-11T13:01:37.549Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-11T13:01:38.495Z] Launching a container. [2021-05-11T13:01:43.009Z] lf-activate-venv(): INFO: Adding /tmp/venv-GPVN/bin to PATH [2021-05-11T13:01:43.009Z] INFO: No Stack... [2021-05-11T13:01:43.009Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-11T13:01:43.009Z] INFO: Archiving Costs [Pipeline] sh [2021-05-11T13:01:43.351Z] + + cut -d, -f6 [2021-05-11T13:01:43.351Z] cat /w/workspace/app-service-configurable/3/archives/cost.csv [Pipeline] lock [2021-05-11T13:01:43.477Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-244-3-stack-cost] [2021-05-11T13:01:43.488Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-244-3-stack-cost] did not exist. Created. [2021-05-11T13:01:43.489Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-244-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-11T13:01:43.854Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-11T13:01:44.038Z] Stashed 1 file(s) [Pipeline] } [2021-05-11T13:01:44.054Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-244-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-11T13:01:56.655Z] Waiting for container to be ready [2021-05-11T13:01:56.655Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-05-11T13:01:56.655Z] [2021-05-11T13:01:59.962Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-05-11T13:02:00.533Z] Waiting for network to be ready... [2021-05-11T13:02:01.105Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-11T13:02:01.105Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-11T13:02:01.678Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1723 kB] [2021-05-11T13:02:01.678Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-11T13:02:01.678Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-11T13:02:01.939Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-11T13:02:02.202Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-11T13:02:02.202Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-11T13:02:02.202Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-11T13:02:02.202Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-11T13:02:02.202Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-11T13:02:02.202Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [321 kB] [2021-05-11T13:02:02.202Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-11T13:02:02.465Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-11T13:02:02.465Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [321 kB] [2021-05-11T13:02:02.465Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [43.2 kB] [2021-05-11T13:02:02.465Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1125 kB] [2021-05-11T13:02:02.465Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-11T13:02:02.727Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-11T13:02:02.988Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2069 kB] [2021-05-11T13:02:02.988Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] [2021-05-11T13:02:02.988Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-11T13:02:02.988Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-11T13:02:02.988Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [344 kB] [2021-05-11T13:02:02.988Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.8 kB] [2021-05-11T13:02:03.248Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] [2021-05-11T13:02:03.248Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-11T13:02:07.450Z] Fetched 24.6 MB in 6s (4192 kB/s) [2021-05-11T13:02:08.026Z] Reading package lists... [2021-05-11T13:02:08.287Z] Reading package lists... [2021-05-11T13:02:08.287Z] Building dependency tree... [2021-05-11T13:02:08.287Z] Reading state information... [2021-05-11T13:02:08.550Z] The following additional packages will be installed: [2021-05-11T13:02:08.550Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-11T13:02:08.550Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-11T13:02:08.550Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-11T13:02:08.550Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-05-11T13:02:08.550Z] Suggested packages: [2021-05-11T13:02:08.550Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-05-11T13:02:08.550Z] Recommended packages: [2021-05-11T13:02:08.550Z] gnupg libsasl2-modules [2021-05-11T13:02:08.550Z] The following NEW packages will be installed: [2021-05-11T13:02:08.550Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-11T13:02:08.550Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-11T13:02:08.550Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-11T13:02:08.550Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-05-11T13:02:08.550Z] The following packages will be upgraded: [2021-05-11T13:02:08.550Z] gpg gpg-agent gpgconf libudev1 [2021-05-11T13:02:08.810Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-05-11T13:02:08.810Z] Need to get 3530 kB of archives. [2021-05-11T13:02:08.810Z] After this operation, 13.3 MB of additional disk space will be used. [2021-05-11T13:02:08.810Z] 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-11T13:02:08.810Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.47 [58.2 kB] [2021-05-11T13:02:09.071Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-05-11T13:02:09.071Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-05-11T13:02:09.071Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.47 [1102 kB] [2021-05-11T13:02:09.071Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-05-11T13:02:10.025Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-05-11T13:02:10.025Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-05-11T13:02:10.025Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-05-11T13:02:10.025Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-05-11T13:02:10.025Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-05-11T13:02:10.025Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-05-11T13:02:10.286Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-05-11T13:02:10.286Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-05-11T13:02:10.286Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-05-11T13:02:10.286Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-05-11T13:02:10.286Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-05-11T13:02:10.286Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-05-11T13:02:10.286Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-05-11T13:02:10.286Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-05-11T13:02:10.286Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-05-11T13:02:10.286Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-05-11T13:02:10.546Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-11T13:02:10.546Z] Fetched 3530 kB in 2s (1954 kB/s) [2021-05-11T13:02:10.546Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-11T13:02:10.546Z] Preparing to unpack .../libudev1_237-3ubuntu10.47_amd64.deb ... [2021-05-11T13:02:10.546Z] Unpacking libudev1:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-11T13:02:10.808Z] Setting up libudev1:amd64 (237-3ubuntu10.47) ... [2021-05-11T13:02:10.808Z] Selecting previously unselected package udev. [2021-05-11T13:02:10.808Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-11T13:02:10.808Z] Preparing to unpack .../00-udev_237-3ubuntu10.47_amd64.deb ... [2021-05-11T13:02:10.808Z] Unpacking udev (237-3ubuntu10.47) ... [2021-05-11T13:02:11.386Z] Selecting previously unselected package libfuse2:amd64. [2021-05-11T13:02:11.386Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-05-11T13:02:11.386Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-11T13:02:11.673Z] Selecting previously unselected package fuse. [2021-05-11T13:02:11.673Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-05-11T13:02:11.673Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-05-11T13:02:11.673Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-11T13:02:11.673Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-11T13:02:11.936Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-11T13:02:11.936Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-11T13:02:11.936Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-11T13:02:11.936Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-11T13:02:12.197Z] Selecting previously unselected package libksba8:amd64. [2021-05-11T13:02:12.197Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-05-11T13:02:12.197Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-05-11T13:02:12.197Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-05-11T13:02:12.197Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T13:02:12.197Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T13:02:12.197Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-05-11T13:02:12.197Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T13:02:12.197Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T13:02:12.459Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-05-11T13:02:12.459Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T13:02:12.459Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T13:02:12.459Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-05-11T13:02:12.459Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T13:02:12.459Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T13:02:12.721Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-05-11T13:02:12.721Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T13:02:12.721Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T13:02:12.721Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-05-11T13:02:12.721Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T13:02:12.721Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T13:02:12.721Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-05-11T13:02:12.721Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T13:02:12.721Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T13:02:12.982Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-05-11T13:02:12.982Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T13:02:12.982Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T13:02:12.982Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-05-11T13:02:12.982Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T13:02:12.982Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T13:02:13.242Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-05-11T13:02:13.242Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-11T13:02:13.242Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-11T13:02:13.243Z] Selecting previously unselected package libsasl2-2:amd64. [2021-05-11T13:02:13.243Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-11T13:02:13.243Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-11T13:02:13.243Z] Selecting previously unselected package libldap-common. [2021-05-11T13:02:13.243Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-05-11T13:02:13.243Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-11T13:02:13.505Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-05-11T13:02:13.505Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-05-11T13:02:13.505Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-11T13:02:13.505Z] Selecting previously unselected package dirmngr. [2021-05-11T13:02:13.505Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-11T13:02:13.505Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-11T13:02:13.766Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-11T13:02:13.766Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-05-11T13:02:13.766Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-11T13:02:13.766Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-11T13:02:13.766Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-11T13:02:14.027Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-05-11T13:02:14.027Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T13:02:14.027Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-05-11T13:02:14.027Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-11T13:02:14.027Z] Setting up udev (237-3ubuntu10.47) ... [2021-05-11T13:02:14.599Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-05-11T13:02:14.599Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T13:02:14.599Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-05-11T13:02:14.599Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-05-11T13:02:14.860Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-05-11T13:02:14.860Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T13:02:14.860Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T13:02:14.860Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T13:02:14.860Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T13:02:14.860Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T13:02:14.860Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T13:02:14.860Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T13:02:14.860Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-11T13:02:15.122Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-11T13:02:15.122Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-11T13:02:15.697Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-05-11T13:02:15.697Z] settings in the [Install] section, and DefaultInstance for template units). [2021-05-11T13:02:15.697Z] This means they are not meant to be enabled using systemctl. [2021-05-11T13:02:15.697Z] Possible reasons for having this kind of units are: [2021-05-11T13:02:15.697Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-05-11T13:02:15.697Z] .wants/ or .requires/ directory. [2021-05-11T13:02:15.697Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-05-11T13:02:15.697Z] a requirement dependency on it. [2021-05-11T13:02:15.697Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-05-11T13:02:15.697Z] D-Bus, udev, scripted systemctl call, ...). [2021-05-11T13:02:15.697Z] 4) In case of template units, the unit is meant to be enabled with some [2021-05-11T13:02:15.697Z] instance name specified. [2021-05-11T13:02:15.959Z] Reading package lists... [2021-05-11T13:02:15.959Z] Building dependency tree... [2021-05-11T13:02:15.959Z] Reading state information... [2021-05-11T13:02:16.220Z] The following additional packages will be installed: [2021-05-11T13:02:16.220Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-05-11T13:02:16.220Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-05-11T13:02:16.220Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-05-11T13:02:16.220Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-05-11T13:02:16.220Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-05-11T13:02:16.220Z] Suggested packages: [2021-05-11T13:02:16.220Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-05-11T13:02:16.220Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-05-11T13:02:16.220Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-05-11T13:02:16.220Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-05-11T13:02:16.220Z] systemd-container policykit-1 [2021-05-11T13:02:16.220Z] Recommended packages: [2021-05-11T13:02:16.220Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-05-11T13:02:16.220Z] The following NEW packages will be installed: [2021-05-11T13:02:16.220Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-05-11T13:02:16.220Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-05-11T13:02:16.220Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-05-11T13:02:16.220Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-05-11T13:02:16.220Z] python3.6-minimal snapd squashfs-tools sudo [2021-05-11T13:02:16.220Z] The following packages will be upgraded: [2021-05-11T13:02:16.220Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-05-11T13:02:16.481Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-05-11T13:02:16.481Z] Need to get 35.2 MB of archives. [2021-05-11T13:02:16.481Z] After this operation, 141 MB of additional disk space will be used. [2021-05-11T13:02:16.481Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.47 [2914 kB] [2021-05-11T13:02:16.481Z] 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-11T13:02:17.423Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.47 [209 kB] [2021-05-11T13:02:17.423Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-05-11T13:02:17.684Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-05-11T13:02:17.684Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-05-11T13:02:17.684Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-05-11T13:02:17.684Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-05-11T13:02:17.684Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-05-11T13:02:17.684Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-05-11T13:02:17.684Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-05-11T13:02:17.684Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-05-11T13:02:17.684Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-05-11T13:02:17.684Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-05-11T13:02:17.684Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-05-11T13:02:17.945Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-05-11T13:02:17.945Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-05-11T13:02:17.945Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-05-11T13:02:17.945Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-05-11T13:02:18.205Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-05-11T13:02:18.205Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-05-11T13:02:18.205Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-05-11T13:02:18.205Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-05-11T13:02:18.205Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-05-11T13:02:18.205Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-05-11T13:02:18.205Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-05-11T13:02:18.205Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-05-11T13:02:18.465Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-05-11T13:02:18.465Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-05-11T13:02:18.465Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-05-11T13:02:20.382Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-11T13:02:20.382Z] Fetched 35.2 MB in 4s (9210 kB/s) [2021-05-11T13:02:20.382Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-11T13:02:20.382Z] Preparing to unpack .../systemd_237-3ubuntu10.47_amd64.deb ... [2021-05-11T13:02:20.382Z] Unpacking systemd (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-11T13:02:20.954Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.47_amd64.deb ... [2021-05-11T13:02:21.214Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-11T13:02:21.214Z] Setting up libsystemd0:amd64 (237-3ubuntu10.47) ... [2021-05-11T13:02:21.214Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-11T13:02:21.214Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-05-11T13:02:21.475Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-05-11T13:02:22.047Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-05-11T13:02:22.308Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-11T13:02:22.308Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-05-11T13:02:22.308Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-05-11T13:02:22.569Z] Setting up apt (1.6.13) ... [2021-05-11T13:02:22.569Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-05-11T13:02:23.141Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-05-11T13:02:23.141Z] (Reading database ... 12764 files and directories currently installed.) [2021-05-11T13:02:23.141Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-11T13:02:23.141Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-11T13:02:23.402Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-05-11T13:02:23.402Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-11T13:02:23.402Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T13:02:23.663Z] Selecting previously unselected package libexpat1:amd64. [2021-05-11T13:02:23.663Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-05-11T13:02:23.663Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-11T13:02:23.663Z] Selecting previously unselected package python3.6-minimal. [2021-05-11T13:02:23.663Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-11T13:02:23.663Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T13:02:23.923Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-11T13:02:24.183Z] Checking for services that may need to be restarted...done. [2021-05-11T13:02:24.183Z] Checking for services that may need to be restarted...done. [2021-05-11T13:02:24.183Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T13:02:24.183Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-11T13:02:24.183Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T13:02:24.755Z] Selecting previously unselected package python3-minimal. [2021-05-11T13:02:24.755Z] (Reading database ... 13012 files and directories currently installed.) [2021-05-11T13:02:24.755Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-05-11T13:02:24.755Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-05-11T13:02:25.017Z] Selecting previously unselected package mime-support. [2021-05-11T13:02:25.017Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-05-11T13:02:25.017Z] Unpacking mime-support (3.60ubuntu1) ... [2021-05-11T13:02:25.017Z] Selecting previously unselected package libmpdec2:amd64. [2021-05-11T13:02:25.017Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-05-11T13:02:25.017Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-11T13:02:25.017Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-05-11T13:02:25.017Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-11T13:02:25.017Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T13:02:25.278Z] Selecting previously unselected package python3.6. [2021-05-11T13:02:25.278Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-11T13:02:25.278Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T13:02:25.539Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-05-11T13:02:25.539Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-05-11T13:02:25.539Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-11T13:02:25.539Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-05-11T13:02:25.800Z] Selecting previously unselected package python3. [2021-05-11T13:02:25.800Z] (Reading database ... 13442 files and directories currently installed.) [2021-05-11T13:02:25.800Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-05-11T13:02:25.800Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-05-11T13:02:25.800Z] Selecting previously unselected package multiarch-support. [2021-05-11T13:02:25.800Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-05-11T13:02:25.800Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-05-11T13:02:26.068Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-05-11T13:02:26.068Z] Selecting previously unselected package liblzo2-2:amd64. [2021-05-11T13:02:26.068Z] (Reading database ... 13479 files and directories currently installed.) [2021-05-11T13:02:26.068Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-05-11T13:02:26.068Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-05-11T13:02:26.068Z] Selecting previously unselected package libbsd0:amd64. [2021-05-11T13:02:26.068Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-05-11T13:02:26.329Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-11T13:02:26.329Z] Selecting previously unselected package sudo. [2021-05-11T13:02:26.329Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-05-11T13:02:26.329Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-11T13:02:26.591Z] Selecting previously unselected package apparmor. [2021-05-11T13:02:26.591Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-05-11T13:02:26.591Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-05-11T13:02:26.591Z] Selecting previously unselected package libedit2:amd64. [2021-05-11T13:02:26.591Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-05-11T13:02:26.591Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-05-11T13:02:26.854Z] Selecting previously unselected package libkrb5support0:amd64. [2021-05-11T13:02:26.854Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-05-11T13:02:26.854Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T13:02:26.854Z] Selecting previously unselected package libk5crypto3:amd64. [2021-05-11T13:02:26.854Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-11T13:02:26.854Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T13:02:26.854Z] Selecting previously unselected package libkeyutils1:amd64. [2021-05-11T13:02:26.854Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-05-11T13:02:26.854Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-11T13:02:27.122Z] Selecting previously unselected package libkrb5-3:amd64. [2021-05-11T13:02:27.122Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-11T13:02:27.122Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T13:02:28.070Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-05-11T13:02:28.070Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-05-11T13:02:28.070Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T13:02:28.070Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-05-11T13:02:28.070Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-05-11T13:02:28.070Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-11T13:02:28.332Z] Selecting previously unselected package openssh-client. [2021-05-11T13:02:28.332Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-05-11T13:02:28.332Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-11T13:02:28.600Z] Selecting previously unselected package squashfs-tools. [2021-05-11T13:02:28.600Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-05-11T13:02:28.600Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-11T13:02:28.600Z] Selecting previously unselected package snapd. [2021-05-11T13:02:28.600Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-05-11T13:02:28.600Z] Unpacking snapd (2.48.3+18.04) ... [2021-05-11T13:02:31.162Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-05-11T13:02:31.162Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-11T13:02:31.162Z] Setting up mime-support (3.60ubuntu1) ... [2021-05-11T13:02:31.162Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-11T13:02:31.162Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-11T13:02:31.162Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T13:02:31.423Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-11T13:02:31.423Z] Setting up systemd (237-3ubuntu10.47) ... [2021-05-11T13:02:31.423Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-05-11T13:02:31.999Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-11T13:02:31.999Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-11T13:02:32.260Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-05-11T13:02:32.261Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T13:02:32.261Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T13:02:32.261Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T13:02:33.207Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-11T13:02:33.207Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T13:02:33.207Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-11T13:02:33.207Z] Setting up python3 (3.6.7-1~18.04) ... [2021-05-11T13:02:33.207Z] running python rtupdate hooks for python3.6... [2021-05-11T13:02:33.207Z] running python post-rtupdate hooks for python3.6... [2021-05-11T13:02:33.468Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-05-11T13:02:35.385Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-05-11T13:02:35.385Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T13:02:35.385Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-11T13:02:35.648Z] Setting up snapd (2.48.3+18.04) ... [2021-05-11T13:02:36.594Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-05-11T13:02:36.594Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-05-11T13:02:36.856Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-05-11T13:02:37.119Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-05-11T13:02:37.382Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-11T13:02:37.382Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-11T13:02:37.382Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-05-11T13:02:37.643Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-05-11T13:02:37.904Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-05-11T13:02:38.165Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-05-11T13:02:38.426Z] /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-11T13:02:38.426Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-11T13:02:38.426Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-11T13:02:39.372Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-11T13:02:39.943Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-11T13:02:40.204Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-11T13:02:41.595Z] Reading package lists... [2021-05-11T13:02:41.855Z] Reading package lists... [2021-05-11T13:02:41.855Z] Building dependency tree... [2021-05-11T13:02:41.855Z] Reading state information... [2021-05-11T13:02:42.116Z] Calculating upgrade... [2021-05-11T13:02:42.116Z] The following packages will be upgraded: [2021-05-11T13:02:42.116Z] advancecomp base-files bash binutils binutils-common [2021-05-11T13:02:42.116Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-05-11T13:02:42.116Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-05-11T13:02:42.116Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-05-11T13:02:42.116Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-05-11T13:02:42.116Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-05-11T13:02:42.116Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-05-11T13:02:42.116Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-05-11T13:02:42.116Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-05-11T13:02:42.116Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-05-11T13:02:42.116Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-05-11T13:02:42.116Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-05-11T13:02:42.116Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-05-11T13:02:42.116Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-05-11T13:02:42.116Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-05-11T13:02:42.377Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-05-11T13:02:42.377Z] Need to get 64.0 MB of archives. [2021-05-11T13:02:42.377Z] After this operation, 5041 kB of additional disk space will be used. [2021-05-11T13:02:42.377Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-143.147 [994 kB] [2021-05-11T13:02:42.377Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-05-11T13:02:42.377Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-05-11T13:02:42.377Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-05-11T13:02:42.377Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-05-11T13:02:42.377Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-05-11T13:02:42.377Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-05-11T13:02:42.378Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-05-11T13:02:42.378Z] 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-11T13:02:42.378Z] 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-11T13:02:42.378Z] 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-11T13:02:42.378Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-05-11T13:02:42.378Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-05-11T13:02:42.378Z] 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-11T13:02:42.378Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-05-11T13:02:42.640Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-05-11T13:02:42.640Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-05-11T13:02:42.640Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-05-11T13:02:42.640Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-05-11T13:02:42.640Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-05-11T13:02:42.640Z] 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-11T13:02:42.640Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-05-11T13:02:42.640Z] 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-11T13:02:42.640Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-05-11T13:02:42.640Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-05-11T13:02:42.640Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-05-11T13:02:42.640Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-05-11T13:02:42.640Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-05-11T13:02:42.640Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-05-11T13:02:42.640Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-05-11T13:02:42.640Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-05-11T13:02:42.640Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-05-11T13:02:42.640Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-05-11T13:02:42.640Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-05-11T13:02:42.640Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-05-11T13:02:42.640Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-05-11T13:02:42.640Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-05-11T13:02:42.640Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-05-11T13:02:42.640Z] 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-11T13:02:42.640Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-05-11T13:02:42.904Z] 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-11T13:02:42.904Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-05-11T13:02:42.904Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-05-11T13:02:42.904Z] 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-11T13:02:42.904Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-05-11T13:02:42.904Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-05-11T13:02:42.904Z] 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-11T13:02:42.904Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-05-11T13:02:42.904Z] 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-11T13:02:42.904Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-05-11T13:02:42.904Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-05-11T13:02:42.904Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-05-11T13:02:42.904Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-05-11T13:02:42.904Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-05-11T13:02:42.904Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-05-11T13:02:42.904Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-05-11T13:02:43.167Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-05-11T13:02:43.167Z] 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-11T13:02:43.167Z] 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-11T13:02:43.428Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-05-11T13:02:43.428Z] 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-11T13:02:43.428Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-05-11T13:02:43.428Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-05-11T13:02:43.428Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-05-11T13:02:43.428Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-05-11T13:02:43.689Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-05-11T13:02:43.689Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-05-11T13:02:43.689Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-05-11T13:02:43.689Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-05-11T13:02:43.689Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-05-11T13:02:43.951Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-05-11T13:02:43.951Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-05-11T13:02:43.951Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-05-11T13:02:43.951Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-05-11T13:02:43.951Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-05-11T13:02:43.951Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-05-11T13:02:43.951Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-05-11T13:02:43.951Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-05-11T13:02:43.951Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-05-11T13:02:43.951Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-05-11T13:02:43.951Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-05-11T13:02:43.951Z] 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-11T13:02:44.212Z] 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-11T13:02:44.212Z] 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-11T13:02:44.212Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.47 [16.0 kB] [2021-05-11T13:02:44.212Z] 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-11T13:02:44.212Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-05-11T13:02:44.212Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-05-11T13:02:44.212Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-05-11T13:02:44.212Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-05-11T13:02:44.212Z] 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-11T13:02:44.212Z] 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-11T13:02:44.212Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-05-11T13:02:44.472Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-05-11T13:02:44.472Z] 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-11T13:02:44.472Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-05-11T13:02:44.472Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-05-11T13:02:44.472Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-05-11T13:02:44.472Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-05-11T13:02:44.472Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-05-11T13:02:44.472Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-05-11T13:02:44.735Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-11T13:02:44.735Z] Fetched 64.0 MB in 2s (28.1 MB/s) [2021-05-11T13:02:44.735Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T13:02:44.735Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-05-11T13:02:44.735Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-11T13:02:45.676Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-11T13:02:45.676Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-11T13:02:45.676Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-143.147_amd64.deb ... [2021-05-11T13:02:45.676Z] Unpacking linux-libc-dev:amd64 (4.15.0-143.147) over (4.15.0-20.21) ... [2021-05-11T13:02:46.618Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T13:02:46.618Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T13:02:46.618Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T13:02:46.879Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T13:02:46.879Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T13:02:46.879Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T13:02:47.140Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T13:02:47.140Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T13:02:47.140Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T13:02:47.140Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T13:02:47.401Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T13:02:47.401Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T13:02:47.401Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T13:02:47.401Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T13:02:47.401Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T13:02:47.661Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-11T13:02:47.661Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T13:02:47.661Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-05-11T13:02:47.661Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-05-11T13:02:47.922Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-11T13:02:47.922Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T13:02:47.922Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T13:02:47.922Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T13:02:47.922Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T13:02:48.197Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T13:02:48.197Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T13:02:48.197Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T13:02:48.501Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-11T13:02:48.501Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-05-11T13:02:48.770Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-11T13:02:49.362Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-05-11T13:02:49.362Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-11T13:02:49.362Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-05-11T13:02:49.643Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-05-11T13:02:49.643Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-05-11T13:02:49.643Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-05-11T13:02:49.938Z] Setting up base-files (10.1ubuntu2.10) ... [2021-05-11T13:02:49.939Z] Installing new version of config file /etc/issue ... [2021-05-11T13:02:49.939Z] Installing new version of config file /etc/issue.net ... [2021-05-11T13:02:49.939Z] Installing new version of config file /etc/lsb-release ... [2021-05-11T13:02:49.939Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-05-11T13:02:50.245Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-05-11T13:02:50.245Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-05-11T13:02:50.245Z] Removing obsolete conffile /etc/default/motd-news ... [2021-05-11T13:02:50.245Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T13:02:50.245Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-05-11T13:02:50.530Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-05-11T13:02:50.530Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-05-11T13:02:50.530Z] 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-11T13:02:50.795Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T13:02:50.795Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T13:02:50.795Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-05-11T13:02:50.795Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-05-11T13:02:50.795Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T13:02:50.795Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-05-11T13:02:51.063Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-05-11T13:02:51.063Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-05-11T13:02:51.063Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T13:02:51.063Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-05-11T13:02:51.325Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-11T13:02:51.325Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-05-11T13:02:51.587Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T13:02:51.587Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-11T13:02:51.587Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-11T13:02:51.849Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-11T13:02:51.849Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T13:02:51.849Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-11T13:02:51.849Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-11T13:02:51.849Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-05-11T13:02:52.110Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T13:02:52.110Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-05-11T13:02:52.110Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-05-11T13:02:52.110Z] Setting up grep (3.1-2build1) ... [2021-05-11T13:02:52.371Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T13:02:52.371Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-11T13:02:52.371Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-11T13:02:52.371Z] Setting up login (1:4.5-1ubuntu2) ... [2021-05-11T13:02:52.631Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T13:02:52.631Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-11T13:02:52.631Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-11T13:02:52.631Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-05-11T13:02:52.892Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T13:02:52.892Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-11T13:02:52.892Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-11T13:02:53.462Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-11T13:02:53.462Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-11T13:02:53.723Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-11T13:02:53.723Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-11T13:02:54.666Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-05-11T13:02:54.666Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T13:02:54.666Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-05-11T13:02:54.666Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-11T13:02:55.606Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-11T13:02:55.872Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-11T13:02:55.872Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-11T13:02:55.872Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-11T13:02:56.132Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-05-11T13:02:56.132Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T13:02:56.132Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-05-11T13:02:56.132Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-05-11T13:02:56.393Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-05-11T13:02:56.660Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T13:02:56.660Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T13:02:56.660Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T13:02:56.660Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-11T13:02:56.660Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T13:02:56.660Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T13:02:56.920Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T13:02:56.920Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-11T13:02:56.920Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T13:02:56.920Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T13:02:56.920Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T13:02:57.182Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-11T13:02:57.182Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T13:02:57.182Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T13:02:57.182Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T13:02:57.444Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-11T13:02:57.444Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T13:02:57.444Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-11T13:02:57.444Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-11T13:02:57.444Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-11T13:02:57.444Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-11T13:02:57.706Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-11T13:02:57.706Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T13:02:57.706Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-11T13:02:57.706Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-11T13:02:57.966Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-11T13:02:57.966Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T13:02:57.966Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T13:02:57.966Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T13:02:58.227Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-11T13:02:58.227Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T13:02:58.227Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T13:02:58.227Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T13:02:58.487Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-05-11T13:02:58.487Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T13:02:58.487Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T13:02:58.798Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T13:02:59.370Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-05-11T13:02:59.630Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-05-11T13:02:59.891Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-05-11T13:03:00.152Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T13:03:00.152Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-11T13:03:00.152Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-11T13:03:00.413Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-05-11T13:03:00.676Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T13:03:00.676Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-05-11T13:03:00.676Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-11T13:03:00.676Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-05-11T13:03:00.937Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T13:03:00.937Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-05-11T13:03:00.937Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-05-11T13:03:00.937Z] Setting up debconf (1.5.66ubuntu1) ... [2021-05-11T13:03:01.507Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T13:03:01.507Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-05-11T13:03:01.507Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-11T13:03:01.507Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-05-11T13:03:01.507Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T13:03:01.507Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-05-11T13:03:01.507Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-11T13:03:01.768Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-05-11T13:03:01.768Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T13:03:01.768Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-11T13:03:01.768Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-11T13:03:02.030Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-11T13:03:02.294Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T13:03:02.294Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-11T13:03:02.294Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-11T13:03:02.294Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-11T13:03:02.557Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T13:03:02.557Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-11T13:03:02.557Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-11T13:03:02.818Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-11T13:03:02.818Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T13:03:02.818Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T13:03:03.078Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T13:03:03.078Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.47_amd64.deb ... [2021-05-11T13:03:03.078Z] Unpacking systemd-sysv (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-11T13:03:03.078Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-11T13:03:03.338Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-11T13:03:03.338Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-11T13:03:03.338Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T13:03:03.338Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-05-11T13:03:03.338Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-05-11T13:03:03.599Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-05-11T13:03:03.599Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T13:03:03.599Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-05-11T13:03:03.600Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-11T13:03:04.170Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-11T13:03:04.431Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T13:03:04.431Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-11T13:03:04.431Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-11T13:03:04.692Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-11T13:03:04.692Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T13:03:04.692Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-05-11T13:03:04.692Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-05-11T13:03:04.957Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-05-11T13:03:04.957Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T13:03:04.957Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-11T13:03:05.219Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-11T13:03:05.481Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-05-11T13:03:05.481Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T13:03:05.481Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-11T13:03:05.742Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-11T13:03:05.742Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-05-11T13:03:05.742Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T13:03:05.742Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-05-11T13:03:05.742Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-11T13:03:06.003Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-05-11T13:03:06.003Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T13:03:06.003Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-05-11T13:03:06.003Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-11T13:03:06.264Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-05-11T13:03:06.264Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T13:03:06.264Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-05-11T13:03:06.264Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-05-11T13:03:06.525Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-05-11T13:03:06.525Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T13:03:06.525Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-05-11T13:03:06.525Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-05-11T13:03:06.525Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-05-11T13:03:06.785Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T13:03:06.785Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-05-11T13:03:06.785Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-05-11T13:03:06.785Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-05-11T13:03:07.045Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T13:03:07.045Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-05-11T13:03:07.045Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-05-11T13:03:07.045Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-05-11T13:03:07.305Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T13:03:07.305Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-05-11T13:03:07.305Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-05-11T13:03:07.305Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-05-11T13:03:07.566Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T13:03:07.566Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-05-11T13:03:07.566Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-05-11T13:03:07.566Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-05-11T13:03:07.566Z] (Reading database ... 13915 files and directories currently installed.) [2021-05-11T13:03:07.566Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-11T13:03:07.566Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-11T13:03:07.827Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-11T13:03:07.827Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-11T13:03:08.087Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-11T13:03:08.087Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-11T13:03:08.347Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-05-11T13:03:08.347Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-05-11T13:03:08.347Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-05-11T13:03:08.347Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-05-11T13:03:08.607Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-05-11T13:03:08.607Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-05-11T13:03:08.607Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-05-11T13:03:08.868Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-05-11T13:03:08.868Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-05-11T13:03:08.868Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-05-11T13:03:08.868Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-05-11T13:03:08.868Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-05-11T13:03:09.175Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-05-11T13:03:09.175Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-05-11T13:03:09.435Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-05-11T13:03:09.435Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-05-11T13:03:09.695Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-05-11T13:03:09.695Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-05-11T13:03:10.635Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-05-11T13:03:10.635Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-05-11T13:03:10.635Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-05-11T13:03:10.635Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-05-11T13:03:10.896Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-11T13:03:10.896Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-11T13:03:11.157Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-11T13:03:11.418Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-11T13:03:11.418Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-11T13:03:11.418Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-11T13:03:11.418Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-11T13:03:11.678Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-11T13:03:11.678Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T13:03:11.678Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T13:03:11.678Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T13:03:11.678Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T13:03:11.939Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T13:03:11.939Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T13:03:11.939Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T13:03:12.199Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T13:03:13.141Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T13:03:13.141Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T13:03:14.084Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T13:03:14.084Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T13:03:15.028Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T13:03:15.028Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T13:03:15.288Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T13:03:15.288Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T13:03:16.231Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T13:03:16.231Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T13:03:16.497Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-11T13:03:16.497Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-11T13:03:16.497Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-05-11T13:03:16.497Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-11T13:03:16.760Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-05-11T13:03:16.760Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-11T13:03:17.022Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-05-11T13:03:17.022Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-05-11T13:03:17.022Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-11T13:03:17.022Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-11T13:03:17.285Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-11T13:03:17.285Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-11T13:03:17.285Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-05-11T13:03:17.285Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-05-11T13:03:17.547Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T13:03:17.547Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-11T13:03:17.547Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T13:03:17.547Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T13:03:17.547Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T13:03:17.547Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-05-11T13:03:17.547Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-05-11T13:03:17.547Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-05-11T13:03:17.809Z] [2021-05-11T13:03:17.809Z] Current default time zone: 'Etc/UTC' [2021-05-11T13:03:17.809Z] Local time is now: Tue May 11 13:03:17 UTC 2021. [2021-05-11T13:03:17.809Z] Universal Time is now: Tue May 11 13:03:17 UTC 2021. [2021-05-11T13:03:17.809Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-05-11T13:03:17.809Z] [2021-05-11T13:03:17.809Z] Setting up systemd-sysv (237-3ubuntu10.47) ... [2021-05-11T13:03:17.809Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T13:03:17.809Z] Setting up linux-libc-dev:amd64 (4.15.0-143.147) ... [2021-05-11T13:03:17.809Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-05-11T13:03:17.809Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-05-11T13:03:18.071Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-05-11T13:03:18.071Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-05-11T13:03:18.071Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-05-11T13:03:18.071Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-05-11T13:03:18.071Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-05-11T13:03:18.071Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T13:03:18.071Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-05-11T13:03:18.332Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T13:03:18.332Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-11T13:03:18.332Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T13:03:18.332Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-05-11T13:03:18.332Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-05-11T13:03:18.593Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-05-11T13:03:18.593Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-11T13:03:18.593Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-05-11T13:03:18.593Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-05-11T13:03:18.593Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-05-11T13:03:18.593Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-05-11T13:03:20.510Z] Updating certificates in /etc/ssl/certs... [2021-05-11T13:03:21.086Z] 23 added, 27 removed; done. [2021-05-11T13:03:21.086Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-05-11T13:03:21.086Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T13:03:21.346Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-05-11T13:03:21.346Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-05-11T13:03:21.346Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-05-11T13:03:21.346Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T13:03:21.346Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-11T13:03:21.346Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T13:03:21.346Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T13:03:21.608Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T13:03:21.608Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T13:03:21.608Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T13:03:21.608Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-05-11T13:03:21.608Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-05-11T13:03:21.608Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-05-11T13:03:21.608Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-05-11T13:03:21.608Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-05-11T13:03:21.608Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T13:03:21.869Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T13:03:21.869Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-05-11T13:03:21.869Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-05-11T13:03:21.869Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-05-11T13:03:21.869Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-11T13:03:21.869Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-11T13:03:22.129Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-05-11T13:03:22.129Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-05-11T13:03:22.129Z] Updating certificates in /etc/ssl/certs... [2021-05-11T13:03:22.702Z] 0 added, 0 removed; done. [2021-05-11T13:03:22.702Z] Running hooks in /etc/ca-certificates/update.d... [2021-05-11T13:03:22.702Z] done. [2021-05-11T13:03:23.225Z] Reading package lists... [2021-05-11T13:03:23.225Z] Building dependency tree... [2021-05-11T13:03:23.225Z] Reading state information... [2021-05-11T13:03:23.486Z] The following NEW packages will be installed: [2021-05-11T13:03:23.486Z] apt-transport-https [2021-05-11T13:03:23.749Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-05-11T13:03:23.749Z] Need to get 1692 B of archives. [2021-05-11T13:03:23.749Z] After this operation, 154 kB of additional disk space will be used. [2021-05-11T13:03:23.749Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-05-11T13:03:23.749Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-11T13:03:23.749Z] Fetched 1692 B in 0s (8566 B/s) [2021-05-11T13:03:23.749Z] Selecting previously unselected package apt-transport-https. [2021-05-11T13:03:23.749Z] (Reading database ... 13920 files and directories currently installed.) [2021-05-11T13:03:23.749Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-05-11T13:03:23.749Z] Unpacking apt-transport-https (1.6.13) ... [2021-05-11T13:03:24.012Z] Setting up apt-transport-https (1.6.13) ... [2021-05-11T13:03:24.274Z] Waiting for network to be ready... [2021-05-11T13:03:32.429Z] 2021-05-11T13:03:29Z INFO Waiting for automatic snapd restart... [2021-05-11T13:03:33.368Z] snapd 2.49.2 from Canonical* installed [2021-05-11T13:03:34.753Z] "snapd" switched to the "latest/stable" channel [2021-05-11T13:03:34.753Z] [2021-05-11T13:03:38.957Z] core18 20210309 from Canonical* installed [2021-05-11T13:03:38.957Z] "core18" switched to the "latest/stable" channel [2021-05-11T13:03:38.957Z] [2021-05-11T13:03:45.603Z] snapcraft 4.7.1 from Canonical* installed [2021-05-11T13:03:45.603Z] "snapcraft" switched to the "latest/stable" channel [2021-05-11T13:03:45.603Z] [2021-05-11T13:03:48.902Z] 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-11T13:03:48.902Z] - README.md [2021-05-11T13:03:48.902Z] [2021-05-11T13:03:48.902Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-11T13:03:55.483Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-11T13:03:55.483Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-11T13:03:55.483Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-11T13:03:55.483Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-11T13:03:56.868Z] Reading package lists... [2021-05-11T13:03:57.131Z] Installing build dependencies: curl=7.58.0-2ubuntu3.13 git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 libcurl4=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 [2021-05-11T13:04:03.714Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-11T13:04:03.714Z] Reading package lists... [2021-05-11T13:04:03.714Z] Building dependency tree... [2021-05-11T13:04:03.714Z] Reading state information... [2021-05-11T13:04:03.714Z] Suggested packages: [2021-05-11T13:04:03.714Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-05-11T13:04:03.714Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-05-11T13:04:03.714Z] Recommended packages: [2021-05-11T13:04:03.714Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix [2021-05-11T13:04:03.714Z] The following NEW packages will be installed: [2021-05-11T13:04:03.714Z] curl git git-man libcurl3-gnutls libcurl4 liberror-perl libglib2.0-0 [2021-05-11T13:04:03.714Z] libnghttp2-14 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev [2021-05-11T13:04:03.714Z] libzmq5 pkg-config [2021-05-11T13:04:03.714Z] 0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded. [2021-05-11T13:04:03.714Z] Need to get 7874 kB of archives. [2021-05-11T13:04:03.714Z] After this operation, 44.2 MB of additional disk space will be used. [2021-05-11T13:04:03.714Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-05-11T13:04:03.714Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-05-11T13:04:03.976Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-05-11T13:04:03.976Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-05-11T13:04:04.238Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-05-11T13:04:04.238Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-05-11T13:04:04.238Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-05-11T13:04:04.238Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-05-11T13:04:04.238Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-05-11T13:04:04.809Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.13 [219 kB] [2021-05-11T13:04:04.809Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 curl amd64 7.58.0-2ubuntu3.13 [159 kB] [2021-05-11T13:04:04.809Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-05-11T13:04:04.809Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-05-11T13:04:04.809Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-05-11T13:04:04.809Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-05-11T13:04:04.809Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-05-11T13:04:05.068Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-11T13:04:05.069Z] Fetched 7874 kB in 1s (5699 kB/s) [2021-05-11T13:04:05.336Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-05-11T13:04:05.336Z] (Reading database ... 13924 files and directories currently installed.) [2021-05-11T13:04:05.336Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-05-11T13:04:05.336Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-11T13:04:05.597Z] Selecting previously unselected package libpsl5:amd64. [2021-05-11T13:04:05.597Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-05-11T13:04:05.597Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-05-11T13:04:05.597Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-05-11T13:04:05.597Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-05-11T13:04:05.597Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-11T13:04:05.860Z] Selecting previously unselected package librtmp1:amd64. [2021-05-11T13:04:05.860Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-05-11T13:04:05.860Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-11T13:04:05.860Z] Selecting previously unselected package libcurl4:amd64. [2021-05-11T13:04:05.860Z] Preparing to unpack .../04-libcurl4_7.58.0-2ubuntu3.13_amd64.deb ... [2021-05-11T13:04:05.860Z] Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-11T13:04:05.860Z] Selecting previously unselected package curl. [2021-05-11T13:04:05.860Z] Preparing to unpack .../05-curl_7.58.0-2ubuntu3.13_amd64.deb ... [2021-05-11T13:04:05.860Z] Unpacking curl (7.58.0-2ubuntu3.13) ... [2021-05-11T13:04:06.121Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-05-11T13:04:06.121Z] Preparing to unpack .../06-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-05-11T13:04:06.121Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-11T13:04:06.121Z] Selecting previously unselected package liberror-perl. [2021-05-11T13:04:06.121Z] Preparing to unpack .../07-liberror-perl_0.17025-1_all.deb ... [2021-05-11T13:04:06.121Z] Unpacking liberror-perl (0.17025-1) ... [2021-05-11T13:04:06.121Z] Selecting previously unselected package git-man. [2021-05-11T13:04:06.121Z] Preparing to unpack .../08-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-05-11T13:04:06.121Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-11T13:04:06.382Z] Selecting previously unselected package git. [2021-05-11T13:04:06.382Z] Preparing to unpack .../09-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-05-11T13:04:06.382Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-05-11T13:04:07.324Z] Selecting previously unselected package libnorm1:amd64. [2021-05-11T13:04:07.324Z] Preparing to unpack .../10-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-05-11T13:04:07.324Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-11T13:04:07.324Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-05-11T13:04:07.324Z] Preparing to unpack .../11-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-05-11T13:04:07.324Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-11T13:04:07.585Z] Selecting previously unselected package libsodium23:amd64. [2021-05-11T13:04:07.585Z] Preparing to unpack .../12-libsodium23_1.0.16-2_amd64.deb ... [2021-05-11T13:04:07.585Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-05-11T13:04:07.585Z] Selecting previously unselected package libzmq5:amd64. [2021-05-11T13:04:07.585Z] Preparing to unpack .../13-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-11T13:04:07.585Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-11T13:04:07.585Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-05-11T13:04:07.585Z] Preparing to unpack .../14-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-11T13:04:07.846Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-11T13:04:07.846Z] Selecting previously unselected package pkg-config. [2021-05-11T13:04:07.846Z] Preparing to unpack .../15-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-05-11T13:04:07.846Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-05-11T13:04:08.106Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-11T13:04:08.106Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-11T13:04:08.106Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-11T13:04:08.106Z] Setting up liberror-perl (0.17025-1) ... [2021-05-11T13:04:08.106Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-05-11T13:04:08.106Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-11T13:04:08.106Z] No schema files found: doing nothing. [2021-05-11T13:04:08.106Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-11T13:04:08.106Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-11T13:04:08.106Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-05-11T13:04:08.106Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-05-11T13:04:08.366Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-11T13:04:08.366Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-11T13:04:08.366Z] Setting up libcurl4:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-11T13:04:08.366Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-11T13:04:08.366Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-05-11T13:04:08.627Z] Setting up curl (7.58.0-2ubuntu3.13) ... [2021-05-11T13:04:08.627Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-11T13:04:15.212Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-11T13:04:15.212Z] curl set to automatically installed. [2021-05-11T13:04:15.212Z] git set to automatically installed. [2021-05-11T13:04:15.212Z] git-man set to automatically installed. [2021-05-11T13:04:15.212Z] libcurl3-gnutls set to automatically installed. [2021-05-11T13:04:15.212Z] libcurl4 set to automatically installed. [2021-05-11T13:04:15.212Z] liberror-perl set to automatically installed. [2021-05-11T13:04:15.212Z] libglib2.0-0 set to automatically installed. [2021-05-11T13:04:15.212Z] libnghttp2-14 set to automatically installed. [2021-05-11T13:04:15.212Z] libnorm1 set to automatically installed. [2021-05-11T13:04:15.212Z] libpgm-5.2-0 set to automatically installed. [2021-05-11T13:04:15.212Z] libpsl5 set to automatically installed. [2021-05-11T13:04:15.212Z] librtmp1 set to automatically installed. [2021-05-11T13:04:15.212Z] libsodium23 set to automatically installed. [2021-05-11T13:04:15.212Z] libzmq3-dev set to automatically installed. [2021-05-11T13:04:15.212Z] libzmq5 set to automatically installed. [2021-05-11T13:04:15.212Z] pkg-config set to automatically installed. [2021-05-11T13:04:16.616Z] snapd is not logged in, snap install commands will use sudo [2021-05-11T13:04:24.752Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-11T13:04:25.321Z] snap "core18" has no updates available [2021-05-11T13:04:25.892Z] Pulling go [2021-05-11T13:04:25.892Z] + snapcraftctl pull [2021-05-11T13:04:27.319Z] 'app-service-config' has dependencies that need to be staged: go [2021-05-11T13:04:27.319Z] Skipping pull go (already ran) [2021-05-11T13:04:27.319Z] Building go [2021-05-11T13:04:27.319Z] + dpkg --print-architecture [2021-05-11T13:04:27.319Z] + FILE_NAME=go1.16.4.linux-amd64.tar.gz [2021-05-11T13:04:27.319Z] + FILE_HASH=7154e88f5a8047aad4b80ebace58a059e36e7e2e4eb3b383127a28c711b4ff59 [2021-05-11T13:04:27.319Z] + curl https://dl.google.com/go/go1.16.4.linux-amd64.tar.gz -O [2021-05-11T13:04:27.319Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-11T13:04:27.319Z] Dload Upload Total Spent Left Speed [2021-05-11T13:04:30.325Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 21 123M 21 26.8M 0 0 34.3M 0 0:00:03 --:--:-- 0:00:03 34.3M 54 123M 54 67.4M 0 0 37.8M 0 0:00:03 0:00:01 0:00:02 37.8M 88 123M 88 109M 0 0 39.3M 0 0:00:03 0:00:02 0:00:01 39.3M 100 123M 100 123M 0 0 39.7M 0 0:00:03 0:00:03 --:--:-- 39.7M [2021-05-11T13:04:30.325Z] + echo 7154e88f5a8047aad4b80ebace58a059e36e7e2e4eb3b383127a28c711b4ff59 go1.16.4.linux-amd64.tar.gz [2021-05-11T13:04:30.325Z] + sha256sum -c sha256 [2021-05-11T13:04:30.325Z] + grep OK [2021-05-11T13:04:31.270Z] go1.16.4.linux-amd64.tar.gz: OK [2021-05-11T13:04:31.270Z] + tar -C /root/stage -xf go1.16.4.linux-amd64.tar.gz --strip-components=1 [2021-05-11T13:04:36.573Z] Staging go [2021-05-11T13:04:36.573Z] + snapcraftctl stage [2021-05-11T13:04:48.820Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-11T13:04:48.820Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-11T13:04:48.820Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1723 kB] [2021-05-11T13:04:48.820Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-11T13:04:48.820Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-11T13:04:48.820Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-11T13:04:48.820Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-11T13:04:48.820Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-11T13:04:48.820Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-11T13:04:48.820Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-11T13:04:48.820Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-11T13:04:48.820Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-11T13:04:48.820Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [321 kB] [2021-05-11T13:04:48.820Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-11T13:04:48.821Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-11T13:04:48.821Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [321 kB] [2021-05-11T13:04:48.821Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [43.2 kB] [2021-05-11T13:04:48.821Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1125 kB] [2021-05-11T13:04:48.821Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2069 kB] [2021-05-11T13:04:48.821Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] [2021-05-11T13:04:48.821Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-11T13:04:48.821Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-11T13:04:48.821Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-11T13:04:48.821Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [344 kB] [2021-05-11T13:04:48.821Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.8 kB] [2021-05-11T13:04:48.821Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] [2021-05-11T13:04:48.821Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-11T13:04:48.821Z] Fetched 24.6 MB in 0s (0 B/s) [2021-05-11T13:04:48.821Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-11T13:04:48.821Z] Fetched 224 kB in 0s (0 B/s) [2021-05-11T13:04:48.821Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-11T13:04:48.821Z] Fetched 157 kB in 0s (0 B/s) [2021-05-11T13:04:48.821Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-11T13:04:48.821Z] Fetched 221 kB in 0s (0 B/s) [2021-05-11T13:04:48.821Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-11T13:04:48.821Z] Fetched 143 kB in 0s (0 B/s) [2021-05-11T13:04:48.821Z] Pulling app-service-config [2021-05-11T13:04:48.821Z] + snapcraftctl pull [2021-05-11T13:04:49.084Z] + date +%Y%m%d [2021-05-11T13:04:49.084Z] + git rev-parse --short HEAD [2021-05-11T13:04:49.084Z] + snapcraftctl set-version 1.2.0-20210511+dc37905 [2021-05-11T13:04:50.478Z] Pulling config-common [2021-05-11T13:04:50.478Z] + snapcraftctl pull [2021-05-11T13:04:51.870Z] Skipping build go (already ran) [2021-05-11T13:04:51.870Z] Building app-service-config [2021-05-11T13:04:51.870Z] + cd /root/parts/app-service-config/src [2021-05-11T13:04:51.870Z] + make build [2021-05-11T13:04:51.870Z] go mod tidy [2021-05-11T13:04:53.259Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.58 [2021-05-11T13:04:53.521Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.52 [2021-05-11T13:04:53.521Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.83 [2021-05-11T13:04:53.521Z] go: downloading github.com/google/uuid v1.2.0 [2021-05-11T13:04:53.521Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-05-11T13:04:53.521Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.13 [2021-05-11T13:04:53.521Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.7 [2021-05-11T13:04:53.521Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-05-11T13:04:53.521Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-05-11T13:04:53.521Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-05-11T13:04:53.521Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-05-11T13:04:53.521Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.8 [2021-05-11T13:04:53.521Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.20 [2021-05-11T13:04:53.521Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-05-11T13:04:53.783Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-05-11T13:04:53.783Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-05-11T13:04:53.783Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.4 [2021-05-11T13:04:53.783Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-05-11T13:04:53.783Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-05-11T13:04:53.783Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-05-11T13:04:53.783Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-05-11T13:04:53.783Z] go: downloading github.com/stretchr/objx v0.1.0 [2021-05-11T13:04:53.783Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-05-11T13:04:53.783Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-05-11T13:04:53.783Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-05-11T13:04:53.783Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-05-11T13:04:53.783Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-05-11T13:04:53.783Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-05-11T13:04:53.783Z] go: downloading golang.org/x/text v0.3.2 [2021-05-11T13:04:53.783Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2021-05-11T13:04:53.783Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-05-11T13:04:53.783Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-05-11T13:04:53.783Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-05-11T13:04:54.061Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-05-11T13:04:54.061Z] go: downloading github.com/x448/float16 v0.8.4 [2021-05-11T13:04:54.061Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-05-11T13:04:54.356Z] go: downloading github.com/go-stack/stack v1.8.0 [2021-05-11T13:04:54.356Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-05-11T13:04:54.356Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-05-11T13:04:54.356Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-05-11T13:04:54.356Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-05-11T13:04:54.356Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-05-11T13:04:54.356Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-05-11T13:04:54.356Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-05-11T13:04:54.630Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-05-11T13:04:54.630Z] go: downloading github.com/hashicorp/consul/sdk v0.7.0 [2021-05-11T13:04:54.630Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2021-05-11T13:04:54.630Z] go: downloading github.com/onsi/ginkgo v1.10.1 [2021-05-11T13:04:54.630Z] go: downloading github.com/onsi/gomega v1.7.0 [2021-05-11T13:04:54.893Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-05-11T13:04:54.893Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-05-11T13:04:54.893Z] go: downloading github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2021-05-11T13:04:54.893Z] go: downloading github.com/fatih/color v1.9.0 [2021-05-11T13:04:54.893Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-05-11T13:04:55.173Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-05-11T13:04:55.173Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-05-11T13:04:55.173Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-05-11T13:04:55.173Z] go: downloading github.com/pkg/errors v0.8.1 [2021-05-11T13:04:55.173Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2021-05-11T13:04:55.173Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2021-05-11T13:04:55.173Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2021-05-11T13:04:55.173Z] go: downloading github.com/hpcloud/tail v1.0.0 [2021-05-11T13:04:55.173Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-05-11T13:04:55.173Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2021-05-11T13:04:55.173Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2021-05-11T13:04:55.173Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2021-05-11T13:04:55.173Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.0 [2021-05-11T13:04:55.173Z] go: downloading github.com/miekg/dns v1.1.26 [2021-05-11T13:04:55.173Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2021-05-11T13:04:55.173Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-05-11T13:04:55.173Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2021-05-11T13:04:55.173Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [2021-05-11T13:04:55.173Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2021-05-11T13:04:55.436Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.58 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-05-11T13:05:03.616Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-05-11T13:05:03.616Z] + find ./res -maxdepth 1 -type d -exec install -d /root/parts/app-service-config/install/config/{} ; [2021-05-11T13:05:03.616Z] + + read fname [2021-05-11T13:05:03.616Z] find ./res -name configuration.toml [2021-05-11T13:05:03.616Z] + cat ./res/mqtt-export/configuration.toml [2021-05-11T13:05:03.616Z] + sed -e s:./logs/:\$SNAP_COMMON/: [2021-05-11T13:05:03.616Z] + read fname [2021-05-11T13:05:03.616Z] + cat ./res/sample/configuration.toml [2021-05-11T13:05:03.616Z] + sed -e s:./logs/:\$SNAP_COMMON/: [2021-05-11T13:05:03.616Z] + read fname [2021-05-11T13:05:03.616Z] + cat ./res/push-to-core/configuration.toml [2021-05-11T13:05:03.616Z] + sed -e s:./logs/:\$SNAP_COMMON/: [2021-05-11T13:05:03.616Z] + read fname [2021-05-11T13:05:03.616Z] + cat ./res/rules-engine/configuration.toml [2021-05-11T13:05:03.616Z] + sed -e s:./logs/:\$SNAP_COMMON/: [2021-05-11T13:05:03.616Z] + read fname [2021-05-11T13:05:03.616Z] + cat ./res/functional-tests/configuration.toml [2021-05-11T13:05:03.616Z] + sed -e s:./logs/:\$SNAP_COMMON/: [2021-05-11T13:05:03.616Z] + read fname [2021-05-11T13:05:03.616Z] + cat ./res/http-export/configuration.toml [2021-05-11T13:05:03.616Z] + sed -e s:./logs/:\$SNAP_COMMON/: [2021-05-11T13:05:03.616Z] + read fname [2021-05-11T13:05:03.616Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-05-11T13:05:03.616Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-05-11T13:05:05.003Z] Building config-common [2021-05-11T13:05:05.003Z] + snapcraftctl build [2021-05-11T13:05:07.561Z] Skipping stage go (already ran) [2021-05-11T13:05:07.826Z] Staging app-service-config [2021-05-11T13:05:07.826Z] + snapcraftctl stage [2021-05-11T13:05:09.211Z] Staging config-common [2021-05-11T13:05:09.211Z] + snapcraftctl stage [2021-05-11T13:05:10.156Z] Priming go [2021-05-11T13:05:10.156Z] + snapcraftctl prime [2021-05-11T13:05:11.545Z] Priming app-service-config [2021-05-11T13:05:11.545Z] + snapcraftctl prime [2021-05-11T13:05:12.932Z] Priming config-common [2021-05-11T13:05:12.932Z] + snapcraftctl prime [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-11T13:05:16.724Z] ---> job-cost.sh [2021-05-11T13:05:16.724Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-3b22 [2021-05-11T13:05:34.909Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-11T13:06:07.148Z] lf-activate-venv(): INFO: Adding /tmp/venv-3b22/bin to PATH [2021-05-11T13:06:07.148Z] INFO: No Stack... [2021-05-11T13:06:07.148Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-11T13:06:07.148Z] INFO: Archiving Costs [Pipeline] sh [2021-05-11T13:06:07.482Z] + cat /w/workspace/app-service-configurable/3/archives/cost.csv [2021-05-11T13:06:07.482Z] + cut -d, -f6 [Pipeline] lock [2021-05-11T13:06:07.596Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-244-3-stack-cost] [2021-05-11T13:06:07.603Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-244-3-stack-cost] did not exist. Created. [2021-05-11T13:06:07.604Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-244-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-11T13:06:07.960Z] /w/workspace/app-service-configurable/3@tmp/durable-9e8194d3/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh [2021-05-11T13:06:08.288Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-11T13:06:08.302Z] Warning: overwriting stash ‘stack-cost’ [2021-05-11T13:06:08.420Z] Stashed 1 file(s) [Pipeline] } [2021-05-11T13:06:08.435Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-244-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-05-11T13:06:09.067Z] provisioning config files... [2021-05-11T13:06:09.090Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_PR-244@tmp/config440760770797614514tmp [Pipeline] { [Pipeline] sh [2021-05-11T13:06:09.467Z] + set +x [2021-05-11T13:06:09.467Z] + bash -s -- [2021-05-11T13:06:09.467Z] + curl -s https://codecov.io/bash [2021-05-11T13:06:09.747Z] [2021-05-11T13:06:09.747Z] _____ _ [2021-05-11T13:06:09.747Z] / ____| | | [2021-05-11T13:06:09.747Z] | | ___ __| | ___ ___ _____ __ [2021-05-11T13:06:09.747Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-11T13:06:09.747Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-11T13:06:09.747Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-11T13:06:09.747Z] Bash-1.0.2 [2021-05-11T13:06:09.747Z] [2021-05-11T13:06:09.747Z] [2021-05-11T13:06:09.747Z] ==> git version 2.24.3 found [2021-05-11T13:06:09.747Z] ==> 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-11T13:06:09.747Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-11T13:06:09.747Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-11T13:06:09.747Z] ==> Jenkins CI detected. [2021-05-11T13:06:09.747Z] project root: . [2021-05-11T13:06:09.747Z] --> token set from env [2021-05-11T13:06:09.747Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-11T13:06:09.747Z] ==> Running gcov in . (disable via -X gcov) [2021-05-11T13:06:09.747Z] ==> Python coveragepy not found [2021-05-11T13:06:09.747Z] ==> Searching for coverage reports in: [2021-05-11T13:06:09.747Z] + . [2021-05-11T13:06:10.017Z] -> Found 1 reports [2021-05-11T13:06:10.017Z] ==> Detecting git/mercurial file structure [2021-05-11T13:06:10.017Z] ==> Reading reports [2021-05-11T13:06:10.017Z] + ./coverage.out bytes=10 [2021-05-11T13:06:10.017Z] ==> Appending adjustments [2021-05-11T13:06:10.017Z] https://docs.codecov.io/docs/fixing-reports [2021-05-11T13:06:10.017Z] + Found adjustments [2021-05-11T13:06:10.017Z] ==> Gzipping contents [2021-05-11T13:06:10.017Z] 4.0K /tmp/codecov.6BLDkl.gz [2021-05-11T13:06:10.017Z] ==> Uploading reports [2021-05-11T13:06:10.017Z] url: https://codecov.io [2021-05-11T13:06:10.017Z] query: branch=PR-244&commit=8e449f9bb92e41d480991289e438407b3b0cc6b6&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-244%2F3%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=244&job=&cmd_args= [2021-05-11T13:06:10.017Z] -> Pinging Codecov [2021-05-11T13:06:10.017Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-244&commit=8e449f9bb92e41d480991289e438407b3b0cc6b6&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-244%2F3%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=244&job=&cmd_args= [2021-05-11T13:06:10.601Z] -> Uploading to [2021-05-11T13:06:10.601Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-11/A97CA9966030D2A3747ED39772930CCE/8e449f9bb92e41d480991289e438407b3b0cc6b6/45a655c6-85a3-4dbc-8126-ed2f3eb90064.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210511%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210511T130610Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4b2e63ce78df28dc45bca723729bcd4a2e78fb0027a3bb03599faa91352629aa [2021-05-11T13:06:10.601Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-11T13:06:10.601Z] Dload Upload Total Spent Left Speed [2021-05-11T13:06:11.132Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 382 0 0 100 382 0 851 --:--:-- --:--:-- --:--:-- 850 [2021-05-11T13:06:11.132Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/8e449f9bb92e41d480991289e438407b3b0cc6b6 [Pipeline] } [2021-05-11T13:06:11.147Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-05-11T13:06:12.366Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T13:06:12.952Z] ---> package-listing.sh [2021-05-11T13:06:12.952Z] ++ facter osfamily [2021-05-11T13:06:12.952Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-11T13:06:13.217Z] + OS_FAMILY=redhat [2021-05-11T13:06:13.217Z] + workspace=/w/workspace/_app-service-configurable_PR-244 [2021-05-11T13:06:13.217Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-11T13:06:13.217Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-11T13:06:13.217Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-11T13:06:13.217Z] + PACKAGES=/tmp/packages_start.txt [2021-05-11T13:06:13.217Z] + '[' /w/workspace/_app-service-configurable_PR-244 ']' [2021-05-11T13:06:13.217Z] + PACKAGES=/tmp/packages_end.txt [2021-05-11T13:06:13.217Z] + case "${OS_FAMILY}" in [2021-05-11T13:06:13.217Z] + rpm -qa [2021-05-11T13:06:13.217Z] + sort [2021-05-11T13:06:18.553Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-11T13:06:18.553Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-11T13:06:18.553Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-11T13:06:18.553Z] + '[' /w/workspace/_app-service-configurable_PR-244 ']' [2021-05-11T13:06:18.553Z] + mkdir -p /w/workspace/_app-service-configurable_PR-244/archives/ [2021-05-11T13:06:18.553Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-244/archives/ [Pipeline] echo [2021-05-11T13:06:18.582Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_PR-244/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-11T13:06:18.907Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-11T13:06:19.593Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T13:06:19.593Z] [2021-05-11T13:06:19.593Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-11T13:06:20.277Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T13:06:20.277Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-11T13:06:20.277Z] df20fa9351a1: Pulling fs layer [2021-05-11T13:06:20.277Z] 36b3adc4ff6f: Pulling fs layer [2021-05-11T13:06:20.277Z] 8ad3a11d3b57: Pulling fs layer [2021-05-11T13:06:20.277Z] 46f8f816bc3b: Pulling fs layer [2021-05-11T13:06:20.277Z] 93b61091891f: Pulling fs layer [2021-05-11T13:06:20.277Z] 93b9cdb0e59b: Pulling fs layer [2021-05-11T13:06:20.277Z] 5e14af77c1be: Pulling fs layer [2021-05-11T13:06:20.277Z] 01666e4c0597: Pulling fs layer [2021-05-11T13:06:20.277Z] aa168da1d23b: Pulling fs layer [2021-05-11T13:06:20.277Z] 93b9cdb0e59b: Waiting [2021-05-11T13:06:20.277Z] 5e14af77c1be: Waiting [2021-05-11T13:06:20.277Z] 01666e4c0597: Waiting [2021-05-11T13:06:20.277Z] aa168da1d23b: Waiting [2021-05-11T13:06:20.277Z] 46f8f816bc3b: Waiting [2021-05-11T13:06:20.277Z] 93b61091891f: Waiting [2021-05-11T13:06:20.277Z] 36b3adc4ff6f: Verifying Checksum [2021-05-11T13:06:20.277Z] 36b3adc4ff6f: Download complete [2021-05-11T13:06:20.277Z] 46f8f816bc3b: Verifying Checksum [2021-05-11T13:06:20.277Z] 46f8f816bc3b: Download complete [2021-05-11T13:06:20.277Z] df20fa9351a1: Verifying Checksum [2021-05-11T13:06:20.277Z] df20fa9351a1: Download complete [2021-05-11T13:06:20.277Z] 93b9cdb0e59b: Verifying Checksum [2021-05-11T13:06:20.277Z] 93b9cdb0e59b: Download complete [2021-05-11T13:06:20.553Z] 93b61091891f: Verifying Checksum [2021-05-11T13:06:20.553Z] 93b61091891f: Download complete [2021-05-11T13:06:20.553Z] 5e14af77c1be: Verifying Checksum [2021-05-11T13:06:20.553Z] 5e14af77c1be: Download complete [2021-05-11T13:06:20.553Z] 01666e4c0597: Verifying Checksum [2021-05-11T13:06:20.553Z] 01666e4c0597: Download complete [2021-05-11T13:06:20.820Z] 8ad3a11d3b57: Verifying Checksum [2021-05-11T13:06:20.820Z] 8ad3a11d3b57: Download complete [2021-05-11T13:06:20.820Z] df20fa9351a1: Pull complete [2021-05-11T13:06:21.420Z] 36b3adc4ff6f: Pull complete [2021-05-11T13:06:22.408Z] 8ad3a11d3b57: Pull complete [2021-05-11T13:06:23.020Z] 46f8f816bc3b: Pull complete [2021-05-11T13:06:23.653Z] 93b61091891f: Pull complete [2021-05-11T13:06:23.653Z] 93b9cdb0e59b: Pull complete [2021-05-11T13:06:23.653Z] aa168da1d23b: Verifying Checksum [2021-05-11T13:06:23.653Z] aa168da1d23b: Download complete [2021-05-11T13:06:23.927Z] 5e14af77c1be: Pull complete [2021-05-11T13:06:24.218Z] 01666e4c0597: Pull complete [2021-05-11T13:06:34.381Z] aa168da1d23b: Pull complete [2021-05-11T13:06:34.381Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-11T13:06:34.381Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T13:06:34.381Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-11T13:06:34.603Z] prd-centos7-docker-4c-2g-4430 does not seem to be running inside a container [2021-05-11T13:06:34.669Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_PR-244/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_PR-244 -v /w/workspace/_app-service-configurable_PR-244:/w/workspace/_app-service-configurable_PR-244:rw,z -v /w/workspace/_app-service-configurable_PR-244@tmp:/w/workspace/_app-service-configurable_PR-244@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-11T13:06:38.205Z] $ docker top fe86b7f4fc84f1fde61890ef920cea8efc3994dae08af85b46e4a6d7ea7c696b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T13:06:38.848Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-11T13:06:39.168Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-11T13:06:39.490Z] + ls /var/log/sa-host [2021-05-11T13:06:39.490Z] + sadf -c /var/log/sa-host/sa11 [2021-05-11T13:06:39.490Z] file_magic: OK [2021-05-11T13:06:39.490Z] HZ: Using current value: 100 [2021-05-11T13:06:39.490Z] file_header: OK [2021-05-11T13:06:39.490Z] 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-11T13:06:39.490Z] Statistics: [2021-05-11T13:06:39.490Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-11T13:06:39.490Z] File successfully converted to sysstat format version 12.2.1 [2021-05-11T13:06:39.490Z] + sadf -c /var/log/sa-host/sa23 [2021-05-11T13:06:39.490Z] file_magic: OK [2021-05-11T13:06:39.490Z] HZ: Using current value: 100 [2021-05-11T13:06:39.490Z] file_header: OK [2021-05-11T13:06:39.490Z] 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-11T13:06:39.490Z] Statistics: [2021-05-11T13:06:39.490Z] Hnuu...uuuununununu... [2021-05-11T13:06:39.490Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-11T13:06:40.205Z] provisioning config files... [2021-05-11T13:06:40.223Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-244@tmp/config6138366980117279637tmp [Pipeline] { [Pipeline] echo [2021-05-11T13:06:40.248Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T13:06:40.552Z] ---> create-netrc.sh [Pipeline] } [2021-05-11T13:06:40.563Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-11T13:06:40.593Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T13:06:40.922Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-11T13:06:40.935Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T13:06:41.236Z] ---> sudo-logs.sh [2021-05-11T13:06:41.236Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-11T13:06:41.264Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T13:06:41.565Z] ---> job-cost.sh [2021-05-11T13:06:41.565Z] lf-activate-venv: SKIPPING [2021-05-11T13:06:41.565Z] DEBUG: total: 0.029999999329447746 [2021-05-11T13:06:41.565Z] INFO: Retrieving Stack Cost... [2021-05-11T13:06:42.966Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-11T13:06:43.547Z] INFO: Archiving Costs [Pipeline] echo [2021-05-11T13:06:43.563Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T13:06:43.870Z] ---> logs-deploy.sh [2021-05-11T13:06:43.870Z] lf-activate-venv: SKIPPING [2021-05-11T13:06:43.870Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-244/3 [2021-05-11T13:06:43.870Z] INFO: archiving workspace using pattern(s): [2021-05-11T13:06:45.810Z] Archives upload complete. [2021-05-11T13:06:45.810Z] INFO: archiving logs to Nexus