Pull request #261 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 120a7ac159fe3934a0dff4a4244299a10fe91b13+8ac7400be55167f646a4e721a36a1fa2ca62e73d (1374040836416c3f9ebc0906dffbccb9b643767f) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh4261942520984633899.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 9d0281235b943b7ad605f650702698f9078b2862 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh8502665404539393444.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 9d0281235b943b7ad605f650702698f9078b2862 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-261/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-261/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh4731349095629584701.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-261/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh7769346964025681503.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh1162971910482969365.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-261/workspace@libs/lf-pipelines # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-261/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh2291759544228906309.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 9d0281235b943b7ad605f650702698f9078b2862 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project: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: 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 ‘prd-centos7-docker-4c-2g-309’ is offline Running on prd-centos7-docker-4c-2g-15478 in /w/workspace/_app-service-configurable_PR-261 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_PR-261 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/_app-service-configurable_PR-261@tmp/jenkins-gitclient-ssh8812114730032514380.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/_app-service-configurable_PR-261@tmp/jenkins-gitclient-ssh7928258265953144325.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/261/head:refs/remotes/origin/PR-261 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 8ac7400be55167f646a4e721a36a1fa2ca62e73d into PR head commit 120a7ac159fe3934a0dff4a4244299a10fe91b13 Merge succeeded, producing 120a7ac159fe3934a0dff4a4244299a10fe91b13 Checking out Revision 120a7ac159fe3934a0dff4a4244299a10fe91b13 (PR-261) > git config core.sparsecheckout # timeout=10 > git checkout -f 120a7ac159fe3934a0dff4a4244299a10fe91b13 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/_app-service-configurable_PR-261@tmp/jenkins-gitclient-ssh4783132172991878156.key > git merge 8ac7400be55167f646a4e721a36a1fa2ca62e73d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 120a7ac159fe3934a0dff4a4244299a10fe91b13 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object 9d0281235b943b7ad605f650702698f9078b2862 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-21T05:28:17.822Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-21T05:28:18.031Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-21T05:28:18.151Z] ========================================================= [2021-05-21T05:28:18.151Z] EdgeX Global Pipelines Version Info [2021-05-21T05:28:18.151Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-21T05:28:19.715Z] ------------------- [2021-05-21T05:28:19.715Z] stable info: [2021-05-21T05:28:19.715Z] ------------------- [2021-05-21T05:28:19.715Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-21T05:28:19.715Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-21T05:28:19.715Z] Message: update stable to v1.0.192 [2021-05-21T05:28:20.288Z] ------------------- [2021-05-21T05:28:20.288Z] experimental info: [2021-05-21T05:28:20.288Z] ------------------- [2021-05-21T05:28:20.288Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-21T05:28:20.288Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-21T05:28:20.288Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-21T05:28:20.518Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2021-05-21T05:28:20.580Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2021-05-21T05:28:20.644Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-21T05:28:20.703Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-21T05:28:20.763Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-21T05:28:20.819Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-21T05:28:20.879Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-21T05:28:20.936Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-21T05:28:20.996Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-21T05:28:21.055Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-21T05:28:21.127Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-21T05:28:21.184Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2021-05-21T05:28:21.240Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-21T05:28:21.297Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-21T05:28:21.357Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-21T05:28:21.414Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-21T05:28:21.476Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-21T05:28:21.531Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-21T05:28:21.591Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-21T05:28:21.649Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-21T05:28:21.708Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-05-21T05:28:21.767Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-05-21T05:28:21.824Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-21T05:28:21.886Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-21T05:28:21.945Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-05-21T05:28:22.004Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-21T05:28:22.065Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-261 [Pipeline] echo [2021-05-21T05:28:22.122Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-261 [Pipeline] echo [2021-05-21T05:28:22.179Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-261 [Pipeline] echo [2021-05-21T05:28:22.237Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 120a7ac159fe3934a0dff4a4244299a10fe91b13 [Pipeline] echo [2021-05-21T05:28:22.302Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 120a7ac [Pipeline] echo [2021-05-21T05:28:22.365Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-21T05:28:22.521Z] provisioning config files... [2021-05-21T05:28:22.543Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-261@tmp/config1723103256356031083tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-21T05:28:22.911Z] ---> docker-login.sh [2021-05-21T05:28:22.911Z] nexus3.edgexfoundry.org:10001 [2021-05-21T05:28:23.180Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-21T05:28:23.180Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-21T05:28:23.180Z] Configure a credential helper to remove this warning. See [2021-05-21T05:28:23.180Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-21T05:28:23.180Z] [2021-05-21T05:28:23.180Z] Login Succeeded [2021-05-21T05:28:23.180Z] nexus3.edgexfoundry.org:10002 [2021-05-21T05:28:23.442Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-21T05:28:23.442Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-21T05:28:23.442Z] Configure a credential helper to remove this warning. See [2021-05-21T05:28:23.442Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-21T05:28:23.442Z] [2021-05-21T05:28:23.442Z] Login Succeeded [2021-05-21T05:28:23.442Z] nexus3.edgexfoundry.org:10003 [2021-05-21T05:28:23.442Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-21T05:28:23.442Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-21T05:28:23.442Z] Configure a credential helper to remove this warning. See [2021-05-21T05:28:23.442Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-21T05:28:23.442Z] [2021-05-21T05:28:23.442Z] Login Succeeded [2021-05-21T05:28:23.442Z] nexus3.edgexfoundry.org:10004 [2021-05-21T05:28:23.709Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-21T05:28:23.709Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-21T05:28:23.709Z] Configure a credential helper to remove this warning. See [2021-05-21T05:28:23.709Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-21T05:28:23.709Z] [2021-05-21T05:28:23.709Z] Login Succeeded [2021-05-21T05:28:23.709Z] docker.io [2021-05-21T05:28:23.709Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-21T05:28:23.971Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-21T05:28:23.971Z] Configure a credential helper to remove this warning. See [2021-05-21T05:28:23.971Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-21T05:28:23.971Z] [2021-05-21T05:28:23.971Z] Login Succeeded [2021-05-21T05:28:23.971Z] ---> docker-login.sh ends [Pipeline] } [2021-05-21T05:28:23.999Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-21T05:28:24.753Z] + git log --format=format:%s -1 120a7ac159fe3934a0dff4a4244299a10fe91b13 [Pipeline] echo [2021-05-21T05:28:24.815Z] GIT_COMMIT: 120a7ac159fe3934a0dff4a4244299a10fe91b13, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 [Pipeline] echo [2021-05-21T05:28:24.855Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-21T05:28:25.957Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-21T05:28:25.957Z] [2021-05-21T05:28:25.957Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-21T05:28:26.320Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-21T05:28:26.320Z] latest: Pulling from edgex-devops/git-semver [2021-05-21T05:28:26.320Z] 31603596830f: Pulling fs layer [2021-05-21T05:28:26.320Z] 54011a49482f: Pulling fs layer [2021-05-21T05:28:26.320Z] a6820b24f6d8: Pulling fs layer [2021-05-21T05:28:26.320Z] f581987b2513: Pulling fs layer [2021-05-21T05:28:26.320Z] f581987b2513: Waiting [2021-05-21T05:28:26.320Z] 54011a49482f: Verifying Checksum [2021-05-21T05:28:26.320Z] 54011a49482f: Download complete [2021-05-21T05:28:26.590Z] 31603596830f: Verifying Checksum [2021-05-21T05:28:26.590Z] 31603596830f: Download complete [2021-05-21T05:28:26.590Z] f581987b2513: Verifying Checksum [2021-05-21T05:28:26.590Z] f581987b2513: Download complete [2021-05-21T05:28:26.590Z] a6820b24f6d8: Verifying Checksum [2021-05-21T05:28:26.590Z] a6820b24f6d8: Download complete [2021-05-21T05:28:26.590Z] 31603596830f: Pull complete [2021-05-21T05:28:26.855Z] 54011a49482f: Pull complete [2021-05-21T05:28:27.434Z] a6820b24f6d8: Pull complete [2021-05-21T05:28:27.434Z] f581987b2513: Pull complete [2021-05-21T05:28:27.434Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-21T05:28:27.434Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-21T05:28:27.434Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-21T05:28:27.540Z] prd-centos7-docker-4c-2g-15478 does not seem to be running inside a container [2021-05-21T05:28:27.595Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-261 -v /w/workspace/_app-service-configurable_PR-261:/w/workspace/_app-service-configurable_PR-261:rw,z -v /w/workspace/_app-service-configurable_PR-261@tmp:/w/workspace/_app-service-configurable_PR-261@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-21T05:28:28.721Z] $ docker top be6baa1fcde92d0476fe5c9a37a5d1f03c5c9cee9f997137d581129b7f931b8d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-21T05:28:28.927Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-21T05:28:28.927Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-21T05:28:29.041Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-21T05:28:29.047Z] $ docker exec be6baa1fcde92d0476fe5c9a37a5d1f03c5c9cee9f997137d581129b7f931b8d ssh-agent [2021-05-21T05:28:29.148Z] SSH_AUTH_SOCK=/tmp/ssh-aPA75d4MMef4/agent.14 [2021-05-21T05:28:29.148Z] SSH_AGENT_PID=21 [2021-05-21T05:28:29.159Z] Running ssh-add (command line suppressed) [2021-05-21T05:28:29.253Z] Identity added: /w/workspace/_app-service-configurable_PR-261@tmp/private_key_8666834871617014786.key (/w/workspace/_app-service-configurable_PR-261@tmp/private_key_8666834871617014786.key) [2021-05-21T05:28:29.264Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-21T05:28:29.620Z] + git tag --points-at HEAD [Pipeline] } [2021-05-21T05:28:29.652Z] $ docker exec --env ******** --env ******** be6baa1fcde92d0476fe5c9a37a5d1f03c5c9cee9f997137d581129b7f931b8d ssh-agent -k [2021-05-21T05:28:29.742Z] unset SSH_AUTH_SOCK; [2021-05-21T05:28:29.742Z] unset SSH_AGENT_PID; [2021-05-21T05:28:29.742Z] echo Agent pid 21 killed; [2021-05-21T05:28:29.754Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-21T05:28:29.839Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-21T05:28:29.839Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-21T05:28:29.947Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-21T05:28:29.953Z] $ docker exec be6baa1fcde92d0476fe5c9a37a5d1f03c5c9cee9f997137d581129b7f931b8d ssh-agent [2021-05-21T05:28:30.057Z] SSH_AUTH_SOCK=/tmp/ssh-WQUo0kkSuM7e/agent.54 [2021-05-21T05:28:30.057Z] SSH_AGENT_PID=61 [2021-05-21T05:28:30.062Z] Running ssh-add (command line suppressed) [2021-05-21T05:28:30.165Z] Identity added: /w/workspace/_app-service-configurable_PR-261@tmp/private_key_7402580272955589850.key (/w/workspace/_app-service-configurable_PR-261@tmp/private_key_7402580272955589850.key) [2021-05-21T05:28:30.178Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-21T05:28:30.516Z] + git semver init [2021-05-21T05:28:30.516Z] # -> Open(): unable to determine branch for HEAD [2021-05-21T05:28:30.516Z] # $GIT_DIR = /w/workspace/_app-service-configurable_PR-261/.git [2021-05-21T05:28:30.516Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_PR-261 [2021-05-21T05:28:30.516Z] # $SEMVER_REMOTE_NAME = origin [2021-05-21T05:28:30.516Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-21T05:28:30.516Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-21T05:28:30.516Z] # $SEMVER_BRANCH = PR-261 [2021-05-21T05:28:30.516Z] # $SEMVER_TEMP = /tmp/semver-077361383 [2021-05-21T05:28:30.516Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2021-05-21T05:28:30.776Z] # '/tmp/semver-077361383' -> '/w/workspace/_app-service-configurable_PR-261/.semver' [2021-05-21T05:28:30.776Z] # -> Force: false [2021-05-21T05:28:30.776Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_PR-261/.semver [Pipeline] } [2021-05-21T05:28:30.802Z] $ docker exec --env ******** --env ******** be6baa1fcde92d0476fe5c9a37a5d1f03c5c9cee9f997137d581129b7f931b8d ssh-agent -k [2021-05-21T05:28:30.904Z] unset SSH_AUTH_SOCK; [2021-05-21T05:28:30.904Z] unset SSH_AGENT_PID; [2021-05-21T05:28:30.904Z] echo Agent pid 61 killed; [2021-05-21T05:28:30.911Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-21T05:28:31.337Z] + git semver [Pipeline] } [2021-05-21T05:28:31.367Z] $ docker stop --time=1 be6baa1fcde92d0476fe5c9a37a5d1f03c5c9cee9f997137d581129b7f931b8d [2021-05-21T05:28:32.635Z] $ docker rm -f be6baa1fcde92d0476fe5c9a37a5d1f03c5c9cee9f997137d581129b7f931b8d [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-21T05:28:33.046Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-21T05:28:33.403Z] Stashed 1 file(s) [Pipeline] echo [2021-05-21T05:28:33.425Z] [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-21T05:28:48.988Z] Still waiting to schedule task [2021-05-21T05:28:48.989Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-05-21T05:28:49.018Z] Still waiting to schedule task [2021-05-21T05:28:49.019Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-05-21T05:30:56.087Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-15479 in /w/workspace/_app-service-configurable_PR-261 [Pipeline] { [Pipeline] ws [2021-05-21T05:30:56.151Z] Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout [2021-05-21T05:30:56.443Z] Selected Git installation does not exist. Using Default [2021-05-21T05:30:56.443Z] The recommended git tool is: NONE [2021-05-21T05:31:01.620Z] using credential edgex-jenkins-ssh [2021-05-21T05:31:01.641Z] Cloning the remote Git repository [2021-05-21T05:31:01.735Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-05-21T05:31:01.948Z] > git init /w/workspace/app-service-configurable/1 # timeout=10 [2021-05-21T05:31:02.022Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-05-21T05:31:02.023Z] > git --version # timeout=10 [2021-05-21T05:31:02.035Z] > git --version # 'git version 2.17.1' [2021-05-21T05:31:02.037Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-21T05:31:02.116Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-21T05:31:03.804Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-05-21T05:31:03.825Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-21T05:31:03.853Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-05-21T05:31:03.901Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-05-21T05:31:03.902Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-21T05:31:04.487Z] Merging remotes/origin/master commit 8ac7400be55167f646a4e721a36a1fa2ca62e73d into PR head commit 120a7ac159fe3934a0dff4a4244299a10fe91b13 [2021-05-21T05:31:04.687Z] Merge succeeded, producing 120a7ac159fe3934a0dff4a4244299a10fe91b13 [2021-05-21T05:31:04.688Z] Checking out Revision 120a7ac159fe3934a0dff4a4244299a10fe91b13 (PR-261) [2021-05-21T05:31:03.915Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/261/head:refs/remotes/origin/PR-261 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-21T05:31:04.503Z] > git config core.sparsecheckout # timeout=10 [2021-05-21T05:31:04.520Z] > git checkout -f 120a7ac159fe3934a0dff4a4244299a10fe91b13 # timeout=10 [2021-05-21T05:31:04.599Z] > git remote # timeout=10 [2021-05-21T05:31:04.615Z] > git config --get remote.origin.url # timeout=10 [2021-05-21T05:31:04.627Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-21T05:31:04.638Z] > git merge 8ac7400be55167f646a4e721a36a1fa2ca62e73d # timeout=10 [2021-05-21T05:31:04.671Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-21T05:31:04.691Z] > git config core.sparsecheckout # timeout=10 [2021-05-21T05:31:04.705Z] > git checkout -f 120a7ac159fe3934a0dff4a4244299a10fe91b13 # timeout=10 [2021-05-21T05:31:08.866Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2" [2021-05-21T05:31:08.925Z] > git --version # timeout=10 [2021-05-21T05:31:08.934Z] > git --version # 'git version 2.17.1' [2021-05-21T05:31:08.943Z] fatal: bad object 9d0281235b943b7ad605f650702698f9078b2862 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-21T05:31:10.689Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-21T05:31:11.136Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-21T05:31:11.506Z] + sudo service docker restart [2021-05-21T05:31:11.506Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-21T05:31:29.938Z] provisioning config files... [2021-05-21T05:31:29.968Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config1830139103131387028tmp [2021-05-21T05:31:29.977Z] Running on prd-centos7-docker-4c-2g-15480 in /w/workspace/_app-service-configurable_PR-261 [Pipeline] { [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] ws [2021-05-21T05:31:30.193Z] Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout [2021-05-21T05:31:30.343Z] Selected Git installation does not exist. Using Default [2021-05-21T05:31:30.343Z] The recommended git tool is: NONE [2021-05-21T05:31:30.431Z] ---> docker-login.sh [2021-05-21T05:31:30.431Z] nexus3.edgexfoundry.org:10001 [2021-05-21T05:31:31.033Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-21T05:31:31.630Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-21T05:31:31.630Z] Configure a credential helper to remove this warning. See [2021-05-21T05:31:31.630Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-21T05:31:31.630Z] [2021-05-21T05:31:31.630Z] Login Succeeded [2021-05-21T05:31:31.630Z] nexus3.edgexfoundry.org:10002 [2021-05-21T05:31:31.906Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-21T05:31:31.906Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-21T05:31:31.906Z] Configure a credential helper to remove this warning. See [2021-05-21T05:31:31.906Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-21T05:31:31.906Z] [2021-05-21T05:31:31.906Z] Login Succeeded [2021-05-21T05:31:31.906Z] nexus3.edgexfoundry.org:10003 [2021-05-21T05:31:32.508Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-21T05:31:32.508Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-21T05:31:32.508Z] Configure a credential helper to remove this warning. See [2021-05-21T05:31:32.508Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-21T05:31:32.508Z] [2021-05-21T05:31:32.508Z] Login Succeeded [2021-05-21T05:31:32.508Z] nexus3.edgexfoundry.org:10004 [2021-05-21T05:31:32.703Z] using credential edgex-jenkins-ssh [2021-05-21T05:31:32.715Z] Cloning the remote Git repository [2021-05-21T05:31:32.790Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-21T05:31:33.065Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-21T05:31:33.065Z] Configure a credential helper to remove this warning. See [2021-05-21T05:31:33.065Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-21T05:31:33.065Z] [2021-05-21T05:31:33.065Z] Login Succeeded [2021-05-21T05:31:33.065Z] docker.io [2021-05-21T05:31:33.340Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-21T05:31:32.562Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-05-21T05:31:32.636Z] > git init /w/workspace/app-service-configurable/1 # timeout=10 [2021-05-21T05:31:32.673Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-05-21T05:31:32.673Z] > git --version # timeout=10 [2021-05-21T05:31:32.686Z] > git --version # 'git version 2.24.4' [2021-05-21T05:31:32.686Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-21T05:31:32.714Z] [INFO] Currently running in a labeled security context [2021-05-21T05:31:32.714Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-05-21T05:31:32.714Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/app-service-configurable/1@tmp/jenkins-gitclient-ssh2962483944104890348.key [2021-05-21T05:31:32.752Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-21T05:31:33.307Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-05-21T05:31:33.314Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-21T05:31:33.324Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-05-21T05:31:33.342Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-05-21T05:31:33.342Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-21T05:31:33.349Z] [INFO] Currently running in a labeled security context [2021-05-21T05:31:33.349Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-05-21T05:31:33.349Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/app-service-configurable/1@tmp/jenkins-gitclient-ssh5862617210120500296.key [2021-05-21T05:31:33.363Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/261/head:refs/remotes/origin/PR-261 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-21T05:31:33.828Z] Merging remotes/origin/master commit 8ac7400be55167f646a4e721a36a1fa2ca62e73d into PR head commit 120a7ac159fe3934a0dff4a4244299a10fe91b13 [2021-05-21T05:31:33.932Z] Merge succeeded, producing 120a7ac159fe3934a0dff4a4244299a10fe91b13 [2021-05-21T05:31:33.932Z] Checking out Revision 120a7ac159fe3934a0dff4a4244299a10fe91b13 (PR-261) [2021-05-21T05:31:33.945Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-21T05:31:33.945Z] Configure a credential helper to remove this warning. See [2021-05-21T05:31:33.945Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-21T05:31:33.945Z] [2021-05-21T05:31:33.945Z] Login Succeeded [2021-05-21T05:31:33.945Z] ---> docker-login.sh ends [Pipeline] } [2021-05-21T05:31:33.980Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-21T05:31:34.614Z] ========================================================= [2021-05-21T05:31:34.614Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-21T05:31:34.614Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-21T05:31:33.754Z] > git config core.sparsecheckout # timeout=10 [2021-05-21T05:31:33.767Z] > git checkout -f 120a7ac159fe3934a0dff4a4244299a10fe91b13 # timeout=10 [2021-05-21T05:31:33.807Z] > git remote # timeout=10 [2021-05-21T05:31:33.818Z] > git config --get remote.origin.url # timeout=10 [2021-05-21T05:31:33.824Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-21T05:31:33.825Z] [INFO] Currently running in a labeled security context [2021-05-21T05:31:33.825Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-05-21T05:31:33.825Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/app-service-configurable/1@tmp/jenkins-gitclient-ssh3941760751135700391.key [2021-05-21T05:31:33.833Z] > git merge 8ac7400be55167f646a4e721a36a1fa2ca62e73d # timeout=10 [2021-05-21T05:31:33.845Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-21T05:31:33.861Z] > git config core.sparsecheckout # timeout=10 [2021-05-21T05:31:33.875Z] > git checkout -f 120a7ac159fe3934a0dff4a4244299a10fe91b13 # timeout=10 [2021-05-21T05:31:35.022Z] + 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-21T05:31:35.022Z] Sending build context to Docker daemon 92.16kB [2021-05-21T05:31:35.299Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-05-21T05:31:35.299Z] Step 2/8 : FROM ${BASE} [2021-05-21T05:31:35.581Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-21T05:31:35.581Z] 595b0fe564bb: Pulling fs layer [2021-05-21T05:31:35.581Z] 7186ed65a4f7: Pulling fs layer [2021-05-21T05:31:35.581Z] 316046926c0a: Pulling fs layer [2021-05-21T05:31:35.581Z] 4ebd0625c992: Pulling fs layer [2021-05-21T05:31:35.581Z] 207e8628e3a3: Pulling fs layer [2021-05-21T05:31:35.581Z] c791037a9be2: Pulling fs layer [2021-05-21T05:31:35.581Z] ffd874e62e21: Pulling fs layer [2021-05-21T05:31:35.581Z] 4ebd0625c992: Waiting [2021-05-21T05:31:35.581Z] c791037a9be2: Waiting [2021-05-21T05:31:35.581Z] 207e8628e3a3: Waiting [2021-05-21T05:31:35.581Z] ffd874e62e21: Waiting [2021-05-21T05:31:35.581Z] 316046926c0a: Verifying Checksum [2021-05-21T05:31:35.581Z] 316046926c0a: Download complete [2021-05-21T05:31:35.581Z] 7186ed65a4f7: Download complete [2021-05-21T05:31:35.857Z] 207e8628e3a3: Verifying Checksum [2021-05-21T05:31:35.857Z] 207e8628e3a3: Download complete [2021-05-21T05:31:35.857Z] 595b0fe564bb: Verifying Checksum [2021-05-21T05:31:35.857Z] 595b0fe564bb: Download complete [2021-05-21T05:31:35.857Z] c791037a9be2: Verifying Checksum [2021-05-21T05:31:35.857Z] c791037a9be2: Download complete [2021-05-21T05:31:36.456Z] 595b0fe564bb: Pull complete [2021-05-21T05:31:37.054Z] 7186ed65a4f7: Pull complete [2021-05-21T05:31:37.328Z] 316046926c0a: Pull complete [2021-05-21T05:31:37.484Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2" [2021-05-21T05:31:37.508Z] > git --version # timeout=10 [2021-05-21T05:31:37.515Z] > git --version # 'git version 2.24.4' [2021-05-21T05:31:37.527Z] fatal: bad object 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-21T05:31:37.926Z] ffd874e62e21: Verifying Checksum [2021-05-21T05:31:37.926Z] ffd874e62e21: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-21T05:31:38.915Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-21T05:31:39.263Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-21T05:31:39.582Z] + true [2021-05-21T05:31:39.583Z] + sudo service docker restart [2021-05-21T05:31:39.583Z] Redirecting to /bin/systemctl restart docker.service [2021-05-21T05:31:39.911Z] 4ebd0625c992: Verifying Checksum [2021-05-21T05:31:39.911Z] 4ebd0625c992: Download complete [2021-05-21T05:31:50.075Z] 4ebd0625c992: Pull complete [2021-05-21T05:31:50.346Z] 207e8628e3a3: Pull complete [2021-05-21T05:31:50.623Z] c791037a9be2: Pull complete [2021-05-21T05:31:54.936Z] ffd874e62e21: Pull complete [2021-05-21T05:31:54.936Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-21T05:31:54.936Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-21T05:31:54.936Z] ---> cfc18b08335c [2021-05-21T05:31:54.936Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-21T05:31:56.367Z] ---> Running in 11e08adf7405 [2021-05-21T05:31:56.639Z] Removing intermediate container 11e08adf7405 [2021-05-21T05:31:56.639Z] ---> 09d626b9eb37 [2021-05-21T05:31:56.639Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-21T05:31:56.911Z] ---> Running in 918e8d102812 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-21T05:31:57.840Z] provisioning config files... [2021-05-21T05:31:57.858Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config8783844392461494516tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-21T05:31:58.227Z] ---> docker-login.sh [2021-05-21T05:31:58.227Z] nexus3.edgexfoundry.org:10001 [2021-05-21T05:31:58.227Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-21T05:31:58.496Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-21T05:31:58.496Z] Configure a credential helper to remove this warning. See [2021-05-21T05:31:58.496Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-21T05:31:58.496Z] [2021-05-21T05:31:58.496Z] Login Succeeded [2021-05-21T05:31:58.496Z] nexus3.edgexfoundry.org:10002 [2021-05-21T05:31:58.496Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-21T05:31:58.496Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-21T05:31:58.496Z] Configure a credential helper to remove this warning. See [2021-05-21T05:31:58.496Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-21T05:31:58.496Z] [2021-05-21T05:31:58.496Z] Login Succeeded [2021-05-21T05:31:58.496Z] nexus3.edgexfoundry.org:10003 [2021-05-21T05:31:58.496Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-21T05:31:58.757Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-21T05:31:58.757Z] Configure a credential helper to remove this warning. See [2021-05-21T05:31:58.757Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-21T05:31:58.757Z] [2021-05-21T05:31:58.757Z] Login Succeeded [2021-05-21T05:31:58.757Z] nexus3.edgexfoundry.org:10004 [2021-05-21T05:31:58.757Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-21T05:31:58.757Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-21T05:31:58.757Z] Configure a credential helper to remove this warning. See [2021-05-21T05:31:58.757Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-21T05:31:58.757Z] [2021-05-21T05:31:58.757Z] Login Succeeded [2021-05-21T05:31:58.757Z] docker.io [2021-05-21T05:31:59.019Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-21T05:31:59.282Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-21T05:31:59.282Z] Configure a credential helper to remove this warning. See [2021-05-21T05:31:59.282Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-21T05:31:59.282Z] [2021-05-21T05:31:59.282Z] Login Succeeded [2021-05-21T05:31:59.282Z] ---> docker-login.sh ends [Pipeline] } [2021-05-21T05:31:59.307Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-05-21T05:31:59.543Z] Removing intermediate container 918e8d102812 [2021-05-21T05:31:59.543Z] ---> 2b9013af0f99 [2021-05-21T05:31:59.543Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-05-21T05:31:59.543Z] ---> Running in d9c34e4f43c3 [Pipeline] echo [2021-05-21T05:31:59.583Z] ========================================================= [2021-05-21T05:31:59.583Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-21T05:31:59.583Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-21T05:31:59.935Z] + 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-21T05:31:59.935Z] Sending build context to Docker daemon 92.16kB [2021-05-21T05:31:59.935Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-05-21T05:31:59.935Z] Step 2/8 : FROM ${BASE} [2021-05-21T05:32:00.200Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-21T05:32:00.200Z] 540db60ca938: Pulling fs layer [2021-05-21T05:32:00.200Z] adcc1eea9eea: Pulling fs layer [2021-05-21T05:32:00.200Z] 4c4ab2625f07: Pulling fs layer [2021-05-21T05:32:00.200Z] 0510c868ecb4: Pulling fs layer [2021-05-21T05:32:00.200Z] afea3b2eda06: Pulling fs layer [2021-05-21T05:32:00.200Z] 7809a108b3ef: Pulling fs layer [2021-05-21T05:32:00.200Z] f706445af74f: Pulling fs layer [2021-05-21T05:32:00.200Z] 0510c868ecb4: Waiting [2021-05-21T05:32:00.200Z] afea3b2eda06: Waiting [2021-05-21T05:32:00.200Z] 7809a108b3ef: Waiting [2021-05-21T05:32:00.200Z] f706445af74f: Waiting [2021-05-21T05:32:00.200Z] 4c4ab2625f07: Verifying Checksum [2021-05-21T05:32:00.200Z] 4c4ab2625f07: Download complete [2021-05-21T05:32:00.200Z] adcc1eea9eea: Verifying Checksum [2021-05-21T05:32:00.200Z] adcc1eea9eea: Download complete [2021-05-21T05:32:00.200Z] afea3b2eda06: Verifying Checksum [2021-05-21T05:32:00.200Z] afea3b2eda06: Download complete [2021-05-21T05:32:00.200Z] 7809a108b3ef: Verifying Checksum [2021-05-21T05:32:00.200Z] 7809a108b3ef: Download complete [2021-05-21T05:32:00.200Z] 540db60ca938: Verifying Checksum [2021-05-21T05:32:00.200Z] 540db60ca938: Download complete [2021-05-21T05:32:00.460Z] 540db60ca938: Pull complete [2021-05-21T05:32:00.536Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-21T05:32:00.721Z] adcc1eea9eea: Pull complete [2021-05-21T05:32:00.721Z] 4c4ab2625f07: Pull complete [2021-05-21T05:32:01.973Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-21T05:32:02.110Z] f706445af74f: Verifying Checksum [2021-05-21T05:32:02.110Z] f706445af74f: Download complete [2021-05-21T05:32:02.685Z] 0510c868ecb4: Verifying Checksum [2021-05-21T05:32:02.685Z] 0510c868ecb4: Download complete [2021-05-21T05:32:03.942Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-05-21T05:32:03.943Z] (2/6) Installing libsodium (1.0.18-r0) [2021-05-21T05:32:03.943Z] (3/6) Installing pkgconf (1.7.3-r0) [2021-05-21T05:32:03.943Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-05-21T05:32:04.216Z] (5/6) Installing libzmq (4.3.3-r1) [2021-05-21T05:32:04.486Z] (6/6) Installing zeromq-dev (4.3.3-r1) [2021-05-21T05:32:04.486Z] Executing busybox-1.32.1-r6.trigger [2021-05-21T05:32:04.759Z] OK: 139 MiB in 46 packages [2021-05-21T05:32:05.737Z] Removing intermediate container d9c34e4f43c3 [2021-05-21T05:32:05.737Z] ---> 9c24f515b15b [2021-05-21T05:32:05.737Z] Step 6/8 : WORKDIR /app [2021-05-21T05:32:06.013Z] ---> Running in b192bbd0c95c [2021-05-21T05:32:06.019Z] 0510c868ecb4: Pull complete [2021-05-21T05:32:06.019Z] afea3b2eda06: Pull complete [2021-05-21T05:32:06.019Z] 7809a108b3ef: Pull complete [2021-05-21T05:32:06.610Z] Removing intermediate container b192bbd0c95c [2021-05-21T05:32:06.611Z] ---> 7f243a644457 [2021-05-21T05:32:06.611Z] Step 7/8 : COPY . . [2021-05-21T05:32:07.422Z] f706445af74f: Pull complete [2021-05-21T05:32:07.422Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-21T05:32:07.422Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-21T05:32:07.422Z] ---> b068be0155e3 [2021-05-21T05:32:07.422Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-21T05:32:07.610Z] ---> 6c384533c389 [2021-05-21T05:32:07.610Z] Step 8/8 : RUN go mod download [2021-05-21T05:32:07.610Z] ---> Running in f24a3ffa2d0e [2021-05-21T05:32:10.737Z] ---> Running in d0cfc4993507 [2021-05-21T05:32:10.737Z] Removing intermediate container d0cfc4993507 [2021-05-21T05:32:10.737Z] ---> 436e05bc15db [2021-05-21T05:32:10.737Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-21T05:32:10.737Z] ---> Running in 5d50e7969e24 [2021-05-21T05:32:10.737Z] Removing intermediate container 5d50e7969e24 [2021-05-21T05:32:10.737Z] ---> b5af75b59a1a [2021-05-21T05:32:10.737Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-05-21T05:32:10.737Z] ---> Running in 450485674f67 [2021-05-21T05:32:10.999Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-21T05:32:11.941Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-21T05:32:12.202Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-05-21T05:32:12.466Z] (2/6) Installing libsodium (1.0.18-r0) [2021-05-21T05:32:12.466Z] (3/6) Installing pkgconf (1.7.3-r0) [2021-05-21T05:32:12.466Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-05-21T05:32:12.728Z] (5/6) Installing libzmq (4.3.3-r1) [2021-05-21T05:32:12.728Z] (6/6) Installing zeromq-dev (4.3.3-r1) [2021-05-21T05:32:12.728Z] Executing busybox-1.32.1-r6.trigger [2021-05-21T05:32:12.728Z] OK: 150 MiB in 46 packages [2021-05-21T05:32:12.989Z] Removing intermediate container 450485674f67 [2021-05-21T05:32:12.989Z] ---> 0f55e7d03833 [2021-05-21T05:32:12.989Z] Step 6/8 : WORKDIR /app [2021-05-21T05:32:13.251Z] ---> Running in 00d74b2f5e2b [2021-05-21T05:32:13.251Z] Removing intermediate container 00d74b2f5e2b [2021-05-21T05:32:13.251Z] ---> 63a96f08faf4 [2021-05-21T05:32:13.251Z] Step 7/8 : COPY . . [2021-05-21T05:32:13.511Z] ---> fb00ab36a698 [2021-05-21T05:32:13.511Z] Step 8/8 : RUN go mod download [2021-05-21T05:32:13.511Z] ---> Running in b24ada1775fa [2021-05-21T05:32:25.787Z] Removing intermediate container b24ada1775fa [2021-05-21T05:32:25.787Z] ---> fe2b82d1b3c8 [2021-05-21T05:32:25.787Z] Successfully built fe2b82d1b3c8 [2021-05-21T05:32:25.787Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-21T05:32:26.146Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-21T05:32:26.146Z] . [Pipeline] withDockerContainer [2021-05-21T05:32:26.259Z] prd-centos7-docker-4c-2g-15480 does not seem to be running inside a container [2021-05-21T05:32:26.299Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-21T05:32:26.735Z] $ docker top 8dd75e86f60a5f40b493c7e218923ed4436db174eac72ed62c0ed27cc9f6b38b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-21T05:32:27.174Z] + go version [2021-05-21T05:32:27.174Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-21T05:32:27.203Z] $ docker stop --time=1 8dd75e86f60a5f40b493c7e218923ed4436db174eac72ed62c0ed27cc9f6b38b [2021-05-21T05:32:28.416Z] $ docker rm -f 8dd75e86f60a5f40b493c7e218923ed4436db174eac72ed62c0ed27cc9f6b38b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-21T05:32:29.289Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-21T05:32:29.289Z] . [Pipeline] withDockerContainer [2021-05-21T05:32:29.396Z] prd-centos7-docker-4c-2g-15480 does not seem to be running inside a container [2021-05-21T05:32:29.438Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-21T05:32:29.854Z] $ docker top 76873fc0bf5161ebec585ce28b1514aae81410276bcb3597a444fb6f1efa0449 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-21T05:32:30.343Z] + go mod tidy [Pipeline] sh [2021-05-21T05:32:30.945Z] + make test [2021-05-21T05:32:30.945Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-05-21T05:32:39.937Z] Removing intermediate container f24a3ffa2d0e [2021-05-21T05:32:39.937Z] ---> 8def0052fa1c [2021-05-21T05:32:39.937Z] Successfully built 8def0052fa1c [2021-05-21T05:32:39.937Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-21T05:32:40.308Z] + docker inspect -f . ci-base-image-arm64 [2021-05-21T05:32:40.308Z] . [Pipeline] withDockerContainer [2021-05-21T05:32:40.549Z] prd-ubuntu18.04-docker-arm64-4c-16g-15479 does not seem to be running inside a container [2021-05-21T05:32:40.659Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-21T05:32:42.146Z] $ docker top 2b0ca587551c514a7a3b10d5fa5036b5770952a2c762172680dc6d0408ae04f6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-21T05:32:43.125Z] + go version [2021-05-21T05:32:43.125Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-21T05:32:43.192Z] $ docker stop --time=1 2b0ca587551c514a7a3b10d5fa5036b5770952a2c762172680dc6d0408ae04f6 [2021-05-21T05:32:45.051Z] $ docker rm -f 2b0ca587551c514a7a3b10d5fa5036b5770952a2c762172680dc6d0408ae04f6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-21T05:32:45.901Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-05-21T05:32:45.901Z] CGO_ENABLED=1 go vet ./... [2021-05-21T05:32:46.115Z] + docker inspect -f . ci-base-image-arm64 [2021-05-21T05:32:46.115Z] . [Pipeline] withDockerContainer [2021-05-21T05:32:46.404Z] prd-ubuntu18.04-docker-arm64-4c-16g-15479 does not seem to be running inside a container [2021-05-21T05:32:46.521Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-21T05:32:48.140Z] $ docker top 60614f715e9267624a0a01a3556e7d4a1c584a628b7c2a2fb385f483c4a4b742 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-21T05:32:49.118Z] + go mod tidy [Pipeline] sh [2021-05-21T05:32:50.399Z] + make test [2021-05-21T05:32:50.399Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-05-21T05:32:52.542Z] gofmt -l . [2021-05-21T05:32:52.542Z] [ "`gofmt -l .`" = "" ] [2021-05-21T05:32:52.542Z] ./bin/test-go-mod-tidy.sh [2021-05-21T05:32:52.542Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-05-21T05:32:52.572Z] $ docker stop --time=1 76873fc0bf5161ebec585ce28b1514aae81410276bcb3597a444fb6f1efa0449 [2021-05-21T05:32:53.943Z] $ docker rm -f 76873fc0bf5161ebec585ce28b1514aae81410276bcb3597a444fb6f1efa0449 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-21T05:32:54.437Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-21T05:32:54.644Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-05-21T05:32:57.499Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-21T05:32:57.825Z] + ls -al . [2021-05-21T05:32:57.826Z] total 92 [2021-05-21T05:32:57.826Z] drwxrwxr-x. 7 jenkins jenkins 4096 May 21 05:32 . [2021-05-21T05:32:57.826Z] drwxrwxr-x. 4 jenkins jenkins 28 May 21 05:31 .. [2021-05-21T05:32:57.826Z] -rw-rw-r--. 1 jenkins jenkins 7306 May 21 05:31 Attribution.txt [2021-05-21T05:32:57.826Z] drwxrwxr-x. 2 jenkins jenkins 64 May 21 05:31 bin [2021-05-21T05:32:57.826Z] -rw-r--r--. 1 jenkins jenkins 10 May 21 05:32 coverage.out [2021-05-21T05:32:57.826Z] -rw-rw-r--. 1 jenkins jenkins 2048 May 21 05:31 Dockerfile [2021-05-21T05:32:57.826Z] -rw-rw-r--. 1 jenkins jenkins 970 May 21 05:31 Dockerfile.build [2021-05-21T05:32:57.826Z] -rw-rw-r--. 1 jenkins jenkins 119 May 21 05:31 .dockerignore [2021-05-21T05:32:57.826Z] drwxrwxr-x. 8 jenkins jenkins 179 May 21 05:31 .git [2021-05-21T05:32:57.826Z] drwxrwxr-x. 2 jenkins jenkins 81 May 21 05:31 .github [2021-05-21T05:32:57.826Z] -rw-rw-r--. 1 jenkins jenkins 111 May 21 05:31 .gitignore [2021-05-21T05:32:57.826Z] -rw-r--r--. 1 jenkins jenkins 136 May 21 05:32 go.mod [2021-05-21T05:32:57.826Z] -rw-r--r--. 1 jenkins jenkins 21061 May 21 05:32 go.sum [2021-05-21T05:32:57.826Z] -rw-rw-r--. 1 jenkins jenkins 687 May 21 05:31 Jenkinsfile [2021-05-21T05:32:57.826Z] -rw-rw-r--. 1 jenkins jenkins 10174 May 21 05:31 LICENSE [2021-05-21T05:32:57.826Z] -rw-rw-r--. 1 jenkins jenkins 1460 May 21 05:31 main.go [2021-05-21T05:32:57.826Z] -rw-rw-r--. 1 jenkins jenkins 1508 May 21 05:31 makefile [2021-05-21T05:32:57.826Z] -rw-rw-r--. 1 jenkins jenkins 3230 May 21 05:31 README.md [2021-05-21T05:32:57.826Z] drwxrwxr-x. 8 jenkins jenkins 122 May 21 05:31 res [2021-05-21T05:32:57.826Z] drwxrwxr-x. 4 jenkins jenkins 71 May 21 05:31 snap [2021-05-21T05:32:57.826Z] -rw-rw-r--. 1 jenkins jenkins 5 May 21 05:28 VERSION [Pipeline] isUnix [Pipeline] sh [2021-05-21T05:32:58.196Z] + docker build -t 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=120a7ac159fe3934a0dff4a4244299a10fe91b13 --label arch=amd64 --label version=0.0.0 . [2021-05-21T05:32:58.196Z] Sending build context to Docker daemon 116.2kB [2021-05-21T05:32:58.196Z] Step 1/28 : ARG BASE=golang:1.16-alpine3.12 [2021-05-21T05:32:58.196Z] Step 2/28 : FROM ${BASE} AS builder [2021-05-21T05:32:58.196Z] ---> fe2b82d1b3c8 [2021-05-21T05:32:58.196Z] Step 3/28 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-05-21T05:32:58.196Z] ---> Running in b9059b879f4e [2021-05-21T05:32:58.196Z] Removing intermediate container b9059b879f4e [2021-05-21T05:32:58.196Z] ---> ef0c36ffbf67 [2021-05-21T05:32:58.196Z] Step 4/28 : ARG ALPINE_PKG_EXTRA="" [2021-05-21T05:32:58.196Z] ---> Running in a3556fb429d0 [2021-05-21T05:32:58.460Z] Removing intermediate container a3556fb429d0 [2021-05-21T05:32:58.460Z] ---> 3856439453d4 [2021-05-21T05:32:58.460Z] Step 5/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-05-21T05:32:58.460Z] ---> Running in 13d2e6518cf9 [2021-05-21T05:32:58.460Z] Removing intermediate container 13d2e6518cf9 [2021-05-21T05:32:58.460Z] ---> f1357294a7b2 [2021-05-21T05:32:58.460Z] Step 6/28 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-21T05:32:58.460Z] ---> Running in ef8a252abe50 [2021-05-21T05:32:59.038Z] Removing intermediate container ef8a252abe50 [2021-05-21T05:32:59.038Z] ---> dce2a693460b [2021-05-21T05:32:59.038Z] Step 7/28 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-21T05:32:59.038Z] ---> Running in a4f77d7447c1 [2021-05-21T05:32:59.300Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-21T05:33:00.248Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-21T05:33:00.509Z] OK: 150 MiB in 46 packages [2021-05-21T05:33:00.770Z] Removing intermediate container a4f77d7447c1 [2021-05-21T05:33:00.770Z] ---> 080d60abc653 [2021-05-21T05:33:00.770Z] Step 8/28 : WORKDIR /app [2021-05-21T05:33:00.770Z] ---> Running in edcfd59567b5 [2021-05-21T05:33:01.037Z] Removing intermediate container edcfd59567b5 [2021-05-21T05:33:01.038Z] ---> 415b30a13fed [2021-05-21T05:33:01.038Z] Step 9/28 : COPY go.mod . [2021-05-21T05:33:01.038Z] ---> 1291ce070cbb [2021-05-21T05:33:01.038Z] Step 10/28 : RUN go mod download [2021-05-21T05:33:01.038Z] ---> Running in 0f88f0a92902 [2021-05-21T05:33:01.613Z] Removing intermediate container 0f88f0a92902 [2021-05-21T05:33:01.613Z] ---> 66b23b3eafc4 [2021-05-21T05:33:01.614Z] Step 11/28 : RUN go mod tidy [2021-05-21T05:33:01.614Z] ---> Running in 2c5a29d18f4a [2021-05-21T05:33:02.198Z] Removing intermediate container 2c5a29d18f4a [2021-05-21T05:33:02.199Z] ---> 9538d337b74c [2021-05-21T05:33:02.199Z] Step 12/28 : COPY . . [2021-05-21T05:33:02.460Z] ---> ba3e43c37597 [2021-05-21T05:33:02.460Z] Step 13/28 : ARG MAKE="make build" [2021-05-21T05:33:02.460Z] ---> Running in 94732bbad1be [2021-05-21T05:33:02.460Z] Removing intermediate container 94732bbad1be [2021-05-21T05:33:02.460Z] ---> fd6388834761 [2021-05-21T05:33:02.460Z] Step 14/28 : RUN $MAKE [2021-05-21T05:33:02.460Z] ---> Running in a8d4cde4d89f [2021-05-21T05:33:02.721Z] go mod tidy [2021-05-21T05:33:02.989Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.63 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-05-21T05:33:15.354Z] Removing intermediate container a8d4cde4d89f [2021-05-21T05:33:15.354Z] ---> 25d6f0abb7af [2021-05-21T05:33:15.354Z] Step 15/28 : FROM alpine:3.12 [2021-05-21T05:33:15.354Z] 3.12: Pulling from library/alpine [2021-05-21T05:33:15.354Z] 339de151aab4: Pulling fs layer [2021-05-21T05:33:15.354Z] 339de151aab4: Verifying Checksum [2021-05-21T05:33:15.354Z] 339de151aab4: Download complete [2021-05-21T05:33:15.354Z] 339de151aab4: Pull complete [2021-05-21T05:33:15.354Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-21T05:33:15.354Z] Status: Downloaded newer image for alpine:3.12 [2021-05-21T05:33:15.354Z] ---> 13621d1b12d4 [2021-05-21T05:33:15.354Z] Step 16/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-05-21T05:33:15.354Z] ---> Running in 2741f111cf21 [2021-05-21T05:33:15.354Z] Removing intermediate container 2741f111cf21 [2021-05-21T05:33:15.354Z] ---> bced63175474 [2021-05-21T05:33:15.354Z] Step 17/28 : LABEL Name=app-service-configurable Version=${VERSION} [2021-05-21T05:33:15.354Z] ---> Running in 20272e4732f7 [2021-05-21T05:33:15.354Z] Removing intermediate container 20272e4732f7 [2021-05-21T05:33:15.354Z] ---> f1b671b29122 [2021-05-21T05:33:15.354Z] Step 18/28 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-05-21T05:33:15.354Z] ---> Running in be1b79cc09d8 [2021-05-21T05:33:15.620Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-21T05:33:15.620Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-21T05:33:15.620Z] (1/7) Installing ca-certificates (20191127-r4) [2021-05-21T05:33:15.620Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-05-21T05:33:15.621Z] (3/7) Installing libgcc (9.3.0-r2) [2021-05-21T05:33:15.621Z] (4/7) Installing libsodium (1.0.18-r0) [2021-05-21T05:33:15.621Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-05-21T05:33:15.888Z] (6/7) Installing libzmq (4.3.3-r0) [2021-05-21T05:33:15.888Z] (7/7) Installing zeromq (4.3.3-r0) [2021-05-21T05:33:15.888Z] Executing busybox-1.31.1-r20.trigger [2021-05-21T05:33:15.888Z] Executing ca-certificates-20191127-r4.trigger [2021-05-21T05:33:15.888Z] OK: 9 MiB in 21 packages [2021-05-21T05:33:16.152Z] Removing intermediate container be1b79cc09d8 [2021-05-21T05:33:16.152Z] ---> 091faa82ea9a [2021-05-21T05:33:16.152Z] Step 19/28 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-05-21T05:33:16.416Z] ---> 8a5aa4d26c10 [2021-05-21T05:33:16.416Z] Step 20/28 : COPY --from=builder /app/LICENSE /LICENSE [2021-05-21T05:33:16.416Z] ---> c609421b743e [2021-05-21T05:33:16.416Z] Step 21/28 : COPY --from=builder /app/res/ /res/ [2021-05-21T05:33:16.680Z] ---> 5c233dbf00c4 [2021-05-21T05:33:16.680Z] Step 22/28 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-05-21T05:33:16.944Z] ---> f8c3de089c02 [2021-05-21T05:33:16.944Z] Step 23/28 : EXPOSE 48095 [2021-05-21T05:33:17.207Z] ---> Running in b11b1ce13d25 [2021-05-21T05:33:17.207Z] Removing intermediate container b11b1ce13d25 [2021-05-21T05:33:17.207Z] ---> 1776568cc221 [2021-05-21T05:33:17.207Z] Step 24/28 : ENTRYPOINT ["/app-service-configurable"] [2021-05-21T05:33:17.207Z] ---> Running in 8b90b1569983 [2021-05-21T05:33:17.207Z] Removing intermediate container 8b90b1569983 [2021-05-21T05:33:17.207Z] ---> 7ae57d697cfc [2021-05-21T05:33:17.207Z] Step 25/28 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-21T05:33:17.207Z] ---> Running in 9107cb2ea665 [2021-05-21T05:33:17.470Z] Removing intermediate container 9107cb2ea665 [2021-05-21T05:33:17.470Z] ---> 1a8f6eb298db [2021-05-21T05:33:17.470Z] Step 26/28 : LABEL arch=amd64 [2021-05-21T05:33:17.470Z] ---> Running in 2adb14c0e587 [2021-05-21T05:33:17.470Z] Removing intermediate container 2adb14c0e587 [2021-05-21T05:33:17.470Z] ---> ea6691ccbae1 [2021-05-21T05:33:17.470Z] Step 27/28 : LABEL git_sha=120a7ac159fe3934a0dff4a4244299a10fe91b13 [2021-05-21T05:33:17.470Z] ---> Running in e9e078f5092a [2021-05-21T05:33:17.470Z] Removing intermediate container e9e078f5092a [2021-05-21T05:33:17.470Z] ---> 8fc26dbc991f [2021-05-21T05:33:17.470Z] Step 28/28 : LABEL version=0.0.0 [2021-05-21T05:33:17.470Z] ---> Running in 78612dfed447 [2021-05-21T05:33:17.732Z] Removing intermediate container 78612dfed447 [2021-05-21T05:33:17.732Z] ---> 520f3b3caa7f [2021-05-21T05:33:17.732Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-21T05:33:17.732Z] Successfully built 520f3b3caa7f [2021-05-21T05:33:17.732Z] Successfully tagged 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-21T05:33:33.355Z] Still waiting to schedule task [2021-05-21T05:33:33.356Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-05-21T05:33:37.411Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-05-21T05:33:37.412Z] CGO_ENABLED=1 go vet ./... [2021-05-21T05:34:04.243Z] gofmt -l . [2021-05-21T05:34:04.243Z] [ "`gofmt -l .`" = "" ] [2021-05-21T05:34:04.243Z] ./bin/test-go-mod-tidy.sh [2021-05-21T05:34:04.243Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-05-21T05:34:04.344Z] $ docker stop --time=1 60614f715e9267624a0a01a3556e7d4a1c584a628b7c2a2fb385f483c4a4b742 [2021-05-21T05:34:06.384Z] $ docker rm -f 60614f715e9267624a0a01a3556e7d4a1c584a628b7c2a2fb385f483c4a4b742 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-21T05:34:07.220Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-21T05:34:07.265Z] Warning: overwriting stash ‘coverage-report’ [2021-05-21T05:34:07.729Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-21T05:34:08.541Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-21T05:34:08.895Z] + ls -al . [2021-05-21T05:34:08.896Z] total 116 [2021-05-21T05:34:08.896Z] drwxrwxr-x 7 jenkins jenkins 4096 May 21 05:34 . [2021-05-21T05:34:08.896Z] drwxrwxr-x 4 jenkins jenkins 4096 May 21 05:31 .. [2021-05-21T05:34:08.896Z] -rw-rw-r-- 1 jenkins jenkins 119 May 21 05:31 .dockerignore [2021-05-21T05:34:08.896Z] drwxrwxr-x 8 jenkins jenkins 4096 May 21 05:31 .git [2021-05-21T05:34:08.896Z] drwxrwxr-x 2 jenkins jenkins 4096 May 21 05:31 .github [2021-05-21T05:34:08.896Z] -rw-rw-r-- 1 jenkins jenkins 111 May 21 05:31 .gitignore [2021-05-21T05:34:08.896Z] -rw-rw-r-- 1 jenkins jenkins 7306 May 21 05:31 Attribution.txt [2021-05-21T05:34:08.896Z] -rw-rw-r-- 1 jenkins jenkins 2048 May 21 05:31 Dockerfile [2021-05-21T05:34:08.896Z] -rw-rw-r-- 1 jenkins jenkins 970 May 21 05:31 Dockerfile.build [2021-05-21T05:34:08.896Z] -rw-rw-r-- 1 jenkins jenkins 687 May 21 05:31 Jenkinsfile [2021-05-21T05:34:08.896Z] -rw-rw-r-- 1 jenkins jenkins 10174 May 21 05:31 LICENSE [2021-05-21T05:34:08.896Z] -rw-rw-r-- 1 jenkins jenkins 3230 May 21 05:31 README.md [2021-05-21T05:34:08.896Z] -rw-rw-r-- 1 jenkins jenkins 5 May 21 05:28 VERSION [2021-05-21T05:34:08.896Z] drwxrwxr-x 2 jenkins jenkins 4096 May 21 05:31 bin [2021-05-21T05:34:08.896Z] -rw-r--r-- 1 jenkins jenkins 10 May 21 05:32 coverage.out [2021-05-21T05:34:08.896Z] -rw-r--r-- 1 jenkins jenkins 136 May 21 05:34 go.mod [2021-05-21T05:34:08.896Z] -rw-r--r-- 1 jenkins jenkins 21061 May 21 05:32 go.sum [2021-05-21T05:34:08.896Z] -rw-rw-r-- 1 jenkins jenkins 1460 May 21 05:31 main.go [2021-05-21T05:34:08.896Z] -rw-rw-r-- 1 jenkins jenkins 1508 May 21 05:31 makefile [2021-05-21T05:34:08.896Z] drwxrwxr-x 8 jenkins jenkins 4096 May 21 05:31 res [2021-05-21T05:34:08.896Z] drwxrwxr-x 4 jenkins jenkins 4096 May 21 05:31 snap [Pipeline] isUnix [Pipeline] sh [2021-05-21T05:34:09.291Z] + docker build -t 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=120a7ac159fe3934a0dff4a4244299a10fe91b13 --label arch=arm64 --label version=0.0.0 . [2021-05-21T05:34:09.291Z] Sending build context to Docker daemon 116.2kB [2021-05-21T05:34:09.561Z] Step 1/28 : ARG BASE=golang:1.16-alpine3.12 [2021-05-21T05:34:09.561Z] Step 2/28 : FROM ${BASE} AS builder [2021-05-21T05:34:09.561Z] ---> 8def0052fa1c [2021-05-21T05:34:09.561Z] Step 3/28 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-05-21T05:34:09.834Z] ---> Running in ed3848214a52 [2021-05-21T05:34:10.105Z] Removing intermediate container ed3848214a52 [2021-05-21T05:34:10.105Z] ---> 52dfcc1352ad [2021-05-21T05:34:10.105Z] Step 4/28 : ARG ALPINE_PKG_EXTRA="" [2021-05-21T05:34:10.379Z] ---> Running in 052e86ddba65 [2021-05-21T05:34:10.975Z] Removing intermediate container 052e86ddba65 [2021-05-21T05:34:10.975Z] ---> c592f9a73d0c [2021-05-21T05:34:10.975Z] Step 5/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-05-21T05:34:10.975Z] ---> Running in 8018070939b8 [2021-05-21T05:34:11.570Z] Removing intermediate container 8018070939b8 [2021-05-21T05:34:11.570Z] ---> 4f85fcba357b [2021-05-21T05:34:11.570Z] Step 6/28 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-21T05:34:11.570Z] ---> Running in 31f36758d42d [2021-05-21T05:34:13.544Z] Removing intermediate container 31f36758d42d [2021-05-21T05:34:13.544Z] ---> 6b1f5b204077 [2021-05-21T05:34:13.544Z] Step 7/28 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-21T05:34:13.818Z] ---> Running in aa92e3771b52 [2021-05-21T05:34:14.791Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-21T05:34:15.762Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-21T05:34:16.739Z] OK: 139 MiB in 46 packages [2021-05-21T05:34:17.721Z] Removing intermediate container aa92e3771b52 [2021-05-21T05:34:17.721Z] ---> 5b822c61fff0 [2021-05-21T05:34:17.721Z] Step 8/28 : WORKDIR /app [2021-05-21T05:34:17.994Z] ---> Running in 46c7cac0fc3c [2021-05-21T05:34:18.588Z] Removing intermediate container 46c7cac0fc3c [2021-05-21T05:34:18.588Z] ---> e6789b3acfb2 [2021-05-21T05:34:18.588Z] Step 9/28 : COPY go.mod . [2021-05-21T05:34:19.185Z] ---> 64ce02ade077 [2021-05-21T05:34:19.185Z] Step 10/28 : RUN go mod download [2021-05-21T05:34:19.185Z] ---> Running in b7b2240ae345 [2021-05-21T05:34:21.799Z] Removing intermediate container b7b2240ae345 [2021-05-21T05:34:21.799Z] ---> 77069ca3a846 [2021-05-21T05:34:21.799Z] Step 11/28 : RUN go mod tidy [2021-05-21T05:34:21.799Z] ---> Running in 6f11bd43631c [2021-05-21T05:34:24.428Z] Removing intermediate container 6f11bd43631c [2021-05-21T05:34:24.428Z] ---> 0835ed6d8bd4 [2021-05-21T05:34:24.428Z] Step 12/28 : COPY . . [2021-05-21T05:34:25.023Z] ---> 5e0915dbaf81 [2021-05-21T05:34:25.023Z] Step 13/28 : ARG MAKE="make build" [2021-05-21T05:34:25.023Z] ---> Running in 3d4f933c89a4 [2021-05-21T05:34:25.663Z] Removing intermediate container 3d4f933c89a4 [2021-05-21T05:34:25.663Z] ---> 0b0f2fa87d26 [2021-05-21T05:34:25.663Z] Step 14/28 : RUN $MAKE [2021-05-21T05:34:25.663Z] ---> Running in 42155bdb2070 [2021-05-21T05:34:27.106Z] go mod tidy [2021-05-21T05:34:27.385Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.63 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-05-21T05:34:39.561Z] Running on prd-ubuntu18.04-docker-8c-8g-15481 in /w/workspace/_app-service-configurable_PR-261 [Pipeline] { [Pipeline] ws [2021-05-21T05:34:39.623Z] Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout [2021-05-21T05:34:39.780Z] Selected Git installation does not exist. Using Default [2021-05-21T05:34:39.781Z] The recommended git tool is: NONE [2021-05-21T05:34:42.061Z] using credential edgex-jenkins-ssh [2021-05-21T05:34:42.075Z] Cloning the remote Git repository [2021-05-21T05:34:42.102Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-05-21T05:34:42.172Z] > git init /w/workspace/app-service-configurable/1 # timeout=10 [2021-05-21T05:34:42.214Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-05-21T05:34:42.215Z] > git --version # timeout=10 [2021-05-21T05:34:42.221Z] > git --version # 'git version 2.17.1' [2021-05-21T05:34:42.222Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-21T05:34:42.247Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-21T05:34:42.819Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-05-21T05:34:42.826Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-21T05:34:42.836Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-05-21T05:34:42.847Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-05-21T05:34:42.847Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-21T05:34:42.852Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/261/head:refs/remotes/origin/PR-261 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-21T05:34:43.254Z] Merging remotes/origin/master commit 8ac7400be55167f646a4e721a36a1fa2ca62e73d into PR head commit 120a7ac159fe3934a0dff4a4244299a10fe91b13 [2021-05-21T05:34:43.329Z] Merge succeeded, producing 120a7ac159fe3934a0dff4a4244299a10fe91b13 [2021-05-21T05:34:43.330Z] Checking out Revision 120a7ac159fe3934a0dff4a4244299a10fe91b13 (PR-261) [2021-05-21T05:34:43.268Z] > git config core.sparsecheckout # timeout=10 [2021-05-21T05:34:43.274Z] > git checkout -f 120a7ac159fe3934a0dff4a4244299a10fe91b13 # timeout=10 [2021-05-21T05:34:43.303Z] > git remote # timeout=10 [2021-05-21T05:34:43.309Z] > git config --get remote.origin.url # timeout=10 [2021-05-21T05:34:43.313Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-21T05:34:43.318Z] > git merge 8ac7400be55167f646a4e721a36a1fa2ca62e73d # timeout=10 [2021-05-21T05:34:43.326Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-21T05:34:43.337Z] > git config core.sparsecheckout # timeout=10 [2021-05-21T05:34:43.341Z] > git checkout -f 120a7ac159fe3934a0dff4a4244299a10fe91b13 # timeout=10 [2021-05-21T05:34:46.896Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2" [2021-05-21T05:34:46.926Z] > git --version # timeout=10 [2021-05-21T05:34:46.932Z] > git --version # 'git version 2.17.1' [2021-05-21T05:34:46.936Z] fatal: bad object 9d0281235b943b7ad605f650702698f9078b2862 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-21T05:34:48.259Z] + echo snap-build.sh [2021-05-21T05:34:48.259Z] snap-build.sh [2021-05-21T05:34:48.259Z] + SNAP_BASE_DIR=. [2021-05-21T05:34:48.259Z] + '[' '!' -z /w/workspace/app-service-configurable/1 ']' [2021-05-21T05:34:48.259Z] + SNAP_BASE_DIR=/w/workspace/app-service-configurable/1 [2021-05-21T05:34:48.259Z] + echo '[snap-build] Building snap in dir [/w/workspace/app-service-configurable/1]' [2021-05-21T05:34:48.259Z] [snap-build] Building snap in dir [/w/workspace/app-service-configurable/1] [2021-05-21T05:34:48.259Z] + cd /w/workspace/app-service-configurable/1 [2021-05-21T05:34:48.259Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-05-21T05:34:48.259Z] Reading package lists... [2021-05-21T05:34:48.259Z] Building dependency tree... [2021-05-21T05:34:48.259Z] Reading state information... [2021-05-21T05:34:48.524Z] The following packages were automatically installed and are no longer required: [2021-05-21T05:34:48.524Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-05-21T05:34:48.524Z] uidmap xdelta3 [2021-05-21T05:34:48.524Z] Use 'sudo apt autoremove' to remove them. [2021-05-21T05:34:48.524Z] The following packages will be REMOVED: [2021-05-21T05:34:48.524Z] lxd* lxd-client* [2021-05-21T05:34:49.098Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-05-21T05:34:49.098Z] After this operation, 31.7 MB disk space will be freed. [2021-05-21T05:34:49.890Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190317 files and directories currently installed.) [2021-05-21T05:34:49.890Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-21T05:34:50.837Z] Removing lxd dnsmasq configuration [2021-05-21T05:34:50.837Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-05-21T05:34:51.099Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-05-21T05:34:52.046Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-21T05:34:52.046Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190142 files and directories currently installed.) [2021-05-21T05:34:52.309Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-21T05:34:53.706Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-05-21T05:34:53.706Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-05-21T05:34:55.096Z] + sudo snap remove --purge lxd [2021-05-21T05:34:55.096Z] snap "lxd" is not installed [2021-05-21T05:34:55.096Z] + sudo groupadd --force --system lxd [2021-05-21T05:34:55.096Z] ++ whoami [2021-05-21T05:34:55.096Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-05-21T05:34:55.096Z] + newgrp - lxd [2021-05-21T05:34:55.096Z] + sudo snap install lxd [2021-05-21T05:35:05.114Z] 2021-05-21T05:35:02Z INFO Waiting for automatic snapd restart... [2021-05-21T05:35:06.431Z] Removing intermediate container 42155bdb2070 [2021-05-21T05:35:06.431Z] ---> aa3233a2b0c5 [2021-05-21T05:35:06.431Z] Step 15/28 : FROM alpine:3.12 [2021-05-21T05:35:06.431Z] 3.12: Pulling from library/alpine [2021-05-21T05:35:06.431Z] d2f70382dc9a: Pulling fs layer [2021-05-21T05:35:06.431Z] d2f70382dc9a: Verifying Checksum [2021-05-21T05:35:06.431Z] d2f70382dc9a: Download complete [2021-05-21T05:35:06.431Z] d2f70382dc9a: Pull complete [2021-05-21T05:35:06.431Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-21T05:35:06.431Z] Status: Downloaded newer image for alpine:3.12 [2021-05-21T05:35:06.431Z] ---> 9852663dfa18 [2021-05-21T05:35:06.431Z] Step 16/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-05-21T05:35:06.431Z] ---> Running in f14149778ab8 [2021-05-21T05:35:06.431Z] Removing intermediate container f14149778ab8 [2021-05-21T05:35:06.431Z] ---> 90d7071b8478 [2021-05-21T05:35:06.431Z] Step 17/28 : LABEL Name=app-service-configurable Version=${VERSION} [2021-05-21T05:35:06.431Z] ---> Running in 6ce295cce479 [2021-05-21T05:35:06.431Z] Removing intermediate container 6ce295cce479 [2021-05-21T05:35:06.431Z] ---> b3fa0c15228b [2021-05-21T05:35:06.431Z] Step 18/28 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-05-21T05:35:06.431Z] ---> Running in da23ba3217b8 [2021-05-21T05:35:07.047Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-21T05:35:07.321Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-21T05:35:07.920Z] (1/7) Installing ca-certificates (20191127-r4) [2021-05-21T05:35:07.920Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-05-21T05:35:08.195Z] (3/7) Installing libgcc (9.3.0-r2) [2021-05-21T05:35:08.195Z] (4/7) Installing libsodium (1.0.18-r0) [2021-05-21T05:35:08.195Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-05-21T05:35:08.195Z] (6/7) Installing libzmq (4.3.3-r0) [2021-05-21T05:35:08.195Z] (7/7) Installing zeromq (4.3.3-r0) [2021-05-21T05:35:08.195Z] Executing busybox-1.31.1-r20.trigger [2021-05-21T05:35:08.195Z] Executing ca-certificates-20191127-r4.trigger [2021-05-21T05:35:08.195Z] OK: 9 MiB in 21 packages [2021-05-21T05:35:09.638Z] Removing intermediate container da23ba3217b8 [2021-05-21T05:35:09.638Z] ---> a713703b4dbd [2021-05-21T05:35:09.638Z] Step 19/28 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-05-21T05:35:10.618Z] ---> 5a7cc7a4de0a [2021-05-21T05:35:10.618Z] Step 20/28 : COPY --from=builder /app/LICENSE /LICENSE [2021-05-21T05:35:11.217Z] ---> 382fd17e22af [2021-05-21T05:35:11.217Z] Step 21/28 : COPY --from=builder /app/res/ /res/ [2021-05-21T05:35:12.200Z] ---> 76f3bbdeeb7b [2021-05-21T05:35:12.200Z] Step 22/28 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-05-21T05:35:13.644Z] ---> 9bf5b5798ae5 [2021-05-21T05:35:13.644Z] Step 23/28 : EXPOSE 48095 [2021-05-21T05:35:13.644Z] ---> Running in 0bb95a46c402 [2021-05-21T05:35:13.918Z] Removing intermediate container 0bb95a46c402 [2021-05-21T05:35:13.918Z] ---> 79f22557e003 [2021-05-21T05:35:13.918Z] Step 24/28 : ENTRYPOINT ["/app-service-configurable"] [2021-05-21T05:35:14.191Z] ---> Running in 672a03387724 [2021-05-21T05:35:14.787Z] Removing intermediate container 672a03387724 [2021-05-21T05:35:14.787Z] ---> d588b9fa95d7 [2021-05-21T05:35:14.787Z] Step 25/28 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-21T05:35:14.787Z] ---> Running in 671ef65ba6ab [2021-05-21T05:35:15.062Z] Removing intermediate container 671ef65ba6ab [2021-05-21T05:35:15.062Z] ---> 9a6f85ed38f5 [2021-05-21T05:35:15.062Z] Step 26/28 : LABEL arch=arm64 [2021-05-21T05:35:15.340Z] ---> Running in 1d153e6a2e4f [2021-05-21T05:35:15.936Z] Removing intermediate container 1d153e6a2e4f [2021-05-21T05:35:15.936Z] ---> 9a3051126faa [2021-05-21T05:35:15.936Z] Step 27/28 : LABEL git_sha=120a7ac159fe3934a0dff4a4244299a10fe91b13 [2021-05-21T05:35:15.936Z] ---> Running in 361622fd8e9e [2021-05-21T05:35:16.536Z] Removing intermediate container 361622fd8e9e [2021-05-21T05:35:16.536Z] ---> 27e64e9be64d [2021-05-21T05:35:16.536Z] Step 28/28 : LABEL version=0.0.0 [2021-05-21T05:35:16.536Z] ---> Running in 4935960435b0 [2021-05-21T05:35:17.132Z] Removing intermediate container 4935960435b0 [2021-05-21T05:35:17.132Z] ---> abefceab4da4 [2021-05-21T05:35:17.132Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-21T05:35:17.132Z] Successfully built abefceab4da4 [2021-05-21T05:35:17.132Z] Successfully tagged 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-21T05:35:18.343Z] ---> job-cost.sh [2021-05-21T05:35:18.343Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-9VPf [2021-05-21T05:35:20.043Z] lxd 4.14 from Canonical* installed [2021-05-21T05:35:20.043Z] + sudo lxd init --auto [2021-05-21T05:35:30.093Z] + sudo snap install --classic snapcraft [2021-05-21T05:35:36.702Z] snapcraft 4.7.1 from Canonical* installed [2021-05-21T05:35:36.702Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-05-21T05:35:36.702Z] + sudo snapcraft prime --use-lxd [2021-05-21T05:35:38.095Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-05-21T05:35:38.095Z] 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-21T05:35:38.095Z] - README.md [2021-05-21T05:35:38.095Z] [2021-05-21T05:35:38.095Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-21T05:35:39.043Z] Launching a container. [2021-05-21T05:35:45.692Z] Waiting for container to be ready [2021-05-21T05:35:46.269Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-05-21T05:35:46.269Z] [2021-05-21T05:35:50.484Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-05-21T05:35:50.745Z] Waiting for network to be ready... [2021-05-21T05:35:51.007Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-21T05:35:51.268Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1726 kB] [2021-05-21T05:35:51.268Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-21T05:35:51.268Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [322 kB] [2021-05-21T05:35:51.268Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-21T05:35:51.268Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-21T05:35:51.268Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [323 kB] [2021-05-21T05:35:51.268Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [43.2 kB] [2021-05-21T05:35:51.268Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1126 kB] [2021-05-21T05:35:51.268Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [254 kB] [2021-05-21T05:35:51.841Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-21T05:35:51.841Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-21T05:35:52.102Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-21T05:35:52.102Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-21T05:35:52.102Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-21T05:35:52.102Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-21T05:35:52.102Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-21T05:35:52.102Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-21T05:35:52.365Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-21T05:35:52.627Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2070 kB] [2021-05-21T05:35:52.627Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] [2021-05-21T05:35:52.889Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-21T05:35:52.889Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-21T05:35:52.889Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [344 kB] [2021-05-21T05:35:52.889Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.8 kB] [2021-05-21T05:35:52.889Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] [2021-05-21T05:35:52.889Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-21T05:35:55.444Z] Fetched 24.6 MB in 4s (5967 kB/s) [2021-05-21T05:35:56.018Z] Reading package lists... [2021-05-21T05:35:56.280Z] Reading package lists... [2021-05-21T05:35:56.280Z] Building dependency tree... [2021-05-21T05:35:56.280Z] Reading state information... [2021-05-21T05:35:56.568Z] The following additional packages will be installed: [2021-05-21T05:35:56.568Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-21T05:35:56.568Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-21T05:35:56.568Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-21T05:35:56.568Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-05-21T05:35:56.568Z] Suggested packages: [2021-05-21T05:35:56.568Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-05-21T05:35:56.568Z] Recommended packages: [2021-05-21T05:35:56.568Z] gnupg libsasl2-modules [2021-05-21T05:35:56.568Z] The following NEW packages will be installed: [2021-05-21T05:35:56.568Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-21T05:35:56.568Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-21T05:35:56.568Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-21T05:35:56.568Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-05-21T05:35:56.568Z] The following packages will be upgraded: [2021-05-21T05:35:56.568Z] gpg gpg-agent gpgconf libudev1 [2021-05-21T05:35:56.568Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-05-21T05:35:56.568Z] Need to get 3530 kB of archives. [2021-05-21T05:35:56.568Z] After this operation, 13.3 MB of additional disk space will be used. [2021-05-21T05:35:56.568Z] 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-21T05:35:56.568Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-05-21T05:35:56.568Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-05-21T05:35:56.568Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-05-21T05:35:56.882Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.47 [58.2 kB] [2021-05-21T05:35:57.160Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.47 [1102 kB] [2021-05-21T05:35:57.347Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-21T05:35:57.463Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-05-21T05:35:57.463Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-05-21T05:35:57.463Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-05-21T05:35:57.463Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-05-21T05:35:57.463Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-05-21T05:35:57.463Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-05-21T05:35:57.463Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-05-21T05:35:57.463Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-05-21T05:35:57.463Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-05-21T05:35:57.463Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-05-21T05:35:57.735Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-05-21T05:35:57.735Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-05-21T05:35:57.735Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-05-21T05:35:57.735Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-05-21T05:35:57.735Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-05-21T05:35:57.735Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-05-21T05:35:57.735Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-21T05:35:57.735Z] Fetched 3530 kB in 1s (3141 kB/s) [2021-05-21T05:35:57.735Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-21T05:35:57.735Z] Preparing to unpack .../libudev1_237-3ubuntu10.47_amd64.deb ... [2021-05-21T05:35:57.996Z] Unpacking libudev1:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-21T05:35:58.258Z] Setting up libudev1:amd64 (237-3ubuntu10.47) ... [2021-05-21T05:35:58.832Z] Selecting previously unselected package udev. [2021-05-21T05:35:58.832Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-21T05:35:58.832Z] Preparing to unpack .../00-udev_237-3ubuntu10.47_amd64.deb ... [2021-05-21T05:35:58.832Z] Unpacking udev (237-3ubuntu10.47) ... [2021-05-21T05:35:59.406Z] Selecting previously unselected package libfuse2:amd64. [2021-05-21T05:35:59.406Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-05-21T05:35:59.406Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-21T05:35:59.406Z] Selecting previously unselected package fuse. [2021-05-21T05:35:59.406Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-05-21T05:35:59.406Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-05-21T05:35:59.672Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-21T05:35:59.672Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-21T05:35:59.935Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-21T05:35:59.935Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-21T05:35:59.935Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-21T05:35:59.935Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-21T05:35:59.935Z] Selecting previously unselected package libksba8:amd64. [2021-05-21T05:36:00.199Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-05-21T05:36:00.199Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-05-21T05:36:00.199Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-05-21T05:36:00.199Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-21T05:36:00.199Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-21T05:36:00.199Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-05-21T05:36:00.199Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-21T05:36:00.199Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-21T05:36:00.199Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-05-21T05:36:00.199Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-21T05:36:00.199Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-21T05:36:00.464Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-05-21T05:36:00.464Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-21T05:36:00.464Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-21T05:36:00.464Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-05-21T05:36:00.464Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-21T05:36:00.464Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-21T05:36:00.726Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-05-21T05:36:00.726Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-21T05:36:00.726Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-21T05:36:00.726Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-05-21T05:36:00.726Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-21T05:36:00.726Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-21T05:36:00.726Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-05-21T05:36:00.726Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-21T05:36:00.988Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-21T05:36:00.988Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-05-21T05:36:00.988Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-21T05:36:00.988Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-21T05:36:00.988Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-05-21T05:36:00.988Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-21T05:36:00.988Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-21T05:36:00.988Z] Selecting previously unselected package libsasl2-2:amd64. [2021-05-21T05:36:00.988Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-21T05:36:00.988Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-21T05:36:01.251Z] Selecting previously unselected package libldap-common. [2021-05-21T05:36:01.251Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-05-21T05:36:01.251Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-21T05:36:01.251Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-05-21T05:36:01.251Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-05-21T05:36:01.251Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-21T05:36:01.251Z] Selecting previously unselected package dirmngr. [2021-05-21T05:36:01.251Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-21T05:36:01.251Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-21T05:36:01.513Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-21T05:36:01.513Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-05-21T05:36:01.513Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-21T05:36:01.513Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-21T05:36:01.513Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-21T05:36:01.513Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-05-21T05:36:01.513Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-21T05:36:01.513Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-05-21T05:36:01.513Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-21T05:36:01.513Z] Setting up udev (237-3ubuntu10.47) ... [2021-05-21T05:36:01.775Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-05-21T05:36:02.038Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-21T05:36:02.038Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-05-21T05:36:02.038Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-05-21T05:36:02.038Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-05-21T05:36:02.038Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-21T05:36:02.038Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-21T05:36:02.038Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-21T05:36:02.038Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-21T05:36:02.038Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-21T05:36:02.300Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-21T05:36:02.300Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-21T05:36:02.300Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-21T05:36:02.300Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-21T05:36:02.300Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-21T05:36:02.874Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-05-21T05:36:02.874Z] settings in the [Install] section, and DefaultInstance for template units). [2021-05-21T05:36:02.874Z] This means they are not meant to be enabled using systemctl. [2021-05-21T05:36:02.874Z] Possible reasons for having this kind of units are: [2021-05-21T05:36:02.874Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-05-21T05:36:02.874Z] .wants/ or .requires/ directory. [2021-05-21T05:36:02.874Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-05-21T05:36:02.874Z] a requirement dependency on it. [2021-05-21T05:36:02.874Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-05-21T05:36:02.874Z] D-Bus, udev, scripted systemctl call, ...). [2021-05-21T05:36:02.874Z] 4) In case of template units, the unit is meant to be enabled with some [2021-05-21T05:36:02.874Z] instance name specified. [2021-05-21T05:36:03.134Z] Reading package lists... [2021-05-21T05:36:03.134Z] Building dependency tree... [2021-05-21T05:36:03.134Z] Reading state information... [2021-05-21T05:36:03.395Z] The following additional packages will be installed: [2021-05-21T05:36:03.395Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-05-21T05:36:03.395Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-05-21T05:36:03.395Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-05-21T05:36:03.395Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-05-21T05:36:03.395Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-05-21T05:36:03.395Z] Suggested packages: [2021-05-21T05:36:03.395Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-05-21T05:36:03.395Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-05-21T05:36:03.395Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-05-21T05:36:03.395Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-05-21T05:36:03.395Z] systemd-container policykit-1 [2021-05-21T05:36:03.395Z] Recommended packages: [2021-05-21T05:36:03.395Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-05-21T05:36:03.395Z] The following NEW packages will be installed: [2021-05-21T05:36:03.395Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-05-21T05:36:03.395Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-05-21T05:36:03.395Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-05-21T05:36:03.395Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-05-21T05:36:03.395Z] python3.6-minimal snapd squashfs-tools sudo [2021-05-21T05:36:03.395Z] The following packages will be upgraded: [2021-05-21T05:36:03.395Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-05-21T05:36:03.395Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-05-21T05:36:03.395Z] Need to get 35.2 MB of archives. [2021-05-21T05:36:03.395Z] After this operation, 141 MB of additional disk space will be used. [2021-05-21T05:36:03.395Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-05-21T05:36:03.656Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-05-21T05:36:03.656Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.47 [2914 kB] [2021-05-21T05:36:03.656Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-05-21T05:36:03.656Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-05-21T05:36:03.656Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-05-21T05:36:03.656Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-05-21T05:36:03.656Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-05-21T05:36:03.656Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-05-21T05:36:03.656Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-05-21T05:36:03.656Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-05-21T05:36:03.656Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-05-21T05:36:03.656Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-05-21T05:36:03.656Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-05-21T05:36:03.656Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-05-21T05:36:03.656Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-05-21T05:36:03.656Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-05-21T05:36:04.607Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.47 [209 kB] [2021-05-21T05:36:04.607Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-05-21T05:36:04.607Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-05-21T05:36:04.607Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-05-21T05:36:04.607Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-05-21T05:36:04.607Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-05-21T05:36:04.607Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-05-21T05:36:04.607Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-05-21T05:36:04.607Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-05-21T05:36:04.607Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-05-21T05:36:04.607Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-05-21T05:36:04.607Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-05-21T05:36:04.607Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-05-21T05:36:04.607Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-21T05:36:04.607Z] Fetched 35.2 MB in 1s (29.2 MB/s) [2021-05-21T05:36:04.868Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-21T05:36:04.868Z] Preparing to unpack .../systemd_237-3ubuntu10.47_amd64.deb ... [2021-05-21T05:36:04.868Z] Unpacking systemd (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-21T05:36:05.443Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.47_amd64.deb ... [2021-05-21T05:36:05.443Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-21T05:36:05.443Z] Setting up libsystemd0:amd64 (237-3ubuntu10.47) ... [2021-05-21T05:36:05.443Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-21T05:36:05.443Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-05-21T05:36:05.443Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-05-21T05:36:05.705Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-05-21T05:36:05.705Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-21T05:36:05.705Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-05-21T05:36:05.705Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-05-21T05:36:06.279Z] Setting up apt (1.6.13) ... [2021-05-21T05:36:06.279Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-05-21T05:36:06.540Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-05-21T05:36:06.803Z] (Reading database ... 12764 files and directories currently installed.) [2021-05-21T05:36:06.803Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-21T05:36:06.803Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-21T05:36:07.064Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-05-21T05:36:07.064Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-21T05:36:07.064Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-21T05:36:07.326Z] Selecting previously unselected package libexpat1:amd64. [2021-05-21T05:36:07.326Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-05-21T05:36:07.326Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-21T05:36:07.326Z] Selecting previously unselected package python3.6-minimal. [2021-05-21T05:36:07.326Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-21T05:36:07.326Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-21T05:36:07.587Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-21T05:36:07.588Z] Checking for services that may need to be restarted...done. [2021-05-21T05:36:07.588Z] Checking for services that may need to be restarted...done. [2021-05-21T05:36:07.852Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-21T05:36:07.852Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-21T05:36:07.852Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-21T05:36:08.115Z] Selecting previously unselected package python3-minimal. [2021-05-21T05:36:08.115Z] (Reading database ... 13012 files and directories currently installed.) [2021-05-21T05:36:08.115Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-05-21T05:36:08.115Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-05-21T05:36:08.377Z] Selecting previously unselected package mime-support. [2021-05-21T05:36:08.377Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-05-21T05:36:08.377Z] Unpacking mime-support (3.60ubuntu1) ... [2021-05-21T05:36:08.377Z] Selecting previously unselected package libmpdec2:amd64. [2021-05-21T05:36:08.377Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-05-21T05:36:08.377Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-21T05:36:08.377Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-05-21T05:36:08.377Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-21T05:36:08.377Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-21T05:36:08.639Z] Selecting previously unselected package python3.6. [2021-05-21T05:36:08.639Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-21T05:36:08.639Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-21T05:36:08.639Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-05-21T05:36:08.639Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-05-21T05:36:08.639Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-21T05:36:08.639Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-05-21T05:36:08.903Z] Selecting previously unselected package python3. [2021-05-21T05:36:08.903Z] (Reading database ... 13442 files and directories currently installed.) [2021-05-21T05:36:08.903Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-05-21T05:36:08.903Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-05-21T05:36:08.903Z] Selecting previously unselected package multiarch-support. [2021-05-21T05:36:08.903Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-05-21T05:36:09.166Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-05-21T05:36:09.166Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-05-21T05:36:09.166Z] Selecting previously unselected package liblzo2-2:amd64. [2021-05-21T05:36:09.166Z] (Reading database ... 13479 files and directories currently installed.) [2021-05-21T05:36:09.166Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-05-21T05:36:09.166Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-05-21T05:36:09.166Z] Selecting previously unselected package libbsd0:amd64. [2021-05-21T05:36:09.166Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-05-21T05:36:09.166Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-21T05:36:09.166Z] Selecting previously unselected package sudo. [2021-05-21T05:36:09.166Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-05-21T05:36:09.166Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-21T05:36:09.739Z] Selecting previously unselected package apparmor. [2021-05-21T05:36:09.739Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-05-21T05:36:09.739Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-05-21T05:36:10.004Z] Selecting previously unselected package libedit2:amd64. [2021-05-21T05:36:10.004Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-05-21T05:36:10.004Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-05-21T05:36:10.004Z] Selecting previously unselected package libkrb5support0:amd64. [2021-05-21T05:36:10.004Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-05-21T05:36:10.004Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-21T05:36:10.266Z] Selecting previously unselected package libk5crypto3:amd64. [2021-05-21T05:36:10.266Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-21T05:36:10.266Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-21T05:36:10.266Z] Selecting previously unselected package libkeyutils1:amd64. [2021-05-21T05:36:10.266Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-05-21T05:36:10.266Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-21T05:36:10.266Z] Selecting previously unselected package libkrb5-3:amd64. [2021-05-21T05:36:10.266Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-21T05:36:10.266Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-21T05:36:10.528Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-05-21T05:36:10.528Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-05-21T05:36:10.528Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-21T05:36:10.528Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-05-21T05:36:10.528Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-05-21T05:36:10.528Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-21T05:36:10.790Z] Selecting previously unselected package openssh-client. [2021-05-21T05:36:10.790Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-05-21T05:36:10.790Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-21T05:36:10.790Z] Selecting previously unselected package squashfs-tools. [2021-05-21T05:36:10.790Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-05-21T05:36:10.790Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-21T05:36:11.052Z] Selecting previously unselected package snapd. [2021-05-21T05:36:11.052Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-05-21T05:36:11.052Z] Unpacking snapd (2.48.3+18.04) ... [2021-05-21T05:36:14.357Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-05-21T05:36:14.357Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-21T05:36:14.357Z] Setting up mime-support (3.60ubuntu1) ... [2021-05-21T05:36:14.357Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-21T05:36:14.620Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-21T05:36:14.620Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-21T05:36:14.620Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-21T05:36:14.620Z] Setting up systemd (237-3ubuntu10.47) ... [2021-05-21T05:36:14.620Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-05-21T05:36:15.567Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-21T05:36:15.567Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-21T05:36:15.567Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-05-21T05:36:15.567Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-21T05:36:15.567Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-21T05:36:15.567Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-21T05:36:16.138Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-21T05:36:16.139Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-21T05:36:16.139Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-21T05:36:16.139Z] Setting up python3 (3.6.7-1~18.04) ... [2021-05-21T05:36:16.139Z] running python rtupdate hooks for python3.6... [2021-05-21T05:36:16.139Z] running python post-rtupdate hooks for python3.6... [2021-05-21T05:36:16.401Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-05-21T05:36:16.982Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-05-21T05:36:17.245Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-21T05:36:17.245Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-21T05:36:17.245Z] Setting up snapd (2.48.3+18.04) ... [2021-05-21T05:36:17.819Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-05-21T05:36:17.819Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-05-21T05:36:18.081Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-05-21T05:36:18.343Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-05-21T05:36:18.343Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-21T05:36:18.343Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-21T05:36:18.606Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-05-21T05:36:18.606Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-05-21T05:36:18.869Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-05-21T05:36:19.131Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-05-21T05:36:19.132Z] /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-21T05:36:19.132Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-21T05:36:19.132Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-21T05:36:20.078Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-21T05:36:20.340Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-21T05:36:20.340Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-21T05:36:21.549Z] Reading package lists... [2021-05-21T05:36:21.549Z] Reading package lists... [2021-05-21T05:36:21.811Z] Building dependency tree... [2021-05-21T05:36:21.811Z] Reading state information... [2021-05-21T05:36:22.073Z] Calculating upgrade... [2021-05-21T05:36:22.073Z] The following packages will be upgraded: [2021-05-21T05:36:22.073Z] advancecomp base-files bash binutils binutils-common [2021-05-21T05:36:22.073Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-05-21T05:36:22.073Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-05-21T05:36:22.073Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-05-21T05:36:22.073Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-05-21T05:36:22.073Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-05-21T05:36:22.073Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-05-21T05:36:22.073Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-05-21T05:36:22.073Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-05-21T05:36:22.073Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-05-21T05:36:22.073Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-05-21T05:36:22.073Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-05-21T05:36:22.073Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-05-21T05:36:22.073Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-05-21T05:36:22.073Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-05-21T05:36:22.335Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-05-21T05:36:22.335Z] Need to get 64.0 MB of archives. [2021-05-21T05:36:22.335Z] After this operation, 5041 kB of additional disk space will be used. [2021-05-21T05:36:22.335Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-143.147 [994 kB] [2021-05-21T05:36:22.335Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-05-21T05:36:22.335Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-05-21T05:36:22.335Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-05-21T05:36:22.335Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-05-21T05:36:22.335Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-05-21T05:36:22.335Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-05-21T05:36:22.335Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-05-21T05:36:22.335Z] 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-21T05:36:22.335Z] 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-21T05:36:22.335Z] 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-21T05:36:22.335Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-05-21T05:36:22.335Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-05-21T05:36:22.335Z] 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-21T05:36:22.335Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-05-21T05:36:22.335Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-05-21T05:36:22.335Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-05-21T05:36:22.335Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-05-21T05:36:22.598Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-05-21T05:36:22.598Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-05-21T05:36:22.598Z] 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-21T05:36:22.598Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-05-21T05:36:22.598Z] 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-21T05:36:22.598Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-05-21T05:36:22.598Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-05-21T05:36:22.598Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-05-21T05:36:22.598Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-05-21T05:36:22.598Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-05-21T05:36:22.598Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-05-21T05:36:22.598Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-05-21T05:36:22.598Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-05-21T05:36:22.598Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-05-21T05:36:22.598Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-05-21T05:36:22.598Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-05-21T05:36:22.598Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-05-21T05:36:22.598Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-05-21T05:36:22.598Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-05-21T05:36:22.598Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-05-21T05:36:22.598Z] 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-21T05:36:22.598Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-05-21T05:36:22.598Z] 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-21T05:36:22.598Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-05-21T05:36:22.598Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-05-21T05:36:22.598Z] 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-21T05:36:22.598Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-05-21T05:36:22.598Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-05-21T05:36:22.598Z] 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-21T05:36:22.598Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-05-21T05:36:22.598Z] 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-21T05:36:22.598Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-05-21T05:36:22.598Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-05-21T05:36:22.598Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-05-21T05:36:22.598Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-05-21T05:36:22.598Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-05-21T05:36:22.860Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-05-21T05:36:22.860Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-05-21T05:36:22.860Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-05-21T05:36:23.121Z] 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-21T05:36:23.121Z] 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-21T05:36:23.121Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-05-21T05:36:23.382Z] 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-21T05:36:23.382Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-05-21T05:36:23.382Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-05-21T05:36:23.382Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-05-21T05:36:23.382Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-05-21T05:36:23.382Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-05-21T05:36:23.382Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-05-21T05:36:23.645Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-05-21T05:36:23.645Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-05-21T05:36:23.645Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-05-21T05:36:23.645Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-05-21T05:36:23.645Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-05-21T05:36:23.646Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-05-21T05:36:23.646Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-05-21T05:36:23.646Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-05-21T05:36:23.646Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-05-21T05:36:23.646Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-05-21T05:36:23.646Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-05-21T05:36:23.646Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-05-21T05:36:23.646Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-05-21T05:36:23.646Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-05-21T05:36:23.646Z] 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-21T05:36:23.646Z] 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-21T05:36:23.646Z] 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-21T05:36:23.646Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.47 [16.0 kB] [2021-05-21T05:36:23.646Z] 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-21T05:36:23.908Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-05-21T05:36:23.908Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-05-21T05:36:23.908Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-05-21T05:36:23.908Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-05-21T05:36:23.908Z] 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-21T05:36:23.908Z] 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-21T05:36:23.908Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-05-21T05:36:23.908Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-05-21T05:36:23.908Z] 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-21T05:36:23.908Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-05-21T05:36:23.908Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-05-21T05:36:23.908Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-05-21T05:36:23.908Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-05-21T05:36:24.172Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-05-21T05:36:24.172Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-05-21T05:36:24.172Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-21T05:36:24.172Z] Fetched 64.0 MB in 2s (33.6 MB/s) [2021-05-21T05:36:24.172Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-21T05:36:24.172Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-05-21T05:36:24.172Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-21T05:36:25.122Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-21T05:36:25.122Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-21T05:36:25.385Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-143.147_amd64.deb ... [2021-05-21T05:36:25.385Z] Unpacking linux-libc-dev:amd64 (4.15.0-143.147) over (4.15.0-20.21) ... [2021-05-21T05:36:25.647Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-21T05:36:25.647Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-21T05:36:25.910Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-21T05:36:25.910Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-21T05:36:25.910Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-21T05:36:25.910Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-21T05:36:25.910Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-21T05:36:25.910Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-21T05:36:25.910Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-21T05:36:26.171Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-21T05:36:26.171Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-21T05:36:26.171Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-21T05:36:26.171Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-21T05:36:26.171Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-21T05:36:26.437Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-21T05:36:26.437Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-21T05:36:26.437Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-21T05:36:26.437Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-05-21T05:36:26.437Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-05-21T05:36:26.437Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-21T05:36:26.437Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-21T05:36:26.437Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-21T05:36:26.698Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-21T05:36:26.698Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-21T05:36:26.698Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-21T05:36:26.698Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-21T05:36:26.960Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-21T05:36:26.960Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-21T05:36:26.960Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-05-21T05:36:27.221Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-21T05:36:27.490Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-05-21T05:36:27.751Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-21T05:36:27.751Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-05-21T05:36:27.751Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-05-21T05:36:27.751Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-05-21T05:36:27.751Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-05-21T05:36:28.014Z] Setting up base-files (10.1ubuntu2.10) ... [2021-05-21T05:36:28.014Z] Installing new version of config file /etc/issue ... [2021-05-21T05:36:28.014Z] Installing new version of config file /etc/issue.net ... [2021-05-21T05:36:28.014Z] Installing new version of config file /etc/lsb-release ... [2021-05-21T05:36:28.014Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-05-21T05:36:28.278Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-05-21T05:36:28.278Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-05-21T05:36:28.278Z] Removing obsolete conffile /etc/default/motd-news ... [2021-05-21T05:36:28.278Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-21T05:36:28.278Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-05-21T05:36:28.278Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-05-21T05:36:28.541Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-05-21T05:36:28.542Z] 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-21T05:36:28.542Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-21T05:36:28.542Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-21T05:36:28.542Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-05-21T05:36:28.542Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-05-21T05:36:28.804Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-21T05:36:28.804Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-05-21T05:36:28.804Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-05-21T05:36:28.804Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-05-21T05:36:28.804Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-21T05:36:28.804Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-05-21T05:36:28.804Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-21T05:36:29.067Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-05-21T05:36:29.067Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-21T05:36:29.067Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-21T05:36:29.067Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-21T05:36:29.328Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-21T05:36:29.328Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-21T05:36:29.328Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-21T05:36:29.328Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-21T05:36:29.591Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-05-21T05:36:29.591Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-21T05:36:29.591Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-05-21T05:36:29.591Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-05-21T05:36:29.591Z] Setting up grep (3.1-2build1) ... [2021-05-21T05:36:29.863Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-21T05:36:29.863Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-21T05:36:29.863Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-21T05:36:29.863Z] Setting up login (1:4.5-1ubuntu2) ... [2021-05-21T05:36:29.863Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-21T05:36:29.863Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-21T05:36:29.863Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-21T05:36:30.127Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-05-21T05:36:30.127Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-21T05:36:30.127Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-21T05:36:30.127Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-21T05:36:30.708Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-21T05:36:30.708Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-21T05:36:30.708Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-21T05:36:30.708Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-21T05:36:30.972Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-05-21T05:36:30.972Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-21T05:36:30.973Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-05-21T05:36:30.973Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-21T05:36:31.558Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-21T05:36:31.558Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-21T05:36:31.558Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-21T05:36:31.558Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-21T05:36:31.558Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-05-21T05:36:31.825Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-21T05:36:31.825Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-05-21T05:36:31.825Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-05-21T05:36:31.825Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-05-21T05:36:31.825Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-21T05:36:31.825Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-21T05:36:31.825Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-21T05:36:32.088Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-21T05:36:32.088Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-21T05:36:32.088Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-21T05:36:32.088Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-21T05:36:32.349Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-21T05:36:32.350Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-21T05:36:32.350Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-21T05:36:32.350Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-21T05:36:32.350Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-21T05:36:32.612Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-21T05:36:32.612Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-21T05:36:32.612Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-21T05:36:32.612Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-21T05:36:32.612Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-21T05:36:32.612Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-21T05:36:32.612Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-21T05:36:32.874Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-21T05:36:32.874Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-21T05:36:32.874Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-21T05:36:32.874Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-21T05:36:32.874Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-21T05:36:32.874Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-21T05:36:32.874Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-21T05:36:33.136Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-21T05:36:33.136Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-21T05:36:33.136Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-21T05:36:33.136Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-21T05:36:33.136Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-21T05:36:33.136Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-21T05:36:33.136Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-21T05:36:33.136Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-05-21T05:36:33.402Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-21T05:36:33.402Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-21T05:36:33.402Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-21T05:36:33.664Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-05-21T05:36:33.930Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-05-21T05:36:34.192Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-05-21T05:36:34.192Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-21T05:36:34.192Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-21T05:36:34.192Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-21T05:36:34.454Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-05-21T05:36:34.454Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-21T05:36:34.454Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-05-21T05:36:34.454Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-21T05:36:34.715Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-05-21T05:36:34.715Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-21T05:36:34.715Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-05-21T05:36:34.715Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-05-21T05:36:34.984Z] Setting up debconf (1.5.66ubuntu1) ... [2021-05-21T05:36:34.984Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-21T05:36:34.984Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-05-21T05:36:34.984Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-21T05:36:35.247Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-05-21T05:36:35.510Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-21T05:36:35.510Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-05-21T05:36:35.510Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-21T05:36:35.773Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-05-21T05:36:35.773Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-21T05:36:35.773Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-21T05:36:35.773Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-21T05:36:36.038Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-21T05:36:36.038Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-21T05:36:36.038Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-21T05:36:36.038Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-21T05:36:36.038Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-21T05:36:36.302Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-21T05:36:36.302Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-21T05:36:36.302Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-21T05:36:36.302Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-21T05:36:36.565Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-21T05:36:36.565Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-21T05:36:36.565Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-21T05:36:36.565Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.47_amd64.deb ... [2021-05-21T05:36:36.565Z] Unpacking systemd-sysv (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-21T05:36:36.565Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-21T05:36:36.565Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-21T05:36:36.826Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-21T05:36:37.088Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-21T05:36:37.088Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-05-21T05:36:37.088Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-05-21T05:36:37.088Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-05-21T05:36:37.363Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-21T05:36:37.363Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-05-21T05:36:37.363Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-21T05:36:37.363Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-21T05:36:37.626Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-21T05:36:37.626Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-21T05:36:37.626Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-21T05:36:37.626Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-21T05:36:37.626Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-21T05:36:37.626Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-05-21T05:36:37.626Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-05-21T05:36:37.626Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-05-21T05:36:37.888Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-21T05:36:37.888Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-21T05:36:37.888Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-21T05:36:37.888Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-05-21T05:36:38.150Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-21T05:36:38.150Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-21T05:36:38.150Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-21T05:36:38.412Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-05-21T05:36:38.412Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-21T05:36:38.412Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-05-21T05:36:38.412Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-21T05:36:38.412Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-05-21T05:36:38.412Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-21T05:36:38.412Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-05-21T05:36:38.412Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-21T05:36:38.674Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-05-21T05:36:38.674Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-21T05:36:38.674Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-05-21T05:36:38.674Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-05-21T05:36:38.935Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-05-21T05:36:38.935Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-21T05:36:38.935Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-05-21T05:36:38.935Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-05-21T05:36:39.197Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-05-21T05:36:39.197Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-21T05:36:39.197Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-05-21T05:36:39.197Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-05-21T05:36:39.459Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-05-21T05:36:39.459Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-21T05:36:39.459Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-05-21T05:36:39.459Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-05-21T05:36:39.721Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-05-21T05:36:39.721Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-21T05:36:39.721Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-05-21T05:36:39.721Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-05-21T05:36:39.721Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-05-21T05:36:39.721Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-21T05:36:39.721Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-05-21T05:36:39.721Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-05-21T05:36:39.984Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-05-21T05:36:39.984Z] (Reading database ... 13915 files and directories currently installed.) [2021-05-21T05:36:39.984Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-21T05:36:39.984Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-21T05:36:39.984Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-21T05:36:40.246Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-21T05:36:40.510Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-21T05:36:40.510Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-21T05:36:40.774Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-05-21T05:36:40.774Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-05-21T05:36:41.037Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-05-21T05:36:41.037Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-05-21T05:36:41.037Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-05-21T05:36:41.037Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-05-21T05:36:41.299Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-05-21T05:36:41.299Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-05-21T05:36:41.299Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-05-21T05:36:41.299Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-05-21T05:36:41.588Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-05-21T05:36:41.588Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-05-21T05:36:41.588Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-05-21T05:36:41.588Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-05-21T05:36:41.588Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-05-21T05:36:41.588Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-05-21T05:36:41.852Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-05-21T05:36:41.852Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-05-21T05:36:42.425Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-05-21T05:36:42.425Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-05-21T05:36:42.425Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-05-21T05:36:42.425Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-05-21T05:36:42.688Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-21T05:36:42.688Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-21T05:36:42.951Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-21T05:36:42.951Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-21T05:36:42.951Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-21T05:36:42.951Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-21T05:36:43.214Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-21T05:36:43.214Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-21T05:36:43.214Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-21T05:36:43.214Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-21T05:36:43.214Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-21T05:36:43.214Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-21T05:36:43.214Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-21T05:36:43.214Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-21T05:36:43.476Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-21T05:36:43.476Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-21T05:36:44.421Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-21T05:36:44.421Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-21T05:36:44.996Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-21T05:36:44.996Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-21T05:36:45.570Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-21T05:36:45.570Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-21T05:36:45.833Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-21T05:36:45.833Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-21T05:36:46.780Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-21T05:36:46.780Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-21T05:36:46.780Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-21T05:36:46.780Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-21T05:36:46.780Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-05-21T05:36:46.780Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-21T05:36:47.045Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-05-21T05:36:47.045Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-21T05:36:47.045Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-05-21T05:36:47.045Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-05-21T05:36:47.307Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-21T05:36:47.307Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-21T05:36:47.307Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-21T05:36:47.307Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-21T05:36:47.307Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-05-21T05:36:47.307Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-05-21T05:36:47.568Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-21T05:36:47.568Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-21T05:36:47.568Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-21T05:36:47.568Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-21T05:36:47.568Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-21T05:36:47.568Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-05-21T05:36:47.568Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-05-21T05:36:47.568Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-05-21T05:36:47.832Z] [2021-05-21T05:36:47.832Z] Current default time zone: 'Etc/UTC' [2021-05-21T05:36:47.832Z] Local time is now: Fri May 21 05:36:47 UTC 2021. [2021-05-21T05:36:47.832Z] Universal Time is now: Fri May 21 05:36:47 UTC 2021. [2021-05-21T05:36:47.832Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-05-21T05:36:47.832Z] [2021-05-21T05:36:47.832Z] Setting up systemd-sysv (237-3ubuntu10.47) ... [2021-05-21T05:36:47.832Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-21T05:36:47.832Z] Setting up linux-libc-dev:amd64 (4.15.0-143.147) ... [2021-05-21T05:36:47.832Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-05-21T05:36:47.832Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-05-21T05:36:47.832Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-05-21T05:36:47.832Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-05-21T05:36:47.832Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-05-21T05:36:47.832Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-05-21T05:36:47.832Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-05-21T05:36:47.832Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-21T05:36:47.832Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-05-21T05:36:48.094Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-21T05:36:48.094Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-21T05:36:48.094Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-21T05:36:48.094Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-05-21T05:36:48.094Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-05-21T05:36:48.094Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-05-21T05:36:48.356Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-21T05:36:48.356Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-05-21T05:36:48.356Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-05-21T05:36:48.356Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-05-21T05:36:48.356Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-05-21T05:36:50.275Z] Updating certificates in /etc/ssl/certs... [2021-05-21T05:36:51.224Z] 23 added, 27 removed; done. [2021-05-21T05:36:51.224Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-05-21T05:36:51.224Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-21T05:36:51.224Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-05-21T05:36:51.224Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-05-21T05:36:51.224Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-05-21T05:36:51.224Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-21T05:36:51.224Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-21T05:36:51.224Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-21T05:36:51.224Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-21T05:36:51.224Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-21T05:36:51.224Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-21T05:36:51.224Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-21T05:36:51.224Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-05-21T05:36:51.224Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-05-21T05:36:51.224Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-05-21T05:36:51.224Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-05-21T05:36:51.487Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-05-21T05:36:51.487Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-21T05:36:51.487Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-21T05:36:51.487Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-05-21T05:36:51.487Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-05-21T05:36:51.487Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-05-21T05:36:51.487Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-21T05:36:51.487Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-21T05:36:51.487Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-05-21T05:36:51.749Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-05-21T05:36:51.749Z] Updating certificates in /etc/ssl/certs... [2021-05-21T05:36:52.321Z] 0 added, 0 removed; done. [2021-05-21T05:36:52.321Z] Running hooks in /etc/ca-certificates/update.d... [2021-05-21T05:36:52.321Z] done. [2021-05-21T05:36:52.843Z] Reading package lists... [2021-05-21T05:36:52.843Z] Building dependency tree... [2021-05-21T05:36:52.843Z] Reading state information... [2021-05-21T05:36:53.109Z] The following NEW packages will be installed: [2021-05-21T05:36:53.109Z] apt-transport-https [2021-05-21T05:36:53.109Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-05-21T05:36:53.109Z] Need to get 1692 B of archives. [2021-05-21T05:36:53.109Z] After this operation, 154 kB of additional disk space will be used. [2021-05-21T05:36:53.109Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-05-21T05:36:53.374Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-21T05:36:53.374Z] Fetched 1692 B in 0s (8540 B/s) [2021-05-21T05:36:53.374Z] Selecting previously unselected package apt-transport-https. [2021-05-21T05:36:53.374Z] (Reading database ... 13920 files and directories currently installed.) [2021-05-21T05:36:53.374Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-05-21T05:36:53.374Z] Unpacking apt-transport-https (1.6.13) ... [2021-05-21T05:36:53.374Z] Setting up apt-transport-https (1.6.13) ... [2021-05-21T05:36:53.637Z] Waiting for network to be ready... [2021-05-21T05:36:58.934Z] 2021-05-21T05:36:56Z INFO Waiting for automatic snapd restart... [2021-05-21T05:36:59.196Z] snapd 2.50 from Canonical* installed [2021-05-21T05:37:00.142Z] "snapd" switched to the "latest/stable" channel [2021-05-21T05:37:00.142Z] [2021-05-21T05:37:02.689Z] core18 20210507 from Canonical* installed [2021-05-21T05:37:02.951Z] "core18" switched to the "latest/stable" channel [2021-05-21T05:37:02.951Z] [2021-05-21T05:37:07.166Z] snapcraft 4.7.1 from Canonical* installed [2021-05-21T05:37:07.166Z] "snapcraft" switched to the "latest/stable" channel [2021-05-21T05:37:07.166Z] [2021-05-21T05:37:11.483Z] 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-21T05:37:11.483Z] - README.md [2021-05-21T05:37:11.483Z] [2021-05-21T05:37:11.483Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-21T05:37:17.068Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-21T05:37:17.068Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-21T05:37:17.068Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-21T05:37:17.329Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-21T05:37:18.539Z] Reading package lists... [2021-05-21T05:37:18.801Z] 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-21T05:37:19.088Z] lf-activate-venv(): INFO: Adding /tmp/venv-9VPf/bin to PATH [2021-05-21T05:37:19.088Z] INFO: No Stack... [2021-05-21T05:37:19.088Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-05-21T05:37:19.088Z] INFO: Archiving Costs [Pipeline] sh [2021-05-21T05:37:19.466Z] + cat /w/workspace/app-service-configurable/1/archives/cost.csv [2021-05-21T05:37:19.466Z] + cut -d, -f6 [Pipeline] lock [2021-05-21T05:37:19.565Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-261-1-stack-cost] [2021-05-21T05:37:19.574Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-261-1-stack-cost] did not exist. Created. [2021-05-21T05:37:19.575Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-261-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-21T05:37:20.048Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-05-21T05:37:20.258Z] Stashed 1 file(s) [Pipeline] } [2021-05-21T05:37:20.284Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-261-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-21T05:37:25.408Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-21T05:37:25.408Z] Reading package lists... [2021-05-21T05:37:25.408Z] Building dependency tree... [2021-05-21T05:37:25.408Z] Reading state information... [2021-05-21T05:37:25.408Z] Suggested packages: [2021-05-21T05:37:25.408Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-05-21T05:37:25.408Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-05-21T05:37:25.408Z] Recommended packages: [2021-05-21T05:37:25.408Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix [2021-05-21T05:37:25.408Z] The following NEW packages will be installed: [2021-05-21T05:37:25.408Z] curl git git-man libcurl3-gnutls libcurl4 liberror-perl libglib2.0-0 [2021-05-21T05:37:25.408Z] libnghttp2-14 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev [2021-05-21T05:37:25.408Z] libzmq5 pkg-config [2021-05-21T05:37:25.408Z] 0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded. [2021-05-21T05:37:25.408Z] Need to get 7874 kB of archives. [2021-05-21T05:37:25.408Z] After this operation, 44.2 MB of additional disk space will be used. [2021-05-21T05:37:25.408Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-05-21T05:37:25.408Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.13 [219 kB] [2021-05-21T05:37:25.408Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 curl amd64 7.58.0-2ubuntu3.13 [159 kB] [2021-05-21T05:37:25.408Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-05-21T05:37:25.408Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-05-21T05:37:25.408Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-05-21T05:37:25.408Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-05-21T05:37:25.408Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-05-21T05:37:25.408Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-05-21T05:37:25.408Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-05-21T05:37:25.408Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-05-21T05:37:25.668Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-05-21T05:37:25.668Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-05-21T05:37:25.668Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-05-21T05:37:25.668Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-05-21T05:37:25.668Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-05-21T05:37:25.932Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-21T05:37:25.932Z] Fetched 7874 kB in 1s (11.4 MB/s) [2021-05-21T05:37:25.932Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-05-21T05:37:25.932Z] (Reading database ... 13924 files and directories currently installed.) [2021-05-21T05:37:25.932Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-05-21T05:37:26.195Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-21T05:37:26.456Z] Selecting previously unselected package libpsl5:amd64. [2021-05-21T05:37:26.456Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-05-21T05:37:26.456Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-05-21T05:37:26.456Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-05-21T05:37:26.456Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-05-21T05:37:26.456Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-21T05:37:26.719Z] Selecting previously unselected package librtmp1:amd64. [2021-05-21T05:37:26.719Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-05-21T05:37:26.719Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-21T05:37:26.982Z] Selecting previously unselected package libcurl4:amd64. [2021-05-21T05:37:26.982Z] Preparing to unpack .../04-libcurl4_7.58.0-2ubuntu3.13_amd64.deb ... [2021-05-21T05:37:26.982Z] Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-21T05:37:26.982Z] Selecting previously unselected package curl. [2021-05-21T05:37:26.982Z] Preparing to unpack .../05-curl_7.58.0-2ubuntu3.13_amd64.deb ... [2021-05-21T05:37:26.982Z] Unpacking curl (7.58.0-2ubuntu3.13) ... [2021-05-21T05:37:27.927Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-05-21T05:37:27.927Z] Preparing to unpack .../06-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-05-21T05:37:27.927Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-21T05:37:27.927Z] Selecting previously unselected package liberror-perl. [2021-05-21T05:37:27.927Z] Preparing to unpack .../07-liberror-perl_0.17025-1_all.deb ... [2021-05-21T05:37:27.927Z] Unpacking liberror-perl (0.17025-1) ... [2021-05-21T05:37:27.927Z] Selecting previously unselected package git-man. [2021-05-21T05:37:27.927Z] Preparing to unpack .../08-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-05-21T05:37:27.927Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-21T05:37:28.188Z] Selecting previously unselected package git. [2021-05-21T05:37:28.188Z] Preparing to unpack .../09-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-05-21T05:37:28.188Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-05-21T05:37:28.761Z] Selecting previously unselected package libnorm1:amd64. [2021-05-21T05:37:28.762Z] Preparing to unpack .../10-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-05-21T05:37:28.762Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-21T05:37:28.762Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-05-21T05:37:28.762Z] Preparing to unpack .../11-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-05-21T05:37:28.762Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-21T05:37:28.762Z] Selecting previously unselected package libsodium23:amd64. [2021-05-21T05:37:28.762Z] Preparing to unpack .../12-libsodium23_1.0.16-2_amd64.deb ... [2021-05-21T05:37:28.762Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-05-21T05:37:29.023Z] Selecting previously unselected package libzmq5:amd64. [2021-05-21T05:37:29.023Z] Preparing to unpack .../13-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-21T05:37:29.023Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-21T05:37:29.023Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-05-21T05:37:29.023Z] Preparing to unpack .../14-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-21T05:37:29.023Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-21T05:37:29.023Z] Selecting previously unselected package pkg-config. [2021-05-21T05:37:29.023Z] Preparing to unpack .../15-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-05-21T05:37:29.023Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-05-21T05:37:29.285Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-21T05:37:29.285Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-21T05:37:29.285Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-21T05:37:29.285Z] Setting up liberror-perl (0.17025-1) ... [2021-05-21T05:37:29.285Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-05-21T05:37:29.285Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-21T05:37:29.285Z] No schema files found: doing nothing. [2021-05-21T05:37:29.285Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-21T05:37:29.547Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-21T05:37:29.547Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-05-21T05:37:29.547Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-05-21T05:37:29.547Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-21T05:37:29.547Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-21T05:37:29.547Z] Setting up libcurl4:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-21T05:37:29.547Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-21T05:37:29.547Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-05-21T05:37:29.547Z] Setting up curl (7.58.0-2ubuntu3.13) ... [2021-05-21T05:37:29.547Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-21T05:37:36.164Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-21T05:37:36.164Z] curl set to automatically installed. [2021-05-21T05:37:36.164Z] git set to automatically installed. [2021-05-21T05:37:36.164Z] git-man set to automatically installed. [2021-05-21T05:37:36.164Z] libcurl3-gnutls set to automatically installed. [2021-05-21T05:37:36.164Z] libcurl4 set to automatically installed. [2021-05-21T05:37:36.164Z] liberror-perl set to automatically installed. [2021-05-21T05:37:36.164Z] libglib2.0-0 set to automatically installed. [2021-05-21T05:37:36.164Z] libnghttp2-14 set to automatically installed. [2021-05-21T05:37:36.164Z] libnorm1 set to automatically installed. [2021-05-21T05:37:36.164Z] libpgm-5.2-0 set to automatically installed. [2021-05-21T05:37:36.164Z] libpsl5 set to automatically installed. [2021-05-21T05:37:36.164Z] librtmp1 set to automatically installed. [2021-05-21T05:37:36.164Z] libsodium23 set to automatically installed. [2021-05-21T05:37:36.164Z] libzmq3-dev set to automatically installed. [2021-05-21T05:37:36.164Z] libzmq5 set to automatically installed. [2021-05-21T05:37:36.164Z] pkg-config set to automatically installed. [2021-05-21T05:37:38.086Z] snapd is not logged in, snap install commands will use sudo [2021-05-21T05:37:44.702Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-21T05:37:45.649Z] snap "core18" has no updates available [2021-05-21T05:37:47.037Z] Pulling go [2021-05-21T05:37:47.038Z] + snapcraftctl pull [2021-05-21T05:37:47.984Z] 'app-service-config' has dependencies that need to be staged: go [2021-05-21T05:37:47.984Z] Skipping pull go (already ran) [2021-05-21T05:37:47.984Z] Building go [2021-05-21T05:37:47.984Z] + dpkg --print-architecture [2021-05-21T05:37:47.984Z] + FILE_NAME=go1.16.4.linux-amd64.tar.gz [2021-05-21T05:37:47.984Z] + FILE_HASH=7154e88f5a8047aad4b80ebace58a059e36e7e2e4eb3b383127a28c711b4ff59 [2021-05-21T05:37:47.984Z] + curl https://dl.google.com/go/go1.16.4.linux-amd64.tar.gz -O [2021-05-21T05:37:47.984Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-21T05:37:47.984Z] Dload Upload Total Spent Left Speed [2021-05-21T05:37:50.597Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 26 123M 26 32.7M 0 0 46.4M 0 0:00:02 --:--:-- 0:00:02 46.3M 63 123M 63 77.9M 0 0 45.7M 0 0:00:02 0:00:01 0:00:01 45.7M 100 123M 100 123M 0 0 47.3M 0 0:00:02 0:00:02 --:--:-- 47.3M [2021-05-21T05:37:50.597Z] + echo 7154e88f5a8047aad4b80ebace58a059e36e7e2e4eb3b383127a28c711b4ff59 go1.16.4.linux-amd64.tar.gz [2021-05-21T05:37:50.597Z] + sha256sum -c sha256 [2021-05-21T05:37:50.597Z] + grep OK [2021-05-21T05:37:51.170Z] go1.16.4.linux-amd64.tar.gz: OK [2021-05-21T05:37:51.170Z] + tar -C /root/stage -xf go1.16.4.linux-amd64.tar.gz --strip-components=1 [2021-05-21T05:37:55.386Z] Staging go [2021-05-21T05:37:55.386Z] + snapcraftctl stage [2021-05-21T05:38:05.412Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-21T05:38:05.413Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-21T05:38:05.413Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1726 kB] [2021-05-21T05:38:05.413Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [322 kB] [2021-05-21T05:38:05.413Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-21T05:38:05.413Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-21T05:38:05.413Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [323 kB] [2021-05-21T05:38:05.413Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [43.2 kB] [2021-05-21T05:38:05.413Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1126 kB] [2021-05-21T05:38:05.413Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [254 kB] [2021-05-21T05:38:05.413Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-21T05:38:05.413Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-21T05:38:05.413Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-21T05:38:05.413Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-21T05:38:05.413Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-21T05:38:05.413Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-21T05:38:05.413Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-21T05:38:05.413Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-21T05:38:05.413Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-21T05:38:05.413Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2070 kB] [2021-05-21T05:38:05.413Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] [2021-05-21T05:38:05.413Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-21T05:38:05.413Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-21T05:38:05.413Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [344 kB] [2021-05-21T05:38:05.413Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.8 kB] [2021-05-21T05:38:05.413Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] [2021-05-21T05:38:05.413Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-21T05:38:05.413Z] Fetched 24.6 MB in 0s (0 B/s) [2021-05-21T05:38:05.413Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-21T05:38:05.413Z] Fetched 224 kB in 0s (0 B/s) [2021-05-21T05:38:05.413Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-21T05:38:05.413Z] Fetched 157 kB in 0s (0 B/s) [2021-05-21T05:38:05.413Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-21T05:38:05.413Z] Fetched 221 kB in 0s (0 B/s) [2021-05-21T05:38:05.413Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-21T05:38:05.413Z] Fetched 143 kB in 0s (0 B/s) [2021-05-21T05:38:05.413Z] Pulling app-service-config [2021-05-21T05:38:05.413Z] + snapcraftctl pull [2021-05-21T05:38:05.413Z] + date +%Y%m%d [2021-05-21T05:38:05.413Z] + git rev-parse --short HEAD [2021-05-21T05:38:05.413Z] + snapcraftctl set-version 1.2.0-20210521+120a7ac [2021-05-21T05:38:05.675Z] Pulling config-common [2021-05-21T05:38:05.675Z] + snapcraftctl pull [2021-05-21T05:38:07.063Z] Skipping build go (already ran) [2021-05-21T05:38:07.063Z] Building app-service-config [2021-05-21T05:38:07.063Z] + cd /root/parts/app-service-config/src [2021-05-21T05:38:07.063Z] + make build [2021-05-21T05:38:07.063Z] go mod tidy [2021-05-21T05:38:08.453Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.63 [2021-05-21T05:38:08.453Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.91 [2021-05-21T05:38:08.453Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.54 [2021-05-21T05:38:08.453Z] go: downloading github.com/google/uuid v1.2.0 [2021-05-21T05:38:08.453Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-05-21T05:38:08.714Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.13 [2021-05-21T05:38:08.714Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.7 [2021-05-21T05:38:08.714Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-05-21T05:38:08.714Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.8 [2021-05-21T05:38:08.714Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.20 [2021-05-21T05:38:08.714Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-05-21T05:38:08.714Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-05-21T05:38:08.714Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-05-21T05:38:08.714Z] go: downloading github.com/go-kit/kit v0.9.0 [2021-05-21T05:38:08.714Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-05-21T05:38:08.714Z] go: downloading github.com/go-playground/validator/v10 v10.6.1 [2021-05-21T05:38:08.714Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-05-21T05:38:08.714Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.4 [2021-05-21T05:38:08.714Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-05-21T05:38:08.714Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-05-21T05:38:08.714Z] go: downloading github.com/stretchr/objx v0.1.0 [2021-05-21T05:38:08.714Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-05-21T05:38:08.714Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-05-21T05:38:08.985Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-05-21T05:38:08.985Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-05-21T05:38:08.985Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-05-21T05:38:08.985Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-05-21T05:38:08.985Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-05-21T05:38:08.985Z] go: downloading github.com/x448/float16 v0.8.4 [2021-05-21T05:38:08.985Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-05-21T05:38:08.985Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-05-21T05:38:08.985Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-05-21T05:38:08.985Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-05-21T05:38:08.985Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-05-21T05:38:08.985Z] go: downloading golang.org/x/text v0.3.2 [2021-05-21T05:38:08.985Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-05-21T05:38:08.985Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2021-05-21T05:38:08.985Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-05-21T05:38:08.985Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-05-21T05:38:09.245Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-05-21T05:38:09.246Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-05-21T05:38:09.246Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-05-21T05:38:09.246Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-05-21T05:38:09.246Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-05-21T05:38:09.246Z] go: downloading github.com/hashicorp/consul/sdk v0.7.0 [2021-05-21T05:38:09.246Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2021-05-21T05:38:09.246Z] go: downloading github.com/onsi/ginkgo v1.10.1 [2021-05-21T05:38:09.246Z] go: downloading github.com/onsi/gomega v1.7.0 [2021-05-21T05:38:09.505Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-05-21T05:38:09.505Z] go: downloading github.com/go-stack/stack v1.8.0 [2021-05-21T05:38:09.505Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-05-21T05:38:09.505Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-05-21T05:38:09.505Z] go: downloading github.com/fatih/color v1.9.0 [2021-05-21T05:38:09.505Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-05-21T05:38:09.505Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-05-21T05:38:09.505Z] go: downloading github.com/pkg/errors v0.8.1 [2021-05-21T05:38:09.505Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-05-21T05:38:09.505Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2021-05-21T05:38:09.767Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2021-05-21T05:38:09.767Z] go: downloading github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2021-05-21T05:38:09.767Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2021-05-21T05:38:09.767Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-05-21T05:38:09.767Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2021-05-21T05:38:09.767Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2021-05-21T05:38:09.767Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2021-05-21T05:38:09.767Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.0 [2021-05-21T05:38:09.767Z] go: downloading github.com/miekg/dns v1.1.26 [2021-05-21T05:38:09.767Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2021-05-21T05:38:09.767Z] go: downloading github.com/hpcloud/tail v1.0.0 [2021-05-21T05:38:10.028Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-05-21T05:38:10.028Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2021-05-21T05:38:10.028Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2021-05-21T05:38:10.028Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [2021-05-21T05:38:10.028Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.63 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-05-21T05:38:16.666Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-05-21T05:38:16.666Z] + find ./res -maxdepth 1 -type d -exec install -d /root/parts/app-service-config/install/config/{} ; [2021-05-21T05:38:16.666Z] + + find ./res -name configuration.toml [2021-05-21T05:38:16.666Z] read fname [2021-05-21T05:38:16.666Z] + cat+ sed -e s:./logs/:\$SNAP_COMMON/: [2021-05-21T05:38:16.666Z] ./res/mqtt-export/configuration.toml [2021-05-21T05:38:16.666Z] + read fname [2021-05-21T05:38:16.666Z] + cat ./res/sample/configuration.toml [2021-05-21T05:38:16.666Z] + sed -e s:./logs/:\$SNAP_COMMON/: [2021-05-21T05:38:16.666Z] + read fname [2021-05-21T05:38:16.666Z] + cat ./res/push-to-core/configuration.toml [2021-05-21T05:38:16.666Z] + sed -e s:./logs/:\$SNAP_COMMON/: [2021-05-21T05:38:16.666Z] + read fname [2021-05-21T05:38:16.666Z] + cat ./res/rules-engine/configuration.toml [2021-05-21T05:38:16.666Z] + sed -e s:./logs/:\$SNAP_COMMON/: [2021-05-21T05:38:16.666Z] + read fname [2021-05-21T05:38:16.666Z] + cat ./res/functional-tests/configuration.toml [2021-05-21T05:38:16.666Z] + sed -e s:./logs/:\$SNAP_COMMON/: [2021-05-21T05:38:16.666Z] + read fname [2021-05-21T05:38:16.666Z] + cat ./res/http-export/configuration.toml [2021-05-21T05:38:16.666Z] + sed -e s:./logs/:\$SNAP_COMMON/: [2021-05-21T05:38:16.666Z] + read fname [2021-05-21T05:38:16.666Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-05-21T05:38:16.666Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-05-21T05:38:17.242Z] Building config-common [2021-05-21T05:38:17.242Z] + snapcraftctl build [2021-05-21T05:38:19.164Z] Skipping stage go (already ran) [2021-05-21T05:38:19.164Z] Staging app-service-config [2021-05-21T05:38:19.164Z] + snapcraftctl stage [2021-05-21T05:38:20.112Z] Staging config-common [2021-05-21T05:38:20.112Z] + snapcraftctl stage [2021-05-21T05:38:21.065Z] Priming go [2021-05-21T05:38:21.065Z] + snapcraftctl prime [2021-05-21T05:38:22.466Z] Priming app-service-config [2021-05-21T05:38:22.466Z] + snapcraftctl prime [2021-05-21T05:38:23.436Z] Priming config-common [2021-05-21T05:38:23.436Z] + snapcraftctl prime [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-21T05:38:27.568Z] ---> job-cost.sh [2021-05-21T05:38:27.568Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-uy3w [2021-05-21T05:38:35.749Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-21T05:38:48.057Z] lf-activate-venv(): INFO: Adding /tmp/venv-uy3w/bin to PATH [2021-05-21T05:38:48.057Z] INFO: No Stack... [2021-05-21T05:38:49.021Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-05-21T05:38:49.613Z] INFO: Archiving Costs [Pipeline] sh [2021-05-21T05:38:49.955Z] + cat /w/workspace/app-service-configurable/1/archives/cost.csv [2021-05-21T05:38:49.955Z] + cut -d, -f6 [Pipeline] lock [2021-05-21T05:38:50.025Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-261-1-stack-cost] [2021-05-21T05:38:50.032Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-261-1-stack-cost] did not exist. Created. [2021-05-21T05:38:50.032Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-261-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-21T05:38:50.458Z] /w/workspace/app-service-configurable/1@tmp/durable-9636f201/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh [2021-05-21T05:38:50.792Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-05-21T05:38:50.832Z] Warning: overwriting stash ‘stack-cost’ [2021-05-21T05:38:50.893Z] Stashed 1 file(s) [Pipeline] } [2021-05-21T05:38:50.915Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-261-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2021-05-21T05:38:52.236Z] provisioning config files... [2021-05-21T05:38:52.245Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_PR-261@tmp/config351496852537380224tmp [Pipeline] { [Pipeline] sh [2021-05-21T05:38:52.628Z] + set +x [2021-05-21T05:38:52.628Z] + curl -s https://codecov.io/bash [2021-05-21T05:38:52.628Z] + bash -s -- [2021-05-21T05:38:52.628Z] [2021-05-21T05:38:52.628Z] _____ _ [2021-05-21T05:38:52.628Z] / ____| | | [2021-05-21T05:38:52.628Z] | | ___ __| | ___ ___ _____ __ [2021-05-21T05:38:52.628Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-21T05:38:52.628Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-21T05:38:52.628Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-21T05:38:52.628Z] Bash-1.0.2 [2021-05-21T05:38:52.628Z] [2021-05-21T05:38:52.628Z] [2021-05-21T05:38:52.628Z] ==> git version 2.24.4 found [2021-05-21T05:38:52.628Z] ==> 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-21T05:38:52.629Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-21T05:38:52.629Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-21T05:38:52.629Z] ==> Jenkins CI detected. [2021-05-21T05:38:52.629Z] project root: . [2021-05-21T05:38:52.629Z] --> token set from env [2021-05-21T05:38:52.896Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-21T05:38:52.896Z] ==> Running gcov in . (disable via -X gcov) [2021-05-21T05:38:52.896Z] ==> Python coveragepy not found [2021-05-21T05:38:52.896Z] ==> Searching for coverage reports in: [2021-05-21T05:38:52.896Z] + . [2021-05-21T05:38:52.896Z] -> Found 1 reports [2021-05-21T05:38:52.896Z] ==> Detecting git/mercurial file structure [2021-05-21T05:38:52.896Z] ==> Reading reports [2021-05-21T05:38:52.896Z] + ./coverage.out bytes=10 [2021-05-21T05:38:52.896Z] ==> Appending adjustments [2021-05-21T05:38:52.896Z] https://docs.codecov.io/docs/fixing-reports [2021-05-21T05:38:52.896Z] + Found adjustments [2021-05-21T05:38:52.896Z] ==> Gzipping contents [2021-05-21T05:38:52.896Z] 4.0K /tmp/codecov.Cs8Dw7.gz [2021-05-21T05:38:52.896Z] ==> Uploading reports [2021-05-21T05:38:52.896Z] url: https://codecov.io [2021-05-21T05:38:52.896Z] query: branch=PR-261&commit=120a7ac159fe3934a0dff4a4244299a10fe91b13&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-261%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=261&job=&cmd_args= [2021-05-21T05:38:52.896Z] -> Pinging Codecov [2021-05-21T05:38:52.896Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-261&commit=120a7ac159fe3934a0dff4a4244299a10fe91b13&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-261%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=261&job=&cmd_args= [2021-05-21T05:38:53.480Z] -> Uploading to [2021-05-21T05:38:53.480Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-21/A97CA9966030D2A3747ED39772930CCE/120a7ac159fe3934a0dff4a4244299a10fe91b13/d7a0aa40-f616-4013-b67f-b774bda27982.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210521%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210521T053853Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a0ac3fc26943947fb62e4d56cdf8d3bae1ad01706d8c14f574b11491dac2d6bc [2021-05-21T05:38:53.480Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-21T05:38:53.480Z] Dload Upload Total Spent Left Speed [2021-05-21T05:38:53.750Z] 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 1090 --:--:-- --:--:-- --:--:-- 1088 [2021-05-21T05:38:53.750Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/120a7ac159fe3934a0dff4a4244299a10fe91b13 [Pipeline] } [2021-05-21T05:38:53.778Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-05-21T05:38:56.305Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-21T05:38:56.925Z] ---> package-listing.sh [2021-05-21T05:38:56.925Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-21T05:38:56.925Z] ++ facter osfamily [2021-05-21T05:38:57.193Z] + OS_FAMILY=redhat [2021-05-21T05:38:57.193Z] + workspace=/w/workspace/_app-service-configurable_PR-261 [2021-05-21T05:38:57.193Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-21T05:38:57.193Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-21T05:38:57.193Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-21T05:38:57.193Z] + PACKAGES=/tmp/packages_start.txt [2021-05-21T05:38:57.193Z] + '[' /w/workspace/_app-service-configurable_PR-261 ']' [2021-05-21T05:38:57.193Z] + PACKAGES=/tmp/packages_end.txt [2021-05-21T05:38:57.193Z] + case "${OS_FAMILY}" in [2021-05-21T05:38:57.193Z] + sort [2021-05-21T05:38:57.193Z] + rpm -qa [2021-05-21T05:38:57.784Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-21T05:38:57.784Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-21T05:38:57.784Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-21T05:38:57.784Z] + '[' /w/workspace/_app-service-configurable_PR-261 ']' [2021-05-21T05:38:57.784Z] + mkdir -p /w/workspace/_app-service-configurable_PR-261/archives/ [2021-05-21T05:38:57.784Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-261/archives/ [Pipeline] echo [2021-05-21T05:38:57.823Z] 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-261/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-21T05:38:58.131Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-21T05:38:58.736Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-21T05:38:58.736Z] [2021-05-21T05:38:58.736Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-21T05:38:59.096Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-21T05:38:59.096Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-21T05:38:59.096Z] df20fa9351a1: Pulling fs layer [2021-05-21T05:38:59.096Z] 36b3adc4ff6f: Pulling fs layer [2021-05-21T05:38:59.096Z] 8ad3a11d3b57: Pulling fs layer [2021-05-21T05:38:59.096Z] 46f8f816bc3b: Pulling fs layer [2021-05-21T05:38:59.096Z] 93b61091891f: Pulling fs layer [2021-05-21T05:38:59.096Z] 93b9cdb0e59b: Pulling fs layer [2021-05-21T05:38:59.096Z] 5e14af77c1be: Pulling fs layer [2021-05-21T05:38:59.096Z] 01666e4c0597: Pulling fs layer [2021-05-21T05:38:59.096Z] aa168da1d23b: Pulling fs layer [2021-05-21T05:38:59.096Z] 46f8f816bc3b: Waiting [2021-05-21T05:38:59.096Z] 93b61091891f: Waiting [2021-05-21T05:38:59.096Z] 93b9cdb0e59b: Waiting [2021-05-21T05:38:59.096Z] 5e14af77c1be: Waiting [2021-05-21T05:38:59.096Z] 01666e4c0597: Waiting [2021-05-21T05:38:59.096Z] aa168da1d23b: Waiting [2021-05-21T05:38:59.096Z] 36b3adc4ff6f: Verifying Checksum [2021-05-21T05:38:59.096Z] 36b3adc4ff6f: Download complete [2021-05-21T05:38:59.096Z] 46f8f816bc3b: Verifying Checksum [2021-05-21T05:38:59.096Z] 46f8f816bc3b: Download complete [2021-05-21T05:38:59.096Z] df20fa9351a1: Verifying Checksum [2021-05-21T05:38:59.096Z] df20fa9351a1: Download complete [2021-05-21T05:38:59.096Z] 93b9cdb0e59b: Verifying Checksum [2021-05-21T05:38:59.096Z] 93b9cdb0e59b: Download complete [2021-05-21T05:38:59.364Z] 5e14af77c1be: Verifying Checksum [2021-05-21T05:38:59.364Z] 5e14af77c1be: Download complete [2021-05-21T05:38:59.364Z] 01666e4c0597: Verifying Checksum [2021-05-21T05:38:59.364Z] 01666e4c0597: Download complete [2021-05-21T05:38:59.364Z] 93b61091891f: Verifying Checksum [2021-05-21T05:38:59.364Z] 93b61091891f: Download complete [2021-05-21T05:38:59.364Z] df20fa9351a1: Pull complete [2021-05-21T05:38:59.624Z] 36b3adc4ff6f: Pull complete [2021-05-21T05:38:59.624Z] 8ad3a11d3b57: Verifying Checksum [2021-05-21T05:38:59.624Z] 8ad3a11d3b57: Download complete [2021-05-21T05:39:00.206Z] 8ad3a11d3b57: Pull complete [2021-05-21T05:39:00.206Z] 46f8f816bc3b: Pull complete [2021-05-21T05:39:00.468Z] 93b61091891f: Pull complete [2021-05-21T05:39:00.468Z] 93b9cdb0e59b: Pull complete [2021-05-21T05:39:00.728Z] 5e14af77c1be: Pull complete [2021-05-21T05:39:00.728Z] 01666e4c0597: Pull complete [2021-05-21T05:39:01.309Z] aa168da1d23b: Verifying Checksum [2021-05-21T05:39:01.309Z] aa168da1d23b: Download complete [2021-05-21T05:39:05.541Z] aa168da1d23b: Pull complete [2021-05-21T05:39:05.541Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-21T05:39:05.541Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-21T05:39:05.541Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-21T05:39:05.672Z] prd-centos7-docker-4c-2g-15478 does not seem to be running inside a container [2021-05-21T05:39:05.709Z] $ 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-261/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-261 -v /w/workspace/_app-service-configurable_PR-261:/w/workspace/_app-service-configurable_PR-261:rw,z -v /w/workspace/_app-service-configurable_PR-261@tmp:/w/workspace/_app-service-configurable_PR-261@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-21T05:39:08.698Z] $ docker top 53395f705b71c91fbd239646db146d00503eb0df742e17fa46132732d4da8c95 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-21T05:39:09.126Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-21T05:39:09.443Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-21T05:39:09.766Z] + ls /var/log/sa-host [2021-05-21T05:39:09.766Z] + sadf -c /var/log/sa-host/sa05 [2021-05-21T05:39:09.766Z] file_magic: OK [2021-05-21T05:39:09.766Z] HZ: Using current value: 100 [2021-05-21T05:39:09.766Z] file_header: OK [2021-05-21T05:39:09.766Z] 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-21T05:39:09.766Z] Statistics: [2021-05-21T05:39:09.766Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-21T05:39:09.766Z] File successfully converted to sysstat format version 12.2.1 [2021-05-21T05:39:09.766Z] + sadf -c /var/log/sa-host/sa21 [2021-05-21T05:39:09.766Z] file_magic: OK [2021-05-21T05:39:09.766Z] HZ: Using current value: 100 [2021-05-21T05:39:09.766Z] file_header: OK [2021-05-21T05:39:09.766Z] 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-21T05:39:09.766Z] Statistics: [2021-05-21T05:39:09.766Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-21T05:39:09.766Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-21T05:39:10.493Z] provisioning config files... [2021-05-21T05:39:10.537Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-261@tmp/config661645442654281500tmp [Pipeline] { [Pipeline] echo [2021-05-21T05:39:10.604Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-21T05:39:10.940Z] ---> create-netrc.sh [Pipeline] } [2021-05-21T05:39:10.963Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-21T05:39:11.029Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-21T05:39:11.363Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-21T05:39:11.394Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-21T05:39:11.727Z] ---> sudo-logs.sh [2021-05-21T05:39:11.727Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-21T05:39:11.809Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-21T05:39:12.146Z] ---> job-cost.sh [2021-05-21T05:39:12.146Z] lf-activate-venv: SKIPPING [2021-05-21T05:39:12.146Z] DEBUG: total: 0.05999999865889549 [2021-05-21T05:39:12.146Z] INFO: Retrieving Stack Cost... [2021-05-21T05:39:13.087Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-05-21T05:39:13.347Z] INFO: Archiving Costs [Pipeline] echo [2021-05-21T05:39:13.380Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-21T05:39:13.716Z] ---> logs-deploy.sh [2021-05-21T05:39:13.716Z] lf-activate-venv: SKIPPING [2021-05-21T05:39:13.716Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-261/1 [2021-05-21T05:39:13.716Z] INFO: archiving workspace using pattern(s): [2021-05-21T05:39:14.660Z] Archives upload complete. [2021-05-21T05:39:14.660Z] INFO: archiving logs to Nexus [2021-05-21T05:39:15.232Z] ---> uname -a: [2021-05-21T05:39:15.232Z] Linux prd-centos7-docker-4c-2g-15478.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 Linux [2021-05-21T05:39:15.232Z] [2021-05-21T05:39:15.232Z] [2021-05-21T05:39:15.232Z] ---> lscpu: [2021-05-21T05:39:15.232Z] Architecture: x86_64 [2021-05-21T05:39:15.232Z] CPU op-mode(s): 32-bit, 64-bit [2021-05-21T05:39:15.232Z] Byte Order: Little Endian [2021-05-21T05:39:15.232Z] Address sizes: 40 bits physical, 48 bits virtual [2021-05-21T05:39:15.232Z] CPU(s): 2 [2021-05-21T05:39:15.232Z] On-line CPU(s) list: 0,1 [2021-05-21T05:39:15.232Z] Thread(s) per core: 1 [2021-05-21T05:39:15.232Z] Core(s) per socket: 1 [2021-05-21T05:39:15.232Z] Socket(s): 2 [2021-05-21T05:39:15.232Z] NUMA node(s): 1 [2021-05-21T05:39:15.232Z] Vendor ID: AuthenticAMD [2021-05-21T05:39:15.232Z] CPU family: 23 [2021-05-21T05:39:15.232Z] Model: 49 [2021-05-21T05:39:15.232Z] Model name: AMD EPYC-Rome Processor [2021-05-21T05:39:15.232Z] Stepping: 0 [2021-05-21T05:39:15.232Z] CPU MHz: 2800.000 [2021-05-21T05:39:15.232Z] BogoMIPS: 5600.00 [2021-05-21T05:39:15.232Z] Virtualization: AMD-V [2021-05-21T05:39:15.232Z] Hypervisor vendor: KVM [2021-05-21T05:39:15.232Z] Virtualization type: full [2021-05-21T05:39:15.232Z] L1d cache: 64 KiB [2021-05-21T05:39:15.232Z] L1i cache: 64 KiB [2021-05-21T05:39:15.232Z] L2 cache: 1 MiB [2021-05-21T05:39:15.232Z] L3 cache: 32 MiB [2021-05-21T05:39:15.233Z] NUMA node0 CPU(s): 0,1 [2021-05-21T05:39:15.233Z] Vulnerability Itlb multihit: Not affected [2021-05-21T05:39:15.233Z] Vulnerability L1tf: Not affected [2021-05-21T05:39:15.233Z] Vulnerability Mds: Not affected [2021-05-21T05:39:15.233Z] Vulnerability Meltdown: Not affected [2021-05-21T05:39:15.233Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-05-21T05:39:15.233Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-05-21T05:39:15.233Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-05-21T05:39:15.233Z] Vulnerability Srbds: Not affected [2021-05-21T05:39:15.233Z] Vulnerability Tsx async abort: Not affected [2021-05-21T05:39:15.233Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 arat npt nrip_save umip spec_ctrl intel_stibp [2021-05-21T05:39:15.233Z] [2021-05-21T05:39:15.233Z] [2021-05-21T05:39:15.233Z] ---> nproc: [2021-05-21T05:39:15.233Z] 2 [2021-05-21T05:39:15.233Z] [2021-05-21T05:39:15.233Z] [2021-05-21T05:39:15.233Z] ---> df -h: [2021-05-21T05:39:15.233Z] Filesystem Size Used Available Use% Mounted on [2021-05-21T05:39:15.233Z] overlay 40.0G 7.6G 32.4G 19% / [2021-05-21T05:39:15.233Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-05-21T05:39:15.233Z] tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup [2021-05-21T05:39:15.233Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-05-21T05:39:15.233Z] /dev/vda1 40.0G 7.6G 32.4G 19% /facter-os [2021-05-21T05:39:15.233Z] /dev/vda1 40.0G 7.6G 32.4G 19% /etc/resolv.conf [2021-05-21T05:39:15.233Z] /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hostname [2021-05-21T05:39:15.233Z] /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hosts [2021-05-21T05:39:15.233Z] /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/sa-host [2021-05-21T05:39:15.233Z] /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/secure [2021-05-21T05:39:15.233Z] /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/auth.log [2021-05-21T05:39:15.233Z] /dev/vda1 40.0G 7.6G 32.4G 19% /run/cloud-init/result.json [2021-05-21T05:39:15.233Z] /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/_app-service-configurable_PR-261 [2021-05-21T05:39:15.233Z] /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/_app-service-configurable_PR-261@tmp [2021-05-21T05:39:15.233Z] [2021-05-21T05:39:15.233Z] [2021-05-21T05:39:15.233Z] ---> free -m: [2021-05-21T05:39:15.233Z] total used free shared buff/cache available [2021-05-21T05:39:15.233Z] Mem: 7821 972 4755 0 2094 6671 [2021-05-21T05:39:15.233Z] Swap: 1023 0 1023 [2021-05-21T05:39:15.233Z] [2021-05-21T05:39:15.233Z] [2021-05-21T05:39:15.233Z] ---> ip addr: [2021-05-21T05:39:15.233Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-05-21T05:39:15.233Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-05-21T05:39:15.233Z] inet 127.0.0.1/8 scope host lo [2021-05-21T05:39:15.233Z] valid_lft forever preferred_lft forever [2021-05-21T05:39:15.233Z] inet6 ::1/128 scope host [2021-05-21T05:39:15.233Z] valid_lft forever preferred_lft forever [2021-05-21T05:39:15.233Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-05-21T05:39:15.233Z] link/ether fa:16:3e:8f:33:0e brd ff:ff:ff:ff:ff:ff [2021-05-21T05:39:15.233Z] inet 10.30.122.206/23 brd 10.30.123.255 scope global dynamic eth0 [2021-05-21T05:39:15.233Z] valid_lft 85712sec preferred_lft 85712sec [2021-05-21T05:39:15.233Z] inet6 fe80::f816:3eff:fe8f:330e/64 scope link [2021-05-21T05:39:15.233Z] valid_lft forever preferred_lft forever [2021-05-21T05:39:15.233Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-05-21T05:39:15.233Z] link/ether 02:42:3e:80:94:5b brd ff:ff:ff:ff:ff:ff [2021-05-21T05:39:15.233Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-05-21T05:39:15.233Z] valid_lft forever preferred_lft forever [2021-05-21T05:39:15.233Z] inet6 fe80::42:3eff:fe80:945b/64 scope link [2021-05-21T05:39:15.233Z] valid_lft forever preferred_lft forever [2021-05-21T05:39:15.233Z] [2021-05-21T05:39:15.233Z] [2021-05-21T05:39:15.233Z] ---> sar -b -r -n DEV: [2021-05-21T05:39:15.233Z] Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 05/21/21 _x86_64_ (2 CPU) [2021-05-21T05:39:15.233Z] [2021-05-21T05:39:15.233Z] 05:27:36 LINUX RESTART (2 CPU) [2021-05-21T05:39:15.233Z] [2021-05-21T05:39:15.233Z] 05:28:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-05-21T05:39:15.233Z] 05:29:01 104.23 14.83 89.40 0.00 4848.89 4569.09 0.00 [2021-05-21T05:39:15.233Z] 05:30:01 1.92 0.00 1.92 0.00 0.00 39.06 0.00 [2021-05-21T05:39:15.233Z] 05:31:01 0.23 0.00 0.23 0.00 0.00 3.31 0.00 [2021-05-21T05:39:15.233Z] 05:32:01 0.20 0.00 0.20 0.00 0.00 2.70 0.00 [2021-05-21T05:39:15.233Z] 05:33:01 0.18 0.00 0.18 0.00 0.00 2.43 0.00 [2021-05-21T05:39:15.233Z] 05:34:01 0.40 0.00 0.40 0.00 0.00 6.26 0.00 [2021-05-21T05:39:15.233Z] 05:35:01 0.20 0.00 0.20 0.00 0.00 2.73 0.00 [2021-05-21T05:39:15.233Z] 05:36:01 0.30 0.00 0.30 0.00 0.00 3.77 0.00 [2021-05-21T05:39:15.233Z] 05:37:01 0.25 0.00 0.25 0.00 0.00 2.57 0.00 [2021-05-21T05:39:15.233Z] 05:38:01 0.15 0.00 0.15 0.00 0.00 1.62 0.00 [2021-05-21T05:39:15.233Z] 05:39:01 3.35 0.13 3.21 0.00 13.72 71.25 0.00 [2021-05-21T05:39:15.233Z] Average: 9.99 1.34 8.65 0.00 435.61 421.65 0.00 [2021-05-21T05:39:15.233Z] [2021-05-21T05:39:15.233Z] 05:28:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-05-21T05:39:15.233Z] 05:29:01 5464604 0 804952 10.05 2620 1736756 1294824 14.30 571064 1573916 136 [2021-05-21T05:39:15.233Z] 05:30:01 5476220 0 793328 9.91 2620 1736764 1206772 13.32 561748 1573884 16 [2021-05-21T05:39:15.233Z] 05:31:01 5473776 0 795772 9.94 2620 1736764 1207156 13.33 566136 1571600 12 [2021-05-21T05:39:15.233Z] 05:32:01 5474208 0 795336 9.93 2620 1736768 1206964 13.33 566276 1571600 20 [2021-05-21T05:39:15.233Z] 05:33:01 5475872 0 793664 9.91 2620 1736776 1206772 13.32 563032 1573568 8 [2021-05-21T05:39:15.233Z] 05:34:01 5474464 0 795072 9.93 2620 1736776 1206904 13.32 563780 1573568 8 [2021-05-21T05:39:15.233Z] 05:35:01 5474432 0 795096 9.93 2620 1736784 1206928 13.33 563752 1573760 20 [2021-05-21T05:39:15.233Z] 05:36:01 5473372 0 796152 9.94 2620 1736788 1206772 13.32 564968 1573760 12 [2021-05-21T05:39:15.233Z] 05:37:01 5463904 0 805616 10.06 2620 1736792 1206772 13.32 574184 1573760 8 [2021-05-21T05:39:15.233Z] 05:38:01 5464036 0 805480 10.06 2620 1736796 1206772 13.32 576204 1571840 8 [2021-05-21T05:39:15.233Z] 05:39:01 5159464 0 913980 11.41 2620 1932868 1606452 17.74 821044 1611448 195472 [2021-05-21T05:39:15.233Z] Average: 5443123 0 808586 10.10 2620 1754603 1251190 13.81 590199 1576609 17793 [2021-05-21T05:39:15.233Z] [2021-05-21T05:39:15.233Z] 05:28:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-05-21T05:39:15.233Z] 05:29:01 eth0 624.19 436.70 1085.47 89.76 0.00 0.00 0.00 0.00 [2021-05-21T05:39:15.233Z] 05:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-21T05:39:15.233Z] 05:29:01 docker0 2.54 1.91 0.64 5.94 0.00 0.00 0.00 0.00 [2021-05-21T05:39:15.233Z] 05:30:01 eth0 0.77 0.08 0.07 0.04 0.00 0.00 0.00 0.00 [2021-05-21T05:39:15.233Z] 05:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-21T05:39:15.233Z] 05:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-21T05:39:15.233Z] 05:31:01 eth0 3.90 1.98 3.30 0.28 0.00 0.00 0.00 0.00 [2021-05-21T05:39:15.233Z] 05:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-21T05:39:15.233Z] 05:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-21T05:39:15.233Z] 05:32:01 eth0 0.78 0.32 0.30 0.23 0.00 0.00 0.00 0.00 [2021-05-21T05:39:15.233Z] 05:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-21T05:39:15.233Z] 05:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-21T05:39:15.233Z] 05:33:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-21T05:39:15.233Z] 05:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-21T05:39:15.233Z] 05:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-21T05:39:15.233Z] 05:34:01 eth0 0.53 0.23 0.17 0.07 0.00 0.00 0.00 0.00 [2021-05-21T05:39:15.233Z] 05:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-21T05:39:15.233Z] 05:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-21T05:39:15.233Z] 05:35:01 eth0 0.73 0.30 0.30 0.20 0.00 0.00 0.00 0.00 [2021-05-21T05:39:15.233Z] 05:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-21T05:39:15.233Z] 05:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-21T05:39:15.233Z] 05:36:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-21T05:39:15.233Z] 05:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-21T05:39:15.233Z] 05:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-21T05:39:15.233Z] 05:37:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-21T05:39:15.233Z] 05:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-21T05:39:15.233Z] 05:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-21T05:39:15.233Z] 05:38:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-21T05:39:15.233Z] 05:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-21T05:39:15.233Z] 05:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-21T05:39:15.233Z] 05:39:01 eth0 197.85 177.51 2166.48 16.57 0.00 0.00 0.00 0.00 [2021-05-21T05:39:15.233Z] 05:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-21T05:39:15.233Z] 05:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-21T05:39:15.233Z] Average: eth0 74.59 55.59 295.00 9.63 0.00 0.00 0.00 0.00 [2021-05-21T05:39:15.233Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-21T05:39:15.233Z] Average: docker0 0.23 0.17 0.06 0.53 0.00 0.00 0.00 0.00 [2021-05-21T05:39:15.233Z] [2021-05-21T05:39:15.233Z] [2021-05-21T05:39:15.233Z] ---> sar -P ALL: [2021-05-21T05:39:15.233Z] Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 05/21/21 _x86_64_ (2 CPU) [2021-05-21T05:39:15.233Z] [2021-05-21T05:39:15.233Z] 05:27:36 LINUX RESTART (2 CPU) [2021-05-21T05:39:15.233Z] [2021-05-21T05:39:15.233Z] 05:28:02 CPU %user %nice %system %iowait %steal %idle [2021-05-21T05:39:15.233Z] 05:29:01 all 14.75 0.00 3.25 2.78 0.07 79.15 [2021-05-21T05:39:15.233Z] 05:29:01 0 14.72 0.00 3.84 2.90 0.07 78.47 [2021-05-21T05:39:15.233Z] 05:29:01 1 14.78 0.00 2.65 2.67 0.07 79.83 [2021-05-21T05:39:15.233Z] 05:30:01 all 0.12 0.00 0.03 0.00 0.04 99.81 [2021-05-21T05:39:15.233Z] 05:30:01 0 0.20 0.00 0.05 0.00 0.05 99.70 [2021-05-21T05:39:15.233Z] 05:30:01 1 0.03 0.00 0.02 0.00 0.03 99.92 [2021-05-21T05:39:15.233Z] 05:31:01 all 0.16 0.00 0.09 0.00 0.03 99.72 [2021-05-21T05:39:15.233Z] 05:31:01 0 0.22 0.00 0.07 0.00 0.02 99.70 [2021-05-21T05:39:15.233Z] 05:31:01 1 0.10 0.00 0.12 0.00 0.05 99.73 [2021-05-21T05:39:15.233Z] 05:32:01 all 0.13 0.00 0.03 0.00 0.03 99.81 [2021-05-21T05:39:15.233Z] 05:32:01 0 0.20 0.00 0.03 0.00 0.02 99.75 [2021-05-21T05:39:15.233Z] 05:32:01 1 0.07 0.00 0.03 0.00 0.03 99.87 [2021-05-21T05:39:15.233Z] 05:33:01 all 0.09 0.00 0.03 0.00 0.04 99.83 [2021-05-21T05:39:15.233Z] 05:33:01 0 0.12 0.00 0.03 0.00 0.03 99.82 [2021-05-21T05:39:15.233Z] 05:33:01 1 0.07 0.00 0.03 0.00 0.05 99.85 [2021-05-21T05:39:15.233Z] 05:34:01 all 0.13 0.00 0.03 0.00 0.03 99.82 [2021-05-21T05:39:15.233Z] 05:34:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2021-05-21T05:39:15.233Z] 05:34:01 1 0.22 0.00 0.05 0.00 0.03 99.70 [2021-05-21T05:39:15.233Z] 05:35:01 all 0.09 0.00 0.04 0.00 0.03 99.83 [2021-05-21T05:39:15.233Z] 05:35:01 0 0.05 0.00 0.05 0.00 0.05 99.85 [2021-05-21T05:39:15.233Z] 05:35:01 1 0.13 0.00 0.03 0.00 0.02 99.82 [2021-05-21T05:39:15.233Z] 05:36:01 all 0.07 0.00 0.03 0.00 0.03 99.87 [2021-05-21T05:39:15.233Z] 05:36:01 0 0.03 0.00 0.05 0.00 0.03 99.88 [2021-05-21T05:39:15.233Z] 05:36:01 1 0.10 0.00 0.02 0.00 0.02 99.87 [2021-05-21T05:39:15.233Z] 05:37:01 all 0.06 0.00 0.03 0.00 0.03 99.87 [2021-05-21T05:39:15.233Z] 05:37:01 0 0.05 0.00 0.05 0.00 0.05 99.85 [2021-05-21T05:39:15.233Z] 05:37:01 1 0.07 0.00 0.02 0.00 0.02 99.90 [2021-05-21T05:39:15.233Z] 05:38:01 all 0.04 0.00 0.04 0.00 0.03 99.89 [2021-05-21T05:39:15.233Z] 05:38:01 0 0.05 0.00 0.05 0.00 0.02 99.88 [2021-05-21T05:39:15.233Z] 05:38:01 1 0.03 0.00 0.03 0.00 0.03 99.90 [2021-05-21T05:39:15.233Z] 05:39:01 all 3.26 0.00 1.14 0.05 0.04 95.51 [2021-05-21T05:39:15.233Z] 05:39:01 0 3.56 0.00 1.23 0.08 0.03 95.10 [2021-05-21T05:39:15.233Z] 05:39:01 1 2.97 0.00 1.04 0.02 0.05 95.92 [2021-05-21T05:39:15.233Z] [2021-05-21T05:39:15.233Z] Average: CPU %user %nice %system %iowait %steal %idle [2021-05-21T05:39:15.233Z] Average: all 1.67 0.00 0.42 0.25 0.04 97.63 [2021-05-21T05:39:15.233Z] Average: 0 1.70 0.00 0.48 0.26 0.04 97.52 [2021-05-21T05:39:15.233Z] Average: 1 1.64 0.00 0.36 0.23 0.04 97.73 [2021-05-21T05:39:15.233Z] [2021-05-21T05:39:15.233Z] [2021-05-21T05:39:15.233Z]