Pull request #3702 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from c0496e6c5c4aeda306cc272094c9db7e71d87ece+94753fbbce3905e5adee13c645be22d19117881b (94656ac1d78ce6115441b6ab7cc9285ff81d423c) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh619183275258211368.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh5449502257234851432.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3702/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3702/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh1085302763600681527.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3702/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh4431829070881257510.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 # timeout=10 Commit message: "Merge pull request #353 from ernestojeda/go-mod-tidy-change" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh2672485916305034063.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3702/workspace@libs/lf-pipelines # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3702/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh6238782866542289416.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 98bb157299c17168c94e81a7dba3d05dc38b0f72 # timeout=10 Commit message: "Docs: Add example Jenkinsfile to documentation" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 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 ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], 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 ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Running on prd-centos7-docker-4c-2g-1453 in /w/workspace/edgexfoundry_edgex-go_PR-3702 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/1@tmp/jenkins-gitclient-ssh2711172665843733725.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 94753fbbce3905e5adee13c645be22d19117881b into PR head commit c0496e6c5c4aeda306cc272094c9db7e71d87ece Merge succeeded, producing c0496e6c5c4aeda306cc272094c9db7e71d87ece Checking out Revision c0496e6c5c4aeda306cc272094c9db7e71d87ece (PR-3702) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/1@tmp/jenkins-gitclient-ssh4410819136322242430.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3702/head:refs/remotes/origin/PR-3702 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c0496e6c5c4aeda306cc272094c9db7e71d87ece # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/1@tmp/jenkins-gitclient-ssh1768453637776042740.key > git merge 94753fbbce3905e5adee13c645be22d19117881b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c0496e6c5c4aeda306cc272094c9db7e71d87ece # timeout=10 Commit message: "build(deps): Bump github.com/pelletier/go-toml from 1.9.3 to 1.9.4" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:07:34 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:07:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:07:35 ========================================================= 19:07:35 EdgeX Global Pipelines Version Info 19:07:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:07:36 ------------------- 19:07:36 stable info: 19:07:36 ------------------- 19:07:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:07:36 Commit SHA: 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 19:07:36 Message: update stable to v1.0.205 19:07:37 ------------------- 19:07:37 experimental info: 19:07:37 ------------------- 19:07:37 Commited By: **** collab-it+edgex@linuxfoundation.org 19:07:37 Commit SHA: 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 19:07:37 Message: update experimental to v1.0.205 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:07:37 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:07:37 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:07:37 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:07:37 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:07:37 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:07:37 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 19:07:37 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 19:07:37 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:07:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:07:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:07:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:07:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:07:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:07:38 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:07:38 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:07:38 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:07:38 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:07:38 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:07:38 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:07:38 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:07:38 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 19:07:38 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 19:07:38 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:07:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3702 [Pipeline] echo 19:07:38 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3702 [Pipeline] echo 19:07:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3702 [Pipeline] echo 19:07:38 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c0496e6c5c4aeda306cc272094c9db7e71d87ece [Pipeline] echo 19:07:38 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c0496e6 [Pipeline] echo 19:07:38 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:07:39 provisioning config files... 19:07:39 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config94537507244205123tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:07:39 ---> docker-login.sh 19:07:39 nexus3.edgexfoundry.org:10001 19:07:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:07:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:07:39 Configure a credential helper to remove this warning. See 19:07:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:07:39 19:07:39 Login Succeeded 19:07:39 nexus3.edgexfoundry.org:10002 19:07:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:07:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:07:40 Configure a credential helper to remove this warning. See 19:07:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:07:40 19:07:40 Login Succeeded 19:07:40 nexus3.edgexfoundry.org:10003 19:07:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:07:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:07:40 Configure a credential helper to remove this warning. See 19:07:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:07:40 19:07:40 Login Succeeded 19:07:40 nexus3.edgexfoundry.org:10004 19:07:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:07:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:07:40 Configure a credential helper to remove this warning. See 19:07:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:07:40 19:07:40 Login Succeeded 19:07:40 docker.io 19:07:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:07:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:07:40 Configure a credential helper to remove this warning. See 19:07:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:07:40 19:07:40 Login Succeeded 19:07:40 ---> docker-login.sh ends [Pipeline] } 19:07:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:07:41 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 19:07:41 + for file in '`ls cmd/**/Dockerfile`' 19:07:41 ++ dirname cmd/core-command/Dockerfile 19:07:41 ++ cut -d/ -f2 19:07:41 + echo core-command,cmd/core-command/Dockerfile 19:07:41 + for file in '`ls cmd/**/Dockerfile`' 19:07:41 ++ dirname cmd/core-data/Dockerfile 19:07:41 ++ cut -d/ -f2 19:07:41 + echo core-data,cmd/core-data/Dockerfile 19:07:41 + for file in '`ls cmd/**/Dockerfile`' 19:07:41 ++ dirname cmd/core-metadata/Dockerfile 19:07:41 ++ cut -d/ -f2 19:07:41 + echo core-metadata,cmd/core-metadata/Dockerfile 19:07:41 + for file in '`ls cmd/**/Dockerfile`' 19:07:41 ++ dirname cmd/security-bootstrapper/Dockerfile 19:07:41 ++ cut -d/ -f2 19:07:41 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:07:41 + for file in '`ls cmd/**/Dockerfile`' 19:07:41 ++ dirname cmd/security-proxy-setup/Dockerfile 19:07:41 ++ cut -d/ -f2 19:07:41 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:07:41 + for file in '`ls cmd/**/Dockerfile`' 19:07:41 ++ dirname cmd/security-secretstore-setup/Dockerfile 19:07:41 ++ cut -d/ -f2 19:07:41 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:07:41 + for file in '`ls cmd/**/Dockerfile`' 19:07:41 ++ dirname cmd/support-notifications/Dockerfile 19:07:41 ++ cut -d/ -f2 19:07:41 + echo support-notifications,cmd/support-notifications/Dockerfile 19:07:41 + for file in '`ls cmd/**/Dockerfile`' 19:07:41 ++ dirname cmd/support-scheduler/Dockerfile 19:07:41 ++ cut -d/ -f2 19:07:41 + echo support-scheduler,cmd/support-scheduler/Dockerfile 19:07:41 + for file in '`ls cmd/**/Dockerfile`' 19:07:41 ++ dirname cmd/sys-mgmt-agent/Dockerfile 19:07:41 ++ cut -d/ -f2 19:07:41 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 19:07:41 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 19:07:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:07:43 19:07:43 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:07:43 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:07:43 latest: Pulling from edgex-devops/git-semver 19:07:43 31603596830f: Pulling fs layer 19:07:43 04fac38145f0: Pulling fs layer 19:07:43 701f6daf10bf: Pulling fs layer 19:07:43 24f72da36158: Pulling fs layer 19:07:43 24f72da36158: Waiting 19:07:43 04fac38145f0: Download complete 19:07:43 31603596830f: Verifying Checksum 19:07:43 31603596830f: Download complete 19:07:43 24f72da36158: Verifying Checksum 19:07:43 24f72da36158: Download complete 19:07:43 31603596830f: Pull complete 19:07:43 04fac38145f0: Pull complete 19:07:43 701f6daf10bf: Verifying Checksum 19:07:43 701f6daf10bf: Download complete 19:07:44 701f6daf10bf: Pull complete 19:07:44 24f72da36158: Pull complete 19:07:44 Digest: sha256:4df6d42b0a42de7465b316d5d101e9e577e29cf163494206da03a6bf8561ec42 19:07:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:07:44 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:07:44 prd-centos7-docker-4c-2g-1453 does not seem to be running inside a container 19:07:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:07:45 $ docker top 0a21ff16c3ca0cdd0f1619cee31cab7c2b0cd94376c17fba10b386351e3b8ea6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:07:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:07:45 [ssh-agent] Looking for ssh-agent implementation... 19:07:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:07:46 $ docker exec 0a21ff16c3ca0cdd0f1619cee31cab7c2b0cd94376c17fba10b386351e3b8ea6 ssh-agent 19:07:46 SSH_AUTH_SOCK=/tmp/ssh-SmPYV1pY0Zn5/agent.13 19:07:46 SSH_AGENT_PID=20 19:07:46 Running ssh-add (command line suppressed) 19:07:46 Identity added: /w/workspace/edgex-go/1@tmp/private_key_3644380513896876689.key (/w/workspace/edgex-go/1@tmp/private_key_3644380513896876689.key) 19:07:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:07:46 + git tag --points-at HEAD [Pipeline] } 19:07:46 $ docker exec --env ******** --env ******** 0a21ff16c3ca0cdd0f1619cee31cab7c2b0cd94376c17fba10b386351e3b8ea6 ssh-agent -k 19:07:46 unset SSH_AUTH_SOCK; 19:07:46 unset SSH_AGENT_PID; 19:07:46 echo Agent pid 20 killed; 19:07:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:07:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:07:46 [ssh-agent] Looking for ssh-agent implementation... 19:07:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:07:46 $ docker exec 0a21ff16c3ca0cdd0f1619cee31cab7c2b0cd94376c17fba10b386351e3b8ea6 ssh-agent 19:07:47 SSH_AUTH_SOCK=/tmp/ssh-31eCnsZmERRl/agent.53 19:07:47 SSH_AGENT_PID=59 19:07:50 Running ssh-add (command line suppressed) 19:07:50 Identity added: /w/workspace/edgex-go/1@tmp/private_key_3705348173616085792.key (/w/workspace/edgex-go/1@tmp/private_key_3705348173616085792.key) 19:07:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:07:50 + git semver init 19:07:50 # -> Open(): unable to determine branch for HEAD 19:07:50 # $GIT_DIR = /w/workspace/edgex-go/1/.git 19:07:50 # $GIT_WORK_TREE = /w/workspace/edgex-go/1 19:07:50 # $SEMVER_REMOTE_NAME = origin 19:07:50 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:07:50 # $SEMVER_USER_NAME = edgex-jenkins 19:07:50 # $SEMVER_BRANCH = PR-3702 19:07:50 # $SEMVER_TEMP = /tmp/semver-627007056 19:07:50 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 19:08:05 # '/tmp/semver-627007056' -> '/w/workspace/edgex-go/1/.semver' 19:08:05 # -> Force: false 19:08:05 # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } 19:08:05 $ docker exec --env ******** --env ******** 0a21ff16c3ca0cdd0f1619cee31cab7c2b0cd94376c17fba10b386351e3b8ea6 ssh-agent -k 19:08:05 unset SSH_AUTH_SOCK; 19:08:05 unset SSH_AGENT_PID; 19:08:05 echo Agent pid 59 killed; 19:08:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:08:06 + git semver [Pipeline] } 19:08:06 $ docker stop --time=1 0a21ff16c3ca0cdd0f1619cee31cab7c2b0cd94376c17fba10b386351e3b8ea6 19:08:08 $ docker rm -f 0a21ff16c3ca0cdd0f1619cee31cab7c2b0cd94376c17fba10b386351e3b8ea6 [Pipeline] // withDockerContainer [Pipeline] sh 19:08:08 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:08:09 Stashed 1 file(s) [Pipeline] echo 19:08:09 [edgeXSemver]: initialized semver on version 0.0.0 [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] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo 19:08:09 ========================================================= 19:08:09 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 19:08:09 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:08:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 19:08:10 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 19:08:10 540db60ca938: Pulling fs layer 19:08:10 adcc1eea9eea: Pulling fs layer 19:08:10 4c4ab2625f07: Pulling fs layer 19:08:10 db62176df00c: Pulling fs layer 19:08:10 3b30891b0d05: Pulling fs layer 19:08:10 06b49ca38bd5: Pulling fs layer 19:08:10 c788192a36de: Pulling fs layer 19:08:10 a77e37c0d609: Pulling fs layer 19:08:10 c3185cebc471: Pulling fs layer 19:08:10 06b49ca38bd5: Waiting 19:08:10 c788192a36de: Waiting 19:08:10 a77e37c0d609: Waiting 19:08:10 c3185cebc471: Waiting 19:08:10 db62176df00c: Waiting 19:08:10 3b30891b0d05: Waiting 19:08:10 4c4ab2625f07: Verifying Checksum 19:08:10 4c4ab2625f07: Download complete 19:08:10 adcc1eea9eea: Download complete 19:08:10 3b30891b0d05: Verifying Checksum 19:08:10 3b30891b0d05: Download complete 19:08:10 06b49ca38bd5: Verifying Checksum 19:08:10 06b49ca38bd5: Download complete 19:08:10 c788192a36de: Verifying Checksum 19:08:10 c788192a36de: Download complete 19:08:10 540db60ca938: Verifying Checksum 19:08:10 540db60ca938: Download complete 19:08:10 540db60ca938: Pull complete 19:08:10 adcc1eea9eea: Pull complete 19:08:10 4c4ab2625f07: Pull complete 19:08:11 a77e37c0d609: Verifying Checksum 19:08:11 a77e37c0d609: Download complete 19:08:14 c3185cebc471: Verifying Checksum 19:08:14 c3185cebc471: Download complete 19:08:14 db62176df00c: Verifying Checksum 19:08:14 db62176df00c: Download complete 19:08:18 db62176df00c: Pull complete 19:08:18 3b30891b0d05: Pull complete 19:08:18 06b49ca38bd5: Pull complete 19:08:18 c788192a36de: Pull complete 19:08:18 a77e37c0d609: Pull complete 19:08:20 c3185cebc471: Pull complete 19:08:20 Digest: sha256:c22a6272cb0662d4dba1bb41e7658fbabc00c875dcca5b7a38fb264b4004f4bd 19:08:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 19:08:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] fileExists [Pipeline] sh 19:08:21 + echo 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 19:08:21 WORKDIR /edgex 19:08:21 COPY go.mod . 19:08:21 RUN go mod download' 19:08:21 + docker build -t ci-base-image-x86_64 -f - . 19:08:22 Sending build context to Docker daemon 328.8MB 19:08:22 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 19:08:22 ---> 031687cdd783 19:08:22 Step 2/4 : WORKDIR /edgex 19:08:23 ---> Running in 891f82201cdd 19:08:23 Removing intermediate container 891f82201cdd 19:08:23 ---> ef61109cff03 19:08:23 Step 3/4 : COPY go.mod . 19:08:23 ---> 363fada15a8c 19:08:23 Step 4/4 : RUN go mod download 19:08:23 ---> Running in 89dbf0936506 19:08:24 Still waiting to schedule task 19:08:24 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 19:09:10 Removing intermediate container 89dbf0936506 19:09:10 ---> 4a71fcb4b453 19:09:10 Successfully built 4a71fcb4b453 19:09:10 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 19:09:11 + docker inspect -f . ci-base-image-x86_64 19:09:11 . [Pipeline] withDockerContainer 19:09:11 prd-centos7-docker-4c-2g-1453 does not seem to be running inside a container 19:09:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:09:11 $ docker top feafbae2d08afe5a316137c0b89bbdfe007f97c505adf338cfc3fc276e5f0264 -eo pid,comm [Pipeline] { [Pipeline] sh 19:09:12 + go version 19:09:12 go version go1.16.6 linux/amd64 [Pipeline] } 19:09:12 $ docker stop --time=1 feafbae2d08afe5a316137c0b89bbdfe007f97c505adf338cfc3fc276e5f0264 19:09:13 $ docker rm -f feafbae2d08afe5a316137c0b89bbdfe007f97c505adf338cfc3fc276e5f0264 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:09:14 + docker inspect -f . ci-base-image-x86_64 19:09:14 . [Pipeline] withDockerContainer 19:09:14 prd-centos7-docker-4c-2g-1453 does not seem to be running inside a container 19:09:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:09:15 $ docker top d021721abab5e1b02a99cd19d9ef1615cdaa66e384172c877aeb33690b3d0eb9 -eo pid,comm [Pipeline] { [Pipeline] echo 19:09:15 ========================================================= 19:09:15 [edgeXBuildGoParallel] Running Tests and Build... 19:09:15 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:09:15 + go mod tidy [Pipeline] sh 19:09:16 + make test 19:09:16 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 19:09:16 go mod tidy 19:09:16 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:09:23 ? github.com/edgexfoundry/edgex-go [no test files] 19:09:41 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:09:45 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:09:46 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:09:46 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:09:49 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:09:49 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:09:49 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:09:49 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:09:50 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:09:50 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:09:50 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:09:50 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:09:50 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:09:50 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:09:52 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.067s coverage: 28.7% of statements 19:09:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:09:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:09:53 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.067s coverage: 100.0% of statements 19:09:53 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:09:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.099s coverage: 46.3% of statements 19:09:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:09:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:09:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.107s coverage: 90.1% of statements 19:09:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:09:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:09:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.055s coverage: 81.2% of statements 19:09:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:09:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:09:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 19:09:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:09:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:09:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.287s coverage: 94.2% of statements 19:09:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:09:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:09:56 ok github.com/edgexfoundry/edgex-go/internal/io 0.053s coverage: 59.1% of statements 19:09:56 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:09:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:09:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:09:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:09:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:09:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.056s coverage: 60.0% of statements 19:09:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:09:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:09:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:09:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.062s coverage: 0.8% of statements 19:09:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:09:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.048s coverage: 58.8% of statements 19:09:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.045s coverage: 21.7% of statements 19:09:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:09:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.049s coverage: 47.1% of statements 19:09:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.053s coverage: 79.5% of statements 19:09:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.054s coverage: 94.1% of statements 19:09:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.141s coverage: 96.3% of statements 19:09:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.044s coverage: 87.5% of statements 19:10:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.061s coverage: 94.4% of statements 19:10:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.052s coverage: 44.8% of statements 19:10:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.238s coverage: 81.8% of statements 19:10:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:10:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.092s coverage: 92.9% of statements 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:10:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 65.1% of statements 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:10:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.066s coverage: 87.2% of statements 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:10:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:10:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.055s coverage: 58.8% of statements 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:10:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.0% of statements 19:10:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.054s coverage: 87.2% of statements 19:10:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.066s coverage: 85.4% of statements 19:10:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.2% of statements 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:10:34 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.133s coverage: 64.4% of statements 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:10:34 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.052s coverage: 100.0% of statements 19:10:34 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements 19:10:34 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 19:10:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements 19:10:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.022s coverage: 100.0% of statements 19:10:35 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.196s coverage: 66.9% of statements 19:10:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:10:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:10:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:10:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.130s coverage: 43.6% of statements 19:10:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:10:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:10:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.059s coverage: 89.5% of statements 19:10:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:10:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.052s coverage: 84.8% of statements 19:10:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:10:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.069s coverage: 19.5% of statements 19:10:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:10:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:10:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:10:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:10:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.143s coverage: 92.0% of statements 19:10:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:10:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:10:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:10:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:10:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.053s coverage: 62.7% of statements 19:10:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:10:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:10:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.101s coverage: 97.7% of statements 19:10:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:10:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:10:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:10:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:10:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.054s coverage: 28.9% of statements 19:10:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:10:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:10:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:10:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:10:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:10:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:10:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements 19:10:42 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.034s coverage: 95.4% of statements 19:10:43 GO111MODULE=on go vet ./... 19:10:45 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1469 in /w/workspace/edgexfoundry_edgex-go_PR-3702 [Pipeline] { [Pipeline] ws 19:10:45 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 19:10:45 The recommended git tool is: git 19:10:52 using credential edgex-jenkins-ssh 19:10:52 Cloning the remote Git repository 19:10:52 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:10:52 > git init /w/workspace/edgex-go/1 # timeout=10 19:10:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:10:53 > git --version # timeout=10 19:10:53 > git --version # 'git version 2.17.1' 19:10:53 using GIT_SSH to set credentials SSH Credentials for GitHub 19:10:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:11:10 Merging remotes/origin/main commit 94753fbbce3905e5adee13c645be22d19117881b into PR head commit c0496e6c5c4aeda306cc272094c9db7e71d87ece 19:11:11 Merge succeeded, producing c0496e6c5c4aeda306cc272094c9db7e71d87ece 19:11:11 Checking out Revision c0496e6c5c4aeda306cc272094c9db7e71d87ece (PR-3702) 19:11:11 gofmt -l . 19:11:11 [ "`gofmt -l .`" = "" ] 19:11:11 ./bin/test-attribution-txt.sh [Pipeline] sh 19:11:11 + ls -al . 19:11:11 total 608 19:11:11 drwxrwxr-x 10 1001 1001 4096 Sep 6 19:11 . 19:11:11 drwxr-xr-x 4 root root 28 Sep 6 19:09 .. 19:11:11 -rw-rw-r-- 1 1001 1001 11 Sep 6 19:07 .dockerignore 19:11:11 drwxrwxr-x 8 1001 1001 179 Sep 6 19:07 .git 19:11:11 drwxrwxr-x 4 1001 1001 142 Sep 6 19:07 .github 19:11:11 -rw-rw-r-- 1 1001 1001 818 Sep 6 19:07 .gitignore 19:11:11 -rw-rw-r-- 1 1001 1001 76 Sep 6 19:07 .hadolint.yml 19:11:11 drwx------ 3 1001 1001 58 Sep 6 19:08 .semver 19:11:11 -rw-rw-r-- 1 1001 1001 166 Sep 6 19:07 .sonarcloud.properties 19:11:11 -rw-rw-r-- 1 1001 1001 1171 Sep 6 19:07 ADOPTERS.md 19:11:11 -rw-rw-r-- 1 1001 1001 8493 Sep 6 19:07 Attribution.txt 19:11:11 -rw-rw-r-- 1 1001 1001 43881 Sep 6 19:07 CHANGELOG.md 19:11:11 -rw-rw-r-- 1 1001 1001 3804 Sep 6 19:07 CONTRIBUTING.md 19:11:11 -rw-rw-r-- 1 1001 1001 677 Sep 6 19:07 GOVERNANCE.md 19:11:11 -rw-rw-r-- 1 1001 1001 849 Sep 6 19:07 Jenkinsfile 19:11:11 -rw-rw-r-- 1 1001 1001 10775 Sep 6 19:07 LICENSE 19:11:11 -rw-rw-r-- 1 1001 1001 5915 Sep 6 19:07 Makefile 19:11:11 -rw-rw-r-- 1 1001 1001 582 Sep 6 19:07 OWNERS.md 19:11:11 -rw-rw-r-- 1 1001 1001 8643 Sep 6 19:07 README.md 19:11:11 -rw-rw-r-- 1 1001 1001 6912 Sep 6 19:07 SECURITY.md 19:11:11 -rw-rw-r-- 1 1001 1001 5 Sep 6 19:08 VERSION 19:11:11 -rw-rw-r-- 1 1001 1001 4131 Sep 6 19:07 ZMQWindows.md 19:11:11 drwxrwxr-x 2 1001 1001 37 Sep 6 19:07 bin 19:11:11 drwxrwxr-x 14 1001 1001 4096 Sep 6 19:07 cmd 19:11:11 -rw-r--r-- 1 root root 404331 Sep 6 19:10 coverage.out 19:11:11 -rw-rw-r-- 1 1001 1001 841 Sep 6 19:07 go.mod 19:11:11 -rw-r--r-- 1 root root 50064 Sep 6 19:09 go.sum 19:11:11 drwxrwxr-x 8 1001 1001 124 Sep 6 19:07 internal 19:11:11 drwxrwxr-x 3 1001 1001 16 Sep 6 19:07 openapi 19:11:11 drwxrwxr-x 4 1001 1001 71 Sep 6 19:07 snap 19:11:11 -rw-rw-r-- 1 1001 1001 204 Sep 6 19:07 version.go [Pipeline] sh 19:11:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:11:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:11:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:11:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:11:10 using GIT_SSH to set credentials SSH Credentials for GitHub 19:11:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3702/head:refs/remotes/origin/PR-3702 +refs/heads/main:refs/remotes/origin/main # timeout=10 19:11:10 > git config core.sparsecheckout # timeout=10 19:11:10 > git checkout -f c0496e6c5c4aeda306cc272094c9db7e71d87ece # timeout=10 19:11:10 > git remote # timeout=10 19:11:10 > git config --get remote.origin.url # timeout=10 19:11:11 using GIT_SSH to set credentials SSH Credentials for GitHub 19:11:11 > git merge 94753fbbce3905e5adee13c645be22d19117881b # timeout=10 19:11:11 > git rev-parse HEAD^{commit} # timeout=10 19:11:11 > git config core.sparsecheckout # timeout=10 19:11:11 > git checkout -f c0496e6c5c4aeda306cc272094c9db7e71d87ece # timeout=10 19:11:12 + '[' -e coverage.out ] 19:11:12 + chown 1001:1001 coverage.out [Pipeline] stash 19:11:12 Stashed 1 file(s) [Pipeline] sh 19:11:12 + make build 19:11:12 go mod tidy 19:11:12 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 19:11:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:11:15 Commit message: "build(deps): Bump github.com/pelletier/go-toml from 1.9.3 to 1.9.4" 19:11:15 > git --version # timeout=10 19:11:15 > git --version # 'git version 2.17.1' 19:11:15 fatal: bad object 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:11:16 provisioning config files... 19:11:16 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config147513363394585483tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:11:17 ---> docker-login.sh 19:11:17 nexus3.edgexfoundry.org:10001 19:11:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:11:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:11:18 Configure a credential helper to remove this warning. See 19:11:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:11:18 19:11:18 Login Succeeded 19:11:18 nexus3.edgexfoundry.org:10002 19:11:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:11:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:11:18 Configure a credential helper to remove this warning. See 19:11:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:11:18 19:11:18 Login Succeeded 19:11:18 nexus3.edgexfoundry.org:10003 19:11:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:11:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:11:19 Configure a credential helper to remove this warning. See 19:11:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:11:19 19:11:19 Login Succeeded 19:11:19 nexus3.edgexfoundry.org:10004 19:11:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:11:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:11:20 Configure a credential helper to remove this warning. See 19:11:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:11:20 19:11:20 Login Succeeded 19:11:20 docker.io 19:11:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:11:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:11:21 Configure a credential helper to remove this warning. See 19:11:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:11:21 19:11:21 Login Succeeded 19:11:21 ---> docker-login.sh ends [Pipeline] } 19:11:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 19:11:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [Pipeline] echo 19:11:21 ========================================================= 19:11:21 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 19:11:21 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:11:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:11:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 19:11:22 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:11:22 595b0fe564bb: Pulling fs layer 19:11:22 24495759ef45: Pulling fs layer 19:11:22 d148012ef14d: Pulling fs layer 19:11:22 e90a11edd702: Pulling fs layer 19:11:22 d77568369979: Pulling fs layer 19:11:22 fc1c9f9a7f3b: Pulling fs layer 19:11:22 170f2ba95c9a: Pulling fs layer 19:11:22 97ac5df62f85: Pulling fs layer 19:11:22 d77568369979: Waiting 19:11:22 fc1c9f9a7f3b: Waiting 19:11:22 170f2ba95c9a: Waiting 19:11:22 97ac5df62f85: Waiting 19:11:22 e90a11edd702: Waiting 19:11:22 d148012ef14d: Verifying Checksum 19:11:22 d148012ef14d: Download complete 19:11:22 24495759ef45: Download complete 19:11:22 d77568369979: Download complete 19:11:22 595b0fe564bb: Verifying Checksum 19:11:22 595b0fe564bb: Download complete 19:11:22 fc1c9f9a7f3b: Verifying Checksum 19:11:22 fc1c9f9a7f3b: Download complete 19:11:22 170f2ba95c9a: Verifying Checksum 19:11:22 170f2ba95c9a: Download complete 19:11:23 595b0fe564bb: Pull complete 19:11:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:11:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:11:23 24495759ef45: Pull complete 19:11:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:11:24 d148012ef14d: Pull complete 19:11:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:11:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:11:26 97ac5df62f85: Verifying Checksum 19:11:26 97ac5df62f85: Download complete 19:11:26 e90a11edd702: Verifying Checksum 19:11:26 e90a11edd702: Download complete 19:11:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:11:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 19:11:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 19:11:31 $ docker stop --time=1 d021721abab5e1b02a99cd19d9ef1615cdaa66e384172c877aeb33690b3d0eb9 19:11:33 $ docker rm -f d021721abab5e1b02a99cd19d9ef1615cdaa66e384172c877aeb33690b3d0eb9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 19:11:37 e90a11edd702: Pull complete 19:11:37 d77568369979: Pull complete [Pipeline] isUnix [Pipeline] sh 19:11:37 fc1c9f9a7f3b: Pull complete 19:11:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:11:38 19:11:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 19:11:38 170f2ba95c9a: Pull complete 19:11:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:11:38 latest: Pulling from edgex-devops/edgex-compose 19:11:38 cbdbe7a5bc2a: Pulling fs layer 19:11:38 ca9280d653b3: Pulling fs layer 19:11:38 7e9c9ca2126c: Pulling fs layer 19:11:38 cbdbe7a5bc2a: Verifying Checksum 19:11:38 cbdbe7a5bc2a: Download complete 19:11:38 cbdbe7a5bc2a: Pull complete 19:11:39 ca9280d653b3: Verifying Checksum 19:11:39 ca9280d653b3: Download complete 19:11:39 ca9280d653b3: Pull complete 19:11:41 7e9c9ca2126c: Verifying Checksum 19:11:41 7e9c9ca2126c: Download complete 19:11:44 7e9c9ca2126c: Pull complete 19:11:44 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:11:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:11:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 19:11:44 prd-centos7-docker-4c-2g-1453 does not seem to be running inside a container 19:11:44 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:11:45 97ac5df62f85: Pull complete 19:11:45 Digest: sha256:84204f9419e0e30039067cc16e8ccc9a99ccb3a3f51ea7567ddff3f7e64b8ba8 19:11:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 19:11:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 19:11:47 $ docker top 9ef93ce70f9a7b579aa9fc5f4a3f1c2fc760ed5863efdf4be450f6a0ad7d529e -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [Pipeline] sh 19:11:48 + docker-compose build --help 19:11:48 + grep parallel 19:11:48 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 19:11:48 WORKDIR /edgex 19:11:48 COPY go.mod . 19:11:48 RUN go mod download 19:11:48 + docker build -t ci-base-image-arm64 -f - . 19:11:48 --parallel Build images in parallel. [Pipeline] } 19:11:48 $ docker stop --time=1 9ef93ce70f9a7b579aa9fc5f4a3f1c2fc760ed5863efdf4be450f6a0ad7d529e 19:11:49 $ docker rm -f 9ef93ce70f9a7b579aa9fc5f4a3f1c2fc760ed5863efdf4be450f6a0ad7d529e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix 19:11:50 Sending build context to Docker daemon 166MB 19:11:50 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 19:11:50 ---> 04bc70af865f 19:11:50 Step 2/4 : WORKDIR /edgex [Pipeline] sh 19:11:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:11:50 . [Pipeline] withDockerContainer 19:11:50 prd-centos7-docker-4c-2g-1453 does not seem to be running inside a container 19:11:50 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:11:51 $ docker top 688bd917c3c8836aee98018f070404bf34bec8ca04f1836f20df7831ae802dc5 -eo pid,comm [Pipeline] { [Pipeline] sh 19:11:51 + docker-compose -f ./docker-compose-build.yml build --parallel 19:11:52 Building core-command ... 19:11:52 Building core-data ... 19:11:52 Building core-metadata ... 19:11:52 Building security-bootstrapper ... 19:11:52 Building security-proxy-setup ... 19:11:52 Building security-secretstore-setup ... 19:11:52 Building support-notifications ... 19:11:52 Building support-scheduler ... 19:11:52 Building sys-mgmt-agent ... 19:11:52 Building sys-mgmt-agent 19:11:52 Building security-proxy-setup 19:11:52 Building support-notifications 19:11:52 Building support-scheduler 19:11:52 Building core-metadata 19:11:54 ---> Running in 2fcb114fd0c4 19:11:54 Removing intermediate container 2fcb114fd0c4 19:11:54 ---> 50612c689845 19:11:54 Step 3/4 : COPY go.mod . 19:11:55 ---> 8d2ada197f80 19:11:55 Step 4/4 : RUN go mod download 19:11:55 ---> Running in 8881794fd788 19:11:58 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:11:58 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:11:59 ---> 4a71fcb4b453 19:11:59 Step 3/24 : WORKDIR /edgex-go 19:12:11 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:12:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:12:11 ---> 4a71fcb4b453 19:12:11 Step 3/23 : WORKDIR /edgex-go 19:12:11 ---> Running in 0dee650386c0 19:12:11 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:12:11 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:12:11 ---> 4a71fcb4b453 19:12:11 Step 3/24 : WORKDIR /edgex-go 19:12:11 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:12:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:12:11 ---> 4a71fcb4b453 19:12:11 Step 3/23 : WORKDIR /edgex-go 19:12:13 ---> Running in 3c2d41506197 19:12:13 ---> Running in c62758d73133 19:12:13 ---> Running in 1fe4482110e7 19:12:18 Removing intermediate container 0dee650386c0 19:12:18 ---> 7cbc9564433a 19:12:18 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:18 Removing intermediate container 1fe4482110e7 19:12:18 ---> df03667a6fd5 19:12:18 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:18 Removing intermediate container c62758d73133 19:12:18 ---> 3231a51dd76d 19:12:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:18 Removing intermediate container 3c2d41506197 19:12:18 ---> 4c94676c22c5 19:12:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:18 ---> Running in 167865f624b2 19:12:18 ---> Running in 3d9e347c28cc 19:12:18 ---> Running in b9329e0c0a3a 19:12:18 ---> Running in 463fd928594e 19:12:19 Removing intermediate container 167865f624b2 19:12:19 ---> df4e247d2cd0 19:12:19 Step 5/24 : RUN apk add --update --no-cache make git 19:12:19 ---> Running in 24c0afec82bc 19:12:19 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:12:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:12:19 ---> 4a71fcb4b453 19:12:19 Step 3/22 : WORKDIR /edgex-go 19:12:19 ---> Using cache 19:12:19 ---> 4c94676c22c5 19:12:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:19 ---> Running in 9cf543cf5048 19:12:19 Removing intermediate container 463fd928594e 19:12:19 ---> 8679ff5540a1 19:12:19 Step 5/24 : RUN apk add --update --no-cache make bash git 19:12:19 Removing intermediate container 3d9e347c28cc 19:12:19 ---> b2da340ff721 19:12:19 Step 5/23 : RUN apk add --update --no-cache make git 19:12:19 ---> Running in 5559997909b3 19:12:19 ---> Running in 65f8a712e3db 19:12:20 Removing intermediate container b9329e0c0a3a 19:12:20 ---> 85831366568e 19:12:20 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 19:12:20 ---> Running in 86650635a183 19:12:20 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 19:12:20 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 19:12:20 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 19:12:20 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 19:12:21 Removing intermediate container 9cf543cf5048 19:12:21 ---> 394fb0808f25 19:12:21 Step 5/22 : RUN apk add --update --no-cache make git 19:12:21 ---> Running in 8fe2a175f1c2 19:12:21 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 19:12:21 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 19:12:21 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 19:12:21 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 19:12:21 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 19:12:22 OK: 219 MiB in 52 packages 19:12:22 OK: 219 MiB in 52 packages 19:12:22 OK: 219 MiB in 52 packages 19:12:22 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 19:12:22 Removing intermediate container 86650635a183 19:12:22 ---> 766ba01816ce 19:12:22 Step 6/23 : COPY go.mod . 19:12:22 OK: 219 MiB in 52 packages 19:12:22 Removing intermediate container 24c0afec82bc 19:12:22 ---> 033432ba7065 19:12:22 Step 6/24 : COPY go.mod . 19:12:23 Removing intermediate container 5559997909b3 19:12:23 ---> e23a746827dc 19:12:23 Step 6/23 : COPY go.mod . 19:12:23 OK: 219 MiB in 52 packages 19:12:23 ---> 99fbba644051 19:12:23 Step 7/23 : RUN go mod download 19:12:23 ---> Running in 4f1cc99b9048 19:12:23 ---> 8951dd5a6698 19:12:23 Step 7/24 : RUN go mod download 19:12:23 ---> 8b930cdbf6b6 19:12:23 Step 7/23 : RUN go mod download 19:12:23 ---> Running in 0bcee011aaf4 19:12:23 Removing intermediate container 65f8a712e3db 19:12:23 ---> 90abc8940af9 19:12:23 Step 6/24 : COPY go.mod . 19:12:23 ---> Running in 997def3a6843 19:12:23 Removing intermediate container 8fe2a175f1c2 19:12:23 ---> e87e2c912ba2 19:12:23 Step 6/22 : COPY go.mod . 19:12:23 ---> c9b09717b35d 19:12:23 Step 7/24 : RUN go mod download 19:12:23 ---> Running in 21e4da25fee2 19:12:23 ---> 0bb631ed41af 19:12:23 Step 7/22 : RUN go mod download 19:12:23 ---> Running in 81ce0a8d2f5a 19:12:25 Removing intermediate container 0bcee011aaf4 19:12:25 ---> cc8613af67ad 19:12:25 Step 8/24 : COPY . . 19:12:25 Removing intermediate container 4f1cc99b9048 19:12:25 ---> a6230f6800fa 19:12:25 Step 8/23 : COPY . . 19:12:26 Removing intermediate container 997def3a6843 19:12:26 ---> 0764fe99fe0c 19:12:26 Step 8/23 : COPY . . 19:12:26 Removing intermediate container 81ce0a8d2f5a 19:12:26 ---> fb00ce14e147 19:12:26 Step 8/22 : COPY . . 19:12:29 Removing intermediate container 21e4da25fee2 19:12:29 ---> 588384012439 19:12:29 Step 8/24 : COPY . . 19:12:40 ---> acf597c23c79 19:12:40 Step 9/22 : RUN go mod tidy 19:12:40 ---> Running in b4f885ba9a34 19:12:44 Removing intermediate container b4f885ba9a34 19:12:44 ---> 8e66c8e3c0a8 19:12:44 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:12:44 ---> Running in 0a2b24a614f6 19:12:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:13:02 ---> 8790c8608287 19:13:02 Step 9/24 : RUN go mod tidy 19:13:02 ---> Running in e96718ca2a3f 19:13:02 ---> 01866a5104ff 19:13:02 Step 9/23 : RUN go mod tidy 19:13:02 ---> ef98fc53db73 19:13:02 Step 9/23 : RUN go mod tidy 19:13:02 ---> Running in b7424efa4afa 19:13:02 ---> Running in 3f373c97e906 19:13:04 Removing intermediate container e96718ca2a3f 19:13:04 ---> e547cac35ad2 19:13:04 Step 10/24 : RUN make cmd/core-metadata/core-metadata 19:13:04 ---> Running in 41b6535afeab 19:13:04 Removing intermediate container b7424efa4afa 19:13:04 ---> f0d88de6c414 19:13:04 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 19:13:05 ---> Running in 2ef7a56e8605 19:13:05 Removing intermediate container 3f373c97e906 19:13:05 ---> 85a0b8b430a4 19:13:05 Step 10/23 : RUN make cmd/support-notifications/support-notifications 19:13:05 ---> Running in dca7e989de69 19:13:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:13:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:13:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:13:06 ---> dfd439553913 19:13:06 Step 9/24 : RUN go mod tidy 19:13:06 ---> Running in 154cf38e5e03 19:13:09 Removing intermediate container 154cf38e5e03 19:13:09 ---> 02d894eb4e9b 19:13:09 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:13:09 ---> Running in 8121a1bebe82 19:13:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:13:17 Removing intermediate container 8881794fd788 19:13:17 ---> 79080a6740cb 19:13:17 Successfully built 79080a6740cb 19:13:17 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:13:17 + docker inspect -f . ci-base-image-arm64 19:13:17 . [Pipeline] withDockerContainer 19:13:18 prd-ubuntu18.04-docker-arm64-4c-16g-1469 does not seem to be running inside a container 19:13:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:13:19 $ docker top 3bfc117149238ccacabd8d8096cfef1caf53f164da1b74e2c18f1689059fa592 -eo pid,comm [Pipeline] { [Pipeline] sh 19:13:20 + go version 19:13:20 go version go1.16.6 linux/arm64 [Pipeline] } 19:13:20 $ docker stop --time=1 3bfc117149238ccacabd8d8096cfef1caf53f164da1b74e2c18f1689059fa592 19:13:22 $ docker rm -f 3bfc117149238ccacabd8d8096cfef1caf53f164da1b74e2c18f1689059fa592 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:13:23 + docker inspect -f . ci-base-image-arm64 19:13:23 . [Pipeline] withDockerContainer 19:13:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 19:13:24 prd-ubuntu18.04-docker-arm64-4c-16g-1469 does not seem to be running inside a container 19:13:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:13:25 $ docker top 3db5894599334be2ca8a939d31e430112acc3653aca5b9cbad82dbfa69caa334 -eo pid,comm [Pipeline] { [Pipeline] echo 19:13:26 ========================================================= 19:13:26 [edgeXBuildGoParallel] Running Tests and Build... 19:13:26 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:13:26 + go mod tidy [Pipeline] sh 19:13:28 + make test 19:13:28 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 19:13:28 go mod tidy 19:13:29 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:13:32 Removing intermediate container 0a2b24a614f6 19:13:32 ---> 15e454ec5a79 19:13:32 19:13:32 Step 11/22 : FROM alpine:3.12 19:13:32 3.12: Pulling from library/alpine 19:13:32 Digest: sha256:a296b4c6f6ee2b88f095b61e95c7ef4f51ba25598835b4978c9256d8c8ace48a 19:13:32 Status: Downloaded newer image for alpine:3.12 19:13:32 ---> 48b8ec4ed9eb 19:13:32 Step 12/22 : RUN apk add --update --no-cache curl 19:13:32 ---> Running in d830b170d59e 19:13:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:13:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:13:33 (1/4) Installing ca-certificates (20191127-r4) 19:13:33 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:13:33 (3/4) Installing libcurl (7.78.0-r0) 19:13:33 (4/4) Installing curl (7.78.0-r0) 19:13:33 Executing busybox-1.31.1-r20.trigger 19:13:33 Executing ca-certificates-20191127-r4.trigger 19:13:33 OK: 7 MiB in 18 packages 19:13:34 Removing intermediate container d830b170d59e 19:13:34 ---> 31d5e997d8ec 19:13:34 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:13:34 ---> Running in d44847f424c7 19:13:34 Removing intermediate container d44847f424c7 19:13:34 ---> 3963379bb22a 19:13:34 Step 14/22 : WORKDIR /edgex 19:13:34 ---> Running in fbe9991e2aca 19:13:34 Removing intermediate container fbe9991e2aca 19:13:34 ---> 6149dced081a 19:13:34 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:13:35 ---> a58024fa0a89 19:13:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:13:35 ---> e74167fc2af4 19:13:35 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:13:36 ---> b6d90b56dda8 19:13:36 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:13:36 ---> Running in 2d882edda1a4 19:13:36 Removing intermediate container 2d882edda1a4 19:13:36 ---> fa2e1eb3629d 19:13:36 Step 19/22 : CMD ["--init=true"] 19:13:36 ---> Running in 8bbb06cd8389 19:13:36 Removing intermediate container 8bbb06cd8389 19:13:36 ---> 45a395e5761e 19:13:36 Step 20/22 : LABEL arch=x86_64 19:13:36 ---> Running in 97b6918af156 19:13:36 Removing intermediate container 97b6918af156 19:13:36 ---> 6c37ca88be25 19:13:36 Step 21/22 : LABEL git_sha=c0496e6c5c4aeda306cc272094c9db7e71d87ece 19:13:36 ---> Running in c86eb0e8bb47 19:13:37 Removing intermediate container c86eb0e8bb47 19:13:37 ---> 29c8f30d28aa 19:13:37 Step 22/22 : LABEL version=0.0.0 19:13:37 ---> Running in ddba1b1f3d90 19:13:37 Removing intermediate container ddba1b1f3d90 19:13:37 ---> 53127c267e90 19:13:37 19:13:37 Successfully built 53127c267e90 19:13:37 Successfully tagged security-proxy-setup:latest 19:13:37 Building security-bootstrapper 19:13:42  Building security-proxy-setup ... done Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:13:42 Step 2/32 : FROM ${BUILDER_BASE} AS builder 19:13:42 ---> 4a71fcb4b453 19:13:42 Step 3/32 : WORKDIR /edgex-go 19:13:42 ---> Using cache 19:13:42 ---> 4c94676c22c5 19:13:42 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:42 ---> Using cache 19:13:42 ---> 394fb0808f25 19:13:42 Step 5/32 : RUN apk add --update --no-cache make git 19:13:42 ---> Using cache 19:13:42 ---> e87e2c912ba2 19:13:42 Step 6/32 : COPY go.mod . 19:13:42 ---> Using cache 19:13:42 ---> 0bb631ed41af 19:13:42 Step 7/32 : RUN go mod download 19:13:42 ---> Using cache 19:13:42 ---> fb00ce14e147 19:13:42 Step 8/32 : COPY . . 19:13:42 ---> Using cache 19:13:42 ---> acf597c23c79 19:13:42 Step 9/32 : RUN go mod tidy 19:13:42 ---> Using cache 19:13:42 ---> 8e66c8e3c0a8 19:13:42 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:13:43 ---> Running in 5de310f6b06c 19:13:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:13:52 Removing intermediate container 8121a1bebe82 19:13:52 ---> e0f2a8c6f8cb 19:13:52 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:13:52 ---> Running in 99d55ad9b34c 19:13:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:13:52 Removing intermediate container dca7e989de69 19:13:52 ---> 71a94207f403 19:13:52 19:13:52 Step 11/23 : FROM alpine:3.12 19:13:52 ---> 48b8ec4ed9eb 19:13:52 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 19:13:53 ---> Running in 0ba166b67214 19:13:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:13:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:13:54 (1/2) Installing ca-certificates (20191127-r4) 19:13:54 (2/2) Installing dumb-init (1.2.2-r1) 19:13:54 Executing busybox-1.31.1-r20.trigger 19:13:54 Executing ca-certificates-20191127-r4.trigger 19:13:54 OK: 6 MiB in 16 packages 19:13:54 Removing intermediate container 2ef7a56e8605 19:13:54 ---> bbc1eed06fd9 19:13:54 19:13:54 Step 11/23 : FROM alpine:3.12 19:13:54 ---> 48b8ec4ed9eb 19:13:54 Step 12/23 : RUN apk add --update --no-cache dumb-init 19:13:55 Removing intermediate container 41b6535afeab 19:13:55 ---> Running in f5d25f0dec2f 19:13:55 ---> 423234c935db 19:13:55 19:13:55 Step 11/24 : FROM alpine:3.12 19:13:55 ---> 48b8ec4ed9eb 19:13:55 Step 12/24 : RUN apk add --update --no-cache dumb-init 19:13:55 ---> Running in 33b25f6c3a9b 19:13:55 Removing intermediate container 99d55ad9b34c 19:13:55 ---> ee61af3bb51d 19:13:55 19:13:55 Step 12/24 : FROM docker:20.10.7 19:13:55 Removing intermediate container 0ba166b67214 19:13:55 ---> 40dc7f3f0303 19:13:55 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:13:55 ---> Running in d163b1e69800 19:13:55 20.10.7: Pulling from library/docker 19:13:55 ? github.com/edgexfoundry/edgex-go [no test files] 19:13:56 Removing intermediate container d163b1e69800 19:13:56 ---> 957076de273b 19:13:56 Step 14/23 : ENV APP_PORT=59860 19:13:56 ---> Running in 81dcf9c92ca6 19:13:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:13:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:13:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:13:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:13:56 Removing intermediate container 81dcf9c92ca6 19:13:56 ---> dc2eccb3709b 19:13:56 Step 15/23 : EXPOSE $APP_PORT 19:13:56 ---> Running in fb5fb242542f 19:13:56 (1/1) Installing dumb-init (1.2.2-r1) 19:13:56 Executing busybox-1.31.1-r20.trigger 19:13:56 OK: 6 MiB in 15 packages 19:13:56 (1/1) Installing dumb-init (1.2.2-r1) 19:13:56 Executing busybox-1.31.1-r20.trigger 19:13:56 OK: 6 MiB in 15 packages 19:13:56 Removing intermediate container fb5fb242542f 19:13:56 ---> a9c7c824e062 19:13:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:13:57 Removing intermediate container 33b25f6c3a9b 19:13:57 ---> 118a11a6ba8e 19:13:57 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:13:57 ---> bd760dbac3cd 19:13:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:13:57 ---> Running in df534c3a2f5e 19:13:57 Removing intermediate container f5d25f0dec2f 19:13:57 ---> 28dc2e78de23 19:13:57 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:13:57 ---> Running in 74a7a151733b 19:13:58 Removing intermediate container 74a7a151733b 19:13:58 ---> 42b85e36cddc 19:13:58 Step 14/23 : ENV APP_PORT=59861 19:13:58 Removing intermediate container df534c3a2f5e 19:13:58 ---> cdc0e6f5f570 19:13:58 Step 14/24 : ENV APP_PORT=59881 19:13:58 ---> Running in e01aeb44b190 19:13:58 ---> Running in a465b6b9b6b4 19:13:58 ---> ff8896b1e42a 19:13:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:13:58 Removing intermediate container a465b6b9b6b4 19:13:58 ---> 946906db752a 19:13:58 Step 15/24 : EXPOSE $APP_PORT 19:13:58 Removing intermediate container e01aeb44b190 19:13:58 ---> b4375c2bd786 19:13:58 Step 15/23 : EXPOSE $APP_PORT 19:13:58 ---> Running in 20af20a0bc38 19:13:58 ---> Running in 17bf83535e1e 19:13:58 Removing intermediate container 20af20a0bc38 19:13:58 ---> 9b2b1cc59fac 19:13:58 Step 16/24 : WORKDIR / 19:13:58 Removing intermediate container 17bf83535e1e 19:13:58 ---> f7cc24108565 19:13:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:13:58 ---> Running in f9bd26fbda35 19:13:58 ---> 965d622db104 19:13:58 Step 19/23 : ENTRYPOINT ["/support-notifications"] 19:13:59 ---> Running in 6275f21e7e0e 19:13:59 ---> 53168e35a44e 19:13:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:13:59 Removing intermediate container f9bd26fbda35 19:13:59 ---> 257f85d50647 19:13:59 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:13:59 Removing intermediate container 6275f21e7e0e 19:13:59 ---> a0ac1cfa8a2e 19:13:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:13:59 ---> Running in 0745fe175211 19:13:59 ---> dd6228a1f4c0 19:13:59 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:13:59 ---> 14edd564bdec 19:13:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:13:59 Removing intermediate container 0745fe175211 19:13:59 ---> 72d280a47537 19:13:59 Step 21/23 : LABEL arch=x86_64 19:13:59 ---> Running in 170444afd404 19:14:00 Removing intermediate container 170444afd404 19:14:00 ---> 6668c3339ffd 19:14:00 Step 22/23 : LABEL git_sha=c0496e6c5c4aeda306cc272094c9db7e71d87ece 19:14:00 ---> 9899cc3edb21 19:14:00 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:14:00 ---> fc6d3767b173 19:14:00 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 19:14:00 ---> Running in ca1e3e921495 19:14:00 ---> Running in d365447aec51 19:14:00 Removing intermediate container ca1e3e921495 19:14:00 ---> 0aae6eca506d 19:14:00 Step 23/23 : LABEL version=0.0.0 19:14:00 Removing intermediate container d365447aec51 19:14:00 ---> 148a84855be0 19:14:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:14:00 ---> 9b04a594049c 19:14:00 Step 20/24 : ENTRYPOINT ["/core-metadata"] 19:14:00 ---> Running in 2b585664df7a 19:14:01 ---> Running in 3816d6286a7b 19:14:01 ---> Running in 0b10ad12c69b 19:14:01 Removing intermediate container 2b585664df7a 19:14:01 ---> f437cb7ce42a 19:14:01 Step 21/23 : LABEL arch=x86_64 19:14:01 Removing intermediate container 0b10ad12c69b 19:14:01 ---> 00c4c5022198 19:14:01 19:14:01 Removing intermediate container 3816d6286a7b 19:14:01 ---> dc480cb5a140 19:14:01 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:14:01 ---> Running in dc99a2a87dce 19:14:01 Successfully built 00c4c5022198 19:14:01 Successfully tagged support-notifications:latest 19:14:01 Building core-command 19:14:01 ---> Running in 1edf8c34398b 19:14:01  Building support-notifications ... done Removing intermediate container dc99a2a87dce 19:14:01 ---> 16c5c3f55419 19:14:01 Step 22/23 : LABEL git_sha=c0496e6c5c4aeda306cc272094c9db7e71d87ece 19:14:01 ---> Running in 73e5e1fe3bca 19:14:01 Removing intermediate container 1edf8c34398b 19:14:01 ---> e59179020c65 19:14:01 Step 22/24 : LABEL arch=x86_64 19:14:02 ---> Running in 154f80d4581a 19:14:04 Removing intermediate container 73e5e1fe3bca 19:14:04 ---> 05ee7207977e 19:14:04 Step 23/23 : LABEL version=0.0.0 19:14:04 Removing intermediate container 154f80d4581a 19:14:04 ---> 7cf5e16ff4d5 19:14:04 Step 23/24 : LABEL git_sha=c0496e6c5c4aeda306cc272094c9db7e71d87ece 19:14:04 ---> Running in 49c657cddf44 19:14:04 ---> Running in f2c8e1e9373c 19:14:04 Removing intermediate container 49c657cddf44 19:14:04 ---> 9d1075d604f8 19:14:04 19:14:04 Removing intermediate container f2c8e1e9373c 19:14:04 ---> 5f52cfbee7d0 19:14:04 Step 24/24 : LABEL version=0.0.0 19:14:04 Successfully built 9d1075d604f8 19:14:04 Successfully tagged support-scheduler:latest 19:14:04  Building support-scheduler ... done Building core-data 19:14:04 ---> Running in 8f7a199a0a21 19:14:04 Removing intermediate container 8f7a199a0a21 19:14:04 ---> dc9505bf358b 19:14:04 19:14:04 Successfully built dc9505bf358b 19:14:04 Successfully tagged core-metadata:latest 19:14:04  Building core-metadata ... done Building security-secretstore-setup 19:14:12 Digest: sha256:bfc499cef26daa22da31b76be1752813a6921ee1fa1dd1f56d4fdf19c701d332 19:14:13 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:14:13 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:14:13 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:14:13 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:14:13 Status: Downloaded newer image for docker:20.10.7 19:14:13 ---> 4a71fcb4b453 19:14:13 Step 3/26 : WORKDIR /edgex-go 19:14:13 ---> Using cache 19:14:13 ---> 4c94676c22c5 19:14:13 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:14:13 ---> 4a71fcb4b453 19:14:13 Step 3/24 : WORKDIR /edgex-go 19:14:13 ---> Using cache 19:14:13 ---> 4c94676c22c5 19:14:13 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:14:13 ---> Using cache 19:14:13 ---> 394fb0808f25 19:14:13 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:14:13 ---> Using cache 19:14:13 ---> 394fb0808f25 19:14:13 Step 5/26 : RUN apk add --update --no-cache make git 19:14:13 ---> Using cache 19:14:13 ---> e87e2c912ba2 19:14:13 Step 6/26 : COPY go.mod . 19:14:13 ---> Using cache 19:14:13 ---> 0bb631ed41af 19:14:13 Step 7/26 : RUN go mod download 19:14:13 ---> Using cache 19:14:13 ---> fb00ce14e147 19:14:13 Step 8/26 : COPY . . 19:14:13 ---> Using cache 19:14:13 ---> acf597c23c79 19:14:13 Step 9/26 : RUN go mod tidy 19:14:13 ---> Using cache 19:14:13 ---> 8e66c8e3c0a8 19:14:13 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:14:14 ---> 08bdaf2f88f9 19:14:14 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 19:14:15 ---> Running in 8e30fea45d72 19:14:15 ---> Running in 36a932c49636 19:14:15 ---> Running in 318e33dfb515 19:14:16 Removing intermediate container 36a932c49636 19:14:16 ---> 65dc10e7a3c1 19:14:16 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 19:14:16 ---> Running in 753d61eba0d6 19:14:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:14:16 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 19:14:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 19:14:17 Removing intermediate container 5de310f6b06c 19:14:17 ---> 117c66f02577 19:14:17 19:14:17 Step 11/32 : FROM alpine:3.12 19:14:17 ---> 48b8ec4ed9eb 19:14:17 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:14:17 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:14:17 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:14:17 ---> 4a71fcb4b453 19:14:17 Step 3/24 : WORKDIR /edgex-go 19:14:17 ---> Using cache 19:14:17 ---> 4c94676c22c5 19:14:17 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:14:17 ---> Using cache 19:14:17 ---> 394fb0808f25 19:14:17 Step 5/24 : RUN apk add --update --no-cache make git 19:14:17 ---> Using cache 19:14:17 ---> e87e2c912ba2 19:14:17 Step 6/24 : COPY go.mod . 19:14:17 ---> Using cache 19:14:17 ---> 0bb631ed41af 19:14:17 Step 7/24 : RUN go mod download 19:14:17 ---> Using cache 19:14:17 ---> fb00ce14e147 19:14:17 Step 8/24 : COPY . . 19:14:17 ---> Using cache 19:14:17 ---> acf597c23c79 19:14:17 Step 9/24 : RUN go mod tidy 19:14:17 ---> Using cache 19:14:17 ---> 8e66c8e3c0a8 19:14:17 Step 10/24 : RUN make cmd/core-command/core-command 19:14:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 19:14:17 ---> Running in 1bbaf7913d89 19:14:17 ---> Running in f597ca6d6a47 19:14:17 Removing intermediate container 1bbaf7913d89 19:14:17 ---> faf238ec11ed 19:14:17 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 19:14:17 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 19:14:17 ---> Running in 858590b69202 19:14:17 (1/39) Installing readline (8.1.0-r0) 19:14:17 (2/39) Installing bash (5.1.0-r0) 19:14:17 Executing bash-5.1.0-r0.post-install 19:14:17 (3/39) Installing brotli-libs (1.0.9-r3) 19:14:17 (4/39) Installing nghttp2-libs (1.42.0-r1) 19:14:17 (5/39) Installing libcurl (7.78.0-r0) 19:14:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 19:14:18 OK: 219 MiB in 52 packages 19:14:18 (6/39) Installing curl (7.78.0-r0) 19:14:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:14:18 (7/39) Installing dumb-init (1.2.5-r0) 19:14:18 (8/39) Installing libbz2 (1.0.8-r1) 19:14:18 (9/39) Installing expat (2.2.10-r1) 19:14:18 (10/39) Installing libffi (3.3-r2) 19:14:18 (11/39) Installing gdbm (1.19-r0) 19:14:18 (12/39) Installing xz-libs (5.2.5-r0) 19:14:18 (13/39) Installing sqlite-libs (3.34.1-r0) 19:14:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:14:18 (14/39) Installing python3 (3.8.10-r0) 19:14:18 (1/2) Installing dumb-init (1.2.2-r1) 19:14:18 Removing intermediate container 318e33dfb515 19:14:18 ---> c92d462ec7f2 19:14:18 Step 6/24 : COPY go.mod . 19:14:18 (2/2) Installing su-exec (0.2-r1) 19:14:18 Executing busybox-1.31.1-r20.trigger 19:14:18 OK: 6 MiB in 16 packages 19:14:19 ---> a07de8ad5655 19:14:19 Step 7/24 : RUN go mod download 19:14:19 ---> Running in 2b38d01c6eee 19:14:19 (15/39) Installing py3-appdirs (1.4.4-r1) 19:14:19 (16/39) Installing py3-ordered-set (4.0.2-r0) 19:14:19 (17/39) Installing py3-parsing (2.4.7-r1) 19:14:19 (18/39) Installing py3-six (1.15.0-r0) 19:14:19 (19/39) Installing py3-packaging (20.9-r0) 19:14:19 (20/39) Installing py3-setuptools (51.3.3-r0) 19:14:19 (21/39) Installing py3-chardet (4.0.0-r0) 19:14:19 (22/39) Installing py3-idna (3.1-r0) 19:14:19 (23/39) Installing py3-urllib3 (1.26.2-r1) 19:14:20 (24/39) Installing py3-requests (2.25.1-r1) 19:14:20 Removing intermediate container 858590b69202 19:14:20 ---> 14fc16e91e41 19:14:20 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 19:14:20 (25/39) Installing py3-msgpack (1.0.2-r0) 19:14:20 (26/39) Installing py3-lockfile (0.12.2-r3) 19:14:20 ---> Running in 9a7cb5792cef 19:14:20 (27/39) Installing py3-cachecontrol (0.12.6-r0) 19:14:20 (28/39) Installing py3-colorama (0.4.4-r0) 19:14:20 (29/39) Installing py3-contextlib2 (0.6.0-r0) 19:14:20 (30/39) Installing py3-distlib (0.3.1-r1) 19:14:20 (31/39) Installing py3-distro (1.5.0-r1) 19:14:20 (32/39) Installing py3-webencodings (0.5.1-r3) 19:14:20 (33/39) Installing py3-html5lib (1.1-r0) 19:14:20 (34/39) Installing py3-pytoml (0.1.21-r0) 19:14:20 Removing intermediate container 9a7cb5792cef 19:14:20 ---> b12d9bee149d 19:14:20 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:14:20 (35/39) Installing py3-pep517 (0.9.1-r0) 19:14:20 (36/39) Installing py3-progress (1.5-r0) 19:14:20 ---> Running in be1268640c06 19:14:20 (37/39) Installing py3-retrying (1.3.3-r0) 19:14:20 (38/39) Installing py3-toml (0.10.2-r0) 19:14:20 (39/39) Installing py3-pip (20.3.4-r0) 19:14:20 Removing intermediate container be1268640c06 19:14:20 ---> ec185a048f80 19:14:20 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:14:20 ---> Running in 6004341ab0e1 19:14:20 Executing busybox-1.32.1-r6.trigger 19:14:20 OK: 82 MiB in 59 packages 19:14:22 Removing intermediate container 6004341ab0e1 19:14:22 ---> 76abeaef9d26 19:14:22 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 19:14:22 ---> Running in 720879120f84 19:14:22 Removing intermediate container 720879120f84 19:14:22 ---> cdca1f2f1b5b 19:14:22 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:14:22 Removing intermediate container 2b38d01c6eee 19:14:22 ---> 7115e3c1559e 19:14:22 Step 8/24 : COPY . . 19:14:22 ---> 4ae133dc4e8f 19:14:22 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:14:22 ---> Running in 46b45afb36ea 19:14:24 Collecting docker-compose==1.23.2 19:14:24 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:14:24 Collecting texttable<0.10,>=0.9.0 19:14:24 Downloading texttable-0.9.1.tar.gz (11 kB) 19:14:25 Collecting dockerpty<0.5,>=0.4.1 19:14:25 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:14:27 Collecting docker<4.0,>=3.6.0 19:14:27 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:14:27 Collecting websocket-client<1.0,>=0.32.0 19:14:27 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:14:27 Collecting PyYAML<4,>=3.10 19:14:27 Downloading PyYAML-3.13.tar.gz (270 kB) 19:14:27 Removing intermediate container 46b45afb36ea 19:14:27 ---> 7dc2234c50e2 19:14:27 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 19:14:27 ---> 30bc38580ac6 19:14:27 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:14:27 Collecting docopt<0.7,>=0.6.1 19:14:28 Downloading docopt-0.6.2.tar.gz (25 kB) 19:14:28 ---> 16d1e36ed1ef 19:14:28 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:14:28 ---> 784c3d9c97a6 19:14:28 Step 9/24 : RUN go mod tidy 19:14:28 ---> Running in 80b961d904af 19:14:28 ---> f3388d88b3d8 19:14:28 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:14:28 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:14:28 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:14:28 Collecting jsonschema<3,>=2.5.1 19:14:29 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:14:29 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 19:14:29 ---> 58d38cc0ffa0 19:14:29 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:14:29 Collecting cached-property<2,>=1.2.0 19:14:29 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:14:29 Collecting docker-pycreds>=0.4.0 19:14:29 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:14:29 ---> dbcc2f91a2cf 19:14:29 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 19:14:29 ---> Running in 814055fe3b37 19:14:29 Collecting chardet<3.1.0,>=3.0.2 19:14:29 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:14:29 Removing intermediate container 814055fe3b37 19:14:29 ---> 9c0871acf14a 19:14:29 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:14:29 Collecting urllib3<1.25,>=1.21.1 19:14:29 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:14:29 Collecting certifi>=2017.4.17 19:14:30 Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB) 19:14:30 Collecting idna<2.8,>=2.5 19:14:30 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:14:30 ---> bb330c49a214 19:14:30 Step 27/32 : RUN chmod +x /entrypoint.sh 19:14:30 ---> Running in 8dd3b451ac9b 19:14:30 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:14:30 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:14:30 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:14:30 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:14:30 Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 19:14:30 Attempting uninstall: urllib3 19:14:30 Found existing installation: urllib3 1.26.2 19:14:30 Uninstalling urllib3-1.26.2: 19:14:30 Successfully uninstalled urllib3-1.26.2 19:14:31 Attempting uninstall: idna 19:14:31 Found existing installation: idna 3.1 19:14:31 Uninstalling idna-3.1: 19:14:31 Successfully uninstalled idna-3.1 19:14:31 Attempting uninstall: chardet 19:14:31 Found existing installation: chardet 4.0.0 19:14:31 Uninstalling chardet-4.0.0: 19:14:31 Removing intermediate container 8dd3b451ac9b 19:14:31 ---> 5e5befb01572 19:14:31 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 19:14:31 Successfully uninstalled chardet-4.0.0 19:14:31 ---> Running in 2c2131aff9b2 19:14:31 Removing intermediate container 80b961d904af 19:14:31 ---> c0c3fba24a32 19:14:31 Step 10/24 : RUN make cmd/core-data/core-data 19:14:31 Removing intermediate container 2c2131aff9b2 19:14:31 ---> 82d00a30d241 19:14:31 Step 29/32 : CMD ["gate"] 19:14:31 ---> Running in 31affa6d317b 19:14:31 ---> Running in 1d302d176f8a 19:14:31 Removing intermediate container 1d302d176f8a 19:14:31 ---> f43ed4855aae 19:14:31 Step 30/32 : LABEL arch=x86_64 19:14:32 ---> Running in f25afd46f820 19:14:32 Attempting uninstall: requests 19:14:32 Found existing installation: requests 2.25.1 19:14:32 Uninstalling requests-2.25.1: 19:14:32 Successfully uninstalled requests-2.25.1 19:14:32 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 19:14:32 Removing intermediate container f25afd46f820 19:14:32 ---> 5e1249b5248d 19:14:32 Step 31/32 : LABEL git_sha=c0496e6c5c4aeda306cc272094c9db7e71d87ece 19:14:32 ---> Running in fe122cc9d858 19:14:32 Running setup.py install for texttable: started 19:14:32 Removing intermediate container fe122cc9d858 19:14:32 ---> 2101186912d2 19:14:32 Step 32/32 : LABEL version=0.0.0 19:14:33 ---> Running in 56f0c537cef4 19:14:33 Removing intermediate container 56f0c537cef4 19:14:33 ---> 4a01da321ea6 19:14:33 19:14:33 Successfully built 4a01da321ea6 19:14:33 Successfully tagged security-bootstrapper:latest 19:14:33 Running setup.py install for texttable: finished with status 'done' 19:14:33 Running setup.py install for PyYAML: started 19:14:34  Building security-bootstrapper ... done  Running setup.py install for PyYAML: finished with status 'done' 19:14:34 Running setup.py install for docopt: started 19:14:35 Running setup.py install for docopt: finished with status 'done' 19:14:35 Running setup.py install for dockerpty: started 19:14:36 Running setup.py install for dockerpty: finished with status 'done' 19:14:36 Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2021.5.30 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 19:14:41 Removing intermediate container 753d61eba0d6 19:14:41 ---> 880cb3ff09b7 19:14:41 Step 15/24 : ENV APP_PORT=58890 19:14:41 ---> Running in 7a1884172471 19:14:41 Removing intermediate container 7a1884172471 19:14:41 ---> 97972bc28c55 19:14:41 Step 16/24 : EXPOSE $APP_PORT 19:14:41 ---> Running in 034bbe8cffa3 19:14:41 Removing intermediate container 034bbe8cffa3 19:14:41 ---> 09e65d13ca1f 19:14:41 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:14:41 ---> 6f85c172bdac 19:14:41 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:14:42 ---> 924b634af0d3 19:14:42 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:14:42 ---> 30bb6b8c961a 19:14:42 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 19:14:42 ---> Running in 342c3d84869c 19:14:42 Removing intermediate container 342c3d84869c 19:14:42 ---> f4efa407d0ac 19:14:42 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:14:42 ---> Running in 6c81f296ed7a 19:14:42 Removing intermediate container 6c81f296ed7a 19:14:42 ---> 1ae41b87e728 19:14:42 Step 22/24 : LABEL arch=x86_64 19:14:42 ---> Running in fb83d74537a4 19:14:43 Removing intermediate container fb83d74537a4 19:14:43 ---> e93c4727c808 19:14:43 Step 23/24 : LABEL git_sha=c0496e6c5c4aeda306cc272094c9db7e71d87ece 19:14:43 ---> Running in 37d5fb46ac26 19:14:43 Removing intermediate container 37d5fb46ac26 19:14:43 ---> 0778ac31cb76 19:14:43 Step 24/24 : LABEL version=0.0.0 19:14:43 ---> Running in 00dfc7c28e2b 19:14:43 Removing intermediate container 00dfc7c28e2b 19:14:43 ---> 0da4b297a38f 19:14:43 19:14:43 Successfully built 0da4b297a38f 19:14:43 Successfully tagged sys-mgmt-agent:latest 19:14:46  Building sys-mgmt-agent ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:14:50 Removing intermediate container f597ca6d6a47 19:14:50 ---> f0f111405166 19:14:50 19:14:50 Step 11/24 : FROM alpine:3.12 19:14:50 ---> 48b8ec4ed9eb 19:14:50 Step 12/24 : RUN apk add --update --no-cache dumb-init 19:14:50 ---> Using cache 19:14:50 ---> 28dc2e78de23 19:14:50 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:14:50 ---> Using cache 19:14:50 ---> 42b85e36cddc 19:14:50 Step 14/24 : ENV APP_PORT=59882 19:14:50 ---> Running in f2c77e547d40 19:14:50 Removing intermediate container 8e30fea45d72 19:14:50 ---> 83148267d5d2 19:14:50 19:14:50 Step 11/26 : FROM alpine:3.12 19:14:50 ---> 48b8ec4ed9eb 19:14:50 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:14:50 Removing intermediate container f2c77e547d40 19:14:50 ---> 705ee717d561 19:14:50 Step 15/24 : EXPOSE $APP_PORT 19:14:50 ---> Running in 24d8461183ea 19:14:50 ---> Running in 9e5175feaba8 19:14:50 Removing intermediate container 9e5175feaba8 19:14:50 ---> 10206d8c13ab 19:14:50 Step 16/24 : WORKDIR / 19:14:50 ---> Running in fdf2248fab59 19:14:50 Removing intermediate container fdf2248fab59 19:14:50 ---> 5378f5e4ff51 19:14:50 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:14:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:14:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:14:51 ---> a98fae40c673 19:14:51 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:14:51 (1/3) Installing ca-certificates (20191127-r4) 19:14:51 (2/3) Installing dumb-init (1.2.2-r1) 19:14:51 (3/3) Installing su-exec (0.2-r1) 19:14:51 Executing busybox-1.31.1-r20.trigger 19:14:51 Executing ca-certificates-20191127-r4.trigger 19:14:51 OK: 6 MiB in 17 packages 19:14:51 ---> a7d5896c5d03 19:14:51 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:14:51 Removing intermediate container 24d8461183ea 19:14:51 ---> d8e0f284a3fc 19:14:51 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:14:51 ---> Running in c4eee132c857 19:14:52 ---> de9763e7dc77 19:14:52 Step 20/24 : ENTRYPOINT ["/core-command"] 19:14:52 ---> Running in c866b9279c6b 19:14:52 Removing intermediate container c4eee132c857 19:14:52 ---> b1273f0104e2 19:14:52 Step 14/26 : WORKDIR / 19:14:52 ---> Running in 86744aaf8876 19:14:52 Removing intermediate container c866b9279c6b 19:14:52 ---> a75a987cdf86 19:14:52 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:14:52 ---> Running in 66cefc2433c9 19:14:52 Removing intermediate container 86744aaf8876 19:14:52 ---> 681b09354e91 19:14:52 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:14:52 Removing intermediate container 66cefc2433c9 19:14:52 ---> 3e7e969c5a14 19:14:52 Step 22/24 : LABEL arch=x86_64 19:14:52 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:14:52 ---> Running in 8b3cc8e270b7 19:14:52 Removing intermediate container 8b3cc8e270b7 19:14:52 ---> 2e2c33dd62db 19:14:52 Step 23/24 : LABEL git_sha=c0496e6c5c4aeda306cc272094c9db7e71d87ece 19:14:52 ---> 1996ccf9787d 19:14:52 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:14:52 ---> Running in 534777d79190 19:14:52 Removing intermediate container 534777d79190 19:14:52 ---> bba87c28cef7 19:14:52 Step 24/24 : LABEL version=0.0.0 19:14:52 ---> Running in 134475cca246 19:14:53 ---> e0f76deb240c 19:14:53 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:14:53 Removing intermediate container 134475cca246 19:14:53 ---> 2cf40f322c91 19:14:53 19:14:53 Successfully built 2cf40f322c91 19:14:53 Successfully tagged core-command:latest 19:14:53  Building core-command ... done  ---> 26f409c77742 19:14:53 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 19:14:53 ---> cae4710951ef 19:14:53 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:14:54 ---> 9d983503db89 19:14:54 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:14:54 ---> fc3ac2835803 19:14:54 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:14:54 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:14:54 ---> 78d7e6c56203 19:14:54 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 19:14:54 ---> Running in 408634a2f216 19:14:55 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:14:55 Removing intermediate container 408634a2f216 19:14:55 ---> 2876bfba80eb 19:14:55 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 19:14:55 ---> Running in 7c4b91241bf4 19:14:55 Removing intermediate container 7c4b91241bf4 19:14:55 ---> 1e1a8660f0a8 19:14:55 Step 24/26 : LABEL arch=x86_64 19:14:56 ---> Running in 170537091ace 19:14:56 Removing intermediate container 170537091ace 19:14:56 ---> 9d01b04356de 19:14:56 Step 25/26 : LABEL git_sha=c0496e6c5c4aeda306cc272094c9db7e71d87ece 19:14:56 ---> Running in 2bbb381890c6 19:14:56 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:14:56 Removing intermediate container 2bbb381890c6 19:14:56 ---> c689e1838237 19:14:56 Step 26/26 : LABEL version=0.0.0 19:14:56 ---> Running in e5d224fa58c1 19:14:56 Removing intermediate container e5d224fa58c1 19:14:56 ---> c332cb9c6ddc 19:14:56 19:14:56 Successfully built c332cb9c6ddc 19:14:56 Successfully tagged security-secretstore-setup:latest 19:14:58  Building security-secretstore-setup ... done Removing intermediate container 31affa6d317b 19:14:58 ---> c908c71f6d05 19:14:58 19:14:58 Step 11/24 : FROM alpine:3.12 19:14:58 ---> 48b8ec4ed9eb 19:14:58 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:14:58 ---> Running in 639cae8db1c9 19:14:58 Removing intermediate container 639cae8db1c9 19:14:58 ---> cccf3adcf2a9 19:14:58 Step 13/24 : ENV APP_PORT=59880 19:14:58 ---> Running in d49a900e9686 19:14:58 Removing intermediate container d49a900e9686 19:14:58 ---> 19cd8aaf6eef 19:14:58 Step 14/24 : EXPOSE $APP_PORT 19:14:58 ---> Running in f4efee363650 19:14:58 Removing intermediate container f4efee363650 19:14:58 ---> 571e51f97a67 19:14:58 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:14:58 ---> Running in 9bc920d8a970 19:14:59 Removing intermediate container 9bc920d8a970 19:14:59 ---> 7e8aae440f4d 19:14:59 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 19:14:59 ---> Running in dae3c55e4169 19:14:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:15:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:15:00 (1/6) Installing dumb-init (1.2.2-r1) 19:15:00 (2/6) Installing libgcc (9.3.0-r2) 19:15:00 (3/6) Installing libsodium (1.0.18-r0) 19:15:00 (4/6) Installing libstdc++ (9.3.0-r2) 19:15:01 (5/6) Installing libzmq (4.3.3-r0) 19:15:01 (6/6) Installing zeromq (4.3.3-r0) 19:15:01 Executing busybox-1.31.1-r20.trigger 19:15:01 OK: 8 MiB in 20 packages 19:15:01 Removing intermediate container dae3c55e4169 19:15:01 ---> 22ecb610bd21 19:15:01 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:15:02 ---> 696f09940c1b 19:15:02 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:15:02 ---> 305b3dc652bc 19:15:02 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:15:02 ---> 065bb4062826 19:15:02 Step 20/24 : ENTRYPOINT ["/core-data"] 19:15:02 ---> Running in 932412f32c2f 19:15:02 Removing intermediate container 932412f32c2f 19:15:02 ---> ce9006bf85ef 19:15:02 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:15:02 ---> Running in 524df24d67cd 19:15:02 Removing intermediate container 524df24d67cd 19:15:02 ---> b418925c4d8d 19:15:02 Step 22/24 : LABEL arch=x86_64 19:15:02 ---> Running in 3d151fe71d3c 19:15:02 Removing intermediate container 3d151fe71d3c 19:15:02 ---> f3cad00e24cb 19:15:02 Step 23/24 : LABEL git_sha=c0496e6c5c4aeda306cc272094c9db7e71d87ece 19:15:02 ---> Running in b1155e6d1d91 19:15:02 Removing intermediate container b1155e6d1d91 19:15:02 ---> 8c95ec9365ab 19:15:02 Step 24/24 : LABEL version=0.0.0 19:15:02 ---> Running in 5e0205b74a17 19:15:02 Removing intermediate container 5e0205b74a17 19:15:02 ---> 6dcb52481d03 19:15:02 19:15:03 Successfully built 6dcb52481d03 19:15:03 Successfully tagged core-data:latest 19:15:03  Building core-data ... done  [Pipeline] } 19:15:03 $ docker stop --time=1 688bd917c3c8836aee98018f070404bf34bec8ca04f1836f20df7831ae802dc5 19:15:04 $ docker rm -f 688bd917c3c8836aee98018f070404bf34bec8ca04f1836f20df7831ae802dc5 [Pipeline] // withDockerContainer [Pipeline] sh 19:15:05 + docker images 19:15:05 REPOSITORY TAG IMAGE ID CREATED SIZE 19:15:05 core-data latest 6dcb52481d03 2 seconds ago 20.4MB 19:15:05 c908c71f6d05 7 seconds ago 1.76GB 19:15:05 security-secretstore-setup latest c332cb9c6ddc 8 seconds ago 28.1MB 19:15:05 core-command latest 2cf40f322c91 11 seconds ago 16MB 19:15:05 83148267d5d2 15 seconds ago 1.76GB 19:15:05 f0f111405166 15 seconds ago 1.75GB 19:15:05 sys-mgmt-agent latest 0da4b297a38f 21 seconds ago 325MB 19:15:05 security-bootstrapper latest 4a01da321ea6 32 seconds ago 18.8MB 19:15:05 117c66f02577 48 seconds ago 1.75GB 19:15:05 core-metadata latest dc9505bf358b About a minute ago 16.7MB 19:15:05 support-scheduler latest 9d1075d604f8 About a minute ago 16.1MB 19:15:05 support-notifications latest 00c4c5022198 About a minute ago 16.8MB 19:15:05 ee61af3bb51d About a minute ago 1.75GB 19:15:05 bbc1eed06fd9 About a minute ago 1.75GB 19:15:05 423234c935db About a minute ago 1.76GB 19:15:05 71a94207f403 About a minute ago 1.75GB 19:15:05 security-proxy-setup latest 53127c267e90 About a minute ago 25.9MB 19:15:05 15e454ec5a79 About a minute ago 1.76GB 19:15:05 ci-base-image-x86_64 latest 4a71fcb4b453 6 minutes ago 1.25GB 19:15:05 alpine 3.12 48b8ec4ed9eb 5 days ago 5.58MB 19:15:05 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest 49cee7a5bbb7 2 weeks ago 37.5MB 19:15:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine 031687cdd783 4 weeks ago 547MB 19:15:05 docker 20.10.7 08bdaf2f88f9 3 months ago 246MB 19:15:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 14 months ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [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 19:15:08 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:15:08 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:15:08 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:15:08 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:15:08 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:15:08 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:15:09 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:15:09 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:15:09 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:15:09 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:15:17 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.156s coverage: 28.7% of statements 19:15:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:15:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:15:20 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.349s coverage: 100.0% of statements 19:15:20 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:15:20 Still waiting to schedule task 19:15:20 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 19:15:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.475s coverage: 46.3% of statements 19:15:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:15:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:15:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.662s coverage: 90.1% of statements 19:15:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:15:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:15:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.267s coverage: 81.2% of statements 19:15:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:15:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:15:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 19:15:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:15:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:15:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.521s coverage: 94.2% of statements 19:15:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:15:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:15:31 ok github.com/edgexfoundry/edgex-go/internal/io 0.180s coverage: 59.1% of statements 19:15:31 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:15:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:15:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:15:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:15:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:15:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.189s coverage: 60.0% of statements 19:15:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:15:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:15:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:15:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.283s coverage: 0.8% of statements 19:15:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:15:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.211s coverage: 58.8% of statements 19:15:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.291s coverage: 21.7% of statements 19:15:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:15:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.257s coverage: 47.1% of statements 19:15:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.307s coverage: 79.5% of statements 19:15:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.193s coverage: 94.1% of statements 19:15:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.203s coverage: 96.3% of statements 19:15:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.159s coverage: 87.5% of statements 19:15:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.221s coverage: 94.4% of statements 19:15:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.198s coverage: 44.8% of statements 19:15:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.627s coverage: 81.8% of statements 19:15:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:16:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.261s coverage: 92.9% of statements 19:16:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:16:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:16:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:16:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 65.1% of statements 19:16:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:16:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:16:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:16:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:16:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:16:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.177s coverage: 87.2% of statements 19:16:00 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:16:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:16:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.151s coverage: 100.0% of statements 19:16:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:16:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.206s coverage: 58.8% of statements 19:16:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:16:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.196s coverage: 80.0% of statements 19:16:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.258s coverage: 87.2% of statements 19:16:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.236s coverage: 85.4% of statements 19:16:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.329s coverage: 91.2% of statements 19:16:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:16:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.796s coverage: 64.4% of statements 19:16:01 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:16:01 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:16:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.169s coverage: 100.0% of statements 19:16:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.086s coverage: 91.3% of statements 19:16:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.083s coverage: 100.0% of statements 19:16:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.068s coverage: 73.7% of statements 19:16:02 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements 19:16:06 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.165s coverage: 66.9% of statements 19:16:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:16:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:16:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:16:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.696s coverage: 43.6% of statements 19:16:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:16:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:16:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.318s coverage: 89.5% of statements 19:16:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:16:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.203s coverage: 84.8% of statements 19:16:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:16:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.273s coverage: 19.5% of statements 19:16:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:16:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:16:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:16:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:16:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.606s coverage: 92.0% of statements 19:16:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:16:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:16:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:16:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:16:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.207s coverage: 62.7% of statements 19:16:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:16:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:16:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.406s coverage: 97.7% of statements 19:16:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:16:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:16:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:16:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:16:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.191s coverage: 28.9% of statements 19:16:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:16:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:16:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:16:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:16:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:16:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:16:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.166s coverage: 100.0% of statements 19:16:16 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 95.4% of statements 19:16:17 GO111MODULE=on go vet ./... 19:17:38 gofmt -l . 19:17:38 [ "`gofmt -l .`" = "" ] 19:17:38 ./bin/test-attribution-txt.sh [Pipeline] sh 19:17:39 + ls -al . 19:17:39 total 636 19:17:39 drwxrwxr-x 9 1001 1001 4096 Sep 6 19:17 . 19:17:39 drwxr-xr-x 4 root root 4096 Sep 6 19:13 .. 19:17:39 -rw-rw-r-- 1 1001 1001 11 Sep 6 19:11 .dockerignore 19:17:39 drwxrwxr-x 8 1001 1001 4096 Sep 6 19:11 .git 19:17:39 drwxrwxr-x 4 1001 1001 4096 Sep 6 19:11 .github 19:17:39 -rw-rw-r-- 1 1001 1001 818 Sep 6 19:11 .gitignore 19:17:39 -rw-rw-r-- 1 1001 1001 76 Sep 6 19:11 .hadolint.yml 19:17:39 -rw-rw-r-- 1 1001 1001 166 Sep 6 19:11 .sonarcloud.properties 19:17:39 -rw-rw-r-- 1 1001 1001 1171 Sep 6 19:11 ADOPTERS.md 19:17:39 -rw-rw-r-- 1 1001 1001 8493 Sep 6 19:11 Attribution.txt 19:17:39 -rw-rw-r-- 1 1001 1001 43881 Sep 6 19:11 CHANGELOG.md 19:17:39 -rw-rw-r-- 1 1001 1001 3804 Sep 6 19:11 CONTRIBUTING.md 19:17:39 -rw-rw-r-- 1 1001 1001 677 Sep 6 19:11 GOVERNANCE.md 19:17:39 -rw-rw-r-- 1 1001 1001 849 Sep 6 19:11 Jenkinsfile 19:17:39 -rw-rw-r-- 1 1001 1001 10775 Sep 6 19:11 LICENSE 19:17:39 -rw-rw-r-- 1 1001 1001 5915 Sep 6 19:11 Makefile 19:17:39 -rw-rw-r-- 1 1001 1001 582 Sep 6 19:11 OWNERS.md 19:17:39 -rw-rw-r-- 1 1001 1001 8643 Sep 6 19:11 README.md 19:17:39 -rw-rw-r-- 1 1001 1001 6912 Sep 6 19:11 SECURITY.md 19:17:39 -rw-rw-r-- 1 1001 1001 5 Sep 6 19:08 VERSION 19:17:39 -rw-rw-r-- 1 1001 1001 4131 Sep 6 19:11 ZMQWindows.md 19:17:39 drwxrwxr-x 2 1001 1001 4096 Sep 6 19:11 bin 19:17:39 drwxrwxr-x 14 1001 1001 4096 Sep 6 19:11 cmd 19:17:39 -rw-r--r-- 1 root root 404331 Sep 6 19:16 coverage.out 19:17:39 -rw-rw-r-- 1 1001 1001 841 Sep 6 19:11 go.mod 19:17:39 -rw-r--r-- 1 root root 50064 Sep 6 19:13 go.sum 19:17:39 drwxrwxr-x 8 1001 1001 4096 Sep 6 19:11 internal 19:17:39 drwxrwxr-x 3 1001 1001 4096 Sep 6 19:11 openapi 19:17:39 drwxrwxr-x 4 1001 1001 4096 Sep 6 19:11 snap 19:17:39 -rw-rw-r-- 1 1001 1001 204 Sep 6 19:11 version.go [Pipeline] sh 19:17:40 + '[' -e coverage.out ] 19:17:40 + chown 1001:1001 coverage.out [Pipeline] stash 19:17:40 Warning: overwriting stash ‘coverage-report’ 19:17:41 Stashed 1 file(s) [Pipeline] sh 19:17:41 + make build 19:17:41 go mod tidy 19:17:42 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 19:17:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:18:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 19:18:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:18:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:18:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:18:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:18:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:18:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:18:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:18:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 19:18:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 19:18:42 $ docker stop --time=1 3db5894599334be2ca8a939d31e430112acc3653aca5b9cbad82dbfa69caa334 19:18:45 $ docker rm -f 3db5894599334be2ca8a939d31e430112acc3653aca5b9cbad82dbfa69caa334 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:18:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:18:47 19:18:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:18:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:18:48 latest: Pulling from edgex-devops/edgex-compose-arm64 19:18:48 29e5d40040c1: Pulling fs layer 19:18:48 1ce36da41761: Pulling fs layer 19:18:48 25b303627fd3: Pulling fs layer 19:18:48 29e5d40040c1: Verifying Checksum 19:18:48 29e5d40040c1: Download complete 19:18:49 29e5d40040c1: Pull complete 19:18:49 1ce36da41761: Verifying Checksum 19:18:49 1ce36da41761: Download complete 19:18:51 1ce36da41761: Pull complete 19:18:51 25b303627fd3: Download complete 19:19:01 25b303627fd3: Pull complete 19:19:01 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 19:19:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:19:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 19:19:01 prd-ubuntu18.04-docker-arm64-4c-16g-1469 does not seem to be running inside a container 19:19:01 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:19:04 $ docker top ca53be1a954e9f8511d32579b0ece607088516807712707be715ea68aef4aae6 -eo pid,comm [Pipeline] { [Pipeline] sh 19:19:05 + grep parallel 19:19:05 + docker-compose build --help 19:19:09 --parallel Build images in parallel. [Pipeline] } 19:19:09 $ docker stop --time=1 ca53be1a954e9f8511d32579b0ece607088516807712707be715ea68aef4aae6 19:19:11 $ docker rm -f ca53be1a954e9f8511d32579b0ece607088516807712707be715ea68aef4aae6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:19:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:19:12 . [Pipeline] withDockerContainer 19:19:12 prd-ubuntu18.04-docker-arm64-4c-16g-1469 does not seem to be running inside a container 19:19:12 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:19:14 $ docker top 34dae06eb6ef333b705f3e0edd30e7369b93d7e28828dd605f00376982e71a43 -eo pid,comm [Pipeline] { [Pipeline] sh 19:19:15 + docker-compose -f ./docker-compose-build.yml build --parallel 19:19:19 Building core-command ... 19:19:19 Building core-data ... 19:19:19 Building core-metadata ... 19:19:19 Building security-bootstrapper ... 19:19:19 Building security-proxy-setup ... 19:19:19 Building security-secretstore-setup ... 19:19:19 Building support-notifications ... 19:19:19 Building support-scheduler ... 19:19:19 Building sys-mgmt-agent ... 19:19:19 Building core-command 19:19:19 Building support-scheduler 19:19:19 Building core-metadata 19:19:19 Building security-bootstrapper 19:19:19 Building core-data 19:20:10 Running on prd-ubuntu18.04-docker-8c-8g-1470 in /w/workspace/edgexfoundry_edgex-go_PR-3702 [Pipeline] { [Pipeline] ws 19:20:10 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 19:20:10 The recommended git tool is: git 19:20:13 using credential edgex-jenkins-ssh 19:20:13 Cloning the remote Git repository 19:20:13 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:20:13 > git init /w/workspace/edgex-go/1 # timeout=10 19:20:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:20:13 > git --version # timeout=10 19:20:13 > git --version # 'git version 2.17.1' 19:20:13 using GIT_SSH to set credentials SSH Credentials for GitHub 19:20:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:20:27 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:20:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:20:27 ---> 79080a6740cb 19:20:27 Step 3/23 : WORKDIR /edgex-go 19:20:27 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:20:27 Step 2/32 : FROM ${BUILDER_BASE} AS builder 19:20:27 ---> 79080a6740cb 19:20:27 Step 3/32 : WORKDIR /edgex-go 19:20:27 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:20:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:20:27 ---> 79080a6740cb 19:20:27 Step 3/24 : WORKDIR /edgex-go 19:20:27 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:20:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:20:27 ---> 79080a6740cb 19:20:27 Step 3/24 : WORKDIR /edgex-go 19:20:27 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:20:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:20:27 ---> 79080a6740cb 19:20:27 Step 3/24 : WORKDIR /edgex-go 19:20:28 ---> Running in 1f06f4be14e6 19:20:28 ---> Running in 0a0ea52fa7ec 19:20:28 ---> Running in bc981cb59f22 19:20:28 ---> Running in 17dbe71c8a55 19:20:28 ---> Running in d33acd937462 19:20:29 Removing intermediate container 0a0ea52fa7ec 19:20:29 ---> ae1a5ac1c1c0 19:20:29 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:20:29 Removing intermediate container bc981cb59f22 19:20:29 ---> a04f77847303 19:20:29 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:20:29 Removing intermediate container 17dbe71c8a55 19:20:29 ---> b3f60de3c206 19:20:29 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:20:29 Removing intermediate container 1f06f4be14e6 19:20:29 ---> d67994c96004 19:20:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:20:29 Removing intermediate container d33acd937462 19:20:29 ---> 830169d7a467 19:20:29 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:20:29 ---> Running in 010e0eaa89f2 19:20:29 ---> Running in 2d7a0d01327f 19:20:29 ---> Running in a653f915f088 19:20:29 ---> Running in 4c1c13d90cfd 19:20:29 ---> Running in 2c1e4634ebaa 19:20:32 Removing intermediate container 010e0eaa89f2 19:20:32 ---> 08817ad4cbc8 19:20:32 Step 5/24 : RUN apk add --update --no-cache make git 19:20:32 Removing intermediate container 2d7a0d01327f 19:20:32 ---> 9fadec1963c1 19:20:32 Step 5/32 : RUN apk add --update --no-cache make git 19:20:32 ---> Running in 70caf32a1560 19:20:33 ---> Running in 526ee79fc41a 19:20:33 Removing intermediate container 4c1c13d90cfd 19:20:33 ---> d522a7d651a2 19:20:33 Step 5/23 : RUN apk add --update --no-cache make git 19:20:34 Removing intermediate container 2c1e4634ebaa 19:20:34 ---> bb53ec5bb291 19:20:34 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:20:34 ---> Running in 7cc9bedb8377 19:20:34 Removing intermediate container a653f915f088 19:20:34 ---> d0bf24c9c47b 19:20:34 Step 5/24 : RUN apk add --update --no-cache make git 19:20:34 ---> Running in 7493ec8d7c10 19:20:34 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:20:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:20:34 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:20:34 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 19:20:34 ---> Running in 1ef66ec5ac3c 19:20:34 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 19:20:35 Merging remotes/origin/main commit 94753fbbce3905e5adee13c645be22d19117881b into PR head commit c0496e6c5c4aeda306cc272094c9db7e71d87ece 19:20:35 Merge succeeded, producing c0496e6c5c4aeda306cc272094c9db7e71d87ece 19:20:35 Checking out Revision c0496e6c5c4aeda306cc272094c9db7e71d87ece (PR-3702) 19:20:35 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 19:20:35 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 19:20:34 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:20:34 using GIT_SSH to set credentials SSH Credentials for GitHub 19:20:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3702/head:refs/remotes/origin/PR-3702 +refs/heads/main:refs/remotes/origin/main # timeout=10 19:20:35 > git config core.sparsecheckout # timeout=10 19:20:35 > git checkout -f c0496e6c5c4aeda306cc272094c9db7e71d87ece # timeout=10 19:20:35 > git remote # timeout=10 19:20:35 > git config --get remote.origin.url # timeout=10 19:20:35 using GIT_SSH to set credentials SSH Credentials for GitHub 19:20:35 > git merge 94753fbbce3905e5adee13c645be22d19117881b # timeout=10 19:20:35 > git rev-parse HEAD^{commit} # timeout=10 19:20:35 > git config core.sparsecheckout # timeout=10 19:20:35 > git checkout -f c0496e6c5c4aeda306cc272094c9db7e71d87ece # timeout=10 19:20:36 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 19:20:36 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 19:20:36 OK: 218 MiB in 52 packages 19:20:36 OK: 218 MiB in 52 packages 19:20:37 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 19:20:37 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 19:20:38 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 19:20:38 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 19:20:38 OK: 218 MiB in 52 packages 19:20:38 Removing intermediate container 70caf32a1560 19:20:38 ---> c750cf85d9e3 19:20:38 Step 6/24 : COPY go.mod . 19:20:39 Commit message: "build(deps): Bump github.com/pelletier/go-toml from 1.9.3 to 1.9.4" 19:20:39 > git --version # timeout=10 19:20:39 > git --version # 'git version 2.17.1' 19:20:39 fatal: bad object 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 19:20:39 OK: 218 MiB in 52 packages 19:20:39 Removing intermediate container 526ee79fc41a 19:20:39 ---> 66ff98a1b4c8 19:20:39 Step 6/32 : COPY go.mod . [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:20:40 + echo snap-build.sh 19:20:40 snap-build.sh 19:20:40 + SNAP_BASE_DIR=. 19:20:40 + '[' '!' -z /w/workspace/edgex-go/1 ']' 19:20:40 + SNAP_BASE_DIR=/w/workspace/edgex-go/1 19:20:40 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' 19:20:40 [snap-build] Building snap in dir [/w/workspace/edgex-go/1] 19:20:40 + cd /w/workspace/edgex-go/1 19:20:40 + sudo apt-get remove -qy --purge lxd lxd-client 19:20:40 Reading package lists... 19:20:40 Building dependency tree... 19:20:40 Reading state information... 19:20:40 The following packages were automatically installed and are no longer required: 19:20:40 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 19:20:40 uidmap xdelta3 19:20:40 Use 'sudo apt autoremove' to remove them. 19:20:40 The following packages will be REMOVED: 19:20:40 lxd* lxd-client* 19:20:40 ---> 25738ae6d173 19:20:40 Step 7/24 : RUN go mod download 19:20:40 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 19:20:40 After this operation, 31.7 MB disk space will be freed. 19:20:40 OK: 218 MiB in 52 packages 19:20:40 ---> Running in 997f35100f4c 19:20:40 Removing intermediate container 7cc9bedb8377 19:20:40 ---> 4668ce4a7320 19:20:40 Step 6/23 : COPY go.mod . 19:20:41 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190317 files and directories currently installed.) 19:20:41 ---> ce5f6b1e9287 19:20:41 Step 7/32 : RUN go mod download 19:20:41 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 19:20:41 ---> Running in d27318394b83 19:20:41 Removing intermediate container 1ef66ec5ac3c 19:20:41 ---> 8885301758d8 19:20:41 Step 6/24 : COPY go.mod . 19:20:41 Removing lxd dnsmasq configuration 19:20:41 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 19:20:42 ---> bd4a3863ff60 19:20:42 Step 7/23 : RUN go mod download 19:20:42 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 19:20:42 ---> Running in 99511785b7d0 19:20:42 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:20:42 Removing intermediate container 7493ec8d7c10 19:20:42 ---> 83a212707838 19:20:42 Step 6/24 : COPY go.mod . 19:20:42 ---> 0e6cb9e829aa 19:20:42 Step 7/24 : RUN go mod download 19:20:42 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190142 files and directories currently installed.) 19:20:42 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 19:20:43 ---> Running in 2f19da386b8d 19:20:44 Processing triggers for systemd (237-3ubuntu10.45) ... 19:20:46 Processing triggers for ureadahead (0.100.0-21) ... 19:20:46 + sudo snap remove --purge lxd 19:20:46 snap "lxd" is not installed 19:20:46 + sudo groupadd --force --system lxd 19:20:46 ++ whoami 19:20:46 + sudo /usr/sbin/usermod -G lxd -a jenkins 19:20:46 + newgrp - lxd 19:20:46 + sudo snap install lxd 19:20:46 ---> f44d65499a6d 19:20:46 Step 7/24 : RUN go mod download 19:20:46 ---> Running in 2424e072e9be 19:20:48 Removing intermediate container 997f35100f4c 19:20:48 ---> 36a23e17664c 19:20:48 Step 8/24 : COPY . . 19:20:50 Removing intermediate container d27318394b83 19:20:50 ---> e96a25e41cd5 19:20:50 Step 8/32 : COPY . . 19:20:52 Removing intermediate container 99511785b7d0 19:20:52 ---> dd6cf1530499 19:20:52 Step 8/23 : COPY . . 19:20:52 2021-09-06T19:20:50Z INFO Waiting for automatic snapd restart... 19:20:53 Removing intermediate container 2f19da386b8d 19:20:53 ---> eb48ec763baf 19:20:53 Step 8/24 : COPY . . 19:20:54 Removing intermediate container 2424e072e9be 19:20:54 ---> a7bae0b0a74e 19:20:54 Step 8/24 : COPY . . 19:21:05 lxd 4.18 from Canonical* installed 19:21:05 + sudo lxd init --auto 19:21:15 + sudo snap install --classic snapcraft 19:21:16 ---> baa237781e1b 19:21:16 Step 9/32 : RUN go mod tidy 19:21:16 ---> c4f771904ae2 19:21:16 Step 9/24 : RUN go mod tidy 19:21:16 ---> 4840523449fc 19:21:16 Step 9/24 : RUN go mod tidy 19:21:16 ---> ed8bcf500907 19:21:16 Step 9/23 : RUN go mod tidy 19:21:16 ---> 180d60a3949a 19:21:16 Step 9/24 : RUN go mod tidy 19:21:16 ---> Running in ab70874b74a0 19:21:16 ---> Running in 0a8493c8a538 19:21:16 ---> Running in ed1433acb4c4 19:21:16 ---> Running in a9e3bf5091ec 19:21:16 ---> Running in d57224bc5cbd 19:21:24 Removing intermediate container ab70874b74a0 19:21:24 ---> e7058ae4cc4e 19:21:24 Step 10/24 : RUN make cmd/core-metadata/core-metadata 19:21:24 ---> Running in a6a468e64227 19:21:24 Removing intermediate container 0a8493c8a538 19:21:24 ---> 226bf2939119 19:21:24 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:21:24 ---> Running in 5ec1176ae72a 19:21:24 Removing intermediate container d57224bc5cbd 19:21:24 ---> f5a65ee6023b 19:21:24 Step 10/24 : RUN make cmd/core-data/core-data 19:21:24 Removing intermediate container a9e3bf5091ec 19:21:24 ---> 7c86cdefe0e3 19:21:24 Step 10/24 : RUN make cmd/core-command/core-command 19:21:24 Removing intermediate container ed1433acb4c4 19:21:24 ---> ccbb12be8d22 19:21:24 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 19:21:24 ---> Running in 24fcf89b2d4d 19:21:24 ---> Running in 7299218b5ce0 19:21:24 ---> Running in d7984f5d9564 19:21:25 snapcraft 5.0 from Canonical* installed 19:21:25 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 19:21:25 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 19:21:25 % Total % Received % Xferd Average Speed Time Time Time Current 19:21:25 Dload Upload Total Spent Left Speed 19:21:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3823 0 --:--:-- --:--:-- --:--:-- 3823 19:21:25 100 3325k 100 3325k 0 0 8866k 0 --:--:-- --:--:-- --:--:-- 8866k 19:21:25 ./yq_linux_amd64 19:21:25 + sudo snapcraft prime --use-lxd 19:21:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:21:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:21:26 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 19:21:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:21:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 19:21:27 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 19:21: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: 19:21:27 - README.md 19:21:27 19:21:27 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:21:27 Launching a container. 19:21:35 Waiting for container to be ready 19:21:35 To start your first instance, try: lxc launch ubuntu:18.04 19:21:35 19:21:40 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 19:21:40 Waiting for network to be ready... 19:21:40 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:21:40 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1846 kB] 19:21:40 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 19:21:40 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [338 kB] 19:21:40 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] 19:21:40 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] 19:21:40 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [419 kB] 19:21:40 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [56.1 kB] 19:21:40 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1137 kB] 19:21:40 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [259 kB] 19:21:41 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:21:41 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 19:21:41 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 19:21:41 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 19:21:41 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 19:21:41 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 19:21:41 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 19:21:41 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 19:21:42 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 19:21:42 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2192 kB] 19:21:42 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [430 kB] 19:21:42 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.3 kB] 19:21:42 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6808 B] 19:21:42 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [443 kB] 19:21:42 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [59.9 kB] 19:21:42 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1748 kB] 19:21:42 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [375 kB] 19:21:45 Fetched 25.1 MB in 4s (5766 kB/s) 19:21:46 Reading package lists... 19:21:46 Reading package lists... 19:21:46 Building dependency tree... 19:21:46 Reading state information... 19:21:46 The following additional packages will be installed: 19:21:46 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:21:46 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:21:46 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:21:46 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 19:21:46 Suggested packages: 19:21:46 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 19:21:46 Recommended packages: 19:21:46 gnupg libsasl2-modules 19:21:46 The following NEW packages will be installed: 19:21:46 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:21:46 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:21:46 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:21:46 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 19:21:46 The following packages will be upgraded: 19:21:46 gpg gpg-agent gpgconf libudev1 19:21:46 4 upgraded, 18 newly installed, 0 to remove and 108 not upgraded. 19:21:46 Need to get 3527 kB of archives. 19:21:46 After this operation, 13.3 MB of additional disk space will be used. 19:21:46 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 19:21:46 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 19:21:46 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 19:21:46 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 19:21:46 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.51 [56.2 kB] 19:21:47 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.51 [1102 kB] 19:21:47 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 19:21:47 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 19:21:47 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 19:21:47 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 19:21:47 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 19:21:47 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 19:21:47 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 19:21:47 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 19:21:47 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 19:21:47 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 19:21:47 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 19:21:47 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 19:21:47 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 19:21:47 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 19:21:47 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 19:21:47 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 19:21:47 debconf: delaying package configuration, since apt-utils is not installed 19:21:47 Fetched 3527 kB in 1s (3118 kB/s) 19:21:47 (Reading database ... 12511 files and directories currently installed.) 19:21:47 Preparing to unpack .../libudev1_237-3ubuntu10.51_amd64.deb ... 19:21:47 Unpacking libudev1:amd64 (237-3ubuntu10.51) over (237-3ubuntu10) ... 19:21:47 Setting up libudev1:amd64 (237-3ubuntu10.51) ... 19:21:47 Selecting previously unselected package udev. 19:21:47 (Reading database ... 12511 files and directories currently installed.) 19:21:47 Preparing to unpack .../00-udev_237-3ubuntu10.51_amd64.deb ... 19:21:47 Unpacking udev (237-3ubuntu10.51) ... 19:21:48 Selecting previously unselected package libfuse2:amd64. 19:21:48 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 19:21:48 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:21:48 Selecting previously unselected package fuse. 19:21:48 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 19:21:48 Unpacking fuse (2.9.7-1ubuntu1) ... 19:21:48 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 19:21:48 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:21:48 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 19:21:48 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:21:48 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 19:21:48 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:21:48 Selecting previously unselected package libksba8:amd64. 19:21:48 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 19:21:48 Unpacking libksba8:amd64 (1.3.5-2) ... 19:21:48 Selecting previously unselected package libroken18-heimdal:amd64. 19:21:48 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:21:48 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:21:48 Selecting previously unselected package libasn1-8-heimdal:amd64. 19:21:48 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:21:48 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:21:48 Selecting previously unselected package libheimbase1-heimdal:amd64. 19:21:48 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:21:48 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:21:48 Selecting previously unselected package libhcrypto4-heimdal:amd64. 19:21:48 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:21:48 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:21:49 Selecting previously unselected package libwind0-heimdal:amd64. 19:21:49 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:21:49 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:21:49 Selecting previously unselected package libhx509-5-heimdal:amd64. 19:21:49 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:21:49 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:21:49 Selecting previously unselected package libkrb5-26-heimdal:amd64. 19:21:49 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:21:49 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:21:49 Selecting previously unselected package libheimntlm0-heimdal:amd64. 19:21:49 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:21:49 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:21:49 Selecting previously unselected package libgssapi3-heimdal:amd64. 19:21:49 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:21:49 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:21:49 Selecting previously unselected package libsasl2-modules-db:amd64. 19:21:49 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 19:21:49 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:21:49 Selecting previously unselected package libsasl2-2:amd64. 19:21:49 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 19:21:49 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:21:49 Selecting previously unselected package libldap-common. 19:21:49 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 19:21:49 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 19:21:49 Selecting previously unselected package libldap-2.4-2:amd64. 19:21:49 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 19:21:49 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 19:21:49 Selecting previously unselected package dirmngr. 19:21:49 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 19:21:49 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 19:21:49 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 19:21:49 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 19:21:49 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:21:49 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:21:49 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:21:49 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 19:21:49 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:21:49 Setting up libksba8:amd64 (1.3.5-2) ... 19:21:49 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:21:49 Setting up udev (237-3ubuntu10.51) ... 19:21:49 invoke-rc.d: policy-rc.d denied execution of start. 19:21:50 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:21:50 Processing triggers for systemd (237-3ubuntu10) ... 19:21:50 Setting up fuse (2.9.7-1ubuntu1) ... 19:21:50 Setting up gpg (2.2.4-1ubuntu1.4) ... 19:21:50 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:21:50 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:21:50 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:21:50 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:21:50 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:21:50 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:21:50 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:21:50 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 19:21:50 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 19:21:50 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:21:50 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 19:21:50 settings in the [Install] section, and DefaultInstance for template units). 19:21:50 This means they are not meant to be enabled using systemctl. 19:21:50 Possible reasons for having this kind of units are: 19:21:50 1) A unit may be statically enabled by being symlinked from another unit's 19:21:50 .wants/ or .requires/ directory. 19:21:50 2) A unit's purpose may be to act as a helper for some other unit which has 19:21:50 a requirement dependency on it. 19:21:50 3) A unit may be started when needed via activation (socket, path, timer, 19:21:50 D-Bus, udev, scripted systemctl call, ...). 19:21:50 4) In case of template units, the unit is meant to be enabled with some 19:21:50 instance name specified. 19:21:51 Reading package lists... 19:21:51 Building dependency tree... 19:21:51 Reading state information... 19:21:51 The following additional packages will be installed: 19:21:51 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 19:21:51 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 19:21:51 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 19:21:51 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 19:21:51 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 19:21:51 Suggested packages: 19:21:51 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 19:21:51 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 19:21:51 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 19:21:51 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 19:21:51 systemd-container policykit-1 19:21:51 Recommended packages: 19:21:51 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 19:21:51 The following NEW packages will be installed: 19:21:51 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 19:21:51 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 19:21:51 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 19:21:51 multiarch-support openssh-client python3 python3-minimal python3.6 19:21:51 python3.6-minimal snapd squashfs-tools sudo 19:21:51 The following packages will be upgraded: 19:21:51 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 19:21:51 5 upgraded, 25 newly installed, 0 to remove and 103 not upgraded. 19:21:51 Need to get 36.7 MB of archives. 19:21:51 After this operation, 147 MB of additional disk space will be used. 19:21:51 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.13 [1302 kB] 19:21:51 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 19:21:51 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.51 [2913 kB] 19:21:51 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 19:21:51 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 19:21:51 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 19:21:51 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 19:21:51 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 19:21:51 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 19:21:51 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 19:21:51 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 19:21:51 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 19:21:51 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 19:21:51 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 19:21:51 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.7 [1089 kB] 19:21:52 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.5 [612 kB] 19:21:52 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.3 [111 kB] 19:21:52 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.51 [207 kB] 19:21:52 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.14 [809 kB] 19:21:52 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.14 [1207 kB] 19:21:52 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 19:21:52 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 19:21:52 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 19:21:52 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 19:21:52 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 19:21:52 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 19:21:52 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 19:21:52 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 19:21:52 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 19:21:52 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.49.2+18.04 [22.5 MB] 19:21:54 debconf: delaying package configuration, since apt-utils is not installed 19:21:54 Fetched 36.7 MB in 3s (14.0 MB/s) 19:21:54 (Reading database ... 12757 files and directories currently installed.) 19:21:54 Preparing to unpack .../systemd_237-3ubuntu10.51_amd64.deb ... 19:21:54 Unpacking systemd (237-3ubuntu10.51) over (237-3ubuntu10) ... 19:21:55 Preparing to unpack .../libsystemd0_237-3ubuntu10.51_amd64.deb ... 19:21:55 Unpacking libsystemd0:amd64 (237-3ubuntu10.51) over (237-3ubuntu10) ... 19:21:55 Setting up libsystemd0:amd64 (237-3ubuntu10.51) ... 19:21:55 (Reading database ... 12757 files and directories currently installed.) 19:21:55 Preparing to unpack .../libapt-pkg5.0_1.6.14_amd64.deb ... 19:21:55 Unpacking libapt-pkg5.0:amd64 (1.6.14) over (1.6.1) ... 19:21:55 Setting up libapt-pkg5.0:amd64 (1.6.14) ... 19:21:55 (Reading database ... 12757 files and directories currently installed.) 19:21:55 Preparing to unpack .../archives/apt_1.6.14_amd64.deb ... 19:21:55 Unpacking apt (1.6.14) over (1.6.1) ... 19:21:55 Setting up apt (1.6.14) ... 19:21:55 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 19:21:55 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 19:21:56 (Reading database ... 12764 files and directories currently installed.) 19:21:56 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.13_amd64.deb ... 19:21:56 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.13) over (1.1.0g-2ubuntu4) ... 19:21:56 Selecting previously unselected package libpython3.6-minimal:amd64. 19:21:56 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:21:56 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:21:56 Selecting previously unselected package libexpat1:amd64. 19:21:56 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 19:21:56 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:21:56 Selecting previously unselected package python3.6-minimal. 19:21:56 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:21:56 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 19:21:56 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.13) ... 19:21:56 Checking for services that may need to be restarted...done. 19:21:56 Checking for services that may need to be restarted...done. 19:21:56 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:21:56 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:21:56 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 19:21:57 Selecting previously unselected package python3-minimal. 19:21:57 (Reading database ... 13012 files and directories currently installed.) 19:21:57 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 19:21:57 Unpacking python3-minimal (3.6.7-1~18.04) ... 19:21:57 Selecting previously unselected package mime-support. 19:21:57 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 19:21:57 Unpacking mime-support (3.60ubuntu1) ... 19:21:57 Selecting previously unselected package libmpdec2:amd64. 19:21:57 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 19:21:57 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:21:57 Selecting previously unselected package libpython3.6-stdlib:amd64. 19:21:57 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:21:57 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:21:57 Selecting previously unselected package python3.6. 19:21:57 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:21:57 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 19:21:57 Selecting previously unselected package libpython3-stdlib:amd64. 19:21:57 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 19:21:57 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:21:57 Setting up python3-minimal (3.6.7-1~18.04) ... 19:21:57 Selecting previously unselected package python3. 19:21:57 (Reading database ... 13442 files and directories currently installed.) 19:21:57 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 19:21:57 Unpacking python3 (3.6.7-1~18.04) ... 19:21:58 Selecting previously unselected package multiarch-support. 19:21:58 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 19:21:58 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 19:21:58 Setting up multiarch-support (2.27-3ubuntu1.4) ... 19:21:58 Selecting previously unselected package liblzo2-2:amd64. 19:21:58 (Reading database ... 13479 files and directories currently installed.) 19:21:58 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 19:21:58 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 19:21:58 Selecting previously unselected package libbsd0:amd64. 19:21:58 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 19:21:58 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:21:58 Selecting previously unselected package sudo. 19:21:58 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 19:21:58 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 19:21:58 Selecting previously unselected package apparmor. 19:21:58 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 19:21:58 Unpacking apparmor (2.12-4ubuntu5.1) ... 19:21:58 Selecting previously unselected package libedit2:amd64. 19:21:58 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 19:21:58 Unpacking libedit2:amd64 (3.1-20170329-1) ... 19:21:58 Selecting previously unselected package libkrb5support0:amd64. 19:21:58 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 19:21:58 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:21:58 Selecting previously unselected package libk5crypto3:amd64. 19:21:58 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 19:21:58 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:21:58 Selecting previously unselected package libkeyutils1:amd64. 19:21:58 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 19:21:58 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:21:58 Selecting previously unselected package libkrb5-3:amd64. 19:21:58 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 19:21:58 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:21:58 Selecting previously unselected package libgssapi-krb5-2:amd64. 19:21:58 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 19:21:58 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:21:58 Selecting previously unselected package libssl1.0.0:amd64. 19:21:58 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.7_amd64.deb ... 19:21:58 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.7) ... 19:21:58 Selecting previously unselected package openssh-client. 19:21:58 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.5_amd64.deb ... 19:21:58 Unpacking openssh-client (1:7.6p1-4ubuntu0.5) ... 19:21:59 Selecting previously unselected package squashfs-tools. 19:21:59 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.3_amd64.deb ... 19:21:59 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.3) ... 19:21:59 Selecting previously unselected package snapd. 19:21:59 Preparing to unpack .../13-snapd_2.49.2+18.04_amd64.deb ... 19:21:59 Unpacking snapd (2.49.2+18.04) ... 19:22:01 Setting up libedit2:amd64 (3.1-20170329-1) ... 19:22:02 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.7) ... 19:22:02 Setting up mime-support (3.60ubuntu1) ... 19:22:02 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 19:22:02 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:22:02 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:22:02 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:22:02 Setting up systemd (237-3ubuntu10.51) ... 19:22:02 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 19:22:02 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:22:02 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:22:02 Setting up liblzo2-2:amd64 (2.08-1.2) ... 19:22:02 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:22:02 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:22:02 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 19:22:03 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.3) ... 19:22:03 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:22:03 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:22:03 Setting up python3 (3.6.7-1~18.04) ... 19:22:03 running python rtupdate hooks for python3.6... 19:22:03 running python post-rtupdate hooks for python3.6... 19:22:03 Setting up apparmor (2.12-4ubuntu5.1) ... 19:22:04 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 19:22:04 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:22:04 Setting up openssh-client (1:7.6p1-4ubuntu0.5) ... 19:22:04 Setting up snapd (2.49.2+18.04) ... 19:22:04 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 19:22:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 19:22:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 19:22:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 19:22:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:22:05 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:22:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 19:22:05 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 19:22:06 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 19:22:06 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 19:22:06 /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' 19:22:06 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:22:06 Processing triggers for systemd (237-3ubuntu10.51) ... 19:22:07 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:22:07 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 19:22:07 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:22:08 Reading package lists... 19:22:09 Reading package lists... 19:22:09 Building dependency tree... 19:22:09 Reading state information... 19:22:09 Calculating upgrade... 19:22:09 The following packages will be upgraded: 19:22:09 advancecomp base-files bash binutils binutils-common 19:22:09 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 19:22:09 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 19:22:09 grep gzip libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 19:22:09 libbinutils libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev 19:22:09 libcc1-0 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 19:22:09 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 19:22:09 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 19:22:09 libkmod2 liblsan0 liblz4-1 libmount1 libmpx2 libncurses5 libncursesw5 19:22:09 libnettle6 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 19:22:09 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 19:22:09 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 19:22:09 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 19:22:09 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 19:22:09 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 19:22:09 ubuntu-keyring util-linux 19:22:09 103 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 19:22:09 Need to get 64.2 MB of archives. 19:22:09 After this operation, 5126 kB of additional disk space will be used. 19:22:09 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-154.161 [988 kB] 19:22:09 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 19:22:09 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 19:22:09 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 19:22:09 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 19:22:09 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 19:22:09 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 19:22:10 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 19:22:10 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 19:22:10 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 19:22:10 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 19:22:10 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 19:22:10 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 19:22:10 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 19:22:10 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 19:22:10 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 19:22:10 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 19:22:10 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 19:22:10 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 19:22:10 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 19:22:10 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 19:22:10 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 19:22:10 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 19:22:10 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 19:22:10 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 19:22:10 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 19:22:10 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 19:22:10 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 19:22:10 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 19:22:10 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 19:22:10 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 19:22:10 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 19:22:10 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 19:22:10 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 19:22:10 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblz4-1 amd64 0.0~r131-2ubuntu3.1 [48.5 kB] 19:22:10 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 19:22:10 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 19:22:10 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4.1-0ubuntu0.18.04.1 [111 kB] 19:22:10 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4.1-0ubuntu0.18.04.1 [140 kB] 19:22:10 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 19:22:10 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 19:22:10 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.13 [614 kB] 19:22:10 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 19:22:10 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 19:22:10 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 19:22:10 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 19:22:10 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 19:22:10 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 19:22:10 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 19:22:10 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 19:22:10 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 19:22:10 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 19:22:10 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 19:22:10 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 19:22:10 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 19:22:10 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 19:22:10 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 19:22:10 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 19:22:11 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 19:22:11 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 19:22:11 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 19:22:11 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 19:22:11 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 19:22:11 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 19:22:11 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 19:22:11 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 19:22:11 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 19:22:11 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 19:22:12 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 19:22:12 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 19:22:12 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 19:22:12 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 19:22:12 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gzip amd64 1.6-5ubuntu1.1 [89.8 kB] 19:22:12 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 19:22:12 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 19:22:12 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 19:22:12 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 19:22:12 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 19:22:12 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 19:22:12 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 19:22:12 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 19:22:12 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 19:22:12 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 19:22:12 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.3 [55.0 kB] 19:22:12 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.3 [40.3 kB] 19:22:12 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.3 [252 kB] 19:22:12 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.51 [13.9 kB] 19:22:12 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.3 [37.1 kB] 19:22:12 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 19:22:12 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 19:22:12 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 19:22:12 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 19:22:12 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 19:22:12 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 19:22:12 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 19:22:12 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 19:22:12 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 19:22:12 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 19:22:12 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 19:22:12 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 19:22:12 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 19:22:12 Get:102 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 19:22:12 Get:103 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 19:22:12 debconf: delaying package configuration, since apt-utils is not installed 19:22:12 Fetched 64.2 MB in 3s (20.6 MB/s) 19:22:13 (Reading database ... 13914 files and directories currently installed.) 19:22:13 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 19:22:13 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:22:13 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 19:22:13 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:22:13 Preparing to unpack .../2-linux-libc-dev_4.15.0-154.161_amd64.deb ... 19:22:13 Unpacking linux-libc-dev:amd64 (4.15.0-154.161) over (4.15.0-20.21) ... 19:22:13 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:22:13 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:22:14 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:22:14 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:22:14 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:22:14 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:22:14 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:22:14 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:22:14 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:22:14 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:22:14 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:22:14 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:22:14 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:22:14 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:22:14 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 19:22:14 (Reading database ... 13914 files and directories currently installed.) 19:22:14 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 19:22:14 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 19:22:14 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 19:22:14 (Reading database ... 13914 files and directories currently installed.) 19:22:14 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:22:14 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:22:14 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:22:14 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:22:14 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:22:14 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:22:14 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 19:22:14 (Reading database ... 13914 files and directories currently installed.) 19:22:14 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 19:22:15 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:22:15 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 19:22:15 (Reading database ... 13914 files and directories currently installed.) 19:22:15 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 19:22:15 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 19:22:15 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 19:22:15 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 19:22:15 Setting up base-files (10.1ubuntu2.10) ... 19:22:15 Installing new version of config file /etc/issue ... 19:22:15 Installing new version of config file /etc/issue.net ... 19:22:15 Installing new version of config file /etc/lsb-release ... 19:22:15 Installing new version of config file /etc/update-motd.d/50-motd-news ... 19:22:16 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 19:22:16 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 19:22:16 Removing obsolete conffile /etc/default/motd-news ... 19:22:16 (Reading database ... 13915 files and directories currently installed.) 19:22:16 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 19:22:16 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 19:22:16 Setting up bash (4.4.18-2ubuntu1.2) ... 19:22:16 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 19:22:16 (Reading database ... 13915 files and directories currently installed.) 19:22:16 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 19:22:16 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 19:22:16 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 19:22:16 (Reading database ... 13915 files and directories currently installed.) 19:22:16 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 19:22:16 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 19:22:16 Setting up tar (1.29b-2ubuntu0.2) ... 19:22:17 (Reading database ... 13915 files and directories currently installed.) 19:22:17 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 19:22:17 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:22:17 Setting up dpkg (1.19.0.5ubuntu2.3) ... 19:22:17 (Reading database ... 13915 files and directories currently installed.) 19:22:17 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 19:22:17 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:22:17 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 19:22:17 (Reading database ... 13915 files and directories currently installed.) 19:22:17 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 19:22:17 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:22:17 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 19:22:17 (Reading database ... 13915 files and directories currently installed.) 19:22:17 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 19:22:17 Unpacking grep (3.1-2build1) over (3.1-2) ... 19:22:17 Setting up grep (3.1-2build1) ... 19:22:17 (Reading database ... 13915 files and directories currently installed.) 19:22:17 Preparing to unpack .../gzip_1.6-5ubuntu1.1_amd64.deb ... 19:22:17 Unpacking gzip (1.6-5ubuntu1.1) over (1.6-5ubuntu1) ... 19:22:17 Setting up gzip (1.6-5ubuntu1.1) ... 19:22:17 (Reading database ... 13915 files and directories currently installed.) 19:22:17 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 19:22:17 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:22:17 Setting up login (1:4.5-1ubuntu2) ... 19:22:18 (Reading database ... 13915 files and directories currently installed.) 19:22:18 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 19:22:18 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:22:18 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 19:22:18 (Reading database ... 13915 files and directories currently installed.) 19:22:18 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 19:22:18 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:22:18 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 19:22:18 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:22:18 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 19:22:18 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:22:19 Setting up perl-base (5.26.1-6ubuntu0.5) ... 19:22:19 (Reading database ... 13915 files and directories currently installed.) 19:22:19 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 19:22:19 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:22:19 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:22:19 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:22:19 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:22:19 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:22:19 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 19:22:19 (Reading database ... 13915 files and directories currently installed.) 19:22:19 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 19:22:19 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 19:22:20 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 19:22:20 (Reading database ... 13915 files and directories currently installed.) 19:22:20 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:22:20 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:22:20 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:22:20 (Reading database ... 13915 files and directories currently installed.) 19:22:20 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:22:20 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:22:20 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:22:20 (Reading database ... 13915 files and directories currently installed.) 19:22:20 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:22:20 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:22:20 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:22:20 (Reading database ... 13915 files and directories currently installed.) 19:22:20 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:22:20 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:22:20 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:22:20 (Reading database ... 13915 files and directories currently installed.) 19:22:20 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 19:22:20 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:22:20 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 19:22:20 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:22:20 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 19:22:20 (Reading database ... 13915 files and directories currently installed.) 19:22:20 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 19:22:20 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:22:20 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 19:22:20 (Reading database ... 13915 files and directories currently installed.) 19:22:20 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:22:20 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:22:21 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:22:21 (Reading database ... 13915 files and directories currently installed.) 19:22:21 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:22:21 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:22:21 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 19:22:21 (Reading database ... 13915 files and directories currently installed.) 19:22:21 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:22:21 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:22:21 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 19:22:21 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 19:22:22 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 19:22:22 (Reading database ... 13915 files and directories currently installed.) 19:22:22 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 19:22:22 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:22:22 Setting up libc-bin (2.27-3ubuntu1.4) ... 19:22:22 (Reading database ... 13915 files and directories currently installed.) 19:22:22 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 19:22:22 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:22:22 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 19:22:22 (Reading database ... 13917 files and directories currently installed.) 19:22:22 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 19:22:22 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 19:22:22 Setting up debconf (1.5.66ubuntu1) ... 19:22:23 (Reading database ... 13917 files and directories currently installed.) 19:22:23 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 19:22:23 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 19:22:23 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 19:22:23 (Reading database ... 13917 files and directories currently installed.) 19:22:23 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 19:22:23 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 19:22:23 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 19:22:23 (Reading database ... 13917 files and directories currently installed.) 19:22:23 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 19:22:23 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 19:22:23 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... 19:22:23 (Reading database ... 13917 files and directories currently installed.) 19:22:23 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 19:22:23 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 19:22:23 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) ... 19:22:23 (Reading database ... 13919 files and directories currently installed.) 19:22:23 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 19:22:23 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 19:22:23 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... 19:22:23 (Reading database ... 13923 files and directories currently installed.) 19:22:23 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:22:23 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:22:23 Preparing to unpack .../systemd-sysv_237-3ubuntu10.51_amd64.deb ... 19:22:23 Unpacking systemd-sysv (237-3ubuntu10.51) over (237-3ubuntu10) ... 19:22:23 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 19:22:24 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:22:24 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 19:22:24 (Reading database ... 13923 files and directories currently installed.) 19:22:24 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 19:22:24 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 19:22:24 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 19:22:24 (Reading database ... 13923 files and directories currently installed.) 19:22:24 Preparing to unpack .../liblz4-1_0.0~r131-2ubuntu3.1_amd64.deb ... 19:22:24 Unpacking liblz4-1:amd64 (0.0~r131-2ubuntu3.1) over (0.0~r131-2ubuntu3) ... 19:22:24 Setting up liblz4-1:amd64 (0.0~r131-2ubuntu3.1) ... 19:22:24 (Reading database ... 13923 files and directories currently installed.) 19:22:24 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.3_all.deb ... 19:22:24 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 19:22:24 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) ... 19:22:24 (Reading database ... 13923 files and directories currently installed.) 19:22:24 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 19:22:24 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:22:24 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 19:22:24 (Reading database ... 13923 files and directories currently installed.) 19:22:24 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 19:22:24 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 19:22:24 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 19:22:24 (Reading database ... 13923 files and directories currently installed.) 19:22:24 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 19:22:24 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:22:25 Setting up passwd (1:4.5-1ubuntu2) ... 19:22:25 (Reading database ... 13923 files and directories currently installed.) 19:22:25 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 19:22:25 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:22:25 Setting up gpgv (2.2.4-1ubuntu1.4) ... 19:22:25 (Reading database ... 13923 files and directories currently installed.) 19:22:25 Preparing to unpack .../libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb ... 19:22:25 Unpacking libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... 19:22:25 Setting up libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) ... 19:22:25 (Reading database ... 13923 files and directories currently installed.) 19:22:25 Preparing to unpack .../libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb ... 19:22:25 Unpacking libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... 19:22:25 Setting up libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) ... 19:22:25 (Reading database ... 13923 files and directories currently installed.) 19:22:25 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 19:22:25 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 19:22:25 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 19:22:25 (Reading database ... 13923 files and directories currently installed.) 19:22:25 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 19:22:25 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 19:22:26 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 19:22:26 (Reading database ... 13923 files and directories currently installed.) 19:22:26 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 19:22:26 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 19:22:26 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 19:22:26 (Reading database ... 13923 files and directories currently installed.) 19:22:26 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 19:22:26 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 19:22:26 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 19:22:26 (Reading database ... 13923 files and directories currently installed.) 19:22:26 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 19:22:26 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 19:22:26 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 19:22:26 (Reading database ... 13923 files and directories currently installed.) 19:22:26 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 19:22:26 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 19:22:26 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 19:22:26 (Reading database ... 13924 files and directories currently installed.) 19:22:26 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:22:26 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 19:22:26 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:22:26 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 19:22:26 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.13_amd64.deb ... 19:22:26 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.13) over (1.1.0g-2ubuntu4) ... 19:22:26 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 19:22:26 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 19:22:27 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 19:22:27 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 19:22:27 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 19:22:27 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 19:22:27 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 19:22:27 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 19:22:27 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 19:22:27 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 19:22:27 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 19:22:27 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 19:22:27 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 19:22:27 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 19:22:27 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 19:22:27 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 19:22:27 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 19:22:27 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 19:22:27 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 19:22:27 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 19:22:27 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 19:22:28 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 19:22:28 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:22:28 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:22:28 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:22:28 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:22:28 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:22:28 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:22:28 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:22:28 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:22:28 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:22:28 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:22:28 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:22:28 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:22:28 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:22:28 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:22:28 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:22:28 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:22:29 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:22:29 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:22:30 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:22:30 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:22:30 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:22:30 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:22:31 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:22:31 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:22:32 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:22:32 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:22:32 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:22:32 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:22:32 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 19:22:32 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:22:32 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 19:22:32 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:22:32 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 19:22:32 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 19:22:32 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:22:32 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:22:32 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:22:32 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:22:32 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 19:22:32 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 19:22:32 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:22:32 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 19:22:32 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:22:32 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:22:32 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:22:32 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 19:22:32 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 19:22:32 Setting up tzdata (2021a-0ubuntu0.18.04) ... 19:22:32 19:22:32 Current default time zone: 'Etc/UTC' 19:22:32 Local time is now: Mon Sep 6 19:22:32 UTC 2021. 19:22:32 Universal Time is now: Mon Sep 6 19:22:32 UTC 2021. 19:22:32 Run 'dpkg-reconfigure tzdata' if you wish to change it. 19:22:32 19:22:32 Setting up systemd-sysv (237-3ubuntu10.51) ... 19:22:32 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:22:32 Setting up linux-libc-dev:amd64 (4.15.0-154.161) ... 19:22:32 Setting up mount (2.31.1-0.4ubuntu3.7) ... 19:22:32 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 19:22:32 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 19:22:32 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 19:22:32 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 19:22:32 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 19:22:32 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 19:22:32 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:22:32 Setting up procps (2:3.3.12-3ubuntu1.2) ... 19:22:33 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 19:22:33 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 19:22:33 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 19:22:33 Setting up patch (2.7.6-2ubuntu1.1) ... 19:22:33 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 19:22:33 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 19:22:33 Setting up openssl (1.1.1-1ubuntu2.1~18.04.13) ... 19:22:33 Installing new version of config file /etc/ssl/openssl.cnf ... 19:22:33 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 19:22:33 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 19:22:33 Setting up ca-certificates (20210119~18.04.1) ... 19:22:35 Updating certificates in /etc/ssl/certs... 19:22:36 23 added, 27 removed; done. 19:22:36 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 19:22:36 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:22:36 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 19:22:36 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 19:22:36 Setting up pkgbinarymangler (138.18.04.1) ... 19:22:36 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 19:22:36 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 19:22:36 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 19:22:36 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 19:22:36 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:22:36 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 19:22:36 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:22:36 Setting up perl (5.26.1-6ubuntu0.5) ... 19:22:36 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 19:22:36 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 19:22:36 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 19:22:36 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 19:22:36 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 19:22:36 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 19:22:36 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 19:22:36 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 19:22:36 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 19:22:36 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:22:36 Processing triggers for systemd (237-3ubuntu10.51) ... 19:22:36 Processing triggers for mime-support (3.60ubuntu1) ... 19:22:36 Processing triggers for ca-certificates (20210119~18.04.1) ... 19:22:36 Updating certificates in /etc/ssl/certs... 19:22:37 0 added, 0 removed; done. 19:22:37 Running hooks in /etc/ca-certificates/update.d... 19:22:37 done. 19:22:37 Reading package lists... 19:22:38 Building dependency tree... 19:22:38 Reading state information... 19:22:38 The following NEW packages will be installed: 19:22:38 apt-transport-https 19:22:38 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 19:22:38 Need to get 4348 B of archives. 19:22:38 After this operation, 154 kB of additional disk space will be used. 19:22:38 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.14 [4348 B] 19:22:38 debconf: delaying package configuration, since apt-utils is not installed 19:22:38 Fetched 4348 B in 0s (24.1 kB/s) 19:22:38 Selecting previously unselected package apt-transport-https. 19:22:38 (Reading database ... 13929 files and directories currently installed.) 19:22:38 Preparing to unpack .../apt-transport-https_1.6.14_all.deb ... 19:22:38 Unpacking apt-transport-https (1.6.14) ... 19:22:38 Setting up apt-transport-https (1.6.14) ... 19:22:38 Waiting for network to be ready... 19:22:44 2021-09-06T19:22:41Z INFO Waiting for automatic snapd restart... 19:22:44 snapd 2.51.4 from Canonical* installed 19:22:45 "snapd" switched to the "latest/stable" channel 19:22:45 19:22:47 core18 20210722 from Canonical* installed 19:22:47 "core18" switched to the "latest/stable" channel 19:22:47 19:22:50 snapcraft 5.0 from Canonical* installed 19:22:50 "snapcraft" switched to the "latest/stable" channel 19:22:50 19:22:54 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: 19:22:54 - README.md 19:22:54 19:22:54 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:22:55 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:22:55 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 19:22:55 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:22:56 Reading package lists... 19:22:57 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.14 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 19:22:57 Reading package lists... 19:22:57 Building dependency tree... 19:22:57 Reading state information... 19:22:57 Suggested packages: 19:22:57 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 19:22:57 git-gui gitk gitweb git-cvs git-mediawiki git-svn 19:22:57 Recommended packages: 19:22:57 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 19:22:57 The following NEW packages will be installed: 19:22:57 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 19:22:57 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 19:22:57 pkg-config zip 19:22:57 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 19:22:57 Need to get 7663 kB of archives. 19:22:57 After this operation, 43.8 MB of additional disk space will be used. 19:22:57 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 19:22:57 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.14 [218 kB] 19:22:57 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 19:22:57 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 19:22:57 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 19:22:57 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 19:22:57 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 19:22:58 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 19:22:58 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 19:22:58 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 19:22:58 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 19:22:58 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 19:22:58 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 19:22:58 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 19:22:58 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 19:22:58 debconf: delaying package configuration, since apt-utils is not installed 19:22:58 Fetched 7663 kB in 1s (9317 kB/s) 19:22:58 Selecting previously unselected package libglib2.0-0:amd64. 19:22:58 (Reading database ... 13933 files and directories currently installed.) 19:22:58 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 19:22:58 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 19:22:58 Selecting previously unselected package libpsl5:amd64. 19:22:58 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 19:22:58 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 19:22:58 Selecting previously unselected package libnghttp2-14:amd64. 19:22:58 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 19:22:58 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:22:58 Selecting previously unselected package librtmp1:amd64. 19:22:58 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 19:22:58 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:22:58 Selecting previously unselected package libcurl3-gnutls:amd64. 19:22:58 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.14_amd64.deb ... 19:22:58 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.14) ... 19:22:59 Selecting previously unselected package liberror-perl. 19:22:59 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 19:22:59 Unpacking liberror-perl (0.17025-1) ... 19:22:59 Selecting previously unselected package git-man. 19:22:59 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 19:22:59 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 19:22:59 Selecting previously unselected package git. 19:22:59 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 19:22:59 Unpacking git (1:2.17.1-1ubuntu0.8) ... 19:23:00 Selecting previously unselected package libnorm1:amd64. 19:23:00 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 19:23:00 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:23:00 Selecting previously unselected package libpgm-5.2-0:amd64. 19:23:00 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 19:23:00 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:23:00 Selecting previously unselected package libsodium23:amd64. 19:23:00 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 19:23:00 Unpacking libsodium23:amd64 (1.0.16-2) ... 19:23:00 Selecting previously unselected package libzmq5:amd64. 19:23:00 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 19:23:00 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:23:00 Selecting previously unselected package libzmq3-dev:amd64. 19:23:00 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 19:23:00 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:23:00 Selecting previously unselected package pkg-config. 19:23:00 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 19:23:00 Unpacking pkg-config (0.29.1-0ubuntu2) ... 19:23:00 Selecting previously unselected package zip. 19:23:00 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 19:23:00 Unpacking zip (3.0-11build1) ... 19:23:00 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:23:00 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 19:23:00 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:23:00 Setting up liberror-perl (0.17025-1) ... 19:23:00 Setting up libpsl5:amd64 (0.19.1-5build1) ... 19:23:00 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 19:23:00 No schema files found: doing nothing. 19:23:00 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:23:00 Setting up zip (3.0-11build1) ... 19:23:00 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:23:00 Setting up libsodium23:amd64 (1.0.16-2) ... 19:23:00 Setting up pkg-config (0.29.1-0ubuntu2) ... 19:23:00 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:23:00 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.14) ... 19:23:00 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:23:00 Setting up git (1:2.17.1-1ubuntu0.8) ... 19:23:00 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:23:01 git set to automatically installed. 19:23:01 git-man set to automatically installed. 19:23:01 libcurl3-gnutls set to automatically installed. 19:23:01 liberror-perl set to automatically installed. 19:23:01 libglib2.0-0 set to automatically installed. 19:23:01 libnghttp2-14 set to automatically installed. 19:23:01 libnorm1 set to automatically installed. 19:23:01 libpgm-5.2-0 set to automatically installed. 19:23:01 libpsl5 set to automatically installed. 19:23:01 librtmp1 set to automatically installed. 19:23:01 libsodium23 set to automatically installed. 19:23:01 libzmq3-dev set to automatically installed. 19:23:01 libzmq5 set to automatically installed. 19:23:01 pkg-config set to automatically installed. 19:23:01 zip set to automatically installed. 19:23:02 snapd is not logged in, snap install commands will use sudo 19:23:07 go (1.16/stable) 1.16.6 from Michael Hudson-Doyle (mwhudson) installed 19:23:08 snapd is not logged in, snap install commands will use sudo 19:23:09 snap "core18" has no updates available 19:23:10 Pulling config-common 19:23:10 + snapcraftctl pull 19:23:11 Pulling go-build-helper 19:23:11 + snapcraftctl pull 19:23:12 'edgex-go' has dependencies that need to be staged: go-build-helper 19:23:12 Skipping pull go-build-helper (already ran) 19:23:12 Building go-build-helper 19:23:12 + snapcraftctl build 19:23:14 Staging go-build-helper 19:23:14 + snapcraftctl stage 19:23:24 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:23:24 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 19:23:24 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1846 kB] 19:23:24 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [338 kB] 19:23:24 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] 19:23:24 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] 19:23:24 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [419 kB] 19:23:24 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [56.1 kB] 19:23:24 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1137 kB] 19:23:24 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [259 kB] 19:23:24 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:23:24 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 19:23:24 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 19:23:24 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 19:23:24 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 19:23:24 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 19:23:24 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 19:23:24 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 19:23:24 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 19:23:24 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2192 kB] 19:23:24 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [430 kB] 19:23:24 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.3 kB] 19:23:24 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6808 B] 19:23:24 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [443 kB] 19:23:24 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [59.9 kB] 19:23:24 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1748 kB] 19:23:24 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [375 kB] 19:23:24 Fetched 25.1 MB in 0s (0 B/s) 19:23:24 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 19:23:24 Fetched 224 kB in 0s (0 B/s) 19:23:24 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 19:23:24 Fetched 157 kB in 0s (0 B/s) 19:23:24 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 19:23:24 Fetched 221 kB in 0s (0 B/s) 19:23:24 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 19:23:24 Fetched 143 kB in 0s (0 B/s) 19:23:24 Pulling edgex-go 19:23:24 + snapcraftctl pull 19:23:24 Pulling hooks 19:23:24 + snapcraftctl pull 19:23:34 Removing intermediate container d7984f5d9564 19:23:34 ---> 2456391f39a3 19:23:34 19:23:34 Step 11/24 : FROM alpine:3.12 19:23:34 3.12: Pulling from library/alpine 19:23:34 Digest: sha256:a296b4c6f6ee2b88f095b61e95c7ef4f51ba25598835b4978c9256d8c8ace48a 19:23:34 Status: Downloaded newer image for alpine:3.12 19:23:34 ---> afc2cc120ca2 19:23:34 Step 12/24 : RUN apk add --update --no-cache dumb-init 19:23:34 ---> Running in 81e54058e6bf 19:23:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:23:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:23:34 (1/1) Installing dumb-init (1.2.2-r1) 19:23:34 Executing busybox-1.31.1-r20.trigger 19:23:34 OK: 5 MiB in 15 packages 19:23:34 Removing intermediate container 5ec1176ae72a 19:23:34 ---> 3d047b4d0682 19:23:34 19:23:34 Step 11/32 : FROM alpine:3.12 19:23:34 ---> afc2cc120ca2 19:23:34 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:23:34 ---> Running in ba342792dc19 19:23:34 Removing intermediate container ba342792dc19 19:23:34 ---> c400399fb245 19:23:34 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 19:23:34 Removing intermediate container 81e54058e6bf 19:23:34 ---> 9b3de1527c80 19:23:34 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:23:34 ---> Running in 311354ae6bc3 19:23:34 ---> Running in 6dca800bec3d 19:23:34 Removing intermediate container 311354ae6bc3 19:23:34 ---> c263155b9b74 19:23:34 Step 14/24 : ENV APP_PORT=59882 19:23:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:23:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:23:34 (1/2) Installing dumb-init (1.2.2-r1) 19:23:34 (2/2) Installing su-exec (0.2-r1) 19:23:34 Executing busybox-1.31.1-r20.trigger 19:23:34 OK: 5 MiB in 16 packages 19:23:34 ---> Running in 1751b53885f8 19:23:34 Removing intermediate container 1751b53885f8 19:23:34 ---> 83d7940e5056 19:23:34 Step 15/24 : EXPOSE $APP_PORT 19:23:34 Removing intermediate container a6a468e64227 19:23:34 ---> ad9944448c5b 19:23:34 19:23:34 Step 11/24 : FROM alpine:3.12 19:23:34 ---> afc2cc120ca2 19:23:34 Step 12/24 : RUN apk add --update --no-cache dumb-init 19:23:34 ---> Using cache 19:23:34 ---> 9b3de1527c80 19:23:34 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:23:34 ---> Using cache 19:23:34 ---> c263155b9b74 19:23:34 Step 14/24 : ENV APP_PORT=59881 19:23:34 Removing intermediate container 6dca800bec3d 19:23:34 ---> 9bffa168ef68 19:23:34 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 19:23:34 ---> Running in 4ca53365a3d4 19:23:34 Removing intermediate container 7299218b5ce0 19:23:34 ---> 7d440716be00 19:23:34 19:23:34 Step 11/23 : FROM alpine:3.12 19:23:34 ---> afc2cc120ca2 19:23:34 Step 12/23 : RUN apk add --update --no-cache dumb-init 19:23:34 ---> Using cache 19:23:34 ---> 9b3de1527c80 19:23:34 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:23:34 ---> Using cache 19:23:34 ---> c263155b9b74 19:23:34 Step 14/23 : ENV APP_PORT=59861 19:23:34 ---> Running in 9de297bb7a79 19:23:34 ---> Running in 267ed2e5f4dc 19:23:35 ---> Running in 93a00ca52a7d 19:23:35 Removing intermediate container 4ca53365a3d4 19:23:35 ---> 938ca162029c 19:23:35 Step 16/24 : WORKDIR / 19:23:35 Removing intermediate container 9de297bb7a79 19:23:35 ---> 0298b8a97cf6 19:23:35 Step 15/24 : EXPOSE $APP_PORT 19:23:35 ---> Running in fe2be9d039e5 19:23:35 Removing intermediate container 267ed2e5f4dc 19:23:35 ---> 9700f213d29c 19:23:35 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:23:35 Removing intermediate container 93a00ca52a7d 19:23:35 ---> e3f5461c7d68 19:23:35 Step 15/23 : EXPOSE $APP_PORT 19:23:35 ---> Running in 4f37072ff974 19:23:36 ---> Running in 0e78c3615e68 19:23:36 ---> Running in cf1537f74bea 19:23:36 Removing intermediate container fe2be9d039e5 19:23:36 ---> ece36a1ec758 19:23:36 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:23:36 Removing intermediate container 0e78c3615e68 19:23:36 ---> 077bc4be2a82 19:23:36 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:23:37 Removing intermediate container cf1537f74bea 19:23:37 ---> f8f413e1aa34 19:23:37 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:23:37 Removing intermediate container 4f37072ff974 19:23:37 ---> 530fdd9adaaf 19:23:37 Step 16/24 : WORKDIR / 19:23:37 ---> Running in c84bc46c1710 19:23:37 ---> Running in c248d027599f 19:23:37 ---> eb29ccbe3b5f 19:23:37 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:23:38 ---> 30ecbcaf7757 19:23:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:23:38 Removing intermediate container c248d027599f 19:23:38 ---> 341f62294217 19:23:38 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:23:41 ---> b68cb11feba7 19:23:41 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:23:41 ---> e9863358c0a3 19:23:41 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:23:41 ---> 2dc960f46f8f 19:23:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:23:41 Removing intermediate container c84bc46c1710 19:23:41 ---> 830ea8404445 19:23:41 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 19:23:42 Removing intermediate container 24fcf89b2d4d 19:23:42 ---> 17aa43d5fe13 19:23:42 19:23:42 Step 11/24 : FROM alpine:3.12 19:23:42 ---> afc2cc120ca2 19:23:42 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:23:42 ---> Running in 467b4438a7c7 19:23:42 ---> Running in f59f860a6c76 19:23:42 ---> a7c5cd89e467 19:23:42 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:23:42 ---> 2487547866b3 19:23:42 Step 20/24 : ENTRYPOINT ["/core-command"] 19:23:42 ---> 8c8edbcc87d6 19:23:42 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 19:23:42 ---> Running in 15bd1d34ebdc 19:23:42 ---> Running in 8cdff72d2031 19:23:43 Removing intermediate container 467b4438a7c7 19:23:43 ---> 67385c7049f7 19:23:43 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:23:43 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 19:23:43 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 19:23:43 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:23:43 Fetched 0 B in 0s (0 B/s) 19:23:43 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 19:23:43 Fetched 96.5 kB in 0s (0 B/s) 19:23:43 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 19:23:43 Fetched 279 kB in 0s (0 B/s) 19:23:43 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 19:23:43 Fetched 122 kB in 0s (0 B/s) 19:23:43 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 19:23:43 Fetched 77.8 kB in 0s (0 B/s) 19:23:43 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 19:23:43 Fetched 8848 B in 0s (0 B/s) 19:23:43 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 19:23:43 Fetched 47.8 kB in 0s (0 B/s) 19:23:43 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 19:23:43 Fetched 45.6 kB in 0s (0 B/s) 19:23:43 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 19:23:43 Fetched 15.0 kB in 0s (0 B/s) 19:23:43 Get:1 libcurl4_7.58.0-2ubuntu3.14_amd64.deb [219 kB] 19:23:43 Fetched 219 kB in 0s (0 B/s) 19:23:43 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 19:23:43 Fetched 154 kB in 0s (0 B/s) 19:23:43 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 19:23:43 Fetched 50.6 kB in 0s (0 B/s) 19:23:43 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 19:23:43 Fetched 14.8 kB in 0s (0 B/s) 19:23:43 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 19:23:43 Fetched 41.8 kB in 0s (0 B/s) 19:23:43 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 19:23:43 Fetched 499 kB in 0s (0 B/s) 19:23:43 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 19:23:43 Fetched 111 kB in 0s (0 B/s) 19:23:43 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 19:23:43 Fetched 240 kB in 0s (0 B/s) 19:23:43 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 19:23:43 Fetched 29.3 kB in 0s (0 B/s) 19:23:43 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 19:23:43 Fetched 85.5 kB in 0s (0 B/s) 19:23:43 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 19:23:43 Fetched 24.5 kB in 0s (0 B/s) 19:23:43 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 19:23:43 Fetched 49.2 kB in 0s (0 B/s) 19:23:43 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 19:23:43 Fetched 54.2 kB in 0s (0 B/s) 19:23:43 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 19:23:43 Fetched 30.8 kB in 0s (0 B/s) 19:23:43 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 19:23:43 Fetched 15.8 kB in 0s (0 B/s) 19:23:43 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 19:23:43 Fetched 85.9 kB in 0s (0 B/s) 19:23:43 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 19:23:43 Fetched 8720 B in 0s (0 B/s) 19:23:43 Get:1 libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb [140 kB] 19:23:43 Fetched 140 kB in 0s (0 B/s) 19:23:43 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 19:23:43 Fetched 119 kB in 0s (0 B/s) 19:23:43 Get:1 libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb [111 kB] 19:23:43 Fetched 111 kB in 0s (0 B/s) 19:23:43 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 19:23:43 Fetched 11.1 kB in 0s (0 B/s) 19:23:43 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 19:23:43 Fetched 645 kB in 0s (0 B/s) 19:23:43 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 19:23:43 Fetched 41.3 kB in 0s (0 B/s) 19:23:43 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 19:23:43 Fetched 17.9 kB in 0s (0 B/s) 19:23:43 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 19:23:43 Fetched 368 kB in 0s (0 B/s) 19:23:43 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 19:23:43 Fetched 187 kB in 0s (0 B/s) 19:23:43 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 19:23:43 Fetched 175 kB in 0s (0 B/s) 19:23:43 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 19:23:43 Fetched 206 kB in 0s (0 B/s) 19:23:43 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.13_amd64.deb [1302 kB] 19:23:43 Fetched 1302 kB in 0s (0 B/s) 19:23:43 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 19:23:43 Fetched 36.2 kB in 0s (0 B/s) 19:23:43 Get:1 curl_7.58.0-2ubuntu3.14_amd64.deb [159 kB] 19:23:43 Fetched 159 kB in 0s (0 B/s) 19:23:43 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 19:23:43 Fetched 107 kB in 0s (0 B/s) 19:23:43 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 19:23:43 Fetched 48.7 kB in 0s (0 B/s) 19:23:43 Pulling static-packages 19:23:43 + snapcraftctl pull 19:23:43 Pulling version 19:23:43 + cd /root/project 19:23:43 + + sed s/v// 19:23:43 git describe --tags --abbrev=0 19:23:43 + GIT_VERSION=2.0.1-dev.37 19:23:43 + [ -z 2.0.1-dev.37 ] 19:23:43 + snapcraftctl set-version 2.0.1-dev.37 19:23:43 Removing intermediate container f59f860a6c76 19:23:43 ---> cd15a932d6e4 19:23:43 Step 13/24 : ENV APP_PORT=59880 19:23:43 Removing intermediate container 8cdff72d2031 19:23:43 ---> 1af255b6a073 19:23:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:23:43 ---> Running in 8d194179aa65 19:23:43 Removing intermediate container 15bd1d34ebdc 19:23:43 ---> b3ec266b67b9 19:23:43 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:23:43 ---> 9244a3dad401 19:23:43 Step 20/24 : ENTRYPOINT ["/core-metadata"] 19:23:43 ---> Running in 5e0de979062f 19:23:44 ---> Running in 9d48eff9d7ff 19:23:44 ---> Running in 044a6be73f11 19:23:44 ---> 4bbb0ba2ba16 19:23:44 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:23:44 Removing intermediate container 8d194179aa65 19:23:44 ---> 515e02c8866d 19:23:44 Step 14/24 : EXPOSE $APP_PORT 19:23:44 ---> Running in f0ff1c8b329f 19:23:44 ---> Running in 68a4154ebed2 19:23:44 Removing intermediate container 5e0de979062f 19:23:44 ---> 43c832fadd3f 19:23:44 Step 21/23 : LABEL arch=arm64 19:23:44 Building config-common 19:23:44 + snapcraftctl build 19:23:44 Removing intermediate container 9d48eff9d7ff 19:23:44 ---> 5976dc0ba1cd 19:23:44 Step 22/24 : LABEL arch=arm64 19:23:44 Removing intermediate container 044a6be73f11 19:23:44 ---> 749e3d90eeb1 19:23:44 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:23:44 ---> Running in aec352feeb1c 19:23:45 ---> Running in 88dd0827c16b 19:23:45 ---> Running in d78b2f3994fb 19:23:45 Removing intermediate container 68a4154ebed2 19:23:45 ---> d901ed074d2b 19:23:45 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:23:45 ---> Running in f3f68005f430 19:23:45 Removing intermediate container aec352feeb1c 19:23:45 ---> ac1a49ce8737 19:23:45 Step 22/23 : LABEL git_sha=c0496e6c5c4aeda306cc272094c9db7e71d87ece 19:23:46 Removing intermediate container 88dd0827c16b 19:23:46 ---> f67179db13d8 19:23:46 Step 23/24 : LABEL git_sha=c0496e6c5c4aeda306cc272094c9db7e71d87ece 19:23:46 ---> Running in a54ac69fba45 19:23:46 ---> Running in 7dcb4bc6d4ba 19:23:46 Removing intermediate container d78b2f3994fb 19:23:46 ---> 294b4d319289 19:23:46 Step 22/24 : LABEL arch=arm64 19:23:46 Skipping build go-build-helper (already ran) 19:23:46 ---> Running in cfc680e517ce 19:23:46 Building edgex-go 19:23:46 Removing intermediate container a54ac69fba45 19:23:46 ---> f8365c713d97 19:23:46 Step 23/23 : LABEL version=0.0.0 19:23:47 + cd /root/parts/edgex-go/src 19:23:47 + git describe --tags --abbrev=0 19:23:47 + sed s/v// 19:23:47 + GIT_VERSION=2.0.1-dev.37 19:23:47 + [ -z 2.0.1-dev.37 ] 19:23:47 + echo 2.0.1-dev.37 19:23:47 + make build 19:23:47 go mod tidy 19:23:47 ---> Running in 82f04534ef64 19:23:47 Removing intermediate container 7dcb4bc6d4ba 19:23:47 ---> 94458db2c35b 19:23:47 Step 24/24 : LABEL version=0.0.0 19:23:47 Removing intermediate container cfc680e517ce 19:23:47 ---> bd8be2346ab3 19:23:47 Step 23/24 : LABEL git_sha=c0496e6c5c4aeda306cc272094c9db7e71d87ece 19:23:47 ---> Running in 16b1a54c4094 19:23:48 ---> Running in 76032280deb6 19:23:48 Removing intermediate container 82f04534ef64 19:23:48 ---> dfff633bc076 19:23:48 19:23:48 Removing intermediate container f0ff1c8b329f 19:23:48 ---> 61288fb318c9 19:23:48 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 19:23:50 Removing intermediate container 16b1a54c4094 19:23:50 ---> 9448b1596c27 19:23:50 19:23:50 Successfully built dfff633bc076 19:23:50 Successfully tagged support-scheduler-arm64:latest 19:23:50 Removing intermediate container 76032280deb6 19:23:50 ---> 1bf6001d4696 19:23:50 Step 24/24 : LABEL version=0.0.0 19:23:50  Building support-scheduler ... done Building sys-mgmt-agent 19:23:50 Successfully built 9448b1596c27 19:23:50 ---> Running in 1b07b822f5a6 19:23:50 Successfully tagged core-command-arm64:latest 19:23:50 Building support-notifications 19:23:50  Building core-command ... done Removing intermediate container f3f68005f430 19:23:50 ---> 8efc5c4acb68 19:23:50 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 19:23:50 ---> Running in c0de6cdde2e2 19:23:50 ---> 1daec3a1d6f1 19:23:50 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:23:50 Removing intermediate container 1b07b822f5a6 19:23:50 ---> 40caa6548554 19:23:50 19:23:50 Successfully built 40caa6548554 19:23:50 Successfully tagged core-metadata-arm64:latest 19:23:50  Building core-metadata ... done Building security-proxy-setup 19:23:50 go: downloading github.com/gorilla/mux v1.8.0 19:23:50 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0 19:23:50 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.1-dev.16 19:23:50 go: downloading github.com/stretchr/testify v1.7.0 19:23:50 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.1 19:23:50 go: downloading github.com/fxamacker/cbor/v2 v2.3.0 19:23:50 go: downloading github.com/google/uuid v1.3.0 19:23:50 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b 19:23:50 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0 19:23:50 go: downloading github.com/lib/pq v1.10.2 19:23:50 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 19:23:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:23:51 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 19:23:51 go: downloading golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 19:23:51 go: downloading github.com/pelletier/go-toml v1.9.4 19:23:51 ---> f12e41800dcb 19:23:51 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:23:51 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 19:23:51 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 19:23:51 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0 19:23:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:23:52 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0 19:23:52 go: downloading github.com/davecgh/go-spew v1.1.1 19:23:52 go: downloading github.com/pmezard/go-difflib v1.0.0 19:23:52 go: downloading github.com/go-playground/validator/v10 v10.9.0 19:23:52 go: downloading github.com/stretchr/objx v0.1.1 19:23:52 go: downloading github.com/go-kit/kit v0.11.0 19:23:52 (1/6) Installing dumb-init (1.2.2-r1) 19:23:52 (2/6) Installing libgcc (9.3.0-r2) 19:23:52 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c 19:23:52 go: downloading github.com/x448/float16 v0.8.4 19:23:52 (3/6) Installing libsodium (1.0.18-r0) 19:23:52 (4/6) Installing libstdc++ (9.3.0-r2) 19:23:53 go: downloading github.com/go-playground/universal-translator v0.18.0 19:23:53 go: downloading github.com/leodido/go-urn v1.2.1 19:23:53 go: downloading golang.org/x/text v0.3.6 19:23:53 go: downloading github.com/go-playground/assert/v2 v2.0.1 19:23:53 go: downloading github.com/go-playground/locales v0.14.0 19:23:53 go: downloading github.com/go-logfmt/logfmt v0.5.0 19:23:53 go: downloading github.com/go-stack/stack v1.8.0 19:23:53 (5/6) Installing libzmq (4.3.3-r0) 19:23:53 ---> b160fd822c0a 19:23:53 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:23:53 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.5 19:23:53 go: downloading github.com/go-redis/redis/v7 v7.3.0 19:23:53 go: downloading github.com/pebbe/zmq4 v1.2.7 19:23:53 go: downloading github.com/kr/pretty v0.3.0 19:23:53 go: downloading github.com/hashicorp/consul/api v1.8.1 19:23:53 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:23:53 go: downloading golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 19:23:53 go: downloading github.com/kr/text v0.2.0 19:23:53 go: downloading github.com/rogpeppe/go-internal v1.8.0 19:23:53 go: downloading github.com/gorilla/websocket v1.4.2 19:23:53 go: downloading golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 19:23:53 go: downloading github.com/onsi/ginkgo v1.10.1 19:23:53 go: downloading github.com/onsi/gomega v1.7.0 19:23:54 (6/6) Installing zeromq (4.3.3-r0) 19:23:54 Executing busybox-1.31.1-r20.trigger 19:23:54 OK: 8 MiB in 20 packages 19:23:54 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 19:23:54 go: downloading github.com/mitchellh/copystructure v1.0.0 19:23:54 go: downloading github.com/mitchellh/mapstructure v1.1.2 19:23:54 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 19:23:54 go: downloading github.com/hashicorp/go-hclog v0.12.0 19:23:54 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 19:23:54 go: downloading github.com/hashicorp/serf v0.9.5 19:23:54 go: downloading github.com/hashicorp/consul/sdk v0.7.0 19:23:54 go: downloading github.com/hashicorp/go-uuid v1.0.1 19:23:54 ---> 0005a72ffe53 19:23:54 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:23:54 go: downloading github.com/mitchellh/reflectwalk v1.0.0 19:23:54 go: downloading github.com/mitchellh/go-homedir v1.1.0 19:23:54 go: downloading github.com/pkg/errors v0.9.1 19:23:54 go: downloading github.com/hpcloud/tail v1.0.0 19:23:54 go: downloading github.com/fatih/color v1.9.0 19:23:54 go: downloading github.com/mattn/go-isatty v0.0.12 19:23:54 go: downloading github.com/mattn/go-colorable v0.1.6 19:23:54 go: downloading github.com/mitchellh/go-testing-interface v1.0.0 19:23:54 go: downloading gopkg.in/yaml.v2 v2.4.0 19:23:54 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 19:23:54 go: downloading gopkg.in/fsnotify.v1 v1.4.7 19:23:54 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:23:54 go: downloading github.com/hashicorp/memberlist v0.2.2 19:23:54 go: downloading github.com/hashicorp/go-msgpack v0.5.3 19:23:54 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 19:23:54 go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 19:23:54 go: downloading github.com/hashicorp/golang-lru v0.5.0 19:23:54 go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 19:23:54 go: downloading github.com/hashicorp/go-multierror v1.1.0 19:23:54 go: downloading github.com/hashicorp/go-sockaddr v1.0.0 19:23:54 go: downloading github.com/miekg/dns v1.1.26 19:23:54 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 19:23:54 go: downloading github.com/hashicorp/errwrap v1.0.0 19:23:54 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o cmd/core-data/core-data ./cmd/core-data 19:23:55 ---> 21aa0416a8e6 19:23:55 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 19:23:56 Removing intermediate container c0de6cdde2e2 19:23:56 ---> 35c13035607a 19:23:56 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:23:56 ---> Running in 687d6f690d9e 19:23:57 Removing intermediate container 687d6f690d9e 19:23:57 ---> f193b5f046e8 19:23:57 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:23:57 ---> 4facabf3a4aa 19:23:57 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:23:59 ---> 063ed375109f 19:23:59 Step 27/32 : RUN chmod +x /entrypoint.sh 19:23:59 ---> 4d14cd9e3cfe 19:23:59 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:24:00 ---> Running in 45a3af66cd26 19:24:01 ---> 5b4185c7b22a 19:24:01 Step 20/24 : ENTRYPOINT ["/core-data"] 19:24:01 ---> Running in ae599f9bf6db 19:24:02 Removing intermediate container ae599f9bf6db 19:24:02 ---> 4db910e1453a 19:24:02 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:24:02 ---> Running in 9c6c27cbf58a 19:24:03 Removing intermediate container 45a3af66cd26 19:24:03 ---> 0406bdd667fc 19:24:03 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 19:24:03 Removing intermediate container 9c6c27cbf58a 19:24:03 ---> 1155ec4f1636 19:24:03 Step 22/24 : LABEL arch=arm64 19:24:03 ---> Running in b18a9d028eda 19:24:03 ---> Running in b5c957792c43 19:24:03 Removing intermediate container b18a9d028eda 19:24:03 ---> 70cddfdb97b5 19:24:03 Step 29/32 : CMD ["gate"] 19:24:03 Removing intermediate container b5c957792c43 19:24:03 ---> 26b7fea84a54 19:24:03 Step 23/24 : LABEL git_sha=c0496e6c5c4aeda306cc272094c9db7e71d87ece 19:24:04 ---> Running in dfaca772b106 19:24:04 ---> Running in b1ea4e950170 19:24:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:24:04 Removing intermediate container dfaca772b106 19:24:04 ---> 9203314a95d2 19:24:04 Step 30/32 : LABEL arch=arm64 19:24:05 Removing intermediate container b1ea4e950170 19:24:05 ---> 563be7be5b13 19:24:05 Step 24/24 : LABEL version=0.0.0 19:24:05 ---> Running in f50a47460bdb 19:24:05 ---> Running in 49e22c4eb71a 19:24:06 Removing intermediate container 49e22c4eb71a 19:24:06 ---> 3f0d8d38d49a 19:24:06 19:24:06 Removing intermediate container f50a47460bdb 19:24:06 ---> def4de3f7f71 19:24:06 Step 31/32 : LABEL git_sha=c0496e6c5c4aeda306cc272094c9db7e71d87ece 19:24:06 Successfully built 3f0d8d38d49a 19:24:06 Successfully tagged core-data-arm64:latest 19:24:06 Building security-secretstore-setup 19:24:06  Building core-data ... done  ---> Running in 5fc81f9e8469 19:24:07 Removing intermediate container 5fc81f9e8469 19:24:07 ---> be60dddf784d 19:24:07 Step 32/32 : LABEL version=0.0.0 19:24:08 ---> Running in a4e3a3c7c699 19:24:08 Removing intermediate container a4e3a3c7c699 19:24:08 ---> 76aff65d4f6c 19:24:08 19:24:09 Successfully built 76aff65d4f6c 19:24:09 Successfully tagged security-bootstrapper-arm64:latest 19:24:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o cmd/core-command/core-command ./cmd/core-command 19:24:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:24:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:24:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:24:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:24:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:24:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:24:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:24:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o ./cmd/secrets-config ./cmd/secrets-config 19:24:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:24:21 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 19:24:21 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 19:24:21 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 19:24:21 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 19:24:21 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 19:24:21 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 19:24:21 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 19:24:21 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 19:24:21 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 19:24:21 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 19:24:21 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 19:24:21 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 19:24:21 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 19:24:21 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 19:24:21 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 19:24:21 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 19:24:21 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 19:24:21 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 19:24:21 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 19:24:21 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 19:24:21 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 19:24:21 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 19:24:21 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 19:24:21 + install -DT ./cmd/security-secretstore-setup/res/kong-admin-config.template.yml /root/parts/edgex-go/install/config/security-secretstore-setup/res/kong-admin-config.template.yml 19:24:21 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 19:24:21 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 19:24:21 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 19:24:22 Building hooks 19:24:22 + cd /root/parts/hooks/src 19:24:22 + make build 19:24:22 go mod tidy 19:24:23 go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.0.3 19:24:23 go: downloading github.com/stretchr/testify v1.5.1 19:24:23 go: downloading gopkg.in/yaml.v2 v2.2.2 19:24:23 go: downloading github.com/davecgh/go-spew v1.1.0 19:24:23 GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure 19:24:24 GO111MODULE=on go build -o cmd/install/install ./cmd/install 19:24:24 + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure 19:24:24 + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install 19:24:28 Building static-packages 19:24:28 + snapcraftctl build 19:24:30 Building version 19:24:30 + snapcraftctl build 19:24:32 Staging config-common 19:24:32 + snapcraftctl stage 19:24:33 Skipping stage go-build-helper (already ran) 19:24:33 Staging edgex-go 19:24:33 + snapcraftctl stage 19:24:35 Staging hooks 19:24:35 + snapcraftctl stage 19:24:35  Building security-bootstrapper ... done Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:24:35 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:24:35 ---> 79080a6740cb 19:24:35 Step 3/24 : WORKDIR /edgex-go 19:24:35 ---> Using cache 19:24:35 ---> 830169d7a467 19:24:35 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:24:35 ---> Using cache 19:24:35 ---> bb53ec5bb291 19:24:35 Step 5/24 : RUN apk add --update --no-cache make bash git 19:24:36 Staging static-packages 19:24:36 + snapcraftctl stage 19:24:36 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:24:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:24:36 ---> 79080a6740cb 19:24:36 Step 3/23 : WORKDIR /edgex-go 19:24:36 ---> Using cache 19:24:36 ---> 830169d7a467 19:24:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:24:36 ---> Using cache 19:24:36 ---> bb53ec5bb291 19:24:36 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 19:24:37 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:24:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:24:37 ---> 79080a6740cb 19:24:37 Step 3/22 : WORKDIR /edgex-go 19:24:37 ---> Using cache 19:24:37 ---> 830169d7a467 19:24:37 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:24:37 ---> Using cache 19:24:37 ---> bb53ec5bb291 19:24:37 Step 5/22 : RUN apk add --update --no-cache make git 19:24:37 Staging version 19:24:37 + snapcraftctl stage 19:24:38 Priming config-common 19:24:38 + snapcraftctl prime 19:24:39 Priming go-build-helper 19:24:39 + snapcraftctl prime 19:24:40 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:24:40 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:24:40 ---> 79080a6740cb 19:24:40 Step 3/26 : WORKDIR /edgex-go 19:24:40 ---> Using cache 19:24:40 ---> 830169d7a467 19:24:40 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:24:40 ---> Using cache 19:24:40 ---> bb53ec5bb291 19:24:40 Step 5/26 : RUN apk add --update --no-cache make git 19:24:41 Priming edgex-go 19:24:41 + snapcraftctl prime 19:24:41 ---> Running in 9a78a476b2f1 19:24:41 ---> Running in da29c1172aab 19:24:41 ---> Running in 86a9cb891edc 19:24:41 ---> Running in 5d2f1f15d7c4 19:24:42 Priming hooks 19:24:42 + snapcraftctl prime 19:24:43 Priming static-packages 19:24:43 + snapcraftctl prime 19:24:43 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 19:24:44 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 19:24:44 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 19:24:44 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 19:24:45 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 19:24:45 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 19:24:45 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 19:24:45 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 19:24:45 OK: 218 MiB in 52 packages 19:24:46 OK: 218 MiB in 52 packages 19:24:46 OK: 218 MiB in 52 packages 19:24:46 OK: 218 MiB in 52 packages 19:24:46 Priming version 19:24:46 + snapcraftctl prime 19:24:47 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 19:24:47 Removing intermediate container 9a78a476b2f1 19:24:47 ---> df0b485dd394 19:24:47 Step 6/22 : COPY go.mod . 19:24:47 Removing intermediate container 5d2f1f15d7c4 19:24:47 ---> 52ac64110622 19:24:47 Step 6/23 : COPY go.mod . 19:24:47 Removing intermediate container 86a9cb891edc 19:24:47 ---> 7c0e6966dfa5 19:24:47 Step 6/24 : COPY go.mod . 19:24:47 Removing intermediate container da29c1172aab 19:24:47 ---> 67bbb20ff25d 19:24:47 Step 6/26 : COPY go.mod . 19:24:48 ---> ed2a58948c07 19:24:48 Step 7/22 : RUN go mod download 19:24:48 ---> Running in e7ff9f3f8b36 19:24:48 ---> aea2a9dbc0b9 19:24:48 Step 7/23 : RUN go mod download [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } 19:24:49 ---> Running in fe1d5e9e17e3 19:24:49 ---> 1da4c62876a0 19:24:49 Step 7/26 : RUN go mod download 19:24:49 ---> 1c28f09370aa 19:24:49 Step 7/24 : RUN go mod download [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } 19:24:49 ---> Running in 9f13f035a80d [Pipeline] // stage [Pipeline] } 19:24:49 ---> Running in e3cfd5927fcf 19:24:53 Removing intermediate container e7ff9f3f8b36 19:24:53 ---> b046bd1614c1 19:24:53 Step 8/22 : COPY . . 19:24:54 Removing intermediate container fe1d5e9e17e3 19:24:54 ---> 6a3983f7755b 19:24:54 Step 8/23 : COPY . . 19:24:55 Removing intermediate container 9f13f035a80d 19:24:55 ---> 3a84720653fd 19:24:55 Step 8/26 : COPY . . 19:24:55 Removing intermediate container e3cfd5927fcf 19:24:55 ---> 8114277342a9 19:24:55 Step 8/24 : COPY . . 19:25:17 ---> aa045754116c 19:25:17 Step 9/22 : RUN go mod tidy 19:25:17 ---> 8c01badbfadb 19:25:17 Step 9/23 : RUN go mod tidy 19:25:17 ---> 318373eb781e 19:25:17 Step 9/26 : RUN go mod tidy 19:25:17 ---> 5a8da96dbac2 19:25:17 Step 9/24 : RUN go mod tidy 19:25:17 ---> Running in 0159d7d3e238 19:25:17 ---> Running in 5cbc12b33a8f 19:25:17 ---> Running in 2325d73438ea 19:25:17 ---> Running in 6f87d53e63e3 19:25:21 Removing intermediate container 0159d7d3e238 19:25:21 ---> dddb38ff2dbe 19:25:21 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:25:21 ---> Running in dd9b437a40d4 19:25:21 Removing intermediate container 2325d73438ea 19:25:21 ---> ca86fc55ab56 19:25:21 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:25:21 Removing intermediate container 6f87d53e63e3 19:25:21 ---> 3888c0b648ea 19:25:21 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:25:21 ---> Running in b2b13c6817a9 19:25:21 Removing intermediate container 5cbc12b33a8f 19:25:21 ---> 909bd5aa3231 19:25:21 Step 10/23 : RUN make cmd/support-notifications/support-notifications 19:25:21 ---> Running in 20bd9269c1c5 19:25:21 ---> Running in 312c61768f31 19:25:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:25:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:25:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:25:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:27:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 19:27:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:27:00 Removing intermediate container b2b13c6817a9 19:27:00 ---> 7197a740c805 19:27:00 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:27:00 ---> Running in 91d4ee6c323b 19:27:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:27:00 Removing intermediate container 20bd9269c1c5 19:27:00 ---> 4a52e24d390b 19:27:00 19:27:00 Step 11/26 : FROM alpine:3.12 19:27:00 ---> afc2cc120ca2 19:27:00 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:27:00 Removing intermediate container dd9b437a40d4 19:27:00 ---> 6680a6b657bd 19:27:00 19:27:00 Step 11/22 : FROM alpine:3.12 19:27:00 ---> Running in 25e03fc3ef9c 19:27:00 ---> afc2cc120ca2 19:27:00 Step 12/22 : RUN apk add --update --no-cache curl 19:27:00 ---> Running in 09ea36136130 19:27:00 Removing intermediate container 312c61768f31 19:27:00 ---> abdef540b7e4 19:27:00 19:27:00 Step 11/23 : FROM alpine:3.12 19:27:00 ---> afc2cc120ca2 19:27:00 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 19:27:00 ---> Running in 3009124569fe 19:27:00 Removing intermediate container 91d4ee6c323b 19:27:00 ---> 2e1707f58889 19:27:00 19:27:00 Step 12/24 : FROM docker:20.10.7 19:27:00 20.10.7: Pulling from library/docker 19:27:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:27:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:27:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:27:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:27:02 (1/3) Installing ca-certificates (20191127-r4) 19:27:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:27:02 (2/3) Installing dumb-init (1.2.2-r1) 19:27:02 (3/3) Installing su-exec (0.2-r1) 19:27:02 (1/4) Installing ca-certificates (20191127-r4) 19:27:02 Executing busybox-1.31.1-r20.trigger 19:27:02 Executing ca-certificates-20191127-r4.trigger 19:27:02 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:27:02 (3/4) Installing libcurl (7.78.0-r0) 19:27:02 (4/4) Installing curl (7.78.0-r0) 19:27:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:27:02 Executing busybox-1.31.1-r20.trigger 19:27:02 Executing ca-certificates-20191127-r4.trigger 19:27:02 OK: 7 MiB in 18 packages 19:27:02 OK: 6 MiB in 17 packages 19:27:02 (1/2) Installing ca-certificates (20191127-r4) 19:27:02 (2/2) Installing dumb-init (1.2.2-r1) 19:27:02 Executing busybox-1.31.1-r20.trigger 19:27:03 Executing ca-certificates-20191127-r4.trigger 19:27:03 OK: 6 MiB in 16 packages 19:27:05 Removing intermediate container 09ea36136130 19:27:05 ---> a38e203533a9 19:27:05 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:27:05 Removing intermediate container 25e03fc3ef9c 19:27:05 ---> 953b569e7932 19:27:05 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:27:05 Removing intermediate container 3009124569fe 19:27:05 ---> 8b9a86b80e0c 19:27:05 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:27:06 ---> Running in 84565683e36e 19:27:06 ---> Running in ca031f6204e4 19:27:06 ---> Running in 3eea6ba404d1 19:27:07 Removing intermediate container 3eea6ba404d1 19:27:07 ---> f32dcad1cc29 19:27:07 Step 14/23 : ENV APP_PORT=59860 19:27:07 Removing intermediate container ca031f6204e4 19:27:07 ---> dafb09cf9cef 19:27:07 Step 14/22 : WORKDIR /edgex 19:27:07 Removing intermediate container 84565683e36e 19:27:07 ---> e3109636396a 19:27:07 Step 14/26 : WORKDIR / 19:27:08 ---> Running in a4227b963fb1 19:27:08 ---> Running in 870c1eef240b 19:27:08 ---> Running in df2d21491339 19:27:08 Removing intermediate container a4227b963fb1 19:27:08 ---> c9ee2bb64a9f 19:27:08 Step 15/23 : EXPOSE $APP_PORT 19:27:09 ---> Running in 4eceabe295df 19:27:09 Removing intermediate container 870c1eef240b 19:27:09 ---> 235712bb38eb 19:27:09 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:27:09 Removing intermediate container df2d21491339 19:27:09 ---> 03a9e9e3f08b 19:27:09 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:27:10 Removing intermediate container 4eceabe295df 19:27:10 ---> d4e2fbd59244 19:27:10 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:27:10 ---> 7eded7beac2d 19:27:10 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:27:10 ---> 3cbebd06a852 19:27:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:27:11 ---> cdd22bcdbf8e 19:27:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:27:12 ---> 5b8405e16958 19:27:12 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:27:12 Digest: sha256:bfc499cef26daa22da31b76be1752813a6921ee1fa1dd1f56d4fdf19c701d332 19:27:12 Status: Downloaded newer image for docker:20.10.7 19:27:12 ---> df445af6242a 19:27:12 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 19:27:13 ---> 86cc840b8721 19:27:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:27:13 ---> Running in 2539dc8a6810 19:27:13 ---> 830ec18add77 19:27:13 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 19:27:13 ---> 5af74b557b66 19:27:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:27:13 Removing intermediate container 2539dc8a6810 19:27:13 ---> 8bd419fbf2de 19:27:13 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 19:27:14 ---> Running in 4077e66b50ca 19:27:15 ---> ec7be9547677 19:27:15 Step 19/23 : ENTRYPOINT ["/support-notifications"] 19:27:15 ---> 35070db9b654 19:27:15 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:27:15 ---> Running in 9dc95e1650ce 19:27:15 ---> d731636ea935 19:27:15 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:27:15 ---> Running in db7601c04e3e 19:27:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 19:27:16 Removing intermediate container 9dc95e1650ce 19:27:16 ---> 96dceeb7fc7b 19:27:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:27:16 Removing intermediate container db7601c04e3e 19:27:16 ---> 3fb592717a31 19:27:16 Step 19/22 : CMD ["--init=true"] 19:27:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 19:27:16 ---> Running in b2b7da80ee1b 19:27:16 ---> Running in fcce1ddba174 19:27:17 ---> 24e57a54e836 19:27:17 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:27:17 (1/39) Installing readline (8.1.0-r0) 19:27:17 (2/39) Installing bash (5.1.0-r0) 19:27:17 Removing intermediate container b2b7da80ee1b 19:27:17 ---> b508bf86ca2e 19:27:17 Step 21/23 : LABEL arch=arm64 19:27:17 Executing bash-5.1.0-r0.post-install 19:27:17 (3/39) Installing brotli-libs (1.0.9-r3) 19:27:17 (4/39) Installing nghttp2-libs (1.42.0-r1) 19:27:17 (5/39) Installing libcurl (7.78.0-r0) 19:27:17 (6/39) Installing curl (7.78.0-r0) 19:27:17 (7/39) Installing dumb-init (1.2.5-r0) 19:27:17 (8/39) Installing libbz2 (1.0.8-r1) 19:27:17 (9/39) Installing expat (2.2.10-r1) 19:27:17 (10/39) Installing libffi (3.3-r2) 19:27:17 (11/39) Installing gdbm (1.19-r0) 19:27:17 (12/39) Installing xz-libs (5.2.5-r0) 19:27:17 (13/39) Installing sqlite-libs (3.34.1-r0) 19:27:17 (14/39) Installing python3 (3.8.10-r0) 19:27:17 ---> Running in ee42f3648ec8 19:27:18 Removing intermediate container fcce1ddba174 19:27:18 ---> fcd2245a8eb9 19:27:18 Step 20/22 : LABEL arch=arm64 19:27:18 Removing intermediate container ee42f3648ec8 19:27:18 ---> b9a6dd11f7f2 19:27:18 Step 22/23 : LABEL git_sha=c0496e6c5c4aeda306cc272094c9db7e71d87ece 19:27:18 ---> Running in 971e96b9f159 19:27:18 ---> Running in bf5d0df904b5 19:27:19 ---> b4976e6a29cd 19:27:19 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:27:19 (15/39) Installing py3-appdirs (1.4.4-r1) 19:27:19 (16/39) Installing py3-ordered-set (4.0.2-r0) 19:27:19 (17/39) Installing py3-parsing (2.4.7-r1) 19:27:19 (18/39) Installing py3-six (1.15.0-r0) 19:27:19 Removing intermediate container 971e96b9f159 19:27:19 ---> a983f95662c1 19:27:19 Step 21/22 : LABEL git_sha=c0496e6c5c4aeda306cc272094c9db7e71d87ece 19:27:19 (19/39) Installing py3-packaging (20.9-r0) 19:27:19 (20/39) Installing py3-setuptools (51.3.3-r0) 19:27:19 (21/39) Installing py3-chardet (4.0.0-r0) 19:27:19 ---> Running in ab286c8af287 19:27:19 Removing intermediate container bf5d0df904b5 19:27:19 ---> fc62cce928ef 19:27:19 Step 23/23 : LABEL version=0.0.0 19:27:19 (22/39) Installing py3-idna (3.1-r0) 19:27:19 (23/39) Installing py3-urllib3 (1.26.2-r1) 19:27:20 (24/39) Installing py3-requests (2.25.1-r1) 19:27:20 (25/39) Installing py3-msgpack (1.0.2-r0) 19:27:20 (26/39) Installing py3-lockfile (0.12.2-r3) 19:27:20 (27/39) Installing py3-cachecontrol (0.12.6-r0) 19:27:20 (28/39) Installing py3-colorama (0.4.4-r0) 19:27:20 (29/39) Installing py3-contextlib2 (0.6.0-r0) 19:27:20 (30/39) Installing py3-distlib (0.3.1-r1) 19:27:20 (31/39) Installing py3-distro (1.5.0-r1) 19:27:20 (32/39) Installing py3-webencodings (0.5.1-r3) 19:27:20 ---> Running in b1d02440f0dd 19:27:20 (33/39) Installing py3-html5lib (1.1-r0) 19:27:20 (34/39) Installing py3-pytoml (0.1.21-r0) 19:27:20 (35/39) Installing py3-pep517 (0.9.1-r0) 19:27:20 (36/39) Installing py3-progress (1.5-r0) 19:27:20 (37/39) Installing py3-retrying (1.3.3-r0) 19:27:20 (38/39) Installing py3-toml (0.10.2-r0) 19:27:20 ---> 20b76b64b121 19:27:20 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 19:27:20 (39/39) Installing py3-pip (20.3.4-r0) 19:27:20 Removing intermediate container ab286c8af287 19:27:20 ---> dd14746ecdea 19:27:20 Step 22/22 : LABEL version=0.0.0 19:27:20 ---> Running in f7dfcc08e438 19:27:20 ---> Running in c0cb81249183 19:27:20 Executing busybox-1.32.1-r6.trigger 19:27:20 OK: 82 MiB in 59 packages 19:27:21 Removing intermediate container b1d02440f0dd 19:27:21 ---> 6179195543d1 19:27:21 19:27:21 Removing intermediate container c0cb81249183 19:27:21 ---> 5320080eff1f 19:27:21 19:27:21 Successfully built 6179195543d1 19:27:21 Successfully tagged support-notifications-arm64:latest 19:27:22  Building support-notifications ... done Successfully built 5320080eff1f 19:27:22 Successfully tagged security-proxy-setup-arm64:latest 19:27:23  Building security-proxy-setup ... done Removing intermediate container f7dfcc08e438 19:27:23 ---> a80b528cc938 19:27:23 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 19:27:23 ---> Running in 316e051bb523 19:27:24 Removing intermediate container 316e051bb523 19:27:24 ---> b5763da81ed4 19:27:24 Step 24/26 : LABEL arch=arm64 19:27:24 ---> Running in 2ab2d932087b 19:27:24 Removing intermediate container 2ab2d932087b 19:27:24 ---> c4744f3f93e7 19:27:24 Step 25/26 : LABEL git_sha=c0496e6c5c4aeda306cc272094c9db7e71d87ece 19:27:24 ---> Running in 50f46908b8c8 19:27:25 Removing intermediate container 50f46908b8c8 19:27:25 ---> b022f62cb4e5 19:27:25 Step 26/26 : LABEL version=0.0.0 19:27:25 ---> Running in b25eb80ccee3 19:27:25 Removing intermediate container b25eb80ccee3 19:27:25 ---> b81dcabdd79b 19:27:25 19:27:26 Successfully built b81dcabdd79b 19:27:26 Successfully tagged security-secretstore-setup-arm64:latest 19:27:28  Building security-secretstore-setup ... done Collecting docker-compose==1.23.2 19:27:28 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:27:29 Collecting PyYAML<4,>=3.10 19:27:29 Downloading PyYAML-3.13.tar.gz (270 kB) 19:27:32 Collecting docopt<0.7,>=0.6.1 19:27:32 Downloading docopt-0.6.2.tar.gz (25 kB) 19:27:34 Collecting docker<4.0,>=3.6.0 19:27:34 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:27:34 Collecting dockerpty<0.5,>=0.4.1 19:27:34 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:27:37 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:27:37 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:27:37 Collecting jsonschema<3,>=2.5.1 19:27:37 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:27:37 Collecting texttable<0.10,>=0.9.0 19:27:37 Downloading texttable-0.9.1.tar.gz (11 kB) 19:27:39 Collecting websocket-client<1.0,>=0.32.0 19:27:39 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:27:39 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 19:27:39 Collecting cached-property<2,>=1.2.0 19:27:39 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:27:39 Collecting docker-pycreds>=0.4.0 19:27:39 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:27:40 Collecting chardet<3.1.0,>=3.0.2 19:27:40 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:27:40 Collecting certifi>=2017.4.17 19:27:40 Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB) 19:27:41 Collecting urllib3<1.25,>=1.21.1 19:27:41 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:27:41 Collecting idna<2.8,>=2.5 19:27:41 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:27:41 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:27:41 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:27:41 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:27:41 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:27:42 Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 19:27:42 Attempting uninstall: urllib3 19:27:42 Found existing installation: urllib3 1.26.2 19:27:42 Uninstalling urllib3-1.26.2: 19:27:42 Successfully uninstalled urllib3-1.26.2 19:27:42 Attempting uninstall: idna 19:27:42 Found existing installation: idna 3.1 19:27:42 Uninstalling idna-3.1: 19:27:43 Successfully uninstalled idna-3.1 19:27:43 Attempting uninstall: chardet 19:27:43 Found existing installation: chardet 4.0.0 19:27:43 Uninstalling chardet-4.0.0: 19:27:43 Successfully uninstalled chardet-4.0.0 19:27:45 Attempting uninstall: requests 19:27:45 Found existing installation: requests 2.25.1 19:27:45 Uninstalling requests-2.25.1: 19:27:45 Successfully uninstalled requests-2.25.1 19:27:45 Running setup.py install for texttable: started 19:27:47 Running setup.py install for texttable: finished with status 'done' 19:27:47 Running setup.py install for PyYAML: started 19:27:49 Running setup.py install for PyYAML: finished with status 'done' 19:27:49 Running setup.py install for docopt: started 19:27:51 Running setup.py install for docopt: finished with status 'done' 19:27:51 Running setup.py install for dockerpty: started 19:27:53 Running setup.py install for dockerpty: finished with status 'done' 19:27:54 Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2021.5.30 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 19:28:02 Removing intermediate container 4077e66b50ca 19:28:02 ---> 5d49949fd68a 19:28:02 Step 15/24 : ENV APP_PORT=58890 19:28:02 ---> Running in 06cb41e3dc38 19:28:03 Removing intermediate container 06cb41e3dc38 19:28:03 ---> dfe2ea3c0b2c 19:28:03 Step 16/24 : EXPOSE $APP_PORT 19:28:03 ---> Running in 37d5253a438d 19:28:03 Removing intermediate container 37d5253a438d 19:28:03 ---> 1ab0946e957e 19:28:03 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:28:05 ---> 612055d1b7fc 19:28:05 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:28:06 ---> 07f91d9abad9 19:28:06 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:28:07 ---> b02a6beaac3a 19:28:07 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 19:28:07 ---> Running in 78793de00770 19:28:07 Removing intermediate container 78793de00770 19:28:07 ---> 61314fc8100d 19:28:07 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:28:07 ---> Running in 01f5d079e046 19:28:08 Removing intermediate container 01f5d079e046 19:28:08 ---> c4cc1d04f7fd 19:28:08 Step 22/24 : LABEL arch=arm64 19:28:08 ---> Running in 67acb321a99b 19:28:09 Removing intermediate container 67acb321a99b 19:28:09 ---> fa3b90359261 19:28:09 Step 23/24 : LABEL git_sha=c0496e6c5c4aeda306cc272094c9db7e71d87ece 19:28:09 ---> Running in 8f1e05be4b32 19:28:09 Removing intermediate container 8f1e05be4b32 19:28:09 ---> fa083da1a52f 19:28:09 Step 24/24 : LABEL version=0.0.0 19:28:09 ---> Running in 37948648c2e1 19:28:10 Removing intermediate container 37948648c2e1 19:28:10 ---> b39284700734 19:28:10 19:28:10 Successfully built b39284700734 19:28:10 Successfully tagged sys-mgmt-agent-arm64:latest 19:28:11  Building sys-mgmt-agent ... done  [Pipeline] } 19:28:11 $ docker stop --time=1 34dae06eb6ef333b705f3e0edd30e7369b93d7e28828dd605f00376982e71a43 19:28:12 $ docker rm -f 34dae06eb6ef333b705f3e0edd30e7369b93d7e28828dd605f00376982e71a43 [Pipeline] // withDockerContainer [Pipeline] sh 19:28:13 + docker images 19:28:13 REPOSITORY TAG IMAGE ID CREATED SIZE 19:28:13 sys-mgmt-agent-arm64 latest b39284700734 3 seconds ago 311MB 19:28:13 security-secretstore-setup-arm64 latest b81dcabdd79b 48 seconds ago 26.5MB 19:28:13 security-proxy-setup-arm64 latest 5320080eff1f 52 seconds ago 24.6MB 19:28:13 support-notifications-arm64 latest 6179195543d1 53 seconds ago 15.9MB 19:28:13 2e1707f58889 About a minute ago 1.57GB 19:28:13 abdef540b7e4 About a minute ago 1.57GB 19:28:13 6680a6b657bd About a minute ago 1.57GB 19:28:13 4a52e24d390b About a minute ago 1.57GB 19:28:13 security-bootstrapper-arm64 latest 76aff65d4f6c 4 minutes ago 17.7MB 19:28:13 core-data-arm64 latest 3f0d8d38d49a 4 minutes ago 19.3MB 19:28:13 core-metadata-arm64 latest 40caa6548554 4 minutes ago 15.8MB 19:28:13 core-command-arm64 latest 9448b1596c27 4 minutes ago 15.2MB 19:28:13 support-scheduler-arm64 latest dfff633bc076 4 minutes ago 15.2MB 19:28:13 17aa43d5fe13 4 minutes ago 1.57GB 19:28:13 ad9944448c5b 4 minutes ago 1.57GB 19:28:13 7d440716be00 4 minutes ago 1.57GB 19:28:13 3d047b4d0682 4 minutes ago 1.57GB 19:28:13 2456391f39a3 4 minutes ago 1.56GB 19:28:13 ci-base-image-arm64 latest 79080a6740cb 15 minutes ago 1.24GB 19:28:13 alpine 3.12 afc2cc120ca2 5 days ago 5.33MB 19:28:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine 04bc70af865f 4 weeks ago 533MB 19:28:13 docker 20.10.7 df445af6242a 2 months ago 234MB 19:28:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 14 months ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:28:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:28:17 19:28:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 19:28:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:28:17 arm64: Pulling from edgex-lftools-log-publisher 19:28:17 448f6bf000e3: Pulling fs layer 19:28:17 f757da607395: Pulling fs layer 19:28:17 05883995daec: Pulling fs layer 19:28:17 8603b9c90790: Pulling fs layer 19:28:17 1560dd03e051: Pulling fs layer 19:28:17 27f5ce0e4adf: Pulling fs layer 19:28:17 c2d8d7efcc4b: Pulling fs layer 19:28:17 1560dd03e051: Waiting 19:28:17 8603b9c90790: Waiting 19:28:17 27f5ce0e4adf: Waiting 19:28:17 c2d8d7efcc4b: Waiting 19:28:18 f757da607395: Verifying Checksum 19:28:18 f757da607395: Download complete 19:28:18 8603b9c90790: Verifying Checksum 19:28:18 1560dd03e051: Verifying Checksum 19:28:18 1560dd03e051: Download complete 19:28:18 27f5ce0e4adf: Verifying Checksum 19:28:18 27f5ce0e4adf: Download complete 19:28:18 05883995daec: Download complete 19:28:19 448f6bf000e3: Verifying Checksum 19:28:19 448f6bf000e3: Download complete 19:28:22 c2d8d7efcc4b: Verifying Checksum 19:28:22 c2d8d7efcc4b: Download complete 19:28:23 448f6bf000e3: Pull complete 19:28:23 f757da607395: Pull complete 19:28:25 05883995daec: Pull complete 19:28:25 8603b9c90790: Pull complete 19:28:26 1560dd03e051: Pull complete 19:28:26 27f5ce0e4adf: Pull complete 19:28:42 c2d8d7efcc4b: Pull complete 19:28:42 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 19:28:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:28:42 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 19:28:42 prd-ubuntu18.04-docker-arm64-4c-16g-1469 does not seem to be running inside a container 19:28:42 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 19:28:46 $ docker top 54d9f32d0d7b38de12c19093e9822e63c67c87e29c405cc49101c036ca778c29 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:28:48 ---> job-cost.sh 19:28:48 lf-activate-venv: SKIPPING 19:28:48 INFO: No Stack... 19:28:48 INFO: Retrieving Pricing Info for: v3-standard-4 19:28:49 INFO: Archiving Costs [Pipeline] sh 19:28:49 + cut -d, -f6 19:28:49 + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock 19:28:50 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3702-1-stack-cost] 19:28:50 Resource [jenkins-edgexfoundry-edgex-go-PR-3702-1-stack-cost] did not exist. Created. 19:28:50 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3702-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:28:50 + echo total: 0.10999999940395355 [Pipeline] stash 19:28:51 Stashed 1 file(s) [Pipeline] } 19:28:51 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3702-1-stack-cost] [Pipeline] // lock [Pipeline] } 19:28:51 $ docker stop --time=1 54d9f32d0d7b38de12c19093e9822e63c67c87e29c405cc49101c036ca778c29 19:28:52 $ docker rm -f 54d9f32d0d7b38de12c19093e9822e63c67c87e29c405cc49101c036ca778c29 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 19:28:54 provisioning config files... 19:28:54 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config5569369745956913278tmp [Pipeline] { [Pipeline] sh 19:28:55 + set +x 19:28:55 + curl -s https://codecov.io/bash 19:28:55 + bash -s -- 19:28:55 19:28:55 _____ _ 19:28:55 / ____| | | 19:28:55 | | ___ __| | ___ ___ _____ __ 19:28:55 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:28:55 | |___| (_) | (_| | __/ (_| (_) \ V / 19:28:55 \_____\___/ \__,_|\___|\___\___/ \_/ 19:28:55 Bash-1.0.6 19:28:55 19:28:55 19:28:55 ==> git version 2.24.4 found 19:28:55 ==> 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 19:28:55 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 19:28:55 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 19:28:55 ==> Jenkins CI detected. 19:28:55 current dir:  /w/workspace/edgex-go/1 19:28:55 project root: . 19:28:55 --> token set from env 19:28:55 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:28:55 ==> Running gcov in . (disable via -X gcov) 19:28:55 ==> Python coveragepy not found 19:28:55 ==> Searching for coverage reports in: 19:28:55 + . 19:28:55 -> Found 1 reports 19:28:55 ==> Detecting git/mercurial file structure 19:28:55 ==> Reading reports 19:28:55 + ./coverage.out bytes=404331 19:28:55 ==> Appending adjustments 19:28:55 https://docs.codecov.io/docs/fixing-reports 19:28:56 + Found adjustments 19:28:56 ==> Gzipping contents 19:28:56 56K /tmp/codecov.wVm0vx.gz 19:28:56 ==> Uploading reports 19:28:56 url: https://codecov.io 19:28:56 query: branch=PR-3702&commit=c0496e6c5c4aeda306cc272094c9db7e71d87ece&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3702%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3702&job=&cmd_args= 19:28:56 -> Pinging Codecov 19:28:56 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3702&commit=c0496e6c5c4aeda306cc272094c9db7e71d87ece&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3702%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3702&job=&cmd_args= 19:28:57 -> Uploading to 19:28:57 https://storage.googleapis.com/codecov/v4/raw/2021-09-06/00271124DB129430A58F1EEE437C3FCB/c0496e6c5c4aeda306cc272094c9db7e71d87ece/3947a843-4cae-4302-ae24-107bfc7b6ce5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210906%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210906T192856Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6e0cab9559c2e2ded40b21d4983df46d209290ce8f90ac4cea2712540ab8174b 19:28:57 % Total % Received % Xferd Average Speed Time Time Time Current 19:28:57 Dload Upload Total Spent Left Speed 19:28:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 54497 0 0 100 54497 0 124k --:--:-- --:--:-- --:--:-- 124k 100 54497 0 0 100 54497 0 124k --:--:-- --:--:-- --:--:-- 124k 19:28:57 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/c0496e6c5c4aeda306cc272094c9db7e71d87ece [Pipeline] } 19:28:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" 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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 19:28:59 + '[' -d /w/workspace/edgex-go/1/archives ']' [Pipeline] libraryResource [Pipeline] sh 19:29:00 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:29:00 ---> package-listing.sh 19:29:00 ++ facter osfamily 19:29:00 ++ tr '[:upper:]' '[:lower:]' 19:29:01 + OS_FAMILY=redhat 19:29:01 + workspace=/w/workspace/edgex-go/1 19:29:01 + START_PACKAGES=/tmp/packages_start.txt 19:29:01 + END_PACKAGES=/tmp/packages_end.txt 19:29:01 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:29:01 + PACKAGES=/tmp/packages_start.txt 19:29:01 + '[' /w/workspace/edgex-go/1 ']' 19:29:01 + PACKAGES=/tmp/packages_end.txt 19:29:01 + case "${OS_FAMILY}" in 19:29:01 + sort 19:29:01 + rpm -qa 19:29:03 + '[' -f /tmp/packages_start.txt ']' 19:29:03 + '[' -f /tmp/packages_end.txt ']' 19:29:03 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:29:03 + '[' /w/workspace/edgex-go/1 ']' 19:29:03 + mkdir -p /w/workspace/edgex-go/1/archives/ 19:29:03 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 19:29:03 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/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:29:03 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 19:29:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:29:04 19:29:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 19:29:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:29:04 latest: Pulling from edgex-lftools-log-publisher 19:29:04 b4d181a07f80: Pulling fs layer 19:29:04 a1111a8f2ec3: Pulling fs layer 19:29:04 ed53099fbce6: Pulling fs layer 19:29:04 dc539afda2c1: Pulling fs layer 19:29:04 77bc0d833cb6: Pulling fs layer 19:29:04 9065ff56babe: Pulling fs layer 19:29:04 d287ab97295c: Pulling fs layer 19:29:04 dc539afda2c1: Waiting 19:29:04 77bc0d833cb6: Waiting 19:29:04 9065ff56babe: Waiting 19:29:04 d287ab97295c: Waiting 19:29:04 a1111a8f2ec3: Verifying Checksum 19:29:04 a1111a8f2ec3: Download complete 19:29:04 dc539afda2c1: Verifying Checksum 19:29:04 dc539afda2c1: Download complete 19:29:05 77bc0d833cb6: Verifying Checksum 19:29:05 77bc0d833cb6: Download complete 19:29:05 ed53099fbce6: Verifying Checksum 19:29:05 ed53099fbce6: Download complete 19:29:05 9065ff56babe: Verifying Checksum 19:29:05 9065ff56babe: Download complete 19:29:05 b4d181a07f80: Verifying Checksum 19:29:05 b4d181a07f80: Download complete 19:29:07 b4d181a07f80: Pull complete 19:29:07 a1111a8f2ec3: Pull complete 19:29:07 ed53099fbce6: Pull complete 19:29:07 dc539afda2c1: Pull complete 19:29:07 77bc0d833cb6: Pull complete 19:29:07 9065ff56babe: Pull complete 19:29:09 d287ab97295c: Verifying Checksum 19:29:09 d287ab97295c: Download complete 19:29:13 d287ab97295c: Pull complete 19:29:13 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 19:29:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:29:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 19:29:13 prd-centos7-docker-4c-2g-1453 does not seem to be running inside a container 19:29:13 $ 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/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 19:29:17 $ docker top 68e1f4d97e1e86856d6bff0dbb2276b33bd0dc22e452ad63bb9c9e7d5465807d -eo pid,comm [Pipeline] { [Pipeline] sh 19:29:17 + touch /tmp/pre-build-complete [Pipeline] sh 19:29:17 + mkdir -p /var/log/sysstat [Pipeline] sh 19:29:18 + ls /var/log/sa-host 19:29:18 + sadf -c /var/log/sa-host/sa05 19:29:18 file_magic: OK 19:29:18 HZ: Using current value: 100 19:29:18 file_header: OK 19:29:18 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 19:29:18 Statistics: 19:29:18 Hnuu...uuuununununu...Hnuu...uuuununununu... 19:29:18 File successfully converted to sysstat format version 12.0.3 19:29:18 + sadf -c /var/log/sa-host/sa06 19:29:18 file_magic: OK 19:29:18 HZ: Using current value: 100 19:29:18 file_header: OK 19:29:18 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 19:29:18 Statistics: 19:29:18 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 19:29:18 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:29:18 provisioning config files... 19:29:18 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config1597691008173511952tmp [Pipeline] { [Pipeline] echo 19:29:18 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:29:19 ---> create-netrc.sh [Pipeline] } 19:29:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 19:29:21 ---> python-tools-install.sh [Pipeline] echo 19:29:21 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:29:21 ---> sudo-logs.sh 19:29:21 Archiving 'sudo' log.. 19:29:21 sudo: unable to resolve host prd-centos7-docker-4c-2g-1453.vexxhost.local: Name or service not known 19:29:21 sudo: unable to resolve host prd-centos7-docker-4c-2g-1453.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo 19:29:21 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:29:22 ---> job-cost.sh 19:29:22 lf-activate-venv: SKIPPING 19:29:22 DEBUG: total: 0.10999999940395355 19:29:22 INFO: Retrieving Stack Cost... 19:29:24 INFO: Retrieving Pricing Info for: v3-standard-2 19:29:24 INFO: Archiving Costs [Pipeline] echo 19:29:24 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:29:24 ---> logs-deploy.sh 19:29:24 lf-activate-venv: SKIPPING 19:29:24 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3702/1 19:29:24 INFO: archiving workspace using pattern(s): 19:29:25 Archives upload complete. 19:29:25 INFO: archiving logs to Nexus 19:29:26 ---> uname -a: 19:29:26 Linux prd-centos7-docker-4c-2g-1453.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 GNU/Linux 19:29:26 19:29:26 19:29:26 ---> lscpu: 19:29:26 Architecture: x86_64 19:29:26 CPU op-mode(s): 32-bit, 64-bit 19:29:26 Byte Order: Little Endian 19:29:26 Address sizes: 40 bits physical, 48 bits virtual 19:29:26 CPU(s): 2 19:29:26 On-line CPU(s) list: 0,1 19:29:26 Thread(s) per core: 1 19:29:26 Core(s) per socket: 1 19:29:26 Socket(s): 2 19:29:26 NUMA node(s): 1 19:29:26 Vendor ID: AuthenticAMD 19:29:26 CPU family: 23 19:29:26 Model: 49 19:29:26 Model name: AMD EPYC-Rome Processor 19:29:26 Stepping: 0 19:29:26 CPU MHz: 2799.998 19:29:26 BogoMIPS: 5599.99 19:29:26 Virtualization: AMD-V 19:29:26 Hypervisor vendor: KVM 19:29:26 Virtualization type: full 19:29:26 L1d cache: 32K 19:29:26 L1i cache: 32K 19:29:26 L2 cache: 512K 19:29:26 L3 cache: 16384K 19:29:26 NUMA node0 CPU(s): 0,1 19:29:26 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities 19:29:26 19:29:26 19:29:26 ---> nproc: 19:29:26 2 19:29:26 19:29:26 19:29:26 ---> df -h: 19:29:26 Filesystem Size Used Avail Use% Mounted on 19:29:26 overlay 40G 13G 28G 32% / 19:29:26 tmpfs 64M 0 64M 0% /dev 19:29:26 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 19:29:26 shm 64M 0 64M 0% /dev/shm 19:29:26 /dev/vda1 40G 13G 28G 32% /facter-os 19:29:26 19:29:26 19:29:26 ---> sar -b -r -n DEV: 19:29:26 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 09/06/21 _x86_64_ (2 CPU) 19:29:26 19:29:26 16:47:06 LINUX RESTART (2 CPU) 19:29:26 19:29:26 16:48:01 tps rtps wtps bread/s bwrtn/s 19:29:26 16:49:01 1.73 0.00 1.73 0.00 247.81 19:29:26 16:50:01 1.02 0.00 1.02 0.00 16.56 19:29:26 16:51:01 0.20 0.00 0.20 0.00 1.75 19:29:26 16:52:01 0.25 0.00 0.25 0.00 2.98 19:29:26 16:53:01 0.30 0.00 0.30 0.00 3.35 19:29:26 16:54:01 0.33 0.00 0.33 0.00 5.13 19:29:26 16:55:01 0.25 0.00 0.25 0.00 2.71 19:29:26 16:56:01 0.20 0.00 0.20 0.00 2.33 19:29:26 16:57:01 0.32 0.00 0.32 0.00 3.23 19:29:26 16:58:01 0.20 0.00 0.20 0.00 2.57 19:29:26 16:59:01 0.28 0.00 0.28 0.00 3.35 19:29:26 17:00:01 0.25 0.00 0.25 0.00 2.75 19:29:26 17:01:02 0.25 0.03 0.22 0.27 2.17 19:29:26 17:02:01 0.42 0.08 0.34 1.63 4.84 19:29:26 17:03:01 0.38 0.18 0.20 5.86 2.70 19:29:26 17:04:01 0.68 0.00 0.68 0.00 14.69 19:29:26 17:05:01 0.15 0.00 0.15 0.00 1.75 19:29:26 17:06:01 0.32 0.00 0.32 0.00 3.97 19:29:26 17:07:01 0.23 0.00 0.23 0.00 2.57 19:29:26 17:08:01 0.15 0.00 0.15 0.00 1.75 19:29:26 17:09:01 0.18 0.00 0.18 0.00 2.02 19:29:26 17:10:01 0.17 0.00 0.17 0.00 1.48 19:29:26 17:11:01 0.27 0.00 0.27 0.00 3.65 19:29:26 17:12:01 0.23 0.00 0.23 0.00 2.70 19:29:26 17:13:01 0.18 0.00 0.18 0.00 2.07 19:29:26 17:14:01 0.22 0.00 0.22 0.00 2.43 19:29:26 17:15:01 0.20 0.00 0.20 0.00 1.48 19:29:26 17:16:01 0.27 0.00 0.27 0.00 3.08 19:29:26 17:17:01 0.22 0.00 0.22 0.00 2.02 19:29:26 17:18:01 0.15 0.00 0.15 0.00 1.87 19:29:26 17:19:01 0.17 0.00 0.17 0.00 1.60 19:29:26 17:20:01 0.20 0.00 0.20 0.00 1.58 19:29:26 17:21:01 0.30 0.00 0.30 0.00 3.70 19:29:26 17:22:01 0.25 0.00 0.25 0.00 2.30 19:29:26 17:23:01 0.17 0.00 0.17 0.00 1.73 19:29:26 17:24:01 0.17 0.00 0.17 0.00 1.60 19:29:26 17:25:01 0.17 0.00 0.17 0.00 1.60 19:29:26 17:26:01 0.25 0.00 0.25 0.00 3.08 19:29:26 17:27:01 0.22 0.00 0.22 0.00 2.15 19:29:26 17:28:01 0.22 0.00 0.22 0.00 2.98 19:29:26 17:29:01 0.17 0.00 0.17 0.00 1.60 19:29:26 17:30:01 0.17 0.00 0.17 0.00 1.33 19:29:26 17:31:01 0.25 0.00 0.25 0.00 2.78 19:29:26 17:32:01 0.22 0.00 0.22 0.00 2.18 19:29:26 17:33:01 0.18 0.00 0.18 0.00 2.02 19:29:26 17:34:01 0.17 0.00 0.17 0.00 1.73 19:29:26 17:35:01 0.23 0.00 0.23 0.00 2.85 19:29:26 17:36:01 0.25 0.00 0.25 0.00 2.78 19:29:26 17:37:01 0.22 0.00 0.22 0.00 2.28 19:29:26 17:38:02 0.17 0.00 0.17 0.00 1.47 19:29:26 17:39:01 0.17 0.00 0.17 0.00 1.76 19:29:26 17:40:01 0.17 0.00 0.17 0.00 1.20 19:29:26 17:41:01 0.25 0.00 0.25 0.00 2.93 19:29:26 17:42:01 0.28 0.00 0.28 0.00 2.60 19:29:26 17:43:01 0.15 0.00 0.15 0.00 1.60 19:29:26 17:44:01 0.17 0.00 0.17 0.00 1.73 19:29:26 17:45:01 0.17 0.00 0.17 0.00 1.20 19:29:26 17:46:01 0.25 0.00 0.25 0.00 2.92 19:29:26 17:47:01 277.13 254.06 23.07 3446.10 1015.59 19:29:26 17:48:01 0.78 0.00 0.78 0.00 16.91 19:29:26 17:49:01 0.20 0.00 0.20 0.00 1.78 19:29:26 17:50:01 0.27 0.00 0.27 0.00 3.38 19:29:26 17:51:01 0.30 0.00 0.30 0.00 3.60 19:29:26 17:52:01 0.22 0.00 0.22 0.00 2.15 19:29:26 17:53:01 0.15 0.00 0.15 0.00 1.73 19:29:26 17:54:01 0.17 0.00 0.17 0.00 1.60 19:29:26 17:55:01 0.17 0.00 0.17 0.00 1.33 19:29:26 17:56:01 0.28 0.00 0.28 0.00 2.97 19:29:26 17:57:01 0.23 0.00 0.23 0.00 2.82 19:29:26 17:58:01 0.15 0.00 0.15 0.00 1.60 19:29:26 17:59:01 0.17 0.00 0.17 0.00 1.60 19:29:26 18:00:01 0.17 0.00 0.17 0.00 1.47 19:29:26 18:01:01 0.25 0.00 0.25 0.00 2.67 19:29:26 18:02:01 0.27 0.00 0.27 0.00 3.03 19:29:26 18:03:01 0.18 0.00 0.18 0.00 2.78 19:29:26 18:04:01 0.25 0.00 0.25 0.00 3.05 19:29:26 18:05:01 0.20 0.00 0.20 0.00 2.55 19:29:26 18:06:01 0.15 0.00 0.15 0.00 1.73 19:29:26 18:07:01 0.32 0.00 0.32 0.00 4.11 19:29:26 18:08:01 0.25 0.00 0.25 0.00 3.07 19:29:26 18:09:01 0.23 0.00 0.23 0.00 2.88 19:29:26 18:10:01 0.18 0.00 0.18 0.00 2.78 19:29:26 18:11:01 0.17 0.00 0.17 0.00 1.47 19:29:26 18:12:01 0.17 0.00 0.17 0.00 1.47 19:29:26 18:13:01 0.23 0.00 0.23 0.00 3.05 19:29:26 18:14:01 0.22 0.00 0.22 0.00 2.42 19:29:26 18:15:01 0.17 0.00 0.17 0.00 1.47 19:29:26 18:16:02 0.17 0.00 0.17 0.00 1.20 19:29:26 18:17:01 0.25 0.00 0.25 0.00 3.29 19:29:26 18:18:01 0.23 0.00 0.23 0.00 3.20 19:29:26 18:19:01 0.22 0.00 0.22 0.00 2.58 19:29:26 18:20:01 0.20 0.00 0.20 0.00 1.62 19:29:26 18:21:01 0.17 0.00 0.17 0.00 1.20 19:29:26 18:22:01 0.17 0.00 0.17 0.00 1.47 19:29:26 18:23:01 0.25 0.00 0.25 0.00 3.05 19:29:26 18:24:01 0.28 0.00 0.28 0.00 4.05 19:29:26 18:25:01 0.17 0.00 0.17 0.00 1.33 19:29:26 18:26:01 0.17 0.00 0.17 0.00 1.33 19:29:26 18:27:01 0.37 0.00 0.37 0.00 5.26 19:29:26 18:28:01 0.23 0.00 0.23 0.00 2.71 19:29:26 18:29:01 0.28 0.00 0.28 0.00 3.20 19:29:26 18:30:01 0.22 0.00 0.22 0.00 2.15 19:29:26 18:31:01 0.20 0.00 0.20 0.00 1.52 19:29:26 18:32:01 0.27 0.00 0.27 0.00 3.32 19:29:26 18:33:01 0.22 0.00 0.22 0.00 2.57 19:29:26 18:34:01 0.28 0.00 0.28 0.00 3.20 19:29:26 18:35:01 0.22 0.00 0.22 0.00 2.28 19:29:26 18:36:01 0.17 0.00 0.17 0.00 1.20 19:29:26 18:37:01 0.25 0.00 0.25 0.00 2.80 19:29:26 18:38:01 0.23 0.00 0.23 0.00 3.13 19:29:26 18:39:01 0.25 0.00 0.25 0.00 3.18 19:29:26 18:40:01 0.22 0.00 0.22 0.00 2.28 19:29:26 18:41:01 0.17 0.00 0.17 0.00 1.33 19:29:26 18:42:01 0.25 0.00 0.25 0.00 2.80 19:29:26 18:43:01 0.20 0.00 0.20 0.00 2.55 19:29:26 18:44:01 0.25 0.00 0.25 0.00 3.12 19:29:26 18:45:01 0.30 0.00 0.30 0.00 2.78 19:29:26 18:46:01 0.22 0.00 0.22 0.00 2.15 19:29:26 18:47:01 0.25 0.00 0.25 0.00 2.82 19:29:26 18:48:01 0.20 0.00 0.20 0.00 2.55 19:29:26 18:49:01 0.25 0.00 0.25 0.00 3.08 19:29:26 18:50:02 0.22 0.00 0.22 0.00 2.15 19:29:26 18:51:01 0.17 0.00 0.17 0.00 1.49 19:29:26 18:52:01 0.37 0.00 0.37 0.00 5.20 19:29:26 18:53:01 0.28 0.00 0.28 0.00 4.46 19:29:26 18:54:01 0.32 0.00 0.32 0.00 3.66 19:29:26 18:55:01 0.23 0.00 0.23 0.00 2.87 19:29:26 18:56:01 0.20 0.00 0.20 0.00 2.02 19:29:26 18:57:01 0.25 0.00 0.25 0.00 2.68 19:29:26 18:58:01 0.20 0.00 0.20 0.00 2.73 19:29:26 18:59:01 0.37 0.00 0.37 0.00 3.85 19:29:26 19:00:01 0.33 0.00 0.33 0.00 4.48 19:29:26 19:01:01 0.17 0.00 0.17 0.00 1.50 19:29:26 19:02:01 0.28 0.00 0.28 0.00 3.10 19:29:26 19:03:01 0.25 0.00 0.25 0.00 2.83 19:29:26 19:04:01 0.28 0.00 0.28 0.00 3.17 19:29:26 19:05:01 0.20 0.00 0.20 0.00 2.57 19:29:26 19:06:01 0.32 0.00 0.32 0.00 4.85 19:29:26 19:07:01 0.22 0.00 0.22 0.00 2.02 19:29:26 19:08:01 87.69 4.01 83.68 2783.41 8132.79 19:29:26 19:09:01 264.34 0.13 264.21 21.57 73425.92 19:29:26 19:10:01 148.17 0.00 148.17 0.00 29693.47 19:29:26 19:11:01 48.98 0.03 48.94 1.07 7019.49 19:29:26 19:12:03 286.54 126.72 159.83 3134.33 86138.75 19:29:26 19:13:01 1143.19 794.41 348.79 38829.25 217397.47 19:29:26 19:14:01 275.73 20.32 255.41 4592.78 69887.38 19:29:26 19:15:01 547.15 118.88 428.27 4559.44 158053.36 19:29:26 19:16:01 22.38 10.51 11.87 1312.24 1024.31 19:29:26 19:17:01 0.17 0.00 0.17 0.00 1.47 19:29:26 19:18:01 0.25 0.00 0.25 0.00 3.22 19:29:26 19:19:02 0.28 0.00 0.28 0.00 2.93 19:29:26 19:20:01 0.30 0.00 0.30 0.00 3.34 19:29:26 19:21:01 0.22 0.02 0.20 0.13 2.37 19:29:26 19:22:01 0.23 0.00 0.23 0.00 2.87 19:29:26 19:23:01 0.33 0.00 0.33 0.00 4.56 19:29:26 19:24:01 0.35 0.00 0.35 0.00 5.10 19:29:26 19:25:01 0.33 0.00 0.33 0.00 4.70 19:29:26 19:26:01 0.30 0.00 0.30 0.00 3.71 19:29:26 19:27:01 0.23 0.00 0.23 0.00 2.83 19:29:26 19:28:01 0.30 0.00 0.30 0.00 4.08 19:29:26 19:29:01 13.87 13.51 0.37 1541.11 17.77 19:29:26 Average: 19.43 8.21 11.22 367.22 4028.84 19:29:26 19:29:26 16:48:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:29:26 16:49:01 5756268 0 657996 8.22 2620 1592056 1096008 12.10 372884 1494236 20 19:29:26 16:50:01 5760904 0 653356 8.16 2620 1592060 1065512 11.76 369008 1494388 16 19:29:26 16:51:01 5759756 0 654504 8.17 2620 1592060 1065512 11.76 370404 1494388 8 19:29:26 16:52:01 5759772 0 654480 8.17 2620 1592068 1065512 11.76 370376 1494556 8 19:29:26 16:53:01 5756792 0 657456 8.21 2620 1592072 1065608 11.76 373664 1494556 20 19:29:26 16:54:01 5754968 0 659276 8.23 2620 1592076 1065512 11.76 375076 1494556 8 19:29:26 16:55:01 5746216 0 668024 8.34 2620 1592080 1065584 11.76 383920 1494556 16 19:29:26 16:56:01 5746168 0 668064 8.34 2620 1592088 1065512 11.76 383884 1494196 8 19:29:26 16:57:01 5746284 0 667948 8.34 2620 1592088 1073708 11.85 383892 1494196 8 19:29:26 16:58:01 5745892 0 668336 8.34 2620 1592092 1073780 11.86 384532 1493996 8 19:29:26 16:59:01 5746080 0 668144 8.34 2620 1592096 1073744 11.85 384312 1493996 8 19:29:26 17:00:01 5746252 0 667968 8.34 2620 1592100 1073708 11.85 384224 1493996 8 19:29:26 17:01:02 5744788 0 669424 8.36 2620 1592108 1076876 11.89 385016 1493996 8 19:29:26 17:02:01 5745972 0 668116 8.34 2620 1592232 1074216 11.86 384408 1494056 8 19:29:26 17:03:01 5744948 0 669132 8.35 2620 1592240 1074400 11.86 385132 1494052 16 19:29:26 17:04:01 5745540 0 668536 8.35 2620 1592244 1074340 11.86 384152 1494056 8 19:29:26 17:05:01 5744572 0 669500 8.36 2620 1592248 1074508 11.86 385152 1494056 8 19:29:26 17:06:01 5745968 0 668100 8.34 2620 1592252 1074280 11.86 383840 1494056 16 19:29:26 17:07:01 5745844 0 668220 8.34 2620 1592256 1074280 11.86 383840 1494056 8 19:29:26 17:08:01 5745248 0 668812 8.35 2620 1592260 1074376 11.86 384432 1494056 8 19:29:26 17:09:01 5745984 0 668072 8.34 2620 1592264 1074280 11.86 383872 1494056 8 19:29:26 17:10:01 5744308 0 669744 8.36 2620 1592268 1074448 11.86 385396 1494056 20 19:29:26 17:11:01 5745864 0 668180 8.34 2620 1592276 1074280 11.86 383852 1494056 20 19:29:26 17:12:01 5746036 0 668008 8.34 2620 1592276 1074280 11.86 383788 1494056 8 19:29:26 17:13:01 5746844 0 667196 8.33 2620 1592280 1074520 11.86 383360 1494056 8 19:29:26 17:14:01 5747556 0 666476 8.32 2620 1592288 1074412 11.86 382752 1494060 8 19:29:26 17:15:01 5747012 0 667020 8.33 2620 1592288 1074412 11.86 382836 1494056 8 19:29:26 17:16:01 5747028 0 666996 8.33 2620 1592296 1074412 11.86 382728 1494056 8 19:29:26 17:17:01 5745724 0 668300 8.34 2620 1592296 1074412 11.86 384028 1494056 8 19:29:26 17:18:01 5744416 0 669600 8.36 2620 1592304 1074508 11.86 385244 1494056 8 19:29:26 17:19:01 5745784 0 668228 8.34 2620 1592308 1074412 11.86 384124 1494056 8 19:29:26 17:20:01 5745740 0 668268 8.34 2620 1592312 1074412 11.86 384144 1494060 8 19:29:26 17:21:01 5746272 0 667728 8.34 2620 1592320 1074412 11.86 383984 1494060 8 19:29:26 17:22:01 5746024 0 667976 8.34 2620 1592320 1074412 11.86 384036 1494056 8 19:29:26 17:23:01 5745556 0 668436 8.35 2620 1592328 1074508 11.86 384544 1494056 8 19:29:26 17:24:01 5745908 0 668080 8.34 2620 1592332 1074412 11.86 384068 1494056 8 19:29:26 17:25:01 5744500 0 669484 8.36 2620 1592336 1074496 11.86 385108 1494056 8 19:29:26 17:26:01 5745604 0 668376 8.35 2620 1592340 1074412 11.86 384160 1494056 8 19:29:26 17:27:01 5745852 0 668124 8.34 2620 1592344 1074412 11.86 384080 1494060 8 19:29:26 17:28:01 5745336 0 668636 8.35 2620 1592348 1074508 11.86 384584 1494056 8 19:29:26 17:29:01 5745844 0 668124 8.34 2620 1592352 1074412 11.86 384076 1494056 8 19:29:26 17:30:01 5746108 0 667856 8.34 2620 1592356 1074412 11.86 384164 1494056 8 19:29:26 17:31:01 5746008 0 667952 8.34 2620 1592360 1074412 11.86 384104 1494056 8 19:29:26 17:32:01 5745836 0 668120 8.34 2620 1592364 1074412 11.86 384204 1494056 8 19:29:26 17:33:01 5744428 0 669524 8.36 2620 1592368 1074508 11.86 385316 1494056 8 19:29:26 17:34:01 5745788 0 668156 8.34 2620 1592376 1074412 11.86 384120 1494056 8 19:29:26 17:35:01 5745664 0 668280 8.34 2620 1592376 1074412 11.86 384216 1494056 8 19:29:26 17:36:01 5745664 0 668276 8.34 2620 1592380 1074412 11.86 384104 1494056 8 19:29:26 17:37:01 5746052 0 667880 8.34 2620 1592388 1074412 11.86 384096 1494056 8 19:29:26 17:38:02 5745484 0 668448 8.35 2620 1592388 1074484 11.86 384628 1494056 8 19:29:26 17:39:01 5745748 0 668176 8.34 2620 1592396 1074412 11.86 384240 1494056 8 19:29:26 17:40:01 5745532 0 668392 8.35 2620 1592396 1074412 11.86 384124 1494056 8 19:29:26 17:41:01 5744940 0 668976 8.35 2620 1592404 1074412 11.86 384824 1494056 8 19:29:26 17:42:01 5744964 0 668916 8.35 2620 1592440 1074412 11.86 384852 1494064 16 19:29:26 17:43:01 5744628 0 669284 8.36 2620 1592408 1074496 11.86 385364 1494056 8 19:29:26 17:44:01 5745120 0 668784 8.35 2620 1592416 1074412 11.86 384916 1494056 8 19:29:26 17:45:01 5744956 0 668948 8.35 2620 1592416 1074412 11.86 384888 1494056 8 19:29:26 17:46:01 5745336 0 668560 8.35 2620 1592424 1074412 11.86 384824 1494056 8 19:29:26 17:47:01 5590748 0 763844 9.54 2620 1651728 1074444 11.86 425028 1513092 8 19:29:26 17:48:01 5590364 0 764224 9.54 2620 1651732 1074540 11.86 425568 1513092 8 19:29:26 17:49:01 5591500 0 763084 9.53 2620 1651736 1074444 11.86 424564 1513092 8 19:29:26 17:50:01 5591848 0 762732 9.52 2620 1651740 1074444 11.86 424516 1513096 8 19:29:26 17:51:01 5592052 0 762524 9.52 2620 1651744 1074444 11.86 424592 1513092 8 19:29:26 17:52:01 5591740 0 762832 9.52 2620 1651748 1074444 11.86 424460 1513092 8 19:29:26 17:53:01 5590976 0 763592 9.53 2620 1651752 1074540 11.86 424968 1513092 8 19:29:26 17:54:01 5591616 0 762948 9.53 2620 1651756 1074444 11.86 424492 1513092 8 19:29:26 17:55:01 5591716 0 762844 9.52 2620 1651760 1074444 11.86 424528 1513092 8 19:29:26 17:56:01 5591724 0 762832 9.52 2620 1651764 1074444 11.86 424480 1513092 8 19:29:26 17:57:01 5591196 0 763352 9.53 2620 1651772 1074444 11.86 425244 1513092 8 19:29:26 17:58:01 5590268 0 764280 9.54 2620 1651772 1074564 11.86 425888 1513092 8 19:29:26 17:59:01 5591528 0 763016 9.53 2620 1651776 1074444 11.86 424504 1513092 8 19:29:26 18:00:01 5591708 0 762828 9.52 2620 1651784 1074444 11.86 424512 1513092 8 19:29:26 18:01:01 5590756 0 763780 9.54 2620 1651784 1077216 11.89 425248 1513092 8 19:29:26 18:02:01 5591544 0 762984 9.53 2620 1651792 1074444 11.86 424636 1513092 8 19:29:26 18:03:01 5591160 0 763364 9.53 2620 1651796 1074540 11.86 425112 1513092 8 19:29:26 18:04:01 5591900 0 762620 9.52 2620 1651800 1074444 11.86 424668 1513092 8 19:29:26 18:05:01 5588988 0 765528 9.56 2620 1651804 1074720 11.87 426644 1513092 8 19:29:26 18:06:01 5591712 0 762800 9.52 2620 1651808 1074444 11.86 424464 1513092 8 19:29:26 18:07:01 5591744 0 762764 9.52 2620 1651812 1074444 11.86 424636 1513076 8 19:29:26 18:08:01 5591252 0 763252 9.53 2620 1651816 1074516 11.86 424948 1513076 8 19:29:26 18:09:01 5591720 0 762780 9.52 2620 1651820 1074444 11.86 424560 1513076 8 19:29:26 18:10:01 5590372 0 764120 9.54 2620 1651828 1074660 11.86 425804 1513076 8 19:29:26 18:11:01 5591504 0 762988 9.53 2620 1651828 1074444 11.86 424712 1513076 8 19:29:26 18:12:01 5590844 0 763640 9.53 2620 1651836 1074444 11.86 425356 1513080 8 19:29:26 18:13:01 5590576 0 763908 9.54 2620 1651836 1074540 11.86 425932 1513076 8 19:29:26 18:14:01 5590820 0 763660 9.54 2620 1651840 1074444 11.86 425284 1513076 8 19:29:26 18:15:01 5590936 0 763536 9.53 2620 1651848 1074444 11.86 425292 1513076 8 19:29:26 18:16:02 5591028 0 763444 9.53 2620 1651848 1074444 11.86 425360 1513076 8 19:29:26 18:17:01 5591356 0 763108 9.53 2620 1651856 1074444 11.86 425440 1513076 8 19:29:26 18:18:01 5590320 0 764140 9.54 2620 1651860 1074540 11.86 425936 1513080 8 19:29:26 18:19:01 5591068 0 763384 9.53 2620 1651868 1074444 11.86 425312 1513080 8 19:29:26 18:20:01 5590944 0 763504 9.53 2620 1651872 1074444 11.86 425340 1513076 8 19:29:26 18:21:01 5591044 0 763404 9.53 2620 1651872 1074444 11.86 425372 1513076 8 19:29:26 18:22:01 5591264 0 763176 9.53 2620 1651880 1074444 11.86 425328 1513076 8 19:29:26 18:23:01 5590732 0 763704 9.54 2620 1651884 1074540 11.86 425832 1513076 8 19:29:26 18:24:01 5590952 0 763480 9.53 2620 1651888 1074444 11.86 425356 1513076 8 19:29:26 18:25:01 5590812 0 763616 9.53 2620 1651892 1074444 11.86 425344 1513076 8 19:29:26 18:26:01 5590828 0 763596 9.53 2620 1651896 1074444 11.86 425348 1513076 8 19:29:26 18:27:01 5592768 0 761708 9.51 2620 1651844 1072312 11.84 424084 1513052 8 19:29:26 18:28:01 5591128 0 763336 9.53 2620 1651856 1074000 11.86 425728 1513052 8 19:29:26 18:29:01 5591652 0 762812 9.52 2620 1651856 1073904 11.86 425100 1513048 8 19:29:26 18:30:01 5591652 0 762808 9.52 2620 1651860 1073904 11.86 425224 1513048 8 19:29:26 18:31:01 5591916 0 762540 9.52 2620 1651864 1073904 11.86 425060 1513048 8 19:29:26 18:32:01 5591660 0 762792 9.52 2620 1651868 1073904 11.86 425228 1513048 8 19:29:26 18:33:01 5590888 0 763556 9.53 2620 1651876 1074000 11.86 425704 1513048 8 19:29:26 18:34:01 5591404 0 763040 9.53 2620 1651876 1073904 11.86 425172 1513048 8 19:29:26 18:35:01 5591396 0 763040 9.53 2620 1651884 1073904 11.86 425240 1513052 8 19:29:26 18:36:01 5591476 0 762960 9.53 2620 1651884 1073904 11.86 425228 1513048 8 19:29:26 18:37:01 5591156 0 763276 9.53 2620 1651888 1073904 11.86 425152 1513048 8 19:29:26 18:38:01 5590360 0 764064 9.54 2620 1651896 1074036 11.86 425964 1513048 8 19:29:26 18:39:01 5591132 0 763292 9.53 2620 1651896 1073904 11.86 425140 1513048 8 19:29:26 18:40:01 5591156 0 763260 9.53 2620 1651904 1073904 11.86 425168 1513048 8 19:29:26 18:41:01 5591280 0 763132 9.53 2620 1651908 1073904 11.86 425036 1513048 8 19:29:26 18:42:01 5591280 0 763128 9.53 2620 1651912 1073904 11.86 425272 1513048 8 19:29:26 18:43:01 5591168 0 763236 9.53 2620 1651916 1074000 11.86 425728 1513048 8 19:29:26 18:44:01 5591148 0 763252 9.53 2620 1651920 1073904 11.86 425216 1513048 8 19:29:26 18:45:01 5591156 0 763236 9.53 2620 1651928 1073904 11.86 425288 1513048 8 19:29:26 18:46:01 5591560 0 762828 9.52 2620 1651932 1073904 11.86 425260 1513048 8 19:29:26 18:47:01 5591124 0 763260 9.53 2620 1651936 1073904 11.86 425316 1513048 8 19:29:26 18:48:01 5590516 0 763864 9.54 2620 1651940 1073988 11.86 425628 1513048 8 19:29:26 18:49:01 5591008 0 763368 9.53 2620 1651944 1073904 11.86 425304 1513048 8 19:29:26 18:50:02 5591024 0 763348 9.53 2620 1651948 1073904 11.86 425312 1513048 8 19:29:26 18:51:01 5591172 0 763192 9.53 2620 1651956 1073904 11.86 425312 1513052 8 19:29:26 18:52:01 5591296 0 763068 9.53 2620 1651956 1073904 11.86 425316 1513048 8 19:29:26 18:53:01 5590764 0 763596 9.53 2620 1651960 1074000 11.86 425640 1513048 8 19:29:26 18:54:01 5591256 0 763100 9.53 2620 1651964 1073904 11.86 425312 1513048 8 19:29:26 18:55:01 5590260 0 764092 9.54 2620 1651968 1074012 11.86 425936 1513048 8 19:29:26 18:56:01 5591000 0 763344 9.53 2620 1651976 1073904 11.86 425208 1513048 8 19:29:26 18:57:01 5591280 0 763064 9.53 2620 1651976 1073904 11.86 425372 1513048 8 19:29:26 18:58:01 5590524 0 763812 9.54 2620 1651984 1074000 11.86 425760 1513048 8 19:29:26 18:59:01 5591436 0 762896 9.53 2620 1651988 1073904 11.86 425448 1513048 8 19:29:26 19:00:01 5591240 0 763084 9.53 2620 1651996 1073904 11.86 425372 1513052 8 19:29:26 19:01:01 5589604 0 764712 9.55 2620 1652004 1076680 11.89 426076 1513048 8 19:29:26 19:02:01 5591024 0 763288 9.53 2620 1652008 1073904 11.86 425288 1513048 8 19:29:26 19:03:01 5590268 0 764040 9.54 2620 1652012 1073988 11.86 425828 1513048 16 19:29:26 19:04:01 5590268 0 764032 9.54 2620 1652020 1074024 11.86 425952 1513048 20 19:29:26 19:05:01 5589632 0 764668 9.55 2620 1652020 1074204 11.86 426088 1513048 8 19:29:26 19:06:01 5591264 0 763028 9.53 2620 1652028 1073904 11.86 424732 1513052 8 19:29:26 19:07:01 5591232 0 763060 9.53 2620 1652028 1073904 11.86 425276 1513048 8 19:29:26 19:08:01 4726360 0 1168148 14.59 2620 2111812 1748896 19.31 1163552 1611280 157852 19:29:26 19:09:01 2220764 0 1318208 16.46 2620 4467348 1616952 17.85 1908148 3077432 633292 19:29:26 19:10:01 2885932 0 1352248 16.88 2620 3768140 1723028 19.02 1500736 2877352 207936 19:29:26 19:11:01 2896992 0 1384032 17.28 2620 3725296 1662196 18.35 1468804 2894816 119356 19:29:26 19:12:03 459936 0 1594132 19.90 2620 5952252 2297456 25.37 2034068 4676440 664824 19:29:26 19:13:01 1427692 0 1654888 20.66 2620 4923740 2941280 32.47 2234828 3504568 20436 19:29:26 19:14:01 1239040 0 1539604 19.22 2620 5227676 1942556 21.45 2097288 3818900 73420 19:29:26 19:15:01 2373412 0 1468760 18.34 2620 4164148 1653468 18.26 1783536 2983904 24 19:29:26 19:16:01 2827332 0 1404964 17.54 2620 3774024 1317388 14.54 1329704 3000840 8 19:29:26 19:17:01 2831348 0 1400948 17.49 2620 3774024 1278312 14.11 1326780 3000720 8 19:29:26 19:18:01 2831044 0 1401244 17.50 2620 3774032 1278396 14.11 1334364 2994780 12 19:29:26 19:19:02 2831020 0 1401264 17.50 2620 3774036 1278372 14.11 1335308 2993932 12 19:29:26 19:20:01 2831304 0 1400980 17.49 2620 3774036 1278312 14.11 1339304 2989868 8 19:29:26 19:21:01 2830760 0 1401516 17.50 2620 3774044 1278528 14.12 1339776 2989872 8 19:29:26 19:22:01 2831012 0 1401240 17.50 2620 3774068 1278312 14.11 1367888 2961256 12 19:29:26 19:23:01 2831124 0 1401144 17.49 2620 3774052 1278384 14.11 1367888 2961248 12 19:29:26 19:24:01 2831244 0 1401020 17.49 2620 3774056 1278348 14.11 1367960 2961248 12 19:29:26 19:25:01 2831516 0 1400740 17.49 2620 3774064 1278312 14.11 1367956 2961248 12 19:29:26 19:26:01 2831504 0 1400748 17.49 2620 3774068 1278312 14.11 1367864 2961248 8 19:29:26 19:27:01 2832064 0 1400180 17.48 2620 3774076 1278312 14.11 1367816 2961252 8 19:29:26 19:28:01 2831648 0 1400596 17.49 2620 3774076 1278384 14.11 1367940 2961248 8 19:29:26 19:29:01 2767068 0 1418212 17.71 2620 3821040 1304844 14.41 1384984 3007584 824 19:29:26 Average: 5242258 0 817616 10.21 2620 1946446 1135638 12.54 557860 1716569 11673 19:29:26 19:29:26 16:48:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:29:26 16:49:01 eth0 3.23 1.40 2.25 0.27 0.00 0.00 0.00 0.00 19:29:26 16:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 16:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 16:50:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:29:26 16:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 16:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 16:51:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:29:26 16:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 16:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 16:52:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 19:29:26 16:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 16:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 16:53:01 eth0 0.25 0.12 0.08 0.07 0.00 0.00 0.00 0.00 19:29:26 16:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 16:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 16:54:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 19:29:26 16:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 16:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 16:55:01 eth0 0.25 0.22 0.10 0.02 0.00 0.00 0.00 0.00 19:29:26 16:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 16:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 16:56:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:29:26 16:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 16:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 16:57:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:29:26 16:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 16:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 16:58:01 eth0 0.25 0.22 0.08 0.07 0.00 0.00 0.00 0.00 19:29:26 16:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 16:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 16:59:01 eth0 0.22 0.18 0.10 0.01 0.00 0.00 0.00 0.00 19:29:26 16:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 16:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:00:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:29:26 17:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:01:02 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:29:26 17:01:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:01:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:02:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:29:26 17:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:03:01 eth0 0.23 0.22 0.08 0.07 0.00 0.00 0.00 0.00 19:29:26 17:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:04:01 eth0 0.52 0.12 0.09 0.01 0.00 0.00 0.00 0.00 19:29:26 17:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:05:01 eth0 1.20 0.32 0.34 0.20 0.00 0.00 0.00 0.00 19:29:26 17:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:06:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:07:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 19:29:26 17:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:08:01 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 19:29:26 17:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:09:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 19:29:26 17:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:10:01 eth0 0.63 0.38 0.34 0.20 0.00 0.00 0.00 0.00 19:29:26 17:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:11:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:12:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:13:01 eth0 0.22 0.22 0.08 0.07 0.00 0.00 0.00 0.00 19:29:26 17:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:14:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:15:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 19:29:26 17:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:16:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:17:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:18:01 eth0 0.18 0.17 0.08 0.07 0.00 0.00 0.00 0.00 19:29:26 17:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:19:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:20:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:21:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:22:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:23:01 eth0 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 19:29:26 17:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:24:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:25:01 eth0 0.22 0.20 0.18 0.01 0.00 0.00 0.00 0.00 19:29:26 17:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:26:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:27:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:28:01 eth0 0.17 0.18 0.08 0.07 0.00 0.00 0.00 0.00 19:29:26 17:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:29:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:30:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:31:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:32:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:33:01 eth0 0.13 0.12 0.08 0.07 0.00 0.00 0.00 0.00 19:29:26 17:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:34:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:35:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:36:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:37:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:38:02 eth0 0.17 0.17 0.08 0.07 0.00 0.00 0.00 0.00 19:29:26 17:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:38:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:39:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:40:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:41:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:42:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:43:01 eth0 0.18 0.17 0.08 0.07 0.00 0.00 0.00 0.00 19:29:26 17:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:44:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:45:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:46:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:47:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:48:01 eth0 0.17 0.15 0.08 0.04 0.00 0.00 0.00 0.00 19:29:26 17:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:49:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:50:01 eth0 0.05 0.05 0.00 0.03 0.00 0.00 0.00 0.00 19:29:26 17:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:51:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:52:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:53:01 eth0 0.18 0.13 0.08 0.07 0.00 0.00 0.00 0.00 19:29:26 17:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:54:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:55:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:56:01 eth0 0.07 0.07 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:57:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:58:01 eth0 0.32 0.23 0.42 0.07 0.00 0.00 0.00 0.00 19:29:26 17:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:59:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 17:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:00:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:01:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:02:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:03:01 eth0 0.17 0.10 0.08 0.06 0.00 0.00 0.00 0.00 19:29:26 18:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:04:01 eth0 0.45 0.00 0.05 0.00 0.00 0.00 0.00 0.00 19:29:26 18:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:05:01 eth0 1.00 0.32 0.32 0.20 0.00 0.00 0.00 0.00 19:29:26 18:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:06:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:07:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:08:01 eth0 0.15 0.10 0.08 0.06 0.00 0.00 0.00 0.00 19:29:26 18:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:09:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:10:01 eth0 0.60 0.42 0.44 0.18 0.00 0.00 0.00 0.00 19:29:26 18:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:11:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:12:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:13:01 eth0 0.15 0.12 0.08 0.10 0.00 0.00 0.00 0.00 19:29:26 18:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:14:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:15:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:16:02 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:16:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:17:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:18:01 eth0 0.18 0.13 0.08 0.07 0.00 0.00 0.00 0.00 19:29:26 18:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:19:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:20:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:21:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:22:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:23:01 eth0 0.13 0.12 0.08 0.07 0.00 0.00 0.00 0.00 19:29:26 18:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:24:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:25:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:26:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:27:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:28:01 eth0 0.13 0.12 0.08 0.07 0.00 0.00 0.00 0.00 19:29:26 18:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:29:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:30:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:31:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:32:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:33:01 eth0 0.18 0.13 0.08 0.07 0.00 0.00 0.00 0.00 19:29:26 18:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:34:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:35:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:36:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:37:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:38:01 eth0 0.37 0.25 0.36 0.08 0.00 0.00 0.00 0.00 19:29:26 18:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:39:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:40:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:41:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:42:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:43:01 eth0 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 19:29:26 18:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:44:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:45:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:46:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:47:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:48:01 eth0 0.15 0.10 0.08 0.06 0.00 0.00 0.00 0.00 19:29:26 18:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:49:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:50:02 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:50:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:50:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:51:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:52:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:53:01 eth0 0.15 0.13 0.08 0.07 0.00 0.00 0.00 0.00 19:29:26 18:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:54:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:55:01 eth0 0.15 0.08 0.12 0.06 0.00 0.00 0.00 0.00 19:29:26 18:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:56:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:57:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:58:01 eth0 0.13 0.12 0.08 0.07 0.00 0.00 0.00 0.00 19:29:26 18:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:59:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 18:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:00:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:01:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:02:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:03:01 eth0 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 19:29:26 19:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:04:01 eth0 1.12 0.23 0.44 0.02 0.00 0.00 0.00 0.00 19:29:26 19:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:05:01 eth0 0.53 0.28 0.27 0.20 0.00 0.00 0.00 0.00 19:29:26 19:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:06:01 eth0 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:07:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:08:01 eth0 1635.89 1309.54 5974.34 156.30 0.00 0.00 0.00 0.00 19:29:26 19:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:08:01 veth9170d4b 630.84 622.40 67.24 2683.33 0.00 0.00 0.00 0.00 19:29:26 19:08:01 docker0 630.84 622.26 58.62 2683.32 0.00 0.00 0.00 0.00 19:29:26 19:09:01 eth0 1012.93 765.62 5349.42 70.40 0.00 0.00 0.00 0.00 19:29:26 19:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:09:01 docker0 454.90 550.31 34.46 2061.54 0.00 0.00 0.00 0.00 19:29:26 19:10:01 veth7de2f4f 0.33 0.47 0.03 0.05 0.00 0.00 0.00 0.00 19:29:26 19:10:01 eth0 46.14 26.24 36.27 16.05 0.00 0.00 0.00 0.00 19:29:26 19:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:10:01 docker0 0.33 0.33 0.02 0.04 0.00 0.00 0.00 0.00 19:29:26 19:11:01 veth7de2f4f 1.81 1.81 0.14 0.14 0.00 0.00 0.00 0.00 19:29:26 19:11:01 eth0 24.86 12.86 18.19 7.96 0.00 0.00 0.00 0.00 19:29:26 19:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:11:01 docker0 1.81 1.81 0.12 0.14 0.00 0.00 0.00 0.00 19:29:26 19:12:03 veth4b94e80 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:29:26 19:12:03 eth0 291.43 190.22 1665.93 132.59 0.00 0.00 0.00 0.00 19:29:26 19:12:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:12:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:13:01 veth051ce19 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:13:01 veth4b94e80 0.00 0.52 0.00 0.03 0.00 0.00 0.00 0.00 19:29:26 19:13:01 veth92cf727 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 19:29:26 19:13:01 veth3c9a76c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:14:01 veth4b94e80 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 19:29:26 19:14:01 vethd119a95 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 19:29:26 19:14:01 eth0 3617.97 2620.10 15087.13 448.79 0.00 0.00 0.00 0.00 19:29:26 19:14:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 19:29:26 19:15:01 veth4b94e80 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 19:29:26 19:15:01 eth0 180.12 106.49 575.24 127.60 0.00 0.00 0.00 0.00 19:29:26 19:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:15:01 docker0 1199.17 1376.19 100.63 5585.11 0.00 0.00 0.00 0.00 19:29:26 19:16:01 eth0 5.56 4.38 4.44 1.99 0.00 0.00 0.00 0.00 19:29:26 19:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:16:01 docker0 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 19:29:26 19:17:01 eth0 0.20 0.22 0.01 0.02 0.00 0.00 0.00 0.00 19:29:26 19:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:18:01 eth0 0.15 0.17 0.08 0.07 0.00 0.00 0.00 0.00 19:29:26 19:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:19:02 eth0 0.30 0.30 0.42 0.02 0.00 0.00 0.00 0.00 19:29:26 19:19:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:19:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:20:01 eth0 0.42 0.00 0.05 0.00 0.00 0.00 0.00 0.00 19:29:26 19:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:21:01 eth0 0.42 0.45 0.26 0.21 0.00 0.00 0.00 0.00 19:29:26 19:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:22:01 eth0 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 19:29:26 19:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:23:01 eth0 0.17 0.15 0.08 0.07 0.00 0.00 0.00 0.00 19:29:26 19:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:24:01 eth0 0.13 0.12 0.07 0.01 0.00 0.00 0.00 0.00 19:29:26 19:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:25:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:26:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:27:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:28:01 eth0 0.18 0.20 0.08 0.07 0.00 0.00 0.00 0.00 19:29:26 19:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:29:01 eth0 11.34 7.21 10.38 4.31 0.00 0.00 0.00 0.00 19:29:26 19:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 19:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 Average: eth0 22.06 16.32 94.98 3.49 0.00 0.00 0.00 0.00 19:29:26 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:26 Average: docker0 7.46 8.56 0.63 34.73 0.00 0.00 0.00 0.00 19:29:26 19:29:26 19:29:26 ---> sar -P ALL: 19:29:26 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 09/06/21 _x86_64_ (2 CPU) 19:29:26 19:29:26 16:47:06 LINUX RESTART (2 CPU) 19:29:26 19:29:26 16:48:01 CPU %user %nice %system %iowait %steal %idle 19:29:26 16:49:01 all 0.36 0.00 0.09 0.00 0.02 99.53 19:29:26 16:49:01 0 0.35 0.00 0.08 0.00 0.02 99.55 19:29:26 16:49:01 1 0.37 0.00 0.10 0.00 0.02 99.52 19:29:26 16:50:01 all 0.23 0.00 0.07 0.00 0.03 99.68 19:29:26 16:50:01 0 0.37 0.00 0.07 0.00 0.03 99.53 19:29:26 16:50:01 1 0.08 0.00 0.07 0.00 0.02 99.83 19:29:26 16:51:01 all 0.20 0.00 0.05 0.00 0.01 99.74 19:29:26 16:51:01 0 0.35 0.00 0.05 0.00 0.02 99.58 19:29:26 16:51:01 1 0.05 0.00 0.05 0.00 0.00 99.90 19:29:26 16:52:01 all 0.24 0.00 0.05 0.00 0.01 99.70 19:29:26 16:52:01 0 0.38 0.00 0.03 0.00 0.00 99.58 19:29:26 16:52:01 1 0.10 0.00 0.07 0.00 0.02 99.82 19:29:26 16:53:01 all 0.20 0.00 0.05 0.00 0.02 99.73 19:29:26 16:53:01 0 0.35 0.00 0.07 0.00 0.02 99.57 19:29:26 16:53:01 1 0.05 0.00 0.03 0.00 0.02 99.90 19:29:26 16:54:01 all 0.21 0.00 0.08 0.00 0.02 99.70 19:29:26 16:54:01 0 0.33 0.00 0.05 0.00 0.02 99.60 19:29:26 16:54:01 1 0.08 0.00 0.10 0.00 0.02 99.80 19:29:26 16:55:01 all 0.25 0.00 0.05 0.00 0.01 99.69 19:29:26 16:55:01 0 0.03 0.00 0.03 0.00 0.00 99.93 19:29:26 16:55:01 1 0.47 0.00 0.07 0.00 0.02 99.45 19:29:26 16:56:01 all 0.24 0.00 0.06 0.00 0.03 99.67 19:29:26 16:56:01 0 0.05 0.00 0.07 0.00 0.03 99.85 19:29:26 16:56:01 1 0.43 0.00 0.05 0.00 0.02 99.50 19:29:26 16:57:01 all 0.23 0.00 0.04 0.00 0.02 99.72 19:29:26 16:57:01 0 0.07 0.00 0.05 0.00 0.02 99.87 19:29:26 16:57:01 1 0.38 0.00 0.03 0.00 0.02 99.57 19:29:26 16:58:01 all 0.21 0.00 0.06 0.00 0.02 99.72 19:29:26 16:58:01 0 0.08 0.00 0.07 0.00 0.02 99.83 19:29:26 16:58:01 1 0.33 0.00 0.05 0.00 0.02 99.60 19:29:26 16:59:01 all 0.23 0.00 0.06 0.00 0.02 99.70 19:29:26 16:59:01 0 0.17 0.00 0.07 0.00 0.02 99.75 19:29:26 16:59:01 1 0.28 0.00 0.05 0.00 0.02 99.65 19:29:26 19:29:26 16:59:01 CPU %user %nice %system %iowait %steal %idle 19:29:26 17:00:01 all 0.19 0.00 0.05 0.00 0.01 99.75 19:29:26 17:00:01 0 0.32 0.00 0.03 0.00 0.00 99.65 19:29:26 17:00:01 1 0.07 0.00 0.07 0.00 0.02 99.85 19:29:26 17:01:02 all 0.21 0.00 0.06 0.00 0.03 99.71 19:29:26 17:01:02 0 0.33 0.00 0.03 0.00 0.02 99.62 19:29:26 17:01:02 1 0.08 0.00 0.08 0.00 0.03 99.80 19:29:26 17:02:01 all 0.20 0.00 0.04 0.01 0.01 99.75 19:29:26 17:02:01 0 0.32 0.00 0.03 0.02 0.00 99.63 19:29:26 17:02:01 1 0.07 0.00 0.05 0.00 0.02 99.86 19:29:26 17:03:01 all 0.16 0.00 0.09 0.00 0.01 99.74 19:29:26 17:03:01 0 0.12 0.00 0.07 0.00 0.00 99.82 19:29:26 17:03:01 1 0.20 0.00 0.12 0.00 0.02 99.67 19:29:26 17:04:01 all 0.13 0.00 0.03 0.00 0.02 99.82 19:29:26 17:04:01 0 0.20 0.00 0.03 0.00 0.02 99.75 19:29:26 17:04:01 1 0.05 0.00 0.03 0.00 0.02 99.90 19:29:26 17:05:01 all 0.26 0.00 0.06 0.00 0.02 99.67 19:29:26 17:05:01 0 0.40 0.00 0.07 0.00 0.02 99.52 19:29:26 17:05:01 1 0.12 0.00 0.05 0.00 0.02 99.82 19:29:26 17:06:01 all 0.16 0.00 0.04 0.00 0.02 99.78 19:29:26 17:06:01 0 0.03 0.00 0.05 0.00 0.03 99.88 19:29:26 17:06:01 1 0.28 0.00 0.03 0.00 0.00 99.68 19:29:26 17:07:01 all 0.19 0.00 0.05 0.00 0.02 99.74 19:29:26 17:07:01 0 0.07 0.00 0.07 0.00 0.02 99.85 19:29:26 17:07:01 1 0.32 0.00 0.03 0.00 0.02 99.63 19:29:26 17:08:01 all 0.18 0.00 0.06 0.00 0.01 99.75 19:29:26 17:08:01 0 0.07 0.00 0.08 0.00 0.02 99.83 19:29:26 17:08:01 1 0.30 0.00 0.03 0.00 0.00 99.67 19:29:26 17:09:01 all 0.23 0.00 0.04 0.00 0.03 99.70 19:29:26 17:09:01 0 0.07 0.00 0.05 0.00 0.03 99.85 19:29:26 17:09:01 1 0.40 0.00 0.03 0.00 0.02 99.55 19:29:26 17:10:01 all 0.13 0.00 0.07 0.00 0.02 99.79 19:29:26 17:10:01 0 0.03 0.00 0.02 0.00 0.02 99.93 19:29:26 17:10:01 1 0.22 0.00 0.12 0.00 0.02 99.65 19:29:26 19:29:26 17:10:01 CPU %user %nice %system %iowait %steal %idle 19:29:26 17:11:01 all 0.15 0.00 0.03 0.00 0.02 99.80 19:29:26 17:11:01 0 0.02 0.00 0.02 0.00 0.02 99.95 19:29:26 17:11:01 1 0.28 0.00 0.05 0.00 0.02 99.65 19:29:26 17:12:01 all 0.26 0.00 0.05 0.00 0.01 99.68 19:29:26 17:12:01 0 0.03 0.00 0.03 0.00 0.00 99.93 19:29:26 17:12:01 1 0.48 0.00 0.07 0.00 0.02 99.43 19:29:26 17:13:01 all 0.36 0.00 0.05 0.00 0.02 99.57 19:29:26 17:13:01 0 0.03 0.00 0.07 0.00 0.02 99.88 19:29:26 17:13:01 1 0.69 0.00 0.03 0.00 0.02 99.26 19:29:26 17:14:01 all 0.22 0.00 0.03 0.00 0.02 99.73 19:29:26 17:14:01 0 0.03 0.00 0.02 0.00 0.02 99.93 19:29:26 17:14:01 1 0.40 0.00 0.05 0.00 0.02 99.53 19:29:26 17:15:01 all 0.16 0.00 0.04 0.00 0.02 99.78 19:29:26 17:15:01 0 0.02 0.00 0.03 0.00 0.02 99.93 19:29:26 17:15:01 1 0.30 0.00 0.05 0.00 0.02 99.63 19:29:26 17:16:01 all 0.21 0.00 0.05 0.00 0.02 99.72 19:29:26 17:16:01 0 0.05 0.00 0.03 0.00 0.02 99.90 19:29:26 17:16:01 1 0.37 0.00 0.07 0.00 0.02 99.55 19:29:26 17:17:01 all 0.21 0.00 0.04 0.00 0.02 99.73 19:29:26 17:17:01 0 0.05 0.00 0.07 0.00 0.02 99.87 19:29:26 17:17:01 1 0.37 0.00 0.02 0.00 0.02 99.60 19:29:26 17:18:01 all 0.08 0.00 0.04 0.00 0.02 99.86 19:29:26 17:18:01 0 0.03 0.00 0.07 0.00 0.02 99.88 19:29:26 17:18:01 1 0.13 0.00 0.02 0.00 0.02 99.83 19:29:26 17:19:01 all 0.09 0.00 0.06 0.00 0.01 99.84 19:29:26 17:19:01 0 0.17 0.00 0.07 0.00 0.02 99.75 19:29:26 17:19:01 1 0.02 0.00 0.05 0.00 0.00 99.93 19:29:26 17:20:01 all 0.17 0.00 0.03 0.00 0.02 99.79 19:29:26 17:20:01 0 0.30 0.00 0.03 0.00 0.02 99.65 19:29:26 17:20:01 1 0.03 0.00 0.02 0.00 0.02 99.93 19:29:26 17:21:01 all 0.16 0.00 0.04 0.00 0.03 99.77 19:29:26 17:21:01 0 0.28 0.00 0.05 0.00 0.02 99.65 19:29:26 17:21:01 1 0.03 0.00 0.03 0.00 0.03 99.90 19:29:26 19:29:26 17:21:01 CPU %user %nice %system %iowait %steal %idle 19:29:26 17:22:01 all 0.18 0.00 0.04 0.00 0.02 99.76 19:29:26 17:22:01 0 0.07 0.00 0.03 0.00 0.02 99.88 19:29:26 17:22:01 1 0.30 0.00 0.05 0.00 0.02 99.63 19:29:26 17:23:01 all 0.16 0.00 0.05 0.00 0.01 99.78 19:29:26 17:23:01 0 0.02 0.00 0.03 0.00 0.00 99.95 19:29:26 17:23:01 1 0.30 0.00 0.07 0.00 0.02 99.62 19:29:26 17:24:01 all 0.13 0.00 0.05 0.00 0.02 99.81 19:29:26 17:24:01 0 0.05 0.00 0.05 0.00 0.02 99.88 19:29:26 17:24:01 1 0.20 0.00 0.05 0.00 0.02 99.73 19:29:26 17:25:01 all 0.16 0.00 0.06 0.00 0.02 99.77 19:29:26 17:25:01 0 0.22 0.00 0.07 0.00 0.02 99.70 19:29:26 17:25:01 1 0.10 0.00 0.05 0.00 0.02 99.83 19:29:26 17:26:01 all 0.23 0.00 0.06 0.00 0.03 99.69 19:29:26 17:26:01 0 0.35 0.00 0.03 0.00 0.02 99.60 19:29:26 17:26:01 1 0.10 0.00 0.08 0.00 0.03 99.78 19:29:26 17:27:01 all 0.22 0.00 0.04 0.00 0.01 99.73 19:29:26 17:27:01 0 0.33 0.00 0.02 0.00 0.00 99.65 19:29:26 17:27:01 1 0.10 0.00 0.07 0.00 0.02 99.82 19:29:26 17:28:01 all 0.24 0.00 0.06 0.00 0.01 99.69 19:29:26 17:28:01 0 0.38 0.00 0.05 0.00 0.00 99.57 19:29:26 17:28:01 1 0.10 0.00 0.07 0.00 0.02 99.82 19:29:26 17:29:01 all 0.23 0.00 0.05 0.00 0.03 99.70 19:29:26 17:29:01 0 0.35 0.00 0.00 0.00 0.02 99.63 19:29:26 17:29:01 1 0.10 0.00 0.10 0.00 0.03 99.77 19:29:26 17:30:01 all 0.16 0.00 0.03 0.00 0.02 99.79 19:29:26 17:30:01 0 0.25 0.00 0.02 0.00 0.00 99.73 19:29:26 17:30:01 1 0.07 0.00 0.05 0.00 0.03 99.85 19:29:26 17:31:01 all 0.21 0.00 0.05 0.00 0.02 99.72 19:29:26 17:31:01 0 0.10 0.00 0.03 0.00 0.02 99.85 19:29:26 17:31:01 1 0.32 0.00 0.07 0.00 0.02 99.60 19:29:26 17:32:01 all 0.13 0.00 0.04 0.00 0.01 99.82 19:29:26 17:32:01 0 0.03 0.00 0.07 0.00 0.02 99.88 19:29:26 17:32:01 1 0.23 0.00 0.02 0.00 0.00 99.75 19:29:26 19:29:26 17:32:01 CPU %user %nice %system %iowait %steal %idle 19:29:26 17:33:01 all 0.15 0.00 0.05 0.00 0.03 99.77 19:29:26 17:33:01 0 0.07 0.00 0.08 0.00 0.03 99.82 19:29:26 17:33:01 1 0.23 0.00 0.02 0.00 0.02 99.73 19:29:26 17:34:01 all 0.15 0.00 0.04 0.00 0.01 99.80 19:29:26 17:34:01 0 0.07 0.00 0.05 0.00 0.02 99.87 19:29:26 17:34:01 1 0.23 0.00 0.03 0.00 0.00 99.73 19:29:26 17:35:01 all 0.22 0.00 0.07 0.00 0.03 99.69 19:29:26 17:35:01 0 0.03 0.00 0.07 0.00 0.02 99.88 19:29:26 17:35:01 1 0.40 0.00 0.07 0.00 0.03 99.50 19:29:26 17:36:01 all 0.16 0.00 0.04 0.00 0.01 99.79 19:29:26 17:36:01 0 0.02 0.00 0.03 0.00 0.00 99.95 19:29:26 17:36:01 1 0.30 0.00 0.05 0.00 0.02 99.63 19:29:26 17:37:01 all 0.15 0.00 0.04 0.00 0.03 99.78 19:29:26 17:37:01 0 0.22 0.00 0.02 0.00 0.02 99.75 19:29:26 17:37:01 1 0.08 0.00 0.07 0.00 0.03 99.82 19:29:26 17:38:02 all 0.14 0.00 0.04 0.00 0.02 99.80 19:29:26 17:38:02 0 0.23 0.00 0.03 0.00 0.02 99.72 19:29:26 17:38:02 1 0.05 0.00 0.05 0.00 0.02 99.88 19:29:26 17:39:01 all 0.24 0.00 0.06 0.00 0.01 99.69 19:29:26 17:39:01 0 0.44 0.00 0.07 0.00 0.02 99.47 19:29:26 17:39:01 1 0.03 0.00 0.05 0.00 0.00 99.92 19:29:26 17:40:01 all 0.26 0.00 0.05 0.00 0.02 99.67 19:29:26 17:40:01 0 0.50 0.00 0.05 0.00 0.02 99.43 19:29:26 17:40:01 1 0.02 0.00 0.05 0.00 0.02 99.92 19:29:26 17:41:01 all 0.21 0.00 0.05 0.00 0.02 99.72 19:29:26 17:41:01 0 0.17 0.00 0.05 0.00 0.02 99.77 19:29:26 17:41:01 1 0.25 0.00 0.05 0.00 0.02 99.68 19:29:26 17:42:01 all 0.09 0.00 0.08 0.00 0.02 99.82 19:29:26 17:42:01 0 0.03 0.00 0.07 0.00 0.02 99.88 19:29:26 17:42:01 1 0.15 0.00 0.08 0.00 0.02 99.75 19:29:26 17:43:01 all 0.14 0.00 0.05 0.00 0.02 99.79 19:29:26 17:43:01 0 0.02 0.00 0.03 0.00 0.02 99.93 19:29:26 17:43:01 1 0.27 0.00 0.07 0.00 0.02 99.65 19:29:26 19:29:26 17:43:01 CPU %user %nice %system %iowait %steal %idle 19:29:26 17:44:01 all 0.27 0.00 0.03 0.00 0.01 99.69 19:29:26 17:44:01 0 0.05 0.00 0.02 0.00 0.02 99.92 19:29:26 17:44:01 1 0.48 0.00 0.05 0.00 0.00 99.47 19:29:26 17:45:01 all 0.24 0.00 0.04 0.00 0.01 99.71 19:29:26 17:45:01 0 0.00 0.00 0.03 0.00 0.00 99.97 19:29:26 17:45:01 1 0.48 0.00 0.05 0.00 0.02 99.45 19:29:26 17:46:01 all 0.24 0.00 0.05 0.00 0.02 99.69 19:29:26 17:46:01 0 0.08 0.00 0.08 0.00 0.03 99.80 19:29:26 17:46:01 1 0.40 0.00 0.02 0.00 0.00 99.58 19:29:26 17:47:01 all 0.20 4.05 11.93 1.87 0.06 81.89 19:29:26 17:47:01 0 0.22 4.16 11.93 1.64 0.05 82.01 19:29:26 17:47:01 1 0.19 3.94 11.94 2.10 0.07 81.77 19:29:26 17:48:01 all 0.20 0.00 0.06 0.00 0.01 99.73 19:29:26 17:48:01 0 0.15 0.00 0.05 0.00 0.02 99.78 19:29:26 17:48:01 1 0.25 0.00 0.07 0.00 0.00 99.68 19:29:26 17:49:01 all 0.17 0.00 0.03 0.00 0.01 99.79 19:29:26 17:49:01 0 0.03 0.00 0.03 0.00 0.00 99.93 19:29:26 17:49:01 1 0.30 0.00 0.03 0.00 0.02 99.65 19:29:26 17:50:01 all 0.20 0.00 0.05 0.00 0.03 99.72 19:29:26 17:50:01 0 0.33 0.00 0.03 0.00 0.02 99.62 19:29:26 17:50:01 1 0.07 0.00 0.07 0.00 0.03 99.83 19:29:26 17:51:01 all 0.06 0.00 0.05 0.00 0.00 99.89 19:29:26 17:51:01 0 0.05 0.00 0.03 0.00 0.00 99.92 19:29:26 17:51:01 1 0.07 0.00 0.07 0.00 0.00 99.87 19:29:26 17:52:01 all 0.04 0.00 0.03 0.00 0.02 99.92 19:29:26 17:52:01 0 0.02 0.00 0.02 0.00 0.02 99.95 19:29:26 17:52:01 1 0.07 0.00 0.03 0.00 0.02 99.88 19:29:26 17:53:01 all 0.15 0.00 0.04 0.00 0.02 99.79 19:29:26 17:53:01 0 0.23 0.00 0.02 0.00 0.02 99.73 19:29:26 17:53:01 1 0.07 0.00 0.07 0.00 0.02 99.85 19:29:26 17:54:01 all 0.20 0.00 0.06 0.00 0.02 99.72 19:29:26 17:54:01 0 0.32 0.00 0.05 0.00 0.00 99.63 19:29:26 17:54:01 1 0.08 0.00 0.07 0.00 0.03 99.82 19:29:26 19:29:26 17:54:01 CPU %user %nice %system %iowait %steal %idle 19:29:26 17:55:01 all 0.17 0.00 0.03 0.00 0.02 99.78 19:29:26 17:55:01 0 0.27 0.00 0.03 0.00 0.02 99.68 19:29:26 17:55:01 1 0.07 0.00 0.03 0.00 0.02 99.88 19:29:26 17:56:01 all 0.18 0.00 0.05 0.00 0.02 99.75 19:29:26 17:56:01 0 0.32 0.00 0.02 0.00 0.00 99.67 19:29:26 17:56:01 1 0.05 0.00 0.08 0.00 0.03 99.83 19:29:26 17:57:01 all 0.23 0.00 0.04 0.00 0.01 99.72 19:29:26 17:57:01 0 0.37 0.00 0.02 0.00 0.00 99.62 19:29:26 17:57:01 1 0.08 0.00 0.07 0.00 0.02 99.83 19:29:26 17:58:01 all 0.18 0.00 0.05 0.00 0.02 99.75 19:29:26 17:58:01 0 0.18 0.00 0.05 0.00 0.02 99.75 19:29:26 17:58:01 1 0.18 0.00 0.05 0.00 0.02 99.75 19:29:26 17:59:01 all 0.13 0.00 0.03 0.00 0.03 99.81 19:29:26 17:59:01 0 0.05 0.00 0.05 0.00 0.05 99.85 19:29:26 17:59:01 1 0.22 0.00 0.02 0.00 0.00 99.77 19:29:26 18:00:01 all 0.12 0.00 0.06 0.00 0.03 99.80 19:29:26 18:00:01 0 0.05 0.00 0.08 0.00 0.03 99.83 19:29:26 18:00:01 1 0.18 0.00 0.03 0.00 0.02 99.77 19:29:26 18:01:01 all 0.08 0.00 0.06 0.00 0.02 99.84 19:29:26 18:01:01 0 0.10 0.00 0.07 0.00 0.02 99.82 19:29:26 18:01:01 1 0.07 0.00 0.05 0.00 0.02 99.87 19:29:26 18:02:01 all 0.16 0.00 0.06 0.00 0.02 99.77 19:29:26 18:02:01 0 0.05 0.00 0.08 0.00 0.03 99.83 19:29:26 18:02:01 1 0.27 0.00 0.03 0.00 0.00 99.70 19:29:26 18:03:01 all 0.22 0.00 0.05 0.00 0.01 99.72 19:29:26 18:03:01 0 0.05 0.00 0.07 0.00 0.02 99.87 19:29:26 18:03:01 1 0.38 0.00 0.03 0.00 0.00 99.58 19:29:26 18:04:01 all 0.23 0.00 0.05 0.00 0.03 99.69 19:29:26 18:04:01 0 0.05 0.00 0.05 0.00 0.03 99.87 19:29:26 18:04:01 1 0.42 0.00 0.05 0.00 0.02 99.52 19:29:26 18:05:01 all 0.22 0.00 0.04 0.00 0.02 99.72 19:29:26 18:05:01 0 0.22 0.00 0.03 0.00 0.02 99.73 19:29:26 18:05:01 1 0.22 0.00 0.05 0.00 0.02 99.72 19:29:26 19:29:26 18:05:01 CPU %user %nice %system %iowait %steal %idle 19:29:26 18:06:01 all 0.13 0.00 0.05 0.00 0.02 99.80 19:29:26 18:06:01 0 0.23 0.00 0.07 0.00 0.02 99.68 19:29:26 18:06:01 1 0.03 0.00 0.03 0.00 0.02 99.92 19:29:26 18:07:01 all 0.16 0.00 0.05 0.00 0.02 99.77 19:29:26 18:07:01 0 0.25 0.00 0.03 0.00 0.02 99.70 19:29:26 18:07:01 1 0.07 0.00 0.07 0.00 0.02 99.85 19:29:26 18:08:01 all 0.16 0.00 0.04 0.00 0.03 99.77 19:29:26 18:08:01 0 0.25 0.00 0.02 0.00 0.00 99.73 19:29:26 18:08:01 1 0.07 0.00 0.07 0.00 0.05 99.82 19:29:26 18:09:01 all 0.25 0.00 0.04 0.00 0.01 99.70 19:29:26 18:09:01 0 0.42 0.00 0.02 0.00 0.00 99.57 19:29:26 18:09:01 1 0.08 0.00 0.07 0.00 0.02 99.83 19:29:26 18:10:01 all 0.23 0.00 0.04 0.00 0.02 99.71 19:29:26 18:10:01 0 0.40 0.00 0.03 0.00 0.02 99.55 19:29:26 18:10:01 1 0.07 0.00 0.05 0.00 0.02 99.87 19:29:26 18:11:01 all 0.23 0.00 0.04 0.00 0.01 99.72 19:29:26 18:11:01 0 0.40 0.00 0.02 0.00 0.00 99.58 19:29:26 18:11:01 1 0.07 0.00 0.07 0.00 0.02 99.85 19:29:26 18:12:01 all 0.19 0.00 0.03 0.00 0.02 99.76 19:29:26 18:12:01 0 0.32 0.00 0.02 0.00 0.00 99.67 19:29:26 18:12:01 1 0.07 0.00 0.05 0.00 0.03 99.85 19:29:26 18:13:01 all 0.20 0.00 0.05 0.00 0.01 99.74 19:29:26 18:13:01 0 0.33 0.00 0.02 0.00 0.00 99.65 19:29:26 18:13:01 1 0.07 0.00 0.08 0.00 0.02 99.83 19:29:26 18:14:01 all 0.13 0.00 0.05 0.00 0.02 99.81 19:29:26 18:14:01 0 0.18 0.00 0.05 0.00 0.02 99.75 19:29:26 18:14:01 1 0.07 0.00 0.05 0.00 0.02 99.87 19:29:26 18:15:01 all 0.03 0.00 0.03 0.00 0.01 99.93 19:29:26 18:15:01 0 0.02 0.00 0.03 0.00 0.00 99.95 19:29:26 18:15:01 1 0.03 0.00 0.03 0.00 0.02 99.92 19:29:26 18:16:02 all 0.19 0.00 0.06 0.00 0.03 99.72 19:29:26 18:16:02 0 0.32 0.00 0.05 0.00 0.02 99.62 19:29:26 18:16:02 1 0.07 0.00 0.07 0.00 0.03 99.83 19:29:26 19:29:26 18:16:02 CPU %user %nice %system %iowait %steal %idle 19:29:26 18:17:01 all 0.20 0.00 0.03 0.00 0.01 99.76 19:29:26 18:17:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:29:26 18:17:01 1 0.37 0.00 0.05 0.00 0.02 99.56 19:29:26 18:18:01 all 0.24 0.00 0.03 0.00 0.02 99.72 19:29:26 18:18:01 0 0.05 0.00 0.02 0.00 0.02 99.92 19:29:26 18:18:01 1 0.43 0.00 0.03 0.00 0.02 99.52 19:29:26 18:19:01 all 0.17 0.00 0.03 0.00 0.03 99.77 19:29:26 18:19:01 0 0.02 0.00 0.03 0.00 0.02 99.93 19:29:26 18:19:01 1 0.32 0.00 0.03 0.00 0.03 99.62 19:29:26 18:20:01 all 0.22 0.00 0.03 0.00 0.02 99.74 19:29:26 18:20:01 0 0.03 0.00 0.02 0.00 0.02 99.93 19:29:26 18:20:01 1 0.40 0.00 0.03 0.00 0.02 99.55 19:29:26 18:21:01 all 0.20 0.00 0.03 0.00 0.02 99.75 19:29:26 18:21:01 0 0.03 0.00 0.02 0.00 0.02 99.93 19:29:26 18:21:01 1 0.37 0.00 0.05 0.00 0.02 99.57 19:29:26 18:22:01 all 0.11 0.00 0.03 0.00 0.02 99.84 19:29:26 18:22:01 0 0.18 0.00 0.03 0.00 0.02 99.77 19:29:26 18:22:01 1 0.03 0.00 0.03 0.00 0.02 99.92 19:29:26 18:23:01 all 0.06 0.00 0.05 0.00 0.01 99.88 19:29:26 18:23:01 0 0.08 0.00 0.07 0.00 0.00 99.85 19:29:26 18:23:01 1 0.03 0.00 0.03 0.00 0.02 99.92 19:29:26 18:24:01 all 0.23 0.00 0.03 0.00 0.01 99.73 19:29:26 18:24:01 0 0.37 0.00 0.02 0.00 0.00 99.62 19:29:26 18:24:01 1 0.08 0.00 0.05 0.00 0.02 99.85 19:29:26 18:25:01 all 0.19 0.00 0.03 0.00 0.01 99.77 19:29:26 18:25:01 0 0.03 0.00 0.03 0.00 0.02 99.92 19:29:26 18:25:01 1 0.35 0.00 0.03 0.00 0.00 99.62 19:29:26 18:26:01 all 0.18 0.00 0.03 0.00 0.03 99.76 19:29:26 18:26:01 0 0.05 0.00 0.03 0.00 0.03 99.88 19:29:26 18:26:01 1 0.32 0.00 0.03 0.00 0.02 99.63 19:29:26 18:27:01 all 0.21 0.00 0.05 0.00 0.01 99.73 19:29:26 18:27:01 0 0.05 0.00 0.08 0.00 0.02 99.85 19:29:26 18:27:01 1 0.37 0.00 0.02 0.00 0.00 99.62 19:29:26 19:29:26 18:27:01 CPU %user %nice %system %iowait %steal %idle 19:29:26 18:28:01 all 0.23 0.00 0.06 0.00 0.03 99.68 19:29:26 18:28:01 0 0.08 0.00 0.07 0.00 0.03 99.82 19:29:26 18:28:01 1 0.38 0.00 0.05 0.00 0.02 99.55 19:29:26 18:29:01 all 0.22 0.00 0.05 0.00 0.01 99.72 19:29:26 18:29:01 0 0.07 0.00 0.05 0.00 0.02 99.87 19:29:26 18:29:01 1 0.37 0.00 0.05 0.00 0.00 99.58 19:29:26 18:30:01 all 0.20 0.00 0.03 0.00 0.02 99.75 19:29:26 18:30:01 0 0.02 0.00 0.03 0.00 0.02 99.93 19:29:26 18:30:01 1 0.38 0.00 0.03 0.00 0.02 99.57 19:29:26 18:31:01 all 0.22 0.00 0.05 0.00 0.02 99.72 19:29:26 18:31:01 0 0.03 0.00 0.03 0.00 0.02 99.92 19:29:26 18:31:01 1 0.40 0.00 0.07 0.00 0.02 99.52 19:29:26 18:32:01 all 0.09 0.00 0.04 0.00 0.01 99.86 19:29:26 18:32:01 0 0.15 0.00 0.03 0.00 0.00 99.82 19:29:26 18:32:01 1 0.03 0.00 0.05 0.00 0.02 99.90 19:29:26 18:33:01 all 0.18 0.00 0.03 0.00 0.02 99.77 19:29:26 18:33:01 0 0.30 0.00 0.03 0.00 0.02 99.65 19:29:26 18:33:01 1 0.05 0.00 0.03 0.00 0.02 99.90 19:29:26 18:34:01 all 0.19 0.00 0.03 0.00 0.03 99.75 19:29:26 18:34:01 0 0.35 0.00 0.03 0.00 0.02 99.60 19:29:26 18:34:01 1 0.03 0.00 0.03 0.00 0.03 99.90 19:29:26 18:35:01 all 0.23 0.00 0.03 0.00 0.02 99.72 19:29:26 18:35:01 0 0.43 0.00 0.03 0.00 0.03 99.50 19:29:26 18:35:01 1 0.03 0.00 0.02 0.00 0.00 99.95 19:29:26 18:36:01 all 0.22 0.00 0.05 0.00 0.01 99.72 19:29:26 18:36:01 0 0.40 0.00 0.07 0.00 0.00 99.53 19:29:26 18:36:01 1 0.03 0.00 0.03 0.00 0.02 99.92 19:29:26 18:37:01 all 0.15 0.00 0.03 0.00 0.03 99.79 19:29:26 18:37:01 0 0.25 0.00 0.03 0.00 0.03 99.68 19:29:26 18:37:01 1 0.05 0.00 0.03 0.00 0.02 99.90 19:29:26 18:38:01 all 0.18 0.00 0.07 0.00 0.01 99.74 19:29:26 18:38:01 0 0.28 0.00 0.03 0.00 0.00 99.68 19:29:26 18:38:01 1 0.08 0.00 0.10 0.00 0.02 99.80 19:29:26 19:29:26 18:38:01 CPU %user %nice %system %iowait %steal %idle 19:29:26 18:39:01 all 0.19 0.00 0.03 0.00 0.02 99.76 19:29:26 18:39:01 0 0.32 0.00 0.02 0.00 0.02 99.65 19:29:26 18:39:01 1 0.07 0.00 0.05 0.00 0.02 99.87 19:29:26 18:40:01 all 0.18 0.00 0.03 0.00 0.02 99.77 19:29:26 18:40:01 0 0.35 0.00 0.03 0.00 0.02 99.60 19:29:26 18:40:01 1 0.02 0.00 0.03 0.00 0.02 99.93 19:29:26 18:41:01 all 0.18 0.00 0.04 0.00 0.02 99.76 19:29:26 18:41:01 0 0.33 0.00 0.05 0.00 0.02 99.60 19:29:26 18:41:01 1 0.03 0.00 0.03 0.00 0.02 99.92 19:29:26 18:42:01 all 0.16 0.00 0.04 0.00 0.02 99.78 19:29:26 18:42:01 0 0.28 0.00 0.07 0.00 0.02 99.63 19:29:26 18:42:01 1 0.03 0.00 0.02 0.00 0.02 99.93 19:29:26 18:43:01 all 0.09 0.00 0.06 0.00 0.01 99.84 19:29:26 18:43:01 0 0.15 0.00 0.07 0.00 0.02 99.77 19:29:26 18:43:01 1 0.03 0.00 0.05 0.00 0.00 99.92 19:29:26 18:44:01 all 0.08 0.00 0.05 0.00 0.02 99.86 19:29:26 18:44:01 0 0.10 0.00 0.05 0.00 0.02 99.83 19:29:26 18:44:01 1 0.05 0.00 0.05 0.00 0.02 99.88 19:29:26 18:45:01 all 0.16 0.00 0.03 0.00 0.02 99.79 19:29:26 18:45:01 0 0.27 0.00 0.03 0.00 0.00 99.70 19:29:26 18:45:01 1 0.05 0.00 0.03 0.00 0.03 99.88 19:29:26 18:46:01 all 0.21 0.00 0.06 0.00 0.01 99.72 19:29:26 18:46:01 0 0.37 0.00 0.05 0.00 0.00 99.58 19:29:26 18:46:01 1 0.05 0.00 0.07 0.00 0.02 99.87 19:29:26 18:47:01 all 0.23 0.00 0.05 0.00 0.02 99.71 19:29:26 18:47:01 0 0.38 0.00 0.02 0.00 0.02 99.58 19:29:26 18:47:01 1 0.07 0.00 0.08 0.00 0.02 99.83 19:29:26 18:48:01 all 0.28 0.00 0.03 0.00 0.01 99.68 19:29:26 18:48:01 0 0.45 0.00 0.03 0.00 0.00 99.52 19:29:26 18:48:01 1 0.10 0.00 0.03 0.00 0.02 99.85 19:29:26 18:49:01 all 0.18 0.00 0.04 0.00 0.02 99.77 19:29:26 18:49:01 0 0.32 0.00 0.03 0.00 0.00 99.65 19:29:26 18:49:01 1 0.03 0.00 0.05 0.00 0.03 99.88 19:29:26 19:29:26 18:49:01 CPU %user %nice %system %iowait %steal %idle 19:29:26 18:50:02 all 0.20 0.00 0.04 0.00 0.01 99.75 19:29:26 18:50:02 0 0.17 0.00 0.03 0.00 0.00 99.80 19:29:26 18:50:02 1 0.23 0.00 0.05 0.00 0.02 99.70 19:29:26 18:51:01 all 0.21 0.00 0.03 0.00 0.03 99.74 19:29:26 18:51:01 0 0.03 0.00 0.02 0.00 0.03 99.92 19:29:26 18:51:01 1 0.39 0.00 0.03 0.00 0.02 99.56 19:29:26 18:52:01 all 0.23 0.00 0.05 0.00 0.02 99.71 19:29:26 18:52:01 0 0.03 0.00 0.03 0.00 0.02 99.92 19:29:26 18:52:01 1 0.42 0.00 0.07 0.00 0.02 99.50 19:29:26 18:53:01 all 0.24 0.00 0.05 0.00 0.02 99.69 19:29:26 18:53:01 0 0.07 0.00 0.08 0.00 0.02 99.83 19:29:26 18:53:01 1 0.42 0.00 0.02 0.00 0.02 99.55 19:29:26 18:54:01 all 0.13 0.00 0.05 0.00 0.01 99.81 19:29:26 18:54:01 0 0.07 0.00 0.07 0.00 0.02 99.85 19:29:26 18:54:01 1 0.20 0.00 0.03 0.00 0.00 99.77 19:29:26 18:55:01 all 0.18 0.00 0.04 0.00 0.02 99.76 19:29:26 18:55:01 0 0.02 0.00 0.03 0.00 0.02 99.93 19:29:26 18:55:01 1 0.35 0.00 0.05 0.00 0.02 99.58 19:29:26 18:56:01 all 0.19 0.00 0.05 0.00 0.02 99.74 19:29:26 18:56:01 0 0.03 0.00 0.05 0.00 0.02 99.90 19:29:26 18:56:01 1 0.35 0.00 0.05 0.00 0.02 99.58 19:29:26 18:57:01 all 0.19 0.00 0.04 0.00 0.01 99.76 19:29:26 18:57:01 0 0.07 0.00 0.07 0.00 0.02 99.85 19:29:26 18:57:01 1 0.32 0.00 0.02 0.00 0.00 99.67 19:29:26 18:58:01 all 0.16 0.00 0.05 0.00 0.03 99.76 19:29:26 18:58:01 0 0.03 0.00 0.05 0.00 0.03 99.88 19:29:26 18:58:01 1 0.28 0.00 0.05 0.00 0.03 99.63 19:29:26 18:59:01 all 0.20 0.00 0.04 0.00 0.02 99.74 19:29:26 18:59:01 0 0.08 0.00 0.07 0.00 0.03 99.82 19:29:26 18:59:01 1 0.32 0.00 0.02 0.00 0.00 99.67 19:29:26 19:00:01 all 0.17 0.00 0.05 0.00 0.02 99.77 19:29:26 19:00:01 0 0.07 0.00 0.07 0.00 0.02 99.85 19:29:26 19:00:01 1 0.27 0.00 0.03 0.00 0.02 99.68 19:29:26 19:29:26 19:00:01 CPU %user %nice %system %iowait %steal %idle 19:29:26 19:01:01 all 0.20 0.00 0.08 0.00 0.02 99.71 19:29:26 19:01:01 0 0.12 0.00 0.08 0.00 0.02 99.78 19:29:26 19:01:01 1 0.28 0.00 0.07 0.00 0.02 99.63 19:29:26 19:02:01 all 0.16 0.00 0.05 0.00 0.02 99.77 19:29:26 19:02:01 0 0.27 0.00 0.02 0.00 0.02 99.70 19:29:26 19:02:01 1 0.05 0.00 0.08 0.00 0.02 99.85 19:29:26 19:03:01 all 0.19 0.00 0.05 0.00 0.02 99.74 19:29:26 19:03:01 0 0.30 0.00 0.03 0.00 0.00 99.67 19:29:26 19:03:01 1 0.08 0.00 0.07 0.00 0.03 99.82 19:29:26 19:04:01 all 0.13 0.00 0.07 0.00 0.02 99.78 19:29:26 19:04:01 0 0.12 0.00 0.07 0.00 0.02 99.80 19:29:26 19:04:01 1 0.15 0.00 0.07 0.00 0.02 99.77 19:29:26 19:05:01 all 0.18 0.00 0.05 0.00 0.02 99.75 19:29:26 19:05:01 0 0.17 0.00 0.07 0.00 0.02 99.75 19:29:26 19:05:01 1 0.20 0.00 0.03 0.00 0.02 99.75 19:29:26 19:06:01 all 0.23 0.00 0.04 0.00 0.01 99.72 19:29:26 19:06:01 0 0.07 0.00 0.05 0.00 0.02 99.87 19:29:26 19:06:01 1 0.38 0.00 0.03 0.00 0.00 99.58 19:29:26 19:07:01 all 0.20 0.00 0.05 0.00 0.03 99.72 19:29:26 19:07:01 0 0.07 0.00 0.08 0.00 0.03 99.82 19:29:26 19:07:01 1 0.33 0.00 0.02 0.00 0.02 99.63 19:29:26 19:08:01 all 19.66 0.00 5.04 2.47 0.10 72.74 19:29:26 19:08:01 0 17.03 0.00 5.69 3.33 0.11 73.84 19:29:26 19:08:01 1 22.25 0.00 4.40 1.62 0.09 71.64 19:29:26 19:09:01 all 23.90 0.00 10.80 2.93 0.10 62.27 19:29:26 19:09:01 0 22.72 0.00 10.84 2.90 0.09 63.45 19:29:26 19:09:01 1 25.07 0.00 10.76 2.97 0.11 61.10 19:29:26 19:10:01 all 61.79 0.00 9.49 1.63 0.14 26.95 19:29:26 19:10:01 0 61.90 0.00 8.96 1.30 0.15 27.70 19:29:26 19:10:01 1 61.67 0.00 10.03 1.96 0.13 26.21 19:29:26 19:11:01 all 36.04 0.00 5.80 0.32 0.11 57.74 19:29:26 19:11:01 0 35.66 0.00 5.70 0.39 0.11 58.15 19:29:26 19:11:01 1 36.42 0.00 5.90 0.25 0.11 57.33 19:29:26 19:29:26 19:11:01 CPU %user %nice %system %iowait %steal %idle 19:29:26 19:12:03 all 37.98 0.00 10.71 11.44 0.10 39.77 19:29:26 19:12:03 0 39.13 0.00 10.88 11.84 0.10 38.05 19:29:26 19:12:03 1 36.82 0.00 10.54 11.05 0.10 41.49 19:29:26 19:13:01 all 24.49 0.00 19.38 51.24 0.13 4.76 19:29:26 19:13:01 0 23.62 0.00 19.32 51.25 0.11 5.69 19:29:26 19:13:01 1 25.36 0.00 19.44 51.23 0.15 3.82 19:29:26 19:14:01 all 83.26 0.00 15.04 1.31 0.20 0.19 19:29:26 19:14:01 0 83.21 0.00 15.10 1.38 0.19 0.13 19:29:26 19:14:01 1 83.32 0.00 14.99 1.24 0.21 0.24 19:29:26 19:15:01 all 64.81 0.00 19.35 7.55 0.15 8.14 19:29:26 19:15:01 0 64.15 0.00 20.05 7.47 0.15 8.19 19:29:26 19:15:01 1 65.48 0.00 18.66 7.63 0.15 8.09 19:29:26 19:16:01 all 0.81 0.00 0.58 0.26 0.03 98.33 19:29:26 19:16:01 0 0.97 0.00 0.65 0.25 0.02 98.11 19:29:26 19:16:01 1 0.65 0.00 0.50 0.27 0.03 98.55 19:29:26 19:17:01 all 0.18 0.00 0.06 0.00 0.02 99.74 19:29:26 19:17:01 0 0.15 0.00 0.03 0.00 0.02 99.80 19:29:26 19:17:01 1 0.22 0.00 0.08 0.00 0.02 99.68 19:29:26 19:18:01 all 0.18 0.00 0.08 0.00 0.02 99.72 19:29:26 19:18:01 0 0.05 0.00 0.08 0.00 0.00 99.87 19:29:26 19:18:01 1 0.32 0.00 0.07 0.00 0.03 99.58 19:29:26 19:19:02 all 0.18 0.00 0.05 0.00 0.02 99.76 19:29:26 19:19:02 0 0.22 0.00 0.03 0.00 0.02 99.73 19:29:26 19:19:02 1 0.13 0.00 0.07 0.00 0.02 99.78 19:29:26 19:20:01 all 0.20 0.00 0.03 0.00 0.01 99.77 19:29:26 19:20:01 0 0.05 0.00 0.02 0.00 0.00 99.93 19:29:26 19:20:01 1 0.34 0.00 0.03 0.00 0.02 99.61 19:29:26 19:21:01 all 0.12 0.00 0.04 0.01 0.02 99.82 19:29:26 19:21:01 0 0.02 0.00 0.05 0.02 0.02 99.90 19:29:26 19:21:01 1 0.22 0.00 0.03 0.00 0.02 99.73 19:29:26 19:22:01 all 0.17 0.00 0.05 0.00 0.01 99.77 19:29:26 19:22:01 0 0.05 0.00 0.05 0.00 0.02 99.88 19:29:26 19:22:01 1 0.28 0.00 0.05 0.00 0.00 99.67 19:29:26 19:29:26 19:22:01 CPU %user %nice %system %iowait %steal %idle 19:29:26 19:23:01 all 0.23 0.00 0.03 0.00 0.02 99.72 19:29:26 19:23:01 0 0.03 0.00 0.03 0.00 0.02 99.92 19:29:26 19:23:01 1 0.42 0.00 0.03 0.00 0.02 99.53 19:29:26 19:24:01 all 0.26 0.00 0.03 0.00 0.03 99.69 19:29:26 19:24:01 0 0.05 0.00 0.02 0.00 0.03 99.90 19:29:26 19:24:01 1 0.47 0.00 0.03 0.00 0.02 99.48 19:29:26 19:25:01 all 0.22 0.00 0.03 0.00 0.01 99.75 19:29:26 19:25:01 0 0.13 0.00 0.03 0.00 0.02 99.82 19:29:26 19:25:01 1 0.30 0.00 0.02 0.00 0.00 99.68 19:29:26 19:26:01 all 0.24 0.00 0.03 0.00 0.03 99.71 19:29:26 19:26:01 0 0.43 0.00 0.03 0.00 0.03 99.50 19:29:26 19:26:01 1 0.05 0.00 0.02 0.00 0.02 99.92 19:29:26 19:27:01 all 0.07 0.00 0.03 0.00 0.01 99.89 19:29:26 19:27:01 0 0.12 0.00 0.05 0.00 0.02 99.82 19:29:26 19:27:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:29:26 19:28:01 all 0.23 0.00 0.03 0.00 0.01 99.72 19:29:26 19:28:01 0 0.38 0.00 0.02 0.00 0.00 99.60 19:29:26 19:28:01 1 0.08 0.00 0.05 0.00 0.02 99.85 19:29:26 19:29:01 all 1.70 0.00 0.67 0.23 0.02 97.39 19:29:26 19:29:01 0 1.61 0.00 0.60 0.05 0.02 97.72 19:29:26 19:29:01 1 1.79 0.00 0.74 0.40 0.02 97.05 19:29:26 Average: all 2.20 0.02 0.67 0.46 0.02 96.62 19:29:26 Average: 0 2.16 0.03 0.67 0.46 0.02 96.66 19:29:26 Average: 1 2.24 0.02 0.67 0.46 0.02 96.59 19:29:26 19:29:26 19:29:26