Pull request #159 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/app-service-configurable Obtained Jenkinsfile from 2036f71e18df656431b4bf44ad65842c2b1c89fd+618621af6c647468a921ec216f023524fe0aadad (93887ed0c653d2fcbcd919a231b486b7b5c13ca4) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-18968 in /w/workspace/_app-service-configurable_PR-159 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_PR-159 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/159/head:refs/remotes/origin/PR-159 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 618621af6c647468a921ec216f023524fe0aadad into PR head commit 2036f71e18df656431b4bf44ad65842c2b1c89fd Merge succeeded, producing 2036f71e18df656431b4bf44ad65842c2b1c89fd Checking out Revision 2036f71e18df656431b4bf44ad65842c2b1c89fd (PR-159) > git config core.sparsecheckout # timeout=10 > git checkout -f 2036f71e18df656431b4bf44ad65842c2b1c89fd # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 618621af6c647468a921ec216f023524fe0aadad # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2036f71e18df656431b4bf44ad65842c2b1c89fd # timeout=10 Commit message: "feat: Remove MarkAsPushed feature" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:28:27 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:28:27 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:28:27 ========================================================= 23:28:27 EdgeX Global Pipelines Version Info 23:28:27 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 3bcc2b24b3540096107018cb38db3c29fb5c4e4a # timeout=10 23:28:29 ------------------- 23:28:29 stable info: 23:28:29 ------------------- 23:28:29 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:28:29 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 23:28:29 Message: update stable to v1.0.173 23:28:30 ------------------- 23:28:30 experimental info: 23:28:30 ------------------- 23:28:30 Commited By: **** collab-it+edgex@linuxfoundation.org 23:28:30 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 23:28:30 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:28:30 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 23:28:30 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 23:28:30 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:28:30 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:28:31 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:28:31 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:28:31 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:28:31 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:28:31 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:28:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:28:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:28:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 23:28:31 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:28:31 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:28:32 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:28:32 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:28:32 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:28:32 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:28:32 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:28:32 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 23:28:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 23:28:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 23:28:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:28:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:28:33 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 23:28:33 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 23:28:33 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 23:28:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-159 [Pipeline] echo 23:28:33 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-159 [Pipeline] echo 23:28:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-159 [Pipeline] echo 23:28:33 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2036f71e18df656431b4bf44ad65842c2b1c89fd [Pipeline] echo 23:28:33 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2036f71 [Pipeline] echo 23:28:33 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:28:34 provisioning config files... 23:28:34 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-159@tmp/config8544810842790464383tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:28:34 ---> docker-login.sh 23:28:34 nexus3.edgexfoundry.org:10001 23:28:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:34 Configure a credential helper to remove this warning. See 23:28:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:34 23:28:34 Login Succeeded 23:28:34 nexus3.edgexfoundry.org:10002 23:28:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:35 Configure a credential helper to remove this warning. See 23:28:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:35 23:28:35 Login Succeeded 23:28:35 nexus3.edgexfoundry.org:10003 23:28:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:35 Configure a credential helper to remove this warning. See 23:28:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:35 23:28:35 Login Succeeded 23:28:35 nexus3.edgexfoundry.org:10004 23:28:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:35 Configure a credential helper to remove this warning. See 23:28:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:35 23:28:35 Login Succeeded 23:28:35 docker.io 23:28:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:36 Configure a credential helper to remove this warning. See 23:28:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:36 23:28:36 Login Succeeded 23:28:36 ---> docker-login.sh ends [Pipeline] } 23:28:36 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:28:36 + git log --format=format:%s -1 2036f71e18df656431b4bf44ad65842c2b1c89fd [Pipeline] echo 23:28:36 GIT_COMMIT: 2036f71e18df656431b4bf44ad65842c2b1c89fd, Commit Message: feat: Remove MarkAsPushed feature [Pipeline] echo 23:28:37 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:28:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:28:37 23:28:37 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:28:38 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:28:38 latest: Pulling from edgex-devops/git-semver 23:28:38 31603596830f: Pulling fs layer 23:28:38 2a8b12db71e7: Pulling fs layer 23:28:38 6ca5941a6612: Pulling fs layer 23:28:38 ecc8261a40a4: Pulling fs layer 23:28:38 ecc8261a40a4: Waiting 23:28:38 2a8b12db71e7: Verifying Checksum 23:28:38 2a8b12db71e7: Download complete 23:28:38 31603596830f: Verifying Checksum 23:28:38 31603596830f: Download complete 23:28:38 6ca5941a6612: Verifying Checksum 23:28:38 6ca5941a6612: Download complete 23:28:38 ecc8261a40a4: Verifying Checksum 23:28:38 ecc8261a40a4: Download complete 23:28:38 31603596830f: Pull complete 23:28:38 2a8b12db71e7: Pull complete 23:28:39 6ca5941a6612: Pull complete 23:28:39 ecc8261a40a4: Pull complete 23:28:39 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:28:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:28:39 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:28:40 prd-centos7-docker-4c-2g-18968 does not seem to be running inside a container 23:28:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-159 -v /w/workspace/_app-service-configurable_PR-159:/w/workspace/_app-service-configurable_PR-159:rw,z -v /w/workspace/_app-service-configurable_PR-159@tmp:/w/workspace/_app-service-configurable_PR-159@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:10004/edgex-devops/git-semver:latest cat 23:28:42 $ docker top 08eeab17d05422ee64acbeddaea67460a41e3e036d0c5e67a3f113ede35af9aa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:28:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:28:42 [ssh-agent] Looking for ssh-agent implementation... 23:28:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:28:42 $ docker exec 08eeab17d05422ee64acbeddaea67460a41e3e036d0c5e67a3f113ede35af9aa ssh-agent 23:28:42 SSH_AUTH_SOCK=/tmp/ssh-ao3DD4Df7g9Y/agent.11 23:28:42 SSH_AGENT_PID=16 23:28:42 Running ssh-add (command line suppressed) 23:28:42 Identity added: /w/workspace/_app-service-configurable_PR-159@tmp/private_key_3401379846375704764.key (/w/workspace/_app-service-configurable_PR-159@tmp/private_key_3401379846375704764.key) 23:28:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:28:43 + git tag --points-at HEAD [Pipeline] } 23:28:43 $ docker exec --env ******** --env ******** 08eeab17d05422ee64acbeddaea67460a41e3e036d0c5e67a3f113ede35af9aa ssh-agent -k 23:28:43 unset SSH_AUTH_SOCK; 23:28:43 unset SSH_AGENT_PID; 23:28:43 echo Agent pid 16 killed; 23:28:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:28:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:28:43 [ssh-agent] Looking for ssh-agent implementation... 23:28:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:28:43 $ docker exec 08eeab17d05422ee64acbeddaea67460a41e3e036d0c5e67a3f113ede35af9aa ssh-agent 23:28:44 SSH_AUTH_SOCK=/tmp/ssh-ygQijxo5Q9jE/agent.45 23:28:44 SSH_AGENT_PID=50 23:28:44 Running ssh-add (command line suppressed) 23:28:44 Identity added: /w/workspace/_app-service-configurable_PR-159@tmp/private_key_5424184409713636207.key (/w/workspace/_app-service-configurable_PR-159@tmp/private_key_5424184409713636207.key) 23:28:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:28:44 + git semver init 23:28:44 # -> Open(): unable to determine branch for HEAD 23:28:44 # $GIT_DIR = /w/workspace/_app-service-configurable_PR-159/.git 23:28:44 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_PR-159 23:28:44 # $SEMVER_REMOTE_NAME = origin 23:28:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:28:44 # $SEMVER_USER_NAME = edgex-jenkins 23:28:44 # $SEMVER_BRANCH = PR-159 23:28:44 # $SEMVER_TEMP = /tmp/semver-843952233 23:28:44 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 23:28:45 # '/tmp/semver-843952233' -> '/w/workspace/_app-service-configurable_PR-159/.semver' 23:28:45 # -> Force: false 23:28:45 # $SEMVER_DIR = /w/workspace/_app-service-configurable_PR-159/.semver [Pipeline] } 23:28:45 $ docker exec --env ******** --env ******** 08eeab17d05422ee64acbeddaea67460a41e3e036d0c5e67a3f113ede35af9aa ssh-agent -k 23:28:45 unset SSH_AUTH_SOCK; 23:28:45 unset SSH_AGENT_PID; 23:28:45 echo Agent pid 50 killed; 23:28:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:28:45 + git semver [Pipeline] } 23:28:45 $ docker stop --time=1 08eeab17d05422ee64acbeddaea67460a41e3e036d0c5e67a3f113ede35af9aa 23:28:47 $ docker rm -f 08eeab17d05422ee64acbeddaea67460a41e3e036d0c5e67a3f113ede35af9aa [Pipeline] // withDockerContainer [Pipeline] sh 23:28:47 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:28:48 Stashed 1 file(s) [Pipeline] echo 23:28:48 [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 23:29:04 Still waiting to schedule task 23:29:04 ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-18966’ is offline; ‘prd-centos7-docker-4c-2g-18970’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18969’ doesn’t have label ‘centos7-docker-4c-2g’ 23:29:04 Still waiting to schedule task 23:29:04 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 23:31:53 Running on prd-ubuntu18.04-docker-arm64-4c-16g-18971 in /w/workspace/_app-service-configurable_PR-159 [Pipeline] { [Pipeline] ws 23:31:53 Running in /w/workspace/app-service-configurable/5 [Pipeline] { [Pipeline] checkout 23:31:59 using credential edgex-jenkins-ssh 23:31:59 Cloning the remote Git repository 23:31:59 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 23:31:59 > git init /w/workspace/app-service-configurable/5 # timeout=10 23:31:59 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 23:31:59 > git --version # timeout=10 23:31:59 > git --version # 'git version 2.17.1' 23:31:59 using GIT_SSH to set credentials SSH Credentials for GitHub 23:31:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:32:01 Merging remotes/origin/master commit 618621af6c647468a921ec216f023524fe0aadad into PR head commit 2036f71e18df656431b4bf44ad65842c2b1c89fd 23:32:00 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 23:32:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:32:00 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 23:32:00 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 23:32:00 using GIT_SSH to set credentials SSH Credentials for GitHub 23:32:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/159/head:refs/remotes/origin/PR-159 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:32:01 > git config core.sparsecheckout # timeout=10 23:32:01 > git checkout -f 2036f71e18df656431b4bf44ad65842c2b1c89fd # timeout=10 23:32:01 Merge succeeded, producing 2036f71e18df656431b4bf44ad65842c2b1c89fd 23:32:01 Checking out Revision 2036f71e18df656431b4bf44ad65842c2b1c89fd (PR-159) 23:32:01 > git remote # timeout=10 23:32:01 > git config --get remote.origin.url # timeout=10 23:32:01 using GIT_SSH to set credentials SSH Credentials for GitHub 23:32:01 > git merge 618621af6c647468a921ec216f023524fe0aadad # timeout=10 23:32:01 > git rev-parse HEAD^{commit} # timeout=10 23:32:01 > git config core.sparsecheckout # timeout=10 23:32:01 > git checkout -f 2036f71e18df656431b4bf44ad65842c2b1c89fd # timeout=10 23:32:06 Commit message: "feat: Remove MarkAsPushed feature" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:32:07 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:32:08 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:32:08 + sudo service docker restart 23:32:08 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:32:11 provisioning config files... 23:32:11 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/5@tmp/config6955205404067315081tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:32:11 ---> docker-login.sh 23:32:11 nexus3.edgexfoundry.org:10001 23:32:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:32:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:32:12 Configure a credential helper to remove this warning. See 23:32:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:32:12 23:32:12 Login Succeeded 23:32:12 nexus3.edgexfoundry.org:10002 23:32:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:32:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:32:13 Configure a credential helper to remove this warning. See 23:32:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:32:13 23:32:13 Login Succeeded 23:32:13 nexus3.edgexfoundry.org:10003 23:32:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:32:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:32:14 Configure a credential helper to remove this warning. See 23:32:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:32:14 23:32:14 Login Succeeded 23:32:14 nexus3.edgexfoundry.org:10004 23:32:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:32:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:32:14 Configure a credential helper to remove this warning. See 23:32:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:32:14 23:32:14 Login Succeeded 23:32:14 docker.io 23:32:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:32:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:32:15 Configure a credential helper to remove this warning. See 23:32:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:32:15 23:32:15 Login Succeeded 23:32:15 ---> docker-login.sh ends [Pipeline] } 23:32:15 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:32:15 ========================================================= 23:32:15 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:32:15 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:32:16 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 23:32:16 Sending build context to Docker daemon 96.26kB 23:32:16 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 23:32:16 Step 2/8 : FROM ${BASE} 23:32:16 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:32:16 5f621e34cdf4: Pulling fs layer 23:32:16 a4357932f1b6: Pulling fs layer 23:32:16 18c013af1878: Pulling fs layer 23:32:16 00ac8860ef70: Pulling fs layer 23:32:16 63d7cb157983: Pulling fs layer 23:32:16 b116817d02f9: Pulling fs layer 23:32:16 745a02a5169b: Pulling fs layer 23:32:16 00ac8860ef70: Waiting 23:32:16 63d7cb157983: Waiting 23:32:16 b116817d02f9: Waiting 23:32:16 745a02a5169b: Waiting 23:32:16 18c013af1878: Download complete 23:32:16 a4357932f1b6: Verifying Checksum 23:32:16 a4357932f1b6: Download complete 23:32:17 63d7cb157983: Verifying Checksum 23:32:17 63d7cb157983: Download complete 23:32:17 b116817d02f9: Verifying Checksum 23:32:17 b116817d02f9: Download complete 23:32:17 5f621e34cdf4: Verifying Checksum 23:32:17 5f621e34cdf4: Download complete 23:32:17 5f621e34cdf4: Pull complete 23:32:18 a4357932f1b6: Pull complete 23:32:18 18c013af1878: Pull complete 23:32:19 745a02a5169b: Verifying Checksum 23:32:19 745a02a5169b: Download complete 23:32:20 00ac8860ef70: Verifying Checksum 23:32:20 00ac8860ef70: Download complete 23:32:30 00ac8860ef70: Pull complete 23:32:30 63d7cb157983: Pull complete 23:32:31 b116817d02f9: Pull complete 23:32:35 745a02a5169b: Pull complete 23:32:35 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 23:32:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:32:35 ---> b7e6874047d6 23:32:35 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:32:37 ---> Running in affc93721a78 23:32:37 Removing intermediate container affc93721a78 23:32:37 ---> 89074011db68 23:32:37 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:32:38 ---> Running in f4a05859387e 23:32:39 Removing intermediate container f4a05859387e 23:32:39 ---> abe6179b1774 23:32:39 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 23:32:40 ---> Running in d164173e9bc3 23:32:41 Running on prd-centos7-docker-4c-2g-18972 in /w/workspace/_app-service-configurable_PR-159 [Pipeline] { [Pipeline] ws 23:32:41 Running in /w/workspace/app-service-configurable/5 [Pipeline] { 23:32:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] checkout 23:32:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:32:42 (1/6) Installing libc-dev (0.7.2-r3) 23:32:42 (2/6) Installing libsodium (1.0.18-r0) 23:32:42 (3/6) Installing pkgconf (1.7.2-r0) 23:32:42 (4/6) Installing libsodium-dev (1.0.18-r0) 23:32:43 (5/6) Installing libzmq (4.3.3-r0) 23:32:43 (6/6) Installing zeromq-dev (4.3.3-r0) 23:32:43 Executing busybox-1.31.1-r19.trigger 23:32:43 OK: 144 MiB in 45 packages 23:32:43 using credential edgex-jenkins-ssh 23:32:43 Cloning the remote Git repository 23:32:43 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 23:32:44 Removing intermediate container d164173e9bc3 23:32:44 ---> f58aba458e55 23:32:44 Step 6/8 : WORKDIR /app 23:32:44 ---> Running in 28b35bbb47bc 23:32:44 Removing intermediate container 28b35bbb47bc 23:32:44 ---> 78cc925040f4 23:32:44 Step 7/8 : COPY . . 23:32:44 Merging remotes/origin/master commit 618621af6c647468a921ec216f023524fe0aadad into PR head commit 2036f71e18df656431b4bf44ad65842c2b1c89fd 23:32:43 > git init /w/workspace/app-service-configurable/5 # timeout=10 23:32:44 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 23:32:44 > git --version # timeout=10 23:32:44 > git --version # 'git version 2.24.3' 23:32:44 using GIT_SSH to set credentials SSH Credentials for GitHub 23:32:44 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:32:44 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 23:32:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:32:44 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 23:32:44 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 23:32:44 using GIT_SSH to set credentials SSH Credentials for GitHub 23:32:44 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/159/head:refs/remotes/origin/PR-159 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:32:45 > git config core.sparsecheckout # timeout=10 23:32:45 > git checkout -f 2036f71e18df656431b4bf44ad65842c2b1c89fd # timeout=10 23:32:45 > git remote # timeout=10 23:32:45 > git config --get remote.origin.url # timeout=10 23:32:45 using GIT_SSH to set credentials SSH Credentials for GitHub 23:32:45 > git merge 618621af6c647468a921ec216f023524fe0aadad # timeout=10 23:32:45 Merge succeeded, producing 2036f71e18df656431b4bf44ad65842c2b1c89fd 23:32:45 Checking out Revision 2036f71e18df656431b4bf44ad65842c2b1c89fd (PR-159) 23:32:45 ---> db0f36909507 23:32:45 Step 8/8 : RUN go mod download 23:32:45 ---> Running in 0661a55f92e8 23:32:45 > git rev-parse HEAD^{commit} # timeout=10 23:32:45 > git config core.sparsecheckout # timeout=10 23:32:45 > git checkout -f 2036f71e18df656431b4bf44ad65842c2b1c89fd # timeout=10 23:32:48 Commit message: "feat: Remove MarkAsPushed feature" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:32:50 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 23:32:50 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:32:50 + sudo service docker restart 23:32:50 + true 23:32:50 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:32:52 provisioning config files... 23:32:52 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/5@tmp/config1858553981292293410tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:32:52 ---> docker-login.sh 23:32:52 nexus3.edgexfoundry.org:10001 23:32:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:32:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:32:52 Configure a credential helper to remove this warning. See 23:32:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:32:52 23:32:52 Login Succeeded 23:32:52 nexus3.edgexfoundry.org:10002 23:32:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:32:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:32:53 Configure a credential helper to remove this warning. See 23:32:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:32:53 23:32:53 Login Succeeded 23:32:53 nexus3.edgexfoundry.org:10003 23:32:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:32:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:32:53 Configure a credential helper to remove this warning. See 23:32:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:32:53 23:32:53 Login Succeeded 23:32:53 nexus3.edgexfoundry.org:10004 23:32:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:32:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:32:53 Configure a credential helper to remove this warning. See 23:32:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:32:53 23:32:53 Login Succeeded 23:32:53 docker.io 23:32:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:32:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:32:53 Configure a credential helper to remove this warning. See 23:32:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:32:53 23:32:53 Login Succeeded 23:32:53 ---> docker-login.sh ends [Pipeline] } 23:32:53 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:32:54 ========================================================= 23:32:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:32:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:32:54 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 23:32:54 Sending build context to Docker daemon 96.26kB 23:32:54 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 23:32:54 Step 2/8 : FROM ${BASE} 23:32:54 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:32:54 188c0c94c7c5: Pulling fs layer 23:32:54 0ef7d3d256c8: Pulling fs layer 23:32:54 de9db76c5a1d: Pulling fs layer 23:32:54 bca2f99d35d6: Pulling fs layer 23:32:54 93359f2a8cfa: Pulling fs layer 23:32:54 7c6f9722023f: Pulling fs layer 23:32:54 a35cf1a2eb13: Pulling fs layer 23:32:54 bca2f99d35d6: Waiting 23:32:54 93359f2a8cfa: Waiting 23:32:54 7c6f9722023f: Waiting 23:32:54 a35cf1a2eb13: Waiting 23:32:54 de9db76c5a1d: Download complete 23:32:54 0ef7d3d256c8: Verifying Checksum 23:32:54 0ef7d3d256c8: Download complete 23:32:54 93359f2a8cfa: Verifying Checksum 23:32:54 93359f2a8cfa: Download complete 23:32:54 188c0c94c7c5: Verifying Checksum 23:32:54 188c0c94c7c5: Download complete 23:32:54 7c6f9722023f: Verifying Checksum 23:32:54 7c6f9722023f: Download complete 23:32:55 188c0c94c7c5: Pull complete 23:32:55 0ef7d3d256c8: Pull complete 23:32:55 de9db76c5a1d: Pull complete 23:32:56 a35cf1a2eb13: Verifying Checksum 23:32:56 a35cf1a2eb13: Download complete 23:32:57 bca2f99d35d6: Verifying Checksum 23:32:57 bca2f99d35d6: Download complete 23:33:02 bca2f99d35d6: Pull complete 23:33:02 93359f2a8cfa: Pull complete 23:33:02 7c6f9722023f: Pull complete 23:33:12 a35cf1a2eb13: Pull complete 23:33:12 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 23:33:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:33:12 ---> a62c8e92a672 23:33:12 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:33:12 ---> Running in f06653ad440b 23:33:12 Removing intermediate container f06653ad440b 23:33:12 ---> 9b8979e055ba 23:33:12 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:33:12 ---> Running in fe949eddd09e 23:33:12 Removing intermediate container 0661a55f92e8 23:33:12 ---> d507273c7f52 23:33:12 Successfully built d507273c7f52 23:33:12 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:33:12 + docker inspect -f . ci-base-image-arm64 23:33:12 . [Pipeline] withDockerContainer 23:33:13 prd-ubuntu18.04-docker-arm64-4c-16g-18971 does not seem to be running inside a container 23:33:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/5 -v /w/workspace/app-service-configurable/5:/w/workspace/app-service-configurable/5:rw,z -v /w/workspace/app-service-configurable/5@tmp:/w/workspace/app-service-configurable/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:33:13 Removing intermediate container fe949eddd09e 23:33:13 ---> d39043926a1b 23:33:13 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 23:33:13 ---> Running in 95ed058a3c0f 23:33:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:33:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:33:14 $ docker top 71c158cbe2e69d2195e6354d6d6327d2911b366b5ba6055578bebec152fe4b8d -eo pid,comm 23:33:15 (1/6) Installing libc-dev (0.7.2-r3) [Pipeline] { [Pipeline] sh 23:33:15 (2/6) Installing libsodium (1.0.18-r0) 23:33:15 (3/6) Installing pkgconf (1.7.2-r0) 23:33:15 (4/6) Installing libsodium-dev (1.0.18-r0) 23:33:15 (5/6) Installing libzmq (4.3.3-r0) 23:33:15 (6/6) Installing zeromq-dev (4.3.3-r0) 23:33:15 Executing busybox-1.31.1-r19.trigger 23:33:15 OK: 167 MiB in 45 packages 23:33:15 + go version 23:33:15 go version go1.15.5 linux/arm64 [Pipeline] } 23:33:15 $ docker stop --time=1 71c158cbe2e69d2195e6354d6d6327d2911b366b5ba6055578bebec152fe4b8d 23:33:16 Removing intermediate container 95ed058a3c0f 23:33:16 ---> e8d891085a8c 23:33:16 Step 6/8 : WORKDIR /app 23:33:16 ---> Running in d310bff8303e 23:33:16 Removing intermediate container d310bff8303e 23:33:16 ---> eb3b6e477481 23:33:16 Step 7/8 : COPY . . 23:33:16 ---> 1820929d36c4 23:33:16 Step 8/8 : RUN go mod download 23:33:17 ---> Running in 165f418f25a9 23:33:17 $ docker rm -f 71c158cbe2e69d2195e6354d6d6327d2911b366b5ba6055578bebec152fe4b8d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:33:18 + docker inspect -f . ci-base-image-arm64 23:33:18 . [Pipeline] withDockerContainer 23:33:19 prd-ubuntu18.04-docker-arm64-4c-16g-18971 does not seem to be running inside a container 23:33:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/5 -v /w/workspace/app-service-configurable/5:/w/workspace/app-service-configurable/5:rw,z -v /w/workspace/app-service-configurable/5@tmp:/w/workspace/app-service-configurable/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:33:20 $ docker top cf12d751c2eb3e6d4f4008d2ffb7e4a22d2622a8d3e09ce2395be7578b635c92 -eo pid,comm [Pipeline] { [Pipeline] sh 23:33:21 + make test 23:33:21 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 23:33:39 Removing intermediate container 165f418f25a9 23:33:39 ---> 58e91e722852 23:33:39 Successfully built 58e91e722852 23:33:39 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:33:39 + docker inspect -f . ci-base-image-x86_64 23:33:39 . [Pipeline] withDockerContainer 23:33:39 prd-centos7-docker-4c-2g-18972 does not seem to be running inside a container 23:33:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/5 -v /w/workspace/app-service-configurable/5:/w/workspace/app-service-configurable/5:rw,z -v /w/workspace/app-service-configurable/5@tmp:/w/workspace/app-service-configurable/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:33:40 $ docker top 9db29cd34cbf701878769f2df889d8dab4da82583854b8bff88b62de14b726d6 -eo pid,comm [Pipeline] { [Pipeline] sh 23:33:41 + go version 23:33:41 go version go1.15.5 linux/amd64 [Pipeline] } 23:33:41 $ docker stop --time=1 9db29cd34cbf701878769f2df889d8dab4da82583854b8bff88b62de14b726d6 23:33:42 $ docker rm -f 9db29cd34cbf701878769f2df889d8dab4da82583854b8bff88b62de14b726d6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:33:43 + docker inspect -f . ci-base-image-x86_64 23:33:43 . [Pipeline] withDockerContainer 23:33:43 prd-centos7-docker-4c-2g-18972 does not seem to be running inside a container 23:33:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/5 -v /w/workspace/app-service-configurable/5:/w/workspace/app-service-configurable/5:rw,z -v /w/workspace/app-service-configurable/5@tmp:/w/workspace/app-service-configurable/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:33:44 $ docker top 99c2855450ae4c94a1f61142e15272ba767b8fc51853735158682a15e13b0f0e -eo pid,comm [Pipeline] { [Pipeline] sh 23:33:44 + make test 23:33:44 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 23:33:57 ? github.com/edgexfoundry/app-service-configurable [no test files] 23:33:57 CGO_ENABLED=1 go vet ./... 23:33:59 gofmt -l . 23:33:59 [ "`gofmt -l .`" = "" ] 23:33:59 ./bin/test-go-mod-tidy.sh 23:33:59 ./bin/test-attribution-txt.sh [Pipeline] } 23:33:59 $ docker stop --time=1 99c2855450ae4c94a1f61142e15272ba767b8fc51853735158682a15e13b0f0e 23:34:00 ? github.com/edgexfoundry/app-service-configurable [no test files] 23:34:00 CGO_ENABLED=1 go vet ./... 23:34:02 $ docker rm -f 99c2855450ae4c94a1f61142e15272ba767b8fc51853735158682a15e13b0f0e [Pipeline] // withDockerContainer [Pipeline] sh 23:34:02 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:34:03 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 23:34:04 gofmt -l . 23:34:05 [ "`gofmt -l .`" = "" ] 23:34:05 ./bin/test-go-mod-tidy.sh [Pipeline] sh 23:34:05 ./bin/test-attribution-txt.sh 23:34:05 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:34:06 + ls -al . 23:34:06 total 88 23:34:06 drwxrwxr-x. 7 jenkins jenkins 4096 Jan 7 23:33 . 23:34:06 drwxrwxr-x. 4 jenkins jenkins 28 Jan 7 23:32 .. 23:34:06 -rw-rw-r--. 1 jenkins jenkins 6420 Jan 7 23:32 Attribution.txt 23:34:06 drwxrwxr-x. 2 jenkins jenkins 64 Jan 7 23:32 bin 23:34:06 -rw-r--r--. 1 jenkins jenkins 10 Jan 7 23:33 coverage.out 23:34:06 -rw-rw-r--. 1 jenkins jenkins 1940 Jan 7 23:32 Dockerfile 23:34:06 -rw-rw-r--. 1 jenkins jenkins 970 Jan 7 23:32 Dockerfile.build 23:34:06 -rw-rw-r--. 1 jenkins jenkins 119 Jan 7 23:32 .dockerignore 23:34:06 drwxrwxr-x. 8 jenkins jenkins 179 Jan 7 23:32 .git 23:34:06 drwxrwxr-x. 2 jenkins jenkins 81 Jan 7 23:32 .github 23:34:06 -rw-rw-r--. 1 jenkins jenkins 93 Jan 7 23:32 .gitignore 23:34:06 -rw-r--r--. 1 jenkins jenkins 133 Jan 7 23:33 go.mod 23:34:06 -rw-r--r--. 1 jenkins jenkins 18570 Jan 7 23:33 go.sum 23:34:06 -rw-rw-r--. 1 jenkins jenkins 687 Jan 7 23:32 Jenkinsfile 23:34:06 -rw-rw-r--. 1 jenkins jenkins 10174 Jan 7 23:32 LICENSE 23:34:06 -rw-rw-r--. 1 jenkins jenkins 1519 Jan 7 23:32 main.go 23:34:06 -rw-rw-r--. 1 jenkins jenkins 1573 Jan 7 23:32 makefile 23:34:06 -rw-rw-r--. 1 jenkins jenkins 1277 Jan 7 23:32 README.md 23:34:06 drwxrwxr-x. 10 jenkins jenkins 171 Jan 7 23:32 res 23:34:06 drwxrwxr-x. 4 jenkins jenkins 71 Jan 7 23:32 snap 23:34:06 -rw-rw-r--. 1 jenkins jenkins 5 Jan 7 23:28 VERSION [Pipeline] isUnix [Pipeline] sh [Pipeline] } 23:34:06 $ docker stop --time=1 cf12d751c2eb3e6d4f4008d2ffb7e4a22d2622a8d3e09ce2395be7578b635c92 23:34:06 + docker build -t docker-app-service-configurable -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=2036f71e18df656431b4bf44ad65842c2b1c89fd --label arch=amd64 --label version=0.0.0 . 23:34:06 Sending build context to Docker daemon 117.8kB 23:34:06 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 23:34:06 Step 2/27 : FROM ${BASE} AS builder 23:34:06 ---> 58e91e722852 23:34:06 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 23:34:06 ---> Running in 2805e1958422 23:34:07 Removing intermediate container 2805e1958422 23:34:07 ---> 47021dd0b747 23:34:07 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 23:34:07 ---> Running in 695ea5cfb0a7 23:34:07 Removing intermediate container 695ea5cfb0a7 23:34:07 ---> ec40c2a01413 23:34:07 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:34:07 ---> Running in c38d80e2cc21 23:34:07 Removing intermediate container c38d80e2cc21 23:34:07 ---> 616f3d60224d 23:34:07 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:34:07 ---> Running in 9a2fba57c1eb 23:34:08 Removing intermediate container 9a2fba57c1eb 23:34:08 ---> d55ddcdf8452 23:34:08 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:34:08 ---> Running in ff1a86009472 23:34:08 $ docker rm -f cf12d751c2eb3e6d4f4008d2ffb7e4a22d2622a8d3e09ce2395be7578b635c92 23:34:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] sh 23:34:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:34:09 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:34:09 Warning: overwriting stash ‘coverage-report’ 23:34:09 OK: 167 MiB in 45 packages 23:34:10 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } 23:34:10 Removing intermediate container ff1a86009472 23:34:10 ---> 40dcc24d3438 23:34:10 Step 8/27 : WORKDIR /app 23:34:10 ---> Running in af9530224778 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 23:34:10 Removing intermediate container af9530224778 23:34:10 ---> 4401ee4c08db 23:34:10 Step 9/27 : COPY go.mod . 23:34:10 ---> a4d400da6f48 23:34:10 Step 10/27 : RUN go mod download 23:34:11 + sudo chown -R jenkins:jenkins . 23:34:11 ---> Running in a14d4c7ba28e [Pipeline] sh 23:34:11 + ls -al . 23:34:11 total 112 23:34:11 drwxrwxr-x 7 jenkins jenkins 4096 Jan 7 23:34 . 23:34:11 drwxrwxr-x 4 jenkins jenkins 4096 Jan 7 23:31 .. 23:34:11 -rw-rw-r-- 1 jenkins jenkins 119 Jan 7 23:32 .dockerignore 23:34:11 drwxrwxr-x 8 jenkins jenkins 4096 Jan 7 23:32 .git 23:34:11 drwxrwxr-x 2 jenkins jenkins 4096 Jan 7 23:32 .github 23:34:11 -rw-rw-r-- 1 jenkins jenkins 93 Jan 7 23:32 .gitignore 23:34:11 -rw-rw-r-- 1 jenkins jenkins 6420 Jan 7 23:32 Attribution.txt 23:34:11 -rw-rw-r-- 1 jenkins jenkins 1940 Jan 7 23:32 Dockerfile 23:34:11 -rw-rw-r-- 1 jenkins jenkins 970 Jan 7 23:32 Dockerfile.build 23:34:11 -rw-rw-r-- 1 jenkins jenkins 687 Jan 7 23:32 Jenkinsfile 23:34:11 -rw-rw-r-- 1 jenkins jenkins 10174 Jan 7 23:32 LICENSE 23:34:11 -rw-rw-r-- 1 jenkins jenkins 1277 Jan 7 23:32 README.md 23:34:11 -rw-rw-r-- 1 jenkins jenkins 5 Jan 7 23:28 VERSION 23:34:11 drwxrwxr-x 2 jenkins jenkins 4096 Jan 7 23:32 bin 23:34:11 -rw-r--r-- 1 jenkins jenkins 10 Jan 7 23:33 coverage.out 23:34:11 -rw-r--r-- 1 jenkins jenkins 133 Jan 7 23:34 go.mod 23:34:11 -rw-r--r-- 1 jenkins jenkins 18570 Jan 7 23:34 go.sum 23:34:11 -rw-rw-r-- 1 jenkins jenkins 1519 Jan 7 23:32 main.go 23:34:11 -rw-rw-r-- 1 jenkins jenkins 1573 Jan 7 23:32 makefile 23:34:11 drwxrwxr-x 10 jenkins jenkins 4096 Jan 7 23:32 res 23:34:11 drwxrwxr-x 4 jenkins jenkins 4096 Jan 7 23:32 snap [Pipeline] isUnix [Pipeline] sh 23:34:11 + docker build -t docker-app-service-configurable-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=2036f71e18df656431b4bf44ad65842c2b1c89fd --label arch=arm64 --label version=0.0.0 . 23:34:11 Sending build context to Docker daemon 117.8kB 23:34:12 Removing intermediate container a14d4c7ba28e 23:34:12 ---> 9501e4cd5849 23:34:12 Step 11/27 : COPY . . 23:34:12 ---> ac268d4858dc 23:34:12 Step 12/27 : ARG MAKE="make build" 23:34:12 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 23:34:12 Step 2/27 : FROM ${BASE} AS builder 23:34:12 ---> d507273c7f52 23:34:12 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 23:34:12 ---> Running in 08f0ea6d6a1c 23:34:12 Removing intermediate container 08f0ea6d6a1c 23:34:12 ---> 259b395c7b83 23:34:12 Step 13/27 : RUN $MAKE 23:34:12 ---> Running in 34113c763372 23:34:12 ---> Running in 52b447f57da6 23:34:12 Removing intermediate container 52b447f57da6 23:34:12 ---> 9be0ea32519d 23:34:12 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 23:34:12 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.3.1-dev.14 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=0.0.0" -o app-service-configurable 23:34:13 ---> Running in 2f10550dc315 23:34:13 Removing intermediate container 2f10550dc315 23:34:13 ---> 25522aeace76 23:34:13 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:34:13 ---> Running in 3eb1e9203951 23:34:14 Removing intermediate container 3eb1e9203951 23:34:14 ---> 170b507712e6 23:34:14 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:34:14 ---> Running in 1d4cb208e4a8 23:34:16 Removing intermediate container 1d4cb208e4a8 23:34:16 ---> 92f187f1d3f2 23:34:16 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:34:16 ---> Running in bab7b69bcb45 23:34:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:34:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:34:18 OK: 144 MiB in 45 packages 23:34:19 Removing intermediate container bab7b69bcb45 23:34:19 ---> 95bf74a22bdd 23:34:19 Step 8/27 : WORKDIR /app 23:34:19 ---> Running in 1f1218694872 23:34:20 Removing intermediate container 1f1218694872 23:34:20 ---> fa5877c069ae 23:34:20 Step 9/27 : COPY go.mod . 23:34:20 ---> eb852ceb44f9 23:34:20 Step 10/27 : RUN go mod download 23:34:20 ---> Running in 5925aebbfb11 23:34:23 Removing intermediate container 5925aebbfb11 23:34:23 ---> 5ece38cafc67 23:34:23 Step 11/27 : COPY . . 23:34:24 ---> fdcb306010f5 23:34:24 Step 12/27 : ARG MAKE="make build" 23:34:24 ---> Running in 25656dd51fcc 23:34:24 Removing intermediate container 25656dd51fcc 23:34:24 ---> 5d986b8b0a22 23:34:24 Step 13/27 : RUN $MAKE 23:34:24 ---> Running in 4993f6737cf8 23:34:25 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.3.1-dev.14 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=0.0.0" -o app-service-configurable 23:34:27 Removing intermediate container 34113c763372 23:34:27 ---> dd2506e36e7e 23:34:27 Step 14/27 : FROM alpine:3.12 23:34:27 3.12: Pulling from library/alpine 23:34:27 801bfaa63ef2: Pulling fs layer 23:34:27 801bfaa63ef2: Verifying Checksum 23:34:27 801bfaa63ef2: Download complete 23:34:27 801bfaa63ef2: Pull complete 23:34:27 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 23:34:27 Status: Downloaded newer image for alpine:3.12 23:34:27 ---> 389fef711851 23:34:27 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:34:27 ---> Running in 149330bf5fdd 23:34:27 Removing intermediate container 149330bf5fdd 23:34:27 ---> 5b00e0b1cd83 23:34:27 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 23:34:27 ---> Running in 534f31ce4bb2 23:34:27 Removing intermediate container 534f31ce4bb2 23:34:27 ---> 70b77452fbdd 23:34:27 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq 23:34:27 ---> Running in f94abd248bc1 23:34:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:34:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:34:28 (1/6) Installing ca-certificates (20191127-r4) 23:34:28 (2/6) Installing libgcc (9.3.0-r2) 23:34:28 (3/6) Installing libsodium (1.0.18-r0) 23:34:28 (4/6) Installing libstdc++ (9.3.0-r2) 23:34:28 (5/6) Installing libzmq (4.3.3-r0) 23:34:28 (6/6) Installing zeromq (4.3.3-r0) 23:34:28 Executing busybox-1.31.1-r19.trigger 23:34:28 Executing ca-certificates-20191127-r4.trigger 23:34:28 OK: 9 MiB in 20 packages 23:34:29 Removing intermediate container f94abd248bc1 23:34:29 ---> cedae19218be 23:34:29 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 23:34:30 ---> 6d6374f0edd5 23:34:30 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 23:34:30 ---> 26f36def74c1 23:34:30 Step 20/27 : COPY --from=builder /app/res/ /res/ 23:34:30 ---> 8867deeb4548 23:34:30 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 23:34:31 ---> d2323609b64b 23:34:31 Step 22/27 : EXPOSE 48095 23:34:31 ---> Running in 00dca32d1c2f 23:34:31 Removing intermediate container 00dca32d1c2f 23:34:31 ---> 52f4b1d2cf75 23:34:31 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 23:34:31 ---> Running in c56c24613e5c 23:34:31 Removing intermediate container c56c24613e5c 23:34:31 ---> 4dce801c5099 23:34:31 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:34:31 ---> Running in eda858086a8f 23:34:31 Removing intermediate container eda858086a8f 23:34:31 ---> 75d87f00edfe 23:34:31 Step 25/27 : LABEL arch=amd64 23:34:32 ---> Running in c6cd7ca52fa5 23:34:32 Removing intermediate container c6cd7ca52fa5 23:34:32 ---> 3e78ccee5b8d 23:34:32 Step 26/27 : LABEL git_sha=2036f71e18df656431b4bf44ad65842c2b1c89fd 23:34:32 ---> Running in 474e073cff93 23:34:32 Removing intermediate container 474e073cff93 23:34:32 ---> 23d0f83ca0d3 23:34:32 Step 27/27 : LABEL version=0.0.0 23:34:32 ---> Running in 3379cbf767a5 23:34:32 Removing intermediate container 3379cbf767a5 23:34:32 ---> 5f719fdd7caa 23:34:32 [Warning] One or more build-args [ARCH] were not consumed 23:34:32 Successfully built 5f719fdd7caa 23:34:32 Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 23:34:48 Still waiting to schedule task 23:34:48 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 23:35:04 Removing intermediate container 4993f6737cf8 23:35:04 ---> a16354d38a8f 23:35:04 Step 14/27 : FROM alpine:3.12 23:35:04 3.12: Pulling from library/alpine 23:35:04 159e5727ea61: Pulling fs layer 23:35:04 159e5727ea61: Verifying Checksum 23:35:04 159e5727ea61: Download complete 23:35:04 159e5727ea61: Pull complete 23:35:04 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 23:35:04 Status: Downloaded newer image for alpine:3.12 23:35:04 ---> afeebe901d6b 23:35:04 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:35:04 ---> Running in 4b6cf1f624b6 23:35:04 Removing intermediate container 4b6cf1f624b6 23:35:04 ---> 4bd6ffe7f366 23:35:04 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 23:35:04 ---> Running in d842d4155235 23:35:04 Removing intermediate container d842d4155235 23:35:04 ---> 07912af1e989 23:35:04 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq 23:35:04 ---> Running in e9d9b8fb42e5 23:35:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:35:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:35:04 (1/6) Installing ca-certificates (20191127-r4) 23:35:04 (2/6) Installing libgcc (9.3.0-r2) 23:35:04 (3/6) Installing libsodium (1.0.18-r0) 23:35:04 (4/6) Installing libstdc++ (9.3.0-r2) 23:35:04 (5/6) Installing libzmq (4.3.3-r0) 23:35:04 (6/6) Installing zeromq (4.3.3-r0) 23:35:04 Executing busybox-1.31.1-r19.trigger 23:35:04 Executing ca-certificates-20191127-r4.trigger 23:35:04 OK: 9 MiB in 20 packages 23:35:06 Removing intermediate container e9d9b8fb42e5 23:35:06 ---> 1e26efef6de7 23:35:06 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 23:35:07 ---> a94a4939722f 23:35:07 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 23:35:07 ---> b085bf161e93 23:35:07 Step 20/27 : COPY --from=builder /app/res/ /res/ 23:35:08 ---> 73fecf25b27e 23:35:08 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 23:35:09 ---> eadea991bbd6 23:35:09 Step 22/27 : EXPOSE 48095 23:35:10 ---> Running in de18e7e9e5ca 23:35:10 Removing intermediate container de18e7e9e5ca 23:35:10 ---> 29ddc2b51d0f 23:35:10 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 23:35:10 ---> Running in b5cc41198e23 23:35:11 Removing intermediate container b5cc41198e23 23:35:11 ---> 67a86b70c180 23:35:11 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:35:11 ---> Running in 9199b7899f4d 23:35:11 Removing intermediate container 9199b7899f4d 23:35:11 ---> b47f503630d6 23:35:11 Step 25/27 : LABEL arch=arm64 23:35:11 ---> Running in fc96cf577462 23:35:12 Removing intermediate container fc96cf577462 23:35:12 ---> e0d042c4517b 23:35:12 Step 26/27 : LABEL git_sha=2036f71e18df656431b4bf44ad65842c2b1c89fd 23:35:12 ---> Running in 66fb4f87ad44 23:35:12 Removing intermediate container 66fb4f87ad44 23:35:12 ---> 91e6f9798725 23:35:12 Step 27/27 : LABEL version=0.0.0 23:35:12 ---> Running in 6f1f25500850 23:35:13 Removing intermediate container 6f1f25500850 23:35:13 ---> 7026a954c6c8 23:35:13 [Warning] One or more build-args [ARCH] were not consumed 23:35:13 Successfully built 7026a954c6c8 23:35:13 Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:35:38 Running on prd-ubuntu18.04-docker-8c-8g-18974 in /w/workspace/_app-service-configurable_PR-159 [Pipeline] { [Pipeline] ws 23:35:38 Running in /w/workspace/app-service-configurable/5 [Pipeline] { [Pipeline] checkout 23:35:40 using credential edgex-jenkins-ssh 23:35:40 Cloning the remote Git repository 23:35:40 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 23:35:40 > git init /w/workspace/app-service-configurable/5 # timeout=10 23:35:40 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 23:35:40 > git --version # timeout=10 23:35:40 > git --version # 'git version 2.17.1' 23:35:40 using GIT_SSH to set credentials SSH Credentials for GitHub 23:35:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:35:41 Merging remotes/origin/master commit 618621af6c647468a921ec216f023524fe0aadad into PR head commit 2036f71e18df656431b4bf44ad65842c2b1c89fd 23:35:41 Merge succeeded, producing 2036f71e18df656431b4bf44ad65842c2b1c89fd 23:35:41 Checking out Revision 2036f71e18df656431b4bf44ad65842c2b1c89fd (PR-159) 23:35:41 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 23:35:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:35:41 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 23:35:41 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 23:35:41 using GIT_SSH to set credentials SSH Credentials for GitHub 23:35:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/159/head:refs/remotes/origin/PR-159 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:35:41 > git config core.sparsecheckout # timeout=10 23:35:41 > git checkout -f 2036f71e18df656431b4bf44ad65842c2b1c89fd # timeout=10 23:35:41 > git remote # timeout=10 23:35:41 > git config --get remote.origin.url # timeout=10 23:35:41 using GIT_SSH to set credentials SSH Credentials for GitHub 23:35:41 > git merge 618621af6c647468a921ec216f023524fe0aadad # timeout=10 23:35:41 > git rev-parse HEAD^{commit} # timeout=10 23:35:41 > git config core.sparsecheckout # timeout=10 23:35:41 > git checkout -f 2036f71e18df656431b4bf44ad65842c2b1c89fd # timeout=10 23:35:45 Commit message: "feat: Remove MarkAsPushed feature" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:35:46 + echo snap-build.sh 23:35:46 snap-build.sh 23:35:46 + SNAP_BASE_DIR=. 23:35:46 + '[' '!' -z /w/workspace/app-service-configurable/5 ']' 23:35:46 + SNAP_BASE_DIR=/w/workspace/app-service-configurable/5 23:35:46 + echo '[snap-build] Building snap in dir [/w/workspace/app-service-configurable/5]' 23:35:46 [snap-build] Building snap in dir [/w/workspace/app-service-configurable/5] 23:35:46 + cd /w/workspace/app-service-configurable/5 23:35:46 + sudo apt-get remove -qy --purge lxd lxd-client 23:35:46 Reading package lists... 23:35:46 Building dependency tree... 23:35:46 Reading state information... 23:35:46 The following packages were automatically installed and are no longer required: 23:35:46 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 23:35:46 uidmap xdelta3 23:35:46 Use 'sudo apt autoremove' to remove them. 23:35:46 The following packages will be REMOVED: 23:35:46 lxd* lxd-client* 23:35:47 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 23:35:47 After this operation, 31.7 MB disk space will be freed. 23:35:48 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 23:35:48 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 23:35:49 Removing lxd dnsmasq configuration 23:35:49 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 23:35:49 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 23:35:50 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 23:35:50 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 23:35:50 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 23:35:51 Processing triggers for systemd (237-3ubuntu10.42) ... 23:35:51 Processing triggers for ureadahead (0.100.0-21) ... 23:35:53 + sudo snap remove --purge lxd 23:35:53 snap "lxd" is not installed 23:35:53 + sudo groupadd --force --system lxd 23:35:53 ++ whoami 23:35:53 + sudo /usr/sbin/usermod -G lxd -a jenkins 23:35:53 + newgrp - lxd 23:35:53 + sudo snap install lxd 23:36:03 2021-01-07T23:36:00Z INFO Waiting for automatic snapd restart... 23:36:21 lxd 4.9 from Canonical* installed 23:36:21 + sudo lxd init --auto 23:36:28 + sudo snap install --classic snapcraft 23:36:36 snapcraft 4.4.4 from Canonical* installed 23:36:36 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 23:36:36 + sudo snapcraft prime --use-lxd 23:36:36 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 23:36:36 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: 23:36:36 - README.md 23:36:36 23:36:36 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 23:36:37 Launching a container. 23:36:49 Waiting for container to be ready 23:36:49 To start your first instance, try: lxc launch ubuntu:18.04 23:36:49 23:36:51 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 23:36:52 Waiting for network to be ready... 23:36:52 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 23:36:52 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1478 kB] 23:36:52 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 23:36:52 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [288 kB] 23:36:52 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 23:36:52 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 23:36:52 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [192 kB] 23:36:52 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [25.5 kB] 23:36:52 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 23:36:52 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 23:36:53 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 23:36:53 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 23:36:53 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 23:36:53 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 23:36:53 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 23:36:53 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 23:36:53 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 23:36:53 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 23:36:53 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 23:36:54 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1813 kB] 23:36:54 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] 23:36:54 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.4 kB] 23:36:54 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6980 B] 23:36:54 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] 23:36:54 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] 23:36:54 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 23:36:54 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 23:36:57 Fetched 23.6 MB in 5s (5190 kB/s) 23:36:58 Reading package lists... 23:36:58 Reading package lists... 23:36:58 Building dependency tree... 23:36:58 Reading state information... 23:36:58 The following additional packages will be installed: 23:36:58 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 23:36:58 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 23:36:58 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 23:36:58 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 23:36:58 Suggested packages: 23:36:58 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 23:36:58 Recommended packages: 23:36:58 gnupg libsasl2-modules 23:36:58 The following NEW packages will be installed: 23:36:58 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 23:36:58 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 23:36:58 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 23:36:58 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 23:36:58 The following packages will be upgraded: 23:36:58 gpg gpg-agent gpgconf libudev1 23:36:58 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 23:36:58 Need to get 3532 kB of archives. 23:36:58 After this operation, 13.3 MB of additional disk space will be used. 23:36:58 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 23:36:58 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 23:36:58 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 23:36:58 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 23:36:58 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 23:36:58 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 23:36:58 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 23:36:59 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 23:36:59 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 23:36:59 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 23:36:59 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 23:36:59 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 23:36:59 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 23:36:59 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 23:36:59 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 23:36:59 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 23:36:59 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 23:36:59 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 23:36:59 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 23:36:59 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 23:36:59 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 23:36:59 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 23:36:59 debconf: delaying package configuration, since apt-utils is not installed 23:36:59 Fetched 3532 kB in 1s (3145 kB/s) 23:36:59 (Reading database ... 12511 files and directories currently installed.) 23:36:59 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 23:36:59 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 23:37:00 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 23:37:00 Selecting previously unselected package udev. 23:37:00 (Reading database ... 12511 files and directories currently installed.) 23:37:00 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 23:37:00 Unpacking udev (237-3ubuntu10.43) ... 23:37:00 Selecting previously unselected package libfuse2:amd64. 23:37:00 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 23:37:00 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 23:37:00 Selecting previously unselected package fuse. 23:37:00 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 23:37:00 Unpacking fuse (2.9.7-1ubuntu1) ... 23:37:00 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 23:37:00 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 23:37:01 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 23:37:01 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 23:37:01 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 23:37:01 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 23:37:01 Selecting previously unselected package libksba8:amd64. 23:37:01 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 23:37:01 Unpacking libksba8:amd64 (1.3.5-2) ... 23:37:01 Selecting previously unselected package libroken18-heimdal:amd64. 23:37:01 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:37:01 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 23:37:01 Selecting previously unselected package libasn1-8-heimdal:amd64. 23:37:01 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:37:01 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 23:37:01 Selecting previously unselected package libheimbase1-heimdal:amd64. 23:37:01 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:37:01 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 23:37:01 Selecting previously unselected package libhcrypto4-heimdal:amd64. 23:37:01 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:37:01 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 23:37:01 Selecting previously unselected package libwind0-heimdal:amd64. 23:37:01 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:37:01 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:37:01 Selecting previously unselected package libhx509-5-heimdal:amd64. 23:37:01 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:37:01 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 23:37:01 Selecting previously unselected package libkrb5-26-heimdal:amd64. 23:37:01 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:37:01 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 23:37:02 Selecting previously unselected package libheimntlm0-heimdal:amd64. 23:37:02 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:37:02 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:37:02 Selecting previously unselected package libgssapi3-heimdal:amd64. 23:37:02 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:37:02 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 23:37:02 Selecting previously unselected package libsasl2-modules-db:amd64. 23:37:02 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 23:37:02 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 23:37:02 Selecting previously unselected package libsasl2-2:amd64. 23:37:02 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 23:37:02 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 23:37:02 Selecting previously unselected package libldap-common. 23:37:02 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 23:37:02 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 23:37:02 Selecting previously unselected package libldap-2.4-2:amd64. 23:37:02 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 23:37:02 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 23:37:02 Selecting previously unselected package dirmngr. 23:37:02 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 23:37:02 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 23:37:02 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 23:37:02 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 23:37:02 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 23:37:02 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 23:37:02 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 23:37:02 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 23:37:02 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 23:37:02 Setting up libksba8:amd64 (1.3.5-2) ... 23:37:02 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:37:02 Setting up udev (237-3ubuntu10.43) ... 23:37:03 invoke-rc.d: policy-rc.d denied execution of start. 23:37:03 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 23:37:03 Processing triggers for systemd (237-3ubuntu10) ... 23:37:03 Setting up fuse (2.9.7-1ubuntu1) ... 23:37:03 Setting up gpg (2.2.4-1ubuntu1.3) ... 23:37:03 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:37:03 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 23:37:03 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 23:37:03 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 23:37:03 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 23:37:03 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:37:03 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 23:37:03 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 23:37:04 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 23:37:04 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:37:04 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 23:37:04 settings in the [Install] section, and DefaultInstance for template units). 23:37:04 This means they are not meant to be enabled using systemctl. 23:37:04 Possible reasons for having this kind of units are: 23:37:04 1) A unit may be statically enabled by being symlinked from another unit's 23:37:04 .wants/ or .requires/ directory. 23:37:04 2) A unit's purpose may be to act as a helper for some other unit which has 23:37:04 a requirement dependency on it. 23:37:04 3) A unit may be started when needed via activation (socket, path, timer, 23:37:04 D-Bus, udev, scripted systemctl call, ...). 23:37:04 4) In case of template units, the unit is meant to be enabled with some 23:37:04 instance name specified. 23:37:04 Reading package lists... 23:37:04 Building dependency tree... 23:37:04 Reading state information... 23:37:04 The following additional packages will be installed: 23:37:04 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 23:37:04 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 23:37:04 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 23:37:04 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 23:37:04 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 23:37:04 Suggested packages: 23:37:04 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 23:37:04 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 23:37:04 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 23:37:04 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 23:37:04 systemd-container policykit-1 23:37:04 Recommended packages: 23:37:04 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 23:37:04 The following NEW packages will be installed: 23:37:04 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 23:37:04 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 23:37:04 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 23:37:04 multiarch-support openssh-client python3 python3-minimal python3.6 23:37:04 python3.6-minimal snapd squashfs-tools sudo 23:37:04 The following packages will be upgraded: 23:37:04 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 23:37:05 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 23:37:05 Need to get 35.2 MB of archives. 23:37:05 After this operation, 141 MB of additional disk space will be used. 23:37:05 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 23:37:05 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 23:37:05 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 23:37:05 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 23:37:05 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 23:37:05 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 23:37:05 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 23:37:05 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 23:37:05 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 23:37:05 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 23:37:05 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 23:37:05 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 23:37:05 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 23:37:05 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 23:37:05 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 23:37:05 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 23:37:05 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 23:37:05 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 23:37:05 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 23:37:05 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 23:37:05 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 23:37:05 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 23:37:05 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 23:37:05 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 23:37:05 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 23:37:05 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 23:37:05 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 23:37:06 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 23:37:06 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 23:37:06 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 23:37:07 debconf: delaying package configuration, since apt-utils is not installed 23:37:07 Fetched 35.2 MB in 2s (16.1 MB/s) 23:37:07 (Reading database ... 12757 files and directories currently installed.) 23:37:07 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 23:37:07 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 23:37:08 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 23:37:08 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 23:37:08 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 23:37:08 (Reading database ... 12757 files and directories currently installed.) 23:37:08 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 23:37:08 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 23:37:08 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 23:37:08 (Reading database ... 12757 files and directories currently installed.) 23:37:08 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 23:37:08 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 23:37:08 Setting up apt (1.6.12ubuntu0.2) ... 23:37:08 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 23:37:09 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 23:37:09 (Reading database ... 12764 files and directories currently installed.) 23:37:09 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 23:37:09 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 23:37:09 Selecting previously unselected package libpython3.6-minimal:amd64. 23:37:09 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 23:37:09 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 23:37:09 Selecting previously unselected package libexpat1:amd64. 23:37:09 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 23:37:09 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 23:37:10 Selecting previously unselected package python3.6-minimal. 23:37:10 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 23:37:10 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 23:37:10 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 23:37:10 Checking for services that may need to be restarted...done. 23:37:10 Checking for services that may need to be restarted...done. 23:37:10 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 23:37:10 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 23:37:10 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 23:37:11 Selecting previously unselected package python3-minimal. 23:37:11 (Reading database ... 13012 files and directories currently installed.) 23:37:11 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 23:37:11 Unpacking python3-minimal (3.6.7-1~18.04) ... 23:37:11 Selecting previously unselected package mime-support. 23:37:11 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 23:37:11 Unpacking mime-support (3.60ubuntu1) ... 23:37:12 Selecting previously unselected package libmpdec2:amd64. 23:37:12 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 23:37:12 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 23:37:12 Selecting previously unselected package libpython3.6-stdlib:amd64. 23:37:12 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 23:37:12 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 23:37:13 Selecting previously unselected package python3.6. 23:37:13 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 23:37:13 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 23:37:13 Selecting previously unselected package libpython3-stdlib:amd64. 23:37:13 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 23:37:13 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 23:37:13 Setting up python3-minimal (3.6.7-1~18.04) ... 23:37:13 Selecting previously unselected package python3. 23:37:13 (Reading database ... 13442 files and directories currently installed.) 23:37:13 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 23:37:13 Unpacking python3 (3.6.7-1~18.04) ... 23:37:14 Selecting previously unselected package multiarch-support. 23:37:14 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 23:37:14 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 23:37:14 Setting up multiarch-support (2.27-3ubuntu1.4) ... 23:37:14 Selecting previously unselected package liblzo2-2:amd64. 23:37:14 (Reading database ... 13479 files and directories currently installed.) 23:37:14 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 23:37:14 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 23:37:14 Selecting previously unselected package libbsd0:amd64. 23:37:14 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 23:37:14 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 23:37:14 Selecting previously unselected package sudo. 23:37:14 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 23:37:14 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 23:37:14 Selecting previously unselected package apparmor. 23:37:14 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 23:37:14 Unpacking apparmor (2.12-4ubuntu5.1) ... 23:37:14 Selecting previously unselected package libedit2:amd64. 23:37:14 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 23:37:14 Unpacking libedit2:amd64 (3.1-20170329-1) ... 23:37:14 Selecting previously unselected package libkrb5support0:amd64. 23:37:14 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 23:37:14 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 23:37:14 Selecting previously unselected package libk5crypto3:amd64. 23:37:14 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 23:37:14 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 23:37:15 Selecting previously unselected package libkeyutils1:amd64. 23:37:15 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 23:37:15 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 23:37:15 Selecting previously unselected package libkrb5-3:amd64. 23:37:15 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 23:37:15 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 23:37:15 Selecting previously unselected package libgssapi-krb5-2:amd64. 23:37:15 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 23:37:15 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 23:37:15 Selecting previously unselected package libssl1.0.0:amd64. 23:37:15 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 23:37:15 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 23:37:15 Selecting previously unselected package openssh-client. 23:37:15 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 23:37:15 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 23:37:15 Selecting previously unselected package squashfs-tools. 23:37:15 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 23:37:15 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 23:37:15 Selecting previously unselected package snapd. 23:37:15 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 23:37:15 Unpacking snapd (2.48+18.04) ... 23:37:17 Setting up libedit2:amd64 (3.1-20170329-1) ... 23:37:18 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 23:37:18 Setting up mime-support (3.60ubuntu1) ... 23:37:18 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 23:37:18 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 23:37:18 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 23:37:18 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:37:18 Setting up systemd (237-3ubuntu10.43) ... 23:37:18 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 23:37:19 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 23:37:19 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 23:37:19 Setting up liblzo2-2:amd64 (2.08-1.2) ... 23:37:19 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 23:37:19 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 23:37:19 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 23:37:20 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 23:37:20 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 23:37:20 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 23:37:20 Setting up python3 (3.6.7-1~18.04) ... 23:37:20 running python rtupdate hooks for python3.6... 23:37:20 running python post-rtupdate hooks for python3.6... 23:37:20 Setting up apparmor (2.12-4ubuntu5.1) ... 23:37:22 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 23:37:22 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 23:37:22 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 23:37:22 Setting up snapd (2.48+18.04) ... 23:37:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 23:37:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 23:37:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 23:37:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 23:37:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 23:37:23 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 23:37:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 23:37:24 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 23:37:24 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 23:37:24 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 23:37:24 /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' 23:37:24 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:37:24 Processing triggers for systemd (237-3ubuntu10.43) ... 23:37:25 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 23:37:25 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 23:37:25 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 23:37:26 Reading package lists... 23:37:27 Reading package lists... 23:37:27 Building dependency tree... 23:37:27 Reading state information... 23:37:27 Calculating upgrade... 23:37:27 The following packages will be upgraded: 23:37:27 advancecomp base-files bash binutils binutils-common 23:37:27 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 23:37:27 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 23:37:27 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 23:37:27 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 23:37:27 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 23:37:27 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 23:37:27 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 23:37:27 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 23:37:27 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 23:37:27 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 23:37:27 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 23:37:27 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 23:37:27 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 23:37:27 ubuntu-keyring util-linux 23:37:27 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 23:37:27 Need to get 63.7 MB of archives. 23:37:27 After this operation, 5201 kB of additional disk space will be used. 23:37:27 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 23:37:27 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-129.132 [997 kB] 23:37:28 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 23:37:28 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 23:37:28 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 23:37:28 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 23:37:28 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 23:37:28 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 23:37:28 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 23:37:28 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 23:37:28 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 23:37:28 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 23:37:28 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 23:37:28 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 23:37:28 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 23:37:28 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 23:37:28 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 23:37:28 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 23:37:28 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 23:37:28 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 23:37:28 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 23:37:28 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 23:37:28 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 23:37:28 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 23:37:28 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 23:37:28 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 23:37:28 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 23:37:28 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 23:37:28 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 23:37:28 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 23:37:28 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 23:37:28 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 23:37:28 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 23:37:28 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 23:37:28 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 23:37:28 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 23:37:28 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 23:37:28 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 23:37:28 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 23:37:28 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 23:37:28 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 23:37:28 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 23:37:28 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 23:37:29 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 23:37:29 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 23:37:29 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 23:37:29 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 23:37:29 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 23:37:29 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 23:37:29 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 23:37:29 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 23:37:29 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 23:37:29 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 23:37:29 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 23:37:29 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 23:37:29 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 23:37:29 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 23:37:29 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 23:37:29 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 23:37:29 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 23:37:29 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 23:37:29 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 23:37:29 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 23:37:29 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 23:37:29 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 23:37:29 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 23:37:29 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 23:37:29 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 23:37:29 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 23:37:29 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 23:37:29 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 23:37:29 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 23:37:29 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 23:37:29 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 23:37:29 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 23:37:29 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 23:37:29 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 23:37:29 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] 23:37:29 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 23:37:29 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 23:37:29 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 23:37:29 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 23:37:29 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 23:37:29 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 23:37:29 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 23:37:29 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 23:37:29 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 23:37:29 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 23:37:30 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 23:37:30 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 23:37:30 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 23:37:30 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 23:37:30 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 23:37:30 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 23:37:30 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 23:37:30 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 23:37:30 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 23:37:31 debconf: delaying package configuration, since apt-utils is not installed 23:37:31 Fetched 63.7 MB in 3s (18.8 MB/s) 23:37:31 (Reading database ... 13912 files and directories currently installed.) 23:37:31 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 23:37:31 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:37:31 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 23:37:31 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:37:31 Preparing to unpack .../2-linux-libc-dev_4.15.0-129.132_amd64.deb ... 23:37:31 Unpacking linux-libc-dev:amd64 (4.15.0-129.132) over (4.15.0-20.21) ... 23:37:32 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:37:32 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:37:32 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:37:32 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:37:32 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:37:32 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:37:33 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:37:33 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:37:33 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:37:33 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:37:33 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:37:33 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:37:33 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:37:33 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:37:33 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 23:37:33 (Reading database ... 13911 files and directories currently installed.) 23:37:33 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 23:37:33 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 23:37:33 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 23:37:33 (Reading database ... 13911 files and directories currently installed.) 23:37:33 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:37:33 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:37:33 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:37:33 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:37:34 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:37:34 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:37:34 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 23:37:34 (Reading database ... 13911 files and directories currently installed.) 23:37:34 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 23:37:34 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:37:35 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 23:37:35 (Reading database ... 13911 files and directories currently installed.) 23:37:35 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 23:37:35 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 23:37:35 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 23:37:35 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 23:37:35 Setting up base-files (10.1ubuntu2.10) ... 23:37:35 Installing new version of config file /etc/issue ... 23:37:35 Installing new version of config file /etc/issue.net ... 23:37:35 Installing new version of config file /etc/lsb-release ... 23:37:35 Installing new version of config file /etc/update-motd.d/50-motd-news ... 23:37:35 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 23:37:35 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 23:37:35 Removing obsolete conffile /etc/default/motd-news ... 23:37:36 (Reading database ... 13912 files and directories currently installed.) 23:37:36 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 23:37:36 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 23:37:36 Setting up bash (4.4.18-2ubuntu1.2) ... 23:37:36 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 23:37:36 (Reading database ... 13912 files and directories currently installed.) 23:37:36 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 23:37:36 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 23:37:36 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 23:37:36 (Reading database ... 13912 files and directories currently installed.) 23:37:36 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 23:37:36 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 23:37:36 Setting up tar (1.29b-2ubuntu0.1) ... 23:37:36 (Reading database ... 13912 files and directories currently installed.) 23:37:36 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 23:37:36 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 23:37:37 Setting up dpkg (1.19.0.5ubuntu2.3) ... 23:37:37 (Reading database ... 13912 files and directories currently installed.) 23:37:37 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 23:37:37 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:37:37 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 23:37:37 (Reading database ... 13912 files and directories currently installed.) 23:37:37 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 23:37:37 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:37:37 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 23:37:38 (Reading database ... 13912 files and directories currently installed.) 23:37:38 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 23:37:38 Unpacking grep (3.1-2build1) over (3.1-2) ... 23:37:38 Setting up grep (3.1-2build1) ... 23:37:38 (Reading database ... 13912 files and directories currently installed.) 23:37:38 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 23:37:38 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 23:37:39 Setting up login (1:4.5-1ubuntu2) ... 23:37:39 (Reading database ... 13912 files and directories currently installed.) 23:37:39 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 23:37:39 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:37:39 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 23:37:39 (Reading database ... 13912 files and directories currently installed.) 23:37:39 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 23:37:39 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:37:40 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 23:37:40 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:37:40 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 23:37:40 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:37:40 Setting up perl-base (5.26.1-6ubuntu0.5) ... 23:37:40 (Reading database ... 13912 files and directories currently installed.) 23:37:40 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 23:37:40 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:37:41 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 23:37:41 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 23:37:41 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 23:37:41 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 23:37:42 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 23:37:42 (Reading database ... 13912 files and directories currently installed.) 23:37:42 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 23:37:42 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 23:37:42 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 23:37:42 (Reading database ... 13912 files and directories currently installed.) 23:37:42 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:37:42 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:37:42 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:37:42 (Reading database ... 13912 files and directories currently installed.) 23:37:42 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:37:42 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:37:42 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:37:42 (Reading database ... 13912 files and directories currently installed.) 23:37:42 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:37:42 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:37:43 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:37:43 (Reading database ... 13912 files and directories currently installed.) 23:37:43 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:37:43 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:37:43 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:37:43 (Reading database ... 13912 files and directories currently installed.) 23:37:43 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 23:37:43 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:37:43 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 23:37:43 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:37:43 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 23:37:43 (Reading database ... 13912 files and directories currently installed.) 23:37:43 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 23:37:43 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:37:43 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 23:37:43 (Reading database ... 13912 files and directories currently installed.) 23:37:43 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:37:43 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:37:44 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:37:44 (Reading database ... 13912 files and directories currently installed.) 23:37:44 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:37:44 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:37:44 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 23:37:44 (Reading database ... 13912 files and directories currently installed.) 23:37:44 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:37:44 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:37:45 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 23:37:45 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 23:37:45 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 23:37:45 (Reading database ... 13912 files and directories currently installed.) 23:37:45 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 23:37:45 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:37:45 Setting up libc-bin (2.27-3ubuntu1.4) ... 23:37:46 (Reading database ... 13912 files and directories currently installed.) 23:37:46 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 23:37:46 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:37:46 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 23:37:46 (Reading database ... 13914 files and directories currently installed.) 23:37:46 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 23:37:46 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 23:37:46 Setting up debconf (1.5.66ubuntu1) ... 23:37:46 (Reading database ... 13914 files and directories currently installed.) 23:37:46 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 23:37:46 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:37:46 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 23:37:47 (Reading database ... 13914 files and directories currently installed.) 23:37:47 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 23:37:47 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:37:47 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 23:37:47 (Reading database ... 13914 files and directories currently installed.) 23:37:47 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 23:37:47 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:37:47 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 23:37:47 (Reading database ... 13914 files and directories currently installed.) 23:37:47 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:37:47 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:37:47 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 23:37:48 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 23:37:48 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 23:37:48 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:37:48 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 23:37:48 (Reading database ... 13914 files and directories currently installed.) 23:37:48 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 23:37:48 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 23:37:48 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 23:37:48 (Reading database ... 13914 files and directories currently installed.) 23:37:48 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 23:37:48 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:37:49 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 23:37:49 (Reading database ... 13914 files and directories currently installed.) 23:37:49 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 23:37:49 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:37:49 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 23:37:49 (Reading database ... 13914 files and directories currently installed.) 23:37:49 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 23:37:49 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 23:37:49 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 23:37:49 (Reading database ... 13914 files and directories currently installed.) 23:37:49 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 23:37:49 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 23:37:50 Setting up passwd (1:4.5-1ubuntu2) ... 23:37:50 (Reading database ... 13914 files and directories currently installed.) 23:37:50 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 23:37:50 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 23:37:50 Setting up gpgv (2.2.4-1ubuntu1.3) ... 23:37:50 (Reading database ... 13914 files and directories currently installed.) 23:37:50 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 23:37:50 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 23:37:50 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 23:37:50 (Reading database ... 13914 files and directories currently installed.) 23:37:50 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 23:37:50 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 23:37:50 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 23:37:50 (Reading database ... 13914 files and directories currently installed.) 23:37:50 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 23:37:51 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 23:37:51 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 23:37:51 (Reading database ... 13914 files and directories currently installed.) 23:37:51 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 23:37:51 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 23:37:51 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 23:37:51 (Reading database ... 13914 files and directories currently installed.) 23:37:51 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 23:37:51 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 23:37:51 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 23:37:52 (Reading database ... 13914 files and directories currently installed.) 23:37:52 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 23:37:52 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 23:37:52 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 23:37:52 (Reading database ... 13915 files and directories currently installed.) 23:37:52 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 23:37:52 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 23:37:52 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 23:37:52 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 23:37:53 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 23:37:53 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 23:37:53 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 23:37:53 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 23:37:54 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 23:37:54 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 23:37:54 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 23:37:54 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 23:37:54 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 23:37:54 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 23:37:54 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 23:37:54 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 23:37:54 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 23:37:54 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 23:37:54 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 23:37:54 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 23:37:54 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 23:37:55 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 23:37:55 Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... 23:37:55 Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... 23:37:56 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 23:37:56 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 23:37:56 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 23:37:56 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 23:37:56 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 23:37:56 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 23:37:56 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 23:37:56 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 23:37:56 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 23:37:56 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 23:37:57 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 23:37:57 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 23:37:57 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:37:57 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:37:57 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:37:57 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:37:57 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:37:57 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:37:57 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:37:57 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:37:58 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:37:58 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:37:59 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:37:59 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:38:00 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:38:00 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:38:01 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:38:01 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:38:01 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:38:01 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:38:01 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 23:38:01 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 23:38:02 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 23:38:02 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 23:38:02 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 23:38:02 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 23:38:02 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 23:38:02 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 23:38:02 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 23:38:02 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 23:38:02 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 23:38:02 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 23:38:02 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 23:38:02 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 23:38:02 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:38:02 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 23:38:02 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 23:38:02 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 23:38:02 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:38:02 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 23:38:02 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 23:38:02 Setting up tzdata (2020d-0ubuntu0.18.04) ... 23:38:03 23:38:03 Current default time zone: 'Etc/UTC' 23:38:03 Local time is now: Thu Jan 7 23:38:03 UTC 2021. 23:38:03 Universal Time is now: Thu Jan 7 23:38:03 UTC 2021. 23:38:03 Run 'dpkg-reconfigure tzdata' if you wish to change it. 23:38:03 23:38:03 Setting up systemd-sysv (237-3ubuntu10.43) ... 23:38:03 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:38:03 Setting up linux-libc-dev:amd64 (4.15.0-129.132) ... 23:38:03 Setting up mount (2.31.1-0.4ubuntu3.7) ... 23:38:03 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 23:38:03 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 23:38:03 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 23:38:03 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 23:38:03 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 23:38:03 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 23:38:03 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:38:03 Setting up procps (2:3.3.12-3ubuntu1.2) ... 23:38:03 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 23:38:03 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 23:38:03 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 23:38:03 Setting up patch (2.7.6-2ubuntu1.1) ... 23:38:04 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 23:38:04 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 23:38:04 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 23:38:04 Installing new version of config file /etc/ssl/openssl.cnf ... 23:38:04 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 23:38:04 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 23:38:04 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 23:38:05 Updating certificates in /etc/ssl/certs... 23:38:05 22 added, 17 removed; done. 23:38:05 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 23:38:05 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 23:38:06 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 23:38:06 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 23:38:06 Setting up pkgbinarymangler (138.18.04.1) ... 23:38:06 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 23:38:06 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 23:38:06 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 23:38:06 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 23:38:06 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 23:38:06 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 23:38:06 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 23:38:06 Setting up perl (5.26.1-6ubuntu0.5) ... 23:38:06 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 23:38:06 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 23:38:06 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 23:38:06 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 23:38:06 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 23:38:06 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 23:38:06 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 23:38:06 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 23:38:06 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 23:38:07 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 23:38:07 Processing triggers for systemd (237-3ubuntu10.43) ... 23:38:07 Processing triggers for mime-support (3.60ubuntu1) ... 23:38:07 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 23:38:07 Updating certificates in /etc/ssl/certs... 23:38:07 0 added, 0 removed; done. 23:38:07 Running hooks in /etc/ca-certificates/update.d... 23:38:07 done. 23:38:07 Reading package lists... 23:38:08 Building dependency tree... 23:38:08 Reading state information... 23:38:08 The following NEW packages will be installed: 23:38:08 apt-transport-https 23:38:08 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 23:38:08 Need to get 1696 B of archives. 23:38:08 After this operation, 153 kB of additional disk space will be used. 23:38:08 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 23:38:08 debconf: delaying package configuration, since apt-utils is not installed 23:38:08 Fetched 1696 B in 0s (28.9 kB/s) 23:38:08 Selecting previously unselected package apt-transport-https. 23:38:08 (Reading database ... 13929 files and directories currently installed.) 23:38:08 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 23:38:08 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 23:38:08 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 23:38:08 Waiting for network to be ready... 23:38:14 2021-01-07T23:38:11Z INFO Waiting for automatic snapd restart... 23:38:14 snapd 2.48.2 from Canonical* installed 23:38:15 "snapd" switched to the "latest/stable" channel 23:38:15 23:38:19 core18 20201210 from Canonical* installed 23:38:19 "core18" switched to the "latest/stable" channel 23:38:19 23:38:24 snapcraft 4.4.4 from Canonical* installed 23:38:24 "snapcraft" switched to the "latest/stable" channel 23:38:24 23:38:27 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: 23:38:27 - README.md 23:38:27 23:38:27 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 23:38:34 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:38:34 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 23:38:34 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 23:38:34 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 23:38:34 Reading package lists... 23:38:35 Installing build dependencies: curl=7.58.0-2ubuntu3.12 git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 libcurl4=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 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 23:38:41 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:38:41 Reading package lists... 23:38:41 Building dependency tree... 23:38:41 Reading state information... 23:38:41 Suggested packages: 23:38:41 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 23:38:41 git-gui gitk gitweb git-cvs git-mediawiki git-svn 23:38:41 Recommended packages: 23:38:41 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix 23:38:41 The following NEW packages will be installed: 23:38:41 curl git git-man libcurl3-gnutls libcurl4 liberror-perl libglib2.0-0 23:38:41 libnghttp2-14 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev 23:38:41 libzmq5 pkg-config 23:38:41 0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded. 23:38:41 Need to get 7862 kB of archives. 23:38:41 After this operation, 44.1 MB of additional disk space will be used. 23:38:41 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 23:38:41 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 23:38:41 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.12 [214 kB] 23:38:41 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 curl amd64 7.58.0-2ubuntu3.12 [159 kB] 23:38:41 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 23:38:41 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 23:38:41 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 23:38:41 Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 23:38:41 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 23:38:42 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 23:38:42 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 23:38:42 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 23:38:42 Get:13 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 23:38:42 Get:14 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 23:38:42 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 23:38:42 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 23:38:42 debconf: delaying package configuration, since apt-utils is not installed 23:38:42 Fetched 7862 kB in 1s (9066 kB/s) 23:38:42 Selecting previously unselected package libglib2.0-0:amd64. 23:38:42 (Reading database ... 13933 files and directories currently installed.) 23:38:42 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 23:38:42 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 23:38:43 Selecting previously unselected package libpsl5:amd64. 23:38:43 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 23:38:43 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 23:38:43 Selecting previously unselected package libnghttp2-14:amd64. 23:38:43 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 23:38:43 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 23:38:43 Selecting previously unselected package librtmp1:amd64. 23:38:43 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 23:38:43 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 23:38:43 Selecting previously unselected package libcurl4:amd64. 23:38:43 Preparing to unpack .../04-libcurl4_7.58.0-2ubuntu3.12_amd64.deb ... 23:38:43 Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.12) ... 23:38:43 Selecting previously unselected package curl. 23:38:43 Preparing to unpack .../05-curl_7.58.0-2ubuntu3.12_amd64.deb ... 23:38:43 Unpacking curl (7.58.0-2ubuntu3.12) ... 23:38:43 Selecting previously unselected package libcurl3-gnutls:amd64. 23:38:43 Preparing to unpack .../06-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 23:38:43 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 23:38:43 Selecting previously unselected package liberror-perl. 23:38:43 Preparing to unpack .../07-liberror-perl_0.17025-1_all.deb ... 23:38:43 Unpacking liberror-perl (0.17025-1) ... 23:38:43 Selecting previously unselected package git-man. 23:38:43 Preparing to unpack .../08-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 23:38:43 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 23:38:43 Selecting previously unselected package git. 23:38:43 Preparing to unpack .../09-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 23:38:44 Unpacking git (1:2.17.1-1ubuntu0.7) ... 23:38:44 Selecting previously unselected package libnorm1:amd64. 23:38:44 Preparing to unpack .../10-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 23:38:44 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 23:38:44 Selecting previously unselected package libpgm-5.2-0:amd64. 23:38:44 Preparing to unpack .../11-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 23:38:44 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 23:38:44 Selecting previously unselected package libsodium23:amd64. 23:38:44 Preparing to unpack .../12-libsodium23_1.0.16-2_amd64.deb ... 23:38:44 Unpacking libsodium23:amd64 (1.0.16-2) ... 23:38:45 Selecting previously unselected package libzmq5:amd64. 23:38:45 Preparing to unpack .../13-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 23:38:45 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 23:38:45 Selecting previously unselected package libzmq3-dev:amd64. 23:38:45 Preparing to unpack .../14-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 23:38:45 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 23:38:45 Selecting previously unselected package pkg-config. 23:38:45 Preparing to unpack .../15-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 23:38:45 Unpacking pkg-config (0.29.1-0ubuntu2) ... 23:38:45 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 23:38:45 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 23:38:45 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 23:38:45 Setting up liberror-perl (0.17025-1) ... 23:38:45 Setting up libpsl5:amd64 (0.19.1-5build1) ... 23:38:45 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 23:38:45 No schema files found: doing nothing. 23:38:45 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 23:38:45 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 23:38:45 Setting up libsodium23:amd64 (1.0.16-2) ... 23:38:45 Setting up pkg-config (0.29.1-0ubuntu2) ... 23:38:45 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 23:38:45 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 23:38:45 Setting up libcurl4:amd64 (7.58.0-2ubuntu3.12) ... 23:38:45 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 23:38:45 Setting up git (1:2.17.1-1ubuntu0.7) ... 23:38:45 Setting up curl (7.58.0-2ubuntu3.12) ... 23:38:45 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 23:38:52 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:38:52 curl set to automatically installed. 23:38:52 git set to automatically installed. 23:38:52 git-man set to automatically installed. 23:38:52 libcurl3-gnutls set to automatically installed. 23:38:52 libcurl4 set to automatically installed. 23:38:52 liberror-perl set to automatically installed. 23:38:52 libglib2.0-0 set to automatically installed. 23:38:52 libnghttp2-14 set to automatically installed. 23:38:52 libnorm1 set to automatically installed. 23:38:52 libpgm-5.2-0 set to automatically installed. 23:38:52 libpsl5 set to automatically installed. 23:38:52 librtmp1 set to automatically installed. 23:38:52 libsodium23 set to automatically installed. 23:38:52 libzmq3-dev set to automatically installed. 23:38:52 libzmq5 set to automatically installed. 23:38:52 pkg-config set to automatically installed. 23:38:54 snapd is not logged in, snap install commands will use sudo 23:39:01 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:39:01 snap "core18" has no updates available 23:39:01 Pulling go 23:39:02 'app-service-config' has dependencies that need to be staged: go 23:39:02 Skipping pull go (already ran) 23:39:02 Building go 23:39:02 % Total % Received % Xferd Average Speed Time Time Time Current 23:39:02 Dload Upload Total Spent Left Speed 23:39:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 115M 1 1287k 0 0 3667k 0 0:00:32 --:--:-- 0:00:32 3657k 34 115M 34 40.0M 0 0 29.6M 0 0:00:03 0:00:01 0:00:02 29.5M 68 115M 68 78.9M 0 0 33.5M 0 0:00:03 0:00:02 0:00:01 33.5M 98 115M 98 114M 0 0 34.0M 0 0:00:03 0:00:03 --:--:-- 34.0M 100 115M 100 115M 0 0 34.1M 0 0:00:03 0:00:03 --:--:-- 34.1M 23:39:06 go1.15.2.linux-amd64.tar.gz: OK 23:39:11 Staging go 23:39:23 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 23:39:23 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 23:39:23 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 23:39:23 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1478 kB] 23:39:23 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 23:39:23 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 23:39:23 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 23:39:23 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 23:39:23 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 23:39:23 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 23:39:23 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 23:39:23 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [288 kB] 23:39:23 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 23:39:23 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 23:39:23 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [192 kB] 23:39:23 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [25.5 kB] 23:39:23 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 23:39:23 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 23:39:23 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 23:39:23 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1813 kB] 23:39:23 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] 23:39:23 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.4 kB] 23:39:23 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6980 B] 23:39:23 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] 23:39:23 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] 23:39:23 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 23:39:23 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 23:39:23 Fetched 23.6 MB in 0s (0 B/s) 23:39:23 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 23:39:23 Fetched 224 kB in 0s (0 B/s) 23:39:23 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 23:39:23 Fetched 157 kB in 0s (0 B/s) 23:39:23 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 23:39:23 Fetched 221 kB in 0s (0 B/s) 23:39:23 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 23:39:23 Fetched 143 kB in 0s (0 B/s) 23:39:23 Pulling app-service-config 23:39:24 Pulling config-common 23:39:25 Skipping build go (already ran) 23:39:25 Building app-service-config 23:39:25 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.3.1-dev.14 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=0.0.0" -o app-service-configurable 23:39:28 go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.3.1-dev.14 23:39:28 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.68 23:39:28 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 23:39:28 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.139 23:39:28 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 23:39:28 go: downloading github.com/google/uuid v1.1.4 23:39:28 go: downloading github.com/gorilla/mux v1.8.0 23:39:28 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 23:39:28 go: downloading github.com/go-redis/redis/v7 v7.2.0 23:39:28 go: downloading github.com/BurntSushi/toml v0.3.1 23:39:28 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 23:39:28 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 23:39:28 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 23:39:28 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 23:39:28 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 23:39:28 go: downloading github.com/mitchellh/copystructure v1.0.0 23:39:28 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 23:39:28 go: downloading github.com/pebbe/zmq4 v1.2.2 23:39:28 go: downloading github.com/hashicorp/consul/api v1.1.0 23:39:28 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 23:39:28 go: downloading github.com/pelletier/go-toml v1.2.0 23:39:28 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 23:39:28 go: downloading github.com/go-playground/validator/v10 v10.3.0 23:39:28 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 23:39:28 go: downloading github.com/mitchellh/mapstructure v1.1.2 23:39:28 go: downloading github.com/mitchellh/reflectwalk v1.0.0 23:39:28 go: downloading github.com/go-kit/kit v0.8.0 23:39:28 go: downloading github.com/x448/float16 v0.8.4 23:39:28 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 23:39:28 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 23:39:28 go: downloading github.com/hashicorp/serf v0.8.2 23:39:28 go: downloading github.com/go-playground/universal-translator v0.17.0 23:39:28 go: downloading github.com/leodido/go-urn v1.2.0 23:39:28 go: downloading github.com/go-logfmt/logfmt v0.4.0 23:39:28 go: downloading github.com/go-playground/locales v0.13.0 23:39:28 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 23:39:28 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 23:39:28 go: downloading github.com/hashicorp/golang-lru v0.5.0 23:39:36 Building config-common 23:39:39 Skipping stage go (already ran) 23:39:39 Staging app-service-config 23:39:40 Staging config-common 23:39:41 Priming go 23:39:42 Priming app-service-config 23:39:43 Priming config-common [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 23:39:48 provisioning config files... 23:39:48 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_PR-159@tmp/config4952636679904439006tmp [Pipeline] { [Pipeline] sh 23:39:48 + set +x 23:39:48 + curl -s https://codecov.io/bash 23:39:48 + bash -s -- 23:39:49 23:39:49 _____ _ 23:39:49 / ____| | | 23:39:49 | | ___ __| | ___ ___ _____ __ 23:39:49 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:39:49 | |___| (_) | (_| | __/ (_| (_) \ V / 23:39:49 \_____\___/ \__,_|\___|\___\___/ \_/ 23:39:49 Bash-20201231-23d4836 23:39:49 23:39:49 23:39:49 ==> git version 2.24.3 found 23:39:49 ==> 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 23:39:49 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 23:39:49 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 23:39:49 ==> Jenkins CI detected. 23:39:49 project root: . 23:39:49 --> token set from env 23:39:49 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:39:49 ==> Running gcov in . (disable via -X gcov) 23:39:49 ==> Python coveragepy not found 23:39:49 ==> Searching for coverage reports in: 23:39:49 + . 23:39:49 -> Found 1 reports 23:39:49 ==> Detecting git/mercurial file structure 23:39:49 ==> Reading reports 23:39:49 + ./coverage.out bytes=10 23:39:49 ==> Appending adjustments 23:39:49 https://docs.codecov.io/docs/fixing-reports 23:39:49 + Found adjustments 23:39:49 ==> Gzipping contents 23:39:49 4.0K /tmp/codecov.1R1oLf.gz 23:39:49 ==> Uploading reports 23:39:49 url: https://codecov.io 23:39:49 query: branch=PR-159&commit=2036f71e18df656431b4bf44ad65842c2b1c89fd&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-159%2F5%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=159&job=&cmd_args= 23:39:49 -> Pinging Codecov 23:39:49 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-159&commit=2036f71e18df656431b4bf44ad65842c2b1c89fd&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-159%2F5%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=159&job=&cmd_args= 23:39:50 -> Uploading to 23:39:50 https://storage.googleapis.com/codecov/v4/raw/2021-01-07/A97CA9966030D2A3747ED39772930CCE/2036f71e18df656431b4bf44ad65842c2b1c89fd/4bdcbdfd-f388-4eea-a0f8-bd27e6668fe2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210107%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210107T233950Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=12c23687d639d214d542e4ca760359426c18ddf199d0131b2c868af5190af532 23:39:50 % Total % Received % Xferd Average Speed Time Time Time Current 23:39:50 Dload Upload Total Spent Left Speed 23:39:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 378 0 0 100 378 0 873 --:--:-- --:--:-- --:--:-- 875 23:39:50 -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/2036f71e18df656431b4bf44ad65842c2b1c89fd [Pipeline] } 23:39:50 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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 23:39:53 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:39:53 ---> package-listing.sh 23:39:53 ++ facter osfamily 23:39:53 ++ tr '[:upper:]' '[:lower:]' 23:39:53 + OS_FAMILY=redhat 23:39:53 + workspace=/w/workspace/_app-service-configurable_PR-159 23:39:53 + START_PACKAGES=/tmp/packages_start.txt 23:39:53 + END_PACKAGES=/tmp/packages_end.txt 23:39:53 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:39:53 + PACKAGES=/tmp/packages_start.txt 23:39:53 + '[' /w/workspace/_app-service-configurable_PR-159 ']' 23:39:53 + PACKAGES=/tmp/packages_end.txt 23:39:53 + case "${OS_FAMILY}" in 23:39:53 + rpm -qa 23:39:53 + sort 23:39:59 + '[' -f /tmp/packages_start.txt ']' 23:39:59 + '[' -f /tmp/packages_end.txt ']' 23:39:59 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:39:59 + '[' /w/workspace/_app-service-configurable_PR-159 ']' 23:39:59 + mkdir -p /w/workspace/_app-service-configurable_PR-159/archives/ 23:39:59 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-159/archives/ [Pipeline] echo 23:39:59 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-159/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:39:59 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:39:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:39:59 23:39:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:40:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:40:00 alpine: Pulling from edgex-lftools-log-publisher 23:40:00 df20fa9351a1: Pulling fs layer 23:40:00 36b3adc4ff6f: Pulling fs layer 23:40:00 8ad3a11d3b57: Pulling fs layer 23:40:00 46f8f816bc3b: Pulling fs layer 23:40:00 93b61091891f: Pulling fs layer 23:40:00 93b9cdb0e59b: Pulling fs layer 23:40:00 5e14af77c1be: Pulling fs layer 23:40:00 01666e4c0597: Pulling fs layer 23:40:00 aa168da1d23b: Pulling fs layer 23:40:00 46f8f816bc3b: Waiting 23:40:00 93b61091891f: Waiting 23:40:00 93b9cdb0e59b: Waiting 23:40:00 5e14af77c1be: Waiting 23:40:00 01666e4c0597: Waiting 23:40:00 aa168da1d23b: Waiting 23:40:00 36b3adc4ff6f: Verifying Checksum 23:40:00 36b3adc4ff6f: Download complete 23:40:00 46f8f816bc3b: Download complete 23:40:00 df20fa9351a1: Verifying Checksum 23:40:00 df20fa9351a1: Download complete 23:40:00 93b9cdb0e59b: Verifying Checksum 23:40:00 93b9cdb0e59b: Download complete 23:40:00 5e14af77c1be: Verifying Checksum 23:40:00 5e14af77c1be: Download complete 23:40:00 93b61091891f: Verifying Checksum 23:40:00 93b61091891f: Download complete 23:40:00 01666e4c0597: Verifying Checksum 23:40:00 01666e4c0597: Download complete 23:40:00 8ad3a11d3b57: Verifying Checksum 23:40:00 8ad3a11d3b57: Download complete 23:40:00 df20fa9351a1: Pull complete 23:40:00 36b3adc4ff6f: Pull complete 23:40:01 8ad3a11d3b57: Pull complete 23:40:01 46f8f816bc3b: Pull complete 23:40:02 93b61091891f: Pull complete 23:40:02 93b9cdb0e59b: Pull complete 23:40:02 5e14af77c1be: Pull complete 23:40:02 01666e4c0597: Pull complete 23:40:03 aa168da1d23b: Verifying Checksum 23:40:03 aa168da1d23b: Download complete 23:40:10 aa168da1d23b: Pull complete 23:40:10 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:40:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:40:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:40:10 prd-centos7-docker-4c-2g-18968 does not seem to be running inside a container 23:40:10 $ 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-159/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-159 -v /w/workspace/_app-service-configurable_PR-159:/w/workspace/_app-service-configurable_PR-159:rw,z -v /w/workspace/_app-service-configurable_PR-159@tmp:/w/workspace/_app-service-configurable_PR-159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:40:14 $ docker top f098e7dafe90b9e169245c1496e9f9bc9afd11fdbb0bc80475ccb0a6e1bbe9c8 -eo pid,comm [Pipeline] { [Pipeline] sh 23:40:14 + touch /tmp/pre-build-complete [Pipeline] sh 23:40:14 + mkdir -p /var/log/sa [Pipeline] sh 23:40:15 + ls /var/log/sa-host 23:40:15 + sadf -c /var/log/sa-host/sa07 23:40:15 file_magic: OK 23:40:15 HZ: Using current value: 100 23:40:15 file_header: OK 23:40:15 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 23:40:15 Statistics: 23:40:15 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:40:15 File successfully converted to sysstat format version 12.2.1 23:40:15 + sadf -c /var/log/sa-host/sa23 23:40:15 file_magic: OK 23:40:15 HZ: Using current value: 100 23:40:15 file_header: OK 23:40:15 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 23:40:15 Statistics: 23:40:15 Hnuu...uuuununununu... 23:40:15 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:40:15 provisioning config files... 23:40:15 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-159@tmp/config7339465719718961281tmp [Pipeline] { [Pipeline] echo 23:40:15 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:40:16 ---> create-netrc.sh [Pipeline] } 23:40:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:40:16 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:40:16 ---> python-tools-install.sh [Pipeline] echo 23:40:16 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:40:17 ---> sudo-logs.sh 23:40:17 Archiving 'sudo' log.. [Pipeline] echo 23:40:17 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:40:17 ---> job-cost.sh 23:40:17 lf-activate-venv: SKIPPING 23:40:17 INFO: No Stack... 23:40:18 INFO: Retrieving Pricing Info for: v1-standard-2 23:40:18 INFO: Archiving Costs [Pipeline] echo 23:40:18 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:40:18 ---> logs-deploy.sh 23:40:18 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-159/5 23:40:18 INFO: archiving workspace using pattern(s): 23:40:20 Archives upload complete. 23:40:20 INFO: archiving logs to Nexus 23:40:21 ---> uname -a: 23:40:21 Linux prd-centos7-docker-4c-2g-18968.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 23:40:21 23:40:21 23:40:21 ---> lscpu: 23:40:21 Architecture: x86_64 23:40:21 CPU op-mode(s): 32-bit, 64-bit 23:40:21 Byte Order: Little Endian 23:40:21 Address sizes: 40 bits physical, 48 bits virtual 23:40:21 CPU(s): 4 23:40:21 On-line CPU(s) list: 0-3 23:40:21 Thread(s) per core: 1 23:40:21 Core(s) per socket: 1 23:40:21 Socket(s): 4 23:40:21 NUMA node(s): 1 23:40:21 Vendor ID: GenuineIntel 23:40:21 CPU family: 6 23:40:21 Model: 44 23:40:21 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:40:21 Stepping: 1 23:40:21 CPU MHz: 2933.442 23:40:21 BogoMIPS: 5866.88 23:40:21 Virtualization: VT-x 23:40:21 Hypervisor vendor: KVM 23:40:21 Virtualization type: full 23:40:21 L1d cache: 128 KiB 23:40:21 L1i cache: 128 KiB 23:40:21 L2 cache: 16 MiB 23:40:21 L3 cache: 64 MiB 23:40:21 NUMA node0 CPU(s): 0-3 23:40:21 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:40:21 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:40:21 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:40:21 Vulnerability Meltdown: Mitigation; PTI 23:40:21 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:40:21 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:40:21 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:40:21 Vulnerability Srbds: Not affected 23:40:21 Vulnerability Tsx async abort: Not affected 23:40:21 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 23:40:21 23:40:21 23:40:21 ---> nproc: 23:40:21 4 23:40:21 23:40:21 23:40:21 ---> df -h: 23:40:21 Filesystem Size Used Available Use% Mounted on 23:40:21 overlay 50.0G 7.3G 42.7G 15% / 23:40:21 tmpfs 64.0M 0 64.0M 0% /dev 23:40:21 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:40:21 shm 64.0M 0 64.0M 0% /dev/shm 23:40:21 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 23:40:21 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 23:40:21 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 23:40:21 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 23:40:21 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 23:40:21 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 23:40:21 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 23:40:21 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 23:40:21 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/_app-service-configurable_PR-159 23:40:21 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/_app-service-configurable_PR-159@tmp 23:40:21 23:40:21 23:40:21 ---> free -m: 23:40:21 total used free shared buff/cache available 23:40:21 Mem: 1837 696 102 0 1038 1036 23:40:21 Swap: 1023 0 1023 23:40:21 23:40:21 23:40:21 ---> ip addr: 23:40:21 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:40:21 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:40:21 inet 127.0.0.1/8 scope host lo 23:40:21 valid_lft forever preferred_lft forever 23:40:21 inet6 ::1/128 scope host 23:40:21 valid_lft forever preferred_lft forever 23:40:21 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:40:21 link/ether fa:16:3e:c6:31:84 brd ff:ff:ff:ff:ff:ff 23:40:21 inet 10.30.123.116/23 brd 10.30.123.255 scope global dynamic eth0 23:40:21 valid_lft 85654sec preferred_lft 85654sec 23:40:21 inet6 fe80::f816:3eff:fec6:3184/64 scope link 23:40:21 valid_lft forever preferred_lft forever 23:40:21 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:40:21 link/ether 02:42:56:de:29:7a brd ff:ff:ff:ff:ff:ff 23:40:21 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:40:21 valid_lft forever preferred_lft forever 23:40:21 inet6 fe80::42:56ff:fede:297a/64 scope link 23:40:21 valid_lft forever preferred_lft forever 23:40:21 23:40:21 23:40:21 ---> sar -b -r -n DEV: 23:40:21 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/07/21 _x86_64_ (4 CPU) 23:40:21 23:40:21 23:27:44 LINUX RESTART (4 CPU) 23:40:21 23:40:21 23:28:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:40:21 23:29:01 185.82 101.37 84.45 0.00 10269.65 39107.21 0.00 23:40:21 23:30:01 2.56 0.00 2.56 0.00 0.00 54.27 0.00 23:40:21 23:31:01 0.47 0.00 0.47 0.00 0.00 6.63 0.00 23:40:21 23:32:01 0.37 0.00 0.37 0.00 0.00 4.36 0.00 23:40:21 23:33:01 0.18 0.00 0.18 0.00 0.00 2.18 0.00 23:40:21 23:34:01 0.33 0.00 0.33 0.00 0.00 4.35 0.00 23:40:21 23:35:01 0.25 0.00 0.25 0.00 0.00 3.00 0.00 23:40:21 23:36:01 0.40 0.00 0.40 0.00 0.00 5.86 0.00 23:40:21 23:37:01 0.18 0.00 0.18 0.00 0.00 1.63 0.00 23:40:21 23:38:01 0.20 0.00 0.20 0.00 0.00 2.05 0.00 23:40:21 23:39:01 0.35 0.00 0.35 0.00 0.00 5.11 0.00 23:40:21 23:40:01 52.71 48.93 3.78 0.00 4065.66 99.87 0.00 23:40:21 Average: 20.32 12.53 7.80 0.00 1194.91 3275.53 0.00 23:40:21 23:40:21 23:28:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:40:21 23:29:01 151288 0 583656 31.02 2620 1143980 1104964 37.71 416448 1114932 128 23:40:21 23:30:01 152048 0 582964 30.98 2620 1143912 1104848 37.71 416728 1114140 16 23:40:21 23:31:01 156596 0 578408 30.74 2620 1143920 1071424 36.57 421708 1105228 8 23:40:21 23:32:01 155824 0 579180 30.78 2620 1143920 1071532 36.57 422324 1105228 16 23:40:21 23:33:01 153788 0 581208 30.89 2620 1143928 1071556 36.57 442312 1087620 8 23:40:21 23:34:01 154412 0 580580 30.86 2620 1143932 1071496 36.57 441840 1087620 8 23:40:21 23:35:01 154692 0 580296 30.84 2620 1143936 1071460 36.57 441752 1087620 8 23:40:21 23:36:01 153904 0 581080 30.88 2620 1143940 1071568 36.57 442320 1087620 16 23:40:21 23:37:01 154664 0 580316 30.84 2620 1143944 1071424 36.57 441600 1087620 12 23:40:21 23:38:01 154864 0 580108 30.83 2620 1143952 1071424 36.57 441708 1087620 8 23:40:21 23:39:01 154264 0 580708 30.86 2620 1143952 1071544 36.57 442264 1087620 8 23:40:21 23:40:01 74048 0 656688 34.90 2620 1148188 1467748 50.09 509408 1091608 78488 23:40:21 Average: 147533 0 587099 31.20 2620 1144292 1110082 37.89 440034 1095373 6560 23:40:21 23:40:21 23:28:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:40:21 23:29:01 eth0 606.49 380.06 1059.46 105.69 0.00 0.00 0.00 0.00 23:40:21 23:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:40:21 23:29:01 docker0 2.03 1.73 0.45 3.89 0.00 0.00 0.00 0.00 23:40:21 23:30:01 eth0 4.89 2.45 4.58 0.53 0.00 0.00 0.00 0.00 23:40:21 23:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:40:21 23:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:40:21 23:31:01 eth0 0.78 0.08 0.06 0.01 0.00 0.00 0.00 0.00 23:40:21 23:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:40:21 23:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:40:21 23:32:01 eth0 0.58 0.33 0.27 0.17 0.00 0.00 0.00 0.00 23:40:21 23:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:40:21 23:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:40:21 23:33:01 eth0 1.00 0.28 0.32 0.20 0.00 0.00 0.00 0.00 23:40:21 23:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:40:21 23:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:40:21 23:34:01 eth0 0.22 0.15 0.08 0.10 0.00 0.00 0.00 0.00 23:40:21 23:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:40:21 23:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:40:21 23:35:01 eth0 0.52 0.20 0.11 0.02 0.00 0.00 0.00 0.00 23:40:21 23:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:40:21 23:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:40:21 23:36:01 eth0 1.82 0.58 0.63 0.40 0.00 0.00 0.00 0.00 23:40:21 23:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:40:21 23:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:40:21 23:37:01 eth0 0.25 0.08 0.02 0.01 0.00 0.00 0.00 0.00 23:40:21 23:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:40:21 23:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:40:21 23:38:01 eth0 0.70 0.03 0.06 0.00 0.00 0.00 0.00 0.00 23:40:21 23:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:40:21 23:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:40:21 23:39:01 eth0 0.60 0.33 0.34 0.26 0.00 0.00 0.00 0.00 23:40:21 23:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:40:21 23:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:40:21 23:40:01 eth0 105.98 85.68 856.54 10.91 0.00 0.00 0.00 0.00 23:40:21 23:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:40:21 23:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:40:21 Average: eth0 60.33 39.20 160.25 9.86 0.00 0.00 0.00 0.00 23:40:21 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:40:21 Average: docker0 0.17 0.14 0.04 0.32 0.00 0.00 0.00 0.00 23:40:21 23:40:21 23:40:21 ---> sar -P ALL: 23:40:21 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/07/21 _x86_64_ (4 CPU) 23:40:21 23:40:21 23:27:44 LINUX RESTART (4 CPU) 23:40:21 23:40:21 23:28:01 CPU %user %nice %system %iowait %steal %idle 23:40:21 23:29:01 all 15.21 0.00 9.33 6.02 0.03 69.40 23:40:21 23:29:01 0 15.36 0.00 11.89 4.32 0.03 68.40 23:40:21 23:29:01 1 16.63 0.00 8.45 6.02 0.05 68.84 23:40:21 23:29:01 2 14.88 0.00 8.20 6.67 0.03 70.22 23:40:21 23:29:01 3 13.98 0.00 8.79 7.06 0.02 70.16 23:40:21 23:30:01 all 0.25 0.00 0.09 0.00 0.00 99.65 23:40:21 23:30:01 0 0.12 0.00 0.07 0.00 0.02 99.80 23:40:21 23:30:01 1 0.13 0.00 0.13 0.00 0.00 99.73 23:40:21 23:30:01 2 0.63 0.00 0.07 0.00 0.00 99.30 23:40:21 23:30:01 3 0.13 0.00 0.08 0.00 0.00 99.78 23:40:21 23:31:01 all 0.18 0.00 0.06 0.00 0.00 99.76 23:40:21 23:31:01 0 0.07 0.00 0.05 0.00 0.00 99.88 23:40:21 23:31:01 1 0.05 0.00 0.05 0.00 0.00 99.90 23:40:21 23:31:01 2 0.53 0.00 0.12 0.00 0.00 99.35 23:40:21 23:31:01 3 0.07 0.00 0.03 0.00 0.00 99.90 23:40:21 23:32:01 all 0.10 0.00 0.10 0.00 0.00 99.80 23:40:21 23:32:01 0 0.03 0.00 0.10 0.00 0.00 99.87 23:40:21 23:32:01 1 0.05 0.00 0.08 0.00 0.00 99.87 23:40:21 23:32:01 2 0.25 0.00 0.12 0.00 0.00 99.63 23:40:21 23:32:01 3 0.07 0.00 0.12 0.00 0.00 99.82 23:40:21 23:33:01 all 0.08 0.00 0.07 0.00 0.00 99.85 23:40:21 23:33:01 0 0.03 0.00 0.03 0.00 0.00 99.93 23:40:21 23:33:01 1 0.17 0.00 0.05 0.00 0.00 99.78 23:40:21 23:33:01 2 0.10 0.00 0.17 0.00 0.00 99.73 23:40:21 23:33:01 3 0.03 0.00 0.02 0.00 0.00 99.95 23:40:21 23:34:01 all 0.16 0.00 0.03 0.00 0.00 99.81 23:40:21 23:34:01 0 0.05 0.00 0.05 0.00 0.00 99.90 23:40:21 23:34:01 1 0.50 0.00 0.02 0.00 0.00 99.48 23:40:21 23:34:01 2 0.03 0.00 0.03 0.00 0.00 99.93 23:40:21 23:34:01 3 0.05 0.00 0.03 0.00 0.00 99.92 23:40:21 23:35:01 all 0.17 0.00 0.03 0.00 0.00 99.80 23:40:21 23:35:01 0 0.05 0.00 0.05 0.00 0.00 99.90 23:40:21 23:35:01 1 0.55 0.00 0.03 0.00 0.00 99.42 23:40:21 23:35:01 2 0.03 0.00 0.03 0.00 0.00 99.93 23:40:21 23:35:01 3 0.05 0.00 0.02 0.00 0.00 99.93 23:40:21 23:36:01 all 0.18 0.00 0.05 0.00 0.00 99.77 23:40:21 23:36:01 0 0.08 0.00 0.07 0.00 0.00 99.85 23:40:21 23:36:01 1 0.58 0.00 0.05 0.00 0.00 99.37 23:40:21 23:36:01 2 0.03 0.00 0.05 0.00 0.00 99.92 23:40:21 23:36:01 3 0.03 0.00 0.02 0.00 0.00 99.95 23:40:21 23:37:01 all 0.16 0.00 0.05 0.00 0.00 99.80 23:40:21 23:37:01 0 0.02 0.00 0.03 0.00 0.00 99.95 23:40:21 23:37:01 1 0.53 0.00 0.05 0.00 0.00 99.42 23:40:21 23:37:01 2 0.02 0.00 0.03 0.00 0.00 99.95 23:40:21 23:37:01 3 0.07 0.00 0.07 0.00 0.00 99.87 23:40:21 23:38:01 all 0.17 0.00 0.03 0.00 0.00 99.80 23:40:21 23:38:01 0 0.07 0.00 0.05 0.00 0.00 99.88 23:40:21 23:38:01 1 0.53 0.00 0.00 0.00 0.00 99.47 23:40:21 23:38:01 2 0.05 0.00 0.03 0.00 0.00 99.92 23:40:21 23:38:01 3 0.05 0.00 0.03 0.00 0.00 99.92 23:40:21 23:39:01 all 0.15 0.00 0.04 0.00 0.00 99.81 23:40:21 23:39:01 0 0.03 0.00 0.03 0.00 0.00 99.93 23:40:21 23:39:01 1 0.02 0.00 0.03 0.00 0.00 99.95 23:40:21 23:39:01 2 0.55 0.00 0.07 0.00 0.00 99.38 23:40:21 23:39:01 3 0.02 0.00 0.02 0.00 0.00 99.97 23:40:21 23:40:21 23:39:01 CPU %user %nice %system %iowait %steal %idle 23:40:21 23:40:01 all 2.17 0.00 1.26 1.35 0.01 95.22 23:40:21 23:40:01 0 1.59 0.00 1.30 0.32 0.02 96.77 23:40:21 23:40:01 1 2.29 0.00 1.34 2.49 0.00 93.87 23:40:21 23:40:01 2 2.76 0.00 0.85 1.14 0.00 95.25 23:40:21 23:40:01 3 2.02 0.00 1.54 1.44 0.02 94.98 23:40:21 Average: all 1.56 0.00 0.91 0.60 0.00 96.92 23:40:21 Average: 0 1.43 0.00 1.12 0.38 0.01 97.06 23:40:21 Average: 1 1.81 0.00 0.85 0.70 0.00 96.63 23:40:21 Average: 2 1.64 0.00 0.80 0.64 0.00 96.92 23:40:21 Average: 3 1.36 0.00 0.88 0.70 0.00 97.06 23:40:21 23:40:21 23:40:21